<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.section-access {
  position: relative;
  z-index: 1;
}
.section-access::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-access .transportation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-access .transportation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-access .transportation-item:last-child {
  margin-bottom: 0;
}
.section-access .transportation-text {
  color: #000;
  font-weight: 700;
  line-height: 1.5625;
}
.section-access .transportation-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.96rem;
  height: 0.96rem;
}
.section-access .button-common-primary {
  color: #001e4f;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-access {
    margin-bottom: 0.31rem;
    padding: 0.65rem 0 3.11rem;
  }
  .section-access::after {
    bottom: 0;
    left: 0;
    width: 3.75rem;
    height: 4.23rem;
    background: url("../img/acc/sp/access_decor_bg.png") no-repeat left center/100% 100%;
  }
  .section-access .title-common-primary {
    margin-bottom: 0.24rem;
  }
  .section-access .access-image {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .section-access .access-image img{
    object-fit: contain;
  }
  .section-access .transportation-item {
    margin-bottom: 0.2rem;
  }
  .section-access .transportation-icon {
    margin-right: 0.17rem;
  }
  .section-access .block-access-location {
    margin-bottom: 0.39rem;
  }
  .section-access .location-image {
    width: 100%;
    height: 2.3rem;
    margin-bottom: 0.15rem;
  }
  .section-access .location-address {
    margin-bottom: 0.12rem;
    text-align: center;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-access {
    margin-bottom: 45px;
    padding: 69px 0 136px;
  }
  .section-access::after {
    right: 155px;
    bottom: -36px;
    width: 933px;
    height: 935px;
    background: url("../img/acc/access_decor_bg.png") no-repeat bottom right/100% 100%;
  }
  .section-access .title-common-primary {
    margin-bottom: 50px;
  }
  .section-access .access-image {
    width: 880px;
    height: 698px;
    margin: 0 auto 50px;
  }
  .section-access .access-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 880px;
    margin: 0 auto;
  }
  .section-access .block-access-location {
    width: 390px;
    margin-right: 88px;
    color: #000;
  }
  .is-mac .section-access .block-access-location {
    max-width: 395px;
  }
  .section-access .list-access-transportation {
    width: 397px;
  }
  .section-access .location-address {
    margin-bottom: 21px;
  }
  .section-access .location-image {
    width: 100%;
    height: 260px;
    margin-bottom: 16px;
  }
  .section-access .transportation-icon {
    margin-right: 20px;
  }
  .section-access .button-common-primary {
    margin: 0;
  }
  .section-access .transportation-item {
    margin-bottom: 54px;
  }
}
@media print, (min-width: 2000px) {
  .section-access::after {
    right: calc(50% - 845px);
  }
}
.section-access-area .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-access-area .area-text {
  display: block;
  color: #001e4f;
  text-align: center;
}
.section-access-area .list-access-area {
  position: relative;
  z-index: 1;
}
.section-access-area .list-access-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-access-area {
    width: 100%;
    padding: 0.43rem 0 1.24rem;
    background: url("../img/acc/sp/area_bg.png") no-repeat center center/cover;
  }
  .section-access-area .list-access-area::before {
    top: 0.43rem;
    bottom: -0.34rem;
  }
  .section-access-area .area-item {
    margin-bottom: 0.23rem;
  }
  .section-access-area .area-item:last-child {
    margin-bottom: 0;
  }
  .section-access-area .area-image {
    width: 100%;
    height: 2.38rem;
    margin-bottom: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-access-area {
    width: 100%;
    padding: 60px 0 137px;
    background: url("../img/acc/area_bg.png") no-repeat center center/cover;
  }
  .section-access-area .list-access-area::before {
    top: 60px;
    bottom: -16px;
  }
  .section-access-area .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-access-area .area-item {
    width: calc((100% - 138px) / 2);
    margin-right: 138px;
    margin-bottom: 20px;
  }
  .section-access-area .area-item:nth-child(2n) {
    margin-right: 0;
  }
  .section-access-area .area-image {
    width: 480px;
    height: 330px;
    margin-bottom: 14px;
  }
}
/*# sourceMappingURL=acc.css.map */</pre></body></html>