@charset "utf-8";
#l_wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fixed__btn{
    display: block;
    width: 135px;
    height: 135px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 99;
    cursor: pointer;
    transition: 0.4s;
}
    .fixed__btn img{
        width: 100%;
        height: auto;
    }
    #hero{
        width: 100%;
        height: 100vh;
    }
        .hero__inner{
            width: 100%;
            height: 100%;
            position: relative;
        }
            .hero__image{
                width: 100%;
                height: 100%;
                position: relative;
            }
                .hero__image img{
                    width: 100%;
                    height: 100%;
                    position: relative;
                }
                .hero__image video{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: top center;
                    position: relative;
                }
                .hero__image::after{
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    opacity: 0.5;
                    position: absolute;
                    top: 0;
                    left: 0;
                }
            .hero__logo{
                width: 167px;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }
                .hero__logo img{
                    width: 100%;
                    height: auto;
                }
            .hero__kumo_obj{
                height: auto;
                position: absolute;
                z-index: 4;
            }
                .hero__kumo_obj img{
                    width: 100%;
                    height: auto;
                }
            .hero__kumo_obj_01{
                width: calc((422 / 1440) * 100vw);
                height: auto;
                bottom: calc((205 / 1440) * -100vw);
                left: 0;
            }
            .hero__kumo_obj_02{
                width: calc((309 / 1440) * 100vw);
                height: auto;
                right: 0;
                bottom: calc((150 / 1440) * -100vw);
            }
/* アバウト */
#about{
    width: 100%;
    height: auto;
    background-color: #0F0F0F;
    position: relative;
}
    .about__bg_image{
        width: calc((560 / 1440) * 100vw);
        height: auto;
        position: absolute;
        right: 0;
        bottom: 68px;
    }
        .about__bg_image img{
            width: 100%;
            height: auto;
        }
    .about__inner{
        width: 85%;
        height: auto;
        padding: 145px 30px 145px 0px;
        position: relative;
        z-index: 1;
    }
        .about__contents{
            width: 100%;
            height: auto;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }
            .about__contents_image{
                width: 55.8%;
                height: auto;
                max-height: 735px;
                overflow: hidden;
            }
                .about__contents_image img{
                    width: 100%;
                    height: 100%;
                    object-position: center;
                    object-fit: cover;
                }
            .about__contents_dtl{
                flex: 1;
                font-size: 14px;
                font-weight: 500;
                line-height: 2.4;
                letter-spacing: 0.18em;
                color: #FFFFFF;
                margin-left: calc((172 / 1440) * 100vw);
            }
                .about__contents_dtl_ttl{
                    width: 100%;
                    height: auto;
                    padding: 69px 0 40px 0;
                }
                .about__contents_dtl_dtl{
                    width: 100%;
                    height: auto;
                }
/* お品書き */
#menu{
    width: 100%;
    height: auto;
}
    .menu__inner{
        width: 94%;
        height: auto;
        margin: 0 auto;
        max-width: 1440px;
        padding-bottom: 113px;
    }
        .menu__ttl{
            width: 100%;
            height: auto;
            padding: 113px 0 86px 74px;
            position: relative;
        }
            .menu__ttl_main{
                font-size: 34px;
                font-weight: 500;
                letter-spacing: 0.06em;
                color: #000000;
                line-height: 1;
                padding: 0 0 5px 82px;
                position: relative;
            }
            .menu__ttl_main::before{
                content: "";
                display: block;
                width: 70px;
                height: 1px;
                background-color: #000;
                position: absolute;
                left: 0;
                bottom: 10px;
            }
            .menu__ttl_sub{
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.06em;
                color: #000000;
                line-height: 1;
                padding: 0 0 5px 82px;
            }
        .menu__contents{
            width: 100%;
            height: auto;
            margin: 0 auto;
            background-color: #FFFFFF;
        }
            .menu__contents_inner{
                width:90%;
                height: auto;
                margin: 0 auto;
            }
                .menu__contents_ttl{
                    width: 100%;
                    height: auto;
                    padding: 70px 0 40px 0;
                    display: flex;
                    flex-direction: column;
                    row-gap: 12px;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                }
                    .menu__contents_ttl_main{
                        font-size: 26px;
                        font-weight: 500;
                        letter-spacing: 0.06em;
                        color: #000000;
                        line-height: 1;
                    }
                    .menu__contents_ttl_sub{
                        font-size: 14px;
                        font-weight: 700;
                        letter-spacing: 0.06em;
                        color: #000000;
                        line-height: 1;
                    }
                .menu__contents_list{
                    width: 100%;
                    height: auto;
                    border-bottom: 1px solid #000;
                }
                    .menu__contents_item{
                        width: 100%;
                        height: auto;
                        padding-bottom: 71px;
                    }
                    .menu__contents_item.rice_ball{
                        padding-bottom: 100px;
                    }
                        .menu__contents_item_image_wrap{
                            width: 100%;
                            height: auto;
                            display: flex;
                            align-items: stretch;
                            justify-content: space-between;
                            column-gap: 20px;
                        }
                            .menu__contents_item_image_wrap_inner{
                                width: 100%;
                                height: auto;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: flex-start;
                                column-gap: 20px;
                            }
                            .menu__contents_item_image{
                                width: 50%;
                                height: auto;
                                position: relative;
                            }
                                .menu__contents_item_image_txt{
                                    font-size: 16px;
                                    font-weight: 500;
                                    line-height: 1;
                                    letter-spacing: 0.06em;
                                    color: #FFFFFF;
                                    padding: 10px;
                                    background-color: #C39A6C;
                                    position: absolute;
                                    right: 0;
                                    bottom: 0;
                                }
                                .menu__contents_item_image img{
                                    width: 100%;
                                    height: auto;
                                }
                            .menu__contents_item_image_wrap_inner .menu__contents_item_image{
                                width: 100%;
                            }
                        .menu__contents_item_dtl{
                            width: 100%;
                            height: auto;
                        }
                            .menu__contents_item_ttl{
                                width: 100%;
                                height: auto;
                                padding-top: 33px;
                                padding-bottom: 20px;
                            }
                                .menu__contents_item_ttl_inner{
                                    width: 100%;
                                    height: auto;
                                    display: flex;
                                    align-items: center;
                                }
                                    .menu__contents_item_ttl_main{
                                        font-size: 28px;
                                        font-weight: 500;
                                        letter-spacing: 0.06em;
                                        color: #000000;
                                        line-height: 1;
                                        padding-left: 36px;
                                        position: relative;
                                    }
                                    .menu__contents_item_ttl_main::before{
                                        content: "";
                                        display: block;
                                        width: 20px;
                                        height: 20px;
                                        background-color: #C39A6C;
                                        border-radius: 50%;
                                        position: absolute;
                                        left: 0;
                                        top: 50%;
                                        transform: translateY(-50%);
                                    }
                                    .menu__contents_item_ttl_sub{
                                        font-size: 14px;
                                        font-weight: 700;
                                        letter-spacing: 0.06em;
                                        color: #C39A6C;
                                        line-height: 1;
                                        padding: 0 26px 0 16px;
                                    }
                                    .menu__contents_item_takeout{
                                        font-size: 16px;
                                        font-weight: 500;
                                        line-height: 1.8;
                                        letter-spacing: 0.06em;
                                        color: #FFFFFF;
                                        padding: 8px 12px;
                                        background-color: #000;
                                    }
                                .menu__contents_item_flex{
                                    width: 100%;
                                    height: auto;
                                    display: flex;
                                    align-items: flex-start;
                                    justify-content: space-between;
                                    padding-bottom: 15px;
                                }
                                .menu__contents_item_image_wrap_inner .menu__contents_item_flex{
                                    padding-top: 40px;
                                }
                                .menu__contents_limit_menu{
                                    display: flex;
                                    align-items: center;
                                    column-gap: 14px;
                                }
                                    .menu__contents_limit_txt{
                                        padding: 10px;
                                        background-color: #C39A6C;
                                        font-size: 16px;
                                        font-weight: 500;
                                        line-height: 1;
                                        letter-spacing: 0.06em;
                                        color: #FFFFFF;
                                    }
                                    .menu__contents_item_neme{
                                        font-size: 20px;
                                        font-weight: 500;
                                        letter-spacing: 0.06em;
                                        color: #000000;
                                        line-height: 1.8;
                                    }
                                        .menu__contents_item_neme_remark{
                                            display: block;
                                            font-size: 14px;
                                            font-weight: 500;
                                            line-height: 1;
                                            letter-spacing: 0.06em;
                                            color: #000000;
                                            padding-top: 10px;
                                        }
                                        .menu__contents_item_neme_remark.view_sp{
                                            display: none;
                                        }
                                    .menu__contents_item_price{
                                        font-size: 20px;
                                        font-weight: 500;
                                        line-height: 1.8;
                                        letter-spacing: 0.06em;
                                        color: #000000;
                                    }
                                .menu__contents_item_remarks{
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 1;
                                    letter-spacing: 0.06em;
                                    color: #000000;
                                    padding-top: 5px;
                                }
                                .menu__contents_item_attention{
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 1;
                                    letter-spacing: 0.06em;
                                    color: #000000;
                                    padding-top: 5px;
                                    text-align: end;
                                    padding-top: 32px;
                                }
                .other_menu{
                    width: 100%;
                    height: auto;
                    padding-bottom: 120px;
                }
                    .other_menu__inner{
                        width: 100%;
                        height: auto;
                        border-bottom: solid 1px #000;
                    }
                        .other_menu__ttl{
                            width: 100%;
                            height: auto;
                            padding: 40px;
                            cursor: pointer;
                            position: relative;
                        }
                        .other_menu__ttl::before{
                            content: "";
                            width: 26px;
                            height: 1px;
                            background-color: #000;
                            position: absolute;
                            top: 50%;
                            right: 40px;
                            transform: translateY(-50%);
                        }
                        .other_menu__ttl::after{
                            content: "";
                            width: 26px;
                            height: 1px;
                            background-color: #000;
                            position: absolute;
                            top: 50%;
                            right: 40px;
                            transform: translateY(-50%) rotate(90deg);
                            transition: 0.4s;
                        }
                        .other_menu__ttl.active::after{
                            transform: translateY(-50%) rotate(0deg);
                        }
                            .other_menu__ttl_main{
                                font-size: 26px;
                                font-weight: 500;
                                line-height: 1;
                                letter-spacing: 0.06em;
                                color: #000000;
                            }
                            .other_menu__ttl_sub{
                                font-size: 14px;
                                font-weight: 700;
                                line-height: 1;
                                letter-spacing: 0.06em;
                                color: #000000;
                                padding: 12px 0 0 5px;
                            }
                        .other_menu__contents_wrap{
                            width: 100%;
                            height: auto;
                            display: none;
                        }
                            .other_menu__contents{
                                width: 100%;
                                height: auto;
                            }
                                .other_menu__contents_inner{
                                    width: 100%;
                                    height: auto;
                                }
                                    .other_menu__contents_ttl{
                                        width: 100%;
                                        height: auto;
                                        padding-top: 10px;
                                        border-bottom: 1px dashed #000000;
                                        position: relative;
                                    }
                                        .other_menu__contents_ttl_main{
                                            font-size: 26px;
                                            font-weight: 500;
                                            line-height: 1;
                                            letter-spacing: 0.06em;
                                            color: #000000;
                                            text-align: center;
                                        }
                                        .other_menu__contents_ttl_sub{
                                            font-size: 14px;
                                            font-weight: 700;
                                            line-height: 1;
                                            letter-spacing: 0.06em;
                                            color: #000000;
                                            text-align: center;
                                            padding: 12px 0 20px 0;
                                        }
                                        .menu__contents_ttl_sub_lunch{
                                            font-size: 16px;
                                            font-weight: 500;
                                            line-height: 1;
                                            letter-spacing: 0.06em;
                                            color: #FFFFFF;
                                            padding: 14px;
                                            background-color: #C39A6C;
                                            position: absolute;
                                            right: 0;
                                            bottom: 60px;
                                        }
                                    .other_menu__contents_list{
                                        width: 100%;
                                        height: auto;
                                        display: flex;
                                        align-items: flex-start;
                                        justify-content: space-between;
                                        column-gap: 50px;
                                        padding: 45px 40px 70px;
                                    }
                                    .other_menu__contents_list.view_sp{
                                        display: none;
                                    }
                                        .other_menu__contents_item{
                                            width: 50%;
                                            height: auto;
                                            display: flex;
                                            flex-direction: column;
                                            row-gap: 20px;
                                        }
                                        .__drink .other_menu__contents_item{
                                            width: 100%;
                                            flex-direction: row;
                                            flex-wrap: wrap;
                                            column-gap: 50px;
                                        }
                                            .other_menu__contents_dtl{
                                                display: flex;
                                                align-items: flex-start;
                                                justify-content: space-between;
                                            }
                                            .__drink .other_menu__contents_dtl{
                                                width: calc(50% - 50px);
                                            }
                                                .other_menu__contents_name{
                                                    font-size: 20px;
                                                    font-weight: 500;
                                                    line-height: 1.8;
                                                    letter-spacing: 0.06em;
                                                    color: #000000;
                                                }
                                                .other_menu__contents_price{
                                                    font-size: 20px;
                                                    font-weight: 500;
                                                    line-height: 1.8;
                                                    letter-spacing: 0.06em;
                                                    color: #000000;
                                                }
#belt__area{
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .belt__area_inner{
        display: flex;
        width: fit-content;
        animation: beltSlide 52s linear infinite both;
        will-change: transform;
    }
        .belt__area_contents{
            width: 100%;
            display: flex;
            align-items: center;
        }
        @keyframes beltSlide {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }
            .belt__area_contents_image{
                width: calc((412 / 1440) * 100vw);
                height: auto;
                padding-left: 20px;
                max-width: 412px;
            }
            .belt__area_contents_image img{
                width: 100%;
                height: auto;
            }
#shop_info{
    width: 100%;
    height: auto;
}
    .shop_info__inner{
        width: 90%;
        height: auto;
        margin: 0 auto;
        max-width: 1440px;
    }
        .shop_info__ttl{
            width: 100%;
            height: auto;
            padding: 100px 0px 82px 0px;
            position: relative;
        }
            .shop_info__ttl_main{
                font-size: 34px;
                font-weight: 500;
                letter-spacing: 0.06em;
                color: #000000;
                line-height: 1;
                padding: 0 0 5px 82px;
                position: relative;
            }
            .shop_info__ttl_main::before{
                content: "";
                display: block;
                width: 70px;
                height: 1px;
                background-color: #000;
                position: absolute;
                left: 0;
                bottom: 10px;
            }
            .shop_info__ttl_sub{
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.06em;
                color: #000000;
                line-height: 1;
                padding: 0 0 5px 82px;
            }
/* 店舗詳細 */
            .shop_info__contets_wrap{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                row-gap: 30px;
                margin-bottom: 100px;
            }
                .shop__info_contents{
                    width: 100%;
                    height: auto;
                    background-color: #fff;
                    padding: 100px 0 100px 0;
                }
                .__bg__gray{
                    background-color: rgba(231, 231, 231, 0.6);
                }
                    .shop__info_contents__ttl{
                        width: 100%;
                        height: auto;
                        padding: 0 0px 54px 0px;
                        position: relative;
                    }
                        .shop__info_contents__ttl__main{
                            font-size: 34px;
                            font-weight: 500;
                            letter-spacing: 0.06em;
                            color: #000000;
                            line-height: 1;
                            padding: 0 0 0 0;
                            position: relative;
                            text-align: center;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                        }
                        .shop__info_contents__ttl__sub{
                            font-size: 18px;
                            font-weight: 500;
                            letter-spacing: 0.06em;
                            color: #000000;
                            line-height: 1;
                            padding: 12px 0 0 0;
                            text-align: center;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                        }
                    .shop__info_contents_inner{
                        width: 90%;
                        height: auto;
                        margin: 0 auto;
                    }
                        .shop__info_contents_image_wrap{
                            width: 100%;
                            height: auto;
                            display: flex;
                            justify-content: space-between;
                            column-gap: 20px;
                        }
                            .shop__info_contents_image{
                                width: 50%;
                                height: auto;
                            }
                                .shop__info_contents_image img{
                                    width: 100%;
                                    height: auto;
                                }
                        .shop__info_contents_dtl{
                            width: 100%;
                            height: auto;
                        }
                            .shop__info_contents_dtl_ttl{
                                font-size: 24px;
                                font-weight: 500;
                                line-height: 1;
                                letter-spacing: 0.06em;
                                color: #000000;
                                padding: 40px 0 20px;
                                line-height: 1.5;
                            }
                                .shop__info_contents_dtl_list{
                                    width: 100%;
                                    height: auto;
                                    border-top: #000000 1px solid;
                                }
                                    .shop__info_contents_dtl_item{
                                        width: 100%;
                                        height: auto;
                                        padding: 20px 0;
                                        border-bottom: 1px dashed #000000;
                                    }
                                    .shop__info_contents_dtl_item:last-child{
                                        padding: 20px 0 40px;
                                    }
                                    .shop__info_contents_dtl_item:last-of-type{
                                        border: unset;
                                    }
                                        .shop__info_contents_dtl_dl{
                                            width: 100%;
                                            height: auto;
                                            display: flex;
                                            align-items: flex-start;
                                            justify-content: flex-start;
                                        }
                                            .shop__info_contents_dtl_dt{
                                                width: 155px;
                                                height: auto;
                                                font-size: 14px;
                                                font-weight: 500;
                                                line-height: 1.5;
                                                letter-spacing: 0.12em;
                                                color: #000000;
                                            }
                                            .shop__info_contents_dtl_dd{
                                                font-size: 14px;
                                                font-weight: 500;
                                                line-height: 1.5;
                                                letter-spacing: 0.12em;
                                                color: #000000;
                                            }
                                                .shop__info_contents_dtl_dd a {
                                                    display: block;
                                                    cursor: pointer;
                                                }
                                                .shop__info_contents_dtl_dd img{
                                                    width: 40px;
                                                    height: auto;
                                                }
                                            @media (any-hover: hover) {
                                                .shop__info_contents_dtl_dd a {
                                                    transition: 0.4s;
                                                    opacity: 1;
                                                }
                                                .shop__info_contents_dtl_dd a:hover {
                                                    opacity: 0.7;
                                                }
                                            }
                        .shop__info_contents_map{
                            width: 100%;
                            height: 450px;
                        }
                            .shop__info_contents_map iframe{
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        .shop__info_contents_reserve{
                            width: fit-content;
                            height: auto;
                            margin: 80px auto 0 auto;
                        }
                        .shop__info_contents_reserve__la{
                            width: fit-content;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            gap: 30px;
                        }
                            .shop__info_contents_reserve_link{
                                width: 262px;
                                height: 49px;
                                font-size: 16px;
                                font-weight: 500;
                                line-height: 1;
                                letter-spacing: 0.09em;
                                color: #fff;
                                padding: 14px 0 19px 0;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                position: relative;
                                background-color: #000;
                                border: #000000 1px solid;
                                border-radius: 9999px;
                                transition: 0.4s;
                                margin: 0 auto;
                            }
                            .shop__info_contents_reserve_link.__yelp__link{
                                padding-left: 120px;
                                position: relative;
                                background-color: #E62030;
                                border: #E62030 solid 1px;
                                display: block;
                            }
                            .shop__info_contents_reserve_link.shop__info_contents_reserve_link__la::before{
                                content: "";
                                display: block;
                                width: 3px;
                                height: 3px;
                                background-color: #fff;
                                border-radius: 50%;
                                position: absolute;
                                top: 22px;
                                left: 70px;
                                transition: 0.4s;
                                color: #000;
                            }
                            .shop__info_contents_reserve_link.__yelp__link:hover{
                                background-color: #fff;
                                border: #000 solid 1px;
                            }
                                .shop__info_contents_reserve_link.__yelp__link span{
                                    display: block;
                                    width: 1px;
                                    height: 18px;
                                    position: absolute;
                                    top: 50%;
                                    left: 104px;
                                    transform: translate(0%, -50%);
                                    background-color: #fff;
                                    transition: 0.3s;
                                }
                                .shop__info_contents_reserve_link.__yelp__link:hover span{
                                    background-color: #000;
                                }
                            .shop__info_contents_reserve_link::before{
                                content: "";
                                display: block;
                                width: 3px;
                                height: 3px;
                                background-color: #fff;
                                border-radius: 50%;
                                position: absolute;
                                top: 22px;
                                left: 80px;
                                transition: 0.4s;
                                color: #000;
                            }
                            .shop__info_contents_reserve_link.__yelp__link::before{
                                content: "";
                                display: none;
                            }
                            .shop__info_contents_reserve_link:hover{
                                color: #000;
                                background-color: #fff;
                            }
                            .shop__info_contents_reserve_link:hover::before{
                                background-color: #000;
                            }
                            .yelp__svg{
                                width: 57px;
                                position: absolute;
                                top: 50%;
                                left: 30px;
                                transform: translate(0%, -50%);
                            }
                                .yelp__svg path{
                                    transition: 0.3s;
                                    fill: #fff;
                                }
                                .shop__info_contents_reserve_link:hover .yelp__svg path{
                                    transition: 0.3s;
                                    fill: #000 ;
                                }
/* 店舗詳細ここまで */
/* SP ================================================== */
@media all and (max-width: 820px){
.fixed__btn{
    display: block;
    width: 98px;
    height: 98px;
    position: fixed;
    right: 14px;
    bottom: 24px;
    z-index: 9999;
    cursor: pointer;
    transition: 0.4s;
}
#hero{
        width: 100%;
    }
        .hero__inner{
            width: 100%;
            height: 100%;
            position: relative;
        }
            .hero__image{
                position: absolute;
                inset: 0;
            }
                .hero__image video{
                    position: absolute;
                    inset: 0;
                    width: 100%;
                    height: 101%;
                    object-fit: cover;
                    pointer-events: none;
                }
                .hero__image::after{
                    z-index: 1;
                    height: 100%;
                }
            .hero__logo{
                width: 123px;
                top: 46%;
                z-index: 2;
            }
            .hero__kumo_obj{
                height: auto;
                position: absolute;
                z-index: 4;
            }
                .hero__kumo_obj img{
                    width: 100%;
                    height: auto;
                }
            .hero__kumo_obj_01{
                width: calc((178 / 375) * 100vw);
                bottom: calc((75 / 375) * -100vw);
            }
            .hero__kumo_obj_02{
                width: calc((130 / 375) * 100vw);
                bottom: calc((63 / 375) * -100vw);
            }
/* アバウト */
    .about__bg_image{
        width: calc((276 / 375) * 100vw);
        height: auto;
        position: absolute;
        right: 0;
        bottom: 27px;
    }
        .about__bg_image img{
            width: 100%;
            height: auto;
        }
    .about__inner{
        width: 76%;
        height: auto;
        padding: 40px 0px 184px 0px;
        margin: 0 auto;
    }
        .about__contents{
            display: flex;
            flex-direction: column;
            row-gap: 60px;
        }
            .about__contents_image{
                width: 100%;
                height: auto;
                max-height: auto;
                overflow: auto;
            }
                .about__contents_image img{
                    width: 100%;
                    height: auto;
                }
            .about__contents_dtl{
                margin-left: 0;
            }
                .about__contents_dtl_ttl{
                    width: 100%;
                    height: auto;
                    padding: 0 0 40px 0;
                }
/* お品書き */
    .menu__inner{
        width: 90%;
        height: auto;
        margin: 0 auto;
        max-width: 1440px;
        padding-bottom: 60px;
    }
        .menu__ttl{
            margin-left: -6%;
            padding: 60px 0 30px 0;
        }
            .menu__ttl_main{
                font-size: 14px;
                font-weight: 500;
                padding: 0 0 2px 50px;
                position: relative;
            }
            .menu__ttl_main::before{
                width: 42px;
                bottom: 6px;
            }
            .menu__ttl_sub{
                font-size: 12px;
                font-weight: 500;
                padding: 0 0 5px 50px;
            }
            .menu__contents_inner{
                width: 85%;
            }
                .menu__contents_ttl{
                    padding: 40px 0 30px 0;
                    row-gap: 8px;
                }
                    .menu__contents_ttl_main{
                        font-size: 18px;
                        font-weight: 500;
                        letter-spacing: 0.06em;
                        color: #000000;
                        line-height: 1;
                    }
                    .menu__contents_ttl_sub{
                        font-size: 14px;
                        font-weight: 700;
                        letter-spacing: 0.06em;
                        color: #000000;
                        line-height: 1;
                    }
                    .menu__contents_item{
                        padding-bottom: 60px;
                    }
                    .menu__contents_item.rice_ball{
                        padding-bottom: 60px;
                    }
                        .menu__contents_item_image_wrap{
                            width: 100%;
                            height: auto;
                            display: flex;
                            flex-direction: column;
                            row-gap: 20px;
                            align-items: center;
                            justify-content: space-between;
                            column-gap: 20px;
                        }
                            .menu__contents_item_image_wrap_inner{
                                width: 100%;
                                height: auto;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: space-between;
                                column-gap: 20px;
                            }
                            .menu__contents_item_image{
                                width: 100%;
                            }
                                .menu__contents_item_image_txt{
                                    font-size: 14px;
                                    padding: 6px;
                                }
                            .menu__contents_item_image_wrap_inner .menu__contents_item_image{
                                width: 100%;
                            }
                            .menu__contents_item_ttl{
                                width: 100%;
                                height: auto;
                                padding-top: 33px;
                                padding-bottom: 20px;
                            }
                                .menu__contents_item_ttl_inner{
                                    display: block;
                                    position: relative;
                                }
                                    .menu__contents_item_ttl_main{
                                        font-size: 16px;
                                        font-weight: 500;
                                        letter-spacing: 0.06em;
                                        color: #000000;
                                        line-height: 1;
                                        padding-left: 22px;
                                        position: relative;
                                    }
                                    .menu__contents_item_ttl_main::before{
                                        width: 12px;
                                        height: 12px;
                                    }
                                    .menu__contents_item_ttl_sub{
                                        position: absolute;
                                        top: 0;
                                        left: 96px;
                                        padding: 0;
                                    }
                                    .menu__contents_item_ttl_sub.gyukatsu{
                                        left: 79px;
                                    }
                                    .menu__contents_item_takeout{
                                        width: fit-content;
                                        font-size: 14px;
                                        letter-spacing: 0.03em;
                                        padding: 8px;
                                        margin-top: 20px;
                                    }
                                .menu__contents_item_flex{
                                    flex-direction: column;
                                    align-items: flex-start;
                                    row-gap: 5px;
                                    padding-bottom: 20px;
                                }
                                .menu__contents_item_image_wrap_inner .menu__contents_item_flex{
                                    padding-top: 40px;
                                }
                                .menu__contents_limit_menu{
                                    column-gap: 12px;
                                }
                                    .menu__contents_limit_txt{
                                        padding: 6px;
                                        background-color: #C39A6C;
                                        font-size: 14px;
                                        font-weight: 500;
                                        line-height: 1;
                                        letter-spacing: 0.06em;
                                        color: #FFFFFF;
                                    }
                                    .menu__contents_item_neme{
                                        font-size: 16px;
                                        white-space: nowrap;
                                        padding-bottom: 3px;
                                    }
                                        .menu__contents_item_neme_remark{
                                            font-size: 14px;
                                            line-height: 1;
                                            letter-spacing: -0.01em;
                                            padding-top: 15px;
                                        }
                                        .menu__contents_item_neme_remark.view_pc{
                                            display: none;
                                        }
                                        .menu__contents_item_neme_remark.view_sp{
                                            display: block;
                                        }
                                    .menu__contents_item_price{
                                        font-size: 14px;
                                        font-weight: 500;
                                        line-height: 1.8;
                                        letter-spacing: 0.06em;
                                        color: #000000;
                                    }
                                .menu__contents_item_remarks{
                                    font-size: 14px;
                                    white-space: nowrap;
                                    letter-spacing: -0.01em;
                                    padding-top: 0px;
                                }
                                .menu__contents_item_attention{
                                    font-size: 14px;
                                    line-height: 1.5;
                                    letter-spacing: 0.02em;
                                    color: #000000;
                                    text-align: start;
                                    padding-top: 12px;
                                }
                .other_menu{
                    padding-bottom: 60px;
                }
                        .other_menu__ttl{
                            padding: 16px 14px;
                        }
                        .other_menu__ttl::before{
                            content: "";
                            width: 15px;
                            height: 1px;
                            background-color: #000;
                            position: absolute;
                            top: 50%;
                            right: 25px;
                            transform: translateY(-50%);
                        }
                        .other_menu__ttl::after{
                            content: "";
                            width: 15px;
                            height: 1px;
                            background-color: #000;
                            position: absolute;
                            top: 50%;
                            right: 25px;
                            transform: translateY(-50%) rotate(90deg);
                            transition: 0.4s;
                        }
                            .other_menu__ttl_main{
                                font-size: 14px;
                            }
                            .other_menu__ttl_sub{
                                font-size: 12px;
                                font-weight: 700;
                                line-height: 1;
                                letter-spacing: 0.06em;
                                color: #000000;
                                padding: 7px 0 0 0;
                            }
                                    .other_menu__contents_ttl{
                                        padding-top: 60px;
                                        border: unset;
                                    }
                                        .other_menu__contents_ttl_main{
                                            font-size: 18px;
                                        }
                                        .other_menu__contents_ttl_sub{
                                            font-size: 14px;
                                            font-weight: 700;
                                            line-height: 1;
                                            letter-spacing: 0.06em;
                                            color: #000000;
                                            text-align: center;
                                            padding: 8px 0 30px 0;
                                        }
                                        .menu__contents_ttl_sub_lunch{
                                            width: 100%;
                                            font-size: 15px;
                                            font-weight: 500;
                                            line-height: 1;
                                            letter-spacing: 0.06em;
                                            color: #FFFFFF;
                                            padding: 14px 12px;
                                            background-color: #C39A6C;
                                            position: unset;
                                            text-align: center;
                                            margin-top: 22px;
                                        }
                                            .menu__contents_ttl_sub_lunch span{
                                                padding: 0;
                                            }
                                .other_menu__contents:last-of-type{
                                    padding-bottom: 40px;
                                }
                                    .other_menu__contents_list{
                                        display: block;
                                        padding: 0;
                                    }
                                    .other_menu__contents_list.view_sp{
                                        display: block;
                                    }
                                    .other_menu__contents_list.view_pc{
                                        display: none;
                                    }
                                        .other_menu__contents_item{
                                            width: 100%;
                                            height: auto;
                                            display: flex;;
                                            flex-direction: column;
                                            row-gap: 20px;
                                        }
                                        .other_menu__contents_item:first-of-type{
                                            margin-bottom: 20px;
                                        }
                                        .__drink .other_menu__contents_item{
                                            flex-direction: column;
                                        }
                                            .other_menu__contents_dtl{
                                                display: flex;
                                                flex-direction: column;
                                                row-gap: 3px;
                                                align-items: flex-start;
                                            }
                                            .__drink .other_menu__contents_dtl{
                                                width: 100%;
                                            }
                                                .other_menu__contents_name{
                                                    font-size: 16px;
                                                    font-weight: 500;
                                                    line-height: 1.8;
                                                    letter-spacing: 0.06em;
                                                    color: #000000;
                                                }
                                                .other_menu__contents_price{
                                                    font-size: 14px;
                                                    font-weight: 500;
                                                    line-height: 1.8;
                                                    letter-spacing: 0.06em;
                                                    color: #000000;
                                                }
    .belt__area_inner{
        display: flex;
        width: fit-content;
        animation: beltSlide 48s linear infinite;
    }
    @keyframes beltSlide {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
        .belt__area_contents{
            width: 100%;
            display: flex;
            align-items: center;
        }
            .belt__area_contents_image{
                width: calc((224 / 375) * 100vw);
                height: auto;
                padding-left: 10px;
                max-width: 224px;
            }
    .shop_info__inner{
        width: 90%;
    }
        .shop_info__ttl{
            margin-left: -6%;
            padding: 62px 0px 60px 0px;
        }
            .shop_info__ttl_main{
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.06em;
                color: #000000;
                line-height: 1;
                padding: 0 0 2px 50px;
                position: relative;
            }
            .shop_info__ttl_main::before{
                content: "";
                display: block;
                width: 42px;
                height: 1px;
                background-color: #000;
                position: absolute;
                left: 0;
                bottom: 6px;
            }
            .shop_info__ttl_sub{
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 0.06em;
                color: #000000;
                line-height: 1;
                padding: 0 0 2px 50px;
            }
/* 店舗詳細 */
        .shop_info__contets_wrap{
            row-gap: 80px;
            padding-bottom: 0;
            margin-bottom: 60px;
        }
            .shop__info_contents{
            padding: 40px 0 60px 0;
        }
            .shop__info_contents__ttl{
                padding: 0 0 30px 0;
            }
                .shop__info_contents__ttl__main{
                    font-size: 20px;
                    padding: 0;
                }
                .shop__info_contents__ttl__sub{
                    font-size: 14px;
                    padding: 6px 0 0 0;
                }
            .shop__info_contents_inner{
                width: 85%;
                height: auto;
                margin: 0 auto;
            }
                .shop__info_contents_image_wrap{
                    flex-direction: column;
                    row-gap: 20px;
                }
                    .shop__info_contents_image{
                        width: 100%;
                    }
                .shop__info_contents_dtl{
                    width: 100%;
                    height: auto;
                }
                    .shop__info_contents_dtl_ttl{
                        font-size: 14px;
                        padding: 30px 0 20px;
                    }
                        .shop__info_contents_dtl_list{
                            width: 100%;
                            height: auto;
                            border-top: #000000 1px solid;
                        }
                                .shop__info_contents_dtl_dl{
                                    flex-direction: column;
                                    row-gap: 12px;
                                    align-items: flex-start;
                                }
                                    .shop__info_contents_dtl_dt{
                                        width: 155px;
                                        height: auto;
                                        font-size: 12px;
                                        font-weight: 500;
                                        line-height: 1;
                                        letter-spacing: 0.12em;
                                        color: #000000;
                                    }
                .shop__info_contents_map{
                    width: 100%;
                    height: calc((200 / 375) * 100vw);
                }
                .shop__info_contents_reserve{
                    width: 100%;
                    height: auto;
                    margin: 40px auto 0 auto;
                }
                .shop__info_contents_reserve__la{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    gap: 20px;
                }
                    .shop__info_contents_reserve_link{
                        width: 255px;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 1;
                        letter-spacing: 0.09em;
                        color: #fff;
                        padding: 16px 0 18px 0;
                        position: relative;
                        background-color: #000;
                        border: #000000 1px solid;
                        border-radius: 9999px;
                        transition: 0.4s;
                    }
                    .shop__info_contents_reserve_link::before{
                        content: "";
                        display: block;
                        width: 3px;
                        height: 3px;
                        background-color: #fff;
                        border-radius: 50%;
                        position: absolute;
                        top: 23px;
                        left: 80px;
                        transition: 0.4s;
                    }
                    .shop__info_contents_reserve_link:hover{
                        color: #000;
                        background-color: #fff;
                    }
                    .shop__info_contents_reserve_link:hover::before{
                        background-color: #000;
                    }
/* 店舗詳細ここまで */
}