@charset "UTF-8";
/* ===================================================================
CSS information

file name  : contact.css
author     : Zero-Two
style info : お問い合わせ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Material+Icons+Round");
.con_contact_number .box_number, .page_contact .con_flow, .page_contact {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_contact_number .box_number, .page_contact .con_flow, .page_contact {
    width: 91.6666666667%;
  }
}

.page_contact .con_flow ul:after, .page_contact .con_flow:after {
  content: "";
  display: table;
  clear: both;
}

.page_contact {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_contact {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page_contact {
    margin-bottom: 5em;
  }
}
.page_contact .con_flow {
  margin-bottom: 40px;
}
.page_contact .con_flow ul li {
  width: 28%;
  float: left;
  margin-left: 8%;
  text-align: center;
  background: #f0c1d3;
  font-size: 100%;
  font-weight: normal;
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_contact .con_flow ul li {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .page_contact .con_flow ul li {
    font-size: 82%;
    padding: 10px 0;
    width: 30%;
    margin-left: 5%;
  }
}
.page_contact .con_flow ul li:first-child {
  margin-left: 0;
}
.page_contact .con_flow ul li.active {
  background: #d44c89;
  color: #fff;
}
.page_contact .con_flow ul li:after {
  content: "\e5cc";
  font-family: "Material Icons Round";
  font-size: 100%;
  color: #d44c89;
  position: absolute;
  top: 50%;
  right: -16%;
  margin-top: -0.5em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page_contact .con_flow ul li:after {
    font-size: 75%;
    right: -12%;
  }
}
.page_contact .con_flow ul li.last:after {
  display: none;
}
.page_contact .tbl_primary {
  width: 100%;
}
.page_contact .tbl_primary tr {
  border: 1px solid #e2d9d6;
  width: 100%;
}
.page_contact .tbl_primary th, .page_contact .tbl_primary td {
  padding: 0.6em 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e2d9d6;
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary th, .page_contact .tbl_primary td {
    padding: 0.6em 1em;
    width: 100%;
    display: block;
  }
}
.page_contact .tbl_primary th input, .page_contact .tbl_primary th select, .page_contact .tbl_primary td input, .page_contact .tbl_primary td select {
  border: 1px solid #e2d9d6;
  padding: 0.3em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary th input, .page_contact .tbl_primary th select, .page_contact .tbl_primary td input, .page_contact .tbl_primary td select {
    width: 100%;
    padding: 0.3em 0.8em;
  }
}
.page_contact .tbl_primary th {
  width: 25%;
  overflow: hidden;
  text-align: left;
  background: #eee;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary th {
    width: 100%;
  }
}
.page_contact .tbl_primary th span {
  float: right;
  color: #cc0000;
  padding-left: 0.5em;
  font-size: 0.8em;
  line-height: 2.5;
}
.page_contact .tbl_primary .name input {
  width: 40%;
  margin-right: 1em;
  margin: 0.3em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_contact .tbl_primary .name input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary .name input {
    width: 100%;
  }
}
.page_contact .tbl_primary .email input {
  width: 60%;
  border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page_contact .tbl_primary .email input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary .email input {
    width: 100%;
  }
}
.page_contact .tbl_primary .tel input {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary .tel input {
    width: 100%;
  }
}
.page_contact .tbl_primary .add input, .page_contact .tbl_primary .add select {
  margin-bottom: 5px;
}
.page_contact .tbl_primary .add .num {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary .add .yubin1 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary .add .yubin2 {
    width: 40%;
  }
}
.page_contact .tbl_primary .text textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #acacac;
}
@media only screen and (max-width: 767px) {
  .page_contact .tbl_primary .text textarea {
    width: 100%;
  }
}
.page_contact .privacy {
  padding: 25px 0 20px 0;
  text-align: center;
}
.page_contact .privacy a {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_contact .privacy a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_contact .privacy a:hover::after {
  height: 2px;
  background-color: transparent;
}
.page_contact .box_btn01 {
  margin: 2em 0;
  text-align: center;
}
.page_contact .box_btn01 a {
  margin: auto;
  width: 300px;
}
.page_contact .box_btn02 {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page_contact .box_btn02 {
    display: block;
  }
  .page_contact .box_btn02 a, .page_contact .box_btn02 input {
    margin: auto;
  }
}
.page_contact .box_btn02 .btn_back {
  margin-right: 1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page_contact .box_btn02 .btn_back {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page_contact .box_btn02 .btn_back {
    margin-bottom: 1em;
  }
}
.page_contact .box_btn02 a {
  width: 300px;
}
.page_contact .box_btn02 input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #af9456;
  border-radius: 25px;
  padding: 0.75em 1.5em;
  max-width: 305px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #84660c;
  color: #fff;
  width: 300px;
}
@media only screen and (min-width: 1200px) {
  .page_contact .box_btn02 input:hover {
    background: none;
    border: 1px solid #af9456;
    color: #333333;
  }
}
@media print {
  .page_contact .box_btn02 input:hover {
    background: none;
    border: 1px solid #af9456;
    color: #333333;
  }
}

.con_contact_number {
  margin-bottom: 200px;
  margin-top: 80px;
  background: rgba(240, 193, 211, 0.2);
  padding: 40px 30px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .con_contact_number {
    margin-bottom: 180px 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact_number {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact_number {
    margin-top: 2em;
  }
}
.con_contact_number h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_contact_number h3 .material-symbols-outlined {
  margin-right: 0.5rem;
}
.con_contact_number .box_number {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact_number .box_number {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact_number .box_number {
    width: 100%;
  }
}
.con_contact_number .box_number ul .inner_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .con_contact_number .box_number ul .inner_txt {
    display: block;
  }
}
.con_contact_number .box_number ul .inner_txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.6rem;
}
.con_contact_number .box_number ul .inner_txt ul li .tel {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 157%;
  margin-left: 1rem;
}
.con_contact_number .ttl--m {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_contact_number .ttl--m {
    text-align: left !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.con_thanks {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-top: 80px 2em;
  }
}
.con_thanks .ttl--m {
  margin-bottom: 1em;
}
.con_thanks .txt--l {
  text-align: center;
}
.con_thanks .btn {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    margin-top: 60px 1em;
  }
}
.con_thanks .btn a {
  margin: auto;
}