@charset "utf-8";

@media print, screen and (min-width: 751px) {
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.sp {
	display: none !important;
}
}

/*style.cssのimg width:100%無効化のため追加*/
.mfp-content p.tel img{
	width: auto!important;
}