@charset "utf-8";

/* 1dayイベントページ専用デザイン */
.oneday-page {
  --event-pink: #f52f7f;
  --event-pink-dark: #c81761;
  --event-coral: #ff7a58;
  --event-orange: #ffb34a;
  --event-yellow: #ffd85a;
  --event-brown: #6d2417;
  --event-cream: #fffaf1;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 210, 228, .72) 0 7%, transparent 18%),
    radial-gradient(circle at 92% 24%, rgba(255, 226, 157, .55) 0 6%, transparent 17%),
    linear-gradient(180deg, #fffafc 0%, #fff8ef 45%, #fffdf9 100%);
}

.oneday-page #contents.bg2 {
  background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,250,241,.92));
}

.oneday-page main {
  position: relative;
  isolation: isolate;
}

.oneday-page main::before,
.oneday-page main::after {
  content: "✦";
  position: absolute;
  z-index: -1;
  color: rgba(225, 157, 22, .24);
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(255, 202, 68, .16));
}
.oneday-page main::before { top: 27%; left: 1.5%; transform: rotate(-12deg); }
.oneday-page main::after { top: 58%; right: 2%; transform: rotate(18deg); }

.oneday-page .oneday-fv {
  position: relative;
  background: #fff;
  box-shadow: 0 24px 50px rgba(225, 69, 122, .14);
}
.oneday-page .oneday-fv::after {
  content: none;
}

.oneday-page .oneday-pagehead + .oneday-summary {
  margin-top: clamp(3rem, 5vw, 5rem);
}

.oneday-page .oneday-summary,
.oneday-page .oneday-card {
  border: 0;
}

.oneday-page .oneday-summary--event {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(2rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 0 0, rgba(255,255,255,.92), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(255,221,125,.28), transparent 35%),
    linear-gradient(135deg, #fff0f6, #fff7e6);
  border: 3px solid rgba(245, 47, 127, .32);
  box-shadow: 0 18px 42px rgba(210, 62, 112, .14);
}
.oneday-page .oneday-summary--event::before,
.oneday-page .oneday-summary--event::after {
  content: "✦  ✧  ✦";
  position: absolute;
  color: rgba(218, 151, 17, .55);
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  letter-spacing: .25em;
}
.oneday-page .oneday-summary--event::before { top: 18px; left: 28px; }
.oneday-page .oneday-summary--event::after { right: 25px; bottom: 18px; transform: rotate(180deg); }


/* 上部概要のキラキラ装飾を削除 */
.oneday-page .oneday-summary--event::before,
.oneday-page .oneday-summary--event::after {
  content: none;
}
.event-kicker {
  margin: 0 0 .55rem;
  color: var(--event-pink-dark);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .22em;
}
.oneday-page .oneday-summary--event h3 {
  margin-bottom: .55rem;
  color: var(--event-pink-dark);
  font-size: clamp(1.75rem, 3.3vw, 3rem);
  font-weight: 900;
  letter-spacing: .05em;
}
.event-intro {
  margin: 0 auto 1.4rem;
  color: var(--event-brown);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 700;
}

.oneday-page .oneday-summary--event .oneday-info {
  max-width: 930px;
  margin: 1.6rem auto 0;
  grid-template-columns: 9em 1fr;
  border-top: 0;
  text-align: left;
  background: rgba(255,255,255,.84);
  border-radius: 20px;
  padding: .65rem 1.3rem;
  box-shadow: inset 0 0 0 1px rgba(245, 47, 127, .15);
}
.oneday-page .oneday-summary--event .oneday-info dt,
.oneday-page .oneday-summary--event .oneday-info dd {
  border-bottom-color: rgba(245, 47, 127, .13);
}
.oneday-page .oneday-summary--event .oneday-info dt {
  color: var(--event-pink-dark);
}

.event-section-heading {
  margin: clamp(3.2rem, 6vw, 5.4rem) 0 1.8rem;
  text-align: center;
}
.event-section-heading span {
  display: inline-block;
  position: relative;
  color: var(--event-brown);
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  font-weight: 900;
  letter-spacing: .06em;
}
.event-section-heading span::before,
.event-section-heading span::after {
  content: "✦";
  color: var(--event-orange);
  margin: 0 .55em;
  font-size: .75em;
}
.event-section-heading strong {
  display: block;
  margin-top: .35rem;
  color: var(--event-pink);
  font-size: .8rem;
  letter-spacing: .3em;
}

.oneday-page .oneday-grid {
  gap: clamp(1.5rem, 2.8vw, 3rem);
  align-items: stretch;
}
.oneday-page .oneday-card {
  padding: clamp(1.5rem, 2.6vw, 2.8rem);
  border-radius: 30px;
  box-shadow: 0 20px 44px rgba(163, 48, 86, .14);
  transition: transform .25s ease, box-shadow .25s ease;
}
.oneday-page .oneday-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 55px rgba(163, 48, 86, .20);
}
.oneday-page .oneday-grid .oneday-card:nth-child(1) {
  border: 3px solid rgba(245, 47, 127, .42);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,210,225,.72), transparent 33%),
    radial-gradient(circle at 0% 100%, rgba(255,188,105,.25), transparent 32%),
    linear-gradient(145deg, #fff7fb, #fffaf2);
}
.oneday-page .oneday-grid .oneday-card:nth-child(2) {
  border: 3px solid rgba(255, 113, 74, .42);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,223,197,.66), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255,197,218,.38), transparent 35%),
    linear-gradient(145deg, #fffaf4, #fff6f9);
}
.oneday-page .oneday-card::after {
  content: "✦";
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(222, 152, 20, .62);
  font-size: 2.3rem;
}
.oneday-page .oneday-card__label {
  padding: .6em 1.45em;
  color: #fff;
  font-size: .95rem;
  letter-spacing: .08em;
  border: 0;
  box-shadow: 0 6px 16px rgba(194, 43, 93, .15);
}
.oneday-page .oneday-grid .oneday-card:nth-child(1) .oneday-card__label {
  background: linear-gradient(90deg, var(--event-pink), #ff6d9f);
}
.oneday-page .oneday-grid .oneday-card:nth-child(2) .oneday-card__label {
  background: linear-gradient(90deg, var(--event-coral), var(--event-orange));
}
.oneday-page .oneday-card h3 {
  margin: .6rem 0 1.4rem;
  color: var(--event-brown);
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.45;
  font-weight: 900;
}
.oneday-page .oneday-card__lead {
  color: #553b34;
  font-weight: 600;
}
.oneday-page .oneday-list {
  margin: 1.4rem 0;
  padding: 1.1rem 1.25rem 1.1rem 2.7rem;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 0 0 1px rgba(232, 92, 133, .16);
}
.oneday-page .oneday-list li {
  margin: .35rem 0;
  font-weight: 700;
  color: #5d3026;
}
.oneday-page .oneday-list li::marker { color: var(--event-pink); }

.oneday-page .oneday-teacher-mini {
  border: 2px solid rgba(245, 47, 127, .18);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 25px rgba(150, 71, 99, .08);
}
.oneday-page .oneday-teacher-mini img {
  border: 4px solid #fff;
  box-shadow: 0 6px 16px rgba(100, 55, 70, .14);
}
.oneday-page .oneday-teacher-mini__name {
  color: var(--event-pink-dark);
  font-weight: 900;
}

.oneday-page .oneday-card .oneday-info {
  margin-top: 1.7rem;
  border-top: 2px solid rgba(245, 47, 127, .20);
}
.oneday-page .oneday-card .oneday-info dt {
  color: var(--event-pink-dark);
}
.oneday-page .oneday-card .oneday-info dt,
.oneday-page .oneday-card .oneday-info dd {
  border-bottom-color: rgba(245, 47, 127, .16);
}
.oneday-page .oneday-card .oneday-info dd {
  font-weight: 650;
}
.oneday-page .oneday-card .oneday-info dt:nth-of-type(3) + dd {
  color: var(--event-pink-dark);
  font-size: 1.25rem;
  font-weight: 900;
}

.oneday-page .oneday-related {
  border: 2px dashed rgba(255, 123, 73, .42);
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,246,230,.96));
  text-align: center;
}
.oneday-page .oneday-related h3 { color: var(--event-coral); }
.oneday-page .oneday-related .btn a {
  background: linear-gradient(90deg, var(--event-coral), var(--event-orange));
  border: 0;
  box-shadow: 0 8px 18px rgba(223, 106, 52, .20);
}

.oneday-page .oneday-event-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title button"
    "text button";
  align-items: center;
  gap: .4rem 1.5rem;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.55rem 2rem;
  border: 0;
  border-radius: 24px;
  color: #fff;
  text-align: left;
  background: linear-gradient(110deg, var(--event-coral), var(--event-pink));
  box-shadow: 0 16px 32px rgba(201, 40, 96, .20);
}
.oneday-page .oneday-event-cta::before,
.oneday-page .oneday-event-cta::after {
  content: none;
}
.oneday-page .oneday-event-cta .cta__title,
.oneday-page .oneday-event-cta .cta__text { color: #fff; margin: 0; }
.oneday-page .oneday-event-cta .cta__title {
  grid-area: title;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.3;
}
.oneday-page .oneday-event-cta .cta__text {
  grid-area: text;
  font-size: 1rem;
}
.oneday-page .oneday-event-cta .btn {
  grid-area: button;
  margin: 0;
}
.oneday-page .oneday-event-cta .btn a {
  min-width: 240px;
  padding: .95em 1.8em;
  color: var(--event-pink-dark);
  font-size: 1.05rem;
  font-weight: 900;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(100, 0, 30, .16);
}
.oneday-page .oneday-event-cta .btn a:hover {
  color: var(--event-brown);
  background: var(--event-yellow);
}

@media screen and (max-width: 800px) {
  .oneday-page .oneday-summary--event .oneday-info {
    grid-template-columns: 1fr;
    padding: .5rem 1rem;
  }
  .event-section-heading span::before,
  .event-section-heading span::after { margin: 0 .25em; }
  .oneday-page .oneday-card { border-radius: 24px; }
  .oneday-page .oneday-card::after { font-size: 1.7rem; }
  .oneday-page .oneday-event-cta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "text"
      "button";
    gap: .75rem;
    text-align: center;
    padding: 1.4rem 1.15rem;
  }
  .oneday-page .oneday-event-cta .btn a {
    min-width: min(100%, 280px);
  }
}

/* 選べる2つの講座 見出し両端のキラキラを削除 */
.event-section-heading span::before,
.event-section-heading span::after {
  content: none;
  margin: 0;
}


/* 影をなくし、枠内は白ベースに調整 */
.oneday-page .oneday-fv,
.oneday-page .oneday-summary--event,
.oneday-page .oneday-summary--event .oneday-info,
.oneday-page .oneday-card,
.oneday-page .oneday-list,
.oneday-page .oneday-teacher-mini,
.oneday-page .oneday-teacher-mini img,
.oneday-page .oneday-related,
.oneday-page .oneday-event-cta,
.oneday-page .oneday-event-cta .btn a,
.oneday-page .oneday-related .btn a {
  box-shadow: none;
}

.oneday-page .oneday-card:hover {
  transform: none;
  box-shadow: none;
}

.oneday-page .oneday-summary--event {
  background: #fff;
}

.oneday-page .oneday-summary--event .oneday-info,
.oneday-page .oneday-grid .oneday-card:nth-child(1),
.oneday-page .oneday-grid .oneday-card:nth-child(2),
.oneday-page .oneday-list,
.oneday-page .oneday-teacher-mini,
.oneday-page .oneday-related {
  background: #fff;
}


/* 1dayイベント申込みフォームページ */
.event-form-page #contents.bg2 {
  background: linear-gradient(180deg, #fffafc 0%, #fffdf8 100%);
}
.event-form-page .event-form-hero {
  max-width: 980px;
  margin: 0 auto 2rem;
  padding: clamp(2rem, 5vw, 4rem) 1.5rem 1.5rem;
  text-align: center;
}
.event-form-page .event-form-hero h2 {
  margin: .35rem 0 .8rem;
  color: var(--event-pink-dark);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.35;
}
.event-form-page .event-form-hero p:last-child {
  margin: 0;
  color: #553b34;
  font-weight: 600;
}
.event-form-page .event-form-wrap {
  max-width: 980px;
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  padding: clamp(1rem, 3vw, 2rem);
  border: 2px solid rgba(245,47,127,.24);
  border-radius: 24px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .event-form-page .event-form-wrap {
    padding: .75rem;
    border-radius: 16px;
  }
}


/* ハンドトリートメント詳細をFVに合わせてカラフルに調整 */
.oneday-page .oneday-card--seminar,
.oneday-page .oneday-card--therapy {
  background: #fff;
}

.oneday-page .oneday-card--seminar {
  border: 2px solid #f59cc0;
}

.oneday-page .oneday-card--therapy {
  border: 2px solid #ff9f73;
}

.oneday-page .oneday-card--seminar .oneday-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 1.2rem 1.6rem;
  align-items: center;
  margin-bottom: 1rem;
}

.oneday-page .oneday-card--seminar .oneday-card__head-main {
  min-width: 0;
}

.oneday-page .oneday-card--seminar .oneday-card__head-photo {
  margin: 0;
  justify-self: end;
  width: min(100%, 235px);
}

.oneday-page .oneday-card--seminar .oneday-card__head-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 18px;
  border: 4px solid #ffe5ef;
}

.oneday-page .oneday-card--seminar .oneday-card__label {
  background: linear-gradient(90deg, #ff7f66, #f33a85);
  color: #fff;
}

.oneday-page .oneday-card--therapy .oneday-card__label {
  background: linear-gradient(90deg, #ff8b5e, #ffb24a);
  color: #fff;
}

.oneday-page .oneday-card--seminar h3 {
  color: #f23886;
  margin: .55rem 0 0;
}

.oneday-page .oneday-card--therapy h3 {
  color: #f05b2f;
}

.oneday-page .oneday-card--seminar .oneday-card__lead,
.oneday-page .oneday-card--therapy .oneday-card__lead {
  color: #643025;
}

.oneday-page .oneday-card--seminar .oneday-list,
.oneday-page .oneday-card--therapy .oneday-list {
  border: 1px solid #ffd4e2;
  background: #fff;
}

.oneday-page .oneday-card--therapy .oneday-list {
  border-color: #ffd3bd;
}

.oneday-page .oneday-card--seminar .oneday-list li::marker {
  color: #f23886;
}

.oneday-page .oneday-card--therapy .oneday-list li::marker {
  color: #ff8b5e;
}

.oneday-page .oneday-card--seminar .oneday-teacher-mini {
  border-color: rgba(245, 156, 192, .45);
  background: #fff7fb;
}

.oneday-page .oneday-card--therapy .oneday-teacher-mini {
  border-color: rgba(255, 159, 115, .45);
  background: #fffaf6;
}

.oneday-page .oneday-card--seminar .oneday-teacher-mini__name {
  color: #f23886;
}

.oneday-page .oneday-card--therapy .oneday-teacher-mini__name {
  color: #f05b2f;
}

.oneday-page .oneday-card--seminar .oneday-info {
  border-top-color: rgba(245, 156, 192, .35);
}

.oneday-page .oneday-card--therapy .oneday-info {
  border-top-color: rgba(255, 159, 115, .35);
}

.oneday-page .oneday-card--seminar .oneday-info dt {
  color: #f05b2f;
}

.oneday-page .oneday-card--therapy .oneday-info dt {
  color: #f05b2f;
}

.oneday-page .oneday-card--seminar .oneday-info dt,
.oneday-page .oneday-card--seminar .oneday-info dd {
  border-bottom-color: rgba(245, 156, 192, .22);
}

.oneday-page .oneday-card--therapy .oneday-info dt,
.oneday-page .oneday-card--therapy .oneday-info dd {
  border-bottom-color: rgba(255, 159, 115, .22);
}

@media screen and (max-width: 900px) {
  .oneday-page .oneday-card--seminar .oneday-card__head {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .oneday-page .oneday-card--seminar .oneday-card__head-photo {
    justify-self: start;
    width: min(100%, 280px);
  }
}


/* 手相診セラピー講座をFVに合わせてよりカラフルに調整 */
.oneday-page .oneday-card--therapy {
  border: 2px solid #ff835b;
  background: #fff;
}

.oneday-page .oneday-card--therapy .oneday-card__label {
  background: linear-gradient(90deg, #ff8b5e, #ff6b4a);
  color: #fff;
}

.oneday-page .oneday-card--therapy h3 {
  color: #f2572e;
}

.oneday-page .oneday-card--therapy .oneday-card__lead {
  color: #6a2d1c;
  font-weight: 700;
}

.oneday-page .oneday-card--therapy .oneday-list {
  background: #fff7f2;
  border: 1px solid #ffd1bf;
}

.oneday-page .oneday-card--therapy .oneday-list li {
  color: #6a2d1c;
}

.oneday-page .oneday-card--therapy .oneday-list li::marker {
  color: #ff8b5e;
}

.oneday-page .oneday-card--therapy .oneday-teacher-mini {
  background: #fff8f4;
  border: 1px solid #ffd4c3;
}

.oneday-page .oneday-card--therapy .oneday-teacher-mini__name {
  color: #f2572e;
}

.oneday-page .oneday-card--therapy .oneday-info {
  border-top: 2px solid #ffd4c3;
}

.oneday-page .oneday-card--therapy .oneday-info dt {
  color: #f2572e;
}

.oneday-page .oneday-card--therapy .oneday-info dt,
.oneday-page .oneday-card--therapy .oneday-info dd {
  border-bottom-color: rgba(255, 131, 91, .24);
}

.oneday-page .oneday-card--therapy .oneday-info dt:nth-of-type(3) + dd {
  color: #6a2d1c;
}


/* 申込フォームボタンを横長・角丸・中央配置に調整 */
.oneday-page .oneday-apply-cta .btn {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}

.oneday-page .oneday-apply-cta .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 68px;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  text-align: center;
}


/* 関連リンクをページ最下部に小さく表示 */
.oneday-page .oneday-related--compact {
  max-width: 760px;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid #eadfd8;
  border-radius: 14px;
  text-align: center;
  background: #fff;
}
.oneday-page .oneday-related--compact h3 {
  margin: 0 0 .35rem;
  font-size: 1rem;
}
.oneday-page .oneday-related--compact p {
  margin: .25rem 0;
  font-size: .85rem;
  line-height: 1.6;
}
.oneday-page .oneday-related--compact .btn {
  margin: .55rem 0 0;
}
.oneday-page .oneday-related--compact .btn a {
  display: inline-block;
  min-width: 0;
  padding: .55em 1.2em;
  border-radius: 999px;
  font-size: .82rem;
}

/* イベント申込フォームページの背景装飾を削除 */
.event-form-page main::before,
.event-form-page main::after {
  content: none;
}


/* 申込案内の見出し・説明文を中央配置 */
.oneday-page .oneday-apply-cta {
  text-align: center;
}

.oneday-page .oneday-apply-cta .cta__title,
.oneday-page .oneday-apply-cta .cta__text {
  text-align: center;
}


/* 修了証画像をPOINTエリア右側へ移動 */
.oneday-page .oneday-points-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 1.2rem 1.6rem;
  align-items: stretch;
  margin: 1.4rem 0;
}

.oneday-page .oneday-card--seminar .oneday-card__head {
  grid-template-columns: 1fr;
}

.oneday-page .oneday-card--seminar .oneday-card__head-photo--certificate {
  margin: 0;
  width: 100%;
  align-self: stretch;
}

.oneday-page .oneday-card--seminar .oneday-card__head-photo--certificate img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  border: 2px solid #ffd4e2;
  background: #fff;
  padding: 10px;
}

.oneday-page .oneday-points-media .oneday-list {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .oneday-page .oneday-points-media {
    grid-template-columns: 1fr;
  }

  .oneday-page .oneday-card--seminar .oneday-card__head-photo--certificate {
    max-width: 320px;
  }
}


/* ハンドトリートメント見出しを折り返さない */
.oneday-page .oneday-card--seminar h3 {
  font-size: clamp(1.95rem, 2.2vw, 2.55rem);
}

@media screen and (min-width: 901px) {
  .oneday-page .oneday-card--seminar h3 {
    white-space: nowrap;
  }
}
/* 講座カード右上のキラキラを削除 */
.oneday-page .oneday-card::after {
  content: none !important;
  display: none !important;
}