@charset "UTF-8";
/* カラーコード
-------------------------------------------------------------------- */
/* box-shadow
-------------------------------------------------------------------- */
/* ピクセルをremに置き換えて返す関数
-------------------------------------------------------------------- */
/* ブレイクポイント
-------------------------------------------------------------------- */
/* メディアクエリ
-------------------------------------------------------------------- */
/* イージング
-------------------------------------------------------------------- */
/* ホバーで画像拡大
-------------------------------------------------------------------- */
/* フォントファミリー
-------------------------------------------------------------------- */
/* z-index
-------------------------------------------------------------------- */
/* css カスタムプロパティー
-------------------------------------------------------------------- */
:root {
  --header-height: 5.25rem;
}
@media (max-width: 80rem) {
  :root {
    --header-height: 6rem;
  }
}
:root {
  --header-form-height: 4.6875rem;
}
@media (max-width: 48rem) {
  :root {
    --header-form-height: 3.3125rem;
  }
}
:root {
  --header-ms-height: 5.625rem;
}
@media (max-width: 48rem) {
  :root {
    --header-ms-height: 3.75rem;
  }
}
:root {
  --header-ms-float-height: 4rem;
}
@media (max-width: 48rem) {
  :root {
    --header-ms-float-height: 3.125rem;
  }
}
:root {
  --header-ms-ex-height: 9rem;
}
@media (max-width: 66.25rem) {
  :root {
    --header-ms-ex-height: 10.4375rem;
  }
}
@media (max-width: 48rem) {
  :root {
    --header-ms-ex-height: 9.0625rem;
  }
}

/* =========================================================== */
/* 物件詳細 */
/* =========================================================== */
/* 物件のおすすめポイント
-------------------------------------------------------------------- */
.recommend-point {
  container-type: inline-size;
  padding: 2rem 2.5rem;
  border-radius: 0.75rem;
  background-color: #F4E2E2;
}
.recommend-point.--openhouse {
  background-color: #F6F1EE;
}
.recommend-point.--reform {
  background-color: rgba(0, 109, 60, 0.1);
}
.recommend-point.--reform .recommend-point__ttl {
  color: #006F37;
}
@media (max-width: 48rem) {
  .recommend-point {
    padding: 1rem;
  }
}
.recommend-point__ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #CC0000;
}
@media (max-width: 48rem) {
  .recommend-point__ttl {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}
.recommend-point .openhouse-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  line-height: 1;
}
.recommend-point .openhouse-dates li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 48rem) {
  .recommend-point .openhouse-dates {
    grid-template-columns: 1fr;
  }
}
.recommend-point .reform-info__label {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #006F37;
  border-radius: 0.1875rem;
  color: #FFFFFF;
  font-size: 0.75em;
}
.recommend-point .reform-info__txt {
  display: inline-block;
}
.recommend-point .bnr-renoresi {
  display: grid;
  grid-template-columns: 40.7% 1fr;
  align-items: center;
  gap: 1.875rem;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #DDDDDD;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .recommend-point .bnr-renoresi:hover {
    border: 1px solid #006D3C;
    box-shadow: 0 0 0 2px #006D3C inset;
  }
}
.recommend-point .bnr-renoresi__logo img {
  aspect-ratio: 559/164;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommend-point .bnr-renoresi__ttl {
  color: #006D3C;
  font-weight: bold;
  font-size: 1.25rem;
}
.recommend-point .bnr-renoresi__ttl .u-mask-external {
  display: inline-block;
  margin-left: 0.5rem;
  background-color: #006D3C;
}
.recommend-point .bnr-renoresi__ttl > span {
  display: inline-block;
}
.recommend-point .bnr-renoresi__txt {
  font-size: 0.875rem;
}
@container (max-width: 48rem) {
  .recommend-point .bnr-renoresi {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .recommend-point .bnr-renoresi__logo {
    max-width: 12.5rem;
    margin: 0 auto;
  }
  .recommend-point .bnr-renoresi__ttl {
    font-size: 1rem;
  }
}

/* 省エネ性能
-------------------------------------------------------------------- */
.energy-effciency {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 48rem) {
  .energy-effciency {
    grid-template-columns: 1fr;
    max-width: 34.5rem;
    margin: 0 auto;
  }
}
.energy-effciency__label {
  position: relative;
  display: block;
}
.energy-effciency__label img {
  max-width: none;
  width: 100%;
  aspect-ratio: 277/208;
  -o-object-fit: contain;
     object-fit: contain;
}
.energy-effciency__label .icon-zoom {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: grid;
  place-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.3125rem;
}
.energy-effciency__label .icon-zoom::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../../../img/common/icon-zoom.svg);
          mask-image: url(../../../img/common/icon-zoom.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.energy-effciency__txt {
  margin-top: 0.75rem;
}

/* 安心サポート/安心5年保証
-------------------------------------------------------------------- */
.bnr-ansin {
  position: relative;
  display: block;
  padding: 2rem;
  background-color: #F6F1EE;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.bnr-ansin::before {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid #CC0000;
  border-radius: 0.75rem;
}
.bnr-ansin__inner {
  display: grid;
  grid-template-columns: 9rem 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 44.5rem;
  margin: 0 auto;
}
@media (max-width: 48rem) {
  .bnr-ansin__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.bnr-ansin__logo {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 48rem) {
  .bnr-ansin__logo {
    grid-row: 1/1;
    width: 7.5rem;
    margin: 0 auto;
  }
}
.bnr-ansin__ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.--support .bnr-ansin__ttl img {
  max-width: 14.5rem;
}
.--5years .bnr-ansin__ttl img {
  max-width: 24rem;
}
.bnr-ansin__ttl .u-mask-external {
  display: inline-block;
}
@media (max-width: 48rem) {
  .bnr-ansin__ttl {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: center;
  }
  .--support .bnr-ansin__ttl img {
    max-width: 11.5rem;
  }
}
.bnr-ansin__txt {
  grid-column: 2/3;
  grid-row: 2/3;
}
.bnr-ansin__txt strong {
  color: #CC0000;
}
@media (max-width: 48rem) {
  .bnr-ansin__txt {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

/* 長期住宅保証「レジデンスケア」
-------------------------------------------------------------------- */
.residence-care {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 48rem) {
  .residence-care {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.residence-care__logo {
  display: grid;
  place-content: center;
  padding: 1.5rem;
  background: #006D3E;
  border-radius: 0.75rem;
}
.residence-care__logo img {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 260/120;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 48rem) {
  .residence-care__logo img {
    width: 100%;
    max-width: 16.5rem;
  }
}
.residence-care__ttl {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 48rem) {
  .residence-care__ttl {
    font-size: 1rem;
  }
}
.residence-care__txt {
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
.residence-care__btn .cmn-btn.--tertiary .cmn-btn__icon {
  background-color: #006D3E;
}
@media (any-hover: hover) {
  .residence-care__btn .cmn-btn.--tertiary:hover {
    color: #006D3E;
    border-color: #006D3E;
  }
}
@media (max-width: 48rem) {
  .residence-care__btn .cmn-btn {
    margin: 0 auto;
  }
}

/* 物件担当者からのコメント
-------------------------------------------------------------------- */
.property-managers-comment {
  padding: 2rem 2.5rem;
  background-color: #F6F1EE;
  border-radius: 0.75rem;
}
@media (max-width: 48rem) {
  .property-managers-comment {
    padding: 1.25rem 1rem;
  }
}
.property-managers-comment__name {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 48rem) {
  .property-managers-comment__name {
    display: grid;
    grid-template-columns: 3.5rem auto;
    grid-template-rows: auto auto;
    gap: 0rem 1.5rem;
  }
  .property-managers-comment__name .name {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .property-managers-comment__name .kana {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.property-managers-comment__name .label {
  display: inline-block;
  padding: 0 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  color: #CC0000;
  font-size: 0.75rem;
  font-weight: bold;
}
.property-managers-comment__name .name {
  font-weight: bold;
  font-size: 1.125rem;
}
.property-managers-comment__name .kana {
  font-size: 0.75rem;
}

/* VRホームステージング
-------------------------------------------------------------------- */
.vr-homestaging {
  aspect-ratio: 880/505;
  border-radius: 0.75rem;
  background-color: #F6F1EE;
}
@media (max-width: 66.25rem) {
  .vr-homestaging {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-radius: 0;
  }
}

/* 周辺施設・環境
-------------------------------------------------------------------- */
.local-facilities-ttl {
  font-weight: bold;
  font-size: 1.125rem;
}

.local-facilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.local-facilities__img img {
  border-radius: 0.25rem;
  aspect-ratio: 208/117;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-facilities__name {
  font-size: 0.875rem;
}
.local-facilities__name span {
  font-size: 0.75rem;
}
@media (max-width: 48rem) {
  .local-facilities {
    grid-template-columns: repeat(2, 1fr);
  }
}

.local-facilities-other {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2.5rem;
}
.local-facilities-other__ttl {
  padding: 0.25rem;
  background-color: #F2F2F2;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}
.local-facilities-other__name {
  padding: 0.75rem 0;
  font-size: 0.875rem;
}
.local-facilities-other__name span {
  font-size: 0.75rem;
}
@media (max-width: 48rem) {
  .local-facilities-other {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .local-facilities-other__ttl {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 9rem;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
  }
  .local-facilities-other__name {
    padding: 0.5rem 0;
    font-size: 0.75rem;
  }
  .local-facilities-other__name span {
    font-size: 0.625rem;
  }
}

/* お問い合わせ：住まいリレー
-------------------------------------------------------------------- */
.sumai-relay__ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
.sumai-relay__ttl strong {
  color: #CC0000;
}
@media (max-width: 48rem) {
  .sumai-relay__ttl {
    font-size: 1rem;
  }
}
.sumai-relay__txt {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 48rem) {
  .sumai-relay__txt {
    margin-top: 1rem;
  }
}
.sumai-relay__img {
  display: block;
  margin-top: 2.5rem;
}
.sumai-relay__img img {
  aspect-ratio: 880/300;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 48rem) {
  .sumai-relay__img {
    margin-top: 1.5rem;
  }
  .sumai-relay__img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
    aspect-ratio: 336/469;
  }
}

/* お問い合わせ：レジデンスクラブ →modulesに移動済み
-------------------------------------------------------------------- */
/* お客様の声
-------------------------------------------------------------------- */
.customer-voice__ttl {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 48rem) {
  .customer-voice__ttl {
    margin-bottom: 2rem;
  }
}

/* モーダル
-------------------------------------------------------------------- */
/* 省エネ性能モーダル
-------------------------------------------------------------------- */
.energy-effciency__modal {
  max-width: 41.25rem;
  width: 100%;
}
@media (max-width: 48rem) {
  .energy-effciency__modal {
    max-width: 100%;
    padding-top: 3rem;
  }
}
/*# sourceMappingURL=index.css.map */
