@charset "UTF-8";
hr {
  height: 5px;
  background: var(--red);
}

hr.blown {
  background: var(--blown);
}

.box {
  background: var(--white);
  padding: var(--gap);
}

.table {
  width: 100%;
  background-color: #fff;
}
.table th,
.table td {
  border: 1px solid #a8a8a8;
  padding: 0.8em 1em;
}
.table th p,
.table td p {
  padding-left: 1em;
  font-size: 0.9em;
  padding-bottom: 1em;
}
.table th {
  white-space: nowrap;
  vertical-align: top;
  font-weight: bold;
}

picture.has-shadow {
  display: block;
}
picture.has-shadow img {
  box-shadow: 133px 45px 0 var(--red);
}

picture.has-shadow3 {
  display: block;
}
picture.has-shadow3 img {
  box-shadow: 30px 30px 0 var(--red);
}

picture.has-shadow2 {
  display: block;
  margin-bottom: 30px;
}
picture.has-shadow2 img {
  box-shadow: 30px 30px 0 var(--blown);
}

.btn {
  --color: var(--white);
  --bg: var(--black);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  color: var(--color);
  background: var(--bg);
  border-radius: 10rem;
  text-align: center;
  font-weight: bold;
}
.btn.__small {
  padding: 0.75em 1em;
}
.btn.__red {
  --bg: var(--red);
}
.btn.__green {
  --bg: var(--green);
}
.btn.__white {
  --bg: var(--white);
  --color: var(--black);
}

.ta-center .btn {
  display: inline-block;
}

.btn.__white {
  --color: var(--black);
  --bg: var(--white);
}

.btn-menu {
  --size: 50px;
  --gap: 7px;
  width: var(--size);
  height: var(--size);
  position: fixed;
  z-index: 100;
  inset: 10px 10px auto auto;
  background: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.btn-menu .bars {
  position: relative;
}
.btn-menu .bar {
  width: 60%;
  height: 1px;
  background: var(--black);
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform 0.3s;
}
.btn-menu .bar:nth-child(1) {
  transform: translateY(var(--gap));
}
.btn-menu .bar:nth-child(2) {
  opacity: 1;
}
.btn-menu .bar:nth-child(3) {
  transform: translateY(calc(var(--gap) * -1));
}

.menu-open .bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.menu-open .bar:nth-child(2) {
  opacity: 0;
}
.menu-open .bar:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.hl-lv01 {
  font-size: 1.5rem;
  display: flex;
  font-weight: 800;
  align-items: center;
  gap: 1em;
}

.hl-lv02 {
  font-size: 1.25rem;
  display: flex;
  font-weight: 800;
  align-items: center;
  gap: 1em;
}
.hl-lv02 .more {
  display: block;
  padding: 0.2em 0.4em;
  border-bottom: 1px solid var(--red);
  margin-left: auto;
}
.hl-lv02 .subtext {
  border: 1px solid var(--white);
  padding: 0.5em 0.75em;
  font-size: 1rem;
}
@media screen and (max-width: 991.98px) {
  .hl-lv02 .subtext {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .hl-lv02 {
    font-size: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hl-lv02 > img {
    height: 20px;
  }
  .hl-lv02 .more {
    margin-left: unset;
  }
  .hl-lv02 .more img {
    height: 14px;
  }
}
.hl-lv02.__column {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hl-lv02.__left {
    align-items: flex-start;
  }
}

.hl-surcle::before {
  content: "● ";
  color: var(--red);
}

.hl-border {
  border-bottom: 5px solid var(--red);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .hl-border.__gap {
    padding-left: 125px;
  }
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal {
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.list-news {
  background: var(--white);
}
.list-news li:not(:first-child) {
  border-top: 1px solid #a8a8a8;
}
.list-news a {
  padding: 1.25em;
  display: grid;
  grid-template-columns: 100px 1fr;
}
.list-news a .date {
  color: var(--red);
  font-size: 0.8rem;
  display: inline-block;
  margin-inline-end: 10px;
}

.mark {
  width: 100px;
  display: block;
  margin-inline: auto;
}

.back-renga {
  background: url("../../dist/img/page/renga.png") no-repeat center bottom;
  background-size: contain;
}

.back-gray {
  background-color: #f3f3f3;
}

.back-gray2 {
  background-color: #333;
}

.back-ldk {
  background: url("../../dist/img/page/banner1.jpg") no-repeat center top;
  background-size: cover;
}
.back-ldk p, .back-ldk a, .back-ldk h2, .back-ldk h3 {
  color: #fff;
}

.back-owner {
  background: url("../../dist/img/page/owner.jpg") no-repeat center top;
  background-size: cover;
}
.back-owner p, .back-owner a, .back-owner h2, .back-owner h3 {
  color: #fff;
}

/*ふわっと*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade {
  animation: fadeIn linear;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}

/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, rgba(136, 113, 255, 0.2), rgba(136, 113, 255, 0.2)); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}

.multi-splide {
  width: 100%;
  margin: 0 auto;
}

.multi-splide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.copy-area {
  font-size: 0.875rem;
}

.page-top {
  position: fixed;
  inset: auto 20px 20px auto;
  z-index: 9;
}
@media screen and (max-width: 991.98px) {
  .page-top img {
    width: 50px;
  }
}

@media screen and (max-width: 991.98px) {
  .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.grid-items {
  row-gap: 60px;
}
.grid-items .item {
  background: url(../../dist/img/icon-triangle.svg) right -10px bottom -10px no-repeat;
  overflow: hidden;
}
.grid-items .item .description {
  font-weight: bold;
  color: var(--red);
}
.grid-items .item .detail {
  margin: 10px 0 30px 0;
  border-top: 1px solid var(--gray);
}
.grid-items .item .detail dl {
  font-size: 0.9rem;
  display: flex;
  justify-content: flex-start;
  padding-block-start: 10px;
}
.grid-items .item .detail dl dt {
  font-weight: bold;
  width: 30%;
}
.grid-items .cat {
  margin-top: 0.5em;
  font-size: 0.875rem;
}
.grid-items .name {
  font-weight: bold;
  margin-top: 0.1em;
}
@media screen and (max-width: 991.98px) {
  .grid-items {
    row-gap: 40px;
  }
}
.grid-items.__1 picture {
  display: block;
  aspect-ratio: 1;
}
.grid-items.__1 picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grid-items.__2 picture {
  display: block;
  aspect-ratio: 520/250;
}
.grid-items.__2 picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-meet_your_need {
  background: url(../../dist/img/bg-myn.webp) center/cover no-repeat;
}

.grid-buttons .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1.5em 1em;
  background: url(../../dist/img/icon-triangle.svg) right -10px bottom -10px no-repeat, var(--white);
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .grid-buttons .item {
    font-size: 1rem;
  }
}
.grid-buttons .item2 {
  padding: 1.5em;
  background: url(../../dist/img/icon-triangle2.svg) right -10px bottom -10px no-repeat, var(--white);
}
.grid-buttons .item2 div {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .grid-buttons .item2 div {
    font-size: 1rem;
  }
}
.grid-buttons .item2 p {
  font-size: 0.9rem;
}
.grid-buttons .item2 img {
  height: 140px;
  display: block;
  margin-inline: auto;
  padding-block: 20px;
}

@media screen and (min-width: 992px) {
  .section-about .container-about .content {
    flex: 0 0 550px;
  }
}

/*pagetop*/
.page-mv {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .page-mv {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991.98px) {
  .page-mv {
    padding-bottom: 60px;
  }
}
.page-mv h1 {
  text-align: right;
  color: var(--red);
}
@media screen and (max-width: 991.98px) {
  .page-mv h1 {
    padding-top: 60px;
  }
}
.page-mv h1 img {
  display: block;
  height: 60px;
  padding-block-end: 20px;
}
@media screen and (max-width: 991.98px) {
  .page-mv h1 img {
    height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .page-mv .picture-pagetop {
    width: 400px;
  }
}

/*formTable*/
.formTable {
  width: 100%;
  margin-block-start: 80px;
  border-collapse: separate;
  border-spacing: 20px;
}
.formTable th {
  font-weight: bold;
}
.formTable th .hissu {
  display: inline-block;
  padding-block-start: 10px;
  font-size: 12px;
  color: var(--red);
}
@media screen and (min-width: 992px) {
  .formTable th {
    width: 25%;
  }
}
.formTable td {
  vertical-align: middle;
}
.formTable td input, .formTable td select, .formTable td textarea {
  border-radius: 10px;
  padding: 6px;
  border: 1px solid var(--red);
  width: 100%;
  background-color: #fff;
}
.formTable td textarea {
  height: 150px;
}
@media screen and (min-width: 992px) {
  .formTable td {
    width: 74%;
  }
}

.submit {
  margin-block-end: 100px;
  margin-block-start: 50px;
  width: 300px;
  margin-inline: auto;
}
.submit input {
  width: 100%;
  background-color: var(--red);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.telbtn {
  background-color: var(--red);
  display: block;
  width: 350px;
  font-size: 12px;
  margin-inline: auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
}
.telbtn span {
  font-size: 2em;
}

.message-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .message-wrap .daihyo {
    width: calc(66.6666666667% - 20px);
  }
  .message-wrap .daihyo-img {
    width: calc(33.3333333333% - 20px);
  }
}

.company-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .company-flex img:first-child {
    width: 50%;
  }
  .company-flex img:last-child, .company-flex img:nth-child(2) {
    width: 25%;
  }
}

/*買うページ*/
.buypage-banner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .buypage-banner {
    margin-inline: 30px;
  }
}
.buypage-banner li {
  width: 100%;
  background: url(../../dist/img/icon-triangle.svg) right -10px bottom 10px no-repeat, var(--white);
}
.buypage-banner li:first-child a {
  background: url("../../dist/img/page/banner1.jpg") no-repeat top left;
  background-size: contain;
}
.buypage-banner li:nth-child(2) a {
  background: url("../../dist/img/page/banner2.jpg") no-repeat top left;
  background-size: contain;
}
.buypage-banner li:last-child a {
  background: url("../../dist/img/page/banner3.jpg") no-repeat top left;
  background-size: contain;
}
.buypage-banner li a {
  height: 350px;
  font-size: 1.5em;
  display: block;
  color: #fff;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 991.98px) {
  .buypage-banner li a {
    height: 250px;
    font-size: 1em;
  }
}
@media screen and (max-width: 991.98px) {
  .buypage-banner li a {
    padding: 20px;
  }
}
.buypage-banner li a img {
  display: block;
  margin-block-end: 20px;
}
@media screen and (min-width: 992px) {
  .buypage-banner li a img {
    height: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .buypage-banner li a img {
    height: 35px;
  }
}
.buypage-banner li a span {
  display: block;
  margin-top: 20px;
  font-size: 0.8rem;
}

/*エリア*/
@media screen and (max-width: 991.98px) {
  .area .flex {
    flex-wrap: wrap;
  }
}
.area .map {
  width: 35%;
}
@media screen and (max-width: 991.98px) {
  .area .map {
    width: 100%;
  }
}
.area .right {
  width: 65%;
}
@media screen and (max-width: 991.98px) {
  .area .right {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .area .right {
    padding-left: 10px;
  }
}
.area .right h3 {
  font-weight: bold;
  font-size: 1.1rem;
}
.area .right > img {
  border-radius: 14px;
}
.area .right .town {
  margin-block-start: 20px;
  margin-block-end: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.area .right .town li {
  background-color: #333;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  padding: 1px 20px;
}
.area .right .spot h3 {
  color: #333;
  font-weight: bold;
}
.area .right .spot ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.area .right .spot ul li:before {
  content: "・";
}
.area .right .plus_image {
  margin-block-start: 20px;
  margin-block-end: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.area .right .plus_image img {
  border-radius: 14px;
}
@media screen and (max-width: 991.98px) {
  .area .right .plus_image img {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .area .right .plus_image img {
    width: 330px;
  }
}

/*オーナー*/
.owner .case li {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-block-end: 60px;
}
.owner .case li img {
  border-radius: 14px;
}
@media screen and (min-width: 992px) {
  .owner .case li img {
    width: 40%;
  }
}
@media screen and (max-width: 991.98px) {
  .owner .case li img {
    width: 100%;
  }
}
.owner .case li .cont {
  padding-inline: 10px;
}
@media screen and (min-width: 992px) {
  .owner .case li .cont {
    width: 55%;
  }
}
@media screen and (max-width: 991.98px) {
  .owner .case li .cont {
    width: 100%;
  }
}
.owner .case li .cont .num {
  color: var(--red);
  font-weight: bold;
  font-size: 2.5em;
}
.owner .case li .cont h3 {
  font-weight: bold;
  font-size: 18px;
}

/*reform*/
.reformcase-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .reformcase-wrap {
    flex-direction: column-reverse;
  }
}
.reformcase-wrap picture {
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .reformcase-wrap picture {
    width: 30%;
  }
}
@media screen and (max-width: 991.98px) {
  .reformcase-wrap picture {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .reformcase-wrap .reformcase {
    width: 58%;
  }
}
@media screen and (max-width: 991.98px) {
  .reformcase-wrap .reformcase {
    width: 100%;
  }
}
.reformcase-wrap .reformcase ul li {
  margin-block-start: 60px;
}
.reformcase-wrap .reformcase ul li h3 {
  padding-top: 30px;
  color: var(--red);
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .reformcase-wrap .reformcase ul li h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .reformcase-wrap .reformcase ul li h3 {
    font-size: 28px;
  }
}
.reformcase-wrap .reformcase ul li h3 span {
  display: block;
  font-size: 14px;
}
.reformcase-wrap .reformcase ul li p:not(:last-child):after {
  content: "　▼";
  font-weight: bold;
  color: #333;
  font-size: 1rem;
  display: block;
}
.reformcase-wrap .reformcase ul li p.slution {
  color: var(--red);
  font-weight: bold;
}
.reformcase-wrap .reformcase ul li p.result {
  font-weight: bold;
}

#for_sale .detail span {
  font-size: 0.8em;
}
#for_sale .price span {
  font-size: 0.8em;
}

.single-wrap .sub-img {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .single-wrap .sub-img > div {
    width: calc(33.3333333333% - 10px);
  }
}
.single-wrap .catch {
  padding: 10px;
  font-weight: bold;
}
.single-wrap .single-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .single-wrap .single-inner .img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .single-wrap .single-inner .detail {
    width: 50%;
    padding-left: 20px;
  }
}
.single-wrap .single-inner .detail img {
  width: 100px;
  padding: 10px;
}
.single-wrap .single-inner .detail .point {
  color: var(--red);
  font-weight: bold;
  padding: 10px;
}
.single-wrap .single-inner .detail table {
  border-collapse: collapse;
  border: 1px solid #333;
}
.single-wrap .single-inner .detail table th, .single-wrap .single-inner .detail table td {
  padding: 6px 10px;
  border-bottom: 1px solid #333;
}
.single-wrap .single-inner .detail table th {
  font-weight: bold;
  border-right: 1px dotted #333;
  white-space: nowrap;
}

.page-link {
  justify-content: center;
  gap: 20px;
}
.page-link a {
  color: var(--red);
  font-weight: bold;
}

.single-wrap p {
  margin-bottom: 20px;
}
.single-wrap h2, .single-wrap h3 {
  font-weight: bold;
  line-height: 2em;
  margin-top: 20px;
}
.single-wrap h2 {
  font-size: 1.4rem;
}
.single-wrap h3 {
  font-size: 1.2rem;
}

.wrapper:has(#wpmem_restricted_msg) .single-wrap {
  display: none;
}

@media screen and (max-width: 991.98px) {
  #wpmem_login {
    width: 100%;
  }
}

.buttons, .link-text a {
  display: inline-block;
  background-color: var(--red);
  color: #fff;
  padding: 4px;
  border-radius: 10px;
}

.login_status a {
  text-decoration: underline;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

@media screen and (max-width: 991.98px) {
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }
  .pb-0-sp {
    padding-bottom: 0 !important;
  }
  .mt-1-sp {
    margin-top: 1em !important;
  }
  .mb-1-sp {
    margin-bottom: 1em !important;
  }
  .mt-2-sp {
    margin-top: 2em !important;
  }
  .mb-2-sp {
    margin-bottom: 2em !important;
  }
  .mt-3-sp {
    margin-top: 3em !important;
  }
  .mb-3-sp {
    margin-bottom: 3em !important;
  }
  .mt-4-sp {
    margin-top: 4em !important;
  }
  .mb-4-sp {
    margin-bottom: 4em !important;
  }
  .mt-5-sp {
    margin-top: 5em !important;
  }
  .mb-5-sp {
    margin-bottom: 5em !important;
  }
}
.mi-auto {
  margin-inline: auto;
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.bg-lGray {
  background-color: var(--lGray);
}

.bg-lBlown {
  background-color: var(--lBlown);
}

.bg-red {
  background-color: var(--red);
}

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.txt_underline {
  text-decoration: underline;
}

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

.fw-light {
  font-weight: lighter;
}

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

.txt-red {
  color: var(--red);
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

@media screen and (max-width: 991.98px) {
  .ta-center-sp {
    text-align: center;
  }
  .ta-right-sp {
    text-align: right;
  }
  .ta-left-sp {
    text-align: left;
  }
}/*# sourceMappingURL=bundle.css.map */