@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
		visual
-------------------------------------------------- */
.top {
	padding-top: 80px;
	background-image: url(../img/top_bg.jpg);
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

.u-cts__inner{
/*		padding-top: 200%;*/
	max-width: 1340px;
	display: block;
	margin:  0 auto;
	text-align: center;
		
	}
.day{
	padding: 10px 0;
	background-image: url("../img/visual_top_bottom_bg.png");
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

/* --------------------------------------------------
		utility 767
-------------------------------------------------- */
@media screen and (max-width: 767px) {


}
	
/* --------------------------------------------------
		utility
-------------------------------------------------- */

img.u-pc {
	display: block;
	margin: 0 auto;
}
img.u-sp {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
img.u-pc {
	display: none;
	margin: 0 auto;
}
img.u-sp {
	display: block;
	margin: 0 auto;
}
}