.contactBnrBox .fukidashi {
    background-color: #EBB12C;
    text-align: center;
    display: block;
    font-size: 2.1rem;
    color: white;
    font-weight: bold;
    padding: 1.3rem 2rem;
    border-radius: 5rem;
    margin-bottom: 1.8rem;
    position: relative;
  }
  @media (max-width: 575.98px) {
    .contactBnrBox .fukidashi {
      font-size: 1.6rem;
      margin-bottom: 1.2rem;
    }
  }
  .contactBnrBox .fukidashi::after {
    content: "";
    display: block;
    border-top: solid 30px #EBB12C;
    border-right: solid 25px transparent;
    border-left: solid 25px transparent;
    border-bottom: solid 30px transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 1;
  }
  @media (max-width: 575.98px) {
    .contactBnrBox .fukidashi::after {
      border-top: solid 20px #EBB12C;
      border-right: solid 15px transparent;
      border-left: solid 15px transparent;
      border-bottom: solid 20px transparent;
    }
  }
  .contactBnrBox .contactBnr {
    display: flex;
    align-items: center;
    position: relative;
  }
  .contactBnrBox .contactBnr img {
    width: 100%;
    border: solid 1px #303F45;
  }
  .contactBnrBox .contactBnr-txt {
    position: absolute;
    left: 5%;
  }
  .contactBnrBox .contactBnr-txt p {
    margin: 0;
  }
  .contactBnrBox .contactBnr-txt .ttl {
    font-size: 2.1rem;
    font-weight: bold;
  }
  @media (max-width: 767.98px) {
    .contactBnrBox .contactBnr-txt .ttl {
      font-size: 1.8rem;
    }
  }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .contactBnrBox .contactBnr-txt .ttl {
      font-size: 1.5rem;
    }
  }
  .contactBnrBox .contactBnr-txt .telNum {
    font-size: 4.5rem;
    font-weight: bold;
    color: #EBB12C;
  }
  @media (max-width: 767.98px) {
    .contactBnrBox .contactBnr-txt .telNum {
      font-size: 3rem;
    }
  }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .contactBnrBox .contactBnr-txt .telNum {
      font-size: 2.1rem;
    }
  }
  .contactBnrBox .contactBnr-txt .telNum::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
    padding-right: 1rem;
  }
  .contactBnrBox .contactBnr-txt .openTime {
    font-size: 1.7rem;
    font-weight: bold;
  }
  @media (max-width: 767.98px) {
    .contactBnrBox .contactBnr-txt .openTime {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .contactBnrBox .contactBnr-txt .openTime {
      font-size: 1rem;
    }
  }
  
  .contactFormArea {
    background-color: #EAECEC;
    padding: 5rem 0;
  }
  
  /* WDお問い合わせフォームデザイン変更分 */
  .contact-form-title {
    text-align: center;
    font-size: 2.1rem;
  }
  
  .box_con {
    max-width: 60%;
    margin: 0 auto;
  }
  @media only screen and (max-width: 768px) {
    .box_con {
      max-width: 90%;
    }
  }
  .box_con form {
    width: 100%;
  }
  .box_con form table {
    width: 100%;
  }
  .box_con form table tr {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .box_con form table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: dotted #cdcdcd 1px;
  }
  .box_con form table tr th {
    font-weight: normal;
    padding: 1em .5em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.6rem;
  }
  @media only screen and (max-width: 768px) {
    .box_con form table tr th {
      width: 100%;
      display: block;
    }
  }
  .box_con form table tr th span,
  .box_check p span {
    background: #cd6f55;
    padding: 3px;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 7px;
    border-radius: 2px
  }
  .box_con form table tr td {
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
    .box_con form table tr td {
      padding: 1.5em .5em;
      display: block;
      width: 100%;
    }
  }
  .box_con form table tr .box_br {
    display: block;
  }
  .box_con form table tr select {
    border: 1px solid #97ae88;
  }
  .box_con form table tr label input {
    cursor: pointer;
    display: none;
    vertical-align: middle;
  }
  .box_con form table tr .radio02-input + label {
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
  }
  .box_con form table tr .radio02-input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_con form table tr .radio02-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #97ae88;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
    width: 100%;
    height: 2.5em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
  .box_con form table tr textarea {
    height: 10em;
  }
  
  .box_check {
    margin: 1em;
  }
  .box_check p {
    font-size: medium;
  }
  .box_check p a {
    color: #57A6C6;
  }
  .box_check label {
    display: inline-block;
  }
  .box_check label span {
    margin-left: .3em;
    font-size: 1.694rem;
  }
  
  .contact_btn {
    text-align: center;
  }
  .contact_btn button {
    display: inline-block;
    background: #57A6C6;
    padding: .5em 4em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 1.6rem;
  }
  .contact_btn button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  
  .validation_hide {
    display: none;
    padding-top: 2px;
    font-size: small;
  }
  .validation_show {
    display: block;
    color: red;
  }
  .validation_add {
    background-color: rgba(235, 85, 85, 0.5);
    border-radius: 5px;
  }
  /*# sourceMappingURL=map/contact.css.map */