@charset "UTF-8";
@import '../css/reset.css';
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}


* {
  box-sizing: border-box;
  word-break: break-all;
  position: relative;
  font-display: swap;
}


/* Adobe Fonts読み込み ---------------------------------- */
/* ローディング中のスタイル */
.wf-loading #contents {
	opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active #contents {
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive #contents {
	opacity: 1;
}



html,body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #242A39;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.arrow {
  position: relative;
  padding: 0 0 0 16px;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: 0;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #555; /* 好みで色を変えてください */
}

.inner_wrap {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.txt_c {
  text-align: center;
}

.fc_gray {
  color: #7a7a7a;
}

.fs_16 {
  font-size: clamp(13px, 16px, 0.8333333333vw);
}
/*
section {
  padding: 6.25vw 0;
}


@media (max-width: 768px) {
  section {
    padding: 120px 0;
  }
}
@media (max-width: 480px) {
  section {
    padding: 60px 0 80px;
  }
}
*/
.header .header__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 20px;
  margin-left: auto;
}
@media (max-width: 980px) {
  .header .header__container {
    display: block;
    padding: 0 15px;
  }
}

.header .header__contact {
  margin-right: 20px;
}
.header .header__contact .header__phone {
  font-weight: bold;
  font-size: clamp(13px, 16px, 0.8333333333vw);
}
@media (max-width: 768px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav .nav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 20px;
  margin-top: 20px;
  
}
.header .header__nav .nav__menu li {
  list-style: none;
  position: relative;
  line-height: 1;
}
.header .header__nav .nav__menu li::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #242A39;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .header__nav .nav__menu li:last-child::after {
  content: none;
}
.header .header__nav .nav__menu li a {
  text-decoration: none;
  color: #333;
  font-size: 0.6770833333vw;
  display: block;
}

.header .header__hamburger {
  display: none;
  cursor: pointer;
}

.header_row2_top {
  display: flex;
  justify-content: flex-end;
}

.header .mobile-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: -100;
  overflow-y: scroll;
}

.header .mobile-menu.open {
    opacity: 1;
    right: 0;
    z-index: 1;
  }

.cta {
  text-align: center;
  background: #efefef;
  padding: 4.1666666667vw 0;
}
.cta_ttl {
  margin-bottom: 2.6041666667vw;
}
.cta_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cta_flex {
    flex-direction: column;
  }
}
.cta_flex_l {
  width: 50%;
}
@media (max-width: 768px) {
  .cta_flex_l {
    width: 100%;
  }
}
.cta_flex_r {
  width: 50%;
}
@media (max-width: 768px) {
  .cta_flex_r {
    width: 100%;
  }
}
.cta_flex_r a {
  display: block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 1.3;
  padding: 10px 20px;
  margin: 0 auto;
}



.bnr_ttl {
  font-size: 1.5625vw;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
}
.bnr_row {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 480px) {
  .bnr_row {
    flex-direction: column;
  }
}

.about_ttl {
  font-size: clamp(20px, 40px, 2.0833333333vw);
  font-weight: bold;
  margin-bottom: 1.5625vw;
}
/*
.about h1 {
  font-weight: normal;
  font-size: clamp(13px, 14px, 0.7291666667vw);
}
*/
.mv {
  padding: 0;
}
.mv .wrap {
  max-width: 100%;
  padding: 0;
}
.mv .slide-items {
  width: 100%;
  display: flex;
  margin: auto;
  overflow: hidden;
  padding-bottom: 25px;
}
.mv .slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.mv .slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .slick-prev:before,
.mv .slick-next:before {
  color: black;
}
.mv .slick-prev {
  left: 25px;
  z-index: 100;
}
.mv .slick-next {
  right: 25px;
  z-index: 100;
}
.mv .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.mv .slick-dots li button:before {
  font-size: clamp(13px, 16px, 0.8333333333vw);
}
@media (max-width: 480px) {
  .mv .slick-dots li button:before {
    font-size: 10px;
  }
}

.tips h2 {
  margin-bottom: 2.6041666667vw;
}
.tips_slide {
  overflow: hidden;
}
.tips_sliders_txt h3 {
  margin-top: 0.78125vw;
  line-height: 1.4;
}
.tips_sliders_txt p {
  font-size: clamp(11px, 12px, 0.625vw);
}

.property-card {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.property-card__left {
  flex: 1;
  padding-right: 20px;
  position: relative;
}
.property-card__left__label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.property-card__left-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.property-card__left-thumbnails-item {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.property-card__left-thumbnails-item:hover {
  border-color: #8b5c42;
}
.property-card__left-main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.property-card__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.property-card__right-title {
  font-size: clamp(18px, 24px, 1.25vw);
  font-weight: bold;
  margin-bottom: 10px;
}
.property-card__right-subtitle {
  font-size: clamp(14px, 16px, 0.8333333333vw);
  margin-bottom: 10px;
}
.property-card__right-price {
  font-size: clamp(32px, 62px, 3.2291666667vw);
  font-weight: bold;
  margin-bottom: 20px;
}
.property-card__right-price .price_small {
  font-size: clamp(18px, 24px, 1.25vw);
}
.property-card__right-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.property-card__right-info-item {
  font-size: clamp(12px, 14px, 0.7291666667vw);
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.property-card__right-info-item strong {
  color: #fff;
  text-align: center;
  background: #d11a1a;
  display: block;
  padding: 0 1.0416666667vw;
  line-height: 4.1666666667vw;
  font-weight: bold;
  border-radius: 6px;
  margin-right: 10px;
}
.property-card__right table {
  font-size: clamp(12px, 14px, 0.7291666667vw);
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
}
.property-card__right table th, .property-card__right table td {
  padding: 0.2604166667vw 0.5208333333vw;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.property-card__right table th {
  width: 20%;
  text-align: center;
  background: #efefef;
}
.property-card__right table td {
  width: 30%;
  background: #fff;
}
.property-card__button {
  width: 100%;
  margin-top: 2.0833333333vw;
}
.property-card__button a {
  display: block;
  padding: 10px 20px;
  background-color: #ff0800;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.property-card__button a:hover {
  background-color: #b52e2a;
}
@media (max-width: 768px) {
  .property-card {
    flex-direction: column;
  }
  .property-card__left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .property-card__right-info {
    grid-template-columns: 1fr;
  }
}

.features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 0;
  background-color: #D0CACA;
}
.features__left {
  width: 40%;
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .features__left {
    width: 100%;
  }
}
.features__left h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.features__left__arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.features__left__arrows .features__arrow {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #d9534f;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.features__left__arrows .features__arrow:hover {
  background-color: #b52e2a;
}
.features__right {
  flex: 2;
  width: 60%;
}
@media (max-width: 768px) {
  .features__right {
    width: 100%;
  }
}
.features__right .slider__item {
  background: #fff;
  padding: 1.5625vw 1.0416666667vw 2.6041666667vw;
}
.features__right .slider__item img {
  max-width: 100%;
  margin-bottom: 10px;
}
.features__right .slider__item h3 {
  font-size: clamp(14px, 18px, 0.9375vw);
  margin-bottom: 1.0416666667vw;
}
.features__right .slider__item p {
  font-size: clamp(12px, 14px, 0.7291666667vw);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .features {
    flex-direction: column;
  }
  .features__left {
    margin-bottom: 20px;
  }
}

.instagram h2 {
  margin-bottom: 2.6041666667vw;
  font-size: clamp(22px, 32px, 1.6666666667vw);
}
.instagram h2 span {
  font-weight: normal;
  display: block;
}

.useful {
  padding: 8.3333333333vw 0;
  background: #D0CACA;
}
.useful h2 {
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
.useful__box {
  display: flex;
  flex: 1;
  gap: 2%;
}
@media (max-width: 768px) {
  .useful__box {
    flex-direction: column;
  }
}
.useful__box__inner {
  width: 32%;
  background: #fff;
}
@media (max-width: 768px) {
  .useful__box__inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.useful__box__inner__txt {
  padding: 30px 20px;
}
.useful__box__inner ol a {
  color: #000;
}

.breadcrumbs {
  padding: 10px 0;
  background: #F2F0F0;
  font-size: clamp(12px, 13px, 0.6770833333vw);
  text-align: left;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs .arrow {
  padding-right: 10px;
}
.breadcrumbs .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #555;
}

.news__article__ttl {
  text-align: center;
  font-size: clamp(18px, 26px, 1.3541666667vw);
  margin: min(1.0416666667vw, 20px) 0 min(2.6041666667vw, 50px);
}
@media (max-width: 768px) {
  .news__article__ttl {
    text-align: left;
  }
}
.news__article__data__cate {
  font-size: clamp(12px, 14px, 0.7291666667vw);
}
.news__article article p {
  margin-bottom: min(1.0416666667vw, 10px);
}
.news__article article p:nth-last-of-type(1) {
  margin-bottom: 0;
}

#single_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(9.375vw, 80px);
}
#single_nav .return_btn {
  margin: 0 min(2.6041666667vw, 30px);
  background: #000;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 220px;
}
#single_nav .prev-link,
#single_nav .next-link {
  color: #000;
}

/**----------------お知らせ一覧-----------------------**/
.tabs-container .tab-menu {
  display: flex;
  list-style: none;
  justify-content: end;
  align-items: end;
}


.tabs-container .tab-menu li {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  cursor: pointer;
  padding: 7px 20px;
  margin-right: 10px;
  color: #fff;
  height: 100%;
  min-width: 90px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 480px) {
  .tabs-container .tab-menu li {
    padding: 3px 10px;
    margin-right: 5px;
  }
}
.tabs-container .tab-menu li.active {
  transition: 0.3s;
  padding: 15px 20px 15px;
}
@media (max-width: 480px) {
  .tabs-container .tab-menu li.active {
    padding: 10px 10px;
  }
}
.tabs-container .tab-menu li:nth-of-type(1) {
  background: #000;
}
.tabs-container .tab-menu li:nth-of-type(2) {
  background: #D51D29;
}
.tabs-container .tab-menu li:nth-of-type(3) {
  background: #13BC47;
}

#post-list-container .posts-list {
  list-style: none;
}

#post-list-container .posts-list li {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  border-top: 2px solid #CCC;
}

#post-list-container .posts-list li a .posts-list__data::before {
  content: '';
  background: #B7002C;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: -17px;
  position: absolute;
}

#post-list-container .posts-list li a {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0px;
}

#post-list-container .posts-list li a .posts-list__data {
  display: flex;
  align-items: center;
  max-width: 240px;
  width: 100%;
  gap: 10px 20px;
}

.news_cate {
  width: 90px;
  display: inline-block;
  text-align: center;
  font-size: clamp(11px, 0.625vw, 12px);
}
.news_cate.topics {
  background: #D51D29;
}
.news_cate.property {
  background: #3692D5;
}
.news_cate.tenants {
  background: #13BC47;
}
#post-list-container .posts-list li a .posts-list__ttl {
	max-width: 820px;
	width: 90%;
}
#post-list-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.6875vw;
}
#post-list-container .pagination .page-numbers:not(.dots) {
  padding: 13px 15px;
  text-decoration: none;
  color: #000;
  border: 1px solid #DEDEDE;
  line-height: 1;
}
#post-list-container .pagination .dots {
  padding: 0 5px 0 15px;
}
#post-list-container .pagination .next {
  background: #E6E6E6;
}
#post-list-container .pagination a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */