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

file name  : room.css
author     : Abilive
style info : お部屋
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#contents {
  margin-top: 100px;
}

#header #gnav ul li:nth-child(4) a:after {
  opacity: 1;
}

.con_roo {
  margin-bottom: 135px;
}
.con_roo h3 {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 194%;
  margin-bottom: 45px;
}
.con_roo .box_roo {
  overflow: hidden;
  margin-top: 35px;
}
.con_roo .box_roo .txt {
  float: left;
  width: 540px;
}
.con_roo .box_roo .tbl_basic {
  float: right;
  width: 370px;
}
.con_roo .box_roo .tbl_basic th {
  width: 125px;
}
.con_roo .box_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
.con_roo .box_btn li {
  width: 320px;
}
.con_roo .box_btn li.b-plan {
  margin-right: 20px;
}

.con_pnav {
  background: #eff5f5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
  margin: 55px 0 95px;
}
.con_pnav .box_pnav {
  background: #fff;
  border: 3px solid #23a491;
  width: 345px;
  padding: 5px 5px 30px 5px;
  margin: 0 20px;
}
.con_pnav .box_pnav ul {
  overflow: hidden;
  margin: 20px auto 0;
}
.con_pnav .box_pnav ul li {
  float: left;
}
.con_pnav .box_pnav ul li:nth-child(odd) {
  width: 140px;
}
.con_pnav .box_pnav ul li a {
  color: #000;
  text-decoration: underline;
  font-size: 88%;
  display: block;
  padding: 0.2em 0;
  letter-spacing: normal;
}
.con_pnav .box_pnav ul li a:hover {
  text-decoration: none;
}
.con_pnav .box_pnav ul.midori {
  width: 300px;
  margin: 25px auto 0;
}
.con_pnav .box_pnav ul.akane {
  width: 210px;
}
.con_pnav .box_pnav ul.akane li:nth-child(odd) {
  width: 105px;
}

.con_ame {
  background: #f7f7f7;
  padding: 60px 40px;
}
.con_ame .main_title {
  margin-bottom: 45px;
}
.con_ame .box_det {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
.con_ame .box_det > div .sub_title {
  margin-bottom: 20px;
}
.con_ame .box_det > div .sub_title i {
  font-size: 67%;
}
.con_ame .box_det > div ul {
  overflow: hidden;
}
.con_ame .box_det > div ul li {
  margin-bottom: 0.3em;
}
.con_ame .box_det > div ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #23a491;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5em;
}
.con_ame .box_det .box_ame {
  width: 340px;
}
.con_ame .box_det .box_ame ul li {
  float: left;
}
.con_ame .box_det .box_ame ul li:nth-child(odd) {
  width: 165px;
}
.con_ame .box_det .box_ame2 {
  width: 285px;
}
.con_ame .box_det .box_ame2 ul li {
  float: left;
}
.con_ame .box_det .box_ame2 ul li:nth-child(odd) {
  width: 165px;
}
.con_ame .box_det .box_ame3 {
  width: 220px;
}
.con_ame .box_det .box_ame3 ul li {
  float: left;
}
.con_ame .box_det .box_ame3 ul li:nth-child(odd) {
  width: 100px;
}
