@charset "UTF-8";

/*------------------メニューボタン------------------------*/
.contents_btn01.menu_btn{
      padding-top: 0;
}

/*--- メニューフォント調整(2025/04/08) ---*/
.widget_menu01 li .inner_item_txt .price {
    font-weight: normal;
}
.widget_menu01 .inner_item:nth-of-type(1) li:first-child .price {
    font-weight: bold;
    color: #ff0000;
}
.widget_menu01 .inner_item:nth-of-type(2) li:first-child .price {
    font-weight: bold;
    color: #ff0000;
}
.widget_menu01 .inner_item:nth-of-type(3) li:first-child .price {
    font-weight: bold;
    color: #ff0000;
}
.widget_menu01 .inner_item:nth-of-type(4) li:first-child .price,
.widget_menu01 .inner_item:nth-of-type(4) li:nth-child(3) .price {
    font-weight: bold;
    color: #ff0000;
}
