@charset "UTF-8";

.map {
	width: 100%;
	height: 500px;
	overflow: hidden;
	/*filter: grayscale(1); */
}
.map iframe {
	height: calc(500px + 360px);
	margin-top: -170px;
}
/* ページタイトル 
-------------------------------------
h2.ptdoctor {
	margin-top:34px;
	line-height:100%;
	height:43px;
	text-indent: -9999px;
	background:url(../images/ptitle_access.png) no-repeat top left;
}
*/
/* ----------------------------------*/
iframe {
	border:#999 solid 1px;
	height:500px;
}
@media(max-width:670px) {
	iframe {
		height:300px;
	}
}
table.access  {
	width: 100%;
	border-collapse: collapse;
}
table.access th, table.access td {
	padding:5px 5px 5px 10px;
	text-align:left;
	font-weight: normal;
}
table.access th {
	width:80px;
	border-bottom: dotted #ccc 1px;
}
table.access td {
	border-bottom:dotted #ccc 1px;
}
@media(max-width:670px) {
	table.access th, table.access td {
		padding:5px 5px 5px 0px;
	}
}

.gaikan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gaikan div {
	padding-top:20px;
}
.gaikan div img {
	width: 100%;
}
.gaikan .bimg {
	width: 49.5%;
}
.gaikan .simg {
	width: 24.2%;
}
.gaikan div p {
	line-height: 1.3em;
}
@media(max-width:670px) {
	.gaikan {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gaikan .bimg {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.gaikan .simg{
		width: 48% !important;
		margin-right: 0 !important;
	}
	.gaikan div p {
		font-size: 13px;
		line-height: 1.2em;
	}
}