@charset "UTF-8";
.mybr{
    display: inline-block;
}
/* ================メニュータブ=================== */

@media (min-width: 1025px){
    .hamburger-menu{
        display: none;
    }
    .nav-btn{
        display: none;
    }
    .menu-nav-content{
        display: none;
    }
    .menu-nav-list{
        display: none;
    }
}
@media ( max-width: 1024px ){
    .nav-btn {
        position: fixed;
        top: 150px;
        left: 0;
        display: flex;
        height: 145px;
        width: 45px;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        background-color: rgb(206, 125, 91,.7);
        border-radius: 0 15px 15px 0;
    }
    .nav-btn p{
    writing-mode: vertical-rl;
    color: #ffffff;
    letter-spacing: 0.5rem;
    }
    .menu-nav-content {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 100%;
        z-index: 9998;
        background-color: rgb(206, 125, 91,.7);
        border-radius: 0 15px 0 0;
        color: #ffffff;
        white-space: nowrap;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        transition: all .3s;
    }
    .menu-nav-content-inner{
        grid-row: 2/3;
    }
    .menu-nav-list{
        display: flex;
        justify-content: flex-start;
    }
    .menu-nav-content p{
        padding: 0;
        letter-spacing: 0.7rem;
        margin-top: 10%;
        font-size: 1.8rem;
    }
    .menu-nav-content ul {
        margin-top: 12%;
    }
    .menu-nav-content ul li {
        text-align: left;
        letter-spacing: 0.4rem;
    }
    .menu-nav-content ul li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        color:#ffffff;
        padding: 0;
        position: relative;
        margin: 0 calc( 40 / 1440 * 100vw) 0;
        font-size: 1.8rem;
    }
    .menu-nav-content ul li a::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(../images/menu/nav-kote.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        transform:rotate(40deg);
    }
    .open{
        overflow: hidden;
    }
    .open .menu-nav-content {
        z-index: 10010;
        right: 0%;
        overflow: hidden;
    }
    .open .nav-btn {
        top: -20px;
        left: 80%;
        display: flex;
        height: 100px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 10011;
        background-color: rgb(206, 125, 91, 0);
    }
    .open .nav-btn span {
        background-color: rgba(255, 255, 255, 0);
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        position: absolute;
    }
    .open .nav-btn span::before {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        transform: rotate(45deg);
    }
    .open .nav-btn span::after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        transform: rotate(-45deg);
    }
    .open .nav-btn p{
        display: none;
    }
    .menu-nav-list hr{
        border-top: 1px solid #FFF;
        border-right: none;
        border-bottom: none;
        border-left: none;
    }
    /* ========= 英語版 ======== */
    .menu-tab-eng p{
        text-orientation: upright;
    }
    .menu-tab-eng ul li a{
        letter-spacing: 0.2rem;
    }
    .menu-tab-eng .menu-nav-content ul li a::before {
        transform: translateX(-2px) rotate(40deg);
    }
}
@media ( max-width: 700px ){
    .menu-nav-list hr{
        transform: translateX(10px);
    }
    .menu-nav-content p{
        font-size: 1.6rem;
    }
    .menu-nav-content ul li a{
        font-size: 1.6rem;
    }
}

/* ================ここから記述してください。=================== */
.menu-container{
    text-align: center;
    margin-top: calc( 164 / 1440 * 100vw);
}
.menu-top h2{
    font-size: 32px;
}
.top{
    width: 200px;
    height: 18.24px;
}
.menu-eng-block{
margin-bottom:3rem;
}
.menu-eng{
    margin-left: auto;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: #f0e2c7;
    border-radius: 20px;
    transition: 0.2s;
}
.menu-eng:hover{
    transform: scale(1.1);
    background-color: #E8D4B0;
}

.menu-title{
    font-size: 3.2rem;
}
/* =============== ナビゲーションバー ==================== */
.menu-nav{
    background-color: #F8F4EB;
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #333;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 10rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.menu-nav a:hover{
    color: #ce7e5b;
    transform: scale(1.1);
    transition: 0.2s;
}
.take-out{
    background-color: #ce7e5b;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: calc( 50  / 1440 * 100vw );
    border-radius: 0 0 30px 30px;
}
.take-out h3{
    color: #fff;
}
.menu-item .tax{
    text-align: end;
    font-size: small;
    margin-bottom: calc( 30  / 1440 * 100vw );
}
.menu-item1{
    display: flex;
    justify-content: space-between
}
.pc { display: block;
}
.sp { display: none;
}
.menu-img1{
    background-color: rgba(208, 166, 87, 0.4);
    box-shadow: 2px 2px 3px 0 rgba(80, 63, 33, 0.4);
    border-radius: 30px;
    width: 65%;
    margin-bottom: 4rem;
}
.menu-img{
    position: relative;
    width: 100%;
    padding: 3rem;
    /* margin-bottom: 4rem; */
}
.menu-img img{
    border-radius: 30px;
}
.menu-img h3{
    color: #fff;
    text-shadow: 3px 3px 2px  rgb(61, 48, 25);
    position: absolute;
    transform: rotate(-25deg);
    top: 10%;
    left: 5%;
    font-size: 2.5rem;
}
.img-info a{
    display: flex;
    justify-content: flex-end;
}
/* ＝＝＝＝＝＝＝＝イラスト＝＝＝＝＝＝ */
.illust{
    width: 31%;
    padding: 1rem 0;
}
.illust h2{
    text-align: center;
    margin-top: 10rem;
    padding: 2rem 2rem 1rem 2rem;
}
.menu-item1-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
}
.img-card{
    box-shadow: 2px 2px 3px 0 rgba(80, 63, 33, 0.4);

    background-color: rgba(208, 166, 87, 0.4);
    border-radius: 30px;
    width: 31%;
    padding: 3rem;
    margin-bottom: 4rem;
}
.img-card img{
    border-radius: 30px;
    width:100%;
}
/* ＝＝＝＝文字のみメニュー＝＝＝＝ */
.menu-list{
    background-color: rgba(208, 166, 87, 0.4);
    box-shadow: 3px 3px 5px 0 rgba(80, 63, 33, 0.4);
    border-radius: 30px;
    /* display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1.5fr 1fr;
    gap:0 4rem; */
    display: flex;
    justify-content: space-around;
    padding: 3rem;
    margin-bottom: 4rem;
}

.menu-list-item{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.menu-list-item div{
    margin: 1rem auto 0;
    width: 100%;
}
.price{
    display: flex;
    justify-content: flex-end;
}
.menu-img2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.menu-list-option {
    background-color: rgba(208, 166, 87, 0.4);
    box-shadow: 2px 2px 3px 0 rgba(80, 63, 33, 0.4);

    border-radius: 30px;
    gap:0 4rem;
    padding: 3rem;
    margin-bottom: 4rem;
}
.menu-list-option h4{
    margin-bottom: 1rem;
}
.menu-list-option p{
    text-align: right;
}
.small{
    font-size: 16px;
    display: flex;
    justify-content: center;
}
/* ＝＝＝＝＝飲み物＝＝＝＝＝ */
/* .menu-list-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr;
    gap:0 5rem;
    padding: 1rem 0;
} */
.red{
    color: rgb(175, 15, 15);
}
.bold{
    font-size: 115% ;
    font-weight: bold;
    margin-top: 1em;
}
/* ビール */
.menu-list-grid2{
    /* display: grid;
    grid-template-columns: 2fr 1fr;
    gap:0 4rem; */
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
}
.menu-list-grid2 p{
    text-align: right;
}

/* タブレット */
@media ( max-width:1024px ){
    .menu-img1{
        background-color: rgba(208, 166, 87, 0.4);
        border-radius: 30px;
        width: 65%;
        height: 50%;
        margin-bottom: 4rem;
    }
    .img-card{
        width: 33%;
    }
    .take-out{
        background-color: #F8F4EB;
        margin-bottom: calc( 10  / 1440 * 100vw );
    }
    .take-out h3{
        color: #ce7e5b;
        background-color: #F8F4EB;
    }
    .illust{
        width: 30%;
        padding: 5rem 1rem;
    }
    .illust h2{
        margin: 2rem 2rem 1rem 2rem;
        line-height: 1.3;
    }
    .menu-img2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .menu-list{
        grid-template-columns: 2fr 1fr 2fr 1fr;
    }
    .menu-list-grid{
        grid-template-columns: 2fr 1fr 2fr 1fr;
    }
    .img-card{
        padding: 2rem;
    }
    .img-card p{
        margin: 1em 0 ;
    }
    .menu-nav{
        display: none;
    }
}
/* モバイル */
@media ( max-width:600px ){
    .menu-top h1{
        font-size: 2rem;
    }
    .top{
        width: 120px;
        height: 12px;
        transform: translateY(-12px);
    }
    .menu-container{
        margin-top: 105px;
    }
    .menu-img h3{
        font-size: 20px;
    }
    h2{
        padding: 30px;
        border-width: thin;
        border-top: 1px #D9D9D9 solid;
        border-bottom: 1px #D9D9D9 solid;
    }
    .menu-eng-block{
        margin: 30px 0 0 0;
    }
    .take-out{
        background-color: #F8F4EB;
        margin-bottom: calc( 10  / 1440 * 100vw );
    }
    .take-out h3{
        color: #ce7e5b;
        background-color: #F8F4EB;
    }
    .pc { display: none !important; }
    .sp { display: block !important; }

    .menu-title{
    font-size: 1rem;
    }
    .menu-nav{
        display: none;
    }
    .menu-item .tax{
    padding: 0 2.5rem 0 0 ;
    }
    .ippin-category{
        padding: 0 1rem 5rem;
    }
    .illust .o1{
        padding: 0;
    }
    .illust{
        width: 100%;
    }
    .illust img{
        display: none;
    }
    .illust h2{
        text-align: center;
        margin-top: 0;
    }
    .menu-item1-list{
        flex-direction: column;
        }
    .img-card{
        width: 100%;
        padding: 3rem;
        margin-bottom: 3rem;
    }
    .menu-list{
        background-color: rgba(208, 166, 87, 0.4);
        border-radius: 30px;
        /* display: grid;
        grid-template-columns: 3fr 1fr  ;
        gap:0 4rem;*/
        padding: 3rem;
        margin-bottom: 4rem;
    } 
    /* .menu-list-grid{
        display: grid;
        grid-template-columns: 3fr 1fr ;
        gap:0 2rem;
        padding: 3rem 0 0 0;
    } */
    /* .menu-list-item{
        width: 100%;
    } */
    .menu-img2{
        flex-direction: column;
    }
    .menu-img1{
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .menu-img{
        width: 100%;
        /* height: 100%; */
        padding: 3rem;
    }
    .menu-item1{
        flex-direction: column;
        width: 100%;
    }
    .o1{order: 1;}
    .o2{order: 2;}
    .o3{order: 3;}
    .o4{order: 4;}
    .o5{order: 5;}
    .key-visual{
        overflow: hidden;
    }
}
/* モバイル */
@media ( max-width:420px ){
    .menu-list{
        flex-direction: column;
    }
    .menu-list-item{
        width: 100%;
        margin: 0 auto 0 0;
        text-align: left;
    }
}
