@charset "utf-8";

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

.singleContainer {
  max-width: 1082px;
  margin: 35px auto 0;
  padding: 0 16px;
}

.upperArea {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.upperArea__main {
  flex: 1;
}

.upperArea__side {
  position: sticky;
  /* top: 160px; */
  top: 120px;
  width: 310px;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .upperArea__side {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .upperArea {
    margin-bottom: 35px;
    flex-wrap: wrap;
  }

  .upperArea__side {
    /* display: none; */
    margin: 35px auto 0;
    width: 100%;  }
}

@media screen and (max-width: 768px) {
  .upperArea__main {
    width:100%;
  }
}
/* 
.sideContent:not(:last-of-type) {
  margin-bottom: 35px;
} */

/* .sideContent__heading {
  background-color: #39a79c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 48px ;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sideContent__main {
  border: 2px solid #39a79c;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sideInquiry__content {
  padding: 24px 20px;
}

.sideTags__content {
  padding: 15px 10px 12px;
}

.sideTags_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.sideTags__item {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-left: 10px;
}

.sideTags__hashMark {
  color: #39a79c;
  margin-right: 2px;
} */

.sideContent:not(:last-of-type) {
  /* margin-bottom: 35px; */
  margin-bottom: 20px;
}

.sideContent__heading {
  background-color: #39a79c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 48px ;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sideContent__main {
  border: 2px solid #39a79c;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sideInquiry__content {
  padding: 24px 20px;
}

.sideTags__content {
  /* padding: 15px 10px 12px; */
  padding:12px 11px;
}

.sideTags_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 3px 8px;
}

.sideTags__item {
  font-size: 10px;
  font-weight: 700;
  /* margin-bottom: 3px;
  margin-left: 10px; */
}

.sideTags__hashMark {
  color: #39a79c;
  margin-right: 2px;
}

.ctaInquiryBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 46px;
  background-color: #FFAA32;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
}

.ctaInquiryBtn.noLogin {
  background-color: #736639;
}

.ctaInquiryBtn > span {
  position: relative;
  padding-left: 35px;
}

.ctaInquiryBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url(/furnished/img/new-single/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.ctaRegisterBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 46px;
  background-color: #FFAA32;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba(  0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
  margin-top: 15px;
}

.ctaRegisterBtn > span {
  position: relative;
  padding-left: 35px;
}

.ctaRegisterBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 20px;
  background-image: url(/furnished/img/new-single/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.ctaLoginBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 46px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba(  0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
  margin-top: 15px;
  background-color: #f2f2f2;
}
/* 20260427 korenaga */
.ctaLoginBtn i {
  font-size:160%;
  margin-right:8px;
  color:#2AAB9F;
}
/* //20260427 korenaga */

.noLoginModal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 460px;
  height: 205px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}

.noLoginModal.sliderImg {
  background-color: transparent;
  box-shadow: none;
}

.noLoginModal__text {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 17px;
  letter-spacing: 0.15em;
}

.noLoginModal.sliderImg .noLoginModal__text {
  color: #fff;
}

.noLoginModal__text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 18px;
  background-image: url(/furnished/img/new-single/key-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.noLoginModal__registerBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  line-height:37px;
  background-color: #FFAA32;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
}

.noLoginModal__registerBtn > span {
  position: relative;
  padding-left: 30px;
}

.noLoginModal__registerBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/furnished/img/new-single/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.noLoginModal__btnsContainer {
  display: flex;
  justify-content: space-between;
  width: 310px;
  margin-top: 10px;
}

.noLoginModal__loginBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  line-height:37px;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
}

.noLoginModal__inquiryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  line-height:37px;
  font-size: 14px;
  font-weight: 700;
  background-color: #736639;
  color: #fff;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .noLoginModal {
    width: 95%;
    max-width: 460px;
  }

  .noLoginModal__registerBtn {
    width: 90%;
    max-width: 310px;
  }

  .noLoginModal.sliderImg .noLoginModal__registerBtn {
    width: 70%;
    font-size: 13px;
  }

  .noLoginModal__btnsContainer {
    width: 90%;
    max-width: 310px;
  }

  .noLoginModal.sliderImg .noLoginModal__btnsContainer {
    width: 70%;
  }

  .noLoginModal.sliderImg .noLoginModal__loginBtn {
    font-size: 13px;
  }

  .noLoginModal.sliderImg .noLoginModal__inquiryBtn {
    font-size: 13px;
  }
}

.propertyDetail__upperArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.propertyDetail__limitedLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 12px;
  font-weight: 700;
  color: #d94244;
  line-height: 33px;
  border: 1px solid #d94244;
  letter-spacing: 0.15em;
}

.propertyDetail__limitedLabel > span {
  position: relative;
  padding-left: 20px;
}

.propertyDetail__limitedLabel > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% + -1px);
  width: 12px;
  height: 15px;
  background-image: url(/furnished/img/new-single/key-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.propertyDetail__likeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  line-height: 33px;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}

.propertyDetail__likeBtn:hover {
  opacity: 0.7;
}

.propertyDetail__likeBtn > span {
  position: relative;
  padding-left: 22px;
}

.propertyDetail__likeBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% + -1px);
  width: 16px;
  height: 17px;
  background-image: url(/furnished/img/new-single/heart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.propertyDetail__likeBtn.factive {
  background-color: #dc3c3c;
  color:#fff;
}
.propertyDetail__likeBtn.factive > span::before {
  background-image: url(/furnished/img/new-single/heart-white.svg);
}

@media screen and (max-width: 768px) {
  .propertyDetail__likeBtn {
    width: 150px;
  }
}

.propertyDetail__heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 10px 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #39a79c;
}

@media screen and (max-width: 768px) {
  .propertyDetail__heading {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}

.propertySlider {
  margin-bottom: 25px;
}

.propertyImgsSlider {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.propertyImgsSlider_navBtn {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  background-color: #2aab9f;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
}

.propertyImgsSlider_navBtn:hover {
  opacity: 0.7;
}

.propertyImgsSlider_navBtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
}

.propertyImgsSlider_navBtn--prev {
  left: 10px;
}

.propertyImgsSlider_navBtn--prev::before {
  background-image: url(/furnished/img/new-single/allow-prev.svg);
}

.propertyImgsSlider_navBtn--next {
  right: 10px;
}

.propertyImgsSlider_navBtn--next::before {
  background-image: url(/furnished/img/new-single/allow-next.svg);
}

.propertyImgsSlider_navBtn--disabled {
  background-color: #b1b1b1;
  cursor: auto;
}

.propertyImgsSlider_navBtn--disabled:hover {
  opacity: 1;
}

.propertyImgsSlider__imgContainer {
  position: relative;
  width: 100% !important;
  /* aspect-ratio: 1.65 / 1; */
  aspect-ratio: 1.34 / 1;
  background-color:#ddd;
}

.propertyImgsSlider__img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .propertyImgsSlider {
    margin-bottom: 5px;
  }

  .propertyImgsSlider_navBtn--prev {
    left: 5px;
  }

  .propertyImgsSlider_navBtn--next {
    right: 5px;
  }
}

.propertyImgThumbsSlider__wrapper {
  flex-wrap: wrap;
}

.propertyImgThumbsSlider__imgContainer {
  position: relative;
  width: 15.5% !important;
  aspect-ratio: 1.5 / 1;
  cursor: pointer;
}

.propertyImgThumbsSlider__imgContainer:not(:nth-of-type(6n+1)) {
  margin-left: calc((100% - (15.5% * 6)) / 5);
}

.propertyImgThumbsSlider__imgContainer:nth-of-type(n+7) {
  margin-top: 10px;
}

.propertyImgThumbsSlider__imgContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.propertyImgThumbsSlider__imgContainer.swiper-slide-thumb-active::before {
  opacity: 0;
}

.propertyImgThumbsSlider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .propertyImgThumbsSlider__imgContainer:nth-of-type(n+7) {
    margin-top: 5px;
  }
}

.propertyDetail__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.commentFromStaff {
  position: relative;
  padding: 30px 20px 20px;
  /* margin-bottom: 30px; */
  margin-bottom:10px;
  border: 2px solid #39a79c;
  border-radius: 10px;
}

.comment__heading {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 250px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #39a79c;
  border-radius: 15px;
  transform: translateX(-50%);
}

.commentFromStaff__comment {
  font-size: 14px;
  line-height: 1.6;
}

.propertyTable {
  position: relative;
  margin-bottom: 50px;
}

.propertyTable__heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #39a79c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.propertyTable__table {
  width: 100%;
  border: 1px solid #e6e8e6;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.propertyTable__table tbody {
  display: flex;
  flex-wrap: wrap;
}

.propertyTable__table tr {
  display: flex;
  width: 50%;
  height: 42px;
}

.propertyTable__table th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  font-size: 12px;
  font-weight: 700;
  background-color: #b9e5e0;
  border-bottom: 1px solid #e6e8e6;
}

.propertyTable__table tr:nth-of-type(even) th {
  border-left: 1px solid #e6e8e6;
}

.propertyTable__table tr:nth-last-of-type(-n+2) th {
  border-bottom: none;
}

.propertyTable__table td {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px;
  border-bottom: 1px solid #e6e8e6;
  border-left: 1px solid #e6e8e6;
}

.propertyTable__table td.limited {
  filter: blur(3px);
}

.propertyTable__table td > .spOnly {
  display: none;
}

.propertyTable__table tr:nth-last-of-type(-n+2) td {
  border-bottom: none;
}

@media screen and (max-width: 1000px) {
  .propertyTable__table th {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .propertyTable {
    margin-bottom: 30px;
  }

  .propertyTable__heading {
    font-size: 15px;
    line-height: 38px;
  }

  .propertyTable__table tr {
    height: 38px;
  }

  .propertyTable__table th {
    width: 65px;
    font-size: 10px;
  }

  .propertyTable__table td {
    font-size: 10px;
    padding: 0 5px;
  }

  .propertyTable__table td > .spOnly {
    display: block;
  }
}

.propertyDetail__map {
  width: 100%;
  height: 280px;
  margin-bottom: 25px;
  border: none;
}

@media screen and (max-width: 768px) {
  .propertyDetail__map {
    height: 195px;
  }
}

.propertyDetail__ctaBtn {
  width: 268px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .propertyDetail__ctaBtn {
    margin-bottom: 30px;
  }
}

.propertyDetail__backBtnsContainer {
  display: flex;
  justify-content: space-between;
}

.propertyDetail__backBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  line-height: 50px;
  color: #333 ;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.propertyDetail__backBtn > span {
  position: relative;
  padding-left: 24px;
}

.propertyDetail__backBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #333;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .propertyDetail__backBtn {
    width: 48%;
    font-size: 13px;
  }

  .propertyDetail__backBtn > span {
    padding-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .propertyDetail__backBtn {
    line-height: 1.4;
    padding: 5px 0 2px;
  }

  .propertyDetail__backBtn > span > span {
    display: block;
  }
}

.lowerArea__section {
  margin: 0 min(calc(50% - 50vw), -16px);
  padding: 60px max(calc(50vw - 50%), 16px) 30px;
}

.lowerArea__headingContainer {
  position: relative;
}

.lowerArea__heading {
  /* font-size: 28px; */
  font-size:22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-left:8px;
  border-left:3px solid #2AAB9F;
}
.lowerArea__heading.thumbup {
  padding-left:0;
  border-left:0;
}

.lowerArea__allLink {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #39a79c;
}

@media screen and (max-width: 768px) {
  .lowerArea__section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .lowerArea__headingContainer {
    margin-bottom: 40px;
  }

  .lowerArea__heading {
    /* font-size: 22px; */
    font-size:18px;
    margin-bottom: 25px;
  }

  .lowerArea__allLink {
    top: 28px;
    font-size: 15px;
  }
}

.searchByArea {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #2aab9f;
  color: #fff;
}

.searchByArea .inputArea {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 55px;
}

.searchByArea .inputArea__heading {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
}

.searchByArea .inputArea__subHeading {
  display: block;
  font-size: 16px;
  visibility: visible;
}

.searchByArea .inputArea__propertyCount {
  font-size: 45px;
  padding: 0 5px;
  visibility: visible;
}

.searchByArea .inputArea__form {
  flex: 1;
  position: relative;
  margin-left: 20px;
}

.searchByArea .inputArea__input {
  width: 100%;
  height: 74px;
  padding-left: 2em;
  padding-right: 260px;
  font-size: 16px;
  border: none;
  border-radius: 37px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .inputArea__input::placeholder {
  color: #b1b1b1;
}

.searchByArea .inputArea__submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 230px;
  padding-left: 30px;
  background-color: #0d2725;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  border: none;
  border-radius: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
}

.searchByArea .inputArea__submitBtn:hover {
  opacity: 0.7;
}

.searchByArea .inputArea__submitBtn::before {
  content: '';
  position: absolute;
  left: 45px;
  width: 30px;
  height: 31px;
  background-image: url(/furnished/img/new-single/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByArea .linkArea {
  display: flex;
  justify-content: space-between;
}

.searchByArea .linkArea__searchBtnsContainer {
  display: flex;
  justify-content: space-between;
  width: 46%;
}

.searchByArea .linkArea__searchBtn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 31%;
  height: 150px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0d2725;
  border-radius: 8px;
  padding: 25px 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;
}

.searchByArea .linkArea__searchBtn::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByArea .linkArea__searchBtn--train::before {
  background-image: url(/furnished/img/new-single/train.svg);
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.searchByArea .linkArea__searchBtn--area::before {
  background-image: url(/furnished/img/new-single/area.svg);
  width: 96px;
  height: 91px;
}

.searchByArea .linkArea__searchBtn--hand::before {
  background-image: url(/furnished/img/new-single/hand.svg);
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.searchByArea .linkArea__popularAreas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
}

.searchByArea .linkArea__headingContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchByArea .linkArea__heading {
  font-size: 20px;
  font-weight: 700;
}

.searchByArea .linkArea__allAreasLink {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-right: 12px;
}

.searchByArea .linkArea__allAreasLink::after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.searchByArea .linkArea__areaBtnsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchByArea .linkArea__areaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 45px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .linkArea__areaBtn:nth-of-type(n+5) {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .searchByArea .inputArea__input {
    padding-right: 210px;
  }

  .searchByArea .inputArea__submitBtn {
    width: 180px;
    font-size: 18px;
  }

  .searchByArea .inputArea__submitBtn::before {
    left: 30px;
    width: 25px;
    height: 26px;
  }

  .searchByArea .linkArea__searchBtn {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .searchByArea {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .searchByArea .inputArea {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }

  .searchByArea .inputArea__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .searchByArea .inputArea__subHeading {
    font-size: 14px;
  }

  .searchByArea .inputArea__propertyCount {
    font-size: 36px;
  }

  .searchByArea .inputArea__form {
    margin-left: 0px;
  }

  .searchByArea .inputArea__input {
    height: 45px;
    padding-left: 1.5em;
    padding-right: 110px;
    font-size: 14px;
  }

  .searchByArea .inputArea__submitBtn {
    right: 6px;
    width: auto;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 36px;
  }

  .searchByArea .inputArea__submitBtn::before {
    left: 10px;
    width: 15px;
    height: 15px;
  }

  .searchByArea .linkArea {
    display: block;
  }

  .searchByArea .linkArea__searchBtnsContainer {
    width: 100%;
    margin-bottom: 30px;
  }

  .searchByArea .linkArea__searchBtn {
    width: 31%;
    height: 106px;
    font-size: 12px;
    padding: 20px 0;
  }

  .searchByArea .linkArea__searchBtn--train::before {
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__searchBtn--hand::before {
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__popularAreas {
    width: 100%;
  }

  .searchByArea .linkArea__headingContainer {
    display: block;
  }

  .searchByArea .linkArea__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__allAreasLink {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .searchByArea .linkArea__areaBtn {
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
  }

  .searchByArea .linkArea__areaBtn:nth-of-type(n+5) {
    margin-top: 10px;
  }
}

.recommendedProperties {
  /* background-color: #f4fafb; */
  background-color: rgba(57,167,156,0.1);
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .recommendedProperties {
    padding-bottom: 50px;
  }
}

.properties__itemsContainer {
  display: flex;
  justify-content: space-between;
}

.properties .property {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 23%;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
  /* box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1); */
  border: 1px solid #E6E8E6;
}
.property__no-data {
  display:block;
  width:23%;
}

.properties .property__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.properties .property__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 10px 10px;
}

.properties .property__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.properties .property__detailArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.properties .property__address,
.properties .property__size,
.properties .property__peopleCount {
  position: relative;
  /* font-size: 10px; */
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 2px;
  /* margin-bottom: 2px; */
}

.properties .property__address::before,
.properties .property__size::before,
.properties .property__peopleCount::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.properties .property__address::before {
  background-image: url(/furnished/img/new-single/address.svg);
}

.properties .property__size::before {
  background-image: url(/furnished/img/new-single/size.svg);
}

.properties .property__peopleCount::before {
  background-image: url(/furnished/img/new-single/person.svg);
}

.properties .property__number {
  color: #b1b1b1;
  font-size: 10px;
  margin-bottom: 0px;
}

.properties .property__detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #2aab9f;
  border-radius: 50%;
}

.properties .property__detailBtn::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/furnished/img/new-single/property-detail-arrow.svg);
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .properties__itemsContainer {
    margin: -10px -16px -18px -10px;
    overflow-x: scroll;
  }

  .properties .property {
    width: auto;
    margin: 10px 16px 18px 0;
  }
  .property__no-data {
    display:none;
  }

  .properties .property:first-of-type {
    margin-left: 10px;
  }

  .properties .property__img {
    width: 240px;
  }
}

.popularProperties {
  counter-reset: ranking;
}

.popularProperties .property::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: -18px;
  left: -12px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  z-index:4;
}

.popularProperties .property:first-of-type::before {
  background-color: #d3b158;
}

.popularProperties .property:nth-of-type(2):before {
  background-color: #838383;
}

.popularProperties .property:nth-of-type(3)::before {
  background-color: #a84907;
}

.popularProperties .property:nth-of-type(4)::before {
  background-color: #d2d2d2;
}

@media screen and (max-width: 768px) {
  .popularProperties .property::before {
    top: -8px;
    left: -8px;
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}

.columns {
  padding-bottom: 70px;
}

.columns__itemsContainer {
  display: flex;
  justify-content: space-between;
  gap:20px;
}

.columns__item {
  display: flex;
  flex-direction: column;
  position: relative;
  /* width: 23%; */
  width:33.33%
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
  /* box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1); */
  border:1px solid #e5e5e5;
}

.columns__img {
  width: 100%;
  /* height: 140px; */
  height:180px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.columns__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* padding: 15px 10px 10px; */
  padding:15px;
}

.columns__title {
  color: #333;
  /* font-size: 14px; */
  font-size:13px;
  font-weight: 700;
  /* line-height: 1.3; */
  line-height:1.4;
  margin-bottom: 8px;
  letter-spacing:1px;
}

.columns__description {
  color: #333;
  font-size: 10px;
  margin-bottom: 0;
}

h2.column_head {
  text-align: center;
  position: relative;
  font-size:28px;
  padding-left:0;
  border:0;
}
h2.column_head::before {
  content: 'WORKS';
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #29aa9e;
}
.column-link {
  display:flex;
  justify-content:center;
  margin-top:40px;
}
.btn-columnlink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 55px;
  background-color: #2aab9f;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
.btn-columnlink span {
  display:flex;
  align-items:baseline;
}
.btn-columnlink span i {
  margin-left:8px;
}

@media screen and (max-width: 768px) {
  .lowerArea__allLink.column_head-link {
    top:55px;
  }
  h2.column_head {
    font-size:22px;
  }

  .columns {
    padding-bottom: 60px;
  }

  .columns__itemsContainer {
    margin: -10px -16px -18px -10px;
    overflow-x: scroll;
  }

  .columns__item {
    width: auto;
    margin: 10px 16px 18px 0;
  }

  .columns__item:first-of-type {
    margin-left: 10px;
  }

  .columns__img {
    width: 240px;
    height:120px;
  }
}

.ctaEmail {
  position: relative;
  background-image: url(/furnished/img/new-single/meeting.jpg);
  background-size: cover;
  background-position: center;
}

.ctaEmail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 67, 65, 0.7);
}

.ctaEmail__content {
  position: relative;
  z-index: 1;
}

.ctaEmail__heading {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ctaEmail__description {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.ctaEmail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 70px;
  background-color: #2aab9f;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .ctaEmail__heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .ctaEmail__description {
    font-size: 15px;
    margin-bottom:25px;
  }

  .ctaEmail__btn {
    width: 300px;
    height: 64px;
    border-radius: 32px;
  }
}

.ctaTel {
  padding: 30px 0;
  background-color: #0d2725;
}

.ctaTel__content {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.ctaTel__number {
  position: relative;
  width: auto;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 15px;
  padding-left: 50px;
}

.ctaTel__number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(/furnished/img/new-single/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ctaTel {
    padding: 20px 0;
  }

  .ctaTel__content {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .ctaTel__number {
    font-size: 24px;
    margin: 8px 0;
    padding-left: 38px;
  }

  .ctaTel__number::before {
    width: 30px;
    height: 30px;
  }
}

/* 20250903 korenaga */
.filter__image {
  filter:blur(7px);
  object-fit: cover;
  width:100%;
  height:100%;
  opacity:0.7;
}

/* 20250910 korenaga */
.movieblock {
	width:100%;
	max-width:750px;
	height:400px;
	/* margin-top:30px; */
  border-radius:0 0 10px 10px;
  border-left:2px solid #39a79c;
  border-right:2px solid #39a79c;
  border-bottom:2px solid #39a79c;
  padding:20px;
}
.movieblock h4 {
  width:100%;
  max-width:600px;
  text-align:center;
  margin: 0 auto 5px;
  border-bottom:1px solid #39a79c;
  padding-bottom:5px;
}
.movieblock.accessblock {
  height:auto;
}
.movieblock_short {
	width:100%;
	max-width:750px;
	height:700px;
	/* margin-top:30px; */
  border-radius:0 0 10px 10px;
  border-left:2px solid #39a79c;
  border-right:2px solid #39a79c;
  border-bottom:2px solid #39a79c;
  padding:20px;
}
.movieblock_inner {
	margin:0 auto;
	width:365px;
	height:100%;
}
.movieblock_inner_inner {
  margin:0;
  width:100%;
  height:400px;
}

.movieblock_v2 {
	width:100%;
	max-width:750px;
	height:425px;
	/* margin-top:30px; */
  /* border-radius:0 0 10px 10px;
  border-left:2px solid #39a79c;
  border-right:2px solid #39a79c;
  border-bottom:2px solid #39a79c; */
  /* padding:20px; */
}


@media (max-width: 768px) {
	.mapblock,
	.movieblock {
		width:100%;
		max-width:700px;
		padding:10px;
	}
	.movieblock_short {
		width:100%;
    padding:10px;
	}
  .movieblock_inner {
    width:100%;
    max-width:365px;
  }
  .movieblock_inner_inner {
    margin:0;
    width:100%;
    height:200px;
  }

}

@media (min-width: 600px) and (max-width: 768px) {
  .movieblock {
    height:350px;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .movieblock {
    height:300px;
  }
}
@media (min-width: 350px) and (max-width: 500px) {
  .movieblock {
    height:200px;
  }
}
@media (max-width: 350px) {
  .movieblock {
    height:160px;
  }
}

/* //20250910 korenaga */

/* 20250922 korenaga */
.propertyInnerLine {
  width:100%;
  margin-bottom:10px;
}
.propertyReDate {
  color:#7D7D7D;
  text-align:right;
  margin-bottom:0;
  font-size:80%;
}

/* 20250925 korenaga */
.fopnumber {
  display: block;
  visibility: visible;
  color: #aaa;
  font-size: 12px;
}

/* 20260311 korenaga */
.downloadblock {
  display:flex;
  justify-content:start;
  align-items:center;
  gap:33px;
}
.dlcomment {
  width:100%;
}
.dlcomment h4.sbttl {
  color:#39A79C;
  font-weight:bold;
  font-size:20px;
  margin-bottom:16px;
}
.dl-checklists {
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:start;
  width:100%;
  gap:12px;
}
.dl-checklists li {
  padding-left:30px;
  width:100%;
  font-weight:bold;
  position:relative;
  font-size:12px;
  font-weight:500;
}
.dl-checklists li::before {
  content:"\f058";
  font-family:'Font Awesome 6 Free';
  position:absolute;
  top:calc(50% - 8px);
  left:0;
  color:#39A79C;
  font-size:16px;
  font-weight:900;
}
.propertyTable__heading_v2 {
  font-size:24px;
  font-weight:bold;
  padding:0 8px;
  margin-bottom:28px;
}
.movieblock {
	width:100%;
	max-width:750px;
	height:400px;
  padding:20px;
}
.movieblock_short_v2 {
  width: 100%;
  max-width: 750px;
  height: 700px;
  padding: 20px;
}
.btn-psheet-dl {
  background-color:#F9854E;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width:268px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  /* box-shadow: 5px 5px 15px 0px rgba( 0, 0, 0, 0.25); */
  letter-spacing: 0.15em;
  margin-top: 15px;
}
.btn-psheet-dl span {
  position: relative;
  padding-left: 35px;
}
.btn-psheet-dl span::before {
  content:"\f019";
  font-family:'Font Awesome 6 Free';
  font-weight:900;
  position:absolute;
  top:0;
  left:0;
  font-size:20px;
}

.accessDispTabs {
  border-bottom:2px solid #e5e5e5;
  display:flex;
  justify-content:start;
  align-items:bottom;
  gap:8px;
  margin-bottom:30px;
}
.accessDispTabs h4 {
  border:2px solid #e5e5e5;
  background-color:#e5e5e5;
  margin-bottom:-2px;
  margin-left:0;
  margin-right:0;
  padding: 11px;
  border-radius:6px 6px 0 0;
  color:#71777F;
  font-size:12px;
  font-weight:500;
  width:100px;
}
.accessDispTabs h4.tabh4 {
  cursor:pointer;
  transition:color 0.3s;
}
.accessDispTabs h4.tabh4:hover {
  color:#000;
}
.accessDispTabs h4.active {
  background-color:#fff;
  border-bottom-color:#fff;
  color:#000;
}

.mapbox,
.accmvbox {
  display:none;
  width:100%;
  height:345px;
}
.propertyDetail__map {
  height:100%;
}
.mapbox.open,
.accmvbox.open {
  display:block;
}
.mapbox iframe {
  border:0;
}

.propertyDetail__Label_LM {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 12px;
  font-weight: 700;
  background-color: #d94244;
  color:#fff;
  line-height: 33px;
  border: 1px solid #d94244;
  letter-spacing: 0.15em;
  border-radius:6px;
}

@media (max-width: 768px) {
  .downloadblock {
    flex-direction:column;
  }
  .dl-checklists {
    padding:0 12px 10px;
  }
  .btn-psheet-dl {
    margin:15px auto;
  }

}

/* 20260423 korenaga */
.cost-calculation {
  margin: 20px 0;
}
.costcalcblock {
  border-radius: 0 0 10px 10px;
  border-left: 2px solid #39a79c;
  border-right: 2px solid #39a79c;
  border-bottom: 2px solid #39a79c;
  width: 100%;
  padding: 20px;
}
.costcalcblock dl {
  display: grid;
  grid-template-columns: 32% 32% 36%;
  grid-template-rows: auto;
}

.costcalcblock dl .d-head {
  display:flex;
}
.costcalcblock dl .d-head p {
  margin:0;
}
.costcalcblock dl .d-head p.balloon {
  display: inline-block;
  background: #F2F2F2;
  color: #000;
  padding: 8px;
  border-radius: 50px;
  position: relative;
  width: 95%; /* 横に細長くしたい場合 */
  text-align: center;
  font-weight:500;
}
/* 下中央のとげ */
.costcalcblock dl .d-head p.balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px; /* とげの高さ分だけ下に出す */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #F2F2F2; /* 下向きの三角形 */
}

.costcalcblock dl .d-head.d-ccost p.balloon {
  background-color:#2AAB9F;
  color:#fff;
  font-weight:bold;
}
.costcalcblock dl .d-head.d-ccost p.balloon::after {
  border-top: 12px solid #2AAB9F;
}

.costcalcblock dl .d-head.d-acost {
  justify-content:start;
}
.costcalcblock dl .d-head.d-bcost {
  justify-content:center;
}
.costcalcblock dl .d-head.d-ccost {
  justify-content:end;
}

.costcalcblock dl .d-item {
  display:flex;
  align-items:end;
  justify-content:center;
}
.costcalcblock dl .d-item p {
  width:100%;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-align: center;
}
.costcalcblock dl .d-item p span {
  font-size:42px;
  padding: 0 5px;
}
.costcalcblock dl .d-item.d-ccost p span {
  font-size:50px;
  color:#DC3C3C;
}

.costcalcblock dl .d-item.d-right p::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size:160%;
}
.costcalcblock dl .d-item.d-bcost p::before {
  content:'ー';
}
.costcalcblock dl .d-item.d-ccost p::before {
  content:'＝';
  left:-20px;
}

.costbase {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0px;
}
.costbase span.numbers {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
}

.costbase.cost-b {
  margin-bottom: 4px;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
}
.costbase.cost-b::before {
  content: 'ー';
  font-weight: 400;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 15%;
}

.costdown-about {
background: #39a79c;
  border-radius: 50px;
  padding: 6px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  bottom: 6px;
  position: relative;
}
.costbase.cost-answer span.numbers {
  font-size: 32px;
  color: #c00;
}

.costalert {
  font-size:11px;
  margin-top:4px;
}


.thumbupicon {
  width:30px;
  height:35px;
  display:inline-block;
  position:relative;
  color:#2AAB9F;
  font-size:26px;
  visibility: visible !important;
}
.thumbupicon::after {
  content:'\f005';
  font-family:'Font Awesome 6 Free';
  position:absolute;
  top:0;
  right:0;
  font-size:9px;
}


@media (max-width: 768px) {

  .costcalcblock dl {
    grid-template-columns: 55% 45%;
    grid-template-rows: auto;
    grid-template-areas:
      "head-a item-a"
      "head-b item-b"
      "head-c item-c";
  }

  .d-head.d-acost { grid-area:head-a; }
  .d-head.d-bcost { grid-area:head-b; }
  .d-head.d-ccost { grid-area:head-c; }
  .d-item.d-acost { grid-area:item-a; }
  .d-item.d-bcost { grid-area:item-b; }
  .d-item.d-ccost { grid-area:item-c; }

  .costcalcblock dl .d-head p.balloon {
    background-color:initial;
    font-size:12px;
  }
  .costcalcblock dl .d-head p.balloon::after {
    border:0 !important;
  }

  .costcalcblock dl .d-head.d-bcost,
  .costcalcblock dl .d-head.d-ccost {
    justify-content: start;
  }

  .costcalcblock dl .d-bcost {
    border-bottom: 2px solid #ddd;
  }

  .costcalcblock dl .d-head.d-ccost {
    margin-top:8px;
  }

  .costcalcblock dl .d-item p {
    font-size:12px;
    text-align: right;
  }
  .costcalcblock dl .d-item p span {
    font-size: 24px;
  }
  .costcalcblock dl .d-item.d-right p::before {
    bottom: 0px;
  }
  .costcalcblock dl .d-item.d-ccost {
    margin-top:5px;
  }
  .costcalcblock dl .d-item.d-ccost p span {
    font-size: 28px;
  }
  .costcalcblock dl .d-item.d-ccost p::before {
    content: '';
  }

}