@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;
}

/*--- media screen ---*/
/* ================================================

- showcase

================================================ */
.access-sc.-location {
  padding: 170px 0 195px;
}
.access-location__summarys {
  text-align: center;
}
.access-location__summarys dt {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #7D7E74;
  font-family: "TsukuMinPr6-M", serif;
}

.access-location__summary {
  margin-top: 36px;
}
.access-location__summary p strong {
  font-size: 1.75rem;
}
.access-location__summary p:not(:first-of-type) {
  margin-top: 10px;
}

.access-location__map {
  margin-top: 70px;
}
.access-location__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1080/620;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-location {
    padding: 16vw 0 16vw;
  }
  .access-location__summarys {
    text-align: center;
  }
  .access-location__summarys dt {
    font-size: 5.6vw;
    line-height: 1.5;
  }
  .access-location__summary {
    margin-top: 5.333vw;
  }
  .access-location__summary p strong {
    font-size: 4.5333333333vw;
  }
  .access-location__summary p:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  .access-location__map {
    width: 100vw;
    margin-top: 10.667vw;
  }
  .access-location__map iframe {
    aspect-ratio: 1/1;
  }
}
/* ================================================

- 交通

================================================ */
.access-sc.-area {
  min-height: 600px;
  background-image: url("../images/access/location_ph.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.access-area {
  max-width: 840px;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 105px;
  background-color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-area {
    min-height: 0;
    padding: 18.667vw 0;
    background-image: url("../images/access/location_ph_sp.jpg");
  }
  .access-area {
    min-height: 0;
    padding: 8vw 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* ================================================

- 交通

================================================ */
.access-sc.-root {
  padding: 180px 0 155px;
  position: relative;
  z-index: 1;
}
.access-sc.-root::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 330px;
  background-color: #F3F2EF;
  z-index: -1;
}
.access-root__map {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}

.access-root__summarys {
  margin-top: 87px;
}

.access-root__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: 130px;
  max-width: 1160px;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
}

.access-root__txt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 400px;
}

.access-root__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 600px;
}

.access-root__note {
  max-width: 1160px;
  width: 100%;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;
}
.access-root__note p {
  font-size: 0.75rem;
  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: 16vw 0 16vw;
  }
  .access-sc.-root::before {
    min-height: 48vw;
  }
  .access-sc.-root .access-sc__inner {
    padding: 0 5.333vw;
  }
  .access-root__summarys {
    margin-top: 10.667vw;
  }
  .access-root__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: 8vw;
    margin-top: 13.333vw;
    padding: 0 5.333vw;
  }
  .access-root__txt {
    width: 74.667vw;
  }
  .access-root__photo {
    width: 100%;
  }
  .access-root__note {
    margin-top: 8.733vw;
    padding: 0;
  }
  .access-root__note p {
    font-size: 2.9333333333vw;
  }
}