@charset "UTF-8";

.hero-business.tours {
	background: top center / cover url("/images/tours/main.jpg") no-repeat;
}

.c-map--tours .c-map__tab {
    font-size: 0.8rem;
}

@media screen and (max-width:768px) {
	
	/** hero **/
	.hero-business.tours {
		background: top center / cover url("/images/tours/main_sp.jpg") no-repeat;
	}
    
    
}