<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#g-nav {
    /*position:fixed;縺ｫ縺励】-index縺ｮ謨ｰ蛟､繧貞､ｧ縺阪￥縺励※蜑埼擇縺ｸ*/
    position: fixed;
    z-index: 999;
    /*繝翫ン縺ｮ繧ｹ繧ｿ繝ｼ繝井ｽ咲ｽｮ縺ｨ蠖｢迥ｶ*/
    /* top:0; */
    right: -120%;
    width: 30%;
    height: 100vh;
    /*繝翫ン縺ｮ鬮倥＆*/
    background: #A1B3BD;
    /*蜍輔″*/
    transition: all 0.6s;
}

/*繧｢繧ｯ繝�ぅ繝悶け繝ｩ繧ｹ縺後▽縺�◆繧我ｽ咲ｽｮ繧�0縺ｫ*/
#g-nav.panelactive {
    right: 0;
}

/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ邵ｦ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ*/
#g-nav.panelactive #g-nav-list {
    /*繝翫ン縺ｮ謨ｰ縺悟｢励∴縺溷�ｴ蜷育ｸｦ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.6s;
}

/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ*/
#g-nav ul {
    /*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ螟ｩ蝨ｰ荳ｭ螟ｮ謠�∴*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);


    top: 50%;
    left: 15%;
    position: absolute;
}

/*繝ｪ繧ｹ繝医�繝ｬ繧､繧｢繧ｦ繝郁ｨｭ螳�*/

#g-nav li {
    list-style: none;
    text-align: left;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    font-weight: unset;

}

.g-nav-menu {
    border-bottom: 1px solid #fff;
    padding: 5px 10px 5px 0;
    transition: all 0.6s;
}

/*========= 繝懊ち繝ｳ縺ｮ縺溘ａ縺ｮCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    /*繝懊ち繝ｳ繧呈怙蜑埼擇縺ｫ*/
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-color: #A1B3BD;
    border-radius: 50px;
    opacity: 0.8;
}


.openbtn1 p {
    color: #fff;
    line-height: 80px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: .2rem;
    transition: all 0.6s;
}

.openbtn1.active .nav {
    display: none;
    transition: all 0.6s;
}

.nav-after {
    display: none;
}

.openbtn1.active .nav-after {
    display: block;
    color: #A1B3BD;
    transition: all 0.6s;
}

.openbtn1.active {
    background-color: #fff;
}



.arrow {
    display: flex;
}

.arrow::after {
    content: '';
    width: 25px;
    height: 8px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    color: #fff;
}

.g-nav-menu:hover {
    background-color: #76909D;
}

#header {
    width: 100%;
    background: none;
    color: #fff;
    text-align: center;
    padding: 0;
}


main {
    width: 100%;
    /* height: 100vh; */
}

main img {
    vertical-align: bottom;
}

.bg-img {
    background: url(../image/bg-img.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text-bg {
    background: #fff;
    padding: 5px 1px;
}

.mb-20 {
    margin-bottom: 20px;
}

.line {
    width: 100%;
    height: 2px;
    background: #212121;
    margin: 10px 0;
}

.bold {
    font-weight: 600;
}

section:nth-child(2n) {
    background: #fff;
}

.floor {
    width: 70px;
    background: #EECC62;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}

.floor-b {
    background: #CD9039;
}

.floor-c {
    background: #96BECF;
}

.mg-r {
    margin-right: 10px;
}

.border {
    border-top: 2px solid #1A1311;
    border-bottom: 2px solid #1A1311;
}

.border-t {
    border-top: 1px solid #1A1311;
}

.specification .flex-wrap {
    align-items: center;
    display: flex;
}

.specification .th-contents {
    padding: 10px 0;
    padding-left: 10px;
}

.img-pd {
    padding: 60px;
}

.access big {
    font-size: 2.2rem;
    color: #83B1C5;
}
.text-b {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
}

.text-border {
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
}

.col-0 {
    color: #1A1311 !important;
}

.th-e {
    font-size: 1.2rem;
    line-height: 1;
}

.th-t {
    line-height: 1;
}

.access-text {
    margin-top: 50px;
    width: 90%;
    margin: 0 auto;
}

table {
    width: 80%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.4rem;

}

td {
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
}

.td-a {
    width: 20%;
    background: #CADAE5;
    border-top: 1px solid #707070;
    padding: 15px 20px;
}

.td-b {
    width: 80%;
    background: #F2F7FA;
    border-top: 1px solid #707070;
    padding: 15px 40px;
}

.td-c {
    border-bottom: 1px solid #707070;
}

.annotation {
    font-size: 1.1rem;
    line-height: 1.5;
}

footer {
    margin-top: 50px;
    border-top: 1px solid #707070;

}

footer a {
    text-align: center;
    /* width: 20%; */
    margin: 20px;
}

.ft-nav {
    font-size: 1rem;
    color: #1A1311;
}

.footer-logo {
    text-align: center;
    margin: 30px 0;
}

.copyright {
    background-color: #A1B3BD;
    color: #fff;
    font-size: 1rem;
    padding: 10px 0;
}

.md-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
}

.md-contents {
    display: none;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 70%;
    height: auto;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 10000;
}


.md-inner {
    padding: 24px 40px;
    background: #fff;
    height: auto;
    text-align: center;
}

.md-xmark {
    position: absolute;
    top: 34px;
    right: 20px;
    width: 25px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
}

.md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
}


.md-xmark span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
}





.gallery {
    margin: 0 20px 20px 0;
}

#cboxOverlay {
    background: #000;
    opacity: 0.7;
    cursor: pointer;
    visibility: visible;
    display: block;
}

#cboxLoadedContent {
    background: #fff;
}

#inline-content {
    margin: 20px;
}

#ajax-wrap {
    margin: 20px;
}

#cboxLoadedContent {
    padding: 0;
    overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
    top: -30px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible;
}

#cboxTitle {
    color: #fff;
}





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

    section {
        padding: 50px 0 50px;
    }

    .floor {
        margin: 0 auto;
    }

    #g-nav {
        width: 100%;
    }

    #g-nav .flex-between {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    table {
        width: 100%;
    }

    #g-nav ul {
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .openbtn1 {
        width: 60px;
        height: 60px;
    }

    .openbtn1 p {
        line-height: 60px;
        letter-spacing: .1rem;
        font-size: 1.3rem;
    }

    .text-bg {
        font-size: 1.4rem !important;
    }

    .td-a {
        width: 30%;
        padding: 10px 10px;
    }

    .td-b {
        padding: 10px;
    }

    .specification .flex-wrap {
        /* display: block; */
    }

    .flex-wrap .th-contents {
        margin: 0 auto;
    }

    .view-slider .container {
        /* margin: 30px auto 0; */
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .view-slider .container img {
        height: auto;
        vertical-align: bottom;
        width: 100%;
    }

    .thumbnail .slick-track {
        transform: unset !important;
    }

    .thumbnail {
        margin-top: 10px;
        cursor: pointer;
        /* background: #000; */
    }

    .color {
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 100%;
        background: #4d4d4d;
        /* opacity: 74%; */
    }

    .slick-img img {
        width: 100%;
    }

    .thumbnail-img {
        /* padding: 0 5px 0 0; */
        /* margin-right: 5px; */
        position: relative;
        /* opacity: 0.4; */
        /* transition: opacity .3s linear; */ 
    }

    .thumbnail-img img {
        width: 97% !important;
    }

    .thumbnail-img:last-child {
        padding-right: 0 !important;
    }

    .slick-list {
        padding-right: 0;
    }

    .thumbnail .slick-current {
        opacity: 1;
    }

    .slick-current .slider-text {
        display: none;
    }

    .slick-current .color {
        display: none;
    }

    .thumbnail-img {
        position: relative;

    }

    .slider-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        z-index: 1;
        font-size: 1.1rem;
        line-height: 1;
        letter-spacing: 0;
    }


    .slider {
        position: relative;
    }

    .slick-arrow {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        width: 20px;
        height: 38px;
        color: transparent;
        z-index: 1;
        transition: opacity 0.5s;
        z-index: 1;
    }

    .slick-arrow:hover {
        opacity: 0.7;
    }

    .slick-next::before,
    .slick-next::after,
    .slick-prev::before,
    .slick-prev::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .slick-next::after,
    .slick-prev::after {
        width: 26px;
        height: 26px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }

    /* next */

    .slick-next {
        right: 10px;
    }

    .slick-next::after {
        right: 4px;
        transform: rotate(45deg);
    }

    /* prev */

    .slick-prev {
        left: 10px;
    }

    .slick-prev::after {
        left: 4px;
        transform: rotate(-135deg);
    }

    .sp-ft-nav .flex-align-center {
        display: flex;
        background-color: #F2F7FA;

        border-bottom: 1px solid #1A1311;
    }

    .sp-ft-nav .flex-align-center a {
        width: 50%;
        padding: 10px 0;
        margin: 0;
    }

    .bd-r {
        border-right: 1px solid #1A1311;
    }

    .img-pd {
        padding: 0;
    }

    .specification .sp-border {
        border-bottom: 1px solid;
    }

    .specification .th-contents {
        padding: 18px 0;
        padding-left: 0;
    }

    #officespecification p,
    span {
        font-size: 1.2rem !important;
    }

    #commonspace p {
        text-align: center;
        margin-top: 10px;
    }

    #access .th-contents {
        margin-bottom: 20px;
    }

    #g-nav li a {
      width: 100%;
    }
}</pre></body></html>