@charset "UTF-8";
/****************************************
    facilities
*****************************************/
.facilities .ttl-02.-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.facilities .ttl-03.-bg01 {
  margin-top: 32px;
  padding: 12px 0;
  background: #f2f2f2;
  text-align: center;
}
.facilities .text-note01 {
  font-size: 0.875em;
}
.facilities .text-note01 + figure {
  margin-top: 15px;
}
.facilities .col-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facilities .col-box01 > .box {
  width: calc(50% - 30px);
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .facilities .col-box01 > .box {
    width: 100%;
  }
}
.facilities .col-box01 > .box .dl:not(:first-child) {
  margin-top: 1em;
}
.facilities .col-box01 > .box .dl > .dt {
  font-weight: bold;
}
.facilities .list-circle01 .item {
  padding-left: 1em;
}
.facilities .list-circle01 .item::before {
  content: "・";
  margin-left: -1em;
}
.facilities .list-notice01 {
  margin-top: 16px !important;
  color: #8a8a8a;
  font-size: 0.75em;
}
.facilities .list-notice01 .item {
  padding-left: 1em;
}
.facilities .list-notice01 .item::before {
  content: "※";
  margin-left: -1em;
}
.facilities ._sp-small {
  display: none;
}
@media screen and (max-width: 375px) {
  .facilities ._sp-small {
    display: block;
  }
}
.facilities .list-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facilities .list-gallery > .item {
  width: calc(33.3333333333% - 10px);
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .facilities .list-gallery > .item {
    width: calc(50% - 10px);
  }
}
.facilities .list-gallery > .item > figure > a {
  display: block;
}
.facilities .list-gallery > .item > figure > a > img {
  max-width: 100%;
  vertical-align: bottom;
}
.facilities .list-gallery > .item > figure figcaption {
  margin-top: 10px;
  font-size: 0.875em;
}

/* access */
.blue_bac {
  padding: 1px 20px;
  color: #fff;
  background-color: #002B69;
  font-size: smaller;
}

.accessInnerImg {
  overflow: hidden;
  margin-bottom: 60px;
}

.accessInnerImg .alignL {
  float: left;
  width: 580px;
  line-height: 1;
  margin-right: 30px;
}

.accessInnerAddress {
  overflow: hidden;
}

.accessInnerAddress .AddressJP {
  width: 580px;
  float: left;
}

.accessInnerAddress .AddressJP {
  overflow: hidden;
}

.accessInnerAddress .AddressJP dt {
  float: left;
  font-weight: bold;
}

.accessInnerAddress .AddressJP dd {
  margin-left: 7rem;
}

.accessInnerAddress .AddressJP dt,
.accessInnerAddress .AddressJP dd {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .accessInnerImg {
    margin-bottom: 25px;
  }
  .accessInnerAddress .AddressJP dt {
    float: none;
  }
  .accessInnerAddress .AddressJP dd {
    margin-left: 0;
  }
  .accessInnerImg .alignL,
  .accessInnerAddress .AddressJP {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .accessInnerImg img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .accessInnerImg .alignL, .accessInnerImg .alignR {
    text-align: center;
  }
  .accessInnerImg .alignL, .accessInnerAddress .AddressJP {
    margin-bottom: 1rem;
  }
}