@charset "UTF-8";
/*============================================

=============================================*/
body {
  background: #fff;
}

footer section.sec-link {
  position: relative;
  width: 100%;
  background: #e2dfdc;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  footer section.sec-link {
    padding: 32px 0 62px;
  }
}
footer section.sec-link .container {
  width: calc(100% - 200px);
  min-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container {
    width: calc(100% - 64px);
    min-width: 0px;
  }
}
footer section.sec-link .container ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul {
    display: block;
  }
}
footer section.sec-link .container ul li {
  position: relative;
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li {
    width: 100%;
  }
}
footer section.sec-link .container ul li a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-decoration: none;
  padding: 0 0 0 100px;
  box-sizing: border-box;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li a {
    height: 84px;
    font-size: 16px;
    padding: 0 0 0 70px;
    line-height: 84px;
  }
}
@media screen and (min-width: 769px) {
  footer section.sec-link .container ul li a {
    transition: 0.25s all cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  footer section.sec-link .container ul li a:hover {
    transform: scale(1.1);
  }
}
footer section.sec-link .container ul li a .icon {
  position: absolute;
}
footer section.sec-link .container ul li a .icon.contact {
  left: 30px;
  top: 12px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li a .icon.contact {
    width: 30px;
    left: 16px;
    top: 9px;
  }
}
footer section.sec-link .container ul li a .icon.document {
  top: 11px;
  left: 40px;
  width: 29px;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li a .icon.document {
    width: 30px;
    left: 16px;
    top: 10px;
  }
}
footer section.sec-link .container ul li a .icon.fieldtrip {
  top: 10px;
  left: 36px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li a .icon.fieldtrip {
    width: 30px;
    left: 16px;
    top: 9px;
  }
}
footer section.sec-link .container ul li a .icon img,
footer section.sec-link .container ul li a .icon svg {
  width: 100%;
  height: auto;
}
footer section.sec-link .container ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #272727;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li a .arrow {
    width: 60px;
    height: 60px;
    right: 16px;
  }
}
footer section.sec-link .container ul li a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li a .arrow svg {
    width: 20px;
  }
}
footer section.sec-link .container ul li:nth-child(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  footer section.sec-link .container ul li:nth-child(n+2) {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 1320px) {
  footer section.sec-link .container ul li .cut {
    display: none;
  }
}
footer section.sec-foot {
  position: relative;
  background: #272727;
  color: #fff;
  padding: 50px 0 72px;
}

/* 共通 */
.wpcf7-response-output {
  border: 2px solid red !important;
  text-align: center;
}

.is-empty {
  color: #6c757d;
}

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

input[type=date],
input[type=time] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "DM Sans", dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "DM Sans", dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*============================================
   FORM
=============================================*/
.page-form {
  width: 90vw;
  max-width: 1280px;
  padding-top: 100px;
  margin: 0 auto 160px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page-form_txtWrap {
  margin-bottom: 60px;
}
.page-form_ttl {
  font-size: clamp(22px, 2.6vw, 26px);
  font-weight: 900;
  margin-bottom: 60px;
}
.page-form_txt + .page-form_txt {
  margin-top: 20px;
}

/* フォーム */
.form_inner {
  width: 100%;
  padding: 70px clamp(20px, 7vw, 100px) 90px;
  margin: 0 auto;
  background: #e7e7e7;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .form_inner {
    padding: 60px 5vw 80px;
  }
}
.form_head_txt {
  margin-bottom: 40px;
}
.form_head_ttl {
  padding-left: 1em;
}
.form_item {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #d3d1cd;
}
.form_item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.form_item_detail {
  min-width: 85px;
  margin-top: 40px;
  margin-right: 20px;
}
.form_item_unit {
  margin-left: 10px;
}
.form_inputWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.form_inputWrap-02 .form_input + .form_input {
  margin-left: 40px;
}
@media (max-width: 960px) {
  .form_inputWrap-02 .form_item_detail {
    width: 100%;
  }
  .form_inputWrap-02 .form_input {
    margin-right: 40px;
  }
  .form_inputWrap-02 .form_input + .form_input {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .form_inputWrap-02 .form_input {
    margin-right: 0;
  }
}
.form_inputWrap-03_inner:first-child {
  width: 286px;
  margin-right: 40px;
}
@media (max-width: 960px) {
  .form_inputWrap-03_inner:first-child {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .form_inputWrap-03_inner {
    width: 100%;
  }
}
.form_inputWrap_inner {
  width: 50%;
}
@media (max-width: 1040px) {
  .form_inputWrap_inner {
    width: 100%;
  }
  .form_inputWrap_inner:nth-child(n+2) {
    margin-top: 40px;
  }
}
.form_input {
  width: 100%;
  max-width: 286px;
  margin-top: 40px;
  /* ふりがな */
  /* 住所 メールアドレス */
  /* テキストエリア ラジオボタン */
  /* 参加希望人数 */
  /* 建設予定地 */
}
.form_input-02 {
  max-width: 390px;
}
.form_input-03 {
  width: 754px;
  max-width: initial;
}
@media (max-width: 960px) {
  .form_input-03 {
    width: 100%;
    max-width: 780px;
  }
}
.form_input-04 {
  max-width: initial;
}
@media (max-width: 576px) {
  .form_input-05 {
    width: calc(100% - 150px);
  }
}
.form_input-06 {
  width: 180px;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .form_input-06 {
    margin-right: 30px;
  }
}
.form_input .wpcf7-text,
.form_input .wpcf7-tel,
.form_input .wpcf7-email,
.form_input .wpcf7-number,
.form_input .wpcf7-select,
.form_input .wpcf7-date {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-family: "Noto Sans JP", "DM Sans", dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #d3d1cd;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .form_input .wpcf7-text,
.form_input .wpcf7-tel,
.form_input .wpcf7-email,
.form_input .wpcf7-number,
.form_input .wpcf7-select,
.form_input .wpcf7-date {
    padding: 10px 14px;
  }
}
.form_input .wpcf7-number {
  -moz-appearance: textfield;
}
.form_input .wpcf7-number::-webkit-outer-spin-button, .form_input .wpcf7-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_input-select {
  position: relative;
}
.form_input-select::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #4a6dce;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
}
.form_input .wpcf7-select,
.form_input .wpcf7-date {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_input .wpcf7-select option:first-child {
  color: #6c757d;
}
.form_input .wpcf7-select option:nth-child(n+2) {
  color: #000;
}
.form_input-checkbox {
  line-height: 5rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_input .wpcf7-checkbox {
  margin-right: 50px;
}
.form_input .wpcf7-radio .wpcf7-list-item {
  padding-top: 10px;
  margin: 0 40px 0 0;
}
.form_input .wpcf7-radio .wpcf7-list-item-label {
  padding-left: 24px;
  position: relative;
}
.form_input .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: calc((100% - 16px) / 2);
  left: 0;
}
.form_input .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: calc((100% - 16px) / 2 + 4px);
  left: 4px;
  z-index: 2;
  opacity: 0;
}
.form_input .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form_input textarea {
  width: 100%;
  height: 240px;
  padding: 15px 20px;
  font-family: "Noto Sans JP", "DM Sans", dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #d3d1cd;
  border-radius: 10px;
}
.form_input textarea.questionnaire {
  height: 150px;
}
.form_input_txt {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #696969;
}
.form_privacy {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .form_privacy {
    font-size: 1.4rem;
  }
}
.form_privacy_txt {
  margin-left: 0.5em;
}
.form_privacy_link {
  -webkit-text-decoration: underline #000;
          text-decoration: underline #000;
  cursor: pointer;
}
.form_privacy_link:hover {
  opacity: 0.7;
  color: #4a6dce;
  -webkit-text-decoration: underline #4a6dce;
          text-decoration: underline #4a6dce;
}
.form_privacy:has(.wpcf7-not-valid) .form_privacy_link {
  color: red;
  -webkit-text-decoration: underline red;
          text-decoration: underline red;
}
.form_privacy .wpcf7-not-valid-tip {
  display: none !important;
}
.form_privacy .wpcf7-list-item-label {
  display: none;
}
.form_submit {
  width: 80%;
  max-width: 400px;
  height: clamp(60px, 16vw, 100px);
  margin: 40px auto 0;
  position: relative;
}
.form_submit::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #4a6dce;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 4em);
  z-index: 8;
}
.form_submit::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #4a6dce;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 2px - 3px);
  left: calc(50% - 4em + 15px - 7px);
  z-index: 8;
}
.form_submit_btn {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 7;
}
.form_submit:hover::before {
  -webkit-animation: yurayura01 1.5s linear infinite;
          animation: yurayura01 1.5s linear infinite;
}
.form_submit:hover::after {
  -webkit-animation: yurayura02 1.5s linear infinite;
          animation: yurayura02 1.5s linear infinite;
}
@-webkit-keyframes yurayura01 {
  0%, 100% {
    left: calc(50% - 4em);
  }
  50% {
    left: calc(50% - 4em + 2px);
  }
}
@keyframes yurayura01 {
  0%, 100% {
    left: calc(50% - 4em);
  }
  50% {
    left: calc(50% - 4em + 2px);
  }
}
@-webkit-keyframes yurayura02 {
  0%, 100% {
    left: calc(50% - 4em + 15px - 7px);
  }
  50% {
    left: calc(50% - 4em + 15px - 7px + 2px);
  }
}
@keyframes yurayura02 {
  0%, 100% {
    left: calc(50% - 4em + 15px - 7px);
  }
  50% {
    left: calc(50% - 4em + 15px - 7px + 2px);
  }
}
.form_submit:hover .form_submit_btn {
  color: #4a6dce;
  border: 3px solid #4a6dce;
}

/*================================================
   来店予約
================================================= */
.reserve-selected .form_item:first-child {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #d3d1cd;
}

/*================================================
   資料請求
================================================= */
.material {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.material::before, .material::after {
  content: "";
  display: block;
  width: 17%;
}
@media (max-width: 1000px) {
  .material::before, .material::after {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .material::before, .material::after {
    width: calc((100% - 5vw) / 2);
  }
}
.material::before {
  order: 1;
}
.material_item {
  width: 17%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .material_item {
    width: 30%;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .material_item {
    width: calc((100% - 5vw) / 2);
  }
}
.material_item-empty {
  height: 0;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .material_item-empty {
    display: none;
  }
}
.material_item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.material_item .wpcf7-form-control-wrap {
  margin-top: 20px;
}
.material_item .wpcf7-list-item {
  margin: 0;
}
/*================================================
   ポップアップ
================================================= */
.popup_overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
}
.popup_overlay.active {
  display: block;
}
.popup_overlay.active .popup_content {
  -webkit-animation: powan 0.5s ease forwards;
          animation: powan 0.5s ease forwards;
}
.popup_overlay.active .popup_close {
  -webkit-animation: fuwan 0.5s ease forwards;
          animation: fuwan 0.5s ease forwards;
}
.popup_content {
  width: 70vw;
  height: 70vh;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  transform: scale(0.8);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 15%;
  left: 15vw;
}
@media (min-width: 1600px) {
  .popup_content {
    width: 1100px;
    left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1000px) {
  .popup_content {
    width: 80vw;
    padding: 40px 4vw;
    left: 10vw;
  }
}
.popup_content_ttl {
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: clamp(30px, 7.5vw, 60px);
}
.popup_content_txt {
  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 30px;
}
.popup_close {
  display: block;
  height: 40px;
  padding-top: 40px;
  position: absolute;
  top: calc(15% - 45px);
  right: calc(15vw + 30px);
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .popup_close {
    right: calc((100vw - 1100px) / 2 + 30px);
  }
}
@media (max-width: 1000px) {
  .popup_close {
    right: calc(10vw + 30px);
  }
}
.popup_close::before, .popup_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #fff;
}
.popup_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes powan {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes powan {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fuwan {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwan {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*================================================
   サンクスページ
================================================= */
.thanks_inner {
  width: 100%;
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}
.thanks_textWrap {
  max-width: 920px;
  padding: 28px 20px;
  margin: 0 auto 100px;
  border: 1px solid #e5e5e5;
}
.thanks_text {
  line-height: 3.6rem;
  text-align: center;
}
/*# sourceMappingURL=form.css.map */