@charset "UTF-8";
body {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #ffffff;
  background-image: url(../img/汎用/sakamotomika_BackgroundImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

/* contact */
.contact_container {
  width: 1100px;
  margin: 100px auto;
}
.contact_container .title {
  font-size: 46px;
  text-align: center;
  color: rgb(90, 81, 57);
  padding: 20px 0;
  font-weight: 500;
}
.contact_container .contact {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  background-color: rgba(247, 247, 247, 0.33);
  padding: 5% 0 6% 0;
}
.contact_container .contact_text {
  padding-top: 0px;
  padding-bottom: 30px;
}

.contact-link_container {
  width: 50%;
  margin: 0 auto;
}

.contact_link {
  display: block;
  font-size: 2.5vh;
  padding: 10% 5%;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  background-color: rgba(31, 41, 50, 0.95);
  border-radius: 8px;
  text-decoration: underline;
}

.contact_link:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

footer {
  position: absolute;
  bottom: 0;
  display: block;
}

@media only screen and (max-width: 640px) {
  .contact_container {
    width: 100%;
    height: 74vh;
    margin: 80px auto;
  }
  .contact_container .title {
    font-size: 46px;
    text-align: center;
    color: rgb(90, 81, 57);
    padding: 20px 0;
    font-weight: 500;
  }
  .contact_container .contact {
    width: 100%;
    text-align: center;
    font-size: 1em;
    border-radius: 20px;
  }
  .contact_container .contact_text {
    padding: 30px;
  }
  .contact_container contact-link_container {
    margin: 0;
  }
  .contact_container .contact-link_container {
    width: 100%;
    margin: 0;
  }
  .contact_container .contact_link {
    display: block;
    font-size: 2vh;
    padding: 10% 5%;
    margin: 5%;
  }
  footer {
    position: relative;
  }
}/*# sourceMappingURL=contact.css.map */