@charset "utf-8";
/* footer
------------------------------ */
#sbLpFooter {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
#sbLpFooter .sblogo img {
  display: inline-block;
}
#sbLpFooter #shoppingGuide .otodokelogo img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sbLpFooter {
    padding: 9vw 0;
  }
  #sbLpFooter .sblogo p {
    font-size: 2.5vw;
    margin: 2vw 0 0;
  }
  #sbLpFooter #shoppingGuide .shoplink li {
    font-size: 3.58vw;
    padding: 2.5vw 3vw 2.5vw;
  }
  #sbLpFooter .sblogo img {
    width: 40%;
  }
  #sbLpFooter #shoppingGuide {
    margin: 0 auto 5vw;
  }
}