/* --------------------------------------------------------
全体
-------------------------------------------------------- */
.page-top-img-area {
    position: relative;
    z-index: 99;
    margin-left: 30vw;
    width: 70vw;
}
#page-top-img {
    width: 70vw;
    height: auto;
    object-fit: cover;
}
#page-top-img-text-img {
    position: absolute;
    top: 17.5vw;
    left: -26vw;
    z-index: 99;
    width: 70vw;
}
.page-wrap {
    position: relative;
    z-index: 0;
    margin-top: -9vw;
    margin-left: 10vw;
    padding: 20vw 0 5vw 2.5vw;
    width: 90vw;
    background-color: #e8301e;
    border-radius: 20px 0 0 20px;
}
.page-main-area {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 2.5vw;
    width: 100%;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
}
.page-wrap-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5vw;
    width: 100%;
}
.page-wrap-title::before {
    content: "";
    position: absolute;
    bottom: -1vw;
    left: 0;
    width: 80vw;
    height: 2px;
    background-color: #333;
}
.page-wrap-title h3 {
    font-size: 3vw;
    font-weight: bold;
}
.page-wrap-title h2 {
    margin-left: 3vw;
    padding-bottom: .2vw;
    font-size: 1vw;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .page-top-img-area {
        z-index: 99;
        margin-left: 0;
        width: 100%;
    }
    #page-top-img {
        width: 100%;
        height: 90vh;
        object-fit: cover;
    }
    #page-top-img-text-img {
        display: none;
    }
    .page-wrap {
        margin-top: 0;
        margin-left: 0;
        padding: 30vw 5vw 10vw 5vw;
        width: 100%;
        background-color: #e8301e;
        border-radius: 0 0 20px 20px;
    }
    .page-main-area {
        padding-top: 10vw;
        padding-bottom: 10vw;
        padding-left: 5vw;
        padding-right: 5vw;
        width: 100%;
        background-color: #fff;
        border-radius: 20px 20px 20px 20px;
    }
    .page-wrap-title {
        margin-bottom: 10vw;
        width: 100%;
    }
    .page-wrap-title h3 {
        font-size: 8vw;
    }
    .page-wrap-title h2 {
        margin-left: 5vw;
        padding-bottom: .2vw;
        font-size: 3vw;
    }
}
/* --------------------------------------------------------
news.php
-------------------------------------------------------- */
.page-news-wrap {
    margin-top: -4vw !important;
}
.page-news-area {
    align-items: flex-start !important;
}
.page-news-pickup-area {
    position: sticky;
    top: 5.5vw;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .4vw;
    margin: 1.6vw 0;
}
.pagination .page-numbers{
    --pgc: #159cde;
    --bg:  #cce8f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6vw;
    height: 2.6vw;
    padding: 0 .9vw;
    border: .1vw solid rgba(0,0,0,.06);
    border-radius: .6vw;
    background: var(--bg);
    color: #fff;
    text-decoration: none;
    font-size: .95vw;
    line-height: 1;
    transition: background .18s ease, border-color .18s ease, transform .06s ease, box-shadow .18s ease;
    text-shadow: 0 .06vw .1vw rgba(0,0,0,.25);
}
.pagination .page-numbers.current,
.pagination .page-numbers[aria-current="page"]{
    background: var(--pgc);
    border-color: var(--pgc);
    pointer-events: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
    min-width: 3.4vw;
    padding: 0 1.2vw;
}
.pagination .page-numbers.dots{
    background: transparent;
    border-color: transparent;
    color: rgba(255,255,255,.7);
    min-width: 1.8vw;
    height: 1.8vw;
    padding: 0;
    font-size: .9vw;
    text-shadow: none;
}
.pagination .page-numbers:not(.current):hover{
    background: #7ec8ed;
    border-color: rgba(0,0,0,.12);
}
.pagination .page-numbers:focus{
    outline: none;
    box-shadow: 0 0 0 .2vw rgba(0,154,90,.25);
}
.pagination .page-numbers:active{
    transform: translateY(.08vw);
}
.pagination{ row-gap: .6vw; }
#news {
    scroll-margin-top: 10vw;
}
@media screen and (max-width: 767px) {
    .page-news-wrap {
        margin-top: 0 !important;
        padding-top: 30vw;
    }
    .page-news-pickup-area {
        position: static;
    }
    .pagination {
        gap: 2vw;
        margin: 10vw 0;
    }
    .pagination .page-numbers{
        min-width: 10vw;
        height: 10vw;
        font-size: 3.5vw;
    }
    .pagination .page-numbers.current,
    .pagination .page-numbers[aria-current="page"]{
        background: var(--pgc);
        border-color: var(--pgc);
        pointer-events: none;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next{
        min-width: 15vw;
    }
    .pagination .page-numbers.dots{
        color: #159cde;
        min-width: 3vw;
        height: 3vw;
        font-size: 3vw;
    }
    #news {
        scroll-margin-top: 100vw;
    }
}
/* --------------------------------------------------------
outline
-------------------------------------------------------- */
.fancy-facility {
    width: 100%;
    margin-bottom: 5vw;
    padding: 0 2.5vw;
    display: grid;
    gap: 5vw;
}
.facility-card.fx {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-template-areas: "media body";
    align-items: center;
    gap: 5vw;
    padding: 2.2vw;
    border-radius: 1.1vw;
    background: #fff;
    outline: .07vw solid rgba(0,0,0,.06);
    box-shadow: 0 .83vw 2.5vw rgba(0,0,0,.08);
    transition: transform .35s ease, box-shadow .35s ease;
}
.facility-card.fx:hover {
    transform: translateY(-.28vw);
    box-shadow: 0 1.25vw 3.5vw rgba(232,48,30,.15);
}
.facility-card.fx.is-reverse { 
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas: "body media";
}
.f-media {
    position: relative;
    aspect-ratio: 16/11;
    border-radius: .9vw;
    overflow: hidden;
    isolation: isolate;
}
.f-media img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transform: scale(1.03);
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.facility-card.fx:hover .f-media img { 
    transform: scale(1.07); 
}
.f-accent {
    position: absolute; 
    inset: auto -10%  -20% -10%;
    height: 60%; content: "";
    background: radial-gradient(60% 60% at 50% 0%, rgba(232,48,30,.22), rgba(232,48,30,0) 70%);
    pointer-events: none; filter: blur(.35vw);
}
.f-ring{
    content:""; 
    position:absolute; 
    inset:0; 
    border-radius: inherit; 
    pointer-events:none;
    box-shadow: inset 0 0 0 .14vw rgba(232,48,30,.55);
    mix-blend-mode: multiply; opacity:.9;
}
.f-body { 
    width: 100%; 
    font-weight: 600; 
}
.f-head { 
    margin-bottom: 1.2vw;
}
.f-eyebrow {
    display:inline-block;
    font-size:.9vw;
    letter-spacing:.18vw;
    text-transform:uppercase;
    color:#e8301e;
    font-weight:800;
}
.f-body h3 {
    position: relative; 
    margin: .3vw 0 1.2vw; 
    font-size: 2.6vw; 
    letter-spacing: .3vw;
}
.f-body h3::after{
    content:""; 
    position:absolute; 
    left:0; 
    bottom:-.6vw; 
    width: 8.4vw; 
    height: .28vw;
    background: #e8301e; 
    border-radius: 50vw;
}
#facility-title02::after {
    content:""; 
    position:absolute; 
    left:0; 
    bottom:-.6vw; 
    width: 17.1vw; 
    height: .28vw;
    background: #e8301e; 
    border-radius: 50vw;
}
.f-body p { 
    font-size: 1vw; 
    line-height: 2; 
}
.facility-card.fx .f-media { grid-area: media; }
.facility-card.fx .f-body  { grid-area: body; }
@media screen and (max-width: 767px) {
    .fancy-facility {
        width: 100%;
        margin-bottom: 10vw;
        padding: 0 2.5vw;
        gap: 10vw;
    }
    .facility-card.fx {
        grid-template-columns: 1fr;
        gap: 5vw;
        padding: 5vw;
        border-radius: 10px;
        grid-template-areas:
            "media"
            "body"; 
    }
    .facility-card.fx.is-reverse { 
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "body"; 
    }
    .f-head { 
        margin-bottom: 1.2vw;
    }
    .f-eyebrow {
        font-size: 3.5vw;
    }
    .f-body h3 {
        margin: 3vw 0 2vw; 
        font-size: 6vw; 
        letter-spacing: .3vw;
    }
    .f-body h3::after{
        content:""; 
        position:absolute; 
        left:0; 
        bottom:-.6vw; 
        width: 18.6vw; 
        height: 2px;
        background: #e8301e; 
        border-radius: 50vw;
    }
    #facility-title02::after {
        content:""; 
        position:absolute; 
        left:0; 
        bottom:-.6vw; 
        width: 37.5vw; 
        height: 2px;
        background: #e8301e; 
        border-radius: 50vw;
    }
    .f-body p { 
        font-size: 3.5vw; 
        line-height: 2; 
    }
}
/* ===============================
   COACH – プロフィールカード
   =============================== */
.fancy-coach { 
    width: 100%; 
    padding: 0 2.5vw; 
    display: grid; 
    gap: 3.2vw;
}
.coach-card.pro {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr; 
    gap: 3vw;
    padding: 2.2vw; 
    border-radius: 1.1vw; 
    background:#fff;
    outline:.07vw solid rgba(0,0,0,.06); box-shadow:0 .83vw 2.5vw rgba(0,0,0,.08);
    transition: transform .35s ease, box-shadow .35s ease;
}
.coach-card.pro:hover { 
    transform: translateY(-.28vw); 
    box-shadow:0 1.25vw 3.5vw rgba(232,48,30,.15); 
}
.c-media { 
    position:relative; 
    aspect-ratio:1/1; 
    border-radius:1vw; 
    overflow:hidden;
}
.c-media img { 
    width:100%; 
    height:100%; 
    object-fit:cover;
    transform:scale(1.02); 
    transition: transform .8s cubic-bezier(.2,.7,.2,1); 
}
.coach-card.pro:hover .c-media img { 
    transform:scale(1.06); 
}
.c-glow {
    content:""; 
    position: absolute; 
    inset: auto -15% -15% -15%; height:55%;
    background: radial-gradient(60% 60% at 50% 20%, rgba(232,48,30,.22), rgba(232,48,30,0) 70%);
    filter: blur(.35vw); 
    pointer-events: none;
}
.c-tag {
    position: absolute; 
    top: 1vw; 
    left: 1vw;
    display: inline-block; 
    padding:.35vw .8vw; 
    border-radius: 50vw;
    background:#e8301e; 
    color:#fff; 
    font-size:.9vw; 
    font-weight:900; 
    letter-spacing:.08vw;
}
.c-body { 
    width:100%; 
}
.c-name { 
    margin:0 0 .9vw; 
    font-size:2.2vw; 
    font-weight:900; 
    letter-spacing:.08vw; 
}
.c-meta { 
    display:flex;
    flex-wrap:wrap; 
    gap:.6vw; 
    margin-bottom:1.2vw; 
}
.c-chip {
    display:inline-block; 
    padding:.44vw .8vw; 
    border-radius: 50vw;
    background: rgba(232,48,30,.08); 
    color:#e8301e; 
    font-size:.9vw; 
    font-weight:800;
}
.c-table { 
    width:100%; 
    border-collapse:separate;
    border-spacing:0  .6vw; 
}
.c-table td { 
    vertical-align:top; 
    padding:.6vw 0; 
    font-size:1vw; 
    line-height:1.9; 
}
.c-table td:first-child {
    width:8.6vw; 
    font-weight:900; 
    color:#333; 
    position:relative; 
    padding-right:1.2vw;
}
.c-table td:first-child::after {
    content:""; 
    position:absolute; 
    right:.4vw; 
    top:.7vw; 
    bottom:.7vw; 
    width:.14vw; 
    border-radius:.14vw;
    background: linear-gradient(180deg, #e8301e, rgba(232,48,30,.25));
}
.is-revealable { 
    opacity:0; 
    transform: translateY(.83vw); 
    transition: opacity .6s ease, transform .6s ease; 
}
.is-revealable.is-visible { 
    opacity:1; 
    transform: translateY(0); 
}
@media screen and (max-width: 767px) {
    .fancy-coach { 
        gap: 10vw;
    }
    .coach-card.pro {
        grid-template-columns: 1fr; 
        gap: 5vw;
        padding: 5vw; 
        border-radius: 10px;
    }
    .c-tag {
        padding: 1vw 5vw; 
        font-size: 3.5vw;
    }
    .c-name { 
        margin: 0 0 3vw; 
        font-size: 4vw;
    }
    .c-meta {
        gap: 3vw; 
        margin-bottom: 3vw;
    }
    .c-chip {
        padding: 1vw 5vw; 
        font-size: 3.1vw;
    }
    .c-table tr {
        display: flex;
        flex-direction: column;
    }
    .c-table td { 
        vertical-align:top; 
        padding:.6vw 0; 
        font-size:3.5vw; 
        line-height:1.9; 
    }
    .c-table td:first-child {
        width:100%;
    }
    .c-table td:first-child::after {
        display: none;
    }
}

.ace-lessons {
    margin: 10vw auto;
    padding: 2vw 3vw;
    width: 80vw;
    color: #101010;
    background-color: #159cde;
    border-radius: 20px;
}
.ace-lessons .lesson-container {
    padding: 2vw 3vw;
    background-color: #fff;
    border-radius: 20px;
}
.lesson-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1vw;
}
@media (min-width: 767px) {
    .lesson-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    outline: 1px solid rgba(0, 0, 0, 0.08);
    transform: translateY(8px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(.2, .7, .2, 1), opacity 0.6s ease, box-shadow .2s ease;
}
.card.is-visible {
    transform: translateY(0);
    opacity: 1;
}
.card:hover {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}
.media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #dfe5e1;
    overflow: hidden;
}
.media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(180% 60% at 50% 100%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 55%);
    opacity: .35;
    pointer-events: none;
}
.media > .img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    transition: transform 0.9s cubic-bezier(.2, .7, .2, 1);
}
.card:hover .media > .img {
    transform: scale(1.07);
}
.content {
    padding: 2vw;
}
.eyebrow {
    margin-bottom: 1.5vw;
    font-size: .8vw;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #00bc6e;
    font-weight: 700;
}
.ace-lessons-title {
    margin-bottom: 1vw;
    font-size: 1.1vw;
    font-weight: bold;
}
.desc {
    line-height: 1.5;
    font-size: .9vw;
    color: #5a5a5a;
}

.lesson-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 1.5vw 0;
}
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.04);
    font-size: .86rem;
}
.chip svg {
    width: 16px;
    height: 16px;
}
.cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}
.btn {
    appearance: none;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9vw;
    padding: 12px 18px;
    cursor: pointer;
    background: #101010;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
    transition: transform .2s ease, box-shadow .2s ease, background .3s ease, color .3s ease;
    text-decoration: none;
}
.btn:hover { 
    transform: translateY(-2px); 
}
.btn:active { 
    transform: translateY(0); 
}
.btn.ghost {
    background: transparent;
    color: #101010;
    outline: 1px solid rgba(0, 0, 0, 0.08);
}
#lesson-strong-text {
    font-size: 1vw;
    color: #e8301e;
}
.lesson-junior-plans {
    margin-top: 1.5vw;
    display: grid;
    gap: .3vw;
}
.junior-plan {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}
.junior-plan:hover {
    background-color: #f0faff;
}
.junior-plan summary {
    list-style: none;
    cursor: pointer;
    padding: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: .9vw;
    font-weight: 700;
}
.junior-plan summary::-webkit-details-marker { display: none; }
.junior-plan .lesson-badge {
    font-size: 1vw;
    font-weight: bold;
}
.junior-plan .body {
    padding: .5vw 1vw 1vw 1vw;
    color: #333;
    line-height: 1.5;
    font-size: .9vw;
}
.junior-plan[open] { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); }
.lesson-note {
    margin-top: 1.5vw;
    line-height: 1.5;
    font-size: .9vw;
    color: #e8301e;
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .card, .media > .img {
        transition: none !important;
    }
}
@media screen and (max-width: 767px) {
    .ace-lessons {
        margin: 15vw auto;
        padding: 5vw 5vw;
        width: 95vw;
        border-radius: 20px;
    }
    .ace-lessons .lesson-container {
        padding: 10vw 5vw;
        background-color: #fff;
        border-radius: 20px;
    }
    .lesson-grid {
        gap: 10vw;
    }
    .content {
        padding: 5vw;
    }
    .eyebrow {
        margin-bottom: 2vw;
        font-size: 3vw;
        letter-spacing: .12em;
    }
    .ace-lessons-title {
        margin-bottom: 3vw;
        font-size: 5vw;
    }
    .desc {
        line-height: 2;
        font-size: 3.5vw;
    }
    .lesson-meta {
        gap: 2vw;
        margin: 3vw 0;
    }
    .chip {
        font-size: 3vw;
    }
    .chip svg {
        width: 16px;
        height: 16px;
    }
    .cta-row {
        margin-top: 5vw;
    }
    .btn {
        font-size: 3.5vw;
        padding: 10px 18px;
    }
    #lesson-strong-text {
        font-size: 4vw;
    }
    .lesson-junior-plans {
        margin-top: 4vw;
        gap: 4vw;
    }
    .junior-plan summary {
        padding: 3vw 2vw;
        gap: 12px;
        font-size: 3.5vw;
    }
    .junior-plan .lesson-badge {
        font-size: 4vw;
    }
    .junior-plan .body {
        padding: 1.5vw 2vw 2vw 2vw;
        line-height: 2;
        font-size: 3vw;
    }
    .lesson-note {
        margin-top: 3vw;
        line-height: 2;
        font-size: 3.5vw;
    }
}


.ace-results {
    margin: 10vw auto;
    padding: 2vw 3vw;
    width: 80vw;
    color: #101010;
    background-color: #e8301e;
    border-radius: 20px;
}
.ace-results__inner {
    padding: 2vw 3vw;
    background-color: #fff;
    border-radius: 20px;
}
.ace-results .page-wrap-title h3 {
    letter-spacing: 0.28vw;
}
.ace-results__board {
    margin-top: 1.94vw;
    padding: 2vw;
}
.ace-results__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5vw;
}
.ace-results__item {
    background: #ffffff;
    border:1px solid rgba(0,0,0,0.06);
    border-radius: 10px;
    box-shadow: 0 0.42vw 1.25vw rgba(0,0,0,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    will-change: transform;
    padding: 1vw;
}
.ace-results__item:hover {
    transform: translateY(-0.28vw);
    border-color: rgba(232,48,30,0.5);
    box-shadow: 0 0.83vw 1.81vw rgba(232,48,30,0.15);
}
.ace-results__item p {
    font-size: 0.9vw;
    line-height: 1.5;
    word-break: keep-all;
}
.is-revealable {
    opacity: 0;
    transform: translateY(0.83vw);   /* 12px → vw */
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.is-revealable.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    .ace-results {
        margin: 15vw auto;
        padding: 5vw 5vw;
        width: 95vw;
    }
    .ace-results__inner {
        padding: 10vw 5vw;
    }
    .ace-results .page-wrap-title h3 {
        letter-spacing: 0.28vw;
    }
    .ace-results__board {
        margin-top: 7vw;
        padding: 0;
    }
    .ace-results__list {
        gap: 3vw;
    }
    .ace-results__item {
        border-radius: 5px;
        padding: 3vw 2vw;
    }
    .ace-results__item p {
        font-size: 3vw;
        line-height: 2;
        word-break: normal;
    }
}

.page-outline-wrap {
    margin: 5vw auto;
    padding: 2vw 3vw;
    width: 80vw;
    background-color: #159cde;
    border-radius: 20px;
}
.page-outline-area {
    padding: 2vw 3vw;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
}
.page-outline-title {
    margin-bottom: 3vw !important;
}
.page-outline-title::before {
    width: 100% !important;
}
.page-outline-main-text {
    display: flex;
}
.page-outline-main-text iframe {
    width: 25vw;
    height: auto;
    border-radius: 5px;
}
.page-outline-main-text ul {
    margin-left: 3vw;
    width: 40vw;
    font-weight: bold;
}
.page-outline-main-text ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
}
.page-outline-main-text ul li:last-child {
    margin-bottom: 0.5vw;
}
.page-outline-main-text ul > li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.5vw;
    height: 2px;
    background: linear-gradient(
        to right,
        #e8301e 0 8vw,
        #159cde 8vw 100%
    );
    opacity: 0.8;
}
.page-outline-main-text ul li h1 {
    font-size: 1.5vw;
}
.page-outline-main-text ul li p:first-child {
    width: 8vw;
}
.page-outline-main-text ul li a {
    color: #159cde;
}
@media screen and (max-width: 767px) {
    .page-outline-wrap {
        margin: 15vw auto;
        padding: 5vw 5vw;
        width: 95vw;
    }
    .page-outline-area {
        padding: 10vw 5vw;
    }
    .page-outline-title {
        margin-bottom: 10vw !important;
    }
    .page-outline-title::before {
        width: 100% !important;
    }
    .page-outline-main-text {
        display: flex;
        flex-direction: column;
    }
    .page-outline-main-text iframe {
        width: 100%;
        height: 70vw;
        border-radius: 10px;
    }
    .page-outline-main-text ul {
        margin-left: 0;
        width: 100%;
    }
    .page-outline-main-text ul li {
        position: relative;
        display: flex;
        align-items: start;
        flex-direction: column;
        margin-bottom: 5vw;
        font-size: 3.5vw;
        line-height: 2;
    }
    .page-outline-main-text ul li:last-child {
        margin-bottom: 1vw;
    }
    .page-outline-main-text ul > li:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1vw;
        height: 2px;
        background: linear-gradient(
            to right,
            #e8301e 0 8vw,
            #159cde 8vw 100%
        );
        opacity: 0.8;
    }
    .page-outline-main-text ul li h1 {
        margin-top: 5vw;
        font-size: 5vw;
    }
    .page-outline-main-text ul li p:first-child {
        margin-bottom: 1vw;
        font-size: 3.5vw;
        letter-spacing: 1vw;
        width: 100%;
    }
    .page-outline-main-text ul li a {
        color: #159cde;
    }
}
/* --------------------------------------------------------
menu
-------------------------------------------------------- */
.menu-pricing {
    width: 100%;
}
.pricing-nav {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8vw;
    margin: 0 0 2.5vw;
}
.pricing-tab {
    appearance: none;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0.8vw 1.4vw;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
    cursor: pointer;
}
.pricing-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
}
.pricing-tab.is-active {
    background: #e8301e;
    border-color: #e8301e;
    color: #fff;
}
.pricing-pane {
    display: none;
}
.pricing-pane.is-active {
    display: block;
}
.section-card {
    position: relative;
    padding: 2.2vw 2.2vw 2vw;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
}
.section-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(232,48,30,.35), rgba(0,0,0,0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.section-title {
    display: inline-flex;
    align-items: center;
    gap: .7vw;
    margin: 0 0 1.8vw;
    font-size: 1.6vw;
    font-weight: 800;
    letter-spacing: .02em;
}
.section-title::before {
    content: "";
    display: inline-block;
    width: 0.6vw;
    height: 1.6vw;
    background: #e8301e;
    border-radius: 3px;
}
.price-list {
    display: grid;
    gap: 0.8vw;
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-list.compact {
    gap: 0.5vw;
}
.price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 1vw 1.2vw;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #fafafa;
}
.price-row + .price-row {
    margin-top: .2vw;
}
.label .name {
    display: block;
    font-weight: 700;
    font-size: 1.1vw;
}
.label .desc {
    display: block;
    margin-top: 0.2vw;
    font-size: .9vw;
    color: #666;
}
.price {
    font-size: 1.4vw;
    font-weight: 800;
    letter-spacing: .03em;
}
.price .yen {
    font-size: .9em;
    margin-left: .1em;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2vw;
}
.tile {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 14px;
    padding: 1.4vw;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.tile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6vw;
}
.badge {
    display: inline-block;
    padding: .3vw .8vw;
    border-radius: 999px;
    font-size: .9vw;
    font-weight: 800;
    background: #e8301e;
    color: #fff;
}
.badge.alt {
    background: #111;
}
.time {
    font-size: .95vw;
    color: #666;
}
.tile-price {
    font-size: 1.7vw;
    font-weight: 800;
}
.tile-price .yen {
    font-size: .9em;
}
.lead {
    margin: 0 0 1.6vw;
    color: #444;
    line-height: 1.8;
}
.ticket-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2vw;
}
.ticket {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 14px;
    padding: 1.4vw;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.ticket-title {
    margin: 0 0 .4vw;
    font-size: 1.05vw;
    font-weight: 800;
}
.ticket-sub {
    margin: 0 0 .8vw;
    font-size: .9vw;
    color: #666;
}
.ticket-price {
    font-size: 1.1vw;
    line-height: 1.6;
}
.ticket-price strong {
    font-size: 1.35vw;
    font-weight: 900;
}
.monthly {
    margin-top: 2vw;
}
.monthly-title {
    margin: 0 0 1vw;
    font-size: 1.2vw;
    font-weight: 800;
}
.plan {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 14px;
    padding: 1.4vw;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.plan-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1vw;
    margin-bottom: .6vw;
}
.plan-name {
    font-size: 1.1vw;
    font-weight: 800;
}
.plan-price {
    font-size: 1.5vw;
    font-weight: 900;
}
.plan-price .yen {
    font-size: .9em;
}
.plan-points {
    margin: 0;
    padding-left: 1.1em;
    line-height: 1.8;
}
.plan-points .muted {
    color: #666;
    font-size: .95em;
}
.note {
    margin-top: 1.5vw;
    color: #e8301e;
    font-size: .95vw;
}

@media screen and (max-width: 767px) {
    .menu-pricing {
        width: 100%;
    }
    .pricing-nav {
        gap: 2vw;
        margin: 0 0 5vw;
    }
    .pricing-tab {
        padding: 1vw 3vw;
        font-size: 3vw;
    }
    .section-card {
        padding: 5vw;
        border-radius: 10px;
    }
    .section-card::before {
        border-radius: 10px;
    }
    .section-title {
        margin: 0 0 5vw 2vw;
        font-size: 4.5vw;
    }
    .section-title::before {
        position: absolute;
        left: 5vw;
        height: 4.5vw;
    }
    .price-list {
        gap: 3vw;
    }
    .price-list.compact {
        gap: 3vw;
    }
    .price-row {
        padding: 3vw 2vw;
        border-radius: 5px;
    }
    .price-row + .price-row {
        margin-top: .2vw;
    }
    .label .name {
        font-size: 3.5vw;
    }
    .label .desc {
        font-size: 3.3vw;
    }
    .price {
        font-size: 4vw;
    }
    .grid-2 {
        grid-template-columns:  1fr;
        gap: 3vw;
    }
    .tile {
        padding: 3vw 2vw;
        border-radius: 5px;
    }
    .tile-head {
        margin-bottom: .6vw;
    }
    .badge {
        padding: .5vw 5vw;
        font-size: 3vw;
    }
    .time {
        font-size: 3.3vw;
        font-weight: bold;
    }
    .tile-price {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .lead {
        margin: 0 0 3vw;
        font-size: 3.5vw;
        line-height: 2;
    }
    .ticket-grid {
        grid-template-columns: 1fr;
        gap: 3vw;
    }
    .ticket {
        border-radius: 10px;
        padding: 3vw 2vw;
    }
    .ticket-title {
        margin: 0 0 1.5vw;
        font-size: 3.5vw;
    }
    .ticket-sub {
        margin: 0 0 1.5vw;
        font-size: 3.3vw;
        color: #666;
    }
    .ticket-price {
        font-size: 3.4vw;
        line-height: 1.6;
    }
    .ticket-price strong {
        font-size: 3.5vw;
        font-weight: 900;
    }
    .monthly {
        margin-top: 5vw;
    }
    .monthly-margin-none {
        margin-top: 0;
    }
    .monthly-title {
        margin: 0 0 3vw;
        font-size: 3.5vw;
        font-weight: 800;
    }
    .plan {
        border-radius: 10px;
        padding: 3vw 2vw;
    }
    .plan-head {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1vw;
        margin-bottom: 2vw;
    }
    .plan-name {
        font-size: 3.5vw;
        font-weight: 800;
    }
    .plan-price {
        font-size: 3.5vw;
        font-weight: 900;
    }
    .plan-price .yen {
        font-size: .9em;
    }
    .plan-points {
        font-size: 3vw;
        margin: 0;
        padding-left: 0;
        line-height: 2;
    }
    .plan-points .muted {
        color: #666;
        font-size: .95em;
    }
    .note {
        margin-top: 3vw;
        font-size: 3vw;
        font-weight: bold;
    }
}
#tab-basic,
#tab-lesson,
#tab-class,
#tab-ticket,
#tab-monthly {
    scroll-margin-top: 25vw; /* 固定ヘッダー分 */
}

.pricing-season-note {
    margin: -1vw 0 2.5vw;
    padding: 0.9vw 1.2vw;
    border: 1px solid rgba(232, 48, 30, 0.22);
    border-radius: 12px;
    background: rgba(232, 48, 30, 0.06);
    color: #e8301e;
    font-size: 1vw;
    font-weight: 800;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .pricing-season-note {
        margin: -2vw 0 5vw;
        padding: 2.8vw 3vw;
        border-radius: 8px;
        font-size: 3.2vw;
        line-height: 1.7;
    }
}
/* ----------------------------------------------------
event.php
---------------------------------------------------- */
.ev-bullets { 
    line-height: 2;
    font-size: 1vw;
}
.ev-filter { 
    margin: 1vw 0;
    display:flex; 
    gap: 1vw; 
    flex-wrap:wrap;
}
.ev-filter-btn { 
    border:1px solid #ddd; 
    background:#fff; 
    padding: .5vw 2vw; 
    border-radius:999px; 
    font-size: 1vw;
    font-weight: bold;
    cursor:pointer; 
    transition: all .2s ease; 
}
.ev-filter-btn:hover { 
    border-color:#bbb; 
    transform: translateY(-1px); 
}
.ev-filter-btn.is-active { 
    background:#e8301e; 
    color:#fff; 
    border-color:#e8301e; 
}

/* タイムライン */
.events-list {
    display: grid; 
    align-items: flex-start;
    gap: 2vw; 
}
.ev-card { 
    background:#fff; 
    border: 1px solid #eee; 
    border-radius: 10px; 
    padding: 1.5vw; 
    box-shadow: 0 6px 20px rgba(0,0,0,.04); 
}
.ev-card:hover { 
    box-shadow: 0 10px 28px rgba(0,0,0,.2); 
}
.ev-head { 
    display:flex; 
    align-items:flex-start; 
    justify-content:space-between;
    gap: 1vw; 
}
.ev-head-left { 
    display:flex; 
    align-items:center; 
    gap: .5vw; 
    flex-wrap:wrap; 
}
.ev-badge {
    display:inline-block; 
    background:#e8301e; 
    color:#fff; 
    font-weight:700; 
    font-size: .8vw; 
    border-radius:5px; 
    padding: .25vw 1vw; 
    letter-spacing:.03em; 
}
.ev-round { 
    font-size: .8vw; 
    color:#e8301e; 
    font-weight:700; 
    background: #ffe8e5; 
    border-radius:5px; 
    padding: .25vw 1vw; 
}
.ev-title { 
    font-size: 1.1vw; 
    font-weight: bold;
    line-height:1.3;
    margin: .2rem 0 0; 
}
.ev-head-right { 
    display:flex; 
    align-items:center; 
    gap: .5vw; 
    flex-wrap:wrap; 
}
.ev-tag { 
    font-size: .7vw; 
    border-radius:999px;
    padding: .25vw 1vw; 
    border:1px solid transparent; 
}
.ev-tag.tag-dss { 
    background:#f4fbff; 
    color:#0a6bb8; 
    border-color:#cfe8ff; 
}
.ev-tag.tag-singles { 
    background:#f8fff4; 
    color:#2f8a00; 
    border-color:#dff4cf; 
}
.ev-tag.tag-llr { 
    background:#fff6fb; 
    color:#ad2878; 
    border-color:#f8d8ec; 
}
.ev-date { 
    font-size: .8vw;
    font-weight: bold; 
    color:#555; 
}
.ev-meta { 
    display:grid; 
    gap: .5vw; 
    margin-top: 1vw;
}
.ev-meta li { 
    display:flex; 
    align-items:center; 
    gap: .5vw; 
    font-size: .8vw; 
    color:#333; 
}
.ev-ico { 
    display:inline-flex; 
    align-items:center; 
    translate: 0 1px; 
    color:#666; 
}
.ev-details {
    margin-top: 1vw;
    border-top: 1px dashed #eee; 
    padding-top: 1vw; 
}
.ev-details > summary { 
    cursor: pointer; 
    font-weight: bold; 
    color:#333; 
}
.ev-details[open] > summary { 
    color:#e8301e; 
}
.ev-details-body {
    white-space: pre-wrap; /* 改行と連続スペースを保持 */
  word-break: break-word;
}
.ev-details-body p { 
    margin: 1vw 0;
    line-height: 2; 
}
.ev-cta { 
    display:grid; 
    gap: 1vw; 
    margin-top: 1vw;
}
.ev-contacts { 
    display:flex; 
    gap: 1vw; 
    flex-wrap:wrap; 
}
.ev-btn { 
    display:inline-flex; 
    align-items:center; 
    gap: .5vw; 
    padding: .5vw 1vw; 
    border-radius:10px; 
    font-weight: bold; 
    font-size: .8vw;
    border:1px solid #eee; 
    background:#fff; 
    transition: all .2s ease; 
}
.ev-btn:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 6px 16px rgba(0,0,0,.1); 
}
.ev-btn.tel { 
    border-color:#ffd7d2; 
    background: #fff4f2; 
    color:#e8301e; 
}
.ev-btn.mail { 
    border-color:#d2e7ff; 
    background: #f4f9ff; 
    color:#0a6bb8; 
}

/* レスポンシブ */
@media (min-width: 768px) {
    .events-list { 
        grid-template-columns: 1fr 1fr; 
    }
}
@media screen and (max-width: 767px) {
    .ev-bullets { 
        font-size: 3.5vw;
    }
    .ev-filter { 
        margin: 3vw 0;
        gap: 3vw; 
    }
    .ev-filter-btn { 
        padding: 1vw 4vw; 
        font-size: 3vw;
    }
    .events-list {
        display: grid; 
        align-items: flex-start;
        gap: 5vw; 
    }
    .ev-card { 
        border-radius: 10px; 
        padding: 3vw 2vw;
    }
    .ev-head { 
        gap: 3vw; 
    }
    .ev-head-left { 
        gap: 2vw;  
    }
    .ev-badge { 
        font-size: 3vw; 
        border-radius:5px; 
        padding: 1vw 3vw; 
    }
    .ev-round { 
        font-size: 3vw; 
        border-radius:5px; 
        padding: 1vw 3vw;  
    }
    .ev-title { 
        font-size: 4vw; 
        line-height:1.5;
        margin: 2vw 0 0; 
    }
    .ev-head-right { 
        gap: 1vw; 
    }
    .ev-tag { 
        font-size: 3vw; 
        padding: 1vw 3vw; 
    }
    .ev-date { 
        font-size: 2.5vw;
    }
    .ev-meta { 
        gap: 3vw; 
        margin-top: 3vw;
    }
    .ev-meta li {
        gap: 1vw; 
        font-size: 3.5vw; 
    }
    .ev-details {
        font-size: 3.5vw;
        margin-top: 3vw;
        border-top: 1px dashed #eee; 
        padding-top: 3vw; 
    }
    .ev-details > summary { 
        cursor: pointer; 
        font-weight: bold; 
        color:#333; 
    }
    .ev-details[open] > summary { 
        color:#e8301e; 
    }
    .ev-details-body p { 
        margin: 3vw 0;
        line-height: 2; 
    }
    .ev-cta { 
        display:grid; 
        gap: 3vw;
        margin-top: 5vw;
    }
    .ev-contacts { 
        display:flex; 
        gap: 5vw;
        flex-wrap:wrap; 
    }
    .ev-btn { 
        gap: 1vw; 
        padding: 2vw 4vw; 
        border-radius: 5px; 
        font-size: 3.5vw;
    }
}
/* =========================
   Monthly Schedule (ms-cal)
   ========================= */

/* 共通 */
.ms-cal {
  width: min(1100px, 70vw);
  margin: 5vw auto;
  padding-bottom: 14px;
  position: relative;

  /* ✅ JSから入れる：左列と右レーンの高さを一致させる */
  --ms-lane-h: 96px;

  /* ✅ sticky の上端（サイトヘッダーに合わせて調整） */
  --ms-sticky-top: 72px;
}

.ms-cal__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 14px;
}

.ms-cal__title {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ms-cal__nav {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.ms-cal__legendWrap {
  margin: 10px 0 12px;
}

.ms-cal__legendSummary {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  color: #334155;
  user-select: none;
}

.ms-cal__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 12px;
  color: #111827;
}

.ms-cal__legend i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
}

.ms-cal__grid {
  position: relative;
  background: #fff;
  border: 1px solid #cfe6f7;
  border-radius: 12px;

  overflow: visible;
}


.ms-cal__grid-inner {
  display: grid;
  grid-template-columns: 88px 1fr; /* 左：日付 */
  grid-template-rows: auto 1fr;
}

/* 時間ヘッダー：下へスクロールしても追従 */
.ms-cal__thead {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  position: sticky !important;
  top: var(--ms-sticky-top);
  z-index: 5;
  background: #dff4ff;
  border-bottom: 3px solid #159cde; /* 太線 */
  overflow: hidden;
}

.ms-cal__thead-inner {
  position: relative;
  height: 44px;
}

.ms-cal__tmark {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #159cde;
  opacity: 0.7;
}

.ms-cal__thour {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}

/* 左の日付列：行高さを右と完全一致 */
.ms-cal__lhead {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  position: sticky;
  top: calc(var(--ms-sticky-top) + 44px);
  left: 0;
  z-index: 4;
  background: #dff4ff;
  border-right: 3px solid #159cde; /* 太線 */
  overflow: hidden;
}

.ms-cal__drow {
  height: var(--ms-lane-h);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #159cde;
  font-weight: 800;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.1;
}

.ms-cal__stage-wrap {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.ms-cal__stage {
  position: relative;
  min-height: 100%;
}

.ms-cal__vline {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: repeating-linear-gradient(
    #159cde 0 6px,
    rgba(203, 179, 232, 0) 6px 12px
  );
  opacity: 0.9;
}

.ms-cal__lane {
  position: relative;
  height: var(--ms-lane-h);
  border-bottom: 1px solid #159cde; /* ✅ 左のdrowと同じ線 */
}

/* 予定ブロック */
.ms-cal__item {
  position: absolute;
  border-radius: 8px;
  color: #0f172a;
  font-size: 12px;
  padding: 3px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
}

.ms-cal__item .ttl {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}

.ms-cal__item--span {
  white-space: normal;
}

/* 下部スクロールバー（PCのみ表示はJSで制御） */
.ms-cal__hscroll {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 14px;
  background: #cfecfa;
  border-top: 1px solid #159cde;
  z-index: 9999;
  display: none;
  overflow: hidden;
}

.ms-cal__hscroll > .ms-cal__hscroll-inner {
  height: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #159cde #cfecfa;
}

/* カレンダーの一番下に吸着（dock）する状態 */
.ms-cal__hscroll.is-docked {
  position: absolute;
  left: 0 !important;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* ===== モバイル：縦リストUI ===== */
.ms-cal--mobile {
  width: 100%;
  margin: 16px auto;
  padding: 0 12px 8px;
  --ms-sticky-top: 72px;
}

.ms-mob {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.ms-mob__day {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
}

.ms-mob__sum {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  cursor: pointer;
  user-select: none;
  background: #f8fafc;
}

.ms-mob__sum::-webkit-details-marker {
  display: none;
}

.ms-mob__date {
  font-weight: 900;
  color: #0f172a;
  font-size: 15px;
}

.ms-mob__count {
  font-weight: 800;
  color: #334155;
  font-size: 12px;
  background: #e2e8f0;
  padding: 4px 8px;
  border-radius: 999px;
}

.ms-mob__empty {
  padding: 12px;
  color: #64748b;
  font-size: 13px;
}

.ms-mob__list {
  padding: 10px;
  display: grid;
  gap: 8px;
}

.ms-mob__item {
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 10px;
  padding: 10px 10px;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #fff;
}

.ms-mob__bar {
  border-radius: 999px;
}

.ms-mob__main {
  min-width: 0;
}

.ms-mob__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.ms-mob__time {
  font-weight: 900;
  color: #0f172a;
  font-size: 12px;
}

.ms-mob__title {
  font-weight: 700;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
  word-break: break-word;
}


/* -----------------------------------------------------------
  お問い合わせページ（NEW）
----------------------------------------------------------- */

.page-contact-area{
  margin: 15vw auto 10vw;
  width: min(920px, 92vw);
}

.page-contact-area h2{
  margin-bottom: clamp(18px, 3vw, 28px);
  text-align: center;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: .08em;
}

/* 説明文（page.tsx で追加） */
.contact-lead{
  margin: 5vw auto;
  width: auto;
  text-align: center;
  font-weight: 800;
  line-height: 1.8;
  color: rgba(0,0,0,.70);
}

/* フォーム全体をカード化 */
.contact-form-text-area{
  background: #fff;
  border-radius: 18px;
  padding: 3vw 2vw;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
}

/* 行ラッパー（p→divへ） */
.cf-row{
  display: block;
  margin: 0 0 clamp(14px, 2vw, 18px);
}

/* ラベル */
.cf-label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: clamp(14px, 1.1vw, 16px);
  letter-spacing: .04em;
}

/* 必須バッジ */
.hissu{
  margin-left: 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  background: #e8301e;
  border-radius: 999px;
  line-height: 1.4;
}

/* 入力共通 */
.contact-form-text-area input[type="text"],
.contact-form-text-area input[type="email"],
.contact-form-text-area input[type="tel"],
.contact-form-text-area select,
.contact-form-text-area textarea{
  width: 100%;
  border-radius: 12px;
  border: 2px solid rgba(0,0,0,.14);
  background: #fff;
  padding: 14px 14px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

/* textarea */
.contact-form-text-area textarea{
  min-height: 180px;
  resize: vertical;
}

/* placeholder */
.contact-form-text-area input::placeholder,
.contact-form-text-area textarea::placeholder{
  color: rgba(0,0,0,.38);
  font-weight: 600;
}

/* focus */
.contact-form-text-area input:focus,
.contact-form-text-area select:focus,
.contact-form-text-area textarea:focus{
  border-color: #159cde;
  box-shadow: 0 0 0 4px rgba(21,156,222,.18);
}

/* selectの見た目 */
.contact-form-text-area select{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,.55) 50%),
    linear-gradient(135deg, rgba(0,0,0,.55) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 4px),
    calc(100% - 12px) calc(50% - 4px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

/* checkbox群（fieldset） */
.cf-checks{
  border: 0;
  margin: 0;
  padding: 6px 0 0;
  display: grid;
  gap: 10px;
}

.cf-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
}

.cf-check input{
  width: 18px;
  height: 18px;
  border-radius: 4px;
  accent-color: #159cde;
}

.cf-help{
  display: block;
  margin-top: 6px;
  color: rgba(0,0,0,.55);
  font-size: 13px;
  font-weight: 600;
}

/* legendを画面上は隠す */
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 送信ボタン */
.submit-wrapper{
  display: flex;
  justify-content: center;
  margin-top: clamp(18px, 2.5vw, 26px);
}

#custom-submit-button{
  width: min(360px, 90%);
  padding: 14px 0;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  background: #111;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#custom-submit-button:hover{
  transform: translateY(-1px);
  background-color: #159cde;
  box-shadow: 0 12px 24px rgba(21,156,222,.32);
}

#custom-submit-button:disabled{
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* メッセージ */
.contact-note{
  margin: 0 0 12px;
  font-weight: 800;
  color: rgba(0,0,0,.65);
}

.contact-error{
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(232, 48, 30, .10);
  border: 1px solid rgba(232, 48, 30, .25);
  font-weight: 900;
  color: #b21a0c;
}

.contact-success{
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(21, 156, 222, .10);
  border: 1px solid rgba(21, 156, 222, .25);
  font-weight: 900;
  color: #0a5c86;
}
/* 送信ボタン直前のプライバシーポリシー導線 */
.privacy-link{
  margin-top: clamp(12px, 2vw, 18px);
  text-align: center;
}

.privacy-link__a{
  font-weight: 800;
  color: rgba(0,0,0,.72);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color .18s ease, opacity .18s ease;
}

.privacy-link__a:hover{
  color: #159cde;
  opacity: .95;
}

/* スマホ */
@media screen and (max-width: 767px){
  .page-contact-area{
    margin: 30vw auto 20vw;
    width: 95vw;
  }
  .contact-lead {
    margin: 10vw auto;
    font-size: 4vw;
    text-align: left;
  }
  .contact-form-text-area{
    border-radius: 16px;
    padding: 10vw 5vw;
  }

  .cf-label{
    font-size: 15px;
  }

  .hissu{
    font-size: 11px;
    padding: 3px 10px;
  }

  .contact-form-text-area input[type="text"],
  .contact-form-text-area input[type="email"],
  .contact-form-text-area input[type="tel"],
  .contact-form-text-area select,
  .contact-form-text-area textarea{
    font-size: 16px; /* iOS拡大防止 */
    padding: 14px 12px;
  }

  #custom-submit-button{
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
  }
    .privacy-link{
    margin-top: 6vw;
  }
  .privacy-link__a{
    font-size: 14px;
  }
  .contact-note{
    text-align: center;
    font-size: 4vw;
   }
}

/* =========================
   Policy page styles
   app/globals.css に追記
========================= */

.policy {
  margin: 10vw 0;
  padding: 96px 16px 64px;
  color: #0f172a;
}

.policy__container {
  max-width: 980px;
  margin: 0 auto;
}

.policy__hero {
  margin-bottom: 18px;
}

.policy__title {
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.policy__lead {
  margin: 0 0 18px;
  color: #334155;
  line-height: 1.9;
  font-size: 15px;
}

.policy__crumb {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  color: #64748b;
}

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

.policy__crumb a:hover {
  text-decoration: underline;
}

.policy__crumb-sep {
  opacity: 0.6;
}

.policy__card {
  overflow: hidden;
}

.policy__content {
  padding: 22px 22px 8px;
}

.policy__section + .policy__section {
  border-top: 1px solid #eef2f7;
}

.policy__section {
  padding: 18px 0;
}

.policy__h2 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.policy__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.policy__body {
  color: #334155;
  line-height: 1.9;
  font-size: 14.5px;
}

.policy__body p {
  margin: 10px 0;
}

.policy__list,
.policy__olist {
  margin: 10px 0 0;
  padding-left: 20px;
}

.policy__list li,
.policy__olist li {
  margin: 6px 0;
}

.policy__dl {
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}

.policy__dl-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid #eef2f7;
  background: #fbfcfe;
  border-radius: 12px;
}

.policy__dl dt {
  font-weight: 700;
  color: #0f172a;
  font-size: 13px;
}

.policy__dl dd {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.8;
}

.policy__meta {
  border-top: 1px solid #eef2f7;
  background: #fafafa;
  padding: 14px 22px;
  display: grid;
  gap: 8px;
}

.policy__meta-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.policy__meta-label {
  color: #64748b;
  font-size: 12.5px;
}

.policy__meta-value {
  color: #0f172a;
  font-weight: 600;
  font-size: 12.5px;
}

/* リンク（本文内） */
.policy__link {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy__link:hover {
  opacity: 0.85;
}

/* モバイル最適化 */
@media (max-width: 640px) {
  .policy {
    margin: 20vw auto;
    padding-top: 84px;
  }

  .policy__content {
    padding: 18px 16px 8px;
  }

  .policy__dl-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =========================
   Theme variables
========================= */
:root {
  --reserve-red: #e8301e;
  --reserve-blue: #159cde;
  --reserve-text: #333;
  --reserve-muted: #64748b;
  --reserve-border: #e5e7eb;
  --reserve-bg: #f8fafc;

  --reserve-radius-lg: 18px;
  --reserve-radius-md: 14px;

  --reserve-shadow: 0 10px 22px rgba(2, 6, 23, 0.08);
  --reserve-shadow-soft: 0 6px 14px rgba(2, 6, 23, 0.06);
}

/* =========================
   Page / container
========================= */
.reserve-page {
  min-height: 100vh;
}

.reserve-container {
  max-width: 980px;
  margin: 5vw auto;
  padding: 96px 16px 56px; /* header fixed を想定して上に余白 */
}

/* =========================
   Hero
========================= */
.reserve-hero {
  border: 1px solid var(--reserve-border);
  border-radius: var(--reserve-radius-lg);
  background: #fff;
  box-shadow: var(--reserve-shadow-soft);
  overflow: hidden;
  margin-bottom: 18px;
}

.reserve-hero__head {
  display: flex;
  gap: 12px;
  padding: 18px 18px;
  border-bottom: 1px solid var(--reserve-border);
}

.reserve-hero__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(232, 48, 30, 0.08);
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--reserve-red);
  flex: 0 0 auto;
}

.reserve-hero__title {
  font-size: 22px;
  letter-spacing: 0.02em;
  margin: 0;
  font-weight: 800;
  color: #0f172a;
}

.reserve-hero__desc {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--reserve-muted);
  line-height: 1.6;
}

.reserve-hero__chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reserve-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--reserve-border);
  font-size: 12px;
  font-weight: 700;
}

.reserve-chip--ok {
  background: rgba(21, 156, 222, 0.1);
  border-color: rgba(21, 156, 222, 0.22);
  color: #0b5d86;
}
.reserve-chip--ng {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #475569;
}
.reserve-chip--today {
  background: rgba(232, 48, 30, 0.09);
  border-color: rgba(232, 48, 30, 0.2);
  color: #b02114;
}

/* =========================
   Alerts / loading
========================= */
.reserve-alert {
  padding: 12px 18px;
  font-size: 14px;
}
.reserve-alert--error {
  background: rgba(232, 48, 30, 0.08);
  color: #b02114;
  border-top: 1px solid rgba(232, 48, 30, 0.18);
}

.reserve-loading-text {
  font-size: 14px;
  color: var(--reserve-muted);
}

/* =========================
   Buttons
========================= */
.reserve-btn {
  border: 1px solid var(--reserve-border);
  background: #fff;
  color: #0f172a;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease, background 0.12s ease;
}
.reserve-btn:active {
  transform: translateY(1px);
}
.reserve-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.reserve-btn--ghost {
  box-shadow: var(--reserve-shadow-soft);
}

.reserve-btn--icon {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.reserve-btn--danger {
  border-color: rgba(232, 48, 30, 0.25);
  color: var(--reserve-red);
}
.reserve-btn--danger:hover {
  background: rgba(232, 48, 30, 0.06);
}

.reserve-btn--primary {
  border-color: transparent;
  background: var(--reserve-blue);
  color: #fff;
  box-shadow: var(--reserve-shadow-soft);
}
.reserve-btn--primary:hover {
  filter: brightness(0.96);
}

/* =========================
   Month
========================= */
.reserve-month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 5vw auto 3vw;
}

.reserve-month__label {
  color: #0f172a;
  font-size: 1.2vw;
  font-weight: bold;
}

/* =========================
   Card / Calendar
========================= */
.reserve-card {
  border: 1px solid var(--reserve-border);
  border-radius: var(--reserve-radius-lg);
  background: #fff;
  box-shadow: var(--reserve-shadow-soft);
  padding: 14px;
}

.reserve-calendar__dow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  color: #64748b;
  text-align: center;
}

.reserve-dow--sun {
  color: var(--reserve-red);
}
.reserve-dow--sat {
  color: var(--reserve-blue);
}

.reserve-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.reserve-day {
  position: relative;
  height: 85px;
  border-radius: 14px;
  border: 1px solid var(--reserve-border);
  background: #fff;
  padding: 28px 10px 10px;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.reserve-day--out {
  background: #f1f5f9;
  color: #94a3b8;
}

.reserve-day--disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: default;
}

.reserve-day--clickable {
  cursor: pointer;
}
.reserve-day--clickable:hover {
  background: rgba(21, 156, 222, 0.08);
  border-color: rgba(21, 156, 222, 0.28);
}
.reserve-day--clickable:active {
  transform: translateY(1px);
}

.reserve-day--today {
  box-shadow: inset 0 0 0 2px rgba(232, 48, 30, 0.18);
}

.reserve-day__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

/* ✅ 日付を左上に固定 */
.reserve-day__num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
}

.reserve-day--out .reserve-day__num,
.reserve-day--disabled .reserve-day__num {
  color: inherit;
}

.reserve-badge {
  font-size: 11px;
  font-weight: 900;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--reserve-border);
  line-height: 1;

  /* ✅ 予約可/不可を右上に固定 */
  position: absolute;
  top: 10px;
  right: 10px;
}

.reserve-badge--ok {
  background: rgba(21, 156, 222, 0.1);
  border-color: rgba(21, 156, 222, 0.22);
  color: #0b5d86;
}
.reserve-badge--ng {
  background: #eef2f7;
  border-color: #e2e8f0;
  color: #475569;
}

.reserve-day__hint {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: var(--reserve-muted);
}

/* =========================
   Modal
========================= */
.reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 999999999999;
  display: grid;
  place-items: center;
  padding: 14px;
}

.reserve-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.reserve-modal__panel {
  position: relative;
  width: 100%;
  max-width: 980px;
  max-height: 85vh;
  background: #fff;
  border-radius: 22px;
  border: 1px solid var(--reserve-border);
  box-shadow: var(--reserve-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.reserve-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px;
  border-bottom: 1px solid var(--reserve-border);
}

.reserve-modal__sub {
  margin: 0;
  font-size: 12px;
  color: var(--reserve-muted);
  font-weight: 800;
}

.reserve-modal__title {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #0f172a;
}

.reserve-modal__desc {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--reserve-muted);
}

.reserve-modal__body {
  padding: 14px 16px;
  overflow: auto;
}

.reserve-modal__footer {
  padding: 10px 16px;
  border-top: 1px solid var(--reserve-border);
  color: var(--reserve-muted);
  font-size: 12px;
  background: #fff;
}

/* =========================
   Form / groups
========================= */
.reserve-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reserve-groups {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.reserve-group {
  border: 1px solid var(--reserve-border);
  border-radius: 18px;
  background: #f8fafc;
  overflow: hidden;
}

.reserve-group__head {
  background: #fff;
  border-bottom: 1px solid var(--reserve-border);
  padding: 14px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.reserve-group__title {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  color: #0f172a;
}

.reserve-group__desc {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--reserve-muted);
  line-height: 1.6;
}

.reserve-group__rows {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reserve-row {
  background: #fff;
  border: 1px solid var(--reserve-border);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 180px auto;
  gap: 12px;

  /* ✅ ヘルプ文が出ても列がズレないように上揃え */
  align-items: start;
}

/* Fields */
.reserve-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reserve-field--flex {
  min-width: 0;
}

.reserve-field--unit {
  width: 180px;
}

.reserve-label {
  font-size: 12px;
  font-weight: 900;
  color: #475569;
}

.reserve-select,
.reserve-input,
.reserve-textarea {
  width: 100%;
  border: 1px solid var(--reserve-border);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: var(--reserve-text);
}

.reserve-select:focus,
.reserve-input:focus,
.reserve-textarea:focus {
  border-color: rgba(21, 156, 222, 0.45);
  box-shadow: 0 0 0 3px rgba(21, 156, 222, 0.15);
}

.reserve-help {
  margin: 6px 0 0;
  font-size: 11px;
  color: var(--reserve-muted);

  /* ✅ 1行分の高さを確保（visibility切替と合わせてガタつき防止） */
  min-height: 1.4em;
}

.reserve-muted {
  color: var(--reserve-muted);
  font-size: 14px;
}

.reserve-muted--small {
  font-size: 12px;
}

/* ✅ 削除ボタンも上揃え */
.reserve-row .reserve-btn--danger {
  align-self: start;
}

/* =========================
   Customer info
========================= */
.reserve-customer {
  border: 1px solid var(--reserve-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.reserve-customer__head {
  background: #f8fafc;
  border-bottom: 1px solid var(--reserve-border);
  padding: 14px 14px;
}

.reserve-customer__title {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  color: #0f172a;
}

.reserve-customer__desc {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--reserve-muted);
  line-height: 1.6;
}

.reserve-customer__grid {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.reserve-field--full {
  grid-column: 1 / -1;
}

.reserve-textarea {
  min-height: 110px;
  resize: vertical;
}

.reserve-req {
  color: var(--reserve-red);
}

/* Submit */
.reserve-submit {
  width: 100%;
  padding: 14px 14px;
  border-radius: 18px;
  font-size: 15px;
}

.reserve-footnote {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: var(--reserve-muted);
}

/* =========================
   Responsive
========================= */
@media screen and (max-width: 900px) {
  .reserve-row {
    grid-template-columns: 1fr;
  }

  .reserve-field--unit {
    width: 100%;
  }

  .reserve-customer__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .reserve-container {
    margin: 30vw auto 15vw;
    padding: 1vw;
    width: auto;
  }

  .reserve-card {
    padding: 3vw 1vw;
  }

  .reserve-month {
    margin: 10vw auto 8vw;
  }
  .reserve-month__label {
    font-size: 5vw;
  }

  /* ✅ モバイルでカレンダー崩れ防止（余白/要素を間引く） */
  .reserve-calendar__grid {
    gap: 3px;
  }

  .reserve-day {
    height: 85px;
    padding: 24px 6px 6px;
    border-radius: 5px;
  }

  .reserve-day__num {
    top: 7px;
    left: 7px;
    font-size: 13px;
  }

  .reserve-badge {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11vw;
    text-align: center;
    padding: 1vw;
    font-size: 8px;
  }

  .reserve-day__hint {
    display: none; /* ✅ スマホでは表示しない */
  }

  .reserve-calendar__dow {
    gap: 4px;
    font-size: 11px;
  }

  .reserve-hero__title {
    font-size: 20px;
  }

  .reserve-btn {
    border-radius: 100vw;
    padding: 8px 12px;
    font-size: 13px;
  }
  .reserve-group__head {
    flex-direction: column;
    gap: 12px;
  }
}

.reserve-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  color: var(--reserve-text);
  line-height: 1.6;
}

.reserve-check input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: var(--reserve-blue);
}

.reserve-link {
  margin-left: 6px;
  color: var(--reserve-blue);
  font-weight: 800;
  text-decoration: underline;
}

.reserve-policyLink {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: var(--reserve-muted);
}
