@charset "utf-8";
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : style.css
 style_info : Basic&Common Style
///////////////////////////////////////////////////////////////////*/


/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 TOP
	04 NEWS
	05 OUR STORY
	06 RESTAURANT
	07 DELI
	08 ORDER
	09 PARTY
	10 COLUMN
	10_2 COLUMN(recipe)

z-index///
	aaa = -10
 bbb = 0
 ccc = 10
 ddd = 20
 eee = 30


*/


/*====================================================================
	01 General_style
====================================================================*/
html {
	font-size: 62.5% ; /* 10px */
}
body {
	background-color: #fff;
	color: #333;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif,"宋体",Gulim;
	/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
	word-break: normal;
	-webkit-text-size-adjust: 100%;
	display:none;
}
.about_main p,
.about .tabBtn li label p.tabbtn_jp{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝",seri
}
a{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover{
	/*opacity:.6;*/
}
h1.page_title,
h2.sub_page_title{
	font-family:didot;
	color: #9e8b6f;
}

p.news_category,
ul.news_index_all li p.news_day{
	font-family: didot;
}

header li a{
	font-family:ElleNovCM;
	font-size:1.16em;
	letter-spacing:0.12em;
}
#breadcrumb,
.news_more h2,
a.news_all_link,
.about .tabBtn li label p.tabbtn_en,
.tabContents h4{
	font-family: 'ElleNovCL';
}
/*---------------------------------------------------------
	select_style
*/

.fl_left{float: left;}
.fl_right{float: right;}
.fl_group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

.aline_center{text-align: center;}
.aline_left{text-align: left;}
.aline_right{text-align: right;}

hr.plainline{
	margin-top: -1px;
	border-top: 1px solid #ccc;
}

/* Transition */
.transition_all{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* Button */
.link_button{
	padding: 10px 10px 8px;
	margin: 0 auto;
	line-height: 1;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
a.link_button:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
}
.link_button.top {
	width: 180px;
	margin: 0 auto;
	padding-top: 8px;
	}

.link_button.top:hover {
	background-color: #000000 !important;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.50;
}
.link_button.top img{
	width: 60px;
	height: 15px;
	}

.link_button.black{
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
}
.link_button.black:hover{
	background-color: #ffffff;
	color: #000000;
}
.link_button.white{
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
}
.link_button.white:hover{
	background-color: #000000;
	color: #ffffff;
}
.link_button.clear_bk{
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
}
.link_button.clear_bk:hover{
	background-color: #000000;
	color: #ffffff;
}
.link_button.clear_wh{
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
}
.link_button.clear_wh:hover{
	background-color: #ffffff;
	color: #000000;
}

/* Sentence */
.sentence{
	padding-bottom: 8px;
}
/* Indent */
.indent{
	text-indent: -1em;
}

.google_ad_services{
	width: 1px;
	height: 1px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0.0;
}

.pc{
	display:block;
}
.sp{
	display:none;
}
.sp_menu_bk{
	display:none;
}

.warp{
	width:1100px;
	margin:0 auto;
}

h1.page_title span,
h2.sub_page_title span {
	font-size:5.8em;
	margin:0 auto 40px;
	font-weight:normal;
	text-align:center;
}

h1,h2 {
	overflow: hidden;
	text-align: center;
}
h1 span, h2 span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
}
h1 span:before,
h1 span:after,
h2 span:before,
h2 span:after {
	border-top: 2px solid;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
}
h1 span:before,
h2 span:before {
	right: 100%;
}
h1 span:after,
h2 span:after {
	left: 100%;
}
/*===================================================================
	02 Common_style
===================================================================*/

/*---------------------------------------------------------
	header
*/
header{
	width:100%;
	margin:0 auto;
	height:100px;
	border-bottom:1px solid #e0e0e0;
	overflow-x: hidden;
}
a.main_logo{
	display:inline-block;
	margin: 15px 0 0 10px;
}
a.main_logo img{
	width:90px;
}

header .warp{
	position: relative;
}
header ul{
	position: absolute;
	top: 45px;
	left: 150px;
	letter-spacing: -.4em;
	width: 100%;
	border-top: 1px solid #e0e0e0;
}
header li{
	letter-spacing: normal;
	display:inline-block;
	height:55px;
	line-height: 55px;
	margin:0 0 0 40px;
	position:relative;
	padding: 0;
}

header li:after{
	content:"";
	display:block;
	width:100%;
	height:6px;
	background:#343434;
	opacity:0;
	position:absolute;
	bottom:0px;
	left:0;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
header li:hover:after{
	opacity:1;
}

header li.nav_on:after{
	content:"";
	display:block;
	width:100%;
	height:6px;
	background:#000;
	opacity:1;
	position:absolute;
	bottom:0px;
	left:0;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

header li a{
	display:block;
}
header li a span{
	display: none;
}
header li ul.sub_menu{
	/*display:none;*/
	width:100%;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	background:rgba(247,247,245,.93);
	opacity:0;
	position:absolute;
	top:80px;
	left:0;
}
header li ul.sub_menu.sub_menu_oder{
	width:110px;
}
header li ul.sub_menu.sub_menu_party{
	width:100px;
}
header li:hover ul.sub_menu{
	/*display:block;*/
	padding: 10px 0;
	opacity:1;
	
}
header li ul.sub_menu li{
	display:block;
	position:relative;
	margin:0;
	padding:0;
	height:25px;
}
header li ul.sub_menu li:after{
	display:none;
}

header li ul.sub_menu li a{
	padding:0 0 0 10px;
	font-size:1em;
	line-height:25px;
	position:relative;
	display:table;
}
header li ul.sub_menu li a:after{
	content:"";
	position:absolute;
	top:9px;
	right:-7px;
	width:5px;
	height:5px;
	background:none;
	border-top:1px solid #9f9d8b;
	border-right:1px solid #9f9d8b;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

header.home_header{
	position:fixed;
	background:rgba(135,135,127,.8);
	border-bottom:none;
	height:89px;
	z-index:999;
}
header.home_header a.main_logo{
	display:none;
}
header.home_header ul{
	width:100%;
	text-align:center;
}
header.home_header li{
	margin: 0 26px 0;
	height:64px;
}
header.home_header li a{
	color:#fff;
	padding-top:23px;
}
header.home_header li:after{
	background:#fff;
}
header.home_header li ul.sub_menu{
	top:64px;
}
header.home_header ul.sub_menu a{
	color:#333;
}

header .band_area{
/*	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 7px;
	width: 190px;
	z-index: 100;*/
    display: block;
    text-align: center;
    position: absolute;
    left: 466px;
    right: 0;
    margin: auto;
    top: 12px;
    width: 260px;
    z-index: 100;
}
header.band_on .band_area{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: #fff;
	text-align: center;
}
header.band_on .band_area a{
    color:#333;
}

header .sns_area{
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: -.4em;
}
header .sns_area a{
	position: relative;
	letter-spacing: normal;
	display: inline-block;
	width: 45px;
}
header .sns_area a img{
	width: 100%;
}
header .sns_area a img.sns_on_img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
header .sns_area a:hover img.sns_on_img{
	opacity: 1;
}

/*
	nav
*/

#breadcrumb{
	width:1100px;
	margin:20px auto 40px;
}
#breadcrumb li{
	display:inline-block;
	margin-right:40px;
	position:relative;
	height:20px;
	letter-spacing:0.05em;
}
#breadcrumb li:not(:first-child):before{
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-top:1px solid #959595;
	border-right:1px solid #959595;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position:absolute;
	top:6px;
	left:-23px;
}

#breadcrumb li a{
	color:#959595;
}
#breadcrumb li:last-child a{
	color:#000;
}


header li.menu_none{
	font-family: ElleNovCM;
	letter-spacing: 0.12em;
	color:#bbb;
}
header li.menu_none:after{
	display:none;
}
header li.menu_none a{
	color:#bbb;
}
header.home_header li.menu_none{}

/*---------------------------------------------------------
	footer
*/
footer{
	width:100%;
	border-top:1px solid #a19f8e;
	    margin-top: 50px;
}
footer .warp{
	position:relative;
}
.page_top{
	position:absolute;
	top:-90px;
	right:0;
}
.page_top:before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	top:-7px;
	left:20px;
	border-top:4px solid #959595;
	border-right:4px solid #959595;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.page_top:hover:before{
	top:-12px;
}

.page_top a{
	font-family:didot;
	line-height:50px;
	color:#959595;
	display:block;
}

address{
	text-align:center;
}

.footer_nav{
	width: 1100px;
	margin: 40px auto 50px;
	position:relative;
}
.footer_nav .footer_logo{
	position:absolute;
	top:0;
	left:10px;
}
.footer_nav .footer_logo img{
	width:81px;
}
.footer_nav ul{
	margin-left:140px;
}
.footer_nav li{
	display:inline-block;
	vertical-align:top;
	margin:0 60px 0 0;
}
.footer_nav li a{
	display:table;
	line-height:2.3;
	position:relative;
	letter-spacing:0.04em;
}
.footer_nav li a:after{
	content:"";
	display:block;
	width:5px;
	height:5px;
	position:absolute;
	top:10px;
	right:-10px;
	border-top:1px solid #a19f8e;
	border-right:1px solid #a19f8e;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.footer_mail{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	display:block;
	width:180px;
	height:115px;
	background:#f7f7f5;
}
.footer_mail p{
	font-family:didot;
	font-size:1.08em;
	margin-top:25px;
}
.footer_mail img{
	margin-top:10px;
}
.footer_mail:after{
	content:"";
	display:block;
	width:5px;
	height:5px;
	position:absolute;
	bottom:15px;
	left:86px;
	border-bottom:1px solid #a19f8e;
	border-right:1px solid #a19f8e;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.footer_mail:hover:after{
	bottom:10px;
}

.footer_logolink{
	text-align:center;
	margin:0 auto;
	padding:25px 0;
	border-top:1px solid #e9e9e3;
	display:none;
}

.footer_logolink a{
	display:inline-block;
	padding:0 20px;
	border-right:1px solid #a19f8e;
	letter-spacing:0.04em;
}
.footer_logolink a:last-child{
	border-right:none;
}

.copyright{
	background:#d4d3c8;
	height:85px;
}
.copyright .warp{
	position:relative;
}
.copyright .img_permit{
	float:left;
	margin-top:10px;
}
.copyright .img_permit img{
	display:block;
}
.copyright .img_permit img:first-child{
	width:50px;
}
.copyright .img_permit img:nth-child(2){}

address{
	font-style:normal;
	color:#000;
	text-align:right;
	padding-top:50px;
	font-family:ElleNovCM;
}
.footer_sns{
	text-align:center;
	position:absolute;
	top:13px;
	right:10px;
}
.footer_sns li{
	display:inline-block;
	margin:0 0 0 30px;
	opacity:1;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.footer_sns li:hover{
	opacity:.6;
}

/*===================================================================
	03 TOP
===================================================================*/
.scroll_icon{
	position:fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 50px;
	height: auto;
	z-index: 9999;
	margin: auto;
	display: none;
	text-align: center;
	color: #fff;
}
.scroll_icon:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	opacity: 0;
	margin: auto;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	animation: home_scroll 4s ease-out 0s infinite normal;
	-webkit-animation: home_scroll 4s ease-out 0s infinite normal;
}
@keyframes home_scroll {
	0%{
		opacity: 0;
	}
	40%{
		opacity: 0;
		top: -50px;
	}
	50%{
		opacity: 1;
	}
	60%{
		opacity: 0;
		top: -30px;
	}
	100%{
		opacity: 0;
	}
}

.main_img{
	width:100%;
	position:relative;
	overflow:hidden;
}
.main_img img{
	width:100%;
	opacity:0;
	vertical-align: top;
}
.main_img_inner img{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main_img_inner img.main_img_1{
	animation: fadeIn 32s ease-out 0s infinite normal;
    -webkit-animation: fadeIn 32s ease-out 0s infinite normal;
}
.main_img_inner img.main_img_2{
	animation: fadeIn 32s ease-out 8s infinite normal;
    -webkit-animation: fadeIn 32s ease-out 8s infinite normal;
}
.main_img_inner img.main_img_3{
	animation: fadeIn 32s ease-out 16s infinite normal;
    -webkit-animation: fadeIn 32s ease-out 16s infinite normal;
}
.main_img_inner img.main_img_4{
	animation: fadeIn 32s ease-out 24s infinite normal;
    -webkit-animation: fadeIn 32s ease-out 24s infinite normal;
}

.main_img_inner img.main_img_5{
	animation: fadeIn 32s ease-out 32s infinite normal;
    -webkit-animation: fadeIn 32s ease-out 32s infinite normal;
}

.main_img_inner img.main_img_6{
	animation: fadeIn 32s ease-out 40s infinite normal;
    -webkit-animation: fadeIn 32s ease-out 40s infinite normal;
}

@keyframes fadeIn {
    0% {
		opacity: 0;
		z-index: 5;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	5%{
		opacity: 1;
	}
	25%{
		opacity: 1;
		z-index: 5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30% {
		opacity: 0;
		z-index: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		z-index: 0;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@-webkit-keyframes fadeIn {
    0% {
		opacity: 0;
		z-index: 5;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	5%{
		opacity: 1;
	}
	25%{
		opacity: 1;
		z-index: 5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30% {
		opacity: 0;
		z-index: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		z-index: 0;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}


.move{
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.top_news img:hover,
.contents_link img:hover{
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.top_news{
	letter-spacing: -.40em;
	padding:25px 10px;
	margin:40px auto;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	position:relative;
}
.top_news:before,
.top_news:after{
	content:"";
	position:absolute;
	left:0;
	display:block;
	width:100%;
	height:1px;
	background:#fff;
}
.top_news:before{
	top:-2px;
}
.top_news:after{
	bottom:-2px;
}
.top_news img{
	display:block;
}

.top_news_img{
	position:relative;
	overflow: hidden;
}
.top_news_img:before,
.top_news_img:after,
.top_news_img_mark:before,
.top_news_img_mark:after{
	content:"";
	display:block;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.top_news_img:before{
	width:100%;
	height:100%;
	background:rgba(255,255,255,.6);
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.top_news_img:hover:before{
	opacity:1;
}

.top_news_img_mark:before,
.top_news_img_mark:after{
	width:40px;
	height:3px;
	background:#555;
	position:absolute;
	bottom:40px;
	right:20px;
	opacity:0;
}
.top_news_img_mark:before{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.top_news_img_mark:after{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.top_news_img:hover .top_news_img_mark:before,
.top_news_img:hover .top_news_img_mark:after{
	opacity:1;
}
.top_news_img:hover .top_news_img_mark:before{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.top_news_img:hover .top_news_img_mark:after{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

p.top_news_caption{
	font-family: didot;
	font-size:2.08em;
	letter-spacing:0.02em;
	text-align:center;
	color:#555;
}
p.top_news_caption:after{
	content:"";
	display:block;
	width:35px;
	height:2px;
	background:#555;
	margin: 5px auto 15px;

}

.top_news_inner{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	border-bottom:3px solid #d4d3c8;
	position:relative;
	width: 350px;
	padding-bottom: 35px;
	margin-bottom: 30px;
}
.top_news_inner:nth-child(3n){
	margin: 0 15px 30px;
}
.top_news_inner img{
	width: 100%;
}


p.top_news_title{
	font-family: didot;
	/*font-size:2.5em;*/
	font-size: 1.83em;
	line-height: 1.2;
	margin-top:10px;
	color:#555;
}
p.top_news_day{
	text-align:right;
	font-family: ElleNovCM;
	font-size:0.83em;
	letter-spacing:0.08em;
	color:#828266;
	position:absolute;
	bottom:5px;
	right:30px;
}
p.top_news_day:before,
p.top_news_day:after{
	content:"";
	display:block;
	width:20px;
	height:1px;
	background:#828266;
	position:absolute;
	bottom:8px;
}
p.top_news_day:before{
	left:-30px;
}
p.top_news_day:after{
	right:-25px;
}

.contents_link{
	letter-spacing: -.40em;
	margin-bottom:80px;
}
.contents_link li{
	display:inline-block;
	letter-spacing:normal;
	width:550px;
	vertical-align:top;
}
p.contents_link_title{
	font-family: didot;
	color:#555;
	font-size:1.83em;
	padding:0 10px;
	margin-top:3px;
}
p.contents_link_title:after{
	content:"";
	display:block;
	width:25px;
	height:2px;
	background:#555;
	margin: 5px 0 13px 1px;
}
p.contents_link_txt{
	line-height: 1.83;
	padding:0 10px 40px;
}

.top_recommend{
	display: none;
	letter-spacing: -.40em;
	text-align:center;
	background:url(../images/top_item_bk.jpg);
	background-position: 50% 50%;
	margin-bottom: 80px;
	padding: 80px 0;
	position:relative;
}
p.top_recommend_caption{
	font-family: didot;
	font-size:2.08em;
	color:#555;
	letter-spacing:normal;
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
}
.top_recommend_inner{
	display:inline-block;
	letter-spacing:normal;
	position:relative;
	margin: 0 5px;
}
.top_recommend_inner img{
	border: 10px solid #fff;
}
.top_recommend_info,
.top_recommend_info p{
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.top_recommend_info{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 240px;
	height: 240px;
	background: rgba(255,255,255,.6);
	opacity:0;
}
.top_recommend_inner:hover .top_recommend_info{
	opacity:1;
}
.top_recommend_info p{
	color:#555;
	font-family: ElleNovCM;
	font-size:1.25em;
	position: absolute;
	left: 0;
	right: 0;
}
p.top_recommend_name{
	letter-spacing:0.1em;
	top:80px;
}
p.top_recommend_price{
	letter-spacing:0.06em;
	top:130px;
}
.top_recommend_inner:hover p.top_recommend_name{
	top:90px;
}
.top_recommend_inner:hover p.top_recommend_price{
	top:120px;
}

.sp_band_area{
	display: none;
}

a.top_reservation_btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 45px;
	background: #282a51;
	color: #fff;
	font-size: 0.83em;
	font-family:ElleNovCM;
	letter-spacing: .14em;
	text-align: center;
	z-index: 999;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
a.top_reservation_btn.on{
	opacity: 1;
	bottom: 30px;
}
a.top_reservation_btn.off_bottom{
	bottom: -45px;
}

/*===================================================================
	04 NEWS
===================================================================*/

.news{
	width:1100px;
	margin:0 auto;
	text-align:center;
}

.news .page_title{
	font-family: didot;
	font-size: 5em;
	color: #94958a;
	height: 145px;
	line-height: 145px;
	text-align:center;
	position:relative;
	margin-bottom:40px;
	border-top:10px solid #d4d3c8;
	border-bottom:10px solid #d4d3c8;
}
.news .page_title:before,
.news .page_title:after{
	content:"";
	display:block;
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	left:0;
}
.news .page_title:before{
	top:-6px;
}
.news .page_title:after{
	bottom:-6px;
}
.news_pagination{
	text-align:center;
	letter-spacing:-.4em;
	margin:50px 0 100px;
}
.news_pagination span,
.news_pagination a{
	letter-spacing:normal;
	display:inline-block;
	width:77px;
	height:77px;
	line-height:77px;
	font-size:1.83em;
	font-family: didot;
	border:1px solid #d4d3c8;
	border-right:none;
}
.news_pagination span{
	background:#94958a;
	color:#fff;
}
.news_pagination a{
	color:#94958a;
}
.news_pagination a:last-child{
	border-right:1px solid #d4d3c8;
}


ul.news_category_nav{
	border-bottom:1px solid #94958a;
	background:#f4f4ef;
}
ul.news_category_nav li{
	display:inline-block;
	width:auto;
	height:48px;
	vertical-align:bottom;
	padding: 0 30px;
}
ul.news_category_nav li:hover,
ul.news_category_nav li:hover a{
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
ul.news_category_nav li:hover{
	background:#ddd;
}
ul.news_category_nav li:hover a{
	color:#fff;
}

ul.news_category_nav li.on{
	background:#94958a;
	border-bottom:none;
	position:relative;
}
ul.news_category_nav li.on:after{
	content:"";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position:absolute;
	bottom:-1px;
	left: 0;
	right: 0;
	margin: auto;

}
ul.news_category_nav li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	color:#94958a;
	font-size:1.25em;
	letter-spacing:0.05em;
	font-family: 'Prata', serif;
}
ul.news_category_nav li.on a{
	color:#fff;
}


ul.news_index_all{
	text-align:left;
	margin: 30px 0;
}
ul.news_index_all:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
ul.news_index_all li{
	float:left;
	vertical-align:top;
	width:275px;
	height:390px;
	padding:20px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	box-sizing: border-box;
}
ul.news_index_all li:nth-child(n + 1):not(:nth-child(n + 5)){
	border-top:1px solid #ddd;
}
ul.news_index_all li:nth-child(4n +1){
	border-left:1px solid #ddd;
}
.news_index_img {
	display:block;
	width:233px;
	height:190px;
	overflow:hidden;
}
ul.news_index_all li img{
	width:100%;
	display:block;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

ul.news_index_all li .news_index_img{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}

ul.news_index_all li .news_index_img:before,
ul.news_index_all li .news_index_img_mark:before,
ul.news_index_all li .news_index_img_mark:after{
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

ul.news_index_all li .news_index_img:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.6);
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
ul.news_index_all li .news_index_img_mark:before,
ul.news_index_all li .news_index_img_mark:after{
	content: "";
    display: block;
	width: 40px;
	height: 3px;
	background: #555;
	position: absolute;
	bottom: 30px;
	right: 10px;
	opacity: 0;
}

ul.news_index_all li .news_index_img_mark:before{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
ul.news_index_all li .news_index_img_mark:after{
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

ul.news_index_all li .news_index_img:hover:before,
ul.news_index_all li .news_index_img:hover .news_index_img_mark:before,
ul.news_index_all li .news_index_img:hover .news_index_img_mark:after{
	opacity:1;
}
ul.news_index_all li .news_index_img:hover .news_index_img_mark:before{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
ul.news_index_all li .news_index_img:hover .news_index_img_mark:after{
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.news_tag{
	margin:6px 0;
}
.news_tag p{
	display:inline-block;
	height:30px;
	line-height:30px;
}
p.news_category{
	padding:0 20px 0 0;
	position:relative;
	color:#94958a;
	font-size:1.33em;
	font-style:italic;
}


ul.news_index_all li p.news_category:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 15px solid transparent;
	border-left:  15px solid transpar
}

ul.news_index_all li p.news_day{
	float:right;
	font-size:1.16em;
}

p.news_title{
	font-size:1.58em;
	line-height:1.36;
	letter-spacing:0.05em;
	height:50px;
	font-family:didot;
}
p.news_text{
	font-size:1.08em;
	line-height:1.53;
}

.news_content{
	width:800px;
	margin:0 auto;
}
.news_content .news_content_title{
	display:block;
	box-sizing:border-box;
	border-top:4px solid #d4d3c8;
	border-bottom:1px solid #d4d3c8;
	margin:0 0 50px;
	padding-bottom:20px;
}
.news_content h1{
	font-size: 2.9em;
	color: #555;
}
.news_content p.news_day{
	font-family: ElleNovCL;
	font-size:1.33em;
	letter-spacing:0.06em;
	text-align:center;
	padding: 30px 0 0;
}

.news_content_text{}
.news_content_text h3{
    font-size: 1.4em;
    line-height: 2;
}

.news_content_text p{
	font-size:1.08em;
	line-height:2;
}
a.news_all_link{
	display:block;
	width:230px;
	height:75px;
	line-height:75px;
	border:1px solid #ddd;
	margin:0 auto;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
a.news_all_link:hover{
	background:#555;
	color:#fff;
}

.news_ft_nav{
	width:1100px;
	margin:50px auto;
	position:relative;
	text-align:center;
}

a.news_next,
a.news_prev{
	display:block;
	width:77px;
	height:77px;
	border:1px solid #ddd;
	position:absolute;
	top:0;
}
a.news_next{
	left:0;
}
a.news_prev{
	right:0;
}

a.news_next:before,
a.news_prev:before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	border-top:2px solid #ce0000;
	position:absolute;
	top:28px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
a.news_next:before{
	left:31px;
	border-left:2px solid #ce0000;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
a.news_prev:before{
	right:31px;
	border-right:2px solid #ce0000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

a.news_next:hover:before{
	left:25px;
}
a.news_prev:hover:before{
	right:25px;
}

.news_more{
	width:1100px;
	margin:0 auto;
}
.news_more h2{
	font-size:2em;
	letter-spacing:0.01em;
	text-align:center;
}

.news_movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.news_movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.news_back_btn a{
	display: block;
	width: 220px;
	height: 70px;
	line-height: 70px;
	margin: 50px auto;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 1.06em;
	font-family: ElleNovCM;
	letter-spacing: 0.06em;
}
.news_back_btn a:hover{
	background: #555;
	color: #fff;
}

/*===================================================================
	05 OUR STORY
===================================================================*/

.about{
	width:1100px;
	margin:0 auto;
	text-align:center;
}

.about input {
	display: none;
}
.about_main p{
	font-size:1.5em;
	margin:10px auto 60px;
}

.about .about_wrap p {
	font-size:1.25em;
	line-height:1.86;
	letter-spacing:0.01em;
}
.about .about_wrap p {
	margin-bottom: 55px
}
.about .about_wrap img {
	width: 100%;
	margin-bottom: 100px;
}
.about .about_wrap br.sp_n {
	display: none;
}
.about .about_wrap br.pc_n {
	display: block;
}
.about .about_wrap.commitment {
	padding-bottom: 45px;
}
.about .about_wrap.style {
	padding-bottom: 100px;
}
.about .about_wrap ul.original_mark li {
	display:inline-block;
	width:215px;
	height:215px;
	vertical-align:top;
	position:relative;
	margin:0 15px;
	border:1px solid #cfcfcf;
}
.about .about_wrap ul.original_mark img {
	width: 80px;
	height: 80px;
	margin: 30px 0 10px;
}
.about .about_wrap ul.original_mark dl {
	letter-spacing: 0.3em;
}
.about .about_wrap ul.original_mark dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.about .contributors {
	text-align: left;
	padding-bottom: 100px;
}
.about .contributors ul {
	overflow: hidden;
}
.about .contributors li {
	width: 50%;
}
.about .contributors img {
	width: 100%;
	margin-bottom: 0px;
	vertical-align: top;
}
.about .contributors ul:nth-of-type(1) li {
	float: left;
}
.about .contributors ul:nth-of-type(2) li {
	float: right;
}
.about .contributors ul:nth-of-type(2) .headline,
.about .contributors ul:nth-of-type(2) .essay {
	margin-left: 40px;
}
.about .contributors .headline {
	width: 92.5%;
	padding: 40px 0px 20px;
	border-bottom: 1px solid #9e8b6f;
}
.about .contributors .headline p {
	font-size: 2.0em;
	margin-bottom: 0px;
}
.about .contributors .essay {
	width: 92.5%;
}
.about .contributors .essay .name {
	padding: 30px 0 10px;
}
.about .contributors .essay .name p:nth-of-type(1) {
	font-size: 2.0em;
	font-family: 'didot-italic';
	color: #9e8b6f;
	letter-spacing: 0.01em;
	margin-bottom: 0px;
}
.about .contributors .essay .name p:nth-of-type(2) {
	font-size: 0.9em;
	font-family: 'didot-italic';
	color: #9e8b6f;
	letter-spacing: 0.01em;
	margin-bottom: 0px;
}
.about .contributors .essay .sentence {
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.86;
	letter-spacing: 0.01em;
}
.about .cafe_restaurant {
	border-top: 1px solid #9e8b6f;
	padding: 50px 0 130px;
}
.about .cafe_restaurant p {
	margin-bottom: 0px;
	font-family: 'didot';
	color: #9e8b6f;
}
.about .cafe_restaurant h3 a{
	margin-bottom: 0px;
	font-family: 'didot';
	font-size: 3.0em;
	letter-spacing: 0.03em;
	color: #9e8b6f;
}
.about .cafe_restaurant div.underline {
	width: 40px;
	border-top: 1px solid #9e8b6f;
	margin: 0 auto 30px;
}
.about .cafe_restaurant span a{
	display: block;
	width: 260px;
	height: 50px;
	margin: 0 auto;
	font-size: 1.25em;
	line-height: 50px;
	position: relative;
	background: #fff;
	z-index: 1;
	color: #9e8b6f;
}
.about .cafe_restaurant span a:hover{
	opacity: .9;
}
.about .cafe_restaurant img {
	margin: -25px 0 0px;
}
.about .tabBtn li{
	display:inline-block;
	width:215px;
	height:215px;
	vertical-align:top;
	position:relative;
	margin:0 30px 0 0;
}

.about .tabBtn li:last-child{
	margin-right:0;
}
.about .tabBtn li label{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #cfcfcf;
	cursor:pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.about .tabBtn li:hover label{
	border:7px solid #cfcfcf;
}

.about .tabBtn li label p{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}
.about .tabBtn li label p.tabbtn_en{
	font-size:2.16em;
	top:65px;
}
.about .tabBtn li label p.tabbtn_jp{
	font-size:1.25em;
	top:105px;
}
.about .tabBtn li label:after{
	content:"";
	display:block;
	width:12px;
	height:12px;
	border-bottom:3px solid #cecece;
	border-right:3px solid #cecece;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	margin:auto;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.about #tab-1:checked ~ .tabBtn li [for="tab-1"],
.about #tab-2:checked ~ .tabBtn li [for="tab-2"],
.about #tab-3:checked ~ .tabBtn li [for="tab-3"],
.about #tab-4:checked ~ .tabBtn li [for="tab-4"]{
	border:7px solid #000;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.about #tab-1:checked ~ .tabBtn li [for="tab-1"]:after,
.about #tab-2:checked ~ .tabBtn li [for="tab-2"]:after,
.about #tab-3:checked ~ .tabBtn li [for="tab-3"]:after,
.about #tab-4:checked ~ .tabBtn li [for="tab-4"]:after{
	border-bottom:3px solid #ce0000;
	border-right:3px solid #ce0000;
}
	
.about .tabContents section {
	display:none;
	text-align: center;
}

.about #tab-1:checked ~ .tabContents section:nth-child(1),
.about #tab-2:checked ~ .tabContents section:nth-child(2),
.about #tab-3:checked ~ .tabContents section:nth-child(3),
.about #tab-4:checked ~ .tabContents section:nth-child(4) {
	display:block;
}

.tabContents h4{
	font-size:2em;
	position:relative;
	width:950px;
	margin:60px auto 20px;
}
.tabContents h4:before,
.tabContents h4:after{
	content:"";
	display:block;
	height:1px;
	background:#acacac;
	position:absolute;
	top:17px;
}
.tabContents h4:before{
	left:0;
}
.tabContents h4:after{
	right:0;
}

.tabContents section:nth-child(1) h4:after,
.tabContents section:nth-child(1) h4:before{
	width:400px;
}
.tabContents section:nth-child(2) h4:after,
.tabContents section:nth-child(2) h4:before{
	width:360px;
}
.tabContents section:nth-child(3) h4:after,
.tabContents section:nth-child(3) h4:before{
	width:400px;
}
.tabContents section:nth-child(4) h4:after,
.tabContents section:nth-child(4) h4:before{
	width:400px;
}

.about_shop_link{
	margin-bottom:80px;
}
.about_shop_link li{
	display:inline-block;
	width:270px;
	margin:0 35px;
}
.about_shop_link li p{
	text-align:left;
	margin-top:10px;
}

.about_shop_link li img{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.about_shop_link li img:hover{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.about_low{}
.about_low h2{
	border-bottom:1px solid #000;
	margin:100px auto 35px;
	padding-bottom:10px
}

p.about_coyo_comment{
	display:block;
	text-align:left;
	font-size:1.08em;
	letter-spacing:0.01em;
	line-height:1.77;
	width:800px;
	height:200px;
	margin:60px auto 0;
	padding:50px 35px;
	border:1px solid #868686;
	position:relative;
}
p.about_coyo_comment:before,
p.about_coyo_comment:after{
	position:absolute;
	display:block;
	width:100px;
	height:80px;
}
p.about_coyo_comment:before{
	content:url(../images/about/icon_quot_01.jpg);
	top:-40px;
	left:-40px;
}
p.about_coyo_comment:after{
	content:url(../images/about/icon_quot_02.jpg);
	bottom:-40px;
	right:-40px;
}

.about_coyo_reco{}
.about_coyo_reco img{
	margin:60px 30px 0;
}

.about_pick{}
.about_pick ul{
	margin-top:60px;
}
.about_pick li{
	display:inline-block;
	width:238px;
	vertical-align:top;
	text-align:left;
	margin:0 22px;
	position:relative;
}
img.about_cart{
	position:absolute;
	top:255px;
	right:5px;
}
img.about_cart.about_cart_off{
	opacity:.3;
}
.about_pick li img{
	margin-bottom:15px;
}

/*===================================================================
	06 RESTAURANT
===================================================================*/
.restaurant {
	width:1100px;
	margin:0 auto;
}
.restaurant h1.page_title span,
.restaurant h2.sub_page_title span {
	font-size:4.8em;
}
.restaurant h1.page_title,
.restaurant h2.sub_page_title {
	color: #555555;
}
.restaurant .restaurant_wrap.main {
	margin-bottom: 75px;
}
.restaurant .restaurant_wrap.main h2 {
	font-family: didot;
	color: #9e8b6f;
	font-size: 36px;
	line-height: 40px;
}
.restaurant .restaurant_wrap.main .catch {
	text-align: center;
	width: 790px;
	margin: 30px auto 50px;
}
.restaurant .restaurant_wrap.main .catch p.ttl {
	color: #9e8b6f;
	font-size: 1.2em;
	margin-bottom: 40px;
}
.restaurant .restaurant_wrap.main p {
	font-size: 16px;
	line-height: 30px;
}

.restaurant .restaurant_wrap.menu {
	padding-bottom: 27px;
}
.restaurant .restaurant_wrap.menu .fl_left {
	width: 510px;
	border-top: solid #555 2px;
}
.restaurant .restaurant_wrap.menu .fl_right {
	width: 550px;
}
.restaurant .restaurant_wrap.menu .fl_right figure {
	line-height: 0;
	margin: 0;
	padding: 0;
}
.restaurant .restaurant_wrap.menu .fl_right .photo img {
	height: 550px;
	overflow: hidden;
}

.restaurant .restaurant_wrap.menu .menu_list {
	margin: 35px 0 60px;
}
.restaurant .restaurant_wrap.menu .menu_list li {
	margin: 0 0 30px;
}
.restaurant .restaurant_wrap.menu .menu_list dt,
.restaurant .restaurant_wrap.menu .menu_list dd {
	 display:table-cell;
	 vertical-align:middle;
	 font-size: 13px;
	 line-height: 24px;
}
.restaurant .restaurant_wrap.menu .menu_list dt {
	width: 458px;
}
.restaurant .restaurant_wrap.menu .menu_list dd {
	width: 32px;
}
.restaurant .restaurant_wrap.menu .menu_list dd img {
	width: 100%;
	height: auto;
}
.restaurant .restaurant_wrap.menu .menu_btn li a {
	width: 380px;
	display: block;
	font-family: 'ElleNovC';
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.08em;
	padding: 15px 0;
	background: #555555;
	margin-bottom: 20px;
}
.restaurant .restaurant_wrap.menu .photo .thaks {
	font-size: 10px;
	line-height: 22px;
	text-align: right;
	margin: 5px 0 27px;
}

.restaurant .restaurant_wrap.menu .sub_head {
	margin-bottom: 25px;
	padding-bottom: 40px;
	border-bottom: 1px solid #555555;
}
.restaurant .restaurant_wrap.menu .sub_head h3 {
	font-family: didot;
	color: #555555;
	font-size: 30px;
	margin: 32px 0 20px;
}
.restaurant .restaurant_wrap.menu .sub_head p {
	font-size: 13px;
	line-height: 24px;
}
.restaurant .restaurant_wrap.menu .course_list li {
	margin-bottom: 30px;
}
.restaurant .restaurant_wrap.menu .course_list h4 {
	font-size: 15px;
	margin-bottom: 2px;
}
.restaurant .restaurant_wrap.menu .course_list dt,
.restaurant .restaurant_wrap.menu .course_list dd {
	font-size: 13px;
	line-height: 24px;
}
.restaurant .restaurant_wrap.menu .course_list dt {
	font-weight: bold;
}
.restaurant .restaurant_wrap.menu .course_list dd {
	padding-left: 2em;
}

.restaurant .restaurant_wrap.menu .course_list h4 span{
	font-weight: normal;
}
.restaurant .restaurant_wrap.menu .course_list dl.course_attention dd {
	font-size: 10px;
}


.restaurant .restaurant_wrap.location {
	margin-bottom: 50px;
}
.restaurant .restaurant_wrap.location .location_info li {
	margin-bottom: 20px;
}
.restaurant .restaurant_wrap.location .location_info li.head h3 {
	display: block;
	font-family: 'ElleNovCB';
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.08em;
}
.restaurant .restaurant_wrap.location .location_info li.head dd {
	font-size: 13px;
}
.restaurant .restaurant_wrap.location .location_info li dt,
.restaurant .restaurant_wrap.location .location_info li span.ttl {
	font-family: 'ElleNovCB';
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.08em;
}
.restaurant .restaurant_wrap.location .location_info li span.small {
	font-size: 10px;
}
.restaurant .restaurant_wrap.location .location_info li.online_more {
	position: relative;
	width: 380px;
}
.restaurant .restaurant_wrap.location .location_info li.online_more a {
	width: 380px;
	display: block;
	font-family: 'ElleNovCB';
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.08em;
	background: #9e8b6f;
	padding: 14px 0; 
}
.restaurant .restaurant_wrap.location .location_info li.online_more:after,
.restaurant .restaurant_wrap.location .location_info li.online_more:after {
	top: 41%;
	right: 25%;
	content:"";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #fff;
}
.restaurant .restaurant_wrap.location .policy_lest dd {
	font-size: 10px;
	line-height: 20px;
}
.restaurant .restaurant_wrap.location .fl_right {
	width: 500px
}

/* ADD[S] */
.restaurant .restaurant_wrap.menu .sub_head{
	border-top: solid #555 2px;
	text-align: center;
}
.restaurant .restaurant_wrap.menu .menu_course .fl_left{
	border-top: none;
}
.restaurant .restaurant_wrap.menu .menu_course.menu_dinner{
	border-top: solid #555 1px;
	margin-top: 10px;
	padding-top: 50px;
}

.restaurant .restaurant_wrap .menu_pdf{
	letter-spacing: -.4em;
}
.restaurant .restaurant_wrap .menu_pdf li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin-bottom: 50px;
}
.restaurant .restaurant_wrap .menu_pdf li:nth-child(2){
	margin-left: 10px;
	margin-right: 10px;
}
.restaurant .restaurant_wrap .menu_pdf li p.menu_text{
	font-size: 1.08em;
}
.restaurant .restaurant_wrap .menu_pdf li a{
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #15aa93;
	color: #fff;
	margin-top: 10px;
	border-radius: 3px;
}
.restaurant .restaurant_wrap .menu_pdf li img{
	width: 100%;
}
.restaurant .restaurant_wrap .menu_pdf li a:hover{
	opacity: .5;
}

.restaurant .restaurant_wrap.other_link{
	text-align: center;
}
.restaurant .restaurant_wrap.other_link a{
	color: #fff;
	display: inline-block;
	width: 320px;
	height: 60px;
	margin: 30px 20px 80px;
	background: #9e8b6f;
	position: relative;
}
.restaurant .restaurant_wrap.other_link a:before{
	content: "";
	display: block;
	width: 314px;
	height: 54px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #fff;
}

.restaurant .restaurant_wrap.other_link a .other_link_en{
	font-family: 'didot';
	font-size: 1.5em;
	margin-top: 10px;
}
.restaurant .restaurant_wrap.other_link a .other_link_jp{
	font-size: 0.83em;
}
/* ADD[E] */

.restaurant .restaurant_wrap .menu_pdf li a.pdf_menu{
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin: 0;
	left:0;
	opacity: 0;
}
.restaurant .restaurant_wrap.main .catch {
    margin: 30px auto 65px;
}
.restaurant h1.page_title span, .restaurant h2.sub_page_title span {
    font-size: 54px;
    font-weight: bold;
}
.restaurant .restaurant_wrap .menu_pdf li a.pdf_menu:hover{
	opacity: 1;
}
.pdf_menu_wrap{
	position: relative;
}
.restaurant .restaurant_wrap .menu_pdf li p.menu_text {
    text-align: left;
    margin: 10px 0 0 0;
}
.restaurant .restaurant_wrap.main p {
    font-size: 14px;
    line-height: 30px;
}
.restaurant .restaurant_wrap.main .catch p.ttl {
    font-size: 14;

}
.restaurant .restaurant_wrap.menu {
    padding-bottom: 0;
}
.restaurant .restaurant_wrap .menu_pdf li {
    margin-bottom: 0px;
}
.rest_slider{
	width: 570px;
	margin: auto;
}
.restaurant .slick-slide {
    height: auto;
}
.restaurant.about.container.underlayer {
    overflow: hidden;
    width: 100%;
}
.rest_slider .slick-list{
	overflow: visible;
}
.restaurant .slick-dotted.slick-slider{
	margin: 0 auto 150px;
}
.reservation_innar_left h3{
	font-family: didot;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-align: right;
	padding: 0 25px 0 0;
	color: #ffffff;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;

}

.reservation_innar_left p{
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: right;
	padding: 0 25px 0 0;
	color: #ffffff;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}
.reservation_innar_left ul{
	width: 300px;
	margin: 63px 0 0 0;
}
.reservation_innar_left {
	width: 470px;
	float: left;
	padding: 0 0 0 70px;
}
section.restaurant_wrap.rest_reservation {
	position: relative;
    height: 420px;
    margin: 225px 0 150px 0;
}
section.restaurant_wrap.rest_reservation:after {
    content: "";
    position: relative;
    width: 400%;
    height: 420px;
    background: #94958a;
    left: -200%;
    z-index: -1;
    display: block;
}

section.restaurant_wrap.rest_reservation img {
    position: absolute;
    right: -90px;
    top: -90px;
}

section.restaurant_wrap.rest_reservation img.forma {
    position: absolute;
    right: 0px;
    top: 44px;
}


.new_restaurant_innar{
	width: 1100px;
	margin: auto;
}
.reservation_innar_left li{
	border-bottom: 1px solid #ffffff;
	position: relative;
	padding: 27px 0 10px;
}
.reservation_innar_left li img{
	top:10px;
	right: 10px;
}
.new_restaurant_innar .contributors .headline p {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 36px;
}
.new_restaurant .contributors .essay .name p:nth-of-type(1) {
    font-size: 30px;
    line-height: 30px;
	margin: 10px 0 5px 0;
}
.new_restaurant h1.page_title span, .new_restaurant h2.sub_page_title span {
    font-size: 54px;
    font-weight: bold;
    margin: 0 0 70px 0;
}
.new_restaurant .contributors .headline {

    padding: 40px 0px 15px;
    border-bottom: 1px solid #9e8b6f;
}
.new_restaurant .contributors .essay .name {
    padding: 15px 0 6px;
}
.new_restaurant .contributors .essay .name p:nth-of-type(2) {
    font-size: 13px;
}
.new_restaurant .contributors .essay .sentence {
    font-size: 13px;
    line-height: 24px;
}

/*===================================================================
	07 DELI
===================================================================*/
.deli {
	width:100%;
	overflow: hidden;
	margin:0 auto;
}
.deli .mb45 {
	margin-bottom: 45px;
}
.deli h1.page_title,
.deli h2.sub_page_title {
	color: #555555;
}
.deli h1.page_title span,
.deli h2.sub_page_title span {
	font-size:4.8em;
}
.deli .deli_wrap.main {
	margin-bottom: 75px;
}
.deli .deli_wrap.main h2 {
	font-family: didot;
	color: #9e8b6f;
	font-size: 36px;
	line-height: 40px;
}
.deli .deli_wrap.main .catch {
	text-align: center;
	width: 790px;
	margin: 30px auto 50px;
}
.deli .deli_wrap.main .catch p.ttl {
	color: #9e8b6f;
	font-size: 1.2em;
	margin-bottom: 40px;
}
.deli .deli_wrap.main p {
	font-size: 16px;
	line-height: 30px;
}

.deli .deli_wrap.menu {
	padding-bottom: 50px;
}
.deli .deli_wrap.menu .fl_left {
	width: 510px;
	border-top: solid #555 2px;
}
.deli .deli_wrap.menu .fl_right {
	width: 550px;
}
.deli .deli_wrap.menu .fl_right figure {
	line-height: 0;
	margin: 0;
	padding: 0;
}
.deli .deli_wrap.menu .fl_right .photo img {
	height: 550px;
	overflow: hidden;
}

.deli .deli_wrap.menu .menu_list {
	margin: 35px 0 60px;
}
.deli .deli_wrap.menu .menu_list li {
	margin: 0 0 30px;
}
.deli .deli_wrap.menu .menu_list dt,
.deli .deli_wrap.menu .menu_list dd {
	 display:table-cell;
	 vertical-align:middle;
	 font-size: 13px;
	 line-height: 24px;
}
.deli .deli_wrap.menu .menu_list dt {
	width: 458px;
}
.deli .deli_wrap.menu .menu_list dd {
	width: 32px;
}
.deli .deli_wrap.menu .menu_list dd img {
	width: 100%;
	height: auto;
}
.deli .deli_wrap.menu .menu_btn li a {
	width: 380px;
	display: block;
	font-family: 'ElleNovCB';
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.08em;
	padding: 15px 0;
	background: #555555;
	margin-bottom: 20px;
}
.deli .deli_wrap.menu .photo .thaks {
	font-size: 10px;
	line-height: 22px;
	text-align: right;
	margin: 5px 0 36px;
}

.deli .deli_wrap.menu .sub_head {
	margin-bottom: 25px;
}
.deli .deli_wrap.menu .sub_head h3 {
	font-family: didot;
	color: #555555;
	font-size: 30px;
	letter-spacing: 0.08em;
	margin: 32px 0 20px;
}
.deli .deli_wrap.menu .sub_head p {
	font-size: 13px;
	line-height: 24px;
}
.deli .deli_wrap.menu .course_list li {
	margin-bottom: 30px;
}
.deli .deli_wrap.menu .course_list h4 {
	font-size: 15px;
	margin-bottom: 2px;
}
.deli .deli_wrap.menu .course_list dt,
.deli .deli_wrap.menu .course_list dd {
	font-size: 13px;
	line-height: 24px;
}
.deli .deli_wrap.menu .course_list dt {
	font-weight: bold;
}
.deli .deli_wrap.menu .course_list dd {
	padding-left: 2em;
}


.deli .deli_wrap.location {
	margin-bottom: 50px;
}
.deli .deli_wrap.location .location_info li {
	margin-bottom: 20px;
}
.deli .deli_wrap.location .location_info li.head h3 {
	display: block;
	font-family: 'ElleNovCB';
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.08em;
}
.deli .deli_wrap.location .location_info li.head dd {
	font-size: 13px;
}
.deli .deli_wrap.location .location_info li dt,
.deli .deli_wrap.location .location_info li span.ttl {
	font-family: 'ElleNovCB';
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.08em;
}
.deli .deli_wrap.location .location_info li span.small {
	font-size: 10px;
}
.deli .deli_wrap.menu .course_list li.online_more,
.deli .deli_wrap.location .location_info li.online_more {
	position: relative;
	width: 380px;
}
.deli .deli_wrap.menu .course_list li.online_more a,
.deli .deli_wrap.location .location_info li.online_more a {
	width: 380px;
	display: block;
	font-family: 'ElleNovCB';
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.08em;
	background: #9e8b6f;
	padding: 14px 0; 
}
.deli .deli_wrap.menu .course_list li.online_more:after,
.deli .deli_wrap.location .location_info li.online_more:after {
	top: 41%;
	right: 30%;
	content:"";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #fff;
}
.deli .deli_wrap.location .policy_lest dd {
	font-size: 10px;
	line-height: 20px;
}
.deli .deli_wrap.location .fl_right {
	width: 500px
}

/* ADD[S] */
.deli .deli_order{
	position: relative;
}
.deli .deli_order .fl_left{
	width: 100%;
}
.deli .deli_order .fl_left figure{
	position: absolute;
	top: 0;
	right: 0;
}
.deli .deli_order .fl_left p{
	width: 510px;
}
/* ADD[E] */

/* ADD 201706 [S] */
.deli .deli_menu{
	text-align: center;
}
.deli .deli_menu .deli_menu_list{
	letter-spacing: -.4em;
	text-align: left;
}
.deli .deli_menu .deli_menu_list li{
	display: inline-block;
	width: 340px;
	margin: 0 10px 30px;
	text-align: left;
	letter-spacing: normal;
	vertical-align: top;
}
.deli .deli_menu .deli_menu_list li a.deli_link_none{
	cursor: default;
}
.deli .deli_menu .deli_menu_list li p{
	letter-spacing: 0.02em;
}
.deli .deli_menu .deli_menu_list li .menu_name_en{
	font-family: didot;
	color: #9e8b6f;
	font-size: 1.66em;
}
.deli .deli_menu .deli_menu_list li .menu_name_jp{
	color: #9e8b6f;
}
.deli .deli_menu .deli_menu_list li .menu_text{
	width: 95%;
	margin-top: 15px;
}

.deli .deli_menu .deli_menu_link_btn{
	color: #fff;
	display: inline-block;
	width: 380px;
	height: 60px;
	margin: 30px 20px 0;
	background: #9e8b6f;
	position: relative;
}
.deli .deli_menu .deli_menu_link_btn:before{
	content: "";
	display: block;
	width: 374px;
	height: 54px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #fff;
}
.deli .deli_menu .deli_menu_link_btn .deli_link_en{
	font-family: 'didot';
	font-size: 1.5em;
	margin-top: 9px;
}
.deli .deli_menu .deli_menu_link_btn .deli_link_jp{
	font-size: 0.83em;
}
/* ADD 201706 [E] */
.deli .slick-slide {
    height: auto;
}
.shop_pick{
	width: 340px;
	background: #f2f1ea;
}
.shop_pick a{
	width: 100%;
	height: 45px;
	background: #94958a;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 13px;
	left: 0.04em;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.deli_location{
width: 1060px;
margin: auto;
display: flex;
-webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
}
.shop_pick_innar{
	padding: 20px 30px 0;
	height: 235px;
}
.shop_pick_innar h3{
  font-family: didot;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.shop_pick_innar p{
  font-size: 12px!important;
  line-height: 24px!important;
  color: #333333;
}
.new_deli h1.page_title span, .new_deli h2.sub_page_title span {
    font-size: 54px;
    font-weight: bold;
    line-height: 54px;
    margin: 0 0 60px;
}
.new_deli .delimenu h2.sub_page_title span{
   margin: 0 0 40px;
}
.new_deli .deli_wrap.main .catch p.ttl {
    color: #9e8b6f;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 16px;
}
.new_deli .deli_wrap.main p {
    font-size: 14px;
    line-height: 30px;
}
.new_deli .deli_wrap.main .catch {
    text-align: center;
    width: 790px;
    margin: 30px auto 70px;
    color:#505050;
}
.new_deli .deli_wrap.main {
    margin-bottom: 110px;
}
.new_deli .deli_menu .deli_menu_list li .menu_name_en {
    font-family: didot;
    color: #9e8b6f;
    font-size: 20px;
    margin: 15px 0 5px 0px;
    line-height: 20px;
}
.new_deli .deli_menu .deli_menu_list li .menu_name_jp {
    color: #9e8b6f;
    font-size: 12px;
    line-height: 12px;
}
.deli .deli_menu .deli_menu_list li .menu_text {
    width: 95%;
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    margin: 18px 0 0 0;
}
p.deli_menu_annotation {
    background: #d4d3c8;
    height: 40px;
    color: #505050;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.02em;
}
p.deli_menu_annotation {
    background: #d4d3c8;
    height: 40px;
    color: #505050;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.02em;
    margin: 20px 0 0 0;
}
section.deli_wrap.menu.delimenu {
    padding: 0 0 150px;
}
.new_deli .shop_pick_wrap h1.page_title span, .new_deli .shop_pick_wrap h2.sub_page_title span {
    margin: 0 0 50px;
}
.new_deli .deli_wrap.main.shop_pick_wrap .catch {
    margin: 0px auto 50px;
}
section.deli_wrap.main.shop_pick_wrap {
    margin: 0px auto 95px;
}

.new_deli .sp_br{
	display: none;
}
.pc_br{
	display: inline;
}
/*===================================================================
	08 ORDER
===================================================================*/
.order{
	text-align:center;
	margin-bottom:100px;
}
.order a{
	display:block;
}
.order .page_title{
	color:#555;
}
.order .order_txt{
	display:block;
	width:800px;
	margin:0 auto;
	font-size:1.41em;
	line-height:1.41;
	letter-spacing:0.1em;
	margin-bottom:60px;
}
.order .order_contents{
	display:inline-block;
	width:320px;
	height:450px;
	vertical-align:top;
	margin:0 23px;
	background:#f2f1ea;
}
.order .order_contents p{
	padding:0 20px;
}
.order p.order_sub_title{
	font-family: didot;
	font-size:2.33em;
	text-align:center;
	padding-top: 10px;
}
.order .order_catch{
	font-size:1.08em;
}
.order .order_catch:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background:#000;
	margin:20px auto;
}
.order .order_sub_txt{
	font-size:1.08em;
	letter-spacing:0.1em;
	line-height:1.5;
	text-align:left;
}
.order .order_contents:last-child .order_sub_txt{
	text-align:center;
}

/*---------------------------------------------------------
	order-contact
*/
.order_contact{
	text-align: center;
}
.order_contact h1.page_title{
	color: #555;
}

.order_contact p{
	font-size: 1.33em;
	line-height: 1.875;
}
.order_contact img{
	width: 100%;
}

/*===================================================================
	09 PARTY
===================================================================*/
.party{
	text-align: center;
}
.party .colored{
	color: #9e8b6f;
}
.party h1{
	font-size: 2em;
	line-height: 1.3;
}
.party h1.page_title span{
	font-size: 2em;
}

.party .party_text{
	font-size: 1.33em;
}

.party .party_contact{
	display: block;
	width: 640px;
	height: 150px;
	margin: 30px auto 0;
	background: #eee;
	position: relative;
	z-index: 0;
}
.party .party_contact:before{
	content: "";
	display: block;
	width: 98%;
	height: 97%;
	border: 1px solid #fff;
	position: absolute;
	top: 1%;
	left: 1%;
	box-sizing: border-box;
	z-index: -1;
}
.party .party_contact p.title{
	font-size: 1.6em;
	padding: 20px 0 0;
}
.party .party_contact p.title:after{
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background: #000;
	margin: 15px auto;
	z-index: -1;
}
.party .party_contact p.party_contact_detail{
	font-size: 1.16em;
	line-height: 2.1;
	z-index: 999;
}
.party .plan_wrap{
	position: relative;
	display: block;
	width: 96%;
	max-width: 640px;
	margin: 30px auto;
	padding: 40px 0;
	border: 1px solid #9e8b6f;
}
.party .plan_wrap:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #9e8b6f;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.party .plan_wrap h2{
	font-size: 3.33em;
	font-family: didot;
}
.party .plan_wrap .price{
	width: 75%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 2px solid #9e8b6f;
}
.party .plan_wrap .price span{
	font-size: 1.5em;
}
.party .plan_wrap h3{
	font-size: 2.5em;
	font-family: didot;
	font-style: italic;
	margin-top: 20px;
}
.party .plan_wrap .party_menu p{
	padding: 30px 0;
}
.party .plan_wrap .party_menu p span{
	display: none;
}
.party .plan_wrap .comment{
	font-size: 0.83em;
	margin-top: 10px;
}

.party .terms{
	background: #eee;
	padding: 50px 0 20px;
}
.party .terms .terms_title{
	font-size: 1.5em;
	margin-bottom: 40px;
}
.party .terms .terms_contents{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: left;
	line-height: 1.66;
}

/*===================================================================
	10 COLUMN
===================================================================*/
/*---------------------
	COLUMN slider
----------------------*/

.slick-slide{
	position:relative;
}
.slick-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,.6);
	line-height: 80px;
	font-size: 1.6em;
	text-align:center;
	color:#444;
}


/*---------------------
	COLUMN archive
----------------------*/
.olumn_contents{
	letter-spacing:-.4em;
}
.column_contents_l,
.column_contents_r{
	display:inline-block;
	box-sizing:border-box;
	letter-spacing:normal;
	vertical-align:top;
}
.column_contents_l{
	width:800px;
}
.column_contents_r{
	width:260px;
	margin-left:35px;
}

.column_right_title{
	font-size:1.25em;
	color:#87887f;
}
.column_right_title:after{
	content:"";
	display:block;
	width:25px;
	height:2px;
	background:#d7d7d4;
	margin:10px 0;
}
.column_right_link{
	height:120px;
	border-bottom:1px solid #d4d3c8;
	padding:20px 0;
}
.column_right_link img,
.column_right_link p{
	display:inline-block;
	vertical-align:top;
}
.column_right_link img{}
.column_right_link p{
	width:150px;
	font-size:1.08em;
	margin-left: 5px;

}

.column .page_title{
	font-family: didot;
	font-size: 5em;
	color: #94958a;
	height: 145px;
	line-height: 145px;
	text-align:center;
	position:relative;
	margin-bottom:40px;
	border-top:10px solid #d4d3c8;
	border-bottom:10px solid #d4d3c8;
}
.column .page_title:before,
.column .page_title:after{
	content:"";
	display:block;
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	left:0;
}
.column .page_title:before{
	top:-6px;
}
.column .page_title:after{
	bottom:-6px;
}

.column .slick-slide img{
	width:100%;
}

ul.column_category_nav{
	border-bottom:1px solid #94958a;
	background:#f4f4ef;
	text-align:center;
	margin-bottom:40px;
	letter-spacing:-.4em;
}
ul.column_category_nav li{
	display:inline-block;
	width:auto;
	height:48px;
	vertical-align:bottom;
	padding: 0 30px;
	letter-spacing:normal;
}
ul.column_category_nav li:hover,
ul.column_category_nav li:hover a{
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
ul.column_category_nav li:hover{
	background:#ddd;
}
ul.column_category_nav li:hover a{
	color:#fff;
}

ul.column_category_nav li.on{
	background:#94958a;
	border-bottom:none;
	position:relative;
}
ul.column_category_nav li.on:after{
	content:"";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position:absolute;
	bottom:-1px;
	left: 0;
	right: 0;
	margin: auto;

}
ul.column_category_nav li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	color:#94958a;
	font-size:1.25em;
	letter-spacing:0.05em;
	font-family: 'Prata', serif;
}
ul.column_category_nav li.on a{
	color:#fff;
}

.column_contents{}
ul.column_index_all{
	display:inline-block;
	width:100%;
	box-sizing:content-box;
	letter-spacing:-.4em;
	border-left:1px solid #d4d3c8;
	border-top:1px solid #d4d3c8;
}
ul.column_index_all li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:400px;
	box-sizing:border-box;
	border:1px solid #d4d3c8;
	border-left:none;
	border-top:none;
	padding:20px;
}
ul.column_index_all li .column_index_img{
	text-align:center;
	height: 190px;
}
p.column_day{
	font-family: didot;
	text-align:right;
	font-size:1.16em;
	line-height:30px;
	margin:6px 0;
}
p.column_title{
	font-family: didot;
	font-size: 1.20em;
	letter-spacing: 0.05em;
	height:60px;
}

/*---------------------
	COLUMN detail
----------------------*/
.column_content_caption{
	font-family: didot;
	font-size:5em;
	color:#94958a;
	text-align:center;
	height:125px;
	line-height:125px;
	border-top:10px solid #94958a;
	border-bottom:10px solid #94958a;
	position:relative;
	margin-bottom:40px;
}
.column_content_caption:before,
.column_content_caption:after{
	content:"";
	display:block;
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	left:0;
}
.column_content_caption:before{
	top:-6px;
}
.column_content_caption:after{
	bottom:-6px;
}

.column_content_mainimg{
	width:100%;
}
.column_btn{
	text-align: center;
}
.column_btn a{
	display: block;
	width: 450px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto;
	color: #fff;
	background: #94958a;
	font-size: 1.16em;
}
.column_sns{
	text-align: right;
	padding:45px 0 15px;
	border-bottom: 1px solid #d4d3c8;
}
.column_sns p,
.tw_btn,
.fb_btn{
	display:inline-block;
	vertical-align:top;
}

.column_content_inner{
	width:100%;
}
.column_content_title{
	border-bottom:4px solid #d4d3c8;
	position:relative;
}
.column_content_title:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:-2px;
	left:0;
}
.column_content_title h1{
	font-size:2.9em;
	color:#555;
	text-align:left;
	height:80px;
	line-height:80px;
}
.column_content_title p{
	position:absolute;
	bottom: -30px;
	right:0;
	font-family: ElleNovCL;
	font-size:1.33em;
	color:#9e8b6f;
	line-height: 0;
}
.column_main_text{
	margin:35px 0;
}
.column_main_text p{
	font-size:1.2em;
	line-height:1.8;
}
.column_main_text p strong{
	font-size:1em;
	line-height:1.8;
}

.column_prof{
	display:block;
	width:100%;
	height:260px;
	letter-spacing: -.40em;
	background:#f7f7f5;
}
.column_prof_l,
.column_prof_r{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.column_prof_l{
	width:500px;
	padding:30px;
}
.column_prof_r{}

.column_prof_name{
	font-size:1.58em;
	letter-spacing:0.01em;
}
.column_prof_job{
	font-family: didot;
	font-size:1.33em;
}
.column_prof_txt{
	margin-top:15px;
}
.column_prof_txt p,
.column_prof_txt a{
	font-size:1.08em;
}

.column_txt_area img{
	display:inline-block;
}
.column_sub_title{
	font-family: didot;
	font-size:2.33em;
	margin:50px 0 25px;
	padding-bottom:10px;
	border-bottom:4px solid #94958a;
}
.column_txt_area .type_a,
.column_txt_area .type_b{
	font-size:1.2em;
	line-height:1.8;
}
.column_txt_area .type_b{
	display:inline-block;
	vertical-align:top;
	width:370px;
	margin-left:25px;
}
.column_txt_area .type_a p,
.column_txt_area .type_b p{
	font-size:1em;
	line-height:1.8;
}
.column_txt_area .type_a p strong,
.column_txt_area .type_b p strong,
.column_txt_area .type_a p span,
.column_txt_area .type_b p span{
	font-size: inherit;
}
.column_txt_area .type_a a,
.column_txt_area .type_b a{
	text-decoration: underline;
}

.column_item{
	display:block;
	width:800px;
	height:auto;
	border:1px solid #94958a;
	box-sizing:border-box;
	position:relative;
	margin:80px 0 20px;
}
.column_item .item_area{
	position: relative;
}

.column_item_caption{
	display:block;
	font-size:1.5em;
	height:58px;
	line-height:58px;
	color:#87887f;
	background:#f7f7f5;
	letter-spacing:0.1em;
	padding-left:15px;
}
.column_item img,
.column_item_r{
	display:inline-block;
	vertical-align:top;
}
.column_item img{
	margin:20px;
}
.column_item_r{
	width:500px;
	padding:20px 0;
}
.column_item_catch{
	font-size:1.66em;
	border-bottom:1px solid #f7f7f5;
	padding-bottom:12px;
}
.column_item_comment{
	margin:15px 0;
	font-size:1.08em;
}
.column_item_name{
	font-family: ElleNovCL;
	font-size:1.25em;
	padding:15px 0 0;
}
.column_item_name:after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#d7d7d4;
	margin:10px 0 15px;
}
.column_item_price{
	font-family: ElleNovCL;
	color:#7d7e72;
	font-size:1.3em;
}
.column_item_price span{}
a.column_item_link{
	display:block;
	width:215px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:1.16em;
	background:#94958a;
	color:#fff;
	position:absolute;
	bottom:20px;
	right:20px;
}

.column_recipe .column_item{
	height: auto;
}
.column_recipe .column_item .item_area{
	position: relative;
}

.column_relation{
	margin: 40px 0 20px;
}
.column_relation .relation_title{
	font-size: 1.5em;
	margin-bottom: 20px;
}
.column_relation ul{
	letter-spacing: -.4em;
}
.column_relation ul li{
	letter-spacing: normal;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
}
.column_relation ul li:last-child{
	margin-right: 0;
}
.column_relation ul li img{
	width: 100%
}

/*===================================================================
	10_2 COLUMN(recipe)
===================================================================*/
.column_contents_tag{
	margin-top: 30px;
}
.column_contents_tag .tag_title{
	font-size: 1.2em;
	margin-bottom: 30px;
}

.column_recipe h1{
	font-size: 2.9em;
	text-align: left;
	color: #555;
	background: #f7f7f5;
	height: 80px;
	line-height: 80px;
	padding-left: 20px;
}
.column_recipe h2{
	text-align: left;
	font-size: 2.33em;
	font-weight:normal;
	color: #555;
}
.column_recipe h2:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #898a7d;
	margin: 10px 0 0;
}
.column_recipe h2 span{}
.column_recipe h2 span:before,
.column_recipe h2 span:after{
	content: none;
}

.recipe_content_title{
	position: relative;
}
.recipe_content_title .column_day{
	top: 0;
	right: 20px;
	margin: 0;
	line-height: 40px;
	color: #9e8b6f;
	font-family: ElleNovCL;
	letter-spacing: 0.06em;
}

.recipe_main_area{
	letter-spacing: -.4em;
	margin: 40px 0 0;
}
.recipe_main_area img,
.recipe_main_area .recipe_description_area{
	display: inline-block;
	letter-spacing: normal;
	max-width: 400px;
	vertical-align: top;
}
.recipe_main_area img{}
.recipe_main_area .recipe_description_area{
	padding-left: 35px;
}
.recipe_main_area .recipe_description_area p{
	margin: 0;
	line-height: 1.8;
	font-size: 1.08em;
}
.recipe_main_area .recipe_description_area p span{
	font-weight: bold;
}
.recipe_main_area .recipe_description_area .recipe_description{
	margin-top: 30px;
}
.recipe_main_area .recipe_description_area .recipe_time{
	padding-top: 20px;
}
.recipe_main_area .recipe_description_area .recipe_tag_area{
	margin-top: 20px;
}
.recipe_main_area .recipe_description_area .recipe_tag_area p{
	font-weight: bold;
}
.recipe_main_area .recipe_description_area .recipe_tag_area a{
	margin-right: 10px;
}

.recipe_material{
	margin: 50px 0 0;
}
.recipe_material h2{
	margin-bottom: 20px;
}
.recipe_material .recipe_material_foodstuff{
	position: relative;
}
.recipe_material .recipe_material_foodstuff:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d4d3c8;
}
.recipe_material .recipe_material_foodstuff p{
	line-height: 35px;
}
.recipe_material .recipe_material_foodstuff p:first-child{
	font-size: 1.06em;
}
.recipe_material .recipe_material_foodstuff p:last-child{
	position: absolute;
	top: 0;
	right: 0;
}

.recipe_process{
	margin: 50px 0 0;
}
.recipe_process h2{
	margin-bottom: 20px;
}
.recipe_process .recipe_process_flow{
	margin-bottom: 10px;
}
.recipe_process .recipe_process_flow p{
	font-size: 1.06em;
	line-height: 1.84;
}
.recipe_process .recipe_process_flow p span{
	font-weight: bold;
	width: 20px;
	display: inline-block;
}
.recipe_process .recipe_process_flow .recipe_process_flow_no{
	vertical-align: top;
	display: inline-block;
}
.recipe_process .recipe_process_flow .recipe_process_flow_text{
	vertical-align: top;
	display: inline-block;
	width: 95%;
}
.column_recipe .column_sns{
	padding-top: 5px;
}

/*===================================================================
	99 other page
===================================================================*/
.company table{
	width:800px;
	margin:55px auto 120px;
	border-bottom:1px solid #000;
}
.company table tr{
	border-top:1px solid #000;
	vertical-align:middle;
}
.company table td{
	padding:30px;
}
.company table td:first-child{
	width:19%;
	background:#f2f2f2;
}

/*---------------------
	SERVICE GUIDE
----------------------*/
.service_title{
	border-bottom: 1px solid #94958a;
}
.service_inner{
	width:845px;
	margin:0 auto;
}
.service h1{
	font-family: didot;
	font-size: 2.5em;
	text-align: left;
	line-height: 30px;
	margin: -15px auto 25px;
	width: 1100px;
}
.service h2{
    text-align: left;
    font-size: 1.5em;
    margin: 60px 0 40px;
}
.service h3{
	font-size: 1.16em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0px;
}
.service p{
	line-height: 1.8;
}/*---------------------
	PARTY
----------------------*/

.party h1 span:before, .party h1 span:after, .party h2 span:before, .party h2 span:after {
	border-top: 2px solid;
}
.restaurant.container.party {
	width: 100%;
}
.restaurant.new_party .restaurant_wrap.main p {
	font-size: 14px;
	line-height: 30px;
}
ul.party_main {
	margin: 0 -20px 0 0;
}
ul.party_main li {
	width: 540px;
	float: left;
	margin: 0 20px 100px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #94958a;
}
.party_contents_title {
	font-family: didot;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #555555;
	text-align: left;
	margin: 20px 0 30px;
	font-weight: bold;
}
section.restaurant_wrap.new_party p {
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 70px;
	color: #505050;
}
.party_main_lead {
	position: relative;
	color: #505050;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 0 55px 0 0;
}
.party_main_lead img {
	position: absolute;
	right: 10px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.party_plan_contents h2 {
	font-family: didot;
	font-size: 30px;
	letter-spacing: 0.04em;
	color: #555555;
	line-height: 30px;
	margin: 0 0 15px;
	font-weight: bold;
}
.party_contact_new {
	position: relative;
	clear: both;
	padding: 25px 0 35px;
	z-index: 2;
	margin: 50px 0 0;
	box-shadow: 17px 7px 5px -5px rgba(0, 0, 0, 0.2) -moz-box-shadow: 17px 7px 5px -5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 17px 7px 5px -5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 17px 7px 5px -5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 17px 7px 5px -5px rgba(0, 0, 0, 0.2);
}
.party_contact_new:after {
	content: "";
	width: 300%;
	height: 100%;
	position: absolute;
	background: #eeeeee;
	clear: both;
	left: -150%;
	display: block;
	top: 0;
	z-index: -1;
}
.party_contact_new p, .party_terms p {
	line-height: 14px;
	font-size: 14px;
	color: #505050;
}
ul.contact_box {
	width: 700px;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	margin: 30px auto 0;
}
ul.contact_box li {
	width: 340px;
	height: 81px;
	background: #fff;
	/* float: left; */
	position: relative;
}
ul.contact_box li:after {
	content: "";
	width: 100%;
	background: #94958a;
	/* float: left; */
	position: absolute;
	height: 2px;
	display: block;
	bottom: 0;
	left: 0;
}
ul.contact_box li a {
	font-size: 12px;
	color: #555555;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 0;
}
ul.contact_box li a span {
	font-size: 14px;
	color: #555555;
	display: block;
	margin: 5px 0 0 0;
}
.party_wrap {
	overflow: hidden;
}
section.restaurant_wrap.new_party, .party_wrap, .party_plan_contents.party_terms {
	width: 1100px;
	margin: auto;
}
section.party_plan_contents.party_terms {
	margin: 100px auto 0;
}
.terms_of_service {
	width: 100%;
	height: 280px;
	overflow: scroll;
	background: #f2f1ea;
	padding: 20px 100px;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	margin: 30px 0 160px 0;
}
.restaurant .new_party h1.page_title, .restaurant .new_party h2.sub_page_title {
	color: #555555;
	font-weight: bold;
}
.party h1.page_title span {
	font-weight: bold;
}
/*---------------------
	catering
----------------------*/

ul.catering_ul {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1060px;
	margin: 20px auto 20px;
}
section.party_plan_contents.table_contents dl {
	width: 740px;
	margin: auto;
}
section.party_plan_contents.table_contents dl {
	width: 740px;
	margin: auto;
	clear: both;
	border-bottom: 1px solid #94958a;
	font-size: 13px;
	line-height: 26px;
	color: #505050;
	text-align: left;
	letter-spacing: 0.04em;
	position: relative;
}
section.party_plan_contents.table_contents dl:after {
	content: "";
	display: block;
	clear: both;
}
.table_contents dt {
	font-family: 'ElleNovCB';
	width: 100px;
	float: left;
	padding: 30px 0 12px;
	font-size: 14px;
	line-height: 26px;
	color: #505050;
	letter-spacing: 0.04em;
}
.table_contents dt:after {
	content: "";
	height: 3px;
	width: 100px;
	bottom: -3px;
	position: absolute;
	display: block;
	background: #94958a;
}
.table_contents dd {
	width: 640px;
	padding: 30px 0 12px;
	float: left;
	padding: 30px 0 12px 10px;
	font-size: 13px;
	line-height: 26px;
	color: #505050;
	letter-spacing: 0.04em;
}
.table_about {
	font-size: 12px;
	line-height: 26px;
	color: #505050;
	text-align: right;
	margin: 20px auto 0;
	width: 740px;
}
.underlayer .party_contact_new {
	position: relative;
	clear: both;
	padding: 25px 0 35px;
	z-index: 2;
	margin: 150px 0;
}
.underlayer {
	overflow: hidden;
}
/*---------------------
	wedding
----------------------*/

ul.wedding_ling_ul {
	width: 970px;
	margin: 0 auto 70px;
}
ul.wedding_ling_ul:after {
	content: "";
	display: block;
	clear: both;
}
ul.wedding_ling_ul li {
	width: 300px;
	float: left;
	text-align: left;
	padding: 0 0 15px 22px;
	line-height: 16px;
	border-bottom: 1px solid #9f9d8b;
	margin: 0 30px 50px 0;
	position: relative;
}
ul.wedding_ling_ul li span {
	position: absolute;
	top: -7px;
	left: 0;
	color: #9f9d8b;
}
ul.wedding_ling_ul li:nth-child(3n) {
	margin: 0 0px 50px 0;
}
ul.wedding_ling_ul li a {
	font-family: 'ElleNovCM';
	color: #555555;
	font-size: 16px;
	letter-spacing: 0.04em;
}
.wedding_wrap h2 {
	font-family: didot;
	font-size: 34px;
	line-height: 34px;
	overflow: visible;
	color: #555555;
	font-weight: bold;
	margin: 0 0 40px;
}
p.wedding_text {
	color: #505050;
	font-size: 14px;
	margin: 0 0 40px;
}
.wedding .table_contents {
	margin: 10px 0 0 0;
}
.wedding_wrap {
	margin: 0 0 150px;
}
section#a4 {
	margin: 0 0 100px;
}
.line_hr {
	width: 1060px;
	display: block;
	margin: auto;
	height: 1px;
	background: #949589;
	margin: 0 auto 100px;
}
.anim_contents {
	width: 1060px;
	margin: 0 auto 100px;
}
.anim_contents {
	font-size: 0;
}
.anim_contents li {
	display: inline-block;
	margin: 0;
	width: 265px;
}
.w_bottom {
	margin: 0 0 100px;
}
.w_bottom h2 {
	margin: 0 0 0;
}
.sp_br {
	display: none;
}
.sp_no_br{
	display: inline;
}
a.tel_num {
    cursor: default;
}
/*---------------------
	partypran
----------------------*/

.partyplan_ling ul.wedding_ling_ul li {
	width: 350px;
	float: left;
	text-align: left;
	padding: 0 0 15px 22px;
	line-height: 16px;
	border-bottom: 1px solid #9f9d8b;
	margin: 0 40px 50px 0;
	position: relative;
}
.partyplan_ling ul.wedding_ling_ul li:nth-child(2n) {
	margin: 0 0px 50px 0;
}
.partyplan_ling ul.wedding_ling_ul li:nth-child(3) {
	margin: 0 40px 50px 0;
}
.partyplan_ling ul.wedding_ling_ul {
	width: 740px;
	margin: 0 auto 70px;
}
.party_plan .wedding_wrap h2 {
	margin: 0 0 50px;
}
.wedding.party_plan .table_contents {
	margin: 40px 0 0 0;
}
img.yen {
    position: relative;
    top: -2px;
    margin: 0 3px 0 0;
}
.restaurant.container.party {
	overflow: hidden;
}
.partyplan_ling ul.wedding_ling_ul li.yen_margin {
    padding: 0 0 15px 33px;
}
/*---------------------
	location
----------------------*/

.l_box {
    width: 35px;
    height: 35px;
    background: #5f614b;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 35px;
    display: inline-block;
}
.l_box2{
	background: #4f5236;
}
.l_box3{
	background: #777966;
}
.location_bar {
    height: 60px;
    background: #eeeeee;
}
.location_bar li:first-child {
	font-size: 13px;
}
.location_bar li {
	font-size: 12px;
	font-family: 'ElleNovCB';
	letter-spacing: 0.1em;
    display: inline-block;
    margin: 14px 20px 0 0px;
}
.location_bar li span{
	font-size: 12px;
	font-family: 'ElleNovCB';
	letter-spacing: 0.1em;
    margin: 0 0 0 10px;
}
.location_bar ul {
	float: right;
	font-size: 0;
}
.location_contents {
    margin: 40px auto 0;
}
.location_contents:after {
    content:"";
    display: block;
    clear: both;
}
.l_innar_left{
	width: 550px;
	float: left;
}
.l_innar_right{
	width: 550px;
	float: right;
}
.l_innar_left p  {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 0 30px 0;
}
.l_innar_left p span.span_title {
    font-size: 24px!important;
    letter-spacing: 0.05em;
}
.l_innar_left p span {
    font-family: 'ElleNovCB';
    font-size: 13px;
    letter-spacing: 0.05em;
}
.l_innar_left p span.span_title {
    font-size: 24px;
    letter-spacing: 0.05em;
}
.l_innar_left a {
    height: 35px;
    display: inline-block;
    background: #94958a;
    color: #ffff;
    line-height: 35px;
    padding: 0 30px;
    letter-spacing: 0.03em;
}
.l_innar_left ul{
    font-size: 0;
}
.l_innar_left li{
    display: inline-block;
}
.l_innar_left a#policy_pop {
    background: none;
    color: #94958a;
    height: auto;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: underline;
    line-height: 18px;
}
.policy_pop_wrap {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    display: none;
    top: 0;
}
.policy_pop_wrap_innar {
    width: 700px;
    height: 220px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    padding: 30px;
}
.policy_pop_wrap_innar p {

}
.policy_pop_wrap_innar p {
    font-size: 13px;
    line-height: 24px;
}
a.policy_pop_wrap_innar_close {
    position: absolute;
    right: 10px;
    top: -6px;
    font-size: 30px;
}
.pc_contents{
	display: block;
}
.sp_contents{
	display: none;
}
section.restaurant_wrap {
    margin: 0 0 100px;
}
.location_contents.end_lc {
    margin: 70px auto 0;
}
.stockist_wrap{
  width: 1100px;
  margin: auto;
}
.stockist_ul{
  font-size: 0;
}
.stockist_ul li{
  width: 550px;
  font-size: 0;
  display: inline-block;
  margin: 0 0 50px;
}
.stockist_ul h3{
    font-family: 'ElleNovCB';
    font-size: 16px;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 19px;
    margin: 0 0 10px;
}
.stockist_ul h3 span{
  font-size: 12px;
  color:#333;
  font-weight: 1;
}
.stockist_ul p{
  font-size: 12px;
  line-height: 20px;
  color: #333;
}
.stockist_ul p span{
  font-weight: bold;
}
.stockist_ul a{
  font-size: 12px;
  color:#94958a;
  text-decoration: underline;
}
span.margin_stock {
    width: 1px;
    height: 1px;
    display: block;
    margin: 0 0px 8px;
}

/*---------------------
	story
----------------------*/
ul.story_ul{
	width: 950px;
	margin: auto;
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
}
.story .restaurant_wrap.new_party{
	margin: 0 auto 100px ;
}
.cafe_restaurant {
    margin: auto;
    width: 100%;
}
.story_wrap{
	margin: 0 auto 0px;
}
.story .sp_br{
	display: inline;
}
ul.story_ul.sp_contents{
	display: none;
}
a.tel {
    height: auto;
    background: #f2f1eb;
    color: #333;
    font-weight: normal;
    text-align: left;
    line-height: 13px;
    display: inline;
}
.location a.tel {
    background: #fff;
    color: #333;
}
ul.slick-dots {
    display: none!important;
}
.simply-scroll .simply-scroll-list li {
  width: 570px;
  height: 380px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 380px;
}
.simply-scroll {
    width: 100%;
    height: auto;
    margin: 0 0 100px;
}
.new_restaurant_innar {
    width: 100%;
    margin: auto;
}
.innar_1100{
    width: 1100px;
    margin:0 auto 75px!important;
}
section.restaurant_wrap.innar_1100.rest_reservation {
    margin: 225px auto 150px!important;
}

