/*  footer-------------------------------------*/
footer{
	background: #f8f8f8;
	display: flex;}

footer > div{flex-basis: 50%;}
footer .map{}

footer .foot_info{padding: 50px;text-align: center;}

footer .clinic_tit{
	font-size: 1.85em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 35px;}

footer .tel{
	font-size: 1.714em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;}

footer .tel i{margin-right: 5px;}

footer .foot_info table{
	margin: auto;
	border: 1px solid;
	margin-bottom: 20px;
	font-size:12px;}

footer .foot_info table th,
footer .foot_info table td{padding: 10px;
vertical-align: middle !important;}
#english footer .foot_info table th,
#english footer .foot_info table td{ padding: 7px; }

footer .foot_info table th:first-child,
footer .foot_info table td:first-child{letter-spacing: 0.1em;}

footer .foot_info table th:not(:last-child),
footer .foot_info table td:not(:last-child){border-right: 1px solid;}

footer .foot_info table tr:not(:last-child){border-bottom: 1px solid;}

footer .foot_info .add{
	letter-spacing: 0.1em;
	line-height: 2;
	display: inline-block;
	text-align: left;	
	margin-bottom: 20px;}

footer .foot_info .map_btn a{
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	letter-spacing: 0.1em;
	padding: 15px 100px;
	position: relative;}

footer .foot_info .map_btn a:before{
	content: "";
	width: 10px;
	height: 1px;
	background: #111;
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 30px;
	transform: rotate(45deg);}

footer .foot_info .map_btn a:after{
	content: "";
	width: 40px;
	height: 1px;
	background: #111;
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;}

.copy{
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	padding: 10px 0;
	background: #111;
	color: #fff;}

.pagetop{
	position: fixed;
	right: 0;
	bottom: 43px;}
.pagetop a{
	background: #fff;
	font-size: 2em;
	padding: 10px 15px;
	border: solid;
	border-width: 1px 0 1px 1px;}


/*  Clearfix-------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}



