@charset "UTF-8";

/* ページトップタイトル---------------- */

.img-area img{
    width: 110%;
    object-position: 0 50%;
}

/* 特徴---------------- */

.back-layer h3{
    padding: 0;
}

.back-layer p{
    padding: 60px 0;
}

.title-gd{
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(to right,#FFE0E0, #FAF6F300);
}

.other-title-txt span{
    font-size: 0.58em;
    margin-left: 15px;
}

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

    .back-layer h3{
        font-size: 20px;
    }

    .title-gd{
        padding: 25px 0;
    }

    .back-layer p{
        padding: 30px 0;
    }

    .other-title-txt span{
        font-size: 14px;
        margin-left: 10px;
    }
    
}

/* メニュー---------------- */

.other-menu-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-menu-box img{
    width: 50%;
}

.other-menu-box h3{
    padding: 0;
}

.other-menu-box h4{
    font-size: 1.28em;
    color: var(--black);
}

.other-menu-item{
    width: 43%;
}

.required-time{
    margin-bottom: 40px;
}

.other-menu-area{
    margin-bottom: 30px;
}

.other-menu-list{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    max-width: 400px;
    width: 100%;
}

.flex-box{
    display: flex;
    width: 50%;
}

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

    .other-menu-box{
        flex-wrap: wrap;
    }

    .other-menu-box img{
        width: 100%;
    }

    .other-menu-box h3{
        font-size: 20px;
        padding-right: 10px;
    }

    .other-menu-box h4{
        font-size: 16px;
    }

    .other-menu-box h4 span{
        font-size: 14px;
    }

    .other-menu-item{
        margin-top: 20px;
        width: 100%;
    }

    .required-time{
        margin-bottom: 25px;
    }

    .other-menu-area{
        margin-bottom: 5px;
    }

    .other-menu-list{
        flex-wrap: wrap;
    }

    .flex-box{
        width: 100%;
    }

    .flex-box img{
        width: 50%;
    }
}

/* ページトップタイトル---------------- */

.img-area img{
    width: 110%;
    object-position: 0 35%;
}

/* タイ式特徴------------------------- */

#pink-layer{
    background-color: var(--pink);
}

#p-f{
    background: linear-gradient(to right,#f3e1e1, #FAF6F300);
}

/* メイク特徴-------------------------- */

#orange-layer{
    background-color: #FFF7F2;
}

#o-f{
    background: linear-gradient(to right,#fceee2, #FFE3CC00);
}

#box-row-reverse{
    flex-direction: row-reverse;
}