@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --cc-main: #862633;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- showcase

================================================ */
.access-sc.-showcase {
  padding: 80px 0 10px;
}
.access-sc.-showcase .access-sc__inner {
  position: relative;
}
.access-sc.-showcase .access-sc__inner::before {
  content: "";
  position: absolute;
  top: -177px;
  right: -176px;
  background-image: url("../images/access/bg_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 565px;
  height: 435px;
  z-index: -1;
}
.access-sc.-showcase .access-sc__inner::after {
  content: "";
  position: absolute;
  top: 1134px;
  left: -310px;
  background-image: url("../images/access/bg_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 565px;
  height: 435px;
  z-index: -1;
}

.access-showcase__summary.m-fz21-lh20 {
  text-align: center;
}

.access-showcase__summarys {
  margin-top: 90px;
  text-align: center;
  position: relative;
}
.access-showcase__summarys dt {
  font-size: 2.3125rem;
  line-height: 1.9;
  color: #868360;
  letter-spacing: 0.2em;
  font-family: "TsukuMinPr6-M", serif;
}
.access-showcase__summarys dd {
  margin-top: 15px;
}
.access-showcase__summarys dd p {
  letter-spacing: 0.28em;
}

.access-showcase__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 12px;
  max-width: 780px;
  width: 100%;
  margin: 25px auto 0;
}

.access-showcase__photo {
  width: 379px;
}

.access-showcase__map {
  max-width: 880px;
  width: 100%;
  margin: 25px auto 0;
}
.access-showcase__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 880/608;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-showcase {
    padding: 19.2vw 0 2.667vw;
  }
  .access-sc.-showcase .access-sc__inner {
    padding: 0 5.333vw;
    position: relative;
  }
  .access-sc.-showcase .access-sc__inner::before {
    top: -47.2vw;
    right: -60.267vw;
    width: 99.472vw;
    height: 76.585vw;
  }
  .access-sc.-showcase .access-sc__inner::after {
    top: 302.4vw;
    left: -82.667vw;
    background-image: url("../images/access/bg_2.png");
    width: 99.472vw;
    height: 76.585vw;
  }
  .access-showcase__summary.m-fz21-lh20 {
    text-align: left;
  }
  .access-showcase__summarys {
    margin-top: 18.667vw;
  }
  .access-showcase__summarys dt {
    font-size: 5.3333333333vw;
  }
  .access-showcase__summarys dd {
    margin-top: 4vw;
    text-align: left;
  }
  .access-showcase__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.667vw;
    margin: 6.667vw auto 0;
  }
  .access-showcase__photo {
    max-width: 379px;
    width: 80%;
  }
  .access-showcase__map {
    margin: 16vw auto 0;
  }
  .access-showcase__map iframe {
    aspect-ratio: 1/1;
  }
}
/* ================================================

- 交通

================================================ */
.access-sc.-root {
  padding: 0 0 115px;
}

.access-root__map {
  max-width: 946px;
  width: 100%;
  margin: 80px auto 0;
}

.access-root__blocks {
  max-width: 1000px;
  width: 100%;
  margin: 107px auto 0;
}

.access-root__block__ttl {
  padding-bottom: 16px;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  position: relative;
}
.access-root__block__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #968c83;
}

.access-root__block__txt {
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  font-family: "TsukuMinPr6-M", serif;
}
.access-root__block__txt span {
  font-size: 1.75rem;
}

.access-root__list {
  margin-top: 31px;
}

.access-root__item:not(:first-of-type) {
  margin-top: 54px;
}

.access-root__item__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 65px;
}
.access-root__item__layout img {
  width: 442px;
}
.access-root__item__layout figcaption {
  translate: 0 6px;
  font-size: 1.1875rem;
  line-height: 1.603;
  letter-spacing: 0.24em;
  font-family: "TsukuMinPr6-M", serif;
}

.access-root__block__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-top: 123px;
}
.access-root__block__layout .access-root__block__ttl::after {
  display: none;
}

.access-root__single {
  width: calc(50% - 25px);
}

.access-root__item2 {
  width: 442px;
  margin-top: 23px;
}

.access-root__note {
  margin-top: 44px;
}
.access-root__note p {
  font-size: 0.9375rem;
  line-height: 1.533;
  letter-spacing: 0.1em;
  font-family: "TsukuGoPr5-L", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-root {
    padding: 0 0 21.333vw;
  }
  .access-sc.-root .access-sc__inner {
    padding: 0 5.333vw;
  }
  .access-root__map {
    margin: 16vw auto 0;
  }
  .access-root__blocks {
    margin: 107px auto 0;
  }
  .access-root__block__ttl {
    padding-bottom: 4.267vw;
  }
  .access-root__block__ttl::after {
    height: 1px;
  }
  .access-root__block__txt {
    font-size: 5.3333333333vw;
  }
  .access-root__block__txt span {
    font-size: 4.5333333333vw;
  }
  .access-root__list {
    margin-top: 8vw;
  }
  .access-root__item:not(:first-of-type) {
    margin-top: 9.333vw;
  }
  .access-root__item__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .access-root__item__layout img {
    max-width: 442px;
    width: 90%;
  }
  .access-root__item__layout figcaption {
    translate: 0 0;
    font-size: 3.6vw;
  }
  .access-root__block__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24vw;
    margin-top: 24vw;
  }
  .access-root__single {
    width: 100%;
  }
  .access-root__item2 {
    max-width: 442px;
    width: 90%;
    margin-top: 6.667vw;
  }
  .access-root__note {
    margin-top: 11.733vw;
  }
  .access-root__note p {
    font-size: 2.9333333333vw;
  }
}