@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.box_container {
	max-width: 1260px;
	margin: auto;
}
@media only screen and (max-width: 1260px) {
  .box_container {
		width: 95%;
  }
}
@media print {
  .box_container {
		width: 95%;
  }
}
.ie8 .box_container {
	width: 95%;
}

.box_container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.col {
	float: left;
	position: relative;
	min-height: 1px;
}

.st_c {
	text-align: center;
	margin-bottom: 38px;
}
.st_c .txt {
	font-size: 108%;
	background: #8b784d;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .st_c .txt {
		font-size: 100%;
  }
}
.st_c .txt span {
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	background: #8b784d;
	margin-bottom: 8px;
}
.st_c h3, .st_c h2 {
	font-weight: normal;
	font-size: 229%;
}
@media only screen and (max-width: 767px) {
  .st_c h3, .st_c h2 {
		font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .st_c {
		margin-bottom: 15px;
  }
}

.st_tit {
	text-align: center;
	margin-bottom: 30px;
}
.st_tit h4, .st_tit h3 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 229%;
}
@media only screen and (max-width: 767px) {
  .st_tit h4, .st_tit h3 {
		font-size: 172%;
  }
}
.st_tit .txt {
	background: url(../images/common/bg_st_mid_gold.png) center top no-repeat;
	font-size: 108%;
	display: inline-block;
	padding: 15px 10px 10px;
	margin-bottom: 5px;
	border-top: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .st_tit .txt {
		font-size: 100%;
  }
}

.btn {
	text-align: center;
	margin-bottom: 30px;
}
.btn a {
	max-width: 320px;
}

.btn.red a {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 1em 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #b11d17;
	color: #fff !important;
}
.btn.red a span {
	padding-right: 2.5em;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .btn.red a span {
		padding-right: 1.5em;
  }
}
.btn.red a span:after {
	content: "\f3d6";
	font-family: "Ionicons";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.red a:hover span:after {
	right: -0.5em;
}
.btn.red a i {
	margin-right: 0.5em;
	font-size: 114%;
}

.txt_orange {
	color: #e46237;
}

.ic_square {
	font-size: 143%;
	color: #8b784d;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title .bg_title {
	background-image: url(../images/rooms/bg_title.jpg);
}

/* -----------------------------------------------------------
	.con_lnk
----------------------------------------------------------- */
.con_lnk {
	margin-bottom: 40px;
}
.con_lnk .box_list {
	text-align: center;
	margin-left: -3px;
	margin-right: -3px;
}
.con_lnk .box_list li {
	width: 33.33333%;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 20px;
}
.con_lnk .box_list li a {
	display: block;
	position: relative;
	height: 100%;
	background: #8b784d;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	text-align: center;
	padding: 1.5em 0;
}
.con_lnk .box_list li a:hover {
	opacity: 0.8;
}
.con_lnk .box_list li a:hover .txt {
	color: #fff;
}
.con_lnk .box_list li a .txt {
	position: relative;
	font-size: 129%;
	color: #fff;
}
.con_lnk .box_list li a .ic_arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 32%);
	-ms-transform: translate(-50%, 32%);
	transform: translate(-50%, 32%);
	width: 50px;
	height: 50px;
	background: #8b784d;
	border-radius: 50%;
	text-align: center;
	padding-top: 17px;
}
.con_lnk .box_list li a .ic_arrow em {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #fff;
}
.con_lnk .box_list li.bg_blue a,
.con_lnk .box_list li.bg_blue a .ic_arrow {
	background: #011746;
}
.con_lnk .box_list li.bg_orange a,
.con_lnk .box_list li.bg_orange a .ic_arrow {
	background: #e46237;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms .box_list .room {
	padding-top: 30px;
	margin-bottom: 70px;
}
.con_rooms .box_list .room .box_title {
	margin-bottom: 30px;
}
.con_rooms .box_list .room .btn {
	text-align: right;
	margin-top: -15px;
}
.con_rooms .box_list .room .btn a:hover {
	opacity: .8;
}
.con_rooms .box_list .room .btn_l {
	margin-top: -95px;
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
	margin: 120px 0 80px;
}

/* -----------------------------------------------------------
	.con_overview
----------------------------------------------------------- */
.con_overview {
	margin-bottom: 60px;
}
