/* Footer =================================================================== */
.footer-bg {
  background:  url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;    
}
@media (max-width: 992px) {
  .footer-bg {
    height: auto;
    background-position: center bottom;  
  }
}

.footer-content {
/*  padding-top: 320px;*/
}

footer {
  padding: 0;
  position: relative;
}
footer .footer-circle {
  position: absolute;
  left: calc(50% - 52px);
  top: -50px;
}
@media (max-width: 576px) {
  footer .footer-circle {
    top: -130px;
  }
}
footer .footer-circle:before {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url(../images/footer-circle.png) no-repeat;
  animation: rotate 70s linear infinite;
}
footer .footer-circle .footer-mail a:before {
  position: absolute;
  left: 26px;
  top: 24px;
  background: url(../images/footer-mail-01.png) no-repeat;
  content: "";
  display: block;
  width: 53px;
  height: 52px;
  transition: all 0.3s ease-in-out;
}
footer .footer-circle .footer-mail a:hover:before {
  background: url(../images/footer-mail-02.png) no-repeat;
  left: 34px;
  top: 30px;
}
footer .wrap-footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;  
  min-height: 320px;    
}
footer .wrap-footer .footer-contact {
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .wrap-footer .footer-navigation {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
footer .copyright {
  width: 100%;
  display: block;
  margin: 0 auto auto auto;
  padding-top: 1.5rem;
  border-top: solid 1px rgba(255, 200, 199, 0.8);
  font-size: 0.8rem;
  color: #a0a0a0;
  text-align: center;
}
footer h3 {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 400;
  line-height: 4rem;
}
@media (max-width: 992px) {
  footer h3 {
    padding: 0px 20px;
    cursor: pointer;
  }
  footer h3:after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #c8cf72;
    border-right: 2px solid #c8cf72;
    transform: rotate(135deg);
    transition: transform 0.5s;
  }
}
footer h3 a {
  color: #EB8683 !important;
}
footer li {
  margin: 5px 0;
  font-size: 0.9rem;
  color: #fff;
}
footer a {
  color: #EB8683 !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #FD542D !important;
}

.ft-phone-pic{ display: none}
@media (max-width: 576px) {
  .ft-phone-pic{ display: block; }
  .ft-pc-pic{ display: none; }
}

.footer-links-holder {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: left;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  vertical-align: top;
}
@media (max-width: 992px) {
  .footer-links-holder {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .footer-links-holder.active h3:after {
    transform: rotate(-45deg);
  }
  .footer-links-holder.active .footer-information, .footer-links-holder.active .social-icons {
    max-height: 350px;
  }
}
.footer-links-holder:nth-child(1) {
  width: 50%;
  padding: 0 1% 0 18%;
  border-left: none;
  position: relative;    
}
.footer-links-holder:nth-child(2) {
  width: 28%;
  padding: 0 0 0 20px;
  border-left: none;
}
.ft-logo{
  display: inline-block;    
  width: 18%;  
  padding: 30px 0;
  position: relative;   
  max-width: 250px;    
}
.ft-map{
  position: absolute;
  left: -40px;
  top: 0px;    
  max-width: 210px;    
}
ul.footer-information {
  transition: all 0.5s ease-in-out;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .ft-map{
  left: 0px;  
  max-width: 170px;    
}
}
@media (max-width: 992px) {
  ul.footer-information {
    max-height: 0;
    overflow: hidden;
    padding: 0px 20px;
  }   
  .ft-logo{ 
      width: 250px;
      max-width: none;
      padding-left: 20px;
    }
  .footer-links-holder:nth-child(1) {
      width: 50%;
      padding: 0 1% 0 18%;
      border-left: none;
      position: relative;    
    }     
  .ft-map{
      width: 60%;
      display: block;  
      position: relative;
      left: auto;
    }    
}
@media (max-width: 480px) {
    .ft-logo div:nth-child(2){ 
      width: 70%;
      margin-bottom: 30px;    
    }    
  .ft-logo .ft-map{
      width: 100%;
      top: 0px;
    }    
}
ul.footer-information li {
  width: 100%;
  display: inline-block;
  margin: 1% auto;
  vertical-align: top;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: inherit;
}
ul.footer-information li.ft-w3 {
  width: 100%;
}
@media (max-width: 992px) {
  ul.footer-information li.ft-w3 {
    width: 100%;
  }
}

.social-icons {
  transition: all 0.5s ease-in-out;
  padding-left: 0;
}
@media (max-width: 992px) {
  .social-icons {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
  }
}
.social-icons li {
  display: inline-block;
  margin: 10px 10px 0px 0px;
}
.social-icons li a {
  /*background: url(icons/iconset-footer.svg) transparent no-repeat;*/
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover {
  /*background: url(icons/iconset-footer-v.svg) transparent no-repeat;*/
  background-size: cover;
  transform: scale(0.9);
}
.social-icons li.facebook a {
  background: url("../images/ft-facebook.png") transparent no-repeat;
}
.social-icons li.line a {
  background: url("../images/ft-line.png") transparent no-repeat;
}
.social-icons li.youtube a {
  background: url("../images/ft-youtube.png") transparent no-repeat;
}
.social-icons li.instagram a {
  background: url("../images/ft-instagram.png") transparent no-repeat;
}
.social-icons li.twitter a {
  background-position: -159px 0px;
}
.social-icons li.gplus a {
  background-position: -198px 0px;
}

footer .link {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 10px;
}
footer .link a {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 20px;
  text-decoration: underline;
  position: relative;
}
footer .link a:after {
  position: absolute;
  top: 20%;
  right: 0px;
  content: "";
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.5);
}
footer .link a:last-child {
  border: none;
  padding-right: 0px;
}
footer .link a:last-child:after {
  display: none;
}

[class^=ft-information-] {
  position: relative;
  padding: 8px 0 8px 23px;
}
[class^=ft-information-]:before {
  font-size: 16px;
  content: "";
  position: absolute;
  left: 0px;
  opacity: 0.7;
}

.ft-information-tel a {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ft-information-tel a {
    pointer-events: visible;
  }
}
.ft-information-add:before {
  background: url(icons/icon-ft-map.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}
.ft-information-tel:before {
  background: url(icons/icon-ft-phone.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}
.ft-information-fax:before {
  background: url(icons/icon-ft-fax.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}
.ft-information-mail:before {
  background: url(icons/icon-ft-mail.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}

.gotop {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  background: #FD542D;
  position: absolute;
  z-index: 7;
  right: 10px;
  bottom: 20px;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Quick Link =================================================================== */
.quick-link {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 2;
}
.quick-link li {
  margin-bottom: 10px;
  list-style: none;
}
.quick-link li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transition: all 0.5s;
}
.quick-link li a:hover {
  transform: scale(0.9);
}
.quick-link li.phone a {
  background: #43cc28 url("../images/quick-link-phone.png") no-repeat center center;
}
.quick-link li.facebook a {
  background: #1787fb url("../images/quick-link-fb.png") no-repeat center center;
}
.quick-link li.line a {
  background: #44cb28 url("../images/quick-link-line.png") no-repeat center center;
}