@charset "UTF-8";

body.allHotels {
	padding-top: 2.95214vw;
}

body.allHotels .bodyDeco {
	background: url(../img/hotels/allHotelsBg.webp) right top no-repeat;
	background-size: cover;
	padding-top: 2.95214vw;
	width: 32.49231vw;
	height: 25.32923vw;
	position: absolute;
	top: 0;
	right: 0;
}

body.allHotels .footer {
	background: rgb(var(--wht)) url(../img/kv.webp) right bottom 5vw no-repeat;
	background-size: 55.43925% auto;
}

body.allHotels .footer__hotelNav li:last-child {
	margin-top: 25vw;
}

@media screen and (max-width: 768px) {
	body.allHotels {
		padding-top: 32vw;
	}

	body.allHotels .bodyDeco {
		background: url(../img/hotels/allHotelsBg.webp) right top no-repeat;
		background-size: cover;
		padding-top: 0;
		width: 59.1664%;
		height: 46.12291vw;
		top: -6.4vw;
		right: 0;
	}

	body.allHotels .footer {
		background: rgb(var(--wht)) url(../img/kv_sp.webp) right bottom 28vw no-repeat;
		background-size: 80% auto;
	}

	body.allHotels .footer__hotelNav li:last-child {
		margin-top: 50vw;
	}
}

/* ----------------------------------------------------
	hotels
---------------------------------------------------- */
.hotels {
	padding: 90px 50px 0;
}

.hotels__title {
	margin-bottom: 45px;
	text-align: center;
}

.hotels__title img {
	max-width: 327px;
}

.hotels__nav {
	margin: 0 auto 150px;
	max-width: 1020px;
}

.hotels__nav--list {
	display: flex;
	flex-wrap: wrap;
}

.hotels__nav--item {
	margin-bottom: 16px;
	width: calc((100% - 32px) / 3);
}

.hotels__nav--item:not(:nth-child(3n)) {
	margin-right: 16px;
}

.hotels__nav--item a {
	height: 70px;
	color: rgb(var(--blk));
	font-size: 15px;
	text-decoration: none;
	border: solid 1px rgb(var(--blk));
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotels__nav--item a:hover {
	background: rgb(var(--gre));
	color: rgb(var(--wht));
	border-color: rgb(var(--gre));
}

@media screen and (max-width: 1000px) {
	.hotels {
		padding: 9vw 5vw 0;
	}

	.hotels__title {
		margin-bottom: 4.5vw;
	}

	.hotels__title img {
		max-width: 32.7vw;
	}

	.hotels__nav {
		margin-bottom: 15vw;
	}

	.hotels__nav--item {
		margin-bottom: 16px;
		width: calc((100% - 3.2vw) / 3);
	}

	.hotels__nav--item:not(:nth-child(3n)) {
		margin-right: 1.6vw;
	}

	.hotels__nav--item a {
		height: 7vw;
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels {
		padding: 0 8vw;
	}

	.hotels__title {
		margin-bottom: 32vw;
	}

	.hotels__title img {
		max-width: 55.72149vw;
	}

	.hotels__nav {
		display: none;
	}
}

/*
	hotelsContents
------------------------------ */
.hotelsContents {
	margin: 0 auto 170px;
	max-width: 1150px;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.hotelsContents__title {
	margin: 0 auto 30px;
	width: 80%;
}

.hotelsContents .images {
	margin-bottom: 40px;
}

.hotelsContents .title {
	margin-bottom: 20px;
	line-height: 1.5;
	color: rgb(var(--red));
	font-size: 22px;
}

.hotelsContents .date {
	margin-bottom: 10px;
	color: rgb(var(--gre));
	font-size: 18px;
}

.hotelsContents .details {
	margin-bottom: 20px;
	font-size: 17px;
}

.hotelsContents .place {
	margin-bottom: 30px;
	font-size: 17px;
}

.hotelsContents .place .note li {
	justify-content: center;
}

.hotelsContents .linkBtn a {
	background: rgb(var(--gre));
	margin: 0 auto;
	width: 420px;
	height: 70px;
	font-size: 23px;
	border-color: rgb(var(--gre));
}

.hotelsContents .linkBtn a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--gre));
}

.hotelsContents .linkBtn.stayplan {
	margin-top: 1em;
}

.hotelsContents .linkBtn.stayplan a {
	background: rgb(var(--wht));
	color: rgb(var(--gre));
}

.hotelsContents .linkBtn.stayplan a:hover {
	background: rgb(var(--gre));
	color: rgb(var(--wht));
}

.hotelsContents .etc {
	background: #e3dad6;
	margin: 42px auto 0;
	padding: 42px;
	max-width: 960px;
	display: flex;
	justify-content: space-between;
}

.hotelsContents .etc .images {
	margin-bottom: 0;
	width: 39%;
}

.hotelsContents .etc .text {
	width: calc(100% - 43%);
	text-align: left;
}

.hotelsContents .etc .text .place {
	margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
	.hotelsContents {
		margin-bottom: 13.07692vw;
	}

	.hotelsContents__title {
		margin-bottom: 2.30769vw;
	}

	.hotelsContents .images {
		margin-bottom: 3.07692vw;
	}

	.hotelsContents .title {
		margin-bottom: 1.53846vw;
		font-size: 1.69231vw;
	}

	.hotelsContents .date {
		margin-bottom: 0.76923vw;
		font-size: 1.38462vw;
	}

	.hotelsContents .details {
		margin-bottom: 1.53846vw;
		font-size: 1.30769vw;
	}

	.hotelsContents .place {
		margin-bottom: 2.30769vw;
		font-size: 1.30769vw;
	}

	.hotelsContents .place .note li {
		font-size: 1.07692vw;
	}

	.hotelsContents .linkBtn a {
		width: 32.30769vw;
		height: 5.38462vw;
		font-size: 1.76923vw;
	}

	.hotelsContents .etc {
		margin-top: 3.23077vw;
		padding: 3.23077vw;
	}
}

@media screen and (max-width: 768px) {
	.hotelsContents {
		margin-bottom: 36vw;
		text-align: left;
	}

	.hotelsContents__title {
		margin-bottom: 6.66667vw;
		width: 100%;
	}

	.hotelsContents .images {
		margin-bottom: 5.86667vw;
	}

	.hotelsContents .title {
		margin-bottom: 5.86667vw;
		font-size: 4.8vw;
	}

	.hotelsContents .date {
		margin-bottom: 3.2vw;
		font-size: 4vw;
	}

	.hotelsContents .details {
		margin-bottom: 5.06667vw;
		font-size: 4vw;
	}

	.hotelsContents .place {
		margin-bottom: 5.6vw;
		font-size: 3.2vw;
	}

	.hotelsContents .place .note li {
		font-size: 3.2vw;
	}

	.hotelsContents .linkBtn a {
		width: 100%;
		height: 12.53333vw;
		font-size: 4.8vw;
	}

	.hotelsContents .etc {
		margin-top: 10.66667vw;
		padding: 6.4vw;
		display: block;
	}

	.hotelsContents .etc .images {
		margin-bottom: 4vw;
		width: 100%;
	}

	.hotelsContents .etc .text {
		width: 100%;
	}
}

/*
	tab
------------------------------ */
.tab {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.tab__item {
	background: #e3dad6;
	margin: 0 5px;
	width: 160px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.tab__item.lad {
	width: 240px;
}

.tab__item:hover,
.tab__item.active {
	background: #da4436;
}

.tab__item svg {
	height: auto;
	fill: #c7b5ae;
	stroke: #c7b5ae;
	stroke-miterlimit: 10;
	stroke-width: 1.13px;
}

.tab__item:hover svg,
.tab__item.active svg {
	fill: rgb(var(--wht));
	stroke: rgb(var(--wht));
	stroke-miterlimit: 10;
	stroke-width: 1.13px;
}

.tab__item.dinner svg {
	width: 84px;
}

.tab__item.lunch svg {
	width: 78px;
}

.tab__item.cacktail svg {
	width: 99px;
}

.tab__item.sweets svg {
	width: 79px;
}

.tab__item.carte svg {
	width: 114px;
}

.tab__item.buffet svg {
	width: 74px;
}

.tab__item.stay svg {
	width: 111px;
}

.tab__item.lad svg {
	width: 178px;
}

.tabContents {
	display: none;
}

.tabContents.active {
	display: block;
}

@media screen and (max-width: 768px) {
	.tab {
		margin-bottom: 6.66667vw;
		flex-wrap: wrap;
	}

	.tab__item {
		margin: 0 1.33333vw 2.66667vw;
		width: 36.53333vw;
		height: 11.46667vw;
		border-radius: 11.46667vw;
	}

	.tab__item.lad {
		width: 49.86667vw;
	}

	.tab__item.dinner svg {
		width: 18.66667vw;
	}

	.tab__item.lunch svg {
		width: 17.33333vw;
	}

	.tab__item.cacktail svg {
		width: 21.86667vw;
	}

	.tab__item.sweets svg {
		width: 17.6vw;
	}

	.tab__item.carte svg {
		width: 25.33333vw;
	}

	.tab__item.buffet svg {
		width: 18.66667vw;
	}

	.tab__item.stay svg {
		width: 24.8vw;
	}

	.tab__item.lad svg {
		width: 39.73333vw;
	}
}

/*
	deco
------------------------------ */
.hotelsContents .deco {
	position: absolute;
}

.hotelsContents .deco {
	opacity: 0;
	position: absolute;
}

.hotelsContents .deco.in-view {
	animation: fadeInPickup 2s ease-in forwards;
}

@keyframes fadeInPickup {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#kioicho .deco {
	width: 212px;
	right: -56px;
	bottom: 72px;
}

#tokyo .deco {
	width: 110px;
	bottom: 60px;
	left: 50px;
}

#shinagawa .deco {
	width: 228px;
	right: -19px;
	bottom: 41px;
}

#sunshine .deco {
	width: 228px;
	bottom: 0;
	left: 0;
}

#kawagoe .deco {
	width: 140px;
	right: 0;
	bottom: 0;
}

#karuizawa .deco {
	width: 240px;
	bottom: 55px;
	left: -46px;
}

#ashinoko .deco {
	width: 182px;
	right: 0;
	bottom: 0;
}

#osaka .deco {
	width: 207px;
	bottom: 116px;
	left: -35px;
}

#biwako .deco {
	width: 214px;
	right: -6px;
	bottom: 30px;
}

#sapporo .deco {
	width: 212px;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1300px) {
	#kioicho .deco {
		width: 16.30769vw;
		right: -1.38462vw;
		right: -4.30769vw;
		bottom: 5.53846vw;
	}

	#tokyo .deco {
		width: 8.46154vw;
		bottom: 4.61538vw;
		left: 3.84615vw;
	}

	#shinagawa .deco {
		width: 17.53846vw;
		right: -1.46154vw;
		bottom: 3.15385vw;
	}

	#sunshine .deco {
		width: 17.53846vw;
	}

	#kawagoe .deco {
		width: 10.76923vw;
	}

	#karuizawa .deco {
		width: 18.46154vw;
		bottom: 4.23077vw;
		left: -3.53846vw;
	}

	#ashinoko .deco {
		width: 14vw;
	}

	#osaka .deco {
		width: 15.92308vw;
		bottom: 8.92308vw;
		left: -2.69231vw;
	}

	#biwako .deco {
		width: 16.46154vw;
		right: -0.46154vw;
		bottom: 2.30769vw;
	}
    
    #sapporo .deco {
	width: 212px;
	bottom: 0;
	left: 0;
    }
}

@media screen and (max-width: 768px) {
	#kioicho .deco {
		width: 24vw;
		top: -22.4vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	#tokyo .deco {
		width: 14.93333vw;
		top: -32vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(-59deg);
	}

	#shinagawa .deco {
		width: 23.2vw;
		top: -24vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}

	#sunshine .deco {
		width: 20.53333vw;
		top: -26.4vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(-25deg);
	}

	#kawagoe .deco {
		width: 16.53333vw;
		top: -29.6vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(70deg);
	}

	#karuizawa .deco {
		width: 25.33333vw;
		top: -26.66667vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	#ashinoko .deco {
		width: 18.93333vw;
		top: -26.66667vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(70deg);
	}

	#osaka .deco {
		width: 22.93333vw;
		top: -29.6vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(-15deg);
	}

	#biwako .deco {
		width: 29.6vw;
		top: -33.6vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) rotate(12deg);
	}
    
	#sapporo .deco {
		width: 29vw;
		top: -26.4vw;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}