@charset "UTF-8";

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

       ヘッダー

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

/*=================================================
        iphone 自動電話番号リンク
==================================================*/

.mobile-link a {
    color:#393939;
    padding:1rem 0;
    display: inline-block;
    text-decoration: none;
    }
    .mobile-link-w a {
    color:#FFF;
    padding:1rem 0;
    display: inline-block;
    text-decoration: none;
    }

/*=================================================
        fixed-header
==================================================*/

header.main-header {
	position: fixed;
	width:100%;
    min-width:320px;
	z-index:100;
    font-family: 'Shippori Mincho B1', serif; 
	}
    .header-wrap {
        position: fixed;
        width:100%;
        height:100px;
        box-sizing:border-box;
        background: url("../images/parts/header-bg.jpg") top center repeat-x;
        color:#FFF;
        opacity: 1;
        -webkit-transition:  all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition:   all .3s ease;
            -ms-transition : all .3s ease;
               transition  : all .3s ease;
        z-index: 1;
        }
        .header-wrap:after {
        content:"";
        display:block;
        position: absolute;
        bottom: 0;
        left:0;
        width:100%;
        height:5px;
        background: rgba(129,52,52,.2);
        }
        .fixed-navigation-wrap {
                display: block;
                position: relative;
                width:100%;
                max-width:1400px;
                margin:0 auto;
                box-sizing: border-box;
                }
                .fixed-logo {
                    width:240px;
                    position: absolute;
                    top:21px;
                    left:20px;
                    opacity: 1;
                    z-index: 10;
                    -webkit-transition:  all .3s ease;
                        -moz-transition: all .3s ease;
                        -o-transition:   all .3s ease;
                        -ms-transition : all .3s ease;
                           transition  : all .3s ease;
                    }
            .fixed-navigation {
                position:absolute;
                top: 63px;
                right: 200px;
                width: 730px;
                line-height: 100%;
                -webkit-transition:  all .3s ease;
                    -moz-transition: all .3s ease;
                    -o-transition:   all .3s ease;
                    -ms-transition : all .3s ease;
                       transition  : all .3s ease;
                }
                .fixed-main-nav {
                        position:relative;
                        float: right;
                        }
                        .fixed-main-nav li {
                        float: left;
                        position: relative;
                        padding:0 1.5em;
                        font-weight: 500;
                        text-align: center;
                        box-sizing: border-box;
                        font-size:17px;
                        line-height: 100%;
                        border-right:1px solid #524135;
                        z-index: 1;
                        -webkit-transition:  all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition:   all .3s ease;
                            -ms-transition : all .3s ease;
                               transition  : all .3s ease;
                        }
                        .fixed-main-nav li:last-child {
                        border-right:none;
                        padding-right:0;
                        }
                        .fixed-main-nav li a {
                        line-height:100%;
                        padding:0 .5em;
                        color:#544438;
                        letter-spacing: .025em;
                        display: block;
                        -webkit-transition:  all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition:   all .3s ease;
                            -ms-transition : all .3s ease;
                               transition  : all .3s ease;
                        }
                .fixed-sub-nav {
                        position:absolute;
                        top:13px;
                        right:200px;
                        float: right;
                        -webkit-transition:  all .3s ease;
                        -moz-transition: all .3s ease;
                        -o-transition:   all .3s ease;
                        -ms-transition : all .3s ease;
                           transition  : all .3s ease;
                        }
                        .fixed-sub-nav li {
                        float: left;
                        position: relative;
                        line-height:100%;
                        font-size:17px;
                        font-weight: 500;
                        text-align: center;
                        padding:0 1px;
                        box-sizing: border-box;
                        z-index: 1;
                        display:inline-block;
                        }
                        .fixed-sub-nav li a {
                        letter-spacing: .025rem;
                        padding:10px 2em;
                        display: block;
                        background: url("../images/parts/light-gray.jpg") center center repeat;
                        color:#FFF;
                        -webkit-transition:  all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition:   all .3s ease;
                            -ms-transition : all .3s ease;
                               transition  : all .3s ease;
                        }
                        .fixed-sub-nav li:nth-child(2) a { background: url("../images/parts/gray.jpg") center center repeat; }
                .fixed-phone {
                        font-size:17px;
                        font-weight: 500;
                        position: absolute;
                        right:506px;
                        top:22px;
                        line-height: 100%;
                        opacity: 1;
                        color:#544438;
                        letter-spacing: 0.05em;
                        text-align: right;
                        -webkit-transition:  all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition:   all .3s ease;
                            -ms-transition : all .3s ease;
                               transition  : all .3s ease;
                        }
                .fixed-reservation {
                        position: absolute;
                        top:10px;
                        right:10px;
                        width:160px;
                        letter-spacing: 0.05em;
                        z-index: 99999;
                        font-size:17px;
                        -webkit-transition:  all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition:   all 0.3s ease;
                        }
                        .fixed-reservation a {
                        width:100%;
                        height:80px;
                        padding-top:20px;
                        box-sizing: border-box;
                        text-align: center;
                        line-height:120%;
                        font-weight:500;
                        letter-spacing: 0;
                        display: inline-block;
                        color:#FFF;
                        background:url("../images/parts/red.jpg") top right repeat;
                        white-space: nowrap;
                        text-decoration:none !important;
                        position: relative;
                        z-index: 1;
                        -webkit-transition:  all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition:   all 0.3s ease;
                        }
                        .fixed-reservation a span {
                            font-size:12px;
                            }
                        .fixed-reservation a:after {
                        position: absolute;
                        content: "";
                        width: 0;
                        height: 100%;
                        top: 0;
                        right: 0;
                        z-index: -1;
                        -webkit-transition:  all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition:   all 0.3s ease;
                        background: rgba(255,255,255,.25);
                        }
                        .fixed-reservation a:hover:after {
                        left: 0;
                        width: 100%;
                        }
                        .fixed-reservation a:hover {
                        opacity:1;
                        filter: alpha(opacity=100);
                        -ms-filter: "alpha( opacity=100 )";
                        }

                        .op-60 { opacity:.6;}

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

            .fixed-main-nav li a {
                position: relative;
                display: inline-block;
                transition: .3s;
                }
                .fixed-main-nav li a:after {
                position:absolute;
                bottom:-8px;
                left:50%;
                content:'';
                width:0;
                height:2px;
                background-color:#544438;
                transition:.3s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); 
                }
                .fixed-main-nav li a:hover:after {
                width:100%;
                }
                .fixed-main-nav li a:hover {
                }
            /*=================================================
                    fixed
            ==================================================*/
                
            .header-wrap.fixed { height:90px;}
            .header-wrap.fixed .fixed-navigation { top:59px; }
            .header-wrap.fixed .fixed-reservation a { height: 70px; padding-top:15px; }
            .header-wrap.fixed .fixed-logo { top:17px; }

        @media screen and (max-width: 1200px) {
        .fixed-navigation li:first-child { display:none; }
        }

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

        mobile navigation

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

        .mobile-navigation-wrap { display: none; }
            .mobile-logo-wrap {
                position: relative;
                font-family: 'Shippori Mincho B1', serif; 
                }
                .mobile-logo {
                    width:200px;
                    position: absolute;
                    top:26px;
                    left:20px;
                    opacity: 1;
                    z-index: 999;
                    line-height: 100%;
                    -webkit-transition:  all .3s ease;
                        -moz-transition: all .3s ease;
                        -o-transition:   all .3s ease;
                        -ms-transition : all .3s ease;
                           transition  : all .3s ease;
                    }
            .gnav {
                    }
                    .nav-toggle {
                            display:block;
                            position:fixed;
                            right:5px;
                            top:5px;
                            padding:0;
                            width:80px;
                            height:80px;
                            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;
                                -moz-transition: all .3s ease;
                                -o-transition:   all .3s ease;
                                -ms-transition : all .3s ease;
                                   transition  : all .3s ease;
                            }
                            .nav-toggle div { position:absolute; width:38px; height:38px; top:33px; right:21px; }
                            .nav-toggle span { display: block; position: absolute; height: 2px; width:38px; background: #222; -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: 13px; }

                            .gnav.active .nav-toggle span { background: #FFF; }
                            .gnav.active .nav-toggle span:nth-child(1) {top: 7px;-webkit-transform: rotate(315deg);-moz-transform: rotate(315deg);transform: rotate(315deg);}
                            .gnav.active .nav-toggle span:nth-child(2) {top: 7px;-webkit-transform: rotate(-315deg);-moz-transform: rotate(-315deg);transform: rotate(-315deg);}
                    .reservation {
                        position: fixed;/* fixedで追従 */
                        right:100px;
                        top:10px;
                        width:100px;
                        height:80px;
                        text-align: center;
                        opacity: 1;
                        -webkit-transition:  all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition:   all .3s ease;
                            -ms-transition : all .3s ease;
                               transition  : all .3s ease;
                        z-index:1;/* 0でメニューOPEN時非表示　999999で表示 */
                        }
                        .reservation a {
                            position: relative;
                            color:#FFF;
                            display:block;
                            width:100%;
                            height:100%;
                            line-height: 1.15;
                            background: url("../images/parts/green.jpg") top center repeat;
                            font-size:1.2rem;
                            padding-top:23px;
                            box-sizing: border-box;
                            z-index: 1;
                            }
                        .reservation a span { font-size:10px; }
                        .reservation a:after {
                            position: absolute;
                            content: "";
                            width: 0;
                            height: 100%;
                            top: 0;
                            right: 0;
                            z-index: -1;
                            -webkit-transition:  all .3s ease;
                                -moz-transition: all .3s ease;
                                -o-transition:   all .3s ease;
                                -ms-transition : all .3s ease;
                                   transition  : all .3s ease;
                            background:rgba(255,255,255,.2);
                            }
                            .reservation a:hover:after {
                            left: 0;
                            width: 100%;
                            }

            .gnav-content {
                    display: none;
                    position: fixed;
                    right: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background:#121212;
                    overflow: auto;
                    z-index:9999;
                    text-align: center;
                    font-weight:bold;
                    }
                    .gnav-logo {
                    width:210px;
                    position: relative;
                    opacity: 1;
                    z-index: 999;
                    max-width: 240px;
                    margin: 0 auto;
                    padding-top:90px;
                    line-height: 100%;
                    -webkit-transition:  all .3s ease;
                        -moz-transition: all .3s ease;
                        -o-transition:   all .3s ease;
                        -ms-transition : all .3s ease;
                           transition  : all .3s ease;
                    }
                    .mobile-navigation { padding-top:35px; width:100%; -webkit-transition:  all .3s ease;-moz-transition: all .3s ease; -o-transition:   all .3s ease;-ms-transition : all .3s ease; transition  : all .3s ease; }
                    .mobile-main-nav { position:relative; padding-bottom:1rem; border-top:1px solid rgba(255,255,255,.2); }
                    .mobile-main-nav li { width:100%; text-align: center; font-size:15px; font-weight:900; border-bottom:1px solid rgba(255,255,255,.2); }
                    .mobile-main-nav li a { letter-spacing: 0.01em; padding:15px 0 ; display:block; font-size:1rem; position: relative; color:#FFF;}
                    /*.mobile-main-nav li a:after {
                                        position: absolute;
                                        content: '';
                                        width: 8px;
                                        height: 8px;
                                        border: 0;
                                        border-top: solid 1px #3F121F;
                                        border-right: solid 1px #3F121F;
                                        top: 40%;
                                        right: 6px;
                                        transform: rotate( 45deg );
                                        }
                                    */
                    .mobile-reservation { position:relative;  }
                    .mobile-reservation a { letter-spacing: 0.01em; padding:15px 0 ; text-align:center; display:block; font-size:1rem; position: relative; background: url("../images/parts/blue.jpg") right top repeat; color:#FFF;  }
                    .mobile-main-nav li.mobile-reservation a:after { display:none; }
            .gnav-address {  }

        /*=================================================
                SNS アイコン
        ==================================================*/

        .mobile-sns-nav {
            position: relative;
            padding:.75rem 0;
            }
            .mobile-sns-nav li {
            width:42px;
            height:42px;
            display: inline-block;
            margin:0 8px;
            }

    @media screen and (max-width: 1024px) {
        header       { height: 90px; }
        .header-wrap { height: 90px; display:block; opacity: 1; }
        .header-wrap.fixed {  }
        .header-wrap.fixed:before { opacity: 0;}
        header.main-header { position: absolute; } /* LOGOだけ追従なし */
        .header-wrap { position: absolute; } /* LOGOだけ追従なし */
        .mobile-logo { position: absolute; top:24px; } /* LOGOだけ追従なし */
        
        .header-wrap:after { height:3px;}
        .fixed-navigation-wrap { display:none; }
        .mobile-navigation-wrap { display:block; }
        .reservation span { letter-spacing: 0;}
        
        .header-wrap.fixed .nav-toggle span { }
        .header-wrap.fixed .active .nav-toggle span { background: #DDD; }
    }

    @media screen and (max-width: 767px) {
        header       { height:80px; }
        .header-wrap { height:80px; }
        .header-wrap.fixed { height:80px; }
        
        .mobile-logo { width:200px; top:20px; left:18px; }
        .nav-toggle { width:70px; height:70px; top:6px; -webkit-transition:  all .3s ease;-moz-transition: all .3s ease; -o-transition:   all .3s ease;-ms-transition : all .3s ease; transition  : all .3s ease;}
        .nav-toggle div { width:32px; height:36px; top:28px; right:19px; -webkit-transition:  all .3s ease;-moz-transition: all .3s ease; -o-transition:   all .3s ease;-ms-transition : all .3s ease; transition  : all .3s ease; }
        .nav-toggle span { width:32px;  }
        .nav-toggle span:nth-child(2) { top: 11px; }
        .nav-toggle span:nth-child(3) { top: 22px; }

        .reservation { opacity:0; right:80px; width:160px; -webkit-transition:  all .3s ease;-moz-transition: all .3s ease; -o-transition:   all .3s ease;-ms-transition : all .3s ease; transition  : all .3s ease;  }
        .active .reservation { opacity:0;}
        .reservation a { font-size:1.2rem; -webkit-transition:  all .3s ease;-moz-transition: all .3s ease; -o-transition:   all .3s ease;-ms-transition : all .3s ease; transition  : all .3s ease;  }
        .mobile-menu li { width:49%; margin-right:1%; margin-bottom:1px; }
        /*=================================================
                    fixed
        ==================================================*/
        .header-wrap.fixed { }
        .header-wrap.fixed .mobile-logo {  }
        .header-wrap.fixed .nav-toggle {  }
        

    }
    @media screen and (max-width: 450px) {
    .mobile-menu li { width:100%; margin-right:0; }
    }

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

       フッター

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

footer {
        width:100%;
        line-height: 180%;
        position: relative;
        background: url("../images/parts/lingh-pink.jpg") center center repeat;
        font-size:.9375rem;
        overflow: hidden;
        z-index: 10;
        color:#342C26;
        border-bottom:8px solid #BF5851;
        }
        footer:before {
        content:"";
        display: block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height: 100%;
        background: url("../images/parts/section-bg-r.png") top center no-repeat;
        z-index: -1;
        }
        .footer-logo {
        width:240px;
        }

.footer-menu {
        position: relative;
        width:100%;
        text-align:left;
        z-index: 10;
        }
        .footer-menu li {
        font-size:1rem;
        padding:.25rem 0;
        }
        .footer-menu li a {
        font-size:1rem;
        color:#342C26;
        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: #342C26;
        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;
        text-align:left;
        letter-spacing:0;
        color:#342C26;
        line-height:1;
        width:100%;
        font-size:12px;
        line-height:1;
        }

@media only screen and (max-width: 767px) {
        
        .footer-menu { padding:0 0 2rem; margin-left: 0; border-top:1px dotted rgba(0,0,0,.4);}
        .footer-menu li { display: block; width:100%; text-align: left; border-bottom:1px dotted rgba(0,0,0,.4); padding:0; }
        .footer-menu li a { padding:.75rem 1rem; display: block; }

        .footer-logo { margin-bottom:1rem; width:200px; margin:0 auto; }
        .footer-text { text-align: center; }

        .copyright { padding-bottom:4rem; text-align: center; }
        }

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

		ページトップ

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

#totop {
	display:none;
	*display:block; /* IE 7 and below */
	position:fixed;
	bottom:0;
	right:0px;
	z-index:999;
	}
    :root *> #totop { display:none;	}
    #totop { display:block; }
    *+html #totop { display:block; }
    #totop.open { display:block; }
    a.totop{ background:#BF5851; width:60px;height:60px; display:block; cursor:pointer; text-align: center; color:#FFF; 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:20px; right:5px;}
	a.totop{ width:55px;height:55px; font-size:10px;
    background: rgba(0,0,0,.3);
    border-radius:         50%;
    moz-border-radius:     50%;
    -webkit-border-radius: 50%;
    -o-border-radius:      50%;
    -ms-border-radius:     50%;
    }
}