@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: #862633;
  --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

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

- イージング

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

- 共通

================================================ */
.m-body.-outline {
  margin-top: 200px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body.-outline {
    margin-top: 21.333vw;
  }
}
/* ================================================

- 物件概要

================================================ */
.outline-sc.-outline {
  padding-bottom: 205px;
}
.outline-sc.-outline .outline-sc__inner {
  padding: 0 90px;
}

.outline-outline__ttl {
  font-size: 2.25rem;
  color: #FFFFFF;
  font-family: "TsukuGoPro-L", sans-serif;
}

.outline-outline {
  margin-top: 45px;
  padding: 8px 0;
  border-left: solid 1px #FFFFFF;
}

.outline-outline__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #FFFFFF;
  font-family: "TsukuGoPro-L", sans-serif;
}
.outline-outline__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 200px;
  padding-left: 60px;
}
.outline-outline__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.outline-outline__list:not(:first-of-type) {
  margin-top: 16px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-outline {
    padding-bottom: 32vw;
  }
  .outline-sc.-outline .outline-sc__inner {
    padding: 0 5.333vw;
  }
  .outline-outline__ttl {
    font-size: 5.8666666667vw;
  }
  .outline-outline {
    margin-top: 10.667vw;
    padding: 2.133vw 0;
  }
  .outline-outline__list {
    font-size: 4.2666666667vw;
  }
  .outline-outline__list dt {
    width: 26.667vw;
    padding-left: 2.667vw;
  }
  .outline-outline__list:not(:first-of-type) {
    margin-top: 16px;
  }
}
/* ================================================

- lifeinfo photo

================================================ */
.outline-sc.-lifeinfo {
  padding: 205px 0 200px;
  position: relative;
}

.outline-lifeinfo__ttl {
  width: 347px;
  margin: 0 auto;
  position: relative;
}
.outline-lifeinfo__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -175px;
  translate: 0 -50%;
  width: 100px;
  height: 1px;
  background-color: #928b82;
}
.outline-lifeinfo__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -175px;
  translate: 0 -50%;
  width: 100px;
  height: 1px;
  background-color: #928b82;
}

.outline-lifeinfo {
  margin-top: 127px;
}

.outline-lifeinfo__photos {
  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: 60px 80px;
  width: 100%;
  padding: 0 50px;
}

.outline-lifeinfo__photos__item {
  width: calc(50% - 40px);
}
.outline-lifeinfo__photos__item figcaption {
  margin-top: 36px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "TsukuGoPr5-R", sans-serif;
  position: relative;
}
.outline-lifeinfo__photos__item figcaption::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #928b82;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-lifeinfo {
    padding: 38.667vw 0 37.333vw;
  }
  .outline-lifeinfo__ttl {
    width: 53.333vw;
  }
  .outline-lifeinfo__ttl::before {
    left: -17.333vw;
    width: 13.333vw;
  }
  .outline-lifeinfo__ttl::after {
    right: -17.333vw;
    width: 13.333vw;
  }
  .outline-lifeinfo {
    margin-top: 10.667vw;
  }
  .outline-lifeinfo__photos {
    gap: 10.667vw 4vw;
    padding: 0 5.333vw;
  }
  .outline-lifeinfo__photos__item {
    width: calc(50% - 2vw);
  }
  .outline-lifeinfo__photos__item figcaption {
    margin-top: 6.667vw;
    font-size: 3.7333333333vw;
  }
  .outline-lifeinfo__photos__item figcaption::before {
    top: -3.2vw;
    width: 16vw;
  }
}
/* ================================================

- lifeinfo

================================================ */
.location-lifeinfo {
  max-width: 1120px;
  width: 100%;
  margin: 158px auto 0;
}

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

.location-lifeinfo__ttl {
  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;
  padding: 16px 0;
  font-size: 2.25rem;
  font-family: "TsukuGoPro-R", sans-serif;
  background-color: #FFFFFF;
  border-radius: calc(infinity * 1px);
}

.location-lifeinfo__data {
  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: 40px;
  margin-top: 57px;
}

.location-lifeinfo__list {
  width: calc(50% - 20px);
  padding: 0 10px;
  position: relative;
}
.location-lifeinfo__list dl dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: left;
}
.location-lifeinfo__list dl dd {
  font-size: 1.125rem;
  font-family: "TsukuGoPro-R", sans-serif;
  line-height: 1.425;
}
.location-lifeinfo__list dl dd ul {
  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: 10px;
}
.location-lifeinfo__list dl dd ul li:not(:first-of-type) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 53px;
  position: relative;
}
.location-lifeinfo__list dl dd ul li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 36px;
  height: 1px;
  background-color: #7d7e74;
}
.location-lifeinfo__list dl dd ul:not(:first-of-type) {
  margin-top: 15px;
}
.location-lifeinfo__list dl:not(:first-of-type) {
  margin-top: 33px;
}

.location-lifeinfo__list.-right {
  position: relative;
}
.location-lifeinfo__list.-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: #7d7e74;
}

.location-lifeinfo__list__note {
  margin-top: 90px;
  padding-left: 80px;
}
.location-lifeinfo__list__note p {
  font-size: 0.9375rem;
  line-height: 1.533;
  font-family: "TsukuGoPr5-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    margin: 21.333vw auto 0;
    padding: 0 5.333vw;
  }
  .location-lifeinfo__block:not(:first-of-type) {
    margin-top: 18.667vw;
  }
  .location-lifeinfo__ttl {
    padding: 4.267vw 0;
    font-size: 6.4vw;
  }
  .location-lifeinfo__data {
    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: 4vw;
    margin-top: 8vw;
  }
  .location-lifeinfo__list {
    width: 100%;
    padding: 0;
  }
  .location-lifeinfo__list dl dt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
  }
  .location-lifeinfo__list dl dd {
    font-size: 3.7333333333vw;
  }
  .location-lifeinfo__list dl dd ul {
    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: 2.667vw;
  }
  .location-lifeinfo__list dl dd ul li:not(:first-of-type) {
    padding-left: 0;
  }
  .location-lifeinfo__list dl dd ul li:not(:first-of-type)::after {
    display: none;
  }
  .location-lifeinfo__list dl dd ul:not(:first-of-type) {
    margin-top: 4vw;
  }
  .location-lifeinfo__list dl:not(:first-of-type) {
    margin-top: 0;
  }
  .location-lifeinfo__list.-right::before {
    display: none;
  }
  .location-lifeinfo__list__note {
    margin-top: 10.667vw;
    padding: 0 5.333vw;
  }
  .location-lifeinfo__list__note p {
    font-size: 3.2vw;
  }
}