@charset "UTF-8";
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 18px;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #fff;
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 810px) {
  .sp_inline {
    display: inline;
  }
}

/* ---------------------------------------------------
	contactform
------------------------------------------------------ */
.snow-monkey-form {
  padding: 70px 0 80px;
}

.smf-form {
  padding: 0 0 50px;
}
.smf-form .wp-block-heading {
  margin-bottom: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .smf-form .wp-block-heading {
    font-size: 2.6rem;
  }
}
.smf-form .wp-block-heading + .wp-block-paragraph {
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 810px) {
  .smf-form .wp-block-heading + .wp-block-paragraph {
    text-align: left;
  }
}
.smf-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 810px) {
  .smf-form .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smf-form .smf-item__col--label {
  width: 35%;
  border-top: 1px solid #a7d3da;
  padding: 24px 2em 24px 0;
}
@media screen and (max-width: 810px) {
  .smf-form .smf-item__col--label {
    width: 100%;
    padding: 12px 0;
  }
}
.smf-form .smf-item__col--label .smf-item__description {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.smf-form .smf-item__col--controls {
  width: 65%;
  border-top: 1px solid #e2f0f3;
  padding: 24px 0;
}
@media screen and (max-width: 810px) {
  .smf-form .smf-item__col--controls {
    width: 100%;
    border-top-style: dotted;
    padding: 18px 0;
  }
}
.smf-form .smf-item__col--controls .wp-block-paragraph {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.smf-form .smf-item__col--controls .wp-block-paragraph a {
  color: #fff;
}
.smf-form .smf-item__col--controls input[type=text],
.smf-form .smf-item__col--controls input[type=tel],
.smf-form .smf-item__col--controls input[type=email],
.smf-form .smf-item__col--controls textarea {
  width: 100%;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border-radius: none;
}
.smf-form .smf-item__col--controls .smf-checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smf-form .smf-item:last-of-type .smf-item__col--label {
  border-bottom: 1px solid #a7d3da;
}
.smf-form .smf-item:last-of-type .smf-item__col--controls {
  border-bottom: 1px solid #e2f0f3;
}
.smf-form :is(a, button, input, textarea, select, [tabindex]) {
  outline: none;
}
.smf-form :is(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid #a7d3da;
  outline-offset: 2px;
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .smf-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smf-action .smf-button-control .smf-button-control__control {
  background-color: transparent;
  border: 1px solid #e2f0f3;
  border-bottom-color: #a7d3da;
  height: 72px;
  padding-right: 150px;
  padding-left: 24px;
  background-image: url(../img/common/icon_nami_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 46px 4px;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 810px) {
  .smf-action .smf-button-control .smf-button-control__control {
    padding-right: 0;
    width: 100%;
  }
}
@media (hover: hover) {
  .smf-action .smf-button-control .smf-button-control__control:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

/* 末尾の注釈 */
.smf-annotation {
  display: none;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 810px) {
  .smf-annotation {
    text-align: left;
  }
}

[data-screen=input] .smf-annotation--input {
  display: block;
}

[data-screen=confirm] .smf-annotation--confirm {
  display: block;
}

/* turnstile */
.snow-monkey-forms-turnstile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}