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: #7E795B;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #FFFFFF;
}
.c-button--primary:hover {
  background: #7E795B;
  opacity:.7;
}
.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;
}
.p-page__title,.c-button__group--sub {
  display: none;
}
.c-alert,.c-form__title {
  font-size: 16px;
  color:#333333;
}
.c-form__note {
  font-size: 14px;
}

.p-shop__title {
  background:url('https://file003.shop-pro.jp/PA01473/786/images/common/c-logo.png?cmsp_timestamp=20211008162949') no-repeat;
  background-size: contain;
  color: transparent;
      width: 220px;
    height: 35px;
    display: block;
    margin: 0 auto;
}
.p-shop__header--title a:hover,
.p-shop__header--title a:active{
  text-decoration: none !important;
  opacity: 0.7;
}