@charset "UTF-8";
.page_toptitle {
  background: url(/common/img/shop/bg_toptitle.jpg) no-repeat center center;
  background-size: cover; }

#shop_list h2 {
  text-align: left;
  color: #009fb7;
  margin: 3rem 0 2rem 0;
  line-height: 1.5; }
#shop_list .wrap {
  margin: 10rem auto 6rem auto;
  width: 80%; }
  @media (min-width: 768px) {
    #shop_list .wrap {
      width: 90%; } }
  @media (min-width: 1024px) {
    #shop_list .wrap {
      width: 1000px; } }
#shop_list li {
  margin-bottom: 6rem; }
  #shop_list li img {
    width: 100%; }
#shop_list .shop_link {
  display: flex;
  margin-top: 2rem; }
  #shop_list .shop_link .btn_b {
    width: 75px;
    height: 75px;
    margin: 0 2rem 0 0; }
@media (min-width: 768px) {
  #shop_list {
    margin-top: 10rem; }
    #shop_list ul {
      display: flex;
      justify-content: space-between; }
      #shop_list ul li {
        width: 32%; } }

/* 同ページリンク非表示 */
#link_list ul li:nth-child(4) {
  display: none; }

/*# sourceMappingURL=shop.css.map */
