@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(5) a:after {
  opacity: 1;
}

.con_pnav {
  background: #eff5f5;
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 55px;
}
.con_pnav li {
  width: 420px;
}
.con_pnav li a {
  display: block;
  background: #fff;
  border: 3px solid #23a491;
  padding: 10px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.con_pnav li a img, .con_pnav li a span {
  display: inline-block;
  vertical-align: middle;
}
.con_pnav li a span {
  width: 180px;
  text-align: center;
  font-size: 138%;
  letter-spacing: 0.12em;
  color: #000;
}
.con_pnav li a span:after {
  content: '';
  width: 25px;
  height: 13px;
  background: url(../access/images/ic_arr.png) no-repeat;
  display: block;
  margin: 0.3em auto 0;
}
.con_pnav li a:hover {
  background: #eff5f5;
}

.con_sig {
  margin-top: 85px;
}
.con_sig .box_sig {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con_sig .box_sig li {
  width: 302px;
  margin-top: 50px;
}
.con_sig .box_sig li .st {
  letter-spacing: 0.12em;
  font-size: 125%;
  text-align: center;
  margin-top: 15px;
}

.con_access {
  margin-top: 160px;
}
.con_access .main_title {
  margin-bottom: 50px;
}
.con_access .box_map .b-base {
  width: 320px;
  margin: 20px 0 0 auto;
}

.con_anklink {
  margin-top: 75px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.con_anklink li {
  width: 22.63158%;
  margin-left: 3.68421%;
}
.con_anklink li:first-child {
  margin-left: 0;
}
.con_anklink li a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #000;
}
.con_anklink li a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #8cbbb8;
  position: absolute;
  right: 0;
  bottom: -3px;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.con_anklink li a .st {
  padding: 0.5em 0 0.7em;
}
.con_anklink li a:hover {
  color: #000;
}
.con_anklink li a:hover:after {
  width: 0;
}

.con_acc > h4 {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 157%;
}
.con_acc .route {
  margin-top: 45px;
}
.con_acc#rail, .con_acc#air {
  margin-top: 110px;
}
.con_acc#car {
  margin-top: 140px;
}
.con_acc .box_park {
  background: #f7f7f7;
  overflow: hidden;
  padding: 50px;
  margin-top: 70px;
}
.con_acc .box_park .pho {
  float: left;
}
.con_acc .box_park .box_det {
  width: 390px;
  float: right;
  margin: 10px 0;
}
.con_acc .box_park .box_det .txt {
  margin: 2em 0;
}
.con_acc .box_park .box_det .tbl_basic {
  width: 100%;
}
.con_acc .box_park .box_det .tbl_basic th {
  width: 120px;
}
.con_acc .box_bus {
  background: #eff5f5;
  padding: 50px 90px 70px;
  margin-top: 100px;
}
.con_acc .box_bus h5 {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 157%;
}
.con_acc .box_bus .catch {
  text-align: center;
  margin-top: 20px;
}
.con_acc .box_bus ul {
  overflow: hidden;
  margin-top: 50px;
}
.con_acc .box_bus ul li {
  width: 340px;
}
.con_acc .box_bus ul li:first-child {
  float: left;
}
.con_acc .box_bus ul li:last-child {
  float: right;
}
.con_acc .box_bus ul li .st {
  letter-spacing: 0.12em;
  font-size: 125%;
}
.con_acc .box_bus ul li .cau {
  margin-top: 0.5em;
  font-size: 94%;
}
.con_acc .box_bus ul li .tbl_basic {
  width: 100%;
  margin-top: 1em;
}
.con_acc .box_bus ul li .tbl_basic th {
  width: 130px;
}
.con_acc .box_bus ul li .tbl_basic th.narr {
  padding: 0.6em 0;
}
.con_acc .box_bus .txt_tel {
  text-align: center;
  background: #fff;
  padding: 30px 0;
  margin-top: 40px;
}
.con_acc .box_bus .txt_tel span {
  display: inline-block;
  margin-left: 25px;
  font-family: 'Lora', "Times New Roman", Times, Garamond, Georgia, serif;
}
.con_acc .box_bus .txt_tel span i {
  font-size: 150%;
  line-height: 1;
}
