@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;
  --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

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

- イージング

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

-

================================================ */
.outline-body__inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.outline-sc.-table {
  padding-top: 40px;
}

.outline-table__ttl {
  font-size: 2.1875rem;
  letter-spacing: 0.26em;
  color: #998675;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}

.outline-table__bordered {
  margin-top: 80px;
}

table.outline-table__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
}
table.outline-table__table th,
table.outline-table__table td {
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
}
table.outline-table__table th {
  width: 230px;
  padding: 11px 28px;
  font-size: 1.25rem;
  line-height: 1.625;
  text-align: left;
  background-color: #DFDAD3;
  white-space: nowrap;
  vertical-align: top;
}
table.outline-table__table td {
  padding: 11px 40px;
  font-size: 1.25rem;
  line-height: 1.625;
  vertical-align: top;
}
table.outline-table__table td p:not(:first-of-type) {
  margin-top: 25px;
}
table.outline-table__table td a {
  text-decoration: underline;
}
.outline-table__update {
  margin-top: 5px;
}
.outline-table__update p {
  font-size: 0.75rem;
  line-height: 1.5;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-table {
    padding-top: 40px;
  }
  .outline-sc.-table .outline-sc__inner {
    padding: 0 5.333vw;
  }
  .outline-table__ttl {
    font-size: 8vw;
  }
  .outline-table__bordered {
    margin-top: 80px;
  }
  table.outline-table__table th {
    width: 29.333vw;
    padding: 11px 3.2vw;
    font-size: 4.5333333333vw;
    white-space: normal;
  }
  table.outline-table__table td {
    padding: 11px 3.2vw;
    font-size: 4.5333333333vw;
  }
  table.outline-table__table td p:not(:first-of-type) {
    margin-top: 20px;
  }
  .outline-table__update {
    margin-top: 5px;
  }
  .outline-table__update p {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

-

================================================ */
.outline-sc.-building {
  padding: 48px 0 145px;
}

.outline-building__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: 70px;
}

.outline-building__photo {
  width: 361px;
}

.outline-building__summarys {
  padding-top: 4px;
}

.outline-building__list {
  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;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.outline-building__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
}
.outline-building__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-building {
    padding: 40px 0 80px;
  }
  .outline-sc.-building .outline-sc__inner {
    padding: 0 5.3333vw;
  }
  .outline-building__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .outline-building__photo {
    max-width: 361px;
    width: 100%;
    margin: 0 auto;
  }
  .outline-building__summarys {
    padding-top: 0;
  }
  .outline-building__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 4.8vw;
  }
  .outline-building__list dt {
    width: 26.667vw;
  }
  .outline-building__list:not(:first-of-type) {
    margin-top: 28px;
  }
}