@charset "UTF-8";

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


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

	.ShopInfoMds {
	bottom: 8%;
	}

}

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

	.ShopInfoMds {
	bottom: 88px;
	}

	.ShopsMainUnit .Photo1_img {
	object-position: top;	
	}
	
	.ShopsUnit .ShopUnitPh {
	width: 195px;
	}
	
	.ShopsUnit .ShopUnitLeadWrap {
	width: calc(100% - 195px);
	}

}


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



}


