@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
}

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

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

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

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}
@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まで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

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

- 物件概要

================================================ */
.outline-logo.-log02 {
  margin-top: 130px;
}

.outline-logo__img {
  width: 290px;
  margin: 0 auto;
}

.outline-content {
  margin-top: 108px;
  padding-bottom: 170px;
}

.outline-main {
  max-width: 900px;
  margin: 0 auto;
}

.outline-bordered {
  margin-top: 33px;
}
.outline-bordered table {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.outline-bordered table th {
  width: 227px;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #66B7B7;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
  vertical-align: top;
}
.outline-bordered table td {
  width: calc(100% - 130px);
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #000000;
}
.outline-bordered table td a {
  color: #6495ED;
  text-decoration: underline;
}

.outline-update {
  margin-top: 5px;
}
.outline-update p {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .outline-logo.-log02 {
    margin-top: 80px;
  }
  .outline-logo__img {
    width: 77.333vw;
  }
  .outline-content {
    margin-top: 70px;
    padding: 0 4vw 100px;
  }
  .outline-bordered table th {
    width: 28.986vw;
    padding: 10px 2.899vw;
    font-size: 3.2vw;
  }
  .outline-bordered table td {
    width: calc(100% - 28.986vw);
    padding: 10px 2.899vw;
    font-size: 3.2vw;
  }
  .outline-update {
    margin-top: 6px;
  }
  .outline-update p {
    font-size: 3.2vw;
  }
}
/* ================================================

- DBJ Green Building 認証

================================================ */
.outline-dbj {
  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;
  max-width: 454px;
  width: 100%;
  margin: 40px auto 0;
  padding: 10px 0 7px 10px;
  border: solid 1px #000000;
}

.outline-dbj__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 123px;
}

.outline-dbj__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 19px;
}

.outline-dbj__ttl {
  width: 257px;
}

.outline-dbj__txt {
  margin-top: 10px;
  padding-top: 7px;
  border-top: solid 1px #000000;
}
.outline-dbj__txt p {
  padding-right: 20px;
  font-size: 1.2rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .outline-dbj {
    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;
    margin: 40px auto 0;
    padding: 10px 4vw 10px;
  }
  .outline-dbj__logo {
    width: 123px;
    margin: 0 auto;
  }
  .outline-dbj__summary {
    margin-left: 0;
    margin-top: 10px;
  }
  .outline-dbj__ttl {
    max-width: 257px;
    width: 68.533vw;
    margin: 0 auto;
  }
  .outline-dbj__txt {
    margin-top: 10px;
    padding-top: 7px;
  }
  .outline-dbj__txt p {
    padding-right: 0;
    font-size: 2.9333333333vw;
  }
}