.l-header {
    background-color: #000 !important;
}

.heading-1 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.l-shop-plan {
    text-align: center;
    padding: 24px 12px 0;
    margin: 20px auto 0px auto;
    max-width: 1000px;
}

.c-table__save dl dd {
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    padding: 8px 2px;
}

@media (max-width: 844px) {
    small {
        font-size: 1rem !important;
    }
}

@media (min-width: 560px) {
    .l-shop-plan .c-table__save dl:first-of-type dt {
        display: block;
        font-size: 0;
        background-color: #535353;
    }
}

@media (min-width: 560px) {
    .l-shop-plan .c-table__save dl:first-of-type dd {
        background-color: #535353;
    }
}

@media (min-width: 960px) {
    .l-shop-plan .c-table__save dl dd {
        font-size: 16px;
        padding: 20px;
    }
}

@media (min-width: 769px) {
    .l-shop-plan .c-table__save dl {
        justify-content: flex-start;
        margin-bottom: 2px;
    }
}

.home-section-06 {
    background-color: #fff;
    padding: 120px 0;
}

@media (max-width: 960px) {

    .carousel__prev>label,
    .carousel__next>label {
        top: 37%;
    }
}

@media (max-width: 960px) {

    .carousel__prev>label:before,
    .carousel__next>label:before {
        background: linear-gradient(to top, #f0f0f1 0%, #f0f0f1 10%, rgba(51, 51, 51, 0) 10%),
            linear-gradient(to left, #f0f0f1 0%, #f0f0f0 10%, rgba(51, 51, 51, 0) 10%);
    }
}

@media (max-width: 960px) {
    .carousel {
        height: 260px;
    }
}

@media (max-width: 960px) {
    .carousel__nav>label {
        border: 1px solid #f0f0f0;
    }
}

@media (max-width: 960px) {
    .l-shop-plan {
        padding: 24px 0 !important;
        margin: 0 5px;
    }
}


.c-btn__reser {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 5px;
    padding: 20px 35px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    color: #fff;
    background: #b93a2c;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #b93a2c;
    max-width: 450px;
}

@media (min-width: 960px) {
    .c-btn__reser {
        font-size: 18px;
        width: 400px;
    }
}

.l-shop-detail-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}

.l-shop-detail-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
}

@media (min-width: 960px) {
    .l-shop-detail-icon-list {
        justify-content: center;
        width: 100%;
    }
}



@media (min-width: 1366px) {
    .l-shop-detail-icon-item {
        width: calc(100% / 6 - 92px);
    }
}

@media (min-width: 960px) {
    .l-shop-detail-icon-item {
        width: calc(100% / 6 - 32px);
    }
}

.l-shop-detail-icon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    width: calc(100% / 3 - 32px);
    padding: 0 0 16px;
    margin: 0 16px;
    max-width: 100px;
}

@media (min-width: 960px) {
    .l-shop-detail-about {
        margin-bottom: 32px;
    }
}

.c-article__save--map {
    line-height: 0;
    margin-bottom: 17px;
}

.slider-container {
    width: 638px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .slider-container {
        width: 100%;
    }
}

.campaign-price {
    color: #b93a2c !important;
    display: inline-block !important;
    margin-left: 10px;
    font-weight: 600 !important;
}

.e-reserve-intro {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.75;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 50px;
}

@media (max-width: 520px) {
    .e-reserve-intro {
        font-size: 1.8rem;
        padding: 0 15px;
    }
}

.shisetu-intro {
    font-size: 2.8rem;
    text-align: center;
    margin: 0px auto 50px;
    line-height: 1.75;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: -1px;
    border-bottom: solid #b93a2c 3px;
    padding: 20px;
    width: 50%;
}

@media (max-width: 520px) {
    .shisetu-intro {
        font-size: 1.8rem;
        padding: 12px;
        width: 80%;
    }
}

.sdr-intro {
    font-size: 2.8rem;
    text-align: center;
    margin: 0px auto 50px;
    line-height: 2.3;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
}

@media (max-width: 520px) {
    .sdr-intro {
        font-size: 1.8rem;
    }
}


.sankaku {
    margin: 0 auto;
    width: 300px;
    position: relative;
    top: 140px;
}

@media (max-width: 520px) {
    .sankaku {
        width: 50%;
        top: 80px;
    }
}

.tenpo-name {
    font-size: 3.6rem;
    color: #FFFFFF;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin: 0 0 0 -32px;
    font-weight: normal;
    margin-bottom: 30px;
}

@media (max-width: 520px) {
    .tenpo-name {
        margin: 30px;
        font-size: 2.3rem;
        letter-spacing: 0.05em;
    }
}


@media (min-width: 960px) {
    .l-shop-footer-shop-list {
        max-width: 1057px;
        margin: 0 auto 56px;
    }
}

.l-shop-footer-shop-list-heading {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    border-bottom: 2px solid #707070;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

@media (min-width: 960px) {
    .l-shop-footer-shop-list-heading {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

@media (min-width: 960px) {
    .l-shop-footer-shop-item {
        display: flex;
        align-items: center;
        font-size: 20px;
        margin-bottom: 22px;
    }
}

.l-shop-footer-shop-item {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.l-shop-footer-shop-item-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #B93A2C;
    text-decoration: underline;
}

@media (min-width: 960px) {
    .l-shop-footer-shop-item-link {
        font-size: 20px;
        width: 20%;
        padding-right: 12px;
    }
}

.normal-price {
    display: inline-block !important;
    margin-top: 0px !important;
}

.migi-sankaku {
    width: 20px;
    display: inline-block;
    padding-bottom: 2px;
}

.campaign-price {
    margin: 0px !important;
}

@media (min-width: 960px) {
    .l-shop-detail-about {
        margin-bottom: 32px;
    }
}

@media (min-width: 960px) {
    .l-shop-detail-about-subtext {
        display: inline-block;
        font-size: 18px;
        min-width: 98px;
        margin-right: 24px;
    }
}

@media (min-width: 960px) {
    .l-shop-detail-about-heading-3 {
        display: inline-block;
        font-size: 18px;
    }
}


.l-shop-detail-about-heading-3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.l-shop-detail-about-dl {
    margin-bottom: 16px;
}






/* ーーーーーーーーーーーーー

コンタクトフォーム用

ーーーーーーーーーーーーー */

span.mast {
    color: #d93025;
}

.wpcf7 {
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #F7F7F7;
    padding: 50px;
}

.p-contact label {
    margin-bottom: 31px;
    display: block;
}

p.koumoku {
    margin-bottom: 10px;
    margin-top: 30px;
}


.contact-box {
    height: 35px;
    margin-top: 10px;
    padding: 0px 10px;
    font-size: 16px;
}

.p-contact .textbox {
    height: 100px;
    width: 100%;
    padding: 0px 10px;
    font-size: 16px;
}

p.submit-btn {
    text-align: center;
    display: block;
    background-color: #B93A2C;
    border-radius: 5px;
    color: #ffffff;
    width: 200px;
    padding: 10px;
    margin: 60px auto 30px;
    height: 58px;
    line-height: 40px;
    position: relative !important;
}


.p-contact .submit-btn input {
    background-color: #B93A2C;
    color: #fff;
    display: block;
    width: 100%;
}

.wpcf7-spinner {
    display: block !important;
    position: absolute !important;
    margin: 0 0 !important;
    top: 18px;
    right: 39px;
}

.back-btn a {
    background-color: #B93A2C;
    border-radius: 5px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    height: 55px;
    text-decoration: none;
    margin: 50px auto 0;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    font-weight: normal;
}

.contact-head {
    background: url(../images/202210/home/contact-head.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 520px) {

    .contact-box{
        width: 100%;
    }

    .wpcf7 {
        width: 97%;
        padding: 50px 20px;
    }

    .default_wrap {
        margin: 10px auto 80px auto;
    }
}




/* ________________

2023-05-03minowa
________________ */

.gold {
    color: #b39e4d;
    font-size: 30px;
    padding-left: 10px;
}

.e-sub {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin: 20px 0 0 -32px;
    color: #ffff;
    font-size: 20px;
    letter-spacing: 0.3rem;
}

@media (max-width: 520px) {

    .gold {
        font-size: 2.3rem;
        letter-spacing: 0.1rem;
        padding-left: 5px;
    }

    .e-sub {
        margin: 0px 15px;
        font-size: 1.3rem;
        letter-spacing: 0;
        text-align: center;
    }
}

.video-wrap {
    width: 90%;
    margin: 0 auto 50px auto;
}

video {
    width: 100%;
}


/* plan表 */

.plan-heading {
    margin: 0 auto;
    max-width: 1000px;
    padding: 24px 12px 0;
    display: flex;
}

.plan-heading dl {
    display: flex;
    border: solid 0.5px #515151;
}

.plan-heading dt {
    background-color: #515151;
    padding: 10px 20px;
    color: #fff;
}

.plan-heading dd {
    padding: 10px 20px;
    border: solid 0.5px #515151;
}

.l-shop-plan h3 {
    text-align: left;
    margin-bottom: 15px;
}

.c-table__save {
    margin-bottom: 50px !important;
    border: solid 0.5px #515151;
    width: 100%;
}

.c-table__save th {
    background-color: #ac4334;
    color: #ffff;
    padding: 10px 10px;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}

.c-table__save tr {
    border-bottom: solid 0.5px #515151;
}

.c-table__save td {
    padding: 15px 15px;
    border-right: solid 0.5px #515151;
    vertical-align: middle;
    text-align: center;
}

small {
    font-size: 1.2rem !important;
}

.ticket {
    min-width: 350px !important;
}

.sankaku_plan {
    margin: 30px auto;
    width: 300px;
    position: relative;
    top: -25px;
}

p.newplan-intro {
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 10px;
    margin: 30px auto;
    line-height: 1.75;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: -1px;
    border-bottom: solid #b93a2c 3px;
    width: fit-content;
}

.chusyaku {
    display: block;
    width: fit-content;
    border: solid 0.5px #515151;
    padding: 5px 15px;
    margin: 20px 0 0 auto;
    text-align: left;
    color: #515151;
    font-size: 1.3rem !important;
}

.chusyaku-movie {
    display: block;
    width: fit-content;
    border: solid 0.5px #515151;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 1.3rem !important;
}

@media (max-width: 520px) {
    p.newplan-intro {
        font-size: 1.8rem !important;
    }

    .sankaku_plan {
        width: 50% !important;
        margin: 30px auto !important;
    }

    .newplan p {
        font-size: 14px;
    }

    .newplan-box ul {
        width: 100% !important;
    }

    .newplan-bottom {
        width: 100%;
    }

    .chusyaku {
        margin: 40px 0 0 auto;
    }
}

.newplan-box {
    display: flex;
    margin: 30px auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.newplan-box ul {
    width: 46%;
    max-width: 450px;
    background-color: #F7F7F7;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px 1%;
}

span.nyukaikin_span {
    color: #b93a2c;
    font-size: 2.2rem;
}

.newplan-box_ttl {
    background-color: #b93a2c;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 20px !important;
}

.akamoji_span {
    color: #b93a2c;
}

.newplan-bottom {
    background-color: #F7F7F7;
    width: 95%;
    padding: 10px;
    margin: 20px auto 0px auto;
}


@media (min-width: 845px) {
    .sp-none {
        display: block;
    }

    .pc-none {
        display: none;
    }
}

@media (max-width: 844px) {

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .c-table__save {
        font-size: 14px;
    }

    .c-table__save th {
        padding: 10px 5px;
    }

    .c-table__save td {
        padding: 15px 5px;
        width: 25%;
    }

    .plan-heading {
        font-size: 14px;
    }

    .ticket {
        min-width: 90px !important;
    }

    small {
        font-size: 1rem !important;
    }
    .plan-heading dt {
        padding: 10px 10px;
        text-orientation: upright;
        writing-mode: vertical-rl;
    }

}


/* ________________

top-kv-newplan
________________ */

.wrap-1200.campaign-wrapper {
    background-color: rgb(255 255 255 / 0.3);
    color: #ffff;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    margin: 50px auto;
    width: 90%;
    padding: 25px;
    border: 1px solid #cdb766;
    line-height: 1.8;
    letter-spacing: 0.5rem;
}

.campaign-wrapper h2 {
    font-size: 2.8rem;
}

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

p.campaign-wrapper_titell {
    color: #cdb766;
    font-size: 2rem;
}



@media (max-width: 520px) {
    .wrap-1200.campaign-wrapper {
        margin: 25px auto;
        line-height: 1.5;
        letter-spacing: 0rem;
        font-size: 14px;
    }

    .campaign-wrapper h2 {
        font-size: 1.8rem;
        margin: 5px 0px;
    }

    p.campaign-wrapper_titell {
        color: #cdb766;
        font-size: 1.6rem;
    }
}



/* ________________

2023/06/25
________________ */

.goriyou-icon {
    height: 80px;
    margin-bottom: 0.5rem;
}

@media (max-width: 520px) {
    .goriyou-icon {
        margin: 15px 0px 0px 15px;
    }
}



/* ________________

2023/06/29　how-to
________________ */

.p-header__btn h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.p-header__btn ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: flex-start;
}

.p-header__btn li {
    width: calc((100% - 50px) / 5);
    margin: 10px 0 10px 10px;
}

@media (max-width: 520px) {

    .p-header__btn h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .p-header__btn li {
        width: calc((100% - 20px) / 2);
        margin: 5px;
    }

    .e-reserve_wrapper {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .c-list__step--flex {
        min-width: 45%;
    }

}


.c-list__step li {
    margin-bottom: 20px;
    display: flex;
}


.c-list__step li:not(:first-child) {
    justify-content: space-between;
}


.flow__step li:first-of-type {
    margin-bottom: 20px;
    display: grid;
    border: solid 1px #B93A2C;
    border-radius: 5px;
    padding: 20px;
}

.flow__step {
    text-align: center;
}


.c-list__step--flex {
    width: calc((100% - 20px)/2);
    margin: 0 5px;
    text-align: center;
}

.c-list__step .sankaku {
    width: 100px;
    position: unset;
    margin-bottom: 15px;
}

.c-list__step--box {
    padding: 10px;
    text-align: center;
    border: solid 1px #B93A2C;
    border-radius: 5px;
    margin-bottom: 15px;
}

.c-list__step--firstbox {
    width: 100%;
}

.e-reserve_wrapper {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.youtube a {
    margin-bottom: 5px;
    display: block;
}

.e-h1 {
    color: #FFFFFF;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin: 0 0 10px -32px;
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
}

@media (max-width: 520px) {

    .e-h1 {
        margin: 10px 18px;
        text-align: center;
    }

}

.f-youtube img {
    width: 73px !important;
    height: auto !important;
    border: 0.5px solid #ffff;
    border-radius: 50%;
    padding: 11px;
}

.f-youtube {
    padding-top: 11px;
}




/* ________________


2023/08/10 店舗ページにボタン追加

________________ */


.l-shop-plan .e-btn {
    background-color: #B93A2C;
    border-radius: 5px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 450px;
    height: 55px;
    text-decoration: none;
    margin: 50px auto 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}


/* ________________


2023/10/03　SPのニュースレイアウト変更

________________ */


@media screen and (max-width: 844px) {
    .home-section-01 .list-news-01 ul {
        flex-direction: column;
    }

    .home-section-01 .list-news-01 ul li a figure img {
        height: auto !important;
    }

    .home-section-01 .list-news-01 ul li:first-child {
        margin-bottom: 30px;
    }
}


/* ________________


2023/10/03　お客様の声ページ

________________ */


.review-li {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    padding: 40px 30px;
    margin-bottom: 30px;
}

.review-li p:not(:first-child) {
    margin-top: 10px;
}

.review-li p:last-child {
    font-size: 1.3rem;
}


body:not(.home) .l-header__inner--nav ul li:not(:nth-child(4))::after {
    background-color: #707070;
}

.review-flex {
    display: flex;
    border-bottom: solid 1px #707070;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.review-flex p {
    margin-left: 15px;
    font-size: 1.8rem !important;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.3rem;
}

.review-li span {
    font-weight: 600;
    color: #b93a2c;
}


/* ________________


2023/10/24　TOPにレフティ

________________ */

.lefty {
    background-color: rgb(255 255 255 / 0.3);
    color: #ffff;
    font-family: "Hiragino Sans";
    margin: 50px auto;
    width: 90%;
    max-width: 650px;
    padding: 25px;
    line-height: 1.8;
    letter-spacing: 0.2rem;
}

.lefty ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 844px) {
    .lefty {
        line-height: 1.2;
        font-size: 1.4rem;
        padding: 20px;
        width: 100%;
    }

    .lefty li:first-child {
        width: 80px;
        margin-right: 10px;
    }

}




/* ________________


2023/10/31 TOPに店舗一覧へのボタンを設置

________________ */


.sl-btn {
    background-color: #B93A2C;
    border-radius: 5px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 450px;
    height: 55px;
    text-decoration: none;
    margin: 50px auto 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}



/* ________________


2023/11/15 indexとfotterの店舗リストで店名の横に
プレオープンの表記を追加

________________ */


.sub-title {
    display: block;
    width: fit-content;
    font-size: 1.3rem;
    color: #ffff;
    background-color: #B93A3A;
    padding: 5px;
}

@media screen and (max-width: 844px) {

    .sub-title {
        font-size: 1rem;
        color: #ffff;
        background-color: #B93A3A;
        padding: 4px;
        margin-left: 5px;
        display: inline-block;
    }

}

.shoplist-link {
    color: #d7000f;
    padding-bottom: 3px;
    border-bottom: solid 1px #d7000f;
}



/* ________________


2024/01/30 個店ページに規約リンク追加

________________ */


.shop_kiyaku {
    display: flex;
    justify-content: center;
    color: #ffff;
}

.shop_kiyaku p {
    margin: 0 20px;
}

@media screen and (max-width: 844px) {

    .shop_kiyaku {
        flex-direction: column;
        font-size: 1.3rem;
    }

    .shop_kiyaku p {
        margin: 0px 0px;
    }

}



/* ________________


2024/02/14 メニューをグレーアウトにする

________________ */


.grayed-out {
    opacity: 0.5;
    filter: grayscale(100%);
    background-color: #707070;
}

.grayed-out span {
    font-size: 10px;
    color: #ffff;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}


/* ________________


2024/02/14 メニュー名に説明を追加

________________ */



.plan-subttl {
    font-size: 14px;
}


/* ________________


2024/02/29 サービス紹介にレッスン追加

________________ */

li.lessonbnr {
    width: 100% !important;
    display: flex;
}

.lessonbnr dl {
    margin: 0px 0 0 20px !important;
}

.home-section-02 .list-service-01 ol li dl dt.e-dt-05 {
    background-image: url(../images/202209/home/service-bg-05.png);
}

@media screen and (max-width: 844px) {
    li.lessonbnr {
        flex-wrap: wrap;
    }

    .lessonbnr dl {
        margin: 10px 0 0 0px !important;
    }

}


/* ________________


2024/03/06 新プラン追加

________________ */


span.waribikimae {
    text-align: center;
    text-decoration-line: line-through;
    color: #ac4334;
    font-size: 14px !important;
}


/* ________________


2024/03/06 FAQページ更新

________________ */



.link_color {
    color: #ac4334;
}

.comingsoon {
    color: #838282;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}



/* ________________


2024/11/05 回数制プラン

________________ */

.newplan_ttl {
    border-bottom: 1px solid #707070;
}

.plan_wrapper {
    width: 100%;
}

.newplan_ttl th {
    width: 18%;
    font-weight: bolder;
}

.newplan_ttl th:nth-child(2) {
    width: 27%;
    text-align: end;
}

.newplan_ttl th:first-child {
    width: 37%;
    font-weight: bolder;
}

.newplan_ttl th:nth-child(n+3) {
    text-align: end;
}

.newplan_menu td {
    width: 18%;
}

.newplan_menu td:nth-child(2) {
    width: 27%;
    text-align: end;
}

.newplan_menu td:first-child {
    width: 37%;
    font-weight: bolder;
}

.newplan_menu td:nth-child(n+3) {
    text-align: end;
}


.kaisuuplan_table tr {
    padding: 17px;
    display: flex;
    text-align: left;
}

.kaisuuplan_table tr:nth-of-type(even) {
    background-color: #F2F2F2;
}

.kaisuuplan_table {
    width: 100%;
    margin-top: 30px;
}

.kaisuuplan_txt {
    text-align: left;
}

@media screen and (max-width: 844px) {
    .kaisuuplan_table {
        font-size: 14px;
    }

    .l-shop-plan p {
        font-size: 2rem;
        width: 100%;
        margin: 0 auto;
        line-height: 3rem;
    }

    .kaisuuplan_table tr {
        padding: 12px 5px;
    }

    .newplan_ttl {
        font-size: 12px;
    }

    .kaisuuplan_txt {
        font-size: 1.6rem!important;
    }
}



/* ________________


2024/11/14 レッスンポリシーリンク追加

________________ */


.lesson_poricy {
    text-align: center;
    margin: 50px auto 0px auto;
    font-size: 14px;
}



/* ________________


2024/12/19　お問い合わせボタンにhoverアクション追加

________________ */

.submit-btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.p-contact .submit-btn input:hover {
    opacity: 0.8;
    cursor: pointer;
}


/* ________________


2025/02/10　トラックマンコンテンツ追加

________________ */

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 のアスペクト比（9 ÷ 16 = 0.5625 → 56.25%） */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.specbox {
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    color: #ffff;
    align-items: center;
    font-family: "Noto Serif JP", serif;
}

.specbox span {
    font-size: 2.8rem;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.3;
}

.specbox p {
    margin-left: 20px;
}

.home-section-03 .t-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    margin: 60px 0 0 0;
}

.home-section-03 .t-mode li dl {
    padding: 20px 15px 10px;
    font-weight: 400;
}

@media screen and (max-width: 844px) {
    .specbox {
        flex-direction: column;
        padding: 0 5%;
    }

    .specbox img {
        max-width: 75%;
    }

    .specbox span {
        font-size: 1.8rem;

        margin-bottom: 0px;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .specbox p {
        font-size: 1.4rem;
        margin-left: 0px;
    }

    .video-wrap {
        width: 100%;
    }

    .home-section-03 .t-mode {
        flex-direction: column;
    }
    
}




/* ________________


2025/02/13 ads.php 料金〜キャンペーンのデザイン更新

________________ */


.plancard_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    font-family: "Hiragino Sans";
}


.plancard {
    width: calc(100%/ 3);
    max-width: 390px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 40px 15px 30px 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.planttl {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.planname {
    font-size: 2rem;
    margin-right: 10px;
    white-space: nowrap;
}

.plan-icon {
    width: 20px;
    margin-bottom: 2px;
    margin-right: -3px;
}

.kaisu {
    font-size: 2.6rem;
    display: inline-block;
}

.subbox_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}

.subbox_wrapper li {
    background-color: #848484;
    padding: 0px 10px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    white-space: nowrap;
}

.plancard p:first-of-type {
    margin-top: 20px;
}

.plancard p:first-of-type span {
    font-size: 4rem;
}

.plancard p:nth-of-type(2) {
    font-size: 1.4rem;
}

.campaign_wapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
  
.ribbon-wrapper { 
    width: calc((100% - 40px) / 2); 
    display: block;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 0px 20px 50px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    font-family: "Noto Serif JP", serif;
    }
  
.ribbon {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: #B93A2C;
    border-radius: 2px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
}

.ribbon:before {
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #72130e;
    border-right: solid 6px transparent;
}
.ribbon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 99%;
    height: 0;
    width: 0;
    border-left: 25px solid #B93A2C;
    border-right: 25px solid #B93A2C;
    border-bottom: 10px solid transparent;
}

.tokuten_nam {
    font-size: 1.8rem;
}

@media screen and (max-width: 844px) {
    .plancard_wrapper {
        flex-direction: column;
    }

    .plancard {
        width: 100%;
        padding: 30px 10px 20px 10px;
        margin: 0 auto;
    }

    .campaign_wapper {
        flex-direction: column;
        align-items: center;
    }

    .ribbon-wrapper {
        width: 95%;
    }

    .subbox_wrapper li {
        width: fit-content;
    }

    .plancard p:first-of-type span {
        font-size: 4.6rem;
    }
}

red {
    color: #B93A2C;
}

large {
    font-size: 2.7rem;
}

.txt-center {
    text-align: center;
    margin-top: 20px;
    color: #76797d;
}

.grecaptcha-badge { 
    visibility: hidden;
}



/* ________________


2025/05/14 入会ページ改修

________________ */


.nyukai-step {
    background-color: #f7f7f7;
    padding: 50px 0 100px 0;
    margin-top: 70px;
}

.flex {
    display: flex;
}

.kantanstep {
    background-color: #fff;
    padding: 15px 30px;
    align-items: center;
    justify-content: center;
}

.kantanstep h3 {
    font-size: 3rem;
    color: #b93b2d;
}

.kantanstep img {
    width: 150px;
    margin-left: 20px;
}

.kantanstep_img {
    width: 90%;
    margin-top: 20px;
}

#sign-up {
    margin: 100px auto 150px auto;
}

.p-header {
    margin-top: 100px;
}

.reserve_txt {
    color: #ffff;
    writing-mode: vertical-rl;
}

.btn-reserve a:first-child {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.l-shop-list .c-btn__shop {
    padding: 15px 25px 15px 15px!important;
}

@media screen and (max-width: 844px) {
    .kantanstep h3 {
        font-size: 2rem;
    }
    .kantanstep img {
        width: 100px;
    }
    .reserve_txt {
        writing-mode: rl-tb;
    }
    .btn-reserve a:first-child {
        border-right: 1px solid white;
        padding-right: 20px;
        margin-right: 20px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .p-step {
        flex-direction: column;
    }
    .p-step  figure {
        width: 100%!important;
    }
    .kantanstep_img {
        width: 100%;
    }
    .c-list__shop .c-list__shop--left .c-btn__shop {
        margin: 15px auto 0px auto !important;
    }
}




/* ________________


2025/07/01 大塚店用スタイル

________________ */

.sec_head {
    width: 70%;
    margin: 0 auto 70px auto;
    max-width: 500px;
}

span.otsuka_30sec {
    font-size: 4.5rem;
}

.wrap-img {
    width: 100vw;
}

.otsuka_intro {
    font-family: "Noto Serif JP", serif;
    color: #ffff;
    text-align: center;
    margin: 50px;
    font-size: 2.8rem;
    line-height: 1.7;
}

.otsuka_intro li:nth-of-type(2) {
    font-size: 1.6rem;
    margin-top: 20px;
}

.otsuka_wht {
    color: #ffff;
}

.machine-wrap {
    display: flex;
}


.machine-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.machine-box {
    background: white;
    padding: 1.5rem;
    width: 500px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    text-align: start;
}

.machine-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.machine-name {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.machine-name::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #c0392b; /* 赤色 */
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.5em;
}


@media (max-width: 768px) {
    .machine-wrap {
        flex-direction: column;
        align-items: center;
    }
    .machine-box {
        width: 90%;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .otsuka_intro {
        font-size: 1.8rem;
        margin: 50px 5% 50px 5%;
    }
    span.otsuka_30sec {
        font-size: 3.5rem;
    }
    .otsuka_intro li:nth-of-type(2) {
        font-size: 1.4rem;
    }
    .machine-name {
        font-size: 1.4rem;
    }
}




/* ________________


2025/08/06 デフォルトテンプレート整え

________________ */


.default_wrap {
    margin: 80px auto 150px auto;
}


/* ________________


2025/11/11 天六店用プランスタイル

________________ */


/* Add styles for Tenroku Ekimae Store campaign */
.plancard.tenroku-price .original-price {
    text-decoration: line-through;
    font-size: 1.2em;
    color: #555;
}

.plancard.tenroku-price .original-price span {
    font-size: 1.2em; /* Make original price number smaller */
}

.plancard.tenroku-price .campaign-price {
    color: #d93030; /* Red color for campaign price */
    font-weight: bold;
}

.plancard.tenroku-price .campaign-price span {
    font-size: 3.5rem; /* Large font size for campaign price number */
    font-family: 'Oswald', sans-serif; /* Assuming Oswald or similar font */
    letter-spacing: 0.02em;
}

.plancard.tenroku-price .campaign-price small {
    font-size: 0.9em;
    font-weight: normal;
}

.plancard.tenroku-price .price-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.plancard.tenroku-price .campaign-arrow {
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 0.9em;
    color: #333;
    font-weight: bold;
}

/* Add simple arrow styling */
.plancard.tenroku-price .campaign-arrow::before,
.plancard.tenroku-price .campaign-arrow::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #a00; /* Red arrow */
    margin: 0 10px;
    position: relative;
    top: -2px;
}

 .mt_0 {
    margin-top: 0;
 }

 .taxed_price {
    font-size: 1.5rem!important;
 }



 /* ________________


2025/11/19 How-toページ

________________ */


 /* アコーディオン見出しのスタイル */
.store-area__title {
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 20px; 
    font-weight: bold;
}

/* アコーディオンアイコンのスタイル（閉じた状態） */
.accordion-icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    transition: transform 0.3s ease;
}

/* アコーディオンアイコンのスタイル（開いた状態） */
.js-accordion-trigger.is-open .accordion-icon {
    transform: rotate(180deg);
}

.js-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    padding: 0 15px;
}

.js-accordion-content.is-open {
    max-height: 1000px; 
    padding: 15px 15px;
}

.store-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none; 
    margin: 0;
    padding: 0;
}

.store-list > li {
    width: calc(100% / 5); 
    margin-bottom: 10px;
}

.kuwashiku ul {
    justify-content: center;
}

.kuwashiku li {
    width: fit-content;
}

@media (max-width: 768px) {
    .store-list > li {
        width: 45%;
    }
    .store-list > li a.c-btn__skeleton {
        font-size: 14px;
        padding: 8px 10px;
        white-space: normal;
        line-height: 1.3;
        min-height: auto;
    }
    .c-btn__skeleton::before {
        right: 0px;
    }
    .js-accordion-content.is-open {
        padding: 15px 0px;
    }
    .p-header__btn ul {
        justify-content: space-around;
    }
}

@media (max-width: 768px) {
    .c-list__shop--row figure figcaption {
        font-size: 1.2rem;
    }
}
