@charset "UTF-8";

/* RESPONSIVE 
--------------------------------------------- */
.menu_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.menu_list.bca_list {
    margin-bottom: 10px;
}

.menu_dt {
    /* width: 70%; */
    width: 55%;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    display:flex;
}

 .menu_dt::before{
            content:"●";
            width: 30px;
            height: 30px;
            color: #000;
        }

        .new_menu::before{ 		
		    content: "New!";
 		    width: 78px;
 		    height: 42px;
 		    color: #fff;
 		    font-weight: 600;
		    margin-right: 10px;
 		    padding: 7px;
		    padding-left: 12px;
 		    border-radius: 30px; 		
		    background: #ff0000;
 }


.menu_dd {
    /* width: 30%; */
    width: 45%;
    margin-bottom: 20px;
    text-align: right;
    font-weight: normal;
    font-size: 3rem;
    
}
.menu_dd.bca .menu_sub_dt{
    margin-bottom: 0;
    align-self: flex-end;
}
.menu_sub_dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu_sub_dt {
    width: 50%;
    font-weight: normal;
    margin-bottom: 2rem;
    font-size: 2.3rem;
}

.menu_sub_dd {
    width: 50%;
    font-size: 3rem;
}



.max_dd{
    width: 100%;
  }






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


        .menu_list {
            /* display: flex;
            justify-content: center; */
            flex-wrap: wrap;
        
        }
        
        .menu_dt {
            display: block;
            width: 100%;
            margin-bottom: 0rem;
            font-size: 2rem;
            font-weight: normal;
            line-height: normal;
            display:flex;
            align-items: baseline;
        }

        .menu_dt::before{
            content:"●";
            width: 16px;
            height: 22px;
            color: #000;
        }

        .new_menu::before{ 		
		    content: "New!";
 		    width: 48px;
 		    height: 25px;
 		    color: #fff;
 		    font-weight: 600;
		    margin-right: 10px;
 		    padding: 7px;
		    padding-left: 12px;
 		    border-radius: 30px; 		
		    background: #ff0000;
 }

        .span_ib{
            font-size: 14px;
            padding-top: 5px;
        }

        .topping_text{
            font-size: 14px;
            /* padding-left: 13px; */
            padding-right: 8px;
        }

        .menu_dd.bca .menu_sub_dt{
            margin-bottom: 0;
            align-self: flex-end;
        }
        .menu_dd {
            width:90%;
            margin-bottom: 0rem;
            text-align: right;
            font-weight: normal;
            font-size: 2rem;
            margin: 0;
            margin-top: 10px;
        }
        
        .menu_sub_dl {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
        }
        
        .menu_sub_dt {
            width: 50%;
            font-weight: normal;
            font-size: 2rem;
            margin: 0;
        }
        
        .menu_sub_dd {
            width: 50%;
            font-size: 2rem;
            margin: 0;
        }

  .uchikeshi {
    text-decoration-line: line-through;
  }   
        
    }