@charset "utf-8";

.onsen_map{
	width: 470px;
	max-width: 100%;
}
#onsen06{
	background: url("../images/onsen/onsen06_bg.jpg") no-repeat center center;
	background-size: cover;
}
#onsen06 .box02{
	min-height: 680px;
}
#onsen06 h3{
	background: url("../images/onsen/onsen06_h2.png") no-repeat center top;
	background-size: 120px;
	padding-top: 160px;
}
#onsen06 h3 span{
	display: inline-block;
}
#onsen06 h3 .label{
	line-height: 32px;
	padding: 0 24px;
	border-radius: 16px;
}

@media screen and (max-width: 540px){
	#onsen06{
		background-image: url("../images/onsen/onsen06_bg_sp.jpg");
	}
	#onsen06 h3{
		padding-top: 140px;
	}

}









