@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 {
  padding-bottom: 20px;
}

.outline-sc.-outline {
  padding-top: 130px;
  padding-bottom: 170px;
}

.outline-outline {
  max-width: 814px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.outline-outline::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -290px;
  background-image: url("../images/outline/bg_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 628px;
  height: 541px;
}

.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;
  gap: 20px;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.91;
  font-family: "TsukuGoPro-D", 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: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 179px;
  padding-bottom: 15px;
  color: #95906f;
  text-align: center;
  border-bottom: solid 1px #cfd0cc;
}
.outline-outline__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #333333;
  padding: 0 15px 15px 35px;
  border-bottom: solid 1px #cfd0cc;
}

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body.-outline {
    padding-bottom: 5.333vw;
  }
  .outline-sc.-outline {
    padding-top: 21.333vw;
    padding-bottom: 32vw;
  }
  .outline-sc.-outline .outline-sc__inner {
    padding: 0 5.333vw;
  }
  .outline-outline::before {
    bottom: -21.333vw;
    right: -62.667vw;
    width: 123.733vw;
    height: 106.667vw;
  }
  .outline-outline__list {
    gap: 1.867vw;
    font-size: 3.8666666667vw;
  }
  .outline-outline__list dt {
    width: 20.533vw;
    padding-bottom: 2.667vw;
  }
  .outline-outline__list dd {
    padding: 0 2.667vw 2.667vw 2.667vw;
  }
  .outline-outline__list:not(:first-of-type) {
    margin-top: 2.667vw;
  }
}
/* ================================================

- lifeinfo photo

================================================ */
.outline-sc.-lifeinfo {
  padding: 100px 0 155px;
  background-image: url("../images/outline/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.outline-sc.-lifeinfo .outline-sc__inner {
  max-width: 814px;
  width: 100%;
  margin: 0 auto;
}

.outline-lifeinfo__ttl {
  padding-left: 0;
  font-size: 2.625rem;
  color: #000000;
  font-family: "adobe-garamond-pro", serif;
  position: relative;
}
.outline-lifeinfo__ttl span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.1875rem;
  color: #646464;
  font-family: "TsukuMinPr6-M", serif;
}
.outline-lifeinfo__ttl::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: -25px;
  width: 9.6px;
  height: 9.6px;
  background-color: #b8b298;
}

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

.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: 43px 16px;
}

.outline-lifeinfo__photos__item {
  width: calc(50% - 8px);
}
.outline-lifeinfo__photos__item figcaption {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "TsukuMinPr6-M", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-lifeinfo {
    padding: 21.333vw 0 30.333vw;
    background-image: url("../images/outline/bg_sp.jpg");
  }
  .outline-sc.-lifeinfo .outline-sc__inner {
    padding: 0 5.333vw;
  }
  .outline-lifeinfo__ttl {
    padding-left: 5.333vw;
    font-size: 7.7333333333vw;
  }
  .outline-lifeinfo__ttl span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 4vw;
  }
  .outline-lifeinfo__ttl::before {
    top: 2.5vw;
    left: 0;
    width: 2.667vw;
    height: 2.667vw;
  }
  .outline-lifeinfo {
    margin-top: 10.667vw;
  }
  .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: 8.667vw 4vw;
  }
  .outline-lifeinfo__photos__item {
    width: calc(50% - 2vw);
  }
  .outline-lifeinfo__photos__item figcaption {
    margin-top: 1.333vw;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- lifeinfo

================================================ */
.location-lifeinfo {
  margin-top: 112px;
}

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

.location-lifeinfo__ttl {
  padding-bottom: 10px;
  font-size: 2.25rem;
  font-family: "TsukuMinPr6-L", serif;
  border-bottom: solid 1px #cccccc;
  position: relative;
}
.location-lifeinfo__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  height: 2px;
  background-color: #968c83;
}

.location-lifeinfo__ttl.-long::after {
  width: 380px;
}

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

.location-lifeinfo__list {
  width: calc(50% - 20px);
  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;
  font-family: "TsukuMinPr6-M", serif;
  text-align: left;
  position: relative;
}
.location-lifeinfo__list dl dd {
  font-size: 1rem;
  font-family: "TsukuGoPro-M", 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: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 10px;
}
.location-lifeinfo__list dl dd ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 5px 0;
  border-bottom: solid 1px #dbd8cb;
}
.location-lifeinfo__list dl dd ul li:not(:first-of-type) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.location-lifeinfo__list dl:not(:first-of-type) {
  margin-top: 33px;
}

.location-lifeinfo__list__note {
  margin-top: 75px;
}
.location-lifeinfo__list__note p {
  font-size: 0.75rem;
  line-height: 1.667;
  font-family: "TsukuMinPr6-M", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .location-lifeinfo {
    margin-top: 21.333vw;
  }
  .location-lifeinfo__block:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .location-lifeinfo__ttl {
    padding-bottom: 2.667vw;
    font-size: 7.4666666667vw;
  }
  .location-lifeinfo__ttl::after {
    width: 30.667vw;
    height: 0.267vw;
  }
  .location-lifeinfo__ttl.-long::after {
    width: 80vw;
  }
  .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: 1.333vw;
    margin-top: 5.333vw;
  }
  .location-lifeinfo__list {
    width: 100%;
  }
  .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;
  }
  .location-lifeinfo__list dl dd {
    font-size: 3.7333333333vw;
    font-family: "TsukuGoPro-M", 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: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 2.667vw;
  }
  .location-lifeinfo__list dl dd ul li {
    padding: 1.333vw 0;
  }
  .location-lifeinfo__list dl dd ul li:not(:first-of-type) {
    width: 34.667vw;
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .location-lifeinfo__list dl:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .location-lifeinfo__list__note {
    margin-top: 13.333vw;
  }
  .location-lifeinfo__list__note p {
    font-size: 2.6666666667vw;
  }
}