@charset "utf-8";


/* ------- common tag ------- */

html {
    font-size: 16px;
    font-size: 100%;
}

body,
p,
dt,
dd {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    line-height: 2.0;
    font-size: 16px;
}

img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

ul {
    font-size: 0;
}

li {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #111;
}

.pc {
    display: inline-block;
}

.sp {
    display: none;
}

a[href^="tel:"] {
    pointer-events: none;
}

.narrow {
    letter-spacing: -0.08rem;
}

.img-center {
    text-align: center;
}

.c {
    text-align: center;
}


/* ------- common parts ------- */

/* ヘッダー */

/*header {
    height: 280px;
    position: relative;
}*/

header {
    height: 120px;
    /*position: relative;*/
    position: fixed;
    width: 100%;
    background-color: #FFF;
    top: 0;
    z-index: 10000;
    margin: 0 auto;
    text-align: center;
}

/*header .contact-info {
    float: right;
    margin: 60px 20px 0 0;
}

header h1 {
    display: inline-block;
    width: 100%
}

header h1 a {
    display: block;
    margin: 40px auto;
    width: 20%;
    height: auto;
    font-size: 0;
    top: -170px;
    position: relative;
    overflow: hidden;
}

header h1 a img {
    width: 100% !important;
    height: auto !important;
}


header h1.pc {
    display: none;
}*/

header nav.gnav-container {
    position: relative;
    top: 10px;
    width: 1100px;
    z-index: 22;
    display: inline-flex;
    margin: 0 auto;
}

header nav.gnav-container .logo {
    position: absolute;
    left: 3%;
    width: 130px;
}

header nav.gnav-container .logo img {
    width: 100%;
}

header nav.gnav-container .info {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
}

header nav.gnav-container .info img {
    width: 100%;
}

header nav.gnav-container .info p {
    line-height: 8px;
    font-size: 10px;
    letter-spacing: -0.3px;
}

header nav.gnav-container .info a {
    line-height: 8px;
    font-size: 10px;
    letter-spacing: 0px;
}

main {
    padding-top: 0px;
}


/* 空き状況・内覧のお申込 */
.contact-info,
.contact-info2 {
    width: 22.2%;
    margin: 50px auto;
    font-size: 10px;
    line-height: 1;
}

.contact-info p,
.contact-info a,
.contact-info2 p,
.contact-info2 a {
    display: block;
    width: auto;
    font-size: 12.5px;
    text-align: center;
    padding-top: 5px;
}

.contact-info a:hover,
.contact-info2 a:hover {
    opacity: 0.6;
    font-size: 12.5px;
}

.information {
    background: url(../images/common/information.png) no-repeat center top;
    background-size: contain;
}

.info_tell {
    background: url(../images/common/info_tell.png) no-repeat center top;
    background-size: contain;
}

.info_open {
    background: url(../images/common/info_open.png) no-repeat center top;
    background-size: contain;
}

.info_mail {
    background: url(../images/common/info_mail.png) no-repeat center top;
    background-size: contain;
}


/* グローバルナビ PC */

.gnav {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 700px;
    padding: 0 10px 0 0;
    margin: 20px auto;
    background: #000000;
    border-radius: 5px;

}

.gnav li.gnav-item {
    flex: 1;
    display: inline-block;
    vertical-align: top;
}

.gnav li a {
    display: block;
    height: 40px;
    margin: 10px 8px;
    padding: 10px;
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 5px;
}

.gnav li a:hover {
    background-color: #5d5d5d;
}

.gnav li a img {
    height: 22px;
    width: auto;
}

.gnav li ul {
    top: 75px;
    left: 290px;
    position: absolute;
    background: #000000;
    border-radius: 5px;
}

.gnav li ul li {
    width: 170px;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
}

.gnav li:hover ul {
    padding: 0 0 20px;

}

.gnav li:hover ul li {
    height: 50px;
    padding: 10px;
    overflow: visible;
}

.gnav li ul li a {
    height: 40px;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    line-height: 2;
    text-decoration: none;
    color: #dedede;
    font-size: 16px;
    border-radius: 5px
}

.gnav li ul li a:hover {
    background-color: #5d5d5d;
}


/* スペックナビ */

.spec_concept section h1,
.spec_hall section h1,
.spec_combination section h1,
.spec_backyard section h1,
.spec_price section h1,
.spec_document section h1 {
    padding: 0 0 20px 15px;
    border-bottom: none;
}

.nav-spec {
    display: flex;
    height: 70px;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #111;
    position: relative;
    z-index: 20;
}

.nav-spec ul {
    height: 40px;
}

.nav-spec li {
    display: inline-block;

}

.nav-spec li:hover {
    background: #111;
    border-radius: 5px;
}

.nav-spec li a {
    display: block;
    height: 30px;
    padding: 5px 1rem;
}

.nav-spec li a img {
    max-height: 30px;
    width: auto;
}

li a img.off {
    display: block;
}

li:hover a img.off {
    display: none;
}

li a img.on {
    display: none;
}

li:hover a img.on {
    display: block;
}


/* 見出し h2 */
section h1 {
    font-size: 0;
    margin: 140px 0 0.625rem;
    padding: 0 0 30px 15px;
    border-bottom: 1px solid #000000;
}

section h2 {
    border-bottom: 1px solid #000000;
    margin: 50px 0 0;
    padding: 0 0 0.625rem 1.25rem;
    clear: both;
    text-align: left;
}

.content .cnt_txt {
    margin: 1.25rem 0.625rem 0;
    line-height: 1.5;
}

.inner_1000 h1 {
    font-size: 0;
}

.inner_1000 h1 img {
    width: auto;
    height: 30px;
}

.inner_1000 h1 span {
    display: inline-block;
    padding: 0 0 1.25rem 2px;
    font-size: 0;
}

.inner_1000 h1 span img {
    width: auto;
    height: 11px;
}


/* スペックメニュー */

.spec-menu nav {
    width: 410px;
    margin: 50px auto;
}

.spec-menu nav ul {
    width: 260px;
    margin: 0 auto;
}

.spec-menu nav ul li {
    display: inline-block;
    padding: 0 7%;
}

.spec-menu nav ul li a {
    display: block;
}

.spec-menu nav ul li a img {
    width: 80px;
}

.spec-menu nav ul.btn-icon {
    width: 100%;
    margin: 40px auto;
    font-size: 16px;
    text-align: center;
}

.spec-menu nav ul.btn-icon li {
    display: inline-block;
    padding: 0 0 0 4%;
    position: relative;
}

.spec-menu nav ul.btn-icon li:last-of-type {
    padding-right: 0;
}

.spec-menu a {
    color: #111;
}

.spec-menu a:hover {
    opacity: 0.6;
}


/* リンクボタン */
p.link {
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
}

p.link a {
    display: block;
    width: fit-content;
    padding-left: 5px;
    color: #111;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

p.link.c {
    display: block;
    clear: both;
}

p.link.c a {
    margin: 0 auto;
}


/* リンクボタンアイコン */
a.btn:before {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../images/common/icon_btn.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-color: #111;
    width: 22px;
    height: 22px;
    left: -5px;
    top: 5px;
    border-radius: 25px;
}

a.btn:hover:before {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../images/common/icon_btn_hover.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    left: -5px;
    top: 5px;
    border-radius: 25px;
    border: 1px solid #111;
    opacity: 1;
}

a.btn:hover {
    opacity: 0.6;
}

/* リンクボタンアイコン2 */
a.btn2:before {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../images/common/icon_btn2.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-color: #111;
    width: 22px;
    height: 22px;
    left: -5px;
    top: 5px;
    border-radius: 25px;
}

a.btn2:hover:before {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../images/common/icon_btn2_hover.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    left: -5px;
    top: 5px;
    border-radius: 25px;
    border: 1px solid #111;
    opacity: 1;
}

a.btn2:hover {
    opacity: 0.6;
}

/* フッター */
footer {
    display: inline-block;
    width: 100%;
    min-height: 100px;
    background: url(../images/common/footer_bg.png) no-repeat center top;
    background-size: cover;
}

footer .inner {
    width: 1000px;
}

footer .logo a {
    display: block;
    width: 12%;
    margin: 30px auto 0;
    padding-top: 3.5%;
    font-size: 0;
    background: url(../images/common/logo_lumine.png) no-repeat center top;
    background-size: contain;
}

footer p {
    text-align: center;
    padding: 20px 0;
}


/* TOPへ戻るボタン */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 0;
}

#pageTop a {
    display: block;
    z-index: 999;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    opacity: 0.7;
}

#pagetop img {
    position: relative;
    top: -30px;
    width: 70%;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 769px) and (max-width: 980px) {
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


    /* グローバルナビ */

    header nav.gnav-container {
        position: relative;
        top: 30px;
        width: 98%;
        max-width: 100%;
        margin: 0 10px;
    }

    .gnav li a {
        display: block;
        height: 40px;
        margin: 10px 0;
        padding: 1.5vw;
        transition: 0.2s;
        box-sizing: border-box;
        border-radius: 5px;
        min-width: 80px;
    }

    .gnav li a img {
        height: 2.5vw;
        width: auto;
    }

    .gnav li ul {
        top: 50px;
        left: 11.2vw;
        position: absolute;
        background: #000000;
        border-radius: 5px;
    }

    .gnav li:hover ul li {
        width: 25vw;
        height: 50px;
        padding: 10px;
        overflow: visible;
    }

    .nav-spec li a {
        display: block;
        height: 3vw;
        padding: 0.3rem 1rem;
    }

    .gnav li ul li a {
        height: 40px;
        margin: 0 auto;
        padding: 5px 10px 5px 30px;
        line-height: 2;
        text-decoration: none;
        color: #dedede;
        font-size: 1.8vw;
        border-radius: 5px;
    }


    /* スペックナビ */
    .nav-spec li a img {
        max-height: 30px;
        width: 10.5vw;
    }




    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}

@media screen and (max-width: 768px) {
    /*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


    /* ------- common tag ------- */

    html {
        font-size: 14px;
        font-size: 100%;
    }

    body,
    p,
    dt,
    dd {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeSpeed;
        line-height: 1.5;
        font-size: 14px;
        text-align: justify;
    }

    img {
        width: 100%;
        max-width: 100%;
        image-rendering: -webkit-optimize-contrast;
    }

    a[href^="tel:"] {
        pointer-events: painted;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }


    /* ヘッダー */

    header {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    header h1 {
        /*display: inline-block;*/
        width: 100%;
        text-align: center;
    }

    header h1 a {
        display: block;
        margin: 0px auto;
        width: 25%;
        /*min-width: 120px;*/
        height: auto;
        /*position: relative;
        overflow: hidden;*/
    }

    header h1 a img {
        /*width: 100% !important;
        max-width: 180px;
        height: auto !important;*/
        text-align: center;
        margin: 15px auto 15px;
    }

    /*header nav.gnav-container {
        position: relative;
        top: 30px;
    }*/


    /* 空き状況・内覧のお申込 */
    .contact-info,
    .contact-info2 {
        width: 70%;
        max-width: 300px;
        margin: 50px auto;
        line-height: 1.5;
        position: relative;
        z-index: 0;
    }

    .contact-info p,
    .contact-info a,
    .contact-info2 p,
    .contact-info2 a {
        display: block;
        padding: 0;
        width: auto;
        font-size: 15px;
        padding-top: 5px;
    }

    .contact-info a:hover,
    .contact-info2 a:hover {
        opacity: 0.6;
    }

    .contact-info3 {
        width: 65%;
        max-width: 300px;
        margin: 5vw auto 0;
    }

    .contact-info3 p,
    .contact-info3 a {
        display: block;
        padding: 0.2vw 0 !important;
        ;
    }

    .contact-info3 img {
        width: 100% !important;
        height: 100% !important;
    }


    /* グローバルナビ SP (ハンバーガーメニュー) */


    /* ハンバーガーボタン部分 */

    .hamburger-box {
        position: absolute;
        top: 10px;
        right: -70vw;
        left: 0;
        z-index: 30;
        pointer-events: painted;
        /*float: right;*/
        padding: 7vw 0;
        margin: 0 auto;
        width: 28%;
    }

    .hamburger-box p {
        margin: 0;
        padding: 0vw 3vw 0 11vw;
        font-size: 4.1vw;
        /*position: relative;*/
    }

    .hamburger {
        position: relative;
        z-index: 30;
        display: block;
        width: 13vw;
        min-width: 92px;
        height: 3vw;
        min-height: 28px;
        transition: background .4s;
        background: #111;
        border-radius: 5px;
    }

    .hamburger::after,
    .hamburger::before {
        content: "";
    }

    .hamburger .line,
    .hamburger::after,
    .hamburger::before {
        top: 1.6vw;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 0;
        width: 3vw;
        height: 2px;
        margin: 0 auto;
        background: #fff;
    }

    .hamburger::after {
        transform: translate3d(0, 23px, 0);
        transition: all .4s;
        top: -4px;
        left: -60px;
        width: 3vw;
    }

    .hamburger::before {
        transform: translate3d(0, 11px, 0);
        transition: all .4s;
        top: -4px;
        left: -60px;
        width: 3vw;
    }

    .hamburger .line {
        top: 13px;
        left: -60px;
        opacity: 1;
        transition: all .1s .1s;
        width: 0.3vw;
    }

    .hamburger.active {
        position: fixed;
    }

    .hamburger.active::after,
    .hamburger.active::before,
        {
        content: "";
    }

    .hamburger.active::after {
        transform: translate3d(0, 17px, 0) rotateZ(-45deg);
        top: -1.3vw;
        right: 2vw;
    }

    .hamburger.active::before {
        transform: translate3d(0, 17px, 0) rotateZ(45deg);
        top: -1.3vw;
        right: 2vw;
    }

    .hamburger.active .line {
        opacity: 0;
        transform: translate3d(-30%, 0, 0);
        transition: all .2s;
    }

    .hamburger .text {
        color: transparent;
        font-size: 0;
        float: right;
        padding: 2.5px 1.8vw 0 0;
    }

    .hamburger .text::before {
        display: block;
        color: #fff;
        font-size: 17px;
        text-align: left;
        content: "MENU";
    }

    .hamburger.active .text {}

    .hamburger.active .text::before {
        content: "CLOSE";
        text-align: right;
    }


    /* グローバルナビ部分 */

    #sp-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 100vh;
        opacity: 0;
        background-color: #111;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }

    #sp-nav.active {
        right: 0;
        opacity: 1;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    #sp-nav ul {
        margin: 58px auto;
        margin: 9.5vh auto;
        padding: 0;
    }

    #sp-nav ul li {
        list-style-type: none;
        overflow: hidden;
    }

    #sp-nav ul li a,
    #sp-nav ul li i {
        display: block;
        width: auto;
        padding: 0 0 4vw;
        transition: all 0.2s ease-in-out;
        text-align: center;
        text-decoration: none;
        color: #333;
    }

    #sp-nav ul li a:hover {
        opacity: 0.3;
    }

    #sp-nav ul li a img,
    #sp-nav ul li i img {
        width: auto;
        max-width: 100%;
        height: 22px;
    }

    #sp-nav ul.nav-child {
        width: 80%;
        max-width: 330px;
        margin: 0 auto 5vw;
        display: block;
        height: 100px;
        position: relative;
    }

    #sp-nav li.spec-nav {
        display: inline-block;
        width: 50%;
        float: left;
    }

    #sp-nav li.spec-nav a {
        display: block;
        padding: 0 0 4vw;
        transition: all 0.2s ease-in-out;
        text-align: center;
        text-decoration: none;
        color: #333;
    }

    #sp-nav li.spec-nav a:hover {
        color: #f65d5d;
    }

    #sp-nav li.spec-nav a img {
        width: auto;
        max-width: 100%;
        height: 25px;
    }

    #sp-nav li.add-mb {
        width: 30%;
        display: block;
        margin: 0 auto 4vw;
    }


    /* スペックナビ */

    .spec_concept section h1,
    .spec_hall section h1,
    .spec_combination section h1,
    .spec_backyard section h1,
    .spec_price section h1,
    .spec_document section h1 {
        padding: 110px 0 20px 0;
        border-bottom: 1px solid #111;
        margin: 0 auto;
        display: block;
    }


    /* 見出し h2 */
    section h1 {
        font-size: 0;
        margin: 0 auto;
        padding: 110px 0 30px 0;
        border-bottom: 1px solid #000000;
    }

    section h2 {
        border-bottom: 1px solid #000000;
        margin: 50px 0 0;
        padding: 0 0 0.1rem 1.25rem;
        clear: both;
        font-size: 18px;
    }

    .inner_1000 h1 {
        font-size: 0;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .inner_1000 h1 img {
        width: auto;
        height: 20px;
    }

    .inner_1000 h1 span {
        display: inline-block;
        padding: 0 0 0.625rem;
        font-size: 0;
        width: 100%;
        text-align: center;
    }


    /* スペックメニュー */
    .spec-menu nav {
        width: 100%;
        min-width: 288px;
        margin: 50px auto;
    }

    .spec-menu nav ul {
        width: 70%;
        max-width: 288px;
        margin: 0 auto;
        text-align: center;
    }

    .spec-menu nav ul li {
        display: inline-block;
        padding: 0 4vw;
    }

    .spec-menu nav ul li a {
        display: block;
    }

    .spec-menu nav ul li a img {
        width: 80px;
    }

    .spec-menu nav ul.btn-icon {
        width: 100%;
        max-width: 360px;
        margin: 40px auto;
        font-size: 16px;
        text-align: center;
    }

    .spec-menu nav ul.btn-icon li {
        display: inline-block;
        padding: 0 1.5%;
        position: relative;
    }



    /* リンクボタンアイコン */
    a.btn:before {
        content: "";
        position: relative;
        display: inline-block;
        background-image: url(../images/common/icon_btn.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-color: #111;
        width: 20px;
        height: 20px;
        left: -3px;
        top: 5px;
        border-radius: 25px;
    }

    a.btn:hover:before,
    a.btn:active:before {
        content: "";
        position: relative;
        display: inline-block;
        background-image: url(../images/common/icon_btn_hover.png);
        background-repeat: no-repeat;
        background-size: 18px;
        background-color: #fff;
        width: 18px;
        height: 18px;
        left: -3px;
        top: 5px;
        border-radius: 25px;
        border: 1px solid #111;
        opacity: 1;
    }





    /* フッター */
    footer {
        display: inline-block;
        width: 100%;
        min-height: 100px;
        background: url(../images/common/footer_bg_sp.png) no-repeat center top;
        background-size: cover;
    }

    footer .logo a {
        display: block;
        width: 30%;
        margin: 30px auto 0;
        padding-top: 7.5%;
        font-size: 0;
        background: url(../images/common/logo_lumine.png) no-repeat center top;
        background-size: contain;
    }

    footer p {
        text-align: center;
        padding: 20px 0;
        font-size: 3vw;
    }


    /* TOPへ戻るボタン */
    #pagetop {
        position: fixed;
        bottom: 20px;
        right: -20px;
    }

    #pageTop a {
        display: block;
        z-index: 999;
        text-decoration: none;
        text-align: center;
    }

    #pageTop a:hover {
        opacity: 0.7;
    }

    #pagetop img {
        position: relative;
        top: -30px;
        width: 50%;
    }


}

/* //SP用CSS */