@charset "UTF-8";
/* --------------------------------------
footer
---------------------------------------*/
footer {
  padding-top: 30px;
  /***追従するトップへ戻るボタン***/
  /***トップへ戻るボタンここまで***/
}
footer .store .box {
  display: block;
  padding: 20px 0;
}
footer .store .box .photo {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
}
footer .store .box .inner .heading {
  margin-bottom: 15px;
}
footer .store .box .inner .flexbox {
  align-items: baseline;
}
footer .store .box .inner .flexbox p:last-child {
  width: calc(100% - 80px);
}
footer .hoken {
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .hoken .bottom30 {
  margin-bottom: 25px;
}
footer .hoken .heading {
  margin-bottom: 15px;
}
footer .hoken .flexbox .item {
  text-align: center;
}
footer .hoken .flexbox .item img {
  width: auto;
  height: auto;
  max-width: 100%;
}
footer .hoken .flexbox.col3 .item {
  width: 100%;
}
footer .hoken .flexbox.col3 .item:not(:last-child) {
  margin-bottom: 10px;
}
footer .hoken .flexbox.col4 .item {
  width: 49%;
  margin-bottom: 10px;
}
footer address {
  max-width: 500px;
  width: 100%;
  padding: 30px 0;
  text-align: left;
}
footer address .logo {
  text-align: center;
}
footer address .flexbox {
  display: block;
}
footer address .flexbox .flexbox {
  justify-content: flex-start;
  display: flex;
  margin-left: 0;
}
footer address .flexbox .flexbox .bg-gray {
  font-size: 14px;
  margin-right: 8px;
  font-weight: normal;
  width: 60px;
  text-align: center;
  padding: 3px;
}
footer address .flexbox .flexbox:first-child {
  margin-bottom: 10px;
}
footer .footer-nav ul li {
  width: 48%;
  margin-right: 0;
}/*# sourceMappingURL=sp-footer.css.map */