@charset "UTF-8";
/**********************************************
    import
***********************************************/
/**********************************************
	$common
***********************************************/
footer {
  width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
}

footer .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}

footer .information .info {
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
}

footer .information .tako_town_logo {
  margin: 0 auto;
  padding: 30px;
  text-align: right;
  display: flex;
}

@media screen and (max-width: 768px) {
  footer .information .tako_town_logo {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding:10px;
  }
}

footer .information .tako_town_logo img {
  width: 145px;
  height: 104px;
}
@media screen and (max-width: 768px) {
  footer .information .tako_town_logo img {
  width: 100%;
  height:auto;
}
}

footer .copyright {
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #424242;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    height: 40px;
    line-height: 40px;
    font-size: 3vw;
  }
}

/*scroll top*/
