@charset "UTF-8";
@media screen and (max-width: 1050px) {
    .navi {
        flex-wrap: wrap;
    }

    .navi li {
        width: 50%;
        font-size: 14px;
    }

    .description {
        display: none;
    }

    .contact_info {
        display: none;
    }


}

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

    /* ==========================================
　　　　　　　　　　　　全体の設定
    ============================================= */
    img {
        max-width: 100%;
    }

    body {
        width: 98vw;
        margin: 0 auto;
        font-size: clamp(14px, 1.2rem, 16px);
    }

    .item01 {
        display: block;
    }

    .inner {
        width: 95vw;
        margin: 0 auto;
    }
    .h2-anime{
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 2.5rem;

    }


    /* 応募ボタンの設定*/
    .contact_form {
        position: fixed;
        /* display: flex; */
        z-index: 9999;
    }

    .contact_form a {
        max-width: 200px;
        max-height: 60px;
        font-size: 1.4rem;
        padding: 13px 20px;
        right: 3%;
        top: 5%;
        border-radius: 6px;

    }

    .contact_form p {
        font-size: 16px;
    }

    .contact_form img {
        width: 20px;
        height: auto;
    }

    .btn_line,
    .btn_form {
        width: 80%;
        margin-bottom: 15px;
        font-size: clamp(18px, 1.3rem, 20px);
    }

    .sub_list {
        display: block;
        width: 100%;
    }

    .sub_list li {
        width: 90%;
        margin: 20px auto 0;
    }

    .work_list {
        display: block;
    }

    .shop_flex {
        display: block;
    }
    .ta2{
        width: 90%;
        margin: 0 auto;
    }
    .ta2 th{
        width: 30%;
    }

    .shop_img {
        margin-bottom: 20px;
    }



    .staff_img {
        width: 100px;
        height: 100px;
    }

    .schedule_list span {
        display: block;
        width: 60px;
        font-size: 18px;
    }
    .schedule_list div{
        width: 45px;
    }

    .qabox {
        width: 95vw;
        margin: 0 auto;
    }

    .q_contents {
        font-size: 18px;
    }

    .apply th {
        font-size: 13px;
        padding: 20px 0;
    }


}

/* PC表示（801px以上） */
@media screen and (min-width: 801px) {
    .sp {
        display: none;
    }

    .pc {
        display: inline;
        /* PCで改行するならblockでもOK */
    }
}

/* スマホ表示（800px以下） */
@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
        /* 改行したいのでblockにする */
    }

    br.sp {
        display: block;
    }
}