/* ==========================================================================
   ========================================================================== */
/* p-realestate
-------------------------------------------------------------------------- */
.p-realestate
{
    display: block;

    text-decoration: none;
}
.p-realestate:hover
{
    opacity: .8;
}
.p-realestate__thumbnail
{
    position: relative;

    display: block; 
    overflow: hidden;
}
@media screen and (min-width: 1025px)
{
    .p-realestate__thumb img
    {
        width: 100%;
        height: 258.75px;
    }
}
@media screen and (max-width: 1480px)
{
    .p-realestate__thumb img
    {
        width: 100%;
        height: 17.2vw;
    }
}
@media screen and (max-width: 1024px)
{
    .p-realestate__thumb img
    {
        width: 100%;
        height: 34.7vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-realestate__thumb img
    {
        width: 100%;
        height: 67vw;
    }
}
.p-realestate__label
{
    font-weight: bold;

    position: absolute;

    display: inline-block;
}
.p-realestate__label--new
{
    font-family: 'Jost', sans-serif;
    font-weight: 300;

    bottom: 10px;
    left: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-left: .1em;

    letter-spacing: .1em;

    color: #fff;
    background-color: #a7d773; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-realestate__label--new
    {
        bottom: 2.67vw;
        left: 2.67vw; 

        display: -webkit-box; 

        display: -ms-flexbox; 

        display: flex;

        width: 12.66667vw;
        height: 12.66667vw;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__label--new
    {
        font-size: 18px;
        font-size: 1.8rem; 

        bottom: 10px;
        left: 10ox;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 60px;
        height: 60px;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-realestate__label--ss
{
    font-family: 'Jost', sans-serif;
    font-weight: 300;

    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-left: .1em;

    letter-spacing: .1em;

    color: #fff;
    background-color: #00933b; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-realestate__label--ss
    {
        top: 4vw;
        left: 0vw; 

        display: -webkit-box; 

        display: -ms-flexbox; 

        display: flex;

        width: 46.66667vw;
        height: 9.33333vw;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__label--ss
    {
        font-size: 22px;
        font-size: 2.2rem; 

        top: 20px;
        left: 0;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 175px;
        height: 35px;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-realestate__label--soldout
{
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 1.2;

    -webkit-transform: rotate(-40deg);

            transform: rotate(-40deg); 
    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .6);
}
.p-realestate__label--soldout span
{
    display: block; 

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .p-realestate__label--soldout span
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px)
{
    .p-realestate__label--soldout
    {
        right: -8vw; 
        bottom: 5.33vw;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 42.66667vw;
        height: 9.33333vw;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__label--soldout
    {
        font-size: 20px;
        font-size: 2rem; 

        right: -30px;
        bottom: 20px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 160px;
        height: 35px;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-realestate__label--unreleased
{
    font-weight: 300; 
    line-height: 1.3;

    text-align: center;
    letter-spacing: .1em;

    color: #fff;
    background-color: #000;
}
@media screen and (max-width: 767px)
{
    .p-realestate__label--unreleased
    {
        right: 4vw; 
        bottom: 4vw;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 13.33333vw;
        height: 13.33333vw;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__label--unreleased
    {
        font-size: 19px;
        font-size: 1.9rem; 

        right: 20px;
        bottom: 20px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 60px;
        height: 60px;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-realestate__heading
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (min-width: 1025px)
{
    .p-realestate__btnarea
    {
        margin: 2.67vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-realestate__btnarea
    {
        margin: 4vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-realestate__btnarea
    {
        margin: 6.67vw 0vw 0vw 0vw;
    }
}
.p-realestate__category
{
    font-weight: 300;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding: 0;

    text-align: center;
    text-decoration: none;

    color: #fff; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (min-width: 768px)
{
    .p-realestate__category
    {
        font-size: 21px;
        font-size: 2.1rem; 

        display: -webkit-box; 

        display: -ms-flexbox; 

        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}
@media screen and (min-width: 1025px)
{
    .p-realestate__category
    {
        font-size: 21px;
        font-size: 2.1rem; 

        padding: 6px 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-realestate__category
    {
        font-size: 40px;
        font-size: 5.33vw; 

        padding: 5px 0;
    }
}
.p-realestate__category--new
{
    background: #dbaa9e;
}
.p-realestate__category--land
{
    background: #66ceac;
}
.p-realestate__category--mansion
{
    background: #ecb57e;
}
.p-realestate__category--used
{
    background: #a9bad2;
}
.p-realestate__category--unreleased
{
    background: #000;
}
.p-realestate__price
{
    font-family: 'Jost', sans-serif;
    font-weight: 600; 
    line-height: 1;

    padding: 10px 0;

    text-align: right;
}
@media screen and (max-width: 767px)
{
    .p-realestate__price
    {
        font-size: 56px;
        font-size: 7.47vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__price
    {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1025px)
{
    .p-realestate__price
    {
        margin-top: 0;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__price--unreleased
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
.p-realestate__unreleased
{
    font-weight: 600; 
    line-height: 1;

    padding: 10px 0;

    text-align: right;
}
@media screen and (max-width: 767px)
{
    .p-realestate__unreleased
    {
        font-size: 56px;
        font-size: 7.47vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__unreleased
    {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1025px)
{
    .p-realestate__unreleased
    {
        margin-top: 0;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__unreleased--unreleased
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
.p-realestate__unit
{
    line-height: 1; 

    color: #000;
}
@media screen and (max-width: 767px)
{
    .p-realestate__unit
    {
        font-size: 28px;
        font-size: 3.73vw;
        font-weight: normal;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__unit
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.p-realestate__size
{
    font-weight: bold;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    text-align: center;

    background: #f0f0f0; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-realestate__size
    {
        font-size: 42px;
        font-size: 5.6vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__size
    {
        font-size: 21px;
        font-size: 2.1rem;
    }
}
.p-realestate__address,
.p-realestate__distance
{
    line-height: 1.8;
}
@media screen and (max-width: 767px)
{
    .p-realestate__information
    {
        padding-top: 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__information
    {
        padding-top: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .p-realestate__information
    {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .p-realestate__information--unreleased
    {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 1025px)
{
    .p-realestate__information--unreleased
    {
        padding-top: 35px;
    }
}
.p-realestate__message
{
    display: block;

    margin-top: 5px;
    margin-bottom: 1em; 

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .p-realestate__message
    {
        font-size: 32px;
        font-size: 4.27vw; 
        line-height: 1.8;

        margin-top: .5em;
    }
}
.p-realestate__checkbox
{
    margin-top: 10px;

    border-top: solid 1px #e6e6e6;
}
.p-realestate__checkbox > input
{
    display: none;
}
.p-realestate__checkbox > input:checked + label::after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    margin: auto;

    content: '';
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
@media screen and (max-width: 767px)
{
    .p-realestate__checkbox > input:checked + label::after
    {
        width: 2.66667vw;
        height: 5.33333vw;

        border-right: 1.06667vw solid #0dac66;
        border-bottom: 1.06667vw solid #0dac66;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__checkbox > input:checked + label::after
    {
        width: 10px;
        height: 20px;

        border-right: 3px solid #0dac66;
        border-bottom: 3px solid #0dac66;
    }
}
.p-realestate__checkbox > label
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;

    background: #e0e0e0;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media screen and (max-width: 767px)
{
    .p-realestate__checkbox > label
    {
        height: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__checkbox > label
    {
        height: 30px;
    }
}
.p-realestate__checkbox > label::before
{
    position: relative;
    top: 0;

    display: inline-block;

    content: '';

    border: 1px solid #d4d4d4;
    background: #fff;
}
@media screen and (max-width: 767px)
{
    .p-realestate__checkbox > label::before
    {
        width: 5.33333vw;
        height: 5.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__checkbox > label::before
    {
        width: 20px;
        height: 20px;
    }
}
.p-realestate__checkbox span.none
{
    display: block; 

    background: #e0e0e0;
}
@media screen and (max-width: 767px)
{
    .p-realestate__checkbox span.none
    {
        height: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-realestate__checkbox span.none
    {
        height: 30px;
    }
}

@media screen and (min-width: 1025px)
{
    .pc100p
    {
        width: 100% !important;
        max-width: 100% !important;
    }
    .pc100p img
    {
        width: 100%;
    }
    .pc90p
    {
        width: 90% !important;
        max-width: 90% !important;
    }
    .pc90p img
    {
        width: 100%;
    }
    .pc80p
    {
        width: 80% !important;
        max-width: 80% !important;
    }
    .pc80p img
    {
        width: 100%;
    }
    .pc70p
    {
        width: 70% !important;
        max-width: 70% !important;
    }
    .pc70p img
    {
        width: 100%;
    }
    .pc60p
    {
        width: 60% !important;
        max-width: 60% !important;
    }
    .pc60p img
    {
        width: 100%;
    }
    .pc50p
    {
        width: 50% !important;
        max-width: 50% !important;
    }
    .pc50p img
    {
        width: 100%;
    }
    .pc40p
    {
        width: 40% !important;
        max-width: 40% !important;
    }
    .pc40p img
    {
        width: 100%;
    }
    .pc30p
    {
        width: 30% !important;
        max-width: 30% !important;
    }
    .pc30p img
    {
        width: 100%;
    }
    .pc20p
    {
        width: 20% !important;
        max-width: 20% !important;
    }
    .pc20p img
    {
        width: 100%;
    }
    .pc10p
    {
        width: 10% !important;
        max-width: 10% !important;
    }
    .pc10p img
    {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .tb100p
    {
        width: 100% !important;
        max-width: 100% !important;
    }
    .tb100p img
    {
        width: 100%;
    }
    .tb90p
    {
        width: 90% !important;
        max-width: 90% !important;
    }
    .tb90p img
    {
        width: 100%;
    }
    .tb80p
    {
        width: 80% !important;
        max-width: 80% !important;
    }
    .tb80p img
    {
        width: 100%;
    }
    .tb70p
    {
        width: 70% !important;
        max-width: 70% !important;
    }
    .tb70p img
    {
        width: 100%;
    }
    .tb60p
    {
        width: 60% !important;
        max-width: 60% !important;
    }
    .tb60p img
    {
        width: 100%;
    }
    .tb50p
    {
        width: 50% !important;
        max-width: 50% !important;
    }
    .tb50p img
    {
        width: 100%;
    }
    .tb40p
    {
        width: 40% !important;
        max-width: 40% !important;
    }
    .tb40p img
    {
        width: 100%;
    }
    .tb30p
    {
        width: 30% !important;
        max-width: 30% !important;
    }
    .tb30p img
    {
        width: 100%;
    }
    .tb20p
    {
        width: 20% !important;
        max-width: 20% !important;
    }
    .tb20p img
    {
        width: 100%;
    }
    .tb10p
    {
        width: 10% !important;
        max-width: 10% !important;
    }
    .tb10p img
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .sp100p
    {
        width: 100% !important;
        max-width: 100% !important;
    }
    .sp100p img
    {
        width: 100%;
    }
    .sp90p
    {
        width: 90% !important;
        max-width: 90% !important;
    }
    .sp90p img
    {
        width: 100%;
    }
    .sp80p
    {
        width: 80% !important;
        max-width: 80% !important;
    }
    .sp80p img
    {
        width: 100%;
    }
    .sp70p
    {
        width: 70% !important;
        max-width: 70% !important;
    }
    .sp70p img
    {
        width: 100%;
    }
    .sp60p
    {
        width: 60% !important;
        max-width: 60% !important;
    }
    .sp60p img
    {
        width: 100%;
    }
    .sp50p
    {
        width: 50% !important;
        max-width: 50% !important;
    }
    .sp50p img
    {
        width: 100%;
    }
    .sp40p
    {
        width: 40% !important;
        max-width: 40% !important;
    }
    .sp40p img
    {
        width: 100%;
    }
    .sp30p
    {
        width: 30% !important;
        max-width: 30% !important;
    }
    .sp30p img
    {
        width: 100%;
    }
    .sp20p
    {
        width: 20% !important;
        max-width: 20% !important;
    }
    .sp20p img
    {
        width: 100%;
    }
    .sp10p
    {
        width: 10% !important;
        max-width: 10% !important;
    }
    .sp10p img
    {
        width: 100%;
    }
}

/* p-realestateGroup
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-realestateGroup
    {
        margin-right: auto; 
        margin-left: auto;
    }
}

.p-realestateGroup__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .p-realestateGroup__list
    {
        width: 100%;
        margin-right: auto; 
        margin-left: auto;
    }
}
.p-realestateGroup__list::after,
.p-realestateGroup__list::before
{
    display: block;

    width: 100%;
    max-width: 345px;
    height: 0; 

    content: '';
}
@media screen and (min-width: 768px)
{
    .p-realestateGroup__list::after,
    .p-realestateGroup__list::before
    {
        width: 100%;
        max-width: 345px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1480px)
{
    .p-realestateGroup__list::after,
    .p-realestateGroup__list::before
    {
        max-width: 24%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .p-realestateGroup__list::after,
    .p-realestateGroup__list::before
    {
        max-width: 49%;
    }
}
.p-realestateGroup__list::before
{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

@media screen and (max-width: 1024px)
{
    .p-realestateGroup__item
    {
        margin: 0vw 0vw 2.67vw 0vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateGroup__item
    {
        display: block;

        width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateGroup__item
    {
        width: 100%;
        max-width: 345px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1480px)
{
    .p-realestateGroup__item
    {
        max-width: 24%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .p-realestateGroup__item
    {
        max-width: 49%;
    }
}

@media screen and (min-width: 1025px)
{
    .p-realestateGroup__item:nth-last-child(-n+3)
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .p-realestateGroup__item:nth-last-child(-n+2)
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateGroup__item:last-child
    {
        margin-bottom: 0;
    }
}
