
#sp-fixed-menu {
   opacity: 0;
}

    #sp-nav {
        display: none; 
    }


 @media(max-width:599px){
    #sp-nav {
        display: block; 
    }
}
    .openbtn {
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 9999;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 4px;
        background-color: #000; /* 3本線の色はここ */
        width: 45%;
    }
    .openbtn span:nth-of-type(1) {
        top: 15px;  /* 3本線の上線 */
    }
    .openbtn span:nth-of-type(2) {
        top: 23px;  /* 3本線の中線 */
    }
    .openbtn span:nth-of-type(3) {
        top: 31px;  /* 3本線の下線 */
    }
    .openbtn.active span{
        background-color: #fff;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px; /* HBメニュー閉じるとき用の×線０１ */
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
        background-color: #000; /* 線の色はここ */
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3) {
        top: 30px; /* HBメニュー閉じるとき用の×線０２ */
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
        background-color: #000; /* 線の色はここ */
    }
    #g-nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        left: -120%;
        width: 100%;
        height: 100vh;
        background: rgba(); /*背景の黒半透明 */
        transition: all 0.6s;
    }
    #g-nav.panelactive {
        left: 0;
    }

#g-nav.panelactive #g-nav-list {
        position: fixed; /* メニュー項目の列の設定 */
        z-index: 999;
        width: 300px;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
	background: rgba(255,255,255, 0.9); /*背景の白半透明 */;

    }


 @media(max-width:599px){
    #g-nav.panelactive #g-nav-list {
        position: fixed; /* メニュー項目の列の設定 */
        z-index: 999;
        width: 45%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
	background: rgba(255,255,255, 0.9); /*背景の白半透明 */;

    }
}
    #div_container #g-nav-list {
        text-align: start;
    }
    #g-nav-list ul {
	width:100%; /* メニュー項目のリスト設定 */
        list-style: none;
        margin-top: 0px;
	margin-left:0px; 
	margin-right:auto;
	margin-bottom: 0px;
	padding-top:70px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	/* border: 1px solid #ccc; */
	/* background:#fff; */
    }
    #g-nav-list ul li{
	margin-top:0px;
        margin-bottom: 15px;
        margin-left:0px;
        margin-right:0px;
	padding:0px;
	text-indent: 26px;
	/* background: url(../images/arrow01.png) no-repeat 6px; */ 
	/*リストの左側に矢印を入れる場合はここ*/
    }
    #g-nav-list ul li a {
        font-size: 1.0rem;
        color:#222;
	font-weight: bolder;
        text-decoration: none;
    }
    #g-nav-list ul li a:hover{
		color:#5238FF; 
    }

/* @media screen and (max-width:599px) { */
    /*ネット予約をページ下部に固定*/
	#sp_ft_yoyaku {
		display:none;
}

	@media(max-width:599px){
    #sp_ft_yoyaku {
		display:block;
        position: fixed;
        bottom: 0px;
        font-size: 0;
        z-index: 99;
		}
}

    #sp_ft_yoyaku ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #sp_ft_yoyaku li {
		list-style: none;
    }

	#sp_ft_yoyaku_img{
		width:100%;
	}

