@charset "UTF-8";

#maivisualwrap{
	background: url(../img/top/bg_autumn.jpg) no-repeat center top;
	max-width: 2000px;
	min-width: 960px;
	height: 410px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
}

#bus_tire{
	position: absolute;
	top: 93px;
	left: 9px;
	background: url(../img/top/img_tire_a.png) no-repeat center bottom;
	width: 227px;
	height: 34px;
	z-index: 15;
}

@media screen and (max-width: 800px) {

#maivisualwrap{
	background: url(../img/top/bg_autumn_sp.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	padding-top: 34%;
	margin: 0 auto 10px auto;
	overflow: inherit;
	position: static;
}

#bus_tire{
	display: none;
}

}

