/* access
-----------------------------------------------------------------------*/
@media print, (min-width: 768px) {
  .sidebar-layout {
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sidebar-layout {
    padding-bottom: 0.35rem;
  }
}

.information-address {
  width: fit-content;
  color: #000;
  background: url(../img/common/bg_pattern_small_01.jpg) center/auto;
}

.distance-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.distance-item {
  color: #000;
  font-weight: bold;
  position: relative;
}
.distance-item::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #4c4c4c;
}

.information-text {
  text-align: justify;
}

.information-title {
  color: #000;
}

.transportation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.transportation-item {
  background: linear-gradient(to right, #b5b5b6 50%, #fff 0) repeat-x bottom left;
}
.transportation-item.is-train .transportation-title:before {
  background-image: url(../img/common/access_icn_01.png);
}
.transportation-item.is-car .transportation-title:before {
  background-image: url(../img/common/access_icn_02.png);
}
.transportation-item.is-road .transportation-title:before {
  background-image: url(../img/common/access_icn_03.png);
}

.transportation-title {
  margin-bottom: 0;
  color: #000;
  position: relative;
}
.transportation-title::before {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
}

.transportation-text {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-access-information {
    margin-bottom: 56px;
  }
  .section-access-information .title-quaternary {
    margin-bottom: 20px;
  }
  .information-address {
    margin-bottom: 16px;
    padding: 0 5px 0 2px;
    font-size: 0.18rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .distance-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4px;
  }
  .distance-item {
    padding-left: 21px;
    margin: 0 40px 10px 0;
    font-size: 0.18rem;
  }
  .distance-item::before {
    top: 5px;
    width: 13px;
    height: 14px;
  }
  .information-text {
    margin-bottom: 18px;
    line-height: 2.25;
    letter-spacing: 0.05em;
  }
  .information-title {
    margin-bottom: 25px;
    font-size: 0.2rem;
  }
  .information-parking {
    margin-bottom: -5px;
  }
  .transportation-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 26px 0;
    background-size: 6px 1px;
    background-image: linear-gradient(to right, #898989 50%, #fff 0);
  }
  .transportation-title {
    -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    padding-left: 26px;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
  .transportation-title::before {
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
  }
  .is-firefox .transportation-title::before {
    top: 3px;
  }
  .transportation-text {
    -ms-flex: 1;
        flex: 1;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-access-information {
    margin-bottom: 0.32rem;
  }
  .information-address {
    margin: 0 0 0.14rem 0.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .distance-list {
    padding: 0 0.2rem;
    margin-bottom: 0.13rem;
  }
  .distance-item {
    padding-left: 0.17rem;
    margin: 0 0.2rem 0.06rem 0;
  }
  .distance-item::before {
    top: 0.04rem;
    width: 0.11rem;
    height: 0.11rem;
    border-color: #000;
  }
  .is-iphone .distance-item::before {
    top: 0.05rem;
  }
  .information-text {
    padding: 0 0.2rem;
    margin-bottom: 0.15rem;
    line-height: 1.8571428571;
  }
  .information-title {
    margin-bottom: 0.18rem;
    padding: 0 0.2rem;
    font-size: 0.14rem;
  }
  .information-parking {
    height: 2.35rem;
  }
  .information-parking iframe {
    width: 100%;
    height: 100%;
  }
  .transportation-list {
    margin: 0 -0.2rem;
  }
  .transportation-item {
    padding: 0.2rem 0.2rem 0.15rem 0.45rem;
    background-size: 0.06rem 1px;
    background-image: linear-gradient(to right, #c2c2c2 50%, #fff 0);
  }
  .transportation-title {
    margin-bottom: 0.13rem;
    font-size: 0.15rem;
  }
  .transportation-title::before {
    top: 0;
    left: -0.26rem;
    width: 0.22rem;
    height: 0.22rem;
  }
  .transportation-text {
    -ms-flex: 1;
        flex: 1;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
  }
}
.map-text {
  font-weight: bold;
  color: #000;
}

@media print, (min-width: 768px) {
  .section-access-map .title-quaternary {
    margin-bottom: 14px;
  }
  .map-text {
    margin: 0 -10px 24px 0;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-access-map .title-quaternary {
    margin-bottom: 0.1rem;
  }
  .map-text {
    padding: 0 0 0 0.2rem;
    margin-bottom: 0.14rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
  .map-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-android .distance-item::before {
    top: 0.05rem;
  }
}
@media only screen and (max-width: 374px) {
  .is-iphone .distance-item::before {
    top: 0.03rem;
  }
}
/*# sourceMappingURL=access.css.map */