.minShippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.pageMaxWidth {
  margin: auto;
  width: 90%;
  max-width: 1590px;
}

figcaption {
  color: rgb(104, 110, 119);
}

.sectionBlock {
  text-align: left;
}

.hanrei {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 769px) {
  .hanrei {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hanrei li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  line-height: 1;
}
.hanrei .heat,
.hanrei .sto,
.hanrei .wet {
  display: inline-block;
  width: 34px;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
}
.hanrei .heat {
  background-color: #f5e7e6;
  border: 1px solid rgba(35, 24, 21, 0.3);
}
.hanrei .sto {
  background-color: #e3d6be;
  border: 1px solid rgba(35, 24, 21, 0.3);
}
.hanrei .wet {
  background-color: #bad4ee;
  border: 1px solid rgba(35, 24, 21, 0.3);
}
.hanrei .light img,
.hanrei .wind img {
  width: 50px;
  margin-right: 4px;
  vertical-align: middle;
}

.residence .sectionPageIntro .billboard__img img {
  width: 100%;
}
.residence .sectionPageIntro .sectionPageIntro__read {
  line-height: 2 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 769px) {
  .residence .sectionPageIntro .sectionPageIntro__read {
    line-height: 2.3 !important;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.sectionBlock__madoriWrapBlock {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3%;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__madoriWrapBlock {
    gap: 6%;
    margin-top: 200px;
    grid-template-columns: 880fr 710fr;
  }
}
@media only screen and (min-width: 769px) {
  .sectionBlock__madoriWrapBlock .sectionBlock__madorizuBlock {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .sectionBlock__madoriWrapBlock .sectionBlock__madorizuBlock img {
    width: 100%;
    max-width: 590px;
  }
}

@media only screen and (min-width: 769px) {
  .madoriWrapBlockReversal {
    grid-template-columns: 710fr 880fr;
  }
}
@media only screen and (min-width: 769px) {
  .madoriWrapBlockReversal .sectionBlock__textBlock {
    order: 2;
  }
}
@media only screen and (min-width: 769px) {
  .madoriWrapBlockReversal .sectionBlock__madorizuBlock {
    text-align: center;
    order: 1;
  }
}

.sectionBlock__textBlock {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock {
    text-align: left;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__specBlock {
  margin: 0 0.5em;
}
.sectionBlock__textBlock .sectionBlock__textBlock__specBlock .sectionBlock__textBlock__specBlock__title {
  margin: auto;
  line-height: 1;
  padding-bottom: 13px;
  color: rgb(145, 117, 31);
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: normal;
  border-bottom: 1px solid rgb(145, 117, 31);
  max-width: 392px;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__specBlock .sectionBlock__textBlock__specBlock__title {
    max-width: 480px;
    margin: 0 0 0 0;
    line-height: 1;
    padding-bottom: 20px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__specBlock .sectionBlock__textBlock__specBlock__listBlock {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 7em 13em;
  font-size: 14px;
  font-size: 0.875rem;
  align-items: end;
  line-height: 1;
  justify-content: center;
  justify-items: start;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__specBlock .sectionBlock__textBlock__specBlock__listBlock {
    text-align: center;
    grid-template-columns: 5em 16em;
    justify-content: start;
    margin-top: 12px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__specBlock .sectionBlock__textBlock__specBlock__listBlock02 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__specBlock .sectionBlock__textBlock__specBlock__listBlock02 {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 30px;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__infoBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3%;
  margin-top: 2em;
}
.sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__photo {
  order: 2;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__photo {
    margin-top: 3em;
    order: 1;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__title {
  order: 1;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__title {
    margin-top: 1em;
    order: 2;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__text {
  margin-top: 2em;
  order: 3;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__text {
    margin-top: 0.5em;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 2.5em;
  }
}
.sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__hanrei {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sectionBlock__textBlock .sectionBlock__textBlock__infoBlock .sectionBlock__textBlock__infoBlock__hanrei {
    display: block;
    order: 4;
  }
}

@media only screen and (min-width: 769px) {
  .sectionBlock__madorizuBlock__hanrei {
    display: none;
  }
}

.sectionGold {
  position: relative;
  background-color: #f9f8f1;
}
.sectionGold::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  height: 128px;
  background-color: #fff;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .sectionGold::before {
    height: 150px;
  }
}

.sectionWhite {
  position: relative;
  background-color: #fff;
}
.sectionWhite::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  height: 128px;
  background-color: #f9f8f1;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .sectionWhite::before {
    height: 150px;
  }
}

.sectionBanapb3 {
  margin: auto;
  margin-top: 3em;
  padding-bottom: 20px;
  width: 90%;
  max-width: 880px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sectionBanapb3 {
    margin-top: 6em;
  }
}
.sectionBanapb3 img {
  width: 90%;
  max-width: 786px;
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.45);
}

.residence .sectionphoto .sectionPageIntro .sectionPageIntro__read {
  line-height: 2 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 769px) {
  .residence .sectionphoto .sectionPageIntro .sectionPageIntro__read {
    line-height: 2.3 !important;
    font-size: 24px;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=residence.css.map */