@charset "UTF-8";
.contact {
  padding-bottom: 16.6666666667vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contact__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.contact__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 2.7777777778vw;
  background: #fff;
}
.contact__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
.contact__container {
  width: 52.0833333333vw;
  margin: 0 auto;
  padding-top: 82px;
}
.contact__note {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 17px;
  line-height: 1.4706em;
  margin-bottom: 55px;
}

@media screen and (max-width: 600px) {
  .contact {
    padding-bottom: 24vw;
  }
  .contact__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .contact__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .contact__container {
    width: 86.6666666667vw;
    padding-top: 18.1333333333vw;
  }
  .contact__note {
    font-size: 3.8666666667vw;
    line-height: 1.5172em;
    margin-bottom: 13.3333333333vw;
  }
}
.snow-monkey-form {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 17px;
  line-height: 1.4706em;
}
.snow-monkey-form[data-screen=confirm] .contact__note {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .privacy_check p {
  display: none;
}

@media screen and (max-width: 600px) {
  .snow-monkey-form {
    font-size: 3.8666666667vw;
    line-height: 1.5172em;
  }
}
.smf-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .smf-form {
    gap: 8vw;
  }
}
.smf-item {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
}
.smf-item__col--label {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4706em;
}
.smf-item__col--controls {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4706em;
}
.smf-item__col--controls textarea {
  padding: 10px 20px !important;
  border-radius: 0 !important;
}
.smf-item__col--controls input[type=text],
.smf-item__col--controls input[type=email] {
  padding: 10px 20px !important;
  width: 100%;
  border-radius: 0;
}

@media screen and (max-width: 600px) {
  .smf-item__col--label {
    font-size: 3.8666666667vw;
    line-height: 1.5172em;
    margin-bottom: 2.6666666667vw;
  }
  .smf-item__col--controls {
    font-size: 3.8666666667vw;
    line-height: 1.5172em;
  }
  .smf-item__col--controls textarea {
    padding: 2.6666666667vw !important;
  }
  .smf-item__col--controls input[type=text],
  .smf-item__col--controls input[type=email] {
    padding: 2.6666666667vw !important;
  }
}
.privacy_check {
  margin-top: 3.4722222222vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-size: 17px;
  line-height: 1.4706em;
}
.privacy_check a {
  color: #A50F1E;
}
.privacy_check .smf-checkbox-control {
  display: flex !important;
  align-items: center !important;
}
.privacy_check input[type=checkbox] {
  margin-top: 0;
  border-radius: 0;
}

@media screen and (max-width: 600px) {
  .privacy_check {
    margin-top: 13.3333333333vw;
    gap: 8vw;
    font-size: 3.8666666667vw;
    line-height: 1.5172em;
  }
}
.smf-action {
  margin-top: 70px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
}
.smf-action button[type=submit] {
  width: 360px;
  height: 60px;
  background: #888786;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4706em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  transition: all 0.3s linear;
}
.smf-action button[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .smf-action {
    margin-top: 18.6666666667vw;
    flex-direction: column;
    row-gap: 8vw;
  }
  .smf-action button[type=submit] {
    width: 100%;
    height: 16vw;
    font-size: 5.0666666667vw;
  }
}
.smf-button-control {
  margin: 0 !important;
}

/*# sourceMappingURL=contact.css.map */
