@charset "UTF-8";
.block-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #BD399C;
  margin-bottom: 46px;
}
@media (min-width: 769px) {
  .block-ttl {
    font-size: 32px;
    margin-bottom: 52px;
  }
}

.pickup-wrap {
  padding: 0 14px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .pickup-wrap {
    margin-top: 60px;
  }
}

.shopnews-wrap {
  padding: 0 14px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .shopnews-wrap {
    margin-top: 70px;
  }
}

@media (min-width: 769px) {
  .cmn-card-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 40px;
    width: calc(100% - 80px);
    max-width: 1160px;
    margin: 0 auto;
  }
}
.cmn-card-list .photo img {
  object-fit: cover;
}

.cmn-card-body {
  margin-top: 14px;
}
.cmn-card-body .sub-txt,
.cmn-card-body .period {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .cmn-card-body .sub-txt,
  .cmn-card-body .period {
    margin-top: 6px;
  }
}
.cmn-card-body .sub-txt,
.cmn-card-body .period {
  display: block;
}

.more-btn .cmn-btn-in {
  width: 307px;
  margin: 30px auto 0;
}

/* === 詳細ページ
==================================== */
@media (min-width: 769px) {
  .page-shopnews-detail .subpage-cmn-block {
    padding: 60px min(4.39238653vw, 60px);
  }
}
@media (min-width: 769px) {
  .page-shopnews-detail .entry-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .page-shopnews-detail .entry-head .period {
    margin: 0;
  }
  .page-shopnews-detail .entry-head .title {
    width: 100%;
    margin: 0;
  }
}
.page-shopnews-detail .entry-body {
  background: url(../../assets-common/images/dot.svg) bottom left/auto 2px repeat-x;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .entry-body {
    display: flex;
    align-items: flex-start;
    gap: 5.3%;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
.page-shopnews-detail .entry-body .photo-area {
  padding: 0 10px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .entry-body .photo-area {
    width: 45.2%;
    flex-shrink: 0;
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page-shopnews-detail .entry-body .photo-area + .text-area {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .page-shopnews-detail .entry-body .text-area {
    flex: 1;
  }
}
.page-shopnews-detail .entry-body .cmn-share-btn {
  margin-bottom: 0;
  background: none;
}
@media (min-width: 769px) {
  .page-shopnews-detail .entry-body .cmn-share-btn {
    margin-top: 30px;
    padding-bottom: 50px;
    justify-content: flex-start;
  }
}
.page-shopnews-detail .shop-detail-block {
  margin-top: 40px;
  padding: 30px 20px;
  background: #FAFAF4;
  border-radius: 30px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block {
    margin-top: 60px;
    padding: 60px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-head {
    gap: 36px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-head .logo {
  aspect-ratio: 1/1;
  width: 96px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 6px 6px 0px 0 #BD399C;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-head .logo {
    width: 136px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-shopnews-detail .shop-detail-block .shop-head .text-area {
  flex: 1;
}
.page-shopnews-detail .shop-detail-block .shop-head .category {
  display: inline-block;
  background: #BD399C;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 16px 16px 16px 0;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-head .category {
    font-size: 13px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-head .name {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-head .name {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
.page-shopnews-detail .shop-detail-block .shop-head .sub-category {
  margin-bottom: 10px;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.5;
}
.page-shopnews-detail .shop-detail-block .shop-head .floor {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-head .floor {
    font-size: 13px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-head .floor::before {
  content: "";
  position: relative;
  width: 16px;
  height: 22px;
  background: url(../../assets-common/images/icon/pin.svg) center top/contain no-repeat;
}
.page-shopnews-detail .shop-detail-block .shop-body {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-body {
    margin-left: 172px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-body .info-table {
  position: relative;
}
.page-shopnews-detail .shop-detail-block .shop-body .info-table::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../assets-common/images/dot.svg) bottom left/10px 2px repeat-x;
}
.page-shopnews-detail .shop-detail-block .shop-body .bundle {
  position: relative;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-body .bundle {
    width: 100%;
    display: flex;
    line-height: 1.57142857;
  }
}
.page-shopnews-detail .shop-detail-block .shop-body .bundle::before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) center left/10px 2px repeat-x;
  position: absolute;
  top: -1px;
  left: 0;
}
.page-shopnews-detail .shop-detail-block .shop-body .bundle dt {
  background: #FFFFFF;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-body .bundle dt {
    width: 116px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 16px;
  }
}
.page-shopnews-detail .shop-detail-block .shop-body .bundle dd {
  padding: 16px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .shop-detail-block .shop-body .bundle dd {
    flex: 1;
    padding: 13px 0 13px 24px;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page-shopnews-detail .shop-detail-block .shop-body .link-tel {
  display: inline-block;
  padding-right: 1em;
}
.page-shopnews-detail .shop-detail-block .shop-body .link-txt {
  text-decoration: underline;
}
.page-shopnews-detail .aside-wrap {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .aside-wrap {
    margin-top: 80px;
  }
}
.page-shopnews-detail .aside-wrap .aside-ttl {
  text-align: center;
  color: #BD399C;
  font-size: 30px;
  font-weight: 700;
}
.page-shopnews-detail .aside-wrap .cmn-card-list {
  margin-top: 46px;
  margin: 46px 12px 0;
}
@media (min-width: 769px) {
  .page-shopnews-detail .aside-wrap .cmn-card-list {
    width: calc(100% - 80px);
    max-width: 1160px;
    margin: 51px auto 0;
  }
}
.page-shopnews-detail .aside-wrap .cmn-card-list .cmn-card-body {
  margin-top: 14px;
}
@media (min-width: 769px) {
  .page-shopnews-detail .aside-wrap .cmn-card-list .cmn-card-body .date {
    font-size: 13px;
  }
}
/*# sourceMappingURL=map/shopnews.css.map */