@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
.contact_ttl_set {
  text-align: center;
  padding-top: 5em;
}

.sec_ttl01 {
  margin-bottom: 30px;
}

.sec_ttl01,
.sec_ttl01 span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #404040;
  line-height: 1.2;
}

.sec_ttl01 span {
  display: inline-block;
}

.sec_ttl01 span:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  margin: 7px auto 0;
  background: #000;
}

.header {
  border-bottom: 1px solid #ccc;
}

.contact_ttl02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.contact_sec01 {
  max-width: 1000px;
  margin: 0 auto 110px;
}

.contact_sec02 {
  max-width: 750px;
  margin: 0 auto 110px;
}

.contact_tt02 {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}

.contact_tel_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.contact_tel_set>div {
  width: 50%;
}

.txt_tel01 {
  font-size: 14px;
  margin-top: 20px;
}

.txt_tel02,
.txt_tel02 span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.txt_time {
  font-size: 14px;
}

.contact_tel_set p a {
  color: #006934;
}

.contact_att {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 47px;
}

.red {
  color: #e60012;
}

.privacy_policy {
  text-align: left;
  border: 1px solid #3d3736;
  margin-bottom: 40px;
}

.privacy_policy_ttl {
  padding: 5px 15px;
  border-bottom: 1px solid #3d3736;
}

.privacy_policy_body {
  padding: 15px;
  font-size: 14px;
}

/*----------------------------------------------------------------------------------------------
	contact
----------------------------------------------------------------------------------------------*/
.sec_from {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: left;
  font-size: 16px;
}

.address {
  font-size: .9em;
  margin-bottom: 2em;
}

table.formTable {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
  letter-spacing: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  background: #efefef;
}

table.formTable td,
table.formTable th {
  padding: 15px;
  vertical-align: top;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
}

table.formTable td {
  padding: 15px 80px 15px 15px;
}

table.formTable td.none_b,
table.formTable th.none_b {
  border-bottom: none;
}

table.formTable th {
  width: 14em;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  padding: 17px 20px 15px 20px;
  vertical-align: top;
  color: #231815;
  position: relative;
}

.add_t01 {
  display: inline-block;
  width: 4em;
  text-align: right;
  margin-right: 10px;
}

input,
textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  box-sizing: border-box;
}

.long {
  width: 100%;
  box-sizing: border-box;
}

.w_addr {
  width: 85.5%;
}

label {
  font-weight: bold;
}

.label_ttl {
  display: block;
  margin-bottom: 10px;
}

.form_set {
  margin-bottom: 20px;
}

select {
  font-size: 1.2em;
  padding: .8em;
}

.hiss {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  background: #b11824;
  line-height: 1.2;
  margin-left: .8em;
  transform: translateY(-.2em);
}

.cheack {
  text-align: center;
}

.btn_form {
  text-align: center;
  transform: translateX(10px);
}

a.btn_submit {
  color: #fff;
}

.btn_submit,
input .btn_submit {
  box-sizing: border-box;
  margin: 30px auto 20px;
  padding: 17px 106px;
  background: #c8b595;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 9px;
  line-height: 1;
  transition: .3s;
  position: relative;
  display: inline-block;
}

.btn_submit:hover {
  opacity: 0.7;
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#contact_completion {
  text-align: center;
  margin-bottom: 4em;
  font-size: 18px;
  line-height: 2;
  min-height: 350px;
  margin-top: 4em;
}

.btn_back {
  margin-top: 20px;
}


.btn_submit.btn_inline {
  display: inline-block;
  width: 12em;
  padding: 15px 0;
  cursor: pointer;
}

.btn_submit.btn_inline.last {
  margin-left: 2em;
}

input.btn_submit,
textarea.btn_submit {
  border: none;
  margin: 0;
}

dl.contact_lead {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #ea8378;
  border: 1px solid #ccc;
}

dl.contact_lead:after {
  content: "";
  display: block;
  clear: both;
}

dl.contact_lead dt {
  font-size: 20px;
  font-weight: bold;
}

.atten {
  font-size: 13px;
  display: block;
  margin-top: 10px;
  text-align: left;
}

/* 確認画面 */
.kakunin_ttl {
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 5px 0;
  line-height: 1.2;
}

.kakunin_t01 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

#formWrap table.formTable {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #ccc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

#formWrap table.formTable td,
#formWrap table.formTable th {
  padding: 20px 15px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

#formWrap table.formTable th {
  width: 32%;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  padding: 20px 15px;
}



@media screen and (max-width:768px) {

  /*----------------------------------------------------------------------------------------------
	contact sp
----------------------------------------------------------------------------------------------*/
  .sec__block {
    max-width: 90%;
    margin: 0 auto;
  }

  .contact_ttl01 {
    margin-bottom: 100px;
  }

  .contact_sec01 {
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .contact_sec02 {
    max-width: 750px;
    margin: 0 auto 40px;
  }

  .contact_tt02 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }

  .contact_tel_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .contact_tel_set>div {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact_icon img {
    height: 50px;
  }

  .txt_tel01 {
    font-size: 14px;
    margin-top: 20px;
  }

  .txt_tel02,
  .txt_tel02 span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .txt_time {
    font-size: 14px;
  }

  .contact_tel_set p a {
    color: #000;
  }

  .contact_att {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
  }

  .red {
    color: #e60012;
  }

  .privacy_policy {
    text-align: left;
    border: 1px solid #3d3736;
    margin-bottom: 30px;
  }

  .privacy_policy_ttl {
    padding: 5px 15px;
    border-bottom: 1px solid #3d3736;
  }

  .privacy_policy_body {
    padding: 15px;
    font-size: 12px;
  }

  .sec_from {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .btn_submit,
  input .btn_submit {
    box-sizing: border-box;
    margin: 20px auto 80px;
    padding: 17px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    transition: .3s;
    position: relative;
    display: inline-block;
    width: 100%;
  }

  table.formTable {
    margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
  }

  table.formTable tr {
    display: block;
    width: auto;
  }

  table.formTable td,
  table.formTable th {
    display: block;
    width: auto;
    padding: 15px 10px;
    vertical-align: top;
    font-size: 1em;
    border-bottom: none;
  }

  table.formTable th {
    width: 100%;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    background: #cfd7d9;
  }

  .add_t01 {
    display: inline-block;
    width: inherit;
    text-align: left;
    margin-right: 10px;
  }

  .w_addr {
    width: 100%;
  }

  input,
  textarea {
    padding: .5em;
    font-size: 1.2em;
    color: #333;
  }

  select {
    font-size: 1.2em;
    padding: .8em;
  }

  .hiss {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    background: #e60012;
    line-height: 1.2;
    position: inherit;
    right: inherit;
    margin-left: 10px;
  }

  label {
    display: inline-block;
  }

  #contact_completion {
    text-align: center;
    margin-bottom: 4em;
    font-size: 16px;
    line-height: 2;
    min-height: 150px;
  }

  .thanks_ttl {}

  .btn_submit.btn_inline {
    display: block;
    width: 100%;
  }

  .btn_submit.btn_inline+input {
    margin-top: 1.5em;
  }

  .btn_submit.btn_inline.last {
    margin-left: 0;
  }

  input.btn_submit,
  textarea.btn_submit {
    border: none;
    margin: 0;
  }

  .btn_form {
    text-align: center;
    transform: translateX(0);
  }

  /* 確認画面 */
  .kakunin_ttl {
    color: #fff;
    text-align: center;
    background: #000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 5px 0;
    line-height: 1.2;
  }

  .kakunin_t01 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }

  #formWrap table.formTable {
    margin-bottom: 40px;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #formWrap table.formTable td,
  #formWrap table.formTable th {
    padding: 15px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #formWrap table.formTable th {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
    background-color: #F1F0E4;
    font-weight: bold;
  }

  #formWrap table.formTable td {
    min-height: 2.5em;
  }
}

.yoheyama {
  max-width: 850px;
  margin: 0 auto 50px;
}

.outline_ttl {
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.outline_txt {
  text-align: justify;
  font-size: 0.9em;
}

.contact_ttl_agui {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width:768px) {
  .contact_ttl_agui {
    margin: 30px auto 0;
    padding: 0 5%;
  }
}