@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;
}

footer {
  width: 100%;
  height: auto;
  background-color: transparent;
}

#copyright {
  display: block;
  width: auto;
  color: rgb(107, 61, 18);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.6rem;
}

footer hr {
  display: block;
  margin: 0 auto;
  width: 1100px;
  border-top: double rgb(216, 202, 179);
}

@media only screen and (max-width: 1200px) {
  footer hr {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  #copyright {
    font-size: 0.5em;
    padding: 20px 0 30px 0;
  }
  footer hr {
    margin-top: 50px;
    width: 90%;
  }
}
/*# sourceMappingURL=footer.css.map */