@charset "utf-8";
img{
    max-width: 100%;
    height: auto;
}
.n_border{
    border: none !important;
}

.detail .main_img .image_container{
    height: 70rem;
}
body.detail .main_img h1{
    position: absolute;
    top: 6.5rem;
    left: 0;
    right: 0;
    height: 6rem;
    line-height: 6rem;
    padding: 0rem;
    font-size: 4.1rem;
    letter-spacing: .1em;
    width: 100%;
    background: rgba(64,41,68,0.85);
}
body.EN.detail .main_img h1{
    font-size: 3.6rem;
}

.detail .price_area{
    margin: 0 auto 5rem;l .price_area: 100%;
    background: #000;
    border: none;
    padding: 0;
    height: 6rem;
}
.detail .price_area .flex_area{
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    max-width: 130rem;
    padding: 0 2rem;
    flex-wrap: wrap;
}
.detail .price_area .flex_area > div{
    width: auto;
}
.detail .price_area .flex_area span{
    color: #fff;
    display: inline-block;
    margin-right: 1rem;
}
.detail .price_area .flex_area p{
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
    display: inline-block;
}
body.EN.detail .price_area .flex_area p{
    font-size: 1.8rem;
}
.detail .price_area .flex_area .info{
    gap: 0 5rem;
}
.detail .price_area .flex_area p span{
    font-size: 66%;
    display: inline-block;
    margin-right: 1rem;
    font-weight: 400;
}

.detail .sec_data1 .contents{
    max-width: 115rem;
    padding: 0;
}
.detail .sec_data1 .data1Blc{
    flex-wrap: wrap;
    gap: 3rem;
}
.detail .sec_data1 .data1Blc > *{
    width: calc((100% - 3rem) / 2) !important;
}
.detail .sec_data1 .pull_down_area{
    position: relative;
    height: 30rem;
    overflow: hidden;
    transition: .5s;
    display: inline-block;
    font-size: 1.8rem;
    color: ;
}
.detail .sec_data1 .pull_down_area.active{
    display: block;
    height: auto;
    transition: .5s;
}
.detail .sec_data1 .pull_down_area:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 100;
    transition: .5s;
}
.detail .sec_data1 .pull_down_area.active:before{
    height: 0;
    background: none;
    transition: .5s;
}
.detail .sec_data1 .more{
    display: block;
    text-align: left;
}
.detail .sec_data1 .more .toggle{
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    cursor: pointer;
}
.detail .sec_data1 .more .toggle:after{
    content: "";
    display: inline-block;
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #6c4b6d;
    border-right: 1px solid #6c4b6d;
    border-left: none;
    transform: rotate(135deg);
    vertical-align: 3px;
    margin-left: 1rem;
}
.detail .sec_data1 .more .toggle.on:after{
    transform: rotate(-45deg);
    vertical-align: 0px;
}

.detail .access{
    padding: 0;
    font-size: 1.8rem;
}
.detail .access h3{
}

.detail .type_area .feature .title p,
.detail .main_txt{
    color: #000;
    padding: 0 0 1rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left;
    width: 100%;
    max-width: unset;
}
.detail .main_txt{
    padding-bottom: 1rem;
    /*border-bottom: 1px solid #707070;*/
    margin-bottom: 2rem;
}
.detail .comparison .main_text{
    font-weight: 600;
}
.detail .residence_info_contents{
    max-width: 115rem;
    margin: 0 auto 0;
    border-top: 1px solid #707070;
    padding: 2rem 0 0;
}
.detail .outline .main_txt{
    max-width: 115rem;
}
.detail .type_area .feature{
    background: none;
    display: block;
    max-width: 115rem;
    margin: 5rem auto 0;
}
.detail .type_area .feature .slide-toggle{
    width: 100%;
}
.detail .type_area .feature .feature_category ul,
.detail .type_area .feature .feature_category .sub_title{
    border-left: none;
    color: #000;
    font-weight: 500;
    font-size: 1.8rem;
}
.detail .type_area .feature .feature_category .sub_title{
    margin-bottom: 2rem;
    padding: 0;
}
.detail .type_area .feature .feature_category ul{
    gap: 1rem;

}
.detail .type_area .feature .feature_category ul > li{
    width: calc((100% - 9rem) / 10);
}



.detail .flex_area.map_and_comment{
    margin: 5rem 0 0;
    max-width: unset;
}
.detail .comparison .main_text,
.detail .flex_area .map .main_txt{
    max-width: 115rem;
    margin: 0 auto 3rem;
    padding: 0 2rem 1rem 0;
    font-size: 2.2rem;
    text-align: left;
}
.detail .location .main_txt{
    max-width: 115rem;
    margin: 0 auto;
    padding: 0 2rem 1rem 0;
    font-size: 2.2rem;
    text-align: left;
}
.detail .location .inner p{
    padding: 0;
}
.detail .flex_area .map .main_txt{
    max-width: 115rem;
}
.detail .flex_area .map{
    width: 100%;
}
.detail .flex_area .map iframe{
    width: 100vw;
    max-width: unset;
    height: 45rem;
}

.detail .slide_area{
    margin: 5rem auto 0;
}
.detail .type_area{
    margin: 5rem auto 0;
    box-shadow: none;
    border: none;
}

.detail .outline .pull_down_area,
.detail .outline .pull_down_area.active{
    display: block;
}

.detail .outline .inner{
    background: none;
    margin-bottom: 3rem;
    padding: 0;
}
.detail .outline .inner p,
.detail .outline .inner table{
    margin: 0;
}
.detail .outline .inner .flex_area{
    gap: 0 2rem;
    justify-content: unset;
}
.detail .outline .inner .flex_area > *{
    width: calc((100% - 2rem) / 2);
}
.detail th{
    background: none;
    font-weight: bold;
}
.detail .outline .inner .flex_area table:nth-child(2) th,
.detail .outline .inner .flex_area table:nth-child(2) td,
.detail th,
.detail td{
    border-top: 1px solid #707070;
    border-bottom: none;
}
.detail .outline .inner .flex_area table tr:first-child th,
.detail .outline .inner .flex_area table tr:first-child td{
    border-top: 3px solid #707070;
}
.detail table tr:last-child th,
.detail table tr:last-child td{
    border-bottom: 1px solid #707070;
}
.detail .location .flex_area{
    display: flex;
    gap: 2.2rem 2.5rem;
    flex-wrap: wrap;
    padding: 4rem 0 5rem;
}
.detail .location .flex_area > *{
    width: calc((100% - 5rem) / 3)
}
.detail .location .location_item > p{
    display: block;
    width: 100%;
}
.detail .location .location_item > p + p{
    text-align: right;
    margin-top: 1.2rem;
}

.detail .office_info .title{
    border-bottom: 1px solid #707070;
    margin-bottom: 2rem;
}
.detail .office_info .main_txt{
    font-size: 3.2rem;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    border-left: 3px solid #ded4bd;
    border-bottom: none;
    margin-bottom: 1rem;
}
.detail .officeBlc{
    flex-wrap: wrap;
    gap: 5rem;
}
.detail .officeBlc > *{
    width: calc((100% - 5rem) / 2);
    
}
.detail .officeBlc h3{
    font-size: 2rem;
    color: #6c4b6d;
    margin-bottom: 1.5rem;
}
.detail .officeBlc h3 a{
    font-size: inherit;
    border: none;
    padding-right: 2rem;
    background: url(/grantact/img/common/arrow_link.svg) right center / auto 1.2rem no-repeat;
}
.detail .officeBlc p{
    letter-spacing: 0;
    padding:0 0 .5rem;
}
.detail .office_info p a{
    font-weight: bold;
}

.detail .comparison{
    width: 100%;
}
.detail .comparison .flex_area{
    width: calc(100% - 180px);
    max-width: unset;
    gap: 5rem;
}
.detail .comparison .slick-arrow{
    top: 50%;
}
.detail .comparison .flex_area .slick-slide{
    background: #f4f4f4;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    margin:0 2rem;
    padding: 0;
}
.detail .comparison .flex_area div a{
    margin: 0;
}
.detail .comparison .flex_area div a .image_container{
    width: 100%;
    padding-bottom: 60%;
}
.detail .comparison .flex_area div .txt{
    padding: 2rem;
}
.detail .comparison .flex_area div .txt p{
    text-align: center;
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: 0;
}
.detail .comparison .flex_area div .txt .data1_wrap,
.detail .comparison .flex_area div .txt .e_city{
    min-height: 5.4rem;
    position: relative;
}
.detail .comparison .flex_area div .txt .city{
    color: #808282;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
body.EN.detail .comparison .flex_area div .txt .city{
    font-size: 1.5rem;
}
.detail .comparison .flex_area div .txt .name{
    min-height: 5.4rem;
    position: relative;
}
.detail .comparison .flex_area div .txt .name > p{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    line-height: 1.25;
}
.detail .comparison .flex_area div .txt p.data1,
.detail .comparison .flex_area div .txt p.data2{
    font-size: 1.6rem;
    color: #808282;
}
.detail .comparison .flex_area div .txt p.data1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
}
body.EN.detail .comparison .flex_area div .txt p.data1{
    font-size: 1.4rem;
}
.detail .comparison .flex_area div .txt p.price{
    font-size: 2.4rem;
    color: #000
}

.sec_link{
}
.sec_link .link_contents{
    max-width: 115rem;
    margin: 10rem auto 0;
    text-align: right;
}
.sec_link .link_contents .btn{
    margin: 0;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0;
    width: 80%;
    max-width: 35rem;
    text-align: left;
    background: #6c4b6d url(/grantact/img/common/icon_link_white.svg) right 2rem center / auto 1.2rem no-repeat;
}
.sec_link .link_contents .btn.exlink{
    background: #6c4b6d url(/grantact/img/common/icon_exlink_white.svg) right 2rem center / auto 1.2rem no-repeat;
}
.sec_link .link_contents .btn.residence_detail{
    color: #6c4b6d;
    max-width: 63.5rem;
    border: 1px solid #6c4b6d;
    background: #f7f7f7 url(/grantact/img/common/icon_exlink_color.svg) right 2rem center / auto 1.2rem no-repeat;
}

.detail .floating_tel{
    background: linear-gradient(#f0ecf0, #b7a7b8);
}
.detail .floating_tel .flex_area p.num{
    color: #6c4b6d;
}
.detail .floating_tel .flex_area,
.detail .floating_tel .flex_area > div:nth-of-type(1){
    height: 100%;
}
.detail .floating_tel .flex_area > div:nth-of-type(1){
    display: flex;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    gap: 1rem;
}
.detail .floating_tel .flex_area p.name{
    font-size: 1.5rem;
    color: #000;
}
body.EN.detail .floating_tel .flex_area > div:nth-of-type(1){
    flex-wrap: nowrap;
}
body.EN.detail .floating_tel .flex_area p.name{
    font-size: 1.25rem;
    word-break: break-word;
}
.detail .floating_tel .flex_area p.num{
    font-size: 1.2rem;
    font-weight: 700;
}
body.EN.detail .floating_tel .flex_area p.num{
    white-space: nowrap;
}
.detail .floating_tel .flex_area .tel{
    color: #6c4b6d;
}
.detail .floating_tel .flex_area .tel > div{
    display: inline-block;
    background: #fff;
    border: 1px solid #6c4b6d;
    padding: .25rem 1.25rem;
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap;
}
.detail .floating_tel .flex_area .tel > div span{
    display: inline-block;
    font-size: 1.4rem;
    margin-right: .5rem;
    vertical-align: .1rem;
    font-weight: 400;
}
.detail .floating_tel .flex_area .tel > div img{
    width: 1.4rem;
    height: 1.4rem;
    margin-right: .5rem;
    vertical-align: 0;
}
.detail .floating_tel .flex_area .tel a{
    display: inline-block;
    padding: 0 1rem 0 0;
}
.detail .floating_tel .flex_area .contact .btn{
    height: 3rem;
    line-height: 3rem;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 400;
    min-width: 20rem;
    text-align: center;
    border-radius: 3px;
    margin: 0;
    background: #6C4B6D url(/grantact/img/common/icon_exlink_white.svg) right 1.5rem center / 1.2rem auto no-repeat;
}

.jump_menu ul li a{
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    color: #6c4b6d;
}
body.ZH .jump_menu ul li a,
body.EN .jump_menu ul li a{
    font-size: .85rem;
    line-height: 1.25;
}
.jump_menu ul li a img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin: 0 auto .5rem;
}

.detail .photo.slide{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2rem;
}
.detail .photo.slide{
    background: #f7f7f7;
}
.detail .photo.slide li img{
    object-fit: contain;
}
.detail .slide_area .slide li .note{
    width: 100%;
    color: #000;
    text-align: center;
    background: #fff;
    font-size: 1.4rem;
}
.detail .photo-nav.slide-nav .slick-track li{
}
.detail .photo-nav.slide-nav .slick-track li .image_container{
    padding-bottom: 100%;
    background-size: contain;
    background-color: #f7f7f7;
}

.breadcrumb{
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    scrollbar-width: none;
}
.breadcrumb p.translate{
    display: inline;
}

.slide-nav{
    padding: 0 70px;
}
.slide-nav .slick-arrow{
    top: 50%;
    left: 20px;
    width: 26px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}
.slide-nav .slick-arrow.next_arrow{
    left: unset;
    right: 20px;
}
#photo_modal{
    display: none;
}

.detail .office_info{
    position: relative;
    margin-bottom: 10rem;
    padding-bottom: 13rem;
}
.detail .office_info:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .5rem;
    width: 35rem;
    background: #dbdbdb;

}
.residence_info_close{
    height: 3rem;
    margin-top: 2.5rem;
    position: relative;
}
.residence_info_close span{
    width: 3rem;
    height: 3rem;
    display: block;
    background: url(/grantact/img/common/icon_extend_close_color.svg) center / auto 1.5rem no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.comparison .slick-track{
    padding-bottom: 1rem;
}

@media screen and (min-width: 1366px){
    .comparison.other.slide-one .slick-list.draggable{
        padding: 0 0 1rem !important;
    }
    .comparison.other.slide-one .slick-track,
    .comparison.other.slide-one .slick-slide{
        transform: unset !important;
    }
    .comparison.other.slide-one .slick-track{
        padding: 0 !important;
        width: 100% !important;
        overflow: visible;
    }
    .comparison.other.slide-one .slick-slide{
        width: 24.5vw !important;
        margin: 0 2rem;
    }
}
@media screen and (max-width: 1366px){

    ._pc{
        display: none;
    }
    ._pc.tablet{
        display: block;
    }
    .detail .price_area .flex_area p{
        font-size: 2rem;
    }
    .detail .outline .inner{
        padding: 0;
        width: 100%;
    }
    .detail .flex_area .map iframe{
        position: relative;
    }
    .detail .location .location_item{
        width: 100%;
    }
    .detail .location p{
        width: 100%;
    }
    .detail .location .location_item > p + p{
        margin-top: .5rem;
    }
    .detail .location .flex_area .residence_info_close{
        width: 100%;
    }
    .detail .outline .inner .flex_area{
        display: flex;
        flex-wrap: wrap;
    }
    .detail .outline .inner .flex_area table{
        width: calc((100% - 2rem) / 2);
    }
    .detail .comparison .flex_area div{
        width: 100%;
    }
    .detail .slide_area .main_txt{
        width: 93%;
        margin: 0 auto 2rem;
    }
    .sec_data1,
    .detail .comparison .main_text,
    .detail .flex_area .map .main_txt{
        width: 93%;
        margin: 0 auto 2rem;
    }

    /*
    .comparison.other.slide-one .slick-slide{
        width: 34.5vw !important;
    }
    */
    .detail .comparison .flex_area{
        width: 100%;
    }
    .slide-nav{
        padding: 0;
    }
    .detail .price_area{
        height: auto;
        padding: .5rem 0;
    }
}




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

    .detail .main_img .image_container{
        height: 47rem;
    }
    .footer{
        padding-bottom: 170px;
    }
    .pageTop{
        bottom: 160px; 
    }
    ._pc.tablet{
        display: none;
    }
    body.detail .main_img h1{
        top: 5.5rem;
        font-size: 2rem;
        height: unset;
        line-height: 125%;
        padding: 1.775rem 0;
    }
    body.detail.EN .main_img h1{
        font-size: 2rem;
    }
    .detail .main_img .contents{
        padding: 0;
    }
    .detail .price_area{
        height: auto;
        padding: 1rem;
        margin-bottom: 8rem;
    }
    body.EN.detail .floating_tel .flex_area > div:nth-of-type(1){
        flex-wrap: wrap;
    }
    body.EN.detail .floating_tel .flex_area p.name{
        font-size: 0.95rem;
    }
    body.EN.detail .price_area .flex_area p{
        font-size: 1.65rem;
    }
    .detail .price_area .flex_area .info{
        width: 100%;
        gap: 0 1rem;
    }
    .detail .price_area .flex_area .info > *{
        width: calc( (100% - 2rem) / 3 );
    }
    .detail .price_area .flex_area p{
        font-size: 1.4rem;
    }
    .detail .price_area .flex_area span{
        display: block;
        color: #B5B6B6;
        font-size: 1.4rem;
    }
    .detail .price_area .info p{
        font-size: 1.8rem;
    }
    .detail .price_area .flex_area p span{
        display: block;
        font-size: 1.1rem;
    }
    .detail .event {
        width: calc(100% - 60px);
        margin-bottom: 60px;
    }
    .detail .sec_data1 .data1Blc{
        gap: 6rem;
    }
    .detail .sec_data1 .data1Blc > *{
        width: 100% !important;
    }
    .detail .access h3 {
        font-size: inherit;
        margin-bottom: .5rem;
    }
    .detail .sec_data1 .pull_down_area:before {
        height: 30%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    }
    .detail .outline .inner .flex_area table th{
        width: 14rem;
        vertical-align: middle;
    }
    .detail .outline .inner .flex_area table td{
        width: calc(100% - 14rem);
    }
    .detail .outline .inner .flex_area table:nth-child(1) th,
    .detail .outline .inner .flex_area table:nth-child(1) td{
        border-bottom: none;
        padding: 1.4rem 0;
    }
    .detail .outline .inner .flex_area table:nth-child(2) th,
    .detail .outline .inner .flex_area table:nth-child(2) td{
        border-top: 1px solid #707070;
        padding: 1.4rem 0;
    }
    .detail .outline .inner .flex_area table:nth-child(2) tr:last-child th,
    .detail .outline .inner .flex_area table:nth-child(2) tr:last-child td{
        border-bottom: 1px solid #707070;
        padding: 1.4rem 0;
    }
    .detail .outline .inner .flex_area table + table tr:first-child th,
    .detail .outline .inner .flex_area table + table tr:first-child td{
        border-top: 1px solid #707070;
    }
    .detail .type_area .feature .feature_category{
        border: none;
        padding: 0;
    }
    .detail .type_area .feature .feature_category .sub_title{
        margin-bottom: 3rem;
    }
    .detail .type_area .feature .feature_category ul + .sub_title{
        margin-top: 6.6rem;
    }
    .detail .price_area .flex_area{
        padding: 0;
    }
    .detail .sec_data1 .pull_down_area,
    .detail .access{
        font-size: 1.6rem;
    }
    .detail .sec_link {
        width: calc( 100% - 60px);
        margin: 80px auto 0;
    }
    .sec_link .link_contents{
        margin: 5rem -15px 5rem 0;
    }
    /*
    .sec_link .link_contents .btn{
        width: 100%;
        max-width: 34.5rem;
        padding: 2rem;
        background-position: right 2.5rem center !important;
    }*/
    .sec_link .link_contents .btn.residence_detail{
        color: #6c4b6d;
        max-width: 63.5rem;

        background: #f7f7f7 url(/grantact/img/common/icon_exlink_color.svg) right 1.6em center / auto 1.4rem no-repeat;
        width: calc(100vw - 30px);
        max-width: unset;
        padding: 0.5rem 6rem 0.5rem 1.75rem;
        border: 1px solid #6c4b6d;
        border-right: none;
        height: 64px;
        display: flex;
        align-items: center;
    }
    .detail .comparison .main_text,
    .detail .location .main_txt,
    .detail .flex_area .map .main_txt,
    .detail .type_area .feature .title p,
    .detail .main_txt{
        font-size: 1.8rem;
        padding: 0;
    }
    .detail .comparison .main_text{
        font-size: 1.6rem;
    }
    .detail .slide_area{
        margin-top: 8.5rem;
    }
    .detail .video_area {
        margin: 0 auto 80px;
    }
    .detail .location p{
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .detail .outline .inner .flex_area table{
        width: 100%;
    }
    .detail .photo.slide.slick-slider {
        -ms-touch-action: auto;
        touch-action: auto;
        margin-bottom: 1rem;
    }
    .detail .slide_area .slide li .note{
        padding: 1rem 0;
        font-size: 1.1rem;
        font-family: 'Noto Sans JP', sans-serif;
    }
    body.ZH.detail .slide_area .slide li .note{
        font-family: 'Noto Sans SC', sans-serif;
    }
    body.zh-TW.detail .slide_area .slide li .note{
        font-family: 'Noto Sans TC', sans-serif;
    }
    .detail .location .residence_info_contents {
        width: calc(100% - 60px);
        padding: 0;
    }
    .slide_wrap .slide .slick-slide{
        height: 37.5rem;
    }
    .detail .photo-nav.slide-nav .slick-track li .image_container{
        background-size: cover;
    }

    .residence_info_trg{
        background: url(/grantact/img/common/icon_extend_open.svg) right 30px center / 2rem auto no-repeat;
    }
    .residence_info_trg.open{
        background: url(/grantact/img/common/icon_extend_close.svg) right 30px center / 2rem auto no-repeat;
    }
    .detail .type_area .feature .title p{
        padding: 0 30px;
        font-size: 1.6rem;
    }
    .detail .main_txt.residence_info_trg{
        padding: 0 30px;
        font-size: 1.6rem;
        background-position: right 30px top .5rem;
    }
    .detail .main_txt.residence_info_trg.open{
        background-position: right 30px top 1.25rem;
    }
    .detail .type_area .feature .title p,
    .detail .location .main_txt,
    .detail .outline .main_txt{
        margin-bottom: 0;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
    body.ZH.detail .type_area .feature .title p,
    body.ZH.detail .location .main_txt,
    body.ZH.detail .outline .main_txt{
        font-family: 'Noto Sans SC', sans-serif;
    }
    body.zh-TW.detail .type_area .feature .title p,
    body.zh-TW.detail .location .main_txt,
    body.zh-TW.detail .outline .main_txt{
        font-family: 'Noto Sans TC', sans-serif;
    }
    .detail .residence_info_contents{
        opacity: 0;
        height: 0;
        pointer-events: none;
        margin: 0;
        width: calc(100% - 60px);
        padding: 0;
    }
    .residence_info_contents.open{
        padding: 1rem 0 !important;
    }
    .residence_info_trg.open + .residence_info_contents{
        opacity: 1;
        height: auto;
        pointer-events: auto;
        padding: 3rem 0 0 !important;
        margin: 2.35rem auto 0;
        gap: 1.5rem 0;
    }
    .detail .outline,
    .detail .location{
        margin: 0;
        padding: 2.35rem 0;
        background: #f7f7f7;
    }
    .detail .outline{
        margin-top: 0.2rem;
    }
    .detail .location .flex_area > *:last-child{
        padding-bottom: 3.65rem;
    }
    .detail .information_release_date_area,
    .detail .residence_info_contents .note_area{
        width: 100%;
    }
    .detail .outline .inner p{
        font-size: 1.4rem;
        font-weight: 700;
        padding-bottom:2rem;
    }
    .detail .office_info .main_txt{
        font-size: 2.8rem;
        padding: 0 0 0 2rem;
        margin-bottom: 4rem;
    }
    .detail .type_area{
        width: calc(100% - 60px)
    }
    .detail .type_area h2{
        margin: 0;
        line-height: 1.44;
    }
    .detail .type_area .type{
        position: relative;
        border-top: 1px solid #707070;
        padding: 30px 0 0;
        margin: 2.96rem 0 0;
        left: -30px;
        right: -30px;
        width: 100vw;
    }
    .detail .type_area .feature{
        background: #f7f7f7;
        position: relative;
        left: -30px;
        right: -30px;
        width: 100vw;
        padding: 2.3rem 0;
        margin: 8rem 0 0;
    }
    .detail .type_area .feature .feature_category ul{
        gap: 0;
        padding: 0;
    }
    .detail .type_area .feature .feature_category ul, .detail .type_area .feature .feature_category .sub_title{
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
    .detail .type_area .feature .feature_category ul > li{
        width: calc(100% / 4);
    }
    .detail .slide_area .main_txt,
    .detail .comparison .main_text,
    .detail .flex_area .map .main_txt{
        width: calc(100% - 60px);
        margin: 0 auto 3rem;
    }
    body.EN.detail .slide_area .main_txt,
    body.EN.detail .comparison .main_text,
    body.EN.detail .location .main_txt,
    body.EN.detail .flex_area .map .main_txt{
        letter-spacing: 0;
    }
    .detail .flex_area.map_and_comment{
        margin: 6rem 0 0;
    }
    .detail .information_release_date_area{
        margin: 6rem 0;
    }
    .detail .information_release_date_area p{
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.75;
        letter-spacing: .05em;
    }
    .detail .note_area p{
        font-size: 1.2rem;
    }
    .detail .office_info{
        margin: 80px auto 0;
    }
    .detail .office_info .title{
        border: none;
    }
    .detail .officeBlc{
        gap: 2rem;
    }
    .detail .officeBlc > *{
        width: 100%;
    }
    .detail .officeBlc .img img{
        width: 100%;
        height: 11.7rem;
        object-fit: cover;
    }
    .detail .officeBlc h3{
        padding: 0;
        font-size: 1.8rem;
        margin-bottom: 2rem;
        line-height: 1.44;
    }
    .detail .officeBlc h3 a{
        padding-right: 9rem;
    }

    .detail .floating_tel{
        display: block;
        height: 90px;
        padding: 1rem;
    }
    .detail .floating_tel,
    .detail .floating_tel.active{
        transform: unset;
        padding: .5rem;
    }
    .detail .floating_tel .name,
    .detail .floating_tel .num{
        width: 100%;
    }
    .detail .floating_tel .tel{
    }
    .detail .floating_tel .flex_area > div:nth-of-type(1){
        gap: 0rem 0.5rem;
    }
    .detail .floating_tel .flex_area > div:nth-of-type(1) > *{
        text-align: center;
        font-size: 1.35rem;
    }
    .detail .floating_tel .flex_area > div > div:nth-of-type(1){
        width: 19.2rem;
    }
    .detail .floating_tel .flex_area > div > div:nth-of-type(2){
        width: calc(100% - 19.7rem);
    }
    .detail .floating_tel .name{
        font-size: 1.3rem;
    }
    .detail .floating_tel .flex_area .tel > div{
        padding: .4rem .75rem;
        font-size: 1.4rem;
        width: 100%;
    }
    .detail .floating_tel .flex_area .tel a {
        display: inline-block;
        padding: 0 0rem 0 0;
        }
    .detail .floating_tel .flex_area .contact .btn{
        min-width: 14.8rem;
        padding: 0 4rem 0 2rem;
        width: 100%;
    }
	.jump_menu{
		width: 100%;
		position: fixed;
		bottom: 90px;
		left: 0;
		top: auto;
		right: auto;
		transform: translate(0);
	}
	.jump_menu ul{
		display: flex;
		justify-content: center;
		align-items: center;
		position: static;
		border: 1px solid #7c4670;
	}
	.jump_menu ul li{
		width: calc(100%/4);
		height: 64px;
        padding: 0;
		margin: 0;
		background: #fff;
		border-radius: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: static;
		animation: none;
    }
    .jump_menu ul li a{
        padding: 0rem;
	}
	.jump_menu ul li:not(last-child) {
		border-right: 1px solid #7c4670;
    }
	.jump_menu ul li:nth-of-type(1){
		padding: 0;
	}
	.jump_menu ul li:nth-of-type(2){
		padding: 0;
	}
	.jump_menu ul li:nth-of-type(3){
		padding: 0;
	}
	.jump_menu ul li:nth-of-type(4){
		padding: 0;
	}
	.jump_menu ul li:nth-of-type(5){
		padding: 0;
        display: none;
	}

    .jump_menu ul li:hover{
        width: calc(100%/3);
        border-radius: 0;
        animation: none;
    }
	.jump_menu ul li span{
        padding: 1rem;
		width: 100%;
        margin: 0;
		opacity: 1;
		display: inline-block;
		font-size: 12px;
		color: #7c4670;
		animation: none;
        vertical-align: middle;
        text-align: center;
    }
	body.EN .jump_menu ul li span{
        font-size: .9rem;
        line-height: 2;
	}
    .jump_menu ul li:hover span{
    	animation: none;
    }
    .jump_menu ul li a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .jump_menu ul li span:before{
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        margin: 0 auto .5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: top;
    }
    .jump_menu ul li:nth-of-type(1) span:before{ background-image: url( /grantact/img/residence_feature/icon_menu_photo.svg ); }
    .jump_menu ul li:nth-of-type(2) span:before{ background-image: url( /grantact/img/residence_feature/icon_menu_floorplan.svg ); }
    .jump_menu ul li:nth-of-type(3) span:before{ background-image: url( /grantact/img/residence_feature/icon_menu_map.svg ); }
    .jump_menu ul li:nth-of-type(4) span:before{ background-image: url( /grantact/img/residence_feature/icon_menu_.png ); }
    .jump_menu ul li:nth-of-type(5) span:before{ background-image: url( /grantact/img/residence_feature/icon_menu_.png ); }
    .jump_menu ul li{
        width: calc(100% / 3);
    }
    .detail .comparison .flex_area div .txt p{
        font-size: 1.4rem;
    }
    .detail .office_info{
        width: calc( 100% - 60px);
    }
    .sec_data1, .detail .comparison .main_text,
    .detail .flex_area .map .main_txt {
        width: calc(100% - 60px);
        margin: 0 auto 3rem;
    }
    .sec_data1 .contents{
        width: 100%;
    }
    .detail .sec_data1 .more{
        text-align: right;
    }

    /*
    .comparison.other.slide-one .slick-slide{
        width: 60vw !important;
    }
    */
    .detail .office_info p {
        font-size: 1.6rem;
        padding: 0;
        line-height: 1.7;
    }
    .detail .office_info .txt img {
        width: 2.9rem;
        margin: 0 0 0 .5rem;
    }
    .detail .office_info span.fw_r{
        font-size: 1.8rem;
    }
    .detail .office_info a{
        letter-spacing: 0.03em;
    }
    .detail .office_info p.tel{
        line-height: 1;
    }
    .detail .office_info p .note{
        font-size: 1.2rem;
    }
    .detail .officeBlc h3 a{
        display: block;
        background: url(/grantact/img/common/icon_link.svg) right 1rem center / auto 1.2rem no-repeat;
        font-weight: 600;
    }
    .detail .office_info{
        margin-bottom: 7rem;
        padding-bottom: 13rem;
    }
    .detail .office_info:before{
        width: 9.5rem;

    }
    .detail .comparison {
         margin: 0 auto 6rem;
    }
}


@media screen and (max-width: 820px){
    body.no_scroll{
        overflow: hidden;
    }

    #photo_modal{
        display: block;
        position: fixed;
        transition: all .2s linear;
        opacity: 0;
        pointer-events: none;
        z-index: 10001;
    }
    #photo_modal.active{
        opacity: 1;
        pointer-events: auto;
    }
    #photo_modal .overlay{
        display: block;
        position: fixed;
        z-index: 10001;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        cursor: pointer;
    }
    #photo_modal .modal_contents{
        padding: 1rem;
        background: #fff;
        z-index: 10002;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: calc(100vw - 30px);
    }
    #photo_modal .modal_contents .img_wrap{
        /*width: 100%;
        height: 100%;
        max-width: 90vw;
        max-height: 65vh;
        overflow: auto;*/
    }
    #photo_modal .modal_contents .area{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #photo_modal .modal_contents img{
        max-width: calc(100vw - 3rem);
        height: auto;

    }
    #photo_modal .modal_close{
        position: absolute;
        top: -5rem;
        right: 0;
        cursor: pointer;
        background: url(/grantact/img/common/icon_slash_white.svg) center / contain no-repeat;
        width: 3rem;
        height: 3rem;
    }

    .detail .comparison .flex_area{
        gap: 1rem;
    }
    .detail .comparison .flex_area .slick-slide{
        margin: 0 .5rem;
    }
    .detail .comparison .flex_area div .txt{
        padding: 1rem;
    }
    .detail .comparison .flex_area div .txt .e_city{
    }
    .detail .comparison .flex_area div .txt p.data1,
    .detail .comparison .flex_area div .txt .city{
        font-size: 1.2rem;
        position: static;
        transform: unset;
        margin: 0 !important;
    }
    .detail .comparison.other .flex_area div .txt p.data1{
        font-size: 1.4rem;
    }
    .detail .comparison .flex_area div .txt .name{
        margin-bottom: .5rem;
    }
    .detail .comparison .flex_area div .txt .data1_wrap,
    .detail .comparison .flex_area div .txt .e_city{
        min-height: unset;
    }
    .detail .comparison .flex_area div .txt .e_city{
        margin-bottom: 1rem;
    }
    .detail .comparison .flex_area div .txt{
        padding: .9rem 1rem .7rem;
    }
    .detail .comparison .flex_area div .txt p.data2{
        font-size: 1.8rem;
    }
    .detail .comparison.other .flex_area div .txt p.data2{
        margin-top: .5rem !important;
    }
    .detail .comparison .flex_area div a .image_container {
        padding-bottom: 56.2%;
    }
}
