@charset "UTF-8";

/* -------------------------------------
estate
------------------------------------- */
.estate {
  padding-bottom: 58px;
}
.estate #mainimg {
  background-image: url(../imgs/estate/mainimg.jpg);
}
.estate .inblk {
  max-width: 780px;
  margin: 0 auto;
}
.estate a {
  color: #ca5142;
}
.estate .cl_bk {
  color: #000;
}
.estate .ttlbk .mttl {
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.estate .ttlbk .mttl span {
  display: inline-block;
  position: relative;
}
.estate .ttlbk .mttl span::before {
  content: "";
  width: 43px;
  height: 34px;
  background: url(../imgs/estate/mttl_deco.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-43%, -50%);
}
.estate .ttlbk .cp {
  margin: 0 auto;
}
.estate .ttlbk .cp span {
  display: inline-block;
}
.estate #sec1 {
  padding: 12px 0 90px;
}

.estate .dotline {
  padding: 40px 20px;
  border: 1px dashed #ca5142;
  border-radius: 30px;
}
.estate .cont_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
}
.estate .cont_head .cont_head-lft {
  text-align: center;
  width: 18%;
  max-width: 140px;
  padding: 23px 0 31px 0;
  position: relative;
}
.estate .cont_head .cont_head-lft:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 3px);
  background-color: #ca5142;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
}
.estate .cont_head .cont_head-lft:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ca5142;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  z-index: 1;
}
.estate .cont_head .cont_head-lft .mttl {
  font-size: clamp(16px, 2.91vw, 17px);
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
}
.estate .cont_head .cont_head-lft .mttl span {
  display: inline-block;
}
.estate .cont_head .cont_head-lft .mttl img {
  display: block;
  margin: 0 auto 5px;
}
.estate .cont_head .cont_head-rgt {
  max-width: 554px;
  width: 79%;
}
.estate .cont_head .cont_head-rgt .linebk {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
}
.estate .cont_head .cont_head-rgt .linebk:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 3px);
  background-color: #ca5142;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.estate .cont_head .cont_head-rgt .linebk:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ca5142;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -2px;
  z-index: 1;
}
.estate .cont_head .cont_head-rgt li {
  font-size: clamp(18px, 3.27vw, 23px);
  font-weight: 600;
  line-height: 1.74;
  position: relative;
}
.estate .cont_head .cont_head-rgt li:not(:last-child) {
  margin-bottom: 10px;
}
.estate .cont_head .cont_head-rgt li span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.estate .cont_head .cont_head-rgt li span.cl_bk {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.estate .cont {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.estate .cont .cont_left {
  width: 57%;
  max-width: 444px;
}
.estate .cont .cont_left .cont_ttl {
  font-size: clamp(18px, 3.27vw, 23px);
  font-weight: 600;
  line-height: 1.74;
  padding: 10px 0 3px;
  position: relative;
}
.estate .cont .cont_left .cont_txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.estate .cont .cont_right {
  display: flex;
  flex-direction: column;
  gap: 10px 4%;
  width: 40%;
  max-width: 300px;
}
.estate .cont .cont_right img {
  display: block;
}
/* cont1 */
.estate .cont1 {
  border-bottom: 1px dashed #ca5142;
}
.estate .cont1__add-bk {
  font-size: clamp(16px, 2.91vw, 17px);
  font-weight: 300;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-top: 12px;
  margin-bottom: 25px;
}
.estate .cont1__add-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid #cb523e;
  position: relative;
}
.estate .cont1__add-place::before {
  content: "";
  width: 15px;
  height: 24px;
  background: url(../imgs/estate/cont1_mark.svg) no-repeat center / contain;
}
.estate .cont1__add-place::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #cb523e;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: translateY(-50%);
}
.estate .cont1__add-room {
  line-height: 1;
  color: #fff;
  background: #cb523e;
  padding: 4px 0.5em;
}
.cont_bottom {
  padding-top: 23px;
  border-top: 1px solid #000;
}
.cont_bottom p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.cont_bottom p span {
  display: inline-block;
  margin-right: 0.4em;
}
.cont_bottom p span::before {
  content: "■";
}
.cont_bottom-equipment {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .estate .cont {
    flex-direction: column;
    gap: 18px;
  }
  .estate .cont .cont_left {
    width: 100%;
    max-width: initial;
  }
  .estate .cont .cont_right {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: initial;
  }
  .estate .cont .cont_right img {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .estate .dotline {
    padding: 5.1%;
  }
  .estate .cont_head .cont_head-lft {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  .estate .cont_head .cont_head-lft:before,
  .estate .cont_head .cont_head-lft:after {
    content: none;
  }
  .estate .cont_head .cont_head-lft .mttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 175px;
  }
  .estate .cont_head .cont_head-rgt {
    width: 100%;
    padding: 18px 0;
  }
}

@media screen and (max-width: 480px) {
  .estate .cont .cont_right {
    flex-direction: column;
    align-items: center;
  }
  .estate .cont .cont_right img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
}
