@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-primary: #100964;
  --cc-secondary: #709aaf;
  --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-lifeinfo {
  margin-top: 38px;
  padding: 0 50px;
}

.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;
  gap: 30px;
}

.location-lifeinfo__column {
  width: calc(50% - 15px);
}

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

.location-lifeinfo__list__ttl {
  padding-left: 11px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  color: var(--cc-primary);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-bottom: solid 1px var(--cc-secondary);
  position: relative;
}
.location-lifeinfo__list__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 20px;
  background-color: var(--cc-secondary);
}

.location-lifeinfo__list__block {
  margin-top: 15px;
}

.location-lifeinfo__item {
  padding-left: 1.25em;
  position: relative;
}
.location-lifeinfo__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.725;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-primary);
}
.location-lifeinfo__item li {
  font-size: 1rem;
  line-height: 1.475;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.location-lifeinfo__root {
  max-width: 860px;
  width: 100%;
  margin: 60px auto 0;
}
.location-lifeinfo__root figcaption {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-secondary);
}
.location-lifeinfo__root img {
  display: block;
  margin-top: 25px;
}

.location-lifeinfo__note {
  margin-top: 13px;
}
.location-lifeinfo__note p {
  font-size: 0.875rem;
  line-height: 1.714;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    margin-top: 10.133vw;
    padding: 0;
  }
  .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: 10.667vw;
  }
  .location-lifeinfo__column {
    width: 100%;
  }
  .location-lifeinfo__list:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .location-lifeinfo__list__ttl {
    padding-left: 2.933vw;
    padding-bottom: 1.333vw;
    font-size: 4.8vw;
  }
  .location-lifeinfo__list__ttl::before {
    width: 1.067vw;
    height: 5.333vw;
  }
  .location-lifeinfo__list__block {
    margin-top: 4vw;
  }
  .location-lifeinfo__item::before {
    font-size: 3.7333333333vw;
  }
  .location-lifeinfo__item li {
    font-size: 3.7333333333vw;
  }
  .location-lifeinfo__item:not(:first-of-type) {
    margin-top: 2.133vw;
  }
  .location-lifeinfo__root {
    margin: 16vw auto 0;
  }
  .location-lifeinfo__root figcaption {
    font-size: 5.8666666667vw;
    line-height: 1.425;
  }
  .location-lifeinfo__root img {
    display: block;
    margin-top: 2.667vw;
  }
  .location-lifeinfo__note {
    margin-top: 3.467vw;
  }
  .location-lifeinfo__note p {
    font-size: 2.9333333333vw;
  }
}