/* --------------------------------------------------------------------------------
room
-------------------------------------------------------------------------------- */
#room .room-inner {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 50px;
	
	color: #585755;
}

/********** txt-room **********/
#room .room-inner .txt-room {
	padding: 0 0 75px;
}
#room .room-inner .txt-room h2 {
	padding: 0 0 50px;
	text-align: center;
	font-weight: 500;
	font-size: 40px;
}
#room .room-inner .txt-room .txt p {
	line-height: 2;
	text-align: center;
	font-size: 19px;
}
#room .room-inner .txt-room .txt p span.no-smoking {
	line-height: 2;
	font-size: 24px;
}

/* ----------------------------------------
ページナビ
---------------------------------------- */
#room .page-nav {
	padding: 0 0 40px;
}
#room .page-nav ul {
	display: flex;
	justify-content: center;
}
#room .page-nav ul li {
	padding: 0 22px;
}
#room .page-nav ul li a {
	font-size: 22px;
	color: #585755;
}


/* ----------------------------------------
section
---------------------------------------- */
/********** 設備 **********/
#room .room-inner .room-section {
	margin: 0 0 105px;
	padding: 72px 0 85px;
	background: #faf7f0;
}
#room .room-inner .room-section .room-section-box {
	padding: 0 63px 90px;
}
#room .room-inner .room-section h2 {
	padding: 0 0 60px;
	font-weight: 500;
	font-size: 40px;
}
#room .room-inner .room-section h2 .label-ja {
	display: block;
	
	padding: 0 0 30px;
	text-align: center;
	font-size: 40px;
	color: #585755;
}
#room .room-inner .room-section h2 .label-en {
	position: relative;
	
	display: block;
	padding: 0 0 12px;
	text-align: center;
	
	letter-spacing: 0.05em;
	font-size: 19px;
	color: #c29365;
}
#room .room-inner .room-section h2 .label-en::after {
	display: block;
	
	content: "";
	
	width: 88px;
	height: 2px;
	margin: 0 0 0 -44px;
	
	position: absolute;
	left: 50%;
	bottom: 0;
	
	background: #c29365;
}

#room .room-inner .room-section h3 {
	padding: 0 0 25px;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
	color: #858583;
}


/* ----------------------------------------
各部屋詳細
---------------------------------------- */
/********** 部屋写真 **********/
#room .room-inner .room-section .img-room {
	padding: 0 0 25px;
}
#room .room-inner .room-section .img-room img {
	display: block;
}


/********** 各部屋詳細情報 **********/
#room .room-inner .room-section .txt-info {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin: 0 0 0;
	padding: 0 0 5px;
	color: #858583;
	background: url("../images/room/bg-line.png") repeat-y 560px 0;
}

/********** 客室設備・アメニティ **********/
#room .room-inner .room-section .txt-info .txt {
	width: 550px;
	font-size: 17px;
}
#room .room-inner .room-section .txt-info .txt h4 {
	padding: 0 0 12px;
	font-size: 19px;
	font-weight: 600;
}
#room .room-inner .room-section .txt-info .txt p {
	padding: 0 0 35px;
	line-height: 1.8;
}
#room .room-inner .room-section .txt-info .txt p:last-child {
	padding-bottom: 0;
}

/********** 客室情報 **********/
#room .room-inner .room-section .txt-info .info {
	width: 235px;
	font-size: 17px;
}
#room .room-inner .room-section .txt-info .info h4 {
	padding: 0 0 13px;
	font-size: 19px;
}
#room .room-inner .room-section .txt-info .info ul li {
	padding: 10px 0;
	border-bottom: solid 2px #dcc2a6;
	font-size: 17px;
}

/********** 宿泊予約 **********/
#room .room-inner .room-section .btn-details {
	display: flex;
	justify-content: center;
	
	width: 100%;
}
#room .room-inner .room-section .btn-details a {
	display: block;
	width: 350px;
	margin: 0 auto;
	border-radius: 2px;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #c29365 url("../images/index/icon-arr-2.png") no-repeat calc(100% - 20px) 50%;
}








