@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*教育方針*/
#policy .container {
	padding-left: 15px;
	padding-right: 15px;
}

#policy article {
	margin-bottom: 30px;
}

#policy article img {
	width: 100%;
}

#policy p {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}

/*幼稚園とは*/
#means article {
	background-color: #fff;
	padding: 20px 10px;
}

#means article img {
	width: 100%;
	margin-bottom: 20px;
}

/*教育目標*/
#aim .detail {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: center;
	width: 250px;
	height: 200px;
}

#aim .detail p:first-child {
	color: #64C551;
	font-size: 70px;
	margin-bottom: 0;
}

#aim .detail p:last-child {
	font-size: 18px;
	font-weight: bold;
}


/*園の概要*/
#profile table {
	border: 1px solid #ddd;
	width: 100%;
}

#profile table th {
	background-color: #F8AC62;
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
	padding: 10px 20px;
}

#profile table td {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
	padding: 20px;
}

/*保育の特色*/
#features .points {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
}

#features .points img {
	width: 100%;
	margin-bottom: 15px;
}

#features .points h3 {
	border-bottom: 1px dotted #308C6B;
	color: #308C6B;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 5px 0 5px;
}

#features .points p {
	line-height: 1.5;
}

#features .image img {
	width: 100%;
}









/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(767px以下)*/
/*--------------------------------------------*/

@media (max-width: 767px) {

	/*デバイス幅767px以下限定*/
	#profile table th {
		display: block;
		width: 100%;
	}

	#profile table td {
		display: block;
		width: 100%;
	}

}




/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media (min-width: 768px) {
	/*教育方針*/
	#policy article {
		text-align: center;
	}
	
	/*幼稚園とは*/
	#means article {
		padding: 20px;
	}

	#means article:after {
		content: "";
		clear: both;
		display: block;
	}

	#means article img {
		float: left;
		margin-bottom: 10px;
		padding-right: 2%;
		width: 45%;
	}
	
	/*教育目標*/
	#aim article {
		padding: 0 50px 20px;
		text-align: center;
	}
	
	#aim article:after {
		content: "";
		clear: both;
		display: block;
	}
	
	#aim .detail {
		margin-bottom: 20px;
		padding: 15px 20px;
		height: 200px;
		width: 48%;
	}
	
	#aim .detail:nth-of-type(odd) {
		float: left;
	}
	
	#aim .detail:nth-of-type(even) {
		float: right;
	}

	#aim .detail p:first-child {
		margin-bottom: 0;
	}

	#aim .detail p:last-child {
		margin-bottom: 0;
	}
	
	#aim .detail:last-child {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 48%;
	}
	
	/*園の概要*/
	#profile table td {
		padding: 10px 20px;
	}

	
	/*保育の特色*/
	#features .points {
		padding: 15px;
		margin-bottom: 20px;
	}
	
	#features .points:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#features .points img {
		float: left;
		margin-bottom: 0;
		/*padding-right: 2%;*/
		width: 48%;
	}

	#features .points h3 {
		margin-left: 52%;
		padding: 5px 0 5px;
	}

	#features .points p {
		line-height: 1.5;
		padding-left: 52%;
	}
	
	#features .image {
		text-align: center;
	}
	
	#features .image img {
		width: 50%;
	}

	
	
}






/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media (min-width: 992px) {
	
	/*教育方針*/
	#policy article img{
		margin: 10px auto;
		width: 50%;
	}
	
	/*教育目標*/
	#aim article {
		padding: 0 100px 20px;
	}
	
	/*園の概要*/
	#profile article {
		padding: 0 100px 20px;
	}

	/*保育の特色*/
	#features article {
		margin: 0 100px 50px;
	}
	
	#features .points {
		padding: 20px;
	}


	
	
}



/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media (min-width: 1200px) {
	
	/*保育の特色*/
	#features article {
		margin: 0 200px 50px;
	}
	
	/*幼稚園とは*/
	#means article {
		margin: 0 150px 50px;
	}
	
	/*教育目標*/
	#aim article {
		padding: 0 200px 20px;
	}

	
	
	
}



