@charset "UTF-8";

.renewal.pool {
	color: rgb(var(--poolBase));
}

/* ----------------------------------------------------
	map
---------------------------------------------------- */
/*
	map__main
------------------------------ */
.map__main {
	background: #cfebab;
	margin-bottom: 100px;
	width: 100%;
}

.map__main--inner {
	margin: 0 auto 10px;
	max-width: 1150px;
	width: 100%;
	height: 100%;
	position: relative;
}

.map__list--item {
	position: absolute;
	z-index: auto;
	cursor: pointer;
}

.map__list--item.facility01 {
	top: 140px;
	left: 72px;
}

.map__list--item.facility02 {
	bottom: 100px;
	left: 177px;
}

.map__list--item.facility03 {
	bottom: 60px;
	left: 305px;
}

.map__list--item.facility04 {
	bottom: 120px;
	left: 450px;
}

.map__list--item.facility05 {
	bottom: 100px;
	left: 692px;
}

.map__list--item.facility06 {
	bottom: 100px;
	right: 18px;
}

.map__list--item.facility07 {
	top: 70px;
	right: 35px;
}

.map__list--item.facility08 {
	top: 130px;
	right: 355px;
}

.map__list--item.facility09 {
	top: 95px;
	left: 268px;
}

.map__list--item.facility10 {
	top: 145px;
	left: 367px;
}

.map__list--item .inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	position: relative;
}

.map__list--item.under .inner {
	flex-direction: column;
}

.map__list--item .inner .cap {
	height: 38px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.map__list--item .inner .cap a {
	background: rgb(var(--wht));
	padding: 0 0.5em;
	width: 100%;
	height: 100%;
	color: rgb(var(--blu));
	text-decoration: none;
	box-shadow: 0 2px 0 rgba(var(--blk), 0.75);
	border: solid 3px rgb(var(--blu));
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map__list--item.facility09 .cap a,
.map__list--item.facility10 .cap a {
	color: rgb(var(--ppl));
	border-color: rgb(var(--ppl));
}

.map__list--item.active .inner .cap a,
.map__list--item .inner .cap a:hover {
	background: rgb(var(--blu));
	color: rgb(var(--wht));
	opacity: 1;
}

.map__list--item.facility09.active .inner .cap a,
.map__list--item.facility09 .inner .cap a:hover,
.map__list--item.facility10.active .inner .cap a,
.map__list--item.facility10 .inner .cap a:hover {
	background: rgb(var(--ppl));
}

.map__list--item .inner .thumbnail {
	width: 133px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s ease 0s;
}

.map__list--item.under .inner .thumbnail {
	top: 38px;
}

.map__list--item.active .thumbnail,
.map__list--item .cap:hover~.thumbnail {
	opacity: 1;
	visibility: visible;
}

.map__list--item.active .cap a,
.map__list--item .cap a:hover {
	background: rgb(var(--blu));
	color: rgb(var(--wht));
}

.map__list--item.active.facility09 .cap a .map__list--item.facility09 .cap a:hover,
.map__list--item.active.facility10 .cap a,
.map__list--item.facility10 .cap a:hover {
	background: rgb(var(--ppl));
	color: rgb(var(--wht));
}

@media screen and (max-width: 1150px) {
	.map__main {
		margin-bottom: 8.69565vw;
	}

	.map__main--inner {
		/* margin-bottom: 0.86957vw; */
		max-width: 100vw;
	}

	.map__list--item.facility01 {
		top: 12.17391vw;
		left: 6.26087vw;
	}

	.map__list--item.facility02 {
		bottom: 8.69565vw;
		left: 15.3913vw;
	}

	.map__list--item.facility03 {
		bottom: 5.21739vw;
		left: 26.52174vw;
	}

	.map__list--item.facility04 {
		bottom: 10.43478vw;
		left: 39.13043vw;
	}

	.map__list--item.facility05 {
		bottom: 8.69565vw;
		left: 60.17391vw;
	}

	.map__list--item.facility06 {
		bottom: 8.69565vw;
		right: 1.56522vw;
	}

	.map__list--item.facility07 {
		top: 6.08696vw;
		right: 3.04348vw;
	}

	.map__list--item.facility08 {
		top: 11.30435vw;
		right: 30.86957vw;
	}

	.map__list--item.facility09 {
		top: 8.26087vw;
		left: 23.30435vw;
	}

	.map__list--item.facility10 {
		top: 12.6087vw;
		left: 31.91304vw;
	}

	.map__list--item .inner .cap {
		height: 3.30435vw;
		font-size: 1.3913vw;
	}

	.map__list--item .inner .cap a {
		box-shadow: 0 0.17391vw 0 rgba(var(--blk), 0.75);
		border-width: 0.26087vw;
		border-radius: 0.69565vw;
	}

	.map__list--item .inner .thumbnail {
		width: 11.56522vw;
		bottom: 3.30435vw;
	}

	.map__list--item.under .inner .thumbnail {
		top: 3.30435vw;
	}
}

/*
	map__thumbnail
------------------------------ */
.map__thumbnail {
	margin: 0 auto 70px;
	max-width: 1150px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.map__thumbnail::before {
	background: rgb(var(--ppl));
	width: 457px;
	height: 28px;
	color: rgb(var(--wht));
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-top: solid 4px rgb(var(--wht));
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 1;
	content: "HOTEL GUEST AREA";
}

.map__thumbnail--item {
	margin-bottom: 5px;
	width: calc((100% - 20px) / 5);
	line-height: 1.25;
}

.map__thumbnail--item:not(:nth-child(5n)) {
	margin-right: 5px;
}

.map__thumbnail--item a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.map__thumbnail--item a:hover {
	opacity: 1;
}

.map__thumbnail--images {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map__thumbnail--caption {
	background: rgba(var(--blk), 0.75);
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	color: rgb(var(--wht));
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease 0s;
}

.map__thumbnail--item.guestArea .map__thumbnail--caption {
	padding-top: 18px;
	height: 120px;
	justify-content: flex-start;
	top: 0;
	transform: translate(-50%, 0);
}

.map__thumbnail--caption .number {
	background: url(../renImages/pool/wave-line.svg) center bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 33px;
	font-weight: 400;
	text-align: center;
}

.map__thumbnail--images:hover .map__thumbnail--caption,
.active .map__thumbnail--caption {
	opacity: 1;
}

@media screen and (max-width: 1150px) {
	.map__thumbnail {
		margin-bottom: 6.08696vw;
		max-width: 100vw;
	}

	.map__thumbnail::before {
		width: 39.73913vw;
		height: 2.43478vw;
		font-size: 1.3913vw;
		border-top-width: 0.34783vw;
		bottom: 0.43478vw;
	}

	.map__thumbnail--item {
		margin-bottom: 0.43478vw;
		width: calc((100% - 1.73913vw) / 5);
	}

	.map__thumbnail--item:not(:nth-child(5n)) {
		margin-right: 0.43478vw;
	}

	.map__thumbnail--caption {
		font-size: 1.3913vw;
	}

	.map__thumbnail--item.guestArea .map__thumbnail--caption {
		padding-top: 1.56522vw;
		height: 10.43478vw;
	}

	.map__thumbnail--caption .number {
		margin-bottom: 0.86957vw;
		padding-bottom: 0.86957vw;
		width: 2.86957vw;
	}
}

@media screen and (max-width:768px) {
	.map__thumbnail {
		margin-bottom: 32vw;
		padding: 0 1.33333vw;
	}

	.map__thumbnail::before {
		width: calc(100% - 2.66667vw);
		height: 8vw;
		font-size: 4vw;
		border-top: none;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: auto;
		bottom: -8vw;
		z-index: 1;

	}

	.map__thumbnail--item {
		margin-bottom: 1.33333vw;
		width: calc((100% - 1.33333vw) / 2);
	}

	.map__thumbnail--item:not(:nth-child(5n)) {
		margin-right: 0;
	}

	.map__thumbnail--item:not(:nth-child(even)) {
		margin-right: 1.33333vw;
	}

	.map__thumbnail--caption {
		font-size: 4vw;
	}

	.map__thumbnail--item.guestArea .map__thumbnail--caption {
		padding-top: 0;
		height: 100%;
		justify-content: center;
	}

	.map__thumbnail--caption .number {
		margin-bottom: 1.6vw;
		padding-bottom: 2.4vw;
		width: 6.4vw;
		font-size: 3.2vw;
	}
}

/*
	map__contents
------------------------------ */
.map__contents {
	margin: 0 auto 90px;
	max-width: 1150px;
	width: 100%;
}

.map__contents--item {
	text-align: center;
}

.map__contents--item:not(:last-of-type) {
	margin-bottom: 200px;
}

.slideTitle {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 35px;
}

.slideTitle .number {
	margin: 10px;
	color: rgb(var(--blu));
	font-size: 22px;
	display: block;
}

.slideTitle .number svg {
	margin: 5px auto 0;
	width: 44px;
	height: auto;
	fill: rgb(var(--blu));
	display: block;
}

.exclusive .slideTitle .number {
	color: rgb(var(--ppl));
}

.exclusive .slideTitle .number svg {
	fill: rgb(var(--ppl));
}

.exclusive .slideTitle::after {
	background: rgb(var(--ppl));
	margin: 20px auto 0;
	width: 420px;
	height: 33px;
	color: rgb(var(--wht));
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "ご宿泊者さま専用";
}

.slideContents__lead {
	margin-bottom: 30px;
	font-size: 16px;
}

.slideContents__text {
	margin-bottom: 30px;
	font-size: 15px;
}

.slideContents__text .decoration {
	justify-content: center;
}

.slideContents__textLink {
	margin-bottom: 60px;
}

.slideContents__textLink a {
	color: rgb(var(--pnk));
	font-weight: 700;
}

.slideContents__textLink a::before {
	content: "＞";
}

.exclusive .slideContents__textLink a {
	color: rgb(var(--ppl));
	font-size: 18px;
}

.exclusive .slideContents__textLink a::before {
	content: "";
}

.exclusive .slideContents__textLink a::after {
	content: "＞";
}

.slideContents__images {
	display: flex;
}

.slideContents__images .images {
	width: 50%;
}

#pool10 .slideContents .notes {
	margin-top: 1em;
}

#pool03 .slideContents .notes__item,
#pool10 .slideContents .notes__item {
	justify-content: center;
}

@media screen and (max-width: 1150px) {
	.map__contents {
		margin-bottom: 7.82609vw;
		max-width: 100vw;
	}

	.map__contents--item:not(:last-of-type) {
		margin-bottom: 17.3913vw;
	}

	.slideTitle {
		margin-bottom: 2.6087vw;
		font-size: 3.04348vw;
	}

	.slideTitle .number {
		margin: 0.86957vw;
		font-size: 1.91304vw;
	}

	.slideTitle .number svg {
		margin-top: 0.43478vw;
		width: 3.82609vw;
	}

	.exclusive .slideTitle::after {
		margin-top: 1.73913vw;
		width: 36.52174vw;
		height: 2.86957vw;
		font-size: 2.08696vw;
	}

	.slideContents__lead {
		margin-bottom: 1.73913vw;
		font-size: 1.3913vw;
	}

	.slideContents__text {
		margin-bottom: 1.73913vw;
		font-size: 1.30435vw;
	}

	.slideContents__textLink {
		margin-bottom: 5.21739vw;
	}

	.exclusive .slideContents__textLink a {
		font-size: 1.56522vw;
	}
}

@media screen and (max-width: 768px) {
	.map__contents {
		margin-bottom: 24vw;
		max-width: 100%;
	}

	.map__contents--item:not(:last-of-type) {
		margin-bottom: 16vw;
	}

	.slideTitle {
		margin-bottom: 8vw;
		font-size: 6.4vw;
	}

	.slideTitle .number {
		margin-bottom: 2.66667vw;
		font-size: 4.8vw;
	}

	.slideTitle .number svg {
		margin-top: 1.33333vw;
		width: 9.6vw;
	}

	.exclusive .slideTitle::after {
		margin-top: 2.4vw;
		width: 64vw;
		height: 8vw;
		font-size: 4.26667svw;
	}

	.slideContents__lead {
		margin-bottom: 4.8vw;
		padding: 0 3.2vw;
		font-size: 4vw;
		text-align: left;
	}

	.slideContents__text {
		margin-bottom: 4.8vw;
		padding: 0 3.2vw;
		font-size: 3.73333vw;
		text-align: left;
	}

	.slideContents__text .decoration {
		justify-content: flex-start;
	}

	.slideContents__textLink {
		margin-bottom: 8vw;
	}

	.exclusive .slideContents__textLink a {
		font-size: 4vw;
	}

	.slideContents__images {
		padding: 0 3.2vw;
		display: block;
	}

	.slideContents__images .images {
		width: 100%;
	}
}

/*
	slideTopic
------------------------------ */
.slideTopic {
	margin: 0 auto 100px;
	width: 580px;
	text-align: left;
	border: solid 1px rgb(var(--pnk));
}

.slideTopic__title {
	background: rgb(var(--pnk));
	height: 80px;
	line-height: 1.5;
	color: rgb(var(--wht));
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slideTopic__title::before {
	background: url(../renImages/pool/poolTopic.svg) center no-repeat;
	background-size: cover;
	margin-right: 10px;
	width: 54px;
	height: 54px;
	content: "";
}

.slideTopic__contents {
	padding: 25px;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.slideTopic__contents--images {
	margin-left: 30px;
	width: 140px;
}

@media screen and (max-width: 1150px) {
	.slideTopic {
		margin-bottom: 8.69565vw;
		width: 50.43478vw;
	}

	.slideTopic__title {
		height: 6.95652vw;
		font-size: 1.73913vw;
	}

	.slideTopic__title::before {
		margin-right: 0.86957vw;
		width: 4.69565vw;
		height: 4.69565vw;
	}

	.slideTopic__contents {
		padding: 2.17391vw;
	}

	.slideTopic__contents--images {
		margin-left: 2.6087vw;
		width: 12.17391vw;
	}
}

@media screen and (max-width: 768px) {
	.slideTopic {
		margin-bottom: 8vw;
		width: calc(100% - 6.4vw);
	}

	.slideTopic__title {
		height: 21.33333vw;
		font-size: 4vw;
	}

	.slideTopic__title::before {
		margin-right: 2.4vw;
		width: 10.66667vw;
		height: 10.66667vw;
	}

	.slideTopic__contents {
		padding: 4.8vw;
		display: block;
	}

	.slideTopic__contents--details {
		margin-bottom: 6.4vw;
	}

	.slideTopic__contents--details .slideContents__lead,
	.slideTopic__contents--details .slideContents__text {
		padding: 0;
	}

	.slideTopic__contents--images {
		margin: 0 auto;
		width: 60%;
	}
}

/*
	poolLink
------------------------------ */
.poolLink {
	margin-top: 150px;
}

.poolLink__item:not(:last-of-type) {
	margin-bottom: 30px;
}

.poolLink__item.renLinkBtn a {
	margin: 0 auto;
	line-height: 1.25;
	width: 640px;
}

@media screen and (max-width: 1150px) {
	.poolLink {
		margin-top: 13.04348vw;
	}

	.poolLink__item:not(:last-of-type) {
		margin-bottom: 2.60870vw;
	}

	.poolLink__item.renLinkBtn a {
		width: 55.65217vw;
	}
}

@media screen and (max-width: 768px) {
	.poolLink {
		margin-top: 8vw;
		padding: 0 3.2vw;
	}

	.poolLink__item:not(:last-of-type) {
		margin-bottom: 4vw;
	}

	.poolLink__item.renLinkBtn a {
		width: 100%;
		font-size: 3.46667vw;
	}
}