.p-page__wrap .p-shop__header{
  padding: 40px 0 20px;
}
.p-shop__logo{
   width: 30%;
}
.c-button__group--sub a, .c-alert{
    background-color: #D6C9AE;
    color: #000;
}
.c-button__group .c-button:disabled:hover,
.c-button__group .c-button:disabled{
    background-color: #d0d8dc;
    color: #fff;
}
.c-button__group .c-button{
    background-color: #200C02;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.c-button__group--sub a{
  transition: all .3s ease;
}
.c-button__group--sub a:hover{
   background-color: #200C02;
   color: #fff;  
}
.c-button__group .c-button:hover{
   background-color: #d9c8ab;
   color: #000;
}
.c-alert--danger{
   color: #f00;
    background-color: #feedeb;
    margin: 0;
}
.c-alert>span{
  display: block;
  position: relative;
  padding-left: 1.3em;
}
.c-alert>span:before{
  content:"・";
      position: absolute;
    top: 0;
    left: 0;
}