@charset "utf-8";


/**
*
*	common properties
*
**/

html {
	-webkit-text-size-adjust: none;
}

body{
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

img, a{
	border: none;
	outline: none;
}

label{
	cursor: pointer;
}

p {
	line-height: 1.6em;
}

main {
	display: block;
}

.no-scroll {
	overflow: hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

ol, ul{list-style: none;}

a:link,
a:visited{
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

.tac {
	text-align: center;
}

.fcr {
	color: #ff0000;
}

.fwb {
	font-weight: bold;
}

.hidden-elem {
	display: none;
}

.sp-elem {
	display: none;
}

.sp-il-elem {
	display: none;
}

.table {
	display: table;
}

.table-row {
	display: table-row
}

.table-cell {
	display: table-cell;
}

.inactive {
	opacity: 0.5;
}

.col-wrapper:after {
	content:"";
	display:block;
	clear:both;
}

.col-wrapper .left {
	float: left;
}

.col-wrapper .right {
	float: right;
}

.section-bg-video {
	height: 520px;
}

.hidden-contents {
	display: none;
}

.modal-hidden-contents {
	display: none;
}

#modal-base-layer{
	background: #000;
	color: #000;
	display: none;
	position: fixed;
	_position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100px;
	z-index: 9900;
	text-align: center;
}

#modal-contents-layer {
	display: none;
	overflow-y: scroll;
    position: fixed;
	top:0;
	left:0;
	text-align: center;
	width: 100%;
	z-index: 9901;
}

#modal-contents-layer #modal-iscroll-container-inner {
	overflow: hidden;
}

#wrapper {
	position: relative;
	text-align: center;
	min-width: 1000px;
	min-height: 100vh;
}

.btn-elem {
	transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-elem:hover {
	opacity: 0.8;
}



/**
*
*	modules
*
**/

#header {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	padding: 10px 0 13px 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.9);
}

#header .logo {
	width: 40px;
	height: auto;
}

#g-nav ul {
	font-size: 0;
}

#g-nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 45px;
	font-size: 1.4rem;
	line-height: 1.2em;
}

#g-nav a:link,
#g-nav a:visited {
	color: #999933;
}

#g-nav .ja {
	display: inline-block;
	padding-top: 12px;
	color: #fff;
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#g-nav .en {
	color: #9d9367;
	font-size: 1rem;
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#g-nav li.current .ja,
#g-nav li.current .en,
#g-nav a:hover .ja,
#g-nav a:hover .en {
	color: #999933;
}

#trunk {
	padding-top: 80px;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

.page-title {
	padding: 60px 0 30px 0;
	line-height: 1.6em;
	border-bottom: 1px solid #bfbebb;
}

.page-title .en {
	color: #9d9367;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}

.page-title .ja {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.4rem;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 60px;
	background: #000 url(../img/bg_texture_01.png) left top repeat;
}

#footer .group {
	margin: 0 auto;
	width: 960px;
}

#footer .contact-info {
	float: left;
	letter-spacing: 0.1em;
	line-height: 60px;
}

#footer .contact-info .en {
	font-family: "Lusitana";
	font-size: 1.8rem;
}

#footer .contact-info .en:before {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: url(../img/icon_phone.png) left top no-repeat;
	content: "";
}

#footer .contact-info .ja {
	font-size: 1.2rem;
}

#footer .copyright {
	float: right;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 60px;
	background: url(../img/bg_texture_01.png) left top repeat;
}


/**
*
*	home
*
**/

#home #header {
	padding: 20px 0;
	height: 160px;
}

#home #header .logo {
	width: auto;
}

#home #trunk {
	padding-top: 0;
	width: auto;
}

#home #trunk .heros {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
}

#home #trunk .heros > div {
	width: 100%;
	height: 100vh;
}

#home #trunk .heros div:nth-child(1) {
	background: url(../img/hero_01.jpg) center center no-repeat;
	background-size: cover;
}

#home #trunk .heros div:nth-child(2) {
	background: url(../img/hero_02.jpg) center center no-repeat;
	background-size: cover;
}

#home #trunk .heros div:nth-child(3) {
	background: url(../img/hero_03.jpg) center center no-repeat;
	background-size: cover;
}

#home #trunk .heros div:nth-child(4) {
	background: url(../img/hero_04.jpg) center center no-repeat;
	background-size: cover;
}

#home #footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: none;
}

#home #footer .group {
	width: auto;
}

#home #footer .contact-info {
	float: none;
	color: #fff;
	line-height: 40px;
	background: url(../img/bg_texture_02.png) left top repeat;
}

#home #footer .copyright {
	float: none;
	line-height: 50px;
	background: url(../img/bg_texture_01.png) left top repeat;
}


/**
*
*	access
*
**/

#access {
	background: url(../img/access_bg.jpg) center center no-repeat;
	background-size: cover;
}

#access .col-wrapper {
	padding: 30px 0 80px 0;
	line-height: 1.6em;
}

#access #map-section dl dt {
	font-size: 1.4rem;
}

#access #map-section dl dd {
	font-size: 1.2rem;
	margin-bottom: 20px
}

#access #map-section .left {
	width: 320px;
}

#access #map-section .right {
	width: 640px;
}

#access #map-section .left a {
	display: inline-block;
	padding: 0 10px 4px 10px;
	color: #fff;
	font-size: 1.4rem;
	background-color: #000;
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#access #map-section .left a:hover,
#access #map-section .left a:active {
	color: #999933;
}


#access #map-section #map-canvas {
	width: 100%;
	height: 465px;
}

#access #store-info-section {
	padding-bottom: 170px;
	border-top: 1px solid #bfbebb;
}

#access #store-info-section .right {
	float: left;
	margin-left: 30px;
	font-size: 1.2rem;
}

#access #store-info-section .right strong {
	font-weight: normal;
	font-size: 1.8rem;
}


/**
*
*	guidance
*
**/

#guidance {
	background: url(../img/guidance_bg.jpg) center center no-repeat;
	background-size: cover;
}


#guidance .tables {
	margin: 30px -14px 50px -14px;
	font-size: 0;
}

#guidance .tables li {
	display: inline-block;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 14px;
	font-size: 1.4rem;
	text-align: center;
}

#guidance .tables li img {
	max-width: 100%;
	height: auto;
}

#guidance .tables li figcaption {
	margin-top: 20px;
}

#guidance .col-wrapper {
	padding-bottom: 80px;
}

#guidance .col-wrapper > div {
	width: 50%;
}

#guidance .col-wrapper dl {
	line-height: 1.6em;
}

#guidance .col-wrapper dt {
	font-size: 1.4rem;
}

#guidance .col-wrapper dd {
	margin-bottom: 25px;
	font-size: 1.2rem;
}


/**
*
*	meal
*
**/

#meal {
	background: url(../img/meal_bg.jpg) center center no-repeat;
	background-size: cover;
}

#meal .page-title {
	width: 520px;
}

#meal .menu {
	padding: 30px 0 0 0;
	width: 520px;
	border-bottom: 1px solid #bfbebb;
}

#meal .menu dt {
	font-size: 1.4rem;
	line-height: 1.6em;
}

#meal .menu dd {
	margin-bottom: 28px;
	font-size: 1rem;
	line-height: 1.6em;
}

#meal .drink-menu {
	padding: 10px 0 160px 0;
	font-size: 1.2rem;
}

#meal .drink-menu small {
	font-size: 1rem;
}


/**
*
*	bento
*
**/

#bento #trunk {
	position: relative;
}

#bento .bento {
	padding: 30px 0;
	border-bottom: 1px solid #bfbebb;
}

#bento .bento:nth-child(odd) .right {
	width: 605px;
}

#bento .bento:nth-child(even) .left {
	float: right;
}

#bento .bento:nth-child(even) .right {
	float: right;
	width: 490px;
}

#bento .bento-name {
	margin-bottom: 12px;
	font-size: 1.8rem;
}

#bento .bento-description {
	margin-bottom: 12px;
	font-size: 1.4rem;
}

#bento .bento-detail {
	margin-bottom: 20px;
	color: #666;
	font-size: 1rem;
}

#bento .btn-wrapper {
	padding: 56px 0 150px 0;
	text-align: center;
}

#bento .btn-order {
	display: inline-block;
	margin: 0 auto;
	min-width: 140px;
	color: #fff;
	font-size: 1.7rem;
	line-height: 36px;
	text-align: center;
	background-color: #000;
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bento .btn-order:hover,
#bento .btn-order:active {
	color: #999933;
}

#bento .page-title-area {
	position: relative;
}
#bento .btn-order-s {
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	min-width: 114px;
	font-size: 1.4rem;
	line-height: 30px;
}

#bento .bento_bnr {
	display: block;
	padding: 60px 0 0;
}
#bento .bento_bnr:hover img {
	opacity: .8;
}
#bento .bento_benefits_wrapper {
	background-color: #F5F4F5;
	width: 100%;
	padding-bottom: 50px;
}
#bento .bento_benefits_inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
#bento .bento_benefits  {
	padding: 30px;
}
#bento .bento_benefits ul {
	display: flex;
	justify-content: center;
	width: 1100px;
	max-width: 100%;
}
#bento .bento_benefits ul li {
	width: calc(100% / 2 - 2%);
}
#bento .bento_benefits img:hover {
	opacity: .8;
}
#bento .bento_benefits_txt {
	text-align: center;
	margin-top: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	font-weight: 500;
}
#bento .bento_benefits_txt span {
	text-decoration: underline;
	color: #bf0000;
}
#bento .bento_benefits img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.order-info {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px 20px 40px;
	width: 800px;
	text-align: left;
	background-color: #fff;
}

.order-info .btn-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.order-info h2 {
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	line-height: 68px;
	border-bottom: 1px solid #cccccc;
}

.order-info .contents {
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.order-info dd {
	margin: 10px 0 20px 0;
	font-size: 1.2rem;
	line-height: 1.6em;
}

.order-info dd strong {
	color: #ff0000;
	font-weight: normal;
}

.order-info footer .contact {
	float: left;
	font-size: 1.4rem;
	line-height: 2.4em;
}

.order-info footer .contact strong {
	font-family: "Lusitana";
	font-size: 2.8rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.order-info footer .address {
	float: right;
	font-size: 1.2rem;
	line-height: 2em;
	text-align: right;
}

.order-info footer .address strong {
	line-height: 2em;
	font-size: 1.8rem;
	font-weight: normal;
}

.bnr_bento {
	position: absolute;
	bottom: 6%;
	right: 5%;
	z-index: 10;
	transition: all .3s;
}
.bnr_bento:hover {
	opacity: .9;
}
