@charset "UTF-8";
.contact-footer {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  border: 3px solid #eee;
  transition: all .2s;
  background-color: #fff;
}
.contact-footer::before, .contact-footer::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
}
.contact-footer::before {
  top: -3px;
  left: -3px;
}
.contact-footer::after {
  bottom: -3px;
  right: -3px;
}
.contact-footer.active::before, .contact-footer.active::after {
  width: 100%;
  height: 100%;
}
.contact-footer.active::before {
  border-bottom-color: #b5ac88;
  border-left-color: #b5ac88;
  transition: height .3s, width .3s .3s;
}
.contact-footer.active::after {
  border-top-color: #b5ac88;
  border-right-color: #b5ac88;
  transition: height .3s, width .3s .3s;
}
.contact-footer h2 {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  margin: 0 auto 30px;
}
.contact-footer h2 span {
  display: block;
  font-size: 14px;
}
.contact-footer .tel {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 7px;
  font-size: 50px;
  text-align: center;
  margin: 0;
}
.contact-footer .tel a {
  color: #5d5d5d;
  text-decoration: none;
}
.contact-footer .hours {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px;
  color: #5d5d5d;
}
.contact-footer .btn a {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #d6cda5;
  text-decoration: none;
  width: 400px;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  z-index: 9999;
}
.contact-footer h2 {
  color: #b5ac88;
}
/*フッター*/
footer {
  width: 100%;
  height: 200px;
  position: relative;
}
footer nav {
  position: absolute;
  top: 60%;
  left: 5%;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li {
  display: inline;
}
footer nav ul li a {
  font-size: 12px;
  margin-right: 30px;
  color: #FFF;
  text-decoration: none;
}
small {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  display: block;
  font-size: 12px;
  position: absolute;
  top: 60%;
  right: 5%;
}
footer nav ul li.side a {
  font-family: imperial-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  position: fixed;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #d6cda5;
  text-align: center;
  z-index: 9998;
}
@media screen and (max-width:1050px) {
  .contact-footer {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    border: 3px solid #eee;
    transition: all .2s;
    background-color: #fff;
  }
  .contact-footer::before, .contact-footer::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
  }
  .contact-footer::before {
    top: -3px;
    left: -3px;
  }
  .contact-footer::after {
    bottom: -3px;
    right: -3px;
  }
  .contact-footer.active::before, .contact-footer.active::after {
    width: 100%;
    height: 100%;
  }
  .contact-footer.active::before {
    border-bottom-color: #d6cda5;
    border-left-color: #d6cda5;
    transition: height .3s, width .3s .3s;
  }
  .contact-footer.active::after {
    border-top-color: #d6cda5;
    border-right-color: #d6cda5;
    transition: height .3s, width .3s .3s;
  }
  .contact-footer h2 {
    text-align: center;
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .contact-footer h2 span {
    display: block;
    font-size: 14px;
  }
  .contact-footer .tel {
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
    margin: 0;
  }
  .contact-footer .tel a {
    text-decoration: none;
    color: #5d5d5d;
  }
  .contact-footer .hours {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .contact-footer .btn a {
    display: block;
    color: #fff;
    background-color: #d6cda5;
    text-decoration: none;
    width: 90%;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    z-index: 9999;
  }
  footer {
    width: 100%;
    height: auto;
    position: relative;
  }
  footer nav {
    position: static;
  }
  footer nav ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  footer nav ul li {
    display: block;
    margin-bottom: 10px;
  }
  footer nav ul li a {
    font-size: 13px;
    margin-right: 0;
    color: #fff;
    text-decoration: none;
  }
  small {
    display: block;
    font-size: 12px;
    pposition: absolute;
    top: auto;
    right: 5%;
    bottom: 20px;
  }
  footer nav ul li.side a {
    position: fixed;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    color: #d6cda5;
    text-align: center;
    z-index: 9998;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}