@charset "utf-8";

body {
    background: var(--quaternary);
}

.businessFoodAr {
    width: 100%;
    max-width: 164.2rem;
    margin: 0 0 0 auto;
    padding: 0 0 0 2rem;
}

.businessFoodBx {
    display: flex;
    align-items: flex-end;
}

.businessFoodBxL {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: 80rem;
}

.businessFoodTit {
    margin: 0 0 0 13%;
    line-height: 1.45;
    background: linear-gradient(#0DC6F6, #0092E5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}

.businessFoodTxtBx {
    width: 100%;
    margin: 7rem 0 0;
    padding: 2rem;
    background: url(../../../../uploads/business_food_bg.jpg) no-repeat center /cover;
}

.businessFoodTxtBorder {
    width: 100%;
    height: 100%;
    padding: 5rem 1.5rem;
    border: 1px solid var(--white);
}

.businessFoodTxtIn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 67rem;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

.businessFoodTxt01 .brNone {
    display: none;
}

.businessFoodTxt02 {
    margin: 4.3rem auto 0;
}

.businessFoodBxR {
    overflow: hidden;
    width: 67.82%;
    max-width: 110rem;
    aspect-ratio: 11/6;
    margin: 0 0 5rem -15%;
}

.businessFoodBxR>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.businessDeliveryAr {
    width: 100%;
    max-width: 164.2rem;
    margin: 0 0 0 auto;
    padding: 0 2rem 0 0;
}

.businessDeliveryBx {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.businessDeliveryBxL {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: 80rem;
}

.businessDeliveryTit {
    margin: 0 2% 0 auto;
    text-align: end;
    line-height: 1.45;
    background: linear-gradient(#0DC6F6, #0092E5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}

.businessDeliveryTxtBx {
    width: 100%;
    margin: 7rem 0 0;
    padding: 2rem;
    background: var(--quaternary)
}

.businessDeliveryTxtBorder {
    width: 100%;
    height: 100%;
    padding: 5rem 1.5rem;
    border: 1px solid var(--black);
}

.businessDeliveryTxtIn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    margin: 0 auto;
    text-align: center;
}

.businessDeliveryTxt01 .brNone {
    display: none;
}

.businessDeliveryTxt02 {
    margin: 4.3rem auto 0;
}

.businessDeliveryBxR {
    overflow: hidden;
    width: 67.82%;
    max-width: 110rem;
    aspect-ratio: 11/6;
    margin: 0 -15% 5rem 0;
}

.businessDeliveryBxR>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.businessStrTitBx {
    display: flex;
    gap: 4rem;
}

.businessStrTitBxIn {
    width: 100%;
    max-width: max-content;
}

.businessStrTitBx::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    margin: 3rem 0 0;
    background: var(--secondary);
}

.businessStrBx {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    margin: 8rem 0 0;
}

.businessStrFl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 122.2rem;
    gap: 2rem;
}

.businessStrFl02 {
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
}

.businessStrFlImg {
    width: 48%;
    max-width: 56rem;
}

.businessStrFlTxtBx {
    width: 48%;
    max-width: 56rem;
}

.businessStrFlTitBx {
    display: flex;
    gap: 2rem;
}

.businessStrFlNum {
    color: var(--secondary);
}

.businessStrFlTit .brNone {
    display: none;
}

.businessStrFlTxt {
    margin: 3rem 0 0;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .businessFoodBx {
        flex-direction: column;
        align-items: center;
    }

    .businessFoodAr {
        margin: 0 auto;
        padding: 0 2rem;
    }

    .businessFoodBxL {
        width: 100%;
    }

    .businessFoodTxtBx {
        margin: 4rem 0 0;
    }

    .businessFoodTit {
        margin: 0;
        text-align: center;
    }

    .businessFoodBxR {
        width: 100%;
        margin: -4rem auto 0;
    }

    .businessDeliveryBx {
        flex-direction: column;
        align-items: center;
    }

    .businessDeliveryAr {
        margin: 0 auto;
        padding: 0 2rem;
    }

    .businessDeliveryBxL {
        width: 100%;
    }

    .businessDeliveryTxtBx {
        margin: 4rem 0 0;
    }

    .businessDeliveryTit {
        margin: 0;
        text-align: center;
    }

    .businessDeliveryBxR {
        width: 100%;
        margin: -4rem auto 0;
    }

    .businessStrFlTit .brNone {
        display: block;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .businessFoodTxtBx {
        padding: 1rem;
    }

    .businessFoodTxtBorder {
        padding: 3rem 1.5rem;
    }

    .businessFoodTxt01 .brNone {
        display: block;
    }

    .businessFoodTxt02 {
        margin: 3rem auto 0;
        text-align: left;
    }

    .businessFoodTxt02 br {
        display: none;
    }

    .businessDeliveryTxtBx {
        padding: 1rem;
    }

    .businessDeliveryTxtBorder {
        padding: 3rem 1.5rem;
    }

    .businessDeliveryTxt01 .brNone {
        display: block;
    }

    .businessDeliveryTxt02 {
        margin: 3rem auto 0;
        text-align: left;
    }

    .businessDeliveryTxt02 br {
        display: none;
    }

    .businessStrTitBx {
        gap: 2rem;
    }

    .businessStrBx {
        margin: 5rem 0 0;
        gap: 5rem;
    }

    .businessStrFl {
        flex-direction: column;
    }

    .businessStrFlImg {
        width: 100%;
    }

    .businessStrFlTxtBx {
        width: 100%;
    }

    .businessStrFlTitBx {
        gap: 1.5rem;
    }

    .businessStrFlTxt {
        margin: 2rem 0 0;
    }


}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */