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

#gotop { display: none; position: fixed; right:5px; bottom:100px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:50px; height:50px; border-radius: 100%; line-height: 50px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000; text-align: center;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}

.footer-slogon { padding: 0 20px 40px 20px; text-align: center; letter-spacing: 0.1rem; color: #c10e23; font-size: 20px; font-weight: bold;}

.footer-top { background: url(../images/footer-top-bg.jpg) no-repeat; background-size: cover; padding: 165px 20px;}
.footer-top-title { letter-spacing: 0.4rem; color: #ffffff; font-weight: bold; font-size: 48px; line-height: 100%; padding-bottom: 85px; text-align: center;}
.footer-top-info { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.footer-top-info > div { width: 280px; text-align: center; font-size: 17px; color: #ffffff; line-height: 27px;}
.footer-top-info > div a { color: #ffffff;}
.footer-icon { width: 65px; height: 65px; border:2px solid #fff; border-radius: 100%; margin: 0 auto 25px auto; text-align: center; line-height: 62px; font-size: 28px;}

.phone-type { display: inline-block; text-align: left; padding-left: 0px; position: relative; left: 22px;}

.footer-bottom { background: #212121;}
.footer-link { padding: 20px 20px 15px 20px; text-align: center; border-bottom: 1px solid #4d4d4d;}
.footer-link a { color: #9f9f9f; font-size: 16px; display: inline-block; padding: 0 10px 5px 10px;}
.footer-link a:hover { color: #fff;}

.copyright { text-align: center; padding: 25px 20px; color: #9f9f9f; font-size: 16px;}

@media only screen and (max-width: 1023px) {
	
	
}
@media only screen and (max-width: 980px) {
	.footer-top { padding: 80px 20px 60px 20px;}
	.footer-top-title { font-size: 36px; padding-bottom: 40px;}
	.footer-top-info { flex-direction: column; align-items: center;}
	.footer-top-info > div { padding-bottom: 35px;}
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-slogon { font-size: 18px;}
}
@media only screen and (max-width: 570px) {
	
}

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

}

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

}