@charset "UTF-8";
/* reCAPTCHA バッジ非表示（表記は #contactIntro）
------------------------------------*/
.grecaptcha-badge {
  visibility: hidden !important;
}

/* contact introduction setting
------------------------------------*/
#contactIntro {
  margin: 220px 0 85px;
  text-align: center;
}
#contactIntro h1 {
  position: relative;
  margin: 0 0 70px;
  width: 100%;
}
#contactIntro h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  display: block;
  background: url("../../img/common/ico_ci.png") 0 0/cover no-repeat;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 15px;
}
#contactIntro h1 span {
  display: block;
  margin: 0 0 15px;
  width: 100%;
  font-size: 30px;
  color: #878e31;
}
#contactIntro h1 em {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
}
#contactIntro p {
  text-align: center;
  line-height: 2.5;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#contactIntro p em {
  padding: 30px 0 0;
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #c00;
}
#contactIntro p small {
  display: block;
  margin: 15px 0 0;
  line-height: 1.4;
  font-size: 10px;
  color: #666;
}
#contactIntro p small a {
  color: #878e31;
}

/* Contact Form
------------------------------------*/
#contactForm {
  background: rgba(190, 164, 134, 0.1);
  padding: 0 0 60px;
}
#contactForm h2 {
  position: relative;
  margin: 0 0 70px;
  padding: 85px 0 0;
  text-align: center;
  font-size: 26px;
  color: #878e31;
}
#contactForm h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  display: block;
  background: url("../../img/common/ico_ci.png") 0 0/cover no-repeat;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 15px;
}
#contactForm > p {
  margin: 0 0 45px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#contactForm > p em {
  display: inline-block;
  border-radius: 3px;
  background: #bea487;
  margin: -13px 5px 0;
  width: 45px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
#contactForm dl {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin: 0 auto 10px;
  padding: 10px 0 20px;
  width: 800px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#contactForm dl dt {
  position: relative;
  box-sizing: border-box;
  padding: 0 50px 0 5px;
  width: 240px;
  font-weight: bold;
  font-size: 14px;
  color: #878e31;
}
#contactForm dl dt .required {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  border-radius: 3px;
  background: #bea487;
  margin: -13px 0 0;
  width: 45px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
#contactForm dl dd {
  width: 560px;
}
#contactForm dl dd input[type="text"],
#contactForm dl dd input[type="email"],
#contactForm dl dd select,
#contactForm dl dd textarea {
  outline: none;
  box-sizing: border-box;
  appearance: none;
  display: block;
  border: 1px solid #bea487;
  border-radius: 4px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  width: 97.5%;
  height: 40px;
  font-size: 14px;
  line-height: 1.4;
}
#contactForm dl dd textarea {
  height: 150px;
}
#contactForm dl dd select {
  width: 250px;
}
#contactForm dl dd input[type="text"]:focus,
#contactForm dl dd input[type="email"]:focus,
#contactForm dl dd textarea:focus {
  border: 1px solid #3690ec;
}
#contactForm dl dd.selectList {
  position: relative;
  display: block;
}
#contactForm dl dd.selectList::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 230px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0a9b92;
  border-right: 2px solid #0a9b92;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#contactForm dl dd p {
  padding: 0 0 10px 11px;
  line-height: 1.8;
  font-size: 11px;
}
#contactForm dl dd p:first-letter {
  margin: 0 0 0 -11px;
}
#contactForm #privacyCheck {
  padding: 50px 0 0 15px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
#contactForm #privacyCheck li label input[type="checkbox"] {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  width: 0;
  height: 0;
}
#contactForm #privacyCheck li label input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -20px;
  z-index: 0;
  display: block;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 5px 1px rgba(235, 235, 235, 0.8) inset;
  background: #fff;
  width: 15px;
  height: 15px;
}
#contactForm #privacyCheck li label input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
  display: block;
  border: 2px solid #bea487;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contactForm .wpcf7 .screen-reader-response {
  display: none;
}
#contactForm .wpcf7 dl dd .wpcf7-not-valid-tip {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  color: #c00;
}
#contactForm .wpcf7 .wpcf7-response-output {
  margin: 8px 0 0;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #c00;
}

/* Contact Common Setteings
------------------------------------*/
.formBtn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 0;
}
.formBtn li {
  position: relative;
  margin: 0 2%;
  width: 300px;
  height: 50px;
}
.formBtn li.btnSubmit::after, .formBtn li.btnReset::after, .formBtn li.btnBack::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0;
}
.formBtn li.btnReset::after {
  top: 50%;
  right: 17px;
  border: none;
  background: url("../..../../img/common/ico_reset.png") left/cover;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: -9px 0 0;
  width: 18px;
  height: 18px;
}
.formBtn li.btnBack::after {
  right: auto;
  left: 17px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.formBtn li input[type="submit"],
.formBtn li input[type="button"] {
  position: relative;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border-radius: 25px;
  border: none;
  display: block;
  background: #878e31;
  padding: 0 10px 0 0;
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.formBtn li input[type="submit"]:hover,
.formBtn li input[type="button"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.formBtn li input[type="submit"]:disabled,
.formBtn li input[type="button"]:disabled {
  background: #ddd;
  cursor: default;
}
.formBtn li input[type="submit"]:disabled:hover,
.formBtn li input[type="button"]:disabled:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.formBtn li input[type="button"] {
  padding: 0 0 0 10px;
}

p.confirmTxt {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.8;
}

ul#errorDetail {
  border-radius: 8px;
  border: 2px solid #8c0000;
  margin: 0 auto 50px;
  padding: 25px 0 30px;
  width: 80%;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "Helvetica Neue", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #8c0000;
}
ul#errorDetail li {
  padding: 15px 0 0;
}

/* Contact Confirm
------------------------------------*/
#contactConfirm {
  margin: 130px 0 0;
  padding: 0 0 60px;
}
#contactConfirm h2 {
  position: relative;
  margin: 0 0 70px;
  padding: 85px 0 0;
  text-align: center;
  font-size: 26px;
  color: #878e31;
}
#contactConfirm h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  display: block;
  background: url("../../img/common/ico_ci.png") 0 0/cover no-repeat;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 15px;
}
#contactConfirm > p {
  margin: 0 0 45px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#contactConfirm dl {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin: 0 auto 10px;
  padding: 10px 0 20px;
  width: 800px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#contactConfirm dl dt {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 0 5px;
  width: 210px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #878e31;
}
#contactConfirm dl dd {
  width: 560px;
  font-size: 14px;
}

/* Contact Complete
------------------------------------*/
#contactComplete {
  margin: 130px 0 0;
  padding: 0 0 60px;
}
#contactComplete h2 {
  position: relative;
  margin: 0 0 70px;
  padding: 85px 0 0;
  text-align: center;
  font-size: 26px;
  color: #878e31;
}
#contactComplete h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  display: block;
  background: url("../../img/common/ico_ci.png") 0 0/cover no-repeat;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 15px;
}
#contactComplete > p {
  margin: 0 0 45px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#contactComplete dl {
  display: block;
  border-bottom: none;
  margin: 0 auto;
  width: 800px;
  font-size: 13px;
}
#contactComplete dl dt {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 50px 0 15px;
  text-align: center;
  font-weight: bold;
}
#contactComplete dl dd {
  margin: 0 auto;
  padding: 20px 0;
}
#contactComplete dl dd ul li {
  position: relative;
  padding: 0 0 10px 20px;
  line-height: 1.6;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
#contactComplete dl dd ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-radius: 50%;
  background: #878e31;
  width: 6px;
  height: 6px;
}
#contactComplete #btnTop a {
  position: relative;
  display: block;
  border-radius: 25px;
  background: #878e31;
  margin: 30px auto 0;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#contactComplete #btnTop a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* contact introduction setting
  ------------------------------------*/
  #contactIntro {
    margin: 33.333333vw 0 14vw;
  }
  #contactIntro h1 {
    margin: 0 0 14.666667vw;
  }
  #contactIntro h1:after {
    bottom: -10vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  #contactIntro h1 span {
    margin: 0 0 5.3333333vw;
    font-size: 8vw;
  }
  #contactIntro h1 em {
    font-size: 3.2vw;
  }
  #contactIntro p {
    font-size: 3.733333vw;
  }
  #contactIntro p em {
    padding: 12vw 0 4vw;
    line-height: 1.8;
    font-size: 3.2vw;
  }
  #contactIntro p small {
    font-size: 2.733333vw;
  }

  /* Contact Form
  ------------------------------------*/
  #contactForm {
    padding: 0 0 9.3333333vw;
  }
  #contactForm h2 {
    margin: 0 0 14.666667vw;
    font-size: 6.9333333vw;
  }
  #contactForm h2:after {
    bottom: -10vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  #contactForm > p {
    margin: 0 0 12vw;
    font-size: 3.733333vw;
  }
  #contactForm > p em {
    border-radius: 0.8vw;
    margin: -3.466667vw 1.3333333vw 0;
    width: 12vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.733333vw;
  }
  #contactForm dl {
    display: block;
    border-bottom: 0.2666667vw solid #fff;
    margin: 0 auto 4vw;
    padding: 2.666667vw 0 5.3333333vw;
    width: 92vw;
  }
  #contactForm dl dt {
    padding: 0 0 3.2vw 1.3333333vw;
    width: 100%;
    font-size: 3.733333vw;
  }
  #contactForm dl dt .required {
    top: 1.2vw;
    right: 1.333333vw;
    border-radius: 0.8vw;
    margin: -3.466667vw 1.3333333vw 0;
    width: 12vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.733333vw;
  }
  #contactForm dl dd {
    width: 100%;
  }
  #contactForm dl dd input[type="text"],
  #contactForm dl dd input[type="email"],
  #contactForm dl dd select,
  #contactForm dl dd textarea {
    border: 0.2666667vw solid #bea487;
    border-radius: 1.0666667vw;
    padding: 2.666667vw 4vw 2.666667vw 4vw;
    width: 100%;
    height: 10.666667vw;
    font-size: 3.733333vw;
  }
  #contactForm dl dd textarea {
    height: 40vw;
  }
  #contactForm dl dd select {
    width: 66.666667vw;
  }
  #contactForm dl dd input[type="text"]:focus,
  #contactForm dl dd input[type="email"]:focus,
  #contactForm dl dd textarea:focus {
    border: 0.2666667vw solid #3690ec;
  }
  #contactForm dl dd.selectList::after {
    left: 61.333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333vw solid #0a9b92;
    border-right: 0.5333333vw solid #0a9b92;
  }
  #contactForm dl dd p {
    padding: 0 0 2.666667vw 2.4vw;
    line-height: 1.6;
    font-size: 2.4vw;
  }
  #contactForm dl dd p:first-letter {
    margin: 0 0 0 -2.4vw;
  }
  #contactForm #privacyCheck {
    padding: 13.3333333vw 0 0 4vw;
    font-size: 3.2vw;
  }
  #contactForm #privacyCheck li label input[type="checkbox"]:before {
    top: -0.5333333vw;
    left: -5.3333333vw;
    border: 0.2666667vw solid #ccc;
    border-radius: 1.0666667vw;
    box-shadow: 0 0 1.33333vw 0.26667vw rgba(235, 235, 235, 0.8) inset;
    width: 4vw;
    height: 4vw;
  }
  #contactForm #privacyCheck li label input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 0;
    left: -4vw;
    z-index: 1;
    display: block;
    border: 0.5333333vw solid #bea487;
    border-width: 0 0.5333333vw 0.5333333vw 0;
    width: 1.0666667vw;
    height: 1.8666667vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* Contact Common Setteings
  ------------------------------------*/
  .formBtn {
    display: block;
    padding: 8vw 0 0;
  }
  .formBtn li {
    margin: 0 auto 4vw;
    width: 80vw;
    height: 13.3333333vw;
  }
  .formBtn li.btnSubmit::after, .formBtn li.btnBack::after {
    right: 4.5333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333vw solid #fff;
    border-right: 0.5333333vw solid #fff;
    margin: -1.0666667vw 0 0;
  }
  .formBtn li.btnBack::after {
    left: 4.5333333vw;
  }
  .formBtn li input[type="submit"],
  .formBtn li input[type="reset"],
  .formBtn li input[type="button"] {
    border-radius: 6.6666667vw;
    padding: 0 2.666667vw 0 0;
    height: 13.3333333vw;
    line-height: 12vw;
    font-size: 4.2666667vw;
  }
  .formBtn li input[type="button"] {
    padding: 0 0 0 2.666667vw;
  }

  p.confirmTxt {
    margin: 0 0 13.3333333vw;
  }

  ul#errorDetail {
    border-radius: 1.3333333vw;
    border: 0.5333333vw solid #8c0000;
    margin: 0 auto 13.3333333vw;
    padding: 6.6666667vw 0 8vw;
    width: 90%;
    font-size: 4.2666667vw;
  }
  ul#errorDetail li {
    padding: 4vw 0 0;
  }

  /* Contact Confirm
  ------------------------------------*/
  #contactConfirm {
    margin: 17.333333vw 0 0;
    padding: 0 0 9.3333333vw;
  }
  #contactConfirm h2 {
    margin: 0 0 14.666667vw;
    font-size: 6.9333333vw;
  }
  #contactConfirm h2:after {
    bottom: -10vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  #contactConfirm > p {
    margin: 0 0 12vw;
    font-size: 3.733333vw;
  }
  #contactConfirm > p em {
    border-radius: 0.8vw;
    margin: -3.466667vw 1.3333333vw 0;
    width: 12vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.733333vw;
  }
  #contactConfirm dl {
    display: block;
    border-bottom: 0.2666667vw solid #fff;
    margin: 0 auto 4vw;
    padding: 2.666667vw 0 5.3333333vw;
    width: 92vw;
  }
  #contactConfirm dl dt {
    padding: 0 0 3.2vw 1.3333333vw;
    width: 100%;
    text-align: left;
    font-size: 3.733333vw;
  }
  #contactConfirm dl dt .required {
    top: 1.2vw;
    right: 1.333333vw;
    border-radius: 0.8vw;
    margin: -3.466667vw 1.3333333vw 0;
    width: 12vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.733333vw;
  }
  #contactConfirm dl dd {
    padding: 0 0 0 5.06666667vw;
    width: 100%;
    font-size: 3.733333vw;
  }

  /* Contact Complete
  ------------------------------------*/
  #contactComplete {
    margin: 17.333333vw 0 0;
    padding: 0 0 9.3333333vw;
  }
  #contactComplete h2 {
    margin: 0 0 14.666667vw;
    font-size: 6.9333333vw;
  }
  #contactComplete h2:after {
    bottom: -10vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  #contactComplete > p {
    margin: 0 0 12vw;
    font-size: 3.733333vw;
  }
  #contactComplete > p em {
    border-radius: 0.8vw;
    margin: -3.466667vw 1.3333333vw 0;
    width: 12vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.733333vw;
  }
  #contactComplete dl {
    width: 92vw;
    font-size: 3.466667vw;
  }
  #contactComplete dl dt {
    border-bottom: 0.2666667vw solid #ccc;
    padding: 13.3333333vw 0 4vw;
  }
  #contactComplete dl dd {
    padding: 5.3333333vw 0;
  }
  #contactComplete dl dd ul li {
    padding: 0 0 2.666667vw 5.3333333vw;
    font-size: 3.2vw;
  }
  #contactComplete dl dd ul li::before {
    top: 1.3333333vw;
    left: 1.3333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  #contactComplete #btnTop a {
    border-radius: 6.6666667vw;
    margin: 8vw auto 0;
    width: 80vw;
    height: 13.3333333vw;
    line-height: 13.3333333vw;
    font-size: 4.2666667vw;
  }
  #contactComplete #btnTop a::after {
    right: 4.5333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333vw solid #fff;
    border-right: 0.5333333vw solid #fff;
  }
}
