@charset "UTF-8";

@media screen and (max-width:768px){
    body{
        margin: 0;
        padding: 0;
        color: var(--brown);
        font-family: 'Noto Serif JP', sans-serif;
    }
    .wrapper{
        padding: 8% 4%;
        text-align: center;
    }
    .sec-title{
        font-size: 1.3rem;
        padding: 4px;
        margin: 0 0 30px;
    }
    .onlysp{
        display: block;
    }
    .onlypc{
        display: none;
    }

    /*=========== header ===========*/
    #site-Title img{
        max-height: 60px;
    }
    .cta-button{
        display: none;
    }

    /*=========== 固定ボタン ===========*/
    #fixed-Btn {
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #fixed-Btn a {
        display: block;
        box-shadow: 1px 1px 2px var(--brown);
        border-radius: 0;
        padding: 1.5rem;
        width: 100%;
    }

    /*=========== バナー ===========*/
    #banner{
        flex-direction: column;
        gap: 0;
    }
    #banner .banner-Link{
        width: 100%;
    }
    #banner .banner2-Text{
        font-size: 0.65rem;
    }
    #banner .banner2-Text::after{
        width: 5px;
        height: 5px;
        top: 3px;
    }

    /*=========== 紹介動画 ===========*/
    #introduction{
        flex-direction: column;
    }
    #introduction .text-Container{
        width: 100%;
    }
    #introduction .title-Container-Color .bg{
        font-size: 1rem;
        padding: 0.5rem;
    }
    #introduction .title-Container-Color .nobg{
        font-size: 0.9rem;
    }
    #introduction .title-Container-Color .cross{
        font-size: 1.4rem;
    }
    #introduction .text-Container-Nocolor{
        text-align: left;
    }
    .text-Container .text{
        text-align: left;
    }
    #introduction video{
        width: 100%;
    }

    /*=========== プログラム ===========*/  
    #program .program-List{
        flex-wrap: wrap;
        gap: 1rem;
    }
    #program li{
        width: calc(50% - 0.5rem);
    }
    #program .text-Container{
        margin-top: 0.5rem;
        padding: 1rem;
    }
    #program .text-Container .title{
        font-size: 0.9rem;
    }
    #program .text-Container .text{
        font-size: 0.75rem;
        text-align: center;
    }

    /*=========== バレエピラティス ===========*/
    #ballet.wrapper{
        text-align: left;
    }
    #ballet .ballet-Title{
        font-size: 0.75rem;
    }
    .accordion .toggle{
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .accordion .title-Container{
        width: 90%;
        gap: 0.3rem;
    }
    .accordion .title-Container .title{
        font-size: 0.75rem;
    }
    .accordion .price-Container .time{
        padding: 0.3rem;
    }
    .accordion .price-Container .price{
        font-size: 1rem;
    }

    /*=========== パワー・バー・ピラティス ===========*/
    #powerbar.wrapper{
        text-align: left;
    }
    #powerbar .powerbar-Title{
        font-size: 0.75rem;
    }

    /*=========== バナー2 ===========*/
    #banner-program{
        flex-direction: column;
        gap: 0;
    }
    #banner-program .banner-Link{
        width: 100%;
    }
    #banner-program .banner2-Text{
        font-size: 0.65rem;
    }
    #banner-program .banner2-Text::after{
        width: 5px;
        height: 5px;
        top: 3px;
    }

    /*=========== 特徴 ===========*/
    #feature .feature-Container{
        flex-direction: column-reverse;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    #feature .feature-Container:nth-child(3){
        flex-direction: column-reverse;
        gap: 1rem;
    }
    #feature .feature-Text-Container{
        width: 100%;
        text-align: left;
    }
    #feature .feature-Text-Container .feature-Title{
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    #feature .feature-Text-Container .feature-Text{
        font-size: 0.8rem;
    }
    #feature .feature-Container img{
        width: 100%;
    }

    /*=========== おすすめ ===========*/
    #recommend .recommend-List{
        flex-wrap: wrap;
        gap: 1rem;
    }
    #recommend .recommend-List li{
        width: calc(50% - 0.5rem);
        padding: 0.8rem;
    }

    /*=========== 流れ ===========*/

    /*=========== お客様の声 ===========*/

    #voice .slider .slide-item{
        margin: 0 1.5rem;
        padding: 1rem;
        display: flex;
        align-items: stretch;
        text-align: left;
    }
    .slick-prev .slick-prev{
        left: -5px;
    }
    .slick-next .slick-prev{
        right: -5px;
    }
    /*=========== お問い合わせ 入力画面 ===========*/
    #contact .text{
        text-align: left;
    }
    #contact .tel-Container .tel-Button{
        padding: 0.5rem 3rem;
    }
    #contact #button{
        width: 180px;
    }

    /*=========== お問い合わせ 確認画面 ===========*/

    /*=========== フッター ===========*/
    #footer.wrapper{
        padding: 2% 4% 18%;
    }
    #footer p{
        font-size: 1.2rem;
    }
}