.base01 {
  padding: 0 20px;
  max-width: 960px;
}

.view_pc .base01,
.view_pc .base02 {
  max-width: 960px;
}

.p-page__wrap .p-shop__header {
  display: flex;
}

.p-shop__logo {
  margin-left: 20px;
  width: 160px;
}

.p-page__body {
  position: relative;
}

.c-button__group--sub {
  position: absolute;
  top: -80px;
  right: 20px;
  margin: 0;
}

.c-button {
  box-shadow: none;
  padding: 10px 30px;
  background: #c7b299;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #fff;
}

.c-button--lg {
  font-size: 16px;
  padding: 16px 36px;
}

.c-button:hover,
.c-button--primary:hover {
  background-color: #e31d00;
}

.p-page__title {
  font-size: 14px;
  font-weight: 700;
}

.p-page__title::before {
  content: "CONTACT";
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
  color: #998675;
}

.c-alert {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #534741;
  background-color: rgb(244, 239, 239);
}

.c-form__table {
  padding: 30px;
  border: 1px solid #cdc9c8;
}

.c-form__title {
  font-size: 16px;
  font-weight: 700;
}

.c-form__title--must {
  color: #aa3e34;
  font-size: 13px;
}

.c-input--text {
  font-size: 16px;
}

.c-form__content {
  padding-right: 20%;
}

.c-form__note {
  margin: 6px 0;
  font-size: 14px;
}

.c-alert ul { list-style: none; }

@media (max-width: 560px) {
  .base01 {
    padding: 0 10px;
  } 

  .p-page__wrap .p-shop__header {
    justify-content: center;
  }
  
  .p-shop__logo {
    margin-left: 0;
    width: 120px;
  }

  .c-button__group--sub {
    top: -50px;
    right: 50%;
    margin: 0;
    transform: translateX(50%);
  }  

  .p-page__body-inner {
    padding: 10px;
    margin-top: 50px;
  }

  .c-form__content {
    padding-right: 0;
  }
}