@charset "utf-8";

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


/* 特別フロア「月星」 */
#sproom #mv {
	background-image: url(../img/room/mv_sp.jpg);
}

/*============================
共通
============================*/
.cont_wrap {
	max-width: 8.00rem;
	width: 100%;
	margin: auto;
}

/*============================
DAY SERVICE
============================*/
#room {
	padding-bottom: 1.50rem;
}

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

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

#room .lead_wrap .lead_title span {
	display: block;
	font-size: 0.18rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.10rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#room .lead {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
	#room .lead {
		font-size: 0.15rem;
		text-align: left;
	}
}


/* 特典 */
#room .tokuten {
	display: flex;
	flex-wrap: wrap;
	max-width: 8.00rem;
	margin: 0 auto 0.60rem;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
}

#room .tokuten h4 {
	font-size: 0.16rem;
	font-weight: 600;
	text-align: center;
	width: 1.70rem;
	line-height: 1.6;
	color: #fff;
	background-color: #B4272D;
	box-sizing: border-box;
	padding: 0.15rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#room .tokuten h4 {
		width: 100%;
		text-align: center;
	}
}


/* 特別フロア「月星」 */
#sproom #room .tokuten h4 {
	background-color: #E2C578;
	color: #000;
}


#room .tokuten .list {
	width: calc(100% - 1.70rem);
	background: #fff;
	box-sizing: border-box;
	padding: 0.20rem;
}
@media screen and (max-width: 640px) {
	#room .tokuten .list {
		width: 100%;
	}
}


#room .tokuten .list .item {
	font-size: 0.15rem;
	box-sizing: border-box;
	line-height: 1.8;
	margin-bottom: 0.15rem;
	padding-left: 0.25rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#room .tokuten .list .item {
		font-size: 0.12rem;
	}
}

#room .tokuten .list .item::before {
	content: '';
	display: inline-block;
	width: 0.12rem;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 0.12rem;
	left: 0;

}

#room .tokuten .list .item span {
	font-size: 0.12rem;
	display: block;
}


#room table {
	border-collapse: collapse;
}

#room table th {
	text-align: left;
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	padding: 0.15rem 0;
	width: 2.10rem;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	#room table th {
		width: 100%;
		display: block;
		font-size: 0.14rem;
		background: rgba(208, 187, 172, 0.5);
		box-sizing: border-box;
		padding: 0.10rem;
		border: none;
	}
}


#room table td {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.15rem 0 0.15rem 0.20rem;
}
@media screen and (max-width: 640px) {
	#room table td {
		display: block;
		font-size: 0.14rem;
		padding: 0.10rem 0 0.20rem;
		box-sizing: border-box;
		border-bottom: 0;
	}
}

#room table td .td_tit {
	font-weight: 600;
}

#room table td .td_tit::before {
	content: "";
	width: 4px;
	height: 0.18rem;
	background-color: rgba(0,0,0,0.5);
	display: inline-block;
	margin-right: 0.10rem;
	position: relative;
	top: 0.03rem;
}


#room table td .td_txt {
	padding-bottom: 0.15rem;
}

#room table td .td_txt:last-child {
	padding-bottom: 0;

}


#room table td span {
	font-size: 0.14rem;
	display: block;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* ボタン */
#room .btn_common {
	margin-top: 0.80rem;
}

#room .btn_common a {
	margin: auto;
}

/* メモ */
#room .note_box {
	margin-top: 0.55rem;
	background: rgba(208, 187, 172, 0.5);
	box-sizing: border-box;
	padding: 0.25rem;
}

#room .note_box .note_title {
	font-size: 0.18rem;
	font-weight: 600;
	margin-bottom: 0.20rem;

}

#room .note_box .note_list {
	list-style: disc inside;
}

#room .note_box .note_list .item {
	font-size: 0.15rem;
	line-height: 1.6;
	padding-left: 0.15rem;
	text-indent: -0.15rem;
	margin-bottom: 0.1rem;
}


/* バナー */
#bnr {
	padding: 1.00rem 0;
}
@media screen and (max-width: 640px) {
	#bnr {
		padding: 0.40rem 0;
	}
}

#bnr .bnr_wrap {
	text-align: center;
}

#bnr .bnr_wrap a:hover {
	opacity: 0.7;
}

