.contact {
  padding: 24px 0 60px;
}
@media (max-width: 768px) {
  .contact {
    padding: 8vw 0 6.6666666667vw;
  }
}
.contact-title {
  margin-top: 38px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-title {
    margin-top: 9.8666666667vw;
    font-size: 6.4vw;
  }
}
.contact-text {
  margin-top: 54px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-text {
    margin-top: 9.0666666667vw;
    font-size: 3.4666666667vw;
  }
}

.store {
  padding: 60px 0;
  background-color: #f9f5f6;
}
@media (max-width: 768px) {
  .store {
    padding: 9.8666666667vw 0 8vw;
  }
}
.store h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f5315e;
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .store h3 {
    gap: 2.4vw;
    font-size: 5.8666666667vw;
  }
}
.store h3::before {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #f5315e;
}
@media (max-width: 768px) {
  .store h3::before {
    width: 2.1333333333vw;
    height: 6.4vw;
  }
}
.store-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .store-flex {
    flex-direction: column;
    margin-top: 6.1333333333vw;
  }
}
.store-flex .thum {
  width: 37%;
}
@media (max-width: 768px) {
  .store-flex .thum {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .store-flex .thum img {
    width: 100%;
  }
}
.store-flex .contents {
  width: 61%;
}
@media (max-width: 768px) {
  .store-flex .contents {
    width: 100%;
    margin-top: 3.7333333333vw;
  }
}
.store-flex .contents h4 {
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .store-flex .contents h4 {
    font-size: 4.4vw;
  }
}
.store-flex .contents .name {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .store-flex .contents .name {
    margin-top: 2.6666666667vw;
    font-size: 3.6vw;
  }
}
.store-flex .contents .text {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .store-flex .contents .text {
    margin-top: 1.0666666667vw;
    font-size: 5.0666666667vw;
  }
}

.form {
  padding: 60px 0 20px;
}
@media (max-width: 768px) {
  .form {
    padding: 8vw 0 4vw;
  }
}
@media (max-width: 768px) {
  .form form {
    margin-top: 1.3333333333vw;
  }
}
.form h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f5315e;
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .form h3 {
    gap: 2.4vw;
    font-size: 5.8666666667vw;
  }
}
.form h3::before {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #f5315e;
}
@media (max-width: 768px) {
  .form h3::before {
    width: 2.1333333333vw;
    height: 6.4vw;
  }
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 0;
  border-bottom: solid 1px #eaeaea;
}
@media (max-width: 768px) {
  .form-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 4vw;
    padding: 6.1333333333vw 0;
    border-bottom: solid 0.2666666667vw #eaeaea;
  }
}
.form-group .label {
  display: flex;
  flex-direction: column;
  width: 20%;
  gap: 6px;
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .form-group .label {
    flex-direction: row;
    width: 100%;
    gap: 2.9333333333vw;
    font-size: 4vw;
  }
}
.form-group .label .required {
  display: inline-block;
  width: 36px;
  padding: 4px 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 2vw;
  background-color: #f5315e;
}
@media (max-width: 768px) {
  .form-group .label .required {
    width: 10.6666666667vw;
    padding: 0.8vw 0;
    font-size: 2.4vw;
  }
}
.form-group .inputs {
  display: flex;
  align-items: center;
  width: 77%;
  gap: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .form-group .inputs {
    width: 100%;
    gap: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.form-group .inputs p {
  display: flex;
  align-items: center;
  width: 77%;
  gap: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .form-group .inputs p {
    width: 100%;
    gap: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width: 768px) {
  .form-group .wpcf7-radio {
    width: 100%;
    gap: 18.6666666667vw;
  }
}
.form-group .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .form-group .wpcf7-radio .wpcf7-list-item label {
    gap: 1.3333333333vw;
  }
}
.form-group .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 18px;
}
@media (max-width: 768px) {
  .form-group .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .form-group .name-inputs p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-group .preferred-date {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .form-group .preferred-date {
    gap: 2.9333333333vw;
  }
}
.form-group .preferred-date-contents {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .form-group .preferred-date-contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6vw;
  }
}
.form-group .preferred-date-contents-item {
  display: flex;
  gap: 12px;
  width: 80%;
}
@media (max-width: 768px) {
  .form-group .preferred-date-contents-item {
    gap: 1.6vw;
    width: 100%;
  }
}
.form-group .preferred-date-contents-item input[type=date],
.form-group .preferred-date-contents-item select {
  width: 250px;
}
@media (max-width: 880px) {
  .form-group .preferred-date-contents-item input[type=date],
  .form-group .preferred-date-contents-item select {
    width: 28.4090909091vw;
  }
}
@media (max-width: 768px) {
  .form-group .preferred-date-contents-item input[type=date],
  .form-group .preferred-date-contents-item select {
    width: 100%;
  }
}
.form-group input:-webkit-autofill,
.form-group textarea:-webkit-autofill,
.form-group select:-webkit-autofill {
  background-color: #feeaef !important;
  box-shadow: 0 0 0px 1000px #feeaef inset;
  -webkit-text-fill-color: #000 !important;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #acacac;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #acacac;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date],
.form-group select,
.form-group textarea {
  width: 300px;
  padding: 16px 14px;
  background-color: #feeaef;
  border-radius: 5px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=date],
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 4.2666666667vw 4vw;
    border-radius: 1.3333333333vw;
    margin-top: 0.6666666667vw;
  }
}
.form-group input[type=text] {
  width: 100%;
}
.form-group .select-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .form-group .select-wrapper {
    width: 68%;
  }
}
.form-group .select-wrapper::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #f5315e;
  border-bottom: 2px solid #f5315e;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .form-group .select-wrapper::after {
    top: 4.5333333333vw;
    right: 8.5333333333vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-right: 0.6666666667vw solid #f5315e;
    border-bottom: 0.6666666667vw solid #f5315e;
  }
}
.form-group input[type=radio] {
  width: 20px;
  accent-color: #f5315e;
}
@media (max-width: 768px) {
  .form-group input[type=radio] {
    width: 4vw;
  }
}
.form-group input[type=email] {
  width: 100%;
}
.form-group textarea {
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .form-group textarea {
    height: 40vw;
  }
}
.form .flex-start {
  align-items: flex-start;
}
.form .flex-start label {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .form .flex-start label {
    padding-top: 1.3333333333vw;
  }
}
.form-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 12px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .form-policy {
    margin-top: 8.5333333333vw;
    gap: 2.6666666667vw;
    font-size: 4.1333333333vw;
  }
}
.form-policy input[type=checkbox] {
  transform: scale(1.4);
}
@media (max-width: 768px) {
  .form-policy input[type=checkbox] {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.form-policy label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .form-policy label {
    gap: 1.3333333333vw;
  }
}
.form-policy-link {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .form-policy-link {
    margin-top: 4.1333333333vw;
    font-size: 4.1333333333vw;
  }
}
.form-policy-link a {
  color: #f5315e;
  text-decoration: underline;
}
.form-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-top: 52px;
  text-align: center;
}
@media (max-width: 768px) {
  .form-button {
    margin-top: 8vw;
  }
}
.form-button input {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 26px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 100vw;
  background-color: #f5315e;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .form-button input {
    width: 66.6666666667vw;
    padding: 4vw 0;
    font-size: 4vw;
    border: solid 0.5333333333vw #f5315e;
  }
}
.form-button input:hover {
  color: rgba(255, 255, 255, 0.7);
}
.form-button input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 18px;
  background: url(../img/util/arrow-icon-white.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .form-button input::after {
    right: 3.7333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.form #your-submit-email {
  display: none;
}
.form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #f5315e;
  font-size: 16px;
  font-weight: 900;
}
.form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.form .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}/*# sourceMappingURL=contact.css.map */