@charset "UTF-8";
.p-section-access-map__item {
  border-bottom: 1px solid #a5d1ea;
}
.p-section-access-map__item:first-child {
  border-top: 1px solid #a5d1ea;
}
.p-section-access-map__head {
  position: relative;
  color: #38a1db;
  font-weight: 700;
  line-height: 1.4;
}
.p-section-access-map__head::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
  border-left: 1px solid #a5d1ea;
}
.p-section-access-map .c-list--disc > li {
  margin-bottom: -0.03rem;
}
.p-section-access-map .c-list--disc > li:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-access-map {
    margin-bottom: 0.43rem;
  }
  .p-section-access-map .c-heading {
    margin-bottom: 0.29rem;
  }
  .p-section-access-map__list {
    margin-bottom: 0.39rem;
  }
  .p-section-access-map__list .c-link--map {
    margin-top: 0.06rem;
  }
  .p-section-access-map__item {
    padding: 0.17rem 0 0.16rem;
  }
  .p-section-access-map__head {
    display: inline-block;
    margin-bottom: 0.16rem;
    padding-right: 0.24rem;
    font-size: 0.16rem;
  }
  .p-section-access-map__head::after {
    top: 0.01rem;
    right: 0;
  }
  .p-section-access-map__image {
    margin: 0 -0.25rem 0.41rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .p-section-access-map {
    margin-bottom: 30px;
  }
  .p-section-access-map .c-heading {
    margin-bottom: 68px;
  }
  .p-section-access-map__list {
    margin-bottom: 68px;
  }
  .p-section-access-map__list .c-link--map {
    margin-left: 23px;
  }
  .p-section-access-map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0;
  }
  .p-section-access-map__head {
    width: 205px;
    padding-right: 62px;
    font-size: 0.2rem;
  }
  .p-section-access-map__head::after {
    top: 5px;
    right: 44px;
  }
  .p-section-access-map__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-section-access-map__image {
    width: 750px;
    margin: 0 auto 80px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-access-parking {
    margin-bottom: 1.12rem;
    padding-top: 20px;
  }
  .p-section-access-parking .c-list {
    margin-top: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .p-section-access-parking {
    margin-bottom: 140px;
    padding-top: 40px;
  }
  .p-section-access-parking .c-list {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=access.css.map */