@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/sproom/mv.jpg);
}

/*============================
特別フロア「月星」
============================*/
#tsukibosi_top {
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 640px) {
	#tsukibosi_top {
		padding-bottom: 0;
	}
}


#tsukibosi_top .lead_title {
	font-size: 0.22rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	#tsukibosi_top .lead_title {
		font-size: 0.20rem;
	}
}


#tsukibosi_top .lead {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 0.60rem;
}

@media screen and (max-width: 640px) {
	#tsukibosi_top .lead {
		font-size: 0.16rem;
		text-align: left;
	}
}


/* リンク */
#tsukibosi_top .link_list {
	display: flex;
	justify-content: center;
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	#tsukibosi_top .link_list {
		justify-content: center;
		flex-wrap: wrap;
	}
}


#tsukibosi_top .link_list .item {
	max-width: 2.50rem;
	width: 100%;
	margin: 0 0.25rem;
}

@media screen and (max-width: 640px) {
	#tsukibosi_top .link_list .item {
		width: 46%;
		margin: 0 2% 0.20rem;
	}
}


#tsukibosi_top .link_list .item a {
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
	padding-bottom: 0.15rem;
	display: block;
	position: relative;
}

@media screen and (max-width: 640px) {
	#tsukibosi_top .link_list .item a {
		font-size: 0.14rem;
	}
}


#tsukibosi_top .link_list .item a:hover {
	opacity: 0.7;
}

#tsukibosi_top .link_list .item a::after {
	content: '';
	width: 0.13rem;
	height: 0.11rem;
	background: url(../img/sproom/icon_arrow_bottom.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	right: 0.10rem;
	top: 0.10rem;
}

/*============================
サービス
============================*/
/* コンテンツ */
#service .cont_wrap {
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	#service .cont_wrap {
		margin-bottom: 0;
	}
}

#service .cont_wrap .cont_mv {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#service .cont_wrap .cont_mv {
		height: 70vw;
	}
	#service .cont_wrap .cont_mv img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

#service .cont_wrap .in {
	padding: 0;
	background: #fff;
	margin-top: -0.6rem;
}

@media screen and (max-width: 640px) {
	#service .cont_wrap .cont_box {
		padding: 0 0.15rem;
		box-sizing: border-box;
	}
}


#service .cont_box .no {
	text-align: center;
	position: relative;
	top: -0.30rem;
}

#service .cont_box .no span {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
	background: #000;
	padding: 0.20rem 0;
	width: 3.00rem;
	display: inline-block;
}

#service .cont_box .lead_wrap {
	text-align: center;
	margin-bottom: 0.40rem;
}

#service .cont_box .lead_wrap span {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0.15rem;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	#service .cont_box .lead_wrap span {
		font-size: 0.16rem;
	}
}

#service .cont_box .lead_wrap .cont_title {
	font-size: 0.26rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 640px) {
	#service .cont_box .lead_wrap .cont_title {
		font-size: 0.22rem;
	}
}

#service .cont_box .lead {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#service .cont_box .lead {
		font-size: 0.15rem;
	}
}

#service .cont_box .note {
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#service .cont_box .note {
		font-size: 0.11rem;
		line-height: 1.875;
	}
}

#service .cont_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 0.70rem;
}
@media screen and (max-width: 640px) {
	#service .cont_box .list {
		padding: 0;
	}
}


#service .cont_box .list .item {
	width: 32%;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	#service .cont_box .list .item {
		width: 100%;
		margin-bottom: 0.40rem;
	}
}


/* ２カラム */
#service .cont_box .list.col2 .item {
	width: 49%;

}

#service .cont_box .list .item .ph_wrap {
	width: 100%;
	height: 2.00rem;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
	#service .cont_box .list .item .ph_wrap {
		height: 60vw;
	}
}


/* ２カラム */
#service .cont_box .list.col2 .item .ph_wrap {
	width: 100%;
	height: 3.00rem;
}
@media screen and (max-width: 640px) {
	#service .cont_box .list.col2 .item .ph_wrap {
		height: 30vw;
	}
}

#service .cont_box .list .item .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	#service .cont_box .list .item .ph_wrap img {
		border-radius: 0.06rem;
	}
}

#service .cont_box .list .item .list_title {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#service .cont_box .list .item .list_title {
		font-size: 0.16rem;
	}
}

#service .cont_box .list .item .text {
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 1.78;
	margin-top: 0.15rem;
}

@media screen and (max-width: 640px) {
	#service .cont_box .list .item .text {
		font-size: 0.13rem;
	}
}

/*============================
温泉付き 特別室
============================*/
.special {}

.special .cont_wrap {
	position: relative;
	z-index: 1;
	margin-bottom: 1.10rem;
}

.special .cont_wrap::after {
	content: '';
	background: #fff;
	width: calc(100% - (100% - 10.0rem) / 2);
	height: 100%;
	top: 0.30rem;
	right: 0;
	z-index: -1;
	display: block;
	position: absolute;
	border-radius: 0 0 0 0.10rem;
	border-top: 0.10rem solid #F4DFA7;
}

.special .cont_wrap:nth-child(odd)::after {
	right: auto;
	left: 0;
	border-radius: 0 0 0.10rem 0;
}

.special .cont_box {
	display: flex;
}
@media screen and (max-width: 640px) {
	.special .cont_box {
		flex-wrap: wrap;
	}
}


.special .cont_wrap:nth-child(odd) .cont_box {
	flex-flow: row-reverse;
}
@media screen and (max-width: 640px) {
	.special .cont_wrap:nth-child(odd) .cont_box {
		flex-flow: column;
	}
}


.special .cont_box .ph_wrap {
	width: 6.80rem;
	height: 4.40rem;
	position: relative;
	left: -0.40rem;
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.special .cont_wrap .cont_box .ph_wrap {
		width: calc(100% + 0.20rem);
		height: 60vw;
		left: 0;
		margin-left: -0.20rem;
		border-radius: 0 0.06rem 0.06rem 0;
	}
}

.special .cont_wrap:nth-child(odd) .cont_box .ph_wrap {
	right: -0.40rem;
	left: auto;
}

@media screen and (max-width: 640px) {
	.special .cont_wrap:nth-child(odd) .cont_box .ph_wrap {
		right: 0;
		margin-left: auto;
		margin-right: -0.20rem;
		border-radius: 0.06rem 0 0 0.06rem;
	}
}

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

.special .cont_box .text_wrap {
	width: calc(100% - 6.50rem);
	box-sizing: border-box;
	padding-top: 1.00rem;
}
@media screen and (max-width: 640px) {
	.special .cont_box .text_wrap {
		width: 100%;
		padding-top: 0.30rem;
	}
}


.special .cont_box .text_wrap .no {
	font-size: 0.16rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
	color: #5F2F06;
}
@media screen and (max-width: 640px) {
	.special .cont_box .text_wrap .no {
		font-size: 0.14rem;
		margin-bottom: 0.10rem;
	}
}

.special .cont_box .text_wrap .cont_title {
	font-size: 0.22rem;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.special .cont_box .text_wrap .cont_title {
		font-size: 0.20rem;
		margin-bottom: 0.10rem;
	}
}

.special .cont_box .text_wrap .teiin {
	font-size: 0.15rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
	.special .cont_box .text_wrap .teiin {
		font-size: 0.14rem;
		margin-bottom: 0.25rem;
	}
}

.special .cont_box .text_wrap .text {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.35rem;
	line-height: 1.78;
}

/* ボタン */
.special .cont_box .text_wrap .btn {
	font-size: 0.14rem;
	width: 1.80rem;
	border-bottom: 1px solid #000;
	padding-bottom: 0.15rem;
	position: relative;
}

.special .cont_box .text_wrap .btn a {
	display: block;
	color: #000;
}

.special .cont_box .text_wrap .btn a:hover {
	opacity: 0.7;
}

.special .cont_box .text_wrap .btn::after {
	content: '';
	width: 0.053rem;
	height: 0.10rem;
	display: inline-block;
	background: url(../img/sproom/icon_arrow_right.svg) no-repeat;
	background-size: contain;
	transition: all .3s;
	position: absolute;
	right: 0;
	top: 0.03rem;
}

/* モダン和洋室 */
#modan.special .cont_wrap::after {
	border-top: 0.10rem solid #D0BBAC;
}