@charset "utf-8";
/* CSS Document */

/*==保育園について==*/


.contentsInner03{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	width: 100%;
}
.imageContents .title01,.curriculum .title01{
	text-align: center;
	margin-top: 20px;
}

.oneday .title01,.nenkan .title01{
	text-align: center;
}

.oneday,.nenkan{
	width: 50%;
}

.imageContentsInner{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;	
}

.imageContentsInner p{
		width: 50%;
	}

.curriculum ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.curriculum ul li{
	width: 49%;
}

.curriculum ul div{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 10px;
	border-radius: 10px;
}

.curriculum .girlsimg{
	padding-top: 60px;
}
.curriculum .girlsimg p{
	width: 46%;
}

.curriculum .sawaru{
	border: 3px dotted #07913A;
	background-color: #ffffff;
}


.curriculum .sodateru{
	border: 3px dotted #7E308E;
	background-color: #ffffff;
}

.curriculum .taberu{	
	background-color: #ffffff;
	margin-top: 20px;
	border: 3px dotted #EA5413;
	
}
.title01{
	margin-bottom: 10px;
}

@media screen and (max-width:810px), print{
	#mainArea{
		width: 100%;
	}
	
	.curriculum ul{
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	.curriculum ul li{
	width: 100%;
}
	.curriculum .sodateru{
		margin-top: 20px;
	}
	.sawaru p,.sodateru p,.taberu p{
		width: 50%;
		text-align: center;
	}
	
	.curriculum .girlsimg{
		padding-top: 20px;
	}
}

@media screen and (max-width:625px), print{
	.contentsInner03{
		display: block;
	}
	.oneday,.nenkan{
		width: 100%;
		text-align: center;
	}
	.imageContentsInner{
		display: block;
	}
	
	.imageContentsInner p{
		width: 100%;
		text-align: center;
	}
	.nenkan{
		margin-top: 20px;
	}
	
}
	

