@media (min-width: 640px) {
  br.on-mobile {
    display: none;
  }
  .mobile-only {
    display: none;
  }
}

@media (max-width: 639px) {
  .desktop-only {
    display: none;
  }

  .renovation-hero {
    width: 100%;
    margin: 0;
  }
}

a.renovation-top-banner-link {
  position: relative;
  display: block;
  width: 100%;
  transition: opacity 0.2s ease-out;
}

@media (max-width: 1000px) {
  a.renovation-top-banner-link {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }

  a.renovation-top-banner-link>img {
    width: 100%;
    height: auto;
    min-width: 600px; 
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

a.renovation-top-banner-link:hover {
  opacity: 0.8;
}

.renovation-hero {
  width: 90vw;
  margin-left: calc(50% - 45vw);
  margin-right: calc(50% - 45vw);
}

@media (min-width: 1200px) {
  .renovation-hero {
    width: 1200px;
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
  }
}

.renovation-content {
  max-width: 720px;
  margin: 0 auto;
}

.heading-center {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 36px 0 12px;
  border-bottom: 1px solid #5e7a36;
}

.qa-list {
  display: grid;
  grid-row-gap: 16px;
}

.qa-list::before,
.qa-list::after {
  display: none;
}

.qa-list .accordion-navigation {
  background: none;
  padding: 0 8px;
  line-height: 1.6;
  border-radius: 8px;
}

.qa-list dd + dd {
  border-top: 1px solid #e0e0e0;
  margin-top: -8px;
}

.qa-list .accordion-navigation > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  line-height: 1.6rem;
  color: inherit;
  font-size: 0.94rem;
  text-decoration: none;
  background: none;
}

.qa-list .accordion-navigation.active > a {
  background: none;
}

.qa-list .accordion-navigation > a:hover {
  color: inherit;
  background: none;
  text-decoration: none;
}

.qa-list .accordion-navigation > a::before {
  content: 'Q';
  color: #fc8403;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 12px;
}

.qa-list .accordion-navigation > a::after {
  content: '+';
  color: #ccc;
  font-size: 1.6rem;
  font-weight: bold;
}

.qa-list .accordion-navigation.active > a::after {
  content: '-';
}

.qa-list .accordion-navigation .content.active {
  display: flex;
  background: none;
  padding: 0 16px;
}

.qa-list .accordion-navigation .content.active::before {
  content: 'A';
  color: #d11355;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 12px;
}

.pickup-list {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-row-gap: 16px;
  list-style: none;
  max-width: 520px;
  margin: 32px auto;
  padding: 0;
}

.pickup-circle {
  width: 114px;
  height: 114px;
  font-size: 0.8rem;
  border: 4px solid #C3D825;
  border-radius: 100%;
  font-weight: bold;
  line-height: 1.3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

ul.facilities {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  max-width: 100%;
  grid-row-gap: 32px;
  list-style: none;
  max-width: 530px;
  margin: 32px auto;
  padding: 0;
}

ul.facilities li {
  display: grid;
  flex-basis: 100px;
  flex-grow: 1;
  flex-shrink: 0;
  justify-items: center;
}

ul.facilities li img {
  width: 84px;
  height: auto;
}

ul.facilities li p {
  font-size: 0.7rem;
  text-align: center;
}

.lifestyle-showcase {
  display: flex;
  column-gap: 16px;
  overflow-x: scroll;
  padding: 16px 40px;
}

.lifestyle-showcase_card {
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.lifestyle-showcase_card_image {
  width: 300px;
  height: 200px;
  background-color: #ddd;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lifestyle-showcase_card_caption {
  display: grid;
  width: 300px;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 8px 16px;
  height: 105px;
}

.lifestyle-showcase_card_image.image01 {
  background-image: url('/assets/renovation2025/lifestyle/pc/01.webp');
}

.lifestyle-showcase_card_image.image02 {
  background-image: url('/assets/renovation2025/lifestyle/pc/02.webp');
}

.lifestyle-showcase_card_image.image03 {
  background-image: url('/assets/renovation2025/lifestyle/pc/03.webp');
}

.lifestyle-showcase_card_image.image04 {
  background-image: url('/assets/renovation2025/lifestyle/pc/04.webp');
}

.lifestyle-showcase_card_image.image05 {
  background-image: url('/assets/renovation2025/lifestyle/pc/05.webp');
}

.lifestyle-showcase_card_image.image06 {
  background-image: url('/assets/renovation2025/lifestyle/pc/06.webp');
}

.lifestyle-showcase_card_image.image07 {
  background-image: url('/assets/renovation2025/lifestyle/pc/07.webp');
}

@media (max-width: 640px) {
  .lifestyle-showcase_card_image.image01 {
    background-image: url('/assets/renovation2025/lifestyle/pc/01.webp');
  }

  .lifestyle-showcase_card_image.image02 {
    background-image: url('/assets/renovation2025/lifestyle/pc/02.webp');
  }

  .lifestyle-showcase_card_image.image03 {
    background-image: url('/assets/renovation2025/lifestyle/pc/03.webp');
  }

  .lifestyle-showcase_card_image.image04 {
    background-image: url('/assets/renovation2025/lifestyle/pc/04.webp');
  }

  .lifestyle-showcase_card_image.image05 {
    background-image: url('/assets/renovation2025/lifestyle/pc/05.webp');
  }

  .lifestyle-showcase_card_image.image06 {
    background-image: url('/assets/renovation2025/lifestyle/pc/06.webp');
  }

  .lifestyle-showcase_card_image.image07 {
    background-image: url('/assets/renovation2025/lifestyle/pc/07.webp');
  }

  .lifestyle-showcase_card {
    flex-basis: 220px;
  }

  .lifestyle-showcase_card_image {
    width: 220px;
    height: 170px;
  }

  .lifestyle-showcase_card_caption {
    width: 220px;
    font-size: 0.7rem;
    line-height: 1.4;
  }
}

.note-aside {
  font-size: 0.7rem;
  color: #999;
  text-align: center;
}

.section-contact {
  display: grid;
  margin: 0;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 28px 8px;
  grid-template-columns: auto 1fr;
}

.section-contact a {
  color: inherit;
  text-decoration: underline;
}

.section-contact a:hover {
  color: inherit;
  text-decoration: none;
}

.section-contact_label {
  margin: 0;
  font-weight: normal;
  display: grid;
  grid-column-gap: 12px;
  grid-template-columns: 75px auto;
  align-items: center;
}

.section-contact_icon-area {
  display: flex;
  height: 45px;
  width: 75px;
  column-gap: 4px;
  justify-content: center;
  align-items: center;
}

.section-contact_icon-area img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.section-contact_content {
  margin: 0;
  display: grid;
  align-items: center;
}

@media (max-width: 640px) {
  .section-contact_label {
    justify-items: center;
    grid-row-gap: 4px;
    align-content: start;
    grid-template-columns: 1fr;
  }
}

.perspective-slideshow {
  aspect-ratio: 1.5;
  width: 100%;
  height: auto !important;
}

.perspective-slideshow>li {
  width: 100%;
  height: 100%;
}

.perspective-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
