@charset 'UTF-8';
/* ==========================================================================
company
========================================================================== */
/* p-sub
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-sub__heading {
        padding: 13.33vw 2.67vw 13.33vw 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-sub__heading {
        text-align: center;
        padding: 55px 40px 0;
    }
}

.p-sub__title {
    font-weight: 300;
    text-align: center;
    color: #06b394;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .p-sub__title {
        font-size: 54px;
        font-size: 7.2vw;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
    .p-sub__title {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1023px) {
    .p-sub__title {
        text-align: left;
    }
    .p-sub__title .pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .p-sub__description {
        line-height: 2;
    }
}

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

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

.p-sub__item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .p-sub__container {
        margin-top: 13.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-sub__container {
        margin-top: 11.66%;
    }
}

@media screen and (max-width: 767px) {
    .p-sub__image {
        position: absolute;
        top: 0;
        left: 50%;
        width: 80vw;
        -webkit-transform: translateY(-85%) translateX(-45%);
                transform: translateY(-85%) translateX(-45%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-sub__image {
        position: absolute;
        top: 0;
        left: 50%;
        width: 75%;
        -webkit-transform: translateY(-83%) translateX(-45%);
                transform: translateY(-83%) translateX(-45%);
    }
}

@media screen and (min-width: 1024px) {
    .p-sub__image {
        position: absolute;
        right: 0;
        bottom: 20px;
        display: inline-block;
        width: 58.83%;
    }
}

.p-sub__inner {
    position: relative;
    color: #fff;
}

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

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

.p-sub__text {
    font-weight: 700;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .p-sub__text {
        line-height: 1.65;
        border-left: 1.86667vw solid #fff;
        padding-left: 4.27vw;
        font-size: 40px;
        font-size: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-sub__text {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.65;
        padding: 1px 0 1px 20px;
        border-left: 10px solid #fff;
    }
}

@media screen and (max-width: 1023px) {
    .p-sub .p-contentsBlock {
        padding-top: 63px;
        padding-bottom: 100px;
        max-width: 795px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .p-sub .p-contentsBlock {
        padding-top: 16vw;
        padding-bottom: 21.33vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-sub .p-contentsBlock {
        padding-top: 63px;
        padding-bottom: 100px;
    }
}

/* p-topNews
   ----------------------------------------------------------------- */
.p-subNews {
    padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .p-subNews {
        padding-bottom: 9.33vw;
    }
}

.p-subNews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1023px) {
    .p-subNews__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-subNews__inner {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media screen and (max-width: 1023px) {
    .p-subNews__heading {
        width: 100%;
        text-align: center;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-subNews__heading {
        padding-bottom: 10.67vw;
    }
}

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

.p-subNews__btn {
    float: right;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .p-subNews__btn {
        margin-top: 2.93vw;
        margin-top: 2.93vw;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        width: 225px;
    }
}

.p-subNews__body {
    margin-left: 20px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .p-subNews__body {
        margin-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-subNews__body {
        width: 100%;
    }
}

.p-subNews__item {
    padding-top: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid #9a9a9a;
}

@media screen and (max-width: 1023px) {
    .p-subNews__item {
        padding-top: 0;
    }
    .p-subNews__item:nth-child(n+2) {
        padding-top: 44px;
    }
}

@media screen and (min-width: 1024px) {
    .p-subNews__item {
        max-width: 100%;
    }
}

.p-subNews__item:after {
    content: '';
    display: block;
    clear: both;
}

.p-newsEntries__link:after {
    content: '';
    display: block;
    clear: both;
}

.table {
    margin-bottom: 0 !important;
}

.p-topCenter {
    text-align: center;
    margin-bottom: 20px;
}

.top-headline__text {
    text-align: center;
}

.rede {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
    .rede {
        height: 70vw;
    }
}

@media screen and (max-width: 767px) {
    .rede {
        height: 108vw;
    }
}

/* ==========================================================================
   realestate-detail
   ========================================================================== */
/* p-realestate-detail
   ----------------------------------------------------------------- */
/*.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 {
    content: '';
    display: block;
    width: 32.5%;
}

.Photofixed figure {
    position: relative;
    width: 32.5%;
    height: auto;
    margin-bottom: 13px;
    overflow: hidden;
}

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

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .Photofixed figure img {
        width: 351px;
        height: 178px;
    }
}

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

.Photofixed figure:before {
    content: '';
    display: block;
    padding-top: 75%;
}

.Photofixed figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 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 {
    content: '';
    display: block;
    width: 32.5%;
}

.photo-gallery figure {
    position: relative;
    width: 32.5%;
    height: auto;
    margin-bottom: 13px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .photo-gallery figure img {
        width: 390px;
        height: 283.5px;
    }
}

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

.photo-gallery figure:before {
    content: '';
    display: block;
    padding-top: 75%;
}

.photo-gallery figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-gallery figcaption {
    display: none;
}

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

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

.slick-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#thumbnail_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#thumbnail_slider .slick-list {
    width: 90%;
}

#thumbnail_slider img {
    -webkit-transition: .3s ease;
            transition: .3s ease;
}

#thumbnail_slider .slick-current img {
    border: 5px solid #7083de;
}

.thumbnail-item {
    cursor: pointer;
}

#thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 115px;
    background: #7083de;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#thumbnail_slider .bt-right img, #thumbnail_slider .bt-left img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#slider {
    position: relative;
    z-index: auto;
}

#slider .bt-right, #slider .bt-left {
    position: absolute;
    z-index: 1;
    top: 0;
    /* background:rgba(0,0,0,0.5); */
    width: 180px;
    height: 500px;
    cursor: pointer;
}

#slider:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50%;
    display: block;
    width: 500vw;
    height: 100%;
    margin: 0 auto;
    content: '';
    background: #f5f5f5;
}

.slide-item {
    -webkit-transition: .3s ease;
            transition: .3s ease;
    vertical-align: bottom;
    opacity: .5;
}

.slick-active .slide-item {
    opacity: 10 !important;
}

#slider slide-item {
    position: relative;
}

#slider figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px;
    -webkit-transition: .3s ease;
            transition: .3s ease;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

.slick-active figcaption {
    display: block !important;
}

.bt-right {
    right: 0;
}

.bt-left {
    left: 0;
}

#thumbnail_slider .bt-right img, #thumbnail_slider .bt-left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}

#slider .bt-right img, #slider .bt-left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}

button {
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.price_big {
    font-size: 50px;
    font-size: 5.0rem;
}

.fixed-jcsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fixed-ojcenter {
    width: 100%;
    height: 100%;
    height: 100px;
    padding: 0;
    text-align: left;
}

.price-box {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px auto 0;
    text-align: left;
}

.realestate-detail__list_btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media all and (-ms-high-contrast: none) {
    .realestate-detail__list_btn2 li span {
        padding: 6px 0 0 !important;
    }
}

.realestate-detail__list_btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 60px;
}

.realestate-detail__list_btn1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.realestate-detail__list_btn2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 40px;
    margin: .5% 1%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.realestate-detail__list_btn1 li a {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%;
    padding: 0;
    cursor: pointer;
    /* text-align: center; */
    text-decoration: none;
    letter-spacing: -1.2px;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.realestate-detail__list_btn1 li:nth-child(odd) a {
    background: #8cbec6;
}

.realestate-detail__list_btn1 li:nth-child(even) a {
    background: #af8f70;
}

.realestate-detail__list_btn1 li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.realestate-detail__list_btn2 li span {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%;
    padding: 0;
    /* text-align: center; */
    text-decoration: none;
    color: #fff;
    border: none;
    outline: none;
    background: #8cbec6;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: 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: 750px) {
    .realestate-detail__list_btn1 li .pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .realestate-detail__list_btn1 li .sp {
        display: none;
    }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
    #slider .slide-item img {
        display: block;
        width: auto;
        height: 66vw;
    }
    #slider .bt-right, #slider .bt-left {
        position: absolute;
        z-index: 1;
        top: 0;
        /* background: rgba(0,0,0,0.5); */
        width: 70px;
        height: 65vw;
        cursor: pointer;
    }
    #thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
        position: relative;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 5vw;
        height: 11.5vw;
        margin-top: -5.5px;
        background: #7083de;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #thumbnail_slider .bt-right {
        margin-left: 5px;
    }
    #thumbnail_slider .bt-right img, #thumbnail_slider .bt-left img {
        width: 3.8vw;
    }
    #thumbnail_slider .slick-current img {
        margin-left: 5%;
    }
}

#slider .slide-item img {
    width: 720px;
    height: 500px;
}

.ta-center-text {
    line-height: 1.5em;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .photo-gallery figure:nth-child(-n+2) img {
        width: 100%;
    }
    .demo-gallery figure img, .photo-gallery figure img {
        width: 50.66667vw;
        height: 32vw;
    }
    .Photofixed figure {
        width: 49%;
        margin-bottom: 30px;
    }
    .demo-gallery figure {
        width: 49%;
        margin-bottom: 5px;
    }
    .photo-gallery figure:nth-child(-n+2) {
        width: 100%;
        margin-bottom: 6px;
    }
    .photo-gallery figure:nth-child(-n+2) img {
        width: 133.33333vw;
        height: 66.66667vw;
    }
    #slider .slide-item img {
        display: block;
        width: auto;
        height: 63vw;
    }
    #slider .bt-right, #slider .bt-left {
        width: 50px;
        height: 63vw;
    }
    .price-box {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 auto;
        /* height: 60px; */
    }
    .price_big {
        font-size: 20px;
        font-size: 2.8rem;
    }
    .fixed-ojcenter {
        height: auto;
    }
    .ta-center-text {
        text-align: left;
        line-height: 1.5em;
    }
    .realestate-detail__list_btn1 {
        margin-top: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .realestate-detail__list_btn2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .realestate-detail__list_btn1 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .realestate-detail__list_btn2 li {
        width: calc(50% - 10px) !important;
        margin: 5px;
    }
    #thumbnail_slider .bt-right {
        position: relative;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 17.5vw;
        margin-top: -.5%;
        margin-right: 5px;
        background: #7083de;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #thumbnail_slider .bt-left {
        position: relative;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 17.5vw;
        margin-top: -.5%;
        margin-right: 5px;
        margin-right: 5px;
        background: #7083de;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #thumbnail_slider .bt-right {
        margin-left: 5px;
    }
    .thumbnail-item img {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .realestate-detail__list_btn1 {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .realestate-detail__list_btn2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .realestate-detail__list_btn1 li {
        width: 48%;
        margin: 1%;
    }
    .realestate-detail__list_btn2 li {
        width: calc(32% - 5px) !important;
        margin: 5px;
    }
    .realestate-detail__list_btn1 li:nth-child(3) a {
        background: #af8f70;
    }
    .realestate-detail__list_btn1 li:nth-child(4) a {
        background: #8cbec6;
    }
}

.p-realestate-detail__desc {
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .05em;
}

.p-realestate-detail__content .p-login__btn {
    font-size: 24px;
    font-size: 2.4rem;
    height: 80px;
    margin-top: 40px;
}

.p-realestate-detail__content input[type='text'] {
    font-size: 20px;
    width: 100%;
    padding: 10px;
    border: 2px solid #d4d5d7;
}

.p-realestate-detail__pass-regi {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

.p-realestate-detail__pass-regi img {
    margin-right: 10px;
}

.p-realestate-detail__pass-regi a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .p-realestate-detail__desc {
        font-size: 60px;
        font-size: 8vw;
        padding: 8vw 0vw 8vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate-detail__desc {
        font-size: 60px;
        font-size: 6rem;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__desc {
        line-height: 1;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__desc br {
        line-height: 1;
        display: none;
    }
}

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

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .p-realestate-detail__block {
        padding: 4vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__block {
        padding: 50px 0 50px;
    }
    .color_bg_2 {
        padding: 20px 0 60px;
        background: #002b60;
    }
}

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

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .p-realestate-detail__block2 {
        margin: 0vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__block2 {
        margin: 0 0 50px;
    }
}

.open_house {
    background: #fafbdb;
}

.color_bg_1 {
    background: #edf2f8;
}

.color_bg_2 {
    padding-bottom: 30px;
    background: #002b60;
}

.color_bg_2 .c-title__en, .color_bg_2 .c-title__jp {
    color: #fff !important;
}

.p-realestate-detail__block:nth-child(3) {
    background: #efefef;
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__block:nth-child(3) {
        padding: 50px 0 50px;
        margin: 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate-detail__block:last-child {
        padding: 13.33vw 0vw 13.33vw 0vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-realestate-detail__block:last-child {
        padding-bottom: 100px;
    }
    .p-realestate-detail__block:nth-child(2) {
        padding: 8vw 0vw 8vw 0vw;
    }
}

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

@media screen and (min-width: 768px) {
    .p-realestate-detail__inner {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate-detail__content {
        position: relative;
        /* margin-bottom: 6vw; */
        /* padding-top: 12vw; */
    }
}

@media screen and (min-width: 768px) {
    .p-realestate-detail__content {
        padding: 0 20px 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__content {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate-detail__label {
        position: absolute;
        top: 0;
        left: 50%;
        width: 72vw;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 768px) {
    .p-realestate-detail__label {
        margin-bottom: 50px;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__label {
        margin-bottom: 80px;
    }
}

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

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

@media screen and (min-width: 768px) {
    .p-realestate-detail__text {
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 1.3em;
        margin-bottom: 20px;
        font-weight: bold;
        letter-spacing: .1em;
    }
}

.p-realestate-detail__text span {
    font-size: 15px;
    font-size: 1.5rem;
    color: red;
    padding: 0 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}

.p-realestate-detail__text p {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    color: #000;
}

@media screen and (max-width: 767px) {
    .p-realestate-detail__text {
        font-size: 4.67vw !important;
        margin-bottom: 2.67vw;
        line-height: 1.3;
        font-weight: bold;
    }
    .p-realestate-detail__text p {
        font-size: 3.2vw;
        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px) {
    .p-realestate-detail__thumb {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__thumb {
        width: 50%;
    }
}

.p-realestate-detail__thumb img {
    width: 100%;
}

.loan_sim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 20px 20px 5px; */
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.loan_sim::after {
    content: '';
    display: block;
    width: 31%;
}

.loan_sim input[type=text] {
    font-family: -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, sans-serif;
    font-size: 2.3rem;
    display: inline-block;
    width: 100px;
    margin: 5px 0;
    margin-right: 5px;
    padding: 0 0 0 5px !important;
    text-align: right;
    background: inherit;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.loan_sim > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    margin-bottom: 20px;
    border: 1px solid #8cbfc7;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.loan_sim .loan_sim__att {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 20px;
    border: 0;
    border: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.loan_sim__att p {
    width: 100% !important;
}

.loan_sim .loan_sim__kingaku {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 80px !important;
    height: 61px;
    margin-bottom: 20px;
    ack: justify;
    -ms-flex-pack: justify;
}

.loan_sim .loan_sim__kingaku > .loan_sim__head {
    width: 30.5% !important;
}

.loan_sim div p {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0;
    /* text-align: center; */
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loan_sim div p .textArea {
    margin: 7px;
    padding: 0 5px 0 0;
    border: solid #efefef 1px;
}

.loan_sim div .loan_sim__btn_area {
    /* position: absolute; */
    right: 0;
    display: block;
    width: auto;
    width: 100%;
    padding: 15px;
    border: none;
    background: #f2ead8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loan_sim div .loan_sim__btn_area img {
    width: 26px;
    height: 26px;
    margin: 2px 2px 0 2px;
    cursor: pointer;
}

.loan_sim div .loan_sim__head {
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
    background: #8cbfc7;
}

.loan_sim div .loan_sim__red {
    font-size: 2.8rem;
    font-weight: bold;
    width: 69%;
    text-align: right;
    color: red;
    padding: 20px 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .loan_sim div {
        width: 48%;
    }
    .realestate-detail__list_btn1 li a img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .loan_sim .loan_sim__att p {
        line-height: 1.3em !important;
    }
    .loan_sim .loan_sim__kingaku {
        width: 48%;
        height: 85px !important;
    }
    .loan_sim .loan_sim__att {
        width: 100%;
    }
}

/* p-map
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .loan_sim .loan_sim__kingaku {
        height: auto !important;
    }
    .loan_sim div .loan_sim__red {
        font-size: 3.8rem;
        font-weight: bold;
        width: 100%;
        text-align: right;
        color: red;
    }
    .loan_sim .loan_sim__kingaku > .loan_sim__head {
        width: 100% !important;
    }
    .p-map {
        width: 100%;
        height: 106.66667vw;
        margin-bottom: 30px;
    }
    .loan_sim div {
        width: 100% !important;
    }
    .loan_sim .loan_sim__att {
        position: relative;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .p-map {
        width: 100%;
        height: 450px;
        margin-bottom: 60px;
    }
}

.yokumiru_head {
    font-size: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    /* cursor: pointer; */
    /* text-align: center; */
    text-decoration: none;
    letter-spacing: -1.2px;
    color: #fff;
    border: none;
    outline: none;
    background: #8cbec6;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yokumiru_head img {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .yokumiru_head {
        margin-bottom: 40px;
    }
}

.reki_head {
    font-size: 20px;
    font-size: 2.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    /* cursor: pointer; */
    /* text-align: center; */
    text-decoration: none;
    letter-spacing: -1.2px;
    color: #fff;
    border: none;
    outline: none;
    background: #af8f70;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reki_head img {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .reki_head {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .table th {
        width: 30% !important;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }
    .table .col2 {
        width: 33%;
    }
}

#thumbnail_slider .bt-right img, #thumbnail_slider .bt-left img {
    width: 40px;
}

#thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
    height: 125px;
}

.thumbnail-item img {
    font-family: 'object-fit: cover;';
    width: 156px;
    height: 123px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 1020px) {
    .p-voice-list__block #slider .slide-item {
        width: 95vw;
        height: 71vw;
    }
    .p-voice-list__block #slider .slide-item img {
        width: 95vw;
        height: 71vw;
    }
    #thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
        height: 123px;
    }
}

@media screen and (max-width: 767px) {
    .p-voice-list__block #slider .slide-item {
        width: 90vw;
        height: 67.5vw;
    }
    .p-voice-list__block #slider .slide-item img {
        width: 90vw;
        height: 67.5vw;
    }
}

.outset {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}

.inset {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit:contain;';
}

@media screen and (max-width: 1140px) {
    #thumbnail_slider .slick-current img {
        border: 4px solid #7083de;
    }
    .thumbnail-item {
        font-family: 'object-fit: cover;';
        width: 13.5vw;
        height: 10.8vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumbnail-item img {
        font-family: 'object-fit: cover;';
        width: 13.5vw;
        height: 10.8vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    #thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
        height: 10.5vw;
    }
}

@media screen and (max-width: 1040px) {
    .thumbnail-item {
        font-family: 'object-fit: cover;';
        width: 13vw;
        height: 10.3vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumbnail-item img {
        font-family: 'object-fit: cover;';
        width: 13vw;
        height: 10.3vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

@media screen and (max-width: 1020px) {
    .thumbnail-item {
        font-family: 'object-fit: cover;';
        width: 12.5vw;
        height: 10vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumbnail-item img {
        font-family: 'object-fit: cover;';
        width: 12.5vw;
        height: 10vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

@media screen and (max-width: 800px) {
    .thumbnail-item {
        font-family: 'object-fit: cover;';
        width: 15vw;
        height: 11.5vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumbnail-item img {
        font-family: 'object-fit: cover;';
        width: 15vw;
        height: 11.5vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    #thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
        height: 12.2vw;
    }
    #thumbnail_slider .bt-right img, #thumbnail_slider .bt-left img {
        width: 3vw;
    }
}

@media screen and (max-width: 640px) {
    .thumbnail-item {
        font-family: 'object-fit: cover;';
        width: 24vw;
        height: 18.5vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumbnail-item img {
        font-family: 'object-fit: cover;';
        width: 24vw;
        height: 18.5vw;
        -o-object-fit: cover;
           object-fit: cover;
    }
    #thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
        height: 18.7vw;
    }
}

#slider .slide-item .outset {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}

#slider .slide-item .inset {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
}

#thumbnail_slider .inset, .detailPhoto .inset, .p-realestate__list .inset {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#thumbnail_slider .outset, .detailPhoto .outset, .p-realestate__list .outset {
    background-repeat: no-repeat;
    background-size: cover;
}

.kankyo_b {
    margin-top: 5px;
}

.demo-gallery .outset {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}

.demo-gallery .inset {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
}

.faci_img {
    width: 350px;
    height: 230px;
}

@media screen and (max-width: 1140px) {
    .faci_img {
        height: 20vw;
    }
}

@media screen and (max-width: 767px) {
    .faci_img {
        height: 30vw;
    }
}

@media screen and (max-width: 768px) {
    #slider .slide-item img {
        height: 60vw !important;
    }
    .c-lead {
        font-size: 6.5vw !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    #thumbnail_slider .bt-right, #thumbnail_slider .bt-left {
        height: 12.2vw !important;
        margin-top: -.5% !important;
    }
}

@media screen and (min-width: 768px) {
    #slider .slide-item img {
        width: 720px;
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    #slider .slide-item img {
        width: inherit;
        width: 90vw;
        height: inherit;
        height: 40vw;
    }
}

@media screen and (max-width: 768px) {
    #slider figcaption p {
        width: 80vw;
    }
}

#slider .slide-item {
    position: relative;
    overflow: hidden;
}

#slider .slide-item p {
    line-height: 1.2em;
    margin-right: auto;
    margin-left: auto;
}

input[type=range] {
    width: 100%;
    margin: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=range]:focus {
    outline: none;
}

/* WebKit・Blink向け 溝のスタイル */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    border-radius: 6px;
    background-color: #8cbfc7;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* WebKit・Blink向け つまみのスタイル */
input[type=range]::-webkit-slider-thumb {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -8px !important;
    cursor: pointer;
    -webkit-transition: .4s;
            transition: .4s;
    border: 2px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-color: #fff;
    -webkit-appearance: none;
            appearance: none;
}

input[type=range]:active::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
    -webkit-transition: .4s;
            transition: .4s;
}

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto) {
    input[type=range]::-webkit-slider-thumb {
        margin-top: 0 !important;
    }
}

/* WebKit・Blink向け focus時のスタイル */
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #8cbfc7;
}

/* Firefox向け 溝のスタイル */
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    border-radius: 6px;
    background-color: #8cbfc7;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* Firefox向け つまみのスタイル */
input[type=range]::-moz-range-thumb {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .4s;
            transition: .4s;
    border: 2px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=range]:active::-moz-range-thumb {
    width: 25px;
    height: 25px;
    -webkit-transition: .4s;
            transition: .4s;
}

/* Edge・IE向け 溝のスタイル */
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border-width: 16px 0;
    border-color: transparent;
    background: transparent;
    animate: .2s;
}

/* Edge・IE向け 溝の色（つまみより左側） */
input[type=range]::-ms-fill-lower {
    background: #8cbfc7;
}

/* Edge・IE向け 溝の色（つまみより右側） */
input[type=range]::-ms-fill-upper {
    background: #8cbfc7;
}

/* Edge・IE向け つまみのスタイル */
input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    cursor: pointer !important;
    -webkit-transition: .4s;
            transition: .4s;
    border: 2px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-color: #fff;
    -webkit-appearance: none;
            appearance: none;
}

input[type=range]:active::-ms-thumb {
    width: 25px;
    height: 25px;
    -webkit-transition: .4s;
            transition: .4s;
}

/* Edge・IE向け focus時の色（つまみより左側） */
input[type=range]:focus::-ms-fill-lower {
    background: #8cbfc7;
}

/* Edge・IE向け focus時の色（つまみより右側） */
input[type=range]:focus::-ms-fill-upper {
    background: #8cbfc7;
}

/* Edge・IE向け ポップアップを非表示に */
input[type=range]::-ms-tooltip {
    display: none;
}

.checkbox-input:checked + .checkbox-parts3 {
    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;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.checkbox-input:checked + .checkbox-parts3::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 20px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}

.checkbox-parts3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s ease;
            transition: .3s ease;
    background: #ededed;
    -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;
}

.checkbox-parts3::before {
    position: relative;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    content: '';
    border: 1px solid #ddd;
    background: #fff;
}

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

@media screen and (min-width: 768px) {
    .p-pickup__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-pickup__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

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

@media screen and (min-width: 768px) {
    .p-pickup__item {
        width: 46%;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-pickup__item {
        margin-bottom: 6%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media screen and (min-width: 1024px) {
    .p-pickup__item {
        width: 32.25%;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-pickup__item:last-child {
        margin-bottom: 0;
    }
}

.p-pickup__link {
    text-decoration: none;
    display: block;
}

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

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

.p-pickup__image img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-pickup__image img {
        height: 56.5vw;
    }
}

@media screen and (min-width: 768px) {
    .p-pickup__image img {
        height: 285px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-pickup__image img {
        height: 29.5vw;
    }
}

.p-pickup__title {
    text-align: left;
    line-height: 1.3em;
}

@media screen and (max-width: 767px) {
    .p-pickup__title {
        margin-bottom: 2.67vw;
        font-size: 36px;
        font-size: 4.8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-pickup__title {
        margin-bottom: 10px;
        font-size: 21px;
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 767px) {
    .p-pickup__desc {
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) {
    .p-pickup__desc {
        line-height: 1.8;
    }
}

@media screen and (max-width: 767px) {
    .p-realestate-detail__block:first-of-type {
        padding: 9.33vw 0vw 8vw 0vw !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .p-realestate-detail__block:first-of-type {
        padding: 9.33vw 0vw 0vw 0vw !important;
    }
}

@media screen and (min-width: 1024px) {
    .p-realestate-detail__block:first-of-type {
        padding: 70px 0 60px !important;
    }
}

/* p-realestatePage
   ----------------------------------------------------------------- */
.p-realestatePage {
    overflow: hidden;
}

.p-realestatePage__lead {
    font-weight: normal;
    text-align: left;
    letter-spacing: .05em;
    line-height: 1.3em;
}

@media screen and (max-width: 767px) {
    .p-realestatePage__lead {
        margin-top: 10.67vw;
        margin-bottom: 10.67vw;
        font-size: 42px;
        font-size: 5.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-realestatePage__lead {
        margin-top: 48px;
        margin-bottom: 60px;
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-realestatePage__disc {
    font-size: 16.5px;
    font-size: 1.65rem;
    line-height: 1.4em;
    margin-bottom: 50px;
}

.p-realestate-detail__content .p-topNews {
    padding-top: 0 !important;
    padding-bottom: 50px;
}

/*.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 {
    content: '';
    display: block;
    width: 32.5%;
}

.Photofixed figure {
    position: relative;
    width: 32.5%;
    height: auto;
    margin-bottom: 13px;
    overflow: hidden;
}

.Photofixed figure img {
    width: 351px;
    height: 263.25px;
}

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

.Photofixed figure:before {
    content: '';
    display: block;
    padding-top: 75%;
}

.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 {
    content: '';
    display: block;
    width: 32.5%;
}

.photo-gallery figure {
    position: relative;
    width: 32.5%;
    height: auto;
    margin-bottom: 13px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .photo-gallery figure img {
        width: 390px;
        height: 292.5px;
    }
}

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

@media screen and (max-width: 767px) {
    .photo-gallery figure {
        width: 49.5%;
        margin-bottom: 4px;
    }
    .photo-gallery figure img {
        width: 50.66667vw;
        height: 32vw;
    }
}

.photo-gallery figure:before {
    content: '';
    display: block;
    padding-top: 75%;
}

.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 (min-width: 1024px) {
    .photo-gallery figure:nth-child(-n+2) img {
        width: 594.445px;
        height: 445.5px;
    }
}

@media screen and (max-width: 1023px) {
    .photo-gallery figure:nth-child(-n+2) img {
        width: 360.36px;
        height: 270.27px;
    }
}

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

.photo-gallery figcaption {
    display: none;
}

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

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

/* youtube
   ----------------------------------------------------------------- */
.youtube {
    position: relative;
    margin-bottom: 15px;
}

.youtube::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube p {
    position: absolute;
}

/* 請求ボタン
   ----------------------------------------------------------------- */
.btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
}

.btn_area .request_btn {
    font-size: 25px;
    font-size: 2.5rem;
    text-decoration: none;
    color: #fff;
    background: #7f191b;
    padding: 20px 40px 20px 30px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .btn_area .request_btn {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 15px 20px;
    }
}

.btn_area .request_btn img {
    width: 26px;
    height: auto;
    margin-right: 25px;
}

@media screen and (max-width: 767px) {
    .btn_area .request_btn img {
        margin-right: 15px;
    }
}

.btn_area .request_btn:hover {
    opacity: .8;
}

@media screen and (max-width: 767px) {
    .btn_area .back_btn {
        margin-top: 8vw;
        width: 69.33333vw;
        height: 16vw;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    .btn_area .back_btn {
        width: 500px;
        height: 60px;
        margin-top: 52px;
        font-size: 25px;
        font-size: 2.5rem;
    }
}

/* 戻るボタン
   ----------------------------------------------------------------- */
/* 概要 outline
   ----------------------------------------------------------------- */
.p-realestate-detailbottom .c-headline, .p-realestate-detail__content .c-headline, .p-subPage .c-headline {
    margin-bottom: 40px;
}

.outline {
    background: #ffa300;
    padding: 40px 0 60px;
    width: 100%;
    margin: 0 auto;
}

.outline .c-headline {
    margin-bottom: 40px;
}

.outline .c-headline__en {
    color: #fff !important;
}

.outline .c-headline__en::first-letter {
    color: #fff;
}

.outline .c-headline__jp {
    color: #fff !important;
}

.outline .detail {
    max-width: 1080px;
    padding: 10px 10px 20px;
    margin: 0 auto;
    display: block;
    background: white;
}

.outline .detail .note {
    background-size: 2% 49px;
    line-height: 49px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    color: black;
    font-weight: normal;
    background-image: url(../image/bg_note.gif);
    margin-left: 20px;
    margin-right: 20px;
}

/* formdisc
   ----------------------------------------------------------------- */
.formdisc {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .formdisc {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.formdisc img {
    width: 40px;
    margin-top: -5px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .formdisc img {
        display: block;
        margin: 0 auto 10px;
    }
}

/* p-form
   ----------------------------------------------------------------- */
.p-form {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-form {
        padding-bottom: 13.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-form {
        padding-bottom: 102px;
    }
}

.p-form__inner {
    display: inline-block;
    width: 540px;
    letter-spacing: 1px;
    margin: 0 auto;
}

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

.p-form__button {
    width: 100%;
    position: relative;
    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;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    border-color: transparent;
    background-color: #06b394;
    color: white;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width: 767px) {
    .p-form__button {
        font-size: 30px;
        font-size: 4vw;
        padding-top: 4.26667vw;
        padding-bottom: 4.26667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-form__button {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.p-form__text {
    line-height: 1;
    margin-left: -30px;
}

@media screen and (max-width: 767px) {
    .p-form__text {
        margin-left: -4vw;
    }
}

.p-form--more {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.p-form--more::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .p-form--more::after {
        right: 4.26667vw;
        width: 3.2vw;
        height: 3.2vw;
        border-top: .66667vw solid white;
        border-right: .66667vw solid white;
    }
}

@media screen and (min-width: 768px) {
    .p-form--more::after {
        right: 32px;
        width: 20px;
        height: 20px;
        border-top: 5px solid white;
        border-right: 5px solid white;
    }
}

/* p-form2
   ----------------------------------------------------------------- */
.p-form2 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-form2 {
        padding-bottom: 6.8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-form2 {
        padding-bottom: 50px;
    }
}

.p-form2__inner {
    display: inline-block;
    width: 540px;
    letter-spacing: 1px;
    margin: 0 auto;
}

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

.p-form2__button {
    width: 100%;
    position: relative;
    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;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    border-color: transparent;
    background-color: #06b394;
    color: white;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width: 767px) {
    .p-form2__button {
        font-size: 30px;
        font-size: 4vw;
        padding-top: 4.26667vw;
        padding-bottom: 4.26667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-form2__button {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.p-form2__text {
    line-height: 1;
    margin-left: -30px;
}

@media screen and (max-width: 767px) {
    .p-form2__text {
        margin-left: -4vw;
    }
}

.p-form2--more {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.p-form2--more::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .p-form2--more::after {
        right: 4.26667vw;
        width: 3.2vw;
        height: 3.2vw;
        border-top: .66667vw solid white;
        border-right: .66667vw solid white;
    }
}

@media screen and (min-width: 768px) {
    .p-form2--more::after {
        right: 32px;
        width: 20px;
        height: 20px;
        border-top: 5px solid white;
        border-right: 5px solid white;
    }
}
