.c-button__group--sub .c-button,
.c-button__group--sub .c-button:link,
.c-button__group--sub .c-button:hover,
.c-button__group--sub .c-button:active,
.c-button__group--sub .c-button:visited {
    color: #fff;
    background: #000;
}
.c-button--primary {
    background-color: #67B2BC;
}
.p-shop__header img {
    width: 280px;
}
@media screen and (max-width: 768px) {
  #logo_img img {
    max-width: 190px;
  }
}