@charset "UTF-8";
@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

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

/* ==============================================
  COMPANY

  memo:

  @mixin ============================================= */
#contact-page {
  background-color: #faf4ec;
}

/*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
/*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
.htmlContainer {
  width: 100%;
  min-height: 800px;
  position: relative;
}

.container {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 106px;
}

/*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
.main {
  width: calc(100% - 48px);
  min-width: 1160px;
  margin: 0 auto 80px auto;
}

.main__inner {
  width: 100%;
  text-align: center;
  padding: 130px 0 0 0;
}

.main__inner__title {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  color: #010101;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: .1em;
  position: relative;
  padding: 0 0 42px 0;
  margin: 0 0 56px 0;
  -webkit-font-smoothing: antialiased;
}

.main__inner__title:after {
  content: ' ';
  width: 60px;
  height: 4px;
  display: block;
  background-color: #C59A67;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.main__inner__lead {
  color: #303d5c;
  font-size: 14px;
  line-height: 2.1em;
}

/*  --------------------------------------------------
  FORM
 -------------------------------------------------- */
.cform {
  width: 100%;
  min-width: 1160px;
  margin: 0 auto;
}

.cform__content {
  width: 928px;
  margin: 0 auto 0 auto;
  border-top: #e2e2e2 solid 1px;
  padding: 60px 0 0 0;
}

.cform__content__title {
  font-size: 24px;
  color: #303D5C;
  letter-spacing: .1em;
  margin-bottom: 40px;
  line-height: 1.0em;
}

.cform__content__title span {
  font-size: 14px;
  color: #BC9362;
  display: inline-block;
  margin-left: 5px;
}

.cform__content__list {
  padding-bottom: 40px;
}

.cform__content__list .wpcf7-form-control {
  display: block;
  zoom: 1;
}

.cform__content__list .wpcf7-form-control:after {
  content: "";
  clear: both;
  display: block;
}

.cform__content__list .wpcf7-list-item {
  display: block;
  width: 447px;
  float: left;
  margin: 0 34px 30px 0;
}

.cform__content__list .wpcf7-list-item:nth-child(2n) {
  margin-right: 0;
}

.cform__content__list label {
  display: block;
  position: relative;
  line-height: 1em;
  font-size: 14px;
  letter-spacing: .1em;
  color: #303d5c;
  padding: 28px 0;
  border: #E2E2E2 solid 3px;
}

.cform__content__list label:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.cform__content__list label.is-active {
  border: #a68257 solid 3px;
}

.cform__content__list label.is-active:after {
  background-color: #303D5C;
}

.cform__content__list .wpcf7-list-item-label {
  display: block;
  margin-left: 58px;
}

.cform__content__list input[type="radio"] {
  display: none;
}

.cform__content__form {
  border-top: #e2e2e2 solid 1px;
  padding: 60px 0 40px 0;
  zoom: 1;
}

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

.cform__content__form ul {
  zoom: 1;
}

.cform__content__form ul:after {
  content: "";
  clear: both;
  display: block;
}

.cform__content__form li {
  width: 447px;
  float: left;
  margin: 0 34px 30px 0;
}

.cform__content__form li:nth-child(2n) {
  margin-right: 0;
}

.cform__content__form input[type="text"],
.cform__content__form input[type="email"] {
  width: 100%;
  display: block;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.0em;
  letter-spacing: .1em;
  text-indent: 20px;
  padding: 21px 0;
  outline: none;
}

.cform__content__form__name {
  color: #303d5c;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

.cform__content__form__name span {
  color: #bc9362;
}

.cform__content__message {
  border-top: #e2e2e2 solid 1px;
  padding: 70px 0;
}

.cform__content__message__area textarea {
  outline: none;
  display: block;
  width: 888px;
  width: 96%;
  margin: 0 auto;
  background: none;
  height: 250px;
  border: none;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 21px 2%;
  background-color: #FFFFFF;
}

.cform__content__submit {
  border-top: #e2e2e2 solid 1px;
  padding: 70px 0 40px 0;
  text-align: center;
}

.cform__content__submit__text {
  font-size: 14px;
  color: #303d5c;
  letter-spacing: .1em;
  line-height: 2.1em;
  margin-bottom: 20px;
}

.cform__content__submit__text a {
  color: #303D5C;
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
}

.cform__content__submit__check {
  width: 440px;
  margin: 0 auto 80px auto;
}

.cform__content__submit__check label {
  display: block;
  position: relative;
  line-height: 1em;
  font-size: 14px;
  letter-spacing: .1em;
  color: #303d5c;
  padding: 28px 0;
  border: #E2E2E2 solid 3px;
  display: block;
}

.cform__content__submit__check label .t-mast {
  color: #bc9362;
}

.cform__content__submit__check .cform__content__submit__check__icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -90px;
}

.cform__content__submit__check input[type="checkbox"] {
  display: none;
}

.cform__content__submit__check .is-checked {
  border: #a68257 solid 3px;
}

.cform__content__submit__check .is-checked .cform__content__submit__check__icon {
  background-color: #303D5C;
}

.cform__content__submit__btn input[type="submit"] {
  width: 580px;
  margin: 0 auto;
  font-size: 18px;
  outline: none;
  background-color: #303D5C;
  color: #ffffff;
  letter-spacing: .1em;
  line-height: 70px;
  border: none;
  background: #303d5c url("../img/base/btn_arw_r5.png") no-repeat 95% center;
}

/*  --------------------------------------------------
  THANKS
 -------------------------------------------------- */
.wpcf7-mail-sent-ok {
  width: 100%;
  min-width: 1160px;
  background-color: #c59a67;
  text-align: center;
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  color: #ffffff;
  padding: 60px 0;
  font-size: 16px;
  letter-spacing: .1em;
}

/*  --------------------------------------------------
  ERRORS
 -------------------------------------------------- */
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid #DB3A42 !important;
}

.wpcf7-not-valid.wpcf7-acceptance {
  border: none !important;
}

.wpcf7-not-valid label {
  border: 1px solid #DB3A42 !important;
}

.wpcf7-not-valid-tip {
  color: #DB3A42;
  font-size: 11px;
  text-align: right;
  display: block;
  line-height: 1.0em;
  letter-spacing: .1em;
  margin-top: 12px;
}

.wpcf7-validation-errors {
  display: none;
}

.wpcf7-acceptance-missing {
  width: 100%;
  min-width: 1160px;
  background-color: #DB3A42;
  text-align: center;
  font-family: "NotoSans-medium", sans-serif;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 0;
  font-size: 16px;
  letter-spacing: .1em;
}

#genre_address {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 auto 40px;
  padding: 10px 20px;
  border: 1px solid #000;
  max-width: 580px;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000;
  }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #DB3A42;
  border-color: #DB3A42;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #DB3A42;
  border-color: #DB3A42;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #DB3A42;
  border-color: #DB3A42;
}


@media screen and (max-width: 768px) {
  /* ==============================================
  SP ABOUT

  memo:

  @mixin ============================================= */
  #contact-page {
    background-color: #faf4ec;
  }
  /*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
  /*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
  .htmlContainer {
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .container {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  /*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
  .main {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 37px auto;
    margin: 0 auto 11.5625vw auto;
  }
  .main__inner {
    width: 100%;
    text-align: center;
    padding: 54px 0 0 0;
    padding: 16.875vw 0 0 0;
  }
  .main__inner__title {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #010101;
    font-size: 24px;
    font-size: 7.5vw;
    font-weight: 400;
    line-height: 1.0em;
    letter-spacing: .1em;
    position: relative;
    padding: 0 0 18px 0;
    padding: 0 0 5.625vw 0;
    margin: 0 0 37px 0;
    margin: 0 0 11.5625vw 0;
  }
  .main__inner__title:after {
    content: ' ';
    width: 30px;
    width: 9.375vw;
    height: 2px;
    height: 0.625vw;
    display: block;
    background-color: #C59A67;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-left: -4.6875vw;
  }
  .main__inner__lead {
    color: #303d5c;
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 2.0em;
    width: 84.375%;
    margin: 0 auto;
  }
  /*  --------------------------------------------------
  FORM
 -------------------------------------------------- */
  .cform {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .cform__content {
    width: 93.75%;
    margin: 0 auto;
    border-top: #e2e2e2 solid 1px;
    border-top: #e2e2e2 solid 0.3125vw;
    padding: 35px 0 0 0;
    padding: 10.9375vw 0 0 0;
  }
  .cform__content__title {
    font-size: 15px;
    font-size: 4.6875vw;
    color: #303D5C;
    letter-spacing: .1em;
    line-height: 1.0em;
    width: 90%;
    margin: 0 auto 22px auto;
    margin: 0 auto 6.875vw auto;
  }
  .cform__content__title span {
    font-size: 11px;
    font-size: 3.4375vw;
    color: #BC9362;
    display: inline-block;
    margin-left: 5px;
    margin-left: 1.5625vw;
  }
  .cform__content__list {
    padding-bottom: 40px;
    padding-bottom: 12.5vw;
    width: 90%;
    margin: 0 auto;
  }
  .cform__content__list .wpcf7-form-control {
    display: block;
    zoom: 1;
  }
  .cform__content__list .wpcf7-form-control:after {
    content: "";
    clear: both;
    display: block;
  }
  .cform__content__list .wpcf7-list-item {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
    margin: 0 0 4.6875vw 0;
  }
  .cform__content__list .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
  .cform__content__list label {
    display: block;
    position: relative;
    line-height: 1em;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
    color: #303d5c;
    padding: 20px 0;
    padding: 6.25vw 0;
    border: #E2E2E2 solid 3px;
    border: #E2E2E2 solid 0.9375vw;
  }
  .cform__content__list label:after {
    content: ' ';
    display: block;
    width: 12px;
    width: 3.75vw;
    height: 12px;
    height: 3.75vw;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    left: 6.25vw;
    top: 50%;
    margin-top: -6px;
    margin-top: -1.875vw;
  }
  .cform__content__list label.is-active {
    border: #a68257 solid 3px;
    border: #a68257 solid 0.9375vw;
  }
  .cform__content__list label.is-active:after {
    background-color: #303D5C;
  }
  .cform__content__list .wpcf7-list-item-label {
    display: block;
    margin-left: 40px;
    margin-left: 12.5vw;
  }
  .cform__content__list input[type="radio"] {
    display: none;
  }
  .cform__content__form {
    border-top: #e2e2e2 solid 1px;
    border-top: #e2e2e2 solid 0.3125vw;
    padding: 40px 0 40px 0;
    padding: 12.5vw 0 12.5vw 0;
    zoom: 1;
  }
  .cform__content__form:after {
    content: "";
    clear: both;
    display: block;
  }
  .cform__content__form ul {
    zoom: 1;
    width: 90%;
    margin: 0 auto;
  }
  .cform__content__form ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .cform__content__form li {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
    margin: 0 0 7.8125vw 0;
  }
  .cform__content__form li:last-child {
    margin-bottom: 0;
  }
  .cform__content__form input[type="text"],
  .cform__content__form input[type="email"] {
    width: 100%;
    display: block;
    border: none;
    background-color: #ffffff;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.0em;
    letter-spacing: .1em;
    text-indent: 15px;
    text-indent: 4.6875vw;
    padding: 20px 0;
    padding: 6.25vw 0;
    outline: none;
  }
  .cform__content__form__name {
    color: #303d5c;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .cform__content__form__name span {
    color: #bc9362;
  }
  .cform__content__message {
    border-top: #e2e2e2 solid 1px;
    border-top: #e2e2e2 solid 0.3125vw;
    padding: 40px 0 40px 0;
    padding: 12.5vw 0 12.5vw 0;
  }
  .cform__content__message__inner {
    width: 90%;
    margin: 0 auto;
  }
  .cform__content__message__area textarea {
    outline: none;
    display: block;
    width: 90%;
    margin: 0 auto;
    background: none;
    height: 150px;
    height: 46.875vw;
    border: none;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
    padding: 15px 5%;
    padding: 4.6875vw 5%;
    background-color: #FFFFFF;
  }
  .cform__content__submit {
    border-top: #e2e2e2 solid 1px;
    border-top: #e2e2e2 solid 0.3125vw;
    padding: 40px 0 40px 0;
    padding: 12.5vw 0 12.5vw 0;
    text-align: center;
  }
  .cform__content__submit__text {
    font-size: 11px;
    font-size: 3.4375vw;
    color: #303d5c;
    letter-spacing: .1em;
    line-height: 2.0em;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .cform__content__submit__text a {
    color: #303D5C;
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
  }
  .cform__content__submit__check {
    width: 225px;
    width: 70.3125vw;
    margin: 0 auto 40px auto;
    margin: 0 auto 12.5vw auto;
  }
  .cform__content__submit__check label {
    display: block;
    position: relative;
    line-height: 1em;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
    color: #303d5c;
    padding: 20px 0;
    padding: 6.25vw 0;
    display: block;
  }
  .cform__content__submit__check label .t-mast {
    color: #bc9362;
  }
  .cform__content__submit__check .cform__content__submit__check__icon {
    display: block;
    width: 12px;
    width: 3.75vw;
    height: 12px;
    height: 3.75vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -90px;
    margin: -2.1875vw 0 0 -28.125vw;
  }
  .cform__content__submit__check input[type="checkbox"] {
    display: none;
  }
  .cform__content__submit__check input[type="checkbox"]:checked ~ .cform__content__submit__check__border {
    border: #a68257 solid 3px;
    border: #a68257 solid 0.9375vw;
  }
  .cform__content__submit__check input[type="checkbox"]:checked ~ .cform__content__submit__check__icon {
    background-color: #303D5C;
  }
  .cform__content__submit__btn input[type="submit"] {
    width: 84.375%;
    height: 60px;
    height: 18.75vw;
    margin: 0 auto;
    font-size: 13px;
    font-size: 4.0625vw;
    outline: none;
    background-color: #303D5C;
    color: #ffffff;
    letter-spacing: .1em;
    line-height: 60px;
    line-height: 18.75vw;
    border: none;
    background: #303d5c url("../img/base/btn_arw_r5.png") no-repeat 90% center;
  }
  /*  --------------------------------------------------
  THANKS
 -------------------------------------------------- */
  .wpcf7-mail-sent-ok {
    width: 100%;
    min-width: 100%;
    background-color: #c59a67;
    text-align: center;
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    color: #ffffff;
    padding: 30px 0;
    padding: 9.375vw 0;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
  }
  /*  --------------------------------------------------
  ERRORS
 -------------------------------------------------- */
  .screen-reader-response {
    display: none;
  }
  .wpcf7-not-valid {
    border: 1px solid #DB3A42 !important;
  }
  .wpcf7-not-valid-tip {
    color: #DB3A42;
    font-size: 11px;
    font-size: 3.4375vw;
    text-align: right;
    display: block;
    line-height: 1.0em;
    letter-spacing: .1em;
    margin-top: 12px;
  }
  .wpcf7-acceptance-missing {
    width: 100%;
    min-width: 100%;
    background-color: #DB3A42;
    text-align: center;
    font-family: "NotoSans-medium", sans-serif;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 0;
    padding: 3.125vw 0;
    font-size: 11px;
    font-size: 3.4375vw;
    letter-spacing: .1em;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 0 20px 40px;
    max-width: 100%;
  }
}
