.p-page__wrap .p-shop__header{
  padding: 40px 0 20px;
}
.p-shop__logo{
   width: 30%; 
}
.c-alert{
  background-color: #D6C9AE;
  color: #000;
}
.c-form__content .c-button,
.c-button__group input.c-button--lg[value='ログアウト'],
.c-button__group--sub a{
  transition: all .3s ease;
  background-color: #D6C9AE;
  color: #000;
}
.c-form__content .c-button:hover,
.c-button__group input.c-button--lg[value='ログアウト']:hover,
.c-button__group--sub a:hover{
  background-color: #200C02;
  color: #fff;
}
.c-button__group .c-button.disabled:hover,
.c-button__group .c-button.disabled{
 background-color: #d0d8dc; 
  color: #fff;
}
.c-button__group .c-button,
.c-button__group input{
  background-color: #200C02;
  color: #fff;
  transition: all .3s ease;
}
.c-button__group .c-button:hover,
.c-button__group input:hover{
   background-color: #d9c8ab;
   color: #000;
}
@media screen and (max-width: 768px) {
  .p-shop__logo{
    width: 35%; 
  }
}