@charset "UTF-8";

/* CSS Document */
/* ---------------------------------------------------
	Section Lead
------------------------------------------------------ */
.sec_lead {
	padding: 140px 0 0;
}
.sec_lead .box_flex {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 125px;
}
.sec_lead .box_flex .txt {
	box-sizing: content-box;
	width: 47%;
	padding: 20px 4.6% 0 6%;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 625px;
}
.sec_lead .box_flex .txt h2 {
	margin: 0 50px 90px 0;
	text-align: right;
}
.sec_lead .box_flex .txt p {
	margin: 0 10% 0 0;
	line-height: 2.5; letter-spacing: 0.15em;
}
.sec_lead .box_flex .txt .cap {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 2; letter-spacing: 0.2em;
}
.sec_lead .box_flex .txt .img01 {
	display: block;
	margin: 55px 0 0 auto;
}
.sec_lead .box_flex .img02 {
	flex-grow: 1;
	max-width: 53%;
}
.sec_lead .box_flex .img02 img {
	width: 100%;
}
.sec_lead .img03 img {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.sec_lead {
		padding-top: 80px;
	}
	.sec_lead .box_flex {
		display: block;
		margin-bottom: 80px;
	}
	.sec_lead .box_flex .txt {
		box-sizing: border-box;
		width: 90%;
		min-width: auto;
		padding: 0;
		margin-bottom: 50px;
	}
	.sec_lead .box_flex .txt h2 {
		margin: 0 auto 30px;
		text-align: center; width: 200px;
	}
	.sec_lead .box_flex .txt p {
		margin: 0;
		line-height: 2;
	}
	.sec_lead .box_flex .txt .cap {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 1.7;
	}
	.sec_lead .box_flex .txt .img01 {
		max-width: 55vw;
	}
	.sec_lead .box_flex .img02 {
		max-width: 95%;
	}
}

/* ---------------------------------------------------
	Section Rooms
------------------------------------------------------ */
.sec_rooms {
	padding: 0 0 130px;
}
.sec_rooms .inner {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec_rooms .cmn_tit_01 {
	width: 100%;
	padding-bottom: 60px;
}
.sec_rooms .room_col {
	width: 570px;
	max-width: calc((100% - 40px) / 2);
	margin: 0 0 60px;
	line-height: 2; letter-spacing: 0.15em;
}
.sec_rooms .room_col .slick-slide {
	margin: 0;
}
.sec_rooms .room_col .box_slide + p {
	padding-top: 10px;
}
.sec_rooms .room_col dl {
	display: flex;
	gap: 5px 15px;
	align-items: center;
	margin: 10px 0 0;
	font-size: 15px;
}
.sec_rooms .room_col dt {
	padding: 5px 10px;
	line-height: 1;
	border: 1px solid #adaaa3;
}
.sec_rooms .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	max-width: 100%;
	height: 55px;
	margin: 0 auto;
	background: #f9f8f7;
	border: 1px solid #d4d1ca;
	transition: opacity 0.5s; letter-spacing: 0.15em;
}
.sec_rooms .btn:hover {
	text-decoration: none;
	opacity: 0.6;
}

@media screen and (max-width: 600px) {
	.sec_rooms {
		padding-bottom: 50px;
	}
	.sec_rooms .inner {
		padding-top: 60px;
		display: block;
	}
	.sec_rooms .cmn_tit_01 {
		padding-bottom: 25px;
	}
	.sec_rooms .room_col {
		width: 100%;
		max-width: none;
		margin-bottom: 40px;
		line-height: 1.8;
	}
	.sec_rooms .room_col .slick-slide {
		margin: 0;
	}
	.sec_rooms .room_col dl {
		margin-top: 10px;
	}
	.sec_rooms .room_col dt {
		padding: 5px 10px;
		line-height: 1;
		border: 1px solid #adaaa3;
	}
}

/* ---------------------------------------------------
	Section Cuisine
------------------------------------------------------ */
.sec_cuisine {
	padding: 0 0 115px;
	color: #d4d1ca;
	background: #3f3e3b;
}
.sec_cuisine .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.sec_cuisine .cmn_tit_01 {
	width: 100%;
	padding: 60px 0 50px;
}
.sec_cuisine .imgs {
	display: flex;
	gap: 0 15px;
	width: 845px;
	max-width: calc(100% - 335px);
}
.sec_cuisine .imgs img {
	min-width: 0;
}
.sec_cuisine .txt {
	width: 295px;
	padding: 10px 0;
}
.sec_cuisine .txt p {
	font-size: 18px;
	line-height: 2.5; letter-spacing: 0.1em;
}
.sec_cuisine .txt .cmn_link_01 {
	margin: 45px 0 0 auto;
}

@media screen and (max-width: 600px) {
	.sec_cuisine {
		padding-bottom: 80px;
	}
	.sec_cuisine .inner {
		display: block;
	}
	.sec_cuisine .cmn_tit_01 {
		padding: 50px 0 30px;
	}
	.sec_cuisine .imgs {
		gap: 0 5px;
		width: 100%;
		max-width: none;
	}
	.sec_cuisine .imgs img {
		flex-grow: 1;
	}
	.sec_cuisine .txt {
		width: 100%;
		padding: 25px 0 0;
	}
	.sec_cuisine .txt p {
		font-size: 15px;
		line-height: 2;
	}
	.sec_cuisine .txt .cmn_link_01 {
		margin-top: 15px;
	}
}

/* ---------------------------------------------------
	Section Information
------------------------------------------------------ */
.sec_info {
	position: relative;
	z-index: 0;
	padding: 0 0 80px;
}
.sec_info::before {
	position: absolute;
	top: -55px;
	left: 50%;
	width: 1px;
	height: 125px;
	content: "";
	background: #9c8d7f;
}
.sec_info .inner { max-width: 995px; }
.sec_info .cmn_tit_01 {
	padding: 105px 0 65px;
}
.sec_info .cmn_tit_01 .en {
    letter-spacing: 0.25em;
}
@media screen and (min-width: 601px) {
.sec_info dt { width: 220px; }
.sec_info dd { width: calc(100% - 220px); }
}
@media screen and (max-width: 600px) {
	.sec_info {
		padding-bottom: 50px;
	}
	.sec_info::before {
		top: -38px;
		height: 76px;
	}
	.sec_info .cmn_tit_01 {
		padding: 50px 0 10px;
	}
}
