main #intro {
	text-align: center;
	margin-top: 60px;
}

main #visual:before {
	content: "";
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	top: 0;
	background-position: 50% 50%;
	background-size: cover;
}


#visual:before {
	background-image: url(../../clinic/img/visual_bg.jpg);
}


table.schedule {
	width: 100%;
}

table.schedule th,
table.schedule td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 15px;
	text-align: center;
}

@media(max-width:768px){
	table.schedule th,
	table.schedule td {
		padding: 10px 5px;
		font-size: 12px;
	}
}

table.schedule th:first-child {
}

table.schedule thead th {
	background-color: #f7f3ec;
	color: #ad8541;
}

#clinic ul li,
#facility ul li {
	overflow: hidden;
	position: relative;
	margin-top: 48px;
}

@media(max-width:768px){
	#clinic ul li,
	#facility ul li {
		margin-top: 30px;
	}
}

@media(max-width:768px){
	#clinic ul li figure,
	#facility ul li figure {
		float: none !important;
		margin-bottom: 8px;
		width: 100% !important;
	}
	
	#clinic ul li figure img,
	#facility ul li figure img {
	}

}

@media(max-width:768px){
	#clinic ul li .body,
	#facility ul li .body {
		margin: 0 !important;
		position: static !important;
		padding: 0 !important;
		transform: none !important;
		width: 100% !important;
	}
}

#clinic ul li figure img,
#facility ul li figure img {
	vertical-align: top;
}

#clinic ul li .body p:first-child, 
#facility ul li .body p:first-child{
	margin-bottom: 0;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 12px;
}

@media(max-width:768px){
	#clinic ul li .body p:first-child, 
	#facility ul li .body p:first-child{
		font-size: 16px;
		margin-bottom: 0;
	}
}


#clinic ul li:nth-child(1) figure,
#clinic ul li:nth-child(4) figure,
#facility ul li:nth-child(1) figure {
	float: left;
	width: 60%;
}

#clinic ul li:nth-child(1) .body,
#clinic ul li:nth-child(4) .body,
#facility ul li:nth-child(1) .body {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 40px 30px;
	transform: translateY(-50%);
}

#clinic ul li:nth-child(2) figure {
	float: right;
	width: 60%;
}


#clinic ul li:nth-child(2) .body {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 40px 20px;
	transform: translateY(-50%);
}


#clinic ul li:nth-child(3) figure img {
	width: 50%;
}

#clinic ul li:nth-child(3) .body,
#clinic ul li:nth-child(5) .body,
#clinic ul li:nth-child(6) .body {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 30px;
	margin: -40px 40px 0;
	position: relative;
	z-index: 1;
}


#clinic ul li:nth-child(5) figure img {
	width: 50%;
}


#clinic ul li:nth-child(6) figure img {
	width: 33.333333%;
}
