@charset "utf-8";
/* CSS Document */


/* スポーツ障害 */
div.sports_img01 {
}
div.sports_img02 {
	width:100%;
	background-repeat:no-repeat;
	background-position:top;
}


/* 高解像度モバイル */
@media screen  and (min-width:641px) {

	/* スポーツ障害 */
	div.sports_img01 img{
		width:70vw;
	}
	div.sports_img02 {
		background-image:url(../img/sports/sports_img2b.png);
		background-size:90vw;
		height:32vw;
	}


}

/* 低解像度モバイル */
@media screen and (max-width:640px){

	/* スポーツ障害 */
	div.sports_img01 img{
		width:85vw;
	}
	div.sports_img02 {
		background-image:url(../img/sports/sports_img2.png);
		background-size:85vw;
		height:50vw;
	}


}


