@charset "utf-8";

/* ==========================================================
   ベビー・キンダースイミングLP(lp_baby) スタイル
   メインカラー: ブルー#0051b9(スイミングブランドカラーに合わせる) / イエロー#ffd907(価格・CTA強調) / 白
   見出しはM PLUS Rounded 1c(丸ゴシック)で親しみやすい印象に
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800&display=swap');

* { box-sizing: border-box; }
html { font-size: 62.5%; } /* 1rem = 10px */
body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.8;
  font-size: 1.6rem;
}
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { color: inherit; text-decoration: none; }
.pc { display: block; }
.sp { display: none; }

.font_round {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
}

/* ---- header ---- */
.header {
  background: #fff;
  border-bottom: 3px solid #0051b9;
  padding: 16px 20px;
}
.header__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.header__logo {
  height: 50px;
  width: auto;
}

/* ---- hero ---- */
.hero__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.hero__image {
  position: relative;
}
.hero__image img {
  width: 100%;
}
.hero__body {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  text-align: center;
  background-color: #eef5ff;
  background-image:
    radial-gradient(circle, rgba(0, 81, 185, 0.08) 3px, transparent 3px),
    linear-gradient(180deg, #eef5ff 0%, #fff 100%);
  background-size: 34px 34px, 100% 100%;
}
.hero__body::before {
  content: "";
  background: url("../img/deco_star@2x.png") no-repeat 0 0;
  background-size: 70px 62px;
  width: 70px;
  height: 62px;
  position: absolute;
  top: 10px;
  left: 2%;
  transform: rotate(-10deg);
}
.hero__body::after {
  content: "";
  background: url("../img/deco_shellfish@2x.png") no-repeat 0 0;
  background-size: 82px 56px;
  width: 82px;
  height: 56px;
  position: absolute;
  top: 6px;
  right: 2%;
  transform: rotate(8deg);
}
.hero__eyebrow {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #0051b9;
  padding: 6px 20px;
  border-radius: 999px;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}
.hero__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: #003a86;
  margin: 0 0 20px;
  line-height: 1.4;
}
.hero__price {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  display: inline-block;
  font-weight: 800;
  font-size: 2.4rem;
  color: #003a86;
  background: linear-gradient(135deg, #ffd907, #ffc400);
  padding: 14px 32px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(255, 196, 0, 0.35);
  margin: 0 0 20px;
}
.hero__text {
  font-size: 1.7rem;
  margin: 0;
  white-space: pre-line;
  color: #444;
}

/* ---- cta-band(複数箇所に反復配置する簡易CTA) ---- */
.cta-band {
  background-color: #0051b9;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 3px, transparent 3px),
    linear-gradient(135deg, #0051b9, #003a86);
  background-size: 30px 30px, 100% 100%;
  padding: 34px 20px;
  text-align: center;
}
.cta-band__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cta-band__text {
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 20px;
}
.cta-band__btn {
  display: inline-block;
  background: linear-gradient(135deg, #ffd907, #ffc400);
  color: #003a86;
  padding: 15px 32px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  margin: 0 8px 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform .2s, opacity .2s;
}
.cta-band__btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
}
.cta-band__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* ---- categories(ベビー / キンダー) ---- */
.categories {
  background: #fff;
  padding: 60px 20px;
}
.categories__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.categories__heading {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  color: #003a86;
  text-align: center;
  margin: 0 0 46px;
}
.categories__heading::before {
  content: "";
  background: url("../img/deco_fish01@2x.png") no-repeat 0 0;
  background-size: 60px 40px;
  width: 60px;
  height: 40px;
  position: absolute;
  top: -14px;
  left: 4%;
  transform: rotate(-6deg);
}
.categories__heading::after {
  content: "";
  background: url("../img/deco_fish02@2x.png") no-repeat 0 0;
  background-size: 52px 34px;
  width: 52px;
  height: 34px;
  position: absolute;
  top: -8px;
  right: 4%;
  transform: rotate(10deg) scaleX(-1);
}
.category-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.category-card__image {
  position: relative;
}
.category-card__image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.category-card__icon {
  position: absolute;
  bottom: -22px;
  left: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffd907;
  color: #003a86;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.category-card__icon svg {
  width: 26px;
  height: 26px;
}
.category-card__body {
  padding: 34px 26px 26px;
  text-align: left;
}
.category-card__badge {
  display: inline-block;
  background: #003a86;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  margin: 0 0 12px;
}
.category-card__badge--stepup {
  background: #8a8f98;
}
.category-card__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  color: #0051b9;
  margin: 0 0 14px;
  letter-spacing: 0.05em;
}
.category-card__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
  margin: 0;
}

/* ベビー(メイン): 大きく、影付きで目立たせる */
.category-card--primary {
  display: flex;
  align-items: stretch;
  box-shadow: 0 10px 30px rgba(0, 58, 134, 0.16);
  border: 3px solid #ffe0ec;
}
.category-card--primary .category-card__image {
  width: 42%;
  flex-shrink: 0;
}
.category-card--primary .category-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.category-card--primary .category-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-card--primary .category-card__badge {
  background: #ffd907;
  color: #003a86;
}
.category-card--primary .category-card__heading {
  font-size: 2.4rem;
}

/* キンダー(卒業後のステップアップ先): 控えめに、コンパクトな横並びで表示 */
.categories__stepup-eyebrow {
  max-width: 640px;
  margin: 44px auto 16px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #8a8f98;
  letter-spacing: 0.1em;
}
.category-card--stepup {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  border: 2px solid #eee;
  border-radius: 14px;
}
.category-card--stepup .category-card__image {
  width: 38%;
  flex-shrink: 0;
}
.category-card--stepup .category-card__image img {
  height: 100%;
  min-height: 140px;
}
.category-card--stepup .category-card__body {
  padding: 20px 22px;
}
.category-card--stepup .category-card__heading {
  font-size: 1.8rem;
}
.category-card--stepup .category-card__text {
  font-size: 1.3rem;
  line-height: 1.7;
}

/* ---- flow(ご利用の流れ) ---- */
.flow {
  background: #eef5ff;
  padding: 60px 20px;
}
.flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.flow__heading {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #003a86;
  text-align: center;
  margin: 0 0 46px;
}
.flow__heading::before {
  content: "";
  background: url("../img/deco_float@2x.png") no-repeat 0 0;
  background-size: 56px 51px;
  width: 56px;
  height: 51px;
  position: absolute;
  top: -12px;
  left: 6%;
  transform: rotate(-8deg);
}
.flow__heading::after {
  content: "";
  background: url("../img/deco_kamome@2x.png") no-repeat 0 0;
  background-size: 66px 38px;
  width: 66px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 6%;
}
.flow__list {
  counter-reset: flowstep;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}
.flow-card {
  counter-increment: flowstep;
  position: relative;
  width: calc(33.333% - 18px);
  min-width: 240px;
  background: #fff;
  border-radius: 16px;
  padding: 34px 22px 24px;
  box-shadow: 0 8px 20px rgba(0, 58, 134, 0.1);
}
.flow-card::before {
  content: counter(flowstep);
  position: absolute;
  top: -18px;
  left: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0051b9, #003a86);
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.flow-card__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #0051b9;
  margin: 6px 0 12px;
}
.flow-card__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
  white-space: pre-line;
}

/* ---- points(効果・ご参加にあたって) ---- */
.points {
  background: #fff;
  padding: 60px 20px;
}
.points__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.points__heading {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #003a86;
  text-align: center;
  margin: 0 0 46px;
}
.points__heading::before {
  content: "";
  background: url("../img/deco_ribon_blue@2x.png") no-repeat 0 0;
  background-size: 58px 38px;
  width: 58px;
  height: 38px;
  position: absolute;
  top: -10px;
  left: 6%;
}
.points__heading::after {
  content: "";
  background: url("../img/deco_star@2x.png") no-repeat 0 0;
  background-size: 46px 41px;
  width: 46px;
  height: 41px;
  position: absolute;
  top: -8px;
  right: 6%;
  transform: rotate(14deg);
}
.points__list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}
.point-card {
  width: calc(50% - 13px);
  min-width: 280px;
  background: #eef5ff;
  padding: 30px 26px;
  border-radius: 16px;
  border: 2px solid #d3e5ff;
}
.point-card__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #003a86;
  margin: 0 0 14px;
}
.point-card__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
  margin: 0;
  white-space: pre-line;
}

/* ---- event-current(開催中のイベント) ---- */
@keyframes eventPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes eventBtnPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 16px rgba(255, 87, 34, 0.35); }
  50% { transform: scale(1.045); box-shadow: 0 8px 22px rgba(255, 87, 34, 0.5); }
}
@keyframes eventSparkle {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(12deg) scale(1.15); }
}
.event-current {
  position: relative;
  overflow: hidden;
  background-color: #fff0e0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      rgba(255, 122, 61, 0.08) 0,
      rgba(255, 122, 61, 0.08) 14px,
      transparent 14px,
      transparent 28px
    ),
    linear-gradient(180deg, #fff0e0 0%, #fff7ed 100%);
  padding: 54px 20px;
}
.event-current__inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.event-current__eyebrow {
  display: inline-block;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  color: #fff;
  background: linear-gradient(135deg, #ff9248, #ff5722);
  border-radius: 999px;
  padding: 9px 28px;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 14px rgba(255, 87, 34, 0.4);
  animation: eventPulse 1.8s ease-in-out infinite;
}
.event-current__eyebrow-wrap {
  text-align: center;
  margin: 0 0 24px;
}
.event-current__card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(255, 87, 34, 0.28);
  border: 4px solid #ffd9bb;
  transform: rotate(-0.6deg);
}
.event-current__card::before {
  content: "";
  background: url("../img/deco_star@2x.png") no-repeat 0 0;
  background-size: 62px 55px;
  width: 62px;
  height: 55px;
  position: absolute;
  top: -20px;
  right: -14px;
  z-index: 2;
  animation: eventSparkle 2.4s ease-in-out infinite;
}
.event-current__image {
  position: relative;
}
.event-current__image img {
  width: 100%;
  height: auto;
  display: block;
}
.event-current__body {
  padding: 32px 28px 34px;
}
.event-current__title {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #c9501a;
  text-shadow: 2px 2px 0 #fff2e5;
  margin: 0 0 20px;
}
.event-current__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  margin: 0 0 20px;
  padding: 16px 18px;
  background: #fff7ed;
  border-radius: 14px;
  border: 2px dashed #ffc199;
  font-size: 1.4rem;
}
.event-current__meta dt {
  font-weight: 800;
  color: #fff;
  background: #ff9248;
  border-radius: 999px;
  padding: 2px 14px;
  height: fit-content;
}
.event-current__meta dd {
  margin: 0;
  color: #555;
  font-weight: 700;
}
.event-current__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 26px;
  white-space: pre-line;
}
.event-current__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff9248, #ff5722);
  color: #fff;
  font-weight: 800;
  font-size: 1.7rem;
  padding: 16px 38px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(255, 87, 34, 0.35);
  animation: eventBtnPulse 1.6s ease-in-out infinite;
}
.event-current__btn::after {
  content: "→";
}

/* ---- events-history(イベント開催実績) ---- */
.events-history {
  background: #fff;
  padding: 60px 20px;
}
.events-history__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.events-history__banner {
  width: 100%;
  max-width: 700px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 58, 134, 0.15);
  margin: 0 0 30px;
}
.events-history__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  color: #003a86;
  margin: 0 0 14px;
}
.events-history__lead {
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 30px;
}
.events-history__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.events-history__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eef5ff;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 1.3rem;
}
.events-history__item:nth-child(3n+2) {
  background: #fff0f6;
}
.events-history__item:nth-child(3n+3) {
  background: #fffaeb;
}
.events-history__item:nth-child(3n+2) .events-history__date {
  color: #d63384;
}
.events-history__item:nth-child(3n+3) .events-history__date {
  color: #b8860b;
}
.events-history__date {
  font-weight: 700;
  color: #0051b9;
}
.events-history__label {
  color: #444;
}
.events-history__more a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0051b9;
}

/* ---- apply-form(お申込みフォーム) ---- */
.apply-form {
  background: #eef5ff;
  padding: 60px 20px;
}
/* MailFormProの入力チェックOKアイコン(div.mfp_ok)は、ベンダーCSS側の指定が
   本来のチェックマーク画像ではなくヘッダー用の画像を14px角に引き伸ばして使っており、
   潰れて見えるため、正しいチェックアイコンに差し替えている */
.apply-form div.mfp_ok {
  background-image: url("../mfp.statics/_images/icon_ok.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}
.apply-form__inner {
  max-width: 720px;
  margin: 0 auto;
}
.apply-form__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  color: #003a86;
  text-align: center;
  margin: 0 0 14px;
}
.apply-form__lead {
  text-align: center;
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 34px;
}
.apply-form form,
.apply-form form#mailformpro {
  background: #fff;
  border-radius: 18px;
  padding: 24px 24px 30px !important;
  box-shadow: 0 10px 30px rgba(0, 58, 134, 0.1);
}
.form-table {
  width: 100%;
  border-collapse: collapse;
}
.form-table__tr {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #eef5ff;
}
.form-table__tr:last-child {
  border-bottom: none;
}
.form-table__th {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
  color: #003a86;
  padding: 0 0 8px;
}
.form-require {
  position: relative;
  padding-right: 44px;
}
.form-require::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff5722;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}
.form-table__td {
  display: block;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-group--check {
  gap: 6px 20px;
}
.form-size--min {
  flex: 1;
  min-width: 140px;
}
.form-size--mid {
  width: 100%;
}
.form-size {
  display: inline-block;
}
/* お子様の生年月日は年/月/日の3つのselectを横並びにするため、
   通常のselect(width:100%)とは別に、内容に応じた幅に留める */
.birthday-field-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.birthday-field {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.apply-form select[name^="生年月日-"] {
  width: auto;
  min-width: 62px;
  padding: 10px 6px;
  display: inline-block;
  vertical-align: middle;
}
.birthday-field__label {
  font-size: 1.4rem;
  color: #333;
}
.apply-form input[type="text"],
.apply-form input[type="tel"],
.apply-form input[type="email"],
.apply-form select,
.apply-form textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 12px;
  border: 1px solid #ccd7e8;
  border-radius: 8px;
  font-family: inherit;
  box-sizing: border-box;
}
.apply-form textarea {
  min-height: 100px;
}
/* MailFormProのJSが、フォーム内のbutton要素へ動的に mfp_element_button 等の
   クラスを付与し、灰色のグラデーション背景を上書きしてくることがあるため、
   確実に上書きされるよう !important を付けている */
.apply-form__chip {
  display: inline-block !important;
  background: linear-gradient(135deg, #ff7a3d, #ff5722) !important;
  background-image: linear-gradient(135deg, #ff7a3d, #ff5722) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  margin: 0 0 6px !important;
  box-shadow: 0 4px 10px rgba(255, 87, 34, 0.25) !important;
  text-shadow: none !important;
  outline: none !important;
}
.apply-form__chip-hint {
  font-size: 1.1rem;
  color: #888;
  margin: 0 0 10px;
}
.apply-form label {
  font-size: 1.4rem;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.apply-form input[type="radio"],
.apply-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.apply-form__consent {
  margin: 24px 0 0;
  text-align: center;
  font-size: 1.3rem;
}
/* .apply-form label の display:inline-flex は、チェックボックス1つ+短い文言の
   ラベル向けの指定。同意欄はリンクを含む長文のため、inline-flexのままだと
   折り返し位置がおかしくなる。通常のinline表示に戻し、自然に折り返させる */
.apply-form__consent label {
  display: inline;
}
.apply-form__consent input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 6px;
}
.apply-form__consent a {
  color: #0051b9;
  text-decoration: underline;
}
.apply-form__submit {
  text-align: center;
  margin: 26px 0 0;
}
.apply-form__btn {
  display: inline-block;
  background: linear-gradient(135deg, #0051b9, #003a86);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 16px 44px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 58, 134, 0.3);
}

/* ---- contact ---- */
.contact {
  background: linear-gradient(180deg, #fff 0%, #eef5ff 100%);
  padding: 60px 20px;
  text-align: center;
}
.contact__heading {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  color: #003a86;
  margin: 0 0 24px;
}
.contact__tel a {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0051b9;
}
.contact__btn-wrap {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.contact__btn {
  display: inline-block;
  background: linear-gradient(135deg, #ffd907, #ffc400);
  color: #003a86;
  padding: 16px 34px;
  font-size: 1.6rem;
  font-weight: 700;
  min-width: 240px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform .2s, opacity .2s;
}
.contact__btn--outline {
  background: transparent;
  color: #0051b9;
  border: 2px solid #0051b9;
  box-shadow: none;
}
.contact__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.contact__note {
  max-width: 560px;
  margin: 20px auto 0;
  font-size: 1.3rem;
  color: #777;
  line-height: 1.7;
}

/* ---- footer ---- */
.site-footer {
  background: #003a86;
  color: #fff;
  text-align: center;
  padding: 24px 20px;
}
.site-footer__back a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
}
.site-footer__copyright {
  font-size: 1.3rem;
  margin: 12px 0 0;
  opacity: 0.8;
}

/* ---- MEDIA QUERIE ～767px ---- */
@media screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: block; }
  .hero__body { padding: 30px 16px; }
  .hero__heading { font-size: 2.4rem; }
  .hero__price { font-size: 2rem; padding: 12px 24px; }
  .hero__text { font-size: 1.5rem; }
  .categories { padding: 40px 15px; }
  .categories__heading { font-size: 2.1rem; margin-bottom: 34px; }
  /* スマホ幅では見出しの文字数によって左右の飾りアイコンが文字と重なるため、
     テキストと衝突しないよう表示自体をやめる(装飾のみのため省いても実害はない) */
  .categories__heading::before,
  .categories__heading::after,
  .flow__heading::before,
  .flow__heading::after,
  .points__heading::before,
  .points__heading::after {
    display: none;
  }
  .category-card--primary { flex-direction: column; }
  .category-card--primary .category-card__image { width: 100%; }
  .category-card--primary .category-card__image img { aspect-ratio: 4 / 3; height: auto; }
  .category-card--primary .category-card__heading { font-size: 2.1rem; }
  .category-card--stepup { flex-direction: column; }
  .category-card--stepup .category-card__image { width: 100%; }
  .category-card--stepup .category-card__image img { height: 160px; min-height: 0; }
  .flow { padding: 40px 15px; }
  .flow__heading { font-size: 2.2rem; margin-bottom: 34px; }
  .flow-card { width: 100%; }
  .points { padding: 40px 15px; }
  .points__heading { font-size: 2.2rem; margin-bottom: 34px; }
  .point-card { width: 100%; }
  .event-current { padding: 34px 15px; }
  .event-current__eyebrow { font-size: 1.4rem; padding: 7px 20px; }
  .event-current__title { font-size: 2rem; }
  .event-current__body { padding: 24px 20px; }
  .event-current__meta { grid-template-columns: 1fr; gap: 8px; }
  .event-current__meta dt { display: inline-block; width: fit-content; }
  .event-current__btn { font-size: 1.5rem; padding: 14px 30px; width: 100%; justify-content: center; }
  .events-history { padding: 40px 15px; }
  .events-history__heading { font-size: 2.1rem; }
  .contact { padding: 40px 15px; }
  .contact__heading { font-size: 2.2rem; }
  .contact__tel a { font-size: 2.4rem; }
  .contact__btn { width: 100%; min-width: 0; }
}
