{"id":298,"date":"2026-06-01T09:39:00","date_gmt":"2026-06-01T00:39:00","guid":{"rendered":"https:\/\/lorry-stage.com\/?page_id=298"},"modified":"2026-06-01T09:50:34","modified_gmt":"2026-06-01T00:50:34","slug":"lorrystage-danceteam","status":"publish","type":"page","link":"https:\/\/lorry-stage.com\/?page_id=298","title":{"rendered":"LorryStage DanceTeam"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700;900&#038;family=Paytone+One&#038;family=Kiwi+Maru:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n.ls-wrap {\n  overflow-x: hidden;\n  font-family: 'Noto Sans JP', sans-serif;\n  color: #3d2c2c;\n  \/* WordPress\u5168\u5e45\u5bfe\u5fdc *\/\n  width: 100vw;\n  position: relative;\n  left: 50%;\n  right: 50%;\n  margin-left: -50vw;\n  margin-right: -50vw;\n}\n\n  :root {\n    --coral:  #ff6b6b;\n    --peach:  #ffb347;\n    --yellow: #ffe66d;\n    --mint:   #a8edcc;\n    --sky:    #a0d8f1;\n    --pink:   #ffb3c6;\n    --lavender: #d4b8f0;\n    --white:  #ffffff;\n    --off-white: #fffbf5;\n    --text:   #3d2c2c;\n    --muted:  #8a7070;\n    --line:   #06c755;\n    --rs-red: #e8453c;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  html { scroll-behavior: smooth; }\n  .ls-wrap { overflow-x: hidden; }\n\n  .ls-wrap { overflow-x: hidden; }\n\n  \/* ======= NAV ======= *\/\n  nav {\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    background: rgba(255,255,255,0.92);\n    backdrop-filter: blur(12px);\n    border-bottom: 2px solid #ffe0e0;\n    padding: 14px 24px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n  }\n\n  .nav-logo {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .nav-logo-mark {\n    width: 48px; height: 48px;\n    border-radius: 50%;\n    overflow: hidden;\n    flex-shrink: 0;\n  }\n\n  .nav-logo-mark img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n  }\n\n  .nav-name {\n    font-family: 'Kiwi Maru', serif;\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--text);\n    line-height: 1.2;\n  }\n\n  .nav-name small {\n    display: block;\n    font-size: 10px;\n    font-weight: 400;\n    color: var(--muted);\n    font-family: 'Noto Sans JP', sans-serif;\n  }\n\n  .nav-line-btn {\n    background: var(--line);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 10px 18px;\n    border-radius: 50px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    text-decoration: none;\n    white-space: nowrap;\n    box-shadow: 0 4px 12px rgba(6,199,85,0.3);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .nav-line-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(6,199,85,0.4);\n  }\n\n  \/* ======= HERO ======= *\/\n  .hero {\n    position: relative;\n    overflow: hidden;\n    background: linear-gradient(160deg, #fff5f5 0%, #fff9ee 50%, #f0faff 100%);\n    padding: 60px 24px 80px;\n    text-align: center;\n  }\n\n  \/* floating blobs *\/\n  .blob {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(60px);\n    opacity: 0.5;\n    pointer-events: none;\n    animation: float 6s ease-in-out infinite;\n  }\n\n  .blob-1 { width: 300px; height: 300px; background: #ffb3c6; top: -80px; left: -60px; animation-delay: 0s; }\n  .blob-2 { width: 200px; height: 200px; background: var(--yellow); top: 20px; right: -40px; animation-delay: 2s; }\n  .blob-3 { width: 250px; height: 250px; background: var(--sky); bottom: -80px; left: 30%; animation-delay: 4s; }\n\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-20px); }\n  }\n\n  .hero-tag {\n    display: inline-block;\n    background: var(--coral);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 5px 16px;\n    border-radius: 50px;\n    letter-spacing: 2px;\n    margin-bottom: 20px;\n    animation: popIn 0.6s ease both;\n  }\n\n  .hero-title {\n    font-family: 'Kiwi Maru', serif;\n    font-size: clamp(36px, 8vw, 64px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 16px;\n    animation: slideUp 0.7s ease 0.1s both;\n  }\n\n  .hero-title span {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hero-title .underline-accent {\n    color: var(--rs-red);\n  }\n\n  .hero-title .underline-accent::after {\n    content: '';\n    position: absolute;\n    left: 0; bottom: -4px;\n    width: 100%; height: 6px;\n    background: var(--yellow);\n    border-radius: 4px;\n    z-index: -1;\n  }\n\n  .hero-sub {\n    font-size: clamp(14px, 3vw, 17px);\n    color: var(--muted);\n    line-height: 1.9;\n    margin-bottom: 36px;\n    animation: slideUp 0.7s ease 0.2s both;\n  }\n\n  .hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 40px;\n    animation: slideUp 0.7s ease 0.3s both;\n  }\n\n  .hero-badge {\n    background: #fff;\n    border: 2px solid #ffe0d0;\n    color: var(--text);\n    font-size: 12px;\n    font-weight: 700;\n    padding: 8px 16px;\n    border-radius: 50px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n  }\n\n  .hero-badge .icon { font-size: 16px; }\n\n  .hero-cta {\n    animation: slideUp 0.7s ease 0.4s both;\n  }\n\n  .hero-cta a {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: linear-gradient(135deg, var(--line), #04a844);\n    color: #fff;\n    font-size: 16px;\n    font-weight: 900;\n    padding: 18px 36px;\n    border-radius: 50px;\n    text-decoration: none;\n    box-shadow: 0 8px 24px rgba(6,199,85,0.35);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .hero-cta a:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 28px rgba(6,199,85,0.45);\n  }\n\n  .hero-cta .line-logo {\n    width: 28px; height: 28px;\n    background: rgba(255,255,255,0.25);\n    border-radius: 7px;\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'Paytone One', sans-serif;\n    font-size: 14px;\n  }\n\n  .hero-scroll {\n    margin-top: 48px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: var(--muted);\n    letter-spacing: 2px;\n    animation: bounce 2s infinite;\n  }\n\n  @keyframes bounce {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(6px); }\n  }\n\n  .scroll-arrow { font-size: 20px; color: var(--coral); }\n\n  @keyframes popIn {\n    from { opacity: 0; transform: scale(0.8); }\n    to   { opacity: 1; transform: scale(1); }\n  }\n\n  @keyframes slideUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ======= SECTION COMMON ======= *\/\n  .section {\n    padding: 72px 24px;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-header {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n\n  .section-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 50px;\n    margin-bottom: 12px;\n  }\n\n  .tag-coral { background: #ffe0d8; color: var(--coral); }\n  .tag-sky   { background: #d8f0ff; color: #3090c0; }\n  .tag-mint  { background: #d4f5e5; color: #228855; }\n  .tag-peach { background: #fff0d0; color: #c07800; }\n  .tag-lavender { background: #ede0ff; color: #7040c0; }\n\n  .section-title {\n    font-family: 'Kiwi Maru', serif;\n    font-size: clamp(24px, 5vw, 36px);\n    font-weight: 700;\n    line-height: 1.3;\n    color: var(--text);\n  }\n\n  .section-title span { color: var(--rs-red); }\n\n  \/* ======= CLASSES ======= *\/\n  .classes-bg {\n    background: linear-gradient(180deg, #fff5f0 0%, #fff9f5 100%);\n    padding: 72px 0;\n  }\n\n  .class-cards {\n    display: flex;\n    flex-direction: column;\n    gap: 28px;\n  }\n\n  .class-card {\n    background: #fff;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 32px rgba(255,107,107,0.1);\n    display: grid;\n    grid-template-columns: 100px 1fr;\n    transition: transform 0.3s, box-shadow 0.3s;\n  }\n\n  .class-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 14px 40px rgba(255,107,107,0.18);\n  }\n\n  .card-day {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 20px 8px;\n  }\n\n  .card-day.mon { background: linear-gradient(160deg, #ff8e8e, var(--coral)); }\n  .card-day.tue { background: linear-gradient(160deg, #74b9ff, #0984e3); }\n\n  .day-ja { font-family: 'Kiwi Maru', serif; font-size: 36px; font-weight: 700; color: #fff; line-height: 1; }\n  .day-en { font-size: 9px; color: rgba(255,255,255,0.65); letter-spacing: 2px; margin-top: 4px; text-transform: uppercase; }\n\n  .card-body { padding: 22px 24px; }\n\n  .card-class-tag {\n    display: inline-block;\n    font-size: 10px; font-weight: 700;\n    padding: 3px 10px; border-radius: 50px;\n    margin-bottom: 8px; letter-spacing: 1px;\n  }\n\n  .card-class-tag.adult { background: #ffe8e8; color: var(--coral); }\n  .card-class-tag.kids  { background: #e0efff; color: #0984e3; }\n\n  .card-class-name {\n    font-family: 'Kiwi Maru', serif;\n    font-size: 20px; font-weight: 700;\n    color: var(--text); margin-bottom: 4px;\n  }\n\n  .card-class-name small {\n    font-size: 12px; font-weight: 400;\n    color: var(--muted); margin-left: 4px;\n    font-family: 'Noto Sans JP', sans-serif;\n  }\n\n  .card-desc {\n    font-size: 12px; color: var(--muted); line-height: 1.8; margin-bottom: 14px;\n  }\n\n  .card-time {\n    display: flex; align-items: center; gap: 8px;\n    font-size: 13px; font-weight: 700; color: var(--text);\n    margin-bottom: 12px;\n  }\n\n  .card-time .icon { font-size: 16px; }\n\n  .card-prices {\n    display: flex; flex-wrap: wrap; gap: 8px;\n  }\n\n  .price-chip {\n    background: var(--off-white);\n    border: 2px solid #ffe0d0;\n    border-radius: 50px;\n    padding: 6px 14px;\n    font-size: 13px;\n    color: var(--text);\n  }\n\n  .price-chip b { color: var(--coral); font-size: 15px; }\n  .price-chip.blue { border-color: #c0dcff; }\n  .price-chip.blue b { color: #0984e3; }\n\n  .card-note { font-size: 10px; color: #bbb; margin-top: 6px; }\n\n  .card-divider {\n    border: none; border-top: 2px dashed #f0e8e8;\n    margin: 16px 0;\n  }\n\n  \/* ======= PRICING ======= *\/\n  .pricing-bg {\n    background: linear-gradient(160deg, #fff9f0 0%, #f0faff 100%);\n    padding: 72px 0;\n  }\n\n  .pricing-cards {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .pricing-card {\n    background: #fff;\n    border-radius: 20px;\n    padding: 28px 32px;\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    box-shadow: 0 6px 24px rgba(0,0,0,0.07);\n    transition: transform 0.3s;\n  }\n\n  .pricing-card:hover { transform: translateY(-4px); }\n\n  .pricing-card .p-icon {\n    font-size: 44px;\n    flex-shrink: 0;\n  }\n\n  .pricing-card .p-info {\n    flex: 1;\n  }\n\n  .pricing-card .p-label {\n    font-size: 13px; font-weight: 700;\n    letter-spacing: 1px; color: var(--muted);\n    margin-bottom: 6px;\n  }\n\n  .pricing-card .p-amount {\n    font-family: 'Kiwi Maru', serif;\n    font-size: 40px; font-weight: 700;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .pricing-card .p-amount.coral { color: var(--coral); }\n  .pricing-card .p-amount.blue  { color: #0984e3; }\n  .pricing-card .p-amount.green { color: #00b894; }\n\n  .pricing-card .p-sub {\n    font-size: 12px; color: var(--muted);\n  }\n\n  \/* ======= NOTES ======= *\/\n  .notes-bg {\n    background: #fff;\n    padding: 72px 0;\n  }\n\n  .notes-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 16px;\n  }\n\n  .note-card {\n    background: var(--off-white);\n    border-radius: 16px;\n    padding: 20px 22px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    border: 2px solid transparent;\n    transition: border-color 0.2s;\n  }\n\n  .note-card:hover { border-color: #ffd0c0; }\n\n  .note-icon {\n    font-size: 24px; flex-shrink: 0; margin-top: 2px;\n  }\n\n  .note-body .note-title {\n    font-size: 13px; font-weight: 700; color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .note-body .note-text {\n    font-size: 12px; color: var(--muted); line-height: 1.7;\n  }\n\n  \/* ======= FAQ ======= *\/\n  .faq-bg {\n    background: linear-gradient(180deg, #fff5f8 0%, #f5f8ff 100%);\n    padding: 72px 0;\n  }\n\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n\n  .faq-item {\n    background: #fff;\n    border-radius: 18px;\n    overflow: hidden;\n    box-shadow: 0 4px 14px rgba(0,0,0,0.06);\n  }\n\n  .faq-q {\n    padding: 18px 22px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    cursor: pointer;\n    user-select: none;\n    transition: background 0.2s;\n  }\n\n  .faq-q:hover { background: #fff8f5; }\n\n  .faq-q-badge {\n    width: 30px; height: 30px;\n    background: linear-gradient(135deg, var(--coral), var(--peach));\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 900; color: #fff;\n    flex-shrink: 0;\n  }\n\n  .faq-q-text {\n    font-size: 14px; font-weight: 700; color: var(--text); flex: 1;\n  }\n\n  .faq-arrow {\n    font-size: 18px; color: var(--coral);\n    transition: transform 0.3s;\n    flex-shrink: 0;\n  }\n\n  .faq-item.open .faq-arrow { transform: rotate(180deg); }\n\n  .faq-a {\n    display: none;\n    padding: 0 22px 18px 66px;\n    font-size: 13px; color: var(--muted); line-height: 1.8;\n    border-top: 1px solid #fff0ec;\n  }\n\n  .faq-item.open .faq-a { display: block; }\n\n  \/* ======= LINE CTA ======= *\/\n  .line-section {\n    padding: 72px 24px;\n    background: linear-gradient(135deg, #e8f8f0 0%, #d0f0e8 100%);\n    text-align: center;\n  }\n\n  .line-section .section-title { margin-bottom: 12px; }\n\n  .line-section .line-sub {\n    font-size: 14px; color: var(--muted);\n    line-height: 1.9; margin-bottom: 36px;\n  }\n\n  .line-big-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: var(--line);\n    color: #fff;\n    font-size: 18px;\n    font-weight: 900;\n    padding: 20px 40px;\n    border-radius: 50px;\n    text-decoration: none;\n    box-shadow: 0 10px 30px rgba(6,199,85,0.4);\n    transition: transform 0.2s, box-shadow 0.2s;\n    margin-bottom: 20px;\n  }\n\n  .line-big-btn:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 36px rgba(6,199,85,0.5);\n  }\n\n  .line-big-icon {\n    width: 34px; height: 34px;\n    background: rgba(255,255,255,0.25);\n    border-radius: 9px;\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'Paytone One', sans-serif;\n    font-size: 18px;\n  }\n\n  .qr-wrap {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .qr-box {\n    background: #fff;\n    border-radius: 16px;\n    padding: 16px;\n    display: inline-block;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n  }\n\n  .qr-grid {\n    display: grid;\n    grid-template-columns: repeat(7, 12px);\n    grid-template-rows: repeat(7, 12px);\n    gap: 2px;\n  }\n\n  .qc { background: #3d2c2c; border-radius: 2px; }\n  .qw { background: transparent; }\n\n  .qr-label {\n    font-size: 11px; color: var(--muted); letter-spacing: 1px;\n  }\n\n  .line-note-text {\n    font-size: 11px; color: #aaa; margin-top: 8px;\n  }\n\n  \/* ======= FOOTER ======= *\/\n  footer {\n    background: #fff5f0;\n    padding: 32px 24px;\n    text-align: center;\n    border-top: 2px solid #ffe0d0;\n  }\n\n  .footer-logo {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 12px;\n  }\n\n  .footer-logo-mark {\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    overflow: hidden;\n    flex-shrink: 0;\n  }\n\n  .footer-logo-mark img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n  }\n\n  .footer-name {\n    font-family: 'Kiwi Maru', serif;\n    font-size: 16px; font-weight: 700; color: var(--text);\n  }\n\n  .footer-copy {\n    font-size: 11px; color: #ccc; margin-top: 12px;\n  }\n\n  .footer-disclaimer {\n    font-size: 10px; color: #bbb; margin-top: 6px; line-height: 1.8;\n  }\n\n  \/* ======= RESPONSIVE ======= *\/\n  @media (max-width: 540px) {\n    .class-card {\n      grid-template-columns: 72px 1fr;\n    }\n    .day-ja { font-size: 28px; }\n    .pricing-cards { grid-template-columns: 1fr 1fr; }\n    .nav-name small { display: none; }\n  }\n\n<\/style>\n\n<div class=\"ls-wrap\">\n<!-- ======= NAV ======= -->\n<nav>\n  <div class=\"nav-logo\">\n    <div class=\"nav-logo-mark\"><\/div>\n    <div class=\"nav-name\">\n      \u30ed\u30fc\u30ea\u30fc\u30b9\u30c6\u30fc\u30b8\n      <small>SmileProject DanceTeam<\/small>\n    <\/div>\n  <\/div>\n  <a href=\"https:\/\/lin.ee\/pVQ8PeU\" class=\"nav-line-btn\">\n    <span>\ud83d\udfe2<\/span> LINE\u3067\u554f\u3044\u5408\u308f\u305b\n  <\/a>\n<\/nav>\n\n<!-- ======= HERO ======= -->\n<section class=\"hero\">\n  <div class=\"blob blob-1\"><\/div>\n  <div class=\"blob blob-2\"><\/div>\n  <div class=\"blob blob-3\"><\/div>\n\n  <div class=\"hero-tag\">\u2726 LorryStage SmileProject DanceTeam<\/div>\n\n  \n  <h1 class=\"hero-title\">\n    \u7b11\u9854\u3092\u5c4a\u3051\u308b<br>\n    <span class=\"underline-accent\">LorryStage SmileProject<\/span><br>\n    DanceTeam\n  <\/h1>\n\n  <p class=\"hero-sub\">\n    \u5b50\u3069\u3082\u3082\u5927\u4eba\u3082\u3001\u306f\u3058\u3081\u3066\u3067\u3082\u3001<br>\n    \u4f53\u3092\u52d5\u304b\u3059\u697d\u3057\u3055\u306b\u51fa\u4f1a\u3048\u307e\u3059\u3002\n  <\/p>\n\n  <div class=\"hero-badges\">\n    <div class=\"hero-badge\"><span class=\"icon\">\ud83d\udc76<\/span> \u5e7c\u5150\u30af\u30e9\u30b9\u3042\u308a<\/div>\n    <div class=\"hero-badge\"><span class=\"icon\">\ud83c\udf92<\/span> \u5c0f\u30fb\u4e2d\u5b66\u751f\u6b53\u8fce<\/div>\n    <div class=\"hero-badge\"><span class=\"icon\">\ud83c\udf1f<\/span> \u672a\u7d4c\u9a13OK<\/div>\n    <div class=\"hero-badge\"><span class=\"icon\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67<\/span> \u89aa\u5b50\u3067\u901a\u3048\u308b<\/div>\n    <div class=\"hero-badge\"><span class=\"icon\">\ud83d\udccd<\/span> \u5c11\u4eba\u6570\u5236<\/div>\n  <\/div>\n\n  <div class=\"hero-cta\">\n    <a href=\"https:\/\/lin.ee\/pVQ8PeU\">\n      <span class=\"line-logo\">L<\/span>\n      LINE\u3067\u554f\u3044\u5408\u308f\u305b\u30fb\u898b\u5b66\u4e88\u7d04\n    <\/a>\n  <\/div>\n\n  <div class=\"hero-scroll\">\n    <span>SCROLL<\/span>\n    <span class=\"scroll-arrow\">\u2193<\/span>\n  <\/div>\n<\/section>\n\n<!-- ======= CLASSES ======= -->\n<div class=\"classes-bg\">\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"section-tag tag-coral\">Classes<\/div>\n      <h2 class=\"section-title\">\u30af\u30e9\u30b9\u7d39\u4ecb <span>\ud83c\udfb5<\/span><\/h2>\n    <\/div>\n\n    <div class=\"class-cards\">\n\n      <!-- Monday - Aerial Tissue -->\n      <div class=\"class-card\">\n        <div class=\"card-day mon\">\n          <div class=\"day-ja\">\u6708<\/div>\n          <div class=\"day-en\">MON<\/div>\n        <\/div>\n        <div class=\"card-body\">\n          <div class=\"card-class-tag adult\">\u30a8\u30a2\u30ea\u30a2\u30eb\u30c6\u30a3\u30b7\u30e5\u30fc<\/div>\n          <div class=\"card-class-name\">\u30c6\u30a3\u30b7\u30e5\u30fc\u3067\u904a\u307c\u3046\u30af\u30e9\u30b9<\/div>\n          <div class=\"card-desc\">\n            \u7a7a\u4e2d\u5e03\uff08\u30a8\u30a2\u30ea\u30a2\u30eb\u30c6\u30a3\u30b7\u30e5\u30fc\uff09\u3092\u4f7f\u3063\u305f\u30e6\u30cb\u30fc\u30af\u306a\u30af\u30e9\u30b9\u3002<br>\n            \u3057\u306a\u3084\u304b\u306a\u4f53\u30fb\u7f8e\u3057\u3044\u59ff\u52e2\u30fb\u975e\u65e5\u5e38\u306e\u611f\u899a\u3092\u697d\u3057\u3082\u3046\u3002\u904b\u52d5\u82e6\u624b\u3067\u3082OK\uff01\n          <\/div>\n          <div class=\"card-time\">\n            <span class=\"icon\">\ud83d\udd53<\/span> 16:00 \u301c 17:00\uff0860\u5206\uff09\n          <\/div>\n          <div class=\"card-prices\">\n            <div class=\"price-chip\">1\u56de <b>\u00a53,000<\/b><\/div>\n            <div class=\"price-chip\">4\u56de\u30c1\u30b1\u30c3\u30c8 <b>\u00a510,000<\/b><\/div>\n          <\/div>\n          <div class=\"card-note\">\u203b 4\u56de\u30c1\u30b1\u30c3\u30c8\u306e\u6709\u52b9\u671f\u9650\u306f2\u30f6\u6708<\/div>\n\n          <hr class=\"card-divider\">\n\n          <div class=\"card-class-tag adult\">\u30a8\u30a2\u30ea\u30a2\u30eb\u30c6\u30a3\u30b7\u30e5\u30fc<\/div>\n          <div class=\"card-class-name\">\u30c6\u30a3\u30b7\u30e5\u30fc\u521d\u7d1a\u30af\u30e9\u30b9<\/div>\n          <div class=\"card-desc\">\n            \u57fa\u790e\u304b\u3089\u3057\u3063\u304b\u308a\u5b66\u3076\u521d\u7d1a\u8005\u5411\u3051\u30af\u30e9\u30b9\u3002\u4e01\u5be7\u306b\u6280\u3092\u7fd2\u5f97\u3057\u3066\u3044\u304d\u307e\u3059\u3002\n          <\/div>\n          <div class=\"card-time\">\n            <span class=\"icon\">\ud83d\udd53<\/span> 17:15 \u301c 18:30\uff0875\u5206\uff09\n          <\/div>\n          <div class=\"card-prices\">\n            <div class=\"price-chip\">\u6708\u8b1d <b>\u00a514,000<\/b><\/div>\n          <\/div>\n\n          <hr class=\"card-divider\">\n\n          <div class=\"card-class-tag adult\">\u30a8\u30a2\u30ea\u30a2\u30eb\u30c6\u30a3\u30b7\u30e5\u30fc<\/div>\n          <div class=\"card-class-name\">\u30c6\u30a3\u30b7\u30e5\u30fc\u4e2d\u30fb\u4e0a\u7d1a\u30af\u30e9\u30b9<\/div>\n          <div class=\"card-desc\">\n            \u4e2d\u7d1a\u30fb\u4e0a\u7d1a\u8005\u5411\u3051\u306e\u672c\u683c\u30af\u30e9\u30b9\u3002\u3088\u308a\u9ad8\u5ea6\u306a\u6280\u8853\u3092\u78e8\u304d\u307e\u3059\u3002\n          <\/div>\n          <div class=\"card-prices\">\n            <div class=\"price-chip\">1\u56de <b>\u00a54,000<\/b><\/div>\n            <div class=\"price-chip\">5\u56de\u30c1\u30b1\u30c3\u30c8 <b>\u00a519,000<\/b><\/div>\n          <\/div>\n          <div class=\"card-note\">\u203b 5\u56de\u30c1\u30b1\u30c3\u30c8\u306e\u6709\u52b9\u671f\u9650\u306f2\u30f6\u6708<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Tuesday - Dance -->\n      <div class=\"class-card\">\n        <div class=\"card-day tue\">\n          <div class=\"day-ja\">\u706b<\/div>\n          <div class=\"day-en\">TUE<\/div>\n        <\/div>\n        <div class=\"card-body\">\n          <div class=\"card-class-tag kids\">\u5e7c\u5150\u30af\u30e9\u30b9<\/div>\n          <div class=\"card-class-name\">\u5e7c\u5150\u30c0\u30f3\u30b9<\/div>\n          <div class=\"card-desc\">\n            \u97f3\u697d\u306b\u4e57\u3063\u3066\u4f53\u3092\u52d5\u304b\u3059\u559c\u3073\u3092\u306e\u3073\u306e\u3073\u3068\uff01<br>\n            \u30ea\u30ba\u30e0\u611f\u30fb\u8868\u73fe\u529b\u30fb\u304a\u53cb\u9054\u3068\u306e\u95a2\u308f\u308a\u3092\u81ea\u7136\u306b\u80b2\u307f\u307e\u3059\u3002\u4fdd\u8b77\u8005\u306e\u4ed8\u304d\u6dfb\u3044\u304c\u5fc5\u8981\u3067\u3059\u3002\n          <\/div>\n          <div class=\"card-time\">\n            <span class=\"icon\">\ud83d\udd53<\/span> 16:00 \u301c 16:50\uff0850\u5206\uff09\n          <\/div>\n          <div class=\"card-prices\">\n            <div class=\"price-chip blue\">\u6708\u8b1d <b>\u00a56,000<\/b><\/div>\n          <\/div>\n\n          <hr class=\"card-divider\">\n\n          <div class=\"card-class-tag kids\">\u5c0f\u30fb\u4e2d\u5b66\u751f\u30af\u30e9\u30b9<\/div>\n          <div class=\"card-class-name\">\u30b8\u30e5\u30cb\u30a2\u30c0\u30f3\u30b9<small>\uff08\u5c0f\u5b66\u751f\u301c\u4e2d\u5b66\u751f\uff09<\/small><\/div>\n          <div class=\"card-desc\">\n            \u57fa\u790e\u304b\u3089\u3057\u3063\u304b\u308a\u5b66\u3079\u308b\u672c\u683c\u30c0\u30f3\u30b9\u30af\u30e9\u30b9\u3002<br>\n            \u767a\u8868\u4f1a\u306a\u3069\u306e\u76ee\u6a19\u3092\u3082\u3063\u3066\u4ef2\u9593\u3068\u6210\u9577\u3067\u304d\u307e\u3059\u3002\n          <\/div>\n          <div class=\"card-time\">\n            <span class=\"icon\">\ud83d\udd53<\/span> 17:00 \u301c 18:00\uff0860\u5206\uff09\n          <\/div>\n          <div class=\"card-prices\">\n            <div class=\"price-chip blue\">\u6708\u8b1d <b>\u00a58,000<\/b><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ======= PRICING ======= -->\n<div class=\"pricing-bg\">\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"section-tag tag-peach\">Fee<\/div>\n      <h2 class=\"section-title\">\u6599\u91d1\u4e00\u89a7 <span>\ud83d\udcb0<\/span><\/h2>\n    <\/div>\n\n    <div class=\"pricing-cards\">\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\u2728<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u4f53\u9a13\u6599<\/div>\n          <div class=\"p-amount coral\">\u00a52,000<\/div>\n          <div class=\"p-sub\">\u5168\u30af\u30e9\u30b9\u5171\u901a<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83c\udf89<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u5165\u4f1a\u91d1\uff08\u521d\u56de\u306e\u307f\uff09<\/div>\n          <div class=\"p-amount coral\">\u00a55,000<\/div>\n          <div class=\"p-sub\" style=\"color:#e8453c; font-weight:700;\">\u2605 \u30a4\u30d9\u30f3\u30c8\u3092\u89b3\u3066\u6765\u3066\u304f\u308c\u305f\u65b9\u306f\u534a\u984d \u00a52,500<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83e\udde3<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u30c6\u30a3\u30b7\u30e5\u30fc\u3067\u904a\u307c\u3046\u30af\u30e9\u30b9\uff08\u6708\u66dc 16:00\u301c\uff09<\/div>\n          <div class=\"p-amount coral\">\u00a53,000 <span style=\"font-size:16px; color:#aaa;\">\uff0f\u56de<\/span><\/div>\n          <div class=\"p-sub\">4\u56de\u30c1\u30b1\u30c3\u30c8 \u00a510,000\uff08\u6709\u52b9\u671f\u96502\u30f6\u6708\uff09<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83c\udf1f<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u30c6\u30a3\u30b7\u30e5\u30fc\u521d\u7d1a\u30af\u30e9\u30b9\uff08\u6708\u66dc 17:15\u301c\uff09<\/div>\n          <div class=\"p-amount coral\">\u00a514,000 <span style=\"font-size:16px; color:#aaa;\">\uff0f\u6708<\/span><\/div>\n          <div class=\"p-sub\">\u6708\u8b1d\u5236<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83c\udfc6<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u30c6\u30a3\u30b7\u30e5\u30fc\u4e2d\u30fb\u4e0a\u7d1a\u30af\u30e9\u30b9\uff08\u6708\u66dc\uff09<\/div>\n          <div class=\"p-amount coral\">\u00a54,000 <span style=\"font-size:16px; color:#aaa;\">\uff0f\u56de<\/span><\/div>\n          <div class=\"p-sub\">5\u56de\u30c1\u30b1\u30c3\u30c8 \u00a519,000\uff08\u6709\u52b9\u671f\u96502\u30f6\u6708\uff09<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83d\udc76<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u5e7c\u5150\u30c0\u30f3\u30b9\uff08\u706b\u66dc 16:00\u301c\uff09<\/div>\n          <div class=\"p-amount blue\">\u00a56,000 <span style=\"font-size:16px; color:#aaa;\">\uff0f\u6708<\/span><\/div>\n          <div class=\"p-sub\">\u6708\u8b1d\u5236<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83d\udd7a<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u30b8\u30e5\u30cb\u30a2\u30c0\u30f3\u30b9\uff08\u706b\u66dc 17:00\u301c\uff09<\/div>\n          <div class=\"p-amount blue\">\u00a58,000 <span style=\"font-size:16px; color:#aaa;\">\uff0f\u6708<\/span><\/div>\n          <div class=\"p-sub\">\u6708\u8b1d\u5236<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"pricing-card\">\n        <div class=\"p-icon\">\ud83d\udc40<\/div>\n        <div class=\"p-info\">\n          <div class=\"p-label\">\u898b \u5b66<\/div>\n          <div class=\"p-amount\" style=\"font-size:32px;color:#aaa;\">\u5fdc\u76f8\u8ac7<\/div>\n          <div class=\"p-sub\">\u304a\u6c17\u8efd\u306bLINE\u3067\u3054\u9023\u7d61\u304f\u3060\u3055\u3044<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ======= NOTES ======= -->\n<div class=\"notes-bg\">\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"section-tag tag-mint\">Notes<\/div>\n      <h2 class=\"section-title\">\u3054\u53c2\u52a0\u524d\u306b <span>\ud83d\udcdd<\/span><\/h2>\n    <\/div>\n\n    <div class=\"notes-grid\">\n      <div class=\"note-card\">\n        <div class=\"note-icon\">\ud83d\udcb3<\/div>\n        <div class=\"note-body\">\n          <div class=\"note-title\">\u6708\u8b1d\u306e\u304a\u652f\u6255\u3044<\/div>\n          <div class=\"note-text\">\u6bce\u6708\u672b\u65e5\u307e\u3067\u306b\u7fcc\u6708\u5206\u3092\u304a\u652f\u6255\u3044\u304f\u3060\u3055\u3044\uff08\u632f\u8fbc\u30fb\u73fe\u91d1\u5bfe\u5fdc\uff09\u3002<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"note-card\">\n        <div class=\"note-icon\">\ud83d\udd04<\/div>\n        <div class=\"note-body\">\n          <div class=\"note-title\">\u632f\u66ff\u30ec\u30c3\u30b9\u30f3<\/div>\n          <div class=\"note-text\">\u6b20\u5e2d\u6642\u306e\u632f\u66ff\u306f\u67081\u56de\u307e\u3067\u5bfe\u5fdc\u3002\u4e8b\u524d\u306bLINE\u3067\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"note-card\">\n        <div class=\"note-icon\">\ud83d\udc5f<\/div>\n        <div class=\"note-body\">\n          <div class=\"note-title\">\u670d\u88c5\u30fb\u6301\u3061\u7269<\/div>\n          <div class=\"note-text\">\u52d5\u304d\u3084\u3059\u3044\u670d\u88c5\u3067\u304a\u8d8a\u3057\u304f\u3060\u3055\u3044\u3002\u306f\u3060\u3057\u30fb\u9774\u4e0b\u3069\u3061\u3089\u3067\u3082OK\u3002<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"note-card\">\n        <div class=\"note-icon\">\ud83d\udc76<\/div>\n        <div class=\"note-body\">\n          <div class=\"note-title\">\u5e7c\u5150\u30af\u30e9\u30b9\u306e\u4fdd\u8b77\u8005<\/div>\n          <div class=\"note-text\">\u5e7c\u5150\u30af\u30e9\u30b9\u3078\u306e\u3054\u53c2\u52a0\u306b\u306f\u3001\u4fdd\u8b77\u8005\u306e\u4ed8\u304d\u6dfb\u3044\u304c\u5fc5\u8981\u3067\u3059\u3002<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"note-card\">\n        <div class=\"note-icon\">\ud83d\udcc5<\/div>\n        <div class=\"note-body\">\n          <div class=\"note-title\">\u9014\u4e2d\u5165\u4f1a<\/div>\n          <div class=\"note-text\">\u6708\u306e\u9014\u4e2d\u304b\u3089\u3067\u3082\u5165\u4f1aOK\u3002\u5165\u4f1a\u6708\u306e\u6708\u8b1d\u306f\u65e5\u5272\u308a\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"note-card\">\n        <div class=\"note-icon\">\ud83d\udcb0<\/div>\n        <div class=\"note-body\">\n          <div class=\"note-title\">\u6599\u91d1\u306b\u3064\u3044\u3066<\/div>\n          <div class=\"note-text\">\u63b2\u8f09\u6599\u91d1\u306f\u3059\u3079\u3066\u7a0e\u8fbc\u3067\u3059\u3002\u5909\u66f4\u6642\u306fLINE\u306b\u3066\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ======= FAQ ======= -->\n<div class=\"faq-bg\">\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"section-tag tag-lavender\">FAQ<\/div>\n      <h2 class=\"section-title\">\u3088\u304f\u3042\u308b\u8cea\u554f <span>\ud83d\udcac<\/span><\/h2>\n    <\/div>\n\n    <div class=\"faq-list\">\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-badge\">Q<\/div>\n          <div class=\"faq-q-text\">\u30c0\u30f3\u30b9\u672a\u7d4c\u9a13\u3067\u3082\u5927\u4e08\u592b\u3067\u3059\u304b\uff1f<\/div>\n          <div class=\"faq-arrow\">\u25bc<\/div>\n        <\/div>\n        <div class=\"faq-a\">\u307e\u3063\u305f\u304f\u554f\u984c\u3042\u308a\u307e\u305b\u3093\uff01\u53c2\u52a0\u8005\u306e\u307b\u3068\u3093\u3069\u304c\u521d\u5fc3\u8005\u30b9\u30bf\u30fc\u30c8\u3067\u3059\u3002\u4e00\u4eba\u3072\u3068\u308a\u306e\u30da\u30fc\u30b9\u306b\u5408\u308f\u305b\u3066\u4e01\u5be7\u306b\u304a\u6559\u3048\u3057\u307e\u3059\u306e\u3067\u3001\u5b89\u5fc3\u3057\u3066\u3054\u53c2\u52a0\u304f\u3060\u3055\u3044\u3002<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-badge\">Q<\/div>\n          <div class=\"faq-q-text\">\u6708\u306e\u9014\u4e2d\u304b\u3089\u5165\u4f1a\u3067\u304d\u307e\u3059\u304b\uff1f<\/div>\n          <div class=\"faq-arrow\">\u25bc<\/div>\n        <\/div>\n        <div class=\"faq-a\">\u306f\u3044\u3001\u3044\u3064\u304b\u3089\u3067\u3082\u5927\u6b53\u8fce\u3067\u3059\uff01\u5165\u4f1a\u6708\u306e\u6708\u8b1d\u306f\u65e5\u5272\u308a\u3067\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002\u307e\u305a\u306fLINE\u3067\u304a\u6c17\u8efd\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-badge\">Q<\/div>\n          <div class=\"faq-q-text\">\u5e7c\u5150\u30af\u30e9\u30b9\u306f\u4f55\u6b73\u304b\u3089\u53c2\u52a0\u3067\u304d\u307e\u3059\u304b\uff1f<\/div>\n          <div class=\"faq-arrow\">\u25bc<\/div>\n        <\/div>\n        <div class=\"faq-a\">\u30af\u30e9\u30b9\u306e\u5bfe\u8c61\u5e74\u9f62\u306b\u3064\u3044\u3066\u306f\u304a\u5b50\u3055\u307e\u306e\u72b6\u6cc1\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002\u8a73\u3057\u304f\u306fLINE\u306b\u3066\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002\u898b\u5b66\u3082\u6b53\u8fce\u3057\u3066\u3044\u307e\u3059\u3002<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-badge\">Q<\/div>\n          <div class=\"faq-q-text\">\u898b\u5b66\u306f\u3067\u304d\u307e\u3059\u304b\uff1f<\/div>\n          <div class=\"faq-arrow\">\u25bc<\/div>\n        <\/div>\n        <div class=\"faq-a\">\u306f\u3044\u3001\u898b\u5b66\u306f\u5fdc\u76f8\u8ac7\u3067\u627f\u3063\u3066\u304a\u308a\u307e\u3059\u3002\u307e\u305a\u306fLINE\u306b\u3066\u3054\u9023\u7d61\u3044\u305f\u3060\u304d\u3001\u65e5\u7a0b\u3092\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-badge\">Q<\/div>\n          <div class=\"faq-q-text\">\u30ed\u30fc\u30ea\u30fc\u30b9\u30c6\u30fc\u30b8\u3063\u3066\u3069\u3093\u306a\u4f1a\u793e\u3067\u3059\u304b\uff1f<\/div>\n          <div class=\"faq-arrow\">\u25bc<\/div>\n        <\/div>\n        <div class=\"faq-a\">\u672c\u5e84\u5e02\u3092\u62e0\u70b9\u3068\u3059\u308b\u904b\u9001\u4f1a\u793e\u3001\u682a\u5f0f\u4f1a\u793e\u9686\u6d77\u5546\u4e8b\u306e\u30a8\u30f3\u30bf\u30fc\u30c6\u30a4\u30f3\u30e1\u30f3\u30c8\u4e8b\u696d\u90e8\u304c\u904b\u55b6\u3057\u3066\u3044\u307e\u3059\u3002\u5730\u57df\u3068\u3068\u3082\u306b\u6b69\u3093\u3067\u304d\u305f\u4f01\u696d\u3068\u3057\u3066\u3001\u300c\u4f53\u3068\u5fc3\u3092\u52d5\u304b\u3059\u4f53\u9a13\u3092\u5730\u57df\u306e\u307f\u306a\u3055\u3093\u3078\u5c4a\u3051\u305f\u3044\u300d\u3068\u3044\u3046\u60f3\u3044\u304b\u3089\u65b0\u305f\u306a\u4e00\u6b69\u3092\u8e0f\u307f\u51fa\u3057\u307e\u3057\u305f\u3002\u30c0\u30f3\u30b9\u3092\u901a\u3058\u3066\u3001\u7b11\u9854\u3042\u3075\u308c\u308b\u5730\u57df\u3065\u304f\u308a\u306b\u8ca2\u732e\u3057\u3066\u307e\u3044\u308a\u307e\u3059\u3002<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ======= LINE CTA ======= -->\n<div class=\"line-section\" id=\"line\">\n  <div class=\"section-tag tag-mint\" style=\"margin-bottom:14px;\">Contact<\/div>\n  <h2 class=\"section-title\" style=\"margin-bottom:12px;\">\u304a\u554f\u3044\u5408\u308f\u305b\u30fb\u3054\u4e88\u7d04\u306f<br><span>LINE\u304b\u3089\uff01<\/span> \ud83d\udc9a<\/h2>\n  <p class=\"line-sub\">\n    \u898b\u5b66\u306e\u3054\u76f8\u8ac7\u30fb\u30af\u30e9\u30b9\u3078\u306e\u3054\u8cea\u554f<br>\n    \u306a\u3093\u3067\u3082\u304a\u6c17\u8efd\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u304f\u3060\u3055\u3044\u3002<br>\n    LINE\u3067\u6c17\u8efd\u306b\u3084\u308a\u3068\u308a\u3067\u304d\u307e\u3059\u3002\n  <\/p>\n\n  <div>\n    <a href=\"https:\/\/lin.ee\/pVQ8PeU\" class=\"line-big-btn\">\n      <span class=\"line-big-icon\">L<\/span>\n      LINE \u3067\u53cb\u3060\u3061\u8ffd\u52a0\n    <\/a>\n  <\/div>\n\n  <div class=\"qr-wrap\">\n    <div class=\"qr-box\">\n      \n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- ======= FOOTER ======= -->\n<footer>\n  <div class=\"footer-logo\">\n    <div class=\"footer-logo-mark\"><\/div>\n    <div class=\"footer-name\">LorryStage SmileProject DanceTeam<\/div>\n  <\/div>\n  <div class=\"footer-disclaimer\">\n    \u63b2\u8f09\u306e\u6599\u91d1\u306f\u3059\u3079\u3066\u7a0e\u8fbc\u3067\u3059\u3002\u6599\u91d1\u30fb\u30af\u30e9\u30b9\u5185\u5bb9\u306f\u4e88\u544a\u306a\u304f\u5909\u66f4\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<br>\n    \u6700\u65b0\u60c5\u5831\u306fLINE\u306b\u3066\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\n  <\/div>\n  <div class=\"footer-copy\">\u00a9 \u30ed\u30fc\u30ea\u30fc\u30b9\u30c6\u30fc\u30b8 All Rights Reserved.<\/div>\n<\/footer>\n<\/div>\n\n<script>\nfunction toggleFaq(el) {\n    const item = el.parentElement;\n    item.classList.toggle('open');\n  }\n<\/script>\n","protected":false},"excerpt":{"rendered":"\u30ed\u30fc\u30ea\u30fc\u30b9\u30c6\u30fc\u30b8 SmileProject DanceTeam \ud83d\udfe2 LINE\u3067\u554f\u3044\u5408\u308f\u305b \u2726 LorryStage SmileProject DanceTeam \u7b11\u9854\u3092\u5c4a\u3051\u308b LorryStage SmileProjec [&hellip;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-tcd-lp.php","meta":{"footnotes":""},"class_list":["post-298","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lorry-stage.com\/index.php?rest_route=\/wp\/v2\/pages\/298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lorry-stage.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lorry-stage.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lorry-stage.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lorry-stage.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=298"}],"version-history":[{"count":5,"href":"https:\/\/lorry-stage.com\/index.php?rest_route=\/wp\/v2\/pages\/298\/revisions"}],"predecessor-version":[{"id":304,"href":"https:\/\/lorry-stage.com\/index.php?rest_route=\/wp\/v2\/pages\/298\/revisions\/304"}],"wp:attachment":[{"href":"https:\/\/lorry-stage.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}