@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: #742A36;
  --cc-primary: #742A36;
  --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;
}

.m-deco.access-deco__1 {
  left: -170px;
  top: -80px;
}

.m-deco.access-deco__2 {
  right: -160px;
  bottom: -205px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-deco.access-deco__1 {
    left: -32vw;
    top: -8vw;
  }
  .m-deco.access-deco__2 {
    right: -13.333vw;
    bottom: -33.333vw;
  }
}
/* ================================================

- showcase

================================================ */
.access-sc.-location {
  padding: 166px 0 158px;
}
.access-location__summarys {
  text-align: center;
}
.access-location__summarys dt {
  font-size: 2.25rem;
  line-height: 1.429;
  color: #7D7E74;
  font-family: "TsukuMinPr6-R", serif;
}

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

.access-location__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: 50px;
  max-width: 700px;
  width: 100%;
  margin: 92px auto 0;
}

.access-location__root1 {
  width: 310px;
}

.access-location__root2 {
  width: 340px;
}

.access-location__note {
  max-width: 700px;
  width: 100%;
  margin: 55px auto 0;
}
.access-location__note p {
  font-size: 0.9375rem;
  line-height: 1.533;
  font-family: "TsukuMinPr6-L", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-location {
    padding: 16vw 0 16vw;
  }
  .access-sc.-location .access-sc__inner {
    padding: 0 8vw;
  }
  .access-location__summarys {
    text-align: center;
  }
  .access-location__summarys dt {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .access-location__summary {
    margin-top: 4vw;
  }
  .access-location__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: 13.333vw;
    margin: 16vw auto 0;
  }
  .access-location__root1 {
    width: 57.867vw;
  }
  .access-location__root2 {
    width: 63.467vw;
  }
  .access-location__note {
    margin: 8vw auto 0;
  }
  .access-location__note p {
    font-size: 3.2vw;
  }
}
/* ================================================

- MAP

================================================ */
.access-sc.-map {
  padding: 146px 0 155px;
  background-color: #F3F2EF;
}

.access-location__map {
  max-width: 750px;
  width: 100%;
  margin: 95px auto 0;
}
.access-location__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 750/500;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-map {
    padding: 16vw 0;
  }
  .access-location__map {
    width: 100vw;
    margin-top: 13.333vw;
  }
  .access-location__map iframe {
    aspect-ratio: 1/1;
  }
}
/* ================================================

- 交通

================================================ */
.access-sc.-root {
  padding: 148px 0 253px;
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-root {
    padding: 16vw 0 26vw;
  }
}