body {
  background: #FFFFFF;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #feedeb;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #86251e;
}
.c-button--primary:hover {
  background: #fdd9d7;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}

/* 20250212 休止期間案内 */

.p-page__body-inner::after {
  content: "";
  display: block;
  width: 800px;
  height: 258px;
  background: url(https://file003.shop-pro.jp/PA01501/577/img/shop/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/PA01501/577/img/shop/member_sp.png) no-repeat;
  background-size: contain;
  margin:30px auto;
}
}