@charset "utf-8";
.property {
  padding-top: clamp(2.5rem, -0.833rem + 6.94vw, 7.5rem);
  padding-bottom: 120px;
}
.property__inner {
  padding: 0 clamp(1.25rem, -17.893rem + 29.91vw, 18rem);
}
.property__container {
      display: flex;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
  position: relative;
}
.search-menu {
     width: 24%;
    border: 1px solid #C9C9C9;
    padding: clamp(0.625rem, -0.375rem + 1.56vw, 1.5rem);
    height: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
      position: sticky;
    top: 80px;
}
.search-menu__top {
      display: flex;
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    align-items: center;
}
.search-menu-top__icon {
      width: clamp(0.25rem, 0.125rem + 0.26vw, 0.438rem);
    height: clamp(0.875rem, 0.208rem + 1.39vw, 1.875rem);
    background-color: #0041BC;
}
.search-menu-top__title {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 700;
}
.search-head {
      width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  cursor: pointer;
}
.search-title {
  font-weight: 700;
  color: #0041BC;
  position: relative;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
}
.search-icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.search-icon::before,
.search-icon::after {
  content: "";
  position: absolute;
  background: #0041BC;
}
.search-icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search-icon::after {
  width: 2px;
  height: 14px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .3s;
}
.search-item.is-open .search-icon::after {
  opacity: 0;
}
.search-body {
  display: none;
  padding-top: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.search-body a p {
  text-decoration: none;
  font-size: 12px;
  padding: 0 0 clamp(0.5rem, 0.167rem + 0.69vw, 1rem) 10px;
}

.property__container section {
  width: 76%;
}
.detail__wrap {
  margin-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.detail__cate {
      padding: 2px 8px;
    border: 1px solid #0041BC;
    border-radius: 5px;
    width: fit-content;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 500;
    color: #0041BC;
}
.detail-title__text {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
}

.gallery {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
      padding-top: clamp(1.063rem, -0.021rem + 2.26vw, 2.688rem);
    border-top: 1px solid #CECECE;
    margin-top: 16px;
    height: clamp(18.75rem, 10.417rem + 17.36vw, 31.25rem);
}
/* 左サムネイル */
.thumbSwiper {
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.thumbSwiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.thumbSwiper .swiper-slide {
  height: calc((100% - 30px) / 4) !important;
  cursor: pointer;
  opacity: 0.5;
}
.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/* 右メイン */
.mainSwiper {
  width: 80%;
  min-width: 0; /* ←重要 */
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  border: 1px solid #C9C9C9;
  background-color: #fff;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.detail__pdf {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.625rem, -1.458rem + 4.34vw, 3.75rem);
    justify-content: space-between;
    margin-top: 32px;
  /*非表示*/
  display: none;
}
.detail-pdf__btn {
      margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    outline: 1px solid #c9c9c9;
    border-radius: 11px;
    transition: all 0.5s;
}
.detail-pdf__btn:hover {
  outline: 2px solid #0041BC;
  background-color: #ededed;
}
.detail-pdf__text {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 700;
    color: #0041BC;
}
.detail-pdf__img {
  width: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
}

.accordion__wrap {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.accordion-header {
    background-image: linear-gradient(150deg, rgba(0, 65, 188, 1), rgba(4, 205, 196, 1));
    padding: 4px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  cursor: pointer;
  position: relative;
}
.accordion__title {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    color: #fff;
}
.accordion__circle {
      width: clamp(1.563rem, 1.396rem + 0.35vw, 1.813rem);
    height: clamp(1.563rem, 1.396rem + 0.35vw, 1.813rem);
    background-color: #fff;
    border-radius: 50%;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:clamp(1.625rem, 1.542rem + 0.17vw, 1.75rem);
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#0041BC;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after {
  transform:rotate(0deg);
}
/* 必須 */
.accordion-content {
  display: none;
}
.accordion__item {
      margin-top: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    padding: clamp(0.375rem, 0.208rem + 0.35vw, 0.625rem) clamp(0.5rem, -0.25rem + 1.56vw, 1.625rem);
    border-left: 10px solid #0041BC;
    column-gap: clamp(1rem, -2.333rem + 6.94vw, 6rem);
    width: 100%;
}
.accordion-item__left {
      display: flex;
    align-items: center;
    column-gap: clamp(0.5rem, -0.667rem + 2.43vw, 2.25rem);
  width: 32%;
  min-width: 225px;
}
.accordion-item__img {
    width: 60px;
    object-fit: contain;
}
.accordion-item__title {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
    text-decoration: underline;
    color: #0041BC;
  white-space: nowrap;
}
.accordion-item__right {
      display: flex;
    align-items: center;
    column-gap: clamp(0.5rem, -0.25rem + 1.56vw, 1.625rem);
  width: 68%;
}
.accordion-item__btn {
      display: flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #C9C9C9;
    border-radius: 11px;
  column-gap: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  transition: all 0.5s;
}
.accordion-item__btn:hover {
  border: 1px solid #0041BC;
}
.accordion-item-btn__text {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
    color: #0041BC;
  white-space: nowrap;
}
.accordion-item-btn__icon {
  width: clamp(1.125rem, 0.75rem + 0.78vw, 1.688rem);
}
.accordion-content--1 {
  display: block;
}


.detail__spec table {
  width: 100%!important;
}
.detail__spec td:nth-child(1) {
        width: 30%!important;
    background-color: #F5F5F5;
    padding: 20px clamp(0.625rem, -0.458rem + 2.26vw, 2.25rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.detail__spec td:nth-child(2) {
        width: 70%!important;
    padding: 20px clamp(0.625rem, -0.458rem + 2.26vw, 2.25rem);
    border-bottom: 1px solid #EAEAEA;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}

.accordion__wrap a {
      color: #0041BC;
    text-decoration: underline;
    transition: all 0.5s;
}
.accordion__wrap a:hover {
  opacity: 0.5;
}

.backBtn {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    color: #0041BC;
    transition: all 0.5s;
}
.backBtn:hover {
  opacity: 0.5;
}



@media (max-width: 1279px) {
  .search-menu {
    width: 30%;
  }
  .property__container section {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .detail-title__text {
    font-size: clamp(0.875rem, 0.746rem + 0.53vw, 1rem);
  }
  .search-menu {
    display: none;
  }
  .property__container section {
        width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery {
    flex-direction: column-reverse;
    row-gap: 4px;
    height: 100%;
  }
  .mainSwiper {
    width: 100%;
    height: clamp(14.125rem, 9.341rem + 19.63vw, 18.75rem);
  }
  .thumbSwiper {
    width: 100%;
    flex: none;
  }
  .thumbSwiper .swiper-wrapper {
    flex-direction: row;
  }
  .thumbSwiper .swiper-slide {
    height: clamp(3.125rem, 1.185rem + 7.96vw, 5rem) !important;
  }
  
  .detail__pdf {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .detail-pdf__btn {
    margin-top: 0;
  }
  
  .detail__spec table {
    width: 100%!important;
  }
  .detail__spec tr {
    display: flex;
    flex-direction: column;
    height: auto!important;
  }
  .detail__spec td:nth-child(1) {
        width: 100%!important;
    padding: 8px 20px;
    height: auto!important;
  }
  .detail__spec td:nth-child(2) {
        width: 100%!important;
    padding: 16px 20px;
    height: auto!important;
  }
}
