/*フッター*/
footer {
  background-color: #314729;
  height: 234px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap:wrap;
}
p.footer-adress {
    display: block;
    text-align: left;
    width: 70%;
    line-height: 150%;
}
footer small {
    width: 100%;
}
@media screen and (max-width: 500px) {
  footer {
    height: 122px;
  }
  small {
    line-height: 28px;
  }
}