/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 1279px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool-bar { position: fixed; right:10px; bottom:20%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width:40px; height:40px;line-height: 0px; background:#d56548;border-radius: 100%; margin-bottom: 10px;display: flex; flex-direction: row;flex-wrap: nowrap; align-items: center; justify-content: center; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div img { width:23px; }
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; font-size: 15px; color: #005ea6; position: relative; text-align: center; cursor: pointer;}
#gotop a:before { content: ""; position: absolute; width: 16px; height: 8px; display: block; background: #fff; transform: translate(-50%, -50%); top:50%; left: 50%; clip-path: polygon(50% 0, 100% 100%, 0 100%);}
#gotop a:hover { }

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

footer { font-size: clamp(16px, 1.5vw, 20px); line-height:1.8; color: #333; letter-spacing: 0; font-weight: 300;}

.footer-top-section { background: url("../images/footer-bg.jpg") no-repeat top left / cover;}
.footer-top-content { max-width: 1160px; padding: calc(20px + 4%) 3% calc(20px + 1%) 3%; margin: 0 0 0 auto; backdrop-filter: blur(2px);}
.footer-top-data { border-top: 1px solid #d6d6d6; padding-top: 30px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-top-data > div { width: 48%; padding-bottom: calc(20px + 1.5%); letter-spacing: 0.1rem;}
.footer-top-data > div > span { display: block; font-size: clamp(17px, 1.9vw, 24px); line-height: 1.1; padding-bottom: 12px; font-weight: 400;}

.footer-btn-line { display: inline-block; background: #11c063; border-radius: 10px; line-height: 1; color: #fff !important; padding: 5px 12px 7px 12px; margin-left: 5px;}
.footer-btn-line:hover { transform: scale(0.95);}

.footer-bottom-box { padding-top: calc(20px + 1%); padding-bottom: calc(20px + 1%);}
.footer-bottom-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.footer-bottom-section > div:nth-of-type(1) { width: 158px;}
.footer-bottom-section > div:nth-of-type(2) { width: calc(100% - 158px); padding-left: 50px;}

.footer-info-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items:center; border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
.footer-info-section > div { padding-bottom: 12px;}
.footer-info-data > div { margin-right: 25px; letter-spacing: 0.1rem; font-size: 18px;}
.footer-info-data .layout-nowrap > div:nth-of-type(1) { white-space: nowrap;}
.footer-info-data > div a { color: #333;}

.footer-social-link { display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; }
.footer-social-link > a { width: 48px; height: 48px; border-radius: 100%; border: 1px solid #333333; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; justify-content: center; margin-left: 1.2vw;}
.footer-social-link > a:hover { background: #2469a4;  border: 1px solid #2469a4;}
.footer-social-link > a:hover > img { filter: brightness(0) invert(1);}
.footer-social-link > a > img { width: 28px; }

.footer-link-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items:center;}
.footer-link-section > div { padding-bottom: 10px;}

.footer-link { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link > a { display: inline-block; color: #333; font-size: 16px; margin-right: 20px;}
.footer-link > a:hover { color: #206aa4;}

.copyright { font-size: 15px;}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.7); right: 0;}
}

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

@media only screen and (max-width: 980px) {
	.footer-info-data > div { font-size: 17px;}
	
}
@media only screen and (max-width: 768px) {
	.footer-bottom-section > div:nth-of-type(1) { width: 100px; padding-bottom: 15px;}
	.footer-bottom-section > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
	.footer-social-link > a { margin-left: 0;margin-right: 10px;width: 36px; height: 36px;}
	.footer-social-link > a > img { width: 18px; }
	
}
@media only screen and (max-width: 640px) {
	.footer-top-content { backdrop-filter: blur(4px); background: rgba(255,255,255,.35);}
	.footer-top-data > div { width: 100%; }
	
	.footer-top-data > div > span { width: fit-content; padding: 5px 10px; margin-bottom: 12px; border: 1px solid #999; color: #555; border-radius: 10vw;}
	
}
@media only screen and (max-width: 570px) {
	
}

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

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