.property-title-wrap {
    padding: 40px 0px;
    position: relative;
}

.grey-border-bottom {
    border-bottom: 10px solid #D2D2D2;
}

.property-title {
    font-size: 28px;
    line-height: 1.5;
    color: #60BFE5;
    font-weight: bold;
    position: relative;
}

.property-title:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #60BFE5;
    border-left: 1px solid #60BFE5;
    top: 0;
    bottom: 0;
    /* margin: auto; */
    margin-right: 20px;
    margin-left: 20px;
}

.property-title-wrap:after {}

.property-title-sub {
    font-size: 18px;
    line-height: 2.33;
    color: #60BFE5;
    font-weight: bold;
    margin-left: 40px;
}

.icon-new {
    background-color: #60BFE5;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    font-size: 14px;
}

.property-name {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}

.property-date {
    font-size: 14px;
    font-weight: normal;
}

.property-namearea {
    display: flex;
}

.property-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.property-namearea-title {
    display: flex;
    flex-direction: column;
}

.property-tagarea {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 465px;
    justify-content: flex-end;
}

.tag-border {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px #000 solid;
    min-width: 150px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    flex-basis: 120px;
}

.property-general {
    display: flex;
    width: 100%;
    min-height: 735px;
    height: 100%;
}

.property-slide {
    width: 50%;
    /* background-color: #F5F5F5; */
}

.property-description {
    width: 50%;
    padding: 50px 70px;
}

.property-description-box {
    border: 1px #000 solid;
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.property-description-price {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.43;
    color: #60BFE5;
}

.property-description-text {
    line-height: 1.72;
    font-size: 25px;
    font-size: normal;
    margin-bottom: 37px;
}

.property-description-subtext {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.15;
}

.property_slide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-description-wrap {
    display: flex;
    margin-bottom: 20px;
}

.property-thumbnail-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 460px;
}

.property-thumbnail {
    display: flex;
    border: 1px #707070 solid;
    max-width: 100px;
    max-height: 100px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}

.property-thumbnail img {
    object-fit: contain;
}

.btn-property {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF!important;
    border: none;
    background-color: #60BFE5;
    color: #FFF;
    width: 460px;
    height: 58px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.15;
    font-size: 15px;
}

.btn-property-inquiry {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #60BFE5;
    color: #FFF;
    max-width: 1140px;
    height: 58px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.15;
    max-width: 1140px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.btn-property-white {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #FFF;
    border: 1px solid #60BFE5;
    color: #60BFE5;
    height: 58px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.15;
    max-width: 560px;
    width: 50%;
    font-family: kozuka;
    /* margin-right: 20px; */
    cursor: pointer;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin-bottom: 40px;
}

.property-subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.95;
    border-bottom: 1px #707070 solid;
    position: relative;
    width: 100%;
}

.property-subtitle:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 30px;
    background-color: #60BFE5;
    top: 0;
    bottom: 0;
    margin: auto;
}

.property-subtitle-text {
    margin-left: 20px;
    display: block;
}

.property-recommend-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.68;
}

.property-map-supplement {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 10px;
}

.grey-container {
    background-color: #F5F5F5;
    padding: 30px 50px;
}

.life-information {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.38;
}

.blue-border-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid #60BFE5;
}

.inquiry-text {
    color: #60BFE5;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.72;
    margin-top: 42px;
    margin-bottom: 23px;
}

.inquiry-phone-number {
    color: #60BFE5;
    font-size: 60px;
    font-weight: bold;
    line-height: 0.71;
    margin-bottom: 27px;
}

.inquiry-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    border-top: 1px solid #60BFE5;
    border-bottom: 1px solid #60BFE5;
    margin-bottom: 60px;
    font-size: 20px;
}

.inquiry-detail p {
    margin-right: 43px;
}

.inquiry-detail p:last-child {
    margin-right: 0px;
}

.mockimg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1330px) {
    .btn-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn-property-white {
        font-size: 18px;
        width: 100%;
        max-width: 1140px;
    }
    .btn-property-white:first-child {
        margin-bottom: 15px;
    }
    .blue-border-container {
        padding: 0px 10px;
    }
    .property-general {
        flex-direction: column;
    }
    .property-slide {
        width: 100%;
    }
    .property-description {
        width: 100%;
        padding: 50px 0px;
    }
    .property-container .cards-2col-container .cards-2col {
        width: 100%;
        max-width: none;
    }
    .property-thumbnail-wrap {
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .btn-wrap {
        flex-direction: column;
        align-items: center;
    }
    .property-title-sub {
        font-size: 22px;
        display: block;
        margin-left: 0px;
    }
    .property-title:after {
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .property-title {
        font-size: 24px;
    }
    .property-name {
        font-size: 24px;
    }
    .property-tagarea {
        justify-content: center;
    }
    .property-namearea {
        margin-bottom: 10px;
    }
    .property-description-box {
        font-size: 18px;
    }
    .property-description-price {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .property-description-subtext {
        font-size: 18px;
    }
    .property-thumbnail-wrap {
        justify-content: flex-start;
        max-width: 460px;
    }
    .btn-property {
        width: 100%;
    }
    .property-map-supplement {
        line-height: 1.82;
    }
    .grey-container {
        padding: 30px 10px;
    }
    .blue-border-container {
        padding: 0px 10px;
    }
    .inquiry-text {
        font-size: 14px;
    }
    .inquiry-phone-number {
        font-size: 28px;
    }
    .btn-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn-property-white {
        font-size: 13px;
        width: 100%;
        max-width: 1140px;
    }
    .btn-property-white:first-child {
        margin-bottom: 15px;
    }
    .inquiry-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 10px 0px;
    }
    .inquiry-detail p {
        margin-right: 0;
        margin-bottom: 10px
    }
    .inquiry-detail p:last-child {
        margin-bottom: 0px;
    }
    .btn-property-inquiry {
        font-size: 13px;
        font-family: kozuka;
    }
    .inquiry-detail {
        font-size: 14px;
    }
    .googlemap {
        height: 300px;
    }
    .property-description-text {
        font-size: 24px;
    }
    .property-description-wrap {
        margin-bottom: 5px;
    }
}

.vr-area {
    text-align: center;
}

.ricoh-theta-tour-image {
    width: 100%!important;
}

.tag-height {
    max-height: 22px;
}