@charset "utf-8";




#sec_event .list>li{
	width: calc(100% / 3 - 1.5em);
	margin: 1em 0;
	position: relative;
}

#sec_event .list>li .img_area{
	margin-bottom: 1em;
}

#sec_event .list dt{
	border-bottom: 2px solid #ccc;
	padding-bottom: .25em;
	font-weight: bold;
	margin-bottom: 1em;
	position: relative;
}
#sec_event .list dt .en{
	position: absolute;
	bottom: .25em;
	right: 0;
	font-size: 80%;
}




#sec_oneday{

}


.time-schedule {
	width: calc(100% - 4em);
	max-width: 500px;
	padding-left: 4em;
	margin: 0 auto 4em;
	position: relative;
}
.time-schedule::after{
	content: "";
	width: 6px;
	height: 100%;
	background: var(--c_grn);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left:4em;
}

.time-schedule>li {
	width: 100%;
	margin: 0 0;
	padding: 1em 0 1em 2em;
	position: relative;
}

.time-schedule p.time {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: -4.5em;
	transform: translateY(-50%);
}

.time-schedule>li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	transform: translateY(-50%);
	background: var(--c_grn);
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.time-schedule .sch_box {
	display: inline-block;
	width: 100%;
	padding: 1em 1.5em;
	vertical-align: middle;
	background: #efefef;
	box-sizing: border-box;
	border-radius: 10px;
}


#sec_oneday .box{
	background: #FFFDE9;
}
#sec_oneday .box dt{
	font-size: 1.125rem;
	border-bottom: 2px dotted var(--c_brown);
	padding-bottom: .5em;
	margin-bottom: 1em;
}


#sec_activity li{
	width: calc(100% / 3 - 2em);
	margin: 1em;
	background: #fff;
	padding: 1.5em;
	border-radius: 20px;
}

#sec_activity li h3{
	background: var(--c_yel);
	padding: .5em;
	border-radius: 10px;
	box-shadow: 2px 2px 1px 1px #d3ca7c;
	width: 80%;
	margin: -1.25em auto 1em;
	position: relative;
	z-index: 1;
}




@media (max-width: 799px){

	#sec_event .list>li{
		width: calc(100% / 2 - 1em);
	}


	#sec_activity li{
		width: calc(100% / 2 - 2em);
	}



}


@media (max-width: 599px){


	#sec_event .list>li,#sec_activity li{
		width: 100%;
	}




}


