@charset "UTF-8";
/*
Theme Name:新橋 地鶏屋
Theme URI:https://www.narts.jp/
Description:新橋 地鶏屋
Author:NARTS
Author URI:https://www.narts.jp/
Version:1.0
*/


/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}

body{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #666;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
}
a:hover {
	text-decoration: underline;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:link img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

::selection {
	background: #A52812;
	color: #fff;
}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}



/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}

@media screen and (min-width: 1000px){

.br-sp{}
.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	header

*****************************************/
header {}
#header {}


#header-home {
	background-image: url("images/common/visual01.jpg");
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 865px;
	position: relative;
}
#header-etc {
	background-image: url("images/common/bg01.png");
	background-repeat: repeat;
	background-position: left top;
	position: relative;
}


#header-box {
	padding: 30px 30px 30px 30px;
}


#header-catch {
	width: 50%;
	float: right;
}
#header-catch h1 {
	text-align: right;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 2.2;
}


#header-contents {
	width: 400px;
	float: left;
	background-image: url("images/common/bg01.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 40px 0 40px 0;
}

#header-contents #header-logo {
	text-align: center;
	padding: 0 0 35px 0;
}

#header-tel {
	text-align: center;
	padding: 0 0 30px 0;
}
#header-tel span {
	display: block;
	color: #a52812;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 8px 40px;
}
#header-tel p {
	color: #a52812;
	font-size: 40px;
	letter-spacing: 0.02em;
	font-weight: 600;
	line-height: 1;
}
#header-tel p a {
	color: #a52812;
}
#header-tel p a:hover {
	color: #a52812;
	text-decoration: none;
}
#header-tel p::before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url("images/common/header-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 12px 0 0;
}

#header-business-hours {
	padding: 0 0 25px 0;
}
#header-business-hours h2 {
	text-align: center;
	width: 280px;
	margin: 0 auto 15px auto;
	border: 1px solid #ac965e;
	padding: 10px;
	color: #ac965e;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
}
#header-business-hours p {
	text-align: center;
	color: #ac965e;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
}

#header-gnavi {
	display: flex;
	justify-content: center;
}
#header-gnavi #gnavi-list {
	writing-mode: vertical-rl;
}
#header-gnavi #gnavi-list p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0 20px;
	letter-spacing: 5px;
}
#header-gnavi #gnavi-list p a {
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#header-gnavi #gnavi-list p a:hover {
	opacity: 1;
}
#header-gnavi #gnavi-list p a::after {
	position: absolute;
	top: 0;
	right: -3px;
	bottom: 0;
	content: '';
	background-color: #fff;
	transition: .5s;
	opacity: 0;
}
#header-gnavi #gnavi-list p a:hover::after {
	width: 1px;
	opacity: 1;
}



#header-sub-box {}
#header-sub-box #header-catch {
	display: none;
}
#header-sub-contents {
	width: 1000px;
	margin: 0 auto;
}
#header-sub-logo {
	width: 400px;
	float: left;
}
#header-sub-logo h1 {
	padding: 25px 0 25px 0;
}
#header-sub-gnavi {
	width: 600px;
	float: left;
}
#header-sub-gnavi ul {
	padding: 40px 0 0 0;
	text-align: right;
}
#header-sub-gnavi ul li {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0 20px 0 0;
}
#header-sub-gnavi ul li:last-of-type {
	margin: 0;
}
#header-sub-gnavi ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
#header-sub-gnavi ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;  /*変形の時間*/
}
#header-sub-gnavi ul li a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	transform-origin: left top; /*左から右に向かう*/
}



#header-logo-sp {
	display: none;
}

#header-logo-under-sp {
	display: none;
}


.openbtn{
	display: none;
}
#sp-nav{
	display: none;
}



/****************************************

	共通

*****************************************/
#contents {
	background-image: url("images/top/drink-bg01.jpg");
	background-repeat: repeat;
	background-position: left top;
	padding: 0 0 150px 0;
}
#contents h2 {
	text-align: center;
	padding: 110px 0 60px 0;
}

.contents-box {
	width: 1000px;
	margin: 0 auto 80px auto;
}
.contents-box:last-of-type {
	width: 1000px;
	margin: 0 auto;
}


#notfound {}
#notfound h3 {
	border-left: 10px solid #A52812;
	color: #A52812;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 0 5px 18px;
	margin: 0 0 40px 0;
}
#notfound p.txt {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 30px 0;
}
#notfound p.txt:last-child {
	margin: 0;
}


#notfound p.btn {
	width: 800px;
	margin: 50px auto 0 auto;
}
#notfound p.btn a {
	background: #A52812;
	background-image: url("images/top/btn-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#notfound p.btn a:hover {
	text-decoration: none;
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs {
	color: #707070;
	font-size: 12px;
	padding: 15px 15px 0 15px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #3B4043;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-icon {
	color: #6E8795;
}


.alignright {
	float: right;
	margin: 0 0 30px 55px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}
.alignleft {
	float: left;
	margin: 0 55px 30px 0;
}


.wp-pagenavi {
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
}



/****************************************

	footer

*****************************************/
#pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 69px;
	height: 69px;
}


footer {}
#footer {
	background-image: url("images/common/footer-bg01.png"),url("images/common/bg01.png");
	background-repeat: no-repeat,repeat;
	background-position: left top,left top;
}
#footer h2 {
	text-align: center;
	padding: 150px 0 60px 0;
}


#footer-box01 {
	width: 1000px;
	margin: 0 auto;
	background-image: url("images/common/footer-bg02.png");
	background-repeat: repeat-y;
	background-position: left 500px top;
}

#footer-instagram {
	width: 470px;
	float: left;
}
#footer-instagram h3 {
	text-align: center;
	padding: 0 0 30px 0;
}
#footer-instagram p.guide {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 35px 0;
}
#footer-instagram-list {}

#footer-facebook {
	width: 470px;
	float: right;
}
#footer-facebook h3 {
	text-align: center;
	padding: 15px 0 50px 0;
}
#footer-facebook p.guide {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 35px 0;
}
#footer-facebook-box {}

.facebook_wrap{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.fb-page,
.fb-page span,
.facebook_wrap iframe{
	width: 470px !important;
	height: 470px !important;
}


#footer-box02 {
	padding: 100px 0 150px 0;
	background-image: url("images/common/footer-bg03.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#footer-box02-inner {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}
#footer-guide {
	width: 400px;
	float: left;
}
#footer-contents {
	width: 550px;
	float: right;
}


#footer-guide #footer-logo {
	text-align: center;
	padding: 40px 0 35px 0;
}

#footer-guide #footer-tel {
	text-align: center;
	padding: 0 0 40px 0;
}
#footer-guide #footer-tel span {
	display: block;
	color: #a52812;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 8px 40px;
}
#footer-guide #footer-tel p {
	color: #a52812;
	font-size: 40px;
	letter-spacing: 0.02em;
	font-weight: 600;
	line-height: 1;
}
#footer-guide #footer-tel p a {
	color: #a52812;
}
#footer-guide #footer-tel p a:hover {
	color: #a52812;
	text-decoration: none;
}
#footer-guide #footer-tel p::before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url("images/common/header-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -7px 12px 0 0;
}

#footer-guide #footer-cancel {
	border: 1px solid #999;
	padding: 29px;
}
#footer-guide #footer-cancel h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 15px 0;
}
#footer-guide #footer-cancel p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}


#footer-contents dl {
	border-bottom: 1px solid #999;
}
#footer-contents dl:last-of-type {
	margin: 0 0 40px 0;
}
#footer-contents dl dt {
	float: left;
	width: 170px;
	padding: 14px 0 14px 0;
	font-size: 17px;
	font-weight: 400;
}
#footer-contents dl dd {
	padding: 14px 0 14px 170px;
	font-size: 17px;
	font-weight: 400;
}

/* 計算方法　100÷550×350=63.63636363636364% に設定 */
#footer-contents-google {text-align: center; padding: 0 0 63.63636363636364% 0; position: relative; width: 100%;}
#footer-contents-google iframe {position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}



#footer-sub {
	border-top: 1px solid #FBE8C0;
	background-image: url("images/common/copyright-bg01.png");
	background-repeat: repeat;
	background-position: left top;
}
#footer-sub-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

#footer-sub-contents {
	width: 500px;
	float: left;
}
#footer-sub-contents p.policy {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 50px 0 0;
}
#footer-sub-contents p.policy a {
	color: #fff;
	background-image: url("images/common/footer-prt01.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding: 0 0 0 15px;
}
#footer-sub-contents p.policy a:hover {
	text-decoration: none;
}
#footer-sub-contents p.facebook a {
	float: left;
	margin: -8px 0 0 0;
}

#footer-sub-copyright {
	width: 500px;
	float: right;
}
#footer-sub-copyright p {
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
}



/****************************************

	home

*****************************************/
#top-section {
	background-image: url("images/common/bg01.png");
	background-repeat: repeat;
	background-position: left top;
}
#top-section-bg {
	background-image: url("images/top/umami-bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}


#top-news {
	width: 660px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

#top-news-title {
	width: 147px;
	float: left;
}
#top-news-title h2 {
	text-align: center;
	padding: 10px 0 10px 0;
}
#top-news-title p.btn {
	margin: 0 0 0 20px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	outline: none;
	position: relative;
}
#top-news-title p.btn a {
	padding: 0 30px 10px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#top-news-title p.btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 85%;
	height: 1px;
	background:#fff;
	transition: all .3s;
}
#top-news-title p.btn::after {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 12px;
	height: 1px;
	background:#fff;
	transform: rotate(35deg);
	transition: all .3s;
}
#top-news-title p.btn:hover::before {
	left: 20%;
}
#top-news-title p.btn:hover::after {
	right: -5%;
}

#top-news-list {
	width: 470px;
	float: right;
}
#top-news-list dl {
	margin: 0 0 15px 0;
}
#top-news-list dl dt {
	float: left;
	width: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
#top-news-list dl dd {
	padding-left: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
#top-news-list dl dd a {
	color: #fff;
}


#top-news-title-sp {
	display: none;
}


#top-umami {
	padding: 0 0 130px 0;
}
#top-umami h2 {
	text-align: center;
	padding: 10px 0 30px 0;
}
#top-umami-box {
	display: flex;
	justify-content: center;
}
#top-umami-box p {
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 2.4;
}


#top-kodawari {
	padding: 0 0 80px 0;
}
#top-kodawari h2 {
	text-align: center;
	padding: 0 0 60px 0;
}
#top-kodawari ul {
	width: 1000px;
	margin: 0 auto;
}
#top-kodawari ul li {
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
}
#top-kodawari ul li:nth-of-type(3) {
	margin: 0;
}
#top-kodawari ul li p.image {
	text-align: center;
	margin: 0 0 20px 0;
}
#top-kodawari ul li p.txt {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}



#top-menu {
	background-image: url("images/top/menu-bg02.png"),url("images/top/menu-bg01.jpg");
	background-repeat: no-repeat,repeat;
	background-position: left top,left top;
}
#top-menu h2 {
	text-align: center;
	padding: 150px 0 80px 0;
}

#top-menu-box {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

#top-menu-box-image {
	width: 500px;
	float: left;
}
#top-menu-box-contents {
	width: 470px;
	float: right;
}
#top-menu-box-contents h3 {
	border-left: 10px solid #A52812;
	color: #A52812;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 0 5px 18px;
	margin: 0 0 20px 0;
}
#top-menu-box-contents p {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 20px 0;
}
#top-menu-box-contents p span {
	color: #A52812;
}


#top-menu-slider {
	margin: 0 auto 70px auto;
	max-width: 100%;
	width: 100%;
}
.top-menu-slider-list {
	margin: 0 75px;
}
.top-menu-slider-list img {
	height: auto;
	width: 100%;
}

.top-menu-slider-contents {}
.top-menu-slider-contents h3 {
	text-align: center;
	color: #A52812;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding: 40px 0 30px 0;
}
.top-menu-slider-contents h3 span {
	display: block;
}
.top-menu-slider-contents p.txt {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 30px 0;
}

#top-menu-slider .slide-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 170px;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
#top-menu-slider .prev-arrow {
	left: calc((100vw - 827px) / 2);
	z-index: 1;
}
#top-menu-slider .next-arrow {
	right: calc((100vw - 827px) / 2);
	z-index: 1;
}

#top-menu-slider .slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
#top-menu-slider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top-menu-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #A52812;
}


#top-menu-btn {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}

#top-menu-btn p a {
	background: #A52812;
	background-image: url("images/top/btn-bg02.png"),url("images/top/btn-bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 50px center,left top;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#top-menu-btn p a:hover {
	text-decoration: none;
}


#top-drink {
	background-image: url("images/top/drink-bg01.jpg");
	background-repeat: repeat;
	background-position: left top;
}
#top-drink h2 {
	text-align: center;
	padding: 150px 0 80px 0;
}

#top-drink-box {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

#top-drink-box-contents {
	width: 400px;
	float: left;
}
#top-drink-box-contents h3 {
	width: 120px;
	float: right;
	text-align: right;
	padding: 20px 0 0 0;
}
#top-drink-box-contents-bg {
	width: 280px;
	float: left;
	background-image: url("images/common/bg01.png");
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
#top-drink-box-contents-bg p {
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 2.4;
	padding: 50px 0 50px 0;
}

#top-drink-box-image {
	width: 500px;
	float: right;
	position: relative;
}
#top-drink-box-image p.image {}
#top-drink-box-image div.txtbox {
	position: absolute;
	top: -50px;
	right: 50px;
	display: flex;
	justify-content: center;
	background: #A52812;
	width: 110px;
}
#top-drink-box-image div.txtbox p {
	writing-mode: vertical-rl;
	padding: 35px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 1.4;
	text-indent: 15px;
}


#top-drink-btn {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}
#top-drink-btn p a {
	background: #A52812;
	background-image: url("images/top/btn-bg02.png"),url("images/top/btn-bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 50px center,left top;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#top-drink-btn p a:hover {
	text-decoration: none;
}



#top-access {
	background-image: url("images/top/store-bg01.png"),url("images/common/bg01.png");
	background-repeat: no-repeat,repeat;
	background-position: right top,left top;
}
#top-access h2 {
	text-align: center;
	padding: 150px 0 60px 0;
}
#top-access p.guide {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 0 60px 0;
}

#top-access-box {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}
#top-access-map {
	width: 550px;
	float: right;
}
/* 計算方法　100÷550×350=63.63636363636364% に設定 */
#top-access-google {text-align: center; padding: 0 0 63.63636363636364% 0; position: relative; width: 100%;}
#top-access-google iframe {position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

#top-access-image {
	width: 450px;
	float: left;
}



#top-map {
	background-image: url("images/top/drink-bg01.jpg");
	background-repeat: repeat;
	background-position: left top;
}
#top-map h2 {
	text-align: center;
	padding: 150px 0 80px 0;
}


#top-map-box01 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

#top-map-box01-contents {
	width: 450px;
	float: left;
}
#top-map-box01-contents h3 {
	margin: 0 0 45px 0;
}
#top-map-box01-contents p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	padding: 0 0 40px 0;
}

#top-map-box01-slider {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#top-map-box01-slider .slick-dots{
	bottom: -35px;
}
#top-map-box01-slider .slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
#top-map-box01-slider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #CCCCCC;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top-map-box01-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #A52812;
}

.top-map-box01-slider-list {
	position: relative;
}
.top-map-box01-slider-list img {}
.top-map-box01-slider-contents {
	bottom: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}
.top-map-box01-slider-contents h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px;
}

#top-map-box01-map {
	width: 450px;
	float: right;
}
#top-map-box01-map p {
	text-align: center;
}


#top-map-box02 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

#top-map-box02-contents {
	width: 450px;
	float: left;
}
#top-map-box02-contents h3 {
	margin: 0 0 45px 0;
}
#top-map-box02-contents p.txt {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	padding: 0 0 40px 0;
}
#top-map-box02-contents p.guide {
	text-align: center;
}

#top-map-box02-image {
	width: 450px;
	float: right;
}

#top-map-box02-slider {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#top-map-box02-slider .slick-dots{
	bottom: -35px;
}
#top-map-box02-slider .slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
#top-map-box02-slider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #CCCCCC;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top-map-box02-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #A52812;
}

.top-map-box02-slider-list {
	position: relative;
}
.top-map-box02-slider-list img {}
.top-map-box02-slider-contents {
	bottom: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}
.top-map-box02-slider-contents h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px;
}


#top-map-box03 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}

#top-map-box03-a {
	width: 450px;
	float: left;
}
#top-map-box03-a h3 {
	display: inline-block;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	font-size: 18px;
	line-height: 1.1;
	padding: 10px 30px;
	margin: 0 0 25px 0;
}
#top-map-box03-a p {
	text-align: center;
}
#top-map-box03-b {
	width: 450px;
	float: right;
}
#top-map-box03-b h3 {
	display: inline-block;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	font-size: 18px;
	line-height: 1.1;
	padding: 10px 30px;
	margin: 0 0 25px 0;
}
#top-map-box03-b p {
	text-align: center;
}



/****************************************

	news

*****************************************/
#archives-list {
	width: 1000px;
	margin: 0 auto;
}
#archives-list h2 {}
#archives-list ul {}
#archives-list ul li {
	width: 32%;
	margin: 0 2% 4% 0;
	float: left;
}
#archives-list ul li:nth-of-type(3n) {
	margin: 0 0 4% 0;
}
#archives-list ul li p.image {
	text-align: center;
	margin: 0 0 20px 0;
}
#archives-list ul li p.image img {
	width: 320px;
	height: 250px;
}
#archives-list ul li h3 {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}
#archives-list ul li p.time {
	background-image: url("images/common/time.svg");
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: 12px 12px;
	padding: 0 0 0 18px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
#archives-list ul li a:hover {
	text-decoration: none;
}
#archives-list ul li a:hover h3 {
	text-decoration: underline;
}



#single-contents {
	width: 1000px;
	margin: 0 auto;
}
#single-contents h3 {
	border-left: 10px solid #A52812;
	color: #A52812;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 0 5px 18px;
	margin: 0 0 25px 0;
}
#single-contents .time {
	background-image: url("images/common/time.svg");
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: 12px 12px;
	padding: 0 0 0 18px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 25px 0;
}
#single-contents p {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 30px 0;
}


#single-contents p.btn {
	width: 800px;
	margin: 50px auto 0 auto;
}
#single-contents p.btn a {
	background: #A52812;
	background-image: url("images/top/btn-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#single-contents p.btn a:hover {
	text-decoration: none;
}



/****************************************

	menu

*****************************************/
#menu-yakitori-slider {
	margin: -50px auto 70px auto;
	max-width: 100%;
	width: 100%;
}

#menu-yakitori-slider .menu-yakitori-list {
	width: 100%;
	max-width: 300px;
}
#menu-yakitori-slider .slick-track {
	float: none;
	display: flex;
	left: -200px;
	gap: 100px;
}
.menu-yakitori-list img {
	height: 400px;
	width: auto%;
	display:block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.menu-yakitori-contents {}
.menu-yakitori-contents h3 {
	text-align: center;
	color: #A52812;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	padding: 40px 0 30px 0;
}
.menu-yakitori-contents h3 span {
	display: block;
}
.menu-yakitori-contents p.txt {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 30px 0;
}

#menu-yakitori-slider .slide-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 170px;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
#menu-yakitori-slider .prev-arrow {
	left: calc((100vw - 825px) / 2);
	z-index: 1;
}
#menu-yakitori-slider .next-arrow {
	right: calc((100vw - 825px) / 2);
	z-index: 1;
}

#menu-yakitori-slider .slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
#menu-yakitori-slider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu-yakitori-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #A52812;
}

#menu-yakitori-slider .slick-center,
#menu-yakitori-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: translate3d(30px, 0, 0);
	opacity: 1;
}
#menu-yakitori-slider .slick-active:not(.slick-center),
#menu-yakitori-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: translate3d(-30px, 0, 0);
	opacity: 1;
}

#menu-yakitori-slider .slick-dots .slick-center,
#menu-yakitori-slider .slick-dots .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
#menu-yakitori-slider .slick-dots .slick-active:not(.slick-center),
#menu-yakitori-slider .slick-dots slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}


#menu-yakitori-guide {
	margin: 0 auto -50px auto;
}
#menu-yakitori-guide p {
	text-align: center;
	color: #A52812;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}



#menu-btn {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}
#menu-btn a{
	background: #A52812;
	background-image: url("images/top/btn-bg02.png"),url("images/top/btn-bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 50px center,left top;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#menu-btn a:hover {
	text-decoration: none;
}



/*モーダルを開くボタン*/
.menu-modal-open {}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.menu-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,80%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.menu-modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.menu-modal-container.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.menu-modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1100px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.menu-modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.menu-modal-content {
	text-align: left;
	background: #F6E2B3;
	color: #000;
	padding: 50px 50px 50px 50px;
}

.menu-modal-content h3 {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 50px 0;
}
.menu-modal-flex-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-modal-flex-item {
	width: 32%;
}
.menu-modal-flex-item .list {
	margin: 0 0 25px 0;
}
.menu-modal-flex-item .list h4 {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px;
	margin: 0 0 15px 0;
}
.menu-modal-flex-item .list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dotted #000;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0 5px 0;
}
.menu-modal-flex-item .list dl dt {
	text-align: left;
}
.menu-modal-flex-item .list dl dd {
	text-align: right;
	min-width: 15%;
}



#drink-btn {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}
#drink-btn a{
	background: #A52812;
	background-image: url("images/top/btn-bg02.png"),url("images/top/btn-bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 50px center,left top;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#drink-btn a:hover {
	text-decoration: none;
}



/*モーダルを開くボタン*/
.drink-modal-open {}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.drink-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,80%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.drink-modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.drink-modal-container.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.drink-modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1100px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.drink-modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.drink-modal-content {
	text-align: left;
	background: #F6E2B3;
	color: #000;
	padding: 50px 50px 50px 50px;
}

.drink-modal-content h3 {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 50px 0;
}
.drink-modal-flex-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.drink-modal-flex-item {
	width: 32%;
}
.drink-modal-flex-item .list {
	margin: 0 0 25px 0;
}
.drink-modal-flex-item .list h4 {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px;
	margin: 0 0 15px 0;
}
.drink-modal-flex-item .list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dotted #000;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0 5px 0;
}
.drink-modal-flex-item .list dl dt {
	text-align: left;
}
.drink-modal-flex-item .list dl dd {
	text-align: right;
	min-width: 15%;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}


/* 映像背景（東内） */
#back-movie {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	z-index: 1;
}
#back-movie > video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
/* 映像背景の上にヘッダを重ねて表示 */
#header-box {
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
}
/* 店舗案内 */
#top-access-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
/* エントランス・ムービー */
.toppage-movie {
	width: 100%;
	display: block;
}
video.entrance-movie{
	width: 100%;
}
/* エントランス・タイトルH3 */
.top-h3-e {
	font-size: 2.5em;
	margin-bottom: 45px;
}
#top-map-box01-contents {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 35px;
}
/* 店内の様子 */
#top-map-box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* 個室 */
#top-map-box01-map {
	width: 450px;
	float: none;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}
#top-map-box01-map p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	padding: 0 0 40px 0;
	text-align: left;
}
#top-map-box03, #top-map-box02-contents {
	display: none;
}
#top-map-box02-image {
	float: none;
	width: 100%;
	height: auto;
}
.top-map-box02-slider-contents h4 {
	text-align: center;
}
#top-drink-box-contents-bg p {
	padding: 30px 0 20px 0;
}
.top-map-box02-slider-list.slick-slide img {
	width: auto;
	height: 366px;
}
.top-map-box02-slider-list {
	margin-left:1px;
}

/* SNSとUber等のアイコンをグローバルナビの下に表示させる */
ul.sns-and-uber {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}
ul.sns-and-uber li {
	margin-right: 12px;
}
ul.sns-and-uber li:last-child {
	margin-right: 0px;
}
@media screen and (min-width: 1000px) {
	#header-home {
		min-height: 900px;
	}
}
/* For modern browsers */

/* 東内追加分（災害へのお見舞い等） */
.omimai {
	width: 60%;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
}
