@charset "UTF-8";

/*==================================================================================================

       Fixed ヘッダー メガメニュー

===================================================================================================*/

header.main-header { position: relative; z-index:10;}
        .header-wrap {
        position: fixed;
        width:100%;
        height:100px;
        background:url("../images/blue.jpg") repeat;
        box-sizing: border-box;
        z-index:2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        }
        .fixed-navigation-wrap {
                width:100%;
                box-sizing:border-box;
                position:relative;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                z-index: 10;
                }
                .fixed-logo {
                opacity: 1;
                width:180px;
                box-sizing:border-box;
                position: absolute;
                top:27px;
                left:50px;
                line-height:1;
                z-index:2;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }

        /*=================================================
                main navigation
        ==================================================*/

        .fixed-navigation {
                position:absolute;
                top:40px;
                right:50px;
                width:auto;
                font-family: 'Shippori Mincho B1', serif;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .fixed-main-nav {
                float: right;
                position:relative;
                text-align: center;
                }
                .fixed-main-nav li {
                float:left;
                position: relative;
                letter-spacing:0.05em;
                text-align: center;
                padding-right:3rem;
                box-sizing: border-box;
                line-height: 1;
                z-index: 1;
                }
                .fixed-main-nav li:after {
                content:"/";
                display: inline-block;
                position: absolute;
                margin:0 auto;
                width: 3rem;
                color:#FFF;
                font-weight: 400;
                line-height: 1rem;
                }
                .fixed-main-nav li:last-child {
                padding-right:0;
                }
                .fixed-main-nav li:last-child:after {
                display: none;
                }
                .fixed-main-nav li a {
                font-size:1rem;
                line-height: 120%;
                letter-spacing:0em;
                color:#FFF;
                font-weight: 500;
                display: block;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }

                /*=================================================
                        hover bar
                ==================================================*/

                .fixed-main-nav li a {
                position: relative;
                display: inline-block;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .fixed-main-nav li a:after {
                position:absolute;
                bottom:-4px;
                left:50%;
                content:'';
                width:0;
                height:2px;
                background-color:#FFF;
                transition:.5s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); 
                }
                .fixed-main-nav li a:hover:after {
                width:100%;
                }
                .fixed-main-nav li a:hover {
                opacity:1;
                }

        /*=================================================
                Reservation btn
        ==================================================*/

        .fixed-recruit {
                position: absolute;
                top:100px;
                right:0;
                z-index: 999;
                width:220px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                

        /*=================================================
                fixed
        ==================================================*/

        .header-wrap.fixed {
                height:70px;
                -webkit-box-shadow: 0px 5px 9px rgba(0,0,0,.2);
                box-shadow:	        0px 5px 9px rgba(0,0,0,.2);
                }
                .header-wrap.fixed:before { opacity:1; }
                .header-wrap.fixed:after { opacity:1; }
                
                .header-wrap.fixed .fixed-logo { top:11px; }
                .header-wrap.fixed .fixed-navigation { top:25px; }
                .header-wrap.fixed .fixed-recruit { top:70px; }

        @media screen and (max-width: 1360px) {
        .fixed-logo { left:20px; }
        .fixed-navigation { right:20px; }
        .w1360-none { display: none; }
        }
        @media screen and (max-width: 1190px) {
        .fixed-main-nav li { padding-right:2.5rem; }
        .fixed-main-nav li:after { width: 2.5rem; }
        }
        @media screen and (max-width: 1140px) {
        .fixed-main-nav li { padding-right:2rem; }
        .fixed-main-nav li:after { width: 2rem; }
        }
        @media screen and (max-width: 1090px) {
        .fixed-logo { width:165px; top:28px; }
        .fixed-main-nav li a { font-size:15px; }
        }

/*==================================================================================================

       Mobile ヘッダー

===================================================================================================*/

.header-wrap-sp {
        display: none;
        position: absolute;
        width:100%;
        height:120px;
        background:url("../images/blue.jpg") repeat;
        box-sizing: border-box;
        z-index: 1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        }
        .mobile-navigation-wrap {
                position: relative;
                width:100%;
                height:120px;
                overflow: hidden;
                z-index: 0;
                }
        .mobile-logo {
                width:180px;
                position: absolute;
                top:36px;
                left:3vw;
                opacity: 1;
                z-index: 999;
                line-height: 1;
                -webkit-transition:all .5s ease;
                transition       : all .5s ease;
                }
                
        /*=================================================
                ハンバーガー
        ==================================================*/

        .gnav {
                letter-spacing: 0;
                }
                .nav-toggle {
                display:block;
                position:fixed;
                right:20px;
                top:25px;
                padding:0;
                width:70px;
                height:70px;
                text-align: center;
                font-size: 0px;
                letter-spacing: 0;
                box-sizing: border-box;
                pointer-events: auto;
                cursor:pointer;
                z-index:99999;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                }
                .nav-toggle div {
                position:absolute;
                width:27px;
                height:18px;
                top:26px;
                right:21px;
                }
                .nav-toggle span {
                display: block;
                position: absolute;
                height: 2px;
                width:27px;
                background:#FFF;
                border-radius:0px;
                right: 0;
                -webkit-transition: .3s ease;
                transition: .3s ease;
                }
                .nav-toggle span:nth-child(1) { top: 0; width:13px; }
                .nav-toggle span:nth-child(2) { top: 8px; width:20px; }
                .nav-toggle span:nth-child(3) { top: 16px; width:27px; }
                .gnav.active .nav-toggle span { background:#EFEFEF ; }
                .gnav.active .nav-toggle span:nth-child(1) { top: 8px;-webkit-transform: rotate(315deg);-moz-transform: rotate(315deg);transform: rotate(315deg); width:27px;}
                .gnav.active .nav-toggle span:nth-child(2) { width:0; left:50%;}
                .gnav.active .nav-toggle span:nth-child(3) { top: 8px;-webkit-transform: rotate(-315deg);-moz-transform: rotate(-315deg);transform: rotate(-315deg); width:27px; }
                .header-wrap-sp.fixed .nav-toggle { top:0; }
                .header-wrap-sp.fixed .nav-toggle span { background: #332E25; }
                .header-wrap-sp.fixed .active .nav-toggle span { background: #EFEFEF; }
                
                .gnav .menu  { opacity: 1; position: absolute; width:27px; right:21px; top:42px; line-height: 1; font-size:10px; color:#111; -webkit-transition : all 0.2s ease;  -moz-transition : all 0.2s ease; -o-transition : all 0.2s ease;}
                .gnav .close { opacity: 0; position: absolute; width:31px; right:19px; top:42px; line-height: 1; font-size:10px; color:#111;  -webkit-transition : all 0.2s ease; -moz-transition : all 0.2s ease; -o-transition : all 0.2s ease;}
                .gnav.active .menu  { opacity: 0; }
                .gnav.active .close { opacity: 1; }


        /*=================================================
                mobile Recruit
        ==================================================*/

        .mobile-recruit {
                position: fixed;
                top:36px;
                right:110px;
                z-index: 999;
                width:180px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .header-wrap-sp.fixed .mobile-recruit { top:11px; }
        @media screen and (max-width: 767px) {
        .mobile-recruit { top:auto; bottom: 0; left:0; right:auto; width:200px; }
        .header-wrap-sp.fixed .mobile-recruit { top:auto; }
        }


        /*=================================================
                ナビゲーション
        ==================================================*/

        .gnav-content {
                display: none;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url("../images/blue.jpg") repeat;
                color:#FFF;
                overflow: auto;
                z-index:9999;
                }
                .gnav-content a { color:#FFF; }
                .gnav-logo {
                width:160px;
                position: relative;
                opacity: 1;
                z-index: 999;
                padding-top:40px;
                padding-bottom:2.5rem;
                line-height: 100%;
                -webkit-transition:all .5s ease;
                transition       : all .5s ease;
                }
                .gnav-wrap {
                max-width:370px;
                width:370px;
                min-width:370px;
                }
                .gnav-outer {
                padding:0 32px;
                box-sizing: border-box;
                }
                .gnav-img {
                background: url("../images/header-sp.jpg") center center / cover;
                width:100%;
                height:100%;
                opacity: .6;
                }
                .mobile-navigation {
                        padding-bottom:2rem;
                        width:100%;
                        font-family: 'Shippori Mincho B1', serif;
                        -webkit-transition:all .5s ease;
                        transition       : all .5s ease;
                        }
                        .mobile-main-nav {
                        position:relative;
                        }
                        .mobile-main-nav > li {
                        width:100%;
                        text-align: left;
                        font-weight:400;
                        }
                        .mobile-main-nav > li a {
                        letter-spacing: 0.01em;
                        padding:10px 1rem;
                        border-top:1px dotted rgba(255,255,255,.5);
                        color:#FFF;
                        display:block;
                        font-size:17px;
                        position: relative;
                        box-sizing: border-box;
                        }
                        .mobile-main-nav > li:first-child a {
                        border-top: none;
                        }
                        .mobile-main-nav > li:last-child a {

                        }
                        
                .mobile-sns {
                padding:0 0 1rem 0;
                }
                .mobile-sns li {
                display:inline-block;
                margin-right:10px;
                width:36px;
                }


        @media screen and (max-width: 1024px) {
        header.main-header { position: absolute; width:100%; }
        .header-wrap { display:none; }
        .header-wrap-sp { margin-top:0; display:block; opacity: 1; }
        }
        @media screen and (max-width: 767px) {
        .header-wrap-sp { height:96px; }
        .mobile-navigation-wrap { height:96px; }
        .nav-toggle { right: 10px; top:15px; }
        .header-wrap-sp.fixed .nav-toggle { top:0; }
        .mobile-logo  { top:27px; left:18px; width:160px; }
        .gnav-logo    { top:27px; left:0; width:160px; padding-top:0; position: relative; }
        .gnav-content:after { content:""; display:block; position: fixed; top:0; left:0;width:100%; height:100%; background:  url("../images/header-sp.jpg") center center / cover; z-index: -1; opacity: .15; }
    
        .mobile-main-nav li { }
        .mobile-navigation { padding-top:40px; }
        .gnav-outer { padding:0 18px; max-width:550px; margin: 0 auto; }
        
        .header-wrap-sp:after { width:360px; height:80px; }
        }
/*==================================================================================================

       フッター

===================================================================================================*/

footer {
        width:100%;
        position: relative;
        font-size:1rem;
        line-height: 180%;
        background: url("../images/blue.jpg") repeat;
        color:#FFF;
        z-index: 0;
        }
        footer a { color:#FFF; }
        
        .footer-logo {
        width:100%;
        max-width:180px;
        position: relative;
        }
        .footer-logo.large { max-width:240px; }
        @media only screen and (max-width: 1024px) {
        .footer-logo { max-width:180px; }
        .footer-logo.large { max-width:240px; }
        }
        @media only screen and (max-width: 767px) {
        .footer-logo { margin: 0 auto; max-width:160px; }
        .footer-logo.large { max-width:220px; }
        }

.footer-navigation {
        padding-bottom:4rem;
        }
.footer-menu {
        position: relative;
        width:100%;
        text-align:left;
        z-index: 10;
        padding-bottom:1.5rem;
        border-top:1px solid #C5C5C5;
        }
        .footer-menu li {
        font-size:1rem;
        position: relative;
        padding:1rem 0;
        margin:0 0;
        line-height: 150%;
        border-bottom: 1px solid #C5C5C5;
        }
        .footer-menu li a {
        font-size:.9725rem;
        position: relative;
        display: inline-block;
        text-decoration: none;
        }
        .footer-menu li a:hover {
        cursor: pointer;
        opacity: .6;
        text-decoration: none;
        }
        .footer-menu li a::after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background:#111;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .5s;
        }
        .footer-menu li a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
        }
        
        
        .footer-menu li ul {
        padding-top:.75rem;
        border-top:none;
        }
        .footer-menu li li {
        border-bottom: none;
        padding:.25rem 0 .25rem 2rem;
        box-sizing: border-box;
        position: relative;
        }
        .footer-menu li li:before {
        content:"-";
        display: inline-block;
        position: absolute;
        left:.75rem;
        top:50%;
        transform: translateY(-50%);
        }
        
        
        
        @media only screen and (max-width: 1024px) {
        .footer-menu li { margin:0 .65rem; }
        }



.copyright {
        position: relative;
        z-index: 100;
        letter-spacing:0;
        line-height: 60px;
        height:60px;
        text-align:  center;
        box-sizing: border-box;
        color:#FFF;
        width:100%;
        font-size:13px;
        }

        @media only screen and (max-width: 767px) {
        .footer-nav { display:none; }
        .footer-menu { border-top:1px solid rgba(255,255,255,.3); }
        .footer-menu.top-line-none { border-top:none; }
        .footer-menu li { display: block; width:100%; text-align: center; border-bottom:1px solid rgba(255,255,255,.3); padding:0; }
        .footer-menu li:last-child {  }
        .footer-menu li a { padding:.75rem 1rem; display: block; }
        .footer-menu li a:before { display:none; }
        .footer-menu li:before {  display:none ;}

        .wifi-banner { margin:0 auto; }
        .footer-instagram { margin:0 auto 1.5rem; }
        .footer-sns { text-align: center; }
        .footer-sns li { float:none; display: inline-block; margin:0 .5rem; }
        .copyright {  font-size:10px; padding-bottom: 70px; line-height: 150%; height: auto;}
        }

/*=================================================

		ページトップ

 ==================================================*/

#totop {
	display:none;
	*display:block; /* IE 7 and below */
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:999;
	}
    :root *> #totop { display:none;	}
    #totop { display:block; }
    *+html #totop { display:block; }
    #totop.open { display:block; }
    a.totop{ background:#B4A56C; width:60px;height:60px; display:block; cursor:pointer; text-align: center; color:#FFF; font-weight:700; font-size:13px; line-height: 125%; position: relative; }
    a.totop p { position: absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
    a.totop:hover{ background-position:center bottom;}

@media only screen and (max-width: 767px) {
    #totop { bottom:5px; right:5px;}
	a.totop{ width:50px;height:50px; font-size:13px;
    border-radius:50%;
    }
}
