@charset "UTF-8";
.w01, .con_rooms {
  width: 100%;
  margin: 0 auto;
}

.w02, .con_intro, .con_rooms .box_roo, .con_info .box_fac, .con_info .box_ren {
  width: 1000px;
  margin: 0 auto;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* ===================================================================
CSS information
 file name  :rooms.css
 author     :Ability Consultant
style info  :客室
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#copy #header .con_gnav .box_gnav #gnav .gnav01 a {
  width: 73px;
  background: url(../images/header/gnav01.png) no-repeat 0 -54px;
}

#copy #header .con_fixnav #fixnav .fixnav03 a {
  background-position: 0 -54px;
}

#contents {
  background: url(../rooms/images/bg_intro.png) repeat top left;
}

/*-----------------------------------------------------------
	.con_intro
-----------------------------------------------------------*/
.con_intro {
  width: 677px;
  position: relative;
  background: url(../rooms/images/bg_int.jpg) no-repeat top left;
  min-height: 323px;
  padding: 152px 0 0 323px;
  margin-bottom: 50px;
}
.con_intro h3 {
  position: absolute;
  top: 28px;
  left: 0;
}
.con_intro .box_img {
  overflow: hidden;
}
.con_intro .box_img li {
  float: left;
}
.con_intro .box_int {
  padding: 33px;
  width: 447px;
}
.con_intro .box_int h4 {
  margin-bottom: 20px;
}
.con_intro .box_int p {
  font-size: 90%;
  line-height: 1.6;
}

/*-----------------------------------------------------------
	.con_rooms
-----------------------------------------------------------*/
.con_rooms {
  background: #FFF;
  padding-top: 43px;
}
.con_rooms h3 {
  text-align: center;
  margin-bottom: 29px;
}
.con_rooms .box_roo {
  padding-bottom: 60px;
}
.con_rooms .box_roo .wrp_img {
  padding: 19px 10px 10px;
  margin-bottom: 15px;
  background: url(../rooms/images/bg_room.png) repeat top left;
  position: relative;
}
.con_rooms .box_roo .wrp_img h4 {
  text-align: center;
  margin-bottom: 15px;
}
.con_rooms .box_roo .wrp_img .btn_view {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  width: 240px;
}
.con_rooms .box_roo .wrp_img .bx-controls {
  position: absolute;
  top: 50px;
  right: 10px;
}
.con_rooms .box_roo .wrp_img .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 9px;
}
.con_rooms .box_roo .wrp_img .bx-controls .bx-pager .bx-pager-item a {
  width: 10px;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
  display: block;
  background: url(../rooms/images/bg_thum.png) no-repeat top right;
}
.con_rooms .box_roo .wrp_img .bx-controls .bx-pager .bx-pager-item a:hover, .con_rooms .box_roo .wrp_img .bx-controls .bx-pager .bx-pager-item a.active {
  background-position: top left;
}
.con_rooms .box_roo .wrp_txt {
  overflow: hidden;
}
.con_rooms .box_roo .wrp_txt .txt {
  width: 690px;
  float: left;
}
.con_rooms .box_roo .wrp_txt .txt p {
  font-size: 90%;
  line-height: 1.6;
  margin-bottom: 13px;
}
.con_rooms .box_roo .wrp_txt .txt p a {
  color: #000000;
}
.con_rooms .box_roo .wrp_txt .btn_res {
  width: 289px;
  float: right;
}
.con_rooms .box_roo .wrp_txt .btn_res p {
  margin-bottom: 6px;
}

/*-----------------------------------------------------------
	.con_info
-----------------------------------------------------------*/
.con_info {
  padding: 55px 0 60px;
  background: #f8f8f8;
}
.con_info h3 {
  text-align: center;
  margin-bottom: 27px;
}
.con_info .box_inf {
  width: 866px;
  margin: 0 auto 60px;
  padding: 0 67px 29px;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.con_info .box_inf dl {
  width: 214px;
  float: left;
}
.con_info .box_inf dl dt {
  float: left;
  width: 107px;
  height: 108px;
}
.con_info .box_inf dl dd {
  float: left;
}
.con_info .box_inf dl.last {
  margin-right: 10px;
}
.con_info .box_inf .txt_info {
  text-align: center;
  margin-top: 130px;
}
.con_info .box_fac {
  overflow: hidden;
  padding-bottom: 29px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e4e4e4;
}
.con_info .box_fac h4 {
  text-align: center;
  margin-bottom: 29px;
}
.con_info .box_fac .wrp_img {
  width: 416px;
  margin-right: 40px;
  float: left;
  overflow: hidden;
  padding-bottom: 139px;
  background: url(../rooms/images/bg_fac.jpg) no-repeat bottom left;
}
.con_info .box_fac .wrp_img p {
  float: left;
  padding-right: 5px;
}
.con_info .box_fac .wrp_txt {
  width: 540px;
  float: right;
  font-size: 90%;
  line-height: 1.6;
}
.con_info .box_fac .wrp_txt ul {
  overflow: hidden;
}
.con_info .box_fac .wrp_txt ul li {
  width: 35%;
  float: left;
  margin-right: 1%;
}
.con_info .box_fac .wrp_txt ul li.last {
  width: 28%;
  margin-right: 0;
}
.con_info .box_fac .wrp_txt ul li:before {
  content: '・';
}
.con_info .box_fac .wrp_txt .prm {
  margin-top: 15px;
}
.con_info .box_ren h4 {
  text-align: center;
  margin-bottom: 20px;
}
.con_info .box_ren .txt_lead {
  text-align: center;
  margin-bottom: 20px;
}
.con_info .box_ren .wrp_ren {
  overflow: hidden;
  padding: 2px 0 1px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.con_info .box_ren .wrp_ren li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}
.con_info .box_ren .wrp_ren li:first-child {
  width: 314px;
  margin-right: 1px;
  background: #FFF;
  height: 227px;
}
.con_info .box_ren .wrp_ren li:first-child span {
  display: block;
  padding: 5px 5px 0;
  text-align: left;
  font-size: 90%;
}
.con_info .box_ren .wrp_ren li.last {
  margin-right: 0;
}
