@charset "UTF-8";


/* ---------------------------------------------------------
 * Common
** --------------------------------------------------------- */
/* --------------- #footer --------------- */
@media (max-width: 519px) {
	#footer .footer_img img {
		object-position: -430px center;
	}
}




/* ---------------------------------------------------------
 * #page-facility
** --------------------------------------------------------- */
@media (max-width: 519px) {
	#page-facility .front.facility_main .img {
		object-position: -30px center;
	}
	#page-facility .front.facility_main .sample ul li:nth-child(3) img {
		object-position: center calc(-9400vw / 360);
	}
	#page-facility .bath.facility_main .sample ul li:nth-child(2) img {
		object-position: center calc(-4000vw / 360);
	}
	#page-facility .other .sample ul li:nth-child(1) img {
		object-position: center calc(-4000vw / 360);
	}
	#page-facility .other .sample ul li:nth-child(3) img {
		object-position: center top;
	}
}