@charset "UTF-8";
@media screen and (max-width: 767px) {
	.c-form-head .c-section-title.-block.-center {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.c-form-head__text {
		line-height: 2.15;
	}
}

.c-btn.-reservation {
	width: 36rem;
	height: 8rem;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.c-btn.-reservation {
		width: 55.4rem;
		height: 12rem;
		margin-top: 5.6rem;
	}
}
.c-btn.-reservation .c-btn__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.6rem;
	border-radius: 2.6rem;
}
@media screen and (max-width: 767px) {
	.c-btn.-reservation .c-btn__inn {
		border-radius: 3rem;
	}
}
.c-btn.-reservation .c-btn__inn .tel-icon {
	width: 2.4rem;
	height: 2.5rem;
	background-image: url(../images/common/icn_tel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.c-btn.-reservation .c-btn__inn .tel-icon {
		width: 4rem;
		height: 4rem;
	}
}
.c-btn.-reservation .c-btn__inn .tel-text {
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.c-btn.-reservation .c-btn__inn .tel-text {
		font-size: 3.6rem;
		font-weight: 400;
	}
}
.c-btn.-reservation .c-btn__inn::before {
	content: none;
}

.p-reservation {
	padding-top: 9.5rem;
	padding-bottom: 9.2rem;
}
@media screen and (max-width: 767px) {
	.p-reservation {
		padding-top: 15rem;
		padding-bottom: 12rem;
	}
}
.p-reservation .p-reservation__deco {
	position: relative;
	width: 100%;
	overflow: hidden;
	opacity: 0.06;
	font-size: 10rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.6rem;
	text-transform: uppercase;
	top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-reservation .p-reservation__deco {
		font-size: 16rem;
		letter-spacing: 0.16em;
		top: 0;
	}
}
.p-reservation .p-reservation__deco .scroll-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-animation: scroll-text 30s linear infinite;
	        animation: scroll-text 30s linear infinite;
}
.p-reservation .p-reservation__deco p {
	white-space: nowrap;
	margin: 0 2rem;
}
.p-reservation {
	/* アニメーション定義 */
}
@-webkit-keyframes scroll-text {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes scroll-text {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.p-reservation__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 15.6rem;
}
@media screen and (max-width: 767px) {
	.p-reservation__content {
		display: block;
		padding: 0;
	}
}
.p-reservation__content .cnt {
	width: calc(100% - 70.6rem);
	padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-reservation__content .cnt {
		width: 100%;
		padding-bottom: 0;
	}
}
.p-reservation__image {
	width: 70.6rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-reservation__image {
		width: 100%;
		margin-top: 4rem;
	}
}
.p-reservation__title {
	color: #000;
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.56;
}
@media screen and (max-width: 767px) {
	.p-reservation__title {
		font-size: 4.6rem;
		line-height: 1.74;
	}
}
.p-reservation__text {
	margin-top: 1.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.13;
}
@media screen and (max-width: 767px) {
	.p-reservation__text {
		margin-top: 4rem;
		font-size: 2.6rem;
		line-height: 2.3;
	}
}

.p-model {
	background-color: #1F1F1F;
}
.p-model__top {
	height: 48rem;
	background-image: url(../images/reservation/bg_model01.png);
	background-size: cover;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-model__top {
		height: auto;
		background-image: none;
	}
}
.p-model__top .l-content-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-model__top .l-content-inner {
		padding-top: 5.6rem;
	}
}
.p-model__title {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 2.14;
	letter-spacing: 0.112rem;
}
@media screen and (max-width: 767px) {
	.p-model__title {
		font-size: 4.6rem;
		line-height: 1.74;
		letter-spacing: 0.184rem;
	}
}
.p-model__title-en {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.4rem; /* 171.429% */
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
	.p-model__title-en {
		font-size: 2.4rem;
		line-height: 1.6rem; /* 66.667% */
		margin-top: 2rem;
	}
}
.p-model__title2 {
	margin-top: 5.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-model__title2 {
		margin-top: 8rem;
		gap: 2.9rem;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.p-model__title2 .icon {
	width: 7.2rem;
}
@media screen and (max-width: 767px) {
	.p-model__title2 .icon {
		width: 12rem;
		margin-top: 1.8rem;
	}
}
.p-model__title2 .title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.p-model__title2 .title {
		font-size: 3.2rem;
		line-height: 2;
	}
}
.p-model__text {
	margin-top: 1.8rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-model__text {
		margin-top: 5.6rem;
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0.13rem;
	}
}
.p-model__point {
	color: #ffffff;
	padding-top: 6.5rem;
	padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-model__point {
		padding-top: 12rem;
		padding-bottom: 10rem;
	}
}
.p-model__point-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-right: 12.5rem;
	margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-model__point-box {
		display: block;
		padding: 0;
		margin-top: 12rem;
	}
}
.p-model__point-box:first-of-type {
	margin-top: 0;
}
.p-model__point-box .cnt {
	width: 51rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .cnt {
		width: 100%;
		padding-top: 5.6rem;
	}
}
.p-model__point-box .img {
	width: 70.8rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .img {
		width: 100%;
	}
}
.p-model__point-box .point {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.71;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .point {
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 0.64rem;
	}
}
.p-model__point-box .title {
	margin-top: 0.8rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .title {
		margin-top: 5.6rem;
		font-size: 4.8rem;
		line-height: 1.67;
		letter-spacing: 0.192rem;
	}
}
.p-model__point-box .title-en {
	margin-top: -0.6rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .title-en {
		margin-top: 1.8rem;
		font-size: 2.2rem;
		line-height: 0.62;
		letter-spacing: 0.18em;
	}
}
.p-model__point-box .text {
	margin-top: 3.3rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .text {
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0.13rem;
	}
}
.p-model__point-box .text2 {
	margin-top: 4rem;
	padding-top: 1.3rem;
	border-top: 1px solid #ffffff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-model__point-box .text2 {
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0.13rem;
		margin-top: 8rem;
		padding-top: 3.4rem;
	}
}
.p-model__point-box:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	padding-right: 0;
	padding-left: 15rem;
}
@media screen and (max-width: 767px) {
	.p-model__point-box:nth-of-type(2) {
		padding: 0;
	}
}
.p-model__point-box:nth-of-type(2) .img {
	width: 63.4rem;
}
@media screen and (max-width: 767px) {
	.p-model__point-box:nth-of-type(2) .img {
		width: 100%;
	}
}

.p-equipment {
	background-color: #575757;
	color: #ffffff;
	padding-top: 4.5rem;
	padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-equipment {
		padding-top: 7.5rem;
		padding-bottom: 11rem;
	}
}
.p-equipment__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9rem;
	margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
	.p-equipment__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 1.2rem;
		margin-top: 1.2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-equipment__list {
		width: 100%;
	}
}
.p-equipment__list .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 3.1;
}
@media screen and (max-width: 767px) {
	.p-equipment__list .col {
		margin-top: 1.2rem;
	}
	.p-equipment__list .col:first-of-type {
		margin-top: 0;
	}
}
.p-equipment__list .col dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.8rem;
	width: 15rem;
}
@media screen and (max-width: 767px) {
	.p-equipment__list .col dt {
		gap: 1.6rem;
		font-size: 2.6rem;
		width: 29rem;
	}
}
.p-equipment__list .col .icon {
	width: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-equipment__list .col .icon {
		width: 6rem;
	}
}
.p-equipment__list .col dd {
	width: calc(100% - 15rem);
}
@media screen and (max-width: 767px) {
	.p-equipment__list .col dd {
		font-size: 2.2rem;
		width: calc(100% - 29rem);
	}
}

.p-flow {
	background-color: #F8F8F8;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-flow {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}
}
.p-flow__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-flow__content {
		display: block;
	}
}
.p-flow__content .cnt {
	width: 48rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .cnt {
		width: 100%;
	}
}
.p-flow__content .text {
	margin-top: 0.6rem;
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-flow__content .text {
		margin-top: 1.2rem;
		font-size: 2.6rem;
		line-height: 2.3;
	}
}
.p-flow__content .access-title {
	margin-top: 5.8rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.25;
}
@media screen and (max-width: 767px) {
	.p-flow__content .access-title {
		margin-top: 5.6rem;
		font-size: 3.2rem;
		line-height: 2.25;
	}
}
.p-flow__content .access-text {
	margin-top: 1rem;
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.77;
}
@media screen and (max-width: 767px) {
	.p-flow__content .access-text {
		margin-top: 1.9rem;
		font-size: 2.6rem;
		line-height: 2.15;
	}
}
.p-flow__content .map-area {
	width: 57.6rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .map-area {
		margin-top: 5.6rem;
		width: 100%;
	}
}
.p-flow__content .map-wrap {
	width: 100%;
	padding-top: 79.8611111111%;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow__content .map-wrap {
		padding-top: 79.8507462687%;
	}
}
.p-flow__content .map {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
}

#form {
	padding-top: 13rem;
}
@media screen and (max-width: 767px) {
	#form {
		padding-top: 16rem;
	}
}

.fixed-bnr {
	position: fixed;
	right: 4rem;
	bottom: 4rem;
	width: 36rem;
	height: 13.3rem;
	border-radius: 1.6rem;
	padding: 0.3rem 0.4rem;
	background-color: #1F1F1F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.fixed-bnr {
		display: none !important;
	}
}
.fixed-bnr .img {
	width: 17.6rem;
}
.fixed-bnr .cnt {
	width: calc(100% - 17.6rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fixed-bnr .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.1rem; /* 150% */
}
.fixed-bnr .btn {
	width: 15.6rem;
	height: 3.4rem;
	margin: 1.2rem auto auto;
}
.fixed-bnr .btn__inn {
	border-radius: 1rem;
	background: #515151;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2rem; /* 169.231% */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0;
	padding: 0 1.3rem 0 0.7rem;
}
.fixed-bnr .btn .text {
	width: 12rem;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
}
.fixed-bnr .btn .arrow {
	width: 0.7rem;
	height: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fixed-bnr .btn .arrow svg {
	display: block;
}
.fixed-bnr .close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(50%) translateY(-50%);
	        transform: translateX(50%) translateY(-50%);
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.fixed-bnr .close:hover {
	opacity: 0.7;
}

.js-fixed {
	position: fixed;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
	.js-fixed {
		display: none !important;
	}
}
.js-fixed.is-show {
	opacity: 1;
	visibility: visible;
}
/*# sourceMappingURL=reservation.css.map */