@charset "utf-8";
/*//////////////////////////////////////////
	下層ページ用CSS
//////////////////////////////////////////*/
.pankuzu {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}
/*+++++++++++++++++++++++++++++++++++++++++
	共通
	同一数値のidやclassを一括指定
	個別に調整する場合は一括部分から切り離して指定
+++++++++++++++++++++++++++++++++++++++++*/
	#guide_box,
	#kind_box,
	#flow_box,
	#event_box {
		margin: 0 auto 30px;
	}
@media screen and (max-width:768px) {
	#guide_box,
	#kind_box,
	#flow_box,
	#event_box {
		width: 95%;
	}
}
@media screen and (min-width: 769px) {
	#guide_box,
	#kind_box,
	#flow_box,
	#event_box {
		width: 800px;
	}	
}
	#flow_box img {
		max-width: 100%;
		height: auto;
	}

#guide_box h2,
#kind_box h2,
#flow_box h2,
#event_box h2,
#kohitsuji_box h2 {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	margin: 0 auto 20px;
	border-radius: 15px;
	box-sizing: border-box;
	line-height: 1.3;
}
	#guide_box h2 {
		background-color: #eb6ea5;
	}
	#kind_box h2 {
		background-color: #f89a25;
	}
	#flow_box h2 {
		background-color: #fdcd00;
	}
	#event_box h2 {
		background-color: #2ea7e0;
	}
	#kohitsuji_box h2 {
		background-color: #bb9bd1;
	}

#guide_box h3,
#kind_box h3,
#event_box h3,
#kohitsuji_box h3 {
	position: relative;
	display: block;
	font-size: 21px;
	font-weight: bold;
	margin: 16px auto 8px auto;
	box-sizing: border-box;
	border-bottom: 1px dotted;
}
	#guide_box h3:before,
	#kind_box h3:before,
	#event_box h3:before,
	#kohitsuji_box h3::before {
		position: absolute;
		left: 0;
		content: '';
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
	}

#guide_box h3 {
	padding: 8px 16px 8px 70px;
	box-sizing: border-box;
	color: #eb6ea5;
	border-color: #eb6ea5;
}
	#guide_box h3:before {
		top:0;
		width: 55px;
		height: 30px;
		background-image: url(../images/h3_tit_guide.png);
	}
#kind_box h3 {
	padding: 8px 16px 8px 50px;
	color: #f39a00;
	border-color: #f39a00;
}
	#kind_box h3::before {
		top:0;
		width: 36px;
		height: 32px;
		background-image: url(../images/h3_tit_kind.png);
	}
#event_box h3 {
	padding: 8px 16px 8px 50px;
	color: #2ea7e0;
	border-color: #2ea7e0;
}
	#event_box h3:before {
		top: 5px;
		width: 41px;
		height: 32px;
		background-image: url(../images/h3_tit_event.png);
	}
#kohitsuji_box h3 {
	padding: 8px 16px 8px 50px;
	color: #bb9bd1;
	border-color: #bb9bd1;
}
	#kohitsuji_box h3::before {
		top: 0;
		width: 41px;
		height: 32px;
		background-image: url(../images/h3_tit_kohitsuji.png);
	}

/*-----------------------------------------
	入園案内//guide.html
-----------------------------------------*/
.gtext_box {
	margin: 0 auto 30px auto;
}
@media screen and (max-width : 768px) {
	.gtext_box {
		width: 90%;
	}
		.gtext_box p {
			margin: 0.5em 0;
		}
}
@media screen and (min-width: 769px) {
	.gtext_box {
		width: 80%;
	}	
}

.text_big {
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width : 480px) {
	.text_big {
		font-size: 18px;
		font-weight: bold;
	}
}

.text_shitaaki {
	margin-bottom: 15px;
}

.text_ten {
	color: #5CCFA9;
}

.text_ind01 {
	padding-left: 2em;
}
@media screen and (max-width: 480px) {
	.text_ind01 {
		padding-left: 1em;
	}
	
}
.text_ind03 {
	text-indent: -3em;
	padding-left: 3em;
}

.text_ind08 {
	text-indent: -8em;
	padding-left: 8em;
}

.text_center {
	text-align: center;
}

.text_ind01_moji {
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.text_ind01_moji {
		text-indent: 0;
		padding-left: 0;
	}
	
}

#guide_box table {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}

	#guide_box th {
		width: 4em;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		padding: 5px;
		text-align: center;
		vertical-align: top;
		background-color: #FFFEBC;
		box-sizing: border-box;
	}

	#guide_box td {
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		padding: 3px;
		text-align: center;
		vertical-align: top;
		box-sizing: border-box;
	}
@media screen and (max-width: 768px) {
	#guide_box td:nth-of-type(1) {
		width: 55%;
	}
}
/*-----------------------------------------
	幼稚園について//kindergarten.html
-----------------------------------------*/
#kind_box h4 {
	width: 150px;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 1em 3px;
	background-color: #139ABC;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

#kind_box p {
	padding: 0 0 1em 0;
	box-sizing: border-box;
}
	#kind_box .kind-item p {
		margin: 0 0 0.5em 0;
		padding: 0;
	}
@media screen and (max-width : 480px) {
	#kind_box p {
		margin: 0;
		padding: 0 0 0.5em 0;
	}
}

.kyouiku_box {
	margin: 20px auto 20px;
	background-color: #FFF0B1;
	color: #000FBB;
	border: 2px solid #D4D4D4;
	border-radius: 10px;
	box-sizing: border-box;
}
@media screen and (max-width : 480px) {
	.kyouiku_box {
		width: 90%;
		padding: 20px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 481px) and (max-width:767px) {
	.kyouiku_box {
		width: 80%;
	}
}
@media screen and (min-width: 768px) {
	.kyouiku_box {
		width: 500px;
		padding: 40px;
		box-sizing: border-box;
	}
}

.kyouiku_bun {
	width: 19em;
	margin: auto;
	padding: 1em;
	box-sizing: border-box;
}
@media screen and (max-width : 480px) {
	.kyouiku_bun {
		width: 100%;
		margin: auto;
	}
}
	.kind-item {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}

@media screen and (max-width : 480px) {
	.kind-item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
		.kind-item div {
			width: 100%;
		}
			.kind-item img {
				display: block;
				max-width: 100%;
				height: auto;
				margin: 0 auto;
			}
}
.k_image_left {
	margin-right: 2em;
}
@media screen and (max-width : 480px) {
	.k_image_left {
		width: 50%;
		height: 50%;
	}
}

.k_image_right {
	margin-left: 2em;
}
@media screen and (max-width : 480px) {
	.k_image_right {
		width: 50%;
		height: 50%;
	}
}

/*-----------------------------------------
	一日の流れ//flow.html
-----------------------------------------*/
#flow_box h4 {
	text-align: center;
	font-size: 21px;
	margin: 0px 0 10px;
	color: #F942AE;
}

.yougo_box {
	margin: 20px auto 20px;
	border: 2px solid #DCDCDC;
	padding: 20px;
	background-color: #F8E3F4;
	border-radius: 10px;
	box-sizing: border-box;
}
@media screen and (max-width : 480px) {
	.yougo_box {
		width: 90%;
	}
}
@media screen and (min-width: 481px) and (max-width:767px) {
	.yougo_box {
		width: 90%;
	}
}
@media screen and (min-width: 768px) {
	.yougo_box {
		width: 600px;
	}	
}

/*-----------------------------------------
	年間行事//event.html
-----------------------------------------*/
.ephoto_box {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1em 0.25em;
}
@media screen and (max-width: 480px) {
	.ephoto_box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.ephoto_box {
		justify-content: space-between;
	}
}
@media screen and (min-width: 769px) {
	.ephoto_box {
		justify-content: space-between;
	}
}
	.ephoto_waku {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
@media screen and (max-width: 768px) {
	.ephoto_waku {
		width: 225px;
		height: auto;
	}
}
@media screen and (min-width: 769px) {
	.ephoto_waku {
		width: 256px;
		height: auto;
	}
}
.ephoto_photo {
	text-align: center;
	margin: 0;
	padding: 0;
}

.ephoto_photo img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 3px 3px 10px;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
}

.ephoto_text {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 3px;
	box-sizing: border-box;
}

/*-----------------------------------------
	こひつじクラブ//kohitsuji.html
-----------------------------------------*/
.contents-area {
	width: 100%;
	margin: 0 auto 32px auto;
}
#kohitsuji_box,
.kohitsuji-app-area {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width : 480px) {
	#kohitsuji_box,
	.kohitsuji-app-area {
		width: 95%;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	#kohitsuji_box,
	.kohitsuji-app-area {
		width: 95%;
	}
}
@media screen and (min-width: 769px) {
	#kohitsuji_box,
	.kohitsuji-app-area {
		width: 800px;
	}
}

#kohitsuji_box {
	margin-bottom: 32px;
	padding-bottom: 32px;
	box-sizing: border-box;
	border-bottom: #bb9bd1 1px dotted;
}
	#kohitsuji_box a:hover img {
		opacity: 0.5;
	}

	.yokonarabi {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
		column-gap: 1em;
	}
@media screen and (max-width : 480px) {
	.yokonarabi {
		flex-direction: column;
	}
		.yokonarabi img {
			display: block;
			margin: 10px auto;
		}
}
	.txt-area {
		display: inline-block;
	}
@media screen and (max-width : 480px) {
	.txt-area {
		width: 90%;
		margin: 0 auto;
	}
}
	.photo-area {
		width: 90%;
		height: 300px;
		background-color: #bb9bd1;
		margin: 32px auto;
	}

	.kohitsuji-schedule {
		margin: 16px auto;
		padding: 0;
		border-radius: 5px;
	}
@media screen and (max-width : 480px) {
	.kohitsuji-schedule {
		width: 100%;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px) {
	.kohitsuji-schedule {
		width: 90%;
	}
}
@media screen and (min-width: 769px) {
	.kohitsuji-schedule {
		width: 70%;
	}
}
		.kohitsuji-schedule th,
		.kohitsuji-schedule td {
			padding: 8px;
		}

		.kohitsuji-schedule th:nth-child(1),
		.kohitsuji-schedule td:nth-child(1) {
			text-align: center;
		}
@media screen and (max-width : 480px) {
		.kohitsuji-schedule th:nth-child(2),
		.kohitsuji-schedule td:nth-child(2) {
			text-align: center;
		}
}
		.kohitsuji-schedule th {
			color: #fff;
			background-color: #bb9bd1;
		}

@media screen and (max-width : 480px) {
		.kohitsuji-schedule th:nth-child(3) {
			width: 60%;
		}
}
@media screen and (min-width: 481px) {
		.kohitsuji-schedule th:nth-child(3) {
			width: 70%;
		}
}
		.kohitsuji-schedule tr td {
			border-bottom: #bb9bd1 1px dotted;
		}

#kohitsuji_box .notice {
	margin: 16px auto;
	padding: 16px;
	box-sizing: border-box;
	background-color: #e1ceef;
	border-radius: 16px;
}

	#kohitsuji_box p {
		display: inline-block;
		margin: 16px 0;
	}