body {
  background: #ffffff;
}
.c-button {
  background: #eeeeee;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #333333;
}
.c-button:hover {
  background: #e0e0e0;
}
.c-button--primary {
  background: #bfa46f;
}
.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: #a38a59;
}
.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: #e0e0e0;
}
.c-input--text:focus {
  border-color: #02294e;
}
/* ロゴのサイズ制限を強制的に上書きする設定 */
.p-shop__logo {
    max-width: 250px !important; /* 幅を250pxに制限（お好みのサイズに変えてください） */
    width: auto !important;
}

.p-shop__logo img {
    max-width: 100%;
    height: auto;
}
