@charset "UTF-8";
/*************************************************************
/ tpl
/************************************************************/
.tpl-inner-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.tpl-inner-wrap {
		width: 100%;
	}
}

.main-content {
	text-align: center;
	color: #333;
}

/*************************************************************
/ loading
/************************************************************/
.preload {
	display: none;
}

.loading {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-position: center;
	background-size: cover;
	position: fixed;
	z-index: 200;
}

.loading::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background: #000;
	z-index: 20;
	opacity: 0;
}

.loading .logo {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 17.14286%;
	min-width: 240px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 0;
	opacity: 0;
	font-size: 3.57143vw;
}

@media only screen and (max-width: 1400px) {
	.loading .logo {
		font-size: 50px;
	}
}

@media only screen and (max-width: 750px) {
	.loading .logo {
		min-width: 0;
		width: 48vw;
		font-size: 10vw;
	}
}

.loading-f1 .loading .logo {
	transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
	opacity: 1;
}

.loading .logo .warp {
	position: relative;
	height: 1em;
}

.loading .logo .warp span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	background: url(../img/loading/loading-logo-warp.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 0;
	filter: blur(0.5em);
}

.loading .logo .warp span:nth-of-type(1) {
	clip: rect(0, 999px, 0.11em, 0);
	transform: scale(1.5, 0.3) translate3d(10%, 0, 0);
	animation-duration: 0.7s !important;
	animation-delay: 0.1s !important;
}

.loading .logo .warp span:nth-of-type(2) {
	clip: rect(0.1em, 999px, 0.31em, 0);
	transform: scale(1.5, 0.3) translate3d(-30%, 0, 0);
	animation-duration: 0.7s !important;
	animation-delay: 0.2s !important;
}

.loading .logo .warp span:nth-of-type(3) {
	clip: rect(0.3em, 999px, 0.41em, 0);
	transform: scale(1.5, 0.3) translate3d(10%, 0, 0);
	animation-duration: 0.8s !important;
	animation-delay: 0.1s !important;
}

.loading .logo .warp span:nth-of-type(4) {
	clip: rect(0.4em, 999px, 0.61em, 0);
	transform: scale(1.5, 0.3) translate3d(60%, 0, 0);
	animation-duration: 0.8s !important;
	animation-delay: 0.2s !important;
}

.loading .logo .warp span:nth-of-type(5) {
	clip: rect(0.6em, 999px, 0.86em, 0);
	transform: scale(1.5, 0.3) translate3d(-60%, 0, 0);
	animation-duration: 0.6s !important;
	animation-delay: 0.1s !important;
}

.loading .logo .warp span:nth-of-type(6) {
	clip: rect(0.85em, 999px, 1.01em, 0);
	transform: scale(1.5, 0.3) translate3d(20%, 0, 0);
	animation-duration: 0.7s !important;
	animation-delay: 0.2s !important;
}

.loading-f2 .loading .logo .warp span {
	animation: warp-logo forwards cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes warp-logo {
	80% {
		opacity: 1;
		filter: blur(0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

.loading-f3 .loading .logo .warp span {
	clip: auto;
}

.loading-f3 .loading .logo .warp span:not(:first-child) {
	display: none;
}

.loading .logo .name {
	margin: 8% auto 0;
}

.loading .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
	.loading .bg {
		min-width: 180vw;
	}
}

.loading .bg > span {
	position: absolute;
	background: no-repeat 50% 50%;
	background-size: cover;
	opacity: 0;
}

.loading .bg > span:nth-of-type(1) {
	background-image: url(../img/loading/loading-bg-01-b.png);
	left: 50%;
	top: 50%;
	width: 43.5%;
	padding-top: 38.14286%;
	margin-left: -10.71429%;
	margin-top: 5.71429%;
}

.loading .bg > span:nth-of-type(2) {
	background-image: url(../img/loading/loading-bg-01-t.png);
	left: 50%;
	top: 50%;
	width: 43.5%;
	padding-top: 38.14286%;
	margin-left: -10.71429%;
	margin-top: 5.71429%;
}

.loading .bg > span:nth-of-type(3) {
	background-image: url(../img/loading/loading-bg-02-b.png);
	left: 50%;
	top: 50%;
	width: 38.85714%;
	padding-top: 44.42857%;
	margin-left: -46.07143%;
	margin-top: -27.85714%;
}

.loading .bg > span:nth-of-type(4) {
	background-image: url(../img/loading/loading-bg-02-t.png);
	left: 50%;
	top: 50%;
	width: 38.85714%;
	padding-top: 44.42857%;
	margin-left: -46.07143%;
	margin-top: -27.85714%;
}

.loading .bg > span:nth-of-type(5) {
	background-image: url(../img/loading/loading-bg-03-b.png);
	left: 50%;
	top: 50%;
	width: 49.42857%;
	padding-top: 43.35714%;
	margin-left: 20%;
	margin-top: -43.92857%;
}

.loading .bg > span:nth-of-type(6) {
	background-image: url(../img/loading/loading-bg-03-t.png);
	left: 50%;
	top: 50%;
	width: 49.42857%;
	padding-top: 43.35714%;
	margin-left: 20%;
	margin-top: -43.92857%;
}

.loading .bg > span:nth-of-type(7) {
	background-image: url(../img/loading/loading-bg-04-b.png);
	left: 50%;
	top: 50%;
	width: 30.92857%;
	padding-top: 35.35714%;
	margin-left: -55.92857%;
	margin-top: -41.64286%;
}

.loading .bg > span:nth-of-type(8) {
	background-image: url(../img/loading/loading-bg-04-t.png);
	left: 50%;
	top: 50%;
	width: 30.92857%;
	padding-top: 35.35714%;
	margin-left: -55.92857%;
	margin-top: -41.64286%;
}

.loading .bg > span:nth-of-type(9) {
	background-image: url(../img/loading/loading-bg-05-b.png);
	left: 50%;
	top: 50%;
	width: 33.5%;
	padding-top: 38.28571%;
	margin-left: -50.35714%;
	margin-top: 8.28571%;
}

.loading .bg > span:nth-of-type(10) {
	background-image: url(../img/loading/loading-bg-05-t.png);
	left: 50%;
	top: 50%;
	width: 33.5%;
	padding-top: 38.28571%;
	margin-left: -50.35714%;
	margin-top: 8.28571%;
}

.loading .bg > span:nth-of-type(11) {
	background-image: url(../img/loading/loading-bg-05-b.png);
	left: 50%;
	top: 50%;
	width: 30.92857%;
	padding-top: 35.35714%;
	margin-left: 5.71429%;
	margin-top: -46.78571%;
}

.loading .bg > span:nth-of-type(12) {
	background-image: url(../img/loading/loading-bg-05-t.png);
	left: 50%;
	top: 50%;
	width: 30.92857%;
	padding-top: 35.35714%;
	margin-left: 5.71429%;
	margin-top: -46.78571%;
}

.loading .bg > span:nth-of-type(13) {
	background-image: url(../img/loading/loading-bg-01-b.png);
	left: 50%;
	top: 50%;
	width: 43.5%;
	padding-top: 38.14286%;
	margin-left: 18.57143%;
	margin-top: 8.57143%;
}

.loading .bg > span:nth-of-type(14) {
	background-image: url(../img/loading/loading-bg-01-t.png);
	left: 50%;
	top: 50%;
	width: 43.5%;
	padding-top: 38.14286%;
	margin-left: 18.57143%;
	margin-top: 8.57143%;
}

.loading .bg > span:nth-of-type(15) {
	background-image: url(../img/loading/loading-bg-03-b.png);
	left: 50%;
	top: 50%;
	width: 49.42857%;
	padding-top: 43.35714%;
	margin-left: -15.71429%;
	margin-top: -75%;
}

.loading .bg > span:nth-of-type(16) {
	background-image: url(../img/loading/loading-bg-03-t.png);
	left: 50%;
	top: 50%;
	width: 49.42857%;
	padding-top: 43.35714%;
	margin-left: -15.71429%;
	margin-top: -75%;
}

.loading .bg > span:nth-of-type(17) {
	background-image: url(../img/loading/loading-bg-01-t.png);
	left: 50%;
	top: 50%;
	width: 43.5%;
	padding-top: 38.14286%;
	margin-left: -71.42857%;
	margin-top: 39.28571%;
}

.loading .bg > span:nth-of-type(18) {
	background-image: url(../img/loading/loading-bg-02-t.png);
	left: 50%;
	top: 50%;
	width: 38.85714%;
	padding-top: 44.42857%;
	margin-left: 21.42857%;
	margin-top: -89.28571%;
}

.loading .bg > span:nth-of-type(19) {
	background-image: url(../img/loading/loading-bg-03-t.png);
	left: 50%;
	top: 50%;
	width: 49.42857%;
	padding-top: 43.35714%;
	margin-left: -142.85714%;
	margin-top: 39.28571%;
}

.loading .bg > span:nth-of-type(20) {
	background-image: url(../img/loading/loading-bg-04-t.png);
	left: 50%;
	top: 50%;
	width: 30.92857%;
	padding-top: 35.35714%;
	margin-left: 57.14286%;
	margin-top: -67.85714%;
}

.loading .bg > span:nth-of-type(odd) {
	transform: translate3d(300%, -300%, 0);
	filter: blur(20px);
	z-index: 10;
}

.loading .bg > span:nth-of-type(even) {
	transform: translate3d(-300%, 300%, 0);
	filter: blur(5px);
	z-index: 1;
}

.loading .bg > span:nth-of-type(n+17) {
	filter: blur(0);
}

.loading-f2 .loading .bg > span {
	animation: line-fall forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loading-f2 .loading .bg > span:nth-of-type(odd) {
	animation-duration: 2s;
}

.loading-f2 .loading .bg > span:nth-of-type(even) {
	animation-duration: 2.2s;
}

.loading-f2 .loading .bg > span:nth-of-type(n+17) {
	animation-duration: 1.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(1) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(2) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(3) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(4) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(5) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(6) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(7) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(8) {
	animation-delay: 0.3s;
}

.loading-f2 .loading .bg > span:nth-of-type(9) {
	animation-delay: 0.5s;
}

.loading-f2 .loading .bg > span:nth-of-type(10) {
	animation-delay: 0.5s;
}

.loading-f2 .loading .bg > span:nth-of-type(11) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(12) {
	animation-delay: 0.3s;
}

.loading-f2 .loading .bg > span:nth-of-type(13) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(14) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(15) {
	animation-delay: 0.3s;
}

.loading-f2 .loading .bg > span:nth-of-type(16) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(17) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(18) {
	animation-delay: 0.6s;
}

.loading-f2 .loading .bg > span:nth-of-type(19) {
	animation-delay: 0.4s;
}

.loading-f2 .loading .bg > span:nth-of-type(20) {
	animation-delay: 0.4s;
}

@keyframes line-fall {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

.loading-complete .loading {
	transition: 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s;
	opacity: 0;
	pointer-events: none;
}

.loading-complete .loading::after {
	transition: 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 1;
}

.loading-skip .loading {
	display: none;
}

/*************************************************************
/ sec-kv
/************************************************************/
#sec-kv {
	height: calc(100vh - 70px);
	min-height: 600px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 750px) {
	#sec-kv {
		height: 150.66667vw;
		min-height: 133.33333vw;
	}
}

#sec-kv .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	#sec-kv .bg {
		bottom: 16vw;
	}
}

#sec-kv .bg::before, #sec-kv .bg::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -5;
}

#sec-kv .bg::before {
	bottom: 50%;
	background-image: url(../img/sec-kv/kv-bg-01-pc.jpg);
	background-position: 50% 40%;
}

@media only screen and (max-width: 750px) {
	#sec-kv .bg::before {
		background-image: url(../img/sec-kv/kv-bg-01-sp.jpg);
	}
}

#sec-kv .bg::after {
	top: 50%;
	background-image: url(../img/sec-kv/kv-bg-02-pc.jpg);
	background-position: 50% 100%;
}

@media only screen and (max-width: 750px) {
	#sec-kv .bg::after {
		background-image: url(../img/sec-kv/kv-bg-02-sp.jpg);
	}
}

#sec-kv .inner-wrap {
	position: relative;
	height: 100%;
}

@media only screen and (max-width: 750px) {
	#sec-kv .inner-wrap {
		height: calc(100% - 16vw);
	}
}

#sec-kv .inner-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background: url(../img/sec-kv/kv-moon.png) no-repeat 50% 48%;
	background-size: auto 50%;
}

@media only screen and (max-width: 750px) {
	#sec-kv .inner-wrap::before {
		background-size: 51.33333vw auto;
	}
}

#sec-kv .inner-wrap::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background: url(../img/sec-kv/kv-hotel.png?v=2) no-repeat 50% 100%;
	background-size: auto 22.2093%;
	bottom: -0.23256%;
}

@media only screen and (max-width: 750px) {
	#sec-kv .inner-wrap::after {
		background-size: 30.66667vw auto;
	}
}

#sec-kv .inner-wrap .lead {
	position: absolute;
	height: 44.88372%;
	min-height: 386px;
	max-height: 450px;
	top: 50%;
	transform: translateY(-50%);
	right: 10.71429%;
}

@media only screen and (max-width: 750px) {
	#sec-kv .inner-wrap .lead {
		height: 60.66667vw;
		min-height: 0;
		right: 5.33333vw;
	}
}

#sec-kv .inner-wrap .lead img {
	height: 100%;
	width: auto;
}

#sec-kv .inner-wrap .ttl {
	position: absolute;
	width: 100%;
	height: 7.2093%;
	min-height: 62px;
	top: 66%;
	z-index: 10;
}

@media only screen and (max-width: 750px) {
	#sec-kv .inner-wrap .ttl {
		top: 65%;
		height: auto;
		min-height: 0;
	}
}

#sec-kv .inner-wrap .ttl img {
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	#sec-kv .inner-wrap .ttl img {
		width: 49.33333vw;
		height: auto;
	}
}

#sec-kv .open {
	background: #f5f5f5;
	padding: 5.33333vw;
}

/*************************************************************
/ sec-concept
/************************************************************/
#sec-concept {
	background: url(../img/sec-concept/concept-bg-pc.jpg) no-repeat 50% 50% #FFF;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	height: 900px;
	color: #595656;
}

@media only screen and (max-width: 750px) {
	#sec-concept {
		background-image: url(../img/sec-concept/concept-bg-sp.jpg);
		height: 173.33333vw;
	}
}

#sec-concept .cap {
	width: 210px;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	#sec-concept .cap {
		width: 36.66667vw;
	}
}

#sec-concept .ttl {
	font-size: 34px;
	font-weight: 300;
	margin: 0.8em auto 1em;
}

@media only screen and (max-width: 750px) {
	#sec-concept .ttl {
		font-size: 21px;
		font-size: 5.6vw;
		margin: 0.8em auto;
	}
}

#sec-concept .lead {
	font-size: 18px;
	line-height: 2;
}

@media only screen and (max-width: 750px) {
	#sec-concept .lead {
		font-size: 13px;
		font-size: 3.46667vw;
		line-height: 1.8;
	}
}

/*************************************************************
/ warp-bg
/************************************************************/
.warp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 100%;
	z-index: -100;
	pointer-events: none;
	background-color: #000;
}

.warp-bg li {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	z-index: -20;
	opacity: 0;
}

.loading-complete .warp-bg li {
	animation: warp-bg 12s linear infinite;
}

.warp-bg li:nth-of-type(1) {
	background-image: url(../img/sec-warp/warp-bg-01.jpg?v=2);
	background-position: 50% 0%;
}

.warp-bg li:nth-of-type(2) {
	background-image: url(../img/sec-warp/warp-bg-02.jpg?v=2);
	animation-delay: -6s;
	background-position: 50% 50%;
}

.warp-bg li:nth-of-type(3) {
	background-image: url(../img/sec-warp/warp-bg-03.jpg?v=2);
	animation-delay: -3s;
	background-position: 50% 100%;
}

@keyframes warp-bg {
	0% {
		opacity: 0;
		z-index: -10;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		z-index: -20;
	}
	100% {
		opacity: 0;
		z-index: -10;
	}
}

/*************************************************************
/ sec-warp
/************************************************************/
#sec-warp {
	background-color: transparent;
	padding: 100px 0 180px;
	color: #FFF;
}

@media only screen and (max-width: 750px) {
	#sec-warp {
		padding: 16vw 0;
	}
}

#sec-warp .ttl {
	font-size: 36px;
	font-weight: 300;
	margin: 0 auto 1em;
}

@media only screen and (max-width: 750px) {
	#sec-warp .ttl {
		font-size: 21px;
		font-size: 5.6vw;
		margin: 0.8em auto;
	}
}

#sec-warp .lead {
	font-size: 18px;
	line-height: 2;
	padding-left: 0.8em;
}

@media only screen and (max-width: 750px) {
	#sec-warp .lead {
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

#sec-warp .column-wrap {
	margin-top: 80px;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap {
		margin-top: 13.33333vw;
	}
}

@media only screen and (min-width: 751px) {
	#sec-warp .column-wrap + .column-wrap {
		margin-top: 160px;
	}
}

#sec-warp .column-wrap .carousel-column {
	position: relative;
	width: 800px;
	padding-bottom: 40px;
	z-index: 10;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .carousel-column {
		width: 100%;
		padding-bottom: 8vw;
	}
	#sec-warp .column-wrap .carousel-column .single {
		margin-bottom: -8vw;
	}
}

#sec-warp .column-wrap .carousel-column .warp-carousel {
	background: #000;
}

#sec-warp .column-wrap .slick-arrow {
	position: absolute;
	bottom: -40px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	font-size: 0;
	text-indent: -200%;
	background: #FFF no-repeat 50% 50%;
	background-size: auto 11px;
	z-index: 100;
	transition: 0.5s;
}

#sec-warp .column-wrap .slick-arrow.slick-prev {
	background-image: url(../img/icon-arrow-prev-bk.png);
}

#sec-warp .column-wrap .slick-arrow.slick-next {
	background-image: url(../img/icon-arrow-next-bk.png);
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .slick-arrow {
		width: 16vw;
		height: 16vw;
		bottom: -8vw;
		background-size: auto 3.2vw;
	}
}

.is-pc #sec-warp .column-wrap .slick-arrow:hover {
	background-color: #f4f4f4;
}

#sec-warp .column-wrap .slick-dots {
	position: absolute;
	bottom: -20px;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .slick-dots {
		bottom: -5.33333vw;
	}
}

#sec-warp .column-wrap .slick-dots li {
	display: inline-block;
}

#sec-warp .column-wrap .slick-dots li button {
	width: 120px;
	height: 2px;
	font-size: 0;
	text-indent: -200%;
	background: #666;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .slick-dots li button {
		width: 16vw;
	}
}

#sec-warp .column-wrap .slick-dots li.slick-active button {
	background: #FFF;
}

#sec-warp .column-wrap .slick-dots li + li {
	margin-left: 2px;
}

#sec-warp .column-wrap .txt-column {
	background: #000;
	text-align: left;
	height: 520px;
	margin-top: -520px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .txt-column {
		display: block;
		height: auto;
		margin-top: -8vw;
	}
}

#sec-warp .column-wrap .txt-column > * {
	width: 100%;
	min-height: 0;
}

#sec-warp .column-wrap .txt-column .cap img {
	width: auto;
	height: 16px;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .txt-column .cap img {
		height: 4vw;
	}
}

#sec-warp .column-wrap .txt-column .col-ttl {
	font-size: 26px;
	margin-top: 0.7em;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .txt-column .col-ttl {
		font-size: 20px;
		font-size: 5.33333vw;
	}
}

#sec-warp .column-wrap .txt-column .col-txt {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .txt-column .col-txt {
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

@media only screen and (min-width: 751px) {
	#sec-warp .column-wrap:nth-of-type(odd) .carousel-column {
		margin-left: -100px;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .txt-column {
		margin-left: 50px;
		padding: 0 50px 0 710px;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .slick-prev {
		left: 150px;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .slick-next {
		left: 230px;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .slick-dots {
		right: 0;
	}
	#sec-warp .column-wrap:nth-of-type(even) .carousel-column {
		margin-left: auto;
		margin-right: -100px;
	}
	#sec-warp .column-wrap:nth-of-type(even) .txt-column {
		margin-right: 50px;
		padding: 0 710px 0 50px;
	}
	#sec-warp .column-wrap:nth-of-type(even) .slick-prev {
		right: 230px;
	}
	#sec-warp .column-wrap:nth-of-type(even) .slick-next {
		right: 150px;
	}
	#sec-warp .column-wrap:nth-of-type(even) .slick-dots {
		left: 0;
	}
}

@media only screen and (max-width: 750px) {
	#sec-warp .column-wrap .txt-column {
		padding: 21.33333vw 5.33333vw 13.33333vw;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .slick-prev {
		left: 0;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .slick-next {
		left: 16vw;
	}
	#sec-warp .column-wrap:nth-of-type(odd) .slick-dots {
		right: 5.33333vw;
	}
	#sec-warp .column-wrap:nth-of-type(even) .slick-prev {
		right: 16vw;
	}
	#sec-warp .column-wrap:nth-of-type(even) .slick-next {
		right: 0;
	}
	#sec-warp .column-wrap:nth-of-type(even) .slick-dots {
		left: 5.33333vw;
	}
}

/*************************************************************
/ detail-wrap
/************************************************************/
.detail-wrap {
	position: relative;
	background: #FFF;
}

.detail-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background: url(../img/detail-bg.png) no-repeat 50% 0;
	background-size: cover;
}

@media only screen and (min-width: 751px) {
	.detail-wrap::before {
		top: 20px;
		left: 20px;
		bottom: 20px;
		right: 20px;
	}
}

/*************************************************************
/ sec-rooms
/************************************************************/
#sec-rooms {
	padding-top: 100px;
	color: #333;
}

@media only screen and (max-width: 750px) {
	#sec-rooms {
		padding-top: 16vw;
	}
}

#sec-rooms .tpl-inner-wrap {
	width: auto;
}

#sec-rooms .ttl img {
	height: 34px;
	width: auto;
}

@media only screen and (max-width: 750px) {
	#sec-rooms .ttl img {
		height: 5.33333vw;
	}
}

#sec-rooms .lead {
	font-size: 16px;
	line-height: 2;
	margin-top: 2.5em;
}

@media only screen and (max-width: 750px) {
	#sec-rooms .lead {
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

/*************************************************************
/ sec-restaurant
/************************************************************/
#sec-restaurant {
	padding-top: 100px;
	color: #333;
}

@media only screen and (max-width: 750px) {
	#sec-restaurant {
		padding-top: 16vw;
	}
}

#sec-restaurant .tpl-inner-wrap {
	width: auto;
}

#sec-restaurant .ttl img {
	height: 34px;
	width: auto;
}

@media only screen and (max-width: 750px) {
	#sec-restaurant .ttl img {
		height: 5.33333vw;
	}
}

#sec-restaurant .lead-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	flex-direction: row;
	margin: 50px auto 0;
}

@media only screen and (max-width: 750px) {
	#sec-restaurant .lead-wrap {
		display: block;
		margin-top: 9.33333vw;
	}
}

#sec-restaurant .lead {
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

@media only screen and (max-width: 750px) {
	#sec-restaurant .lead {
		font-size: 13px;
		font-size: 3.46667vw;
		text-align: center;
	}
}

#sec-restaurant .restaurant-logo {
	width: 181px;
	margin-right: 50px;
}

@media only screen and (max-width: 750px) {
	#sec-restaurant .restaurant-logo {
		width: 42.66667vw;
		margin: 0 auto 5.33333vw;
		padding-right: 5.33333vw;
	}
}

#sec-restaurant .restaurant-btn {
	display: block;
	width: 380px;
	font-size: 22px;
	letter-spacing: 0.1em;
	padding: 0.8em 0 0.9em 0;
	margin: 30px auto 0;
	color: #FFF;
	background: linear-gradient(to bottom, #d95252 0%, #b62323 100%);
	border-radius: 6px;
}

@media only screen and (max-width: 750px) {
	#sec-restaurant .restaurant-btn {
		width: 88vw;
		font-size: 18px;
		font-size: 4.8vw;
		margin-top: 2.66667vw;
	}
}

/*************************************************************
/ detail-carousel
/************************************************************/
.detail-carousel {
	padding: 60px 0;
}

@media only screen and (max-width: 750px) {
	.detail-carousel {
		padding: 8vw 0;
	}
}

.detail-carousel .slick-list {
	overflow: visible;
}

.detail-carousel .slick-arrow {
	position: absolute;
	z-index: 50;
	width: 96px;
	height: 96px;
	background: #000 no-repeat 50% 50%;
	background-size: auto 15px;
	border-radius: 50%;
	font-size: 0;
	text-indent: -200%;
	top: calc(50% - 48px);
	transition: 0.5s;
}

@media only screen and (max-width: 750px) {
	.detail-carousel .slick-arrow {
		width: 16.66667vw;
		height: 16.66667vw;
		top: calc(50% - 9vw);
	}
}

.detail-carousel .slick-arrow.slick-prev {
	background-image: url(../img/icon-arrow-prev-wh.png);
	left: calc(50% - 615px);
}

@media only screen and (max-width: 750px) {
	.detail-carousel .slick-arrow.slick-prev {
		left: -6.66667vw;
		background-position: 65% 50%;
	}
}

.detail-carousel .slick-arrow.slick-next {
	background-image: url(../img/icon-arrow-next-wh.png);
	right: calc(50% - 615px);
}

@media only screen and (max-width: 750px) {
	.detail-carousel .slick-arrow.slick-next {
		right: -6.66667vw;
		background-position: 35% 50%;
	}
}

.is-pc .detail-carousel .slick-arrow:hover {
	background-color: #444;
}

.detail-carousel li {
	width: 1020px;
	transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media only screen and (max-width: 750px) {
	.detail-carousel li {
		width: 89.33333vw;
	}
}

.detail-carousel li .inner {
	margin: 0 -40px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 750px) {
	.detail-carousel li .inner {
		margin: 0;
		box-shadow: 0 2.66667vw 6.66667vw rgba(0, 0, 0, 0.35);
	}
}

.detail-carousel li .slick-center {
	z-index: 20;
}

.detail-carousel li:not(.slick-center) {
	transform: scale(0.8);
	opacity: 0.6;
}

/*************************************************************
/ sec-spots
/************************************************************/
#sec-spots {
	padding: 150px 0 120px;
	color: #333;
}

@media only screen and (max-width: 750px) {
	#sec-spots {
		padding: 26.66667vw 0 16vw;
	}
}

#sec-spots .ttl {
	font-size: 36px;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.8em;
	padding-left: 0.8em;
}

@media only screen and (max-width: 750px) {
	#sec-spots .ttl {
		font-size: 21px;
		font-size: 5.6vw;
	}
}

#sec-spots .column-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 50px;
}

@media only screen and (max-width: 750px) {
	#sec-spots .column-wrap {
		display: block;
		margin: 10.66667vw 5.33333vw 0;
	}
}

#sec-spots .column-wrap .spot-item {
	position: relative;
	width: 340px;
	margin-top: 80px;
	background: #FFF;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	text-align: left;
}

@media only screen and (max-width: 750px) {
	#sec-spots .column-wrap .spot-item {
		width: auto;
		margin-top: 9.33333vw;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
		flex-direction: row;
	}
	#sec-spots .column-wrap .spot-item > * {
		width: 50%;
	}
}

#sec-spots .column-wrap .spot-item .bg-img {
	display: block;
	padding-top: 73.52941%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 750px) {
	#sec-spots .column-wrap .spot-item .bg-img {
		padding-top: 0;
		height: 100%;
	}
}

#sec-spots .column-wrap .spot-item.baybridge .bg-img {
	background-image: url(../img/sec-spots/spots-img-01.jpg);
	background-position: 30% 50%;
}

#sec-spots .column-wrap .spot-item.minatomirai .bg-img {
	background-image: url(../img/sec-spots/spots-img-02.jpg);
	background-position: 20% 50%;
}

#sec-spots .column-wrap .spot-item.akarenga .bg-img {
	background-image: url(../img/sec-spots/spots-img-03.jpg);
	background-position: 20% 50%;
}

#sec-spots .column-wrap .spot-item .detail .name {
	font-size: 20px;
	padding: 20px 30px;
	border-bottom: 1px solid #EEE;
}

@media only screen and (max-width: 750px) {
	#sec-spots .column-wrap .spot-item .detail .name {
		font-size: 13px;
		font-size: 3.46667vw;
		padding: 5.33333vw;
	}
}

#sec-spots .column-wrap .spot-item .detail .txt {
	font-size: 14px;
	padding: 20px 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media only screen and (max-width: 750px) {
	#sec-spots .column-wrap .spot-item .detail .txt {
		font-size: 11px;
		font-size: 2.93333vw;
		padding: 4vw 5.33333vw;
	}
}

#sec-spots .column-wrap .spot-item .detail .dist {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -40px;
	right: -20px;
	background: #000;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 14px;
	line-height: 1.2;
}

@media only screen and (max-width: 750px) {
	#sec-spots .column-wrap .spot-item .detail .dist {
		width: 19.33333vw;
		height: 19.33333vw;
		top: -5.33333vw;
		left: -2.66667vw;
		right: auto;
		font-size: 10px;
		font-size: 2.66667vw;
	}
}

#sec-spots .column-wrap .spot-item .detail .dist em {
	display: inline-block;
	font-style: italic;
	font-size: 2.1em;
	margin-right: 0.1em;
}

/*************************************************************
/ sec-movie
/************************************************************/
#sec-movie {
	padding: 100px 0;
	color: #FFF;
}

@media only screen and (max-width: 750px) {
	#sec-movie {
		padding: 16vw 0;
	}
}

#sec-movie .ttl img {
	height: 34px;
	width: auto;
}

@media only screen and (max-width: 750px) {
	#sec-movie .ttl img {
		height: 5.33333vw;
	}
}

#sec-movie .movie-wrap {
	margin: 60px auto 0;
	width: 900px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 750px) {
	#sec-movie .movie-wrap {
		margin: 8vw 5.33333vw 0;
		width: auto;
		box-shadow: 0 2.66667vw 6.66667vw rgba(0, 0, 0, 0.35);
	}
}

#sec-movie .movie-wrap .movie-btn {
	position: relative;
	display: block;
	padding-top: 55.55556%;
	overflow: hidden;
	background: #000;
}

#sec-movie .movie-wrap .movie-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background: url(../img/sec-movie/movie-th.jpg) no-repeat 50% 50%;
	background-size: cover;
	transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#sec-movie .movie-wrap .movie-btn::after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	border-radius: 50%;
	transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: url(../img/icon-play.png) no-repeat 52% 50%, linear-gradient(to right, #38478b 0%, #5b6197 100%);
	background-size: 20% auto, auto;
}

@media only screen and (max-width: 750px) {
	#sec-movie .movie-wrap .movie-btn::after {
		width: 13.33333vw;
		height: 13.33333vw;
		margin: -6.66667vw 0 0 -6.66667vw;
	}
}

.is-pc #sec-movie .movie-wrap .movie-btn:hover::before {
	transform: scale(1.05);
	opacity: 0.7;
}

.is-pc #sec-movie .movie-wrap .movie-btn:hover::after {
	transform: scale(1.2);
}

/*************************************************************
/ sec-map
/************************************************************/
#sec-map {
	padding: 0 0 100px;
	background-color: #FFF;
	text-align: left;
}

@media only screen and (max-width: 750px) {
	#sec-map {
		padding: 0 0 13.33333vw;
	}
}

#sec-map .map-wrap {
	height: 500px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	#sec-map .map-wrap {
		height: 106.66667vw;
	}
}

#sec-map .map-wrap .iframe-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	top: -46px;
}

#sec-map .map-wrap .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
}

#sec-map .tpl-inner-wrap {
	width: 1100px;
}

@media only screen and (max-width: 750px) {
	#sec-map .tpl-inner-wrap {
		width: auto;
		margin: 0 5.33333vw;
	}
}

#sec-map .address {
	font-size: 20px;
	line-height: 2;
	margin: 80px 0 40px;
}

@media only screen and (max-width: 750px) {
	#sec-map .address {
		font-size: 16px;
		font-size: 4.26667vw;
		margin: 10.66667vw 0 2.66667vw;
	}
}

@media only screen and (min-width: 751px) {
	#sec-map .access {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
		flex-direction: row;
	}
}

#sec-map .access .col {
	padding: 20px 50px;
	border: 0 solid #DDD;
}

@media only screen and (max-width: 750px) {
	#sec-map .access .col {
		width: auto;
		padding: 8vw 0;
	}
}

#sec-map .access .col:not(:first-child) {
	border-width: 0 0 0 1px;
}

@media only screen and (max-width: 750px) {
	#sec-map .access .col:not(:first-child) {
		border-width: 1px 0 0 0;
	}
}

#sec-map .access .col .col-ttl {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0.8em;
}

@media only screen and (max-width: 750px) {
	#sec-map .access .col .col-ttl {
		font-size: 14px;
		font-size: 3.73333vw;
	}
}

#sec-map .access .col ul {
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	#sec-map .access .col ul {
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

#sec-map .access .col ul li {
	line-height: 1.4;
	padding-left: 1em;
	margin-top: 0.5em;
}

#sec-map .access .col ul li::before {
	content: '●';
	display: inline-block;
	color: #999;
	font-size: 0.5em;
	width: 2em;
	vertical-align: 0.2em;
	margin-left: -2em;
}

/*************************************************************
/ btn-totop
/************************************************************/
.btn-totop {
	position: relative;
}

.btn-totop a {
	position: absolute;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -200%;
	margin-top: -50px;
	right: 40px;
}

@media only screen and (max-width: 750px) {
	.btn-totop a {
		width: 17.6vw;
		height: 17.6vw;
		right: 4vw;
		margin-top: -14.66667vw;
	}
}

.btn-totop a::before, .btn-totop a::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	background: no-repeat 50% 50%;
	background-size: contain;
}

.btn-totop a::before {
	background-image: url(../img/btn-totop.png);
}

.btn-totop a::after {
	background-image: url(../img/btn-totop-on.png?v=2);
	opacity: 0;
	transition: 0.5s;
}

@media only screen and (max-width: 750px) {
	.btn-totop a::after {
		opacity: 1;
	}
}

@media only screen and (min-width: 751px) {
	.btn-totop a:hover::after {
		opacity: 1;
	}
}

/*************************************************************
/ btn-rates
/************************************************************/
.btn-rates {
	width: 88px;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 100;
	transition: 0.3s;
}

@media only screen and (max-width: 750px) {
	.btn-rates {
		width: 16vw;
		bottom: -2.66667vw;
	}
	.btn-rates.kv {
		bottom: 10.66667vw;
	}
}

.btn-rates.hidden {
	opacity: 0;
	pointer-events: none;
}

.btn-rates a {
	width: 100%;
	display: block;
}

/*************************************************************
/ secrates
/************************************************************/
#sec-rates {
	background: url("/assets/index/img/sec-rates/rates-bg-pc.jpg") no-repeat 50% 100%;
	background-size: cover;
	margin-bottom: -1px;
	text-align: left;
}

@media only screen and (max-width: 750px) {
	#sec-rates {
		padding-top: 6.66667vw;
		height: auto;
		background-image: url("/assets/index/img/sec-rates/rates-bg-sp.jpg");
	}
}

@media only screen and (min-width: 751px) {
	#sec-rates .tpl-inner-wrap {
		padding: 0 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width: 751px) {
	#sec-rates .content-block {
		width: 600px;
		padding: 70px 0;
	}
}

@media only screen and (max-width: 750px) {
	#sec-rates .content-block {
		padding: 10.66667vw 4vw 0;
	}
}

#sec-rates .ttl {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	#sec-rates .ttl {
		font-size: 25px;
		font-size: 6.66667vw;
		margin-bottom: 9.33333vw;
	}
}

#sec-rates .img-block {
	width: 374px;
	margin-bottom: -4px;
}

@media only screen and (max-width: 750px) {
	#sec-rates .img-block {
		width: 45.06667vw;
		margin: 13.33333vw auto -0.53333vw;
	}
}

#sec-rates .note {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	#sec-rates .note {
		margin-top: 1.33333vw;
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

#sec-rates .note a {
	color: #fff;
	text-decoration: underline;
}

#sec-rates .cancel-txt {
	margin: 20px 0 0;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	#sec-rates .cancel-txt {
		margin-top: 5.33333vw;
	}
}

#sec-rates .cancel-txt a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
}

@media only screen and (max-width: 750px) {
	#sec-rates .cancel-txt a {
		font-size: 14px;
		font-size: 3.73333vw;
	}
}

.form-reserve input, .form-reserve select {
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-sizing: border-box;
	background-color: #fff;
	background-repeat: no-repeat;
	border: solid 1px #ccc;
}

@media only screen and (max-width: 750px) {
	.form-reserve input, .form-reserve select {
		font-size: 16px;
		font-size: 4.26667vw;
	}
}

.form-reserve select::-ms-expand {
	display: none;
}

.form-reserve .checkin-block {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
}

.form-reserve .checkin-block input {
	width: 280px;
	height: 50px;
	padding: 0 10px;
	background-image: url("/assets/index/img/sec-rates/icn_cal.png");
	background-position: center right 20px;
	background-size: 18px;
}

@media only screen and (max-width: 750px) {
	.form-reserve .checkin-block input {
		width: 44vw;
		padding: 0 3.73333vw;
		background-size: 4.8vw;
		background-position: center right 3.73333vw;
	}
}

.form-reserve .num-other-block {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 0;
}

@media only screen and (max-width: 750px) {
	.form-reserve .num-other-block {
		margin-top: 6.66667vw;
	}
}

.form-reserve .num-other-block select {
	width: 120px;
	height: 50px;
	padding: 0 20px;
	border-radius: 0;
	background-image: url("/assets/index/img/sec-rates/icn_arrow.png");
	background-position: center right 15px;
	background-size: 12px;
}

@media only screen and (max-width: 750px) {
	.form-reserve .num-other-block select {
		width: 16.66667vw;
		padding: 0 5.33333vw;
		background-position: center right 2.4vw;
		background-size: 3.2vw;
	}
}

.form-reserve .num-other-block select option {
	font-size: 18px;
}

.form-reserve .num-other-block span.txt {
	color: #fff;
	margin: 0 8px;
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.form-reserve .num-other-block span.txt {
		margin: 0 1.33333vw;
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

.form-reserve .submit {
	width: 380px;
	height: 60px;
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(to bottom, #d95252 0%, #b62323 100%);
	border-radius: 5px;
	box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 750px) {
	.form-reserve .submit {
		width: 100%;
		height: 14.66667vw;
		margin-top: 10.66667vw;
		position: relative;
	}
}

.form-reserve .submit a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	background-image: url("/assets/index/img/icon-search.png");
	background-color: transparent;
	background-position: 70px center;
	background-size: 39px;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	text-indent: 1em;
}

@media only screen and (max-width: 750px) {
	.form-reserve .submit a {
		font-size: 18px;
		font-size: 4.8vw;
		background-position: 25.33333vw center;
		background-size: 12vw;
	}
}

#ui-datepicker-div {
	width: 930px !important;
	height: 350px;
	z-index: 202 !important;
}

@media only screen and (max-width: 750px) {
	#ui-datepicker-div {
		width: 92vw !important;
		height: auto;
	}
}

.ui-datepicker {
	padding: 0;
	border-radius: 0;
}

@media only screen and (max-width: 750px) {
	.ui-datepicker .ui-datepicker-group {
		float: none;
		width: 100%;
	}
}

.ui-datepicker .ui-datepicker-title {
	font-size: 26px;
	font-weight: 400;
}

.ui-datepicker .ui-datepicker-title span {
	font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 750px) {
	.ui-datepicker .ui-datepicker-title {
		font-size: 19px;
		font-size: 5.06667vw;
	}
}

.ui-datepicker .ui-datepicker-header {
	background-color: #f8f9f9;
	border: none;
	border-radius: 0;
}

.ui-datepicker th, .ui-datepicker td {
	border: none;
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.ui-datepicker th, .ui-datepicker td {
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

.ui-datepicker th {
	padding: 1em .7em;
}

.ui-datepicker td a {
	text-align: center;
	padding: .3em 0;
}

.ui-datepicker td a.ui-state-default {
	font-weight: 700;
	border: none;
	background: #fff;
}

.ui-datepicker td.ui-datepicker-week-end:first-child a.ui-state-default {
	background-color: #fbedeb;
	color: #f29e94;
}

.ui-datepicker td.ui-datepicker-week-end:last-child a.ui-state-default {
	background-color: #e4f0f6;
	color: #3392c9;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td.ui-datepicker-week-end a.ui-state-active,
.ui-datepicker td.ui-datepicker-week-end:first-child a.ui-state-active,
.ui-datepicker td.ui-datepicker-week-end:last-child a.ui-state-active {
	background-color: #3c0203;
	color: #fff;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
	border-color: transparent;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width: 18px;
	height: 18px;
	top: 15px;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		width: 6.66667vw;
		height: 6.66667vw;
		top: 2.13333vw;
	}
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
	border: none;
	background-color: transparent;
	opacity: .7;
}

.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: none;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-prev {
	left: 15px;
}

@media only screen and (max-width: 750px) {
	.ui-datepicker .ui-datepicker-prev {
		left: 4vw;
	}
}

.ui-datepicker .ui-datepicker-next {
	right: 15px;
}

@media only screen and (max-width: 750px) {
	.ui-datepicker .ui-datepicker-next {
		right: 4vw;
	}
}

.ui-datepicker .ui-datepicker-next .ui-icon {
	transform: rotate(135deg);
}

/*************************************************************
/ modal
/************************************************************/
#wrap {
	width: 100%;
}

#wrap.fixed {
	position: fixed;
	left: 0;
}

.modal-overlay, .modal-content, .modal-movie-content, .modal-inner-list {
	display: none;
}

.modal-overlay {
	width: 100%;
	height: 100%;
	background-image: url("/assets/index/img/modal_bg.png");
	background-repeat: repeat;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 201;
	display: none;
}

#ui-datepicker-div {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

.modal-content, .modal-movie-content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
	position: relative;
	z-index: 202;
}

@media only screen and (max-width: 750px) {
	.modal-content, .modal-movie-content {
		width: 100%;
		padding: 0;
	}
}

.modal-content__inner, .modal-movie-content__inner {
	padding: 130px 0 80px;
	text-align: center;
	position: relative;
	box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 750px) {
	.modal-content__inner, .modal-movie-content__inner {
		padding: 16vw 3.33333vw 13.33333vw;
	}
}

.modal-content__inner .ttl, .modal-movie-content__inner .ttl {
	margin-bottom: 35px;
}

@media only screen and (max-width: 750px) {
	.modal-content__inner .ttl, .modal-movie-content__inner .ttl {
		margin-bottom: 8vw;
	}
}

.modal-content .btn-close.icon-btn, .modal-movie-content .btn-close.icon-btn {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 35px;
	right: 35px;
	transform: rotate(45deg);
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.modal-content .btn-close.icon-btn, .modal-movie-content .btn-close.icon-btn {
		width: 5.06667vw;
		height: 5.06667vw;
		top: 6vw;
		right: 6vw;
		margin-right: 0;
	}
}

.modal-content .btn-close.icon-btn::before, .modal-content .btn-close.icon-btn::after, .modal-movie-content .btn-close.icon-btn::before, .modal-movie-content .btn-close.icon-btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #473e2a;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.modal-content .btn-close.icon-btn::before, .modal-movie-content .btn-close.icon-btn::before {
	width: 1px;
}

.modal-content .btn-close.icon-btn::after, .modal-movie-content .btn-close.icon-btn::after {
	height: 1px;
}

.modal-content .btn-skip, .modal-movie-content .btn-skip {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
	display: none;
}

@media only screen and (max-width: 750px) {
	.modal-content .btn-skip, .modal-movie-content .btn-skip {
		font-size: 16px;
		font-size: 4.26667vw;
		top: -9.33333vw;
	}
}

.modal-content .btn-skip span, .modal-movie-content .btn-skip span {
	font-size: 25px;
	vertical-align: -2px;
}

@media only screen and (max-width: 750px) {
	.modal-content .btn-skip span, .modal-movie-content .btn-skip span {
		font-size: 20px;
		font-size: 5.33333vw;
	}
}

.modal-movie-content {
	width: 980px;
	height: 550px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.modal-movie-content {
		width: 93.33333vw;
		height: 52.4vw;
	}
}

.modal-movie-content .modal-movie-content__inner {
	position: relative;
	padding: 0;
}

.modal-movie-content .modal-movie-content__inner .fade-inner {
	padding-top: 56.25%;
	position: relative;
}

.modal-movie-content .modal-movie-content__inner .fade-inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal-movie-content .modal-movie-content__inner .btn-close.icon-btn {
	top: -50px;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.modal-movie-content .modal-movie-content__inner .btn-close.icon-btn {
		top: -6.66667vw;
	}
}

.modal-movie-content .modal-movie-content__inner .btn-close.icon-btn::before, .modal-movie-content .modal-movie-content__inner .btn-close.icon-btn::after {
	background-color: #fff;
}

.is-loading-play .modal-content .icon-btn, .is-loading-play .modal-movie-content .icon-btn {
	display: none;
}

.is-loading-play .modal-content .btn-skip, .is-loading-play .modal-movie-content .btn-skip {
	display: block;
}

/*************************************************************
/ scroll-in anime
/************************************************************/
/* 汎用 */
.scroll-in:not(.appeard) {
	transition-delay: 0s;
}

.scroll-in.fade-in {
	opacity: 0;
}

.scroll-in.up-in {
	opacity: 0;
	transform: translateY(30px);
}

.scroll-in.appeared {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.scroll-in.appeared.td-01 {
	transition-delay: 0.1s;
}

.scroll-in.appeared.td-02 {
	transition-delay: 0.2s;
}

.scroll-in.appeared.td-03 {
	transition-delay: 0.3s;
}

.scroll-in.appeared.td-04 {
	transition-delay: 0.4s;
}

.scroll-in.appeared.td-05 {
	transition-delay: 0.5s;
}

.scroll-in.appeared.td-06 {
	transition-delay: 0.6s;
}

.scroll-in.appeared.td-07 {
	transition-delay: 0.7s;
}

.scroll-in.appeared.td-08 {
	transition-delay: 0.8s;
}

.scroll-in.appeared.td-09 {
	transition-delay: 0.9s;
}

.scroll-in.appeared.td-10 {
	transition-delay: 1s;
}

.scroll-in.appeared.td-10 {
	transition-delay: 1s;
}

@media screen and (max-width: 750px) {
	.scroll-in.appeared.td-pc {
		transition-delay: 0s;
	}
}

@media screen and (min-width: 751px) {
	.scroll-in.appeared.td-sp {
		transition-delay: 0s;
	}
}

/* 個別セクション */
/* sec-consept
----------------------------------------*/
#sec-concept.scroll-in .cap, #sec-concept.scroll-in .ttl, #sec-concept.scroll-in .lead {
	opacity: 0;
	transform: translateY(30px);
}

#sec-concept.scroll-in.appeared .cap {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-concept.scroll-in.appeared .ttl {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.5s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-concept.scroll-in.appeared .lead {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* sec-warp
----------------------------------------*/
#sec-warp.scroll-in .ttl .split-txt > * {
	display: inline-block;
	opacity: 0;
	filter: blur(0.2em);
}

#sec-warp.scroll-in .lead {
	opacity: 0;
	transform: translateY(30px);
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(1) {
	transform: scale(5, 0.005) translate3d(-160%, 0, 0);
	animation: warp-txt1 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

@keyframes warp-txt1 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(2) {
	transform: scale(5, 0.005) translate3d(-10%, 0, 0);
	animation: warp-txt2 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

@keyframes warp-txt2 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(3) {
	transform: scale(5, 0.005) translate3d(-10%, 0, 0);
	animation: warp-txt3 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

@keyframes warp-txt3 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(4) {
	transform: scale(5, 0.005) translate3d(-140%, 0, 0);
	animation: warp-txt4 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt4 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(5) {
	transform: scale(5, 0.005) translate3d(200%, 0, 0);
	animation: warp-txt5 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes warp-txt5 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(6) {
	transform: scale(5, 0.005) translate3d(170%, 0, 0);
	animation: warp-txt6 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt6 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(7) {
	transform: scale(5, 0.005) translate3d(-110%, 0, 0);
	animation: warp-txt7 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

@keyframes warp-txt7 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(8) {
	transform: scale(5, 0.005) translate3d(-70%, 0, 0);
	animation: warp-txt8 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt8 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(9) {
	transform: scale(5, 0.005) translate3d(-140%, 0, 0);
	animation: warp-txt9 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt9 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(10) {
	transform: scale(5, 0.005) translate3d(-140%, 0, 0);
	animation: warp-txt10 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt10 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(11) {
	transform: scale(5, 0.005) translate3d(-140%, 0, 0);
	animation: warp-txt11 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

@keyframes warp-txt11 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(12) {
	transform: scale(5, 0.005) translate3d(-120%, 0, 0);
	animation: warp-txt12 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes warp-txt12 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(13) {
	transform: scale(5, 0.005) translate3d(-30%, 0, 0);
	animation: warp-txt13 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

@keyframes warp-txt13 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(14) {
	transform: scale(5, 0.005) translate3d(-20%, 0, 0);
	animation: warp-txt14 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

@keyframes warp-txt14 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(15) {
	transform: scale(5, 0.005) translate3d(170%, 0, 0);
	animation: warp-txt15 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes warp-txt15 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(16) {
	transform: scale(5, 0.005) translate3d(170%, 0, 0);
	animation: warp-txt16 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt16 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(17) {
	transform: scale(5, 0.005) translate3d(-150%, 0, 0);
	animation: warp-txt17 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes warp-txt17 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(18) {
	transform: scale(5, 0.005) translate3d(130%, 0, 0);
	animation: warp-txt18 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

@keyframes warp-txt18 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(19) {
	transform: scale(5, 0.005) translate3d(20%, 0, 0);
	animation: warp-txt19 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@keyframes warp-txt19 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .ttl .split-txt span:nth-of-type(20) {
	transform: scale(5, 0.005) translate3d(80%, 0, 0);
	animation: warp-txt20 forwards 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

@keyframes warp-txt20 {
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1) translate3d(0, 0, 0);
	}
}

#sec-warp.scroll-in.appeared .lead {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-warp .column-wrap.scroll-in:nth-of-type(odd) .carousel-column {
	opacity: 0;
	transform: translateX(-40px);
}

#sec-warp .column-wrap.scroll-in:nth-of-type(odd) .txt-column {
	opacity: 0;
	transform: translateX(40px);
}

#sec-warp .column-wrap.scroll-in:nth-of-type(even) .carousel-column {
	opacity: 0;
	transform: translateX(40px);
}

#sec-warp .column-wrap.scroll-in:nth-of-type(even) .txt-column {
	opacity: 0;
	transform: translateX(-40px);
}

#sec-warp .column-wrap.scroll-in.appeared .carousel-column {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-warp .column-wrap.scroll-in.appeared .txt-column {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.3s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* sec-rooms
----------------------------------------*/
#sec-rooms.scroll-in .ttl, #sec-rooms.scroll-in .lead, #sec-rooms.scroll-in .detail-carousel {
	opacity: 0;
	transform: translateY(30px);
}

#sec-rooms.scroll-in.appeared .ttl {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-rooms.scroll-in.appeared .lead {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.5s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-rooms.scroll-in.appeared .detail-carousel {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* sec-restaurant
----------------------------------------*/
#sec-restaurant.scroll-in .ttl, #sec-restaurant.scroll-in .lead-wrap, #sec-restaurant.scroll-in .detail-carousel {
	opacity: 0;
	transform: translateY(30px);
}

#sec-restaurant.scroll-in.appeared .ttl {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-restaurant.scroll-in.appeared .lead-wrap {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.5s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-restaurant.scroll-in.appeared .detail-carousel {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* sec-spots
----------------------------------------*/
#sec-spots.scroll-in .ttl, #sec-spots.scroll-in .spot-item {
	opacity: 0;
	transform: translateY(30px);
}

#sec-spots.scroll-in.appeared .ttl {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-spots.scroll-in.appeared .spot-item:nth-of-type(1) {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.5s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-spots.scroll-in.appeared .spot-item:nth-of-type(2) {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.7s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-spots.scroll-in.appeared .spot-item:nth-of-type(3) {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.9s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* sec-movie
----------------------------------------*/
#sec-movie.scroll-in .ttl, #sec-movie.scroll-in .movie-wrap {
	opacity: 0;
	transform: translateY(30px);
}

#sec-movie.scroll-in.appeared .ttl {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-movie.scroll-in.appeared .movie-wrap {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.5s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* sec-map
----------------------------------------*/
#sec-map.scroll-in .map, #sec-map.scroll-in .address, #sec-map.scroll-in .access {
	opacity: 0;
	transform: translateY(30px);
}

#sec-map.scroll-in.appeared .ttl {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-map.scroll-in.appeared .address {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 0.5s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#sec-map.scroll-in.appeared .access {
	opacity: 1;
	transform: scale(1) translate(0, 0);
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*# sourceMappingURL=style.css.map */
