@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background: #f1ead0;
    font-size: clamp(13px, 1.3vw, 16px);
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--black);
}
.p-page__wrap .p-shop__header span{
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.p-shop__header a:hover{
    text-decoration: none;
}
.c-button {
    background: #acd68d;
    color: #000;
    transition: 0.2s all ease;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
    color: #000;
}
.c-button:hover {
    background: #cd660d;
    color: #fff;
}
.c-button--primary {
    background: #f9eadd;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
    color: #cd660d;
}
.c-button--primary:hover {
    background: #cd660d;
    color: #fff;
}
.c-button--danger {
    background: #f9eadd;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
    color: #cd660d;
}
.c-button--danger:hover {
    background: #cd660d;
    color: #fff;
}
.c-alert {
    color: #757575;
    background: #f3f3f0;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}
.c-input--text {
    width: 100%;
    padding: 7px;
    border: 1px solid #000;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-input--text {
    border-color: #000 !important;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}










