@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-primary: #00327D;
  --cc-secondary: #0071bc;
}

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

- フォント

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

- フォントサイズ

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

- 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

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

- イージング

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

- 共通

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

-

================================================ */
.location-sc.-map {
  padding: 185px 0 153px;
}
.location-map__lead {
  width: 461px;
  margin: 0 auto;
}

.location-map__lead__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 34px;
  margin-top: 41px;
}

.location-map__lead2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 425px;
}

.location-map__lead3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 327px;
}

.location-map__main {
  max-width: 1080px;
  width: 100%;
  margin-top: 82px;
}

.location-map__note {
  margin-top: 10px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-map {
    padding: 13.333vw 0 16vw;
  }
  .location-map__lead {
    width: 81.867vw;
  }
  .location-map__lead__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: 5.333vw;
    margin-top: 5.333vw;
  }
  .location-map__lead2 {
    width: 74.667vw;
  }
  .location-map__lead3 {
    width: 58.133vw;
  }
  .location-map__main {
    margin-top: 10.667vw;
  }
}
/* ================================================

-

================================================ */
.location-lifeinfo {
  margin-top: 49px;
  padding: 0 20px;
}

.location-lifeinfo__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: 100px;
}

.location-lifeinfo__column {
  width: calc(50% - 50px);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.location-lifeinfo__list:not(:first-of-type) {
  margin-top: 40px;
}

.location-lifeinfo__item {
  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;
}
.location-lifeinfo__item li {
  font-size: 1rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.location-lifeinfo__item li:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.location-lifeinfo__item li:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.location-lifeinfo__item:not(:first-of-type) {
  margin-top: 2px;
}

.location-lifeinfo__note {
  margin-top: 0;
  text-align: right;
}
.location-lifeinfo__note p {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-lifeinfo {
    margin-top: 10.667vw;
  }
  .location-sc.-lifeinfo .location-sc__inner {
    padding: 0 5.333vw;
  }
  .location-lifeinfo__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: 0.533vw;
  }
  .location-lifeinfo__column {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .location-lifeinfo__column:last-of-type {
    width: 100%;
  }
  .location-lifeinfo__item li {
    font-size: 3.2vw;
  }
  .location-lifeinfo__item:not(:first-of-type) {
    margin-top: 0.533vw;
  }
  .location-lifeinfo__note {
    margin-top: 5.333vw;
    text-align: right;
  }
  .location-lifeinfo__note p {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- ACCESS

================================================ */
.access-sc.-access {
  padding: 126px 0 66px;
  background-color: #F1EFED;
}
.access-map__main {
  max-width: 1197px;
  width: 100%;
  margin: 68px auto 0;
}

.access-root {
  margin-top: 199px;
}

.access-root__ttl {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.75rem;
  letter-spacing: 0.18em;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

.access-root__list__item {
  max-width: 1600px;
  width: 83.333vw;
}
.access-root__list__item figcaption {
  margin-top: 4px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  text-align: right;
}

.access-root__list__item:nth-of-type(2n) {
  margin-left: auto;
}

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

.location-access__note {
  max-width: 1280px;
  width: 100%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.location-access__note p {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .access-sc.-access {
    padding: 13.333vw 0 16vw;
  }
  .access-map__main {
    margin: 10.667vw auto 0;
    padding: 0 2.667vw;
  }
  .access-root {
    margin-top: 13.333vw;
  }
  .access-root__ttl {
    font-size: 4.8vw;
    padding: 0 5.333vw;
  }
  .access-root__list {
    margin-top: 5.333vw;
  }
  .access-root__list__item:nth-of-type(2n) {
    margin-left: auto;
  }
  .access-root__list__item:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .location-access__note {
    margin-top: 5.333vw;
    padding: 0 5.333vw;
  }
  .location-access__note p {
    font-size: 2.9333333333vw;
    line-height: 1.425;
    text-align: left;
  }
}