@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_ame:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  margin-bottom: 50px;
}
#header .con_hea #gnav ul li:nth-child(2) a span {
  color: #a6834e;
}

#contents {
  position: relative;
}
#contents:before {
  content: '';
  width: 1920px;
  height: 220px;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -1075px;
  z-index: -1;
}

.pnav {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #b5a785;
  margin-bottom: 80px;
}
.pnav li {
  float: left;
  width: 19.15789%;
  margin: 10px 0 0 1.05263%;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.pnav li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pnav li:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.pnav li:nth-child(-n+5) {
  margin-top: 0;
}
.pnav li a {
  display: block;
  text-decoration: none;
  background: #2f3338;
}

.con_roo {
  margin-bottom: 130px;
  position: relative;
}
.con_roo .pho {
  position: relative;
  z-index: 0;
}
.con_roo .box_btn {
  width: 606px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.con_roo .box_btn li {
  width: 298px;
}
.con_roo .box_btn li.btn_rsv {
  float: left;
}
.con_roo .box_btn li.btn_rsv a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #b5a785;
  font-size: 108%;
  padding: .8em 0;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.con_roo .box_btn li.btn_rsv a:hover {
  background: #a7956a;
  color: #fff;
}
.con_roo .box_btn li.btn_plan {
  float: right;
}
.con_roo .box_btn li.btn_plan a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #cf854e;
  font-size: 108%;
  padding: .8em 0;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.con_roo .box_btn li.btn_plan a:hover {
  background: #cc7737;
  color: #fff;
}

#ame {
  margin-top: 100px;
}

.con_ame {
  padding: 65px 60px 55px;
  overflow: hidden;
  background: #2f3338;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_ame h5 {
  text-align: center;
  margin-bottom: 45px;
}
.con_ame .box_ame h6 {
  font-weight: normal;
  font-size: 143%;
  color: #ab987a;
  margin-bottom: 10px;
}
.con_ame .box_ame h6 em {
  font-size: 75%;
}
.con_ame .box_ame ul {
  overflow: hidden;
}
.con_ame .box_ame ul li {
  color: #e6e0de;
  line-height: 1.7;
  float: left;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
  font-family: "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.con_ame .box_ame ul li:before {
  content: "◆";
  font-size: 72%;
  margin-right: 0.2em;
}
.con_ame .ame1 {
  float: left;
  width: 395px;
}
.con_ame .ame1 ul li:nth-child(2n+1) {
  clear: both;
  width: 205px;
}
.con_ame .ame2 {
  float: right;
  width: 415px;
}
.con_ame .ame2 ul li:nth-child(2n+1) {
  clear: both;
  width: 215px;
}
.con_ame .ame2 ul li:nth-child(2n) {
  width: 200px;
}
.con_ame .ame2 ul .txt_l {
  width: 370px !important;
}
.con_ame .ame3 {
  clear: both;
  padding-top: 25px;
  width: 100%;
}
.con_ame .ame3 ul li:nth-child(4n+1) {
  clear: both;
  width: 205px;
}
.con_ame .ame3 ul li:nth-child(4n+2) {
  width: 215px;
}
.con_ame .ame3 ul li:nth-child(4n+3) {
  width: 205px;
}
.con_ame .ame3 ul li:nth-child(4n) {
  width: 205px;
}

.con_fac {
  margin-top: 40px;
}
