/* =========================================================
layout
========================================================= */
/* SHOP */
.category-link {
  margin: 51px 0 0;
}

.category-link-list {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.category-link-item {
  border-left: 1px solid #000;
}

.category-link-item:last-child {
  border-right: 1px solid #000;
}

.category-link-item a {
  display: block;
  padding: 0 20px;
  font-size: 13px;
  line-height: 13px;
}

@media (max-width: 750px) {
  .category-link {
    display: none;
  }
}

.shop-block {
  margin: 52px 0 0;
}

.category-ttl {
  padding: 0 10px;
  background: #fff0f0;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}

.shop-list {
  padding: 44px 40px 29px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-item {
  width: 280px;
  margin: 0 40px 35px 0;
}

.shop-item:nth-child(3n) {
  margin-right: 0;
}

.shop-item a:hover img {
  opacity: .8;
}

.shop-name {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 750px) {
  .shop-block {
    margin: 43px 0 0;
  }
  .category-block {
    padding: 0 55px;
  }
  .category-block:last-child .category-ttl {
    border-bottom: 1px solid #968282;
  }
  .category-ttl {
    padding: 0 30px;
    border-top: 1px solid #968282;
    font-size: 34px;
    line-height: 110px;
    position: relative;
  }
  .category-ttl:after {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 55px;
    right: 33px;
  }
  .category-ttl.active:after {
    transform: rotate(135deg);
    top: 45px;
  }
  .js-tglarea {
    display: none;
  }
  .shop-list {
    padding: 46px 0 47px;
    border-top: 1px solid #968282;
  }
  .shop-item {
    width: -webkit-calc((100% - 40px)/2);
    width: calc((100% - 40px)/2);
    margin: 0 40px 50px 0;
  }
  .shop-item:nth-child(3n) {
    margin-right: 40px;
  }
  .shop-item:nth-child(2n) {
    margin-right: 0;
  }
  .shop-item a:hover img {
    opacity: 1;
  }
  .shop-img img {
    width: 100%;
  }
  .shop-name {
    margin-top: 17px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
  }
}
