.contents{
    padding: 0 25px 100px 25px;
}
.contents img{
    width: 100%;
}
.tmenu{
    padding-bottom: 25px!important;
    font-size: 0.85rem;
    line-height: 1.1rem;
}


header{
    padding: 20px;
}

nav{
	padding: 20px;
	
	position: fixed;
	top: 0;
	right: -300px;
	
	width: 300px;
	height: 100vh;
	
	background:rgba(0,0,0,.9);
	font-size: 1rem;
	z-index: 12;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
    
    box-sizing: border-box;
}

nav > ul > li{
    margin-top: 20px;
    padding: 40px 0 20px 0;
    text-align: center;
	font-size: 0.85rem;
    background-position: top center!important;
    border-bottom: 1px solid #333;
}
nav ul li span{font-size: 0.4rem;}

nav > ul > li > ul {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
nav > ul > li > ul  li{
    margin: 0 5px;
    border-radius: 5px;
    background: #ddd;
}
nav > ul > li > ul  li a{
    padding: 10px 30px;
    display: block;
    color: #000;
}
    
#nav-sub{margin-bottom: 20px;
	border-top: 1px solid #fff;}
#nav-sub li{text-align: center;}


.nv_btn{position: fixed; top: 50px; right: 20px; width: 30px; height: 24px; z-index: 13; box-sizing: border-box; cursor: pointer; transition: all 400ms;}
.nv_btn span{position: absolute; width: 30px; height: 4px; background: #ddd; border-radius: 10px; transition: all 400ms;}
.nv_btn span:nth-child(1){transform: translateY(-10px);}
.nv_btn span:nth-child(2){transform: translateX(0px);}
.nv_btn span:nth-child(3){transform: translateY(10px);}
.nv_btn.open span:nth-child(1){transform: rotate(-45deg) translateY(0px);}
.nv_btn.open span:nth-child(2){transform: translateX(100px); background: rgba(255, 255, 255, 0);}
.nv_btn.open span:nth-child(3){transform: rotate(45deg) translateY(0px);}

#shop_footer{
    padding-bottom: 50px!important;
}
#shop_footer > div{
    flex-wrap: wrap;
    justify-content: center;}
.shop_info{
    margin-bottom: 50px;
}
.shop_info > img{
    max-width: 100%;
}
.shop_detail .info{width: calc(100% - (35px * 2));}
.shop_detail .info p.tel_link a{font-size: 1.5rem;}
.shop_detail .social img{
    width: 35px;
}