/* ============================================================
   Kids Duo（キッズデュオ）
   ============================================================ */
.kidsduo_fv { text-align: center; margin: 20px 0; }
.kidsduo_fv img { width: 100%; max-width: 730px; }

.kidsduo_intro { display: flex; gap: 30px; align-items: flex-start; margin: 20px 0; }
.kidsduo_intro_body { flex: 1; }
.kidsduo_intro_img { width: 280px; flex-shrink: 0; }
.kidsduo_intro_img img { width: 100%; }
.kidsduo_intro_lead { display: block; font-size: 1.15em; font-weight: bold; color: #0D51A0; margin-bottom: 12px; line-height: 1.6; }

.kidsduo_points { margin: 10px 0 30px; }
.kidsduo_point_item { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #ddd; }
.kidsduo_point_item:last-child { border-bottom: none; }
.kidsduo_point_badge { min-width: 70px; text-align: center; background: #0D51A0; color: #fff; padding: 6px 4px; border-radius: 4px; }
.kidsduo_point_badge_label { display: block; font-size: 0.72em; font-weight: bold; letter-spacing: 0.05em; }
.kidsduo_point_badge_num { display: block; font-size: 1.6em; font-weight: bold; line-height: 1.1; }
.kidsduo_point_body { flex: 1; }
.kidsduo_point_title { font-size: 1.1em; font-weight: bold; color: #333; margin-bottom: 8px; }

.kidsduo_course_btns { margin: 30px 0 10px; text-align: center; }
.kidsduo_course_btns_lead { font-weight: bold; margin-bottom: 12px; }
.kidsduo_course_btns_row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.kidsduo_course_btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 24px; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 0.95em; }
.kidsduo_course_btn_blue { background: #0D51A0; color: #fff; }
.kidsduo_course_btn_pink { background: #e0457b; color: #fff; }
.kidsduo_course_btn:hover { opacity: 0.85; }

.kidsduo_schedule_img { text-align: center; margin: 20px 0; }
.kidsduo_schedule_img img { width: 100%; max-width: 730px; }

@media screen and (max-width: 767px) {
  .kidsduo_intro { display: block; }
  .kidsduo_intro_img { width: 100%; margin-top: 16px; }
  .kidsduo_point_item { gap: 12px; }
  .kidsduo_point_badge { min-width: 56px; }
  .kidsduo_course_btns_row { flex-direction: column; align-items: center; }
  .kidsduo_course_btn { width: 100%; max-width: 320px; justify-content: center; }
}

.kd_school_finder { margin-top: 24px; }

.kd_sf_pref {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

.kd_sf_pin {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-color: #E8A000;
  -webkit-mask-image: url(../img/location-dot-solid-full.svg);
  mask-image: url(../img/location-dot-solid-full.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  vertical-align: middle;
}

.kd_sf_city_bar {
  border: 1px solid #ddd;
  padding: 10px 16px;
  margin-bottom: 10px;
  font-size: 13px;
}
.kd_sf_city_bar a {
  color: #0D51A0;
  text-decoration: underline;
  margin: 0 3px;
}

.kd_sf_count {
  font-size: 13px;
  color: #555;
  margin-bottom: 24px;
}

.kd_sf_city_group { margin-bottom: 36px; }

.kd_sf_city_head {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fdf8e0;
  border-bottom: 2px solid #FFB700;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.kd_sf_school {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}

.kd_sf_school_name { width: 120px; flex-shrink: 0; }
.kd_sf_school_name a {
  color: #0D51A0;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.kd_sf_school_name a:hover { text-decoration: underline; }

.kd_sf_school_info { flex: 1; }

.kd_sf_address {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.kd_sf_access {
  font-size: 13px;
  color: #666;
}

.kd_sf_btn {
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid #0D51A0;
  color: #0D51A0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.kd_sf_btn:hover { background: #0D51A0; color: #fff; }

@media screen and (max-width: 767px) {
  .kd_sf_school { flex-wrap: wrap; gap: 10px; }
  .kd_sf_school_name { width: 80px; }
  .kd_sf_btn { width: 100%; text-align: center; box-sizing: border-box; }
}
