@charset "UTF-8";
.u-card-03-pic img {
    width: 320px;
    height: 215px;
    object-fit: cover;
}
.pic.u-card-adjust figure img {
    width: 120px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.u-card-04-detail .pic figure img {
  width: 120px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.search-nav .list-item:last-child::before {
  display: block;
  width: 1px;
  height: 30px;
  background: #636a63;
  content: "";
}
.search-nav .list-item:last-child img {
    height: 18px;
    margin-top: 9px;
}
.top-service .box-servive-01 .service-text {
    text-align: center;
}

.top-service .box-servive-01 .service-illust {
    top: 110%;
    width: 30%;
}
.u-card-03-detail-link {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    align-items: center;
    width: 40%;
    height: 36px;
    padding: 0 20px;
    margin: auto;
    border: none;
    border-radius: 18px !important;
    background: #12845e;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .4s;
}
.u-card-03-detail-link::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url(../img/common/icon_arrow_side_wh.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: .5s;
}
@media screen and (max-width: 480px) {
    .top-mv {
        padding-top: 100px;
    }
    .box-undertitle-01 {
        padding: 100px 0 0;
    }
    .box-undertitle-01 .bgText {
        top: 100px;
    }
    #store {
        scroll-margin-top: 30px;
    }
}
@media screen and (min-width: 481px) {
    .top-mv {
        padding-top: 120px;
    }
    .box-undertitle-01 {
        padding: 120px 0 30px;
    }
    .box-undertitle-01 .bgText{
        top: 120px;
    }
    #store {
        scroll-margin-top: 70px;
    }
}
@media screen and (max-width: 960px) {
    .search-nav .list-item:last-child::before {
        content: none;
    }
    .search-nav .list-item:last-child img {
            height: 19px;
            margin-top: 5px;
            margin-bottom: 2px;
    }
    .u-card-03-detail-link {
        justify-content: center;
        width: 80%;
        height: 28px;
        margin: auto;
    }
    .single-staff-01 {
        padding-top: 90px;
    }
}
@media screen and (min-width: 961px) {
    .box-undertitle-01 {
        padding: 120px 0 30px;
    }
    .u-card-03-detail-link {
        justify-content: center;
        width: 50%;
        font-size: 1.6rem;
    }
    #store {
        scroll-margin-top: 70px;
    }
    .single-staff-01 {
        padding-top: 120px;
    }
}
.box-slide-01 .slide-img img {
    width: auto;
    height: 100% !important;
}

.slick-slide img {
    width: 700px;
    height: 500px;
    object-fit: contain;
    object-position: center center;
}
.slide-item.slick-slide.slick-current.slick-active img {
    width: 700px;
    height: 500px;
    object-fit: contain;
    object-position: center center;
}
.thmsslide.js-property-thms-slide.slick-initialized.slick-slider .slide-item.slick-slide.slick-current.slick-active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thmsslide.js-property-tou-thms-slide.slick-initialized.slick-slider .slide-item.slick-slide.slick-current.slick-active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.floor.pc-visible img {
    object-fit: contain;
    height: 500px;
}
.property-detail-head .mainslide {
    grid-area: mainslide;
    height: 500px;
}
.property-tou-detail-head .mainslide {
    grid-area: mainslide;
    height: 500px;
}
@media screen and (max-width: 480px){
    .u-card-03-pic img {
        aspect-ratio: 320/215;
        width: auto;
        height: auto;
    }
    .pic.u-card-adjust figure img {
        width: 100%;
    }
    .u-card-04-detail .pic figure img {
      width: 100%;
    }
    .slide-item.slick-slide.slick-current.slick-active img {
        width: 100%;
        height: 254px;
        object-fit: contain;
        object-position: center center;
    }
    
    .property-detail-head .mainslide {
        grid-area: mainslide;
        height: 254px;
    }
    .property-tou-detail-head .mainslide {
        grid-area: mainslide;
        height: 254px;
    }
    .slick-slide img {
        width: 100%;
        height: 254px;
        object-fit: contain;
        object-position: center center;
    }

}

.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
  }
  
  .modal.open {
    display: block;
  }
  
  .modal .modal-content {
    position: relative;
    background: white;
    margin: 10vh auto;
    padding: 20px;
    width: 80%;
    max-height: 80vh;
    max-width: 800px;
    border-radius: 8px;
    z-index: 1001;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal .modal-content::-webkit-scrollbar{
    display:none;
  }
  
  .modal .js-modal-close {
    position: absolute;
    top: 10px; right: 10px;
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
  }
  
  .scroll-stop {
    overflow: hidden;
  }
  @media screen and (max-width: 480px) {
    .modal {
        background: rgba(0, 0, 0, 0);
      }
      .modal .modal-content {
        margin: auto;
        padding: 20px 10px;
        width: 100%;
        max-width: 100%;
      }
      
  }

  /*チェックボックス*/
  .area-checklist {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  
  /* ラベル全体の基本 */
  .area-checklist label {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 1.4rem;
    cursor: pointer;
  }
  
  
  /* チェックボックス */
  .area-checklist {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  
  .custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* 隠すチェックボックス本体 */
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* 外枠 */
  .custom-checkbox .checkmark {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #12845e;
    border-radius: 4px;
  }
  
  /* チェック時の中身 */
  .custom-checkbox input:checked ~ .checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #12845e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  /* テキスト */
  .area-checklist .label-text {
    margin-right: 6px;
    margin-left: 2rem;
  }
  
  .area-checklist .label-text a {
    color: #0071bb;
    text-decoration: none;
  }
  
  .area-checklist .count {
    color: #555;
    font-size: 1.2rem;
  }
  
  /* 全選択ラベル */
  .area-checklist .all-area {
    background-color: #f3f3f3;
    border: 1px solid #12845e;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px;
  }
  
  /* グリッド：3列 */
  .area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 24px;
  }
  
  .select-area-name {
    display: block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .select-sta-name {
    display: block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .area-name {
    display: block;
    margin: 1px;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #f8f6f1;
  }
  .st-line-name {
    display: block;
    margin: 1px;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #f8f6f1;
  }
  .area-select .js-modal-button {
    display: block;
    width: 30%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 18px !important;
    background: #12845e;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    margin: 20px auto 0;
  }
  .line-select .js-modal-button {
    display: block;
    width: 30%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 18px !important;
    background: #12845e;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    margin: 20px auto 0;
  }
  .station-select .js-modal-button {
    display: block;
    width: 30%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 18px !important;
    background: #12845e;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    margin: 20px auto 0;
  }
  /* スマホ：2列 */
  @media screen and (max-width: 480px) {
    .area-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .area-checklist.st-line .area-grid {
        gap: 5px 10px;
      }
    .area-checklist {
      font-size: 1.3rem;
    }
    .area-checklist.st-line label {
        display: flex;
        align-items: center;
        padding: 5px 12px;
        border-radius: 6px;
        background-color: #fff;
        border: 1px solid transparent;
        font-size: 1.4rem;
        cursor: pointer;
      }
      .area-checklist.st-line .custom-checkbox .checkmark {
        left: 0px;
      }
  }
  .area-search-button {
    margin-top: 24px;
    text-align: center;
  }
  
  .area-search-button button {
    background-color: #12845e;
    color: #fff;
    font-size: 1.4rem;
    padding: 12px 32px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

.u-breadcrumb-01 .item:hover, .u-breadcrumb-01 .item.is-acrive {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
.u-card-01-img img {
  width: 100%;
  height: 143px;
  object-fit: cover;
}

.inputerr {
    color: red;
    font-size: 1.5rem;
}

#commyunity_kiji img {
   display: inline !important;
}