/* ##############################################################################

    WordPressページ用スタイル

############################################################################## */

/* page_ttl
**************************************** */
.archive-shop .page_ttl,
.single-shop .page_ttl,
.archive-special .page_ttl,
.single-special .page_ttl {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .archive-shop .page_ttl,
  .single-shop .page_ttl,
  .archive-special .page_ttl,
  .single-special .page_ttl {
    margin-bottom: 1.75rem;
  }
}

/* ####################################################################################

archive-special

#################################################################################### */
.post-special {
  padding: 2rem 0.5rem;
  gap: 2.5rem;
  border-bottom: 1px dotted var(--clr-bk);
}
.post-special .post--img {
  width: 20rem;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
.post-special .post--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-special .post--txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: clip;
}

/* ####################################################################################

single-special

#################################################################################### */
.special_detail {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .special_detail {
    padding-bottom: 6rem;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* special_head
**************************************** */
.special_head--cnt:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .special_head--cnt:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

/* --- special_concierge --- */
.special_concierge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 40px;
  width: 920px;
  margin-inline: auto;
  background-image: url(https://file001.shop-pro.jp/PA01511/129/images/common/ptn-wh.jpg);
  border-radius: 16px;
}
.special_concierge--img {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50vw;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
.special_concierge--name {
  margin-bottom: 1.5rem;
}
.special_concierge--name dt {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .special_concierge {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
    gap: 1.25rem;
  }
  .special_concierge--img {
    width: 12rem;
  }
  .special_concierge--name {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
  .special_concierge--name dt {
    font-size: 1.5rem;
  }
  .special_concierge--cnt {
    width: 100%;
  }
}

/* --- special_intro --- */
.special_intro {
  gap: 2.5rem;
}
.special_intro--img {
  width: 24rem;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
.special_intro--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .special_intro {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .special_intro--img {
    width: 90%;
    margin-inline: auto;
  }
}

/* --- special_point --- */
.special_point--item:not(:last-child) {
  margin-bottom: 2rem;
}
.point_item--ttl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.5em;
  line-height: 1.4;
  color: var(--clr-yl);
  border-bottom: 1px solid var(--clr-bk);
}
.point_item--ttl .num {
  color: var(--clr-bk);
}
@media screen and (max-width: 767px) {
  .point_item--ttl {
    font-size: 1.375rem;
  }
}

/* --- special_pickup --- */
.special_pickup--item {
  gap: 2.5rem;
}
.special_pickup--item:not(:last-child) {
  margin-bottom: 4rem;
}
.pickup_item--img {
  width: 24rem;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
.pickup_item--img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pickup_item--ttl {
  color: var(--clr-yl);
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.pickup_item--txt {
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .special_pickup--item {
    flex-direction: column;
    gap: 2.5rem;
  }
  .special_pickup--item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .pickup_item--img {
    width: 90%;
    margin-inline: auto;
  }
  .pickup_item--img img {
    display: block;
  }
  .pickup_item--ttl {
    font-size: 1.5rem;
  }
  .pickup_item--txt {
    margin-bottom: 1.5rem;
  }
}