@charset "UTF-8";
#tachikawa31 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#tachikawa31 * {
  box-sizing: border-box;
}
#tachikawa31.wrapper {
  position: relative;
  margin-top: 48px;
}
@media screen and (min-width: 1000px) {
  #tachikawa31.wrapper {
    margin-top: 82px;
  }
}
#tachikawa31 img {
  max-width: 100%;
  max-height: 100%;
}
#tachikawa31 a {
  text-decoration: none;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #tachikawa31 a:hover {
    opacity: 0.5;
  }
}
#tachikawa31 .contents {
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 0px;
  min-height: 2000px;
}
@media screen and (min-width: 1000px) {
  #tachikawa31 .contents {
    max-width: 1000px;
  }
}
#tachikawa31 ._fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(50px);
}
#tachikawa31 ._animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header {
  background-color: #ffffff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 0px;
}
.header .header__inner {
  padding: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .header .header__inner {
    padding: 20px 10px;
    max-width: 1000px;
  }
}
.header .header__inner img {
  display: block;
  width: 190px;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .header .header__inner img {
    width: 300px;
  }
}

.footer {
  background-color: #ffffff;
  width: 100%;
  z-index: 1000;
  position: relative;
}
.footer .footer__inner {
  padding: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .footer .footer__inner {
    max-width: 1000px;
  }
}
.footer .footer__inner img {
  display: block;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer__inner .footer__link {
  display: block;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer__inner .footer__note {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px;
  margin-top: 0px;
}
@media screen and (min-width: 1000px) {
  .footer .footer__inner .footer__note {
    margin-top: 20px;
  }
}
.footer .footer__inner .footer__copyright {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  margin-top: 40px;
}/*# sourceMappingURL=common.css.map */