.parents-template {
  --surface: #ffffff;
  --surface-soft: #fff8f2;
  --surface-accent: #fff1e8;
  --text: #2b2420;
  --muted: #665f59;
  --line: #eee4dc;
  --brand: #E57534;
  --brand-dark: #c85e23;
  --shadow-soft: 0 10px 26px rgba(43, 36, 32, 0.06);
  --max: 1120px;
  background: #ffffff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.parents-template,
.parents-template * {
  box-sizing: border-box;
}
.parents-template a {
  color: inherit;
  text-decoration: none;
}
.parents-template a:not(.parents-button):hover,
.parents-template a:not(.parents-button):focus-visible {
  text-decoration: none;
}
.parents-template img {
  max-width: 100%;
  display: block;
  height: auto;
}
.parents-template h1,
.parents-template h2,
.parents-template h3 {
  line-height: 1.28;
  letter-spacing: -0.01em;
  margin: 0;
}
.parents-template p {
  margin: 0;
}
.parents-template .parents-wrap {
  width: min(calc(100% - 28px), var(--max));
  margin-inline: auto;
}
.parents-template .parents-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--brand);
  background: #ffffff;
  color: var(--brand-dark);
  transition: 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.parents-template .parents-button-primary,
.parents-template .parents-button-secondary {
  background: #ffffff;
  color: var(--brand-dark);
  border-color: var(--brand);
  box-shadow: none;
}
.parents-template .parents-button-primary:hover,
.parents-template .parents-button-primary:focus-visible,
.parents-template .parents-button-secondary:hover,
.parents-template .parents-button-secondary:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
  text-decoration: none;
}
.parents-template .parents-section {
  padding: 30px 0;
  background: #ffffff;
}
.parents-template .parents-text {
  display: grid;
  gap: 18px;
  color: var(--text);
  font-size: 16px;
  line-height: 2;
}
.parents-template .parents-section-title,
.parents-template .parents-contact-head,
.parents-template .parents-voice-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.parents-template .parents-contact-head {
  margin-bottom: 34px;
}
.parents-template .parents-section-title h2,
.parents-template .parents-contact-head h2,
.parents-template .parents-voice-heading h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid rgba(229, 117, 52, 0.28);
  font-size: clamp(22px, 5vw, 32px);
  line-height: 1.35;
  letter-spacing: 0.04em;
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-weight: 700;
  color: #302823;
}
.parents-template .parents-top-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 7vw, 76px) 0;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 54%, #fff8f2 100%);
}
.parents-template .parents-top-inner {
  display: grid;
  gap: 18px;
}
.parents-template .parents-top-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid var(--line);
  border-radius: 38px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}
.parents-template .parents-top-image {
  min-height: clamp(290px, 58vw, 520px);
  overflow: hidden;
  border-radius: 30px;
  background: var(--surface-accent);
  box-shadow: 0 8px 24px rgba(43, 36, 32, 0.07);
}
.parents-template .parents-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parents-template .parents-top-copy {
  padding: clamp(10px, 3vw, 24px);
}
.parents-template .parents-top-title {
  margin-top: 16px;
  color: var(--text);
  font-size: clamp(38px, 10vw, 72px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.08em;
}
.parents-template .parents-top-title span {
  color: var(--brand);
}
.parents-template .parents-top-subtitle {
  margin-top: 16px;
  color: var(--text);
  font-size: clamp(18px, 4.8vw, 29px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.parents-template .parents-top-lead {
  margin-top: 12px;
  color: var(--muted);
  font-size: clamp(15.5px, 4vw, 20px);
  font-weight: 800;
  line-height: 1.9;
}
.parents-template .parents-top-menu {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.parents-template .parents-top-menu-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 16px;
  border-radius: 24px;
  background: var(--surface-soft);
  color: var(--brand-dark);
  font-weight: 900;
  line-height: 1.7;
  border: 1px solid rgba(229, 117, 52, 0.14);
  transition: 0.18s ease;
}
.parents-template .parents-top-menu-link:hover,
.parents-template .parents-top-menu-link:focus-visible {
  border-color: rgba(229, 117, 52, 0.38);
  background: #fff7f1;
  text-decoration: none;
}
.parents-template .parents-top-menu-link p {
  margin: 0;
  color: var(--brand-dark);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
}
.parents-template .parents-about-card,
.parents-template .parents-profile-card,
.parents-template .parents-info-row,
.parents-template .parents-contact-card,
.parents-template .parents-faq-card,
.parents-template .parents-voice-card,
.parents-template .parents-profile-photo {
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.parents-template .parents-about-card {
  display: grid;
  gap: 20px;
  border-radius: 28px;
  padding: 20px;
}
.parents-template .parents-profile-card {
  display: grid;
  gap: 18px;
  border-radius: 30px;
  padding: 20px;
}
.parents-template .parents-profile-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}
.parents-template .parents-profile-name {
  margin: 0;
  color: var(--text);
  font-size: clamp(20px, 4.2vw, 26px);
  line-height: 1.42;
  letter-spacing: 0.02em;
}
.parents-template .parents-profile-sub {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.parents-template .parents-profile-photo {
  --profile-photo-size: min(230px, 68vw);
  width: var(--profile-photo-size);
  height: var(--profile-photo-size);
  min-width: var(--profile-photo-size);
  min-height: 0;
  max-width: var(--profile-photo-size);
  max-height: var(--profile-photo-size);
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  justify-self: center;
  align-self: center;
  background: #fff8f2;
  line-height: 0;
}
.parents-template .parents-profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 0;
}
.parents-template .parents-overview-grid {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.parents-template .parents-info-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.parents-template .parents-info-row {
  display: grid;
  gap: 7px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
}
.parents-template .parents-info-row dt {
  margin: 0;
  color: var(--brand-dark);
  font-weight: 900;
}
.parents-template .parents-info-row dd {
  margin: 0;
  color: var(--text);
  line-height: 1.9;
}
.parents-template .parents-schedule-time {
  margin: 0;
  color: var(--text);
  font-weight: 800;
}
.parents-template .parents-schedule-list {
  margin: 10px 0 0;
  padding-left: 1.2em;
  color: var(--text);
}
.parents-template .parents-schedule-list li + li {
  margin-top: 4px;
}
.parents-template .parents-note-title {
  margin: 16px 0 8px;
  color: var(--brand-dark);
  font-weight: 900;
}
.parents-template .parents-date-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.parents-template .parents-date-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--surface-accent);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}
.parents-template .parents-reservation-note {
  margin: 14px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 800;
}
.parents-template .parents-info-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--brand-dark);
  font-weight: 900;
}
.parents-template .parents-contact-grid {
  display: grid;
  gap: 14px;
}
.parents-template .parents-contact-card {
  border-radius: 28px;
  padding: 20px;
  background: #ffffff;
}
.parents-template .parents-contact-card h3 {
  margin-bottom: 10px;
}
.parents-template .parents-contact-card .parents-button {
  width: 100%;
  margin-top: 16px;
  white-space: normal;
  text-align: center;
}
.parents-template .parents-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 6vw, 52px) 0 28px;
  background: linear-gradient(180deg, #ffffff, #fffaf6 74%, #ffffff);
}
.parents-template .parents-page-hero-inner {
  display: grid;
  gap: 20px;
  text-align: center;
}
.parents-template .parents-page-hero-topline {
  display: flex;
  justify-content: center;
}
.parents-template .parents-page-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.parents-template .parents-page-title {
  margin: 0;
  color: var(--brand);
  font-size: clamp(26px, 6.2vw, 40px);
  line-height: 1.42;
  letter-spacing: 0.02em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 900;
}
.parents-template .parents-page-photo {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: clamp(8px, 1.6vw, 16px);
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fff8f2);
  border: 1px solid rgba(229, 117, 52, 0.16);
  box-shadow: var(--shadow-soft);
  border-radius: 32px;
}
.parents-template .parents-page-photo img {
  width: 100%;
  min-height: 0;
  height: clamp(250px, 31vw, 360px);
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
}
.parents-template .parents-faq-section {
  padding: 28px 0 42px;
}
.parents-template .parents-faq-card {
  border-radius: 28px;
  padding: 18px;
}
.parents-template .parents-faq-list {
  display: grid;
  gap: 10px;
}
.parents-template .parents-faq-item {
  border: 1px solid rgba(229, 117, 52, 0.16);
  border-radius: 18px;
  background: #fffdf9;
  overflow: hidden;
}
.parents-template .parents-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 46px 16px 16px;
  color: var(--text);
  font-weight: 900;
  line-height: 1.7;
  position: relative;
}
.parents-template .parents-faq-item summary::-webkit-details-marker {
  display: none;
}
.parents-template .parents-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--surface-accent);
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1;
}
.parents-template .parents-faq-item[open] summary::after {
  content: "−";
}
.parents-template .parents-faq-answer {
  padding: 0 16px 18px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.95;
}
.parents-template .parents-faq-answer p {
  color: var(--text);
  font-size: 16px;
  line-height: 2;
}
.parents-template .parents-voice-section {
  padding: 28px 0;
}
.parents-template .parents-voice-grid {
  display: grid;
  gap: 14px;
}
.parents-template .parents-voice-card {
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border-color: rgba(229, 117, 52, 0.48);
}
.parents-template .parents-voice-card p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.parents-template .parents-voice-meta {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.parents-template .parents-fixed-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(235, 229, 222, 0.96);
  border-radius: 20px;
  padding: 8px;
  box-shadow: 0 18px 44px rgba(28, 28, 28, 0.14);
  backdrop-filter: blur(12px);
}
.parents-template .parents-fixed-cta .parents-button {
  min-height: 46px;
  font-size: 13px;
  padding-inline: 10px;
  white-space: normal;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 720px) {
  .parents-template .parents-section {
    padding: 42px 0;
  }
  .parents-template .parents-about-card {
    padding: 32px;
  }
  .parents-template .parents-profile-card {
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: center;
    padding: 30px;
  }
  .parents-template .parents-profile-photo {
    --profile-photo-size: 260px;
  }
  .parents-template .parents-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .parents-template .parents-top-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .parents-template .parents-top-menu-link {
    min-height: 82px;
  }
  .parents-template .parents-voice-section {
    padding: 42px 0;
  }
  .parents-template .parents-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .parents-template .parents-voice-card {
    padding: 22px;
  }
  .parents-template .parents-faq-section {
    padding: 42px 0 54px;
  }
  .parents-template .parents-faq-card {
    padding: 28px;
  }
}
@media (min-width: 900px) {
  .parents-template .parents-top-image {
    min-height: 0;
    height: clamp(300px, 34vw, 420px);
  }
}
@media (min-width: 980px) {
  .parents-template .parents-fixed-cta {
    left: auto;
    right: 20px;
    width: 260px;
  }
}
@media (max-width: 719px) {
  .parents-template .parents-page-photo {
    padding: 0;
  }
  .parents-template .parents-page-photo img {
    height: auto;
    min-height: clamp(260px, 58vw, 470px);
    border-radius: 32px;
  }
  .parents-template .parents-top-title {
    letter-spacing: 0.06em;
  }
  .parents-template .parents-top-panel {
    border-radius: 30px;
  }
}
body.page-template-template-parents-top .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-faq .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-voice .sticky-cta:not(.parents-fixed-cta) {
  display: none !important;
}

.parents-top-menu {
  width: 100%;
  margin-top: 14px;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}
.parents-top-menu-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px;
  border-radius: 24px;
  background: #fff8f2;
  color: #c85e23 !important;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid rgba(229, 117, 52, 0.14);
  box-shadow: none;
}
.parents-top-menu-link:hover,
.parents-top-menu-link:focus-visible {
  border-color: rgba(229, 117, 52, 0.38);
  background: #fff7f1;
  color: #c85e23 !important;
  text-decoration: none !important;
}
.parents-top-menu-link p,
.parents-top-menu-link .wp-block-paragraph,
.parents-top-menu-link span {
  margin: 0 !important;
  padding: 0 !important;
  color: #c85e23 !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
.parents-top-menu br {
  display: none;
}
@media (min-width: 720px) {
  .parents-top-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .parents-top-menu-link {
    min-height: 82px;
  }
}


.parents-template .parents-top-menu-link span {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--brand-dark) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
.parents-template .parents-contact-card > p:has(.parents-button) {
  margin: 0;
}
.parents-template .parents-contact-card > p:has(.parents-button) br {
  display: none;
}
.parents-template .parents-contact-card > p .parents-button {
  width: 100%;
  margin-top: 16px;
}

.parents-template .parents-page-photo-caption-card {
  display: block;
  margin: 14px 0 2px;
  padding: 13px 16px;
  background: #ffffff;
  border: 1px solid rgba(229, 117, 52, 0.18);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(43, 36, 32, 0.05);
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.8;
  text-align: left;
}

.parents-template .parents-form-section {
  padding: 28px 0 42px;
  background: #ffffff;
}

.parents-template .parents-form-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.parents-template .parents-form-lead {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--text);
  font-size: 16px;
  line-height: 2;
}

.parents-template .parents-google-form {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(229, 117, 52, 0.16);
  border-radius: 22px;
  background: #fffdf9;
}

.parents-template .parents-google-form iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 1200px;
  border: 0;
  background: #ffffff;
}

.parents-template .parents-google-form-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.parents-template .parents-google-form-button-wrap .parents-button {
  min-width: min(100%, 340px);
}

.parents-template a:hover,
.parents-template a:focus-visible {
  text-decoration: none;
}
@media (min-width: 720px) {
  .parents-template .parents-form-section {
    padding: 42px 0 54px;
  }

  .parents-template .parents-form-card {
    padding: 28px;
  }

  .parents-template .parents-form-lead {
    margin-bottom: 24px;
  }
}

@media (max-width: 719px) {
  .parents-template .parents-page-photo-caption-card {
    margin: 10px 10px 10px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.75;
  }

  .parents-template .parents-google-form {
    border-radius: 18px;
  }

  .parents-template .parents-google-form iframe {
    min-height: 1350px;
  }

  .parents-template .parents-google-form-button-wrap {
    margin-top: 14px;
  }

  .parents-template .parents-google-form-button-wrap .parents-button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

body.page-template-template-parents .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-php .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-top .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-top-php .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-faq .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-faq-php .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-voice .sticky-cta:not(.parents-fixed-cta),
body.page-template-template-parents-voice-php .sticky-cta:not(.parents-fixed-cta),
body:has(.parents-template) .sticky-cta:not(.parents-fixed-cta) {
  display: none !important;
}

.parents-template a,
.parents-template a:link,
.parents-template a:visited,
.parents-template a:hover,
.parents-template a:focus,
.parents-template a:active,
.parents-template a:focus-visible,
.parents-template a *,
.parents-template a:hover *,
.parents-template a:focus *,
.parents-template a:active *,
.parents-template a:focus-visible * {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.parents-template .parents-button,
.parents-template .parents-button:link,
.parents-template .parents-button:visited,
.parents-template .parents-button:hover,
.parents-template .parents-button:focus,
.parents-template .parents-button:active,
.parents-template .parents-button:focus-visible,
.parents-template .parents-button *,
.parents-template .parents-button:hover *,
.parents-template .parents-button:focus *,
.parents-template .parents-button:active *,
.parents-template .parents-button:focus-visible *,
.parents-button,
.parents-button:link,
.parents-button:visited,
.parents-button:hover,
.parents-button:focus,
.parents-button:active,
.parents-button:focus-visible,
.parents-button *,
.parents-button:hover *,
.parents-button:focus *,
.parents-button:active *,
.parents-button:focus-visible * {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  background-image: none !important;
}

.parents-template a::before,
.parents-template a::after,
.parents-template a:hover::before,
.parents-template a:hover::after,
.parents-template a:focus::before,
.parents-template a:focus::after,
.parents-template a:active::before,
.parents-template a:active::after,
.parents-template a:focus-visible::before,
.parents-template a:focus-visible::after,
.parents-template .parents-button::before,
.parents-template .parents-button::after,
.parents-template .parents-button:hover::before,
.parents-template .parents-button:hover::after,
.parents-template .parents-button:focus::before,
.parents-template .parents-button:focus::after,
.parents-template .parents-button:active::before,
.parents-template .parents-button:active::after,
.parents-template .parents-button:focus-visible::before,
.parents-template .parents-button:focus-visible::after {
  text-decoration: none !important;
  text-decoration-line: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.parents-template .parents-button {
  box-shadow: none !important;
}

