@charset 'utf-8';

@import url('vegas.min.css');

#content {
	background-color: #fff;
}

header img,
article img,
footer img{
	max-width: 100%;
	height: auto;
}
.menu-wrap.copy{
	display: none !important;
}
@media only screen and (max-width:750px){
}


/* ------ Slider ------ */
.slick-slider{
	position: relative;
	z-index: 1;
	display: block;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	 -khtml-user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.draggable{
	cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.slick-slider:not(.slick-vertical) .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	overflow: hidden;
	opacity: 1 !important;
}
.slick-slide{
	height: auto;
	min-height: 1px;
	opacity: 1 !important;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	height: auto;
}
.slick-arrow.slick-hidden{
	display: none;
}
.slick-prev:hover,
.slick-next:hover{
	color: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
	opacity: 0.25;
}
.slide-dots{
	text-align: center;
}
.slick-dots{
	line-height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	display: inline-block;
	width: auto;
	height: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-align: center;
	vertical-align: top;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
}
.slick-dots li button{
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
	border-radius: 0;
	background-color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before{
	background-color: #7f7f7f;
}



/* =========================================================
vegas
========================================================= */
.vegas-container{
	position: fixed !important;
	z-index: 0;
	top: 0;
	left: 0;
	width: calc(100% - 120px) !important;
	height: 100% !important;
}
.vegas-overlay{
	background-color: rgba(0, 0, 0, 0.2);
	background-image: none !important;
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
}
#vegas{
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:750px){
	.vegas-container{
		width: calc(100% - 1.2rem) !important;
	}
}


/* =========================================================
section
========================================================= */
section{
	position: relative;
	z-index: 1;
}
section:not(#top_home){
	z-index: 2;
	background-color: #fff;
}


/* =========================================================
Loading
========================================================= */
@keyframes load_preloader{
	0%{
		background-color: rgba(255, 255, 255, 1);
		z-index: 10000;
	}
	80%{
		background-color: rgba(255, 255, 255, 1);
		z-index: 10000;
	}
	100%{
		background-color: transparent;
		z-index: -1;
	}
}
@keyframes load_logo{
	0%{
		opacity: 0;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}
	40%{
		opacity: 1;
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	70%{
		opacity: 1;
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	100%{
		opacity: 0;
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
#preloader{
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	will-change: transform;
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
}
#preloader.loading{
	-webkit-animation: load_preloader 2.5s linear both 1s;
	        animation: load_preloader 2.5s linear both 1s;
}
#preloader .bg{
	width: 100%;
	height: 100%;
	background-image: url(../../img/home/loading.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	-webkit-animation: load_logo 3.5s linear both;
	        animation: load_logo 3.5s linear both;
}
/*
#preloader picture{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	left: 0;
	width: 218px;
	height: 238px;
	margin: -119px auto 0;
	-webkit-animation: load_logo 2s linear both;
	        animation: load_logo 2s linear both;
	opacity: 0;
}
*/
@media only screen and (max-width:750px){
/*
	#preloader picture{
		width: 3.5rem !important;
		height: 3.82rem !important;
		margin: -1.91rem auto 0;
	}
*/
	#preloader .bg{
		background-size: 80% auto;
	}
}


/* =========================================================
top_home
========================================================= */
#top_home{
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(100% - 120px);
	height: 100%;
	vertical-align: top;
	background-color: transparent;
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px){
	#top_home{
		width: calc(100% - 1.2rem);
	}
}


/* =========================================================
news
========================================================= */
#news{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0.6);
}
#news h2{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	width: 120px;
	height: 100%;
	padding: 20px 20px 20px 18px;
	white-space: nowrap;
	color: #fff;
}
@media only screen and (max-width: 750px){
	#news{
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		height: 1.7rem;
		padding: 0.2rem 0.25rem;
	}
	#news h2{
		width: auto;
		height: auto;
		padding: 0;
		order: 1;
		letter-spacing: 0.03em;
	}
}

/* =========================================================
news_slider
========================================================= */
#news_slider {
	width: calc(100% - 260px);
}
#news_slider .slider .slick-slide .link {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	height: 70px;
}
#news_slider .slider .slick-slide .link .date {
	color: #fff;
	font-size: 1em;
	margin-right: 27px;
	white-space: nowrap;
}
#news_slider .slider .slick-slide .link .title {
	color: #fff;
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
#news .btn_area {
	width: 135px;
	height: 70px;
	margin: 0 0 0 auto;
	padding: 18px 18px 20px 20px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
}
#news .btn_area .btn_def *{
	color: #fff;
	white-space: nowrap;
}
@media only screen and (max-width: 750px){
	#news_slider {
		width: calc(100% - 0.5rem);
		order: 3;
		position: absolute;
		left: 0.25rem;
		bottom: 0.6rem;
		z-index: 1;
	}
	#news_slider .slider .slick-slide .link {
		height: auto;
	}
	#news_slider .slider .slick-slide .link .date {
		margin-right: 0.2rem;
	}
	#news_slider .slider .slick-slide .link .title {
		color: #fff;
		font-size: 1em;
	}
	#news .btn_area {
		width: auto;
		height: auto;
		padding: 0;
		order: 2;
		margin: 0 0 0 auto;
	}
	#news .btn_area .btn_def{
		padding-top: 0.08rem;
	}
}


/* =========================================================
corona_info
========================================================= */
#corona_info {
	background-color: #000000 !important;
}
#corona_info .inner{
	padding-top: 114px;
	background-color: #000000;
	padding-bottom: 122px;
}
#corona_info .inner * {
	color: #fff;
}
#corona_info .inner h2 {
	text-align: center;
	margin-bottom: 27px;
}
#corona_info .inner .txt_bloc {
	padding-bottom: 29px;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 24px;
}
#corona_info .inner .txt_bloc:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#corona_info .inner .txt_bloc p {
	line-height: 1.7em;
	text-align: center;
}
#corona_info .inner .txt_bloc p.owner {
	margin-top: 28px;
}
@media only screen and (max-width: 750px){
	#corona_info .inner {
		padding-top: 1.1rem;
		padding-bottom: 1.2rem;
	}
	#corona_info .inner h2 {
		margin-bottom: 0.22rem;
	}
	#corona_info .inner .txt_bloc {
		padding-bottom: 0.3rem;
		margin-bottom: 0.25rem;
	}
	#corona_info .inner .txt_bloc p {
		line-height: 1.4em;
	}
	#corona_info .inner .txt_bloc p.owner {
		margin-top: 0.2rem;
	}
}

/* =========================================================
about
========================================================= */
#about {
}
#about .inner {
	padding-top: 117px;
	padding-bottom: 120px;
}
#about .inner h2 {
	text-align: center;
	margin-bottom: 27px;
}
#about .inner .txt_bloc p {
	line-height: 1.7em;
	text-align: center;
}
#about .bg {
	background-color: #fff;
	background-image: var(--about_bg-pc);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	width: 100%;
	height: 420px;
}
@media only screen and (max-width: 750px){
	#about .inner {
		padding-top: 1.1rem;
		padding-bottom: 1.2rem;
	}
	#about .inner h2 {
		margin-bottom: 0.22rem;
	}
	#about .inner .txt_bloc p {
		line-height: 1.4em;
	}
	#about .bg {
		background-image: var(--about_bg-sp);
		height: 2.5rem;
	}
	#about .bg.jarallax [id^=jarallax-container],
	#about .bg.jarallax [id^=jarallax-container] div{
		display: none;
	}
}


/* =========================================================
store
========================================================= */
#store {
}
#store .inner {
	padding-top: 54px;
	padding-bottom: 60px;
}
#store .inner h2 {
	text-align: center;
	margin-bottom: 24px;
}
#store .inner .txt_bloc p {
	line-height: 1.7em;
	text-align: center;
}
#store .inner .txt_bloc .btn_area {
	margin-top: 28px;
}
#store .inner .txt_bloc .btn_area .btn_def {
}
@media only screen and (max-width: 750px){
	#store .inner {
		padding-top: 0.5rem;
		padding-bottom: 0.6rem;
	}
	#store .inner h2 {
		margin-bottom: 0.25rem;
	}
	#store .inner .txt_bloc p {
		line-height: 1.4em;
	}
	#store .inner .txt_bloc .btn_area {
		margin-top: 0.58rem;
	}
}


/* =========================================================
store_ticker
========================================================= */
#store_ticker{
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 100%;
}
#store_ticker .slider{
	width: 100%;
	height: 160px;
}
#store_ticker .slick-slide {
	margin: 0 15px;
}
#store_ticker .slick-slide,
#store_ticker .slick-slide img{
	position: relative;
	width: 160px;
	height: 160px;
}
@media only screen and (max-width: 750px){
	#store_ticker{
	}
	#store_ticker .slider{
		height: 1.6rem;
	}
	#store_ticker .slick-slide {
		margin: 0 0.15rem;
	}
	#store_ticker .slick-slide,
	#store_ticker .slick-slide .img{
		width: 1.6rem;
		height: 1.6rem;
	}
}


/* =========================================================
cuisine
========================================================= */
#cuisine {
}
#cuisine .inner {
	padding-top: 115px;
	padding-bottom: 60px;
}
#cuisine .inner h2 {
	text-align: center;
	margin-bottom: 24px;
}
#cuisine .inner .txt_bloc p {
	line-height: 1.7em;
	text-align: center;
}
#cuisine .inner .txt_bloc .btn_area {
	margin-top: 28px;
}
@media only screen and (max-width: 750px){
	#cuisine .inner {
		padding-top: 1.1rem;
		padding-bottom: 0.6rem;
	}
	#cuisine .inner h2 {
		margin-bottom: 0.25rem;
	}
	#cuisine .inner .txt_bloc p {
		line-height: 1.4em;
	}
	#cuisine .inner .txt_bloc .btn_area {
		margin-top: 0.58rem;
	}
}


/* =========================================================
cuisine_slider
========================================================= */
#cuisine_slider {
}
#cuisine_slider .slider {
}
#cuisine_slider .slider .slick-slide {
	margin:0 15px;
}
#cuisine_slider .slider .slick-slide a {
	display: block;
}
#cuisine_slider .slide-dots{
}
@media print, screen and (min-width: 751px){
	#cuisine_slider .slick-slide picture{
		filter: blur(10px);
		-webkit-transition: filter 0.5s ease 2s;
		        transition: filter 0.5s ease 2s;
	}
	#cuisine_slider .slick-slide:not(.slick-current) picture{
		-webkit-transition: filter 0.5s ease 0s;
		        transition: filter 0.5s ease 0s;
	}
	#cuisine_slider .slick-slide.slick-current picture{
		filter: blur(0);
	}
}
@media only screen and (max-width: 750px){
	#cuisine_slider .slider .slick-slide {
		margin:0 0.25rem;
	}
	#cuisine_slider .slider .slick-slide a * {
		width: 100% !important;
		height: auto !important;
	}
}


/* =========================================================
room
========================================================= */
#room {
}
#room .inner {
	padding-top: 115px;
	padding-bottom: 60px;
}
#room .inner h2 {
	text-align: center;
	margin-bottom: 24px;
}
#room .inner .txt_bloc p {
	line-height: 1.7em;
	text-align: center;
}
@media only screen and (max-width: 750px){
	#room .inner {
		padding-top: 1.1rem;
		padding-bottom: 0.6rem;
	}
	#room .inner h2 {
		margin-bottom: 0.25rem;
	}
	#room .inner .txt_bloc p {
		line-height: 1.4em;
	}
}


/* =========================================================
room_slider
========================================================= */
@media print, screen and (min-width: 751px){
	#room_slider {
	}
	#room_slider .slider {
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		        flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		opacity: 1 !important;
	}
	#room_slider .slider div {
		width: 31.64%;
	}
	#room_slider .slider div:nth-child(2) {
		margin: 0 2.54%;
	}
	#room_slider .slider div a {
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		        align-items: center;
		-webkit-align-items: center;
		width: 100%;
	}
	#room_slider .slider div a .img {
		width: 100%;
		margin-bottom: 23px;
	}
	#room_slider .slider div a .img *{
		width: 100%;
	}
	#room_slider .slider div a h3 {
		margin-bottom: 23px;
	}
	#room_slider .slider div a .btn_def {
		width: auto;
	}
	#room_slider .slider div a .btn_def i {
	}
}
@media only screen and (max-width: 750px){
	#room_slider {
	}
	#room_slider .slider {
	}
	#room_slider .slider .slick-slide {
		margin: 0 0.15rem;
	}
	#room_slider .slider .slick-slide a {
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		        align-items: center;
		-webkit-align-items: center;
		width: 100%;
	}
	#room_slider .slider .slick-slide a .img {
		width: 100%;
		margin-bottom: 0.21rem;
	}
	#room_slider .slider .slick-slide a .img *{
		height: 2.8rem;
	}
	#room_slider .slider .slick-slide a h3 {
		margin-bottom: 0.2rem;
	}
	#room_slider .slider .slick-slide a .btn_def {
		width: auto;
	}
	#room_slider .slider .slick-slide a .btn_def i {
	}
}


/* =========================================================
instagram
========================================================= */
#instagram {
}
#instagram .inner {
	padding-top: 116px;
}
#instagram .inner a {
}
#instagram .inner a h2 {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 56px;
}
#instagram .inner .feed {
}
#instagram #sb_instagram #sbi_images{
}
@media print, screen and (min-width: 751px){
	#instagram .inner a h2 span{
		letter-spacing: 0.03em;
		margin-right: -3px;
	}
	#instagram .inner a h2 i{
		font-size: 24px;
		margin-right: 13px;
	}
	#instagram #sb_instagram #sbi_images .sbi_item{
		width: 15.7% !important;
		margin-left: 1.16% !important;
	}
	#instagram #sb_instagram #sbi_images .sbi_item:nth-child(7),
	#instagram #sb_instagram #sbi_images .sbi_item:nth-child(8),
	#instagram #sb_instagram #sbi_images .sbi_item:nth-child(9){
		display: none;
	}
	#instagram #sb_instagram #sbi_images .sbi_item:first-child{
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 750px){
	#instagram .inner {
		padding: 1.2rem 0.15rem 1.8rem;
	}
	#instagram .inner a h2 {
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		        justify-content: center;
		        flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		        align-items: center;
		-webkit-align-items: center;
		margin-bottom: 0.6rem;
	}
	#instagram .inner a h2 i{
		font-size: 0.38rem;
		margin-right: 0.1rem;
	}
	#instagram .inner .feed {
	}
	#instagram #sb_instagram #sbi_images .sbi_item{
		width: 30% !important;
		margin: 0.2rem 1.666% 0 !important;
	}
	#instagram #sb_instagram #sbi_images .sbi_item:nth-child(-n+3){
		margin-top: 0 !important;
	}
}
