@charset "UTF-8";

/* top_what セクション（priceページで使用） */
.top_what {
    margin: 22vw auto 20vw;
}

.top_what_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_what_li li {
    width: 48%;
    margin-bottom: 4vw;
}

.top_what_li li img {
    width: 100%;
    height: auto;
    display: block;
}

.top_what_li p {
    margin-top: 3vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05rem;
}

.scd_list {
    margin: 10vw auto 20vw;
}

.scd_list li {
    margin-bottom: 7vw;
}

.scd_list li dl {
    padding: 5vw 0;
}

.scd_list li dt {
    font-size: 5.4vw;
    line-height: 1.6;
    margin-bottom: 2vw;
    position: relative;
}

.scd_list li dd {
    font-size: 3.8vw;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}

.scd_list li dd .more01 {
    display: block;
    margin: 4vw auto 0;
}

.what_list li dt span {
    position: relative;
    display: table;
}

.what_list li dt span::before {
    content: "";
    width: 1px;
    height: 50px;
    background: #78737d;
    position: absolute;
    top: -13vw;
    left: 2vw;
}

.training_head {}

.training_head .txt {
    padding: 7% 0;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    line-height: inherit;
}

.training_head .ti {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

.training_svg {
    width: 50vw;
    margin-bottom: 3vw;
}

.training_image {
    margin-bottom: 20vw;
}

.training_image p {
    margin: 2vw 0;
    font-size: 120%;
    text-align: center;
}

.food_head {
    text-align: center;
}

.food_head_img {
    max-width: 100vw;
    margin-left: -5vw;
}

.food_head_txt {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 6vw;
}

.point_svg {
    width: 20vw;
    margin-bottom: 3vw;
}

.food_info {
    border: 1px solid #665f6b;
    padding: 8vw;
    margin-bottom: 140px;
}

.food_info dt {
    color: #665f6b;
    text-align: center;
    font-size: 4.3vw;
    font-weight: bold;
    margin: 3vw auto;
    line-height: 1.4;
}


.staff_list {
    display: flex;
    justify-content: center;
    gap: 5vw;
    margin: 10vw auto;
}

.staff_list li {
    width: 40vw;
    flex: 0 0 40vw;
}

.staff_list li img {
    width: 100%;
    height: auto;
    display: block;
}

.staff_list li p {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #544d5c;
}

.staff_list li p.poshi {
    font-size: 3.2vw;
    margin-top: 14px;
}

.staff_list li p.name {
    font-size: 5vw;
    font-family: 'Cormorant Garamond';
}

.staff_slide li p {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #544d5c;
}

.staff_slide li p.poshi {
    font-size: 3.2vw;
    margin-top: 14px;
}

.staff_slide li p.name {
    font-size: 8vw;
    font-family: 'Cormorant Garamond';
}

.staff .bx-wrapper .bx-next {
    background: url(../images/arrow_right.jpg) no-repeat center #544d5c;
    top: 36%;
    right: -8vw;
    background-size: contain;
    width: 34px;
    height: 35px;
}

.staff .bx-wrapper .bx-prev {
    background: url(../images/arrow_left.jpg) no-repeat center #f4efe9;
    top: 36%;
    left: -8vw;
    width: 34px;
    height: 35px;
}

.top_txt {
    font-size: 3.8vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 3vw;
}

.camset {
    margin: 0 auto 5vw;
}

.camset .ttl {
    color: #65606b;
    font-size: 5vw;
    font-weight: 600;
    margin: 3vw auto;
    line-height: 2;
}

.camset b {
    font-size: 120%;
    font-weight: 600;
    margin: 2vw auto;
}

.camset img {
    margin: 20px auto;
}

/* PC-size 
======================================================================================*/
@media screen and (min-width: 736px) {

    .scd_list {
        margin: 70px auto 150px;
    }

    .scd_list li {
        margin-bottom: 30px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .scd_list li dl {
        padding: 60px;
    }

    .scd_list li dt {
        font-size: 24px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .scd_list li dd {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .scd_list li dd .more01 {
        margin: 20px auto 0;
    }

    .what_list li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .what_list li dt span {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ack: tart;
        -ms-flex-pack: start;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .what_list li dt span::before {
        content: "";
        width: 80px;
        height: 1px;
        background: #78737d;
        position: absolute;
        top: 50%;
        left: -90px;
    }

    .what_list li:nth-child(even) dt span {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-irection: row-reverse;
        flex-direction: row-reverse;
    }

    .what_list li:nth-child(even) dt span::before {
        content: "";
        width: 60%;
        height: 1px;
        background: #78737d;
        position: static;
        top: 50%;
        margin-right: -83px;
    }


    /* PC用 top_what セクション */
    @media (min-width: 769px) {
        .top_what {
            margin: 120px auto 140px;
        }

        .top_what_li li {
            width: 33%;
            margin-bottom: 24px;
        }

        .top_what_li p {
            margin-top: 10px;
            font-size: 14px;
        }
    }

    .training_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .training_head li {
        width: 50%;
    }

    .training_head .txt {
        padding: 5% 0;
        font-feature-settings: "palt";
        letter-spacing: 2px;
    }

    .training_head .ti {
        font-size: 24px;
    }

    .training_svg {
        width: 260px;
        margin-bottom: 30px;
    }

    .training_list li dl {
        padding: 30px 0 30px 30px;
    }

    .training_list li dd {
        font-size: 14px;
    }

    .training_image {
        width: 660px;
        margin: 0 auto 140px;
    }

    .training_image p {
        margin: 10px auto;
        font-size: 100%;
        text-align: center;
    }

    .food_head_img {
        max-width: 100%;
        margin-left: 0;
    }

    .food_head_txt {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 6vw;
    }

    .point_svg {
        width: 120px;
        margin-bottom: 30px;
    }

    .food_list li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .food_list li dl {
        padding: 30px 0 30px 30px;
    }

    .food_list li:nth-child(even) dl {
        padding: 30px 30px 30px 0;
    }

    .food_info {
        border: 1px solid #665f6b;
        padding: 40px;
        margin-bottom: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
    }

    .food_info dl {
        padding-left: 20px;
    }

    .food_info dt {
        font-size: 20px;
        margin: 0 auto 10px;
        text-align: left;
    }

    .staff_list {
        width: 800px;
        margin: 40px auto;
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .staff_list li {
        width: 300px;
        flex: 0 0 300px;
    }

    .staff_list li img {
        width: 100%;
        height: auto;
        display: block;
    }

    .staff_list li p {
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.2;
        color: #544d5c;
    }

    .staff_list li p.poshi {
        font-size: 14px;
        margin-top: 14px;
    }

    .staff_list li p.name {
        font-size: 36px;
        font-family: 'Cormorant Garamond';
    }

    .staff_slide li p.poshi {
        font-size: 14px;
    }

    .staff_slide li p.name {
        font-size: 36px;
        font-family: 'Cormorant Garamond';
    }

    .top_txt {
        font-size: 12px;
        margin-bottom: 30px;
        text-align: center;
    }


    .camset {
        width: 760px;
        margin: 0 auto 30px;
    }

    .camset .ttl {
        font-size: 26px;
        margin: 30px auto;
    }




    /* end
======================================================================================*/
}