@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
.days_main{
	width: 90%;
	margin:30px auto 50px;
	padding: 0 5% 50px;
	max-width: 1350px;
	background-image: url("../images/education/days_area_bg.png");
	background-repeat: repeat-y;
}
.time{
	width: 70%;
	margin: 20px 30% 20px 0;
}
.time img{
	width: 50%;
}
.time p{
	padding-left: 20px;
	line-height: 1.8em;
}
.time p span{
	color: #137A4E;
	font-size: 18px;
}
.day_box{
	width: 100%;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
}

.box_item{
	width: 47%;
}

.box_item img{
	border-radius: 12px;
}
.foods{
	width: 100%;
	background-color: #F3FCE9;
	margin: 30px auto;
	padding: 30px 40px 30px 150px;
	background-image: url("../images/education/food_bg.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 120px;
	border-radius: 10px;
}
.foods span{
	color: #705218;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 25px;
}


@media screen and (max-width:900px) {
	
}
@media screen and (max-width:480px) {
	.days_main{
	width: 90%;
	margin:30px auto 50px;
	padding: 0 5% 50px;
	max-width: 1350px;
	background-image: url("../images/education/days_area_bg.png");
	background-repeat: repeat-y;
}
.time{
	width: 100%;
	margin: 20px auto;
}
.time img{
	width: 80%;
}
.time p{
	padding-left: 20px;
	line-height: 1.8em;
}
.time p span{
	color: #137A4E;
	font-size: 16px;
}
.day_box{
	width: 100%;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: stretch;
}

.box_item{
	width: 100%;margin: 10px auto;
}

.box_item img{
	border-radius: 12px;
}
.foods{
	width: 100%;
	background-color: #F3FCE9;
	margin: 30px auto;
	padding: 60px 30px 30px 30px;
	background-image: url("../images/education/food_bg.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 60px;
	border-radius: 10px;
}
.foods span{
	color: #705218;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	padding-left: 25%;
}

}

