@charset "UTF-8";
.cmn-page-content {
  padding: 70px 0 100px;
}

.cmn-page-title {
  background: url(../images/access/bg_title.jpg) no-repeat center;
  background-size: cover;
}

.cmn-gnav li.gnav-accesshours a {
  color: #8a9a00;
}

.cmn-gnav li.gnav-accesshours a:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.access-box {
  background: #fff;
  letter-spacing: .07em;
  margin-bottom: 10px;
}

.access-box .box-title {
  position: relative;
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.access-box .box-title .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.access-box .box-title svg {
  padding-right: 22px;
  fill: #4a4a4a;
}

.access-box .box-title .icon-car {
  width: 41px;
  height: 31px;
}

.access-box .box-title .icon-train {
  width: 30px;
  height: 42px;
}

.access-box .box-title .icon-bus {
  width: 37px;
  height: 37px;
}

.access-box .box-title .arrow {
  position: absolute;
  right: 40px;
  top: 45px;
}

.access-box .box-title.acc-open .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.access-box .box-detail {
  display: none;
  padding: 0 110px;
}

.access-box .box-detail .inner {
  padding: 40px 0 50px;
  border-top: 1px solid #4a4a4a;
}

.access-box .box-detail .gmap {
  width: 100%;
  height: 400px;
}

.access-box .box-detail .gmap-txt {
  margin: 20px 0;
}

.access-box .box-detail .gmap-txt a {
  color: #8a9a00;
}

.access-box .box-detail .gmap-txt a:hover {
  text-decoration: underline;
}

.access-box .box-detail .sub-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f4f4f4;
  padding: 14px 20px;
  margin-bottom: 30px;
}

.access-box .box-detail .text {
  line-height: 1.857142857;
}

.about-parking {
  margin-top: 60px;
}

.about-parking .cont-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-parking .cont-wrap .left-area {
  width: 430px;
  margin-right: 40px;
}

.about-parking .cont-wrap .left-area .col-2 .text {
  width: 275px;
}

.access-cont dt {
  font-weight: bold;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.access-cont .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.access-cont .col-2 .text {
  width: 744px;
}

.access-cont .col-2 .img {
  margin-left: 20px;
  width: 136px;
}

.access-cont .note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a0a0a0;
}

.access-cont .table-ttl {
  margin-bottom: 10px;
}

.access-cont .table-ttl a {
  color: #8a9a00;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 15px;
}

.access-cont .table-ttl a:hover {
  text-decoration: underline;
}

.access-cont .table-ttl span {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 15px;
}

.access-cont .access-table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.access-cont .access-table th, .access-cont .access-table td {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.access-cont .access-table th {
  font-weight: bold;
  background: #f4f4f4;
}

.access-cont .table01 th {
  width: 265px;
}

.access-cont .table03 th, .access-cont .table04 th {
  width: 225px;
}

.access-cont .table05 th:nth-child(1) {
  width: 420px;
}

.access-cont .table05 th:nth-child(2) {
  width: 285px;
}

a.txt-link {
  color: #8a9a00;
}

a.txt-link:hover {
  text-decoration: underline;
}

/*------------------------------------------
  営業時間
------------------------------------------*/
.hours-block {
  margin-top: 70px;
}

.hours-block .hours-box {
  width: 540px;
  margin-bottom: 45px;
}

.hours-block .hours-box:nth-child(1) {
  float: left;
}

.hours-block .hours-box:nth-child(2) {
  float: right;
}

.hours-block .hours-box .ttl {
  font-weight: bold;
  letter-spacing: .085em;
  border-bottom: 1px solid;
  padding-bottom: 13px;
}

.hours-block .hours-box dl {
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.hours-block .hours-box dt {
  width: 260px;
}

.hours-block .hours-box dt, .hours-block .hours-box dd {
  padding: 15px 0;
  letter-spacing: .085em;
}

.hours-block .hours-box dd {
  text-align: right;
}

.hours-block .wrap-02 .hours-box:nth-child(2) dt {
  width: 130px;
}

.hours-block .wrap-02 .hours-box:nth-child(3) {
  float: right;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .hours-block .box-wrap {
  *zoom: 1;
}

.clearfix:after, .hours-block .box-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
