@charset "utf-8";

@media print{
	#wrap{
		width: 100%;
		background-image: none;
	}
	#cafe .menu{
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}
	#cafe .menu::after{
		display: block;
		clear: both;
		height: 0px;
		visibility: hidden;
		overflow: hidden;
		line-height: 0;
		content: ".";
	}
	#cafe .menu li{
		width: 380px;
		min-height: 400px;
		margin: 0 10px 40px 10px;
		float: left;
	}
	#cafe .menu li img{
		display: block;
		width: 380px;
		height: 228px;
		margin: 0 auto 15px auto;
	}
	#pagetop{
		display: none;
		visibility: hidden;
	}
	/*--------------------------------
	anime-scale
	--------------------------------*/
	.anime-scale{ opacity: 1; }
	.anime-scale.active{ animation: none!important; }
	
	/*--------------------------------
	js-FadeUp
	--------------------------------*/
	.js-fadeup{ opacity: 1; }
	.js-fadeup.active{ animation: none!important; }
	
	/*--------------------------------
	fadeup(js-numfadeup)
	--------------------------------*/
	.js-numfadeup{ opacity: 1; }
	.js-numfadeup:nth-child(1).active{ animation: none!important; }
	.js-numfadeup:nth-child(2).active{ animation: none!important; }
	.js-numfadeup:nth-child(3).active{ animation: none!important; }
	.js-numfadeup:nth-child(4).active{ animation: none!important; }
	.js-numfadeup:nth-child(5).active{ animation: none!important; }
	
	/*--------------------------------
	fadeup(js-regurationfadeup)
	--------------------------------*/
	.js-regurationfadeup{ opacity: 1; }
	.js-regurationfadeup:nth-child(1).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(2).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(3).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(4).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(5).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(6).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(7).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(8).active{ animation: none!important; }
	.js-regurationfadeup:nth-child(9).active{ animation: none!important; }
	
}