/* CSS Document */

a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }

@media print, screen and (max-width: 999px){

a.tel, a.tel:hover { pointer-events: initial; }

}



#gotop { display: none; position: fixed; right:0px; bottom:20px; cursor: pointer;  z-index:20;}

#gotop a { display:inline-block; width:30px; height:30px; padding-top:6px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}

#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}





footer {background:#02a2c1; padding: 26px 20px 14px 20px; color: #fff; font-size: 15px; font-weight: bold;}



.footer-top { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding-bottom: 22px; padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #35b5cd; margin-bottom: 16px; line-height: 160%;}

.footer-top a { color: #fff;}

.footer-top > div:first-child { display: flex; flex-direction: row; flex-wrap: nowrap; }

.footer-top > div:last-child { padding-left: 30px; }

.footer-top > div:first-child > div:first-child { padding-top: 9px; width: 151px; }

.footer-top > div:first-child > div:last-child { width: calc(100% - 151px); padding-left: 22px; }

.footer-top > div:first-child > div:last-child b { display: block; font-size: 18px;}

.footer-top > div:first-child > div:last-child span { display: inline-block;}



.footer-bottom { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding-bottom: 12px;}

.footer-bottom a { color: #fff;}

.footer-bottom a:hover { text-decoration: underline;}

.footer-bottom > div:first-child a { display: inline-block;}
.footer_addr span { margin-right: 20px;}

.footer_bottom-nav a:not(:last-child)::after {     
	content: "";
    width: 2px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
	background-color: #fff;
	margin: 0 10px;
}
.footer_bottom-nav a:nth-of-type(6)::after {
	margin: 0 11px;
 }  
.footer_bottom-nav a:nth-of-type(6) {     
	margin-left: 4px;
}
.footer_bottom-nav {
	display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 980px) {

	.footer-top { flex-direction: column; line-height: 180%;}

	.footer-top > div { width: 100% !important; text-align: center;}

	.footer-top > div:first-child { flex-direction: column;}

	.footer-top > div:last-child { padding-left: 0; padding-top: 20px;}

	.footer-top > div:first-child > div { width: 100% !important;}

	.footer-top > div:first-child > div:last-child { padding-left: 0px; }

	.footer-bottom { flex-direction: column; justify-content: flex-start; align-items: center;}

	.footer-bottom > div:first-child { padding-bottom: 10px;}

	

}

@media only screen and (max-width: 570px) {

	

}