@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	stage_layout
//////////////////////////////////////////////////////////////*/

.stage_box {
	margin-bottom: 120px;
}

/* stage_schedule_list_box */

.stage_schedule_list_box {
}

.stage_schedule_sat_box {
}

.stage_schedule_sat_box h3 {
	background: #004997;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 10px;
}

.stage_schedule_sun_box h3 {
	background: #E7380D;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 10px;
}

.stage_schedule_sun_box table th {
	background: #E7380D;
}

.stage_schedule_sun_box table td {
	border: #E7380D solid 1px;
}

.stage_schedule_sun_box .th_fotfes {
	border: #E7380D solid 1px;
	background: rgba(255,255,255,0.8);
	color: #E7380D;
}

.stage_detail_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.stage_detail_thumb_box {
	width: 12%;
	max-width: 120px;
}

.stage_detail_thumb_box img {
	width: 100%;
	border-radius: 3px;
	display: block;
}

.stage_detail_text_box {
	margin-left: 2%;
	width: 86%;
}

.stage_detail_text_box p {
	margin-bottom: 0;
}

/* fotfes */
.logo_fotfes_box {
	margin-top: 50px;
	margin-bottom: 50px;
}

.logo_fotfes_box img {
	width: 80%;
	max-width: 980px;
}

.fotfes_ttl {
	background: #006934;
	color: #FFF;
	display: inline-block;
	padding: 0 3em;
	outline: 1px solid #006934;
	outline-offset: 2px;
	margin-bottom: 30px;
}

.fotfes_sttl {
	color: #E7380D;
}

.fotfes_mc_img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}

.fotfes_mc_img_list li {
	width: 31%;
	margin: 0 1% 30px;
}

.fotfes_mc_img_list li img {
	width: 100%;
	border-radius: 5px;
}

.fotfes_mc_img_list li h5 {
	margin-top: 5px;
}

.fotfes_act_img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.fotfes_act_img_list li {
	width: 31%;
	margin: 0 1% 30px;
}

.fotfes_act_img_list li img {
	width: 100%;
	border-radius: 5px;
}

.fotfes_act_img_list li h5 {
	margin-top: 5px;
}

@media screen and (max-width: 979px) {
	.fotfes_act_img_list li {
		width: 48%;
		margin: 0 1% 30px;
	}
}