@charset "utf-8";

/* main.css */



@media screen and (max-width:991px) {
	#keyvisual { position: relative; width: 100%; overflow: hidden; background: url(/interres/media/bgKeyvisual.jpg) center center #000; background-size: cover; }
	#keyframe { width: 100%; text-align: center; padding: 50px 0; z-index: 9; }

}

@media screen and (min-width:992px) {
	#keyvisual { position: relative; width: 100%; max-height: 720px; line-height: 0; text-align: center; overflow: hidden;  background: url(/interres/media/bgKeyvisual.jpg) center center #000; background-size: cover; }
	#bg { width:100%; z-index:-100; height: auto; background-size: cover; }
	#keyframe { position: absolute; top: 100px; left: 0; width:100%; text-align: center; }
	#keyframe img { width: 1120px; max-width: 90%; margin: auto; }
}

#goCafe { width: 100%; background: repeating-linear-gradient(#444, #555, #555); color: #fff; font-size: 24px; padding: 30px 0; text-align: center; }
#goCafe p:hover { color: lemonchiffon;  }

/* CSS Document */
