@charset "UTF-8";

@media screen and (min-width: 901px){
#mv.slide04 {
    max-height: 100%!important;
}
.mv_img li:nth-of-type(1) img {
    object-position: center 30%!important;
}
.mv_img li:nth-of-type(2) img {
    object-position: center 15%!important;
}
.mv_img li:nth-of-type(3) img {
    object-position: center 30%!important;
}
#menu_parts + div .heading.block_header_2 .h {
    top: 4px;
}
}

/*スタッフ*/
@media(width <= 900px){
#staff + div .content_wrapper{
    position: static;
}
}

/*メニュー*/
.menu_notice{
    font-size: 1.25rem;
}

.widget_menu01 .content_wrapper .inner_item:last-child .pop{
    position: relative;
}

.widget_menu01 .content_wrapper .inner_item:last-child .pop::before {
    content: "※表示価格はすべて税込の金額です。";
    position: absolute;
    bottom: -50px;
    right: 0;
    font-size: 1.25rem;
}

.menu_notice {
    display: none;
}

@media screen and (max-width: 768px) {
#menu_parts + div .heading.block_header_2 .h {
    font-size: clamp(17px, 3vw, 21px)!important;
}

#menu_parts + div .inner_item div.heading {
    min-width: 90px;
    text-align: right;
}
}