@charset "UTF-8";



/* ----------星の子の教育・保育方針---------- */

/* ----------教育・保育方針---------- */

/* 全体 */

#education {
	margin-bottom: 80px;
}



/* -----要素----- */

#education ul {
	display: inline-block;
	width: auto;
	padding: 3px;
	text-align: center;
	border: solid 3px #e1e7c1;
	border-radius: 12px;
}

#education ul:last-child {
	float: right;
}

#education ul:first-of-type li {
	background: url("../image/back/education/education_back01.png") no-repeat;
	width: 409px;
	height: 166px;
}

#education ul:last-of-type li {
	background: url("../image/back/education/education_back02.png") no-repeat;
	width: 409px;
	height: 166px;
}

/* テキスト */

#education p {
	color: white;
	text-shadow: 0 0 10px #555;
}

#education span {
	font-size: 18px;
	font-weight: bold;
}

#education ul:first-of-type p {
	padding-top: 34px;
}

#education ul:last-of-type p {
	padding-top: 22px;
}



/* ----------豊かな子育ち環境---------- */

/* 全体 */

#environment {
	margin-bottom: 80px;
}

/* 横並び */

#environment p,
#environment ul {
	display: inline-block;
	vertical-align: top;
}

/* テキスト */

#environment p {
	width: 340px;
	margin-right: 12px;
}

#environment p span {
	color: #5d7d31;
	font-weight: bold;
}

/* 画像 */

#environment ul {
	margin-top: 5px;
}

#environment ul:last-of-type {
	float: right;
}

#environment ul:last-of-type li:first-child {
	margin-bottom: -3px;
}

/* タブレット用無効化 */

.environment_image_t {
	display: none;
}



/* ギャラリーリンク */

.environment_gallery {
	margin-top: 5px;
}

.environment_gallery a {
	text-decoration: underline;
	color: black;
}

.environment_gallery span {
	color: #abcd03;
}

/* ----------こども園ってどんな場所？---------- */

#place {
	clear: both;
}

/* 横並び */

#place p,
#place ul {
	display: inline-block;
}

/* テキスト */

#place p {
	width: 420px;
}

#place p span {
	color: #5d7d31;
	font-weight: bold;
}

/* ----------一人ひとりの「自分らしさ」を大切に育む---------- */

#personal {
	clear: both;
}

/* 横並び */

#personal p,
#personal ul {
	display: inline-block;
}

/* テキスト */

#personal p {
	width: 420px;
}

#personal p span {
	color: #5d7d31;
	font-weight: bold;
}

/* ----------誰かと一緒に生きていく～互いを尊重する～---------- */

#live {
	clear: both;
}

/* 横並び */

#live p,
#live ul {
	display: inline-block;
}

/* テキスト */

#live p {
	width: 420px;
}

#live p span {
	color: #5d7d31;
	font-weight: bold;
}



/* ----------未来を生きる子どもたちに大切なこと---------- */

#future {
	clear: both;
}

/* 横並び */

#future p,
#future ul {
	display: inline-block;
}

/* テキスト */

#future p {
	width: 420px;
}

#future p span {
	color: #5d7d31;
	font-weight: bold;
}

/* 画像 */

.education_image {
	float: right;
	margin-top: 5px;
}

.education_image li:last-child img {
	position: relative;
	bottom: 30px;
	right: 100px;
	margin-bottom: -30px;
}

/* タブレット用無効化 */

.education_image_t {
	display: none;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------星の子の教育・保育方針---------- */

/* ----------教育・保育方針---------- */

/* 全体 */

#education {
	margin-bottom: 15vw;
}



/* -----要素----- */

#education ul {
	width: 96%;
	margin-bottom: 3px;
	border: solid 2px #e1e7c1;
}

#education ul:last-child {
	float: none;
}

#education ul:first-of-type li,
#education ul:last-of-type li {
	border-radius: 12px;
	background: #abcd03;
	width: 100%;
	height: auto;
}

/* テキスト */

#education ul:first-of-type p {
	padding-top: 20px;
	padding-bottom: 20px;
}

#education ul:last-of-type p {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 画像 */

/* PC用無効化 */

.education_image img {
	display: none;
}

/* タブレット用有効化 */

.education_image_t {
	display: block;

}



/* ----------豊かな子育ち環境---------- */

/* 全体 */

#environment {
	margin-bottom: 22vw;
}

/* テキスト */

#environment p {
	width: 100%;
	margin-right: 0;
}

/* 画像 */

#environment ul,
#environment ul img {
	width: 100%;
}

#environment ul:first-of-type li {
	width: 100%;
}

#environment ul:last-of-type {
	float: none;
}

#environment ul:last-of-type li {
	width: 49.3%;
	display: inline-block;
}

#environment ul:last-of-type li:first-child {
	margin-bottom: 0;
}

/* PC用無効化 */

.environment_image {
	display: none;
}

/* タブレット用有効化 */

.environment_image_t {
	display: block;
}

/* ----------誰かと一緒に生きていく～互いを尊重する～---------- */

/* テキスト */

#live p {
	width: 100%;
	margin-bottom: 5px;
}

/* 画像 */

#live img {
	width: 100%;
	float: none;
}


/* ----------未来を生きる子どもたちに大切なこと---------- */

/* テキスト */

#future p {
	width: 100%;
	margin-bottom: 5px;
}

/* 画像 */

#future img {
	width: 100%;
	float: none;
}



}