@charset 'UTF-8';
/* ==========================================================================
   subppage
   ========================================================================== */
/* p-subPage
   ----------------------------------------------------------------- */
.p-subPage__heading
{
    background-color: #00b2a3;
}

@media screen and (min-width: 1024px)
{
    .p-subPage__heading
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}

.p-subPage__heading::after
{
    display: block;

    content: '';

    background-image: url(../image/company_img_01.jpg); 
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 767px)
{
    .p-subPage__heading::after
    {
        height: 34.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__heading::after
    {
        width: 100%;
        padding-top: 34%; 

        -webkit-box-flex: 1; 

            -ms-flex: 1; 

                flex: 1;
    }
}

@media screen and (min-width: 1024px)
{
    .p-subPage__heading::after
    {
        width: 55.5%;
        height: 380px;
        padding-top: 0;
    }
}

.p-subPage__wrap
{
    position: relative;
}

@media screen and (max-width: 767px)
{
    .p-subPage__wrap
    {
        padding: 8vw 5.33vw 8vw 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__wrap
    {
        width: 100%;
        padding: 40px 0;
    }
}

@media screen and (min-width: 1024px)
{
    .p-subPage__wrap
    {
        width: 44.5%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;

        background: #00b2a3;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__lead
    {
        width: 74.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__lead
    {
        text-align: center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-subPage__lead
    {
        max-width: 490px;
        margin-left: auto;
        padding-right: 20px;

        text-align: left;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__inner
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

/* p-gallery
   ----------------------------------------------------------------- */
.p-gallery__link
{
    display: block;
}

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

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px)
{
    .p-gallery--01 .p-gallery__thumbnail
    {
        width: 49%;
        margin-bottom: 2%;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--01 .p-gallery__thumbnail
    {
        width: 32.5%;
        margin-bottom: 1.25%;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--01 .p-gallery__thumbnail img
    {
        width: 100%;
        max-height: 265px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gallery--01 .p-gallery__thumbnail:nth-child(-n+2)
    {
        width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--01 .p-gallery__thumbnail:nth-child(-n+2)
    {
        width: 49.5%;
        margin-bottom: 1%;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--01 .p-gallery__thumbnail:nth-child(-n+2) img
    {
        width: 100%;
        max-height: 397.5px;
    }
}

.p-gallery--01 .p-gallery__caption
{
    display: none;
}

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

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px)
{
    .p-gallery--02 .p-gallery__thumbnail
    {
        width: 49%;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--02 .p-gallery__thumbnail
    {
        width: 32.5%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--02 .p-gallery__thumbnail img
    {
        width: 100%;
        max-height: 265px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gallery--02 .p-gallery__caption
    {
        margin-top: 5px;
    }
}

@media screen and (min-width: 768px)
{
    .p-gallery--02 .p-gallery__caption
    {
        margin-top: 5px;
    }
}

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

    text-decoration: none;

    background-color: #fff;
}

@media screen and (max-width: 767px)
{
    .p-realestate
    {
        border: .53333vw solid #e0e0e0;
        border-bottom: 2.13333vw solid #e0e0e0;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate
    {
        border: 2px solid #e0e0e0;
        border-bottom: 8px solid #e0e0e0;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestate--check
    {
        border-bottom: .53333vw solid #e0e0e0;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate--check
    {
        border-bottom: 2px solid #e0e0e0;
    }
}

.p-realestate:hover
{
    opacity: .8;
}

.p-realestate__thumbnail
{
    position: relative;

    display: block;
}

@media screen and (max-width: 767px)
{
    .p-realestate__thumbnail
    {
        border-bottom: .53333vw solid #e0e0e0;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__thumbnail
    {
        border-bottom: 2px solid #e0e0e0;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestate__thumb img
    {
        width: 100%;
        height: 74.13333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__thumb img
    {
        width: 100%;
        height: 254px;
    }
}

.p-realestate__label
{
    font-weight: bold;

    position: absolute;

    display: inline-block;
}

.p-realestate__label--new
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.8;

    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    letter-spacing: .1em;

    color: #fff;
    background-color: #f00; 

    -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
    {
        top: 4vw;

        width: 24vw;
        height: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__label--new
    {
        font-size: 16px;
        font-size: 1.6rem; 

        top: 20px;

        width: 90px;
        height: 30px;
    }
}

.p-realestate__label--soldout
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.8;

    top: 0;
    bottom: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin: auto;

    -webkit-transform: skewY(-15deg);

            transform: skewY(-15deg); 
    letter-spacing: .1em;

    color: #fff;
    background-color: rgba(255, 0, 0, .8);

    -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--soldout
    {
        width: 100%;
        height: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__label--soldout
    {
        font-size: 20px;
        font-size: 2rem; 

        width: 100%;
        height: 50px;
    }
}

.p-realestate__label--unreleased
{
    line-height: 1.2;

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

    color: #fff;
    background: #000;
}

@media screen and (max-width: 767px)
{
    .p-realestate__label--unreleased
    {
        top: 4vw;
        right: 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: 16px;
        font-size: 1.6rem; 

        top: 20px;
        right: 20px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 50px;
        height: 50px;

        -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--event
{
    right: 0;

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

    color: #fff;
    background-color: #b28600;
}

@media screen and (max-width: 767px)
{
    .p-realestate__label--event
    {
        bottom: 4vw;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 32vw;
        height: 8vw;

        -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--event
    {
        font-size: 16px;
        font-size: 1.6rem; 
        line-height: 30px;

        bottom: 17px;

        width: 130px;
        height: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestate__content
    {
        padding: 5.33vw 2.67vw 2.67vw 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__content
    {
        padding: 20px 8px 8px;
    }
}

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

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.p-realestate__category
{
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding: 0;

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

    -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__category
    {
        width: 34.66667vw;
        height: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__category
    {
        font-size: 14px;
        font-size: 1.4rem; 
        line-height: 1;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        max-width: 110px;
        height: 30px;
        padding: 8px 0;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestate__category
    {
        font-size: 18px;
        font-size: 1.8rem; 

        max-width: 130px;
        padding: 6px 0;
    }
}

.p-realestate__category--new
{
    background: #ffd1d1;
}

.p-realestate__category--land
{
    background: #c9e998;
}

.p-realestate__category--apartment
{
    background: #fccd9b;
}

.p-realestate__category--used
{
    background: #afd8fb;
}

.p-realestate__category--unreleased
{
    background: #efe542;
}

.p-realestate__price
{
    font-weight: bold;
    line-height: 1; 

    color: #000;
}

@media screen and (max-width: 767px)
{
    .p-realestate__price
    {
        font-size: 50px;
        font-size: 6.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__price
    {
        font-size: 24px;
        font-size: 2.4rem; 

        margin-top: .5em;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestate__price
    {
        margin-top: 0;
        padding-left: .5em;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__price--unreleased
    {
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-realestate__price--soldout
{
    font-weight: bold;
    line-height: 1; 

    color: #f00;
}

@media screen and (max-width: 767px)
{
    .p-realestate__price--soldout
    {
        font-size: 50px;
        font-size: 6.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__price--soldout
    {
        font-size: 24px;
        font-size: 2.4rem; 

        margin-top: .5em;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestate__price--soldout
    {
        margin-top: 0;
        padding-left: .5em;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__price--soldout--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;
    line-height: 1; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-realestate__size
    {
        font-size: 52px;
        font-size: 6.93vw; 

        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__size
    {
        font-size: 24px;
        font-size: 2.4rem; 

        margin-bottom: 10px;
    }
}

.p-realestate__size::before
{
    content: '【';
}

.p-realestate__size::after
{
    content: '】';
}

@media screen and (min-width: 768px)
{
    .p-realestate__size::before
    {
        margin-right: 8px;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__size::after
    {
        margin-left: 8px;
    }
}

.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: 19px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-realestate__information
    {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestate__information
    {
        min-height: 150px;
    }
}

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

@media screen and (min-width: 1024px)
{
    .p-realestate__information--unreleased
    {
        padding-top: 35px;
    }
}

.p-realestate__message
{
    background: rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px)
{
    .p-realestate__message
    {
        font-size: 28px;
        font-size: 3.73vw; 
        line-height: 1.8;

        margin-top: 1em;
        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__message
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4; 

        display: -webkit-box; 

        display: -ms-flexbox; 

        display: flex;

        height: 82px;
        padding: 5px 10px;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}

.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 #000;
        border-bottom: 1.06667vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestate__checkbox > input:checked + label::after
    {
        width: 10px;
        height: 20px;

        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
    }
}

.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-realestateSlider
-------------------------------------------------------------------------- */
.p-realestateSlider__list
{
    position: relative;
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider__list
    {
        max-width: 1080px; 
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-realestateSlider__list
    {
        max-width: 700px;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider__item
    {
        max-width: 350px;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider .slick-list
    {
        margin: 0 -7.5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-realestateSlider .slick-list
    {
        max-width: 700px;
        margin-right: auto; 
        margin-left: auto;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateSlider .slick-slide
    {
        padding: 0vw .67vw 0vw .67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider .slick-slide
    {
        margin: 0;
        padding: 0 7.5px;
    }
}

.p-realestateSlider .slick-arrow
{
    position: absolute;
    z-index: 10;
    top: 50%;

    display: inline-block;
    overflow: hidden;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-indent: -999999px;

    border: none;
    outline: none;
    background: transparent; 

    -webkit-appearance: none; 

       -moz-appearance: none; 

            appearance: none;
}

@media screen and (max-width: 767px)
{
    .p-realestateSlider .slick-arrow
    {
        width: 10.66667vw;
        height: 10.66667vw;
        margin-top: -6vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider .slick-arrow
    {
        width: 45px;
        height: 45px;
        margin-top: calc(-45px / 2);
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider .slick-arrow:hover
    {
        opacity: .8;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateSlider .slick-prev
    {
        left: -2.67vw;

        border-bottom: 2.4vw solid #000; 
        border-left: 2.4vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider .slick-prev
    {
        left: -10px;

        margin-left: calc(-45px / 2);

        border-bottom: 10px solid #000; 
        border-left: 10px solid #000;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestateSlider .slick-prev
    {
        left: 10px;
    }
}

@media screen and (min-width: 1280px)
{
    .p-realestateSlider .slick-prev
    {
        left: -45px;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateSlider .slick-next
    {
        right: -2.67vw;

        border-top: 2.4vw solid #000;
        border-right: 2.4vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateSlider .slick-next
    {
        right: -10px;

        margin-right: calc(-45px / 2);

        border-top: 10px solid #000; 
        border-right: 10px solid #000;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestateSlider .slick-next
    {
        right: 10px;
    }
}

@media screen and (min-width: 1280px)
{
    .p-realestateSlider .slick-next
    {
        right: -45px;
    }
}

/* 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: 1023px)
{
    .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: 365px;
    height: 0; 

    content: '';
}

.p-realestateGroup__list::before
{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

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

@media screen and (min-width: 768px)
{
    .p-realestateGroup__item
    {
        width: 100%;
        max-width: 365px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-realestateGroup__item
    {
        max-width: 49%;
        margin-bottom: 30px;
    }
}

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

@media screen and (max-width: 1023px) 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;
    }
}

/* p-realestateCard
-------------------------------------------------------------------------- */
.p-realestateCard
{
    background-color: #fff;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard
    {
        padding: 5.33vw 5.33vw 5.33vw 5.33vw;

        border: 1.06667vw solid #000;
        border-bottom: 2.13333vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard
    {
        padding: 20px;

        border: 4px solid #000;
        border-bottom: 8px solid #000;
    }
}

.p-realestateCard--check .p-realestateCard__message
{
    border-bottom: none;
}

.p-realestateCard__link
{
    display: block;

    text-decoration: none;
}

.p-realestateCard__link:hover
{
    opacity: .8;
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__content
    {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestateCard__content
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
    }
}

.p-realestateCard__thumbnail
{
    position: relative;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__thumbnail
    {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-realestateCard__thumbnail
    {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestateCard__thumbnail
    {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__image
    {
        width: 100%;
        height: 60vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__image
    {
        width: 100%;
        height: 100%;
    }
}

.p-realestateCard__label
{
    font-weight: bold; 

    position: absolute;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.p-realestateCard__label--new
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700; 

    color: #fff;
    background-color: #e60012;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__label--new
    {
        font-size: 28px;
        font-size: 3.73vw; 

        top: 2.67vw;
        right: 2.67vw;

        width: 10.66667vw;
        height: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__label--new
    {
        font-size: 14px;
        font-size: 1.4rem; 

        top: 10px;
        right: 10px;

        width: 40px;
        height: 40px;
    }
}

.p-realestateCard__label--event
{
    left: 0;

    text-align: center;

    color: #fff;
    background-color: #b29c37;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__label--event
    {
        font-size: 36px;
        font-size: 4.8vw; 

        bottom: 5.33vw;

        width: 21.33333vw;
        height: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__label--event
    {
        font-size: 18px;
        font-size: 1.8rem; 

        bottom: 20px;

        width: 88px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-realestateCard__summary
    {
        width: 210px;
        margin-right: 5.08%;
    }
}

.p-realestateCard__category
{
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding: 0;

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

    -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-realestateCard__category
    {
        font-size: 40px;
        font-size: 5.33vw;

        width: 100%;
        height: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__category
    {
        font-size: 18px;
        font-size: 1.8rem; 
        line-height: 1;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        height: 40px;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.p-realestateCard__category--new
{
    background: #ffd1d1;
}

.p-realestateCard__category--land
{
    background: #c9e998;
}

.p-realestateCard__category--apartment
{
    background: #fccd9b;
}

.p-realestateCard__category--used
{
    background: #afd8fb;
}

.p-realestateCard__category--unreleased
{
    background: #efe542;
}

.p-realestateCard__price
{
    font-weight: bold;
    line-height: 1; 

    color: #000;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__price
    {
        font-size: 68px;
        font-size: 9.07vw;

        margin-top: 2.67vw;
        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__price
    {
        font-size: 30px;
        font-size: 3rem; 

        margin-top: 20px;
        margin-bottom: 12px;
    }
}

.p-realestateCard__unit
{
    line-height: 1; 

    color: #000;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__unit
    {
        font-size: 30px;
        font-size: 4vw; 

        margin-left: 1.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__unit
    {
        font-size: 16px;
        font-size: 1.6rem;

        margin-left: 5px;
    }
}

.p-realestateCard__size
{
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__size
    {
        font-size: 40px;
        font-size: 5.33vw; 

        margin-top: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__size
    {
        font-size: 20px;
        font-size: 2rem; 

        margin-top: 15px;
    }
}

.p-realestateCard__size::before
{
    content: '\3010';
}

.p-realestateCard__size::after
{
    content: '\3011';
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__size::before
    {
        margin-right: 8px;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__size::after
    {
        margin-left: 8px;
    }
}

.p-realestateCard__text
{
    line-height: 1.8;
}

.p-realestateCard__message
{
    color: #fff;
    background: #000;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__message
    {
        font-size: 32px;
        font-size: 4.27vw;
        line-height: 1.6;

        margin-top: 6.67vw;
        padding: 2.67vw 4vw 2.67vw 4vw;

        border-bottom: 1.6vw solid #00b2a3;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__message
    {
        font-size: 16px;
        font-size: 1.6rem;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        padding: 12px 15px;

        border-bottom: 6px solid #00b2a3; 

        -webkit-box-align: center; 

            -ms-flex-align: center; 

                align-items: center;
    }
}

.p-realestateCard__checkbox > input
{
    display: none;
}

.p-realestateCard__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-realestateCard__checkbox > input:checked + label::after
    {
        width: 2.66667vw;
        height: 5.33333vw;

        border-right: 1.06667vw solid #000;
        border-bottom: 1.06667vw solid #000;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__checkbox > input:checked + label::after
    {
        width: 10px;
        height: 20px;

        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
    }
}

.p-realestateCard__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: #00b2a3;

    -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-realestateCard__checkbox > label
    {
        height: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__checkbox > label
    {
        height: 30px;
    }
}

.p-realestateCard__checkbox > label::before
{
    position: relative;
    top: 0;

    display: inline-block;

    content: '';

    border: 1px solid #d4d4d4;
    background: #fff;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__checkbox > label::before
    {
        width: 5.33333vw;
        height: 5.33333vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__checkbox > label::before
    {
        width: 20px;
        height: 20px;
    }
}

.p-realestateCard__checkbox span.none
{
    display: block; 

    background: #e0e0e0;
}

@media screen and (max-width: 767px)
{
    .p-realestateCard__checkbox span.none
    {
        height: 8vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCard__checkbox span.none
    {
        height: 30px;
    }
}

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

.p-realestateCardGroup__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 (max-width: 767px)
{
    .p-realestateCardGroup__item
    {
        margin: 0vw 0vw 5.33vw 0vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-realestateCardGroup__item
    {
        width: 49%;
        margin-bottom: 2%;
    }
}

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