.page_mv {
	background: url("../images/clinic/mv.png") no-repeat center;
	background-size: cover;
}
/* ----------------------------------------------- */
#area-1 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
}
#area-1 .inner {
	background-color: rgba(255,255,255,.8);
	padding: 30px;
}
#area-1 .list1 {
	margin-bottom: 20px;
}
#area-1 .list1 li {
	font-weight: 500;
	font-size: 1rem;
	display: inline-block;
}
#area-1 .list1 li::after {
	content: '/';
	margin-left: 10px;
	margin-right: 5px;
}
#area-1 .list1 li:last-child::after {
	content: '';
	margin: 0;
}
#area-1 .list2 {
	margin-bottom: 20px;
}
#area-1 .list2 li {
	width: 100%;
	display: table;
}
#area-1 .list2 li span {
	display: table-cell;
	vertical-align: top;
}
#area-1 .list2 li span:first-child {
	width: 100px;
	position: relative;
}
#area-1 .list2 li span:first-child::after {
	content: '：';
	position: absolute;
	right: 10px;
}
#area-1 .list3 {
	list-style: outside disc;
	margin-left: 20px;
}
#area-1 .list3 li {
}

/* ----------------------------------------------- */
#time {
	max-width: 1200px;
	width: 90%;
	margin: -80px auto 100px;
	padding-top: 80px;
}
#time .inner {
	background-color: rgba(255,255,255,.8);
	padding: 30px;
}
#time .cap {
	font-size: 90%;
	margin-bottom: 25px;
	line-height: 150%;
}
#time .outer {
  width: 100%;
	margin-bottom: 10px;
}
#time table {
  border-collapse: collapse;
  width: 100%;
	background-color: rgba(255,255,255,1);
}
#time thead {
	background-color: #F8F8F4;
}
#time table td,
#time table th {
  padding: 10px 0;
	text-align: center;
	width: 9%;
}
#time table th {
	font-size: 90%;
}
#time table td:first-child,
#time table th:first-child {
	font-weight: 500;
	width: 26%;
}
#time table td:last-child,
#time table th:last-child {
	width: 20%;
}
#time thead,
#time tbody tr{
	border-bottom: rgba(0,0,0,.08) 1px solid;
	border-right: rgba(0,0,0,.08) 1px solid;
}
#time .cap strong {
	font-weight: 700;
	color: #88B94E;
	font-size: 110%;
}
/* ----------------------------------------------- */
#area-2 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
}
#area-2 .ph_list {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#area-2 .ph_list li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2.5%;
	font-weight: 500;
}
#area-2 .ph_list li:nth-child(even) {
	margin-right: 0;
}
#area-2 .ph_list li img {
	display: block;
	margin-bottom: 5px;
}
/* ----------------------------------------------- */
#access {
	max-width: 1200px;
	width: 90%;
	margin: -80px auto 100px;
	padding-top: 80px;
}
#access .inner {
	background-color: rgba(255,255,255,.8);
	padding: 30px;
}
#access .ggmap {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom: 30px;
}
#access .ggmap iframe {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + 150px + 150px);
}
#access .access1 {
	overflow: hidden;
	margin-bottom: 30px;
}
#access .access1 .ph {
	width: 45%;
	float: right;
}
#access .access1 p {
	width: 50%;
	margin-bottom: 30px;
}
#access .access1 .ryousyu{
	font-weight: bold;
}
#access .access2 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#access .access2 li {
	width: 23.5%;
	margin: 5px 2% 5px 0;
	font-weight: 500;
	font-size: 90%;
}
#access .access2 li:nth-child(4) {
	margin-right: 0;
}
#access .access2 li img {
}
#access .access3 {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border: #88B94E 1px dashed;
}
#access .access3 .left {
	width: 50%;
}
#access .access3 .left p {
	margin-bottom: 20px;
}
#access .access3 .left p strong {
	font-size: 1.2em;
}
#access .access3 img {
	width: 45%;
}
/* ----------------------------------------------- */

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



@media screen and ( max-width : 1130px ) {
	
	/* ----------------------------------------------- */
    
	/* ----------------------------------------------- */
}




@media screen and (max-width: 940px) {
	
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	#access .access1 .ph {
        width: 50%;
		margin-left: 20px;
		margin-bottom: 5px;
    }
    #access .access1 p {
        width: 100%;
    }
	#access .access2 li {
        width: 48%;
        margin: 5px 4% 5px 0;
    }
    #access .access2 li:nth-child(2n) {
        margin-right: 0;
    }
	/* ----------------------------------------------- */
	
}



@media screen and ( max-width : 640px ) {
	
	/* --------------------------------------------------- */
	#area-1 {
        margin: 0 auto 60px;
    }
    #area-1 .inner {
        padding: 20px;
    }
	#area-1 .list2 li {
		line-height: 150%;
		margin-bottom: 10px;
    }
    #area-1 .list2 li span:first-child {
        width: 80px;
		font-size: 90%;
		font-weight: 500;
    }
    #area-1 .list2 li span:first-child::after {
        right: 5px;
    }
	/* --------------------------------------------------- */
	#time {
        margin: -80px auto 60px;
        padding-top: 80px;
    }
    #time .inner {
        padding: 0px 0px 20px;
    }
	#time .inner .outer {
	}
	#time table {
		font-size: 90%;
	}
	#time .cap {
        margin: 0 20px 25px;
    }
	#time .ttl_style05,
	#time p {
		margin-left: 20px;
		margin-right: 20px;
	}
	#time table td,
    #time table th {
        padding: 5px 0;
    }
	/* --------------------------------------------------- */
	#area-2 {
        margin: 0 auto 60px;
    }
	#area-2 .ph_list li {
		font-size: 90%;
    }
    #area-2 .ph_list li img {
        margin-bottom: 0;
    }
	/* --------------------------------------------------- */
	#access {
        margin: -80px auto 40px;
        padding-top: 80px;
    }
    #access .inner {
        padding: 0 20px 10px;
    }
	#access .ggmap {
        padding-bottom: 100%;
		margin-left: -20px;
		margin-right: -20px;
        margin-bottom: 25px;
    }
	#access .access1 {
        margin-bottom: 10px;
    }
	#access .access1 p {
		line-height: 160%;
        margin-bottom: 20px;
    }
	#access .access1 .ph {
		float: none;
        width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
    }
	#access .access2 li {
        width: 100%;
        margin: 5px 0;
    }
	/* --------------------------------------------------- */
	#access .access3 {
        padding: 5px;
        display: block;
        margin-bottom: 40px;
    }
    #access .access3 .left {
        width: 100%;
		padding: 10px;
    }
	#access .access3 .left p {
		font-size: .9em;
		line-height: 160%;
		margin-bottom: 10px;
	}
	#access .access3 .left p br {
		display: none;
	}
    #access .access3 img {
        width: 100%;
    }
	
}