@charset "UTF-8";

/* 共通 */
.box {
	margin: 30px 0 40px;
	border: solid 10px #C69C6D !important;
	border-radius: 10px;
	box-shadow: 0 2px 10px #aaa;
}

.page h2 {
	margin: 0 0 25px;
	color: #f44336;
	font-size: 28px;
	text-align: center;
}

.page h2 .underline {
	border-bottom: dotted 3px #f44336;
}

.page h3 {
	margin: 20px 0 10px;
	color: #8C6239;
	font-size: 24px;
	text-align: center;
}

/* 開所日・開所時間 */
#open-date p {
	text-align: center;
}

#open-date-day {
	display: flex;
	justify-content: center;
	width: 36em;
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #FFF6EB;
	border-radius: 5px;
	box-sizing: border-box;
	list-style: none;
	font-weight: bold;
}

#open-date-day li {
	margin: 0 1em;
}

#open-date table {
	margin: 0 auto;
}

#open-date table tbody td {
	text-align: center;
}

/* 利用区分・利用料 */
#kubun-price {
	text-align: center;
}

#kubun-price-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #57AF55;
	border-radius: 5px;
	box-shadow: 0 0 5px #888888;
	color: #FFFFFF;
}

#kubun-price-button:active {
	box-shadow: none;
}

/* 利用お申込みについて */
#application .sub-box {
	padding: 15px 15px;
	background-color: #FFF6EB;
}

#application ul.sub-box {
	margin: 0;
	padding-left: 35px;
}

#application #application-table tbody th.col-1 {
	width: 4em;
	background-color: #4CAF50;
	color: #FFF;
}

#application #application-table tbody th.col-2 {
	width: 10em;
}

#kids-club-list-button-area {
	text-align: center;
}

#kids-club-list-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #57AF55;
	border-radius: 5px;
	box-shadow: 0 0 5px #888888;
	color: #FFFFFF;
}
#kids-club-list-button:active {
	box-shadow: none;
}

/* 広報誌について */
#kids-news .sub-box {
	padding: 15px 15px;
	background-color: #FFF6EB;
}

/* 特色のあるプログラム */
#event .img-area .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#event .img-area .left {
	margin-right: 10px;
}

#event .img-area .left img {
	display: block;
	width: 420px;
	height: auto;
}

#event .img-area .right .img-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#event .img-box {
	width: 240px;
	margin: 0 10px 0 0;
}

#event .img-area .text-box {
	padding: 3px 0;
	color: #8C6239;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#event .img-area .right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#event .img-area .right img {
	width: 100%;
	height: 180px;
}

/* タブレット版 */
@media screen and (min-width:768px) and (max-width:1049px) {
	#event .img-area .left img {
		width: 272px;
	}
	
	#event .img-box {
		width: 200px;
	}
	
	#event .img-area .right img {
		height: 150px;
	}
}

/* スマホ版 */
@media screen and (max-width:767px) {
	.page h2 {
		font-size: 22px;
	}

	.page h3 {
		font-size: 18px;
	}

	#open-date p {
		text-align: left;
	}

	#open-date-day {
		display: block;
	}

	#application #application-table tbody th.col-1 {
		width: 3em;
	}

	#application #application-table tbody th.col-2 {
		width: 5em;
	}

	#event .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	#event .img-area .right .img-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#kids-club-list .js-wpv-view-layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	#kids-club-list .js-wpv-view-layout .col {
		width: 100%;
	}
}
