@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
.p-shop-archive .p-category {
  margin-top: 80px;
}

.p-shops {
  margin-top: 160px;
}
.p-shops__hd {
  font-size: 2.5625rem;
  text-align: center;
}
.p-shops__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4%;
  margin-top: 80px;
}
.p-shops__items .c-shop-card {
  margin-bottom: 4%;
  margin-right: 4%;
  width: 30.6666666667%;
}
.p-shops__items .c-shop-card:nth-child(3n) {
  margin-right: 0;
}

.p-shop-single__cols {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.p-shop-single__cols__gallery {
  width: 48.3333333333%;
}
.p-shop-single__cols__gallery .u-slick-btn {
  background-color: #fff;
  cursor: pointer;
  height: 48px;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  width: 48px;
  z-index: 1;
}
.p-shop-single__cols__gallery .u-slick-btn::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #000;
  content: "";
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
.p-shop-single__cols__gallery .u-slick-btn.--prev {
  border-radius: 0 16px 16px 0;
  transform: translate(0%, -50%);
  left: 0;
  top: 50%;
}
.p-shop-single__cols__gallery .u-slick-btn.--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-shop-single__cols__gallery .u-slick-btn.--next {
  border-radius: 16px 0 0 16px;
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
}
.p-shop-single__cols__gallery .u-slick-btn.slick-disabled {
  opacity: 0.2;
}
.p-shop-single__cols__gallery figure {
  aspect-ratio: 3/2;
  position: relative;
}
.p-shop-single__cols__gallery figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-shop-single__cols__gallery__thumbnail {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
.p-shop-single__cols__gallery__thumbnail figure {
  margin-left: 4px;
  margin-right: 4px;
}
.p-shop-single__cols__contents {
  width: 48.3333333333%;
}
.p-shop-single__cols__category {
  font-size: 1rem;
}
.p-shop-single__cols__title {
  font-size: 2rem;
  margin-top: 0.25em;
}
.p-shop-single__cols__description {
  margin-top: 32px;
}
.p-shop-single__cols__description dl {
  border-bottom: 1px solid #ccc;
  margin-top: 16px;
  padding: 0 8px 16px;
}
.p-shop-single__cols__description dl:first-child {
  margin-top: 0;
}
.p-shop-single__cols__description dl dt {
  font-size: 0.75rem;
}
.p-shop-single__cols__description dl dd {
  font-size: 1rem;
  margin-top: 4px;
}
.p-shop-single__cols__sns {
  display: flex;
  list-style: none;
  padding-top: 4px;
}
.p-shop-single__cols__sns li {
  margin-right: 8px;
  transition: 0.3s;
}
.p-shop-single__cols__sns li:hover {
  transform: scale(1.2);
}
.p-shop-single__cols__sns li:last-child {
  margin-right: 0;
}
.p-shop-single__cols__sns li img {
  max-width: 40px;
  width: 100%;
}
.p-shop-single__btn-back {
  margin-top: 80px;
  text-align: center;
}
.p-shop-single__btn-back .c-btn-01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  width: 100%;
}
.p-shop-single .c-two-columns {
  background: none;
  margin-top: 80px;
}
.p-shop-single .c-two-columns__contents {
  align-items: flex-start;
}
.p-shop-single .c-two-columns.--l .c-two-columns__contents > div {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}
.p-shop-single .c-two-columns.--r {
  flex-direction: row-reverse;
}
.p-shop-single .c-two-columns.--r .c-two-columns__contents > div {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 984px){
  .p-shops__items .c-shop-card {
    width: 47.5609756098%;
  }
  .p-shops__items .c-shop-card:nth-child(3n) {
    margin-right: 4%;
  }
  .p-shops__items .c-shop-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px){ /**/
  .p-shop-archive .p-category {
    margin-top: 40px;
  }
  .p-shops {
    margin-top: 80px;
  }
  .p-shops__hd {
    font-size: 1.5rem;
  }
  .p-shops__items {
    margin-bottom: -24px;
    margin-top: 40px;
  }
  .p-shops__items .c-shop-card {
    margin-bottom: 24px;
    width: 100%;
  }
  .p-shops__items .c-shop-card:nth-child(3n) {
    margin-right: 0;
  }
  .p-shop-single__cols {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .p-shop-single__cols__gallery {
    margin-top: 40px;
    width: 100%;
  }
  .p-shop-single__cols__gallery .u-slick-btn {
    width: 40px;
  }
  .p-shop-single__cols__gallery .u-slick-btn::after {
    height: 20px;
    width: 20px;
  }
  .p-shop-single__cols__gallery .u-slick-btn.--prev {
    border-radius: 0 16px 16px 0;
    left: 0;
  }
  .p-shop-single__cols__gallery .u-slick-btn.--next {
    border-radius: 16px 0 0 16px;
    right: 0;
  }
  .p-shop-single__cols__contents {
    width: 100%;
  }
  .p-shop-single__btn-back {
    margin-top: 40px;
  }
  .p-shop-single .c-two-columns {
    margin-top: 40px;
  }
  .p-shop-single .c-two-columns__contents {
    margin-top: 24px;
  }
  .p-shop-single .c-two-columns.--l .c-two-columns__contents > div {
    padding-left: 0;
  }
  .p-shop-single .c-two-columns.--r .c-two-columns__contents > div {
    padding-right: 0;
  }
}
/*# sourceMappingURL=../map/shops.css.map */
