@charset "UTF-8";
/*------------------------
#main
------------------------*/
#DEARWANwrap #main {
	background: url(../img/stay/main.jpg) top center no-repeat;
}

/*------------------------
#room
------------------------*/
#DEARWANwrap #room{
	padding: 0 0 100px 0;
	background: linear-gradient(to bottom ,#111111 80%, #252525 100%);
}
#DEARWANwrap #room .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid #3E3E3E 1px;
	padding: 30px 50px;
	margin: 20px 0 80px 0;
}
#DEARWANwrap #room .inner > img{
	width: 100%;
	height: auto;
}
#DEARWANwrap #room .info:last-of-type{
	margin: 20px 0 0 0;
}
#DEARWANwrap #room .info ul li::before{
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #597042;
	border-radius: 100%;
	margin-right: 10px;
}

/*------------------------
#sub
------------------------*/
/*spa*/
#DEARWANwrap #sub .spa p{
	text-align: center;
	margin: 30px 0 20px 0
}
#DEARWANwrap #sub .spa p b{
	display: block;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 20px;
}
#DEARWANwrap #sub .spa dl{
	width: 600px;
}
#DEARWANwrap #sub .spa dl dt{
	width: 100px;
}
#DEARWANwrap #sub .spa dl dd{
	width: 500px;
}
#DEARWANwrap #sub .spa p.note{
	font-size: 14px;
	margin: 10px 0 0 0;
}
#DEARWANwrap #sub .spa p.note a{
	text-decoration: underline;
}

/*svc*/
#DEARWANwrap #sub .svc{
	padding: 50px 100px 15px 100px;
}

/*faci*/
#DEARWANwrap #sub .faci dl{
	width: 100%;
}
#DEARWANwrap #sub .faci dl dt{
	width: 245px;
}
#DEARWANwrap #sub .faci dl dd{
	width: calc(100% - 245px);
}