<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 20231212 休止期間案内 */

.p-page__body-inner::after {
  content: "";
  display: block;
  width: 800px;
  height: 258px;
  background: url(https://file003.shop-pro.jp/PA01468/158/img/member_pc.png) no-repeat;
  background-size: contain;
  margin:50px 0 0 -60px;
}

@media (max-width: 768px) {
.p-page__body-inner::after {
  content: "";
  display: block;
  width: 340px;
  height: 350px;
  background: url(https://file003.shop-pro.jp/PA01468/158/img//member_sp.png) no-repeat;
  background-size: contain;
  margin:30px auto;
}
}</pre></body></html>