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