/* 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; }
}
.right-tool-bar { position: fixed; right:-60px; bottom:100px; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 35px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:35px; height:35px;line-height: 35px;  background:#6caea2; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 8px; height: 8px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:15px; left: 14px;}
#gotop a:hover { }

.right-tool-bar-show { right:10px; }

footer { background: url("../images/footer-bg.jpg") no-repeat top center / cover; padding: calc(40px + 3%) 5%; color: #fff; font-size: clamp(16px, 0.7vw, 18px); line-height:1.6; font-weight: 400; letter-spacing: 0.05rem;}
footer a { color: #fff !important;}

.footer-content { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center;}
.footer-logo { width: 100%; max-width: 250px; margin-bottom: calc(20px + 2%);}
.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center; margin-bottom: calc(10px + 2%);}
.footer-info > div { padding-bottom: 10px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin: 0 calc(10px + 0.5vw);}
.footer-info > div > div:nth-of-type(1) { width: 20px;}
.footer-info > div > div:nth-of-type(2) { padding-left: 10px;}

.footer-social { display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center; margin-bottom: calc(20px + 2%);}
.footer-social > a { margin:0 calc(5px + 1.5vw);}
.footer-social > a > img { width:30px;}
.footer-social > a:hover { transform: scale(0.8);}

.copyright { font-size: 14px;}
.copyright span, .copyright a { display: inline-block;}
.copyright a:hover { text-decoration: underline;}

@media only screen and (max-width: 1279px) {
	
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	

}

@media only screen and (max-width: 320px) {
	

}