@charset "EUC-JP";
body {
  background: #fff;
}

.p-shop__header--logo {
  display: flex;
  justify-content: center;
}
.p-shop__header--logo a {
  display: block;
  width: 90px;
  height: 61.4px;
  background: url("https://lolipop-dp04083342.ssl-lolipop.jp/img/logo.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 927px) and (min-width: 461px) {
  .p-shop__header--logo a {
    width: 9.6982758621vw;
    height: 6.6163793103vw;
  }
}
@media screen and (max-width: 460px) {
  .p-shop__header--logo a {
    width: 50px;
    height: 34px;
  }
}

.p-shop__logo {
  display: none;
}

.view_pc .base01 {
  max-width: 640px;
}

.p-page__secure {
  margin-bottom: 20px;
}

.p-page__wrap .p-shop__header {
  padding-top: 40px;
  padding-bottom: 0;
}

.p-page__wrap .p-shop__header {
  padding-bottom: 0;
}

.p-page__title {
  font-size: 0;
}
.p-page__title::before {
  content: "CONTACT";
  font-size: 0.875rem;
}

.c-alert {
  padding-bottom: 50px;
  background: #fff;
  color: #000000;
  text-align: center;
  font-size: 0.75rem !important;
}

.p-page__body-inner {
  border: none;
}

.c-form__table {
  padding-left: 20px;
  padding-right: 20px;
}
.c-form__table tr:last-of-type .c-form__title, .c-form__table tr:last-of-type .c-form__content {
  border-bottom: none;
}
.c-form__table tr:nth-of-type(1) .c-form__title::before {
  content: "Name";
}
.c-form__table tr:nth-of-type(2) .c-form__title::before {
  content: "E-mail";
}
.c-form__table tr:nth-of-type(3) .c-form__title::before {
  content: "Title";
}
.c-form__table tr:nth-of-type(4) .c-form__title::before {
  content: "Message";
}

.c-form__title {
  width: 20%;
  padding: 17px 0 0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 0;
}
.c-form__title::before {
  font-size: 0.75rem;
}

.c-form__title--must {
  font-size: 0.75rem;
}

.c-form__content {
  width: 80%;
  padding: 12px 0 0;
  border-bottom: 1px solid #cccccc;
  font-size: 0.75rem;
}
.c-form__content textarea {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}

.c-input--text {
  margin-bottom: 5px;
  border-radius: 0;
  border-color: #666666;
  border: none;
}

.c-input--text:focus {
  border-color: #666666 !important;
}

.c-button {
  background: #666666;
  border: 1px solid #666666 !important;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-out;
}

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

.c-button:hover {
  background: #fff;
  color: #666666;
}

.c-button--primary {
  background: #666666;
  border: 1px solid #666666 !important;
  border-radius: 0;
  transition: all 0.3s ease-out;
}

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

.c-button--primary:hover {
  background: #fff;
  color: #666666;
}

.c-button--danger {
  background: #666666;
  border-radius: 0;
  transition: all 0.3s ease-out;
}

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

.c-button--danger:hover {
  background: #fff;
  color: #666666;
}

.c-button--lg {
  font-size: 0.75rem;
}

.c-button__group {
  margin: 60px 20px 80px;
}

.c-button__group--sub a {
  border: 1px solid #666666 !important;
}
.c-button__group--sub a:hover {
  background: #fff;
  color: #000000;
}

.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
  border: none !important;
}

@media screen and (max-width: 768px) {
  .c-form__title {
    width: 100%;
    border-bottom: none;
  }
  .c-form__title, .c-table-preview__title, .c-form__title--must {
    font-weight: normal;
  }
  .c-form__content {
    width: 100%;
    padding-top: 5px;
  }
  .c-input--text {
    font-size: 0.75rem;
    padding: 5px;
  }
}
@media screen and (max-width: 460px) {
  .c-alert {
    text-align: left;
  }
}/*# sourceMappingURL=contact.css.map */