/* Program topics — photographer service and kids costume rental */
#awacos-program {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

#awacos-program .program-topics {
  display: grid;
  gap: 4rem;
}

#awacos-program .program-topic {
  min-width: 0;
}

#awacos-program .program-topic--kids {
  border-top: 1px solid #dbe4ee;
  padding-top: 4rem;
}

#awacos-program .program-topic__heading {
  /* 概要・画像・案内表を同じコンテンツ幅にそろえる */
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

#awacos-program .program-topic__eyebrow {
  margin: 0 0 0.75rem;
  color: #00a3e0;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

#awacos-program .program-topic__eyebrow--pink {
  color: #e83888;
}

#awacos-program .program-topic__heading h2,
#awacos-program .program-topic__heading h3 {
  margin: 0;
  color: #0c2c5a;
  font-weight: 900;
  line-height: 1.22;
}

#awacos-program .program-topic__heading h2 {
  font-size: clamp(1.8rem, 6vw, 3rem);
}

#awacos-program .program-topic__heading h3 {
  font-size: clamp(1.55rem, 5vw, 2.25rem);
}

#awacos-program .program-topic__heading p:not(.program-topic__eyebrow) {
  margin: 0.75rem auto 0;
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}

#awacos-program .program-topic__heading p + p:not(.program-topic__eyebrow) {
  margin-top: 0.5rem;
}

#awacos-program .program-topic__heading strong {
  color: #0c2c5a;
  font-weight: 900;
}

#awacos-program .program-guide-table {
  overflow: hidden;
  width: 100%;
  max-width: 64rem;
  margin: 1.5rem auto 0;
  border: 1px solid #dbe4ee;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgb(15 23 42 / 0.04);
}

#awacos-program .program-guide-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #334155;
  font-size: 0.875rem;
  line-height: 1.65;
}

#awacos-program .program-guide-table th,
#awacos-program .program-guide-table td {
  padding: 0.85rem 0.875rem;
  vertical-align: top;
  overflow-wrap: anywhere;
}

#awacos-program .program-guide-table thead th {
  background: #0c2c5a;
  color: #fff;
  font-weight: 900;
  text-align: left;
}

#awacos-program .program-guide-table thead th:first-child {
  width: 31%;
}

#awacos-program .program-guide-table tbody tr + tr {
  border-top: 1px solid #dbe4ee;
}

#awacos-program .program-guide-table tbody th {
  background: #f8fafc;
  color: #0c2c5a;
  font-weight: 900;
  text-align: left;
}

#awacos-program .program-guide-table tbody td {
  font-weight: 500;
}

#awacos-program .program-guide-table strong {
  color: #0c2c5a;
  font-weight: 900;
}

#awacos-program .program-note {
  width: 100%;
  max-width: 64rem;
  margin: 1rem auto 0;
  border-radius: 1rem;
  padding: 1rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
}

#awacos-program .program-note p {
  margin: 0;
}

#awacos-program .program-note strong {
  font-weight: 900;
}

#awacos-program .program-note--blue {
  border: 1px solid rgb(0 163 224 / 0.25);
  background: #eaf8fe;
  color: #334155;
}

#awacos-program .program-note--blue strong {
  color: #0c2c5a;
}

#awacos-program .program-note--pink {
  border: 1px solid rgb(232 56 136 / 0.25);
  background: #fff0f6;
  color: #4b5563;
}

#awacos-program .program-note--pink strong {
  color: #a61b59;
}

#awacos-program .program-photographers {
  margin-top: 3rem;
}

#awacos-program .program-topic__heading--compact {
  max-width: 42rem;
}

#awacos-program .program-photographers__grid {
  display: grid;
  gap: 1.25rem;
  max-width: 48rem;
  margin: 1.5rem auto 0;
}

#awacos-program .program-photographer-card {
  border-radius: 1rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 2px 10px rgb(15 23 42 / 0.04);
  text-align: center;
}

#awacos-program .program-photographer-card img {
  display: block;
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  border: 4px solid #ffe11a;
  border-radius: 9999px;
  object-fit: cover;
}

#awacos-program .program-photographer-card h4 {
  margin: 1rem 0 0;
  color: #0c2c5a;
  font-size: 1.5rem;
  font-weight: 900;
}

#awacos-program .program-photographer-card p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 700;
}

#awacos-program .program-photographer-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  margin-top: 1rem;
  border-radius: 9999px;
  padding: 0.6rem 1.1rem;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  text-decoration: none;
}

#awacos-program .program-kids-image {
  overflow: hidden;
  max-width: 64rem;
  margin: 2rem auto 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgb(15 23 42 / 0.08);
}

#awacos-program .program-kids-image img {
  display: block;
  width: 100%;
  aspect-ratio: 362 / 215;
  object-fit: cover;
}

#awacos-program .program-topic__heading--after-image {
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  #awacos-program {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  #awacos-program .program-topics {
    gap: 6rem;
  }

  #awacos-program .program-topic--kids {
    padding-top: 6rem;
  }

  #awacos-program .program-topic__heading p:not(.program-topic__eyebrow) {
    margin-top: 1rem;
    font-size: 1rem;
  }

  #awacos-program .program-topic__heading p + p:not(.program-topic__eyebrow) {
    margin-top: 0.625rem;
  }

  #awacos-program .program-guide-table {
    margin-top: 2rem;
    border-radius: 1.25rem;
  }

  #awacos-program .program-guide-table table {
    font-size: 0.9375rem;
  }

  #awacos-program .program-guide-table th,
  #awacos-program .program-guide-table td {
    padding: 1rem 1.25rem;
  }

  #awacos-program .program-guide-table thead th:first-child {
    width: 24%;
  }

  #awacos-program .program-note {
    margin-top: 1.25rem;
    border-radius: 1.25rem;
    padding: 1rem 1.5rem;
  }

  #awacos-program .program-photographers {
    margin-top: 4rem;
  }

  #awacos-program .program-photographers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  #awacos-program .program-photographer-card {
    border-radius: 1.5rem;
    padding: 2rem;
  }

  #awacos-program .program-photographer-card img {
    width: 12rem;
    height: 12rem;
  }

  #awacos-program .program-kids-image {
    margin-top: 2.5rem;
    border-radius: 1.5rem;
  }

  #awacos-program .program-topic__heading--after-image {
    margin-top: 1.5rem;
  }
}
