@charset "UTF-8";
/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
#rktn_rooms{
	width: 950px !important;
	margin-inline: auto;
}
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#gnav li.gnav_roo a {
  background-position: bottom !important;
}

#header {
  margin-bottom: 10px;
}

#footer {
  margin-top: 55px;
}

.intro {
  text-align: center;
}
.intro h4 {
  padding: 18px 0;
}

.con_point {
  border: 1px solid #e5e3d3;
  background: #fffef6 url(../rooms/images/bg_poi.png) repeat-x 0 152px;
  border-top: 0;
  margin-top: 50px;
  padding-bottom: 50px;
}
.con_point:before {
  content: '';
  display: block;
  height: 1px;
  background: #e5e3d3;
  border-top: 1px solid #b1ad7d;
  border-bottom: 1px solid #b1ad7d;
}
.con_point h4 {
  padding-top: 10px;
  text-align: center;
}
.con_point ul {
  width: 750px;
  margin: auto;
  overflow: hidden;
}
.con_point ul li {
  width: 204px;
  float: left;
  margin-top: 20px;
  margin-left: 68px;
}
.con_point ul li:first-child, .con_point ul li:first-child + li + li + li {
  margin-left: 0;
  clear: both;
}
.con_point ul li .txt {
  margin-top: 5px;
}

.con_gui {
  margin-top: 45px;
}
.con_gui h4 {
  text-align: center;
}
.con_gui .pnav {
  padding: 40px 0 83px;
  text-align: center;
}
.con_gui .pnav ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
.con_gui .pnav ul li {
  float: left;
  margin-left: 12px;
}
.con_gui .pnav ul li:first-child {
  margin-left: 0;
}
.con_gui .box_rooms li {
  overflow: hidden;
  margin-top: 100px;
}
.con_gui .box_rooms li h5 {
  padding-bottom: 25px;
}
.con_gui .box_rooms li:first-child {
  margin-top: 0;
}
.con_gui .box_rooms li .img {
  float: left;
}
.con_gui .box_rooms li .box_det {
  width: 375px;
  float: right;
}
.con_gui .box_rooms li .box_det table {
  margin: 25px 0 20px;
}
.con_gui .box_rooms li .box_det .btn {
  margin-top: 15px;
  text-align: right;
}
.con_gui .box_ame {
  margin-top: 65px;
  border-top: 1px solid #e4e2d9;
  padding-top: 33px;
}
.con_gui .box_ame h4 {
  text-align: left;
  padding-bottom: 20px;
}
.con_gui .box_ame .fac {
  padding: 20px 30px 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e2e6;
  margin-bottom: 7px;
}
.con_gui .box_ame .fac h5 {
  padding-bottom: 15px;
}
.con_gui .box_ame .fac .txt {
  /* width: 620px;
  float: left; */
}
.con_gui .box_ame .fac .img {
  float: right;
}
.con_gui .box_ame .ame {
  display: table;
  width: 960px;
  position: relative;
  left: -5px;
  border-spacing: 5px;
  border-collapse: separate;
}
.con_gui .box_ame .ame li {
  display: table-cell;
  padding: 20px 25px 30px;
  background: #fff;
  border: 1px solid #e5e2e6;
}
.con_gui .box_ame .ame li h5 {
  padding-bottom: 15px;
}
.con_gui .box_ame .ame li:first-child {
  width: 570px;
  overflow: hidden;
}
.con_gui .box_ame .ame li:first-child .img {
  float: left;
}
.con_gui .box_ame .ame li:first-child .txt {
  float: right;
  width: 285px;
}
.con_gui .box_ame .txt_att {
  margin-top: 15px;
}
