@charset "UTF-8";

.search-btn-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px 45px;
    margin: 50px 0 150px 0;
}

.search-btn-area .search-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    width: 445px;
    border-radius: 100px 150px 20px 100px;
    border: 2px solid var(--mstyle-sub-color);
    box-shadow: var(--box-shadow-btn);
    padding: 5px 0;
    transition: var(--transition-main);
}

.search-btn-area .search-btn a img {
    width: 90px;
}

.search-btn-area .search-btn a .layout-outer {
    --svg-width: 24px;
    display: flex;
    align-items: center;
    gap: 0 12px;
    letter-spacing: .03em;
}

.search-btn-area .search-btn a .layout-inner {
    display: flex;
    align-items: flex-end;
    font-size: var(--fz-24);
    font-weight: 700;
}

.search-btn-area .search-btn a .layout-inner .element-for-pc {
    font-size: var(--fz-16);
    font-weight: 400;
    line-height: normal;
}

@media (hover: hover) {
    .search-btn-area .search-btn a:hover {
        opacity: .75;
        box-shadow: var(--box-shadow-btn-hov);
        transform: translate(1px, 1px);
    }
}

.sec-2 {
    margin: var(--sec-mar-base);
}

.sec-2 .description {
    margin: 0 0 50px 0;
}

.sec-3 {
    margin: var(--main-mar-last);
}

.sec-3 .description {
    margin: 0 0 75px 0;
}

.scroll-hint.only-sp {
    display: none;
}

@media (max-width: 1023px) and (min-width: 769px) {
    .search-btn-area {
        gap: 45px 45px;
    }

    .search-btn-area .search-btn {
        width: 70%;
    }

    .search-btn-area .search-btn a {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .search-btn-area {
        gap: 22px 35px;
        margin: 30px 0 65px 0;
    }

    .search-btn-area .search-btn {
        width: 280px;
    }

    .search-btn-area .search-btn a {
        justify-content: flex-start;
        gap: 0 15px;
        width: 100%;
        padding: 5px 0 5px 35px;
    }

    .search-btn-area .search-btn a img {
        width: 48px;
    }

    .search-btn-area .search-btn a .layout-outer {
        justify-content: space-between;
        width: 56%;
    }

    .search-btn-area .search-btn a .layout-inner {
        font-size: var(--fz-16);
    }

    .sec-2 {
        position: relative;
    }

    .sec-2 .description {
        margin: 0 0 30px 0;
    }

    .scroll-hint.only-sp {
        display: flex;
    }

    .property-cards.only-pc {
        display: none;
    }
}


/* ===============================================================
  おすすめ物件カード  property-cards  ■ BEGIN ■
  common-property.cssが原本
=============================================================== */
.property-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 50px 60px;
    margin: 0 0 100px 0;
}

.property-card {
    display: flex;
    align-items: stretch;
    background: var(--white-color);
    position: relative;
}

.property-card .card-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: var(--base-radius);
    box-shadow: var(--box-shadow-card);
    position: relative;
    transition: var(--transition-main);
}

@media (hover: hover) {
    .property-card .card-wrapper:hover {
        transform: translate(1px, 1px);
        box-shadow: var(--box-shadow-card-hov);
    }
}

.property-cards:has(.no-favorite-text) {
    display: block;
}

.property-card .btn-wrapper {
    flex-grow: 1;
    display: block;
}

.property-card .main-pic {
    width: 100%;
    aspect-ratio: 3 / 2;
    background: var(--mstyle-light-green-color);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.property-card .main-pic .no-image {
    padding: 8%;
}

.property-card .property-name {
    display: grid;
    place-items: center;
    min-height: 64px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 125%;
    background: var(--mstyle-main-color);
    padding: 12px 28px;
}

.property-card .property-name span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-card .wrapper {
    width: 80%;
    padding: 0 0 22px 0;
    margin: 0 auto;
}

.property-card .property-price {
    font-size: var(--fz-12);
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    background: var(--mstyle-light-green-color);
    border-radius: 0 0 8px 8px;
    padding: 12px 53px;
    margin: 0 0 22px 0;
}

.property-card .property-price .price {
    font-size: var(--fz-24);
    font-weight: 700;
    margin: 0 0 0 3px;
}

.property-card .property-meta {
    --svg-width: 16px;
    --svg-va: -3px;
    font-size: var(--fz-12);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .02em;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    position: relative;
}

.property-card .property-meta::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--mstyle-main-color);
    border-radius: 5px;
    bottom: 0;
    left: 0;
}

.property-card .property-meta>li+li {
    margin: 6px 0 0 0;
}

.property-card .property-meta .flex {
    display: flex;
    align-items: flex-start;
    gap: 0 5px;
}

.property-card .property-meta .flex>svg {
    flex-shrink: 0;
}

.property-card .property-meta .clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-card .property-meta-sub {
    display: flex;
    align-items: center;
    gap: 0 22px;
}

.property-card .comment {
    height: 54px;
    font-size: var(--fz-12);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .02em;
}

.property-card .comment span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-card .btn {
    display: block;
    font-size: var(--fz-12);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .02em;
    text-align: center;
    background: var(--mstyle-sub-grey-color);
    border-radius: 0 0 8px 8px;
    padding: 6px 0;
}

.property-card .btn svg {
    --svg-width: 20px;
    --svg-va: -5.5px;
    margin: 0 0 0 6px;
}

.property-card .update-date {
    --svg-width: 12px;
    --svg-va: -2px;
    position: absolute;
    font-size: var(--fz-10);
    line-height: 150%;
    letter-spacing: .02em;
    bottom: -20px;
    right: 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
    .property-cards {
        margin: 0 0 200px 0;
    }
}

@media screen and (max-width:768px) {
    .only-pc-tag {
        display: contents;
    }

    .property-cards {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 0 15px;
        padding: 15px 4% 25px 4%;
        margin: 0 auto 50px 0;
        position: relative;
    }

    .property-card {
        flex-shrink: 0;
        max-width: 300px;
    }

    .property-card .property-price {
        padding: 12px 12px;
    }

    /* ------------------- スワイプ -------------------- */
    .swipe-js {
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE, Edge */
        scrollbar-width: none;
        /* Firefox */
        position: relative;
    }

    .swipe-js::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .scroll-hint {
        --svg-width: 40px;
        --svg-color: var(--white-color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        aspect-ratio: 1;
        background-color: rgba(51, 51, 51, .7);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: var(--white-color);
        font-size: var(--fz-14);
        font-weight: 700;
        text-align: center;
        border-radius: var(--base-radius);
        z-index: 10;
        animation: blink 2s ease-in-out infinite;
        pointer-events: none;
    }

    @keyframes blink {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: 0.7;
        }
    }
}

/* 表の横スクロールは768px以下のみ */
@media (min-width: 769px) {
    .swipe-js {
        display: none;
    }
}

/* ===============================================================
  賃貸用 おすすめ物件カード  property-cards  ■ BEGIN ■
  /favorite/, /rent-property/にも記載あり
=============================================================== */
.property-rent-card .property-price {
    padding: 12px 28px;
    margin: 0 0 8px 0;
}

.property-rent-card .property-name {
    background: var(--mstyle-sub-brown-color);
}

.property-rent-card .property-price {
    background: var(--mstyle-light-brown-color);
}

.property-rent-card .property-price .price-2 {
    font-size: 1.1em;
    margin: 0 0 0 3px;
}

.property-rent-card .property-price .price-2 .title {
    margin: 0 1px 0 0;
}

.property-rent-card .property-sub-price {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 0 0 20px 0;
}

.property-rent-card .property-sub-price .container {
    display: flex;
    align-items: center;
    gap: 0 4px;
}

.property-rent-card .property-sub-price .icon {
    width: 24px;
    height: 24px;
    font-size: var(--fz-12);
    text-align: center;
    line-height: 24px;
    background: var(--mstyle-light-brown-color);
    border-radius: calc(var(--base-radius) / 2);
}

.property-rent-card .property-sub-price :is(.gratuity_month, .deposite_month) {
    font-size: var(--fz-14);
}

.property-rent-card .property-meta::after {
    background: var(--mstyle-sub-brown-color);
}

@media screen and (max-width:768px) {}

/* ------------ おすすめリボン ------------ */
.ribbon {
    position: absolute;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    color: var(--white-color);
    font-size: var(--fz-12);
    font-weight: 500;
    line-height: normal;
    letter-spacing: .06em;
    --ribbon-bg: url("data:image/svg+xml,%3Csvg width='300' height='295' viewBox='0 0 300 295' fill='%23EA5514' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2811_6340)'%3E%3Cpath d='M0 0.838135V254.181C0 261.902 8.51562 268.182 18.9844 268.182C22.8906 268.182 26.7187 267.318 29.9219 265.647L150 203.651L270.078 265.647C273.281 267.318 277.109 268.182 281.016 268.182C291.484 268.182 300 261.902 300 254.181V0.838135C300 -14.4304 283.203 -26.8181 262.5 -26.8181H37.5C16.7969 -26.8181 0 -14.4304 0 0.838135Z' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2811_6340'%3E%3Crect width='300' height='295' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-image: var(--ribbon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 0 12px 0;
    z-index: 10;
    top: 0;
    right: 15px;
}

/* ===============================================================
  賃貸用 おすすめ物件カード  property-cards  ■ END ■
=============================================================== */
/* ===============================================================
  おすすめ物件カード  property-cards  ■ END ■
  common-property.cssが原本
=============================================================== */