html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  gap: 0 !important;
  padding: 54px 0 76px !important;
}

html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > figure:first-child {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > figure:first-child > a,
html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > figure:first-child img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > .site-plan-image-notice {
  display: block !important;
  margin-top: 18px !important;
  color: #747d78 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  word-break: keep-all !important;
}

@media (max-width: 640px) {
  html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site {
    padding: 26px 0 42px !important;
  }

  html body:not(.home) main.detail-page--site-plan > section.brochure-complex.brochure-complex--site > .site-plan-image-notice {
    margin-top: 14px !important;
    font-size: 9.5px !important;
    line-height: 1.5 !important;
  }
}
