@charset "UTF-8";

/* ▼▼▼ GO TO イート
=====================================*/


.page_link{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
	}
	.page_link li{
		display: table;
		background: #EDE8DF;
		width: 32%;
		text-align: center;
		height: 60px;
		line-height: 60px;
		position: relative;
		}
	.page_link li:not(:nth-child(3n)){
		margin-right: 2%;
		}
	.page_link li:nth-child(n + 4){
		margin-top: 10px;
		}
	.page_link li a{
		display: table-cell;
		padding: 0 40px;
		vertical-align: middle;
		line-height: 1;
		}
	.page_link li a:before,
	.page_link li a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
		}
	.page_link li a:before {
		top: 50%;
		bottom: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg)translateX(-50%);
		transform: rotate(45deg)translateX(-50%);
		}







.nav ul {
	display: flex;
	justify-content: center;
}
.nav li:first-child {
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.nav ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.nav li:first-child {
		margin: 0 0 10px;
	}
}





section h2.title{
	margin-bottom: 50px;
	background: #F52900;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	
}
section .kome{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
section .kome_list{
	margin-bottom: 20px;
}
section .kome_list li{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
section .kome_list li::before{
	content: '※';
}
section .shop_title{
	
	color: #F52900;
	font-size: 16px;
	font-weight: 600;
}
section .shop_cate{
	margin-bottom: 10px;
	font-size: 14px;
	
}
#main section .shop_title a{
	color: #F52900;
}
section .shop_title .shop_floor{
	display: block;
	color: #818181;
	font-size: 14px;
	font-weight: normal;
}
.main_area{
	padding: 0;
}

/* 対象店舗 */
#list_are{
	background: #FFF;
	padding-bottom: 0;
}
.shop_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.shop_list li{
	-webkit-flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	width: 28%;
	max-width: 28%;
}
.shop_list li:not(:nth-child(3n)){
	margin-right: 8%;
}
.shop_list li:nth-last-child(n+4){
	margin-bottom: 40px;
}
.shop_list .img_wrap{
	margin-bottom: 4px;
}
.shop_list .img_wrap .img_box{
	width: 100%;
	max-width: 100%;
	height: 200px;
}
.shop_list .shop_title{
	margin-bottom: 4px;
}
.shop_list .shop_txt{
	margin-bottom: 4px;
	font-size: 14px;
}
.shop_list a.shop_order{
	display: block;
	background: #F52900;
	border-radius: 28px;
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 4px;
}
.shop_list a.shop_order02{
	display: block;
	background: #D22300;
	border-radius: 28px;
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 4px;
	
}
.shop_list a.shop_order03{
	display: block;
	background: #D26E00;
	border-radius: 28px;
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 4px;
		
}
.shop_list a.shop_order04{
	display: block;
	background: #E66769;
	border-radius: 28px;
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 4px;
}
.shop_list a.shop_order05{
	display: block;
	background: #E64244;
	border-radius: 28px;
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 4px;
	
}
.shop_list a.shop_order06{
	display: block;
	background: #E6A242;
	border-radius: 28px;
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 4px;		
				

}
.shop_list a.shop_order::before{
	content: 'ホットペッパー';
}
.shop_list a.shop_order02::before{
	content: 'ぐるなび';
}
.shop_list a.shop_order03::before{
	content: '食べログ';
}
.shop_list a.shop_order04::before{
	content: 'オズモール';
}
.shop_list a.shop_order05::before{
	content: 'Yahooロコ';
}
.shop_list a.shop_order06::before{
	content: 'Retty';




}
.shop_list a.shop_order::after{
	content: '';
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;
}	
	.shop_list a.shop_order02::after{
	content: '';
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;
}	
	.shop_list a.shop_order03::after{
	content: '';
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;	
}	
	.shop_list a.shop_order04::after{
	content: '';
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;	
}	
	.shop_list a.shop_order05::after{
	content: '';
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;

}	
	.shop_list a.shop_order06::after{
	content: '';
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;
	
	}
	
	
}
#back_area{
	background: #F8F2E5;
	padding: 50px 0;
}
#back_area a.back_btn{
	display: block;
	max-width: 325px;
	height: 80px;
	margin: 0 auto;
	padding: 14px 0;
	background: #EE6E0F;
	border: #FFF 2px solid;
	border-radius: 8px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	position: relative;
}
#back_area a.back_btn::after {
	content: '';
	width: 8px;
	height: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #FFF #FFF;
	position: absolute;
	top: calc(50% - 6px);
	left: 7%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* ▼▼▼ 480px〜768px
=====================================*/




@media screen and (max-width: 768px) {
.page_link{
    margin: 30px auto;
	}
	.page_link li{
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
		}
	.page_link li:not(:nth-child(3n)){
		margin-right: 0;
		}
	.page_link li:nth-child(n + 4){
		margin-top: 0;
		}
	.page_link li a{
		background: #EDE8DF;
		}
	.page_link li a:before, .page_link li a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
		}
	.page_link li a:before {
		right: 10px;
		width: 7px;
		height: 7px;
		}
		
		
		
		
		
@media screen and (max-width: 768px) {


	section h2.title{
		margin-bottom: 14px;
		font-size: 18px;
	}
	section .shop_title{
		font-size: 14px;
		}
	section .shop_cate{
		font-size: 12px;
	}
	section .shop_title .shop_floor{
		font-size: 12px;
	}

	/* 対象店舗 */
	.shop_list{display: block;}
	.shop_list li{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		padding-bottom: 4px;
		border-bottom: #D8D8D8 1px solid;
	}
	.shop_list li:not(:nth-child(3n)){
		margin-right: 0;
	}
	.shop_list li:nth-last-child(n+4),
	.shop_list li:not(:last-child){
		margin-bottom: 10px;
	}
	.shop_list .img_wrap{
		-webkit-flex: 0 0 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		width: 180px;
		margin-bottom: 0;
	}
	.shop_list .img_wrap .img_box{
		width: 140px;
		max-width: 140px;
		height: 180px;
	}
	.shop_list .txt_wrap{
		-webkit-flex: 0 0 55.7%;
		-ms-flex: 0 0 55.7%;
		flex: 0 0 55.7%;
		width: 55.7%;
		max-width: calc(100% - 144px);
	}
	.shop_list .shop_title{
		margin-bottom: 0px;
	}
	.shop_list .shop_txt{
		margin-bottom: 2px;
		font-size: 12px;
	}
	.shop_list a.shop_order{
		border-radius: 16px;
		font-size: 12px;
		line-height: 28px;
		max-width: 152px;
	}
	.shop_list a.shop_order02{
		border-radius: 16px;
		font-size: 12px;
		line-height: 28px;
		max-width: 152px;
	}
	.shop_list a.shop_order03{
		border-radius: 16px;
		font-size: 12px;
		line-height: 28px;
		max-width: 152px;	
		
	}
	.shop_list a.shop_order04{
		border-radius: 16px;
		font-size: 12px;
		line-height: 28px;
		max-width: 152px;
		
	}
	.shop_list a.shop_order05{
		border-radius: 16px;
		font-size: 12px;
		line-height: 28px;
		max-width: 152px;
		
	}
	.shop_list a.shop_order06{
		border-radius: 16px;
		font-size: 12px;
		line-height: 28px;
		max-width: 152px;
	
	
	}
	.shop_list a.shop_order::after{
		width: 5px;
		height: 5px;
		border-width: 1px 1px 0 0;
		top: calc(50% - 3px);
		right: 14px;
	}
	.shop_list a.shop_order02::after{
		width: 5px;
		height: 5px;
		border-width: 1px 1px 0 0;
		top: calc(50% - 3px);
		right: 14px;
	}
	.shop_list a.shop_order03::after{
		width: 5px;
		height: 5px;
		border-width: 1px 1px 0 0;
		top: calc(50% - 3px);
		right: 14px;	
	}
	.shop_list a.shop_order04::after{
		width: 5px;
		height: 5px;
		border-width: 1px 1px 0 0;
		top: calc(50% - 3px);
		right: 14px;	
	}
	.shop_list a.shop_order05::after{
		width: 5px;
		height: 5px;
		border-width: 1px 1px 0 0;
		top: calc(50% - 3px);
		right: 14px;
		
	}
	.shop_list a.shop_order06::after{
		width: 5px;
		height: 5px;
		border-width: 1px 1px 0 0;
		top: calc(50% - 3px);
		right: 14px;
	}