@charset "UTF-8";
/* CSS Document */



/*--------------------------------------
法事・法要プラン
--------------------------------------*/
.text-wrap{
	display: block;
	width: 100%;
    height: auto;
	text-align: center;
	background-image: url('/themes/www.ceremo117.jp_2017/hoyo/img/bg_hoyo.jpg');
    background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:  cover;
	background-size:  cover;
}

.text-wrap .container .hoyo-text{
    font-size: 1.7rem;
    font-weight: 600;
    margin: 60px 0 100px;
    
}

.text-wrap .container .hoyo-title-text{
    font-size: 2.1rem;
    margin-bottom: 50px;
    font-weight: 600;
    
}

.text-wrap .container .hoyo-lead-text{
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.1rem;
    line-height: 30px;
    padding-bottom: 100px;
}


@media (max-width:767px){
    .text-wrap .container .hoyo-text{
    font-size: 1.2rem;
    padding: 0 15px;
    margin: 30px 0;
    line-height: normal;

}
    .text-wrap .container .hoyo-title-text{
    font-size: 1.7rem;
    margin-bottom: 30px;
}

    .text-wrap .container .hoyo-lead-text{
    font-size: 1.0rem;
    padding: 0 15px 30px;
    line-height: 28px;

}    
}
    
    
/*---------------------------------------------
法要プラン内容
---------------------------------------------*/  

.hoyo-plan-wrap{
    display: block;
    width: 100%;
    background-color: #F0F0F0;
    padding: 60px 0;
}

.hoyo-plan-wrap .container{
    background-color: #fff;
}

.hoyo-plan-wrap .container .plan-name{
    font-size: 2.0rem;
    color: #000;
    margin: 35px 30px;
    
}

.hoyo-plan-area{
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 50px;
}


.hoyo-plan-area .hoyo-plan-left{
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 40px 0 30px; 
} 

.hoyo-plan-area .hoyo-plan-left .hoyo-plan-img-area{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 20px 0 30px;
    text-align: center;
}

.hoyo-plan-area .hoyo-plan-left .hoyo-plan-img-area .hoyo-plan-img01 , .hoyo-plan-img02{
    flex: 1 1 50%
}

.hoyo-plan-area .hoyo-plan-left .hoyo-plan-img-area .hoyo-plan-img01{
    margin-right: 10px;
}

.hoyo-plan-area .hoyo-plan-left .hoyo-plan-img-area .hoyo-plan-img02{
    margin-left: 10px;
}

.hoyo-plan-img01 img , .hoyo-plan-img02 img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.hoyo-plan-left .hoyo-hall-text{
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.hoyo-plan-area .hoyo-plan-right{
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-money{
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    border: solid 1px #de6977;
    border-radius: 5px;
    padding: 20px;
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-content{
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 25px 0 50px;
    background-color: #eef5f8;
    padding: 20px;
    
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type{
    background-color: #F9E8EA;
    padding: 5px 0;
    font-size: 1.4rem;
    text-align: center;
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-menber{
    color: #DE6977;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;

}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-menber span{
    color: #DE6977;
    font-size: 1.8rem;
    font-weight: bold;
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-notmenber{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;

}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-notmenber span{
    font-size: 1.8rem;
    font-weight: bold;
}

/*.hoyo-plan-area .hoyo-plan-right p,ul li{
    font-family: "ryo-gothic-plusn",sans-serif;
}*/
.hoyo-plan-area .hoyo-plan-right{
    font-family: "ryo-gothic-plusn",sans-serif;
}/*　20210819 変更　*/

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-content p span{
    color: #008285;
    font-size: 1.4rem;
    font-weight: bold;
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-content ul li{
    font-size: 1.3rem;
    line-height: 40px;
    
}

.hoyo-plan-area .hoyo-plan-right .hoyo-plan-content ul li::before{
    content: "●";
    color: #85CBBF;
    margin-right: 10px;
}

.blueline{
    border-top: 1px solid #008285;
    margin: 0 30px;
}

.dotline{
    border-top: 1px dashed #000;
}


@media (max-width:1000px){
    .hoyo-plan-wrap{
    padding: 10px 0;
}

    .hoyo-plan-wrap .container .plan-name{
    font-size: 1.5rem;
    margin: 30px 0 15px;
    
}
    .blueline{
    margin: 0 135px;
}
    
    .hoyo-plan-area{
    -webkit-flex-direction: column;
    flex-direction: column;
}
    .hoyo-plan-area .hoyo-plan-left{
    flex: 1 1 auto;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;

}
    .hoyo-plan-left .hoyo-hall-text{
    font-size: 1.1rem;
}
    
    .hoyo-plan-area .hoyo-plan-left .hoyo-plan-img-area{
    margin-bottom: 0px;
}
    
    .hoyo-plan-area .hoyo-plan-right{
    flex: 1 1 auto;
    margin: 0;
}
    
    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-money{
    padding: 10px;
    margin: 20px 10px 15px; 
}

   .hoyo-plan-area .hoyo-plan-right .hoyo-plan-content{
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
	margin: 0 10px 15px;
    padding: 20px 10px;
}
    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type{
    font-size: 1.2rem;
}
    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-menber{
    font-size: 1.2rem;
}
    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-menber span{
    font-size: 1.8rem;
}
    
    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-notmenber{
    font-size: 1.2rem;

}

    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-money .money-type-notmenber span{
    font-size: 1.6rem;
}
    
    label {
    font-family: "ryo-gothic-plusn",sans-serif;
	color :#008285;
    background: #ecf5f5;
    display: block;
    font-size: 1.18rem;
    font-weight: bold;
    margin-bottom: 0;

}

    label ::before{
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #008285;
    position: absolute;
    right: 20px;
    top: 30px;
}

    label span::after{
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #008285;
    position: absolute;
    right: 20px;
    top: 30px;
    transform: rotate(90deg);
    transition: 0.2s

}

    .hoyo-plan-content input:checked ~ label span::after{
        transform: rotate(0deg);
        transition: 0.2s
    }
    
    
    input{
    display: none;
}

    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-content ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
        height: 0;
    overflow: hidden;
}

    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-content ul li{
    font-size: 1.1rem;
    line-height: 35px;
    
}
    
    /*input[type="checkbox"].on-off + label + ul{
    height: 0;
    overflow: hidden;
}*/

    /*input[type="checkbox"].on-off:checked + label + ul{
    height: 235px;
    margin-top: 10px;
}  */
    
    
    #Panel1:checked ~ ul{
/*    height: 235px;*/
	height: auto;
    margin-top: 10px;
    
}
    
}

@media (min-width:1001px){
    .hoyo-plan-area .hoyo-plan-right .hoyo-plan-content{
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-top: 25px;
    background-color: #ecf5f5;
    padding: 20px;
    
}
}

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

#hoyo .bg-white{
    background: #FFF;
}

#hoyo .menu-ttl{
    text-align: center;
    font-size: 2.4rem;
    padding: 100px 0 77px 0;
}

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

#hoyo .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;
}

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


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

#hoyo .menu-icon {
    display: table;
    width: 90%;
}

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

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

/*メニュー*/
#hoyo .bg-white-menu{
    /*font-family: "ryo-gothic-plusn",sans-serif;*/
    background: #FFF;
    padding: 0 30px;
}


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

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

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

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

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

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

#hoyo .tax-text{
    font-size: 1rem;
}


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

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

#hoyo .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;
}

#hoyo .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;
}

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

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

#hoyo .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;

}

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

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

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

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

#hoyo .kaiseki-wrap table {
    margin: 0 25px;
    width: 93%;
}

#hoyo .kaiseki-wrap td:nth-child(2n+1) {
    font-weight: 600;
    width: 17%;
}
#hoyo .kaiseki-wrap td {
    padding: 15px 0 16px 0;
    line-height: 1.6rem;
}

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

#hoyo .kaiseki-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 21px #FCF3F4;
}

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

#hoyo .kaiseki-wrap label:before,
#hoyo .ac-box 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;
}


#hoyo .kaiseki-wrap input:checked + label::before,
#hoyo .ac-box 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;
}

#hoyo .kaiseki-wrap input{
    display: none;
}

#hoyo .kaiseki-wrap input:checked ~ .kaiseki-table{
    height: auto;
	max-height: none;
    padding-bottom: 65px; /* 閉じるボタンのbottomからの位置 */
}

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


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

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

#hoyo .kaiseki-menu-detail .tax-text{
    font-weight: 600;
    vertical-align: middle;
    padding-top: 5px;
}

#hoyo .kaiseki122-text{
    font-size: 1.15rem;
    margin: 0 25px;
    padding: 10px 0 20px 0;
    border-bottom: solid 1px #CCCCCC;
    line-height: 2.1rem;
}

#hoyo .bg-paper{
    background-image: url(/themes/www.ceremo117.jp_2017/hoyo/img/bg_paper.jpg);
    background-size: cover;
    border-radius: 10px;
    padding:25px;
    margin-bottom: 43px;
}

#hoyo .select-text{
	font-family: "ryo-gothic-plusn",sans-serif;
    text-align: center;
    font-size: 1.3rem;
    line-height: 32px;
    letter-spacing: 0.1rem;
}

#hoyo .select-text span{
    color: #DE6977;
    font-weight: 600;
}

#hoyo .select-wrap{
    background: #fff;
    margin-top: 20px;
    /*height: 173px;*/
}

#hoyo .select-box{
    display: inline-table;
    width: 91%;
    vertical-align: top;
    margin-top: 22px;
}

#hoyo .select-ttl-01,
#hoyo .select-ttl-02,
#hoyo .select-ttl-03{
    /*font-family: "YuMincho",sans-serif;*/
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 50px 20px 18px 23px;
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 1rem;
    color: #452F12;
    font-weight: 600;
}

#hoyo .select-ttl-01::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #EEB3BA;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    right: 5px;
}

#hoyo .select-ttl-02::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #EFD17A;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    right: 5px;
}

#hoyo .select-ttl-03::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #7ECBBF;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    right: 5px;
}

#hoyo .select-box img{
    width: 90%;
}

#hoyo .select-menu{
	font-family: "ryo-gothic-plusn",sans-serif;
    padding-top: 12px;
    color: #452F12;
    line-height: 1.8rem;
    letter-spacing: 0;
}

#hoyo .select-number{
	font-family: "ryo-gothic-plusn",sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    font-size: 1.3rem;
    font-weight: 600;
}

#hoyo .r-nunber{
    background: #F4D1D5;
}

#hoyo .y-nunber{
    background: #F7E8BB;
}

#hoyo .g-nunber{
    background: #B1DFD8;
}
#hoyo .ac-box input{
    display: none;
}
#hoyo .bnr-wrap{
    text-align: center;
    padding: 50px 0 100px 0;
}


@media screen and (max-width:1200px){
    #hoyo .kaiseki-table {
        height: 316px;
    }
    #hoyo .select-ttl-01,
    #hoyo .select-ttl-02,
    #hoyo .select-ttl-03 {
        margin: 50px 14px 0 12px;
        font-size: 1.3rem;
    }
    #hoyo .select-box {
        width: 92%;
    }
    #hoyo .select-ttl-01::before, 
    #hoyo .select-ttl-02::before, 
    #hoyo .select-ttl-03::before{
    right: 2px;
    }
    #hoyo .select-wrap {
        height: 156px;
    }
    #hoyo .kaiseki-wrap table {
        width: 91%;
    }
    #hoyo .kaiseki-wrap label::after {
        border-top: solid 10px #FCF3F4;
    }
}

@media screen and (max-width:991px){
    #hoyo .kaiseki-table {
        height: 240px;
    }
    #hoyo .kaiseki-wrap table {
        margin: 0 10px;
    }
    #hoyo .menu-number {
        margin-left: 10px;
    }
    #hoyo .kaiseki122-text {
        margin: 0 10px;
        line-height: 1.3rem;
    }
    #hoyo .bg-white-menu {
        padding-left: 10px;
        padding-right: 10px;
    }
    #hoyo .bg-paper {
        padding: 15px;
    }
    #hoyo .select-ttl-01,
    #hoyo .select-ttl-02,
    #hoyo .select-ttl-03 {
        margin: 50px 8px 10px 10px;
        font-size: 1.15rem;
        letter-spacing: 0.8rem;
    }
    #hoyo .select-menu {
        padding-top: 10px;
        letter-spacing: -0.1rem;
        line-height: 1.4rem;
    }
    #hoyo .select-box {
        width: 93%;
    }
    #hoyo .select-ttl-01::before, 
    #hoyo .select-ttl-02::before, 
    #hoyo .select-ttl-03::before{
    right: 1px;
    }
    #hoyo .select-wrap {
        height: 142px;
    }
    #hoyo .kaiseki-wrap table {
        width: 96%;
    }
    #hoyo .kaiseki-wrap td {
        vertical-align: top;
    }
    #hoyo .kaiseki-wrap label::after {
        border-top: solid 19px #FCF3F4;
    }
}

@media screen and (max-width:767px){
    #hoyo .kaiseki-wrap {
        margin: 0 0 20px 0;
    }
    #hoyo .kaiseki-table {
        height: 50px;
    }
    #hoyo .kaiseki-wrap label::after {
        content: "メニューを見る";
        font-size: 1rem;
        border-top: 0;
    }
    #hoyo .select-ttl-01, 
    #hoyo .select-ttl-02, 
    #hoyo .select-ttl-03 {
        writing-mode: horizontal-tb;
        margin: 15px 8px 10px 35px;
        letter-spacing: 0.1rem;
    }
    #hoyo .select-ttl-01::before, 
    #hoyo .select-ttl-02::before, 
    #hoyo .select-ttl-03::before{
        top: 2px;
        right: 0;
        left: -25px;
    }
    #hoyo .sp-menu-box{
        padding: 0 0 20px 10px;
    }
    #hoyo .bg-paper{
        background-image: url(/themes/www.ceremo117.jp_2017/hoyo/img/bg_paper_sp.jpg);
        height: 50px;
        margin-bottom: 0;
    }
    #hoyo .ac-box{
        position: relative;
        overflow: hidden;
    }
    #hoyo .ac-box label::after {
        content: "会席No.122の御造里､焼物､鍋物を見る";
        font-size: 1rem;
        padding: 15px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        background-color: #95989A;
        width: 100%;
        text-align: center;
    }
    #hoyo .ac-box input:checked ~ .bg-paper{
        height: auto;
        max-height: none;
        padding-bottom: 65px; /* 閉じるボタンのbottomからの位置 */
    }
    #hoyo .menu-ttl {
        font-size: 1.3rem;
        padding-top: 37px;
        padding-bottom: 37px;
    }
    .hoyo-plan-wrap {
        padding: 0;
    }
    #hoyo .descript-text {
        font-size: 1rem;
        padding: 20px 0 20px 5px;
        line-height: 2rem;
    }
    #hoyo .menu-number {
        font-size: 1.1rem;
        margin-left: 11px;
        margin-top: 0;
        width: 70px;
    }
    #hoyo .kaiseki-menu-detail {
        font-size: 1.2rem;
    }
    #hoyo .kaiseki-wrap tr {
        font-size: 1rem;
    }
    #hoyo .menu-height {
        height: 100% !important;
    }
    #hoyo .menu-product {
        text-align: center;
        margin-bottom: 20px;
    }
    #hoyo .note-text {
        font-size: 1rem;
        padding: 15px 0 10px 5px;
        line-height: 1.8rem;
    }
    #hoyo .remarks-text {
        font-size: 1rem;
        padding: 30px 0 20px 15px;
        line-height: 1.8rem;
    }
    #hoyo .bg-white-menu {
        border-bottom: solid 2px #ADADAD;
        padding: 0 20px;
    }
    #hoyo .menu-toggle{
        position: relative;
    }
    #hoyo .menu-toggle a::before {
    content: '';
    display: block;
    width: 21px;
    height: 3px;
    background-color: #DE6977;
    position: absolute;
    right: 35px;
    top: 47px;
    }
    #hoyo .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;
    }
    #hoyo .menu-toggle a.active::after {
        transform: rotate(0deg);
        transition: 0.2s;
    }
    #hoyo .select-wrap {
        height: auto;
    }
    #hoyo .select-number{
        vertical-align: middle;
    }
    #hoyo .kaiseki-wrap td:nth-child(2n+1) {
        width: 21%;
    }
    #hoyo .bnr-wrap img{
        width: 100%;
    }
    #hoyo .bnr-wrap {
        padding: 20px 15px 44px 15px;
    }
}

@media screen and (max-width:360px){
    #hoyo .kaiseki-wrap label::before,
    #hoyo .ac-box label::before {
        right: 5px;
    }
    #hoyo .ac-box label::after {
        padding: 15px 20px 15px 0;
    }
}



@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .bg-white-hanaomoi {
		padding-top: 20px;
	}
}
#hoyo #hanaomoi .hanaomoi-wrap {
	padding: 15px 15px 0 15px;
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .hanaomoi-wrap {
		padding: 5px 5px 0 5px;
	}
}
/*
#hoyo #hanaomoi .bg-white-hanaomoi {
	padding-bottom: 30px;
}
*/
#hoyo #hanaomoi .menu-ttl .small-text {
	font-size: 18px;
}
#hoyo #hanaomoi .menu-ttl .large-text {
	font-size: 32px;
}
#hoyo  .kaiseki-table {
	height: 450px;
}
@media screen and (max-width: 1200px) {
	#hoyo  .kaiseki-table {
		height: 355px;
	}
}
@media screen and (max-width: 991px) {
	#hoyo  .kaiseki-table {
		height: 266px;
	}
}
@media screen and (max-width: 374px) {
	#hoyo span.title-btn {
		padding-left: 0;
	}
}
#hoyo .kaiseki-wrap label::after {
	border-top: 0;
}
#hoyo #hanaomoi .kaiseki-wrap td {
	font-weight: 400;
}
#hoyo #hanaomoi .kaiseki-wrap tr {
	border-width: 0;
}
#hoyo #hanaomoi .shop-wrap {
	display: flex;
	flex-wrap: wrap;
}
#hoyo #hanaomoi .shop-info {
	margin-bottom: 0;
	padding-left: 20px;
}
#hoyo #hanaomoi .shop-info:nth-of-type(2n-1) {
	flex: 0 0 35%;
}
#hoyo #hanaomoi .shop-info:nth-of-type(2n) {
	flex: 0 0 65%;
}
/*
#hoyo #hanaomoi .shop-info.shop-tel::before {
	display: inline-block;
	content: "";
	width: 25px;
	background-image: url("./../../hoyo/img/icon-tel.png");
	background-repeat: no-repeat;
}
*/
@media screen and  (max-width: 1199px) {
	#hoyo #hanaomoi .shop-info.shop-address {
		flex: 0 0 100%;
	}
	#hoyo #hanaomoi .shop-info.shop-fax,
	#hoyo #hanaomoi .shop-info.shop-tel {
		flex: 0 0 50%;
	}
}
@media screen and  (max-width: 991px) {
	#hoyo #hanaomoi .shop-info {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .shop-wrap .shop-info {
		padding-left: 0;
	}
	#hoyo #hanaomoi .shop-info.shop-freedial {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 350px) {
	#hoyo #hanaomoi .shop-wrap .shop-info {
		flex: 0 0 100%;
	}
}
#hoyo #hanaomoi .icon-shop-info {
	width: 25px;
	margin-right: 5px;
}
#hoyo #hanaomoi .icon-shop-info.icon-tel {
	width: 14px;
}

#hoyo #hanaomoi .shop-info.shop-address {
	position: relative;
}
#hoyo #hanaomoi .shop-info.shop-address .map-link {
	position: absolute;
	right: 15px;
}
@media screen and (max-width: 1199px) {
	#hoyo #hanaomoi .shop-info.shop-address .map-link {
		right: 72px;
	}
}
@media screen and (max-width: 991px) {
	#hoyo #hanaomoi .shop-info.shop-address .map-link {
		right: 48px;
	}
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .shop-info.shop-address .map-link {
		right: 194px;
	}
}
@media screen and (max-width: 575px) {
	#hoyo #hanaomoi .shop-info.shop-address .map-link {
		right: 15px;
	}
}
@media screen and (max-width: 350px) {
	#hoyo #hanaomoi .shop-info.shop-address .map-link {
		bottom: -20px;
	}
}
#hoyo #hanaomoi th.border-top,
#hoyo #hanaomoi tr.border-top {
	padding-top: 20px;
	border-top: solid 1px #CCCCCC;
}
#hoyo #hanaomoi .font-weight-normal {
	font-weight: 400;
}
#hoyo #hanaomoi .margin-botttom-0 {
	margin-bottom: 0;
}
#hoyo #hanaomoi .td-padding-0 {
	padding: 0;
}
#hoyo #hanaomoi .delivery-text,
#hoyo #hanaomoi .menu-text {
	margin-top: 5px;
	margin-bottom: 0;
}
#hoyo #hanaomoi .menu-text.menu-text-ue {
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .menu-text.menu-text-ue {
		line-height: 2;
	}
}
#hoyo #hanaomoi .period-text {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .period-text {
		margin-top: 30px;
		margin-bottom: 25px;
	}
}
#hoyo #hanaomoi .area-title {
	font-weight: 500;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi th.th-contact {
		padding-top: 40px;
	}
}
#hoyo #hanaomoi .precautionary-text {
	line-height: 1.7;
	background-color: #fff;
	padding: 10px 25px;
	margin-left: -10px;
	margin-right: -10px;
}
@media screen and (max-width: 767px) {
	#hoyo #hanaomoi .precautionary-text {
		padding: 10px 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
}
#hoyo #hanaomoi .precautionary-text .text-pink {
	color: #E04D6F;
}
#hoyo .annotation-area .annotation-title {
	font-family: "A-OTF A1 Mincho Std";
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#hoyo .annotation-area .annotation-title {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	#hoyo .annotation-area {
		overflow: hidden;
		height: 0;
		border: 0;
	}
	#hoyo .annotation-area.annotation-active {
		height: auto;
	}
}
@media screen and (max-width: 1199px) {
	#hoyo .menu-box {
		flex-wrap: wrap;
	}
	#hoyo .menu-box a.box-b {
		width: 48.5%;
		margin-bottom: 15px;
	}
	#hoyo .menu-box a.box-b:nth-of-type(n+3) {
		margin-bottom: 0;
	}
}

#hoyo 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;
    }
#hoyo table.allergie tr{
    border: none;
    }
#hoyo table.allergie th{
    text-align: center;
    background-color: #eee;
    }
#hoyo table.allergie td{
    padding: 5px !important;
    }

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