@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

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

- イージング

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

- 共通

================================================ */
.access-sc__inner {
  position: relative;
}

.bg {
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - (100vw - 100%) / 2);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.bg.-bg-top::after {
  border-top-right-radius: 40px;
}

.bg.-bg-btm::after {
  border-bottom-right-radius: 40px;
}

.access-deco {
  position: absolute;
  z-index: 1;
}

.access-deco.-deco_1 {
  width: 172px;
  top: -38px;
  right: -51px;
}

.access-deco.-deco_2 {
  width: 104px;
  top: -25px;
  left: -44px;
}

.access-deco.-deco_3 {
  width: 215px;
  bottom: -143px;
  right: -30px;
}

.access-sc.-photo {
  width: 100%;
  padding-bottom: 0;
}
.access-sc.-photo .access-sc__inner {
  padding-top: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .bg {
    position: relative;
  }
  .bg::after {
    left: 0;
    width: 90vw;
  }
  .access-deco.-deco_1 {
    width: 28.533vw;
    top: -10.667vw;
    right: 1.333vw;
  }
  .access-deco.-deco_2 {
    width: 20vw;
    top: -18.667vw;
    left: 0;
  }
  .access-deco.-deco_3 {
    width: 35.467vw;
    bottom: -29.333vw;
    right: 5.333vw;
  }
}
/* ================================================

- showcase

================================================ */
.access-sc.-showcase {
  padding: 150px 0 190px;
}

.access-showcase__summary {
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-showcase {
    padding: 21.333vw 0 24vw;
  }
  .access-sc.-showcase .access-sc__inner {
    padding: 0 5.333vw;
  }
}
/* ================================================

- showcase

================================================ */
.access-sc.-location {
  padding: 87px 0 180px;
}
.access-sc.-location .access-sc__inner {
  padding: 0 0 0 90px;
}

.access-sc.-location.-location2 {
  padding: 167px 0 130px;
}

.access-location__summarys dt {
  font-size: 3.5rem;
  line-height: 1.429;
  color: #928b82;
  font-family: "TsukuMinPr6-M", serif;
}

.access-location__summary {
  margin-top: 40px;
}

.access-location__photo__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;
  gap: 50px;
  width: 1010px;
  margin-top: 92px;
}

.access-location__photo2,
.access-location__photo1 {
  width: 480px;
}

.access-location__photo2 {
  position: relative;
  z-index: 1;
}
.access-location__photo2::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -50px;
  width: 420px;
  height: 280px;
  background-color: #dddbd3;
  z-index: -1;
}

.access-location__photo3 {
  width: 300px;
  position: absolute;
  bottom: -260px;
  right: -70px;
  z-index: 1;
}
.access-location__photo3::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 240px;
  height: 160px;
  background-color: #e7e5de;
  z-index: -1;
}

.access-location__map {
  max-width: 900px;
  width: 100%;
  margin-top: 140px;
}
.access-location__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 900/540;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-location {
    padding: 23.2vw 0 32vw;
  }
  .access-sc.-location .access-sc__inner {
    padding: 0 16vw 0 10.667vw;
  }
  .access-sc.-location.-location2 {
    padding: 15.333vw 0 21.333vw;
  }
  .access-location__summarys dt {
    font-size: 7.2vw;
  }
  .access-location__summary {
    margin-top: 6.667vw;
  }
  .access-location__photo__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: 6.667vw;
    width: 100%;
    margin-top: 8vw;
  }
  .access-location__photo2,
  .access-location__photo1 {
    width: 74.667vw;
    margin: 0 auto;
  }
  .access-location__photo2::before {
    bottom: -6.4vw;
    right: -6.4vw;
    width: 56vw;
    height: 37.333vw;
  }
  .access-location__photo3 {
    width: 42.667vw;
    bottom: -34.667vw;
    right: 8vw;
  }
  .access-location__photo3::before {
    top: -4vw;
    right: -4vw;
    width: 37.333vw;
    height: 26.667vw;
  }
  .access-location__map {
    width: 100vw;
    translate: -10.667vw 0;
    margin-top: 26.667vw;
  }
  .access-location__map iframe {
    aspect-ratio: 1/1;
  }
}
/* ================================================

- 交通

================================================ */
.access-sc.-root {
  padding: 80px 0 200px;
}
.access-sc.-root .access-sc__inner {
  padding-left: 90px;
}

.access-root__map {
  max-width: 700px;
  width: 100%;
}

.access-root__blocks {
  margin-top: 70px;
}

.access-root__block {
  padding: 20px 0 55px 30px;
  border-left: solid 1px #928b82;
}

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

.access-root__block__txt {
  font-size: 1.75rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.access-root__list {
  margin-top: 45px;
  padding-left: 10px;
}

.access-root__item.-item1 {
  width: 819px;
}

.access-root__item.-item2 {
  width: 638px;
}

.access-root__note {
  margin-top: 56px;
}
.access-root__note p {
  font-size: 0.9375rem;
  line-height: 1.533;
  font-family: "TsukuGoPr5-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-root {
    padding: 21.333vw 0 42.667vw;
  }
  .access-sc.-root .access-sc__inner {
    padding: 0 5.333vw;
  }
  .access-root__blocks {
    margin-top: 13.333vw;
  }
  .access-root__block {
    padding: 4vw 0 8vw 5.333vw;
  }
  .access-root__block:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .access-root__block__txt {
    font-size: 4.5333333333vw;
  }
  .access-root__list {
    margin-top: 8vw;
    padding-left: 0;
  }
  .access-root__item.-item1 {
    width: 100%;
  }
  .access-root__item.-item2 {
    width: 100%;
  }
  .access-root__note {
    margin-top: 10.667vw;
  }
  .access-root__note p {
    font-size: 3.4666666667vw;
  }
}