@charset "UTF-8";
/* CSS Document */
#maintitle {
  background: url(../img/main_bk.jpg) no-repeat center 0;
}
#maintitle .en,
#maintitle .ja {
  text-shadow: 0px 0px 25px rgba(96, 68, 57, .7),
    0px -0px 25px rgba(96, 68, 57, .7),
    -0px 0px 25px rgba(96, 68, 57, .7),
    -0px -0px 25px rgba(96, 68, 57, .7);
}
@media (max-width: 767px) {
  #maintitle {
    background: url(../img/main_bk_sp.jpg) no-repeat center 0;
    background-size: 100%;
  }
}

.contact {
  background: #f1f1f1;
}

#contactform {
  box-sizing: border-box;
}
#contactform .wpcf7 {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #contactform .wpcf7 {
    width: 100%;
  }
}
#contactform dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #contactform dl {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}
#contactform dt {
  width: 30%;
  border-bottom: #00435A 2px solid;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
}
#contactform dt span {
  color: #5F0F00;
}
@media (max-width: 767px) {
  #contactform dt {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#contactform dd {
  width: 70%;
  border-bottom: #00435A 1px dotted;
  box-sizing: border-box;
  padding: 18px;
}
@media (max-width: 767px) {
  #contactform dd {
    width: 100%;
    padding: 1em;
  }
}
#contactform .wpcf7-text, #contactform .wpcf7-textarea {
  width: 100%;
}
#contactform .wpcf7-text {
  height: 30px;
}
#contactform input[type="submit"] {
  padding: 15px 40px;
  width: 260px;
  height: 56px;
  font-size: 1.2em;
  background: #00435A;
  color: white;
  border-style: none;
}
#contactform input[type="button"] {
  padding: 15px 40px;
  width: 260px;
  height: 56px;
  font-size: 1.2em;
  background: #659d30;
  color: white;
  border-style: none;
}
#contactform .btn-submit {
  text-align: center;
  padding-top: 2rem;
}
#contactform .btn-submit2 {
  text-align: center;
}
#contactform .kakunin {
  text-align: center;
  line-height: 1.6;
  padding-top: 2rem;
}
#contactform .example {
  padding-top: 0.5rem;
  line-height: 1.6;
}
#contactform .custom-wpcf7c-confirmed .example {
  display: none;
}

.thanksTitle {
  font-family: Georgia, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #659d30;
  font-size: 1.56rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.thanks {
  line-height: 1.8;
  text-align: center;
  padding-bottom: 2rem;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-response-output {
  margin: 0 !important;
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

input.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #f1f1f1 !important;
}

textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #f1f1f1;
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.custom-wpcf7c-confirmed .wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f2f2f2 inset;
}

.wpcf7c-btn-back {
  background: #00435A !important;
}
@media (max-width: 767px) {
  .wpcf7c-btn-back {
    margin-bottom: 1em;
  }
}

.nyukaku {
  display: none;
}

.custom-wpcf7c-confirmed .nyukaku {
  display: block;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}

.contactTel {
  background: #CCD9DE;
}
@media (max-width: 767px) {
  .contactTel {
    margin-bottom: 5vw;
  }
  .contactTel .listTitle {
    line-height: 1.4;
  }
}
.contactTel .tel {
  text-align: center;
}
.contactTel ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
.contactTel li {
  padding-top: 2em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .contactTel li {
    padding-top: 2em;
    padding-right: 0.2em;
    padding-left: 0.2em;
  }
}
.contactTel li img {
  width: 100%;
}

.shozai {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.shozai img {
  width: 240px;
  height: 78px;
}
.shozai p {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .shozai {
    flex-wrap: wrap;
    padding-top: 5vw;
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}




.attr {
  margin-top: 40px;
}
.attr span {
  color: #5F0F00;
}




/* フォーム */
form#mailformpro dl dt {
  width: 30%!important;
  font-size: 16px!important;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one,
.mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  width: 100%!important;
  padding: 5px!important;
  font-size: 16px!important;
  line-height: 140%!important;
  box-shadow: none!important
}
.mfp_element_all {
  max-width: 100%!important
}
form#mailformpro dl dd,
form#mailformpro dl dt {
  padding: 18px!important;
  border-top: none!important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  width: 260px !important;
  padding: 15px 40px!important;
  background: none!important;
  background-color: #00435A!important;
  text-shadow: none!important;
  font-size: 18px!important;
  color: #FFFFFF!important;
  border: none!important;
  border-radius: 0!important
}
div.mfp_buttons {
  padding-top: 2rem!important;
}
@media screen and (max-width: 768px){
  .mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    width: 40%!important;
  }
  form#mailformpro dl dt {
    width: 100%!important;
    padding-bottom: 0 !important;
  }
}

.contacttable {
    width: 600px;
    margin: 40px auto;
}
.contacttable table {
    width: 100%;
    border: 2px solid #004259;
    border-collapse: collapse;
    border-spacing: 0;
}
.contacttable table th,
.contacttable table td {
    padding: 20px 10px;
    border: 1px solid #004259;
}
@media (max-width: 767px) {
  .contacttable {
    width: 100%;
    padding: 0 10px;
  }
}
