@charset "utf-8";

.section_detail{
  padding-bottom: 75px;
}

/*詳細：ヘッド*/
.section_detail_head {
  position: relative;
}


/*詳細：物件情報*/
.section_detail_facility .amenities_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 25px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section_detail_facility .amenities_block{
    margin-bottom: 30px;
  }
}

 /*物件情報*/
.section_detail_propinfo .property_table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
  margin-bottom: 32px;
}

.section_detail_propinfo .property_table .box.left{
  position: relative;
  width: 50%;
}

.section_detail_propinfo .property_table .box.right{
  position: relative;
  width: 50%;
}

.section_detail_propinfo .property_table dl {
  display: grid;
  grid-template-columns: 125px 1fr;
  min-height: 52px;
  margin: 0;
  break-inside: avoid;
  background: #fff;
  font-size: 2.1rem;
}

.section_detail_propinfo .property_table dt {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  background: #ECF4E9;
  font-weight: 400;
  box-sizing: border-box;
  color: #1a1a1a;
  line-height: 1.5;
}

.section_detail_propinfo .property_table dl:not(:last-child) dt {
  border-bottom: 2px solid #FFFFFF;
}
.section_detail_propinfo .property_table dl:not(:last-child) dd {
  border-bottom: 2px solid #faf7f0;
}
@media screen and (max-width: 1024px){
  .section_detail_propinfo .property_table .box_right dl:first-child dt {
    border-top: 2px solid #FFFFFF;
  }
  .section_detail_propinfo .property_table .box_right dl:first-child dd {
    border-top: 2px solid #faf7f0;
  }
}
.section_detail_propinfo .property_table dd {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  margin: 0;
  box-sizing: border-box;
  color: #1a1a1a;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {

  .section_detail_propinfo .property_table {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .section_detail_propinfo .box_right{
    display: none;
  }
  .section_detail_propinfo .button_more_area{
    display:block;
  }
}
@media screen and (max-width: 768px) {
  .section_detail_propinfo .property_table dl {
    font-size: 1.8rem;
  }


}

/*詳細：物件の特徴*/

/*特徴リスト*/
.item_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap:20px;
}

.item_list li {
  padding: 20px 40px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  background: #fff;
  color: #1a1a1a;
}

@media(max-width:1024px){

  .item_list {
    overflow:hidden;
    margin-bottom: 25px;
    transition:max-height .3s;
  }

}
@media(max-width:768px){
  .item_list li {
    padding: 1em;
    font-size: 1.4rem;
  }
}

/*コメント*/
.section_detail_feature .comment_box {
  border-radius: 10px;
  padding: 25px 40px;
  background: #fff;
  margin-bottom: 40px;
  margin-top: 50px;
}

.section_detail_feature .comment_box .ttl {
  position: relative;
  padding-left: 50px;
  line-height: 37px;
  margin-bottom: 25px;
  color: #00812c;
  font-size: 2.1rem;
  font-weight: bold;
}

.section_detail_feature .comment_box .ttl::after {
  width: 40px;
  height: 37px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 37px;
  background: url(../svg/icon_comment.svg) no-repeat  50% 50% / 100%;
}

.section_detail_feature .comment_box .conts p {
  font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .section_detail_feature .comment_box {
    margin-top: 40px;
  }
}

/*周辺環境*/


/*四角マーク付きリスト*/
.section_detail_feature .sq_mark_list {
  position: relative;
}

.section_detail_feature .sq_mark_list li {
  padding-left: 2em;
  text-indent: -1em;
  font-size: 2.1rem;
}

.section_detail_feature .sq_mark_list li::before {
  content: "■";
  display: inline-block;
  color: #00843d;
  margin-right: 0.5em;
}

/*詳細：アクセス*/
.section_detail_access {
  position: relative;
}

.section_detail_access .map_box {
  position: relative;
  max-width: 958px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.section_detail_access .map_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
}


/*詳細：YouTube*/
.section_detail_youtube {
  position: relative;
}

.section_detail_youtube .movie_box {
  position: relative;
  max-width: 958px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.section_detail_youtube .movie_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
}

/*詳細：お問い合わせ*/
.section_detail_contact {

}

.section_detail_facility .amenities_list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 25px 20px;
  margin-bottom: 60px;
}

.section_detail_facility .amenities_list li {
  text-align: center;
  flex: 1;
}

.section_detail_facility .amenities_list .icon {
  width: 120px;
  aspect-ratio: 1;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_detail_facility .amenities_list .icon img {
  width: 100%;
  height: auto;
}

.section_detail_facility .amenities_list p {
  font-size: 1.4rem;
  line-height: 1.5;
  min-height: 2.2em;
}
@media screen and (max-width: 1440px) {
  .section_detail_facility .amenities_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 90px);
    justify-content: center;
    justify-items: start;
    gap: 25px 20px;
    margin-bottom: 60px;
  }

  .section_detail_facility .amenities_list li {
    text-align: center;
    flex:none
  }

  .section_detail_facility .amenities_list .icon {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section_detail_facility .amenities_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    gap: 2em 5.26%;
    margin-bottom: 30px;
  }

  .section_detail_facility .amenities_list > li:nth-child(n+11) {
    display: none;
  }

  .section_detail_facility .amenities_list li {
    text-align: center;
    flex:none;
/*     width: calc((100% - 5.26%*4) / 5); */
  }

  .section_detail_facility .amenities_list .icon {
    width: 100%;
  }

  .section_detail_facility .amenities_list p {
    min-height: 2.2em;
    font-size: clamp(1rem, 3vw, 1.4rem);
  }
}

@media screen and (max-width: 768px) {
  .section_detail_facility .amenities_list {
      gap: 1.5em 3%;
      margin-bottom: 40px;
  }
  .section_detail_facility .amenities_list > li:nth-child(n+11) {
    display: none;
  }
}



.section_detail_head .item_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  order: 1;
}

.section_detail_head .item_ttl .categroy {
  width: 170px;
  padding:7px 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: linear-gradient(#00ad3b 0%, #00812c 100%);
}

.section_detail_head .item_ttl .ttl {
  font-size: 3rem;
  font-weight: 700;
}

.section_detail_head .item_catch {
  font-size: 3rem;
  line-height: 2;
  font-family: var(--serif);
  order: 1;
}

.section_detail_head .local_nav {
  margin-top: 40px;
  margin-bottom: 50px;
}

.section_detail_head .local_nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 100%;
  gap:4px;
}

.section_detail_head .local_nav  ul a {
  display: block;
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
  background: #fff;
}

.section_detail_head .row{
  display: grid;
  grid-template-columns: minmax(0,1fr) 466px;
  gap:30px;
  order: 1;
}

.section_detail_head .row>.col2 dl.propinfo{
  margin-bottom: 20px;
}

.section_detail_head .row>.col2 dl.propinfo>div{
  display: flex;
  width: 100%;
  gap:26px;
}

.section_detail_head .row>.col2 dl.propinfo dt,
.section_detail_head .row>.col2 dl.propinfo dd{
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
  border-bottom: 1px solid #9a927f;

}
.section_detail_head .row>.col2 dl.propinfo>div.dl_row1 dd{
  padding-top: 0;
}

.section_detail_head .row>.col2 dl.propinfo dt{
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  font-weight: normal;
  width: 150px;
}

.section_detail_head .row>.col2 dl.propinfo dd{
  display: flex;
  font-size: 2rem;
  margin: 0;
  width: calc(100% - 150px - 26px);
}

.section_detail_head .row>.col2 dl.propinfo dd strong{
  font-size: 3rem;
}
.section_detail_head .row>.col2 .button1{
    margin-bottom: 35px;
}
.section_detail_head .row>.col2 .sns_ttl{
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #3e3727;
  margin-bottom: 15px;
}
.section_detail_head .row>.col2 .sns_list{
  display: flex;
  gap:40px;
  justify-content: center;
}

.section_detail_head .row>.col2 .sns_list>li{
  width: 66px;
}

.section_detail_head .row>.col2 .sns_list>li>a{
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.section_detail_head .row>.col2 dl.propinfo>div:last-child dt,
.section_detail_head .row>.col2 dl.propinfo>div:last-child dd{
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {

  .section_detail_head .row{
    display: block;
    margin-bottom: 0px;
  }

  .section_detail_head .row>.col1{
    margin-bottom: 40px;
  }
  .section_detail_head .row>.col1,
  .section_detail_head .row>.col2{
    width: 100%;
  }

  .section_detail_head .row>.col2 .button1{
    margin: 50px auto 35px;
  }

  .section_detail_head .item_head{
    flex-direction: column;
    display: flex;
  }
  .section_detail_head .item_catch{
    margin-bottom: 50px;
  }

  .section_detail_head .local_nav {
    margin-top: 40px;
    margin-bottom: 0;
    order:5;
  }

  .section_detail_head .item_catch {
    font-size: clamp(1.5rem, 4.5vw, 3rem);
  }

  .section_detail_head .item_ttl .ttl {
    font-size: clamp(1.5rem, 4.5vw, 3rem);
  }

  .section_detail_head .local_nav ul {
    grid-template-columns: repeat(2,1fr);
    gap:8px;
  }

  .section_detail_head .local_nav.li5 ul,
  .section_detail_head .local_nav.li6 ul {
    grid-template-columns: repeat(3,1fr);
    gap:8px;
  }

  .section_detail_head .row>.col2 .sns_list {
    gap: 4vw;
  }

}

@media screen and (max-width: 768px) {
  .section_detail_head .item_ttl {
    flex-direction: column;
    gap:10px 20px;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
    order: 1;
  }

  .section_detail_head .item_ttl .categroy {
    width:40%;
    padding: 0.3em 0;
    font-size: clamp(1.6rem,2.5vw,2rem);
  }

  .section_detail_head .row>.col2 dl.propinfo dt{
    font-size: 1.6rem;
    width: 100px;
  }

  .section_detail_head .row>.col2 dl.propinfo dd{
    font-size: 1.8rem;
    margin: 0;
    width: calc(100% - 100px - 15px);
  }

  .section_detail_head .row>.col2 dl.propinfo dd strong{
    font-size: 2.8rem;
  }

  .section_detail_head .local_nav  ul a {
    font-size: clamp(1.6rem,2.5vw,2rem);
  }


}

/*
スライダー
*/
.item_slider {
  width: 100%;
  margin: 0 auto;
}

.item_slider_block{
  position: relative;
  padding: 0 33px;
}

.item_slider .swiper-slide img {
  width: 100%;
  display: block;
}
.item_slider .swiper-button-prev,
.item_slider .swiper-button-next {

}
.item_slider_wrap .swiper-button-prev,
.item_slider_wrap .swiper-button-next {
  width: 29px;
  right: 4px;
  height: 80px;
  border-radius: 0px 4px 4px 0px;
  background: #fff;
  color: #00812c;
}

.item_slider_wrap .swiper-button-prev{
  border-radius: 4px 0px 0px 4px;
  right: auto;
  left:3px;
}

.item_slider_wrap .swiper-button-prev::after,
.item_slider_wrap .swiper-button-next::after{
  font-size: 18px;
}


.item_slider_wrap .swiper-button-prev svg,
.item_slider_wrap .swiper-button-next svg {
  width: 10px;
}

.item_slider_wrap .swiper-scrollbar {
  height: 12px !important;
  border-radius: 6px !important;
  background: transparent !important;
  opacity: 0.9;

}



.thumb_slider_row{
  display: flex;
  gap: 3.3%;
  align-items: flex-start;
  margin-top: 20px;
}

.thumb_slider_row .thumb_slider {
  margin-top: 0px;
  width: calc(100% - 20.26% - 3.3%);
  padding-bottom: 25px;
}

.thumb_slider_row .thumb_slider .swiper-slide {
  aspect-ratio: 188 / 116;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}

.thumb_slider_row .thumb_slider .swiper-slide img{
  height: 100%;
  object-fit: cover;
}

.thumb_slider_row .thumb_slider .swiper-slide-thumb-active {
  opacity: 0.7;
}
.thumb_slider_row .thumb_slider img {
  width: 100%;
  display: block;
}

.thumb_slider_row .floorplan_button{
  width: 20.56%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 160 / 114 ;
  border: 2px solid #00812C;
}

.thumb_slider_row .floorplan_button .box{
  align-items: center;
  padding-top: 8px;
}


.thumb_slider_row .floorplan_button .icon{
  width: 51px;
  margin: auto;
}
.thumb_slider_row .floorplan_button .msg{
  text-align: center;
  color: #00812c;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .thumb_slider_row {
    margin-top: 40px;
  }

  .thumb_slider_row .floorplan_button .icon {
    width: 49%;
    margin: auto;
  }
}

/*
契約済み
*/
.section_detail_contracted{
  margin-bottom: 0;
}

.section_detail_contracted .contracted_box {
  position: relative;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.section_detail_contracted .contracted_box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #9A927F 0, #9A927F 5px, transparent 5px, transparent 10px);
}

.section_detail_contracted .contracted_box .img {
  max-width: 720px;
  margin: 0 auto;
}

.section_detail_contracted .contracted_box .img img {
  height: 100%;
  object-fit: cover;
}

.section_detail_contracted .contracted_box .msg {
  font-size: 2.4rem;
  text-align: center;
  margin: 55px 0;
}

.section_detail_contracted .button_area {
  display: flex;
  justify-content: center;
}

.section_detail_contracted .latest_contracted {
  padding-top: 70px;
}

.section_detail_contracted .latest_contracted .latest_ttl{
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 35px;
}

.section_detail_contracted .latest_contracted .item_index article a .ttl {
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .section_detail_contracted .contracted_box {
    position: relative;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .section_detail_contracted .contracted_box .img {
    margin-bottom: 40px;
  }

  .section_detail_contracted .contracted_box .msg {
    margin: 30px 0 0;
  }
}
