.home-reviews {
  background: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.reviews__inner {
  padding: 0 40px;
}

/* お客様の声セクションの上下に余白を設定 */
.reviews__content {
  margin-top: 50px;
}

.ti-widget.ti-goog .ti-rating-text {
  display: none;
}

.home-reviews .ti-widget.ti-goog .ti-col-4 .ti-footer {
  flex: 0 0 20%;
  max-width: 20%;
}

.home-reviews .ti-widget.ti-goog .ti-col-4 .ti-reviews-container {
  flex: 0 0 80%;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .home-reviews .ti-footer.source-Google {
    margin-top: 0 !important;
  }
  .home-reviews .ti-reviews-container {
    margin-bottom: 0 !important;
  }
}

/* イベントセクション - 3列表示（大きいカードスタイル） */
.home-event .event__body {
  display: block !important;
  padding: 47px 0 0;
}

.home-event .event__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px 30px !important;
  width: 100% !important;
  padding-top: 0 !important;
  list-style: none;
}

.home-event .event__item {
  margin-top: 0 !important;
}

.home-event .event__item:not(:first-child) {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  .home-event .event__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .home-event .event__body {
    padding-top: 37px;
  }

  .home-event .event__list {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
  }
}

/* モデルハウスセクション */
.home-model .model__head {
  display: grid !important;
  grid-template-columns: 200px 1fr auto !important;
  gap: 30px !important;
  align-items: start;
}

.home-model .head__text {
  display: contents;
}

.home-model .head__text-content {
  padding-top: 4px;
}

.home-modelhouse-btn {
  position: relative;
  display: inline-block;
  padding: 0.6em 2.5em 0.6em 1.5em;
  min-width: 240px;
  background-color: #e87e3e;
  color: #fff;
  font-family: var(--cor-font);
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  transition: opacity 0.3s ease-in-out;
  align-self: center;
  display: none !important;
}

.home-modelhouse-btn span {
  color: #fff;
}

.home-modelhouse-btn::after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 5px);
  width: 14px;
  height: 9px;
  background: #fff;
  -webkit-mask-image: url(../../assets/img/common/arrow-right.svg);
  mask-image: url(../../assets/img/common/arrow-right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.home-modelhouse-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .home-model .model__head {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }

  .home-model .head__text {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .home-modelhouse-btn {
    margin-top: 20px;
    width: 100%;
    max-width: initial;
  }
}
