@charset "UTF-8";

/* ヒーローエリア */
section.hero_food {
	width: 100%;
	height: 585px;
	background: url(../img/hero_food_sp.jpg) no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}

section.hero_food img {
	display: block;
	max-width: 686px;
	width: 100%;
	height: auto;
}

/* コンテンツ */
section.content1,
section.content2 {
	padding: 45px 0px 45px;
}

section.content2 {
	background: url(../img/bg.jpg);
}

section.image {
	width: 100%;
	height: 270px;
	background: url(../img/food/image_footer.jpg) no-repeat center center;
	padding: 30px 30px 45px;
}

img.icon1 {
	display: block;
	width: 99px;
	height: auto;
	margin: 0 auto 0;
}

img.icon2 {
	display: block;
	width: 96px;
	height: auto;
	margin: 0 auto 0;
}

img.icon3 {
	display: block;
	width: 129px;
	height: auto;
	margin: 0 auto 60px;
}

img.icon4 {
	display: block;
	width: 388px;
	height: auto;
	margin: 0 auto 60px;
}

div.box div.image img {
	display: block;
	width: 100%;
	max-width: 563px;
	height: auto;
	margin-bottom: 1em;
}

div.box div.text,
div.box div.text1,
div.box div.text2 {
	margin-bottom: 1em;
}

section.content2 p.last {
	margin-bottom: 60px;
}

section.content2 a.btn {
	display: block;
	width: 320px;
	background: #17284d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	padding: 10px 0px;
	margin: 0 auto;
}

/* 大きい画面用の設定 */
@media(min-width: 800px) {
	/* ヒーローエリア */
	section.hero_food {
	height: 600px;
	background: url(../img/hero_food.jpg) no-repeat center center;
	}
}

@media(min-width: 1000px) {
	div.box {
	display: flex;
	}
	div.box div.image {
	flex: 0 0 563px;
	}
	div.box div.text {
	padding-left: 20px;
	}
	div.box div.text1 {
	flex: 1;
	}
	div.box div.text2 {
	flex: 1;
	}
}