@charset "UTF-8";

/*==================================================================================================

       Fixed ヘッダー

===================================================================================================*/

header.main-header { position: relative; z-index: 9999;}
        .header-wrap {
        position: fixed;
        width:100%;
        height:90px;
        box-sizing: border-box;
        z-index:2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        }
        .header-wrap:after {
        content:"";
        display: block;
        position: absolute;
        top:0;
        width:100%;
        height:125px;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
        z-index: -1;
        }

        .fixed-navigation-wrap {
                width:100%;
                max-width:1280px;
                margin-left:auto;
                margin-right:auto;
                padding-left:30px;
                padding-right:30px;
                box-sizing:border-box;
                position:relative;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                z-index: 10;
                }
                .fixed-logo {
                width:280px;
                box-sizing:border-box;
                position: absolute;
                top:25px;
                left:30px;
                line-height:1;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                opacity:1;
                z-index: 2;
                }
                .fixed-logo-fix {
                width:155px;
                box-sizing:border-box;
                position: absolute;
                top:14px;
                left:30px;
                line-height:1;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                opacity:0;
                z-index: 0;
                }

        /*=================================================
                main navigation
        ==================================================*/

        .fixed-navigation {
                position:absolute;
                top:40px;
                left:340px;
                /*width:540px;*/
                box-sizing: border-box;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                }
                .fixed-navigation ul{
                display: flex;
                justify-content: flex-start;
                }
                .fixed-navigation li {
                display: inline-block;
                position: relative;
                font-weight: 400;
                letter-spacing: 0.03em;
                text-align: center;
                z-index: 1;
                }
                .fixed-main-nav li:not(:last-child) { padding-right:2.8rem; }

                .fixed-navigation.is-english li { padding-right:4rem; }
                .fixed-navigation.is-english li:last-child { padding-right:0; }

                .fixed-navigation li a {
                position: relative;
                font-size:12px;
                line-height: 160%;
                color:#FFF;
                display: block;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                }
                .fixed-navigation li a span { font-size:17px; font-weight: 300; }

                /*=================================================
                        hover bar
                ==================================================*/

                .fixed-main-nav li a {
                position: relative;
                display: inline-block;
                transition: .3s;
                }
                .fixed-main-nav li a:after {
                position:absolute;
                bottom:-5px;
                left:50%;
                content:'';
                width:0;
                height:2px;
                background-color:#FFF;
                transition:.3s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); 
                }
                .fixed-main-nav li a:hover:after {
                width:100%;
                }
                .fixed-main-nav li a:hover {
                opacity:1;
                }

        /*=================================================
                phone
        ==================================================*/

        .fixed-phone {
            position: absolute;
            top:40px;
            right:30px;
            -webkit-transition:all .3s ease;
            transition       : all .3s ease;
            }

        /*=================================================
                english-btn
        ==================================================*/

        .fixed-en-btn {
                position:fixed;
                top:100px;
                right:0;
                z-index: 2;
                }

        /*=================================================
                Reservation btn
        ==================================================*/

        .fixed-reservation {
                position: absolute;
                text-align: center;
                top:22px;
                right:30px;
                width:120px;
                letter-spacing: 0;
                line-height: 1;
                font-size:1rem;
                z-index: 99999;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .fixed-reservation a {
                width:100%;
                height:48px;
                line-height: 48px;
                box-sizing: border-box;
                border-radius: 2px;
                text-align: center;
                font-size:15px;
                font-weight:400;
                letter-spacing:0;
                display:block;
                background: url("../images/parts/green.jpg") repeat;
                color:#FFF;
                overflow: hidden;
                white-space: nowrap;
                text-decoration:none !important;
                position: relative;
                z-index: 1;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .fixed-reservation a:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                right: 0;
                z-index: -1;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                background: rgba(255,255,255,.3);
                }
                .fixed-reservation a:hover:after {
                left: 0;
                width: 100%;
                }
                .fixed-reservation a:hover {
                opacity:1;
                filter: alpha(opacity=100);
                -ms-filter: "alpha( opacity=100 )";
                }



        /*=================================================
                fixed
        ==================================================*/
                
        .header-wrap.fixed {
                height:70px;
                }
                .header-wrap.fixed:after {
                height:90px;
                }
                .header-wrap.fixed .fixed-navigation { top:20px; left:240px; /*width:540px;*/ }
                /*.header-wrap.fixed .fixed-navigation li { padding-right:2rem; }*/
                .header-wrap.fixed .fixed-navigation li:not(:last-child) { padding-right:2.8rem; }
                .header-wrap.fixed .fixed-navigation li a { font-size:11px; }
                .header-wrap.fixed .fixed-navigation li a span { font-size:16px; }
                .header-wrap.fixed .fixed-logo { opacity:0; z-index:-1; display:none;}
                .header-wrap.fixed .fixed-logo-fix { opacity:1; z-index:2; }
                .header-wrap.fixed .fixed-phone { top:20px; }
                .header-wrap.fixed .fixed-navigation.is-english li { padding-right:4rem; }

        @media screen and (max-width:1180px) {
        .fixed-logo-fix { left:20px; }
        .fixed-navigation { left:325px; /*width:490px;*/ }
        .fixed-main-nav li:not(:last-child) { padding-right:1.8rem; }
        .header-wrap.fixed .fixed-navigation { left:240px; /*width:490px;*/ }
        .fixed-phone { right:15px; width:160px; }
        /*.fixed-navigation li { padding-right:1.25rem; }*/
        .fixed-navigation.is-english { left:350px; width:440px; }
        .header-wrap.fixed .fixed-navigation li:not(:last-child) { padding-right:1.8rem; }
        .header-wrap.fixed .fixed-navigation.is-english li { padding-right:4rem; }
        .header-wrap.fixed .fixed-navigation.is-english li:last-child { padding-right:0; }
        }
        
        @media screen and (max-width:1070px) {
        .fixed-navigation.is-english li { padding-right:3rem; }
        .fixed-navigation.is-english li:last-child { padding-right:0; }
        }

/*==================================================================================================

       Mobile ヘッダー

===================================================================================================*/

.header-wrap-sp {
        display: none;
        position: absolute;
        width:100%;
        height:80px;
        z-index: 1;
        background: url("../images/parts/banner-bg.jpg") repeat;
        }
        .mobile-logo {
                width:180px;
                position: absolute;
                top:14px;
                left:20px;
                opacity: 1;
                z-index: 999;
                line-height: 1;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                }
                
        /*=================================================
                ハンバーガー
        ==================================================*/

        .gnav {
                letter-spacing: 0;
                }
                .nav-toggle {
                display:block;
                position:fixed;
                right:20px;
                top:5px;
                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:25px;
                right:21px;
                }
                .nav-toggle span {
                display: block;
                position: absolute;
                height: 2px;
                width:27px;
                background:#DDD;
                -moz-border-radius:2px;
                -webkit-border-radius:2px;
                -o-border-radius:2px;
                -ms-border-radius:2px;
                left: 0;
                -webkit-transition: .35s ease-in-out;
                -moz-transition: .35s ease-in-out;
                transition: .35s ease-in-out;
                }
                .nav-toggle span:nth-child(1) { top: 0; }
                .nav-toggle span:nth-child(2) { top: 8px; }
                .nav-toggle span:nth-child(3) { top: 16px; width:20px; }
                .gnav.active .nav-toggle span { background:#FCFBF2 ; }
                .gnav.active .nav-toggle span:nth-child(1) { top: 8px;-webkit-transform: rotate(315deg);-moz-transform: rotate(315deg);transform: rotate(315deg);}
                .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 span { background: #666; }
                .header-wrap-sp.fixed .active .nav-toggle span { background: #FCFBF2; }
                
                .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; }


                .pages .nav-toggle span { background: #666; }
            

        /*=================================================
                ナビゲーション
        ==================================================*/

        .gnav-content {
                display: none;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background:#38100B;
                color:#E5E5E5;
                overflow: auto;
                z-index:9999;
                }
                .gnav-content a { color:#E5E5E5; }
                .gnav-logo {
                width:180px;
                position: relative;
                opacity: 1;
                z-index: 999;
                top:18px;
                padding-bottom:3.5rem;
                line-height: 100%;
                -webkit-transition:all .3s ease;
                transition       : all .3s ease;
                }
                .gnav-wrap {
                max-width:450px;
                width:450px;
                min-width:450px;
                }
                .gnav-outer {
                padding:0 50px;
                box-sizing: border-box;
                }
                .gnav-img {
                background: url("../images/parts/header-sp.jpg") left center / cover;
                width:100%;
                height:100%;
                opacity: .6;
                }
                .mobile-navigation {
                        padding-bottom:2rem;
                        width:100%;
                        -webkit-transition:all .3s ease;
                        transition       : all .3s 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:12px 1.25rem;
                        border-bottom:1px dotted rgba(255,255,255,.5);
                        color:#EEE;
                        display:block;
                        font-size:16px;
                        position: relative;
                        box-sizing: border-box;
                        }
                        
                        .mobile-main-nav li:last-child a {
                        background:#D5BD77;
                        color:#220000;
                        border-bottom: none;
                        }

                        .mobile-sns {
                        padding:0 0 1rem 0;
                        }
                        .mobile-sns li {
                        display:inline-block;
                        margin-right:10px;
                        width:36px;
                        }


                        .mobile-sub-nav {
                        position:relative;
                        border-top:1px dotted rgba(255,255,255,.5);
                        margin-bottom:2rem;
                        }
                        .mobile-sub-nav li {
                        position: relative;
                        font-weight: 500;
                        letter-spacing:0;
                        line-height: 110%;
                        text-align: left;
                        box-sizing: border-box;
                        z-index: 1;
                        }
                        .mobile-sub-nav li:last-child {
                        padding-right:0;
                        }
                        .mobile-sub-nav li:last-child:after { display: none; }
                        .mobile-sub-nav li a {
                        letter-spacing: 0.01em;
                        padding:12px 1.25rem;
                        border-bottom:1px dotted rgba(255,255,255,.5);
                        color:#EEE;
                        display:block;
                        font-size:16px;
                        position: relative;
                        box-sizing: border-box;
                        }
                        .mobile-sub-nav li a:before {
                        content:"";
                        display:block;
                        position: absolute;
                        top:50%;
                        transform: translateY(-50%);
                        left:0;
                        line-height:1;
                        width:12px;
                        height:12px;
                        }


        @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:80px; }
        .header-wrap-sp:after { right:20px; width:210px; }
        .nav-toggle { right: 0; top:5px; }
        .mobile-logo  { top:14px; left:18px; width:180px; }
        .gnav-logo    { top:14px; left:0;    width:180px; }
        .gnav-content:after { content:""; display:block; position: fixed; top:0; left:0;width:100%; height:100%; background:  url("../images/parts/header-sp.jpg") left center / cover; z-index: -1; opacity: .15; }
    
        .mobile-main-nav li { }
        .mobile-navigation { }
        .gnav-outer { padding:0 18px; }
        }

/*==================================================================================================

       フッター

===================================================================================================*/

footer {
        width:100%;
        position: relative;
        font-size:1rem;
        line-height: 180%;
        overflow: hidden;
        box-sizing: border-box;
        z-index: 1;
        color:#FFF;
        }
        footer:after {
        content:"";
        display: block;
        position: absolute;
        top:0;
        left:50%;
        transform: translateX(-50%);
        width:100%;
        height:100%;
        background: url("../images/parts/footer-bg.png") top center / cover;
        z-index: -1;
        }
        .footer-logo {
        width:100%;
        max-width:280px;
        position: relative;
        }
        @media only screen and (max-width: 1024px) {
        .footer-logo { max-width:240px; }
        }
        @media only screen and (max-width: 767px) {
        .footer-logo { margin: 0 auto ; max-width:210px; }
        }

.footer-nav { padding-bottom:4rem;}
        .footer-menu {
        width:100%;
        text-align:center;
        padding-bottom:3rem;
        }
        .footer-menu li {
        display: inline-block;
        font-size:1rem;
        line-height: 110%;
        padding:0 1.5rem 10px 0;
        }
        .footer-menu li a {
        font-size:1rem;
        color:#EFEFEF;
        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: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #EEE;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
        }
        .footer-menu li a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
        }

.copyright {
        position: relative;
        z-index: 100;
        letter-spacing:0;
        text-align:  center;
        box-sizing: border-box;
        color:#FFF;
        width:100%;
        font-size:13px;
        }
        .copyright img { vertical-align: middle; }

        @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 ;}

        .footer-sns { text-align: center; }
        .copyright {  font-size:10px; text-align: center; }
        }

/*=================================================

		ページトップ

 ==================================================*/

#totop {
	display:none;
	*display:block; /* IE 7 and below */
	position:fixed;
	bottom:50px;
	right:15px;
	z-index:999;
	}
    :root *> #totop { display:none;	}
    #totop { display:block; }
    *+html #totop { display:block; }
    #totop.open { display:block; }
    a.totop{  width:46px;height:77px; display:block; cursor:pointer; text-align: center; color:#FFF; font-size:13px; line-height: 125%; position: relative; }
    a.totop p { width:100%; 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:20px; right:5px;}
	a.totop{ width:55px;height:55px; font-size:10px;
    color:#FFF;
    border-radius:50%;
    }
}