@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
============================*/
#roomlist .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) {
	#roomlist .lead_wrap .lead_title {
		font-size: 0.20rem;
	}
}


#roomlist .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) {
	#roomlist .lead {
		font-size: 0.15rem;
		letter-spacing: 0;
		text-align: justify;
	}
}


/* アンカーリンク */
#roomlist .anker_list {
	margin: auto;
	margin-bottom: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#roomlist .anker_list .item {
	width: 22%;
}
@media screen and (max-width: 640px) {
	#roomlist .anker_list .item {
		width: 48%;
		margin-bottom: 0.20rem;
	}
}


#roomlist .anker_list .item a {
	font-size: 0.16rem;
	line-height: 1.8;
	box-sizing: border-box;
	position: relative;
	color: #000;
	text-align: center;
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 0.10rem;
	padding-right: 0.10rem;
}
@media screen and (max-width: 640px) {
	#roomlist .anker_list .item a {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

#roomlist .anker_list .item a:hover {
	opacity: 0.7;
}

#roomlist .anker_list .item a::before {
	content: '';
	width: 0.10rem;
	height: 0.10rem;
	display: inline-block;
	background: url(../img/roomlist/icon_anker.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.15rem;
	right: 0.10rem;
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#roomlist .anker_list .item a::before {
		top: 0.10rem;
	}
}

#roomlist .anker_list .item a:hover::before {
	top: 0.18rem;
}

/* 部屋 */
.room_box {
	/* margin-bottom: 0.70rem; */
}

.roomlist_wrap #roomlist .title,
.roomlist_wrap #speciality .title {
	font-size: 0.26rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.50rem;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	.roomlist_wrap #roomlist .title,
	.roomlist_wrap #speciality .title {
		font-size: 0.22rem;
	}
}

.roomlist_wrap #roomlist .title .renew_text {
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 0.15rem;
	font-weight: 500;
	color: #FFF;
	background-color: #B4272D;
	padding: 0.06rem 0.18rem 0.08rem;
	border-radius: 0.30rem;
	position: relative;
	top: -0.15rem;
	letter-spacing: 0;
}


.roomlist_wrap #roomlist .title span,
.roomlist_wrap #speciality .title span {
	position: relative;
	display: inline-block;
}

.roomlist_wrap #roomlist .title span::before,
.roomlist_wrap #speciality .title span::before {
	position: absolute;
	content: '';
	width: 0.50rem;
	height: 1px;
	background-color: #000;
	left: -0.70rem;
	top: 50%;
	transform: translateY(-50%);
}

.roomlist_wrap #roomlist .title span::after,
.roomlist_wrap #speciality .title span::after {
	position: absolute;
	content: '';
	width: 0.50rem;
	height: 1px;
	background-color: #000;
	right: -0.70rem;
	top: 50%;
	transform: translateY(-50%);
}

.room_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.room_box .list .item {
	width: 46%;
	margin-bottom: 1.20rem;
}
@media screen and (max-width: 640px) {
	.room_box .list .item {
		width: 100%;
		margin-bottom: 0.80rem;
	}
}


.room_box .list .item .room_title {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	.room_box .list .item .room_title {
		font-size: 0.18rem;
		letter-spacing: 0;
	}
}

.room_box .list .item .ph_wrapp {
	width: 100%;
	height: 3.10rem;
	margin-bottom: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.room_box .list .item .ph_wrapp {
		height: 2.20rem;
	}
}

.room_box .list .item .ph_wrapp a {
	display: block;
}

.room_box .list .item .ph_wrapp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.room_box .list .item .ph_wrapp a:hover img {
	transform: scale(1.04);
	opacity: 0.7;
}

.room_box .list .item .note {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.65;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	.room_box .list .item .note {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

.room_box .list .item .btn {
	text-align: center;
}

.room_box .list .item .btn a {
	font-size: 0.14rem;
	position: relative;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 0.10rem;
}

.room_box .list .item .btn a:hover {
	opacity: 0.7;
}

.room_box .list .item .btn a::after {
	content: '';
	width: 0.053rem;
	height: 0.10rem;
	display: inline-block;
	background: url(../img/roomlist/icon_arrow_right.svg) no-repeat;
	background-size: contain;
	/* position: absolute; */
	transition: all .3s;
	margin-left: 0.20rem;
	
}

/* 愛犬家バナー */
#aiken .aiken_bnr {
	text-align: center;
	margin-bottom: 0.50rem;
}

#aiken .aiken_bnr a:hover {
	opacity: 0.7;
}
