@charset "UTF-8";

.contentpage .m_img_area .m_img {
	background-image: url("../images/access/m_img@2x.jpg");
}



/*アクセス
---------------------------------------------------------*/
.access .com_lead_txt {
	margin-bottom: 70px;
}

.access .box1 .flex_box {
	display: flex;
    justify-content: space-between;
}
.access .box1 .flex_box .img_l {
	width: 27%;
	max-width: 310px;
}
.access .box1 .flex_box .txt_r {
	width: 69%;
	max-width: 810px;
}
.access .box1 .flex_box .txt1 {
	margin-bottom: 2.0em;
}

.access .box1 .map_box {
	text-align: right;
}
.access .box1 .map_box iframe {
	display: block;
}
.access .box1 .map_box .com_arrow_link {
	margin-top: 30px;
}

.access .box1 .point_list {
	display: flex;
    justify-content: center;
	text-align: center;
	line-height: 2.0em;
	letter-spacing: .14em;
}
.access .box1 .point_list li {
	width: 33.3333%;
	box-sizing: border-box;
	border-left: solid 1px #ccc;
	padding: 30px 0.5em 40px;
}
.access .box1 .point_list li:first-child {
	border-left: none;
}
.access .box1 .point_list dt {
	width: 70%;
	margin: 0 auto 1.5em;
}

#route ul,
#bicycle ul {
	display: flex;
    flex-wrap: wrap;
	row-gap: 50px;
	line-height: 1.7em;
}
#route ul li,
#bicycle ul li {
	width: 31.4%;
	margin-right: 2.9%;
}
#route ul li:nth-child(3n),
#route ul li:last-child,
#bicycle ul li:nth-child(3n),
#bicycle ul li:last-child {
	margin-right: 0;
}
#route ul li div {
	position: relative;
	margin-bottom: 1.0em;
}
#route ul li div::before {
	content: "01";
	display: block;
	font-family: "dm-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #bea276;
	font-size: 120%;
	letter-spacing: .02em;
	line-height: 1.0em;
	margin-bottom: .5em;
}
#route ul li:nth-child(2) div::before {content: "02";}
#route ul li:nth-child(3) div::before {content: "03";}
#route ul li:nth-child(4) div::before {content: "04";}
#route ul li:nth-child(5) div::before {content: "05";}
#route ul li:nth-child(6) div::before {content: "06";}


/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.access .com_lead_txt {
	margin-bottom: 6%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access .box1 .flex_box .txt1 {
	margin-bottom: 1.5em;
}

.access .box1 .map_box iframe {
	height: 50vw
}
.access .box1 .map_box .com_arrow_link {
	margin-top: 3%;
}

.access .box1 .point_list {
	line-height: 1.8em;
	letter-spacing: .05em;
}
.access .box1 .point_list li {
	padding: 0;
}
#route ul,
#bicycle ul {
	row-gap: 3vw;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access .com_lead_txt {
	margin-bottom: 8%;
}
.access .box1 .flex_box {
	display: block;
}
.access .box1 .flex_box .img_l {
	width: 55%;
	margin: 0 auto 4%;
}
.access .box1 .flex_box .txt_r {
	width: 100%;
	max-width: 100%;
}
.access .box1 .flex_box .txt1 {
	margin-bottom: 1.0em;
}

.access .box1 .map_box iframe {
	height: 350px;
}
.access .box1 .map_box .com_arrow_link {
	margin-top: 3%;
}

.access .box1 .point_list {
	display: block;
	border-right: none;
	font-size: 95%;
	line-height: 1.6em;
	letter-spacing: .05em;
}
.access .box1 .point_list li {
	width: 100%;
	border-left: none;
	border-bottom: solid 1px #ccc;
	padding: 4% 3%;
}
.access .box1 .point_list li:last-child {
	border-bottom: none;
}
.access .box1 .point_list dl {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.access .box1 .point_list dt {
	width: 40%;
	margin: 0;
}
.access .box1 .point_list dd {
	width: 59%;
}

#route ul,
#bicycle ul{
	display: block;
}
#route ul li,
#bicycle ul li{
	width: 100%;
	margin: 6% auto 0 !important;
}
#route ul li:first-child,
#bicycle ul li:first-child {
	margin-top: 0 !important;
}
#route ul li div,
#bicycle ul li div{
	width: 80%;
	max-width: 370px;
	margin: 0 auto 1.5em;
}
}



/*診療時間
---------------------------------------------------------*/
.access .box2 .flex_box {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.access .box2 .flex_box .timetable {
	width: 72%;
	max-width: 800px;
	box-sizing: border-box;
	border-top: solid 1px #ccc5c2;
	border-bottom: solid 1px #ccc5c2;
	padding: 4% 3%;
	text-align: center;
}
.access .box2 .flex_box .txt {
	width: 26%;
	max-width: 290px;
	text-align: center;
	line-height: 1.4em;
	color: #2b2a2a;
}
.access .box2 .timetable .time_bg {
	font-size: min(140%,2.3vw);	/*曜日サイズを基準*/
	border: none;
	padding: 0;
	border-radius: 0;
}
.access .box2 .timetable .time_txt {
	display: none;
}
.access .box2 .flex_box .txt dl {
	letter-spacing: .4em;
	margin-bottom: .5em;
}
.access .box2 .flex_box .txt dl:last-of-type {
	margin-bottom: 0;
}
.access .box2 .flex_box .txt dt {
	padding: .6em 3%;
}
.access .box2 .flex_box .txt .col_sat dt {background: rgba(112,146,186,0.1);}
.access .box2 .flex_box .txt .col_hol dt {background: rgba(204,84,88,0.1);}
.access .box2 .flex_box .txt dd {
	padding: .8em 3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access .box2 .flex_box .timetable {
	width: 70%;
}
.access .box2 .flex_box .txt {
	width: 26%;
}
.access .box2 .timetable .time_bg {
	font-size: 2.5vw;	/*曜日サイズを基準*/
}
.access .box2 .flex_box .txt dl {
	letter-spacing: .3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access .box2 .flex_box {
	display: block;
}
.access .box2 .flex_box .timetable {
	width: 100%;
	padding: 6% 0;
	margin: 0 auto 6%;
}
.access .box2 .timetable .time_bg {
	font-size: 100%;	/*曜日サイズを基準*/
}
.access .box2 .flex_box .txt {
	width: 100%;
	max-width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.access .box2 .flex_box .txt dl {
	width: 49%;
	margin: 0;
	letter-spacing: .2em;
}
}



/*ご予約・お問い合わせ
---------------------------------------------------------*/
.access .box3 .com_tel .txt dl {
	width: 49%;
	margin: 0;
	letter-spacing: .2em;
}
.com_med_footer .med_menu2 {
	display: none;
}

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

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



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

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

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