@charset "utf-8";
/* CSS Document */


/* 食育 */

#food {
	width: 680px;
	position: relative;
	margin-bottom: 60px !important;
}

#food .catch {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	width: 450px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/food_title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
	margin-bottom: 50px !important;
}

#food .lead {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#food .illust01 {
	width: 90px;
	position: absolute;
	top: 70px;
	left:20px;
}

#food .illust02 {
	width: 80px;
	position: absolute;
	top: 55px;
	left: 570px;
}


#food .illust01 img, #food .illust02 img {
	width: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


/* カラム */

#foodbox01, #foodbox02, #foodbox03, #foodbox04, #foodbox05 {
	width: 660px;
	margin-bottom: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}

#foodbox01 .photo, #foodbox03 .photo, #foodbox05 .photo {
	width: 350px;
	z-index: 100!important;
	position: absolute;
	top: 0px;
	left: 0px;
}

#foodbox02 .photo, #foodbox04 .photo {
	width: 350px;
	z-index: 100;
	position: absolute;
	top: 0px;
	right: 0px;
}

#foodbox01 .photo img, #foodbox02 .photo img, #foodbox03 .photo img, 
#foodbox04 .photo img, #foodbox05 .photo img {
	width: 100%;
	vertical-align: top;
}

#foodbox01 .back01, #foodbox03 .back03, #foodbox05 .back05 {
	width: 330px;
	height: 300px;
	z-index: 10!important;
	position: absolute;
	bottom: 0px;
	right: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

#foodbox02 .back02, #foodbox04 .back04 {
	width: 330px;
	height: 300px;
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#foodbox01 .back01 {
	background-image: url(../images/food_back01.jpg);
}

#foodbox02 .back02 {
	background-image: url(../images/food_back02.jpg);
}

#foodbox03 .back03 {
	background-image: url(../images/food_back03.jpg);
}

#foodbox04 .back04 {
	background-image: url(../images/food_back04.jpg);
}

#foodbox05 .back05 {
	background-image: url(../images/food_back05.jpg);
}


#foodbox01 .title, #foodbox03 .title, #foodbox05 .title {
	font-size: 21px;
	line-height: 28px;
	font-weight: 600;
	transform: rotate(-2deg);
	position: absolute;
	top: 26px;
	left: 45px;
	color: rgba(255,255,255,1.00);
	z-index: 100!important;
}

#foodbox02 .title, #foodbox04 .title {
	font-size: 21px;
	line-height: 28px;
	font-weight: 600;
	transform: rotate(-2deg);
	position: absolute;
	top: 25px;
	left: 35px;
	color: rgba(255,255,255,1.00);
	z-index: 100!important;
}

#foodbox01 .txt, #foodbox03 .txt, #foodbox05 .txt {	
	width: 280px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	position: absolute;
	z-index: 100!important;
	top: 94px;
	left: 30px;
}

#foodbox02 .txt, #foodbox04 .txt  {
	width: 280px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	position: absolute;
	z-index: 100!important;
	top: 94px;
	left: 30px;
}









/* プラスアルファ */

#plus {
	width: 680px;
	position: relative;
	margin-bottom: 80px !important;
	background-image: url(../images/food_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#plus .catch {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
	padding-top: 25px;
	height: 110px;
}

#plus .txt {
	width: 550px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	margin-left: 70px;
	margin-bottom: 30px;
}

#plus .photo {
	width: 600px;
	margin-left: 60px;
	margin-bottom: 30px;
}

#plus .photo ul li {
	width: 190px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}

#plus .photo ul li img {
	width: 100%;
	vertical-align: top;
}







