@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%;
    }

    header {
        width: 100vw;
    }

    main {
        width: 98vw;
        margin: 0 auto;
        font-size: clamp(14px, 1.2rem, 16px);
    }

    main {
        width: 98vw;
        margin: 0 auto;
    }

    .item01 {
        display: block;
    }

    .inner {
        width: 95vw;
        margin: 0 auto;
    }

    .h2-anime {
        margin: 0;
        font-size: 24px;
        line-height: 2.5rem;

    }
    h2{
        font-size: 1.6rem;
        padding: 4px;
        margin: 0 0 15px;
    }

    .header_description {
        padding: 5px 5px 5px 2px;
        font-size: 7px;
    }


    /* 応募ボタンの設定*/
    .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: 0;
        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;
    }

    .ta1,
    .ta1 tbody,
    .ta1 th,
    .ta1 td,
    .ta1 tr,
    .ta2,
    .ta2 tbody,
    .ta2 th,
    .ta2 td,
    .ta2 tr {
        display: block;
        width: 100%;
    }

    .ta2 {
        width: 100%;
        margin: 0 auto;

    }

    .ta1 th,
    .ta2 th {
        background-color: #5ea7ed;
        text-align: center;
    }

    .ta1 td,
    .ta2 td {
        padding: 20px 10px;
        text-align: left;
    }

    .ta1 th,
    .ta2 th {
        color: #fff;
    }

    .ta2 th {
        width: 100%;
        font-size: 16px;
    }

    .shop_img {
        margin-bottom: 20px;
        width: 100%;
    }
    .job-title{
        font-size: 20px;
    }
    .img {
        flex: 1 1 calc(50% - 10px); /* 2列 */
    }


    .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 {
        display: block;
    }

    .apply th {
        font-size: 14px;
        padding: 20px 3px 0;

    }

    footer{
        padding: 0 0 10px 0;
    }
    footer .inner{
        padding-top: 0;
    }

    .footer_grid {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.contact_contents {
    padding: 20px;
}

.contact_contents:first-child {
    float: none;
    border-bottom: 3px solid #eee;
    border-right: none;
}

.contact_contents h2 {
    display: block;

}
.btn-center{
    display: block;
}



}

/* 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;
    }
}

@media (max-width: 480px) {
    .img {
        flex: 1 1 48%; /* ほぼ半分の幅で2列に */
    }
}