@charset "UTF-8";

main {
    overflow: hidden;
    background-color: #fff;
}

.no-scroll {
    overflow: hidden;
}

.sp {
    display: none;
}

.rela {
    position: relative;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.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;
}

/* 来場予約非表示 */
.res,
.online_res,
.resbtn,
.sp_Menu02 ,
.sp_Menu05 {
    display: none !important;
} 

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
}

header.scroll {
    background: rgba(0, 0, 0, 0.3);
}

.head_Block {
    justify-content: space-between;
    align-items: center;
}

.head_Block h1 {
    width: 450px;
    padding: 20px 0 10px 20px;
    box-sizing: border-box;
}

.head_Block h1 a {
    display: block;
    width: 100%;
}

.h_nav {
    justify-content: flex-end;
    align-items: center;
    margin-right: 100px;
}

.h_nav li {
    height: 100%;
    margin-left: 20px;
}

.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: inline-block;
    padding: 5px 0;
    margin-right: 20px;
}

.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;
    ;
    align-items: flex-end;
    font-size: 12px;
}

header.scroll .h_nav li.hnav01 p {
    color: #fff;
}

.h_nav .req a ,
.h_nav .res a ,
.h_nav .online_res a {
    display: block;
    position: relative;
    width: 6em;
    height: 2.4em;
    color: #fff;
    box-sizing: border-box;
    transition: .3s;
    text-align: right;
    box-sizing: border-box;
}

.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%);
    z-index: 2;
}

.h_nav .online_res a p {
    font-size: 13px;
}

.h_nav .req a::before ,
.h_nav .res a::before ,
.h_nav .online_res a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    transform: skewX(-40deg);
}

.h_nav .req a::before {
    background-color:#497799;
    transition: 0.3s;
}
.h_nav .req a:hover::before {
    background-color:#54a0bc;
}

header.active_logo .h_nav .req a::before {
    background-color:#6db1e3;
    z-index: 1;
}

.h_nav .res a::before {
    background-color:#b29828;
}

header.active_logo .h_nav .res a::before {
    background-color:#c7ab30;
    z-index: 1;
}

.h_nav .online_res a::before {
    background-color:#902525;
}

header.active_logo .h_nav .online_res a::before {
    background-color:#be3a3a;
    z-index: 1;
}

#gnav {
    width: 100%;
    height: 100svh;
    overflow-y: auto;
    padding-bottom: 150px;
}

.gnav_list {
    width: 95%;
    margin: 100px auto 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gnav_list li {
    position: relative;
    font-size: min(3vw, 40px);
    letter-spacing: 0.1em;
    line-height: 1;
    width: 100%;
    color: #fff;
}

.gnav_list li rt {
    text-align: right;
    font-size: 12px;
    margin-bottom: 4px;
}

header.scroll .gnav_list li {
    color: #fff;
    text-align: right;
}

header .gnav_list li small {
    font-size: 13px;
    margin-top: -0.5em;
}


.gnav_list a {
    display: block;
    position: relative;
    padding: 18px 0px;
    text-align: right;
    box-sizing: border-box;
    transition: .3s;
}


.gnav_list a:hover::before {
    width: 100%;
    opacity: 1;
}

/* カレント設定 */
#indexP .gnav_list li.nav01 a::before,
#designP .gnav_list li.nav02 a::before,
#locationP .gnav_list li.nav03 a::before,
#accessP .gnav_list li.nav04 a::before,
#planP .gnav_list li.nav05 a::before,
#modelroomP .gnav_list li.nav06 a::before,
#equipmentP .gnav_list li.nav07 a::before,
#outlineP .gnav_list li.nav08 a::before,
#mapP .gnav_list li.nav09 a::before,
.gnav_list li a:hover::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    width: 8px;
    height: 8px;
    background: #fff2ad;
    opacity: 1;
    transition: .3s;
}
.gnav_list li a::before {
    transition: 0.3s;
}

#indexP .gnav_list li.nav01 a,
#designP .gnav_list li.nav02 a,
#locationP .gnav_list li.nav03 a,
#accessP .gnav_list li.nav04 a,
#planP .gnav_list li.nav05 a,
#modelroomP .gnav_list li.nav06 a,
#equipmentP .gnav_list li.nav07 a,
#outlineP .gnav_list li.nav08 a,
#mapP .gnav_list li.nav09 a ,
.gnav_list li a:hover {
    padding-right: 30px;
}

.gnav_list li.nav04 {
display: none !important;
}




/* newアイコン */
.gnav_list li.nav02::before ,
.gnav_list li.nav03::before ,
.gnav_list li.nav06::before ,
.gnav_list li.nav07::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.nav02 a ,
.gnav_list li.nav03 a ,
.gnav_list li.nav04 a ,
.gnav_list li.nav05 a ,
.gnav_list li.nav06 a ,
.gnav_list li.nav07 a {
    pointer-events: none;
    opacity: .2;
}


#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;
    /*align-items: flex-start;*/
    border-top: 1px solid #9ac5e5;
    display: none;
}

#sp_Menu li {
    position: relative;
    /*width: calc(100% / 3); */
    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: #333;
    background-color: #9ac5e5;
}

.sp_Menu02 {
    color: #244156;
    background-color: #cec0a6;
}

.sp_Menu03 {
    color: #244156;
    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: 10px;
    top: 16px;
    z-index: 999;
    width: 80px;
    height: 30px;
    max-width: 20%;
    cursor: pointer;
}

.sp_Menu04>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 30px;
    transform: translateY(-50%) 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: #fff;
}

.sp_Menu04 span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.sp_Menu04 span:nth-of-type(1) {
    width: 60%;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-left: auto;
}

.sp_Menu04 span:nth-of-type(2) {
    width: 80%;
    top: 9px;
    right: 0;
    margin-right: 0;
    margin-left: auto;
}

.sp_Menu04 span:nth-of-type(3) {
    bottom: 10px;
}

.sp_Menu04 span:nth-of-type(4) {
    bottom: 0;
    font-size: 11px;
    color: #fff;
    background: transparent;
    transition: none;
    text-align: right;
}
#sp_Menu.scroll .sp_Menu04 span {
    background-color:  #fff;
}
#sp_Menu.scroll .sp_Menu04 span:nth-child(4) {
    background-color: transparent ;
}

.sp_Menu04.active span:nth-of-type(1) {
    width: 70%;
    transform: translateY(9px) rotate(-45deg);
}

.sp_Menu04.active span:nth-of-type(2) {
    width: 70%;
    transform: translateY(0) rotate(45deg);
}

.sp_Menu04.active span:nth-of-type(3) {
    opacity: 0;
    left: -50%;
    pointer-events: none;
}

.sp_Menu04.active span:nth-of-type(4) {
    background-color: transparent !important;
    font-size: 0;
    transition: none;
}

.sp_Menu04.active span:nth-of-type(4):before {
    content: "CLOSE";
    font-size: 10px;
    transition: none;
}




#gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: rgba(73, 119, 153, 0.95);
    z-index: -1;
}



/* newアイコン */
.gnav_list li::before {
    top: 0 !important;
    left: inherit !important;
    right: 0 !important;
}

/*インスタグラム*/
.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: #244156;
    color: #fff;
}

.company_Area {
    padding: 50px 0;
}

.company_Area>.flex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.company_Block>li {
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    color: #000;
}

.company_Block a {
    transition: .3s;
}

.company_Block a:hover {
    opacity: .6;
}

.company_Block img {
    width: 100%;
}

.com01 {
    align-items: center;
    width: 40%;
    margin-right: 2%;
}

.com01 p {
    margin-right: 1em;
    font-size: 10px;
    white-space: nowrap;
}

.com01 a {
    display: block;
    width: 100%;
    height: auto;
}

.com02 {
    justify-content: space-between;
    align-items: flex-start;
    width: 58%;
}

.com02 p {
    margin-right: 1em;
    font-size: 10px;
    line-height: 1.3;
    word-break: keep-all;
}

.com02 a {
    display: block;
    max-width: 3.5em;
    width: 100%;
    height: auto;
}

.foot_Tel {
    width: 100%;
    text-align: center;
}

.foot_Tel h3 {
    height: 15px;
    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: #cec0a6;
}

.foot_Tel .flex {
    justify-content: center;
    align-items: center;
}

.foot_Tel a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #cec0a6;
}

.foot_Tel a i {
    display: block;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.foot_Tel a p {
    font-size: 42px;
    line-height: 1;
}

.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 20px;
}


.copyright {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 10px;
    text-align: center;
}

/* 注釈 */
.att_area {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    background-color: #fff;
}

dl.yokoku {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
}

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: 768px) {


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    a[href^="tel"] {
        pointer-events: unset;
    }

    /* header */
    .head_Block h1 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        transition: 0.3s;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 990;
    }

    .head_Block h1 a {
        text-align: left;
        padding: 18px 0 12px 10px;
    }

    .head_Block h1 img {
        width: 300px;
        max-width: 75%;
    }
    
    .sp_Menu04 {
        right: 0;
        top: 15px;
        height: 20px;
    }
    .sp_Menu04>div {
        height: 20px;
    }
    .sp_Menu04 span {
        height: 1px;
    }
    .sp_Menu04 span:nth-of-type(2) {
        top: 6px;
    }
    .sp_Menu04 span:nth-of-type(3) {
        bottom: 6px;
    }
    .sp_Menu04.active span:nth-of-type(1) {
        width: 50%;
        transform: translateY(6px) translateX(-3px) rotate(-45deg);
    }
    .sp_Menu04.active span:nth-of-type(2) {
        width: 50%;
        transform: translateY(0) translateX(-3px) rotate(45deg);
    }
    .sp_Menu04 span:nth-of-type(4) {
        font-size: 9px;
    }
    .sp_Menu04.active span:nth-of-type(4):before {
        font-size: 9px;
    }

    header.scroll h1 {
        background: rgba(0, 0, 0, 0.3);
    }

    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 {
        display: block;
        text-align: right;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 70px;
    }
    
    .gnav_list li rt {
        font-size: 10px;
    }

    .gnav_list li {
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
    }

    .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: 10px 0;
    }
    
    #gnav {
        z-index: 5;
    }
    
    /* カレント設定 */
    #indexP .gnav_list li.nav01 a::before,
    #designP .gnav_list li.nav02 a::before,
    #locationP .gnav_list li.nav03 a::before,
    #accessP .gnav_list li.nav04 a::before,
    #planP .gnav_list li.nav05 a::before,
    #modelroomP .gnav_list li.nav06 a::before,
    #equipmentP .gnav_list li.nav07 a::before,
    #outlineP .gnav_list li.nav08 a::before,
    #mapP .gnav_list li.nav09 a::before,
    .gnav_list li a:hover::before {
        width: 6px;
        height: 6px;
    }



    /* header */
    header {
        position: unset;
        top: inherit;
        left: inherit;
    }

    header.scroll {
        background: transparent;
    }

    .head_Block {
        justify-content: center;
    }

    .head_Block h1 a {
        display: block;
        width: 100%;
    }

    .h_nav {
        display: none;
    }
    
    #sp_Menu .flex {
        display: flex;
        width: 100%;
    }


    /* footer */
    footer {
        width: 100%;
    }

    .company_Area {
        padding: 30px 0 40px;
    }

    .company_Area>.flex {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .company_Block>li {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 30px auto;
    }

    .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_Tel {
        width: auto;
        order: 1;
    }

    .foot_Tel h3 {
        height: 12px;
    }

    .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: 35px;
        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;
    }

    .nav_Block {
        padding: 0 0 80px;
        background-color: #244156;
    }
    
    .copyright {
        color: #fff;
        border-top: 1px solid #ddd;
    }

    .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;
    }
}