/* 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; }
}

.copyright { text-align: center; background: #3b3b3b; font-size: 16px; color: #fff; letter-spacing: 0.05rem; line-height: 110%; padding: 50px 3%; clear: both; height: 120px;}