@charset "UTF-8";
/* 変数
--------------------------------- */
/* 画面サイズ
--------------------------------- */
/* ホバー用メディアクエリ
--------------------------------- */
/* メディアクエリ調整関数
--------------------------------- */
/*-----------------------------------
 共通パーツ
--------------------*/
.heading-01 {
  position: relative;
  width: fit-content;
  margin-bottom: 6rem;
  font-family: "montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #9D7B2F;
  text-align: center;
}
.heading-01::before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0.1rem;
  height: 3.6rem;
  background-color: #9D7B2F;
}
.heading-01 span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .heading-01 {
    margin-bottom: min(6rem, 84px);
    font-size: min(2rem, 28px);
  }
  .heading-01::before {
    height: min(3.6rem, 50.4px);
  }
  .heading-01 span {
    margin-top: min(0.8rem, 11.2px);
    font-size: min(1rem, 14px);
  }
}
.heading-02 {
  width: 8rem;
  padding: 0.5rem 1rem 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0.4rem;
  text-align: center;
  background-color: #9D7B2F;
  color: #fff;
}

@media (max-width: 767px) {
  .heading-02 {
    width: min(8rem, 112px);
    padding: min(0.5rem, 7px) min(1rem, 14px) min(0.6rem, 8.4px);
    font-size: min(1.4rem, 19.6px);
  }
}
.heading-03 {
  width: 13rem;
  padding: 0.5rem 1rem 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: 0.1rem solid #9D7B2F;
  border-radius: 0.4rem;
}

@media (max-width: 767px) {
  .heading-03 {
    width: min(13rem, 182px);
    padding: min(0.5rem, 7px) min(1rem, 14px) min(0.6rem, 8.4px);
    font-size: min(1.4rem, 19.6px);
  }
}
.heading-04 {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.heading-04::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 100%;
  background-color: #9D7B2F;
}

@media (max-width: 767px) {
  .heading-04 {
    padding-left: min(1.4rem, 19.6px);
    font-size: min(1.4rem, 19.6px);
  }
}
.read-more-01 {
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #9D7B2F;
  text-align: center;
  border: 0.1rem solid #9D7B2F;
  border-radius: 3.6rem;
  transition: all 0.3s;
}
@media (hover: hover) {
  .read-more-01:hover {
    background-color: #9D7B2F;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .read-more-01 {
    padding: min(0.6rem, 8.4px) min(2rem, 28px);
    font-size: min(1.4rem, 19.6px);
    border-radius: min(2rem, 28px);
  }
}
.line-contact-btn {
  background-color: #3E5F38;
  border-radius: 0.4rem;
  font-family: "Montserrat";
}
.line-contact-btn a {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
  padding: 1.6rem 1.4rem 1.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
}
.line-contact-btn a::before {
  position: absolute;
  content: "";
  left: 1.6rem;
  bottom: 1rem;
  width: 5rem;
  height: 0.1rem;
  background-color: #fff;
  transition: all 0.3s;
}
.line-contact-btn a img.icon-bubble {
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 0.8rem;
}
.line-contact-btn a img.icon-db-arrow {
  width: 1.2rem;
  height: 1rem;
  margin-left: 3rem;
}
.line-contact-btn a span {
  margin-right: 0.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}
@media (hover: hover) {
  .line-contact-btn a:hover {
    opacity: 0.8;
  }
  .line-contact-btn a:hover::before {
    width: 28rem;
  }
}

@media (max-width: 767px) {
  .line-contact-btn {
    padding: min(1.2rem, 16.8px) min(1rem, 14px);
  }
  .line-contact-btn a {
    padding: min(1.2rem, 16.8px) min(1rem, 14px);
    font-size: min(1.4rem, 19.6px);
    letter-spacing: 0.08em;
  }
  .line-contact-btn a img.icon-bubble {
    width: min(3.4rem, 47.6px);
    height: min(3.4rem, 47.6px);
  }
  .line-contact-btn a img.icon-db-arrow {
    width: min(1.2rem, 16.8px);
    height: min(1rem, 14px);
    margin-left: min(1rem, 14px);
  }
}
.banner-house-mgt a {
  display: block;
  width: 100rem;
  height: auto;
  margin: 0 auto;
}
.banner-house-mgt a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (hover: hover) {
  .banner-house-mgt a:hover {
    opacity: 0.8;
  }
}

.custom-checkbox {
  position: relative;
  margin-bottom: 0;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.custom-checkbox a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  color: #9D7B2F;
}
.custom-checkbox input[type=checkbox] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #8a682f;
  border-radius: 0.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  pointer-events: none;
}
.custom-checkbox::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  width: 0.7rem;
  height: 1.1rem;
  border: solid #8a682f;
  border-width: 0 0.25rem 0.25rem 0;
  transform: rotate(45deg);
  opacity: 0;
  pointer-events: none;
}
.custom-checkbox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

.custom-radio {
  position: relative;
  margin-bottom: 0;
  padding-left: 3rem;
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-radio a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  color: #9D7B2F;
}
.custom-radio input[type=radio] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.custom-radio::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #8a682f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  pointer-events: none;
}
.custom-radio::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #8a682f;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.custom-radio:has(input[type=radio]:checked)::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .banner-house-mgt a {
    width: 100%;
  }
}
/*-----------------------------------
 物件リスト
--------------------*/
.estate-item {
  width: 48%;
  transition: all 0.3s;
}
.estate-item .estate-thumbnail {
  overflow: hidden;
  height: 33rem;
  max-height: 330px;
  margin-bottom: 2.5rem;
}
.estate-item .estate-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.estate-item .estate-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.estate-item li {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  margin-bottom: 1.6rem;
}
.estate-item li h4 {
  width: 10rem;
}
.estate-item li p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.estate-item .estate-price h4 {
  line-height: 1.75;
}
.estate-item .estate-price p {
  font-weight: 500;
}
.estate-item .estate-price p span:nth-child(1) {
  font-size: 2.4rem;
  color: #840000;
  font-weight: 500;
}
.estate-item .estate-price p span:nth-child(2) {
  font-size: 1.6rem;
  margin-left: 0.4rem;
}
@media (hover: hover) {
  .estate-item:hover {
    opacity: 0.8;
  }
  .estate-item:hover .estate-thumbnail img {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .estate-item {
    width: 100%;
  }
  .estate-item .estate-thumbnail {
    height: min(32rem, 448px);
    margin-bottom: min(2rem, 28px);
  }
  .estate-item .estate-title {
    margin-bottom: min(1.8rem, 25.2px);
    font-size: min(1.8rem, 25.2px);
  }
  .estate-item li {
    column-gap: min(1rem, 14px);
    margin-bottom: min(1.6rem, 22.4px);
  }
  .estate-item li h4 {
    width: min(13rem, 182px);
  }
  .estate-item li p {
    width: calc(100% - 1rem - 13rem);
    font-size: min(1.4rem, 19.6px);
  }
  .estate-item .estate-price p span:nth-child(1) {
    font-size: min(2.4rem, 33.6px);
  }
  .estate-item .estate-price p span:nth-child(2) {
    font-size: min(1.6rem, 22.4px);
  }
}

/*-----------------------------------
 よく見られている物件パーツ
--------------------*/
.component-popular-posts {
  width: 100%;
  padding: 13rem 1.5rem;
  background-color: #F7F4F2;
}
.component-popular-posts .inner-block {
  margin: 0 auto;
  max-width: 1000px;
  margin: 0 auto;
}
.component-popular-posts .inner-block h2 {
  margin-bottom: 6rem;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.1;
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
}
.component-popular-posts .inner-block ul.popular-posts {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .component-popular-posts {
    padding: min(6rem, 84px) min(2rem, 28px);
  }
  .component-popular-posts .inner-block h2 {
    margin-bottom: min(4rem, 56px);
    font-size: min(1.8rem, 25.2px);
  }
  .component-popular-posts .inner-block ul.popular-posts {
    row-gap: min(4rem, 56px);
    flex-direction: column;
  }
}
/*-----------------------------------
 ヘッダー
--------------------*/
.header-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 4rem 4rem 0;
}
.header-wrap .header {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1520px;
  padding: 0;
}
.header-wrap .header .logo {
  width: 16.1rem;
  height: 11.7rem;
  margin-right: 7rem;
  background-color: #E8E5E2;
}
.header-wrap .header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-wrap .header .logo img {
  display: block;
  width: auto;
  height: 3.4rem;
  object-fit: contain;
  aspect-ratio: 115/34;
}
.header-wrap .header .nav {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 5.8rem;
  margin-right: 4rem;
  padding-left: 4.3rem;
  border-radius: 1rem;
  background-color: rgba(247, 244, 242, 0.5647058824);
  backdrop-filter: blur(10px);
}
.header-wrap .header .nav .nav-logo {
  position: absolute;
  top: min(3.4rem, 47.6px);
  left: min(2rem, 28px);
  display: none;
  width: min(12rem, 168px);
}
.header-wrap .header .nav .line-contact-btn {
  display: none;
  margin-top: min(4rem, 56px);
}
.header-wrap .header .nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.header-wrap .header .nav > ul > li {
  position: relative;
  margin-right: 3rem;
}
.header-wrap .header .nav > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #918980;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header-wrap .header .nav > ul > li > a:hover {
    opacity: 0.7;
  }
}
.header-wrap .header .nav > ul > li.current_page_item a {
  color: #393838;
}
.header-wrap .header .nav > ul > li#menu-item-1075, .header-wrap .header .nav > ul > li#menu-item-1076 {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.8rem;
  margin-right: 0;
  background-color: #333;
}
.header-wrap .header .nav > ul > li#menu-item-1075 > a, .header-wrap .header .nav > ul > li#menu-item-1076 > a {
  color: #fff;
}
.header-wrap .header .nav > ul > li#menu-item-1075 {
  padding: 0 1.6rem 0 2.8rem;
}
.header-wrap .header .nav > ul > li#menu-item-1075::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2rem;
  background-color: #fff;
}
.header-wrap .header .nav > ul > li#menu-item-1076 {
  padding: 0 3.3rem 0 1.6rem;
  border-radius: 0 1rem 1rem 0;
}
.header-wrap .header .nav > ul > li .dropdown-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  flex-direction: column;
  width: max-content;
}
.header-wrap .header .nav > ul > li .dropdown-menu li a {
  display: BLOCK;
  padding: 1.6rem 2rem;
  font-size: 1.4rem;
  color: #2b2b2b;
  background-color: #dadada;
}
.header-wrap .header .hamburger {
  display: none;
}

.body-top .header-wrap .header {
  max-width: unset;
}

@media (max-width: 767px) {
  .header-wrap {
    padding: 0;
  }
  .header-wrap .header {
    z-index: 100;
    position: fixed;
    top: min(2rem, 28px);
    left: 0;
    width: 100%;
    padding-left: min(2rem, 28px);
    padding-right: min(2rem, 28px);
    justify-content: space-between;
    height: min(6.5rem, 91px);
    box-shadow: none;
  }
  .header-wrap .header .logo {
    width: min(14rem, 196px);
    height: 100%;
    margin-right: min(1.6rem, 22.4px);
    background-color: rgba(255, 255, 255, 0);
  }
  .header-wrap .header .logo a {
    justify-content: flex-start;
    margin-left: 0.8rem;
  }
  .header-wrap .header .logo a img {
    height: min(3.4rem, 47.6px);
  }
  .header-wrap .header .hamburger {
    z-index: 99;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: min(3.4rem, 47.6px);
    height: min(2rem, 28px);
    margin-right: min(1rem, 14px);
    padding: min(1rem, 14px);
    border-radius: 0.4rem;
    background-color: #393838;
  }
  .header-wrap .header .hamburger span {
    position: relative;
    width: 100%;
    height: 0;
  }
  .header-wrap .header .hamburger span::before, .header-wrap .header .hamburger span::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 0.25rem;
    border-radius: 0.1rem;
    background-color: #fff;
    transition: 0.2s;
  }
  .header-wrap .header .hamburger span::before {
    transform: translateY(-0.6rem);
  }
  .header-wrap .header .hamburger span::after {
    transform: translateY(0.6rem);
  }
  .header-wrap .header .hamburger.is-active span {
    background-color: transparent;
  }
  .header-wrap .header .hamburger.is-active span::before {
    background-color: #fff;
    transform: translateY(0) rotate(45deg);
  }
  .header-wrap .header .hamburger.is-active span::after {
    background-color: #fff;
    transform: translateY(0) rotate(-45deg);
  }
  .header-wrap .header .nav {
    z-index: 99;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: min(12rem, 168px) min(1.5rem, 21px) min(5rem, 70px);
    background-color: #333;
    border-radius: 0;
    transition: all 0.3s;
  }
  .header-wrap .header .nav.is-active {
    right: 0;
  }
  .header-wrap .header .nav:before {
    display: none;
  }
  .header-wrap .header .nav .nav-logo {
    display: block;
  }
  .header-wrap .header .nav .line-contact-btn {
    display: block;
  }
  .header-wrap .header .nav > ul {
    flex-direction: column;
    row-gap: min(2rem, 28px);
  }
  .header-wrap .header .nav > ul > li {
    margin-right: 0;
  }
  .header-wrap .header .nav > ul > li.current_page_item a {
    color: #fff;
  }
  .header-wrap .header .nav > ul > li#menu-item-1074, .header-wrap .header .nav > ul > li#menu-item-1075, .header-wrap .header .nav > ul > li#menu-item-1076 {
    display: block;
    height: auto;
    text-align: center;
    padding: 0;
  }
  .header-wrap .header .nav > ul > li#menu-item-1075 > a {
    display: none;
  }
  .header-wrap .header .nav > ul > li#menu-item-1075::after {
    display: none;
  }
  .header-wrap .header .nav > ul > li#menu-item-1075 .dropdown-menu {
    display: block !important;
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
  }
  .header-wrap .header .nav > ul > li#menu-item-1075 .dropdown-menu li a {
    padding: 0;
    background-color: transparent;
    color: #e5e5e5;
    font-size: min(1.6rem, 22.4px);
  }
  .header-wrap .header .nav > ul > li#menu-item-1075 .dropdown-menu li:last-child {
    margin-top: 2rem;
  }
  .header-wrap .header .nav > ul > li a {
    font-family: "noto sans jp", sans-serif !important;
    font-size: min(1.6rem, 22.4px);
    font-weight: 400;
    color: #fff;
  }
  .body-top .header-wrap .header {
    top: min(2rem, 28px);
  }
}
/*-----------------------------------
 ヘッダーイメージ
--------------------*/
.header-image {
  z-index: 0;
  position: relative;
  width: 100%;
  max-width: calc(1520px + 8rem);
  height: 380px;
  margin: 0 auto 12rem;
  padding: 4rem 4rem 0;
}
.header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  filter: brightness(0.85);
}
.header-image .header-image-txt {
  position: absolute;
  top: 50%;
  left: 20.1rem;
  color: #fff;
}
.header-image .header-image-txt h1.header-image-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 300;
}
.header-image .header-image-txt h1.header-image-title::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -8rem;
  width: 5.5rem;
  height: 0.1rem;
  background-color: #fff;
}
.header-image .header-image-txt p.header-image-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
}
.header-image .breadcrumb {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-15rem, 200%);
  display: flex;
  column-gap: 10rem;
  font-size: 1.2rem;
}
.header-image .breadcrumb a {
  position: relative;
  color: #9D7B2F;
}
.header-image .breadcrumb a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(100%, 1px);
  width: 5.6rem;
  height: 0.1rem;
  background-color: #393838;
}
@media (max-width: 767px) {
  .header-image {
    max-width: unset;
    height: min(32rem, 448px);
    margin-bottom: min(8rem, 112px);
    padding: min(1.5rem, 21px) min(2rem, 28px) min(0rem, 0px);
  }
  .header-image::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: min(1.5rem, 21px);
    left: min(2rem, 28px);
    width: min(14rem, 196px);
    height: min(6.5rem, 91px);
    background-color: #E8E5E2;
  }
  .header-image img {
    border-radius: min(1rem, 14px);
  }
  .header-image .header-image-txt {
    left: min(4rem, 56px);
  }
  .header-image .header-image-txt h1.header-image-title {
    font-size: min(3rem, 42px);
  }
  .header-image .header-image-txt h1.header-image-title::after {
    right: -5rem;
    width: min(5.5rem, 77px);
  }
  .header-image .header-image-txt p.header-image-subtitle {
    font-size: min(1.4rem, 19.6px);
  }
  .header-image .breadcrumb {
    column-gap: min(6rem, 84px);
    font-size: min(1.2rem, 16.8px);
    transform: translate(-4rem, 180%);
  }
  .header-image .breadcrumb a::after {
    right: -1.1rem;
    width: min(3rem, 42px);
  }
}

/*-----------------------------------
 フッター
--------------------*/
.bottom-contents {
  padding: 13rem 0 13rem;
}
.bottom-contents .footer-msg {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.08em;
  text-align: center;
}
.bottom-contents .line-contact-btn {
  width: fit-content;
  margin: 0 auto 8rem;
}
@media (max-width: 767px) {
  .bottom-contents {
    padding: min(6rem, 84px) min(2rem, 28px);
  }
  .bottom-contents .footer-msg {
    font-size: min(1.9rem, 26.6px);
  }
  .bottom-contents .line-contact-btn {
    margin: 0 auto min(4rem, 56px);
  }
}

.footer {
  box-sizing: border-box;
  width: 100%;
  padding: 5.6rem 1.5rem 4rem;
  color: #393838;
  background-color: #D0CCC8;
}
.footer .footer_menu {
  width: 100%;
  height: auto;
  margin-bottom: 9rem;
  font-size: 1.4rem;
  text-align: center;
}
.footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 2rem;
}
.footer .footer_menu ul li {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}
.footer .footer_cr {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.footer .footer_cr img {
  display: block;
  width: 11.5rem;
  margin: 0 auto 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer {
    padding: min(4rem, 56px) min(2rem, 28px) min(4rem, 56px);
  }
  .footer .footer_menu {
    margin-bottom: min(4rem, 56px);
    padding-bottom: min(4rem, 56px);
    border-bottom: #fff solid 0.2rem;
  }
  .footer .footer_menu ul {
    flex-wrap: wrap;
    row-gap: min(1.6rem, 22.4px);
  }
  .footer .footer_menu ul li {
    width: 100%;
    margin-bottom: 0;
    font-size: min(1.2rem, 16.8px);
  }
  .footer .footer_cr {
    width: 100%;
    text-align: center;
    font-size: min(1.2rem, 16.8px);
  }
  .footer .footer_cr img {
    display: block;
    width: min(11.5rem, 161px);
    margin: 0 auto min(4rem, 56px);
    margin-bottom: min(4rem, 56px);
  }
}
/*-----------------------------------
 物件リストコンポーネント
--------------------*/