@charset "utf-8";
.top {
    margin-bottom: 60px;
}

.top_btn_black {
    background-color: #000;
    max-width: 160px;
    width: 100%;
    margin: 45px auto 0;
    transition: all 0.6s;
    border: solid 1px #000;
}
.top_btn_black a {
    width: 160px;
    height: 27px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 300;
}
.top_btn_black:hover {
    background: #fff;
}
.top_btn_black:hover a {
    color: #000;
}
.top_bg01 {
    position: relative;
    height: 576px;
    overflow: hidden;
}
.top_bg01 a {
    width: 100%;
    height: 100%;
    display: block;
}
.top_bg01::before {
    content: "";
    background: url(../img/top/bg01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 1s cubic-bezier(0, 0.52, 0.61, 0.98);
    transform-origin: 0% 0%;
    background-color: #818181;
    background-blend-mode: multiply;
}
.top_bg01.bg02::before {
    background: url(../img/top/bg02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #818181;
    background-blend-mode: multiply;
}
.top_bg01.bg03::before {
    background: url(../img/top/bg03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #818181;
    background-blend-mode: multiply;
}
.top_bg01.bg04::before {
    background: url(../img/top/bg04.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #818181;
    background-blend-mode: multiply;
}
.top_bg01.bg05::before {
    background: url(../img/top/bg05.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #818181;
    background-blend-mode: multiply;
}
.top_bg01.bg06::before {
    background: url(../img/top/bg06.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #818181;
    background-blend-mode: multiply;
}
.top_bg01.bg07::before {
    background: url(../img/top/bg07.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #818181;
    background-blend-mode: multiply;
}

.sec_ttl_top.h35 img {
    height: 35px;
    width: auto;    
}



.top_bg01:hover::before {
    transform: scale(1.2) translate(-50% , -50%);
    background-color: transparent;
}
.inner_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: auto;
    width: 100%;
}
.sec_ttl_top {
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_ttl_top img {
    height: 26px;
    width: auto;
}
.sec_ttl_toplead {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.top_btn_gold {
    background-color: #a49676;
    max-width: 280px;
    width: 100%;
    margin: 25px auto 0;
    transition: all 0.6s;
    border: solid 1px #a49676;
}
.top_btn_gold div {
    width: 280px;
    height: 27px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 300;
}
.top_bg01:hover .top_btn_gold {
    background: #fff;
}
.top_bg01:hover .top_btn_gold div {
    color: #a49676;
}

.btn_method_box li{
    width: 32%;
}
.btn_method_box a{
    transition-duration: 0.6s;
    display: block;
}
.btn_method_box a:hover{
    opacity: 0.6;
}

.soon{
    pointer-events: none;
}
.soon .top_btn_gold{
    background-color: #a7a7a7;
    border: solid 1px #a7a7a7;
}


/* 20250610追加 */
.read01a {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
.sec_ttl_en.top_kenkou img {
    height: 55px;
    width: auto;
}
.ttl01 {
    margin: 0 0 60px;
}
.ttl_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ttl_flex_right {
    text-align: right;
}
.ttl_flex_left {
    text-align: left;
}
.ttl_flex_left .ttl01 {
    text-indent: -0.3em;
}
.ttl_flex_center .ttl01 {
    text-indent: 0.3em;
}



@media screen and (max-width:850px){
    .top {
        margin-bottom: 40px;
    }
    .top_bg01 {
        height: 330px;
    }
    .top_btn_black{
        margin: 35px auto 0;
    }
    .sec_ttl_en.top_kenkou img {
        height: 35px;
        width: auto;
    }
    .read01a {
        font-size: 16px;
    }
    .ttl01 {
        margin: 0 0 40px;
    }
}

@media screen and (max-width:650px){
    .sec_ttl_toplead {
        font-size: 14px;
    }
    .sec_ttl_top img {
        height: 20px;
    }
    .sec_ttl_top.h35 img {
        height: 25px;
    }
    .top_btn_gold div {
        width: 230px;
    }
    .top_btn_gold {
        max-width: 230px;
    }
    .logo_flex {
        flex-wrap: wrap;
    }
    .logo_flex_in_left {
        max-width: 160px;
        margin: 0 auto 15px;
    }
    .logo_flex_in_right {
        padding-bottom: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    .logo_flex_in_right p {
        text-align: center;
    }

    .btn_method_box{
        justify-content: center;
    }
    .btn_method_box li {
        width: 48%;
    }
    .btn_method_box li:nth-of-type(2){
        margin: 0 0 2% 2%;
    }
    
    .read01a {
        font-size: 14px;
        line-height: 1.8em;
        letter-spacing: 0.05em;
    }
}

/* 物件読み込み部分 */

.property_box{
    display: flex;
    justify-content: space-between;
}
.img_ext{
    width: 30%;
}

.img_ext > div{
    height: 100%;
}

.img_ext .row .col:nth-of-type(n+1){
    display: none;
}
.img_ext.ext01 .row .col:nth-of-type(1){
    display: block;
}
.img_ext.ext02 .row .col:nth-of-type(2){
    display: block;
}
.ext02 .row:nth-of-type(2){
    display: none;
}

.img_ext.ext03 .row .col:nth-of-type(3){
    display: block;
}
.ext03 .row:nth-of-type(2),.ext03 .row:nth-of-type(3){
    display: none;
}

.row .col img{
    width: 100%;
}

.row .col.span-3 {
    /* max-width: 22%; */
}

.row .col.span-3 {
    border: 1px solid #000;
    /* padding: 2.2rem 2rem 1rem; */
    /* margin-bottom: 5rem; */
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    height: 100%;
}
.row .col.span-3 .new {
    position: absolute;
    top: -1px;
    left: -15%;
    width: 80%;
}
.row .col.span-3 p {
    width: 100%;
    font-size: 12px;
    height: 4em;
    line-height: 1.5em;
    margin: 10px auto 20px;
}
.row .col.span-3 h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 20px auto 0
    /* border-bottom: 1px solid #000;
    padding: 0.5rem 0 1.5rem;
    margin: 0 auto 1.5rem; */;
}

.row .col.span-3 h3 span {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin: 10px 0 0;
}


.row .col.span-3 .pickup_btn a {
    font-size: 1.5vw;
    padding: 15px;
}

/* .row .col.span-3 .pickup_btn.line1 a {
    padding-top: 30px;
} */
/* .row .col.span-3 .pickup_btn a {
    width: 100%;
    max-width: 233px;
    height: 81px;
    font-size: 14px;
    background: url(https://www.soavita.tokyo/cms/wp-content/themes/soavita/assets/img/btn_bg.png) no-repeat;
    background-size: cover;
    line-height: 130%;
    color: #ffffff;
    padding-top: 20px;
    margin-top: 10px;
} */

.row .new{
    display: none;
}

.row .col.span-3 .pickup_btn a{
    padding: 0;
    font-size: 12px;
    background: #a8a8a8;
    border: 1px solid #a8a8a8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 190px;
    padding: 5px 10px;
    line-height: 1.3;
    /* display: inline-block; */
    margin: 0 auto 20px;
    transition: all 0.6s;
}
.row .col.span-3 .pickup_btn.line1 a:hover{
    background: #fff;
    color: #a49676;
}
.row .col.span-3 .pickup_btn.line1 a{
    background: #a49676;
    border: 1px solid #a49676;

}


/* information */
#information_link{
    padding-top: 150px;
    margin-top: -150px;
}
#information{
    display: flex;
    justify-content: space-between;
}
.info_list{
    width: 22%;
    letter-spacing: 0.05em;
}
.info_list_img{

}
.info_list_date{text-align: center;font-size: 12px;margin: 10px 0 0;}
.info_list_description{font-size: 12px;word-break: break-all;line-height: 1.5em;margin: 9px auto 0px;}

@media screen and (max-width:1000px){

    .property_box{
        width: 80%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .img_ext {
        width: 48%;
    }

    .img_ext:first-of-type{
        margin: 0 0 4%;
    }

    .img_ext:nth-of-type(even){
        margin: 0 0 4% 4%;
    }

    .row .col.span-3 h3{
        /* font-size: 16px; */
    }

    .row .col.span-3 h3 span{
        font-size: 10px;
    }
    .row .col.span-3 p{
        font-size: 12px;
    }

}

@media screen and (max-width: 650px){
    .img_ext {
        width: 100%;
        max-width: 340px;
    }

    .img_ext:first-of-type{
        margin: 0 auto;
    }

    .img_ext:nth-of-type(even) {
        margin: 30px auto;
    }

    #information{
        width: 80%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .info_list {
        width: 46%;
        margin: 0 0 8%;
    }
    .info_list:nth-of-type(n+3){
        margin: 0;
    }
}

@media screen and (max-width: 380px){
    .property_box,#information{
        width: 95%;
    }
}
