body {
  background: #FFFFF0;
  font-family: "Meiryo","Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
.p-shop__logo{
max-width: 190px;
}

.p-page__body-inner{
border: 1px solid #E3E3CC;
}

.c-alert{
background: #FAF8E7;
    color: #333;
}
.c-button {
  background: #fff;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #333;
box-shadow: none;
    border: 1px solid #333;
    border-radius: 31px;
}
.c-button:hover {
background: #DBD5AC;
}
.c-button--primary {
  background: #fff;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #333;
}
.c-button--primary:hover {
  background: #DBD5AC;
}
.c-button--danger {
  background: #fff;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #333;
}
.c-button--danger:hover {
  background: #DBD5AC;
}
.c-input--text {
  border-color: #E3E3CC;
}
.c-input--text:focus {
  border-color: #645D42;
}
