@charset "utf-8";
/*===============================================
				service
===============================================*/
#room #headArea{
	text-align: center;
	padding-bottom: 5em;
}
#room .container{
	width: 1000px;
}
#room #headArea h1{
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: solid 1px #e3e0e0;
	font-size: 260%;
	line-height: 1.6;
}

#room #headArea ul{
	padding: 5px 0 10px;
	margin: 0 -85px 0;
	border-top: solid 1px #cccccc;
}
#room #headArea ul li{
	display: inline;
	float: left;
	border-left: solid 1px #cccccc;
	margin-bottom: -5px;
}
#room #headArea ul:last-child{
	margin-top: 0;
	border-bottom: solid 1px #e3e0e0;
}
#room #headArea ul li:first-child{
	border: none;
}
#room .room-list-contaner section:nth-child(odd){
	background-color: #f9f9f9
}
#room .room-list .container{
  width: 1100px;
}
#room .room-list h2{
	margin-bottom: 40px;
	font-size: 180%;
	line-height: 1.6;
	text-align: center;
}
#room .room-list .content-box{
	display: flex;
  justify-content: space-between;
}
#room .room-list .content-box dl{
	margin-bottom: 2em;
}
#room .room-list .content-box dt{
	font-weight: bold;
}
#room .room-list .content-box .ima-area{
	width: 520px;
}
#room .room-list .content-box .text-area{
	width: 520px;
}
#room #Amenities h1{
	margin-bottom: 40px;
	font-size: 240%;
	line-height: 1.6;
	text-align: center;
}
#room #Amenities .container{
	width: 950px;
}
#room #Amenities table{
	width: 100%;
	border-top: dotted 1px #000000;
}
#room #Amenities th{
	width: 290px;
	vertical-align: top;
	text-indent : 30px;
}
#room #Amenities th,
#room #Amenities td{
	padding: 25px 0;
	border-bottom: dotted 1px #000000;
}
