@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;
	}
}

@media (min-width:768px) and (max-width: 959px) { /* tab */

}

/* month ttl ,food fix */
.content .food .month-ttl-box {
  border-bottom: 2px solid #005a54;
}

/* series ttl */
.food{
}

.food .series-ttl-box {
    padding: 3em 5% 4em;
    text-align: center;
}

.food .series-ttl-box h1{
	background:none;
}

@media (min-width:768px) { /* tab pc */
	div.food .series-ttl-box {
		padding: 6em 5% 7em;
	}
}

@media (min-width:960px) { /* pc */
}

/* theme */
.food .theme-box{
	padding:0 0 5px 0;
	
	border-bottom: 5px solid #005a54;
}

.food .theme-box .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.food .theme-box .img-box{
	margin-right: 0.5em;
}

.food .theme-box .txt-box{
	line-height: 1.2;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 0.1em;
		
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}

.food .theme-box .txt-box:after{
	content: "";
	position: absolute;
	z-index: 1;
	
	display: block;
	width: 140%;
	height: 5px;
	left: 100%;
	bottom: -10px;
	background-color: #fff;
}

.food .theme-box .txt-box p.ttl{
	color: #005a54;
	margin-bottom: 0.2em;
}

.food .theme-box .txt-box p.theme{
	color: #ef7c00;
}

@media (min-width:768px) { /* tab pc */
	div.food .theme-box .txt-box{
		letter-spacing: 0.25em;
	}

}


/* key visual */
.food .kv-box{
	padding: 0 5%;
	margin-bottom: 4em;
}
.food .kv-box .ttl-box{
	color: #005a54;
	font-size: 3em;
	font-weight: bold;
	padding-left: 28px;
	letter-spacing: 0.1em;
}

.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 {
	margin-bottom: 3em;
}

.food .series-lead-box {
	margin: 4em 0;
	text-align: left;
	font-weight: bold;
}

@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 5%;
	margin-bottom: 40px;
	text-align: center;
}

.food .sec-sub{
	margin-bottom: 3em; 
}

.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;
}

/* -------------------------------------------------
food sec
------------------------------------------------- */
/* sec1 */
.food .sec1 .sec-ttl-box{
	letter-spacing: 0.1em;
}

.food .sec1 .sec-ttl-box .main-ttl{
	font-weight: bold;
}
.food .sec1 .sec-ttl-box .sub-ttl{
	font-size: 0.75em;
}

.food .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;
}

.food .sec1 .flex-item{
	width:48%;
}

/* sec2 */
.food .sec2 .sec-ttl-sub-box{
	color:#ef7c00;
	text-align: center;
}

.food .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;
}

.food .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);
}

.food .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);
}

.food .sec2 .sec-sub .sub-ttl-box{
	text-align: center;
	margin-bottom: 2em;
}

.food .sec2 .sec-sub .txt-box{
	padding-top: 1.5em;
}

.food .sec2 .sec-sub .sub-ttl-box2{
	text-align: center;
	margin-bottom: 2em;
	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.food .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;
}

.food .sec2 .sec-sub .sub-ttl-box2 h4{
	position: relative;
	z-index: 1;
}

.food .sec2 .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.food .sec2 .flex-item{
	width:48%;
}

.food .sec2 .cap-box{
	padding-top: 1em;
}

.food .sec2 .cap-box .ttl{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}

	/* sec-ttl-box */
.food .sec2 .sec-ttl-box {
	border-width: 3px;
	border-style: solid none;
	border-color: #005a54;
	margin-bottom: 0;
	padding: 0.5em 0;
}

.food .sec2 .sec-ttl-box h3{
	font-weight: normal;
}

.food .sec2 .sec-ttl-box .ib{
	color: #ef7c00;
}

	/* bg-gray-box */
.food .sec2 .bg-gray-box{
	background-color:#f3f3ec;
	padding: 5em 5%;
	border-bottom: 3px solid #005a54;
}

.food .sec2 .bg-gray-box .img-box{
	padding-top: 1em;
}

.food .sec2 .bg-gray-box .flex-box{
	padding: 1em 0;
}

@media (min-width:768px) { /* tab pc */	
	div.food .sec2 .bg-gray-box{
		padding: 5em 3em;
	}
}

	/* sec-sub-ttl-box2 */
.food .sec2 .sec-sub-ttl-box1{
	position: relative;
	font-size: 2.4em;
	color: #005a54;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.food .sec2 .sec-sub-ttl-box1 h3:before{
	content: "";
	display: block;
	height: 50%;
	width: 10px;

	background-color: #ef7c00;

	position: absolute;
	top: 0.35em;
	left: 0;
	z-index: 1;
}

.food .sec2 .sec-sub-ttl-box1 h3:after{
	content: "";
	display: block;
	height: 25%;
	width: 10px;

	background-color: #005a54;

	position: absolute;
	top: 0.35em;
	left: 0;
	z-index: 2;
}

	/* sec-sub-ttl-box2 */
.food .sec2 .sec-sub-ttl-box2{
	position: relative;
	color: #005a54;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-top: 3em;
}

.food .sec2 .sec-sub-ttl-box2 .main{
	font-size: 2.4em;
	margin-top: -0.3em;
}

.food .sec2 .sec-sub-ttl-box2 .sub-ttl{
	font-size: 1.4em;
	font-weight: bold;
}

.food .sec2 .sec-sub-ttl-box2 h3:before{
	content: "";
	display: block;
	height: 80%;
	width: 10px;

	background-color: #ef7c00;

	position: absolute;
	top: 0.05em;
	left: 0;
	z-index: 1;
}

.food .sec2 .sec-sub-ttl-box2 h3:after{
	content: "";
	display: block;
	height: 40%;
	width: 10px;

	background-color: #005a54;

	position: absolute;
	top: 0.05em;
	left: 0;
	z-index: 2;
}

.food .sec2 .sec2-2 .img-box{
	margin-bottom: 1em;
}

@media (min-width:768px) { /* tab pc */	
	div.food .sec2 .flex-item{
		width:300px;
	}
	
	div.food .sec2 .cap-box .ttl{
		font-size: 2em;
	}
}

/* sec3 */
.food .sec3 .bg-orange-box{
	color:#231815;
	background-color:#ffd14c;
	padding: 0 5%;
	border-radius: 25px;
	margin-bottom: 5em;
}

.food .sec3 .sub-sec-ttl-box{
	position: relative;
}
.food .sec3 .sub-sec-ttl-box:after{
	position: absolute;
	content:"";
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	border-bottom: 5px solid #231815;
}

.food .sec3 .sub-sec-ttl-box{
	font-size: 1.6em;
	font-weight: bold;
}

.food .sec3 .bg-orange-box > p{
	margin: 1em 0 3em;
}

.food .sec3 .sec-footer{
	padding: 1em;
	text-align: center;
	border-top: 3px solid #231815;
}

/* 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-box02{
	margin-bottom: 2em;
}

.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: 0em;
}

.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 5%;
	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;
		
	}
}

/* -------------------------------------------------
food01
------------------------------------------------- */

/* -------------------------------------------------
food02
------------------------------------------------- */
/* 02 sec3 */
/* .food02 .sec3 .img-box02{
	max-width:190px;
	margin: 0 auto;
}
.food02 .img-box03{
	margin-top: 1em;
	margin-bottom: 1em;
} */
.food02 .sec3 .img-box02{
	max-width:320px;
	margin: 0 auto;
}

/* 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;
}
*/
 /* tab pc */	
 /*
@media (min-width:768px) {
	div.food02 .sec2 .bg-gray-box{
		border-radius: 20px;
	}
}
*/
