@charset "UTF-8";
/* =====================
	コンセプト分譲地 - 資料請求・来場予約　共通
 ======================= */
.page-header {
  background: rgba(220, 220, 220, 0.34);
  position: relative;
}

.page-header-bg {
  width: 100%;
}

.page-header .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-header-ttl {
  font-family: var(--font_min);
  font-size: 220%;
  letter-spacing: 0.5em;
  line-height: 1.2;
  text-align: right;
}

.form {
  padding: 3.021% 0 6.875%;
  /**  確認エリア **/
  /** デフォルトのサンクスメッセージは非表示 **/
  /** 送信中メッセージ **/
}

.form .form-lead {
  text-align: center;
  margin-bottom: 6.667%;
  font-family: var(--font_min);
  font-size: 90%;
  line-height: 2.22;
}

.form .form-lead a {
  color: #0027FF;
  text-decoration: underline;
}

.form .reservation-detail {
  background: var(--c_bg);
  border-radius: 0.8em;
  text-align: center;
  padding: 2.8em 1em;
  margin-bottom: 6.667%;
}

.form .reservation-detail textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 1.4em;
  overflow: hidden;
  resize: none;
  font-family: var(--font_ja);
  font-size: 190%;
  line-height: 1.4;
  text-align: center;
}

.form .form-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 30.5%) 57.67%;
  grid-template-columns: minmax(auto, 30.5%) 57.67%;
  row-gap: 1.7em;
}

.form .form-dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.773em 0;
  font-size: 110%;
  font-weight: 500;
  position: relative;
  text-align: right;
}

.form .form-dl dt .icon-req,
.form .form-dl dt .icon-any {
  border-radius: 0.444em;
  padding: 0 0.389em;
  margin: 0 0.611em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.form .form-dl dt .icon-req {
  background: #FF6298;
  color: #fff;
}

.form .form-dl dt .icon-any {
  opacity: 0;
}

.form .form-dl dt.dt-address .icon-req,
.form .form-dl dt.dt-address .icon-any {
  margin-top: 0.773em;
}

.form .form-dl dt.dt-privacy {
  padding-top: 0;
}

.form .form-dl dd {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 110%;
  font-weight: 500;
}

.form .form-dl dd:last-of-type {
  border-bottom: 0;
}

.form .form-dl dd.dd-privacy a {
  color: #213AFF;
  text-decoration: underline;
}

.form .form-dl dd.dd-privacy .wpcf7-acceptance {
  padding-top: 0.25em;
}

.form .form-dl dd input[type=text], .form .form-dl dd input[type=tel], .form .form-dl dd input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-family: var(--font_ja);
  font-size: 100%;
  font-weight: 500;
  border: 0;
  background: #F0F0F0;
  border-radius: 0.364em;
  padding: 0.773em;
}

.form .form-dl dd input[type=text]::-webkit-input-placeholder, .form .form-dl dd input[type=tel]::-webkit-input-placeholder, .form .form-dl dd input[type=email]::-webkit-input-placeholder {
  color: #AAAAAA;
}

.form .form-dl dd input[type=radio], .form .form-dl dd input[type=checkbox] {
  margin: 0;
  width: 1em;
  height: 1em;
  font-size: 100%;
}

.form .form-dl dd input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font_ja);
  font-size: 100%;
  font-weight: 500;
  border: 0;
  background: #F0F0F0;
  border-radius: 0.364em;
  padding: 0.773em;
}

.form .form-dl dd input[type=number]::-webkit-input-placeholder {
  color: #AAAAAA;
}

.form .form-dl dd input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font_ja);
  font-size: 100%;
  font-weight: 500;
  border: 0;
  background: #F0F0F0;
  border-radius: 0.364em;
  padding: 0.773em;
}

.form .form-dl dd input[type=date]::-webkit-input-placeholder {
  color: #AAAAAA;
}

.form .form-dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-family: var(--font_ja);
  font-size: 100%;
  font-weight: 500;
  border: 0;
  background: #F0F0F0;
  border-radius: 0.364em;
  padding: 0.773em;
  height: 12.636em;
}

.form .form-dl dd textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}

.form .form-dl dd label {
  cursor: pointer;
}

.form .form-dl dd label a {
  text-decoration: underline;
}

.form .form-dl dd select {
  width: 100%;
  font-family: var(--font_ja);
  font-size: 100%;
  font-weight: 500;
  border: 0;
  background: #F0F0F0;
  border-radius: 0.364em;
  padding: 0.773em;
}

.form .form-dl dd .wpcf7-radio,
.form .form-dl dd .wpcf7-checkbox,
.form .form-dl dd .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.364em 1em;
  padding-top: 0.773em;
}

.form .form-dl dd .wpcf7-list-item {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.form .form-dl dd .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}

.form .form-dl--date {
  border: 1px solid #707070;
  margin: 2.5% 0 0;
  padding: 2.5% 0;
  row-gap: 0.7em;
}

.form .form-dl--date + .form-dl {
  margin-top: 2.5%;
}

.form .form-dl--date + .form-dl--date {
  margin-top: 0;
  border-top: 0;
}

.form .form-dl--date dd .wpcf7-radio, .form .form-dl--date dd .wpcf7-checkbox {
  padding-top: 0;
}

.form .form-dl--date dd .wpcf7-radio .wpcf7-list-item, .form .form-dl--date dd .wpcf7-checkbox .wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.form .form-send {
  margin-top: 4.167%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em 2em;
  position: relative;
}

.form .form-send input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font_min);
  font-size: 170%;
  background: rgba(165, 205, 95, 0.55);
  border: 0;
  cursor: pointer;
  -webkit-transition: var(--anim);
  transition: var(--anim);
  padding: 1em 2em;
}

.form .form-send input:disabled {
  opacity: 0.5;
  background: #F0F0F0;
  pointer-events: none;
}

.form .form-send input:hover {
  opacity: 0.7;
}

.form .form-send input.confirm_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65.833%;
          flex: 0 1 65.833%;
}

.form .form-send input.back_button {
  background: var(--c_bg);
}

.form .form-send .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form .check-area {
  display: none;
}

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

.form .sending-area {
  display: none;
  text-align: center;
}

/** datepicker **/
#ui-datepicker-div {
  border-color: #707070;
  padding: 0;
  border-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: unset !important;
}

.ui-datepicker-header {
  background: rgba(0, 0, 0, 0.31);
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
  /* アイコンを非表示 */
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  text-indent: 0 !important;
  /* テキストをそのまま表示 */
  overflow: visible !important;
  /* はみ出しテキスト許可 */
  width: auto !important;
  /* 幅調整 */
  color: var(--c_wht) !important;
  top: 18% !important;
  cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 15% !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 15% !important;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit !important;
}

.ui-datepicker-unselectable {
  pointer-events: auto !important;
}

.ui-datepicker thead th:nth-child(1) {
  color: #FF0000;
}

.ui-datepicker thead th:nth-child(7) {
  color: #0041C0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center !important;
  border: none !important;
  background-color: initial !important;
}

.ui-datepicker td.wednesday {
  background-color: rgba(196, 196, 196, 0.5);
}

.ui-datepicker-current-day .ui-state-active {
  color: #454545;
}

/** -------------------- 完了ページ -------------------- **/
.thanks .thanks-title {
  text-align: center;
  font-family: var(--font_min);
  font-size: 160%;
  font-weight: 500;
}

.thanks .thanks-txt {
  line-height: 2.0;
  text-align: center;
  margin: 5% 0;
}

/* PCのみ
  ------------------------ */
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .header .header-cta {
    display: none;
  }
  .page-header-ttl {
    font-size: 22px;
  }
  .form {
    padding: 40px 0 80px;
    /**  確認エリア **/
  }
  .form .form-lead {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 40px;
  }
  .form .form-flow {
    margin-bottom: 28px;
    height: 50px;
  }
  .form .form-flow-item {
    padding-right: 20px;
  }
  .form .form-flow-item:before, .form .form-flow-item:after {
    border-width: 27px 0 27px 20px;
    right: 1px;
  }
  .form .form-flow-item:after {
    right: 3px;
  }
  .form .form-flow-item > div {
    font-size: 14px;
    border-width: 2px 0;
  }
  .form .form-dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }
  .form .form-dl dt {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  .form .form-dl dt .icon-req,
  .form .form-dl dt .icon-any {
    font-size: 14px;
    margin: 0;
  }
  .form .form-dl dt.dt-address {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .form .form-dl dt.dt-address .icon-req,
  .form .form-dl dt.dt-address .icon-any {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .form .form-dl dd {
    padding: 4px 0 0;
    font-size: 16px;
  }
  .form .form-dl dd + dt {
    margin-top: 20px;
  }
  .form .form-dl dd input[type=text], .form .form-dl dd input[type=tel], .form .form-dl dd input[type=email] {
    font-size: 16px;
    padding: 12px;
  }
  .form .form-dl dd input[type=number] {
    font-size: 16px;
    padding: 12px;
  }
  .form .form-dl dd input[type=date] {
    font-size: 16px;
    padding: 12px;
  }
  .form .form-dl dd textarea {
    font-size: 16px;
    padding: 12px;
    height: 120px;
  }
  .form .form-dl dd label {
    font-size: 16px;
  }
  .form .form-dl dd select {
    font-size: 16px;
    padding: 12px;
  }
  .form .form-dl dd .wpcf7-radio,
  .form .form-dl dd .wpcf7-acceptance {
    padding-top: 0;
  }
  .form .form-dl dd .wpcf7-checkbox.is-radio input[type=checkbox] {
    border-width: 3px;
  }
  .form .form-dl--date {
    margin: 20px 0 0;
    padding: 20px 0;
    border-width: 1px 0;
  }
  .form .form-dl--date + .form-dl {
    margin-top: 20px;
  }
  .form .form-dl--date + .form-dl--date {
    margin-top: 0;
  }
  .form .form-send {
    margin-top: 40px;
    gap: 20px 2em;
  }
  .form .form-send input {
    font-size: 16px;
    border-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    min-width: auto;
  }
  .form .form-send input.confirm_button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
  .form .form-send input.back_button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /** -------------------- 完了ページ -------------------- **/
  .thanks .thanks-txt {
    text-align: left;
    margin: 30px 0;
  }
}
