@charset "UTF-8";

/* タイトル周り =============================================================== */


@media only screen and (max-width: 767px) {

	.ShopInfoMds {
	bottom: 12%;
	}

}

@media print, screen and (min-width: 768px) {

	.ShopInfoMds {
	bottom: 105px;
	}
	
	.ShopsLeadTitle {
	width: auto !important;
	font-size: 45px;
	}
	
	.ShopsMainUnit .Photo1_img {
	object-position: center;	
	}


}


@media print, screen and (min-width: 1090px) {



}


