@media (max-width: 767px) {
	
	/* トップページ */
	.navbar-menu{
		background-color:red;
	}
	.fixed_mainbg,.fixed_01,.fixed_menubg{
		background-attachment: scroll;
	}
	.my-x{
		margin:6em 0;
	}
	
	.about h2,.menu h2,.access h2,.sns h2{
		font-size:90px;
	}
	
	.about img{
		margin-left:0;
	}
	
	.about p{
		font-size:16px !important;
		line-height: 1.5em !important;
	}
	
	.hero.is-large .hero-body{
		padding:10em 0;
	}
	
	.pc{
		display: none;
	}
	
	.sp{
		display: inline-block;
	}
	
	.access th,.access td{
		font-size:16px;
		text-align: left !important;
	}
	
	.access p{
		font-size:20px;
	}
	
	/* menu */
	.menu-content{
		width: 100%;
	}
	.copy-top{
		font-size:24px;
	}
	.menu-content h2{
		text-align: center !important;
		font-size:60px;
		padding:0;
	}
	
	.ja-h2{
		font-size:60px !important;
	}
	
	#setmenu dd{
		line-height: 2em;
	}
	
	.menu-text dt{
		margin-bottom: 10px;
	}
	
	.menu-text dd{
		font-size:16px;
	}
	
	.spice li{
		font-size:18px;
	}
	
	.nomiho h3,.spice h3{
		font-size:24px;
	}
	
	#drink ul{
		display: block;
	}
}