@charset "UTF-8";

/*非表示*/
header .res ,
.sp_Menu02 {
    display: none !important;
}
.foot_contact {
}


main {
    overflow: hidden;
}

.sp {
    display: none;
}

.rela {
    position: relative;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

figure {
    position: relative;
}

.cap_txt {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    line-height: 1;
}

.cap_R {
    right: 10px;
}

.cap_L {
    left: 10px;
}

.cap_W {
    color: #fff;
}

.cap_B {
    color: #000;
}

.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.cap_ShaW {
    text-shadow: 0 0 5px #fff;
}

.inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

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

/* header */
header {
    width: 100%;
    background: #868A9E;
    background: linear-gradient(90deg, rgba(134, 138, 158, 1) 0%, rgba(94, 90, 97, 1) 100%);
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
}

header.scroll {
    transition: 0.3s;
    background: #868A9E;
    background: linear-gradient(90deg, rgba(134, 138, 158, 0.5) 0%, rgba(94, 90, 97, 0.5) 100%);
}

.head_Block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.head_Block h1 {
    box-sizing: border-box;
    width: 160px;
    padding: 12px 0 0 20px;
    position: relative;
    bottom: -35px;
}

.head_Block h1 a {
    display: block;
    width: 100%;
}

.h_nav {
    justify-content: flex-end;
    align-items: center;
}

.h_nav li:nth-of-type(1) a {
    position: relative;
    margin-right: 40px;
}

.h_nav li:nth-of-type(1) a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.h_nav li.res,
.h_nav li.online_res {
    margin-left: 0px;
}

.h_nav li.blog {
    margin-left: 1px;
}

.h_nav p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.h_nav li.hnav00 {
    padding: 16px 0;
}

.h_nav li.hnav00 a {
    display: block;
    max-width: 240px;
    width: 100%;
}

.h_nav li.hnav01 {
    display: flex;
    padding: 5px 0;
}

.h_nav li.hnav01 a {
    display: block;
    width: 100%;
    padding: 8px 0;
    transition: .3s;
    text-align: right;
}

.h_nav li.hnav01 p {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    align-items: flex-end;
    font-size: 12px;
    white-space: nowrap;
}

header.scroll .h_nav li.hnav01 p {
    color: #fff;
}

.h_nav .req {
    margin-right: 10px;
}

.h_nav .req a,
.h_nav .res a {
    box-sizing: border-box;
    display: block;
    width: 120px;
    height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: .3s;
}

.h_nav .req a {
    background-color: #9a8f5a;
}

.h_nav .res a {
    background-color: #2f4858;
}

.h_nav .online_res a {
    display: block;
    position: relative;
    width: 120px;
    height: 70px;
    color: #fff;
    background-color: #af9348;
    box-sizing: border-box;
    transition: .3s;
}

.h_nav .req a p,
.h_nav .res a p,
.h_nav .online_res a p {
    display: block;
    position: absolute;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.h_nav .online_res a p {
    font-size: 13px;
}

.h_nav a:hover {
    opacity: .6;
}

#gnav {
    width: 100%;
}

.gnav_list {
    justify-content: flex-end;
    align-items: center;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

.gnav_list li {
    position: relative;
    font-size: min(1.3vw, 13px);
    letter-spacing: 0.1em;
    line-height: 1;
}

header.scroll .gnav_list li {
    color: #fff;
}

.gnav_list li::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
    transform: translateY(-50%);
}


.gnav_list li.nav10::after {
    content: none;
}

.gnav_list a {
    box-sizing: border-box;
    display: block;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 16px 14px;
    position: relative;
    transition: .3s;
    color: #fff;
}
.gnav_list li.nav11,
.gnav_list li.nav12 {
    display: none;
}

.gnav_list a::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: .3s;
}

.gnav_list a:hover::before {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

/* カレント設定 */
#indexP .gnav_list li.nav01 a::before,
#conceptP .gnav_list li.nav02 a::before,
#brandP .gnav_list li.nav03 a::before,
#accessP .gnav_list li.nav04 a::before,
#arealifeP .gnav_list li.nav05 a::before,
#valueP .gnav_list li.nav06 a::before,
#designP .gnav_list li.nav07 a::before,
#planP .gnav_list li.nav08 a::before,
#modelroomP .gnav_list li.nav09 a::before ,
#equipmentP .gnav_list li.nav10 a::before{
    display: block;
    content: '';
    width: 70%;
    height: 3px;
    position: absolute;
    opacity: 1;
    bottom: 0;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    transition: .3s;
}


/* newアイコン */
.gnav_list li:nth-child(2)::before {
    display: inline-table;
    content: 'NEW';
    position: absolute;
    top: -5px;
    left: 0;
    padding: 3px 5px;
    color: #fff;
    background-color: #7c0000;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    box-sizing: border-box;
} 

/* 非表示設定/クローズ */
.gnav_list li:nth-child(3) a,
.gnav_list li:nth-child(4) a,
.gnav_list li:nth-child(5) a,
.gnav_list li:nth-child(6) a,
.gnav_list li:nth-child(7) a,
.gnav_list li:nth-child(8) a,
.gnav_list li:nth-child(9) a,
.gnav_list li:nth-child(10) a {
    pointer-events: none;
    opacity: .3;
}

#sp_Menu {
    display: none;
}


/*インスタグラム*/
.btn_insta {
    display: block;
    margin: 30px auto 0;
    color: #343434;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 300px;
    max-width: 90%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    font-size: 13px;
    transition: 0.3s;
}

.btn_insta img {
    width: 25px;
    margin-right: 10px;
}

.btn_insta:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

/* footer */
footer {
    width: 100%;
    background-image: url(../../common/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.company_Area {
    background: linear-gradient(90deg, rgba(134, 138, 158, 1) 0%, rgba(94, 90, 97, 1) 100%);
    padding: 50px 0;
}

.company_Area .cv-btn {
    display: block;
    width: 330px;
    max-width: 90%;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    /*background: #552121;*/
    background: #9a8f5a;
    padding: 10px;
    margin: 0 auto;
    transition: all .5s;
}

.company_Area .cv-btn:hover {
    opacity: 0.7;
}

.company_Area>.flex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.company_Block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.company_Block .com01{
    width: 20%;
}
.company_Block .com02 {
    width: 55%;
    max-width: 500px;
}
.company_Block .com01 {
    margin-right: 70px;
}

.company_Block a {
    transition: .3s;
}

.company_Block a:hover {
    opacity: .6;
}

.company_Block img {
    width: 100%;
}

.foot_Tel {
    width: 100%;
    text-align: center;
}

.foot_Tel h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.foot_Tel h3 img {
    max-width: 100%;
    max-height: 100%;
}

.foot_Tel h4 {
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #d6b8a6;
}

.foot_Tel .flex {
    justify-content: center;
    align-items: center;
}

.foot_contact {
    margin-top: 20px;
}

.foot_Tel a p {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 10px;
}

.foot_Tel a small {
    margin-left: 1em;
    line-height: 1.5;
}

.foot_Tel .flex>p {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.nav_Block {
    width: 100%;
    padding: 0px 0 110px;
}

#foot_Nav .gnav_list {
    justify-content: center;
    align-items: center;
    width: 96%;
    max-width: 1300px;
    padding: 100px 0;
    margin: 0 auto;
}

#foot_Nav .gnav_list li {
    position: relative;
    color: #fff;
    width: auto;
    font-size: 13px;
    line-height: 1;
}

#foot_Nav .gnav_list li::after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#foot_Nav .gnav_list li:last-child:after {
    display: none;
}

#foot_Nav .gnav_list a {
    display: block;
    position: relative;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}

#foot_Nav .gnav_list a::before {
    content: none;
}

#foot_Nav .gnav_list a:hover {
    opacity: 0.7;
}

/* カレント設定 */
#indexP #foot_Nav .gnav_list li.nav01 a::before,
#conceptP #foot_Nav .gnav_list li.nav02 a::before,
#brandP #foot_Nav .gnav_list li.nav03 a::before,
#accessP #foot_Nav .gnav_list li.nav04 a::before,
#arealifeP #foot_Nav .gnav_list li.nav05 a::before,
#valueP #foot_Nav .gnav_list li.nav06 a::before,
#designP #foot_Nav .gnav_list li.nav07 a::before,
#planP #foot_Nav .gnav_list li.nav08 a::before,
#modelroomP #foot_Nav .gnav_list li.nav09 a::before ,
#equipmentP #foot_Nav .gnav_list li.nav10 a::before {
    content: none;
}

/* newアイコン */
#foot_Nav .gnav_list li::before {
    content: none;
}

.copyright {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

/* 注釈 */
.att_area {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}

dl.yokoku {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}

dl.yokoku dt {
    width: 12em;
    padding: 5px 20px;
    margin: 0 20px 0 0;
    color: #000;
    border: 1px solid #000;
    line-height: 2em;
    letter-spacing: 2px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

dl.yokoku dd {
    width: calc(100% - 12em);
    color: #000;
    line-height: 1.5;
    text-align: left;
}

ul.att {
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0 0 0 1em;
    color: #000;
    list-style-type: '※';
    box-sizing: border-box;
}

ul.att li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.page_top {
    position: fixed;
    right: 00px;
    bottom: 50px;
    z-index: 5;
}

.page_top img {
    width: 35px;
    height: 130px;
}

.req_res_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.req_res_btn a {
    display: block;
    width: 300px;
    max-width: 90%;
    padding: 14px 10px;
    margin: 0 10px 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
}

.req_res_btn a.request {
    background-color: #1a2346;
}

.req_res_btn a.reserve {
    background-color: #7c191d;
}

.req_res_btn a:hover {
    opacity: .6;
}


@media only screen and (max-width: 1180px) {
    .head_Block h1 {
        bottom: 0;
    }

    .gnav_list {
        justify-content: center;
        width: 100%;
    }
}

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


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

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

    .no-scroll {
        overflow: hidden;
    }

    /* header */
    header {
        height: 60px;
    }

    .head_Block h1 {
        width: 90px;
        padding: 0;
        position: absolute;
        top: 16px;
        left: 20px;
        bottom: initial;
    }

    header.active_logo h1 img {
        filter: invert(100);
    }

    header.active_logo h1 {
        background: transparent !important;
    }

    .h_nav li {
        margin-left: 15px;
    }

    .h_nav p {
        font-size: 12px;
    }

    .h_nav li.hnav00 {
        padding: 0;
    }

    .h_nav li.hnav00 a {
        max-width: 180px;
    }

    .h_nav li.hnav01 {
        padding: 0;
    }

    .h_nav li.hnav01 a {
        padding: 5px 0;
    }

    .h_nav .req a {
        width: 90px;
    }

    .h_nav .res a {
        width: 90px;
    }

    .gnav_list {
        flex-wrap: wrap;
        width: 100%;
    }

    .gnav_list li {
        width: calc(100% / 5);
        font-size: 12px;
    }

    .gnav_list li:first-child::before {
        content: none;
    }

    .gnav_list li:nth-child(5)::after,
    .gnav_list li:nth-child(10)::after {
        content: none;
    }

    .gnav_list a {
        padding: 14px 0;
    }

    #foot_Nav .gnav_list {
        flex-wrap: wrap;
        width: 98%;
        padding-bottom: 20px;
    }

    #foot_Nav .gnav_list li {
        width: calc(100% / 6);
        margin-bottom: 10px;
        font-size: 11px;
    }

    #foot_Nav .gnav_list li:nth-child(7)::before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 12px;
        background-color: rgba(255, 255, 255, .2);
        transform: translateY(-50%);
    }

    #foot_Nav .gnav_list a {
        padding: 0;
    }


    /* header */
    .head_Block {
        justify-content: center;
    }

    .head_Block h1 a {
        display: block;
        width: 100%;
    }

    .h_nav {
        display: none;
    }

    #sp_Menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background-color: #000;
        border-top: none;
        z-index: 999;
    }

    #sp_Menu .flex {
        justify-content: flex-start;

    }

    #sp_Menu li {
        position: relative;
        width: calc(100% / 2);
        box-sizing: border-box;
    }

    #sp_Menu li:last-child {
        border-right: none;
    }

    #sp_Menu a {
        display: block;
        padding: 15px 0;
    }

    #sp_Menu p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .sp_Menu01 {
        color: #fff;
        background-color: #9a8f5a;
    }

    .sp_Menu02 {
        color: #fff;
        background-color: #2f4858;
    }

    .sp_Menu03 {
        color: #002938;
        background-color: #fff;
    }

    .sp_Menu05 {
        color: #fff;
        background-color: #af9348;
    }

    #sp_Menu .sp_Menu05 p {
        font-size: 13px;
        text-align: center;
    }

    #sp_Menu .sp_Menu05 a {
        padding: 0px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .sp_Menu04 {
        position: fixed;
        right: 0;
        top: 6px;
        z-index: 999;
        width: 50px;
        height: 50px;
        max-width: 20%;
    }

    .sp_Menu04>div {
        position: absolute;
        top: 14px;
        left: 50%;
        width: 24px;
        height: 20px;
        transform: translateX(-50%);
    }

    .sp_Menu04 span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }

    #sp_Menu.scroll .sp_Menu04 span {
        background-color: #fff;
    }

    #sp_Menu .sp_Menu04.active span {
        background-color: #000;
    }

    .sp_Menu04 span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .sp_Menu04 span:nth-of-type(1) {
        top: 0;
    }

    .sp_Menu04 span:nth-of-type(2) {
        top: 9px;
    }

    .sp_Menu04 span:nth-of-type(3) {
        bottom: 0;
    }

    .sp_Menu04.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .sp_Menu04.active span:nth-of-type(2) {
        transform: translateY(0) rotate(45deg);
    }

    .sp_Menu04.active span:nth-of-type(3) {
        opacity: 0;
    }

    #gnav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-color: #fff;
        z-index: 99;
    }

    .gnav_list {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        max-height: 80svh;
        overflow-y: scroll;
        border-top: 1px solid #ddd;
        margin-top: 50px;
        padding-bottom: 30px;
    }

    header.scroll .gnav_list li {
        color: #002938;
    }

    .gnav_list li {
        color: #002938;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    .gnav_list li:nth-child(1) {
        width: 100%;
    }

    .gnav_list li.redev_link .redev_main_link_none {
        border-bottom: 1px solid #ddd;
    }

    .gnav_list li.redev_link ul {
        position: relative;
        opacity: 1;
        height: auto;
        margin-top: 0;
    }

    .gnav_list li.redev_link ul {
        background: #fff;
        color: #000;
    }

    .gnav_list li.redev_link ul {
        width: 100%;
    }

    .gnav_list li.redev_link ul li:first-child {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .gnav_list li:nth-child(2) ul li:nth-child(1) {
        background: #fff;
        color: #000;
        background: #e6f2f5;
    }



    .gnav_list li:nth-child(even) {
        border-right: none;
    }

    .gnav_list li::after {
        content: none;
    }

    .gnav_list li:first-child::before {
        content: none;
    }


    .gnav_list a {
        display: block;
        position: relative;
        padding: 15px 0;
        text-align: center;
        box-sizing: border-box;
        transition: .3s;
        color: #000;
    }

    .gnav_list a::before {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 3px;
        background-image: linear-gradient(to right, #5d939f, #1a2346);
        opacity: 0;
        transition: .3s;
    }

    .gnav_list a:hover::before {
        width: 100%;
        opacity: 1;
    }
    .gnav_list li.nav11,
    .gnav_list li.nav12 {
        display: block;
    }

    /* newアイコン */
    .gnav_list li::before {
        top: 0 !important;
        left: inherit !important;
        right: 0 !important;
    }

    /* footer */
    footer {
        width: 100%;
    }

    .company_Area {
        padding: 30px 0 40px;
    }

    .company_Area .cv-btn {
        font-size: 16px;
    }

    .company_Block {
        margin-bottom: 0;
    }
    .company_Block .com01,
    .company_Block .com02 {
        width: 95%;
        margin: 0 auto;
    }

    .company_Block .com01 {
        width: 60%;
       margin-bottom: 30px;
    }



    .com01 {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto 2%;
    }

    .com01 p {
        margin-bottom: 1em;
    }

    .com02 {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .com02 p {
        margin: 0 auto 1em;
    }

    .foot_contact {
        margin-top: 10px;
    }

    .foot_Tel {
        width: auto;
        order: 1;
    }

    .foot_Tel h3 {
       font-size: 18px;
       margin-bottom: 15px;
    }

    .foot_Tel .flex {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .foot_Tel a {
        flex-wrap: wrap;
        justify-content: center;
    }

    .foot_Tel a i {
        width: 80px;
    }

    .foot_Tel a p {
        font-size: 40px;
        white-space: nowrap;
    }

    .foot_Tel a small {
        display: block;
        width: 100%;
        margin: 1em auto 0;
        text-align: center;
    }

    .foot_Tel .flex>p {
        margin-left: 0;
    }

    small {
        font-size: 12px;
    }

    .nav_Block {
        padding: 0 0 80px;
    }

    #foot_Nav .gnav_list {
        display: none;
    }

    .copyright {
        color: #fff;
    }

    .page_top {
        bottom: 58px;
        right: 0px;
    }

    .page_top img {
        width: 25px;
        height: 80px;
    }

    dl.yokoku {
        flex-direction: column;
        font-size: 12px;
    }

    dl.yokoku dt {
        width: 100%;
        border-right: none;
        border-left: none;
        border: 1px solid #333;
        margin: 0 auto 10px;
        padding: 0;
        text-align: center;
    }

    dl.yokoku dd {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 1.5;
    }
}