@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.my-box{opacity:0}.lBody .pVideo__cover:before{background-color:#000;opacity:.6}@media (max-width: 767px){.lBody .pHeader__logo{width:23.2222222222vw}.lBody .pIntro__heading{width:43.1111111111vw}.lBody .pIntro__title--ja{font-size:5.3333333333vw}.lBody .pIntro.isCenter .pIntro__text{font-size:3.3333333333vw}.lBody .pWall__text{margin:5.3333333333vw 0 0}.lBody .pWall__image{margin:3.1111111111vw 0 0;padding:0 15.3333333333vw}.lBody .pWindow{margin:11.1111111111vw 0 0}.lBody .pWindow__text{margin:5.3333333333vw 0 0}.lBody .pWindow__image{margin:5.3333333333vw 0 0;padding:0 15.3333333333vw}}@media screen and (min-width: 768px),print{.lBody .pHeader{padding-top:.8rem}.lBody .pHeader__logo{width:13.0625rem}.lBody .pIntro__heading{width:24.25rem}.lBody .pIntro__title--ja{font-size:3rem}.lBody .pIntro.isCenter .pIntro__text{font-size:1.875rem}.lBody .pWall{margin:7.5rem 0 0}.lBody .pWall__image{margin:1.75rem auto 0}}

.pForm--cf7 {
  --key: #492e1d;
  margin: 50px 20px 0;
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
}
.pForm--cf7 .event-form {
  margin-top: 0;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f9f9f9;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.pForm--cf7 .event-form h2 {
  margin: 0 0 40px;
  padding: 0;
  border: 0;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.pForm--cf7 .form-group {
  margin-bottom: 30px;
}
.pForm--cf7 .form-label {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.pForm--cf7 .required,
.pForm--cf7 .optional {
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
.pForm--cf7 .required {
  border: 1px solid var(--key);
  background: var(--key);
  color: #fff;
}
.pForm--cf7 .optional {
  border: 1px solid var(--key);
  background: transparent;
  color: var(--key);
}
.pForm--cf7 .input-group.has-label,
.pForm--cf7 .input-group3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pForm--cf7 .input-label,
.pForm--cf7 .input-group3 > p,
.pForm--cf7 .input-group3 > label {
  flex: 0 0 100px;
  width: 100px;
  color: #949497;
  font-size: 13px;
}
.pForm--cf7 .input-group p {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  line-height: 1;
}
.pForm--cf7 .input-group.has-label > p {
  flex: 1 1 auto;
  width: auto;
}
.pForm--cf7 .has-label span {
  width: calc(100% - 100px) !important;
}
.pForm--cf7 .input-group.has-label span {
  width: 100% !important;
}
.pForm--cf7 .input-3items {
  flex: 1 1 auto;
  flex-basis: calc(100% - 100px);
}
.pForm--cf7 .input-3items p {
  display: flex;
  align-items: center;
  margin: 0;
}
.pForm--cf7 .input-3items p > span {
  flex-basis: 30%;
  width: auto !important;
}
.pForm--cf7 .input-3items p > span:not(:first-of-type) {
  margin: 0 5px 0 15px;
}
.pForm--cf7 .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pForm--cf7 .checkbox-group label,
.pForm--cf7 .privacy-box label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.pForm--cf7 input[type="text"],
.pForm--cf7 input[type="email"],
.pForm--cf7 input[type="tel"],
.pForm--cf7 input[type="date"],
.pForm--cf7 select,
.pForm--cf7 textarea {
  -webkit-appearance: auto;
  appearance: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
.pForm--cf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.pForm--cf7 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.pForm--cf7 .privacy-box a {
  color: blue;
  letter-spacing: 1px;
  text-decoration: underline;
  pointer-events: auto;
}
.pForm--cf7 .submit-button,
.pForm--cf7 input[type="submit"] {
  display: inline-block;
  width: 250px;
  margin: 0 auto;
  padding: 15px;
  border: 0;
  border-radius: 5px;
  background: var(--key);
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}
.pForm--cf7 .text-c {
  text-align: center;
}
.pForm--cf7 .wpcf7-spinner {
  display: none !important;
}
.pForm--cf7 .wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #c00;
  font-size: 14px;
}
.pForm--cf7 .wpcf7-response-output {
  margin: 1em 0 0;
  color: #333;
  font-size: 14px;
}
.pForm--cf7 *:before,
.pForm--cf7 *:after {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .pForm--cf7 {
    margin: 20px 12px 0;
  }
  .pForm--cf7 .event-form {
    padding: 20px;
  }
  .pForm--cf7 .event-form h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .pForm--cf7 .form-label {
    font-size: 14px;
  }
  .pForm--cf7 .required,
  .pForm--cf7 .optional {
    width: 60px;
    text-align: center;
    white-space: nowrap;
  }
  .pForm--cf7 .optional {
    width: 70px;
  }
  .pForm--cf7 .input-label,
  .pForm--cf7 .input-group3 > p,
  .pForm--cf7 .input-group3 > label {
    flex-basis: 70px;
    width: 70px;
  }
  .pForm--cf7 input[type="text"],
  .pForm--cf7 input[type="email"],
  .pForm--cf7 input[type="tel"],
  .pForm--cf7 input[type="date"],
  .pForm--cf7 select,
  .pForm--cf7 textarea {
    height: 45px;
    font-size: 14px;
  }
  .pForm--cf7 textarea {
    height: auto;
    min-height: 120px;
  }
  .pForm--cf7 .submit-button,
  .pForm--cf7 input[type="submit"] {
    height: auto;
  }
  .pForm--cf7 .input-3items p {
    flex-wrap: wrap;
    gap: 5px;
  }
  .pForm--cf7 .input-3items p > span:first-of-type {
    flex-basis: 100%;
  }
  .pForm--cf7 .input-3items p > span:not(:first-of-type) {
    margin: 0;
  }
}

.lBody {
  --key: #492e1d;
}
.lBody .hamburger-area,
.lBody .drawer-menu,
.lBody .footer,
.lBody .bottom-nav,
.lBody .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
  -webkit-font-smoothing: auto;
}
.lBody .hamburger-area a,
.lBody .drawer-menu a,
.lBody .footer a,
.lBody .bottom-nav a {
  pointer-events: auto;
}
.lBody .hamburger-area button,
.lBody .hamburger-area span {
  pointer-events: auto;
}

.width-m {
  max-width: 1320px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.flex,
.flex-always {
  display: flex;
  flex-wrap: wrap;
}
.flex-sb,
.flex-sb-always {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rev {
  flex-direction: row-reverse;
}
.img-cover {
  height: 100%;
  object-fit: cover;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.hamburger-area {
  position: fixed;
  top: 19px;
  right: 28px;
  z-index: 100;
}
.hamburger {
  position: relative;
  width: 30px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}
.drawer-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: right 0.4s ease;
  z-index: 90;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.drawer-menu.open {
  right: 0;
}
.drawer-in {
  min-height: 100vh;
}
.drawer-img {
  flex-basis: 33%;
}
.drawer-text {
  flex-basis: 67%;
  padding: 80px;
}
.drawer-logo {
  width: 300px;
  margin-bottom: 60px;
}
.drawer-r {
  flex-basis: 35%;
  flex-direction: column-reverse;
}
.drawer-tel {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.drawer-tel-icon {
  flex-basis: 60px;
}
.drawer-tel-r p {
  font-size: 14px;
  line-height: 1.6;
}
.drawer-tel-r a {
  font-size: 30px;
  padding: 5px 0;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.drawer-btn {
  background: var(--key);
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto 20px;
}
.drawer-btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
}
.drawer-insta {
  width: 80%;
  margin: 40px auto 30px;
}
.drawer-l {
  flex-basis: 62%;
}
.drawer-nav-top nav,
.drawer-nav-foot nav {
  flex-basis: 50%;
}
.drawer-flex nav {
  margin-bottom: 30px;
}
.drawer-flex h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  color: #333;
}
.drawer-flex h2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../../../themes/tani-housing/img/drawer-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 13px;
  left: -27px;
}
.drawer-flex nav li {
  margin-bottom: 26px;
  list-style: none;
}
.drawer-flex nav a {
  color: #333;
}
.drawer-nav-foot nav div {
  margin-bottom: 40px;
}

.footer {
  border-top: 1px solid #f1f1f4;
  padding-top: 50px;
  background: #fff;
}
.footer-wrapper {
  margin-bottom: 50px;
}
.footer-info {
  flex-basis: 30%;
}
.footer-logo {
  width: 230px;
  margin-bottom: 20px;
}
.footer-company-name {
  margin-bottom: 20px;
}
.footer-info p {
  line-height: 1.8;
  letter-spacing: 1px;
}
.footer-insta {
  width: 220px;
}
.footer-wrapper nav {
  flex-basis: 65%;
}
.footer-wrapper nav ul {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.footer li a {
  margin-bottom: 20px;
  display: inline-block;
  color: #333;
  transition: all 0.2s ease;
}
.footer li ul li {
  font-size: 14px;
  margin-left: 5px;
  white-space: nowrap;
}
.footer li ul li::before {
  content: "- ";
}
.jimo {
  margin-top: auto;
}
.copyright {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
.bottom-nav {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  justify-content: center;
  background: #fff;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid #f1f1f4;
  transition: bottom 0.3s ease;
  z-index: 100;
}
.bottom-nav.show {
  bottom: 0;
}
.bottom-nav.hide {
  bottom: -100px;
}
.bottom-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 80px;
  border-radius: 10px;
  font-size: 20px;
  color: inherit;
}
.bottom-tel {
  background: var(--key);
  color: #fff;
  border: 1px solid var(--key);
}
.bottom-mail {
  background: #f4e2cb;
  border: 1px solid #f4e2cb;
}
.bottom-catalog {
  background: #f9f8f4;
  border: 1px solid #ccc;
}
.bottom-nav a img {
  width: 25px;
}

@media screen and (min-width: 768px) {
  .hov-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
  }
  .hov-underline::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--key);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .hov-underline:hover::after {
    transform: scaleX(1);
  }
  .footer li a:hover {
    transform: translateY(-2px);
    opacity: 0.7;
  }
}

@media screen and (max-width: 1300px) {
  .drawer-img {
    display: none;
  }
  .drawer-text {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flex,
  .flex-sb {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .hamburger-area {
    top: 16px;
    right: 16px;
  }
  .drawer-text {
    padding: 40px 30px 80px;
  }
  .drawer-logo {
    width: 90%;
    margin: 0 auto 10px;
  }
  .drawer-r {
    margin-bottom: 40px;
  }
  .drawer-tel-icon {
    flex-basis: 50px;
  }
  .drawer-btn {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
  }
  .drawer-btn::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../../../themes/tani-housing/img/icon-btn-right-w.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .drawer-l {
    padding-left: 30px;
  }
  .drawer-flex nav li {
    position: relative;
    border-bottom: 1px solid #aaa;
    margin-bottom: 18px;
  }
  .drawer-flex nav li a {
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
  }
  .drawer-flex nav li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("../../../themes/tani-housing/img/icon-btn-right-w.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-wrapper {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .footer-info {
    margin-bottom: 30px;
  }
  .footer-info p {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .footer-wrapper nav {
    margin: 0 5%;
  }
  .footer-wrapper nav > ul > li {
    position: relative;
    border-bottom: 1px solid #aaa;
    margin-bottom: 13px;
  }
  .footer-wrapper nav > ul > li > a {
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-has-child a {
    margin-bottom: 15px !important;
  }
  .footer-wrapper nav > ul > li > a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-70%);
    right: 0;
    background-image: url("../../../themes/tani-housing/img/icon-btn-right-w.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer-has-child > a::after {
    top: 12px !important;
  }
  .copyright {
    font-size: 12px;
    padding: 10px 10px 60px;
  }
  .bottom-nav {
    padding: 8px;
  }
  .bottom-nav a {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    flex-basis: 30%;
    display: block;
    text-align: center;
  }
  .bottom-nav a img {
    width: 20px;
    margin: 0 auto 5px;
  }
  .jimo {
    border-bottom: none !important;
    margin: 40px auto 0;
    width: 230px;
  }
  .jimo a::after {
    display: none;
  }
}
