@charset "UTF-8";
/* -------------------------------------------------
food
------------------------------------------------- */

/* -------------------------------------------------
food common
------------------------------------------------- */
.food .mw720px {
	max-width: 720px;
	margin: 0 auto;
}
.food .mw640px {
	max-width: 640px;
	margin: 0 auto;
}
.food img.imgradius {
	border-radius: 1em;
}

@media (min-width:768px) { /* tab pc */
	div.food img.imgradius {
		border-radius: 2em;
	}
}

/* month ttl ,food fix */
.content .food .month-ttl-box {
	border-bottom: 2px solid #005a54;
}
/* series ttl */
.food {}
.food .series-ttl-box {
	padding: 3em 10px 4em;
	text-align: center;
}
.food .series-ttl-box h1 {
	background: none;
}

@media (min-width:768px) { /* tab pc */
	div.food .series-ttl-box {
		padding: 6em 10px 7em;
	}
}


/* key visual */
.food .kv-box {
	padding: 0 10px;
	margin-bottom: 4em;
}
.food .kv-box .ttl-box {
	border-top: 2px solid #ef7c00;
	padding: 6% 0;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.food .kv-box .ttl-box .ico-box {
	position: absolute;
	top: -9px;
	left: 50%;
	z-index: 1;
	margin-left: -65px;
	width: 130px;
	height: 18px;
	border-left: 2px solid #ef7c00;
	border-right: 2px solid #ef7c00;
	overflow: hidden;
	text-indent: -100em;
	background-image: url("../img/food_kv_ttl_ico01_x2.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #fff;
}
.food .kv-box .ttl-box h2 {
	background-color: transparent;
	border: none;
}
.food .lead-box {
	border-top: 2px dashed #ef7c00;
	border-bottom: 2px solid #ef7c00;
	padding: 4% 0;
	margin-bottom: 3em;
}
.food .kv-box .img-box {}

@media (min-width:768px) { /* tab pc */
	div.food .lead-box {
		margin-bottom: 4em;
	}
}

.food .sec-ttl-box {
	color: #005a54;
	font-size: 2em;
	line-height: 1.4;
	padding: 0 10px;
	margin-bottom: 40px;
	text-align: center;
}
.food .sec-ttl-box h3 {
	padding-bottom: 4px;
	background-color: transparent;
	border: none;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.food .sec-ttl-box h3:before {
	content: " ";
	width: 100%;
	height: 6px;
	display: block;
	background-color: #005a54;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
}
.food .sec-ttl-box h3:after {
	content: " ";
	width: 50%;
	height: 6px;
	display: block;
	background-color: #ef7c00;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
}
.food .sec-sub {
	margin-bottom: 4em;
}
.food .pd10px {
	padding: 0 10px;
}

@media (min-width:768px) { /* tab pc */
	div.food .sec-ttl-box {
		font-size: 2.4em;
	}
}

.food .cap-box {
	line-height: 1.2;
	font-size: 87.50%; /* 14px */
	padding-top: 0.5em;
}


/* -------------------------------------------------
food01
------------------------------------------------- */
/* sec1 */
.food01 .sec1 .flex-box {
	padding: 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.food01 .sec1 .flex-item {
	width: 48%;
}

/* sec2 */
.food01 .sec2 {}
.food01 .sec2 .sec-ttl-sub-box {
	color: #ef7c00;
	text-align: center;
}
.food01 .sec2 .sec-ttl-sub-box p {
	display: inline-block;
	font-size: 0.7em;
	margin-bottom: 8px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.food01 .sec2 .sec-ttl-sub-box p:before {
	content: " ";
	display: block;
	height: 80%;
	width: 2px;
	background-color: #ef7c00;
	position: absolute;
	left: -0.5em;
	top: 0.1em;
	z-index: 1;
	transform: rotate(-20deg);
}
.food01 .sec2 .sec-ttl-sub-box p:after {
	content: " ";
	display: block;
	height: 80%;
	width: 2px;
	background-color: #ef7c00;
	position: absolute;
	right: -0.5em;
	top: 0.1em;
	z-index: 1;
	transform: rotate(20deg);
}
.food01 .sec2 .bg-gray-box {
	background-color: #f3f3ec;
	padding: 2em 10px 3em;
}
.food01 .sec2 .bg-orange-box {
	color: #231815;
	background-color: #ffc51f;
	padding: 2em 10px;
}
.food01 .sec2 .sec-sub .sub-ttl-box {
	text-align: center;
	margin-bottom: 2em;
}
.food01 .sec2 .sec-sub .txt-box {
	padding-top: 1.5em;
}
.food01 .sec2 .sec-sub .sub-ttl-box2 {
	text-align: center;
	margin-bottom: 2em;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.food01 .sec2 .sec-sub .sub-ttl-box2:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #231815;
	position: absolute;
	top: 63px;
	left: 0;
	z-index: 0;
}
.food01 .sec2 .sec-sub .sub-ttl-box2 h4 {
	position: relative;
	z-index: 1;
}
.food01 .sec2 .flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.food01 .sec2 .flex-item {
	width: 48%;
}
.food01 .sec2 .cap-box {
	padding-top: 1em;
}
.food01 .sec2 .cap-box .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}

@media (min-width:768px) { /* tab pc */
	div.food01 .sec2 .flex-item {
		width: 300px;
	}
	div.food01 .sec2 .cap-box .ttl {
		font-size: 2em;
	}
}

/* series */
.food .mid-line-ttl-box {
	text-align: center;
	margin-bottom: 2em;
	overflow: hidden;
}
.food .mid-line-ttl-box h2 {
	display: inline-block;
	padding: 0 .8em;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	background: none;
	letter-spacing: .1em;
}
.food .mid-line-ttl-box h2:before, 
.food .mid-line-ttl-box h2:after {
	content: " ";
	display: block;
	width: 200%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: calc(50% - 2px);
}
.food .mid-line-ttl-box h2:before {
	right: 100%;
}
.food .mid-line-ttl-box h2:after {
	left: 100%;
}
.food .series-box {
	margin-bottom: 8em;
}
.food .series-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.food .series-box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.content .food .series-box ul li a {
	display: block;
	width: 100%;
	padding: 92% 1em 0;
	text-align: center;
	color: #005a54;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.food .series-box ul {
	margin-bottom: 2em;
}
.food .series-box ul .pref {
	font-size: 1.5em;
}
.food .series-box ul li.li01 a {
	background-image: url("../img/food01_series_img01.jpg");
}
.food .series-box ul li.li02 a {
	background-image: url("../img/food01_series_img02.jpg");
}
.food .series-box ul li.li03 a {
	background-image: url("../img/food01_series_img03.jpg");
}
.food .series-box ul li.li04 a {
	background-image: url("../img/food01_series_img04.jpg");
}
.content .food .series-box ul li a img {
	margin-bottom: .5em;
}
.food .series-box .btn-box {
	padding: 0 10px;
	text-align: center;
}

@media (min-width:768px) { /* tab pc */
	div.food .mid-line-ttl-box {
		font-size: 1.5em;
	}
	.content div.food .series-box ul li a:hover {
		text-decoration: underline;
	}
	div.food .series-box ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1%;
		flex: 1;
	}
}


/* -------------------------------------------------
food02
------------------------------------------------- */
/* 02 sec1 */
.food02 .sec1 .img-box {
	max-width: 640px;
	margin: 0 auto;
	padding: 2em 0;
}
.food02 .sec1 .img-box p {
	padding-top: 0.5em;
}

/* 02 sec2 */
.food02 .sec2 .bg-gray-box {
	background-color: #f3f3ec;
	padding: 0 10px 3em;
	border-radius: 1em;
}
.food02 .sec2 .bg-gray-box .sub-ttl-box {
	text-align: center;
	margin-bottom: 2em;
}
.food02 .sec2 .bg-gray-box .txt-box {
	padding-top: 2em;
}

@media (min-width:768px) { /* tab pc */
	div.food02 .sec2 .bg-gray-box {
		border-radius: 20px;
	}
}
