/* 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:-50px; bottom:2em; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s; transform-origin: 100% 50%;}
.right-tool-bar > div { width: 50px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div:hover { }
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:50px; height:50px;line-height: 1;  background:#fff;border-radius:100%; font-size: 14px; color: #576B79; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0); font-weight: 400;}
#gotop a:hover { background:#576B79; color: #fff;}
#gotop a:before { /*content: "";*/ position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:22px; left: 20px;}
#gotop a:hover { }
.right-phone {display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; width:44px; height:44px;line-height: 44px;  background:#222;border-radius: 100%; }
.right-phone img {filter: invert(1); width: 20px;}
.right-tool-bar-show { right:10px; }


footer { background: url("/images/theme-b67/footer_bg.jpg") no-repeat top center / cover; padding: calc(20px + 3%) 5%; color: #fff; letter-spacing: 0.05rem; font-weight: 400; line-height: 1.5;font-size: clamp(16px, 1.3vw, 18px); overflow: hidden;}

.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(20px + 1%);}
.footer-top-logo {width: 33%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.footer-top-logo > div:nth-of-type(1) {width: 34%; }
.footer-top-logo > div:nth-of-type(2) {width: 66%; padding-left: 4%; }
.footer-top-social {width: 350px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-end;}
.footer-top-social > a { display: inline-block; margin-left: 20px;}
.footer-top-social > a img { height: 33px;}
.footer-top-social > a:hover { transform: scale(0.9);}

.footer-bottom-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-bottom-section > div:nth-of-type(1), .footer-bottom-section > div:nth-of-type(2) { width: 29%; padding-right: 40px;}
.footer-bottom-section > div:nth-of-type(3) { width: 42%;}
.footer-bottom-title { font-size: clamp(20px, 1.7vw, 22px);; color: #3FA9F5; font-weight: 700; line-height: 1.1; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #666;}

.footer-info {display: flex; flex-direction: row; flex-wrap: nowrap; margin-bottom: 8px; font-size: 16px;}
.footer-info a {color: #fff;}
.footer-info a:hover { text-decoration: underline; color: #C0C8D5;}
.footer-info > div:nth-of-type(1) { white-space: nowrap;}

.footer-link-1 { margin-bottom: 8px; color: #fff;}
.footer-link-2 { margin-bottom: 14px; color: #fff;}
.footer-link-1 > a { display: block; color: #fff; font-size: 16px; font-weight: 500;}
.footer-link-2 > a { display: inline-block; color: #B3B3B3; font-size: 16px;}
.footer-link-1 > a:hover, .footer-link-2 > a:hover { text-decoration: underline; color: #C0C8D5;}

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

}

@media only screen and (max-width: 1279px) {
	.right-tool-bar { transform: scale(0.7); right: 0; transform-origin: 100% 50%;}
	
	.footer-bottom-section > div:nth-of-type(1), .footer-bottom-section > div:nth-of-type(2) { width: 100%; padding-right: 0px; padding-bottom: 25px;}
	.footer-bottom-section > div:nth-of-type(3) { width: 100%;}
}

@media only screen and (max-width: 980px) {
	.footer-top-section { flex-direction: column;}
	.footer-top-logo { width: 50%; padding-bottom: 25px;}
	.footer-top-social { justify-content: flex-start;}
	.footer-top-social > a { margin-right: 20px;margin-left: 0px; margin-bottom: 10px;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.footer-top-logo { width: 90%; }
	.footer-top-social > a { margin-right: 15px;}
	.footer-top-social > a img { height: 25px;}
	
}

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

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