@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1;
  padding: 0 auto;
}
body {
  font-family: Inter, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  margin: 0 auto;
  overflow-x: hidden;
}
body #content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
li {
  list-style: none;
}
p, h1, h2, h3, span {
  font-size: 1.4rem;
  text-align: justify;
  margin: 0;
  line-height: 1.6;
}
p li button {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
ul {
  padding: 0;
}
main {
  flex: 1;
}
main img {
  width: 100%;
  height: auto;
}
.mar-b40 {
  margin-bottom: 40px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.br-sp {
  display: none;
}
.mar-style {
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.wide-style {
  width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.logo img {
  max-width: 100%;
    padding-right: 20px;
}
.logo p {
  font-size: 2rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.main-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-copy p {
  position: absolute;
  font-family: serif;
  font-weight: bold;
  font-size: 3.5vw;
  color: #fff;
  text-shadow: 0px 0px 8px #000;
}
.info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
    padding-bottom: 50px;
}
.info-01, .info-02 {
  width: 50%;
    padding: 0 20px;
}
.midashi {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
}
.midashi-info {
  font-size: 2.5rem;
  text-align: center;
  padding: 20px 0;
    font-family: serif;
    font-weight: bold;
}
.txt-white {
  color: #fff;
}
.txt-green {
  color: #989785;
}
.info-honbun {
  padding-bottom: 30px;
  text-align: center;
}
.icon-01, .icon-02 {
  width: 80px;
  height: 80px;
  border: 1px solid #989785;
  border-radius: 50px;
  margin: 0 auto;
}
.icon-01:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon-01.png);
  background-size: contain;
  vertical-align: middle;
}
.icon-02:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon-02.png);
  background-size: contain;
  vertical-align: middle;
}
.bg-grn {
  background-color: #989785;
  margin-bottom: 50px;
}
.over_midashi {
  font-size: 2.5rem;
  border-bottom: 1px solid #989785;
}
footer {
  text-align: center;
  margin-top: auto;
  padding: 20px 0;
}
ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
}
ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px;
}
.li-title {
  width: 10%;
  margin: 0 50px 0 0;
}
.li-bg {
  background-color: #f0f0f0;
}
#test {}
#test img {
  width: 300px;
  height: auto;
}
.img-test {
  filter: brightness(160%);
  filter: saturate(180%);
  filter: contrast(160%);
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .mar-style {
    width: 90%;
    margin: 0 auto;
  }
  .br-sp {
    display: block;
  }
  .logo {
    padding: 10px 0;
  }
  .logo p {
    line-height: 1;
  }

  .main-copy {
    justify-content: center;
  }
  .main-copy p {
    font-size: 7vw;
    padding: 0 20px;
  }
  .info-01, .info-02 {
    width: 100%;
    padding: 20px 0px;
  }
  .midashi-info {
    padding: 20px 20px;
  }
  .li-title {
    width: 5%;
    margin: 0 20px 0 0;
  }
}

/* 2025/07/11 所有不動産 */

.ore-table {
  margin: 30px 0 100px 0;
  padding: 0;
  border-collapse:separate;
  border-spacing:3px;
  border: 0;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.6;
}

.ore-table td {
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.6;
  border: 0;
  padding: 15px;
}

.td-pref {
  width: 17%;
  background: #eeeeee;
  white-space: nowrap;
}
.td-address {
  background: #f5f3f2;
}


.ore-container {
  margin: 30px 0 70px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-end; /* 左下から上へ詰める */
  height: auto; /* 必要に応じて固定高さもOK */
}

.ore-item {
  margin: 0;
  padding: 28px 28px 60px 28px;
  width: 32%;
  height: auto;/*340px*/
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 890px) {
  .ore-item {
    width: 48.8%;
  }
}
@media screen and (max-width: 768px) {
  .ore-item {
    width: 48%;
  }
}

@media screen and (max-width: 575px) {
  .ore-item {
    width: 100%;
  }
}


.ore-item > .inner {
  height: 100%;
}

.ore-img {
  margin-bottom: 10px;
}

.ore-pref {
  margin-bottom: 20px;
  padding: 2px 12px 0 12px;
  width: 80px;
  height: 21px;
  border-radius: 4px;
  background: #2d2d26;
  color: #fff;
  font-size: 11px;
}

.ore-add {
  margin-top: 13px;
}




