/* CSS Document */

/* ========== menus detail add luo ========= */
.menus_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    max-width: 900px;
    margin: auto;
    position: relative;
}
/*.menus_main_info{
	padding: 0 10px;
}*/

.menus_main_info .umr_product_flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.menus_main_info .umr_product_flex .umr_product_left {
    width: 430px
}

.menus_main_info .umr_product_flex .umr_product_center {
    width: 450px
}

.menus_main_info .umr_product_info_head {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6
}

.menus_main_info .umr_product_info_head .tag_info li span {
    font-weight: bold;
    font-size: 12px;
    padding: 2px 10px 0
}

.menus_main_info .umr_product_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5
}
.ingredients h4{
    font-size: 16px;
    margin-top: 20px;
}
.ingredients h5{
    font-size: 14px;
    margin-top: 10px;
}
.justified-quantity-and-name {
    column-gap: .5rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .5rem;
    padding-top: .5rem;
    row-gap: .125rem;
    border-bottom: 1px solid #eee;
}
.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.justified-quantity-and-name > bdi:nth-child(2) {
    text-align: end;
}
.justified-quantity-and-name > bdi {
    text-wrap: balance;
    align-content: center;
    flex-basis: 0;
    flex-grow: 1;
    min-width: fit-content;
    overflow-wrap: anywhere;
}
.font-semibold {
    font-weight: 600;
}
/* ========== 作り方 =========== */
.menus-steps-wrapper{
    /*border-top:1px solid #E6E6E6;
    margin-top: 20px;*/
}
.menus-steps {
    /*max-width: 1340px;
	margin: auto;
	border-top:1px solid #E6E6E6;*/
    margin-top: 20px;
}
.menus-steps h4{
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    color: #555;
}
.menus-steps .steps{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.menus-steps .steps li{
    width:25%;
    padding: 10px 10px;
    box-sizing: border-box;
    /*float: left;
    margin: 0 5px 20px 5px;*/
}
.menus-steps .steps span.step_num{
    font-size: 18px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.menus-steps .steps .step-img{
    margin: 10px 0;
}
.menus-steps .steps .step-img img{
    width: 100%;
}
.menus-steps .steps .step-text{
    font-size: 14px;
}


.section_menus h1{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.section_menus .searchMenu{
    background-color: #F7F7F7;
    padding: 15px;
}
.searchMenuWrapper{
    position: relative;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /* padding: 5px;
     height: 28px;*/
    border: 1px solid #d4d4d4;
    background-color: #fff;
    padding-left: 40px;
}
.section_menus .searchMenu .searchicon{
    position: absolute;
    left: 5px;
    top: 1px;
    width:37px;
    height: auto;
}
.section_menus .searchMenu .searchInput{
    width: 100%;
    border: none;
    box-sizing: border-box;
    height: 40px;
}
.section_menus .menus_items li.menus_item a{
    display: flex;
    border-radius: 5px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px 5px #0000001a;
    margin-bottom: 20px;
    color: #000;
}
.section_menus .menus_items li.menus_item .menu_left {
    flex: 1 1 auto;
    margin: 15px;
}
.section_menus .menus_items li.menus_item .menu_right {
    flex: none;
    height: auto;
    width: auto;

}

.menu_human {
    margin-top: 10px;
}

.menu_human img {
    width: 14px;
    height: 14px;
}

.item_discrip {
    font-size: 14px;
}

.ft_em_12 {
    font-size: 14px;
}

.btn_back {
    margin-top: 15px;
}

.btn_back a {
    display: block;
    width: 145px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    background-color: #000;
    color: #fff;
}
@media screen and (max-width: 768px) {
    html,body{
        min-width: auto;
    }
    .section_menus{
        width: 95%;
        margin: 10px auto;
    }
    .section_menus h1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .menus_wrapper{
        max-width:none;
    }
    .menus_main_info .umr_product_flex{
        display: block;
    }
    .menus_main_info .umr_product_flex .umr_product_left,
    .menus_main_info .umr_product_flex .umr_product_center{
        width: 100%;
        margin-bottom: 5px;
    }

    .menus-steps .steps li{
        width: 50%;
    }

    .section_menus .menus_items li.menus_item .menu_left {
        margin: 10px;
    }
}