/* Activity */
.activity_time_title_wrapper, .location_title_wrapper {
	padding: 5% 0;
	background-color: lightgreen;
	border-top: 3px solid rgba(76,46,48,1);
	border-bottom: 3px solid rgba(76,46,48,1);
}
.section_h2 {
	text-align: center;
}
.section_span {
	display: block;
	text-align: center;
	color: rgba(76,46,48,1);
	font-size: 0.7rem;
}
/* Implement section label size for tablet */
@media screen and (min-width: 521px) {
	.activity_time_title_wrapper, .location_title_wrapper  {
		padding: 3% 0;
	}
	.section_h2 {
		font-size: 1.7em;
	}
	.section_span {
		font-size: 0.9rem;
	}
}
/* Implement section label font-size for PC */
@media screen and (min-width: 961px) {
	.section_h2 {
		font-size: 1.9em;
	}
	.section_span {
		font-size: 1.1rem;
	}
}

/* schedule details */
.summer_schedule_wrapper, .winter_schedule_wrapper {
	margin: 2% 7%;
	margin-bottom: 5%;
}
.schedule_list {
	display: flex;
	flex-flow: column;
	padding: 0 2%;
	color: rgba(76,46,48,1);
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.schedule_element {
	display: flex;
	flex-flow: column;
	justify-content: center;
	border-bottom: 1px dashed #000;
	margin: 3% 5%;
	padding: 0 10%;
}
.schedule_day {
	border: 2px solid #000;
	border-radius: 5px;
	text-align: center;
	padding: 2% 0;
}
.schedule_time, .schedule_location {
	margin-top: 2%;
	text-align: center;
}
.notice {
	margin-left: 5%;
	margin-top: 2%;
}
/* Implement schedule details for tablet */
@media screen and (min-width: 512px) {
	.schedule_list {
		flex-flow: row wrap;
		justify-content: center;
	}
	.schedule_element {
		width: 39%;
		padding: 0 0.5%;
	}
}
/* Implement schedule details for PC */
@media screen and (min-width: 961px) {
	.schedule_element {
		width: 19%;
		padding-left: 2%;
		padding-right: 2%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

/* Activity Time */
.summer_title_wrapper, .winter_title_wrapper {
	background-color: #C1FFC1;
	margin: 0 4%;
	margin-top: 2%;
	padding: 3% 0;
	border: 3px solid rgba(76,46,48,1);
	border-radius: 5px;
}
/* Activity Time spacer */
.activity_time_spacer {
	margin-top: 2%;
}
/* Implement section label size for tablet (including pc settings) */
@media screen and (min-width: 521px) {
	.summer_title_wrapper, .winter_title_wrapper {
		margin-top: 1%;
		padding: 1% 0;
	}
}

/* Location topics */
.location_topics_wrapper {
	display: flex;
	flex-flow: column;
	margin: 1% 7%;
}
.atsuma_stardome, .oiwake_jhs, .tomakomai, .chitose {
	margin: 2% 0;
	padding: 3%;
	border: 2px solid rgba(76,46,48,1);
	border-radius: 10px;
}
.section_h3 {
	display: flex;
	flex-flow: column;
}
.map_h3_title {
	font-size: 1.1rem;
	padding: 2%;
	border: 1px solid rgba(76,46,48,1);
	border-radius: 5px;
	color: rgba(76,46,48,1);
	text-align: center;
}
.map {
	margin-top: 2%;
	width: 100%;
	aspect-ratio: 16/9;
}

/* Implement location topics for tablet */
@media screen and (min-width: 521px) {
	.location_topics_wrapper {
		justify-content: center;
		flex-flow: row wrap;
	}
	.atsuma_stardome, .oiwake_jhs, .tomakomai, .chitose {
		width: 41%;
		margin: 1%;
	}
	.section_h3 {
		margin: 1% 0;
	}
}
/* Implement location topics for PC */
@media screen and (min-width: 961px) {
	.atsuma_stardome, .oiwake_jhs, .tomakomai, .chitose {
		padding: 1%;
	}
}
.temp_poster_img img {
	vertical-align: top;
}