@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: #003939;
  --cc-secondary: #77D2ED;
  --cc-red: #FF0000;
  --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

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

- イージング

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

-

================================================ */
.location-sc__inner {
  padding: 0 144px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc__inner {
    padding: 0 6.4vw;
  }
}
/* ================================================

-

================================================ */
.location-sc.-map {
  padding-top: 65px;
}
.location-sc.-map .location-sc__inner {
  padding: 0;
}

.location-map__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 144px;
}

.location-map__label {
  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;
  width: 160px;
  min-height: 40px;
  border: solid 1px var(--cc-primary);
}
.location-map__label span {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.location-map__link a {
  display: block;
  font-size: 1rem;
  text-decoration: underline;
  color: var(--cc-primary);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.location-map__iframe {
  margin-top: 15px;
}
.location-map__iframe iframe {
  width: 100%;
  aspect-ratio: 1328/640;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-map {
    padding-top: 12vw;
  }
  .location-sc.-map .location-sc__inner {
    padding: 0;
  }
  .location-map__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 6.4vw;
  }
  .location-map__label {
    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;
    width: 37.333vw;
    min-height: 9.333vw;
  }
  .location-map__label span {
    font-size: 3.4666666667vw;
  }
  .location-map__link a {
    font-size: 3.4666666667vw;
  }
  .location-map__iframe {
    margin-top: 4vw;
  }
  .location-map__iframe iframe {
    aspect-ratio: 1/1;
  }
}
/* ================================================

-

================================================ */
.location-sc.-location {
  margin-top: 140px;
}

.location-location__content {
  padding: 0 56px;
}

.location-location__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 33px 48px;
  margin-top: 32px;
}

.location-location__item {
  width: calc(50% - 24px);
}
.location-location__item figcaption {
  margin-top: 12px;
  font-size: 0.875rem;
  color: var(--cc-primary);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-location {
    margin-top: 13.867vw;
  }
  .location-location__content {
    padding: 0;
  }
  .location-location__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6.667vw 4vw;
    margin-top: 5.333vw;
  }
  .location-location__item {
    width: calc(50% - 2vw);
  }
  .location-location__item figcaption {
    margin-top: 2.133vw;
    font-size: 2.9333333333vw;
  }
}
/* ================================================

-

================================================ */
.location-sc.-access {
  margin-top: 145px;
  padding-bottom: 136px;
}

.location-access__content {
  padding: 0 56px;
}

.location-access__group {
  margin-top: 16px;
}
.location-access__group .location-access__root figcaption {
  margin-top: 16px;
  text-align: right;
  font-size: 0.875rem;
  color: var(--cc-primary);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.location-access__group .location-access__root:not(:first-of-type) {
  margin-top: 32px;
}

.location-note {
  margin-top: 16px;
  text-align: right;
}
.location-note p {
  font-size: 0.875rem;
  line-height: 1.425;
  color: var(--cc-primary);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-sc.-access {
    margin-top: 13.867vw;
    padding-bottom: 14vw;
  }
  .location-access__content {
    padding: 0;
  }
  .location-access__group {
    margin-top: 4.267vw;
  }
  .location-access__group .location-access__root figcaption {
    margin-top: 3.2vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.425;
  }
  .location-access__group .location-access__root:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .location-note {
    margin-top: 3.2vw;
    text-align: left;
  }
  .location-note p {
    font-size: 3.2vw;
  }
}