@charset "UTF-8";
/* Sass Document */
#contact_page {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 840px) {
  #contact_page {
    padding: 5.1282051282vw 0 10.2564102564vw;
  }
}
#contact_page .wrap {
  max-width: 77rem;
}

.intro .flex {
  gap: 1rem;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 6rem;
}
@media screen and (max-width: 840px) {
  .intro .flex {
    flex-wrap: wrap;
    gap: 2.5641025641vw;
  }
}
.intro .flex .btn_line,
.intro .flex .btn_tel {
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (max-width: 840px) {
  .intro .flex .btn_line,
  .intro .flex .btn_tel {
    width: 100%;
    padding: 1.7948717949vw 2.5641025641vw 2.5641025641vw;
  }
}
.intro .flex .btn_line .t_text,
.intro .flex .btn_tel .t_text {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 840px) {
  .intro .flex .btn_line .t_text,
  .intro .flex .btn_tel .t_text {
    font-size: 3.5897435897vw;
    margin: 0 0 1.2820512821vw;
  }
}
.intro .flex .btn_line a,
.intro .flex .btn_tel a {
  box-shadow: none;
  height: 5.5rem;
  width: 35.4rem;
  padding: 0;
}
@media screen and (max-width: 840px) {
  .intro .flex .btn_line a,
  .intro .flex .btn_tel a {
    width: 100%;
    height: 14.1025641026vw;
  }
}
.intro .flex .btn_line a p,
.intro .flex .btn_tel a p {
  font-size: 1.2rem;
}
.intro .flex .btn_line a .top,
.intro .flex .btn_tel a .top {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1rem;
}
.intro .flex .btn_line a .top p,
.intro .flex .btn_tel a .top p {
  font-size: 2rem;
}
.intro .flex .btn_line a img,
.intro .flex .btn_tel a img {
  position: unset;
  transform: unset;
}
.intro .flex .btn_line a:hover,
.intro .flex .btn_tel a:hover {
  transform: translateY(0);
  opacity: 0.7;
}
.intro .flex .btn_line {
  border: 0.2rem solid #06c755;
}
.intro .flex .btn_line img {
  width: 2rem;
}
.intro .flex .btn_tel {
  border: 0.2rem solid #e4292f;
}
.intro .flex .btn_tel img {
  width: 1.2rem;
}

.contact-form p {
  font-size: 1.6rem;
}
.contact-form .mt {
  margin-top: 2rem;
}
.contact-form .input_area {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area {
    margin-bottom: 5.1282051282vw;
  }
}
.contact-form .input_area .label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area .label {
    gap: 2.0512820513vw;
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.contact-form .input_area .label p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-form .input_area .label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 2rem;
  padding: 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: #ef2b2d;
  border-radius: 0.2rem;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area .label span {
    min-width: 7.6923076923vw;
    height: 4.6153846154vw;
    padding: 0 1.5384615385vw;
    font-size: 3.0769230769vw;
  }
}
.contact-form .input_area {
  /* 入力欄 */
}
.contact-form .input_area input,
.contact-form .input_area textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f4f4f4;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  color: #111;
  box-sizing: border-box;
}
.contact-form .input_area input::-moz-placeholder, .contact-form .input_area textarea::-moz-placeholder {
  color: #b8b8b8;
}
.contact-form .input_area input::placeholder,
.contact-form .input_area textarea::placeholder {
  color: #b8b8b8;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area input,
  .contact-form .input_area textarea {
    font-size: 3.5897435897vw;
  }
}
.contact-form .input_area input {
  height: 7rem;
  padding: 0 2rem;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area input {
    height: 14.1025641026vw;
    padding: 0 4.1025641026vw;
  }
}
.contact-form .input_area textarea {
  min-height: 16rem;
  line-height: 1.4;
  padding: 2.2rem 2rem;
  resize: vertical;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area textarea {
    min-height: 41.0256410256vw;
    padding: 3.5897435897vw 4.1025641026vw;
  }
}
.contact-form .file_input {
  margin: 2rem 0;
}
@media screen and (max-width: 840px) {
  .contact-form .file_input {
    margin: 5.1282051282vw 0;
  }
}
.contact-form {
  /* ===============================
     プライバシーポリシー
  =============================== */
}
.contact-form .cation {
  margin: 6rem 0 0;
}
@media screen and (max-width: 840px) {
  .contact-form .cation {
    margin: 8.9743589744vw 0 0;
  }
}
.contact-form .cation .ttl {
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .contact-form .cation .ttl {
    margin-bottom: 3.0769230769vw;
    font-size: 4.6153846154vw;
  }
}
.contact-form .cation .precautions {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  height: 20rem;
  overflow: auto;
}
@media screen and (max-width: 840px) {
  .contact-form .cation .precautions {
    margin-top: 4.1025641026vw;
    padding: 3.5897435897vw;
  }
}
.contact-form .cation .precautions .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .contact-form .cation .precautions .txt {
    font-size: 3.5897435897vw;
  }
}
.contact-form {
  /* ===============================
     同意チェック
  =============================== */
}
.contact-form .check {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 840px) {
  .contact-form .check {
    margin-top: 4.1025641026vw;
  }
}
.contact-form .check .wpcf7-list-item {
  margin: 0;
}
.contact-form .check label {
  font-size: 1.6rem;
  line-height: 1.7;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .contact-form .check label {
    font-size: 3.3333333333vw;
  }
}
.contact-form .check input[type=checkbox] {
  margin-right: 0.8rem;
  transform: translateY(0.1rem);
}
@media screen and (max-width: 840px) {
  .contact-form .check input[type=checkbox] {
    margin-right: 1.5384615385vw;
  }
}
.contact-form {
  /* ===============================
     エラーメッセージ
  =============================== */
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #d6001c;
}
@media screen and (max-width: 840px) {
  .contact-form .wpcf7-not-valid-tip {
    font-size: 2.8205128205vw;
  }
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.sent .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.6;
  border-radius: 0.4rem;
}
.contact-form {
  /* ===============================
     送信ボタン（既存btn_wrap流用）
  =============================== */
}
.contact-form .btn_wrap {
  width: 35rem;
  margin: auto;
  height: 7.4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap {
    width: 29.1666666667vw;
    height: 6.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap {
    width: 73.0769230769vw;
    height: 15.3846153846vw;
  }
}
.contact-form .btn_wrap .wpcf7-submit,
.contact-form .btn_wrap button,
.contact-form .btn_wrap input[type=submit] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem !important;
  height: 7rem !important;
  margin: 3.5rem auto 0;
  font-size: 2rem !important;
  font-weight: 700;
  color: #000 !important;
  background: #fff03a !important;
  box-shadow: 0 0.3rem 0 #cbbe28;
  border-radius: 0.5rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap .wpcf7-submit,
  .contact-form .btn_wrap button,
  .contact-form .btn_wrap input[type=submit] {
    width: 29.1666666667vw !important;
    height: 5.8333333333vw !important;
    margin: 0.8333333333vw auto 0;
    font-size: 1.6666666667vw !important;
    box-shadow: 0 0.25vw 0 #cbbe28;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap .wpcf7-submit,
  .contact-form .btn_wrap button,
  .contact-form .btn_wrap input[type=submit] {
    width: 73.0769230769vw !important;
    height: 15.3846153846vw !important;
    margin: 2.5641025641vw auto 0;
    font-size: 4.8717948718vw !important;
    box-shadow: 0 0.7692307692vw 0 #cbbe28;
    border-radius: 1.2820512821vw;
  }
}
.contact-form .btn_wrap .wpcf7-submit:hover,
.contact-form .btn_wrap button:hover,
.contact-form .btn_wrap input[type=submit]:hover {
  box-shadow: 0 0 0 #cbbe28;
  transform: translateY(0.3rem);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap .wpcf7-submit:hover,
  .contact-form .btn_wrap button:hover,
  .contact-form .btn_wrap input[type=submit]:hover {
    transform: translateY(0.25vw);
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap .wpcf7-submit:hover,
  .contact-form .btn_wrap button:hover,
  .contact-form .btn_wrap input[type=submit]:hover {
    transform: translateY(0.7692307692vw);
  }
}
.contact-form .btn_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 0.7rem;
  border-color: transparent transparent transparent #000;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap::after {
    top: calc(50% + 0.4166666667vw);
    right: 1.6666666667vw;
    border-width: 0.5833333333vw 0 0.5833333333vw 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap::after {
    top: 50%;
    right: 4.358974359vw;
    border-width: 1.2820512821vw 0 1.2820512821vw 1.2820512821vw;
  }
}
.contact-form .input_area.check {
  margin-top: 2rem;
  text-align: center;
}
.contact-form .input_area.check .wpcf7-form-control-wrap {
  display: inline;
}
.contact-form .input_area.check .wpcf7-list-item {
  margin: 0;
}
.contact-form .input_area.check .wpcf7-list-item-label {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #111;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area.check .wpcf7-list-item-label {
    font-size: 3.3333333333vw;
  }
}
.contact-form .input_area.check input[type=checkbox] {
  -moz-appearance: checkbox;
       appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem 0 0;
  vertical-align: middle;
  transform: none;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area.check input[type=checkbox] {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-right: 1.5384615385vw;
  }
}
.contact-form .btn_wrap .wpcf7-submit {
  background: #fff03a;
  box-shadow: 0 0.3rem 0 #cbbe28;
  color: #000;
  transition: 0.2s;
}
.contact-form .btn_wrap .wpcf7-submit.is-disabled {
  background: #ccc !important;
  box-shadow: 0 0.3rem 0 #aaa !important;
  color: #666 !important;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.btn_no_mail {
  position: relative;
  width: 100%;
  margin: 6.5rem 0 0;
}
@media screen and (max-width: 840px) {
  .btn_no_mail {
    margin: 7.6923076923vw 0 0;
  }
}
.btn_no_mail a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77rem;
  height: 4.7rem;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .btn_no_mail a {
    width: 64.1666666667vw;
    height: 3.9166666667vw;
    font-size: 1.4166666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_no_mail a {
    width: 89.7435897436vw;
    height: 12.0512820513vw;
    font-size: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
.btn_no_mail a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 2rem;
  font-weight: 900;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .btn_no_mail a:after {
    right: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_no_mail a:after {
    right: 4.358974359vw;
  }
}
.btn_no_mail.is-open a:after {
  content: "−";
}

.more_no_mail {
  display: none;
  margin: 2rem 0 0;
}
@media screen and (max-width: 840px) {
  .more_no_mail {
    margin: 3.8461538462vw 0 0;
  }
}
.more_no_mail.is-open {
  display: block;
}
.more_no_mail p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .more_no_mail p {
    font-size: 3.8461538462vw;
  }
}

.purchase-form .birthday-select p {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .purchase-form .birthday-select p {
    gap: 3.0769230769vw;
  }
}
.purchase-form .birthday-select .wpcf7-form-control-wrap {
  display: block;
}
.purchase-form .birthday-select select {
  width: 13.6rem;
  height: 4.8rem;
  padding: 0 4rem 0 1.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.6rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.2rem auto;
}
@media screen and (max-width: 840px) {
  .purchase-form .birthday-select select {
    width: 100%;
    height: 12.3076923077vw;
    font-size: 3.5897435897vw;
  }
}
.purchase-form .contact-form__select,
.purchase-form select.wpcf7-form-control {
  width: 100%;
  height: 7rem;
  padding: 0 5rem 0 2rem;
  border: none;
  border-radius: 0.4rem;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  color: #111;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.2rem auto;
}
@media screen and (max-width: 840px) {
  .purchase-form .contact-form__select,
  .purchase-form select.wpcf7-form-control {
    height: 14.1025641026vw;
    padding: 0 10.2564102564vw 0 4.1025641026vw;
    font-size: 3.5897435897vw;
    background-position: right 4.1025641026vw center;
  }
}
.purchase-form .postal {
  max-width: 20.6rem;
}
.purchase-form .postal .flex {
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 840px) {
  .purchase-form .postal {
    max-width: 100%;
  }
}
.purchase-form .radio_area .wpcf7-form-control-wrap {
  display: block;
}
.purchase-form .radio_area .wpcf7-form-control {
  display: flex;
  gap: 8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .purchase-form .radio_area .wpcf7-form-control {
    gap: 6.1538461538vw;
  }
}
.purchase-form .radio_area .wpcf7-list-item {
  margin: 0;
}
.purchase-form .radio_area .wpcf7-list-item-label {
  font-size: 1.6rem;
  color: #111;
}
@media screen and (max-width: 840px) {
  .purchase-form .radio_area .wpcf7-list-item-label {
    font-size: 3.5897435897vw;
  }
}
.purchase-form .radio_area input[type=radio] {
  margin-right: 0.8rem;
  transform: scale(1.2);
  vertical-align: middle;
}
.purchase-form .file_area .label {
  margin: 0;
}
.purchase-form .file_area .label p {
  font-size: 1.6rem;
}
.purchase-form .file_area input[type=file] {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 1.4rem;
}
.purchase-form .file_area .wpcf7-form-control-wrap {
  display: block;
}
.purchase-form .file_area .wpcf7-file {
  display: inline-block;
  max-width: 100%;
}
.purchase-form .custom-file .wpcf7-file {
  display: none;
}
.purchase-form .custom-file .file-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 5rem;
  background: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  border: 1px solid #000;
  margin: 15px 0;
}
.purchase-form .btn_text {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  .purchase-form .btn_text {
    margin: 2.5641025641vw 0 0;
    font-size: 3.5897435897vw;
  }
}

.radio_area input[type=radio] {
  -moz-appearance: radio;
       appearance: radio;
  -webkit-appearance: radio;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  transform: none;
}

@media screen and (max-width: 840px) {
  .radio_area input[type=radio] {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-right: 1.5384615385vw;
  }
}