@charset "utf-8";

/*--20250307@--*/

#page_user_data .menu_list-price {
    display: none;
}

#page_user_data .menuSimplePrice {
    display: none;
}

/*--20250307@ここまで--*/

.menuList {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menuList_bx {
    margin: 0 2% 4%;
    width: 46%;
    position: relative;
}

.menu_list-item {
    width: 33.333333%;
    position: relative;
}

.menuBody {
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 2;
    font-weight: bold;
    color: #fff;
    text-shadow:
        2px  2px 10px #777 ,
        -2px  2px 10px #777 ,
        2px -2px 10px #777 ,
        -2px -2px 10px #777;
    font-size: 11px;
}

.menuSet {
    margin: 100px auto 0;
}

.menuBtnList {
    max-width: 530px;
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}

.menuBtnItem {
    text-decoration: none;
    color: #333;
    /* background-color: black; */
    border: solid 1px #707070;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 40px;
    padding: 14px 1em 13px;
    width: 46%;
    text-align: center;
    margin: 0 2%;
    max-width: 360px;
}

.menu_list-name {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.menu_list-price {
    display: flex;
    justify-content: flex-end;
}

.menu_list-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    z-index: 1;
}

.menu_list-item {
    width: 100%;
    position: relative;
    margin: 0 2% 4%;
}

.menu_list.menu_list-simple {
    margin: 40px auto 0;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.menu_list-simple dl {
    margin: 0 1% 2%;
    padding: 0 0 2%;
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    font-size: 14px;
}

.menu_list-simple dl dt {
    flex: 1;
}

.menu_list-simple dl dd {
    margin: 0 0 0 12px;
}

.menuSet {
    margin: -100px auto 0;
    padding: 200px 0 0;
}

.menuSet.menuSimple {
    margin: 0 auto;
    padding: 0 4%;
    display: flex;
    flex-wrap: wrap;
}

.menuSimpleItem {
    padding: 0.5em 0 0.5em;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.menuSimpleTit {
    font-size: 13px;
}

.menuSimplePrice {
    text-align: right;
    font-size: 13px;
    line-height: 1em;
}

/* // 小デバイス（横向きモバイル, 576px 以上） */
@media (min-width: 576px) {
    .galleryList > a {
        width: 33.33333%;
    }

    .menuList {
    /* justify-content: space-evenly; */
}
    .menuBody {

        font-size:16px;
    }

    .menuSimpleItem {
        width: 48%;
    }
    
    .menuSet.menuSimple {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .menu_list-item {
        width: 100%;
        margin: 0 1% 2%;
    }

    .menu_list-simple dl {
        width: 31.33333%;
    }

    .menu_list-simple dl {
        font-size: 16px;
    }

    .menuList_bx {
    width: 29.3333%;
}

    .menuList:before {
        content: "";
        margin: 0 2% 4%;
        width: 29.333%;
        display: block;
        order: 1;
    }


    .menuBody {
        font-size:16px;
}

.menuSet.menuSimple {
    max-width: 1200px;
    padding: 0 2%;
}

.menuSimpleItem {
    width: 31.3%;
}

.menuSet.menuSimple:after {
    content: "";
    width: 31.3%;
    display: block;
    order: 100;
}

.menuSimpleTit {
    font-size: 15px;
}

.menuSimplePrice {
    font-size: 15px;
}

}

@media (min-width: 1200px) {

    .menuList_bx {
        position: relative;
    }
    .menuBody {
        opacity: 0;
        transition:.3s;
    }

    .menu_list-item:before {
        /* background: rgb(0 0 0 / 45%); */
        transition: .5s;
    }

    .menu_list-item:hover:before {
        background: rgb(0 0 0 / 15%);
        transition: .5s;
    }

    .menu_list-item:hover:before {
        content: "";
        background: rgba(0,0,0,0.45);
    }

    .menuList_bx:hover .menuBody{
        color: #fff;
        opacity: 1;
        text-shadow:
            2px  2px 10px #777 ,
            -2px  2px 10px #777 ,
            2px -2px 10px #777 ,
            -2px -2px 10px #777;
        font-size:20px;
        transition:.3s;
    }


}