/* 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: #1bac4a; padding: 56px 20px; d}
.footer-box {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; color: #ffffff; font-size: 20px; line-height: 30px; letter-spacing: 1px;}
.footer-box a { color: #fff;}
.footer-box a:hover { opacity: 0.6;}
.footer-box i { font-size: 36px; display: inline-block; margin-left: 8px;}

@media only screen and (max-width: 980px) {
	.footer-box  { flex-direction: column; align-items: center;}
	.footer-box > div:nth-of-type(1)  { padding-bottom: 30px; text-align: center;}
}