@charset "UTF-8";

.viewmore_wrap{
display: flex;
flex-direction: row;
}
a.newsblog{
margin: 0 10px !important;
}
.menu_caution{
font-size:1.2rem;
color: #FF0000;
line-height: 1.5rem;
margin-top: 5px;
display: block;
}

@media (max-width: 1140px) {
    .viewmore_wrap{
        flex-direction: column;
    }
    a.newsblog{
        margin: 10px auto !important;
    }
    .menu-image-list-box ul{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu-image-list-box ul li{
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 1261px){
.menu-cat-sec .menu-cat-box article .box .menu-info-box .price-box .price {
    font-size: 3rem !important;
}
}

.monthprice{
    font-size: 2rem;
}

/* 20220822  */
header .header-head-box .logo-shopname{
    line-height: 1.3;
}
header .header-head-box .gnav nav ul li.menu-tel a {
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    background-color: #968025;
    position: relative;
    border-right: #fff 1px solid;
    cursor: pointer;
    pointer-events: unset;
}
header .header-head-box .gnav nav ul li.menu-tel a div {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    white-space: nowrap;
    background-image: url(../images/common/icon/icon-tel.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.2em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2em;
    height: 1.2em;
}
header .header-head-box .gnav nav ul li.menu-tel a div span {
    display: none;
}
header .header-head-box .gnav nav ul li.menu-tel {
    display: none;
    right: 100px;
    top: 0;
}
header .header-head-box .gnav nav ul li.menu-tel {
    display: block;
}

@media (min-width: 768px){
    header .header-head-box .gnav nav ul li.menu-tel {
        display: table-cell;
    }
    header .header-head-box .gnav nav ul li.menu-tel a ,
    header .header-head-box .gnav nav ul li.menu-onlineshop a 
    {
        margin-top: 0;
        width: 150px;
        border-right: none;
    }
    header .header-head-box .gnav nav ul li.menu-tel a div {
        padding-left: 2.2em;
        background-size: 1.4em;
        width: auto;
        height: auto;
    }
    header .header-head-box .gnav nav ul li.menu-tel a div {
        padding-left: 2.2em;
        background-size: 1.4em;
        width: auto;
        height: auto;
    }
    header .header-head-box .gnav nav ul li.menu-tel a div span {
        font-size: calc(18 / 1260 * 100vw);
        display: block;
    }
}
@media (min-width: 768px) and (min-width: 1261px){
    header .header-head-box .gnav nav ul li.menu-tel a div span {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (max-width: 768px){
    .fixed-btn-reserve{
        width: 100vw;
        right: 0px;
        bottom: 0;
        display: flex;
        flex-direction: row;
    }
    .fixed-btn-reserve li{
        width: 50%;
    }
    .footer{
        padding: 40px 0 70px !important;
    }
    .footer-box{
        width: calc(100% - 30px) !important;
    }
    .fnav-head ul li{
        margin-bottom: 20px !important;
    }    
    .index-main-notes{
        line-height: 1.3;
    }    
}
@media (min-width: 768px) {
    /*.fixed-btn-reserve{
        display:none;
    }*/
    a.btn-shop-tel{
        display:none;
    }
}