
/* --------------------------------------------------- */
#sec01 {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 40px 5%;
}
#sec01 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
}
#sec01 .box {
	width: 47.5%;
	margin: 0 0 5%;
}
#sec01 .box a {
}
#sec01 .box a p {
	line-height: 140%;
	font-weight: 500;
}
#sec01 .box a .img {
	position: relative;
    width: 100%;
    padding-top: 70%;
	margin-bottom: 10px;
}
#sec01 .box a .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	z-index: 0;
}
#sec01 .box a .img::before,
#sec01 .box a .img::after {
	content: "";
	position: absolute;
	z-index: 1;
}
#sec01 .box a .img::before {
	width: auto;
	height: 5px;
	background-color: rgba(228,228,228,.35);
	left: 0;
	right: 0;
	bottom: 0;
}
#sec01 .box a .img::after {
	z-index: 2;
	width: 0;
	height: 5px;
	background-color: rgba(228,228,228,1);
	left: 0;
	bottom: 0;
	transition: .3s;
}
#sec01 .box a:hover .img::after {
	width: 100%;
	right: 8px;
}
#sec01 .box a .ttl1 {
	line-height: 140%;
}
#sec01 .box a .ttl2 {
	line-height: 140%;
}
#sec01 .box a .time {
	font-size: 11px;
	font-weight: 400;
}
#sec01 .box .gallery {
	margin: 0;
	padding: 0;
	line-height: 110%;
}
#sec01 .box .gallery span {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 110%;
}
#sec01 .box .gallery span::before {
	content: "＜";
}
#sec01 .box .gallery span::after {
	content: "＞";
}
#sec01 ul {
}
#sec01 li {
}
#sec01 li a {
	display: table;
	width: 100%;
	border: #ccc 1px solid;
	margin-bottom: 10px;
	position: relative;
}
#sec01 li a .material-symbols-outlined {
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 17px;
	background-color: #eee;
	border-radius: 50%;
	padding-left: 1px;
	transition: .3s;
}
#sec01 li a h3,
#sec01 li a p {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
	line-height: 170%;
}
#sec01 li a h3 {
	border-right: #ccc 1px dashed;
	padding-left: 40px;
}
#sec01 li a p {
	font-size: 12px;
}
#sec01 li a:hover {
	color: #111;
	border: #111 1px solid;
}
#sec01 li a:hover .material-symbols-outlined {
	background-color: #111;
	color: #fff;
}
#sec01 li a:hover h3 {
	border-right: #111 1px dashed;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#sec01 li a,
	#sec01 li a h3,
	#sec01 li a p {
		display: block;
		width: 100%;
	}
	#sec01 li a h3 {
		padding: 15px 20px 0px 40px;
		border-right: none;
	}
	#sec01 li a p {
		padding: 0px 15px 10px 40px;
	}
	#sec01 li a:hover h3 {
        border-right: none;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 40px 5%;
}
#sec02 p {
	margin-bottom: 20px;
}
#sec02 .img {
	margin-bottom: 30px;
}
#sec02 .ttl1 {
	font-size: 1.3em;
	line-height: 140%;
}
#sec02 .ttl2 {
	font-size: 1.2em;
	line-height: 140%;
}
#sec02 .time {
	font-size: 13px;
	font-weight: 400;
}
#sec02 .gallery {
	margin: 0;
	padding: 0;
	line-height: 110%;
}
#sec02 .gallery span {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 110%;
}
#sec02 .gallery span::before {
	content: "＜";
}
#sec02 .gallery span::after {
	content: "＞";
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#sec02 p {
        margin-bottom: 15px;
    }
    #sec02 .img {
        margin-bottom: 20px;
    }
	#sec02 .ttl1,
    #sec02 .ttl2 {
        font-size: 1.1em;
    }
	#sec02 .time,
	#sec02 .gallery span {
		font-size: 12px;
	}
}
/* --------------------------------------------------- */
#sec03 {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
}
/* --------------------------------------------------- */


/* --------------------------------------------------- */
#sec05 {
	margin-bottom: 150px;
	display: flex;
	justify-content: space-between;
}
#sec05 .white,
#sec05 .black {
	width: 50%;
	/* padding: 50px; */
  padding: 20px;
}
#sec05 .white {
	background-color: #f9f9f9;
}
#sec05 .black {
	background-color: #111;
}
#sec05 .black .ttl-style01 {
	color: #fff;
}
#sec05 .white .calendar,
#sec05 .black .calendar {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
    padding: 30px;
}

#sec05 .black .calendar--black{
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
	#sec05 {
        margin-bottom: 100px;
    }
	#sec05 .white,
    #sec05 .black {
        padding: 30px;
    }
}
/* @media screen and (max-width: 680px) {
	#sec05 {
		display: block;
	}
	#sec05 .white,
    #sec05 .black {
		width: 100%;
    }
} */

@media screen and (max-width: 768px) {
	#sec05 {
		display: block;
	}
	#sec05 .white,
    #sec05 .black {
		width: 100%;
    }
}


@media screen and (max-width: 480px) {
	#sec05 {
        margin-bottom: 50px;
    }
	#sec05 .white,
    #sec05 .black {
        padding: 25px 15px 15px;
    }
}
/* --------------------------------------------------- */