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

 file name  : rk_rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_typ .spnav:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
#gnav li:first-child {
  background: rgba(255, 255, 255, 0.15);
}

/* -----------------------------------------------------------
	wrp_roo
----------------------------------------------------------- */
.wrp_roo {
  padding: 90px 0;
  background: url(../images/common/bg02.jpg) repeat 0 0;
}

.con_typ {
  width: 890px;
  margin: 0 auto 60px;
}
.con_typ h4 {
  text-align: center;
  margin-bottom: 30px;
}
.con_typ .pnav {
  overflow: hidden;
  margin-bottom: 45px;
}
.con_typ .pnav li {
  width: 430px;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.con_typ .pnav li:hover {
  -webkit-tap-highlight-color: transparent;
}
.con_typ .pnav li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_typ .pnav li:first-child {
  float: left;
}
.con_typ .pnav li:last-child {
  float: right;
}
.con_typ .pnav li a {
  display: block;
  text-decoration: none;
}
.con_typ .spnav {
  border-right: 1px solid #bebcbc;
}
.con_typ .spnav li {
  float: left;
  width: 20%;
  border-right: 1px solid #bebcbc;
}
.con_typ .spnav li:first-child {
  border-left: 1px solid #bebcbc;
}
.con_typ .spnav li:last-child {
  border-right: none;
}
.con_typ .spnav li a {
  display: block;
  text-decoration: none;
  padding: 4px 0 20px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  line-height: 1.125;
  letter-spacing: .06em;
  text-align: center;
  position: relative;
  color: #1e1e1e;
}
.con_typ .spnav li a:after {
  content: "";
  background: url(../images/common/ic_pnav.png);
  width: 10px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, -0.3em);
  -ms-transform: translate(-50%, -0.3em);
  -webkit-transform: translate(-50%, -0.3em);
  transform: translate(-50%, -0.3em);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.con_typ .spnav li a:hover {
  color: #1e1e1e;
}
.con_typ .spnav li a:hover:after {
  -moz-transform: translate(-50%, 0.5em);
  -ms-transform: translate(-50%, 0.5em);
  -webkit-transform: translate(-50%, 0.5em);
  transform: translate(-50%, 0.5em);
}

.con_roo {
  width: 890px;
  margin: 80px auto 0;
  overflow: hidden;
}
.con_roo#roo01 {
  margin-top: 0;
}
.con_roo#roo04 {
  margin-bottom: 100px;
}
.con_roo h4 {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.con_roo .pho {
  line-height: 1;
  margin-bottom: 30px;
}
.con_roo .box_roo {
  float: left;
  width: 500px;
  margin-bottom: 30px;
  font-size: 93%;
}
.con_roo .box_roo .lst li, .con_roo .box_roo .betsz li {
  line-height: 1.7;
}
.con_roo .box_roo .lst li:not(.st), .con_roo .box_roo .betsz li:not(.st) {
  padding-left: 1em;
  text-indent: -1em;
}
.con_roo .box_roo .lst li:not(.st):before, .con_roo .box_roo .betsz li:not(.st):before {
  content: "・";
  font-family: FontAwesome;
  margin-right: .3em;
}
.con_roo .box_roo .lst li.st:before, .con_roo .box_roo .betsz li.st:before {
  content: "＜";
  font-family: FontAwesome;
  margin-right: .3em;
}
.con_roo .box_roo .lst li.st:after, .con_roo .box_roo .betsz li.st:after {
  content: "＞";
  font-family: FontAwesome;
  margin-left: .3em;
}
.con_roo .box_roo .betsz {
  margin-top: 40px;
}
.con_roo .box_tbl {
  float: right;
  width: 370px;
  font-size: 93%;
}
.con_roo .box_tbl th {
  width: 115px;
}
.con_roo .btnp {
  clear: both;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  width: 300px;
}
.con_roo .btnp:hover {
  -webkit-tap-highlight-color: transparent;
}
.con_roo .btnp:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_roo .btnp a {
  display: block;
  background: #61ad91;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  letter-spacing: .1em;
  position: relative;
  font-size: 108%;
}
.con_roo .btnp a:after {
  content: '';
  width: 9px;
  height: 10px;
  background: url(../images/common/ic_arr.png) no-repeat;
  position: absolute;
  right: 4%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_gue {
  background: url(../images/common/bg01.jpg) repeat 0 0;
  padding: 70px 0 50px;
  position: relative;
  -moz-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
}
.con_gue:before, .con_gue:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(../images/common/line01.png) repeat-x 0 0;
}
.con_gue:before {
  top: 0;
}
.con_gue:after {
  bottom: 0;
}
.con_gue h4 {
  text-align: center;
}
.con_gue .img {
  width: 890px;
  margin: 25px auto 40px;
}
.con_gue .tbl_basic {
  width: 890px;
  margin: 0 auto;
  font-size: 93%;
  font-feature-settings: 'palt';
  letter-spacing: .075em;
}
.con_gue .tbl_basic th {
  width: 140px;
  text-align: left;
}
