@charset "UTF-8";
/* CSS Document */



ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
	display: block;
}

p {
	/* font-family: 'Noto Serif JP', "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; */
	font-size: 15px;
	letter-spacing: 0.3em;

}

/* .cn p {
	font-family: 'Noto Serif SC', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.tw p {
	font-family: 'Noto Serif TC', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.ko p {
	font-family: 'Noto Serif KR', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
} */

body {
	color: #333;
	line-height: 160%;
	/* font-family: a-otf-ryumin-pr6n, serif; */
	font-style: normal;
	background: #f5f6f4
}



main {
	padding: 80px 0 0;
}

main h2 {
	margin: 0 0 50px;
	color: #323232;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.7em;
}

main h2 span {
	display: block;
	font-size: 17px;
}

.eng main h2 {
	font-size: 24px;
	line-height: 1.8em;
}

header {
	background: url(../img/lounge/bg_lounge_main.jpg) no-repeat top center / cover;
}

.lounge h3 {
	margin: 50px 0 15px;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 300;
}

.eng .lounge h3 {
	margin: 50px 0 20px;
	letter-spacing: 0.05em;

}

.lounge .read {
	max-width: 800px;
	margin: 0 auto 100px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.7em;
}


.eng .lounge .read {
	font-size: 15px;
	line-height: 1.8em;
}

.lounge .read_gallery {
	width: 80%;
	justify-content: center;
	gap: 3%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-bottom: 100px;
}

.lounge .anchor {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	max-width: 840px;
	margin: 0 auto 200px;
	z-index: 12;
	position: relative;
}

.lounge .anchor dt {
	width: 100%;
	font-size: 26px;
	margin: 0 0 50px;
	color: #00183a;
}

.lounge .anchor dd {
	width: 20%;
	font-size: 14px;
}

.lounge .anchor dd a {
	display: block;
	background: #afb1b5;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #323232;
	border-left: 2px solid #eaebe7;
}



.lounge {}

.lounge .ancBox .slide_room .slick-dots li {
	background: #a0a0a5;
	width: 40px;
	height: 5px;
	margin: 0 0 0 6px;
}

.lounge .ancBox .slide_room .slick-dots li.slick-active {
	background: #00184c;
}

.lounge .ancSub .slide_room .slick-dots li button:before,
.lounge .ancBox .slide_room .slick-dots li button:before {
	content: none;
}

.lounge .ancSub .slide_room .slick-dots li button,
.lounge .ancBox .slide_room .slick-dots li button {
	display: none;
}

.lounge .ancBox .detail h3 {
	font-size: 25px;
	margin: 0 0 30px;
}

.lounge .ancBox .detail h3 span {
	font-size: 20px;
	display: block;
}

.lounge .ancBox .detail p {
	letter-spacing: 2px;
	font-size: 14px;
}

.lounge .ancBox .detail p span {
	display: block;
	padding: 10px 0;
	border: solid #fff;
	border-width: 1px 0;
	margin: 0 0 35px;
}

.lounge .ancBox a {
	font-size: 16px;
	letter-spacing: 2px;
	background: #40404b;
	border: 1px solid #9b8f89;
	padding: 10px 0;
	margin: 40px 0 0;
	display: block;
	position: relative;
	width: 300px;
	text-align: center;
}

.lounge .ancBox a:before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 20px;
	width: 30px;
	margin: auto;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}

.lounge .ancBox a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 20px;
	width: 10px;
	height: 1px;
	margin: auto;
	background: #fff;
	transform: rotateZ(40deg);
	transition: all 0.3s ease;
}

.slide_room .slick-slide li img {
	width: 768px;
}

@media screen and (min-width: 1025px) {
	header {
		min-height: 530px;
		overflow: visible;
	}

	header h1 {
		width: 180px;
		height: 180px;
		background: #00183a;
		position: absolute;
		top: auto;
		bottom: -180px;
		right: 800px;
		left: 0;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px 16px;
		font-size: 22px;
		z-index: 12;
	}

	header h1 span {
		font-size: 22px;
		letter-spacing: 1px;
	}

	.cn header h1 span,
	.tw header h1 span {
		font-size: 20px;
		letter-spacing: 0px;
	}

	/* header h1:before {
		content: "";
		background: rgba(0, 24, 28, .5);
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 180px;
		height: 360px;
		z-index: -1;
	} */

	header h1 {
		letter-spacing: 0;
	}

	.lounge .anchor dd:nth-of-type(6),
	.lounge .anchor dd:last-of-type {
		width: 50%;
	}

	.lounge .anchor dd:nth-of-type(6) a,
	.lounge .anchor dd:last-of-type a {
		border-top: 2px solid #eaebe7;
		color: #fff;
		background: #40404b;
	}

	.lounge .ancBox {
		position: relative;
		margin: 0 0 200px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.lounge .ancBox.reverse {
		flex-direction: row-reverse;
	}

	.lounge .ancBox .slide_room {
		max-width: 768rem;
		width: 100%;
		position: relative;
		top: 0;
		left: 0 !important;
		/*
幅1440pxの時→left: -675px
幅1920pxの時→left: left: -840pxのcalc↓
*/
		left: calc(-180px - (100vw * 0.343));
		right: 0 !important;
		margin: 0 50rem 0 0 !important;
		z-index: 13;
	}

	.lounge .ancBox a:hover {
		background: rgba(255, 255, 255, .8);
		color: #323232;
	}

	.lounge .ancBox a:hover:before,
	.lounge .ancBox a:hover:after {
		background: #333;
	}


	.lounge .ancBox .detail {
		max-width: 40%;
		margin: 0;
		position: relative;
		right: 0 !important;
		text-align: left;
		padding: 0 32rem;
		width: 430px;
	}

	/*

	.eng .lounge .ancBox .detail {
		padding: 80px 0 50px;
	}
*/

	.lounge .ancBox:before {
		content: "";
		position: absolute;
		top: 45px;
		left: 0;
		right: 0;
		margin: auto;
		width: 680px;
		height: 100%;
		background: #fff;
		z-index: 12;
	}


	.lounge .ancBox .detail>* {
		position: relative;
		z-index: 13;
	}

	.lounge .ancBox .detail p {
		line-height: 1.8;
	}

	.lounge .ancBox .slide_room .slick-dots {
		text-align: right;
		right: 132px;
	}

	.lounge .ancSub {
		position: relative;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		margin: 0 0 100px
	}

	.lounge .ancSub h4 {
		width: 100%;
		margin: 0 0 50px;
	}

	.lounge .ancSub .slide_room {
		max-width: 482px;
		position: absolute;
		top: 120px;
		left: 0;
		right: 460px;
		margin: auto;
	}

	.lounge .ancSub.breakfast .slide_room {
		top: 180px;
	}

	.lounge .ancSub p {
		text-align: left;
		max-width: 450px;
		height: 350px;
		position: relative;
		right: -250px;
		font-size: 14px;
		letter-spacing: 2px;
	}



}

/*
@media screen and (min-width:769px) and (max-width: 1000px) {
	.lounge .ancBox .slide_room {
		max-width: 900px;
		position: relative;
		left: 0;
	}
	.lounge .ancBox .detail {
		max-width: unset;
		position: static;
		margin: 0 130px;
	}
}
*/

@media screen and (max-width: 1024px) {

	.vertical-line_decoration {
		display: none;
	}

	header {
		padding: 0 0 80%;
		overflow: visible;
	}

	header h1 {
		width: 125px;
		height: 125px;
		background: #00183a;
		position: absolute;
		top: auto;
		bottom: -125px;
		right: auto;
		left: 20px;
		font-size: 13px;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 8px;
		text-align: left;
	}

	/* header h1:before {
		content: "";
		background: rgba(0, 24, 28, .5);
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 125px;
		height: 250px;
		z-index: -1;
	} */

	header h1 span {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 1.6;
	}

	.cn header h1,
	.tw header h1 {
		padding: 10px 6px;
	}


	main {
		padding: 150px 0 0;
	}

	main h2 {
		font-size: 6vw;
		line-height: 2;
		margin: 0 0 30px
	}

	.eng main h2 {
		font-size: 5vw;
	}

	main h2 span {
		font-size: 4vw;
	}

	.lounge {
		margin: 0 0 90px;
	}

	.lounge h3 {
		margin: 30px 30px 35px;
	}

	.lounge .read {
		margin: 0 30px 80px;
		text-align: left;
	}

	.lounge .read_gallery {
		width: 100%;
		gap: 1%;
	}

	.lounge .anchor {
		display: block;
		margin: 0 20px 80px;
	}

	.lounge .anchor dt {
		margin: 0 0 20px;
	}

	.lounge .anchor dd {
		width: 100%;
	}

	.lounge .anchor dd a {
		border-left: none;
		border-bottom: 1px solid #eaebe7;
		height: auto;
		padding: 10px 0;
	}

	.lounge .anchor dd:nth-of-type(6) {
		margin: 5px 0 0;
	}

	.lounge .anchor dd:nth-of-type(6) a,
	.lounge .anchor dd:last-of-type a {
		color: #fff;
		background: #40404b;
	}

	.lounge .ancBox {
		margin: 0 0 30px;
		position: relative;
	}

	.lounge .ancBox .slide_room {
		/*		width: 95%;*/
		width: 100%;
		max-width: 768px;
		z-index: 5;
		margin: 0 0 40px;
	}

	.lounge .ancBox .slide_room .slick-slide {
		margin: 0;
	}

	.lounge .ancBox .detail h3 {
		margin: 0 20px 20px;
		font-size: 20px;
	}

	.lounge .ancBox .detail h3 span {
		font-size: 15px;

	}

	.lounge .ancBox .detail {
		position: relative;
		width: 94%;
		margin: auto;
		text-align: left;
		padding: 0 0 40px;
	}

	.lounge .ancBox>* {
		position: relative;
	}

	.lounge .ancBox:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 94%;
		height: 90%;
		background: #fff;
	}

	.lounge .ancBox h3 {
		margin: 0 20px 20px;
	}

	.lounge .ancBox p {
		margin: 0 20px;
	}

	.lounge .ancBox a {
		margin: 35px auto 0;
		display: block;
		position: relative;
		width: 85%;
	}

	.lounge .ancSub {
		padding: 45px 20px;
	}

	.lounge .ancSub h4 {
		margin: 0 0 30px;
	}

	.lounge .ancSub.breakfast {
		padding: 45px 20px;
	}

	.lounge .ancSub p {
		margin: 40px 0 0;
		text-align: left;
	}
}