@charset "UTF-8";
/* Realestate Detail */
.estate__detail {
  padding: 0 0 8rem 0;
}
.estate__detail .photo__box {
  margin: 0 0 2rem 0;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 1rem;
}
.estate__detail .photo__slider__box {
  flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  .estate__detail .photo__slider__box {
    flex-basis: 100%;
    margin: 0 0 4rem 0;
  }
}
.estate__detail .photo__slider__box img {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .estate__detail .photo__slider__box img {
    border-radius: 6px;
  }
}

.estate__detail .photo__slider__box .splide__slide .slide__image{
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.estate__detail .photo__slider__box .splide__slide .slide__image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 0;

}
.estate__detail .photo__slider__box .thumb__box .flex__box {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  justify-content: start;
}
.estate__detail .photo__slider__box .thumb__box .flex__box li {
  flex-basis: calc((100% - 30px) / 4);
}
.estate__detail .photo__slider__box .thumb__box .flex__box li a {
  display: block;
  cursor: pointer;
}
.estate__detail .photo__slider__box .thumb__box .flex__box li img{
width: 100%; height: auto;
}
.estate__detail .photo__slider__box .note {
  display: block;
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
}
.estate__detail .text__box {
  flex-basis: calc(45% - 50px);
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .estate__detail .text__box {
    flex-basis: 100%;
  }
}
.estate__detail .text__box .category__box {
  margin: 0 0 2rem 0;
}
.estate__detail .text__box .category__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.estate__detail .text__box .category__box ul li {
  font-size: 1.5rem;
  color: #255d40;
  display: inline-flex;
  height: 3.6rem;
  border-radius: 1.8rem;
  border: #255d40 solid 1px;
  justify-content: center;
  padding: 0 2rem;
  align-items: center;
  line-height: 1;
}
.estate__detail .text__box h4 {
  font-size: 2.7rem;
  padding: 0 10rem 1rem 0;
  position: relative;
  color: #255d40;    
}
@media screen and (max-width: 767px) {
  .estate__detail .text__box h4 {
    font-size: 2.2rem;
  }
}
.estate__detail .text__box h4 .estate__type {
  display: flex;
  position: absolute;
  right: 0;
  top: calc((100% - 1rem) / 2);
  transform: translateY(-50%);
  font-family: "BIZ UDPGothic", serif;
  height: 2.8rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 1.4rem;
  border: #255d40 solid 1px;
  width: 100px;
}
.estate__detail .text__box .estate__number {
  border-bottom: #255d40 solid 1px;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
.estate__detail .text__box .estate__number dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
}
.estate__detail .text__box .estate__number dl dt {
  line-height: 1;
  font-size: 1.6rem;
  color: #255d40;
  font-weight: bold;
  align-self: center;
}
.estate__detail .text__box .estate__number dl dd {
  line-height: 1.3;
  font-size: 2.2rem;
  color: #255d40;
  font-weight: bold;
  align-self: center;
}
.estate__detail .text__box p {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 0 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(77, 77, 77, 0.50);
  ;
  font-weight: bold;
}
.estate__detail .text__box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: rgba(77, 77, 77, 0.5019607843) solid 1px;
}
.estate__detail .text__box dl dt {
  margin: 0 auto 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.estate__detail .text__box dl dd {
  margin: 0 0 0 auto;
  font-size: 1.5rem;
}
.estate__detail .text__box dl dd sup {
  font-size: 0.6em;
}
.estate__detail .text__box dl dd .price {
  font-size: 2.8rem;
  font-weight: bold;
}
.estate__detail .text__box dl dd .unit {
  font-size: 1.8rem;
  font-weight: bold;
}
.estate__detail .text__box .zoom__image {
  margin: 5rem 0 0 0;
  cursor: pointer;
}
.estate__detail .text__box .zoom__image:hover {
  opacity: 0.8;
}
.estate__detail .text__box .zoom__image figure {
  padding: 10rem 3.5rem;
  background: white;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.estate__detail .text__box .zoom__image figure .icon {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2.6rem;
  color: white;
  background: #4d4d4d;
  align-items: center;
  border-top-left-radius: 5px;
}
.estate__detail .estate__outline {
  flex-basis: 100%;
  margin: 6rem 0 0 0;
}
.estate__detail .estate__outline h4 {
  margin: 0 0 3rem 0;
}
.estate__detail .estate__outline .estate__outline__table {
  flex-basis: calc((100% - 50px) / 2);
  position: relative;
  padding: 0 0 1.2rem 0rem;
  border-bottom: #d4d6de solid 1px;
  margin: 0 0 1.2rem 0;
  color: #4d4d4d;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .estate__detail .estate__outline .estate__outline__table {
    flex-basis: 100%;
    padding: 0 0 1.2rem 0rem;
  }
  .estate__detail .text__box .zoom__image figure {
    padding: 3.5rem;
  }
  .estate__detail .text__box h4 .estate__type {
    position: static;
    margin: 1rem 0 0 auto;
    transform: unset;
  }
  .estate__detail .text__box .estate__name {
    padding: 0 1rem 1rem 0;
  }
  .estate__detail .text__box dl dt {
    width: 11rem;
  }
  .estate__detail .text__box dl dd {
    width: calc(100% - 12rem);
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  /*.estate__detail .text__box dl dd{text-align: left;}*/
}
.estate__detail .estate__outline .estate__outline__table dt {
  /*! position: relative; */
  /*! left: 0; */
  /*! top: 0; */
  width: 14rem;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 600;
}
.estate__detail .estate__outline .estate__outline__table dd {
  font-size: 1.5rem;
  font-feature-settings: "palt";
  width: calc(100% - 16rem);
}
.estate__detail .estate__outline .estate__outline__table dd sup {
  font-size: 0.6em;
}
.estate__detail .estate__outline .estate__outline__table ul {
  list-style-type: none;
  padding: 0;
}
.estate__detail .estate__outline .estate__outline__table ul li {
  display: flex;
}
.estate__detail .estate__outline .modify__date {
  margin: 4rem 0 0 0;
}
.estate__detail .estate__outline .modify__date p {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  color: #255d40;
}
.estate__detail .cv__box {
  flex-basis: 100%;
  margin: 8rem 0 0 0;
  font-weight: 600;
}
.estate__detail .cv__box a {
  display: flex;
  background: #255d40;
  color: white;
  padding: 0 2rem 0 2rem;
  width: 100%;
  margin: 0 auto 40px auto;
  font-size: 2rem;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  height: 12rem;
  font-family: "BIZ UDPMincho", serif;
  max-width: 470px;
}
.estate__detail .cv__box a .icon01 {
  font-size: 5rem;
  margin: 0 2rem 0 0;
  flex-basis: 5rem;
  display: block;
}
.estate__detail .cv__box a .icon02 {
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #255d40;
  background: white;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 auto;
}
.estate__detail .cv__box a:hover {
  background: #053826;
}
.zoom__image__dialog {
  z-index: 100;
  position: fixed;
  border: none;
  border-radius: 20px;
  padding: 5rem;
  max-width: 1000px;
  width: calc(100% - 100px);
  max-height: calc(100% - 80px);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .estate__detail .estate__outline .estate__outline__table dt {
    position: static;
  }
  .estate__detail .estate__outline .estate__outline__table {
    display: flex;
    justify-content: space-between;
  }
  .estate__detail .estate__outline .estate__outline__table dt {
    width: 12rem;
  }
  .estate__detail .estate__outline .estate__outline__table dd {
    width: calc(100% - 15rem);
  }
}
@media screen and (max-width: 767px) {
  .zoom__image__dialog {
    max-height: calc(100% - 40px);
    padding: 3rem 2rem 2rem;
    width: calc(100% - 40px);
  }
}
.zoom__image__dialog .content {
  width: 100%;
  margin: 0 auto;
  color: #4d4d4d;
}
.zoom__image__dialog .content h3 {
  font-size: 3rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0 0 2rem 0;
  margin: 0 0 3rem 0;
  border-bottom: #4d4d4d solid 1px;
}
@media screen and (max-width: 767px) {
  .zoom__image__dialog .content h3 {
    font-size: 2.2rem;
    margin: 0 0 2rem 0;
  }
}
.zoom__image__dialog .content .zoom__image {
  text-align: center;
}
.zoom__image__dialog .content .zoom__image img {
  margin: 0 auto;
}
.zoom__image__dialog .content .btn__box {
  width: 100%;
  max-width: 120px;
  margin: 4rem auto 0 auto;
}
.zoom__image__dialog .content .btn__box button {
  height: 40px;
  color: white;
  background: #255d40;
  font-size: 1.6rem;
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
.zoom__image__dialog .content .btn__box button:hover {
  background: #053826;
}
.zoom__image__dialog .content .btn__box button:before {
  content: "close";
  font-family: "Material Icons";
  display: inline-block;
  margin: 0 1rem 0 0;
}
.zoom__image__dialog::backdrop {
  background-color: rgba(37, 93, 64, 0.8);
  z-index: 99;
}
/*  */
.splide__arrow {
  width: 48px;
  height: 48px;
  background: #fff;
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::after {
  content: "";
  color: var(--green-green01, #255D40);
  text-align: center;
  font-family: "Material Icons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #999999;
}
.splide__pagination__page.is-active {
  transform: scale(1);
  background: #255D40;
}
.splide__arrow--prev::after {
  content: "arrow_back";
}
.splide__arrow--next::after {
  content: "arrow_forward";
}
.splide__slide .cap {
  font-size: 1.6rem;
  line-height: 2;
  text-align: right;
  margin: 10px 0 0;
  width: 100%;
}
.splide__pagination {
  bottom: 0;
}
#pickup__slider .splide__track--fade > .splide__list > .splide__slide {
  transition: opacity 600ms ease;
}
.splide__slide {
  padding: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.estate__detail .box__map {
  margin: 6rem 0 0;
}
.estate__detail .box__map iframe {
  width: 100%;
}
.estate__detail .history__box {
  margin: 6rem 0 0;
}
.estate__detail .history__box > .flex__box {
  justify-content: start;  
}
.estate__detail .history__box .history__item {  
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .estate__detail .history__box > .flex__box {
    margin-bottom: -2.4995%;
  }
  .estate__detail .history__box .history__item {
    width: 31.667%;
    margin: 0 2.4995% 2.4995% 0;
  }
  .estate__detail .history__box .history__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .splide__slide .cap {
    margin: 5px 0 0;
    font-size: 1.4rem;
  }
}
.history_item_ttl {
  display: flex;
  gap: 15px;
}
.history_item_ttl .price_tit {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.425;
  color: #255D40;
  font-family: "BIZ UDPMincho", serif;
  text-indent: -1.45em;
  margin-left: 1.45em;
}
.history_item_ttl .price_tit::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.125em;
  background: url(../img/common/icon_leaf_01.svg) center center/100% 100% no-repeat;
  margin: 0 0.2em 0 0;
  vertical-align: text-bottom;
}
.history_item_ttl p.price {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  color: #4D4D4D;
  padding: 10px 0;
  border-bottom: 1px solid rgba(77, 77, 77, 0.50);
}
.history_item_ttl p.price span.unit {
  font-size: 1.4rem;
  font-weight: bold;
}
.history_item_ttl .photo_box {
  width: 47.42%;
}
.history_item_ttl .txt_box {
  width: 47.42%;
}
.estate__detail .history__box .history__item .info {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 15px 0 10px;
  line-height: 150%;
}
.history__item a {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem 0 1rem;
  border-radius: 10px;
  background: #8f6800;
  color: white;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  font-size: 1.3rem;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  max-width: 155px;
  font-weight: bold;
}
.history__item a::after {
  content: "arrow_forward";
  font-family: "Material Icons";
  background: white;
  /* font-size: 1.4rem; */
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #8f6800;
  line-height: 1.2;
  padding: 0 0 0 1px;
  font-weight: 400;
}
.history__item a:hover {
  background: #5d480d;
}
.modify__date {
  text-align: right;
  margin: 6rem 0;
  font-size: 1.4rem;
  color: #255D40;
}
.estate__detail .btn__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.estate__detail .btn__box {
  max-width: 570px;
  margin: 0 auto;
}
.estate__detail .btn__box ul li {
  width: 47.3684%;
  background: #255D40;
  color: #fff;
  border-radius: 10px;
}
.estate__detail .btn__box ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estate__detail .btn__box ul li a .icon {
  width: 1.1875em;
  height: 1.1875em;
  background: #fff;
  color: #255D40;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 10px;
  font-size: 1.6rem;
  padding: 2px 0 0;
}
.estate__detail .btn__box ul li a:hover {
  background: #053826;
}
@media screen and (max-width: 1024px) {
  .estate__detail .history__box > .flex__box {
    margin-bottom: -4%;
  }
  .estate__detail .history__box .history__item {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 20px;
  }
  .estate__detail .history__box .history__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .history_item_ttl {
    flex-wrap: wrap;
  }
  .history_item_ttl .photo_box {
    width: 100%;
  }
  .history_item_ttl .photo_box img {
    width: 100%;
  }
  .history_item_ttl .txt_box {
    width: 100%;
  }
  .history_item_ttl p.price {
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .modify__date {
    margin: 4rem 0;
  }
  .splide__arrow {
    width: 30px;
    height: 30px;
  }
  .splide__arrow::after {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .estate__detail .history__box > .flex__box {
    margin: 0;
  }
  .estate__detail .history__box .history__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .estate__detail .history__box .history__item:last-of-type {
    margin: 0;
  }
  .history_item_ttl .photo_box img {
    width: 100%;
  }
  .estate__detail .btn__box ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .estate__detail .btn__box ul li:last-child {
    margin: 0;
  }
}
.estate__detail .link__box {
  margin: 4rem 1rem 0;
}
.estate__detail .link__box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #255d40;
  font-size: 2.4rem;
  height: 12rem;
  gap: 1rem;
  font-family: "BIZ UDPMincho", serif;
  text-decoration: none;
  padding: 1rem 2rem;
  font-weight: 600;
}
.estate__detail .link__box a .material-icons {
  font-size: 44px;
  margin: 0 1.5rem 0 0;
}
.estate__detail .link__box a .icon {
  flex-basis: 2rem;
  margin: 0 0 0 auto;
}
.estate__detail .link__box a:hover {
  background: #053826;
}
@media screen and (max-width: 767px) {
  .estate__detail .link__box a {
    margin: 0 auto;
    font-size: min(2rem, 4vw);
    height: auto;
    padding: 1rem 1.5rem 1rem 1rem;
    min-height: 9rem;
  }
  .estate__detail .text__box p {
    font-size: 1.6rem;
  }
}
.estate__detail .splide__arrow {
  top: calc(50% - 25px);
}
