@charset "UTF-8";
/*-------------------フッター-------------------*/
footer {
  background-color: #f5f5f5;
  padding: 70px 0 20px;
}
footer .logo {
  width: 200px;
  margin: 0 auto 60px;
}
footer .logo img {
  width: 100%;
}
footer small {
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 14px;
  text-align: center;
}
footer .entry {
  position: fixed;
  right: 2%;
  z-index: 9998;
  bottom: 30px;
  width: 300px;
  margin: 0;
}
footer .entry a {
  display: block;
  text-decoration: none;
  font-family: sicgothicduex-re, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #ddb76d;
  padding: 20px 0;
  border-radius: 50px;
  border: solid 3px #fff;
}
footer .entry a:hover {
  opacity: 1;
  background-color: #0f1836;
}
@media screen and (max-width:1050px) {
  /*-------------------フッター-------------------*/
  footer {
    padding: 50px 0 90px;
  }
  footer .logo {
    width: 150px;
    margin: 0 auto 40px;
  }
  footer small {
    font-size: 13px;
  }
  footer .entry {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 250px;
  }
  footer .entry a {
    font-size: 18px;
    padding: 10px 0;
  }
}