/* CSS Document */
/*フッター*/
footer {
  padding: 10px 0 20px;
}
footer nav {
  margin-bottom: 30px;
}
footer nav .sns_ttl {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
footer nav ul li {
  display: inline-block;
  margin: 0 0.5%;
}
footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
footer small {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  display: block;
}
.page-top a {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  width: 75px;
  height: 75px;
  position: fixed;
  right: 2%;
  bottom: 110px;
  z-index: 9998;
  color: #fff;
  text-decoration: none;
  line-height: 75px;
  text-align: center;
  font-size: 20px;
  background-image: url("../img/bg_pagetop.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 1050px) {
  /*フッター*/
  footer {
    padding: 10px 0 20px;
  }
  footer nav {
    margin-bottom: 20px;
  }
  footer nav .sns_ttl {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
  }
  footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  footer nav ul li {
    display: inline-block;
    margin: 0 2%;
  }
  footer nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
  }
  footer small {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    text-align: center;
    font-size: 10px;
    display: block;
  }
  .page-top a {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    width: 65px;
    height: 65px;
    position: fixed;
    right: 5%;
    bottom: 100px;
    z-index: 9998;
    color: #fff;
    text-decoration: none;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    background-image: url("../img/bg_pagetop.png");
    background-size: 100% 100%;
  }
}