@charset 'UTF-8';
/* ==========================================================================
   toppage
   ========================================================================== */
/* p-realestate
-------------------------------------------------------------------------- */
.p-realestate
{
    display: block;

    text-decoration: none;
}

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

.p-realestate.new .p-realestate__title
{
    border-left: 7px solid #ffd1d1;
}

.p-realestate.land .p-realestate__category
{
    background: #caedb4;
}

.p-realestate.land .p-realestate__title
{
    border-left: 7px solid #caedb4;
}

.p-realestate.mansion .p-realestate__category
{
    background: #ffe0b4;
}

.p-realestate.mansion .p-realestate__title
{
    border-left: 7px solid #ffe0b4;
}

.p-realestate.used .p-realestate__category
{
    background: #b4ddff;
}

.p-realestate.used .p-realestate__title
{
    border-left: 7px solid #b4ddff;
}

.p-realestate.business .p-realestate__category
{
    background: #f6d1ff;
}

.p-realestate.business .p-realestate__title
{
    border-left: 7px solid #f6d1ff;
}

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

.p-realestate.unreleased .p-realestate__title
{
    border-left: 7px solid #efe542;
}

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

.p-realestate__title
{
    font-size: 25px; 

    margin: 0 0 10px;
    padding: 0 0 0 15px;

    text-align: left;
}

.p-realestate__thumbnail
{
    position: relative;

    display: block;
}

.p-realestate__thumb
{
    aspect-ratio: 4 / 3;
}

.p-realestate__thumb img
{
    display: block; 

    width: 100%;
    height: 100%;
}

.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;

    top: 10px;
    right: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    letter-spacing: .1em;

    color: #fff;
    border-radius: 100vw; 
    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
    {
        width: 13.33333vw;
        height: 12vw;
        padding-top: 1.33vw;
    }
}

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

        width: 80px;
        height: 70px;
        padding-top: 10px;
    }
}

.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;
    }
}

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

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

.p-realestate__category
{
    font-size: 18px;
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    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
    {
        padding: 5px 0;
    }
}

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

    color: #000;
}

.p-realestate__price .num
{
    font-family: 'Josefin Sans', sans-serif;
}

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

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        margin-top: 10px; 

        -webkit-box-align: center; 

            -ms-flex-align: center; 

                align-items: center;
    }
}

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

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

.p-realestate__unit
{
    font-size: 20px; 
    line-height: 1;

    color: #000;
}

.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,
.p-realestate__size::after
{
    content: '\2605';
}

@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
{
    margin-top: 10px; 

    text-align: left;
}

.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-newsDetail__more-box
{
    position: relative;

    display: block;

    width: 100%;

    text-align: center;
}

.p-newsDetail__more
{
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;

    position: relative;

    display: inline-block;

    padding: 13px 95px 10px;

    letter-spacing: -.3px; 

    border: 1px solid #b6dc1e;
    background-color: transparent;
}

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

        padding: 2.67vw 16vw 2.27vw 16vw;
    }
}

.p-newsDetail__more::before
{
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 100; 

    position: absolute;
    top: 50%;
    right: 12px;

    content: '＋';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (max-width: 767px)
{
    .p-newsDetail__more::before
    {
        font-size: 32px;
        font-size: 4.27vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-newsDetail__list
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        width: 100%;
        padding: 25px 0;

        -webkit-box-align: baseline;

            -ms-flex-align: baseline;

                align-items: baseline;
    }
}

@media screen and (max-width: 767px)
{
    .p-newsDetail__list
    {
        width: 100%; 
        padding: 25px 0;
    }
}

.p-newsDetail__meta
{
    position: relative;

    display: inline-block;
}

.p-newsDetail__label
{
    font-family: 'Noto Sans JP', sans-serif; 
    font-size: 20px;
    font-size: 2rem;

    margin-bottom: 0;

    color: #000;
}

@media screen and (max-width: 767px)
{
    .p-newsDetail__label
    {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.p-newsDetail__date
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-size: 2rem;

    margin-right: 8px; 

    color: #600;
}

@media screen and (max-width: 767px)
{
    .p-newsDetail__date
    {
        font-size: 17px;
        font-size: 1.7rem;

        margin-bottom: 3px;
    }
}

.p-newsDetail__text
{
    margin-top: 13px;

    letter-spacing: 1.2px;
}

@media screen and (max-width: 767px)
{
    .p-newsDetail__text
    {
        font-size: 32px;
        font-size: 4.27vw;
    }
}

.p-newsDetail__text.title
{
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400; 
    line-height: 1.2;

    margin-bottom: 25px;
}

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

.p-newsDetail__map
{
    height: 30vw;
}

@media screen and (max-width: 1023px)
{
    .p-newsDetail__map
    {
        height: 80vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-newsDetail__map
    {
        height: 130vw;
    }
}

.youtube
{
    position: relative; 

    margin-top: 60px;
}

.youtube::before
{
    display: block;

    padding-top: 56.25%; 

    content: '';
}

.youtube iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.youtubetext
{
    padding-top: 15px;
}

.outlineArea
{
    background: #f8f8f8;
}

.outlineArea .detail
{
    position: relative; 

    display: block;

    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 10px 20px;

    background: white;
}

.outlineArea .detail .note
{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 300;
    line-height: 49px;

    overflow: hidden;

    margin-right: 20px;
    margin-left: 20px;

    color: black;
    background-image: url(../img/realestate/bg_note.gif);
    background-size: 2% 49px;
}

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

    text-decoration: none;
}

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

.p-realestateDetail__list
{
    margin-bottom: 60px;
}

.p-realestateDetail__title
{
    font-size: 32px; 

    margin: 0 0 20px;
    padding: 0 0 0 15px;

    text-align: left;

    border-left: 7px solid #1eb3ea;
}

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

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}

.p-realestateDetail__desc
{
    margin-top: 30px;
    padding: 20px;

    background: #e3f8ff;
}

.p-realestateDetail__category
{
    font-size: 23px; 
    font-weight: 700;

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    margin-right: 10px;
    padding: 7px 30px;

    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: 1023px) and (min-width: 768px)
{
    .p-realestateDetail__category
    {
        font-size: 20px;

        padding: 5px 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-realestateDetail__category
    {
        font-size: 18px;

        padding: 10px 20px;
    }
}

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

.p-realestateDetail__category--land
{
    background: #caedb4;
}

.p-realestateDetail__category--mansion
{
    background: #ffe0b4;
}

.p-realestateDetail__category--used
{
    background: #b4ddff;
}

.p-realestateDetail__category--business
{
    background: #f6d1ff;
}

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

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

    color: #000;
}

.p-realestateDetail__price .num
{
    font-family: 'Josefin Sans', sans-serif;
}

@media screen and (min-width: 1024px)
{
    .p-realestateDetail__price .num
    {
        font-size: 30px;
        font-size: 3rem;
    }
}

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

@media screen and (max-width: 767px)
{
    .p-realestateDetail__price .num
    {
        font-size: 80px;
        font-size: 10.67vw;
    }
}

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

        margin-top: 10px;
    }
}

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

        margin-top: .5em;
    }
}

@media screen and (max-width: 1023px)
{
    .p-realestateDetail__price
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

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

.p-realestateDetail__message
{
    margin-top: 10px; 

    text-align: left;
}

/*.Photofixed
   ----------------------------------------------------------------- */
.Photofixed
{
    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;
}

.Photofixed::after
{
    display: block;

    width: 32.5%; 

    content: '';
}

.Photofixed figure
{
    position: relative;

    overflow: hidden; 

    width: 32.5%;
    height: auto;
    margin-bottom: 13px;
}

.Photofixed figure img
{
    width: 390px;
    height: 290px;
}

@media screen and (max-width: 1023px)
{
    .Photofixed figure img
    {
        width: 236.59px;
        height: 177.44px;
    }
}

@media screen and (max-width: 767px)
{
    .Photofixed figure img
    {
        width: 50.66667vw;
        height: 34.66667vw;
    }
}

@media screen and (max-width: 767px)
{
    .Photofixed figure
    {
        width: 49.5%;
        margin-bottom: 10px;
    }
}

.Photofixed figure:before
{
    display: block;

    padding-top: 75%; 

    content: '';
}

@media screen and (max-width: 767px)
{
    .Photofixed figure:before
    {
        padding-top: 80%;
    }
}

.Photofixed figure a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.Photofixed figcaption
{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* PhotoGallery
   ----------------------------------------------------------------- */
.photo-gallery
{
    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;
}

.photo-gallery::after
{
    display: block;

    width: 32.5%; 

    content: '';
}

.photo-gallery figure
{
    position: relative;

    overflow: hidden; 

    width: 32.5%;
    height: auto;
    margin-bottom: 13px;

    aspect-ratio: 4 / 3;
}

.photo-gallery figure img
{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px)
{
    .photo-gallery figure
    {
        width: 49.5%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px)
{
    .photo-gallery figure
    {
        width: 49.5%;
        margin-bottom: 3px;
    }
}

.photo-gallery figure:before
{
    display: block;

    padding-top: 75%; 

    content: '';
}

.photo-gallery figure a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.photo-gallery figure:nth-child(-n+2)
{
    width: 49.5%;
}

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

.photo-gallery figcaption
{
    display: none;
}

.photo-gallery figure img.outset
{
    font-family: 'object-fit: cover;'; 

    -o-object-fit: cover; 

       object-fit: cover;
}

.photo-gallery figure img.inset
{
    font-family: 'object-fit: contain;'; 

    -o-object-fit: contain; 

       object-fit: contain;
}
