@charset "utf-8";

/*

realestate.css
Version: 2025.06.17

*/

/* --------------------------------------------------------
/* .page-realestate
/* .realestate
/* .realestate-archive
/* .realestate-detail
/* .realestate-detail-photo
/* .realestate-detail-thumbnail
/* .realestate-overview
/* .realestate-overview-price
/* .realestate-overview-precaution
/* .realestate-overview-number
/* .realestate-overview-pickup
/* .realestate-overview-photo
/* .realestate-overview-map
/* .realestate-overview-detail
/* .realestate-overview-comment
/* .realestate-overview-environment
/* .realestate-overview-loan
/* .realestate-overview-contact
/* .realestate-sort
/* .realestate-table
-------------------------------------------------------- */


/* .page-realestate
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/realestate/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/realestate/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .realestate
-------------------------------------------------------- */
.realestate {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    width: 100%;
}


/* .realestate-archive
-------------------------------------------------------- */
.realestate-archive {
    margin: 0;
    padding: 0;
}
.realestate-archive.realestatecategory-archive {
    margin: 0;
    padding: 0;
}
.realestate-archive .archive {
    display: flex;

    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3%;
}
.realestate-archive.realestatecategory-archive .archive {
    display: flex;

    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3%;
}

/* .realestate-archive .archive-list-item */
.realestate-archive .archive-list-item {
    margin: 0 0 2.5em;
    /* padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff; */
}
.realestate-archive.realestatecategory-archive .archive-list-item {
    margin: 0 0 2.5em;
    padding: 0 0 1.5em;
    border-bottom: 1px dotted #ccc;
    /* background: #fff; */
}

/* .realestate-archive .archive-thumbnail */
.realestate-archive .archive-thumbnail {
    margin-bottom: 0;
    width: 100%;
    border: 0;
}
.realestate-archive.realestatecategory-archive .archive-thumbnail {
    width: 100%;
}
.realestate-archive .archive-thumbnail:hover img {
    transform: none;
}
.realestate-archive.realestatecategory-archive .archive-thumbnail:hover img {
    transform: none;
}
.realestate-archive .archive-thumbnail a {
    display: block;
}
.realestate-archive.realestatecategory-archive .archive-thumbnail a {
    display: block;
}

/* .realestate-archive.realestatecategory-archive .archive-thumbnail figcaption */
.realestate-archive.realestatecategory-archive .archive-thumbnail figcaption {
    display: inline-block;
    margin: 20px auto 20px;
    padding: .15em 1.2em;
    border-radius: 30px;
    background: #ffd21e;
    color: #111;
    font-size: 1.2rem;
}
.realestate-archive.realestatecategory-archive .archive-thumbnail figcaption .ico {
    font-size: 116%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-archive.realestatecategory-archive .archive-thumbnail {
        width: 31.25%; /* 360.00px */
    }
}

/* .realestate-archive .archive-thumbnail .thumbnail-sub */
.realestate-archive .archive-thumbnail .thumbnail-sub {
    display: flex;
    margin-top: 3%;

    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3%;
}
.realestate-archive .archive-thumbnail .thumbnail-sub img {
    /* margin: 0; */
    width: 48.5%;
}

/* .realestate-archive .archive-detail */
.realestate-archive .archive-detail {
    width: 100%;
}
.realestate-archive.realestatecategory-archive .archive-detail {
    width: 100%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-archive.realestatecategory-archive .archive-detail {
        flex: 1;
    }
}

/* .realestate-archive .archive-detail-code */
.realestate-archive .archive-detail-code {
    display: flex;
    margin: 0 0 0 0;
    padding: .5em 0 0;
    width: 100%;
    /* border: 1px solid #ebf1ff; */
    /* border-radius: 20px; */
    /* background: #ebf1ff; */
    color: #6a85cd;

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}
.realestate-archive.realestatecategory-archive .archive-detail-code {
    padding: .2em 0 .3em;
}
.realestate-archive .archive-detail-code dt {
    /* color: rgba(0, 159, 232, 1); */
    font-weight: 500;
    font-size: 1.0rem;
}
.realestate-archive .archive-detail-code dd {
    font-weight: 400;
    font-size: 1.2rem;
}

/* .realestate-archive .archive-detail-ttl */
.realestate-archive .archive-detail-ttl {
    font-size: 1.8rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-archive .archive-detail-ttl {
        font-size: 2.0rem;
    }
    .realestate-archive.realestatecategory-archive .archive-detail-ttl {
        margin: 0 0 .5em;
        font-size: 2.5rem;
    }
}

/* .realestate-archive .archive-detail-txt */
.realestate-archive .archive-detail-txt {
    margin: 0 0 0;
    font-size: 1.7rem;
    line-height: 1.6;
}
.realestate-archive .archive-detail-txt strong {
    color: rgba(255, 96, 16, 1);
    font-size: 126%;
}
.realestate-archive.realestatecategory-archive .archive-detail-txt {
    line-height: 1.4;
}
.realestate-archive .archive-detail-txt .price {
    padding: 0 5px 0 0;
    color: #dc000c;
    font-weight: 900;
    font-size: 150%;
}
.realestate-archive .archive-detail-txt .price small {
    font-size: 60%;
}
.realestate-archive .archive-detail-txt .layout {
    padding: 0 0 0 5px;
}

/* .realestate-archive .archive-detail-dl */
.realestate-archive .archive-detail-dl {
    display: flex;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.5;

    flex-flow: wrap;
}
.realestate-archive .archive-detail-dl dt,
.realestate-archive .archive-detail-dl dt + dd {
    display: inline-block;
    vertical-align: top;
}
.realestate-archive .archive-detail-dl dt + dd {
    margin: 0 0 .3em 0;
    /* display: inline-flex; */
    padding: .35em .85em;
    /* width: 35%; */

    align-items: center;
}
.realestate-archive .archive-detail-dl dt {
    display: inline-flex;
    margin: 0 0 .3em 0;
    padding: .3em .5em;
    width: 25%;
    /* padding: 0; */
    border: 1px solid #f5f4f0;
    /* border-radius: 4px; */
    background-color: #f5f4f0;
    color: #666;
    font-weight: 600;

    align-items: center;
    justify-content: center;
}
.realestate-archive.realestatecategory-archive .archive-detail-dl dt {
    width: 15%;
}
.realestate-archive .archive-detail-dl dd {
    margin: .5em 0;
    padding: 0;
    width: 75%;
}
.realestate-archive.realestatecategory-archive .archive-detail-dl dd {
    width: 35%;
}
.realestate-archive .archive-detail-dl .land-area,
.realestate-archive .archive-detail-dl .land-tsubo,
.realestate-archive .archive-detail-dl .land-transaction {
    /* display: inline-flex;
    margin-right: .5em; */
    align-items: center;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .realestate-archive .archive-detail-dl {
        justify-content: flex-start;
    }
    /* .realestate-archive .archive-detail-dl dt,
    .realestate-archive .archive-detail-dl dd {
        text-align: center;

        flex: 0 0 100%;
    } */
}

/* .realestate-archive .archive-detail-comment */
.realestate-archive .archive-detail-comment {
    display: flex;
    padding: 0 0 0 0;
    width: 100%;
    /* border-top: 1px solid #ccc; */

    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: .85em;
}
.realestate-archive .archive-detail-comment .img {
    margin-bottom: 20px;
    padding: 0;
    width: 25%;
    background: transparent;
}
.realestate-archive.realestatecategory-archive .archive-detail-comment .img {
    width: 15%;
}
.realestate-archive .archive-detail-comment .img img {
    border-radius: 0;
}
.realestate-archive .archive-detail-comment .dl {
    margin: 0 0 .5em;
    padding: 0;
    border: 0;
    background: #fff;

    flex: 1;
}
.realestate-archive .archive-detail-comment .dl dt {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #020202;
    font-size: 1.5rem;
}
.realestate-archive .archive-detail-comment .dl dt span {
    display: inline-block;
    margin: 0 .5em 3px 0;
    padding: 3px;
    border: 1px solid #807d79;
    background: #807d79;
    color: #fff;
    font-size: .75em;
    line-height: 1;
}
.realestate-archive .archive-detail-comment .comment-archive {
    font-size: 1.4rem;
}

/* .realestate-archive .archive-detail-more */
.realestate-archive .archive-detail-more {
    margin: 10px auto 20px;
}
.realestate-archive .archive-detail-more a {
    position: relative;
    display: block;
    margin: auto;
    padding: 13px 10px;
    max-width: 240px;
    width: 100%;
    border-radius: 50px;
    background: #111;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
}


/* .realestate-detail
-------------------------------------------------------- */
.realestate-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
    /* padding: 0 14px;
    max-width: 1640px; */
    width: 100%;

    justify-content: space-between;
    gap: 2%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-detail {
        flex-direction: row;
        padding: 0 0;
    }
}


/* .realestate-detail-photo
-------------------------------------------------------- */
.realestate-detail-photo {
    width: 100%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-detail-photo {
        /* margin-right: 2%; */
        /* width: calc(100% * 1020 / 1520); */
        width: 67.10526315789474%; /* 1020.00px */
    }
}


/* .realestate-detail-thumbnail
-------------------------------------------------------- */
.realestate-detail-thumbnail {
    width: 100%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-detail-thumbnail {
        flex: 1;
    }
}


/* .realestate-overview
-------------------------------------------------------- */
.realestate-overview {
    margin: 0;
    padding: 0;
    width: 100%;
}
.realestate-overview-price,
.realestate-overview-precaution,
.realestate-overview-number,
.realestate-overview-pickup,
.realestate-overview-photo,
.realestate-overview-map,
.realestate-overview-detail,
.realestate-overview-comment,
.realestate-overview-environment,
.realestate-overview-loan,
.realestate-overview-contact {
    margin: 0 auto 60px;
}
.realestate-overview-price-ttl,
.realestate-overview-precaution-ttl,
.realestate-overview-number-ttl,
.realestate-overview-pickup-ttl,
.realestate-overview-photo-ttl,
.realestate-overview-map-ttl,
.realestate-overview-detail-ttl,
.realestate-overview-comment-ttl,
.realestate-overview-environment-ttl,
.realestate-overview-loan-ttl,
.realestate-overview-contact-ttl {
    position: relative;
    margin: 0 auto 30px;
    padding: 12px 30px 12px 20px;
    border-left: 5px solid rgba(1, 92, 172, 1);
    background: #f7f7f7;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.6;
}


/* .realestate-overview-price
-------------------------------------------------------- */
.realestate-overview-price {
    display: flex;
    margin-bottom: 30px;
    width: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

/* .realestate-overview-price .img */
.realestate-overview-price .img {
    width: 100%;
    background: #fff;
}

/* .realestate-overview-price .img-caption */
.realestate-overview-price .img-caption {
    margin: 0;
    padding: 10px 0 5px;
    max-width: 800px;
    width: 100%;
    background: #fff;
}
.realestate-overview-price .img-caption .ttl {
    color: rgba(0, 159, 232, 1);
    font-weight: 600;
    font-size: 2.2rem;
}
.realestate-overview-price .img-caption .txt {
    margin-left: .5em;
    color: rgba(68, 68, 68, 1);
    font-weight: 600;
    font-size: 1.8rem;
}

/* .realestate-overview-price .img-btn */
.realestate-overview-price .img-btn {
    display: flex;
    margin-bottom: 0;
    width: 100%;

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

/* .realestate-overview-price .img-code */
.realestate-overview-price .img-code {
    display: flex;
    padding: 0 5px;
    border: 1px solid rgba(30, 30, 30, 1);
    /* border-radius: 20px; */
    background: rgba(30, 30, 30, 1);
    color: #fff;
    text-align: center;

    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.realestate-overview-price .img-code .ttl {
    font-weight: 400;
    font-size: 1.3rem;
}
.realestate-overview-price .img-code .txt {
    font-weight: 700;
    font-size: 1.6rem;
}

/* .realestate-overview-price .box */
.realestate-overview-price .box {
    margin: 30px 0 0;
    width: 100%;
}
.realestate-overview-price .box-dl {
    display: inline-flex;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    border: 0;
    color: rgba(34, 34, 34, 1);
    text-align: left;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.realestate-overview-price .box-dl dt,
.realestate-overview-price .box-dl dd {
    width: 100%;
    background: transparent;
}
.realestate-overview-price .box-dl dt {
    display: flex;
    margin: 0;
    padding: 8px 15px;
    border-top: 1px solid rgba(224, 224, 224, 1);
    font-weight: 500;
    font-size: 1.7rem;
}
.realestate-overview-price .box-dl dt div {
    display: flex;
    height: 100%;

    align-items: center;
}
.realestate-overview-price .box-dl dd {
    margin: 0;
    border-top: 1px solid rgba(224, 224, 224, 1);
}
.realestate-overview-price .box-dl dd div {
    display: flex;
    height: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.realestate-overview-price .box-dl dd div p {
    margin: 0;
}
.realestate-overview-price .box-dl dd div .cerulean {
    padding: 0;
    color: #dc000c;
    font-weight: 800;
    font-size: 260%;
    line-height: 1.8;
}
.realestate-overview-price .box-btn {
    margin-top: 0;
    border-radius: 10px;
    background: #ffea0e;
    background: linear-gradient(45deg, rgba(255, 235, 14, 1) 0%, rgba(255, 170, 1, 1) 100%);
}
.realestate-overview-price .box-btn ul {
    display: flex;
    padding: 20px 20px;
    text-align: center;

    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px 1.5%;
}
.realestate-overview-price .box-btn li {
    display: inline-block;
    /* margin-top: 10px; */
    width: 100%;
}
.realestate-overview-price .box-btn li:first-child {
    margin-top: 0;
}
.realestate-overview-price .box-btn li a {
    display: inline-block;
    padding: 20px 10px;
    min-height: 100%;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
}
.realestate-overview-price .box-btn li a.contact {
    border: 1px solid #d6d6d6;
    background: #fff;
    box-shadow: rgba(235, 235, 235, .7) 0 -2px 0 inset;
    color: #000;
}
.realestate-overview-price .box-btn li a.reserve {
    border: 1px solid #d90000;
    background: #d90000;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    color: #fff;
}
.realestate-overview-price .box-btn li a.contact .ico {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ed6103;
    font-size: 120%;
}
.realestate-overview-price .box-btn li a.reserve .ico {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    font-size: 120%;
}
.realestate-overview-price .box-remark {
    display: flex;
    margin-top: 20px;

    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}
.realestate-overview-price .box-remark-list {
    font-size: 1.1rem;

    flex: 1;
}
.realestate-overview-price .box-remark-qrcode {
    margin: 0 0 0 2%;
    padding: 0;
    width: 90px;
}
.realestate-overview-price .box-remark-qrcode img {
    display: block;
    max-width: 100px;
    width: 100%;
    height: auto;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-overview-price {
        justify-content: space-between;
        flex-flow: wrap;
    }
    .realestate-overview-price .img {
        width: 48.5%;
    }
    .realestate-overview-price .box {
        margin: 0 0 0 3%;

        flex: 1;
    }
    .realestate-overview-price .box-dl dt {
        width: 34%;
    }
    .realestate-overview-price .box-dl dd {
        width: 66%;
    }
    .realestate-overview-price .box-btn li {
        /* margin: 0;
        margin-left: 10px; */
        width: 48%;
    }
    .realestate-overview-price .box-btn li:first-child {
        margin-left: 0;
    }
}


/* .realestate-overview-precaution
-------------------------------------------------------- */
.realestate-overview-precaution {
    margin: 0 auto 60px;
}


/* .realestate-overview-number
-------------------------------------------------------- */
.realestate-overview-number {
    margin: 0 auto 60px;
}
.realestate-overview-number dl {
    display: flex;
    padding: 6px 15px;
    border: 1px solid rgba(0, 159, 232, 1);
    background: rgba(236, 244, 248, 1);

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}
.realestate-overview-number dl dt {
    /* color: rgba(0, 159, 232, 1); */
    font-weight: 500;
    font-size: 1.5rem;
}
.realestate-overview-number dl dd {
    font-weight: 400;
    font-size: 1.7rem;
}


/* .realestate-overview-pickup
-------------------------------------------------------- */
.realestate-overview-pickup {
    margin: 0 auto 60px;
}
.realestate-overview-pickup .pickup,
.realestate-overview-pickup .option {
    font-size: 0;
}
.realestate-overview-pickup .pickup li,
.realestate-overview-pickup .option li {
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: .3em .8em;
    border: 1px solid rgba(255, 227, 71, 1);
    border-radius: 8px;
    background-color: rgba(255, 227, 71, 1);
    color: #212121;
    font-size: 1.5rem;
}
.realestate-overview-pickup .pickup li.on,
.realestate-overview-pickup .option li.on {
    border: 1px solid rgba(255, 227, 71, 1);
    background-color: rgba(255, 227, 71, 1);
    color: #212121;
}


/* .realestate-overview-photo
-------------------------------------------------------- */
.realestate-overview-photo {
    margin: 0 auto 60px;
}


/* .realestate-overview-map
-------------------------------------------------------- */
.realestate-overview-map {
    margin: 0 auto 60px;
}
.realestate-overview-map-box {
    display: flex;
    margin-bottom: 20px;

    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.realestate-overview-map-box .realestate-roadmap,
.realestate-overview-map-box .realestate-streetview {
    width: 100%;
}
.realestate-overview-map-box .realestate-streetview {
    margin-top: 20px;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-overview-map-box .realestate-roadmap {
        width: 49%;
    }
    .realestate-overview-map-box .realestate-streetview {
        margin: 0;
        width: 49%;
    }
}


/* .realestate-overview-detail
-------------------------------------------------------- */
.realestate-overview-detail {
    margin: 0 auto 60px;
}


/* .realestate-overview-comment
-------------------------------------------------------- */
.realestate-overview-comment {
    margin: 0 auto 60px;
}
.realestate-overview-comment .dl {
    padding: 8px;
    border: 3px solid rgba(237, 171, 24, 1);
    background: rgba(255, 247, 229, 1);
}
.realestate-overview-comment .dl dt {
    margin: 0 0 15px;
    padding: 0;
    /* border-left: 5px solid rgba(33, 67, 102, 1); */
    background: transparent;
    color: #020202;
    font-weight: 600;
    font-size: 1.8rem;
}
.realestate-overview-comment .dl dd {
    display: flex;

    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.realestate-overview-comment .dl dd .txt {
    position: relative;
    margin: 0 0 0 0;
    /* padding: 14px 20px;
    border-radius: 20px;
    background: rgba(255, 247, 229, 1); */

    flex: 1;
}
/* .realestate-overview-comment .dl dd .txt::before {
    position: absolute;
    top: 20px;
    left: -30px;
    width: 0;
    height: 0;
    border-right: 40px solid rgba(255, 247, 229, 1);
    border-bottom: 30px solid transparent;
    content: "";
}
.realestate-overview-comment .dl dd .txt p {
    font-size: 1.6rem;
} */
.realestate-overview-comment .dl dd .img {
    width: 140px;
    text-align: center;
}
.realestate-overview-comment .dl dd .img img {
    width: 140px;
    height: 140px;
    /* border: 10px solid #fff;
    border-radius: 50%; */
}
.realestate-overview-comment .dl dd .catch {
    margin-top: 5px;
    font-size: 1.4rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-overview-comment .dl {
        padding: 20px 30px;
    }
    .realestate-overview-comment .dl dd {
        display: flex;

        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .realestate-overview-comment .dl dd .txt {
        margin: 0 0 0 40px;
    }
}


/* .realestate-overview-environment
-------------------------------------------------------- */
.realestate-overview-environment {
    margin: 0 auto 60px;
}
.realestate-overview-environment-list {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.realestate-overview-environment-list-item {
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0;
    width: 49%;
    /* border: 1px solid rgba(224, 224, 224, 1); */
}
.realestate-overview-environment-list-item .thumb {
    font-size: 1.4rem;
}
.realestate-overview-environment-list-item .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1px 10px;
    width: 100%;
    background-color: rgba(65, 64, 66, .7);
}
.realestate-overview-environment-list-item .txt .txt-name {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
}
.realestate-overview-environment-list-item .txt .txt-desc {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
}

/* sp（0px～768px未満の場合に適用） */
@media (min-width: 0) and (max-width: 767.98px) {
    .realestate-overview-environment-list-item {
        margin-right: 2%;
        margin-bottom: 2%;
        width: 49%;
    }
    .realestate-overview-environment-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .realestate-overview-environment-list-item {
        margin-right: 2%;
        margin-bottom: 2%;
        width: 32%;
    }
    .realestate-overview-environment-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-overview-environment-list-item {
        margin-right: 2%;
        margin-bottom: 2%;
        width: 23.5%;
    }
    .realestate-overview-environment-list-item:nth-child(4n) {
        margin-right: 0;
    }
}


/* .realestate-overview-loan
-------------------------------------------------------- */
.realestate-overview-loan {
    margin: 0 auto 60px;
}


/* .realestate-overview-contact
-------------------------------------------------------- */
.realestate-overview-contact {
    margin: 0 auto 60px;
}


/* .realestate-sort
-------------------------------------------------------- */
.realestate-sort-list {
    display: flex;
    padding: 0;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.realestate-sort-list li {
    display: flex;
    overflow: hidden;
    margin: .25%;
    padding: 0;
    max-width: 32.833333333333336%;
    width: 100%;
    height: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
    transition: opacity .4s ease;

    flex: 0 0 32.833333333333336%;
    justify-content: center;
    align-items: center;
}
.realestate-sort-list li a {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 1.2em 1.5em;
    width: 100%;
    height: 100%;
    color: #020202;
    text-decoration: none;
    letter-spacing: .06em;
    font-weight: 400;
    font-size: 1.0rem;
    transition: color .3s ease, background-color .3s ease;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-sort-list li {
        max-width: 19.5%;

        flex: 0 0 19.5%;
    }
    .realestate-sort-list li:hover {
        border-color: rgba(1, 92, 172, 1);
        background-color: rgba(1, 92, 172, 1);
        transition: all .5s ease;
    }
    .realestate-sort-list li a {
        font-size: 1.5rem;
    }
    .realestate-sort-list li a:hover {
        color: #fff;
    }
}


/* .realestate-table
-------------------------------------------------------- */
.realestate-table.table {
    border: 1px solid #e6e6e6;
}
.realestate-table.table tbody th,
.realestate-table.table tbody td {
    border-color: #e6e6e6;
}
.realestate-table.table tbody th {
    padding: 15px 15px;
    width: auto;
    background: #f8f8f8;
    vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
}
.realestate-table.table tbody td {
    padding: 10px 10px;
    font-size: 1.6rem;
}
.realestate-table.table tbody td .price {
    color: #cd162c;
    font-weight: 600;
    font-size: 2.6rem;
}
.realestate-table.table tbody td .price span {
    margin-left: .2em;
    font-size: 60%;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .realestate-table.table tbody td {
        padding: 15px 15px;
    }
}
