.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-header {
  max-width: 928px;
  margin: 60px auto;
  padding: 0 36px;
}

.wrapper-event-contact {
  max-width: 798px;
  margin: 0 auto;
  padding: 0 36px;
}

.page-header__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.page-header__tags li {
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0;
}
.page-header__tags li::before {
  display: none;
}
.page-header__tags li a,
.page-header__tags li span {
  transition: 0.5s;
  padding: 5px 10px;
  background-color: #E6E6E6;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
.page-header__tags li a:hover {
  opacity: 0.7;
}
.page-header__title {
  font-size: 42px;
}
.page-header__table {
  width: 100%;
  margin: 30px 0 0 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #EAEBE5;
}
.page-header__table td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #EAEBE5;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
  width: 50%;
}
.page-header__table tr:last-child td {
  border-width: 0;
}
.page-header__table td dl {
  display: flex;
  line-height: 160%;
}
.page-header__table td dl dt {
  font-weight: bold;
  font-size: 18px;
  width: 100px;
}
.page-header__table td dl dd {
  width: calc(100% - 100px);
  font-size: 18px;
}

.bread-crumbs {
    display: flex;
    overflow-x: auto;
    padding: 18px 40px;
    
}

.bread-crumbs__list {
  margin: 0;
  line-height: 1;
  padding: 0 30px 0 0;
  font-size: 12px;
  position: relative;
  list-style: none;
  white-space: nowrap;
}

.bread-crumbs__list:last-child {
  padding: 0;
}

.bread-crumbs__list::before {
  display: none;
  }

.bread-crumbs__list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bread-crumbs__list:last-child::after {
  display: none;
}

.bread-crumbs__list a {
  text-decoration: underline;
  color: #333333;
}

.bread-crumbs__list a:hover {
  text-decoration: none;
}

.estate-entry-wrapper {
    position: relative;
    padding: 0 0 68px 0;
  }

.estate-entry .swiper-slide figure {
    aspect-ratio: 726 / 484;
    background-color: #F2F2F2;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
.estate-entry .swiper-slide figure img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
.estate-entry .swiper-slide p {
    transition: 1s;
    font-size: 15px;
    margin: 20px 210px 0 0;
    line-height: 160%;
    opacity: 0;
    min-height: 50px;
  }
.estate-entry .swiper-slide-active p {
    opacity: 1;
  }
.estate-entry .slider-nav {
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
  }
.estate-entry .swiper-button-prev {
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    display: block !important;
    background-color: #F2F2F2;
    background-image: url(https://www.renoveru.jp/hubfs/estate/ico_nav_prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #DEDEDE;
    border-width: 0 0 2px 0;
    border-style: solid;
    left: 0 !important;
    margin: 0 !important;
  }
.estate-entry .swiper-button-prev::after {
    display: none;
  }
.estate-entry .swiper-pagination {
    width: 84px !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    border-color: #DEDEDE;
    border-width: 0 0 2px 0;
    border-style: solid;
    font-size: 12px;
    font-weight: bold;
    font-family: Futura;
    margin: 0 2px !important;
    background-color: #F2F2F2;
    bottom: inherit !important;
  }
.estate-entry .swiper-button-next {
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    display: block !important;
    background-color: #F2F2F2;
    background-image: url(https://www.renoveru.jp/hubfs/estate/ico_nav_next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: #DEDEDE;
    border-width: 0 0 2px 0;
    border-style: solid;
    right: 0 !important;
    margin: 0 !important;
  }
.estate-entry .swiper-button-next::after {
    display: none;
  }
.bg-gray {
  background-color: #F2F2F2;
}
.wrapper-basic-info {
  display: flex;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 36px 80px 36px;
  justify-content: space-between;
}
.wrapper-basic-info[data-display="block"] {
  display: block;
}
.estate-title {
  font-size: 26px;
  font-weight: bold;
  margin: 80px 0 40px 0;
  padding: 12px 0 12px 18px;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #D6D6D6;
}
.wrapper-basic-info[data-display="block"] .estate-title {
  margin-top: 0;
}
.estate-price {
  margin: 0 0 24px 0;
  font-weight: bold;
  font-size: 24px;
}
.estate-price strong {
  font-size: 50px;
  margin: 0 10px;
  display: inline-block;
}
.estate-price span {
  font-size: 28px;
  font-weight: normal;
}
.estate-outline {
  width: calc(50% - 48px);
}
.estate-table {
  width: 100%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #EAEBE5;
  background-color: transparent;
}
.estate-table th, td {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #EAEBE5;
}
.estate-table th {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  white-space: nowrap;
  line-height: 150%;
}
.estate-table td {
  padding: 20px 0 20px 20px;
  line-height: 150%;
}
.estate-madori figcaption {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 130%;
}
.estate-contents {
  max-width: 928px;
  margin: 0 auto 80px auto;
  padding: 0 36px;
  box-sizing: content-box;
}
.estate-map {
  margin: 0 0 40px 0;
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.estate-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.estate-contents-table {
  width: 100%;
  margin: 0 0 30px 0;
}
.estate-contents-table th {
  background-color: #F7F7F7;
  padding: 20px;
  font-weight: bold;
  line-height: 150%;
}
.estate-contents-table td {
  padding: 20px;
  line-height: 150%;
}
.estate-loan {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E55225;
  background-color: #FFFAF2;
  padding: 40px 100px 30px 100px;
  font-weight: bold;
}
.estate-loan__title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.estate-loan__table {
  width: 100%;
  border-width: 0;
  background-color: transparent;
}
.estate-loan__table th {
  border-width: 0;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  vertical-align: middle;
  padding: 0 20px 30px 0;
}
.estate-loan__table th small {
  font-size: 16px;
  color: #888888;
}
.estate-loan__table td {
  border-width: 0;
  text-align: right;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  padding: 0 0 30px 0;
}
.estate-loan__table td small {
  font-size: 16px;
}
.estate-loan__table__sum th,
.estate-loan__table__sum td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #BFBFBF;
  padding-top: 30px;
}
.estate-loan__table__sum td strong {
  color: #E55225;
}
.estate-loan__description {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.estate-estimate {
  display: flex;
  flex-wrap: wrap;
}
.estate-estimate div {
  margin: 0 20px 20px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  background-color: #F8F8F8;
  padding: 24px 30px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  line-height: 130%;
}
.estate-estimate div.active {
  border-color: #E55225;
  color: #E55225;
  background-color: #FCF3E6;
}
.estate-estimate div span {
  display: inline-block;
  padding: 0 0 0 23px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_check_gray.svg);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
}
.estate-estimate div.active span {
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_check_orange.svg);
}
.estate-caution {
  line-height: 130% !important;
}
.estate-slider-wrapper {
  background-color: #F2F2F2;
  padding: 80px 0;
}
.estate-slider-wrapper h2 {
  margin-bottom: 60px;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1312px) {
  .estate-slider-wrapper h2 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .estate-slider-wrapper h2 {
    padding: 0;
    font-size: 20px;
  }
}
.estate-search-wrapper {
  max-width: 1120px;
  margin: 130px auto;
  padding: 0 32px;
  box-sizing: content-box;
}
.title-search {
  text-align: center;
  font-size: 24px !important;
  font-weight: bold;
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
  border-left-width: 0 !important;
  position: relative;
}
.title-search::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999999;
  display: block;
  top: 12px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.title-search span {
  display: inline-block;
  background-color: #fff;
  padding: 0 22px;
  z-index: 2;
  position: relative;
}
.estate-search-section {
  margin: 0 0 80px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #999999;
}
.estate-search-body {
  display: flex;
  margin: 0 0 25px 0;
}
.estate-search-body__title {
  width: 192px;
}
.estate-search-body__title h3,
.estate-search-body__title h4 {
  border-width: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.estate-search-body__list {
  width: calc(100% - 192px);
}
.estate-search-list {
  margin: 0 0 15px 0;
}
.estate-search-list dt {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 8px 0;
}
.estate-search-list dd ul {
  display: flex;
  flex-wrap: wrap;
}
.estate-search-list dd ul li {
  margin: 0 20px 10px 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.estate-search-list dd ul li::before {
  display: none !important;
}
.estate-search-list dd ul li a {
  display: inline-block;
  background-color: #F2F2F2;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 16px;
  color: #797979;
  text-decoration: none !important;
}
.estate-search-list dd ul li a:hover {
  opacity: 0.7;
}
.estate-search-half {
  display: flex;
  flex-wrap: wrap;
}
.estate-search-half__body {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.estate-search-wrapper {
  max-width: 1120px;
  margin: 100px auto;
  box-sizing: content-box;
  padding: 0 32px;
}
.estate_contents__text {
  line-height: 160%;
  font-size: 18px;
}
.estate_contents__img {
  margin: 20px 0;
  text-align: center;
}
.estate_contents__img img {
  max-width: 100%;
}
.estate_contents__img figcaption {
  display: block;
  margin: 14px 0 0 0;
  font-size: 14px;
  line-height: 160%;
}

.wrapper-plan {
  display: flex;
}

.wrapper-plan__img {
  max-width: 43%;
  margin: 0 0 0 5% ;
}

.wrapper-plan__img img {
  width: 100%;
  height: auto;
}

.wrapper-plan__text {
  max-width: 52%;
}

.wrapper-plan__text p {
  margin: 0 0 30px 0;
  line-height: 180%;
}

.wrapper-plan__text__title {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.wrapper-plan__text__price {
  margin: 0 0 40px 0;
  font-size: 28px;
}

.wrapper-plan__text__price strong {
  font-size: 50px;
  font-weight: bold;
}

.wrapper-plan__btn {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 20px 34px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  font-size: 13px;
  transition: 0.5s;
  font-weight: bold;
  border-radius: 27px;
}

.wrapper-plan__btn span {
  display: inline-block;
  padding: 0 18px 0 0;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.wrapper-plan__btn:hover {
  opacity: 0.75;
}

.mansion-contact {
  max-width: 1122px;
  margin: 0 auto 80px auto;
  padding: 0 36px;
  box-sizing: content-box;
}

.mansion-buidings {
  display: flex;
  flex-wrap: wrap;
}

.mansion-buidings__card {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  padding: 30px;
  background-color: #F2F2F2;
  box-sizing: border-box;
}
.mansion-buidings__card:nth-child(2n) {
  margin-right: 0;
}
.mansion-buidings__card figure {
  aspect-ratio: 383 / 245;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  margin: 0 0 30px 0;
}
.mansion-buidings__card figure img {
  object-fit: cover;
}
.mansion-buidings__price {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 16px;
}
.mansion-buidings__price strong {
  font-size: 34px;
  margin: 0 5px;
  display: inline-block;
}
.mansion-buidings__price span {
  font-size: 20px;
  font-weight: normal;
}
.mansion-buidings__table {
  width: 100%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #EAEBE5;
  background-color: transparent;
}
.mansion-buidings__table th {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #EAEBE5;
  line-height: 160%;
  font-size: 13px;
  font-weight: bold;
  width: 110px;
  box-sizing: border-box;
  padding: 12px 12px 12px 0;
  background-color: transparent;
}
.mansion-buidings__table td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #EAEBE5;
  line-height: 160%;
  font-size: 13px;
  width: calc(100% - 110px);
  padding: 12px 0;
  background-color: transparent;
}
.mansion-hero-img {
  box-sizing: content-box;
  margin: 0 auto 80px;
  max-width: 856px;
  padding: 0 36px;
}
.mansion-hero-img figure {
    aspect-ratio: 726 / 484;
    background-color: #F2F2F2;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
.mansion-hero-img figure img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
.mansion-hero-img p {
    transition: 1s;
    font-size: 15px;
    margin: 20px 0 0 0;
    line-height: 160%;
    min-height: 50px;
  }

@media screen and (max-width: 999px) {
  .page-header__table td dl dt {
    font-size: 13px;
    width: 70px;
  }
  .page-header__table td dl dd {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .wrapper-plan__text__title {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  .wrapper-plan__text__price {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .wrapper-plan__text__price strong {
    font-size: 34px;
  }
  .wrapper-plan__text p {
    font-size: 13px;
  }
  .page-header__tags {
    margin: 0 0 10px 0;
  }
  .page-header__tags li a,
  .page-header__tags li span {
    transition: 0.5s;
    font-size: 11px;
  }
  .page-header__title {
    font-size: 20px;
  }
  .bread-crumbs {
    padding: 15px 25px;
  }
  .estate-entry .swiper-slide p {
    font-size: 11px;
    margin: 20px 210px 0 0;
  }
  .wrapper-basic-info {
    padding: 0 36px 50px 36px;
  }
  .estate-title {
    font-size: 20px;
    margin: 50px 0 30px 0;
    padding: 10px 0 10px 12px;
    border-width: 0 0 0 6px;
  }
  .estate-price {
    margin: 0 0 18px 0;
    font-size: 16px;
  }
  .estate-price strong {
    font-size: 35px;
    margin: 0 8px;
  }
  .estate-price span {
    font-size: 20px;
  }
  .estate-outline {
    width: calc(50% - 18px);
  }
  .estate-table th, td {
    font-size: 13px;
  }
  .estate-contents {
    margin: 0 auto 60px auto;
  }
  .estate-contents-table th,
  .estate-contents-table td {
    font-size: 14px;
    padding: 15px;
  }
  .estate-loan {
    font-size: 16px;
    padding: 40px 20px;
  }
  .estate-loan__title {
    font-size: 20px;
    margin: 0 0 26px 0;
  }
  .estate-loan__table th {
    font-size: 14px;
    padding: 0 20px 20px 0;
  }
  .estate-loan__table th small {
    font-size: 10px;
  }
  .estate-loan__table td {
    font-size: 20px;
    padding: 0 0 20px 0;
  }
  .estate-loan__table td small {
    font-size: 13px;
  }
  .estate-loan__table__sum th,
  .estate-loan__table__sum td {
    padding-top: 20px;
  }
  .estate-loan__description {
    font-size: 12px;
  }
  .estate-estimate div {
    font-size: 14px;
  }
  .estate-caution {
    font-size: 11px !important;
  }
  .estate-search-wrapper {
    margin: 80px auto;
  }
  .title-search {
    font-size: 16px !important;
    margin: 0 0 30px 0 !important;
  }
  .title-search::before {
    top: 8px;
  }
  .estate-search-section {
    margin: 0 0 40px 0;
  }
  .estate-search-list dt {
    font-size: 13px;
  }
  .estate-search-list dd ul li {
    margin: 0 10px 10px 0 !important;
    font-size: 11px;
  }
  .estate_contents__text {
    font-size: 14px;
  }
  .mansion-buidings__card {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__table,
  .page-header__table tr,
  .page-header__table td,
  .page-header__table thead,
  .page-header__table tbody {
    display: block;
    width: 100%;
  }
  .page-header__table {
    border-width: 1px 0 0 0;
  }
  .page-header__table tr:last-child td {
    border-width: 0 0 1px 0;
  }
  .wrapper-plan {
    flex-direction: column;
  }
  .wrapper-plan__img {
    max-width: 100%;
    margin: 0 0 40px 0 ;
  }
  .wrapper-plan__text {
    max-width: 100%;
    text-align: center;
  }
  .wrapper-plan__text__title,
  .wrapper-plan__text__price {
    text-align: left;
  }
  .wrapper-plan__text p {
    text-align: left;
  }
  .page-header {
    margin: 20px auto;
    padding: 0 24px;
  }
  .wrapper-event-contact {
    padding: 0 24px;
  }
  .estate-entry {
    padding: 0 0 24px 24px;
  }
.estate-entry .swiper-slide p {
    margin: 10px 0 0 0;
  }
.estate-entry .slider-nav {
    margin: 0 auto 0 auto !important;
    padding: 10px 0 0 0;
    position: relative;
    left: 0 !important;
    top: inherit !important;
    width: calc(100% - 48px) !important;
  }
.estate-entry .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
.estate-entry .swiper-pagination {
    width: 68px !important;
    height: 40px !important;
    font-size: 10px !important;
  }
.estate-entry .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .wrapper-basic-info {
    flex-direction: column;
    padding: 0 24px 36px 24px;
  }
  .estate-outline {
    width: 100%;
  }
  .estate-contents {
    margin: 0 auto 50px auto;
    padding: 0 24px;
  }
  .estate-contents-table,
  .estate-contents-table thead,
  .estate-contents-table tbody,
  .estate-contents-table tr,
  .estate-contents-table th,
  .estate-contents-table td {
    display: block;
  }
  .estate-contents-table {
    border-width: 1px 1px 0 1px;
  }
  .estate-contents-table th,
  .estate-contents-table td {
    border-width: 0 0 1px 0;
  }
  .estate-loan {
    flex-direction: column;
    align-items: center;
  }
  .estate-loan__box {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .estate-loan__box:first-child::after {
    right: calc(50% - 10px);
    top: inherit;
    bottom: -35px;
  }
  .estate-loan__box:nth-child(2)::after {
    right: calc(50% - 10px);
    top: inherit;
    bottom: -35px;
    transform: rotate(90deg);
  }
  .estate-loan__box:last-child {
    margin: 0 0 20px 0;
  }
  .estate-loan strong {
    font-size: 20px;
  }
  .estate-slider-wrapper {
    padding: 40px 0 40px 24px;
  }
  .estate-search-wrapper {
    padding: 0 24px;
  }
  .title-search::before {
    top: 0;
    position: relative;
    margin: 0 0 30px 0;
  }
  .estate-search-section {
    margin: 0 0 30px 0;
  }
  .estate-search-section.mb-0--sm {
    margin: 0;
    border-width: 0;
  }
  .estate-search-body {
    flex-direction: column;
    margin: 0 0 15px 0;
  }
  .estate-search-body__title {
    width: 100%;
  }
  .estate-search-body__title h3,
  .estate-search-body__title h4 {
    font-size: 14px !important;
  }
  .estate-search-body__list {
    width: 100%;
  }
  .estate-search-half {
    flex-direction: column;
  }
  .estate-search-half__body {
    width: 100%;
    padding: 0;
  }
  .estate-search-wrapper {
    padding: 0 24px;
  }
  .mansion-contact {
    margin: 0 auto 50px auto;
    padding: 0 24px;
  }
  .mansion-buidings__card {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .mansion-hero-img {
    margin: 0 auto 50px auto;
    padding: 0 24px;
  }
}

.estate-wrapper {
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 32px;
  align-items: flex-stretch;
}

.estate-wrapper .estate-contents {
  padding: 0;
}

.estate-article {
  width: 72%;
}

.estate-aside {
  width: 25%;
}

@media screen and (max-width: 999px) {
  .estate-wrapper {
    margin-bottom: 60px;
    padding: 0 24px;
  }
  .estate-article {
    width: 100%;
  }
  .estate-aside {
    display: none;
  }
}

.estate-name {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}

.estate-name__title {
  font-size: 32px;
  padding: 0 32px 0 0;
}

.estate-name__price {
  font-size: 28px;
  white-space: nowrap;
}

.estate-name__price strong {
  font-size: 1.5em;
}

@media screen and (max-width: 999px) {
  .estate-name {
    margin: 0 0 20px 0;
  }
  .estate-name__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .estate-name {
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .estate-name__title {
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    margin: 0 0 12px 0;
    padding: 0 55px 0 0 !important;
  }
  .estate-name__price {
    width: 100%;
    box-sizing: border-box;
    padding: 0 55px 0 0;
  }
  #shareButton {
    text-indent: -9999px;
    background-image: url(https://www.renoveru.jp/hubfs/estate/ico_share.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-width: 0;
    background-color: transparent;
  }
}

.estate-local-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-width: 1px 0;
  border-style: dotted;
  border-color: #707070;
  padding: 24px 0 14px 0;
}

.estate-local-nav li {
  margin: 0 26px 10px 0;
}

.estate-local-nav li a {
  display: inline-block;
  padding: 6px 0 0 32px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_circle_down.svg);
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  min-height: 24px;
  transition: 0.5s;
}

.estate-local-nav li a:hover {
  opacity: 0.75;
}

.estate-pc-info {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.estate-pc-info table {
  width: 56%;
  border-width: 0;
}

.estate-pc-info table th {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 14px 20px 14px 0;
  font-weight: bold;
  color: #8D8D8D;
  line-height: 1.4;
  white-space: nowrap;
}

.estate-pc-info table td {
  padding: 14px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCCCCC;
  line-height: 1.4;
}

.estate-pc-info__img {
  width: 38%;
}

.estate-pc-info__img figure,
.estate-sp-info__img figure {
  margin: 0 0 30px 0;
  padding: 0;
}

.estate-pc-info__img figure a,
.estate-sp-info__img figure a {
  display: block;
  position: relative;
  transition: 0.5s;
}

.estate-pc-info__img figure a:hover,
.estate-sp-info__img figure a:hover {
  opacity: 0.75;
}

.estate-pc-info__img figure a::after,
.estate-sp-info__img figure a::after {
  content: "";
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_zoom.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width: 63px;
  height: 63px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.estate-pc-info__img figure img,
.estate-sp-info__img figure img {
  width: 100%;
  height: auto;
  transform: scale(1.2);
}

.estate-pc-info__img figure figcaption,
.estate-sp-info__img figure figcaption {
  font-size: 14px;
  margin: 12px 0 0 0;
  padding: 0;
  display: block;
  line-height: 1.4;
}

.estate-slider {
  position: relative;
  margin: 0 0 32px 0;
}

.estate-slider .swiper-slide figure {
    aspect-ratio: 726 / 484;
    background-color: #F2F2F2;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

.estate-slider .swiper-slide figure img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

.estate-slider .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.estate-slider .swiper-pagination-bullet-active {
  background-color: #4C4C4C;
  transform: scale(1.5);
}

.estate-slider .swiper-button-prev {
  text-indent: -9999px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_prev-1.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}

.estate-slider .swiper-button-next {
  text-indent: -9999px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_next-1.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}

@media screen and (max-width: 999px) {
  .estate-article .slider {
    margin: 0 -24px;
  }
}

@media screen and (max-width: 767px) {
  .estate-slider .swiper-pagination {
    display: none;
  }
  
  .estate-slider .swiper-button-prev {
    background-image: url(https://www.renoveru.jp/hubfs/estate/ico_prev_mobile.svg);
    background-size: 100% auto;
    width: 14px;
    height: 24px;
  }

  .estate-slider .swiper-button-next {
    background-image: url(https://www.renoveru.jp/hubfs/estate/ico_next_mobile.svg);
    background-size: 100% auto;
    width: 14px;
    height: 24px;
  }
}

.estate-slider-side {
  margin-right: -4px !important;
}

.estate-slider-side .swiper-slide {
  cursor: pointer;
}

.estate-slider-side .swiper-wrapper {
  height: 470px !important; /* 1スライドの高さを調整 */
}
.estate-slider-side .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-sizing: border-box;
  padding: 0 4px 4px 0;
}

.estate-slider-side .swiper-slide-thumb-active {
  position: relative;
}

.estate-slider-side .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-width: 3px;
  border-style: solid;
  border-color: #4C4C4C;
  position: absolute;
  top: 0;
  left: 0;
}

.estate-slider-side .swiper-slide figure {
  background-color: #F2F2F2;
  width: 100%;
  height: 100%;
}

.estate-slider-side .swiper-slide img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.estate-slider-side.swiper-grid-column>.swiper-wrapper {
  flex-direction: row !important;
  align-content: flex-start;
}

.estate-slider-side-wrapper {
  margin: 0 0 32px 0;
  padding: 35px 0;
  position: relative;
}

.estate-slider-side-wrapper .swiper-button-prev {
  top: 0;
  bottom: inherit;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #E6E6E6;
  border-radius: 4px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_angle_up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.estate-slider-side-wrapper .swiper-button-next {
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #E6E6E6;
  border-radius: 4px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_angle_down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.estate-slider-side-wrapper .swiper-button-prev::after,
.estate-slider-side-wrapper .swiper-button-next::after {
  display: none;
}

.estate-slider-side-wrapper .swiper-button-prev.swiper-button-disabled,
.estate-slider-side-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.estate-aside__fixed {
  position: sticky;
  top: 120px;
}

.estate-sp-info {
  width: 100%;
  border-width: 0;
  margin: 0 0 24px 0;
}

.estate-sp-info th {
  text-align: center;
  width: 25px;
  margin: 0;
  padding: 0 0 10px 0;
  border-width: 0;
}

.estate-sp-info th img {
  width: auto;
  height: 18px;
}

.estate-sp-info td {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 10px 6px;
  border-width: 0;
}

.estate-detail-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.estate-detail-wrapper .estate-detail-wrapper__table-info {
  width: calc(60% - 15px);
  border-width: 0;
}

.estate-detail-wrapper .estate-detail-wrapper__table-price {
  width: calc(40% - 15px);
  border-width: 0;
}

@media screen and (max-width: 767px) {
  .estate-detail-wrapper {
    flex-direction: column-reverse;
  }
  
  .estate-detail-wrapper .estate-detail-wrapper__table-info {
    width: calc(100% - 32px);
    margin: 0 16px;
  }

  .estate-detail-wrapper .estate-detail-wrapper__table-price {
    width: calc(100% - 32px);
    margin: 0 16px 30px 16px;
  }
}

.estate-detail-wrapper .estate-detail-wrapper__table-info caption,
.estate-detail-wrapper .estate-detail-wrapper__table-price caption {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCCCCC;
}

@media screen and (max-width: 767px) {
  .estate-detail-wrapper .estate-detail-wrapper__table-info caption,
  .estate-detail-wrapper .estate-detail-wrapper__table-price caption {
    display: none;
  }
}

.estate-detail-wrapper .estate-detail-wrapper__table-info th,
.estate-detail-wrapper .estate-detail-wrapper__table-price th {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCCCCC;
  color: #8D8D8D;
  font-weight: bold;
  padding: 20px 20px 20px 0;
  font-size: 18px;
}

.estate-detail-wrapper .estate-detail-wrapper__table-info td,
.estate-detail-wrapper .estate-detail-wrapper__table-price td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 20px 0;
  line-height: 1.5;
}

.estate-detail-wrapper .estate-detail-wrapper__table-price td {
  text-align: right;
}

.estate-detail-wrapper .estate-detail-wrapper__table-price td table {
  border-width: 0;
  width: 100%;
}

.estate-detail-wrapper .estate-detail-wrapper__table-price td th {
  border-width: 0;
  padding: 0 20px 10px 0;
  line-height: 1.2;
    white-space: nowrap;
}

.estate-detail-wrapper .estate-detail-wrapper__table-price td td {
  border-width: 0;
  padding: 0 0 10px 0;
  vertical-align: bottom;
}

.estate-detail-wrapper .estate-detail-wrapper__table-price td tr:last-child th,
.estate-detail-wrapper .estate-detail-wrapper__table-price td tr:last-child td {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .estate-detail-wrapper .estate-detail-wrapper__table-price th {
    font-size: 12px;
    color: #000;
    font-weight: normal;
  }

  .estate-detail-wrapper .estate-detail-wrapper__table-price td {
    font-size: 12px;
    color: #000;
    font-weight: normal;
  }
  
  .estate-detail-wrapper .estate-detail-wrapper__table-info th {
    border-width: 0;
    color: #000;
    font-weight: normal;
    padding: 0 16px 0 0;
    font-size: 12px;
    line-height: 1.6;
  }

  .estate-detail-wrapper .estate-detail-wrapper__table-info td {
    border-width: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.6;
  }
}

.estate-sp-cta {
  border-width: 1px;
  border-style: solid;
  border-color: #E1E1E1;
  margin: 0 0 20px 0;
}

.estate-sp-cta__title {
  text-align: center;
  background-color: #F7E7DF;
  padding: 12px 0;
}

.estate-sp-cta__body {
  padding: 20px;
}

.estate-sp-cta__body dl {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 20px 0;
}

.estate-sp-cta__body dl:last-child {
  padding: 20px 0;
  position: relative;
}

.estate-sp-cta__body dl:last-child::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #E1E1E1;
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
}

.estate-sp-cta__body dl dt {
  color: #DC5C00;
  padding: 0 16px 0 0;
  color: #DC5C00;
  width: 30%;
  box-sizing: border-box;
  font-size: 14px;
}

.estate-sp-cta__body dl dd {
  font-size: 14px;
  line-height: 1.5;
  width: 70%;
}

.estate-sp-cta__body dl dd strong {
  font-weight: normal;
  font-size: 16px;
}

.estate-sp-cta__body dl dd small {
  font-size: 12px;
  color: #949494;
}

.estate-sp-cta__body dl dd ul {
  margin: 0;
  padding: 0;
}

.estate-sp-cta__body dl dd ul li {
  margin: 0 0 4px 0;
  padding: 0 0 16px 0;
  font-size: 12px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_angle_down_grey.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 40px bottom;
}

.estate-sp-cta__body dl dd ul li:last-child {
  margin: 0;
  padding: 0;
  background-image: none;
}

.estate-sp-cta__body .estate-sp-cta__btn {
  display: block;
  color: #fff;
  background-color: #DC5C00;
  padding: 16px;
  border-radius: 32px;
  text-align: center;
}

.estate-sp-cta__body .estate-sp-cta__btn span {
  display: inline-block;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: right 0.2em;
  padding: 0 24px 0 0;
}

.estate-sp-caution {
  margin: 20px 0;
}

.estate-sp-caution li {
  font-size: 12px;
  list-style: disc;
  margin: 0 0 0 1.2em;
  line-height: 1.5;
}

.estate-sp-caution li a {
  text-decoration: underline;
}

.estate-pc-cta {
  margin: 0 0 32px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #D1D1D1;
}

.estate-pc-cta__title {
  font-weight: bold;
    padding: 12px 20px;
    background-color: #FCF3E6;
}

.estate-pc-cta__body {
  padding: 20px;
}

.estate-pc-cta__btn {
  display: block;
    transition: 0.5s;
    background-color: #DE5C00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
    border-radius: 35px;
    background-image: url(https://www.renoveru.jp/hubfs/estate/ico_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.estate-pc-cta__btn:hover {
  opacity: 0.75;
}

.estate-pc-cta__body dl {
  margin: 0 0 20px 0;
}

.estate-pc-cta__body dl dt {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.estate-pc-cta__flow dt {
  cursor: pointer;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_plus.svg);
  background-repeat: no-repeat;
  background-position: right 0;
  padding: 0 24px 0 0;
  min-height: 18px;
}

.estate-pc-cta__flow dt.active {
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_minus.svg);
}

.estate-pc-cta__body dl dd {
  font-size: 14px;
  line-height: 1.5;
}

.estate-pc-cta__body dl dd small {
  color: #919191;
  font-size 12px;
}

.estate-pc-cta__body dl dd ul {
  margin: 0;
  padding: 0;
}

.estate-pc-cta__body dl dd ul li {
  margin: 0 0 4px 0;
  padding: 0 0 16px 0;
  font-size: 12px;
  background-image: url(https://www.renoveru.jp/hubfs/estate/ico_angle_down_grey.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 40px bottom;
}

.estate-pc-cta__body dl dd ul li:last-child {
  margin: 0;
  padding: 0;
  background-image: none;
}

.popup-lists {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}

.popup-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  overflow-y: auto;
  z-index: 3;
}

.popup-window.show {
  display: flex;
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  height: calc(100% - 100px);
  box-sizing: border-box;
  overflow-y: auto;
  text-align: center;
  margin: 50px 0 0 0;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.close-popup:hover {
  opacity: 0.75;
}

.popup-images img {
  width: 100%;
  margin-bottom: 10px;
}

.btn-link-copy {
  display: block;
  margin: 0 0 50px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #AEAEAE;
  border-radius: 32px;
  padding: 16px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #AEAEAE;
}

.estate-localnavi-sp {
  display: flex;
  background-color: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #cccccc;
  position: sticky;
  top: 60px;
  z-index: 3;
}

.estate-localnavi-sp li {
  width: 25%;
}

.estate-localnavi-sp li a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}

.estate-localnavi-sp li a.active {
  color: #1A1A1A;
}

.estate-localnavi-sp li a span {
  padding: 12px 2px;
  display: inline-block;
  position: relative;
}

.estate-localnavi-sp li a.active span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  bottom: 0;
  left: 0;
  position: absolute;
}

.estate-map-sp {
  margin: 0 0 40px 0;
  width: 100%;
}

.estate-company {
  padding: 0 24px;
}

.estate-company h2 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 12px 0;
}

.estate-company p {
  font-size: 12px;
  line-height: 1.8;
}

 .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
   z-index: 10000;
   opacity: 0;
    transition: opacity 0.5s ease-in-out;
        }

.modal-show {
    display: flex;
    opacity: 1;
}

        .modal-content {
            background: white;
            padding: 40px;
            border-radius: 10px;
            position: relative;
            text-align: center;
            display: flex;
          flex-direction: column;
          align-items: center;
        }

@media screen and (max-width: 767px) {
          .modal-content {
            padding: 20px;
        }
}

        .modal-content img {
            max-width: 100%;
            height: auto;
        }

        .modal-close {
            margin-top: 15px;
            display: inline-block;
            border-width: 1px;
            border-style: solid;
            border-color: #AEAEAE;
            border-radius: 32px;
            padding: 16px 32px;
            position: relative;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
            color: #AEAEAE;
          transition: 0.5s;
          background-color: #fff;
          font-size: 16px;
        }

        .modal-close:hover {
            opacity: 0.75;
        }

        .image-link {
            color: blue;
            text-decoration: underline;
            cursor: pointer;
        }