@charset "UTF-8";

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

       ヘッダー

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

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

.mobile-link a {
    color:#41382C;
    padding:1rem 0;
    display: inline-block;
    text-decoration: none;
    }
    .mobile-link-w a {
    color:#FFF;
    padding:1rem 0;
    display: inline-block;
    text-decoration: none;
    }
/*=================================================
        normal-header
==================================================*/

header.normal-header {
	position:relative;
    width:100%;
    height: 120px;
    box-sizing: border-box;
	z-index:99999;
	}
	.normal-header-wrap {
        width: 100%;
        height: 120px;
        border-top:5px solid #32281B;
        background: url("../images/parts/beige.jpg") bottom center repeat;
        position:relative;
        z-index:9999;
        -webkit-transition:  all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition:   all .3s ease;
            -ms-transition : all .3s ease;
               transition  : all .3s ease;
        }
        .normal-navigation-wrap {
            width:100%;
            max-width:1440px;
            margin:0 auto;
            box-sizing:border-box;
            position:relative;
            z-index: 10;
            }
            .normal-logo {
                width:180px;
                position: absolute;
                top:35px;
                left:20px;
                line-height:1;
                float: left;
                text-align: center;
                box-sizing: border-box;
                z-index: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;
                }
            .normal-navigation {
                position:absolute;
                top:60px;
                right:215px;
                width:860px;
                }
                .normal-main-nav {
                        position:relative;
                        float: right;
                        border-top:1px solid rgba(38,35,30,.5);
                        padding-top:.5rem;
                        }
                        .normal-main-nav li {
                        float: left;
                        position: relative;
                        line-height:135%;
                        font-weight: 400;
                        letter-spacing: .05em;
                        text-align: center;
                        box-sizing: border-box;
                        padding-right:2.5rem;
                        z-index: 1;
                        }
                        .normal-main-nav li:last-child {
                        padding-right:0;
                        }
                        .normal-main-nav li a {
                        font-size:1rem;
                        padding:0;
                        letter-spacing: .1rem;
                        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;
                        }
                
                .normal-sub-nav {
                        position:absolute;
                        top:28px;
                        right:430px;
                        float: right;
                        }
                        .normal-sub-nav li {
                        float: left;
                        position: relative;
                        line-height:100%;
                        font-size:.9735rem;
                        font-weight: 400;
                        letter-spacing: .05em;
                        text-align: center;
                        padding:0 1rem;
                        box-sizing: border-box;
                        z-index: 1;
                        border-right:1px solid rgba(46,48,52,.5);
                        display:inline-block;
                        }
                        .normal-sub-nav li:last-child {
                        border-right:none;
                        }
                        .normal-sub-nav li a {
                        letter-spacing: .1rem;
                        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;
                        }
                .normal-phone {
                        font-size:1rem;
                        position: absolute;
                        right:215px;
                        top:26px;
                        line-height: 100%;
                        opacity: 1;
                        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;
                        }
                .normal-reservation {
                        position: absolute;
                        top:20px;
                        right:20px;
                        width:170px;
                        letter-spacing: 0.05em;
                        z-index: 99999;
                        font-weight:400;
                        font-size:17px;
                        -webkit-transition:  all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition:   all 0.3s ease;
                        }
                        .normal-reservation a {
                        width:100%;
                        height:37px;
                        padding-top:9px;
                        box-sizing: border-box;
                        text-align: center;
                        line-height:100%;
                        letter-spacing: 0;
                        display: inline-block;
                        color:#FFF;
                        background: #26231E;
                        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;
                        }
                        .normal-reservation a span {
                            font-size:12px;
                            }
                        .normal-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);
                        }
                        .normal-reservation a:hover:after {
                        left: 0;
                        width: 100%;
                        }
                        .normal-reservation a:hover {
                        opacity:1;
                        filter: alpha(opacity=100);
                        -ms-filter: "alpha( opacity=100 )";
                        }
						
						
						
						
						
           .normal-reservation02 {
                        position: absolute;
                        top:60px;
                        right:20px;
                        width:170px;
                        letter-spacing: 0.05em;
                        z-index: 99999;
                        font-weight:400;
                        font-size:17px;
                        -webkit-transition:  all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition:   all 0.3s ease;
                        }
                        .normal-reservation02 a {
                         font-size:15px;
                        width:100%;
                        height:37px;
                        padding-top:9px;
                        box-sizing: border-box;
                        text-align: center;
                        line-height:100%;
                        letter-spacing: 0;
                        display: inline-block;
                        color:#FFF;
                        background: #26231E;
                        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;
                        }
                        .normal-reservation02 a span {
                            font-size:12px;
                            }
                        .normal-reservation02 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);
                        }
                        .normal-reservation02 a:hover:after {
                        left: 0;
                        width: 100%;
                        }
                        .normal-reservation02 a:hover {
                        opacity:1;
                        filter: alpha(opacity=100);
                        -ms-filter: "alpha( opacity=100 )";
                        }				
						
						
						
						
						
						
						
                /*=================================================
                        hover bar
                ==================================================*/

                .normal-main-nav li a {
                position: relative;
                display: inline-block;
                transition: .3s;
                padding-bottom:6px;
                }
                .normal-main-nav li a:after {
                position:absolute;
                bottom:0px;
                left:50%;
                content:'';
                width:0;
                height:2px;
                background-color:#2E3034;
                transition:.3s;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); 
                }
                .normal-main-nav li a:hover:after {
                width:80%;
                }
                .normal-main-nav li a:hover {
                color:#2E3034;
                }

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

        }

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

header.main-header {
	position: fixed;
	width:100%;
    min-width:320px;
	z-index:100;
	}
    .header-wrap {
        position: fixed;
        width:100%;
        height:80px;
        background: url("../images/parts/beige.jpg") bottom center repeat;
        opacity:0;
        -webkit-transition:  all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition:   all .3s ease;
            -ms-transition : all .3s ease;
               transition  : all .3s ease;
        
        }

        .header-wrap.fixed { top:0; opacity: 1; }
        .fixed-navigation-wrap {
                display: block;
                position: relative;
                width:100%;
                max-width:1440px;
                margin:0 auto;
                box-sizing: border-box;
                }
                .fixed-logo {
                    width:180px;
                    position: absolute;
                    top:15px;
                    left:30px;
                    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:41px;
                right:215px;
                width:860px;
                }
                .fixed-main-nav {
                        position:relative;
                        float: right;
                        border-top:1px solid rgba(38,35,30,.5);
                        padding-top:6px;
                        }
                        .fixed-main-nav li {
                        float: left;
                        position: relative;
                        line-height:135%;
                        font-weight: 400;
                        letter-spacing: .05em;
                        text-align: center;
                        box-sizing: border-box;
                        padding-right:2.5rem;
                        z-index: 1;
                        }
                        .fixed-main-nav li:last-child {
                        padding-right:0;
                        }
                        .fixed-main-nav li a {
                        font-size:1rem;
                        padding:0;
                        letter-spacing: .1rem;
                        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:15px;
                        right:430px;
                        float: right;
                        }
                        .fixed-sub-nav li {
                        float: left;
                        position: relative;
                        line-height:100%;
                        font-size:.9735rem;
                        font-weight: 400;
                        letter-spacing: .05em;
                        text-align: center;
                        padding:0 1rem;
                        box-sizing: border-box;
                        z-index: 1;
                        border-right:1px solid rgba(46,48,52,.5);
                        display:inline-block;
                        }
                        .fixed-sub-nav li:last-child {
                        border-right:none;
                        }
                        .fixed-sub-nav li a {
                        letter-spacing: .1rem;
                        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-phone {
                        font-size:1rem;
                        position: absolute;
                        right:215px;
                        top:12px;
                        line-height: 100%;
                        opacity: 1;
                        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:5px;
                        right:20px;
                        width:170px;
                        letter-spacing: 0.05em;
                        z-index: 99999;
                        font-weight:400;
                        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:37px;
                        padding-top:9px;
                        box-sizing: border-box;
                        text-align: center;
                        line-height:100%;
                        letter-spacing: 0;
                        display: inline-block;
                        color:#FFF;
                        background: #26231E;
                        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 )";
                        }


                .fixed-reservation02 {
                        position: absolute;
                        top:43px;
                        right:20px;
                        width:170px;
                        letter-spacing: 0.05em;
                        z-index: 99999;
                        font-weight:400;
                        font-size:17px;
                        -webkit-transition:  all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition:   all 0.3s ease;
                        }
                        .fixed-reservation02 a {
                            font-size:15px;
                        width:100%;
                        height:37px;
                        padding-top:9px;
                        box-sizing: border-box;
                        text-align: center;
                        line-height:100%;
                        letter-spacing: 0;
                        display: inline-block;
                        color:#FFF;
                        background: #26231E;
                        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-reservation02 a span {
                            font-size:12px;
                            }
                        .fixed-reservation02 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-reservation02 a:hover:after {
                        left: 0;
                        width: 100%;
                        }
                        .fixed-reservation02 a:hover {
                        opacity:1;
                        filter: alpha(opacity=100);
                        -ms-filter: "alpha( opacity=100 )";
                        }














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

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

            /*=================================================
                    fixed
            ==================================================*/
                
            .header-wrap.fixed { height:84px;}



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

        mobile navigation

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

        .mobile-navigation-wrap { display: none; }
            .mobile-logo-wrap {
                position: relative;
                }
                .mobile-logo {
                    width:180px;
                    position: absolute;
                    top:21px;
                    left:30px;
                    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:0;
                            top:0;
                            padding:0;
                            width:90px;
                            height:90px;
                            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:42px; top:32px; right:25px;
                            -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 { 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: 12px; }
                            .nav-toggle span:nth-child(3) { top: 24px; }
                            .gnav .menu  { opacity:1; font-size:12px; position:absolute; width:38px; right:31px; top:60px; line-height:1; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; color:#393224;}
                            .gnav .close { opacity:0; font-size:12px; position:absolute; width:38px; right:31px; top:60px; line-height:1; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; color:#393224;}
                            .gnav.active .menu  { opacity: 0; }
                            .gnav.active .close { opacity: 1; }
                            .gnav.active .nav-toggle span { background:#222; }
                            .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);}

            .gnav-content {
                    display: none;
                    position: fixed;
                    right: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: #FFF;
                    overflow: auto;
                    z-index:9999;
                    text-align: center;
                    font-weight:bold;
                    }
                    .gnav-logo {
                        position: relative;
                        opacity: 1;
                        z-index: 10;
                        width: 200px;
                        margin: 0 auto;
                        padding-top:80px;
                        padding-bottom:2em;
                        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 { 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(92,81,63,.3); }
                    .mobile-main-nav li { width:100%; text-align: left; font-size:15px; font-weight:900; border-bottom:1px solid rgba(92,81,63,.3); }
                    .mobile-main-nav li a { letter-spacing: 0.01em; padding:15px 0 ; display:block; font-size:1rem; position: relative;}
                    .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; padding-bottom:1rem;  }
                    .mobile-reservation a { letter-spacing: 0.01em; padding:17px 0 ; display:block; font-size:1rem; position: relative;  color:#FFF; line-height: 100%;
                    border-radius:         1vw;
                    moz-border-radius:     1vw;
                    -webkit-border-radius: 1vw;
                    -o-border-radius:      1vw;
                    -ms-border-radius:     1vw;
                    }
            .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: 1023px) {
        header       { height: 90px; }
        .header-wrap { height: 90px; display:block; background: url("../images/parts/beige.jpg") top center repeat; opacity: 1;}
        .header-wrap.fixed { height:80px; }
        /*header.main-header { position: absolute; }  LOGOだけ追従なし */
        /*.header-wrap { position: absolute; background: none; }  LOGOだけ追従なし */
        /*.mobile-logo { position: absolute; }  LOGOだけ追従なし */
        

        .header-wrap:after { display: none;}
        .fixed-navigation-wrap { display:none; }
        .mobile-navigation-wrap { display:block; }
        .reservation span { letter-spacing: 0;}

        /*=================================================
                    fixed
        ==================================================*/
        .header-wrap.fixed .mobile-logo { top:15px; }
        .header-wrap.fixed .nav-toggle { height:80px; }
        .header-wrap.fixed .nav-toggle div { top:27px; }



    }

    @media screen and (max-width: 767px) {
        header       { height:80px; }
        .header-wrap { height:80px; }
        
        .mobile-logo { width:154px; left:18px; top:19px; }
        .nav-toggle { width:70px; height:80px; -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; }
        
        .gnav .menu  { font-size:10px; width:32px; right:24px; top:50px; -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 .close { font-size:10px; width:32px; right:24px; top:50px; -webkit-transition:  all .3s ease;-moz-transition: all .3s ease; -o-transition:   all .3s ease;-ms-transition : all .3s ease; transition  : all .3s ease;}

        .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 { height:70px; }
        .header-wrap.fixed .mobile-logo { top:14px; }
        .header-wrap.fixed .nav-toggle { height:60px; }
        .header-wrap.fixed .nav-toggle div { top:22px; }

        .header-wrap.fixed .gnav .menu  { top:46px; }
        .header-wrap.fixed .gnav .close { top:46px; }
        .header-wrap.fixed .mobile-navigation {  }
    }
    @media screen and (max-width: 450px) {
    .mobile-menu li { width:100%; margin-right:0; }
    }

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

       フッター

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

footer {
    width:100%;
    line-height: 180%;
    position: relative;
    background: #26231E;
    font-size:.9375rem;
    z-index: 0;
    color:#F1F1F1;
    }
    .footer-logo-a {
        width:180px;
        }
        .footer-logo-b {
        width:210px;
        }
    .footer-sub-menu li { padding:.25rem 0; }
    .footer-sub-menu a { color:#F1F1F1; }

.flex-border-a { border-left:1px solid rgba(255,255,255,.6); }
.flex-border-b { border-left:1px solid rgba(255,255,255,.6);}
.flex-border-c { border-left:1px solid rgba(255,255,255,.6); border-right:1px solid rgba(255,255,255,.6); }
        @media screen and (max-width: 1023px) {
        .flex-border-a { border-left:none;}
        .flex-border-c { border-left:none; border-right:none; }     
        }
        @media screen and (max-width: 767px) {
        .flex-border-b { border-left:none;}  
        .footer-sub-menu li { padding:.75rem 0; }
        }




.footer-menu {
	width:100%;
	text-align:left;
	}
	.footer-menu li {
        display: inline-block;
        font-size:1rem;
        padding:.25rem 15px .125rem;
        }
    .footer-menu li a {
        font-size:1rem;
        color:#F1F1F1;
        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: #F1F1F1;
        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);
        }
.z10 { position: relative; z-index: 10;}
.copyright {
    position: relative;
    z-index: 100;
	letter-spacing:0;
    text-align: center;
    padding:40px 50px;
    box-sizing: border-box;
	line-height:1;
    width:100%;
	font-size:13px;
	line-height:1;
	}

.off_hours{
	background-color: #dacbb8;
	padding: 2%;
	font-size: 0.95em;
	color: #000000;
	word-break: break-word;
}

@media only screen and (max-width: 1023px) {
    .footer-logo { width:210px; }
    }
@media only screen and (max-width: 767px) {
    .footer-menu { padding:0; margin-left: 0; }
    .footer-menu li { float: none; width:100%;  display: block; width:100%; text-align: left; border-bottom:1px solid rgba(255,255,255,.4); padding:0; }
    .footer-menu li a { padding:1rem 0; display: block; border-right:none; padding:1.25rem 0;}
    .footer-menu li a:before { left: auto; right:6px; }

    .footer-logo { width:180px; margin-bottom:1rem; margin-left:auto; margin-right:auto; }
    .footer-sns-nav { text-align: center; }
    .footer-sns-nav li { width:40px; height:40px; margin:0 10px 0 10px; }
    .copyright { padding:20px 20px 80px; text-align: center;}
    
        footer:before {
        top:auto;
        bottom:0;
        margin-left:105px;
        }
        footer:after {
        
        top:auto;
        bottom:5%;
        margin-right:100px;
        }
    }
/*=================================================

		ページトップ

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

#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:#AD8E65; 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,.7);
    border-radius:         50%;
    moz-border-radius:     50%;
    -webkit-border-radius: 50%;
    -o-border-radius:      50%;
    -ms-border-radius:     50%;
    }
}