@charset "UTF-8";

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background-color: rgb(var(--yel));
	background-image: url(../img/headerBg.svg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 8.59375vw 0 8.28125vw;
}

.header__title {
	margin: 0 auto 4.6875vw;
	width: 57.32533%;
}

.headerSlide {
	line-height: 0;
}

.headerSlide__item {
	padding: 0 0.25em;
}

.headerSlide .slick-dots {
	bottom: -5.6vw;
}

.headerSlide .slick-dots li {
	margin: 0 0.75em;
	width: auto;
	height: auto;
}

.headerSlide .slick-dots li button {
	background: rgb(var(--gry));
	padding: 0;
	width: 1.17188vw;
	height: 1.17188vw;
	text-indent: -9999px;
	border-radius: 1.17188vw;
}

.headerSlide .slick-dots li.slick-active button {
	background: rgb(var(--orn));
}

@media screen and (max-width: 768px) {
	.header {
		background-image: url(../img/headerBg_sp.svg);
		padding: 17.06667vw 0 25.6vw;
	}

	.header__title {
		margin: 0 auto 10.66667vw;
		width: 86.38003%;
	}

	.headerSlide .slick-dots {
		bottom: -18.66667vw;
	}

	.headerSlide .slick-dots li {
		margin: 0 0.5em;
	}

	.headerSlide .slick-dots li button {
		width: 4vw;
		height: 4vw;
		border-radius: 4vw;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: rgb(var(--pnk));
	padding-top: 100px;
}

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

/*
	footer__address
------------------------------ */
.footer__address {
	margin-bottom: 40px;
	text-align: center;
}

.footer__address--hotel {
	margin-bottom: 40px;
}

.footer__address--hotel img {
	max-width: 223px;
}

.footer__address--hotel figcaption {
	margin-top: 40px;
	line-height: 1;
	font-size: 22px;
}

.footer__address--sns {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.footer__address--sns li {
	margin: 0 1em;
}

.footer__address--details {
	margin-bottom: 40px;
	line-height: 1;
}

.footer__address--link {
	margin: 0 auto;
	max-width: 808px;
	display: flex;
	justify-content: space-between;
}

.footer__address--link .linkBtn {
	margin-bottom: 80px;
	width: 43.44059%;
}

.footer__address--link .linkBtn a {
	background: rgb(var(--orn));
	width: 100%;
	height: 67px;
	color: rgb(var(--wht));
	font-size: 20px;
	border-radius: 67px;
}

.footer__address--map iframe {
	width: 100%;
	height: 32.57813vw;
}

@media screen and (max-width: 768px) {
	.footer__address {
		margin-bottom: 8.53333vw;
	}

	.footer__address--hotel {
		margin-bottom: 5.33333vw;
	}

	.footer__address--hotel img {
		width: 42.13333%;
	}

	.footer__address--hotel figcaption {
		margin-top: 8.8vw;
		font-size: 5.33333vw;
	}

	.footer__address--sns {
		margin-bottom: 6.93333vw;
	}

	.footer__address--details {
		margin-bottom: 12.8vw;
		font-size: 3.73333vw
	}

	.footer__address--link {
		padding: 0 6.4vw;
		display: block;
	}

	.footer__address--link .linkBtn {
		margin-bottom: 11.2vw;
		width: 100%;
	}

	.footer__address--link .linkBtn a {
		height: 13.33333vw;
		font-size: 4.8vw;
		border-radius: 13.33333vw;
	}

	.footer__address--map iframe {
		height: 111.2vw;
	}
}

/*
	footer__notes
------------------------------ */
.footer__notes {
	margin: 0 auto 80px;
	max-width: 900px;
	font-weight: 300;
}

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

/*
	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;
	font-weight: 400;
	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;
	font-weight: 300;
	text-align: center;
}

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