@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 15px;
    }

    .item01 {
        display: block;
        margin: 20px auto;
        
    }

    .inner {
        width: 95vw;
        margin: 0 auto;
    }
    .h2-anime{
        margin: 0 0 10px;
        font-size: 25px;
        line-height: 2.5rem;

    }


    h6 {
    text-align: center;
    color: #ee6c8a;
    font-size: 22px;
    font-weight: bold;
   
}
    h4 {
    color: #ee6c8a;
    font-size: 20px;
    font-weight: bold;
    margin: 29px 0 20px;
    }

    .ta1 th {
    width: 35%;
    color: #ee6c8a;
    font-weight: bold;
    border-bottom: #ee6c8a 1px solid;
    text-align: center;
    padding: 21px 5px 1px;
    }

    /* 応募ボタンの設定*/
    .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: 8%;
        border-radius: 6px;

    }
    .concept p {
    text-align: left;
    line-height: 2.0rem;
    }

    .contact_form p {
        font-size: 16px;
    }

    .contact_form img {
        width: 20px;
        height: auto;
    }

    .btn_line,
    .btn_form {
        width: 95%;
        font-size: clamp(18px, 1.3rem, 20px);
        text-align: center;
    }

    .sub_list {
        display: block;
        width: 100%;
    }
    .sub_list p {
    line-height: 1.3rem;
    }

    .sub_list li {
        width: 90%;
        margin: 20px auto 0;
    }

    .work_list {
        display: block;
    }
    .work_info {
    text-align: left;
    line-height: 200%;
    padding: 20px;
    }

    .shop_flex {
        display: block;
    }
    .ta2{
        width: 100%;
        margin: 0 auto;
    }
    .ta2 th {
    font-weight: bold;
    font: size 22px;
    width: 20%;
    padding: 20px 1px;
    color: #ee6c8a;
    vertical-align: top;
    text-align: left;
    border-bottom: 2px solid #ee6c8a;
}
    .ta2 td {
    padding: 17px 10px;
    flex-wrap: wrap;
    width: 60%;
    }
    .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;
    }
    .recrute_box {
    text-align: left;
    line-height: 2.0rem;
    margin: 30px 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;
    }
}