img {
  max-width: 100%;
}

.article .cont-head {
  padding: 0 0 24px;
  background: var(--head-bg-color);
}
@media screen and (min-width: 751px) {
  .article .cont-head {
    padding: 40px 30px 63px;
  }
}
.article .cont-head .mv {
  max-width: 1088px;
  margin: 0 auto;
}
.article .cont-head .mv img {
  width: 100%;
  height: auto;
}
.article .cont-head .lead {
  margin: 24px 20px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .article .cont-head .lead {
    margin: 40px auto 24px;
    max-width: 1088px;
  }
}
.article .category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 10px) / 2));
  gap: 10px;
  justify-content: center;
  margin: 24px 20px 0;
}
@media screen and (min-width: 751px) {
  .article .category-list {
    grid-template-columns: repeat(auto-fit, calc((100% - 24px) / 5));
    gap: 6px;
    max-width: 1088px;
    margin: 24px auto 0;
  }
  .article .category-list[data-items="6"], .article .category-list[data-items="7"], .article .category-list[data-items="8"], .article .category-list[data-items="9"] {
    display: flex;
    flex-wrap: wrap;
  }
  .article .category-list[data-items="6"] li {
    width: calc((100% - 12px) / 3);
  }
  .article .category-list[data-items="7"] li, .article .category-list[data-items="8"] li {
    width: calc((100% - 18px) / 4);
  }
  .article .category-list[data-items="9"] li {
    width: calc((100% - 24px) / 5);
  }
}
.article .category-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 5px 10px;
  background: var(--tab-bg-color);
  color: var(--tab-text-color);
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .article .category-list a {
    min-height: 64px;
  }
}
.article .special-shoplist {
  background: var(--main-bg-color);
  padding: 32px 20px;
}
@media screen and (min-width: 751px) {
  .article .special-shoplist {
    padding: 72px 20px;
  }
}
.article .card-list {
  color: #4A4A4A;
}
@media screen and (min-width: 751px) {
  .article .card-list {
    max-width: 1088px;
    margin: 0 auto;
  }
}
.article .card-list > li:not(:last-child) {
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 2px solid var(--tab-bg-color);
}
@media screen and (max-width: 750px) {
  .article .card-list > li:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.article .card-list .img {
  width: 100%;
  aspect-ratio: 335/210;
  background: #fff;
}
.article .card-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article .card-list .shop-info {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-inline: auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  background: #fff;
  padding: 20px 30px;
}
.article .card-list .shop-logo {
  width: 114px;
  border: 1px solid #DEDEDE;
  flex-shrink: 0;
}
.article .card-list .shop-logo img {
  width: 100%;
}
.article .card-list .shop-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.article .card-list .shop-tel a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .article .card-list .shop-tel a {
    pointer-events: none;
  }
}
.article .slider {
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 751px) {
  .article .slider {
    padding: 0 92px;
    margin-bottom: 40px;
  }
}
.article .slider.slick-dotted {
  margin-bottom: 27px;
}
@media screen and (min-width: 751px) {
  .article .slider.slick-dotted {
    margin-bottom: 40px;
  }
}
.article .slick-prev, .article .slick-next {
  z-index: 99;
  background: #fff;
  border-radius: 100%;
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 750px) {
  .article .slick-prev, .article .slick-next {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: -10px;
    transform: none;
  }
}
.article .slick-prev::before, .article .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  opacity: 1;
  border-top: 5px solid var(--tab-bg-color);
  border-right: 5px solid var(--tab-bg-color);
  width: 16px;
  height: 16px;
  top: 27px;
  left: 25px;
}
@media screen and (max-width: 750px) {
  .article .slick-prev::before, .article .slick-next::before {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 9px;
    border-width: 2px;
  }
}
.article .slick-prev {
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (max-width: 750px) {
  .article .slick-prev {
    left: 50%;
    margin-left: -77px;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 750px) {
  .article .slick-next {
    right: 50%;
    margin-right: -77px;
  }
}
.article .slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .article .slick-dots {
    margin-top: 24px;
    gap: 20px;
  }
}
.article .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .article .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.article .slick-dots li button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.article .slick-dots li button:before {
  background: var(--tab-bg-color);
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.6;
}
.article .slick-dots li.slick-active button:before {
  opacity: 1;
}

.tpl-share {
  margin: 4vw auto;
}
@media screen and (min-width: 751px) {
  .tpl-share {
    margin: 80px auto;
  }
}/*# sourceMappingURL=feature_3.css.map */