@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 767px ){
	#content{
		width: 100vw;
	}
	#content img{
		width: 100%;
	}
	#content p{
		font-size: 12px;
		margin: 10px;
	}
	#content h1{
		width: 100%;
		height:42px;
		margin: 0.6em 0px 0.8em 0px;
		font-size: 16px;
		line-height: 42px;
		font-weight: bold;
		background-image: linear-gradient(#333333, #000000 );
		color: white;
		text-align: center;
	}
	.gourmet_box{
		background-image: url("../../../facilities/images/sub_title.gif");
		background-repeat: no-repeat;
		background-size:contain;
	}
}
