/* セクション説明ブロック（小見出し＋画像＋文） */
.info-band {
  width: 100%;
}

.info-band__lead {
  margin: 0 0 12.5px;
}

.info-band__banner {
  width: 92%;
  max-width: 450px;
  margin: 0 auto 16px;
  aspect-ratio: 16 / 9;
  line-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.info-band__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 92%;
  max-width: 450px;
  margin: 20px auto 0;
  padding: 0;
  box-sizing: border-box;
}

.section-about__heading {
  margin: 0;
  width: 100%;
}

.section-about__image {
  line-height: 0;
}

.section-about__image img {
  display: block;
  width: 100px;
  height: auto;
}

.section-about__text {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #452f24;
  text-align: left;
}

.section-about__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 156px;
  margin-top: 4px;
  padding: 10px 22px 11px;
  border-radius: 999px;
  background: #826f66;
  color: #fffaf5;
  text-decoration: none;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s ease;
}

.section-about__cta:hover,
.section-about__cta:focus {
  opacity: 0.88;
}

.section-about__cta-sub {
  font-size: 10px;
  letter-spacing: 0.2em;
  opacity: 0.82;
}

.section-about__cta-main {
  font-size: 14px;
  letter-spacing: 0.14em;
}

@media (min-width: 560px) {
  .section-about {
    margin-top: 24px;
    gap: 22px;
  }

  .section-about__image img {
    width: 110px;
  }

  .section-about__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .section-about__cta {
    min-width: 168px;
    padding: 11px 24px 12px;
  }

  .section-about__cta-main {
    font-size: 15px;
  }
}
