@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=======================================================================

 アクセス

========================================================================*/
.page-access .common-hero-txt {
  background-color: #efefef;
}
.page-access .common-hero-txt:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .page-access .common-hero-txt .common-hero-txt__inner {
    text-align: left;
  }
}

.access__copy {
  position: relative;
  margin-top: -0.4em;
  color: #00704c;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .access__copy {
    font-size: min(2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .access__copy {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .access__copy {
    letter-spacing: 0.1em;
  }
}

.access__txt {
  line-height: 1.6666666667;
  margin-top: 0.75em;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .access__txt {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .access__txt {
    font-size: 3.8666666667vw;
  }
}
@media (min-width: 768px) {
  .access__txt {
    line-height: 1.875;
    margin-top: 1em;
  }
}
.access__txt.--lg {
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .access__txt.--lg {
    margin-top: 1.2em;
  }
}

@media (min-width: 768px) {
  .access-sec01 .content__txt {
    width: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access-sec01 .content__txt .figure {
  width: 100%;
  margin-top: 30px;
  margin-top: 4.2857142857vw;
  margin-bottom: 70px;
  margin-bottom: 10vw;
}
@media (min-width: 768px) {
  .access-sec01 .content__txt .figure {
    max-width: 360px;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.access-sec01 .content__txt .figure figcaption {
  bottom: -2em;
}
@media (min-width: 768px) {
  .access-sec01 .content__img {
    width: 60%;
  }
}

.access-sec02 {
  position: relative;
}
.access-sec02:after {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.access-sec02:after {
  z-index: 0;
  margin: auto;
  background-image: url(../../images2/access/access_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 760px;
  width: 47.5vw;
  height: 472px;
  height: 29.5vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .access-sec02:after {
    width: 100vw;
    height: 100vw;
    background-size: contain;
  }
}
.access-sec02 .access-train {
  color: #fff;
  background-color: #003d25;
}
@media (min-width: 1001px) {
  .access-sec02 .access-train {
    min-height: 630px;
  }
}
.access-sec02 .access__copy {
  color: #fff;
}
.access-sec02 .access-train__img {
  margin-right: calc(50% - 50vw);
  margin-top: 20px;
}
.access-sec02 .access-train__bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  margin-right: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .access-sec02 .access-train__bg {
    width: 73.2%;
    max-width: 732px;
  }
}
.access-sec02 .access-train__bg figure figcaption {
  position: absolute;
  top: 7px;
  right: 10px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .access-sec02 .access-train__bg figure figcaption {
    top: 220px;
  }
}
.access-sec02 .access-root {
  z-index: 10;
  position: relative;
  margin-top: -100px;
  margin-top: -14.2857142857vw;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .access-sec02 .access-root {
    margin-top: -70px;
  }
}
@media (min-width: 1001px) {
  .access-sec02 .access-root {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .access-sec02 .access-root .root {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .access-sec02 .access-root .root {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.access-sec02 .access-root .root .root__item {
  width: 93.9393939394%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .access-sec02 .access-root .root .root__item {
    margin-left: calc(50% - 50vw);
  }
  .access-sec02 .access-root .root .root__item + .root__item {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
@media (min-width: 768px) {
  .access-sec02 .access-root .root .root__item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .access-sec02 .access-root .root .root__item:nth-child(even) {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .access-sec02 .access-root .root .root__item:nth-child(even) {
    margin-top: 40px;
  }
}/*# sourceMappingURL=page-access.css.map */