@charset "utf-8";
.pc{display: block;}
.pc.tablet{display: block;}
.tablet{display: none;}
.sp{display: none;}

img{
    max-width: 100%;
    height: auto;
}

body#service .breadcrumb{
    background: transparent;
    border-bottom: 1px solid #dbdbdb;
}
body#service .main{
    background-image: none;
    background-color: #402944;
    height: 32.6rem;
}
body#service .main_text_box{
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: unset;
}
body#service .main_text_box .wrap{
    position: absolute;
    transform: unset;
    bottom: 0;
    top: unset;
    left: 0;
}
body#service .main_text_box p{
    font-size: 2.4rem;
}
body#service .main_text_box h2{
    color: #fff;
    font-size: 4.6rem;
    font-weight: 500;
}

.serviceBlc{
}
.serviceBlc .contents{
    max-width: 119rem;
}
.sec_menu h3,
.serviceBlc h3{
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 5rem;
    color: #6c4b6d;
}
.sec_menu .ex,
.serviceBlc .ex{
    font-size: 1.8rem;
    margin-bottom: 8rem;
}
.serviceBlc .ex{
    margin-bottom: 0;
}
.serviceBlc .ex + .caption{
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0%;
}
.sec_menu{
    padding: 8rem 0;
}
.sec_menu .serviceList{
    flex-wrap: wrap;
    gap: 1.5rem;
}
.sec_menu .serviceList > li{
    position: relative;
    width: calc((100% - 4.5rem) / 4);
    border: 1px solid #6c4b6d;
    background: #f7f7f7;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.08);
}
.sec_menu .serviceList > li:after{
    content: "";
    display: block;
    width: .8rem;
    height: .8rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: 1px solid #6c4b6d;
    border-right: 1px solid #6c4b6d;
}
.sec_menu .serviceList > li a{
    align-items: center;
    gap: 1rem;
}
.sec_menu .serviceList > li img {
    width: 9.7rem;
    height: 9.7rem;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}
.sec_menu .serviceList > li .txt{
    width: calc(100% - 10.7rem);
    font-size: 1.6rem;
    color: #6c4b6d;
    padding-right: 2rem;
}

.serviceBlc + .serviceBlc{
    margin-top: 6rem;
    padding-top: 6rem;
    position: relative;
}
.serviceBlc + .serviceBlc:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .5rem;
    width: 35rem;
    background: #dbdbdb;
}
.serviceBlc.sec_room_photo{
    padding-bottom: 8rem;
    margin-bottom: 8rem;
}
.serviceBlc.custom:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .5rem;
    width: 35rem;
    background: #dbdbdb;
}
.sec_img{
}
.sec_walkthrough .sec_img iframe,
.sec_walkthrough .sec_img{
    width: 100%;
    position: relative;
}
.sec_walkthrough .sec_img iframe{
    height: 43vw;
}
.sec_walkthrough .sec_img .demo_btn{
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 0 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
    background: #fff;
    letter-spacing: .1em;
    z-index: 2;
    border-radius: 5rem;
    font-weight: 600;
}

.extendBlc{
    background: #f7f7f7;
    font-size: 1.8rem;
    margin: 5rem 0 0;
    color: #454545;
}
.extendBlc .open_trg{
    padding: 3rem 0;
    cursor: pointer;
    background: url(/grantact/img/common/icon_extend_open.svg) right center / 2.4rem auto no-repeat;
}
.extendBlc .open_trg.open{
    background: url(/grantact/img/common/icon_extend_close.svg) right center / 2.4rem auto no-repeat;
}
.extendBlc .extendContents{
    display: none;
    border-top: 1px solid #707070;
    padding: 3rem 0;
}
.extendBlc .small{
    font-size: 1.3rem;
}
.extendBlc .ex_small{
    font-size: 1.1rem;
}
.extendBlc .attention p + p{
    margin-top: 1em;
}
.extendBlc .close_trg{
    height: 3rem;
    margin-top: 2.5rem;
    position: relative;
}
.extendBlc .close_trg span{
    width: 3rem;
    height: 3rem;
    display: block;
    background: url(/grantact/img/common/icon_extend_close_white.svg) center / auto 1.6rem no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.sec_walkthrough .sec_img{
    margin: 8rem 0 0;
}
.sec_walkthrough .extendBlc .flex{
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}
.sec_walkthrough .extendBlc .flex > li{
    width: calc((100% - 3rem) / 3);
}
.sec_walkthrough .extendBlc .flex > li h4{
    font-size: 2rem;
}
.sec_walkthrough .extendBlc .flex > li h4,
.sec_walkthrough .extendBlc .flex > li p{
    margin-bottom: 1em;
}

.sec_reform_image .reformImg{
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 1.8rem;
}
.sec_reform_image .reformImg > .left{
    width: calc( 35% - 1.5rem);
}
.sec_reform_image .reformImg > .right{
    width: 65%;
}
.sec_virtual_interior .virtualInteriorImg .flex,
.sec_reform_image .reformImg > .right .flex{
    justify-content: space-between;
    align-items: center;
}
.sec_virtual_interior .virtualInteriorImg .note,
.sec_reform_image .reformImg .note{
    font-size: 1.2rem;
}

.sec_virtual_interior .virtualInteriorImg{
    gap: 1.5rem;
    font-size: 1.8rem;
    flex-wrap: wrap;
}
.sec_virtual_interior .virtualInteriorImg > li{
    width: calc((100% - 1.5rem) / 2);
}
.sec_room_decoration .extendImg{
    margin: 5rem 0;
}


.sec_room_cleaning .cleaningList{
    flex-wrap: wrap;
    gap: 3rem 1.5rem;
    margin: 5rem 0 0;
}
.sec_room_cleaning .cleaningList > li{
    width: calc((100% - 3rem) / 3);
}
.sec_room_cleaning .cleaningList > li h4{
    font-size: 1.6rem;
    font-weight: 500;
}
.sec_room_cleaning .cleaningList > li p{
    font-size: 1.4rem;
    min-height: 4.2rem;
    margin-bottom: 1rem;
}

.sec_repairing h4{
    font-size: 2rem;
    margin-bottom: 3rem;
}
.sec_room_photo .caseList,
.sec_repairing .caseList{
    flex-wrap: wrap;
    gap: 5rem;
}
.sec_room_photo .caseList > li,
.sec_repairing .caseList > li{
    width: calc((100% - 5rem) / 2);
}
.sec_room_photo .caseList > li h5,
.sec_repairing .caseList > li h5{
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.sec_repairing .rangeList{
    margin-top: 5rem;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}
.sec_repairing .rangeList > *{
    width: calc((100% - 23rem) / 4);
    background: #f0ecf0;
}
.sec_repairing .rangeList .ttl{
    width: 17rem;
    background: transparent;
}
.sec_repairing .rangeList .ttl h5{
    font-size: 1.9rem;
}
.sec_repairing .rangeList h6{
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    padding:  .5rem 0;
}
.sec_repairing .rangeList .note{
    padding: .35rem 0;
    text-align: center;
    font-size: 1.1rem;
}
.sec_repairing .range_attention{
    margin: 5rem 0 0 18.5rem;
    border: 1px solid #000;
    padding: 3rem;
    font-size: 1.2rem;
}
.sec_repairing .extendBlc h5{
    font-size: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
}
.sec_repairing .extendBlc h6{
    font-size: 1.6rem;
}
.sec_repairing .extendBlc .rangeDetailList{
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.sec_repairing .extendBlc .rangeDetailList .ttl{
    width: 10rem;
    font-weight: 500;
}
.sec_repairing .extendBlc .rangeDetailList .detail{
    width: calc(100% - 11.5rem);
}
.sec_repairing .extendBlc .rangeDetailList .detailWrap{
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}
.sec_repairing .extendBlc .rangeDetailList .detailWrap + .detailWrap{
    border-top: 1px solid #000;
}
.sec_repairing .extendBlc .rangeDetailList .name{
    width: 21rem;
}
.sec_repairing .extendBlc .rangeDetailList .imgWrap{
    width: calc(100% - 22.5rem);
    align-items: center;
    gap: 4rem;
}
.sec_repairing .extendBlc .rangeDetailList .img{
    width: 5rem;
    padding: 1.5rem 0;
}
.sec_repairing .extendBlc .rangeDetailList .txt{
    width: calc(100% - 9rem);
}
.sec_repairing .extendBlc .rangeDetailList .imgWrap p{
    padding: 1rem 0;
}
.sec_repairing .extendBlc .rangeDetailList .imgWrap p + P{
    border-top: 1px solid #000;
}


.sec_room_photo .caseList p{
    padding: .5rem 0;
}
.sec_room_photo .caseList .img .flex{
    gap: 1rem;
}
.sec_room_photo .caseList,
.sec_repairing .caseList,
.sec_original_movie .sec_img,
.sec_room_decoration .sec_img,
.sec_room_photo .sec_img{
    margin-top: 5rem;
}
.sec_room_photo .sec_img h5{
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.reform-logo{
    max-width: 473px;
    width: 60%;
    margin: 0 0 27px;
}
.reform-switch_image{
    position: relative;
    margin: 7.4rem 0 0;
    padding: 1.2rem 0 0;
}
.reform-completed_image > span,
.reform-switch_image:before,
.reform-switch_image:after{
    position: absolute;
    display: block;
    top: 0;
    z-index: 2;
    color: #fff;
    background: #000;
    padding: 7px 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0%;
}
.reform-switch_image:before{
    content: "BEFORE";
    left: 0;
}
.reform-switch_image:after{
    content: "AFTER";
    right: 0;
    background: #6C4B6D;
}
.reform-completed_image > span{
    left: 0;
    background: #6C4B6D;
}
.comparison-block {
    width: 100%;
    max-width: 1076px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.comparison-block + .caption{
    margin: 1.3rem 0 0;
    font-size: 12px;
    line-height: 27px;
    text-align: right;
}
.comparison-block::selection {
    background-color: transparent;
}
.comparison-block::-moz-selection {
    background-color: transparent;
}
.comparison-block *::selection {
    background-color: transparent;
}
.comparison-block *::-moz-selection {
    background-color: transparent;
}

.comparison-before-img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
}

.comparison-after-img {
    position: relative;
    z-index: 1;
}
.comparison-after-img img {
    width: 100%;
}
.comparison-before-img img,
.comparison-after-img img{
    max-width: 1076px;
}
.comparison-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 2px;
    height: 100%;
    left: 50%;
    cursor: pointer;
}
.comparison-arrow:before{
    content: "";
    display: block;
    background-color: #fff;
    width: 2px;
    height: calc(50% - 15px);
    left: 50%;
    position: absolute;
    z-index: 10;
    top: 0;
}
.comparison-arrow:after{
    content: "";
    display: block;
    background-color: #fff;
    width: 2px;
    top: calc(50% + 15px);
    bottom: 0;
    left: 50%;
    position: absolute;
    z-index: 10;
}
.comparison-arrow i{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -13px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    background: url(/grantact/img/common/icon_size.svg) center / 60% auto no-repeat;
}
.reform-completed_image{
    margin: 4rem 0 0;
    position: relative;
    padding: 1.2rem 0 0;
}
.reform-completed_image:before{
}
.reform-completed_image iframe{
    display: block;
    width: 100%;
    max-width: 1076px;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 1.78068;
}
.decoration_link,
.reform-completed_link{
    max-width: 633px;
    width: 90%;
    margin: 7rem auto 0;
}
.decoration_link a,
.reform-completed_link a{
    background: #6C4B6D;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 4.2;
}
.reform-merit{
    margin: 10rem 0 0;
}
.reform-merit h4{
    font-size: 28px;
    letter-spacing: 0;
}
.reform-merit dt{
    margin: 3.5rem 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #6C4B6D;
}
.reform-merit span{
    display: inline-block;
    background: #6C4B6D;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding: 0 1.5rem;
    margin: 0 1.5rem 0 0;
}
.reform-merit dd{
    margin: 1.7rem 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.reform-merit .caption{
    margin: 3.5rem 0 0;
    font-size: 12px;
    line-height: 27px;
}
.decoration-cordinate{
    max-width: 1030px;
    width: 90%;
    margin: 15.8rem auto 0;
}
.decoration-cordinate .type{
    margin: 7rem 0 3.5rem;
}
.decoration-cordinate .type > *{
    text-align: center;
}
.decoration-cordinate h4{
    font-size: 28px;
    line-height: 1.25;
    padding: .4rem .8rem;
    border-bottom: 1px solid #686868;
}
.decoration-cordinate h4 + p{
    font-size: 18px;
    line-height: 27px;
    margin: 2.6rem 0 0;
}
.decoration-cordinate_image{
    margin: 9rem 0 0;
}
.decoration-cordinate_image .bx-wrapper{
    margin: 7rem 0 0;
}
.decoration-cordinate_case{
    margin: 10rem 0 0;
}
.decoration-cordinate_case + .decoration-cordinate_case{
    margin: 4.8rem 0 0;
}
.decoration-cordinate_case h5{
    padding: 1.8rem 4.3rem;
    background: #F7F7F7;
    gap: 1rem;
    align-items: flex-end;
}
.decoration-cordinate_case h5 span{
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 5px;
    border-right: 1px solid #000;
    padding-right: 1rem;
}
.decoration-cordinate_case h5 span i{
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 27px;
    letter-spacing: 0;
}
.decoration-cordinate_case h5 p{
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
}
.decoration-cordinate_case .image{
    margin: 3rem 0 0;
}
.decoration-sample{
    margin: 10rem 0 0;
}
.decoration-sample .image{
    margin: 2.6rem 0 0;
}
.decoration-sample .caption{
    margin: 5.5rem 0 0;
    text-align: right;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}

.waste_disposal{
}
.custom .customList,
.waste_disposal .customList{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}
.waste_disposal .customList{
    margin: 3.5rem 0 0;
}
.custom .customList{
    margin: 2.4rem 0 0;
}
.custom .customList span,
.waste_disposal .customList span{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(/grantact/img/service/icon_arrow.svg) center / contain no-repeat;
    margin: 0 .75rem 0 0;
}
.waste_disposal .sec_img{
    margin: 2.4rem 0 0;
}
.custom .sec_img{
    margin: 5rem 0 0;
}
.waste_disposal .sec_img + .caption,
.custom .sec_img + .caption{
    margin: 1rem 0 0;
    text-align: right;
}
.serviceBlc.custom .ex + .caption{
    margin-top: 1.2rem;
}
.custom{
    padding: 0 0 8rem;
}


@media screen and (max-width: 1366px){
    .pc{display: none;}
    .pc.tablet{display: block !important;}
    .tablet{display: block;}
    .sp{display: none;}
    body#service .main_text_box .wrap{
    }
    body#service .main_text_box p{width: 100%;}
    .sec_menu .serviceList > li{
        width: calc((100% - 1.5rem) / 2);
    }
    .sec_room_decoration .extendImg .pc,
    .sec_room_decoration .sec_img .pc,
    .sec_original_movie .sec_img .pc{
        display: block;
    }
    .sec_walkthrough .sec_img .demo_btn{
        padding: 0 2rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 820px){
    .pc{display: none;}
    .pc.tablet{display: none !important;}
    .tablet{display: none;}
    .sp{display: block;}
    .contents{ width: calc(100% - 60px );}
    .sec_menu .contents{ width: calc(100% - 30px );}
    body#service .main_text_box{
        width: calc(100% - 30px);
        height: 32.6rem;
    }
    body#service .main_text_box .wrap{
        top: calc( 50% + 3rem );
        bottom: unset;
        transform: translateY(-50%);
        padding: 0;
    }
    body#service .main_text_box p {
        font-size: 2.4rem !important;
        font-weight: 600 !important;
    }
    .sec_menu .serviceList{
        gap: 0;
    }
    .serviceBlc .contents{
        padding: 0;
    }
    .extendBlc .contents{
        padding: 0;
    }
    .sec_menu{
        padding: 3rem 0 8rem;
    }
    .sec_menu > .contents{
        padding: 0;
    }
    .sec_menu .serviceList > li{
        width: calc(100% / 2);
    }
    .sec_menu .serviceList > li img{
        width: 5.8rem;
        height: 5.8rem;
    }
    .sec_menu .serviceList > li .txt{
        width: calc(100% - 7.3rem);
        font-size: 1.1rem;
        font-weight: 500;
    }

    .sec_room_cleaning .cleaningList > li {
        width: calc((100% - 1.5rem) / 2);
    }
    .sec_menu .serviceList > li:after {
        width: .6rem;
        height: .6rem;
        right: 1rem;
        top: 50%;
        border-bottom: .13rem solid #6c4b6d;
        border-right: .13rem solid #6c4b6d;
    }
    .sec_room_cleaning .cleaningList > li p{
        min-height: 5.1rem;
    }
    .sec_room_cleaning .cleaningList > li:nth-child(5) p,
    .sec_room_cleaning .cleaningList > li:nth-child(6) p{
        min-height: 3.4rem;
    }
    .sec_reform_image .reformImg > .left,
    .sec_reform_image .reformImg > .right,
    .sec_virtual_interior .virtualInteriorImg > li,
    .sec_repairing .caseList > li{
        width: 100%;
    }
    .sec_reform_image .reformImg{
        gap: 3rem 0;
    }
    .sec_reform_image .reformImg > li img{
    }
    .sec_reform_image .reformImg .img1{
        margin-bottom: 3rem;
    }
    .sec_reform_image .reformImg > li p{
        font-size: 1.4rem;
        margin: 1rem 0 0 0;
    }
    .sec_reform_image .reformImg > .right .flex{
        display: block;
    }
    .sec_reform_image .reformImg > .right .flex .note{
        text-align: right;
        margin-top: 2rem;
    }
    .sec_repairing .rangeList .ttl h5,
    .sec_repairing h4{
        font-size: 1.6rem;
    }
    .sec_repairing .rangeList > li{
        width: calc( (100% - .78rem ) / 2);
    }
    .sec_repairing .rangeList .ttl{
        width: 100%;
        margin-bottom: 2.22rem;
    }
    .sec_repairing .rangeList .img{
        text-align: center;
    }
    .sec_repairing .range_attention{
        line-height: 1.6;
        margin: .8rem 0 0 ;
        padding: 1.5rem;
    }

    .sec_repairing .extendBlc .rangeDetailList{
        font-size: 1.4rem;
        gap: 0;
    }
    .sec_repairing .extendBlc .rangeDetailList .imgWrap,
    .sec_repairing .extendBlc .rangeDetailList .name,
    .sec_repairing .extendBlc .rangeDetailList .name,
    .sec_repairing .extendBlc .rangeDetailList .detail,
    .sec_repairing .extendBlc .rangeDetailList .ttl{
        width: 100%;
    }
    .sec_repairing .extendBlc .rangeDetailList .ttl{
        border-bottom: 1px solid #000;
        padding: 1.5rem 0;
    }
    .sec_repairing .extendBlc .rangeDetailList .detailWrap{
        gap: 0;
        padding: 0 0 1.5rem;
    }
    .sec_repairing .extendBlc .rangeDetailList .detailWrap .name{
        padding: 1.5rem 0;
    }
    .sec_repairing .extendBlc .rangeDetailList .imgWrap{
        align-items: flex-start;
        gap: 1.5rem 2.4rem;
    }
    .sec_repairing .extendBlc .rangeDetailList .txt p,
    .sec_repairing .extendBlc .rangeDetailList .img{
        padding: 0;
    }
    .sec_repairing .extendBlc .rangeDetailList .imgWrap p + P{
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .sec_room_photo .caseList > li{
        width: 100%;
    }
    .serviceBlc.sec_room_photo:after,
    .serviceBlc + .serviceBlc:before{
        width: 9.5rem;
    }
    .sec_menu .ex{
        padding: 0 15px;
    }
    .sec_menu h3, .serviceBlc h3{
        font-size: 2.8rem;
        margin-bottom: 4rem;
        line-height: 1.4;
    }
    .sec_menu .ex, .serviceBlc .ex{
        font-size: 1.6rem;
        margin-bottom: 4rem;
        line-height: 1.7;
    }
    .serviceBlc .ex{
    }
    .extendBlc .open_trg{
        padding: 1.2rem 7rem 1.2rem 0;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .sec_walkthrough .extendBlc .flex{
        gap: 3.5rem;
    }
    .sec_walkthrough .extendBlc .flex > li{
        width: 100%;
    }
    .sec_walkthrough .extendBlc .flex > li h4{
        font-size: 1.8rem;
    }
    .sec_walkthrough .extendBlc .flex > li p{
        font-size: 1.8rem;
        font-weight: 400 !important;
    }
    .extendBlc{
        margin: 6rem 0 0;
    }
    .extendBlc .open_trg{
        position: relative;
        min-height: 7.2rem;
    }
    .extendBlc .open_trg p{
        position: absolute;
        left: 0;
        right: 7rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .extendBlc .extendContents > p{
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .switch_img_wrap{
        position: relative;
        left: -30px;
        right: -30px;
        width: 100vw;
    }
    .sec_room_photo .caseList > li h5, .sec_repairing .caseList > li h5{
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    .sec_repairing .rangeList{
        gap: 0.78rem;
    }
    .sec_repairing .rangeList h6{
        font-size: 1.1rem;
        padding: .92rem 0  .5rem 0;
    }
    .sec_repairing .rangeList .note{
        font-size: 1rem;
        padding: .64rem 0 .55rem;
    }
    .sec_repairing .rangeList > li:last-child h6{
        padding: .8rem 0;
        letter-spacing: -0.12em;
    }
    .sec_repairing .extendBlc h5{
        font-size: 1.6rem;
        padding: 0 0 2rem;
    }
    .sec_repairing .extendBlc h6{
        font-size: 1.4rem;
    }
    .sec_repairing .extendBlc .rangeDetailList .txt{
        font-size: 1.2rem;
    }
    .sec_virtual_interior .virtualInteriorImg .flex{
        display: block;
    }
    .sec_virtual_interior .virtualInteriorImg{
        gap: 3rem;
    }
    .sec_virtual_interior .virtualInteriorImg p{
        margin-top: 1rem;
        font-size: 1.4rem;
    }
    .sec_virtual_interior .virtualInteriorImg .note{
        margin: 2rem 0 0;
        font-size: 1.2rem;
        text-align: right;
    }
    .extendBlc .extendContents{
        padding: 3.05rem 0 1.5rem;
        line-height: 1.4;
    }
    .extendBlc .small{
        font-size: 1.2rem;
    }
    .extendBlc .close_trg{
        margin: 1.45rem 0 0;
    }
    .sec_room_cleaning .cleaningList{
        gap: 1rem .7rem;
    }
    .sec_room_cleaning .cleaningList > li h4{
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: .6rem;
    }
    .sec_room_cleaning .cleaningList > li p{
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .sec_room_photo .caseList, .sec_repairing .caseList{
        gap: 2rem 5rem;
    }
    .sec_room_photo .caseList p{
        font-size: 1.2rem;
        padding: 1rem 0 0;
    }
    .sec_room_photo .caseList .img .flex{
        gap: .5rem;
    }
    .sec_repairing .extendBlc .rangeDetailList .txt{
        width: calc(100% - 6rem);
    }
    .sec_room_decoration .sec_img + div{
        font-size: 1.2rem;
    }
    .sec_room_photo .sec_img h5{
        font-size: 1.6rem;
    }
    .switch_img_wrap .main_wrap img{
        height: 20rem;
    }
    .switch_img_wrap{
        gap: 0.25rem;
    }
    .switch_img_wrap .thumb ul{
        gap: 0 .36rem;
    }
    .switch_img_wrap .thumb ul li{
        width: calc(( 100% - 1.44rem ) / 5)
    }
    .decoration-cordinate h4,
    .reform-merit h4{
        font-size: 2.2rem;
    }
    .reform-completed_image > span, .reform-switch_image:before, .reform-switch_image:after{
        font-size: 1rem;
        padding: 0 1rem;
    }
    .custom .customList, .waste_disposal .customList,
    .decoration-cordinate h4 + p,
    .reform-merit dt span,
    .reform-merit dt,
    .reform-merit dd{
        font-size: 1.6rem;
    }
    .decoration-cordinate{
        margin: 7rem auto 0;
    }
    .decoration-cordinate_case h5{
        padding: 1.8rem;
    }
    .decoration-cordinate_case h5 span{
        font-size: 13px;
    }
    .decoration-cordinate_case h5 span i{
        font-size: 180%;
    }
    .decoration-cordinate_case h5 p{
        font-size: 16px;
    }
    .decoration_link a, .reform-completed_link a{
        font-size: 13px;
    }
    .custom .customList li,
    .waste_disposal .customList li{
        text-indent: -1.5em;
        padding-left: 1.6em
    }
    .custom .customList span,
    .waste_disposal .customList span{
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: -.1rem;
    }
}
@media screen and (max-width: 360px){
    .sec_menu .serviceList > li a{
        gap: 0.5rem;
    }
    .sec_menu .serviceList > li .txt{
        padding-right: 1.5rem;
        width: calc(100% - 6.3rem);
    }
    .sec_room_cleaning .cleaningList > li p{
        font-size: 1.1rem;
    }
    .sec_repairing .rangeList h6{
        font-size: 1rem;
    }
}



/* slider*/

.decoration-cordinate .bx-wrapper {
position: relative;
          margin-bottom: 60px;
padding: 0;
         -ms-touch-action: pan-y;
         touch-action: pan-y;
}

.decoration-cordinate .bx-wrapper img {
    max-width: 100%;
display: block
}

.bxslider {
margin: 0;
padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.decoration-cordinate .bx-wrapper .bx-controls-auto,.decoration-cordinate .bx-wrapper .bx-pager {
position: absolute;
bottom: 0;
width: 100%
}

.decoration-cordinate .bx-wrapper .bx-loading {
    min-height: 50px;
background: url(images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
      z-index: 2000
}

.decoration-cordinate .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
color: #666;
       padding-top: 20px
}

.decoration-cordinate .bx-wrapper .bx-pager.bx-default-pager a {
background: #727171;
            text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         border-radius: 5px
}

.decoration-cordinate .bx-wrapper .bx-pager.bx-default-pager a:focus,.decoration-cordinate .bx-wrapper .bx-pager.bx-default-pager a:hover {
background: #000
}

.decoration-cordinate .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #e60012
}

.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-controls-auto-item,.decoration-cordinate .bx-wrapper .bx-pager-item {
display: inline-block;
         vertical-align: bottom
}

.decoration-cordinate .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.decoration-cordinate .bx-wrapper .bx-prev {
left: 70px;
background: url(images/controls.png) 0 -32px no-repeat
}

.decoration-cordinate .bx-wrapper .bx-prev:focus,.decoration-cordinate .bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.decoration-cordinate .bx-wrapper .bx-next {
right: 70px;
background: url(images/controls.png) -43px -32px no-repeat
}

.decoration-cordinate .bx-wrapper .bx-next:focus,.decoration-cordinate .bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.decoration-cordinate .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 30px;
    margin-bottom: 0;
    outline: 0;
    width: 70px;
    height: 445px;
    text-indent: -9999px;
    z-index: 9999;
    background: #efefef;
}

.decoration-cordinate .bx-wrapper .bx-controls-direction a.disabled {
display: none
}

.decoration-cordinate .bx-wrapper .bx-controls-auto {
    text-align: center
}

.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-start {
display: block;
         text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
margin: 0 3px
}

.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-start.active,.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-start:focus,.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-stop {
display: block;
         text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(images/controls.png) -86px -44px no-repeat;
margin: 0 3px
}

.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-stop.active,.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-stop:focus,.decoration-cordinate .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.decoration-cordinate .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
width: 80%
}

.decoration-cordinate .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px
}

.decoration-cordinate .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80,80,80,.75);
width: 100%
}

.decoration-cordinate .bx-wrapper .bx-caption span {
color: #fff;
       font-family: Arial;
display: block;
         font-size: .85em;
padding: 10px
}
.decoration-cordinate .bx-wrapper {
    box-shadow: none;
    border:none;
}
.decoration-cordinate .bxslider li {
    text-align: center;
position: relative;
padding: 0 0 30px
}

.decoration-cordinate .bxslider li img {
width: 70%;
margin: 0 auto
}

.decoration-cordinate .bxslider li h3 {
width: 890px;
height: 40px;
margin: 0 auto 20px;
        font-size: 18px;
        font-weight: bold;
color: #fff;
       text-align: left;
       line-height: 40px;
padding: 0 20px;
         box-sizing: border-box
}

.decoration-cordinate .bxslider li:before {
content: "";
width: 70px;
height: 445px;
display: block;
position: absolute;
left: 70px;
top: 60px
}

.decoration-cordinate .bxslider li:after {
content: "";
width: 70px;
height: 445px;
display: block;
position: absolute;
right: 70px;
top: 60px
}

.decoration-cordinate .bxslider li.dark h3 {
background: #6a3906
}

.decoration-cordinate .bxslider li.dark:before {
    background: url(/grantact/img/service/room_decoration-premium_prev.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.dark:before {
    background: url(/grantact/img/service/room_decoration-premium_prev_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.dark:before {
    background: url(/grantact/img/service/room_decoration-premium_prev_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.dark:before {
    background: url(/grantact/img/service/room_decoration-premium_prev_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.dark:after {
    background: url(/grantact/img/service/room_decoration-natural_next.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.dark:after {
    background: url(/grantact/img/service/room_decoration-natural_next_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.dark:after {
    background: url(/grantact/img/service/room_decoration-natural_next_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.dark:after {
    background: url(/grantact/img/service/room_decoration-natural_next_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.natural h3 {
background: #c9bc9c;
color: #000
}

.decoration-cordinate .bxslider li.natural:before {
background: url(/grantact/img/service/room_decoration-dark_prev.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.natural:before {
    background: url(/grantact/img/service/room_decoration-dark_prev_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.natural:before {
    background: url(/grantact/img/service/room_decoration-dark_prev_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.natural:before {
    background: url(/grantact/img/service/room_decoration-dark_prev_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.natural:after {
    background: url(/grantact/img/service/room_decoration-modern_next.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.natural:after {
    background: url(/grantact/img/service/room_decoration-modern_next_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.natural:after {
    background: url(/grantact/img/service/room_decoration-modern_next_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.natural:after {
    background: url(/grantact/img/service/room_decoration-modern_next_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.modern h3 {
background: #000
}

.decoration-cordinate .bxslider li.modern:before {
    background: url(/grantact/img/service/room_decoration-natural_prev.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.modern:before {
    background: url(/grantact/img/service/room_decoration-natural_prev_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.modern:before {
    background: url(/grantact/img/service/room_decoration-natural_prev_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.modern:before {
    background: url(/grantact/img/service/room_decoration-natural_prev_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.modern:after {
    background: url(/grantact/img/service/room_decoration-white_next.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.modern:after {
    background: url(/grantact/img/service/room_decoration-white_next_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.modern:after {
    background: url(/grantact/img/service/room_decoration-white_next_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.modern:after {
    background: url(/grantact/img/service/room_decoration-white_next_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.white h3 {
background: #fff;
color: #000;
border: #000 solid 2px;
        box-sizing: border-box
}

.decoration-cordinate .bxslider li.white:before {
    background: url(/grantact/img/service/room_decoration-modern_prev.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.white:before {
    background: url(/grantact/img/service/room_decoration-modern_prev_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.white:before {
    background: url(/grantact/img/service/room_decoration-modern_prev_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.white:before {
    background: url(/grantact/img/service/room_decoration-modern_prev_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.white:after {
background: url(/grantact/img/service/room_decoration-premium_next.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.white:after {
    background: url(/grantact/img/service/room_decoration-premium_next_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.white:after {
    background: url(/grantact/img/service/room_decoration-premium_next_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.white:after {
    background: url(/grantact/img/service/room_decoration-premium_next_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.premium h3 {
    background: url(/grantact/img/service/room_decoration-premium_bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 0
}

.decoration-cordinate .bxslider li.premium:before {
background: url(/grantact/img/service/room_decoration-white_prev.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.premium:before {
    background: url(/grantact/img/service/room_decoration-white_prev_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.premium:before {
    background: url(/grantact/img/service/room_decoration-white_prev_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.premium:before {
    background: url(/grantact/img/service/room_decoration-white_prev_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.premium:after {
    background: url(/grantact/img/service/room_decoration-dark_next.jpg) center center no-repeat
}
body.EN .decoration-cordinate .bxslider li.premium:after {
    background: url(/grantact/img/service/room_decoration-dark_next_en.jpg) center center no-repeat
}
body.ZH .decoration-cordinate .bxslider li.premium:after {
    background: url(/grantact/img/service/room_decoration-dark_next_cn.jpg) center center no-repeat
}
body.zh-TW .decoration-cordinate .bxslider li.premium:after {
    background: url(/grantact/img/service/room_decoration-dark_next_tw.jpg) center center no-repeat
}

.decoration-cordinate .bxslider li.premium h3 span {
width: 50%;
float: left;
padding: 0 20px;
         box-sizing: border-box
}

.decoration-cordinate .bxslider li p.cap {
display: block;
         font-size: 11px;
         text-align: left;
position: absolute;
bottom: 0;
left: 90px
}

.decoration-cordinate .bx-wrapper .bx-prev:before,
.decoration-cordinate .bx-wrapper .bx-next:before {
width: 70px;
height: 70px;
margin: -30px 0 0;
display: block;
content: "〈";
         font-size: 30px;
         line-height: 70px;
         text-align: center;
color: #999;
position: absolute;
left: 0;
top: 50%;
     text-indent: 0
    }

.decoration-cordinate .bx-wrapper .bx-next:before {
content: "〉"
}

.decoration-cordinate .bx-wrapper .bx-prev:before,
.decoration-cordinate .bx-wrapper .bx-next:before {
width: 30px;
left: 10px;
color: #ccc
    }

.decoration-cordinate .bx-wrapper .bx-prev:before {
left: initial;
left: auto;
right: 10px;
       text-align: right
}

.decoration-cordinate .bx-controls-direction a {
    position: absolute;
    bottom: 30px;
    margin-bottom: 0;
    outline: 0;
    width: 70px;
    height: 445px;
    text-indent: -9999px;
    z-index: 9999;
    background: none !important;
    top: unset;
    margin-top: 0;
}

.decoration-cordinate .decoration-cordinate_image  .bx-controls-direction a {
    background: #efefef !important;
}

@media screen and (max-width: 1024px) {
    .decoration-cordinate .bxslider li:before,
    .decoration-cordinate .bxslider li:after{
        background-position: center top -5vw !important;
    }
}

@media screen and (max-width: 768px) {
    .decoration-cordinate .bxslider li:before {
        width: 10%;
        height: 87%;
        left: 0;
        top: 60px;
     background-size: 195%!important;
     background-position-x: 36%!important;
     background-position-y: center!important
    }

    .decoration-cordinate .bxslider li:after {
width: 10%;
height: 87%;
right: 0;
top: 60px;
     background-size: 195%!important;
     background-position-x: 66%!important;
     background-position-y: center!important
    }

    .decoration-cordinate .bxslider li h3 {
width: auto
    }

    .decoration-cordinate .bxslider li.premium h3 span {
        font-size: 15px;
padding: 0 12px;
height: 40px
    }

    .decoration-cordinate .bxslider li img {
width: 80%
    }

    .bx-wrapper .bx-controls-direction a {
width: 10%;
height: 87%;
bottom: 0
    }

    .decoration-cordinate .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0;
        width: 40px;
    }

    .decoration-cordinate .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
        width: 40px;
    }
    .decoration-cordinate .bxslider li:before,
    .decoration-cordinate .bxslider li:after{
        background-position: center center !important;
    }
}


@media screen and (max-width: 375px) {
    bx-wrapper .bx-controls-direction a {
    width:10%;
    height: 75%;
    bottom: 2%
    }

    .decoration-cordinate .bxslider li:before {
    width: 10%;
    height: 75%;
    left: 0;
    top: 60px;
     background-size: 195%!important;
     background-position-x: -12px!important;
     background-position-y: -140px!important
    }

    .decoration-cordinate .bxslider li:after {
    width: 10%;
    height: 75%;
    right: 0;
    top: 60px;
     background-size: 195%!important;
     background-position-x: -20px!important;
     background-position-y: -140px!important
    }

    .decoration-cordinate .bxslider li p.cap {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .decoration-cordinate .bxslider li:before {
        background-position-x:-10px!important;
        background-position-y: -120px!important
    }

    .decoration-cordinate .bxslider li:after {
        background-position-x: -16px!important;
        background-position-y: -120px!important
    }

    .decoration-cordinate .bx-wrapper .bx-controls-direction a {
        width: 10%;
        height: 74%;
        bottom: 0
    }
}

.decoration-cordinate .bxslider li p.cap {
    left: 10%!important;
    right: 10%!important;
       text-align: center!important;
       font-size: 14px
}

.decoration-cordinate .bx-wrapper .bx-pager {
bottom: -20px
}

.decoration-cordinate .bxslider .premium:before,.decoration-cordinate .bxslider .modern:after {
border: 1px solid #000;
        box-sizing: border-box
}


.decoration-cordinate .bx-wrapper .bx-prev:before,
.decoration-cordinate .bx-wrapper .bx-next:before {
    width: 30px;
}

@media screen and (max-width: 768px) {
    .decoration-cordinate .bx-wrapper .bx-prev:before,
    .decoration-cordinate .bx-wrapper .bx-next:before {
        top: unset;
        bottom: 2%;
        height: 30px;
        line-height: 30px;
        left: 15px;
        text-align: left;
    }
    .decoration-cordinate .bx-wrapper .bx-prev:before{
        left: unset;
        right: 15px;
        text-align: right;
    }
    .decoration-cordinate .decoration-cordinate_image .bx-wrapper .bx-controls-direction a.bx-prev:before,
    .decoration-cordinate .decoration-cordinate_image .bx-wrapper .bx-controls-direction a.bx-next:before {
        top: 55%;
        bottom: unset;
    }
    .decoration-cordinate .bxslider li p.cap {
        left: 10%!important;
        right: 10%!important;
       text-align: center!important;
       font-size: 14px
    }

    .decoration-cordinate .bx-wrapper .bx-pager {
        bottom: -20px
    }

    .decoration-cordinate .bxslider .premium:before,
    .decoration-cordinate .bxslider .modern:after {
        border: 1px solid #000;
        box-sizing: border-box
    }


    .decoration-cordinate .bx-wrapper .bx-controls-direction a {
        height: 100%;
        bottom: 0
    }

    .decoration-cordinate .bx-wrapper .bx-prev:before,
    .decoration-cordinate .bx-wrapper .bx-next:before {
        width: 30px;
    }

}
