html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  background-color: #F9F7F4;
  margin: 0;
  padding: 0;
}


.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.heading {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 100px min(15%, 180px);
    box-sizing: border-box;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 70px;
  box-sizing: border-box;
}

.header-logo {
  font-size: 18px;
  font-weight: 800;
  color: #F6AE3C;
  line-height: 1.3;
}

.header-logo .logo-kodomo {
  color: #7db52f;
}

.header-logo .logo-sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

.header-nav {
  margin-left: auto;
  margin-right: 20px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-nav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  transition: color 0.2s;
}

.header-nav ul li a:hover {
  color: #F6AE3C;
}

.header-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #F6AE3C;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 50px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(212, 135, 10, 0.25);
  box-sizing: border-box;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  gap: 6px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #F6AE3C;
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.sp-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  padding: 16px 0 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sp-menu.is-open {
  display: block;
}

.sp-menu ul li a {
  display: block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  border-bottom: 1px solid #E6D6BD;
}

.sp-menu ul li a:hover {
  background-color: #f7f5f0;
  color: #F6AE3C;
}

.sp-menu-open {
  margin: 16px 32px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #F6AE3C;
  background-color: #fdf6ec;
  padding: 10px;
  border-radius: 8px;
}

/* KV */
#kv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kv-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/kv.jpeg');
  background-size: cover;
  background-position: center;
}

.kv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240, 210, 140, 0.45) 0%, rgba(220, 170, 60, 0.3) 50%, rgba(255, 255, 255, 0.2) 100%);
}

.kv-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 60px;
  max-width: 680px;
  margin-top: 60px;
  align-self: center;
  width: 100%;
}

.kv-open-badge {
  display: inline-block;
  background-color: #F6AE3C;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  padding: 14px 40px;
  border-radius: 50px;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 24px rgba(212, 135, 10, 0.35);
}

.kv-catch {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  white-space: nowrap;
}

.kv-catch em {
  font-style: normal;
  color: #fffde0;
}

.kv-clinic-name {
  font-size: clamp(28px, 6vw, 68px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.18);
  margin-bottom: 16px;
  white-space: nowrap;
}

.kv-clinic-name .kv-kodomo {
  color: #ffe040;
}

.kv-sub {
  font-size: clamp(13px, 1.6vw, 20px);
  color: #fff;
  font-weight: 500;
}

.kv-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.kv-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* 共通 */
.section {
  padding: 80px 20px;
}

.section-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  margin-bottom: 52px;
}

.section-en {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #F6AE3C;
  display: block;
  margin-bottom: 6px;
}

.section-ja {
  font-size: clamp(25px, 3vw, 33px);
  font-weight: 800;
  color: #666;
}

.section-line {
  width: 48px;
  height: 4px;
  background-color: #F6AE3C;
  border-radius: 2px;
  margin: 14px auto 0;
}

/* GREETING */
#greeting {
  background-color: #F9F7F4;
}

.greeting-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

.greeting-img-wrap {
  display: flex;
  flex-direction: column;
}

.greeting-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3 / 4;
}

.greeting-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.greeting-body {}

.greeting-catch {
  font-size: 27px;
  font-weight: 800;
  color: #F6AE3C;
  margin-bottom: 20px;
  line-height: 1.4;
}

.greeting-text {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-bottom: 16px;
}

.greeting-name {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.greeting-name strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #666;
  margin-top: 4px;
}

/* FEATURES */
#features {
  background-color: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
}

.feature-card {
  background-color: #F9F7F4;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  border: 2px solid #E6D6BD;
  width: 100%;
  box-sizing: border-box;
}

.feature-num {
  font-family: 'Nunito', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #7db52f;
  line-height: 1;
  margin-bottom: 8px;
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.feature-title {
  font-size: 17px;
  font-weight: 800;
  color: #666;
  margin-bottom: 8px;
}

.feature-text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  text-align: left;
}

/* GUIDANCE */
#guidance {
  background-color: #F9F7F4;
}

.guidance-lead {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.9;
}

.guidance-block {
  margin-bottom: 52px;
}

.guidance-block:last-child {
  margin-bottom: 0;
}

.guidance-block-title {
  font-size: 18px;
  font-weight: 800;
  color: #6b5c47;
  background-color: #EDE5D8;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.guidance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guidance-tag {
  background-color: #ffffff;
  border: 2px solid #b5d96e;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.guidance-tag-accent {
  background-color: #fdf6ec;
  border: 2px solid #e8c06a;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.guidance-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.guidance-info-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 2px solid #E6D6BD;
}

.guidance-info-card-title {
  font-size: 17px;
  font-weight: 800;
  color: #F6AE3C;
  margin-bottom: 10px;
}

.guidance-info-card-text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

/* ACCESS */
#access {
  background-color: #ffffff;
}

.access-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.access-table-wrap {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #F6AE3C;
}

.schedule-table th {
  background-color: #F6AE3C;
  color: #ffffff;
  padding: 14px 10px;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}

.schedule-table th:first-child {
  background-color: #6b5c47;
}

.schedule-table td {
  padding: 16px 10px;
  text-align: center;
  border-bottom: 1px solid #E6D6BD;
  background-color: #ffffff;
  font-size: 20px;
  box-sizing: border-box;
}

.schedule-table td:first-child {
  background-color: #F9F7F4;
  font-weight: 700;
  color: #666;
}

.schedule-table td.mark-maru {
  color: #7db52f;
  font-weight: 700;
}

.schedule-table td.mark-batu {
  color: #ccc;
}

.schedule-table td.mark-star {
  color: #F6AE3C;
  font-weight: 700;
}

.schedule-table td.mark-yoyaku {
  color: #7db52f;
  font-weight: 700;
  font-size: 28px;
}

.schedule-table td.schedule-time-cell {
  background-color: #F9F7F4;
  font-weight: 700;
  color: #666;
  line-height: 1.4;
  padding: 14px 12px;
}

.schedule-time {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6b5c47;
  margin-top: 3px;
}

.schedule-note {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
}

.schedule-legend {
  margin-top: 14px;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  background-color: #f2f8e8;
  border-radius: 10px;
  padding: 12px 16px;
  border: 2px solid #7db52f;
}

.schedule-legend span {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
}

.access-map-wrap {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.access-address {
  margin-top: 14px;
  margin-bottom: 8px;
}

.access-address p {
  font-size: 16px;
  color: #666;
  margin-bottom: 4px;
}

.access-address strong {
  font-size: 16px;
  font-weight: 800;
  color: #666;
}

.access-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.access-map iframe {
  width: 100%;
  height: 220px;
  border: none;
  display: block;
}

.access-transit {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.access-transit-badge {
  background-color: #F6AE3C;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

/* OVERVIEW */
#overview {
  background-color: #F9F7F4;
}

.overview-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 700px;
  margin: 0 auto;
}

.overview-table tr {
  border-bottom: 1px solid #E6D6BD;
}

.overview-table th {
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #F6AE3C;
  text-align: left;
  white-space: nowrap;
  width: 140px;
  vertical-align: top;
}

.overview-table td {
  padding: 18px 20px;
  font-size: 16px;
  color: #666;
}

/* RECRUIT */
#recruit {
  background-color: #F6AE3C;
  padding: 64px 20px;
}

.recruit-banner {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 400px;
  background-color: #ffffff;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
}

.recruit-img-col {
  flex: 0 0 42%;
  position: relative;
}

.recruit-img-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 100%);
}

.recruit-body {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit-label {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #7db52f;
  margin-bottom: 10px;
}

.recruit-title {
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 800;
  color: #666;
  line-height: 1.3;
  margin-bottom: 10px;
}

.recruit-divider {
  width: 40px;
  height: 3px;
  background-color: #F6AE3C;
  border-radius: 2px;
  margin-bottom: 20px;
}

.recruit-sub {
  font-size: 17px;
  font-weight: 700;
  color: #666;
  margin-bottom: 8px;
}

.recruit-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
  line-height: 1.8;
}

.recruit-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.recruit-btn {
  display: inline-flex;
  justify-content: center;

  align-items: center;
  background-color: #F6AE3C;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.recruit-btn:hover {
  background-color: #7db52f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.recruit-btn._mail {
  background-color: #ffffff;
  color: #F6AE3C;
  border: 2px solid #F6AE3C;
}

.recruit-btn._mail:hover {
  background-color: #f2f8e8;
}

@media (max-width: 768px) {
  #recruit {
    padding: 40px 16px;
  }

  .recruit-banner {
    flex-direction: column;
    min-height: auto;
    border-radius: 20px;
  }

  .recruit-img-col {
    flex: none;
    height: 200px;
    position: relative;
  }

  .recruit-img-col img {
    position: absolute;
  }

  .recruit-img-col::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  }

  .recruit-body {
    padding: 36px 24px 44px;
  }

  .recruit-btns {
    flex-direction: column;
  }

  .recruit-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}

/* FOOTER */
#footer {
  background-color: #ffffff;
  border-top: 3px solid #E6D6BD;
  padding: 48px 20px 24px;
  text-align: center;
}

.footer-logo {
  font-size: 18px;
  font-weight: 800;
  color: #F6AE3C;
  margin-bottom: 8px;
}

.footer-logo .logo-kodomo {
  color: #7db52f;
}

.footer-logo .logo-sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

.footer-address {
  font-size: 16px;
  color: #666;
  margin-bottom: 28px;
}

.footer-copy {
  font-size: 16px;
  color: #aaa;
}

.pagetop {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-color: #F6AE3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  box-shadow: 0 4px 12px rgba(212, 135, 10, 0.35);
  transition: background-color 0.2s, transform 0.2s;
}

.pagetop:hover {
  background-color: #db9a2e;
  transform: translateY(-3px);
}

.pagetop svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tanpopo-deco {
  position: relative;
}

@media (max-width: 980px) {

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .heading {
        max-width: 480px;
        padding: 40px min(5.333%, 20px);
    }

    .header-inner {
        padding: 0 10px;
    }

    .header-nav {
        margin-right: 16px;
    }

    .header-open-badge {
        font-size: 13px;
        line-height: 1.1;
        text-align: center;
    }
    .header-nav ul {
        gap: 0.5rem;
    }

    .header-nav ul li a {
        font-size: 12px;
    }

}

@media (max-width: 768px) {

  .header-nav,
  .header-tel {
    display: none;
  }

  .header-logo {
    font-size: 15px;
  }

  .hamburger {
    display: flex;
  }

  .header-inner {
    padding: 0 10px;
  }

  .section {
    padding: 60px 16px;
  }

  .kv-open-badge {
    font-size: 16px;
    padding: 8px 20px;
  }

  #kv {
    justify-content: center;
  }

  .kv-content {
    text-align: center;
    padding: 0 24px;
    margin-top: 40px;
  }

  .greeting-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .greeting-img img {
    /* height: 260px; */
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guidance-info-grid {
    grid-template-columns: 1fr;
  }

  .overview-table th {
    width: 110px;
    padding: 14px 12px;
  }

  .overview-table td {
    padding: 14px 12px;
    font-size: 16px;
  }

  .pagetop {
    bottom: 20px;
    right: 16px;
  }

  .schedule-table {
    font-size: 14px;
  }

  .schedule-table td.mark-yoyaku {
    font-size: 18px;
  }

  .schedule-time {
    font-size: 14px;
  }

  .schedule-table td.schedule-time-cell {
    font-size: 16px;
  }

    .schedule-table th {
      padding: 8px 5px;
    }

    .schedule-table td {
      padding: 8px 5px;
    }


}

@media (max-width: 480px) {
  .kv-catch {
    font-size: 20px;
    white-space: normal;
  }

  .kv-open-badge {
    font-size: 16px;
    padding: 10px 24px;
  }
}


/* KV袋文字 */
.kv-clinic-name {
  font-size: clamp(28px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  white-space: nowrap;
  color: #F6AE3C;
  -webkit-text-stroke: 11px #ffffff;
  paint-order: stroke fill;

  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.18);
}

.kv-clinic-name .kv-kodomo {
  color: #95C256;
}