@charset "UTF-8";
/* コンテンツ */

.title_img {
	background-image:url(../img/title.jpg);
}
.tx1 {
	text-align:center;
	margin-bottom:80px;
}
.img1 {
	height:400px;
	background-image:url(../img/img1.jpg);
	background-position:center center;
	background-size:cover;
}
.img2 {
	height:400px;
	background-image:url(../img/img3.jpg);
	background-position:center center;
	background-size:cover;
}
.img3 {
	height:400px;
	background-image:url(../img/img2.jpg);
	background-position:center center;
	background-size:cover;
}
@media screen and (min-width: 500px) {
}

@media screen and (max-width: 499px) {
.tx1 {
	margin-bottom:50px;
}
.img1,.img2,.img3 {
	height:200px;
}
}