@charset "UTF-8";
.section-access {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgb(223, 243, 255)));
  background: #fff linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(223, 243, 255) 100%);
}
.section-access .information-map {
  overflow: hidden;
  border-radius: 0.2rem;
}
.section-access .information-contact {
  display: inline-block;
  font-size: 0.18rem;
}
.section-access .information-wrapper:last-child {
  margin-bottom: 0;
}
.section-access .block-common-access:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-access {
    padding: 0.44rem 0 0.5rem;
    overflow: hidden;
  }
  .section-access .access-image {
    width: 3.75rem;
    margin: 0 -0.2rem 0.32rem;
  }
  .section-access .list-common-dashed .list-item {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .section-access .list-common-dashed .list-item::before {
    top: 0.06rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .section-access .title-common-primary {
    margin-bottom: 0.23rem;
  }
  .section-access .title-common-secondary {
    margin-bottom: 0.08rem;
  }
  .section-access .information-address {
    margin-bottom: 0.09rem;
    line-height: 1.6;
  }
  .section-access .information-address span {
    display: block;
  }
  .section-access .information-inner {
    padding: 0 0.43rem;
  }
  .section-access .information-contact {
    margin-bottom: 0.21rem;
  }
  .section-access .information-wrapper {
    margin-bottom: 0.32rem;
  }
  .section-access .information-map {
    width: 2.5rem;
    height: 2.5rem;
    margin: -0.03rem auto 0;
  }
  .section-access .access-wrapper {
    margin-bottom: 0.5rem;
  }
  .section-access .block-common-access {
    margin-bottom: 0.21rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-access {
    padding: 64px 0 141px;
  }
  .section-access .access-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 630px;
    margin-top: 8px;
  }
  .section-access .access-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 81px;
  }
  .section-access .information-contact {
    margin-bottom: 15px;
  }
  .section-access .information-map {
    width: 350px;
    height: 350px;
    margin-top: 20px;
    margin-left: 43px;
  }
  .section-access .title-common-primary {
    margin-bottom: 35px;
  }
  .section-access .title-common-secondary {
    margin-bottom: 10px;
  }
  .section-access .information-inner {
    padding-left: 36px;
  }
  .section-access .information-address {
    margin-bottom: 6px;
  }
  .section-access .information-address span {
    padding-left: 27px;
  }
  .section-access .information-wrapper {
    margin-bottom: 31px;
  }
  .section-access .block-common-access {
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=acc.css.map */