@charset "UTF-8";



/* ----------暮らしと学び---------- */

/* ----------遊びは学び---------- */

/* 全体 */

#play {
	margin-bottom: 80px;
}

/* 横並び */

#play p,
.life_study_image01 {
	display: inline-block;
	vertical-align: top;
}

/* テキスト */

#play p {
	width: 442px;
}

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

/* -----画像----- */

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

.life_study_image01 li:last-child img {
	position: relative;
	bottom: 51px;
	right: 115px;
}

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

.life_study_image01_t {
	display: none;
}



/* ----------生活の中の学び---------- */

/* 全体 */

#study {
	margin-bottom: 80px;
}



/* -----0～2歳児----- */

.zero_two {
	margin-bottom: 25px;
}

/* 横並び */

.zero_two p,
.life_study_image02 {
	display: inline-block;
	vertical-align: top;
}

/* テキスト */

.zero_two p {
	width: 409px;
}

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

/* -----画像----- */

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

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

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

.life_study_image02_t {
	display: none;
}



/* -----3～5歳児----- */

/* 横並び */

.life_study_image03,
.three_five p {
	display: inline-block;
	vertical-align: top;
}

/* テキスト */

.three_five p {
	width: 478px;
	float: right;
}

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

/* -----画像----- */

.life_study_image03 {
	margin-top: 5px;
}

.life_study_image03 li:last-child img {
	position: relative;
	bottom: 42px;
	left: 180px;
	margin-bottom: -42px;
}

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

.life_study_image03_t {
	display: none;
}



/* ----------手作りの給食・食育---------- */

/* 全体 */

#food {
	margin-bottom: 80px;
}

/* 横並び */

#food ul li {
	display: inline-block;
}

/* テキスト */

#food li:first-child {
	width: 416px;
}

/* 太字 */

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

/* 画像 */

#food li:last-child {
	float: right;
	margin-top: 5px;
}



/* ----------行事の取り組み---------- */

/* -----上段----- */

.event_up {
	margin-bottom: 25px;
}

/* 横並び */

.event_up li {
	display: inline-block;
}

/* テキスト */

.event_up li:first-child {
	width: 409px;
}

/* 太字 */

.event_up span {
	color: #5d7d31;
	font-weight: bold;
}

/* 画像 */

.event_up li:last-child {
	float: right;
	margin-top: 5px;
}



/* -----下段----- */

.event_down div div:first-of-type,
.event_down div div:nth-of-type(2) {
	margin-bottom: 5px;
}

.event_down div div:nth-of-type(odd) ul {
	width: 180px;
}

/* 横並び */

.event_down div,
.event_text {
	display: inline-block;
}

.event_down div p,
.event_down div ul {
	display: inline-block;
	vertical-align: middle;
}

/* 左側 */

.event_down div p {
	text-align: center;
	padding: 35px 20px;
	color: #72754d;
	background: #f8f8ec;
	border-radius: 10px;
}

/* 右側 */

.event_down div ul {
	margin-left: 5px;
}

.event_down div ul li {
	line-height: 22px;
}

.event_down div ul span {
	display: none;
}



/* テキスト */

.event_text {
	width: 370px;
	float: right;
	margin-top: -5px;
}

.event_text span {
	color: #5d7d31;
	font-weight: bold;
}



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



/* ----------暮らしと学び---------- */

/* ----------遊びは学び---------- */

/* 全体 */

#play {
	margin-bottom: 15vw;
}

/* 横並び */

#play p,
.life_study_image01 {
	display: block;
}

/* テキスト */

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

/* -----画像----- */

.life_study_image01_t {
	display: block;
}

.life_study_image01_t img {
	width: 100%;
}

/* PC用無効化 */

.life_study_image01 {
	display: none;
}



/* ----------生活の中の学び---------- */

/* 全体 */

#study {
	margin-bottom: 22vw;
}



/* -----0～2歳児----- */

.zero_two {
	margin-bottom: 25px;
}

/* 横並び */

.zero_two p,
.life_study_image02 {
	display: block;
}

/* テキスト */

.zero_two p {
	width: 100%;
}

/* -----画像----- */

.life_study_image02_t {
	display: block;
}

.life_study_image02_t img {
	width: 100%;
}

/* PC用無効化 */

.life_study_image02 {
	display: none;
}



/* -----3～5歳児----- */

/* 横並び */

.life_study_image03,
.three_five p {
	display: block;
}

/* テキスト */

.three_five p {
	width: 100%;
	float: none;
}

/* -----画像----- */

.life_study_image03_t {
	display: block;
}

.life_study_image03_t img {
	width: 100%;
}

/* PC用無効化 */

.life_study_image03 {
	display: none;
}



/* ----------手作りの給食・食育---------- */

/* 全体 */

#food {
	margin-bottom: 22vw;
}

/* テキスト */

#food li:first-child {
	width: 100%;
	margin-bottom: 5px;
}

/* 画像 */

#food li:last-child {
	float: none;
	margin-top: 0;
	width: 100%;
}

#food li:last-child img {
	width: 100%;
}



/* ----------行事の取り組み---------- */

/* -----上段----- */

.event_up {
	margin-bottom: 5vw;
}

/* テキスト */

.event_up li:first-child {
	width: 100%;
	margin-bottom: 5px;
}

/* 画像 */

.event_up li:last-child {
	float: none;
	margin-top: 0;
	width: 100%;
}

.event_up li:last-child img {
	width: 100%;
}



/* -----下段----- */

.event_down div div:first-of-type,
.event_down div div:nth-of-type(2) {
	margin-bottom: 3vw;
}

.event_down div div {
	margin-bottom: 3vw;
}

.event_down div div:nth-of-type(odd) ul {
	width: auto;
}

.event_down div div:nth-of-type(even) ul {
	width: auto;
}

/* 横並び介助 */

.event_down div,
.event_text {
	display: block;
}

.event_down div p,
.event_down div ul {
	display: block;
}

/* 左側 */

.event_down div p {
	padding: 0;
	border-radius: 0;
}

/* 右側 */

.event_down div ul {
	margin-left: 0;
}

.event_down br {
	display: none;
}

.event_down div ul span {
	display: inline-block;
}



/* テキスト */

.event_text {
	width: 100%;
	float: none;
	margin-top: 5vw;
}



}