.inn.mainVisual {
  display: none;
}

.container .mainbanner {
  display: none;
}

#contact_wrap {
  padding-bottom: 50px;
  /*.inn*/
}

@media only screen and (max-width: 1023px) {
  #contact_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 767px) {
  #contact_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#contact_wrap h2 {
  font-size: 22px;
  color: #3d4348;
  background: #f5f5f5;
  height: 55px;
  line-height: 50px;
  border: 1px solid #3d4348;
  border-bottom: 5px solid #3d4348;
  padding-left: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #contact_wrap h2 {
    font-size: 100%;
    height: auto !important;
    line-height: 42px;
  }
}

#contact_wrap .h2_msg {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  #contact_wrap .h2_msg {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #contact_wrap .inn {
    float: none;
    margin-bottom: 30px;
  }
}

#contact_wrap .inn .table {
  margin-bottom: 25px;
}

#contact_wrap .inn .table tbody tr th {
  border: 1px solid #ced4da;
  background: #efefef;
  width: 27%;
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  #contact_wrap .inn .table tbody tr th {
    padding: 10px;
    font-weight: normal;
    display: block;
    width: 100%;
    border: 0;
  }
}

#contact_wrap .inn .table tbody tr th .required {
  background: #ff6d0c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  float: right;
}

@media only screen and (max-width: 767px) {
  #contact_wrap .inn .table tbody tr th .required {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#contact_wrap .inn .table tbody tr td {
  /*border: 1px solid #ced4da;*/
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  #contact_wrap .inn .table tbody tr td {
    border: 0;
    padding: 10px;
    display: block;
  }
}

#contact_wrap .inn .table tbody tr td .form-group {
  margin-bottom: 0;
}

#contact_wrap .inn .table tbody tr td #contact_remark1 {
  height: 160px;
}

#contact_wrap .inn .table tbody tr td .form-control {
  height: auto;
  padding: 0.75rem 1rem;
}

#contact_wrap .inn .table .th_bg01 {
  background: #3d4348;
  color: #fff;
}

#contact_wrap .inn .center_box {
  margin: 30px auto 80px;
  text-align: center;
}

#contact_wrap .inn .center_box .btn-green {
  margin-top: 45px;
  padding: 22px;
  width: 540px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #contact_wrap .inn .center_box .btn-green {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }
}

#contact_wrap.present {
  /*.inn*/
}

#contact_wrap.present .inn .bg_box {
  background-image: url(/images/bg.jpg);
  padding: 50px 60px;
  margin-bottom: 70px;
  border: 1px #cecece solid;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box {
    padding: 30px 3%;
    margin-bottom: 30px;
  }
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox {
  width: 31%;
  margin-right: 30px;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .flexbox-container .flexBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox:last-child {
  margin-right: 0;
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox img {
  width: 100%;
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit {
  font-family: ngtmp-mincyo;
  font-size: 21px;
  font-weight: normal;
  padding: 20px 20px 20px 34px;
  margin-top: 27px;
  border: 4px #dcbe70 double;
  background-color: #fff;
  position: relative;
  min-height: 143px;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit {
    padding: 10px 15px 10px 40px;
    font-size: 18px;
    min-height: auto;
    margin-top: 15px;
  }
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit .naiyo {
  font-size: 12px;
  padding: 5px 0;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit .naiyo {
    font-size: 12px;
    padding: 5px 0;
  }
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit .num {
  position: absolute;
  left: -26px;
  top: -17px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 17px 0;
  background-image: url(/images/icon01_master.png);
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit .num {
    left: -19px;
  }
}

#contact_wrap.present .inn .bg_box .flexbox-container .flexBox .present_tit .num span {
  color: #fff;
  line-height: 80%;
  font-size: 17px;
  display: block;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .flexbox-container {
    flex-direction: column;
  }
}

#contact_wrap.present .inn .bg_box .shime {
  background-color: #3b2316;
  margin-top: 30px;
  padding: 25px 150px;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .shime {
    padding: 10px;
    margin-top: 0;
    text-align: center;
  }
}

#contact_wrap.present .inn .bg_box .shime .ttl {
  float: left;
  color: #fff;
  border: 1px #fff solid;
  padding: 20px 40px;
  margin-right: 20px;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .shime .ttl {
    float: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}

#contact_wrap.present .inn .bg_box .shime .date div {
  font-size: 38px;
  font-weight: bold;
  line-height: 100%;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .bg_box .shime .date div {
    float: none;
    font-size: 18px;
  }
}

#contact_wrap.present .inn .bg_box .shime .date div .week {
  font-size: 1rem;
}

#contact_wrap.present .inn .bg_box .shime .date .note {
  font-size: 13px;
  font-weight: normal;
}

#contact_wrap.present .inn h3 {
  font-family: ngtmp-mincyo;
  font-size: 24px;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn h3 {
    font-size: 1rem;
  }
}

#contact_wrap.present .inn .h3_msg {
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .table td {
    border-right: 1px solid #dee2e6;
  }
}

#contact_wrap.present .inn .end_msg {
  text-align: right;
  margin-top: -15px;
}

@media only screen and (max-width: 1023px) {
  #contact_wrap.present .inn .end_msg {
    text-align: center;
    margin-top: 0;
  }
}

/*#faq_wrap*/

.grecaptcha-badge {
  bottom: 80px !important;
}
