@charset "UTF-8";
.contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}
.contact_content {
  display: inline-block;
  padding: 4rem;
  background-color: rgba(250, 249, 248, .8);
  border-radius: 2rem;
}
@media only screen and (max-width:480px) {
  .contact_content {
    padding: 2.4rem;
  }
}
.contact_content_text {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width:480px) {
  .contact_content_text {
    margin-bottom: 2.4rem;
  }
}
.footer {
  padding: 2.4rem;
  background-color: #a79f8f;
}
.footer_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.footer_menu_child:nth-child(2) {
  margin: 0 2.4rem;
}
.footer_menu_child a {
  color: #faf9f8;
  font-size: 1.6rem;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright small {
  color: #faf9f8;
  font-size: 1.2rem;
}
