@charset "utf-8";
/* CSS Document */

.p-access .p-pageTitle {
	background: url(../img/access/bg_title_access.png) no-repeat center top;
}
.p-access .p-pageTitle:before {
	background: url(../img/access/icon_access.png) no-repeat center top, url(../img/access/tit_access.png) no-repeat center bottom;
	background-size: 90px 95px, 200px 70px;
}

.p-access .p-googlemap {
	width: 100%;
	height: 500px;
}
.p-access .p-clinic {
	margin: 25px 0 0;
	padding: 40px;
	background: url(../img/common/bg_body.jpg) repeat;
	border-radius: 10px;
}
.p-access .p-clinic .p-logo {
	width: 190px;
	height: 45px;
	margin: 0;
	background: url(../img/common/logo_b.png) no-repeat left top;
	background-size: 190px auto;
}
.p-access .p-clinic img {
	position: relative;
	top: 1px;
}
.p-access .p-clinic a {
	color: #66482E;
}
@media screen and (max-width: 767px) {
	
	.p-access .p-pageTitle {
		background-size: auto 100px;
	}
	.p-access .p-pageTitle:before {
		width: 270px;
		height: 70px;
		background: url(../img/access/icon_access.png) no-repeat left center, url(../img/access/tit_access.png) no-repeat right center;
		background-size: 90px 95px, 200px 70px;
	}
	
	.p-access .p-clinic {
		padding: 20px;
	}
	.p-access .p-googlemap {
		width: 100%;
		height: 250px;
	}
	
}