@charset "utf-8";
.footer {
  width: 100%;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  text-align: center;
}
/*---------  logo--*/
.footer_logo {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 700px) {
  .footer_logo {
    width: 50%;
  }
}
@media all and (max-width: 650px) {
  .footer_logo {
    width: 40%;
  }
}
/*---------  copyright--*/
.address {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  padding-top: 10px;
  list-style-position: inside;
  line-height: 1.6;
}
.address p {
  text-align: center;
}
.address h1 {
  padding-top: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
}
.aaddress ul {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.copy {
 text-align: center;
        width: 100%;
      margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 650px) {
  .address {
    line-height: 1.3;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
    .copy {
    text-align: center;
    width: 80%;
}
}
/*--------------------------------*/
/***トップへ戻るボタン***/
/***追従するトップへ戻るボタン***/
/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  color: #737373;
  padding: 10px;
  border: solid 1px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
}
/***トップへ戻るボタンここまで***/
/*--------------------------------*/