@charset "UTF-8";

/* ▼▼▼ トップ
======================================================*/

/* ▼ 共通部分
----------------------------------------*/
h2.title{
	text-align: center;
}
.read{
	font-size: 18px;
}
.kome{
	font-size: 14px;
}
.tax_kome{
	padding: 20px 0;
	text-align: right;
}
/* ▼ メインビジュアル
----------------------------------------*/
#mainVisual {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto 50px;
	position: relative;
}
#mainVisual #fc_btn{
	display: block;
	width: 200px;
	position: absolute;
	top: 25px;
	right: 12%;
}
body.fixed #mainVisual #fc_btn{
	position: fixed;
	top: auto;
	left: auto;
	right: 25px;
	bottom: 25px;
	z-index: 999;
}
/* ▼ 新着情報、OKKIIについて
----------------------------------------*/
#news_about{
	position: relative;
}
#news_about::after{
	content: '';
	position: absolute;
	top: -30px;
	right: calc(50vw + 330px);
	width: calc(50vw - 330px);
	max-width: 409px;
	height: 311px;
	background: url(../img/top/deco_spoon.png) top right no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.news_area{
	width: calc(50vw + 500px);
	max-width: calc(100% - 15px);
	margin: 0 0 100px auto;
	padding: 50px 0 67px;
	background-color: #FFFFFF;
}
.news_area .container{
	margin: 0 auto 0 0;
}
.news_area .news_inner{
	width: calc(100% - 30px);
	max-width: 800px;
	margin: 0 auto;
}
.news_area h2.title{
	font-size: 22px;
	margin-bottom: 48px;
}
.news_area h2.title img{
	height: 64px;
	width: auto;
}
.news_area dl a.arrow{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 18px;
	font-size: 18px;
}
.news_area dt{
	width: 105px;
	margin-right: 14px;
	color: #AAAAAA;
}
.news_area dd{
	width: calc(100% - 105px);
}
.news_area a.more{
	margin: 0 0 0 auto;
}

.about_area{
	position: relative;
	width: calc(50vw + 500px);
	max-width: calc(100% - 15px);
	margin: 0 auto 100px 0;
}
.about_area::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50vw + 100px);
	max-width: calc(100% - 15px);
	height: 100%;
	background: url(../img/top/deco_about.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_area .container{
	margin: 0 0 0 auto;
	padding: 57px 0;
}
.about_area .about_inner{
	margin: 0 0 0 auto;
	background-color: #FFFFFF;
	width: 485px;
}
.about_area .about_box{
	margin: 0 28px 0 44px;
	padding: 36px 0 45px;
}
.about_area h3{
	color: #CC2F2F;
	font-size: 30px;
	margin-bottom: 14px;
}
.about_area p{
	font-size: 18px;
}

/* ▼ YouTube 動画部
----------------------------------------*/
.youube_area {
    width: 100%;
    position: relative;
    margin: 0 auto 80px;
    max-width: 700px;
}
.youube_area_in{
	width:100%;
	padding-bottom: 56.25%;
/*
	width:80%;
	margin:0 auto;
*/
}
.youube_area_in iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ▼ ご注文方法
----------------------------------------*/

#howto{
	margin-top: 85px;
	padding-top: -85px;
}
.bg_w{
	position: relative;
	background: url(../img/bg_w.png) top left repeat,#FFFFFF;
	-webkit-background-size: 246px 193px;
	background-size: 246px 193px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.bg_w::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: calc(50% - 57px);
	bottom: -50px;
	border-width: 50px 57px 0 57px;
	border-color: #FFFFFF transparent transparent transparent;
	border-style: solid;
}
.bg_w:last-child::before{
	display: none;
}
.howto_area{
	margin-bottom: 70px;
}
.howto_area h2.title{
	padding-top: 85px;
	margin-bottom: 50px;
	font-size: 26px;
}
.howto_area h2.title img{
	height: 80px;
}
.howto_area .set_box{
	padding: 15px 0;
	background-color: #F2F2F2;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.howto_area .set_box img{
	width: calc(100% - 20px);
	max-width: 606px;
}
.howto_area .set_list h3{
	position: relative;
	padding-left: 30px;
	font-size: 30px;
	color: #CC2F2F
}
.howto_area .set_list h3::before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 16px;
	left: 2px;
	background-color: #CC2F2F;
}
.howto_area .set_list h3 .s_b{
	font-size: 18px;
	color: #000000;
}
.howto_area .set_list h3 .s_r{
	font-size: 24px;
}
.howto_area .set_list h3 .s_r .tax{
	font-size: 18px;
}
.howto_area .set_inner_list li{
	display: inline-block;
	margin-right: 1em;
	font-size: 18px;
}
.howto_area .set_inner_list li::before{
	content: '・';
}
/* ステップ共通 */
.step_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border: #CC2F2F 2px solid;
	background-color: #FFFFFF;
	align-items: center;
	overflow: hidden;
	margin-bottom: 35px;
}
.step_title{
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex: 0 0 105px;
	background-color: #CC2F2F;
	height: 74px;
}
.step_title::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -28px;
	border-width: 37px 0 37px 28px;
	border-style: solid;
	border-color: transparent transparent transparent #CC2F2F;
}
.step_title img{
	height: 59px;
	width: auto;
	margin-left: 17px;
}
.step_txt{
	flex: 0 0 90%;
	max-width: calc(100% - 105px);
	font-size: 30px;
	font-weight: bold;
	color: #CC2F2F;
	text-align: center;
}
.step_box + .read{
	text-align: center;
	margin-bottom: 23px;
}
.step_area2,.step_area3{
	padding-top: 100px;
}
/* ステップ１ */
.step_area1{
	position: relative;
}
.step_area1::after{
	content: '';
	position: absolute;
	width: calc(50vw - 503px);
	max-width: 203px;
	height: 245px;
	bottom: -180px;
	left: calc(50vw + 503px);
	background: url(../img/top/deco_spice.png) top left no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.step_area1 .atte_list{
	text-align: center;
}
.step_area1 .atte_list li{
	display: inline-block;
	color: #FFFFFF;
	margin: 0 10px 60px;
	padding: 0 10px;
}
.step_area1 .atte_list li:nth-child(1){
	background-color: #AAAAAA;
}
.step_area1 .atte_list li:nth-child(2){
	background-color: #CC2F2F;
}
.menu_list > li{
	background-color: #FFFFFF;
	border-radius: 30px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.08);
	margin-bottom: 40px;
	padding: 50px 0;
}
.menu_list > li:nth-child(2n) .menu_inner{
	margin: 0 auto 0 10px;
	flex-flow: row-reverse;
}
.menu_list > li:last-child{
	margin-bottom: 0;
}
.menu_inner{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: calc(100% - 50px);
	margin: 0 10px 0 10px;
}
.menu_inner .menu_img{
	flex: 0 0 440px;
}
.menu_inner .menu_txt{
	flex: 0 0 60%;
	max-width: calc(100% - 440px);
	text-align: center;
}
.menu_inner .menu_txt h3{
	text-align: center;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 14px;
}
.menu_inner .menu_txt h3 img{
	display: inline-block;
	height: 34px;
	width: auto;
	margin-bottom: 10px;
}
.menu_inner .menu_inner_list{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}
.menu_inner .menu_inner_list > div{
	display: inline-block;
	text-align: center;
}
.menu_inner .menu_inner_list li{
	position: relative;
	text-align: left;
	padding-left: calc(40px + 1em);
	line-height: 1.2;
	margin-bottom: 15px;
}
.menu_inner .menu_inner_list li::before{
	content: '・';
	position: absolute;
	display: inline-block;
	left: 40px;
	top: 9px;
	color: #000000;
}
.menu_inner .menu_inner_list .zep{
	padding-left: 40px;
}
.menu_inner .menu_inner_list .zep::before{
	content: '絶品';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 9px;
	padding: 0 3px;
	font-family: "Hiragino Mincho ProN",Georgia,"游明朝","Yu Mincho","YuMincho","HGS明朝E","メイリオ","Meiryo",serif;
	background-color: #CC2F2F;
	font-size: 14px;
	color: #FFFFFF;
}
.menu_inner .menu_inner_list span{
	display: inline-block;
}
.menu_inner .menu_inner_list .small{
	font-size: 16px;
	margin-right: 0.5em;
}
.menu_inner .menu_inner_list .price{
	margin-left: 0.5em;
}
.menu_inner .menu_inner_list .price .tax,.add_list .price .tax{
	font-size: 16px;
}
.menu_inner .menu_inner_list .comment{
	color: #AAAAAA;
	font-size: 16px;
	font-weight: normal;
}
.menu_inner .menu_inner_list .comment::before{content: '（';}
.menu_inner .menu_inner_list .comment::after{content: '）';}
.menu_inner .menu_inner_list .kcal{
	padding: 0 7px;
	height: 20px;
	border: #AAAAAA 1px solid;
	border-radius: 10px;
	line-height: 20px;
	color: #AAAAAA;
	font-size: 14px;
}
.menu_inner .menu_inner_list .kcal::after{
	content: 'kcal';
}

/* ステップ2 */
.step_area2 .step_box{
	margin-bottom: 50px;
}
.spicy{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: stretch;
}
.spicy_img{
	flex: 0 0 308px;
}
.spicy_list{
	flex: 0 0 60%;
	max-width: calc(100% - 369px);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.spicy_list li{
	flex: 0 0 100%;
	position: relative;
	padding-left: 122px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 50px;
}
.spicy_list li::before{
	content: '';
	position: absolute;
	top: 24.5px;
	left: 0;
	width: 72px;
	height: 1px;
	margin: 0 20px 0 30px;
	background-color: #000000;
}
.spicy_list li h4{
	font-size: 18px;
	padding: 0 0.5em;
	border-radius: 16px;
	line-height: 32px;
	margin-right: 20px;
}
.spicy_list li:nth-child(1) h4{background-color: #FBED9B;}
.spicy_list li:nth-child(2) h4{background-color: #E9A73C;}
.spicy_list li:nth-child(3) h4{background-color: #D84426;color: #FFFFFF;}
.spicy_list li p{
	font-size: 22px;
}
/* ステップ3 */
.add_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.add_list > li{
	flex: 0 0 28%;
	max-width: 235px;
	margin-right: 2%;
	font-size: 18px;
}
.add_list > li:last-child{
	margin-right: 0;
}
.add_list > li h4{
	font-size: 30px;
	height: 58px;
	text-align: center;
	padding: 6px 0 14px;
	margin-bottom: 12px;
}
.add_list > li:nth-child(1) h4{background-color: #F5F0D3;}
.add_list > li:nth-child(2) h4{background-color: #EFE5AE;}
.add_list > li:nth-child(3) h4{background-color: #EBD974;}
.add_list > li:nth-child(4) h4{background-color: #EACD28;}
.add_list > li .small{
	font-size: 15px;
}
.add_list > li li{
	line-height: 1.3;
	min-height: 36px;
}
.add_list > li li .reco{
	color: #CC2F2F;
	font-size: 16px;
}

/* ▼ ショップデータ
----------------------------------------*/
#shop_date{
	position: relative;
	padding: 100px 0 70px;
	background: url(../img/bg_r.png) center top repeat-y,#CC2F2F;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-bottom: 100px;
}
#shop_date::after{
	content: '';
	position: absolute;
	width: calc(50vw - 380px);
	max-width: 472px;
	height: 464px;
	right: calc(50vw + 380px);
	bottom: -92px;
	background: url(../img/top/deco_seafood.png) top right no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#shop_date .container{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#shop_date h2.title{
	flex: 0 0 95px;
	margin-right: 3%;
}
#shop_date .shop_inner{
	flex: 0 0 80%;
	max-width: 770px;
}
#shop_date .tab{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 30px;
}
#shop_date .tab li{
	flex: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 53px;
	max-width: 50%;
	font-size: 20px;
	font-weight: bold;
	border: #FFFFFF 2px solid;
}
#shop_date .tab li:not(:last-child){
	border-right: #FFFFFF 1px solid;
}
#shop_date .tab li:not(:first-child){
	border-left: #FFFFFF 1px solid;
}
#shop_date .tab li a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
#shop_date .tab li a.active{
	position: relative;
	background-color: #FFFFFF;
	color: #CC2F2F;
}
#shop_date .tab li a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: calc(50% - 11px);
	bottom: -11px;
	border-width: 11px 11px 0 11px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}
#shop_date .tab li a.active::before{
	transition: 0.5s;
	border-color: #FFFFFF transparent transparent transparent;

}
#shop_date .cont{
	width: 100%;
	margin-top: -200px;
	padding-top: 200px;
}
#shop_date .cont iframe{
	width: 100%;
	height: 420px;
	margin-bottom: 35px;
}
#shop_date .cont table{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
#shop_date .cont th{
	font-weight: normal;
	width: 5em;
}
#shop_date .cont th,#shop_date .cont td{
	display: inline-block;
	min-height: 36px;
}
#shop_date .cont td a{
	color: #FFFFFF;
	text-decoration: none;
}
#shop_date a.more{
	margin: 0 auto;
}
#shop_date a.parking_btn{
	display: inline-block;
	border:1px solid #fff;
	padding:5px 30px 5px 10px;
	margin:0 0 0 15px;
	font-size:14px;
	position: relative;
	}
#shop_date a.parking_btn::after{
	content: '';
    position: absolute;
    width: 21px;
    height: 100%;
    right: 5px;
	bottom:1px;
    background-image: url(../img/arrow_w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	}
#shop_date a.parking_btn:hover {
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
	}



/* レトルト */
#packaged{
	padding: 75px 0 100px;
}
#packaged .pack_area{
	position: relative;
	width: calc(50vw + 500px);
	max-width: calc(100% - 15px);
	margin: 0 0 0 auto;
	padding-top: 60px;
	padding-bottom: 45px;
	background: #AAAAAA;
}
#packaged .pack_area::before{
	content: '';
	position: absolute;
	width: calc(50vw - 615px);
	max-width: 67px;
	height: 100%;
	top: 0;
	right: calc(50vw + 500px);
	background: #AAAAAA;
}
#packaged .container{
	margin: 0 auto 0 0;
}

#packaged h2.title{
	position: absolute;
	top: -135px;
	text-align: left;
}
#packaged h2.title img{
	height: 136px;
}
#packaged .pack_inner{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#packaged .pack_txt{
	flex: 0 0 380px;
}
#packaged h3{
	font-size: 28px;
	margin-bottom: 35px;
	color: #FFFFFF;
}
#packaged p{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 35px;
}
#packaged a.more{
	margin-bottom: 21px;
}
#packaged a.more.sp{
	display: none;
}
#packaged .pack_box{
	flex: 0 0 62%;
	max-width: 600px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
#packaged .pack_img{
	flex: 0 0 32%;
}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	/* ▼ 共通部分
	----------------------------------------*/
	.read{
		font-size: 16px;
	}
	/* メインビジュアル */
	#mainVisual #fc_btn{
		width: 30vw;
		top: 3vw;
		right: 3vw;
	}
	body.fixed #mainVisual #fc_btn{
		width: 66px;
		position: fixed;
		top: auto;
		left: auto;
		right: 83px;
		bottom: 12px;
		z-index: 999;
	}
	/* ▼ 新着情報、OKKIIについて
	----------------------------------------*/
	#news_about::after{
		top: -20px;
		right: calc(50vw + 60px);
		width: calc(50vw - 60px);
		max-width: 204px;
		height: 156px;
	}
	.news_area{
		margin: 0 0 100px auto;
		padding: 30px 0 47px;
	}
	.news_area .container{
		width: 100%;
		max-width: calc(100% - 15px);
		margin: 0 auto 0 0;
	}
	.news_area h2.title,.howto_area h2.title,#shop_date h2.title{
		font-size: 18px;
		margin-bottom: 21px;
	}
	.news_area h2.title img,.howto_area h2.title img,#shop_date h2.title img{
		height: 52px;
	}
	.news_area dl a.arrow{
		flex-wrap: wrap;
		margin-bottom: 18px;
		font-size: 16px;
	}
	.news_area dt{
		flex: 0 0 90%;
		width: 90%;
		margin-right: 0;
	}
	.news_area dd{
		flex: 0 0 90%;
		width: 90%;
	}
	.news_area a.more{
		margin: 0 auto;
	}

	.about_area{
		margin: 0 auto 50px 0;
	}
	.about_area::before{
		width: calc(100vw - 30px);
		height: 200px;
	}
	.about_area .container{
		margin: 0 0 0 auto;
		padding: 167px 0 0;
	}
	.about_area .about_inner{
		width: calc(100vw - 15px);
	}
	.about_area .about_box{
		margin: 0 30px 0 15px;
		padding: 39px 0 49px;
	}
	.about_area h3{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.about_area p{
		font-size: 16px;
	}


.youube_area{
	width:90%;
/*	height:45%;*/
	position: relative;
	margin:0 auto 40px;
}

	/* ▼ ご注文方法
	----------------------------------------*/
	.bg_w{
		background: url(../img/bg_w.png) top left repeat,#FFFFFF;
		-webkit-background-size: 123px 97px;
		background-size: 123px 97px;
		padding-bottom: 50px;
		margin-bottom: 100px;
	}
	.bg_w::before{
		left: calc(50% - 43px);
		bottom: -37px;
		border-width: 37px 43px 0 43px;
	}
	.howto_area{
		margin-bottom: 70px;
	}
	.howto_area h2.title{
		padding-top: 35px;
		margin-bottom: 35px;
		font-size: 18px;
	}

	.howto_area .set_list h3{
		padding-left: 0px;
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.howto_area .set_list h3::before{
		position: relative;
		display: inline-block;
		width: 16px;
		height: 16px;
		top: 0;
		left: 0;
		margin-right: 5px;
	}
	.howto_area .set_list h3 .s_b{
		font-size: 16px;
	}
	.howto_area .set_list h3 .s_r{
		font-size: 20px;
	}
	.howto_area .set_inner_list li{
		display: block;
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 7px;
	}

	/* ステップ共通 */
	.step_box{
		flex-wrap: wrap;
	}
	.step_title{
		justify-content: center;
		flex: 0 0 100%;
		height: 47px;
	}
	.step_title::after{
		top: auto;
		right: calc(50% - 170px);
		bottom: -20px;
		border-width: 20px 170px 0 170px;
		border-color: #CC2F2F transparent transparent transparent;
	}
	.step_title img{
		height: 47px;
		margin-left: 0;
	}
	.step_txt{
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 26px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.step_txt .kome{
		display: block;
		text-align: center;
	}
	.step_box + .read{
		text-align: left;
	}
	.step_area2,.step_area3{
		padding-top: 50px;
	}

	/* ステップ１ */
.step_area1::after{
	width: calc(50vw - 100px);
	max-width: 116px;
	height: 140px;
	left: calc(50vw + 100px);
	bottom: -142px;
}
	.step_area1 .atte_list li{
		display: block;
		text-align: center;
		color: #FFFFFF;
		margin: 0 0 10px;
		padding: 0;
	}
	.step_area1 .atte_list li:nth-child(2){
		margin-bottom: 80px;
	}

	.menu_list > li{
		margin-bottom: 40px;
		padding: 30px 0;
	}
	.menu_list > li:nth-child(2n) .menu_inner{
		margin: 0 auto 0 auto;
		flex-flow: wrap;
		flex-wrap: wrap;
	}
	.menu_inner{
		flex-flow: wrap;
		flex-wrap: wrap;
		max-width: calc(100% - 30px);
		margin: 0 auto 0 auto;
	}
	.menu_inner .menu_img{
		flex: 0 0 100%;
		max-width: calc(100% - 30px);
	}
	.menu_inner .menu_txt{
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.menu_inner .menu_inner_list{
		display: block;
	}
	.menu_inner .menu_inner_list li{
		padding-left: 0;
		margin-bottom: 10px;
	}
	.menu_inner .menu_inner_list li::before{
		display: none;
	}
	.menu_inner .menu_inner_list .zep{
		padding-top: 20px;
		padding-left: 0;
	}
	.menu_inner .menu_inner_list .zep::before{
		top: 0;
	}
	.menu_inner .menu_inner_list .price{
		margin-left: 0;
		display: block;
	}
	.menu_inner .menu_inner_list .comment{
		display: block;
	}

/* ステップ2 */
	.spicy{
		display: block;
		flex-wrap: wrap;
	}
	.spicy_img{
		width: 100%;
		margin-bottom: 37px;
	}
	.spicy_list{
		max-width: 100%;
	}
	.spicy_list li{
		flex: 0 0 100%;
		display: block;
		padding-left: 0;
		height: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.spicy_list li::before{
		display: none;
	}
	.spicy_list li h4{
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.spicy_list li p{
		font-size: 18px;
		text-align: center;
	}


	/* ステップ3 */
	.add_list{
		justify-content: center;
		flex-wrap: wrap;
	}
	.add_list > li{
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.add_list > li:last-child{
		margin-bottom: 0;
	}
	.add_list > li h4{
		font-size: 26px;
		height: 50px;
		padding: 6px 0 14px;
		margin-bottom: 15px;
	}
	.add_list > li .small{
		font-size: 13px;
	}
	.add_list > li li{
		min-height: 30px;
	}
	.add_list > li li .reco{
		font-size: 13px;
	}

	/* ▼ ショップデータ
	----------------------------------------*/
	#shop_date{
		padding: 35px 0 60px;
		margin-bottom: 90px;
	}
	#shop_date::after{
		content: '';
		position: absolute;
		width: calc(50vw - 70px);
		max-width: 213px;
		height: 209px;
		right: calc(50vw + 70px);
		bottom: -75px;
	}
	#shop_date .container{
		display: block;
	}
	#shop_date h2.title{
		flex: 0 0 95px;
		margin-right: 3%;
	}
	#shop_date .shop_inner{
		flex: 0 0 80%;
		max-width: 770px;
	}
	#shop_date .tab li{
		font-size: 17px;
	}
	#shop_date .cont iframe{
		height: 330px;
		margin-bottom: 20px;
	}
	#shop_date .cont table{
		font-size: 16px;
		margin-bottom: 30px;
	}
	#shop_date .cont th{
		min-height: 30px;
	}
	#shop_date .cont td{
		display: block;
		margin-bottom: 10px;
	}
	a.more.btn.arrow{
		width: 270px;
		margin: 0 auto;
		z-index: 5;
	}

	/* レトルト */
	#packaged{
		padding: 30px 0 100px;
	}
	#packaged .pack_area::before{
		display: none;
	}
	#packaged .container{
		margin: 0 auto 0 0;
	}
	#packaged h2.title{
		top: -88px;
		left: 15px;
	}
	#packaged h2.title img{
		height: 96px;
	}
	#packaged .pack_inner{
		flex-wrap: wrap;
		margin: 0 auto 0 15px;
	}
	#packaged .pack_txt{
		flex: 0 0 100%;
	}
	#packaged h3{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	#packaged p{
		font-size: 16px;
		margin-bottom: 35px;
	}
	#packaged a.more.pc{
		display: none;
	}
	#packaged a.more.sp{
		display: block;
	}
	#packaged .pack_box{
		flex: 100%;
		margin-bottom: 35px;
	}
	#packaged .pack_img{
		flex: 0 0 32%;
	}

}
