body {
    background-color: #fff;
}
.base01 {
    border-top: none;
    border-bottom: none;
}
.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__logo {
    width: 280px !important;
}
.p-page__title + p {
    text-align: center;
    background-color: #E2EDEA;
    width: 650px;
    height: 65px;
    line-height: 65px;
}
@media screen and (max-width: 768px) {
  .p-shop__logo {
    width: 100%;
    max-width: 190px;
  }
}