/* 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:75px; height:75px;line-height: 75px;  background:#ff6c00; 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); border-radius: 20px;}
#gotop a:before { content: ""; position: absolute; width: 25px; height: 25px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg) translate(-50%, -50%); top:42%; left: 56%;}
#gotop a:hover { }

.right-tool-bar-show { right:55px; }

footer { background: #333333; padding: calc(20px + 2%) 5% calc(20px + 1%) 5%; font-family: "Cinzel Decorative", serif; color: #e1e1e1; font-size: clamp(16px, 1vw, 18px); line-height:2;}
footer a { color: #e1e1e1 !important; word-break: break-all;}
footer a:hover { color: #fff !important;}

.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 35px;}
.footer-top-section > div { width: 33.33%; padding: 0 5% 20px 5%; border-right: 1px solid #565656;}
.footer-top-section > div:last-child { border-right: 0px solid #565656}
.footer-title { color: #4694ff; font-weight: 700; font-size:clamp(20px, 1.3vw, 24px); padding-bottom: 12px; }

.footer-link { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-link > div { width: 50%;}
.footer-link > div > a { display: block;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-info > div { margin-bottom: 5px;}
.footer-info > div:nth-child(odd) { width: 31px;}
.footer-info > div:nth-child(even) { width: calc(100% - 31px); padding: 0px 0 0 6px;}

.footer-social { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-social > a { display: inline-block; margin: 0 10px 10px 0;}
.footer-social > a:hover { transform: scale(0.9);}

.copyright { text-align: center; border-top: 1px solid #565656; padding-top: 35px; line-height: 1.5;}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.6); transform-origin: 100% 100%;}
	.right-tool-bar-show { right:30px; }
}
@media only screen and (max-width: 1279px) {
	.footer-top-section > div { width: 100%; padding: 0 0 20px 0; margin-bottom: 20px; border-bottom: 1px solid #565656; border-right: 0px solid #565656;}
	.footer-top-section > div:last-child { border-bottom:0px solid #565656; margin-bottom: 0; padding-bottom: 0;}

}

@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) {
	
	
}