﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/
/* ▼ タブ */
.tab_wrap{
    text-align: center;
    margin: 0 0 50px;
	}
.tab_wrap input[type="radio"]{
	display:none;
	}
.tab_area{
	display:inline-block;
	}
.tab_area li{
	width:230px;
	display:inline-block;
	background:#F0F0F0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align:center;
	font-size:18px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	position: relative;
	}
.tab_area li:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 40px;
	width: 24px;
	height: 24px;
	}
	.tab1_label:before{
		background: url(../img/restaurant/symbol_01.png) no-repeat center/100%;
		}
	.tab2_label:before{
		background: url(../img/restaurant/symbol_02.png) no-repeat center/100%;
		}
	.tab3_label:before{
		background: url(../img/restaurant/symbol_03.png) no-repeat center/100%;
		}
		#tab3:checked ~ .tab_area .tab3_label:before{
			background: url(../img/restaurant/symbol_03_checked.png) no-repeat center/100%;
			}
	.tab4_label:before{
		background: url(../img/restaurant/symbol_04.png) no-repeat center/100%;
		}
	.tab5_label:before{
		background: url(../img/restaurant/cafe.png) no-repeat center/100%;
		}
.tab_area label{
	display: block;
    text-align: center;
    padding:10px 0;
	}
.panel_area{
	margin: 0 0 50px;
	}
	#panel1{background:#FFF7CE;}
	#panel2{background:#FFE2C9;}
	#panel3{background:#8691BF;}
	#panel4{background:#FDDDE9;}
	#panel5{background:#b0e0e6;}

.tab_panel{
	padding:40px 20px 60px;
	display:none;
	}
	.tab_panel h2.title02{
		margin: 0;
		}
	.tab_panel h2 + p{
		font-size:13px;
		text-align:center;
		}
	#panel3.tab_panel h2.title02,
	#panel3.tab_panel p{
		color: #fff;
		}
	.tab_panel .mainVisual{
		margin: 40px auto 0;
		}


#tab1:checked ~ .tab_area .tab1_label{background:#FFF7CE; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#FFE2C9; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#8691BF; color:#fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#FDDDE9; color:#000;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background:#b0e0e6; color:#000;}
#tab5:checked ~ .panel_area #panel5{display:block;}

/* ▼ スライダー */
.slick-dotted,.slider,.bnr_list{
	display: none;
	}
.slick-dotted.slick-initialized,.slider.slick-initialized,.bnr_list.slick-initialized{
	display: block;
	}
.mainVisual {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 40px auto;
	position: relative;
	}
.mainVisual ul li{
	width: 310px!important;
	margin: 0 11px;
	}
.slider .img-container,
.slider02 .img-container{
	width: 310px;
	height: 310px;
	margin: 0 0 10px;
	}
.slider .slick-prev, .slider .slick-next,
#special .slider02 .slick-prev,
#special .slider02 .slick-next{
	top: 165px;
	}
#special2 .slider02 .slick-prev,
#special2 .slider02 .slick-next{
	top: 165px;
	}
.slick-next:before{
	content: url(../img/next.png)!important;
	}
.slick-prev:before{
	content: url(../img/prev.png)!important;
	}
.slick-prev:before, .slick-next:before{
	opacity: 1;
	}
.shop_name{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
.shop_name + p{
	font-size: 12px;
}

.bnr_list.slick-dotted.slick-slider{
    margin-bottom: 100px!important;
}
.bnr_list a{
    display: block;
}
.bnr_list .slick-dots li{
    padding: 0 5px!important;
    margin: 0!important;
}
.bnr_list .slick-dots li button{
    position: relative;
}
.bnr_list .slick-dots li button::before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #EDE8DF;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bnr_list .slick-dots li.slick-active button::before{
    background: #B1A9A9;
    border: none;
}

/* 全て表示 */
.btn_all{
	background: #F2F1ED;
	border: 1px solid #DBDBDB;
	height: 50px;
	line-height: 50px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	cursor: pointer;
	}

.btn_all a{
	display: block;
	}

/* ▼ 検索 */
#search_area{
	text-align: center;
	}
#search_area .txt_area{
	background: #FAF7F7;
	padding: 25px 20px;
	overflow: hidden;
	}
.choice{
	display: inline-block;
	padding-left: 15px;
	position: relative;
	line-height: 50px;
	}
.choice:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 4px;
	background-color: black;
	}
/* 検索フォーム */
#txt_form{
	display: inline-block;
	float: right;
	background-color: white;
	height: 20px;
	border: 1px #000 solid;
	height: 50px;
	width: 80%;
	}
#txt_form input{
	vertical-align: top;
	font-size: 16px;
	margin: 0px;
	height: 100%;
	box-sizing: border-box;
	}
#input01{
	width: 85%;
	border: none;
	padding: 5px 30px;
	color: #666;
	}
#input02{
	float: right;
	width: 15%;
	border: none;
	background: #000;
	color: #fff;
	}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
	-webkit-appearance: none;
	border-radius: 0;
	}

/* チェックボックス */
.check_area{
	padding: 50px 20px;
	}
.check_area > li{
	float: left;
	overflow: hidden;
	padding-right: 60px;
	}
.check_area > li:nth-child(3){
	float: right;
	padding: 0 0 0 100px;
	border-left: 1px solid #ccc;
	}
.check_area > li:nth-child(n + 2) .check_list{
	width: 300px;
	overflow: hidden;
	}
.check_area > li:nth-child(n + 2) .check_list li{
	float: left;
	width: 50%;
	}
.check_area > li:nth-child(3) .check_list li:nth-child(odd){
	width: 70%;
	}
.check_area > li:nth-child(3) .check_list li:nth-child(even){
	width: 30%;
	}

.check_list li{
	line-height: 35px;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
/* チェックボックスカスタマイズ */
.checkbox{
	display: none;
	}
.parts{
	padding-left: 25px;
	position:relative;
	}
.parts::before{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 4px;
	}
.checkbox:checked + .parts:before{
	background: #A89191;
	}
.checkbox:checked + .parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
    left: 8px;
	width: 5px;
	height: 10px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	}

/* さらに条件を追加して選ぶ */
#search_area .btn_all{
	position: relative;
	}
#search_area .btn_all a{
	padding-left: 28px;
	}
#search_area .btn_all a:before{
	content: "＋";
	font-size: 28px;
	position: absolute;
	top: auto;
	left: 39%;
	}
#overlay{
	display: none;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.find_more{
	background: #fff;
	text-align: center;
	max-width: 1300px;
	width: 100%;
	border: 25px solid #707070;
	position: relative;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	}
.scroll_area{
	height: 100%;
	padding: 50px 20px;
	text-align: center;
	position: relative;
}
.check_area02{
	margin: 0 auto 30px;
	}
.check_area02 > li{
	float: left;
	width: 30%;
	}
.check_area02 > li:nth-child(n + 2){
	margin-left: 4%;
	}
.check_area02 > li .check_list{
	overflow: hidden;
	}
.check_area02 > li .check_list li{
	float: left;
	}
	.check_area02 > li:first-child .check_list li:not(:last-child){
		width: 25%;
		}
	.check_area02 > li:nth-child(n + 2) .check_list li{
		width: 50%;
		}
.check_area02 .time01,
.check_area02 .time02{
	line-height: 50px;
	padding-left: 15px;
	position: relative;
	}
.check_area02 .time01:before{
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/restaurant/time01.png) no-repeat center/100%;
	position: absolute;
	top: 16px;
    left: -3px;
	}
.check_area02 .time02:before{
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/restaurant/time02.png) no-repeat center/100%;
	position: absolute;
	top: 16px;
    left: -3px;
	}

.check_area02 .check_list{
	margin: 0 0 20px;
	}
.search_btn{
	display: inline-block;
	color: #fff;
	text-align: center;
	min-width: 400px;
	margin: 30px auto 0;
    text-indent: 1.5em;
	}
.select_btn{
	display: inline-block;
	text-align: center;
	min-width: 275px;
	}
.select_btn:hover{
	opacity: 0.6;
	}
#main .search_btn a,
.select_btn a{
	display: block;
	background: #000;
	color: #fff!important;
	text-decoration: none;
	line-height: 60px;
	position: relative;
	}
	.search_btn a:before{
		content: "";
		background: url(../img/search_icon.png) no-repeat center/100%;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 20px;
		left: 150px;
		}
#btn_close{
	width: 20px;
	height: 20px;
	line-height: 30px;
	background: none;
	position: absolute;
	top: -20px;
	right: -22px;
	cursor: pointer;
}
	#btn_close::before,
	#btn_close::after{
		content: "";
		background: #fff;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#btn_close::before{
		transform:rotate(-45deg);
	}
	#btn_close::after{
		transform:rotate(45deg);
	}

.results{
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
	}
.results span{
	font-size: 33px;
	font-weight: bold;
	}

#shop_area{
	overflow: hidden;
	margin: 0 auto 60px;
	text-align: center;
	}
#shop_area li{
	float: left;
	font-size: 12px;
	width: 31%;
	}
	#shop_area li .img-container{
		width: 310px;
		height: 310px;
		margin: 0 0 10px;
		}
#shop_area li:nth-child(n + 4){
	margin-top: 50px;
	}
#shop_area li:not(:nth-child(3n)){
	margin-right: 3.5%;
	}
#shop_area a .floor{
	color: #aaa;
	margin: 0;
	}
#shop_area ul{
	display: inline-block;
    width: 100%;
	max-width: 1000px;
	}

/* Instagram */
#sns_area{
	background: #FAF7F7;
	}

/* special */
#special{
  background: #FAF7F7;
	border-bottom: 1px solid #ccc;
	}
#special h2.title02 + p{
	display: inline-block;
	font-size: 26px;
	position: relative;
	padding-left: 70px;
	line-height: 1;
	}
#special h2.title02 + p span{
	display: block;
	font-size: 14px;
	}
#special h2.title02 + p:before{
	content: "";
	background: url(../img/restaurant/symbol_05.png) no-repeat center/100%;
	width: 58px;
	height: 40px;
	position: absolute;
	top: auto;
	left: 0;
	}

  #special2 h2.title02 + p{
  	display: inline-block;
  	font-size: 26px;
  	position: relative;
  	padding-left: 70px;
  	line-height: 1;
  	}
  #special2 h2.title02 + p span{
  	display: block;
  	font-size: 14px;
  	}
  #special2 h2.title02 + p:before{
  	content: "";
  	background: url(../img/restaurant/symbol_05.png) no-repeat center/100%;
  	width: 58px;
  	height: 40px;
  	position: absolute;
  	top: auto;
  	left: 0;
  	}

/* ▼ 詳細ページ */
/* スライド */
.slick-dotted.slick-slider{
	margin: 0!important;
	}
.slick-list{
	font-size: 0!important;
	}
.slick-dots{
	bottom: -35px!important;
	}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 10px;
	cursor: pointer;
	position: relative;
	}
.slick-dots li button:before {
	position: absolute;
	top: 0;
    left: 0;
    content: "";
    font-size: 0!important;
    opacity: 1!important;
    border: 1px solid #4A4949;
    border-radius: 50%;
    width: 10px!important;
    height: 10px!important;
    line-height: 10px!important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	}
.slick-dots li.slick-active button:before{
	content: "";
	background: #4A4949;
	border: 1px solid #4A4949;
	}

/* Shop Info */
#shop_info{
	background: #FAF7F7;
	padding-top: 50px;
	}
.shop_desc{
	overflow: hidden;
	margin: 0 0 100px;
	}
.shop_desc .logo_box{
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 40px;
	float: left;
	padding: 15px;
	}
.shop_desc .logo_box p.img-container{
	width: 231px;
	height: 145px;
	}
.shop_desc h4.shop_title{
	font-size: 22px;
	}
.shop_desc p.category{
	display: block;
	margin: 0 0 20px;
	}
#shop_info .table_title{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	position: relative;
	}
#shop_info .table_title.open:after{
	content: "+";
	position: absolute;
	right: 10px;
	}
#shop_info .table_title.close:after{
	content: "−";
	position: absolute;
	right: 10px;
	}
#shop_info table{
	width: 100%;
	}
#shop_info table.accordion{
	display: none;
	}
#shop_info table tr:not(:last-child) th,
#shop_info table tr:not(:last-child) td{
	border-bottom: 1px dotted #ccc;
	}
#shop_info table tr th,
#shop_info table tr td{
	padding: 20px 0;
	}
#shop_info table tr th{
	vertical-align: top;
	width: 20%;
	}
#shop_info table tr td{
	width: 80%;
	word-break: break-word;
	}
#shop_info table ul.left{
	float: left;
	margin-right: 30px;
	}

/* Photo */
#shop_photo{
	text-align: center;
	}
.img_box{
	display: inline-block;
	overflow: hidden;
	}
.main_img{
	width: 1000px;
	height: 615px;
	margin: 0 0 30px;
	}
.change{
	width: 239px;
	height: 146px;
	}
.thumb_box ul{
	overflow: hidden;
	max-width: 1000px;
	}
.thumb_box li{
	float: left;
	}
.thumb_box li:not(:last-child){
	margin-right: 14px;
	}
.add_opacity {
	opacity: 0.4;
	}

/* Grand_menu */
#grand_menu{
	background: #FAF7F7;
	text-align: center;
	}
.menu_list{
	overflow: hidden;
	margin: 0 auto 20px;
	}
    .menu_list + .kome{
    	margin-bottom: 20px;
    	}
.menu_list li{
	float: left;
	width: 31%;
	}
.menu_list li .img-container{
	width: 310px;
	height: 310px;
	}
.menu_list li:not(:nth-child(3n)){
	margin-right: 3.5%;
	}
.menu_list li:not(:nth-child(n + 7)){
	margin-bottom: 3.5%;
	}
.more_menu{
	display: inline-block;
	text-align: center;
    min-width: 200px;
	background: #000;
    color: #fff;
    line-height: 50px;
    position: relative;
    font-size: 14px;
	}
.more_menu:before{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	font-size: 20px;
	}
.menu_detail{
	display: none;
	margin-top: 50px;
	}
.menu_desc:not(:last-child){
	margin: 0 0 50px;
	}
.menu_desc{
	overflow: hidden;
	}
.menu_desc .img-container{
	float: left;
	width: 325px;
	height: 325px;
	margin-right: 60px;
	}
.menu_desc h4.name{
	font-size: 20px;
	}
.menu_desc p.price{
	font-size: 14px;
	margin: 0 0 20px;
	}

/* Shop News */
.news{
	overflow: hidden;
	margin: 0 0 50px;
	}
.news .img-container{
	float: left;
	width: 325px;
	height: 325px;
	margin-right: 60px;
	}
.news p.date{
	color: #8D8D8D;
	}
.news h4.news_title{
	font-size: 22px;
	margin: 0 0 20px;
	}
.back_btn{
	display: inline-block;
	font-size: 14px;
	}
.back_btn a{
	border: 1px solid #000;
    text-align: center;
    min-width: 200px;
	display: block;
    line-height: 50px;
    position: relative;
	}
.back_btn a:after{
	content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: -1px;
    font-size: 20px;
	}

/* ▼▼▼ 1024px
=====================================*/
@media screen and (max-width: 1024px) {

.mainVisual{
	width: 915px;
	}
.mainVisual ul li{
	width: 280px!important;
	margin: 0 11px;
	}
.btn_all{
	margin: 0 20px;
	}
#shop_area ul{
	max-width: 910px;
	}
/* imgLiquid TOP */
.slider .img-container,
.slider02 .img-container{
	width: 280px;
	height: 280px;
	margin: 0 0 10px;
	}
#shop_area li .img-container{
	width: 280px;
	height: 280px;
	}

/* ▼ 詳細ページ */
#shop_photo{
	padding: 30px 20px 40px;
	}

/* imgLiquid dital */
.main_img{
	width: 960px;
	height: 590px;
	}
.change{
	width: 228px;
    height: 140px;
    }
.menu_list li .img-container{
	width: 296px;
	height: 296px;
	}

}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
/* ▼ タブ */
.tab_wrap{
    text-align: center;
    margin: 0 0 30px;
	}
.tab_wrap input[type="radio"]{
	display:none;
	}
.tab_area{
	display:block;
	width: 100%;
    overflow: hidden;
	}
.tab_area li{
	width: 19.7%;
	font-size: 12px !important;
	display:block;
	float: left;
	border-radius: 0;
	font-size:16px;
	}
.tab_area li:not(:first-child){
	margin-left: 1px;
	}
.tab_area li:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 35%;
	width: 24px;
	height: 24px;
	}
.tab_area label{
	display: block;
    text-align: center;
    padding:35px 0 10px;
	}
.panel_area{
	margin: 0 0 30px;
	}

.tab_panel{
	padding:30px 0 40px;
	display:none;
	}
.tab_panel h2.title02{
	margin: 0;
	}
.tab_panel h2 + p{
	font-size:13px;
	text-align:center;
	}

/* ▼ スライダー */
.mainVisual {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	position: relative;
	}
.mainVisual ul.slider li{
	width: 170px!important;
	}
.slider .img-container{
	width: 170px;
	height: 170px;
	margin: 0 0 10px;
	}

.slider .slick-prev, .slider .slick-next,
#special .slider02 .slick-prev,
#special .slider02 .slick-next{
	top: 165px;
	}
#special2 .slider02 .slick-prev,
#special2 .slider02 .slick-next{
	top: 165px;
	}
.slick-next:before,
.slick-prev:before{
	display: none;
	}
.slick-prev:before, .slick-next:before{
	opacity: 1;
	}
.shop_name{
	font-weight: bold;
	font-size: 14px;
	}
.shop_name + p{
	font-size: 12px;
	}
.slider02 {
	width: 355px;
	}
.slider02 .slick-list {
	padding: 0 10% 0 0;
	}
.slider02 li{
	float: left;
	}
.slider02 .img-container{
	width: 280px;
	height: 280px;
	}

/* 全て表示 */
.btn_all{
	height: 50px;
	width: 300px;
	line-height: 50px;
	font-size: 14px;
	margin: 0 auto;
	}

.btn_all a{
	display: block;
	}

/* ▼ 検索 */
#search_area{
	text-align: center;
	}
#search_area .txt_area{
	background: #FAF7F7;
	padding: 25px 0;
	overflow: hidden;
	}
#search_area .choice{
	display: inline-block;
	padding-left: 15px;
	position: relative;
	line-height: 1;
	margin: 0 0 10px;
	}
#search_area .choice:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 4px;
	background-color: black;
	}

/* 検索フォーム */
#txt_form{
	display: inline-block;
	float: none;
	background-color: white;
	height: 20px;
	border: 1px #000 solid;
	height: 50px;
	width: 90%;
	}
#txt_form input{
	font-size: 16px;
	margin: 0px;
	}
#input01{
	width: 70%;
	padding: 5px 20px;
	}
#input02{
	width: 30%;
	}

/* チェックボックス */
.check_area{
	padding: 40px 20px 0;
	}
.choice{
	font-size: 16px;
	}
.check_area > li{
	float: none;
	padding-right: 0;
	}
.check_area > li:nth-child(3){
	float: none;
	padding: 0;
	border-left: 0px none;
	}
.check_area > li:nth-child(n + 2) .check_list{
	width:  100%;
	}
.check_area > li:nth-child(n + 2) .check_list li{
	float: left;
	width: 50%;
	}
.check_area > li:nth-child(3) .check_list li:nth-child(odd){
	width: 50%;
	}
.check_area > li:nth-child(3) .check_list li:nth-child(even){
	width: 30%;
	}
.check_list {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 40px;
	}
.check_list li{
	float: left;
	width: 50%;
	line-height: 35px;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}

/* さらに条件を追加して選ぶ */
#search_area .btn_all{
	position: relative;
	}
#search_area .btn_all a{
	padding-left: 28px;
	}
#search_area .btn_all a:before{
	content: "＋";
	font-size: 25px;
	left: 50px;
	}
#overlay{
	display: none;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
}
.find_more{
	border: 10px solid #707070!important;
	border-top: 47px solid #707070!important;
	height: 100%;
	padding: 0;
	transform: translate(-50%,0%);
	top: 0;
	}
.scroll_area{
	overflow: scroll;
	height: 100%;
	padding: 25px 10px;
}
.find_more .scroll_area{
	overflow: scroll;
	height: 100%;
}
.check_area02{
	margin: 0 auto 30px;
	}
.check_area02 > li{
	float: none;
	width: 100%;
	}
.check_area02 > li:nth-child(n + 2){
	margin-left: 0;
	}
.check_area02 > li .check_list{
	overflow: hidden;
	}
.check_area02 > li .check_list li{
	float: left;
	}
	.check_area02 > li:first-child .check_list li:not(:last-child){
		width: 25%;
		}
	.check_area02 > li:nth-child(n + 2) .check_list li{
		width: 50%;
		}
.check_area02 > li p{
	line-height: 1.6;
	font-size: 16px;
	margin: 0 0 20px;
	}
.check_area02 .check_list{
	margin: 0 0 20px;
	}
.search_btn{
	min-width: 275px;
	margin: 30px auto 0;
    text-indent: 1.5em;
	}
.select_btn{
	display: inline-block;
	text-align: center;
	}
.select_btn:hover{
	opacity: 0.6;
	}
#main .search_btn a,
.select_btn a{
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	position: relative;
	}
	.search_btn a:before{
		width: 15px;
		height: 15px;
		top: 22px;
		left: 95px;
		}
#btn_close{
	top: -35px;
	right: 0;
}


.results{
	font-size: 12px;
	text-align: left;
	padding: 20px 0;
	margin-left: 20px;
	}
.results span{
	font-size: 20px;
	font-weight: bold;
	}


#shop_area{
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0 20px;
	text-align: center;
	}
#shop_area li{
	float: left;
	font-size: 12px;
	width: 47%;
	}
	#shop_area li .img-container{
		width: 158px;
		height: 158px;
		margin: 0 0 10px;
		}
#shop_area li:nth-child(n + 3){
	margin-top: 20px;
	}
#shop_area li:not(:nth-child(3n)){
	margin-right: 0;
	}
#shop_area li:not(:nth-child(2n)){
	margin-right: 6%;
	}
#shop_area a .floor{
	color: #aaa;
	}
#shop_area ul{
	display: inline-block;
	max-width: 1000px;
	}

#special h2.title02 + p{
	margin: 0 0 30px;
	}
#special2 h2.title02 + p{
	margin: 0 0 30px;
	}


/* ▼ 詳細ページ */
/* スライド */
.slick-dots li button {
	height: 8px;
	width: 8px;
	padding: 5px;
	}
.slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
	}

/* Shop Info */
.shop_desc{
	overflow: hidden;
	margin: 0 0 50px;
    text-align: center;
	}
.shop_desc .logo_box{
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	float: none;
	padding: 15px;
	}
.shop_desc .logo_box p.img-container{
	width: 150px;
	height: 80px;
	}
.shop_desc h4.shop_title{
	font-size: 20px;
	}
.shop_desc p.category{
	display: block;
	font-size: 12px;
	margin: 0 0 20px;
	}
#shop_info .table_title{
	padding: 15px 0;
	}
#shop_info table{
	width: 100%;
	}
#shop_info table.accordion{
	display: none;
	}
#shop_info table tr:not(:last-child) th,
#shop_info table tr:not(:last-child) td{
	border-bottom: 1px dotted #ccc;
	}
#shop_info table tr th,
#shop_info table tr td{
	padding: 10px 0;
	}
#shop_info table tr th{
	width: 25%;
	}
#shop_info table tr td{
	width: 75%;
	}
#shop_info table ul.left{
	float: none;
	margin: 0 0 20px;
	}

/* Photo */
.main_img{
	width: 335px;
	height: 205px;
	margin: 0 auto 10px;
	}
.change{
	width: 78px;
	height: 48px;
	}
.thumb_box ul{
	overflow: hidden;
	max-width: 1000px;
	}
.thumb_box li{
	float: left;
	}
.thumb_box li:not(:last-child){
	margin-right: 4px;
	}

/* Grand_menu */
.menu_list{
	overflow: hidden;
	}
.menu_list li .img-container{
	width: 105px;
	height: 105px;
	}
.menu_detail{
	margin-top: 40px;
	}
.menu_desc:not(:last-child){
	margin: 0 auto 30px;
	}
.menu_desc .img-container{
	float: none;
	width: 100%;
	padding-top: 100%;
	margin: 0 auto 10px;
	}
.menu_desc h4.name{
	font-size: 17px;
	}
.menu_desc p.price{
	font-size: 12px;
	margin: 0 0 10px;
	}

/* Shop News */
.news{
	margin: 0 auto 30px;
	}
.news .img-container{
	float: none;
	width: 335px;
	height: 335px;
	margin: 0 auto 20px;
	}
.news p.date{
	color: #8D8D8D;
	}
.news h4.news_title{
	font-size: 18px;
	margin: 0 0 15px;
	}
}

/* ▼▼▼ 374px
=====================================*/
@media screen and (max-width: 374px) {
.slider02 {
	width: 340px;
	}
/* タブ */
.tab_area li{
	width: 19.7%;
	font-size: 12px;
	}
.mainVisual ul.slider li{
	width: 150px!important;
	}
/* imgLiquid TOP */
.slider .img-container,#shop_area li .img-container{
	width: 150px;
	height: 150px;
	}
#txt_form input{
	font-size: 14px;
	}
#input02{
	width: 30%;
	}
	
/* imgLiquid dital */
.menu_desc .img-container,
.news .img-container{
	width: 320px;
	height: 320px;
	}
.main_img{
	width: 322px;
	height: 199px;
	}
.change{
	width: 76px;
	}
.menu_list li .img-container {
	width: 100px;
	height: 100px;
	}
}

	/* ▼▼▼ 330px
=====================================*/
@media screen and (max-width: 330px) {
	#input01 {
		padding: 5px 10px;
		}
	}
/* ▼▼▼ 320px
=====================================*/
@media screen and (max-width: 320px) {
.slider02 {
	width: 300px;
	}
/* タブ */
.tab_area li{
	font-size: 14px;
	}
.mainVisual ul.slider li{
	width: 115px!important;
	}
#sns_area .slider02 li,
#special .slider02 li{
	width: 230px!important;
	}
#special2 .slider02 li{
	width: 230px!important;
	}
/* imgLiquid TOP */
.slider .img-container,#shop_area li .img-container{
	width: 115px;
	height: 115px;
	}
.slider02 .img-container{
	width: 230px;
	height: 230px;
	}
/* detail */
.find_more{
    padding: 15px 0px;
	}
.select_btn{
	min-width: 250px;
	}
/* imgLiquid dital */
.menu_list li .img-container{
	width: 88px;
	height: 88px;
	}
.menu_desc .img-container,
.news .img-container{
	width: 280px;
	height: 280px;
	}
.main_img{
	width: 283px;
    height: 173px;
	}
.change{
	width: 67px;
    height: 42px;
	}
}
