@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  line-height: 1.75;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  header.ys_org_header {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 16vw;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .header--inner {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header--logo {
    padding: 0 0 0 5.3333333333vw;
  }
  .header--logo img {
    width: 44.5333333333vw;
  }
  header.ys_org_header .menu-open {
    width: 16vw;
    height: 16vw;
    background: linear-gradient(to bottom, rgb(171, 131, 94) 0%, rgb(92, 60, 32) 75%, rgb(92, 60, 32) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  header.ys_org_header .menu-open .line {
    width: 6.9333333333vw;
  }
  header.ys_org_header .menu-open .line span {
    width: 6.9333333333vw;
    height: 0.8vw;
    background: #ffffff;
    display: block;
    margin: 1.3333333333vw 0;
  }
  .spnav {
    display: none;
    background: #ffffff;
    padding: 21.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .spnav--logo {
    position: absolute;
    top: 5.3333333333vw;
    left: 8vw;
  }
  .spnav--logo img {
    width: 44.5333333333vw;
  }
  .spnav .menu-close {
    width: 16vw;
    height: 16vw;
    background: linear-gradient(to bottom, rgb(171, 131, 94) 0%, rgb(92, 60, 32) 75%, rgb(92, 60, 32) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .spnav .menu-close .line {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .spnav--inner {
    height: 100vw;
    overflow-y: scroll;
  }
  .spnav--main li {
    border-bottom: 1px solid #DDDDDD;
  }
  .spnav--main li a {
    display: grid;
    grid-template-columns: 21.3333333333vw 1fr;
    gap: 5.3333333333vw;
    align-items: center;
    height: 19.2vw;
    color: #333333;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_spnav.svg) no-repeat 100% 50%;
  }
  .spnav--main li figure img {
    display: block;
    margin: 0 auto;
  }
  .spnav--sub {
    padding: 5.3333333333vw;
    margin-bottom: 9.0666666667vw;
  }
  .spnav--sub li {
    line-height: 8vw;
  }
  .spnav--sub a {
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .spnav--sns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .spnav--sns img {
    transform: scale(2);
    display: block;
    margin: 0 auto;
  }
  .kv {
    position: relative;
  }
  .hassearchboxpage .kv::after {
    content: "";
    width: 100%;
    height: 88vw;
    display: block;
    background: linear-gradient(to bottom, rgb(92, 60, 32) 0%, rgb(171, 131, 94) 100%);
    position: absolute;
    bottom: -67px;
    left: 0;
    z-index: -1;
  }
  .hassearchboxpage .kv--slider {
    height: 120vw;
  }
  .hassearchboxpage .kv--image {
    width: 100%;
    height: 120vw;
  }
  .hassearchboxpage .kv .slick-dots {
    display: flex;
    justify-content: center;
  }
  .hassearchboxpage .kv .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
  .kv .slick-dots li.slick-active button {
    background: #5C3C20;
  }
  .kv .slick-dots li button {
    border: none;
    padding: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    text-indent: -9999999vw;
    transform: translate(0px, -90px);
    cursor: pointer;
  }
  .kv--nav {
    background: #D4CCB4;
    max-width: 89.3333333333vw;
    margin: 0 auto;
    padding: 5.3333333333vw 2.6666666667vw;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    transform: translate(0px, -5.3333333333vw);
  }
  .kv--nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6666666667vw;
  }
  .kv--nav li:nth-child(3) img,
  .kv--nav li:nth-child(4) img {
    transform: scale(0.8);
  }
  .kv--nav a {
    color: #000000;
    display: block;
  }
  .kv--nav a figure {
    height: 19.2vw;
  }
  .kv--nav a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    color: #5C3C20;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 4.2666666667vw;
    height: 8.8vw;
  }
  .kv--nav2 {
    background: #ffffff;
    max-width: 89.3333333333vw;
    margin: 0 auto;
    padding: 5.3333333333vw 8vw;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    transform: translate(0px, -2.6666666667vw);
  }
  .kv--nav2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .kv--nav2 li:nth-child(1) figure img {
    height: 8.5333333333vw;
  }
  .kv--nav2 a {
    color: #000000;
    display: block;
  }
  .kv--nav2 a figure {
    height: 12vw;
  }
  .kv--nav2 a figure img {
    height: 12vw;
  }
  .kv--nav2 a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    color: #5C3C20;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 4.2666666667vw;
    height: 8.8vw;
  }
  .campaign {
    position: relative;
    z-index: 1;
  }
  .campaign img {
    width: 300px;
  }
  .campaign .slick-dots {
    display: flex;
    justify-content: center;
  }
  .campaign .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
  .campaign .slick-dots li.slick-active button {
    background: #5C3C20;
  }
  .campaign .slick-dots li button {
    border: none;
    padding: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: #DDDDDD;
    text-indent: -9999999vw;
    cursor: pointer;
  }
  .hassearchboxpage .search {
    position: relative;
    padding: 13.3vw 0 13.3333333333vw 0;
    margin-top: 0vw;
    background: #F4F2EF;
    z-index: 0;
  }
  .hassearchboxpage .search h2 {
    text-align: center;
    margin: 0 0 10.6666666667vw 0;
  }
  .hassearchboxpage .search h2 .ja {
    color: #3F2122;
    font-size: 8vw;
    letter-spacing: 0.2em;
    display: block;
  }
  .hassearchboxpage .search h2 .en {
    font-size: 3.7333333333vw;
    font-weight: normal;
    color: #AB835E;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.3333333333vw;
  }
  .hassearchboxpage .search h2 .en::before, .hassearchboxpage .search h2 .en::after {
    content: "";
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    display: block;
    background: #AB835E;
  }
  .hassearchboxpage .search .tab-container {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 5px solid #AB835E;
  }
  .hassearchboxpage .search .tabs {
    border-bottom: 5px solid #5C3C20;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5333333333vw;
    padding: 0 2.6666666667vw;
  }
  .hassearchboxpage .search .tabs svg {
    display: none;
  }
  .hassearchboxpage .search .tab-link {
    height: 13.3333333333vw;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    font-size: 3.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #ffffff;
    color: #5C3C20;
    padding: 0;
  }
  .hassearchboxpage .search .tab-link path {
    fill: #ab835e;
  }
  .hassearchboxpage .search .tab-link.active {
    background: linear-gradient(to right, rgb(171, 131, 94) 0%, rgb(92, 60, 32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-weight: bold;
  }
  .hassearchboxpage .search .tab-link.active path {
    fill: #f4f7fb;
  }
  .hassearchboxpage .search .tab-content {
    display: flex;
    flex-direction: column;
    background: #ffffff;
  }
  .hassearchboxpage .search .tab-panel {
    display: none;
  }
  .hassearchboxpage .search .tab-panel.active {
    display: block;
    padding: 5.3333333333vw;
  }
  .hassearchboxpage .search--select {
    margin: 0 0 5.3333333333vw 0;
    text-align: center;
  }
  .hassearchboxpage .search .accordion-item {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  .hassearchboxpage .search .accordion-item:first-child {
    border-top: 1px solid #DDDDDD;
  }
  .hassearchboxpage .search .accordion-header {
    padding: 4vw;
    font-weight: bold;
    font-size: 4.2666666667vw;
    cursor: pointer;
  }
  .hassearchboxpage .search .accordion-header::after {
    content: "";
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_down.svg) no-repeat;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    display: block;
    position: absolute;
    right: 4vw;
    top: 5.3333333333vw;
  }
  .hassearchboxpage .search .accordion-header small {
    display: none;
  }
  .hassearchboxpage .search .accordion-content {
    display: none;
    padding: 0 0 0 5.3333333333vw;
  }
  .hassearchboxpage .search .accordion-content li {
    border-top: 1px solid #DDDDDD;
    position: relative;
  }
  .hassearchboxpage .search .accordion-content li a {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #000000;
    padding: 4vw;
    display: block;
  }
  .hassearchboxpage .feature {
    position: relative;
    padding: 13.3333333333vw 5.3333333333vw;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(92, 60, 32) 0%, rgb(171, 131, 94) 100%);
    overflow: hidden;
  }
  .hassearchboxpage .feature h2 {
    text-align: center;
    margin: 0 0 8vw 0;
  }
  .hassearchboxpage .feature h2 .ja {
    color: #ffffff;
    font-size: 8vw;
    letter-spacing: 0.2em;
    display: block;
  }
  .hassearchboxpage .feature h2 .en {
    font-size: 3.7333333333vw;
    font-weight: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.3333333333vw;
  }
  .hassearchboxpage .feature h2 .en::before, .hassearchboxpage .feature h2 .en::after {
    content: "";
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    display: block;
    background: #AB835E;
  }
  .hassearchboxpage .feature--list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
  }
  .hassearchboxpage .feature--list a {
    display: grid;
    grid-template-columns: 18.6666666667vw 1fr;
    align-items: center;
    gap: 5.3333333333vw;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow.svg) no-repeat calc(100% - 4vw) 50% #ffffff;
    border-radius: 1.0666666667vw;
    padding: 1.3333333333vw;
  }
  .hassearchboxpage .feature--list__number {
    background: #5C3C20;
    color: #ffffff;
    height: 16vw;
    width: 100%;
    text-align: center;
    padding: 2.4vw 0;
  }
  .hassearchboxpage .feature--list__number .text {
    display: block;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  .hassearchboxpage .feature--list__number .num {
    font-size: 8vw;
    line-height: 1;
  }
  .hassearchboxpage .feature--list__title {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    color: #5C3C20;
    font-weight: 500;
    line-height: 1.3;
  }
  .pr {
    position: relative;
    padding: 13.3333333333vw 5.3333333333vw;
    z-index: 0;
    background: #F4F2EF;
  }
  .pr--contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .pr--contents__box {
    background: #ffffff;
    border-radius: 1.0666666667vw;
    padding: 1.6vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .pr--contents__title {
    letter-spacing: 0.1em;
    text-align: center;
    height: 18.4vw;
    line-height: 6.4vw;
    font-weight: 500;
    font-size: 4.2666666667vw;
    color: #3F2122;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.2vw;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow.svg) no-repeat calc(100% - 4vw) 50%;
  }
  .pr--contents__link {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #5C3C20;
    line-height: 6.6666666667vw;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
  }
  .pr .button {
    width: 100%;
    height: 16vw;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_white.svg) no-repeat calc(100% - 4vw) 50% #5C3C20;
    margin: 0 auto 13.3333333333vw auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 4.2666666667vw;
    font-weight: 500;
    border-radius: 2px;
  }
  .pr--bnr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  .pankz {
    background: #5C3C20;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    padding: 2.1333333333vw 6.9333333333vw;
    color: #ffffff;
    display: flex;
  }
  .pankz li {
    display: flex;
    align-items: center;
  }
  .pankz li::after {
    content: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_white.svg);
    transform: scale(0.5) translateY(2px);
    display: block;
    margin: 0 2.1333333333vw;
  }
  .pankz a {
    color: #ffffff;
  }
  .footer {
    background: #171D24;
    padding: 13.3333333333vw 0 16vw 0;
  }
  .footer--inner {
    color: #ffffff;
    margin: 0 auto;
    padding: 0 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  }
  .footer--column.logo {
    display: flex;
    gap: 5.3333333333vw;
    align-items: center;
  }
  .footer--logo {
    width: 29.8666666667vw;
  }
  .footer--title {
    font-size: 4.2666666667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
  }
  .footer--nav {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer--nav__title {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 5.6vw;
    font-weight: bold;
    margin-bottom: 5.3333333333vw;
  }
  .footer--nav__title a {
    color: #ffffff;
  }
  .footer--nav__contents {
    margin: 0 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .footer--nav__contents li {
    line-height: 7.4666666667vw;
  }
  .footer--nav__contents a {
    color: #ffffff;
  }
  .footer--link {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer--link:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer--link li {
    line-height: 5.8666666667vw;
  }
  .footer--link a {
    color: #ffffff;
    font-weight: bold;
    line-height: 9.0666666667vw;
    letter-spacing: 0.05em;
    font-size: 4vw;
  }
  .footer--bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    height: 16vw;
    padding: 0 8vw;
    border-top: 2px solid #AB835E;
  }
  .footer--copyright {
    font-size: 3.2vw;
    color: #333333;
    text-align: center;
    white-space: nowrap;
  }
  .floatbtn {
    width: 100%;
    padding: 2.6666666667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .floatbtn--web {
    width: 100%;
    height: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    /*background: #E74C3C;*/
    color: #ffffff;
    font-size: 3.7333333333vw;
  }
  .floatbtn--tel {
    width: 100%;
    height: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    /*background: #5C3C20;*/
    color: #ffffff;
    font-size: 3.7333333333vw;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  header.ys_org_header {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 70px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  header.ys_org_header {
    height: 5vw;
  }
}
@media (min-width: 768px) {
  .header--inner {
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header--logo {
    padding: 0 0 0 30px;
    margin-right: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--logo {
    padding: 0 0 0 2.1428571429vw;
    margin-right: 5.1428571429vw;
  }
  .header--logo img {
    width: 16.7142857143vw;
  }
}
@media (min-width: 768px) {
  .header--center {
    display: flex;
    justify-content: space-between;
    width: 620px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--center {
    width: 44.2857142857vw;
  }
}
@media (min-width: 768px) {
  .header--center a {
    color: #ffffff;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--center a {
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .header--right {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--right {
    gap: 0.5714285714vw;
  }
}
@media (min-width: 768px) {
  .header--web {
    width: 155px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #E74C3C;
    color: #ffffff;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--web {
    width: 11.0714285714vw;
    height: 3.5714285714vw;
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .header--tel {
    width: 155px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #5C3C20;
    color: #ffffff;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header--tel {
    width: 11.0714285714vw;
    height: 3.5714285714vw;
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  header.ys_org_header .menu-open {
    width: 70px;
    height: 70px;
    background: linear-gradient(to bottom, rgb(171, 131, 94) 0%, rgb(92, 60, 32) 75%, rgb(92, 60, 32) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  header.ys_org_header .menu-open {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 768px) {
  header.ys_org_header .menu-open .line {
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  header.ys_org_header .menu-open .line {
    width: 2.1428571429vw;
  }
}
@media (min-width: 768px) {
  header.ys_org_header .menu-open .line span {
    width: 30px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin: 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  header.ys_org_header .menu-open .line span {
    width: 2.1428571429vw;
    height: 0.2142857143vw;
    margin: 0.3571428571vw 0;
  }
}
@media (min-width: 768px) {
  .pcnav {
    display: none;
    background: #ffffff;
    padding: 146px 20px 75px 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .pcnav--inner {
    max-width: 1020px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .pcnav--inner {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .pcnav--logo {
    position: absolute;
    top: 23px;
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .pcnav--logo {
    top: 1.6428571429vw;
    left: 2.1428571429vw;
  }
  .pcnav--logo img {
    width: 16.7142857143vw;
  }
}
@media (min-width: 768px) {
  .pcnav .menu-close {
    width: 70px;
    height: 70px;
    background: linear-gradient(to bottom, rgb(171, 131, 94) 0%, rgb(92, 60, 32) 75%, rgb(92, 60, 32) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .pcnav .menu-close {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 768px) {
  .pcnav .menu-close .line {
    width: 24px;
    height: 24px;
  }
  .pcnav--container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .pcnav--container {
    gap: 1vw;
  }
}
@media (min-width: 768px) {
  .pcnav--box__thumb {
    width: 180px;
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .pcnav--box__thumb {
    width: 18vw;
    height: 11vw;
  }
}
@media (min-width: 768px) {
  .pcnav--box__title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 18px 0;
  }
  .pcnav--box__list {
    border-top: 1px solid #DDDDDD;
  }
  .pcnav--box__list li {
    padding: 7px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .pcnav--box__list a {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    color: #000000;
  }
  .pcnav--box__list a span {
    display: block;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .pcnav--box__thumb2 {
    width: 60px;
    height: 45px;
  }
  .pcnav--subnav {
    display: flex;
    gap: 30px;
    margin-top: 50px;
  }
  .pcnav--subnav a {
    font-size: 15px;
    color: #000000;
  }
  .hassearchboxpage.kv {
    position: relative;
  }
  .hassearchboxpage.kv::after {
    content: "";
    width: 100%;
    height: 270px;
    display: block;
    background: linear-gradient(to bottom, rgb(92, 60, 32) 0%, rgb(171, 131, 94) 100%);
    position: absolute;
    bottom: -67px;
    left: 0;
    z-index: -1;
  }
  .hassearchboxpage.kv--slider {
    height: 620px;
  }
  .hassearchboxpage.kv--image {
    width: 100%;
    height: 620px;
  }
  .kv .slick-dots {
    display: flex;
    justify-content: center;
  }
  .kv .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
  .kv .slick-dots li.slick-active button {
    background: #5C3C20;
  }
  .kv .slick-dots li button {
    border: none;
    padding: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    text-indent: -9999999vw;
    transform: translate(0px, -90px);
    cursor: pointer;
  }
  .kv--nav {
    background: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    transform: translate(0px, -60px);
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .kv--nav {
    margin: 0 2vw;
    padding: 3vw 9vw;
  }
}
@media (min-width: 768px) {
  .kv--nav ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
  }
  .kv--nav a {
    color: #000000;
    display: block;
  }
  .kv--nav a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #5C3C20;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 18px;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .kv--nav a span {
    font-size: 1.4vw;
    line-height: 1.8vw;
    height: 3.6vw;
  }
}
@media (min-width: 768px) {
  .campaign {
    position: relative;
    z-index: 1;
    max-width:1300px;
    width:100%;
  }
  .campaign img {
    width: 300px;
  }
  .campaign .slick-dots {
    display: flex;
    justify-content: center;
  }
  .campaign .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
  .campaign .slick-dots li.slick-active button {
    background: #5C3C20;
  }
  .campaign .slick-dots li button {
    border: none;
    padding: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: #DDDDDD;
    text-indent: -9999999vw;
    cursor: pointer;
  }
  .hassearchboxpage .search {
    position: relative;
    padding: 70px 20px 80px 20px;
    margin-top: -106px;
    z-index: 0;
  }
  .hassearchboxpage .search::before {
    content: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/bg_estate.svg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    transform: translate(-600px, 200px);
  }
  .hassearchboxpage .search::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0 0 0 50px;
    background: #F4F2EF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .hassearchboxpage .search h2 {
    text-align: center;
    margin: 0 0 50px 0;
  }
  .hassearchboxpage .search h2 .ja {
    color: #3F2122;
    font-size: 34px;
    letter-spacing: 0.2em;
    display: block;
  }
  .hassearchboxpage .search h2 .en {
    font-size: 16px;
    font-weight: normal;
    color: #AB835E;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .hassearchboxpage .search h2 .en::before, .hassearchboxpage .search h2 .en::after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #AB835E;
  }
  .hassearchboxpage .search .tab-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 225px 1fr;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
  }
  .hassearchboxpage .search .tabs {
    border-right: 5px solid #5C3C20;
  }
  .hassearchboxpage .search .tab-link {
    height: 115px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    border: none;
    font-size: 16px;
    padding: 24px;
    cursor: pointer;
    background: #ffffff;
    color: #5C3C20;
    border-bottom: 1px solid #DDDDDD;
  }
  .hassearchboxpage .search .tab-link path {
    fill: #ab835e;
  }
  ..hassearchboxpage search .tab-link:last-child {
    border-bottom: none;
  }
  .hassearchboxpage .search .tab-link.active {
    background: linear-gradient(to right, rgb(171, 131, 94) 0%, rgb(92, 60, 32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-weight: bold;
  }
  .hassearchboxpage .search .tab-link.active path {
    fill: #f4f7fb;
  }
  .hassearchboxpage .search .tab-content {
    display: flex;
    flex-direction: column;
  }
  .hassearchboxpage .search .tab-panel {
    display: none;
  }
  .hassearchboxpage .search .tab-panel.active {
    display: block;
    padding: 30px 50px;
  }
  .hassearchboxpage .search--select {
    margin: 0 0 30px 0;
  }
  .hassearchboxpage .search .accordion-item {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  .hassearchboxpage .search .accordion-item:first-child {
    border-top: 1px solid #DDDDDD;
  }
  .hassearchboxpage .search .accordion-header {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
  }
  .hassearchboxpage .search .accordion-header::after {
    content: "";
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_down.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .hassearchboxpage .search .accordion-header small {
    font-size: 12px;
    color: #919191;
    font-weight: normal;
  }
  .hassearchboxpage .search .accordion-content {
    display: none;
    padding: 0 20px;
  }
  .hassearchboxpage .search .accordion-content li {
    border-top: 1px solid #DDDDDD;
  }
  .hassearchboxpage .search .accordion-content li a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 15px 20px;
    display: block;
  }
  .hassearchboxpage .feature {
    position: relative;
    padding: 80px 20px;
    margin-top: 80px;
    z-index: 0;
    overflow: hidden;
  }
  .hassearchboxpage .feature::before {
    content: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/bg_feature.svg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    transform: translate(600px, 20px);
  }
  .hassearchboxpage .feature::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0 50px 50px 0;
    background: linear-gradient(to bottom, rgb(92, 60, 32) 0%, rgb(171, 131, 94) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .hassearchboxpage .feature h2 {
    text-align: center;
    margin: 0 0 50px 0;
  }
  .hassearchboxpage .feature h2 .ja {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 0.2em;
    display: block;
  }
  .hassearchboxpage .feature h2 .en {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .hassearchboxpage .feature h2 .en::before, .hassearchboxpage .feature h2 .en::after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #ffffff;
  }
  .hassearchboxpage .feature--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .hassearchboxpage .feature--list a {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 26px;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow.svg) no-repeat calc(100% - 20px) 50% #ffffff;
    border-radius: 4px;
    padding: 10px;
  }
  .hassearchboxpage .feature--list__number {
    background: #5C3C20;
    color: #ffffff;
    height: 80px;
    width: 100%;
    text-align: center;
    padding: 13px 8px;
  }
  .hassearchboxpage .feature--list__number .text {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 3px;
  }
  .hassearchboxpage .feature--list__number .num {
    font-size: 34px;
    line-height: 1;
  }
  .hassearchboxpage .feature--list__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #5C3C20;
    font-weight: 500;
  }
  .pr {
    position: relative;
    padding: 80px 20px;
    margin-top: 80px;
    z-index: 0;
  }
  .pr::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px 0 0 0;
    background: #F4F2EF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pr--inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .pr--contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 80px;
  }
  .pr--contents__box {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .pr--contents__title {
    letter-spacing: 0.1em;
    text-align: center;
    height: 69px;
    line-height: 28px;
    font-weight: 500;
    font-size: 20px;
    color: #3F2122;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow.svg) no-repeat calc(100% - 10px) 50%;
  }
  .pr--contents__link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #5C3C20;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
  }
  .pr .button {
    max-width: 600px;
    height: 70px;
    background: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_white.svg) no-repeat calc(100% - 15px) 50% #5C3C20;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 2px;
  }
  .pr--bnr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .pankz {
    background: #5C3C20;
    font-size: 12px;
    line-height: 17px;
    padding: 8px 26px;
    color: #ffffff;
    display: flex;
  }
  .pankz li {
    display: flex;
    align-items: center;
  }
  .pankz li::after {
    content: url(https://estate.yamadahomes.co.jp/app/uploads/sites/898/2025/04/ico_arrow_white.svg);
    transform: scale(0.5) translateY(2px);
    display: block;
    margin: 0 8px;
  }
  .pankz a {
    color: #ffffff;
  }
  .footer {
    background: #171D24;
    padding: 80px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer {
    padding: 5.7142857143vw 0 0 0;
  }
}
@media (min-width: 768px) {
  .footer--inner {
    color: #ffffff;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0 20px 80px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--inner {
    max-width: 98.5714285714vw;
    padding: 0 1.4285714286vw 5.7142857143vw 1.4285714286vw;
    gap: 2.8571428571vw;
  }
}
@media (min-width: 768px) {
  .footer--title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 42px;
    font-family: "Noto Serif JP", serif;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--title {
    font-size: 1.2857142857vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 768px) {
  .footer--nav {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--nav {
    margin-bottom: 3.5714285714vw;
  }
}
@media (min-width: 768px) {
  .footer--nav__title {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--nav__title {
    font-size: 1.0714285714vw;
    line-height: 1.5vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 768px) {
  .footer--nav__title a {
    color: #ffffff;
  }
  .footer--nav__contents {
    margin: 0 0 0 10px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--nav__contents {
    margin: 0 0 0 0.7142857143vw;
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .footer--nav__contents li {
    line-height: 20px;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--nav__contents li {
    line-height: 1.4285714286vw;
    margin-bottom: 1vw;
  }
}
@media (min-width: 768px) {
  .footer--nav__contents a {
    color: #ffffff;
  }
  .footer--link li {
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--link li {
    line-height: 1.5714285714vw;
  }
}
@media (min-width: 768px) {
  .footer--link a {
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--link a {
    line-height: 2.4285714286vw;
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 768px) {
  .footer--bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    height: 70px;
    padding: 0 30px;
    border-top: 2px solid #AB835E;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--bottom {
    height: 5vw;
    padding: 0 2.1428571429vw;
  }
}
@media (min-width: 768px) {
  .footer--copyright {
    font-size: 12px;
    color: #333333;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--copyright {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 768px) {
  .footer--sns {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--sns {
    gap: 1.2857142857vw;
    height: 1.1428571429vw;
  }
}
@media (min-width: 768px) {
  .footer--sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .footer--sns a {
    height: 1.1428571429vw;
  }
}/*# sourceMappingURL=style.css.map */