@charset "utf-8";

body {
	font-family: "Noto Serif JP", serif;
}
/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
	}
}

main {
	overflow: hidden;
}

/*============================
MV
============================*/
.mv {
	height: 80vh;
	min-height: 8.00rem;
	background-image: url(../img/mv_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 640px) {
	.mv {
		min-height: 6.00rem;
		max-height: 6.00rem;
	}
}

.mv::after {
	content: "";
	width: 1px;
	height: 0.40rem;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
}
@media screen and (max-width: 640px) {
	.mv::after {
		height: 0.20rem;
	}
}

.mv .txt_box {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.mv .txt_box {
		top: 50%;
	}
}

.mv .txt_box .catch {
	font-size: 0.32rem;
	letter-spacing: 0.10em;
	font-weight: 600;
	color: #FFF;
	writing-mode: vertical-rl;
	text-align: center;
	margin: auto;
	text-shadow: 0 0 0.06rem rgba(0,0,0,0.6);
}
@media screen and (max-width: 640px) {
	.mv .txt_box .catch {
		font-size: 0.20rem;
	}
}

.mv .txt_box .logo {
	width: 1.22rem;
	margin: 0.30rem auto 0;
}
@media screen and (max-width: 640px) {
	.mv .txt_box .logo {
		width: 1.00rem;
	}
}

/*============================
イントロ
============================*/
.introduction {
	background-image: url(../img/intro_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 1.30rem 0 1.80rem;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 640px) {
	.introduction {
		padding: 0.80rem 0 1.00rem;
	}
}

.introduction::before {
	content: "";
	width: 1px;
	height: 0.40rem;
	background-color: #333;
	position: absolute;
	left: 50%;
	top: 0;
}
@media screen and (max-width: 640px) {
	.introduction::before {
		height: 0.20rem;
	}
}

.introduction .sec_tit {
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 2.15;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.introduction .sec_tit {
		font-size: 0.18rem;
		letter-spacing: 0.10em;
		padding-bottom: 0.20rem;
	}
}

.introduction .catch {
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	line-height: 3;
}
@media screen and (max-width: 640px) {
	.introduction .catch {
		font-size: 0.15rem;
		line-height: 2.5;
	}
}

/*============================
About
============================*/
.about {
	background-color: #d2eaef;
	padding: 1.00rem 0 0.70rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.about {
		padding: 0.10rem 0 0.50rem;
	}
}

.about::before {
	content: "";
	width: 5.40rem;
	height: 1.84rem;
	background-image: url(../img/intro_deco.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -1.20rem;
	transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
	.about::before {
		width: 2.80rem;
		height: 1.00rem;
		top: -0.70rem;
	}
}

.about .ph_wrap {
	width: 55%;
	max-width: 8.00rem;
	height: 4.70rem;
	border-radius: 0.20rem;
	overflow: hidden;
	position: absolute;
	left: calc(44% + 1.00rem);
	top: -0.47rem;
}
@media screen and (max-width: 640px) {
	.about .ph_wrap {
		width: calc(100% - 0.20rem);
		max-width: 8.00rem;
		height: 66vw;
		border-radius: 0.06rem;
		overflow: hidden;
		position: relative;
		left: 0.10rem;
		top: 0;
	}
}

.about .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .in {
	position: relative;
}

.about .in .txt_box {
	width: 100%;
	max-width: 4.85rem;
}
@media screen and (max-width: 640px) {
	.about .in .txt_box {
		max-width: 100%;
	}
}

.about .in .txt_box .sec_tit {
	font-size: 0.34rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.about .in .txt_box .sec_tit {
		font-size: 0.20rem;
		padding-bottom: 0.20rem;
		padding-top: 0.30rem;
		text-align: center;
	}
}

.about .in .txt_box .txt {
	font-size: 0.16rem;
	line-height: 2.15;
	padding-top: 0.20rem;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	.about .in .txt_box .txt {
		font-size: 0.14rem;
		line-height: 2;
		padding-top: 0;
		text-align: justify;
	}
}

/*============================
おもてなし
============================*/
.feature {
	padding: 1.00rem 0 1.80rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.feature {
		padding: 0.50rem 0 0.90rem;
		position: relative;
	}
}

.feature::after {
	content: "";
	width: 100%;
	height: 1.17rem;
	background-image: url(../img/feature_bg.png);
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 640px) {
	.feature::after {
		height: 0.60rem;
		bottom: -0.30rem;
	}
}

.feature .sec_tit {
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.feature .sec_tit {
		font-size: 0.20rem;
		line-height: 1.65;
		text-align: center;
	}
}

.feature .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 8.40rem;
	margin: auto;
}

.feature .list .detail {
	width: 2.00rem;
	margin: 0 0.40rem;
	padding-top: 0.50rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.feature .list .detail {
		width: calc(45% - 0.20rem);
		margin: 0 0.10rem;
		padding-top: 0.30rem;
	}
}

.feature .list .detail .icon {
	width: 100%;
	height: 2.00rem;
	border-radius: 1.00rem;
	overflow: hidden;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.feature .list .detail .icon {
		width: 1.00rem;
		height: 1.00rem;
		margin: auto;
	}
}
.feature .list .detail .icon.border {
	border: 2px solid #2C6CAF;
}

.feature .list .detail .txt {
	font-size: 0.16rem;
	line-height: 1.75;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	.feature .list .detail .txt {
		font-size: 0.14rem;
		line-height: 1.65;
	}
}

.feature .list .detail.small {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	width: 2.50rem;
}

.feature .list .detail.small .icon {
	width: 1.00rem;
	height: 1.00rem;
}

.feature .list .detail.small .txt {
	text-align: left;
	padding-top: 0;
}

/*============================
お部屋
============================*/
.room {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.room .room_box {
	width: calc(50% - 1px);
	height: 4.70rem;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.room .room_box {
		width: calc(100% - 0.40rem);
		height: 2.70rem;
		position: relative;
		text-align: center;
		margin: 0 auto 0.50rem;
	}
}

.room .room_box.-room01 a {
	background-image: url(../img/room_ph01_202405.jpg);
}
.room .room_box.-room02 a {
	background-image: url(../img/room_ph02_202405.jpg);
}

.room .room_box a {
	display: block;
	height: 100%;
	padding-top: 1.5rem;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 0.06rem rgba(0,0,0,0.6);
}
@media screen and (max-width: 640px) {
	.room .room_box a {
		display: block;
		height: 100%;
		padding-top: 0.45rem;
		box-sizing: border-box;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.room .room_box a:hover {
	opacity: 0.7;
}

.room .room_box .room_name {
	font-size: 0.30rem;
	font-weight: 600;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.room .room_box .room_name {
		font-size: 0.20rem;
		font-weight: 600;
		color: #FFF;
	}
}

.room .room_box .spec {
	font-size: 0.16rem;
	font-weight: 500;
	color: #FFF;
	padding: 0.25rem 0;
}
@media screen and (max-width: 640px) {
	.room .room_box .spec {
		font-size: 0.13rem;
		padding: 0.15rem 0;
	}
}

.room .room_box .room_fac {
	font-size: 0.18rem;
	font-weight: 600;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.room .room_box .room_fac {
		font-size: 0.14rem;
	}
}

.room .room_box .room_fac span {
	border: 1px solid #FFF;
	display: inline-block;
	padding: 0.04rem 0.20rem 0.06rem;
	border-radius: 0.30rem;
}

.room .room_box .soon {
	font-size: 0.36rem;
	letter-spacing: 0.06em;
	padding-top: 0.30rem;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.room .room_box .soon {
		font-size: 0.22rem;
		padding-top: 0.20rem;
	}
}

.room .room_box .txt {
	padding-top: 0.20rem;
	font-size: 0.14rem;
	color: #FFF;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.room .room_box .txt {
		padding-top: 0.20rem;
		font-size: 0.12rem;
		letter-spacing: 0;
		color: #FFF;
		line-height: 1.75;
		padding: 0.10rem 0.20rem;
	}
}

.room .room_box .reserve_btn {
	width: 3.30rem;
	padding: 0.29rem 0 0.31rem;
	line-height: 0;
	text-align: center;
	background-color: #000;
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #FFF;
	position: absolute;
	bottom: -0.30rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
	.room .room_box .reserve_btn {
		width: 2.70rem;
		padding: 0.22rem 0 0.24rem;
		font-size: 0.15rem;
		bottom: -0.20rem;
	}
}

.room .room_box .reserve_btn::after {
	content: "";
	width: 0.24rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_arrow2_white.svg);
	background-repeat: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
}

.room .room_box a:hover .reserve_btn::after {
	right: 0.12rem;
}

.room .room_footer {
	padding: 1.40rem 0 1.10rem;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.room .room_footer {
		padding: 0.30rem 0 0.50rem;
		width: 100%;
	}
}

.room .room_footer .more_btn {
	width: 100%;
	max-width: 5.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.room .room_footer .more_btn {
		max-width: calc(100% - 0.40rem);
	}
}

.room .room_footer .more_btn a {
	display: block;
	line-height: 0;
	padding: 0.39rem 0 0.41rem;
	text-align: center;
	background-color: #2C6CAF;
	font-size: 0.24rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #FFF;
	position: relative;
}
@media screen and (max-width: 640px) {
	.room .room_footer .more_btn a {
		padding: 0.29rem 0 0.31rem;
		font-size: 0.16rem;
	}
}

.room .room_footer .more_btn a::after {
	content: "";
	width: 0.30rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_arrow2_white.svg);
	background-repeat: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
}

.room .room_footer .more_btn a:hover {
	opacity: 0.7;
}

.room .room_footer .more_btn a:hover::after {
	right: 0.16rem;
}

/*============================
footer
============================*/
footer {
	background-image: url(../img/footer_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 4.00rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	footer::after {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.2);
		position: absolute;
		top:0;
		left: 0;
		z-index: 0;
	}
}

footer .in {
	height: 100%;
	z-index: 1;
}

footer .txt_box {
	width: 3.30rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
}
@media screen and (max-width: 640px) {
	footer .txt_box {
		width: calc(100% - 0.20rem);
		color: #FFF;
	}
}

footer .txt_box .logo {
	width: 1.22rem;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	footer .txt_box .logo {
		width: 1.00rem;
		margin: auto;
	}
}

footer .txt_box .txt {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	footer .txt_box .txt {
		font-size: 0.13rem;
		text-shadow: 0 0 0.04rem rgba(0,0,0,0.4);
		text-align: center;
	}
}