@charset "UTF-8";
/* flex　box
------------------------------- */
.flex_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* object-fit
------------------------------- */
.fit_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .fit_img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/* ラインマーカー
------------------------------- */
.linemk {
  background: linear-gradient(transparent 70%, #fccb0f 70%);
}

/* 中 middle
------------------------------- */
.bg_keycol {
  background-color: #c96677;
  color: #fff;
}

/* お問い合わせ
------------------------------- */
@media (min-width: 769px) {
  .sec_contact {
    padding: 19rem 0 16rem;
  }
  .sec_contact .wrap_in {
    border: 2px dotted #c96677;
  }
  .sec_contact .wrap_in .complete_textA {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #5d5858;
    margin-top: 5rem;
  }
  .sec_contact .wrap_in .complete_textB {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #5d5858;
    margin-top: 5rem;
    padding-bottom: 8rem;
  }

  .contact_area {
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .contact_area p {
    font-weight: 400;
  }
  .contact_area .privacy_table {
    table-layout: fixed;
  }
  .contact_area .privacy_table th, .contact_area .privacy_table td {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    color: #242829;
    line-height: 1.4;
  }
  .contact_area .privacy_table th small, .contact_area .privacy_table td small {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .contact_area .privacy_table th {
    vertical-align: top;
    padding: 2rem 7.6rem 2rem 0;
    width: 23rem;
  }
  .contact_area .privacy_table th.hisu {
    background-image: url("../img/contact/img_hissu.png");
    background-size: 5.5rem auto;
    background-position: right 2.1rem top 2.2rem;
    background-repeat: no-repeat;
  }
  .contact_area .privacy_table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact_area .privacy_table input[type="text"], .contact_area .privacy_table input[type="email"], .contact_area .privacy_table input[type="tel"] {
    width: 100%;
    height: 6rem;
    border: 0;
    background-color: #fff;
    padding: 1em;
    font-size: 1.6rem;
    border: 1px solid #555954 !important;
  }
  .contact_area .privacy_table textarea {
    width: 100%;
    min-height: 15.7rem;
    border: 0;
    background-color: #fff;
    padding: 1em;
    font-size: 1.6rem;
    border: 1px solid #555954 !important;
  }
  .contact_area .submit_wrap {
    text-align: center;
    margin-top: 5em;
    margin-bottom: 3em;
  }
  .contact_area .submit_wrap [type="submit"], .contact_area .submit_wrap [type="button"] {
    display: block;
    border: 0;
    width: 100%;
    height: 7.2rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    background-color: #c96677;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  .contact_area .submit_wrap [type="submit"].submit_btn02, .contact_area .submit_wrap [type="button"].submit_btn02 {
    background-color: #874f6c;
    margin-top: 0.5em;
  }
  .contact_area .submit_wrap [type="submit"]:hover, .contact_area .submit_wrap [type="button"]:hover {
    opacity: 0.8;
  }
  .contact_area .textA, .contact_area .textB {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #c96677;
    margin-bottom: 5rem;
  }
}
.fx_contact {
  width: 100%;
  height: 100%;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
}
.fx_contact .flex_block_child span, .fx_contact .flex_block_child input {
  display: block;
  width: 100%;
  height: 100%;
}
.fx_contact .flex_block_child.blockA {
  width: 25%;
}
.fx_contact .flex_block_child.blockB {
  width: 70%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0.5em 1em;
  text-align: center;
}

.textB {
  display: none;
}

@media (max-width: 768px) {
  .sec_contact {
    padding: 19vw 0 16vw;
  }
  #complete .sec_contact {
    padding-top: 32vw;
  }
  .sec_contact .wrap_in {
    border: 2px dashed #c96677;
  }
  .sec_contact .wrap_in .complete_textA {
    text-align: center;
    font-size: 4.4vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #5d5858;
    margin-top: 5vw;
  }
  .sec_contact .wrap_in .complete_textB {
    font-size: 3.8vw;
    font-weight: 500;
    text-align: center;
    color: #5d5858;
    margin-top: 5vw;
    padding-bottom: 8vw;
  }

  .contact_area {
    width: 81.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .contact_area input[type="button"], .contact_area input[type="submit"], .contact_area input[type="text"], .contact_area input[type="email"], .contact_area input[type="tel"] {
    -webkit-appearance: none;
  }
  .contact_area p {
    font-weight: 400;
  }
  .contact_area .privacy_table {
    display: block;
  }
  .contact_area .privacy_table tbody, .contact_area .privacy_table tr, .contact_area .privacy_table th, .contact_area .privacy_table td {
    display: block;
  }
  .contact_area .privacy_table th, .contact_area .privacy_table td {
    padding: 1.3em 0;
    font-size: 4.5vw;
    font-weight: 700;
    text-align: left;
    color: #242829;
    line-height: 1.4;
  }
  .contact_area .privacy_table th small, .contact_area .privacy_table td small {
    display: block;
    text-align: left;
    font-size: 3vw;
    font-weight: 300;
    line-height: 1.4;
  }
  .contact_area .privacy_table th {
    font-weight: 700;
    padding-left: 2em;
    padding: 2vw 7.6vw 0 0;
    width: 48vw;
  }
  .contact_area .privacy_table th.hisu {
    background-image: url("../img/contact/img_hissu.png");
    background-size: 10.5vw auto;
    background-position: right 2.1vw top 3.7vw;
    background-repeat: no-repeat;
  }
  .contact_area .privacy_table td {
    padding: 1.6vw 0;
  }
  .contact_area .privacy_table input[type="text"], .contact_area .privacy_table input[type="email"], .contact_area .privacy_table input[type="tel"] {
    width: 100%;
    height: 3em;
    padding: 0.4em;
    border: 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 3.5vw;
    border: 1px solid #555954 !important;
  }
  .contact_area .privacy_table textarea {
    width: 100%;
    height: 9em;
    padding: 0.5em;
    border: 0;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    font-size: 3.5vw;
    border: 1px solid #555954 !important;
  }
  .contact_area .submit_wrap {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
  .contact_area .submit_wrap [type="submit"], .contact_area .submit_wrap [type="button"] {
    display: block;
    border: 0;
    width: 100%;
    height: 11vw;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background-color: #c96677;
    font-size: 5.4vw;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  .contact_area .submit_wrap [type="submit"].submit_btn02, .contact_area .submit_wrap [type="button"].submit_btn02 {
    background-color: #874f6c;
  }

  .textA, .textB {
    text-align: center;
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #c96677;
    margin-bottom: 5vw;
  }

  .fx_contact {
    width: 100%;
    height: 100%;
    -webkit-align-items: stretch;
    /*縦方向（Safari用）*/
    align-items: stretch;
    /* 縦方向*/
    -webkit-justify-content: space-between;
    /*横方向（Safari用）*/
    justify-content: space-between;
    /*横方向*/
  }
  .fx_contact .flex_block_child span, .fx_contact .flex_block_child input {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fx_contact .flex_block_child.blockA {
    width: 25%;
  }
  .fx_contact .flex_block_child.blockB {
    width: 70%;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
    text-align: center;
    font-size: 2.9vw;
  }

  .textB {
    display: none;
  }
}
/*確認画面*/
form:not(.invalid) .contact_area.kakuhin .textA {
  display: none;
}
form:not(.invalid) .contact_area.kakuhin .textB {
  display: block;
}
form:not(.invalid) .contact_area.kakuhin .privacy_table th {
  opacity: 0.455;
}
form:not(.invalid) .contact_area.kakuhin .privacy_table input, form:not(.invalid) .contact_area.kakuhin .privacy_table textarea {
  background-color: #eee;
  border: 0 !important;
}

/*# sourceMappingURL=style.css.map */
