@charset "UTF-8";
.section-access .access-main {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.88%, #fff), color-stop(28.55%, #e5f5ef));
  background: linear-gradient(180deg, #fff 4.88%, #e5f5ef 28.55%);
}
.section-access .access-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
}
.section-access .information-address {
  font-weight: 700;
}
.section-access .information-address address {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.4;
}
.section-access .access-link {
  width: 1.93rem;
}
.section-access .access-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-access .access-item-text {
  line-height: 1.6;
}
.section-access .access-item-text p:last-child {
  margin-bottom: 0;
}
.section-access .access-information {
  margin-bottom: 0.43rem;
}
.section-access .image-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-access .image-thumbnail {
  overflow: hidden;
}
.section-access .image-text {
  font-weight: 700;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-access {
    padding: 0.4rem 0 0.52rem;
  }
  .section-access .access-main {
    margin-bottom: 0.21rem;
    padding-bottom: 0.9rem;
  }
  .section-access .access-main::after {
    height: 2.27rem;
    background: url("../img/access/sp/access_decor.svg") no-repeat center center/cover;
  }
  .section-access .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-access .access-image {
    height: 3.55rem;
    margin: 0 -0.2rem 0.2rem;
  }
  .section-access .information-address address {
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
    text-align: center;
  }
  .section-access .block-common-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .section-access .access-link {
    margin: 0 auto;
  }
  .section-access .title-common-secondary {
    margin-bottom: 0.23rem;
  }
  .section-access .access-item:not(:last-child) {
    margin-bottom: 0.34rem;
  }
  .section-access .access-item-text p {
    margin-bottom: 0.11rem;
  }
  .section-access .image-item {
    margin-bottom: 0.3rem;
  }
  .section-access .image-thumbnail {
    width: 3.35rem;
    height: 3.35rem;
    margin-bottom: 0.1rem;
    border-radius: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-access {
    padding-bottom: 94px;
  }
  .section-access .access-main {
    padding: 68px 0 182px;
  }
  .section-access .access-main::after {
    height: 228px;
    background: url("../img/access/access_decor.svg") no-repeat center/cover;
  }
  .section-access .access-main .wrapper {
    max-width: 750px;
  }
  .section-access .title-common-primary {
    margin-bottom: 41px;
  }
  .section-access .access-image {
    height: 710px;
    margin-bottom: 25px;
  }
  .section-access .access-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
  }
  .section-access .information-address {
    margin-right: 20px;
    margin-bottom: 6px;
  }
  .section-access .information-address address {
    margin-bottom: 3px;
    font-size: 0.2rem;
  }
  .section-access .access-link {
    margin-top: -12px;
  }
  .section-access .access-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .section-access .access-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .section-access .title-common-secondary {
    margin-bottom: 24px;
  }
  .section-access .access-item-text p {
    margin-bottom: 10px;
  }
  .section-access .image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px 0 -15px;
  }
  .section-access .image-item {
    width: 50%;
    padding: 0 55px;
  }
  .section-access .image-thumbnail {
    width: 400px;
    height: 400px;
    margin-bottom: 14px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 2500px) {
  .section-access .access-main {
    padding-bottom: 230px;
  }
  .section-access .access-main::after {
    height: 280px;
  }
}
/*# sourceMappingURL=access.css.map */