@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@charset "UTF-8";

* {
	box-sizing: border-box;
	}

.full-width {
	width: 100vw;
	font-family: "FS Lola", "Noto Sans JP", sans-serif;
    font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	}

.wobr i {
	display: inline-block;
	font-style: normal;
	}
img{
	vertical-align:top;
}

.lp-cont {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 2.0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	}
.lp-sans {
	font-family: "Noto Sans JP", sans-serif;
	}
.lp-first img {
	width: 100%;
	margin: 0 0 40px;
	}
.lp-second img {
	width: 100%;
	margin: 0 0 80px;
	}
.lp-second {
	margin-top: 200px;
}
.lp-f-text,
.lp-s-text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.lp-f-title {
	font-size: 47px;
	font-size: clamp(3.0rem, 3.264vw, 4.5rem);
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
	}
.lp-f-text-ja,
.lp-s-text-ja {
	font-size: 37px;
	font-size: clamp(2.4rem, 2.569vw, 3.7rem);
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	}
.lp-f-text-en,
.lp-s-text-en {
	font-size: 27px;
	font-size: clamp(2.1rem, 1.875vw, 2.7rem);
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	}
.lp-s-text-en {
	margin: 0 0 80px;
}
.lp-f-text {
	font-size: 18px;
	font-size: clamp(1.0rem, 1.25vw, 1.8rem);
	letter-spacing: 0.1em;
	}
.lp-f-line {
	width: 1px;
	height: 80px;
	margin: 30px auto;
	background-color: #000;
	}
.lp-rooms-cont,
.lp-restaurant-cont{
}
.cont-cross {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
	}
	.cont-img {
		width: 55%;
		}
@media screen and (max-width:1023px) {
	.cont-img {
		margin-left: auto;
		margin-right: auto;
		}
}
@media screen and (max-width:799px) {
	.cont-img {
		width: 90%;
		max-width: 600px;
		}
}
		.cont-img img {
			width: 100%;
			aspect-ratio: 16 / 9;
			object-fit: cover;
			}
		.slick-slide {
			margin: 0;
			}
	.cont-txt {
		width: 45%;
		padding: 40px;
		}
@media screen and (max-width:1023px) {
	.cont-txt {
		width: 55%;
		padding: 0 0 40px;
		margin-left: auto;
		margin-right: auto;
		}
}
@media screen and (max-width:799px) {
	.cont-txt {
		width: 90%;
		max-width: 600px;
		}
}
		.cont-txt .cont-title {
			font-size: 37px;
			font-size: clamp(2.3rem, 2.569vw, 3.7rem);
			line-height: 1.4;
			color: #7d81bd;
			}
		.cont-txt .cont-title-sub {
			font-size: 21px;
			font-size: clamp(1.4rem, 1.458vw, 2.1rem);
			letter-spacing: 0.1em;
			color: #7d81bd;
			}
		.l-t-r-i .cont-txt .cont-title {
			text-align: right;
			}
		.l-t-r-i .cont-txt .cont-title-sub {
			text-align: right;
			}
@media screen and (max-width:1023px) {
		.cont-txt .cont-title {
			text-align: center;
			}
		.cont-txt .cont-title-sub {
			text-align: center;
			}
		.l-t-r-i .cont-txt .cont-title {
			text-align: center;
			}
		.l-t-r-i .cont-txt .cont-title-sub {
			text-align: center;
			}
}
		.cont-txt .cont-text {
			font-size: 18px;
			font-size: clamp(1.0rem, 1.25vw, 1.8rem);
			letter-spacing: 0.1em;
			}
			.cont-txt .cont-text small {
				font-size: 80%;
				}
		.cont-txt a {
			display: inline-block;
			margin: 20px 0 0;
			padding: 3px 10px 5px;
			border: 1px solid #7d81bd;
			font-size: 18px;
			font-size: clamp(1.6rem, 1.25vw, 1.8rem);
			letter-spacing: 0.1em;
			color: #7d81bd;
			transition: 0.5s;
			}
		.cont-txt a:hover {
			background-color: #7d81bd;
			color: #fff;
			transition: 0.5s;
			}

	.l-i-r-t .cont-img,
	.l-t-r-i .cont-txt {
		order: 1;
		}
	.l-t-r-i .cont-img,
	.l-i-r-t .cont-txt {
		order: 2;
		}
@media screen and (max-width:1023px) {
	.l-i-r-t .cont-img,
	.l-t-r-i .cont-img {
		order: 1;
		}
	.l-t-r-i .cont-txt,
	.l-i-r-t .cont-txt {
		order: 2;
		}
}
.lp-rooms-type {
	padding: 0 0 40px;
	background-color: rgba(125, 129, 189, 0.25);
	}
	.lp-rooms-type-title {
		font-size: 27px;
		font-size: clamp(2.1rem, 1.875vw, 2.7rem);
		letter-spacing: 0.1em;
		color: #7d81bd;
		text-align: center;
		}
	.lp-rooms-type-img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
		.lp-rooms-type-img div {
			position: relative;
			width: calc((100% - 40px) / 3);
			}
@media screen and (max-width:1023px) {
		.lp-rooms-type-img div {
			width: 55%;
			margin: 0 auto 40px;
			margin-left: auto;
			margin-right: auto;
			}
}
@media screen and (max-width:799px) {
		.lp-rooms-type-img div {
			width: 90%;
			max-width: 600px;
			}
}
			.lp-rooms-type-img div img {

				width: 100%;
				}
				.lp-rooms-type-img div p {
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					margin: 0;
					padding: 0 20px;
					background-color: rgba(0, 0, 0, 0.5);
					color: #fff;
					font-size: clamp(1.5rem, 1.25vw, 1.7rem);
					letter-spacing: 0.1em;
					line-height: 1.4;
					letter-spacing: 0;
					}
.lp-reservation-sl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 0 10%;
	}
	.lp-reservation-sl .lp-reservation-sl-btn {
		position: absolute;
		left: calc(50% - 150px);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 300px;
		padding: 10px 0;
		border: 1px solid #7d81bd;
		background-color: #7d81bd;
		font-size: 18px;
		color: #fff;
		text-align: center;
		transition: 0.5s;
		}
	.lp-reservation-sl .lp-reservation-sl-btn:hover {
		background-color: #fff;
		color: #7d81bd;
		transition: 0.5s;
		}
@media screen and (max-width:1023px) {
.lp-reservation-sl {
	display: block;
	padding: 80px 5%;
	}
	.lp-reservation-sl .lp-reservation-sl-btn {
		position: relative;
		}
}

.lp-reservation {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 80px 10%;
	background-image: url(https://karuizawa.holidayinnresorts.com/_CMS/wp-content/uploads/booking-bg.jpg);
	background-position: center center;
	background-size: cover;
	}
	.lp-reservation-text {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 37px;
		font-size: clamp(2.7rem, 2.569vw, 3.7rem);
		color: #fff;
		}
	.lp-reservation .lp-reservation-btn {
		position: absolute;
		left: calc(50% - 150px);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 300px;
		padding: 10px 0;
		border: 1px solid #fff;
		font-family: noto-sans;
		font-weight: 900;
		font-size: 32px;
		font-size: clamp(2.2rem, 2.222vw, 3.2rem);
		color: #fff;
		text-align: center;
		transition: 0.5s;
		}
	.lp-reservation .lp-reservation-btn:hover {
		background-color: #fff;
		color: #000;
		transition: 0.5s;
		}
@media screen and (max-width:1023px) {
.lp-reservation {
	display: block;
	padding: 80px 5%;
	}
	.lp-reservation-text {
		margin: 0 auto 40px;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		text-orientation: upright;
		font-size: 37px;
		font-size: clamp(2.7rem, 2.569vw, 3.7rem);
		line-height: 1.6;
		text-align: center;
		}
	.lp-reservation .lp-reservation-btn {
		position: relative;
		}
}
.lp-images {

	}
	.lp-images div.slick-slide {
		padding: 20px 10px;
		}
		.lp-images div img {
			width: 100%;
			aspect-ratio: 16 / 9;
			object-fit: cover;
			}
.update {
	margin-bottom: 80px;
	font-size: 14px;
	text-align: center;
	color: #999;
	}

.navi {
	padding-top: 105px;
	}

.navi_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.navi_sns a {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 15px;
		}
		.navi_sns a img {
			width: 100%;
			}
.site-footer {
	margin: 0 auto;
	padding: 0;
	}

.pcfixbook {
	position: fixed;
	bottom: 100px;
	right: 23px;

	z-index: 999;
	}
	.pcfixbook a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 20px;
		color: #fff;
		font-size: 18px;
		line-height: 1.4;
		background: #7D81BD;
		border: 2px solid #7D81BD;
		text-align: center;
		transition: 0.5s;
		}
	.pcfixbook a:hover {
		background: #fff;
		color: #7D81BD;
		transition: 0.5s;
		}
@media screen and (max-width:767px) {
.pcfixbook {
	display: none;
	}
}
