@charset "UTF-8";

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header .kvSlide {
	line-height: 0;
}

.header .kvSlide__item {
	position: relative;
}

.header .kvSlide__item {
	position: relative;
}

@keyframes fadeIn {
	7.5% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.header .kvSlide__item .kvTitle {
	position: absolute;
	z-index: 1;
	opacity: 0;
}

.header .kvSlide__item.active .kvTitle {
	animation: fadeIn 5s forwards;
}


@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.header .kvSlide .active figure {
	overflow: hidden;
}

.header .kvSlide .active figure img {
	animation: zoomUp 10s linear 0s normal both;
}

/* day */
.header .kvSlide__item.daySlide .kvTitle {
	width: 70.47893%;
	top: 7.22368vw;
	left: 50%;
	transform: translateX(-50%);
}

/* night */
.header .kvSlide__item.nightSlide .kvTitle {
	width: 29.67%;
	opacity: 0;
	top: 7.96291vw;
	left: 5.674vw;
}

@media screen and (max-width: 768px) {
	.header .kvSlide__item.daySlide .kvTitle {
		width: 75%;
		top: 8.52361vw;
		left: 50%;
	}

	.header .kvSlide__item.nightSlide .kvTitle {
		width: 35.6%;
		top: 5.68250vw;
		left: 5.23317vw;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding: 0 0 0;
}

.footer .container {
	padding: 0;
	max-width: 820px;
}

.footer .seibu {
	background: #e6e1e2;
}

.footer .seibu__inner {
	max-width: 820px;
	padding: 55px 0;
	margin: 0 auto 50px;
	text-align: center;
}

.seibu__ttl {
	font-size: 28px;
}

.seibu__text {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer__hotel {
	text-align: center;
	margin-bottom: 50px;
	font-size: 15px;



	.footer__princelogo {
		width: 190px;
		margin: 0 auto 20px;
	}

	.hotel__ttl {
		font-size: 20px;
	}

	.tel {
		font-size: 26px;
		font-weight: 600;
	}

}

.footer__sns {
	display: flex;
	gap: 30px;
	width: fit-content;
	margin: 0 auto 20px;

	li {
		width: 35px;
	}
}

.hotel__map {
	height: 440px;
	margin-bottom: 60px;

	iframe {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 17.6vw 0 0;
	}

	.footer .container {
		padding: 0 4vw;
	}


	.footer .seibu__inner {
		max-width: 820px;
		padding: 5vw 0;
		margin: 0 auto 5vw;
		text-align: center;
	}

	.seibu__ttl {
		font-size: 5vw;
		margin-bottom: 4vw;
	}

	.seibu__text {
		font-size: 4vw;
		margin-bottom: 2vw;

	}

	.footer__hotel {
		text-align: center;
		margin-bottom: 5vw;
		font-size: 8vw;


		.footer__princelogo {
			width: 190px;
			margin: 0 auto 20px;
		}

		.hotel__ttl {
			font-size: 5vw;
		}

		.tel {
			font-size: 7vw;
			font-weight: 600;
		}

		>p {
			font-size: 4vw;
		}

	}

	.footer__sns {
		display: flex;
		gap: 30px;
		width: fit-content;
		margin: 0 auto 20px;

		li {
			width: 35px;
		}
	}

	.hotel__map {
		height: 440px;
		margin-bottom: 60px;

		iframe {
			width: 100%;
			height: 100%;
		}
	}
}

/*
	userGuide
------------------------------ */
.userGuide {
	margin-bottom: 80px;
	padding: 40px 48px;
	border: solid 4px rgb(var(--gra));
}

.userGuide__title {
	margin-bottom: 1em;
	line-height: 1;
	color: rgb(var(--blu));
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.userGuide__contents .list.type1 li::before {
	color: rgb(var(--blu));
}

@media screen and (max-width: 920px) {
	.userGuide {
		margin-bottom: 8.69565vw;
		padding: 4.34783vw 5.21739vw;
		border-width: 0.43478vw;
	}

	.userGuide__title {
		font-size: 3.26087vw;
	}

	.userGuide__contents .list.type1 li {
		font-size: 1.73913vw;
	}
}

@media screen and (max-width: 768px) {
	.userGuide {
		margin-bottom: 9.06667vw;
		padding: 5.6vw 6.4vw;
		border-width: 1.06667vw;
	}

	.userGuide__title {
		font-size: 4.26667vw;
	}

	.userGuide__contents .list.type1 li {
		font-size: 3.2vw;
	}
}

/*
	prohibitedMatter
------------------------------ */
.prohibitedMatter {
	margin-bottom: 80px;
}

.rohibitedMatter__title {
	background: rgb(var(--gra));
	padding: 0.5em 0;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.rohibitedMatter__contents {
	padding: 48px 48px 0;
	border: solid 2px rgb(var(--gra));
	border-top: none;
}

.rohibitedMatter__contents--list {
	margin: 0 auto;
	max-width: 650px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.rohibitedMatter__contents--list li {
	margin-bottom: 50px;
	width: calc(100% / 3);
}

.rohibitedMatter__contents--list li figure {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: block;
}

.rohibitedMatter__contents--list li figure img {
	margin: 0 auto 1em;
	max-width: 150px;
	display: block;
}

.rohibitedMatter__contents--list li figure figcaption {
	line-height: 1.5;
	font-size: 14px;
	letter-spacing: -0.005em;
	text-align: center;
	display: block;
}

@media screen and (max-width: 920px) {
	.prohibitedMatter {
		margin-bottom: 8.69565vw;
	}

	.rohibitedMatter__title {
		font-size: 3.26087vw;
	}

	.rohibitedMatter__contents {
		padding: 5.21739vw 5.21739vw 0;
		border-width: 0.21739vw;
	}

	.rohibitedMatter__contents--list li {
		margin-bottom: 5.43478vw;
	}

	.rohibitedMatter__contents--list li figure figcaption {
		font-size: 1.52174vw;
	}
}

@media screen and (max-width: 768px) {
	.prohibitedMatter {
		margin-bottom: 80px;
	}

	.rohibitedMatter__title {
		font-size: 4.26667vw;
	}

	.rohibitedMatter__contents {
		padding: 6.66667vw 0 0;
		border-width: 0.53333vw;
	}

	.rohibitedMatter__contents--list li {
		margin-bottom: 6.66667vw;
	}

	.rohibitedMatter__contents--list li figure img {
		margin-bottom: 0.5em;
		width: 80%;
	}

	.rohibitedMatter__contents--list li figure figcaption {
		font-size: 2.66667vw;
	}
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	line-height: 1;
	color: rgb(var(--blk));
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__hotelNav li {
	margin: 0 0 1rem;
	text-indent: 0;
	display: flex;
	position: relative;
}

.footer__hotelNav li:first-of-type::before,
.footer__hotelNav li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer__hotelNav li:first-of-type::before {
	left: 0;
	content: "|";
}

.footer__hotelNav li::after {
	right: 0;
	content: "|";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: rgb(var(--blk));
	text-decoration: none;
	display: inline-block;
}

.footer__hotelNav li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		text-align: center;
		display: block;
	}

	.footer__hotelNav li:first-of-type::before,
	.footer__hotelNav li::after {
		content: "";
	}

	.footer__hotelNav li {
		margin-bottom: 1rem;
		justify-content: center;
	}

	.footer__hotelNav li a {
		display: inline-block;
		position: relative;
	}

	.footer__hotelNav li a::before,
	.footer__hotelNav li a::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: "|";
	}

	.footer__hotelNav li a::before {
		left: 0;
	}

	.footer__hotelNav li a::after {
		right: 0;
	}
}

/*
	copy
------------------------------ */
.copy {
	padding: 2rem 0 3rem;
	color: rgba(var(--blk), 0.5);
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.copy {
		font-size: 2.93333vw;
	}
}


/*
	nav_content
------------------------------ */
.gnav {
	width: 100%;
	height: 8.33333vw;
	font-family: var(--futura);
	font-weight: 500;
	text-align: center;
	position: relative;
	top: 0;
	right: 0;
	z-index: 999;
}

.gnav__list {
	height: 100%;
	display: flex;
	align-items: center;
}

.gnav__list--item {
	width: calc(100% / 2);
	height: 100%;
}

.gnav__list--item span,
.gnav__list--item a {
	height: 100%;
	color: rgb(var(--wht));
	font-size: 2.91667vw;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.gnav__list--item .navDay {
	background: #00a1ff;
}

.gnav__list--item .navDay:hover {
	background: #304c9e;
}

.gnav__list--item .navNight {
	background: #ff8cc5;
}

.gnav__list--item .navNight:hover {
	background: #ec007c;
}

.gnav__list--item span svg,
.gnav__list--item a svg {
	display: none;
}



@media screen and (max-width: 768px) {
	.gnav__list {
		height: 100%;
		display: block;
		align-items: center;
	}

	.gnav__list--item {
		width: 100%;
	}

	.gnav__list--item span,
	.gnav__list--item a {
		width: 100%;
	}

	.gnav__list--item span,
	.gnav__list--item a {
		font-size: 5vw;
	}
}