@charset "utf-8";

/* メイン画像
----------------------------------------------------*/
.submain {
	background-image: url(img/submain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.submain_sp {
	display: none;
}


/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
.submain {
	background: none;
}
.submain_sp {
	display: block;
}
.submain_sp img {
	width: 100%;
}
	
}