@charset "UTF-8";



/*アクセス
---------------------------------------------------------*/
.acs_box .box1 {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
}
.acs_box .box1 .img_l {
	width: 50%;
}
.acs_box .box1 .txt_r {
	width: 47%;
	max-width: 490px;
}
.acs_box .box1 .txt_r dl,
.acs_box .box1 .txt_r > div {
	padding-left: 4%;
	padding-right: 4%;
}
.acs_box .box1 .txt_r dl {
	padding-bottom: 20px;
	border-bottom: solid 1px #c0bcb8;
	margin-bottom: 20px;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.acs_box .box1 .txt_r dd {
	font-size: 210%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-top: .2em;
	margin-left: -.2em;
}

.acs_box .box2 iframe {
	display: block;
}
.acs_box .box2 .com_link1 {
	margin-top: 30px;
	text-align: right;
}

.acs_box .box3 {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.acs_box .box3 .flex_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.acs_box .box3 .flex_box dl {
	width: 48.5%;
	max-width: 476px;
}
.acs_box .box3 .flex_box dt {
	background: rgba(170,206,198,0.25) url("../images/access/bg_car@2x.png") no-repeat 10% bottom;
	background-size: contain;
	text-align: center;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: 1.0em 0;
	margin-bottom: 20px;
}
.acs_box .box3 .flex_box dd {
	width: 100%;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
}
.acs_box .box3 .car .com_list1 > li::before {color: #6ab3b2;}
.acs_box .box3 .train dt {
	background-color: rgba(219,206,174,0.25);
	background-image: url("../images/access/bg_train@2x.png");
}
.acs_box .box3 .train .com_list1 > li::before {color: #d3ae69;}
.acs_box .box3 .parking {
	margin-top: 70px;
	border-top: solid 1px #c0bcb8;
	padding-top: 40px;
	text-align: center;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.6em;
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.acs_box .box1 .txt_r dd {
	font-size: 4.0vw;
	letter-spacing: .05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.acs_box .box1 .txt_r dl {
	font-size: 100%;
}
.acs_box .box1 .txt_r dd {
	font-size: 4.2vw;
	letter-spacing: normal;
}
.acs_box .box1 .txt_r address {
	line-height: 1.8em;
}

.acs_box .box2 iframe {
	height: 350px;
}
.acs_box .box2 .com_link1 {
	margin-top: 2%;
}

.acs_box .box3 .flex_box dt {
	background-position: left bottom;
	font-size: 130%;
	margin-bottom: 5%;
}
.acs_box .box3 .parking {
	margin-top: 4%;
	padding-top: 3%;
	font-size: 130%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.acs_box .box1 {
	display: block;
}
.acs_box .box1 .img_l {
	width: 80%;
	margin: 0 auto 1.5em;
}
.acs_box .box1 .txt_r {
	width: 100%;
	max-width: 100%;
}
.acs_box .box1 .txt_r dl {
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	font-size: 100%;
}
.acs_box .box1 .txt_r dd {
	font-size: 170%;
	letter-spacing: .05em;
}
.acs_box .box1 .txt_r address {
	line-height: 1.6em;
}

.acs_box .box2 iframe {
	height: 350px;
}
.acs_box .box2 .com_link1 {
	margin-top: 1.0em;
}

.acs_box .box3 .flex_box {
	display: block;
}
.acs_box .box3 .flex_box dl {
	width: 100%;
	max-width: 100%;
}
.acs_box .box3 .flex_box dl.car {
	margin-bottom: 6%;
}
.acs_box .box3 .flex_box dt {
	background-position: left bottom;
	font-size: 130%;
	padding: .6em 0;
	margin-bottom: 4%;
}
.acs_box .box3 .flex_box dd {
	width: 94%;
	max-width: 100%;
}
.acs_box .box3 .parking {
	margin-top: 5%;
	padding-top: 3%;
	font-size: 130%;
}
}



/*診療時間
---------------------------------------------------------*/
.schedule .timetable {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.schedule .timetable dd {
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-top: 1.0em;
}
.schedule .com_tel {
	margin-bottom: 30px;
}
.schedule .txt {
	text-align: center;
}
.schedule .com_link2 {
	margin-top: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.schedule .com_tel {
	margin-bottom: 3%;
}
.schedule .com_link2 {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.schedule .timetable {
	width: 100%;
}
.schedule .timetable dd {
	font-size: 90%;
	margin-top: .5em;
}
.schedule .com_tel {
	margin-bottom: 6%;
}
.schedule .txt {
	text-align: left;
}
.schedule .com_link2 {
	margin-top: 1.0em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}