

.food_section .section {
	padding: 70px 0 0;
}
.food_section .item {
	display: flex;
	margin: 60px 0 0;
	position: relative;
}
@media print, screen and (max-width: 700px) {
	.food_section .item {
		margin: 40px 0 0;
	}
}
.food_section .item::after {
	content: "";
	width: 200px;
	height: 200px;
	position: absolute;
	top: -25px;
	left: 25%;
	background: #ffea9f;
	z-index: 0;
}
.food_section .item .img {
	width: 42%;
	position: relative;
	z-index: 2;
}
.food_section .item .text {
	flex: 1;
	margin: 0 0 0 20px;
	position: relative;
	z-index: 2;
}
.food_section .item .text h3 {
	font-size: 24px;
	padding: 5px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: bold;
}
.food_section .item .text h3 span {
	font-size: .6em;
	margin: 0 0 0 .5em;
	color: #999;
}
.food_section .item .text dl {
	display: flex;
	padding: 5px 0;
	font-weight: bold;
}
.food_section .item .text dt {
	background: #ff3c00;
	color: #fff;
	width: 9em;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}
.food_section .item .text dd {
	color: #ff3c00;
	flex: 1;
	margin: 0 0 0 .5em;
	line-height: 24px;
}
.food_section .item .text .excerpt {
	margin: 20px 0 0;
	line-height: 1.6;
}
.food_section .item .text .excerpt > div:not(:first-child) {
	margin: 15px 0 0;
}

.food_section .item .text .em {
	font-weight: bold;
}
.food_section .item .text .note {
	margin: 10px 0 0;
	font-size: 14px;
}
.food_section .item .text .note li {
	margin: 3px 0 0;
	position: relative;
	padding-left: 1em;
	line-height: 1.4;
	color: #666;
}
.food_section .item .text .note li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
}
.fruitGratin {
	text-align: center;
	padding: 70px 0 40px;
}
.fruitGratin .contact {
	display: flex;
	justify-content: center;
}
.fruitGratin .contact li {
	width: 80%;
	max-width: 500px;
	margin-top: 15px;
}
.fruitGratin .contact li:nth-child(2) {
	margin-left: 3%;
}
.fruitGratin .contact a {
	height: 50px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e1e8d9;
	color: #336600;
	border: 2px solid #336600;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
.fruitGratin .contact a div {
	color: #336600;
}
.fruitGratin .contact a svg {
	height: 22px;
	width: 22px;
	fill: #336600;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.fruitGratin .contact a:hover {
	background: #336600;
	color: #fff;
}
.fruitGratin .contact a:hover, .fruitGratin .contact a:hover div, .fruitGratin .contact a:hover span {
	color: #fff;
}
.fruitGratin .contact a:hover svg {
	fill: #fff;
}
.fruitGratin .contact .open {
	display: block;
	font-size: 13px;
	margin: 5px 0 0;
}

@media screen and (max-width: 700px) {
.food_section .item {
	display: block;
}
.food_section .item::after {
	content: "";
	width: 40vw;
	height: 40vw;
	position: absolute;
	top: 35vw;
	left: -4vw;
	background: #ffea9f;
	z-index: 0;
}
.food_section .item .img {
	margin: 0 0 0 -2vw;
	width: 96vw;
}
.food_section .item .text {
	margin: 10px 0 0;
}
}