@charset "UTF-8";


/* 見出し */
#content .article h2 {
	text-align: center;
}


/* グーグルマップ */
#content .googlmap {
	margin-bottom: 20px;
	margin: 0px auto;
	position: relative;
}
#content .googlmap > div {
	margin: 0px;
	padding: 8px;
	background: #FFF;
}
#content .googlmap div iframe {
	width: 100%;
	vertical-align: bottom;
}
#content .googlmap p {
	text-align: center;
}
#content .googlmap p a {
	font-weight: bold;
	color: #292929;
	text-decoration: none;
	background: #e5f7f4;
	display: inline-block;
	padding: 1em;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .googlmap p a span {
	color: #189078;
}
#content .googlmap .googlmap_img01 {
	position: absolute;
	left: -60px;
	top: 245px;
}


/* アクセス方法 */
#content .root {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content .root dl {
	width: 33%;
}
#content .root dl dt {
	font-size: 112%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
#content .root dl dt img {
	vertical-align: middle;
	margin: 0 10px;
}
#content .root dl dd ul {
	margin: 0px auto;
	display: table;
}
#content .root dl dd ul li {
	margin-bottom: 1em;
	padding-left: 1.5em;
	list-style: none;
	position: relative;
	text-align: left;
}
#content .root dl dd ul li:before {
	content: "■";
	color: #189078;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content .root dl dd ul li strong {
	color: #189078;
}
#content .root dl dd ul li ul {
	display: block;
}
#content .root dl dd ul li ul li {
	padding-left: 0em;
	list-style: circle;
	margin: 0px 0px 0em 1em;
}
#content .root dl dd ul li ul li:before {
	content: none;
}



/* 駐車場 */
#content .parking {
	margin-bottom: 20px;
	background: #FFF;
	padding: 40px 55px;
	margin: 0px auto;
	border: 5px solid #f0e7d8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
#content .parking p.parking_info {
	color: #292929;
	text-align: center;
	padding: 0em 1em;
	font-weight: 500;
	font-size: 112%;
	line-height: 2;
	background: #effffc;
	display: table;
	margin: auto auto 10px;
}
#content .parking .parking_img01 {
	position: absolute;
	left: -30px;
	bottom: -25px;
}
#content .parking .parking_img02 {
	position: absolute;
	right: -30px;
	bottom: -25px;
}


@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 999px) {
#content .googlmap .googlmap_img01 {
	left: -30px;
	top: 285px;
	width: 140px;
}
}

@media screen and (max-width: 767px) {
/* グーグルマップ */
#content .googlmap div iframe {
	height: 350px;
}
/* アクセス方法 */
#content .root {
}
#content .root dl {
	width: 100%;
}
#content .root dl dt {
	margin-bottom: 5px;
}
#content .root dl dt img {
	width: 30px;
}
#content .root dl dd ul {
	min-width: 300px;
}
/* 駐車場 */
#content .parking {
	padding: 10px 10px 30px;
}
#content .parking .parking_img01 {
	position: absolute;
	left: -10px;
	bottom: -10px;
	width: 50px;
}
#content .parking .parking_img02 {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 50px;
}
}

@media screen and (max-width: 540px) {
/* グーグルマップ */
#content .googlmap p a {
	font-weight: bold;
	color: #292929;
	text-decoration: none;
	background: #e5f7f4;
	display: inline-block;
	padding: 0.3em 1em;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .parking p.parking_info {
	font-size: 100%;
	padding: 0em 0.3em;
}
}

@media screen and (max-width: 359px) {
#content .root dl dd ul {
	min-width: 290px;
}

/* 診療日 */
#content .info_timetable {
	background: none;
	padding-bottom: 0px;
}
#content .info_timetable div {
	padding: 10px;
	width: 100%;
}
}

