@charset "utf-8";
/* CSS Document */


.rwd-table {
	background: #fff;
	overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
	background: #eee;
}
.rwd-table th,  .rwd-table td {
	margin: 0.5em 1em;
}
.rwd-table {
	min-width: 100%;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
.rwd-table th, .rwd-table td:before {
	font-size: 1.6rem;
	color: #000;
	font-weight: 500;
}
@media (min-width: 480px) {
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.rwd-table th:first-child,  .rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child,  .rwd-table td:last-child {
	padding-right: 0;
}
.rwd-table th,  .rwd-table td {
	padding: 1em !important;
}
}
.head05 {
	text-align: center;
}
.head05 span {
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
}
/*.head05 span::before, .head05 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 1.5em;
	height: 1px;
	background-color: black;
}
.head05 span::before {
	left: 100%;
}
.head05 span::after {
	right: 100%;
}*/
.rooms_type {
	clear: both;
	margin-bottom: 60px;
	overflow: hidden;
}


.rooms_type .type_image {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
.type_image img {
	width: 100%;
	height: auto;
}
.rooms_type .type_wording {
	display: block;
	float: right;
	width: 49%;
	padding: 1% 2%;
	text-align: center;
}
.rooms_type .type_wording a{
	font-size: 1.8rem;
	font-family: 'cwTeXFangSong', sans-serif;
}
.rooms_type:nth-child(odd) .type_image{
	float: right;
}
.type_wording span {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
}
.type_wording span::before {
	position: absolute;
	top: 90px;
	content: '';
	width: 50%;
	height: 1px;
	background-color: black;
}
.type_wording span::before {
	left: -50px;
}
.rooms_type:nth-child(odd) .type_wording{
	float: left;}
.rooms_type:nth-child(odd) .type_wording span::before {
    right: -50px;
	left: unset;
}

	
.room_rate {
	font-size: 1.8rem;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.amenities {
	overflow: hidden;
	margin-bottom: 30px;
}

.room_photo ul li {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0.5%;
}
.rooms_btn {
    text-align: center;
}
.more {
    display: inline-block;
}
.wrap_h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1024px) {

.room_rate{
	font-size: 1.6rem;
}

}
@media screen and (max-width:768px) {

.rooms_type .type_image{
	width: 100%;
}

.rooms_type .type_wording{
	width: 100%;
}

}

@media screen and (max-width:568px) {
.room_rate{
	font-size: 1.8rem;
}
.rooms_btn{
	overflow: hidden;
}
.rooms_btn .btn{
	width:50%;
	float: left;
	clear: none;
	padding: 0px;
}
.rooms_btn .btn a{
	width: 100%;
    
    box-sizing: border-box;
    padding: 0;
}
.rooms_btn .btn.booking{
	width:100%;
	margin-bottom: 10px;
}
.rooms_btn .btn.booking a{
	width:100%;
}
.lightbox_photo{
	padding-bottom:0px;
}
.type_wording .head03{
	margin-top: -25px;
}
}