<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.p-realitive {
  overflow: hidden;
  position: relative;
}

.sales-status {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;

  width: 76px;
  height: 76px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='76' viewBox='0 0 76 76' fill='none'%3E%3Cpath d='M0 0H68C72.4183 0 76 3.58172 76 8V76L0 0Z' fill='%23E86922'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 6px;
}

.sales-status p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; 
  transform: rotate(45deg);
  margin: 12px -3px 0 0;
  line-height: 1;
}


ul, li {
  padding-left:0;
  list-style:none;
}

ul#estate-list{
  margin: 0;
}

.estate-list__wrapper {
  width:100%;
  background-color:#FFFFFF;
}

.estate-list__title {
  width:100%;
  background-color:#FBF5E2;
  padding: 1rem 1.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.estate-list__title.from_email {
  background-color: #494949;
  color: #fff;
}

.estate-list__title .is_tag{
  background: var(--error);
  color: var(--white);
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-block;
  margin-left: 1rem;
}

.estate-list__inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  padding:12px 16px;
  gap:1.6rem;
} 

.estate-list__left {
  width: 100%;
  display: grid;
  gap: 0.8rem;
  align-items: start;
}

.estate-list__left.hasImage{
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr;
}


.estate-list__top-img-wrap {
  width:100%;
  aspect-ratio:16/9;
  background: #fafafa;
  position: relative;
}

.estate-list__top-img-wrap:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.estate-list__top-img-wrap .is_imageSliderButton{
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 5rem;
  height: 5rem;
}
.estate-list__top-img-wrap .is_imageSliderButton:hover{
  cursor: pointer;
}
.estate-list__top-img-wrap:nth-child(2){
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.estate-list__top-img-wrap:nth-child(3){
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.estate-list__top-img-wrap&gt;img {
  object-fit:contain;
  width:100%;
/*   height:100%; */
  height: auto;
}

.estate-list-left-inner {
  width:100%;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:1rem;
}

.estate-list__bottom-img-wrap {
  aspect-ratio:434/248;
  width:100%;
}

.estate-list__bottom-img-wrap&gt;img {
  object-fit:cover;
  width:100%;
  height:100%;
}

.estate-list__right {
  width:100%;
  display:flex;
  flex-direction:column;
  gap: 1.6rem;
}

.estate-list__grid06{
  display: grid;
  gap: 0.6rem;
}

.estate-list__right-info {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.estate-list__right-info-wrap {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  gap:0.6rem;
}

.estate-list__right-info--key {
  display: flex;
  padding: 1px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--green, #66AA51);
  color: var(--green, #66AA51);
  /* 14_b */ 
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.24rem */
  white-space: nowrap;
}

.estate-list__right-info--value {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.56rem */
}

.estate-list-right-top {
  width:100%;
  border:1px solid #E2E2E2;
}

.estate-list-left-column {
  min-width:100px;
  background-color:#FAFAFA;
  border:1px solid #E2E2E2;
  padding:8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left; 
}
.estate-list-right-column {
  width:100%;
  border:1px solid #E2E2E2;
  padding:8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left; 
}
.estate-list-right-top-innner {
  width:100%;
  display:flex;
}

.estate-list-right-top-innner-wrapeer {
  display:flex;
  width:100%;
}



.estate-list-right-bottom {
  background: #F3FFEF;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--black, #333);
  /* p_r */
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.56rem */
}
.estate-list__button-wrapper {
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0.8rem;
  height:auto;
  margin-top:auto;
}

.fv-button {
  padding:4px 8px;
  background-color:#FBF5E2;
  border:solid 1px #EBB108;
  border-radius:8px;
  margin-right:10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
}

.check-detail {
  padding: 4px 8px;
  background-color:#66AA51;
  border:1px solid #66AA51;
  border-radius:8px;
  color:white;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
}

.bl_detailContent .head2 {
  width:100%;
  margin:20px 0;
  margin-top: 0!important;
}

.head2-text {
  width:100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 35.2px;
  letter-spacing: 0.05em;
  text-align: left;
}

.head2-under-bar {
  display:flex;
  height:3px;
  width:150px;
  box-shadow: 0px 1px 0px 0px gray;
}

.head2-left {
  width:50%;
  background-color:#66AA51;
}

.head2-right {
  width:50%;
}

.detail-table-title, .location-wrapper-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 35.2px;
  letter-spacing: 0.05em;
  text-align: left;
  color:#66AA51;
  margin-bottom:10px;
}

.detail-table {
  width:100%;
  margin-bottom:15px;
  display:flex;
}

.detail-table-left {
  width:100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.detail-line {
  width:100%;
  display:flex;
}

.detail-column-left {
  width:110px;
  padding:8px;
  border: 1px solid #E2E2E2;
  background-color:#FAFAFA;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left; 
}

.detail-column-right {
  width: calc(100% - 110px);
  padding:8px;
  border: 1px solid #E2E2E2;
  background-color:#FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;   
}

.location-wrapper-title {
  width:100%;
  display:flex;
}

.location-wrapper {
  width:100%;
  display:flex;
  margin-bottom:22px;
}

.detail-location-left {
  width:100%;
  margin-right:10px;
}

.detail-location-right {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  width:100%;
}

.estate-list-button-wrapper2 {
  width:100%;
  max-width: 100%;
  display:flex;
  justify-content:space-between;
  padding-bottom:12px;
  /*   padding-right:16px; */
  gap: 4rem;
}

.btn-fix-estate-list {
  width: 50% !important;
}

@media(max-width: 600px) {
  .estate-list-button-wrapper2 {
    gap: 15px !important;
    /*     justify-content: space-between; */
  }
  .btn-fix-estate-list {
    width: calc(50% - 15px) !important;
  }
}

.button2 {
  padding: 4px 8px;
  background-color:#66AA51;
  border:1px solid #66AA51;
  border-radius:8px;
  color:white;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
}



.detail-caution {
  margin: 16px 0;
}

.detail-caution&gt;div {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;
  color:#908F8F;
}

.information-registration-date {
  display:flex;
  margin-top: ;
}

.information-registration-date&gt;div {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;
  color:#908F8F;
  margin-right:8px;
}



.bl_detailContent{
  padding: 2.4rem; 
}

@media screen and (max-width: 1024px) {
  .estate-list__inner {
    display:block;
  } 

  .estate-list__left {
    width:100%;
    flex: 1;
    margin-bottom:1rem;
    margin-right:0;
  }

  .estate-list__top-img-wrap {
    margin-bottom:0;
  }

  .estate-list__right {
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .estate-list__button-wrapper {
    display:flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .detail-table-left {
    grid-template-columns: repeat(1, 1fr);
  }
}


{# no image #}
.noImage{
  background: var(--gray-light);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
}

.noImage svg{
  width: 70%;
  height: 70%;
  max-width: 25rem;
  margin: 0 auto;
  display: block;
}

{# slider #}
.bl_imageSliderPopup{
  width: 90vw;
  max-width: 1260px;
}
#splide4 .splide__arrow--prev{
  left: 0;
}
#splide4 .splide__arrow--next{
  right: 0;
}

#splide4 .splide4-img {
  width:100%;
  aspect-ratio:16/9;
} 

#splide4 .splide4-img img {
  width:100%;
  height:100%;
  object-fit:contain;
}</pre></body></html>