header {
	margin-bottom: 15px;
}

#main {
	width: 100%;
	height: 464px;
	position: relative;
	background: url(../rooms/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 120px;
}
#main h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -140px;
}

.contents {
	width: 1024px;
	margin: 0 auto;
}

#intro {
	margin-bottom: 130px;
}
#intro h1 {
	margin-bottom: 55px;
	text-align: center;
	width: 100%;
}
#intro p {
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

.room {
	margin-bottom: 140px;
}

.room h1 {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.room p.image {
	margin-bottom: 40px;
}
.room .wrapper {
	width: 100%;
	overflow: hidden;
}
.room .wrapper .about {
	width: 550px;
	float: left;
}

.room .wrapper p.description {
	width: 100%;
	line-height: 1.6;
	margin-bottom: 20px;
}
.room .wrapper table {
	width: 530px;
}
.room .wrapper table th {
	width: 80px;
	background-color: #771414;
	color: #fff;
	padding: 8px 0;
}
.room .wrapper table td {
	width: 290px;
	padding-left: 10px;
	background-color: #fff;
	padding: 8px 5px 8px 10px;
}
.room .wrapper p.btn {
	width: 250px;
	margin:  40px 0 0;
	position: relative;
}
.room .wrapper p.btn a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 0;
	background-color: #771414;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}
.room .wrapper p.btn a:hover {
	background-color: #984040;
	
}
.room .wrapper .floor {
	width: 277px;
	float: right;
}

.bx-pager {
	width: 80px;
	margin: 15px auto 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bx-pager-item a {
	background: url(../rooms/images/ic_psv.png) no-repeat center center;
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
}
.bx-pager-item a.active {
	background: url(../rooms/images/ic_act.png) no-repeat center center;
}

#info {
	margin-bottom: 170px;
}

#info h1 {
	text-align: center;
	margin-bottom: 30px;
}
#info table {}

#info table th {
	width: 180px;
	background-color: #771414;
	color: #fff;
	padding: 12px 0;
}
#info table td {
	width: 890px;
	padding-left: 10px;
	background-color: #fff;
	padding: 12px 5px 12px 10px;
	line-height: 1.5;
}

#pnav {
	width: 1024px;
	margin: 0 auto 130px;
	display: flex;
	flex-wrap: wrap;
}
#pnav p a {
	opacity: 1.0;
	transition: 0.3s;
}

#pnav p a:hover {
	opacity: 0.6;
}
