@charset "UTF-8";
footer {
  background-image: url(../images/img/page-bg.jpg);
  background-size: contain;
  background-attachment: fixed;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 70px;
    background-image: url(../images/img/page-bg-m.jpg);
    background-attachment: scroll;
  }
}
footer .topBox {
  padding: 5% 13%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 15% 1% 20% 1%;
  }
}
footer .topBox .contactList {
  justify-content: center;
}
footer .topBox .contactList .Txt {
  text-align: center;
  margin-bottom: 2rem;
}
footer .topBox .contactList .Txt b {
  font-size: calc(1.7rem + 0.9vw);
  font-family: "Cinzel", serif;
  color: #b3a479;
  font-weight: 400;
}
@media (max-width: 1500px) {
  footer .topBox .contactList .Txt b {
    font-size: calc(1.3rem + 0.7vw);
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt b {
    font-size: calc(1.7rem + 0.7vw);
  }
}
footer .topBox .contactList .Txt h2 {
  color: #bb922c;
  margin-top: 0;
  line-height: 1;
}
footer .topBox .infoList {
  justify-content: center;
}
@media (max-width: 991px) {
  footer .topBox .infoList {
    margin-top: 10%;
  }
}
footer .topBox .infoList ul.CaseInfo {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border-top: 1px solid rgb(255, 255, 255);
}
footer .topBox .infoList ul.CaseInfo li {
  width: 50%;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 991px) {
  footer .topBox .infoList ul.CaseInfo li {
    width: 100%;
  }
}
footer .topBox .infoList ul.CaseInfo li span::after {
  content: "：";
}
footer .topBox .infoList ul.CaseInfo a {
  color: #3a3a3a;
}
footer .topBox .mapBox {
  margin-bottom: 5%;
}

.form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.596);
  border-color: transparent;
  padding: 0.475rem 0.75rem;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bb922c;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(187, 146, 44, 0.3921568627);
}/*# sourceMappingURL=footer.css.map */