/* ===== 
	コンテンツ用CSS
 ================================================== */

.top_flow dt{
	margin: 10px auto;
	margin: 0 auto 25px;
	padding: 8px 10px;
	text-align: center;
	background: #fff4c4;
}
	.top_flow .flow02 dt{ background: #ffe989; }
	.top_flow .flow03 dt{ background: #f1c400; }

.top_flow dd{
	margin: 0 auto 20px;
	text-align: center;
}
	.top_flow dd img{
		max-width: 320px;
		height: auto;
	}

.bnr{
	text-align: center;
}

.bnr img{
	max-width: 420px;
}

.ttl02 span{
	line-height: 120%;
}

.prgm_img{
	margin: 30px auto;
}

.prgm_flow{
	padding: 0 15px;
}

.prgm_flow ul{
	background: url("../images/flow_bg.png") 50% 50% no-repeat;
	background-size: 100%;
}

.prgm_flow ul li{
	float: left;
	width: 14.5%;
	width: -webkit-calc(100% / 29 * 4) ;
	width: calc(100% / 29 * 4) ;
	margin-right: 3.44%;
	margin-right: -webkit-calc(100% / 29) ;
	margin-right: calc(100% / 29) ;
	border: 2px solid #f1c400;
	border-radius: 10px;
}
.prgm_flow ul li img{
	max-width: 157px !important;
}

.prgm_flow ul li:last-child{
	margin: 0;
}

.prgm_flow ul li.this{
	background: #fff7d6;
}

/* 年間スケジュール */
.schedule{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.schedule th,
.schedule td{
	padding: 10px;
	border: 1px solid #999;
}

.schedule td{
	padding: 20px;
}

.schedule th{
	background: #eee;
	font-weight: normal;
	white-space: nowrap;
}
	.schedule .spring th{ background: #dff0e2; }
	.schedule .summer th{ background: #ffeedb; }
	.schedule .autumn th{ background: #e8e4f5; }
	.schedule .winter th{ background: #e0f0fb; }

.schedule th.season{
	color: #fff;
	font-weight: bold;
	text-align: center;
}
	.schedule .spring th.season{ background: #61c473; }
	.schedule .summer th.season{ background: #f09b3e; }
	.schedule .autumn th.season{ background: #9d8edb; }
	.schedule .winter th.season{ background: #71bbf0; }

.schedule dt{
	margin: 1.0em 0 0.25em;
	font-weight: bold;
}

.schedule dt.ttl{
	margin-top: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
	.schedule .spring dt.ttl{ color: #61c473; }
	.schedule .summer dt.ttl{ color: #f09b3e; }
	.schedule .autumn dt.ttl{ color: #9d8edb; }
	.schedule .winter dt.ttl{ color: #71bbf0; }

.schedule li{
	display: inline-block;
	padding-right: 30px;
}


/* ギャラリー */
.gallery{
	border-bottom: 1px solid #f1c400;
}


@media screen and (min-width: 640px) {
	.top_flow dd{
		float: left;
		width: 190px;
		height: 150px;
		padding: 0 40px 0 0;
		background: url("../images/arrow.png") 165px 50% no-repeat;
		background-size: 12px;
	}
	
	.top_flow .flow02 dd:last-child{
		background-image: none;
	}

	.bnr .clmL{
		text-align: right;
	}
	
	.bnr .clmR{
		text-align: left;
	}
	
	.prgm_flow{
		padding: 0 30px;
	}
	
	.ttl02{
		margin-bottom: 50px;
	}
}


@media screen and (min-width: 1024px) {
	.prgm_img{
		margin: 50px auto;
	}
	
	.top_flow dl{
		float: left;
		width: 15%;
	}
	
	.top_flow dl.flow02{
		width: 85%;
	}
	
	.top_flow dd{
		float: left;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background-image: none;
	}
		.top_flow dd a{
			display: block;
		}
	
		.top_flow dl.flow02 dt{
			margin-left: 2.35%;
		}
	
		.top_flow dl.flow02 dd{
			width: 20%;
			padding-left: 2.35%;
			background: url("../images/arrow.png") 2.5% 50% no-repeat !important;
			background-size: 7% !important;
		}
	
		.top_flow dl.flow02 dd:last-child{
			padding-tight: 0;
		}
	.top_flow dd img{
		max-width: 240px;
		height: auto;
	}
	
	.prgm_flow{
		padding: 0;
	}
}
