@charset "UTF-8";

.kv .title h1 {
	font-size: min(2.5rem, 1.83vw);
	line-height: 42px;
}

.kv .title h1 span {
	font-size: min(1.8rem, 1.318vw);
	line-height: 30px;
}

.lead {
	font-size: min(2rem, 1.464vw);
	line-height: 45px;
}

.profile .area_text h4 {
	margin: 0 0 10px;
}

.profile .area_text h3 {
	margin: 0 0 30px;
}

.profile .area_text {
	padding: 60px 50px 90px 40px;
}

.hotels nav a h3 {
	font-size: min(3rem, 2.196vw);
	line-height: 45px;
}

.area-hotels-contents .hotels-contents .contents .area-button a {
	width: 320px;
	margin-top: 20px;
}

.area-hotels-contents .hotels-contents .contents .box {
    width: 33%;
}

.hotels-contents .hotel-slide__text {
	font-size: min(1.3rem, 0.952vw);
	line-height: 20px;
}

.hotels-contents .slick-arrow {
	bottom: -20px;
}

.hotels-contents .slick-dots {
	bottom: 5px;
}

.area-hotels-contents::before {
	content: '';
	background: rgba(129, 109, 59, 0.2);
	border-radius: 0 100px 0 0;
	display: block;
	width: 100%;
	height: 1094px;
	position: absolute;
	top: 840px;
	left: 550px;
	transform: translate(-50%, -50%);
}

.profile-B .img figcaption {
    font-size: min(1rem, 2.667vw);
}

.area-hotels-contents .hotels-contents h3 {
	line-height: 1.4;
}

.profile-B .img {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.kv .title {
		height: 256px;
	}
	.kv .title .txt {
		line-height: 16px;
	}
	.kv .title h1 {
		font-size: min(2rem, 5.333vw);
		line-height: 26px;
	}
	.kv .title h1 span {
		font-size: min(1.5rem, 4vw);
		line-height: 24px;
	}
	.lead {
		font-size: min(1.6rem, 4.267vw);
		line-height: 37px;
	}
	.profile .area_text h4 {
		margin: 0 0 5px;
	}
	.profile .area_text h3 {
		margin: 0 0 20px;
	}
	.profile .area_text {
		padding: 22px 25px;
	}
	.hotels nav a h3 {
		font-size: min(2.5rem, 6.667vw);
		line-height: 37px;
	}
	.hotels-contents .hotel-slide__text {
		font-size: min(1.1rem, 2.933vw);
		line-height: 20px;
	}
	.hotels-contents .slick-arrow {
		bottom: -15px;
	}
	.hotels-contents .slick-dots {
		bottom: 7px;
	}
	.area-hotels-contents::before {
		width: 100%;
		height: 360vw;
		top: 170px;
		left: -20px;
		transform: none;
	}
	#hakone.area-hotels-contents::before {
		height: 1400px;
	}
	#izu.area-hotels-contents::before {
		height: 1260px;
	}
	#kyoto.area-hotels-contents::before {
		height: 1350px;
	}
	.menu {
		padding: 80px 30px 20px;
	}
	.menu a {
		font-size: min(1.7rem, 4.533vw);
		line-height: 35px;
		margin-bottom: 30px;
	}
	.profile-B .img {
		margin-top: 24px;
	}
}
