
/*--------------------------------------
お料理メニュー
--------------------------------------*/

#menu .title-text{
    /*font-family: "A-OTF A1 Mincho Std";*/
    font-size: 2.5rem;
    text-align: center;
    padding: 70px 0 70px 0;
    color: #FFF;
    text-shadow: 1px 2px 2px #000;
}

#menu .menu-text{
    font-size: 1.4rem;
    /*font-family: "A-OTF A1 Mincho Std";*/ 
    text-align: center;
    margin: 60px 0 65px 0;
}

/*メニュー選択*/
#menu .menu-box {
    display: flex;
    margin-bottom: 50px;
}

#menu .menu-box a {
    font-size: 1.2rem;
    float: left;
    width: 32.5%;
    border: solid 1px #C4C4C4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#menu .menu-box .menu-icon p{
    color: black;
    padding: 0 10px 0 10px;
}


#menu .menu-box a:nth-child(2n) {
    margin: 0 10px;
}

#menu .menu-icon {
    display: table;
}

#menu .menu-icon p,
#menu .menu-icon img,
#menu .menu-icon i{
    display: table-cell;
    vertical-align: middle;
}

#menu .menu-icon img{
    padding: 9px 0 9px 0;
}
#menu .menu-icon i{
    color: #DE6977;
}



/*メニュー*/
#menu .bg-ltglay{
    background: #F0F0F0;
}

#menu .bg-white{
    /*font-family: "YuGothic",sans-serif;*/
    background: #FFF;
    margin-bottom: 60px; 
    padding: 0 35px;
}


#menu .menu-ttl {
    font-size: 2rem;
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
    /*font-family: "A-OTF A1 Mincho Std";*/
}

#menu .m-border {
    border-bottom: solid 2px #E7959F;
    margin-bottom: 48px;
}

#menu .descript-text {
	font-family: "ryo-gothic-plusn", sans-serif;
    font-size: 1.18rem;
    padding-bottom: 54px;
    line-height: 35px;
}

#menu .menu-product{
    text-align: center;
    margin-bottom: 50px;
}

#menu .menu-product img{
    width: 93%;
    border:solid 1px #C9C9C9;
}

#menu .menu-number{
	font-family: "ryo-gothic-plusn", sans-serif;
    color: #fff;
    background: #DE6977;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 1.18rem;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
}

#menu .tax-text{
    font-size: 1.3rem;
}

#menu .family-set{
   text-align: center;
}


#menu .family-set img{
   width: 97.5%;
}

#menu .menu-detail{
	font-family: "ryo-gothic-plusn", sans-serif;
    text-align: left;
    padding-left: 15px;
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 2.3rem;
}

#menu .small-detail{
    font-size: 1rem;
}

#menu .remarks-text{
	font-family: "ryo-gothic-plusn", sans-serif;
    font-size: 1.3rem;
    padding: 45px 0 30px 25px;
    line-height: 2.8rem;
    border-bottom:dotted 1px #898989;
}

#menu .note-text{
	font-family: "ryo-gothic-plusn", sans-serif;
    font-size: 1.3rem;
    list-style: none;
    text-indent: -1em;
    margin-left: 1em;
    padding: 15px 0 40px 5px;
    line-height: 2.8rem;
}

#menu .note-text ::before{
    content:"※";
}

#menu .note-text li:nth-child(3){
    font-weight: bold;
}

#menu .menu-btn{
    background: #FDF4F5;
    font-family: "A-OTF A1 Mincho Std";
    font-size: 1.4rem;
    border-top: solid 1px #C4C4C4;
    border-bottom: solid 1px #C4C4C4;

}

#menu .menu-btn img,
#menu .menu-btn span{
    display: inline-block;
    padding: 10px 15px;
}

#menu .menu-btn span{
    color: #000;
    vertical-align: middle;
}

#menu .menu-btn a{
    text-decoration: none;
}

#menu .syoukadou-wrap {
	font-family: "ryo-gothic-plusn", sans-serif;
    background: #FCF3F4;
    margin: 0 0 50px 25px;
    position: relative;
    overflow: hidden;
}

#menu .syoukadou-wrap table {
    margin: 0 25px;
}

#menu .syoukadou-wrap td:nth-child(2n+1) {
    font-weight: 600;
    width: 12%;
}
#menu .syoukadou-wrap td {
    padding: 17px 0 17px 0;
    line-height: 25px;
}

#menu .syoukadou-wrap tr {
    border-bottom: solid 1px #CCCCCC;
    font-size: 1.1rem;
}

#menu .syoukadou-wrap label::after {
    content: "続きを読む";
    font-size: 1.1rem;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #95989A;
    width: 100%;
    text-align: center;
    border-top: solid 5px #FCF3F4;
}

#menu .syoukadou-wrap input:checked + label:after{
    content: "とじる";
    font-size: 1.1rem;
    padding: 15px 0;
}

#menu .syoukadou-wrap label:before{
    font-family: "Font Awesome 5 Free";
	content: "\f067";
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
}


#menu .syoukadou-wrap input:checked + label::before{
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
}

#menu .syoukadou-wrap input{
    display: none;
}

#menu .syoukadou-wrap input:checked ~ .syoukadou-table{
    height: auto;
	max-height: none;
    padding-bottom: 70px; /* とじるボタンのbottomからの位置 */
}

#menu .syoukadou-table{
    height: 403px; /* 開く前に見えている部分の高さ */
}


#menu .syoukadou-menu-detail{
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block;
    margin: 14px 0 10px 11px;
}

#menu .syoukadou-menu-detail b{
    vertical-align: middle;
}

#menu .syoukadou-menu-detail .tax-text{
    font-weight: 600;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 1rem;
}

#menu .makunouchi-text{
    color: #DE6977;
    text-align: left;
}

#menu .bnr-wrap{
    text-align: center;
    padding: 50px 0 100px 0;
}


@media screen and (max-width:1200px){
    #menu .menu-box .menu-icon p,
    #menu .menu-box .menu-icon2 p{
        padding: 7px;
    }
    #menu .menu-icon img{
        width: 60px;
    }
    #menu .menu-number {
        padding: 3px 3px;
        font-size: 1.1rem;
        margin-left: 9px;
    }
    #menu .syoukadou-table {
        height: 313px;
    }
    #menu .menu-box a {
        font-size: 1.15rem;
    }
    #menu .syoukadou-wrap td:nth-child(2n+1) {
        width: 10%;
    }
    #menu .syoukadou-wrap label::after {
        border-top: solid 15px #FCF3F4;
    }
}

@media screen and (max-width:991px){
    #menu .syoukadou-table {
    height: 223px;
    }
    #menu .syoukadou-wrap table {
        margin: 0 15px;
    }
    #menu .syoukadou-wrap td {
        height: 85px;
    }
    #menu .syoukadou-wrap td:nth-child(2n+1) {
        width: 15%;
    }
}



@media screen and (max-width:767px){
    #menu .b-block{
       display: inline-block;
    }
    #menu .menu-number{
        width: 70px;
    }
    #menu .menu-height{
        height: 100% !important;
    }
/*    #menu .menu-btn a.active span {
        display: none;
    }
    #menu .menu-btn a .text2 {
        display: none;
    }   
    #menu .menu-btn a.active .text2 {
    display: inline;
    }*/
    #menu .bg-white{
    padding-left: 0;
    padding-right: 0;
    }
    #menu .syoukadou-wrap {
        margin: 0 0 15px 0;
    }   
    #menu .syoukadou-table {
        height: 50px;
    }
    #menu .syoukadou-wrap label::after {
        content: "メニューを見る";
    }
    #menu .syoukadou-wrap tr {
        font-size: 1rem;
    }
    #menu .menu-number {
        font-size: 1.1rem;
        margin-left: 11px;
        margin-top: 0;
    }
    #menu .syoukadou-menu-detail {
        font-size: 1.2rem;
        margin: 15px 0 15px 11px;
    }
    #menu .menu-detail {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-top: 10px;
    }
    #menu .syoukadou-wrap td:nth-child(2n+1) {
        width: 20%;
        vertical-align: top;
}
    #menu .bg-white {
        margin-bottom: 0;
        padding: 0 20px 0 20px;
    }
    #menu .descript-text {
        font-size: 1rem;
        padding: 20px 0;
        line-height: 2rem;
    }
    #menu .menu-product {
        text-align: center;
        margin-bottom: 20px;
    }
    #menu .note-text {
        font-size: 1rem;
        padding: 15px 0 0 5px;
        line-height: 1.8rem;
    }
    #menu .remarks-text {
        font-size: 1rem;
        padding: 30px 0 20px 15px;
        line-height: 1.8rem;
    }
    #menu .menu-text {
        font-size: 1.1rem;
        margin: 25px 0 35px 0;
    }
    #menu .title-text {
        font-size: 1.6rem;
        padding: 48px 0 48px 0;
    }
    #menu .menu-toggle{
        position: relative;
    }
/*    #menu .menu-toggle a::before{
        font-family: "Font Awesome 5 Free";
        content: "\f067";
        color: #fff;
        font-size: 1.2rem;
        position: absolute;
        bottom: 15px;
        right: 20px;
        z-index: 1;
    }
    #menu .menu-toggle a::after {
        content: '';
        display: block;
        width: 12px;
        height: 2px;
        background-color: #247fa8;
        position: absolute;
        right: 20px;
        top: 25px;
    }*/
    #menu .menu-toggle a::before {
        content: '';
        display: block;
        width: 21px;
        height: 3px;
        background-color: #DE6977;
        position: absolute;
        right: 35px;
        top: 47px;
    }
    #menu .menu-toggle a::after {
        content: '';
        display: block;
        width: 21px;
        height: 3px;
        background-color: #DE6977;
        position: absolute;
        right: 35px;
        top: 47px;
        transform: rotate(90deg);
        transition: 0.2s;
    }
    #menu .menu-toggle a.active::after {
        transform: rotate(0deg);
        transition: 0.2s;
    }
    #menu .syoukadou-wrap td {
        height: 0;
    }
    #menu .bg-white {
        border-bottom: solid 2px #ADADAD;
    }
    #menu .bnr-wrap img{
        width: 100%;
    }
    #menu .bnr-wrap {
        padding: 20px 15px 44px 15px;
    }
    #menu .syoukadou-menu-detail .tax-text{
        font-weight: 500;
    }
}

#menu table.allergie{
    font-family: "ryo-gothic-plusn", sans-serif;
    background-color: #fff;
    min-width: 22rem;
    max-width: 25rem;
    text-align: center;
    border: solid 1px;
    margin: 0 0 2rem 1rem;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    }
#menu table.allergie tr{
    border: none;
    }
#menu table.allergie th{
    text-align: center;
    background-color: #eee;
    }
#menu table.allergie td{
    padding: 5px !important;
    }

@media screen and (max-width:767px){
    #menu table.allergie{
       width: 100%;
       margin: 0 0 2rem 0;
    }
}