@charset "UTF-8";

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

       Fixed ヘッダー

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

header.main-header{
        position: fixed;
        width:300px;
        height:100vh;
        box-sizing: border-box;
        z-index:2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        }
        .main-inner {
        position:reaalative;
        overflow: hidden;
        width:100%;
        height:100%;
        z-index: 0;
        }
        .fixed-navigation-wrap {
                position:relative;
                top:100px;
                left:55px;
                width:190px;
                box-sizing: border-box;
                z-index:5;
                -webkit-transition:all .3s ease;
                transition     :   all .3s ease;
                }
                .fixed-logo {
                width:100%;
                max-width:180px;
                position: relative;
                padding-bottom:3rem;
                line-height:1;
                text-align: center;
                box-sizing: border-box;
                -webkit-transition:all .3s ease;
                transition     :   all .3s ease;
                z-index: 1;
                }
                .fixed-logo a { display: block; line-height: 1; }

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

        .fixed-navigation {
                position:relative;
                width:100%;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .fixed-main-nav {
                position: relative;
                text-align: left;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                .fixed-main-nav li {
                position: relative;
                letter-spacing:0em;
                text-align: left;
                box-sizing: border-box;
                line-height: 120%;
                margin-bottom:1.75rem;
                z-index: 1;
                font-size:16px;
                color:#332F29;
                }
                .fixed-main-nav li a {
                letter-spacing:0.05em;
                color:#332F29;
                font-weight: 600;
                padding-left:30px;
                display: block;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                }
                
                .fixed-main-nav li a:before {
                content:"";
                display:block;
                position: absolute;
                left:0;
                top:50%;
                translate:0 -50%;
                width:24px;
                height:24px;
                }
                .fixed-main-nav li:nth-child(1) a:before { background: url("../images/parts/menu_01.svg") center center / cover; }
                .fixed-main-nav li:nth-child(2) a:before { background: url("../images/parts/menu_02.svg") center center / cover; }
                .fixed-main-nav li:nth-child(3) a:before { background: url("../images/parts/menu_03.svg") center center / cover; }
                .fixed-main-nav li:nth-child(4) a:before { background: url("../images/parts/menu_04.svg") center center / cover; }
                .fixed-main-nav li:nth-child(5) a:before { background: url("../images/parts/menu_05.svg") center center / cover; }
                .fixed-main-nav li:nth-child(6) a:before { background: url("../images/parts/menu_06.svg") center center / cover; }
                .fixed-main-nav li:nth-child(7) a:before { background: url("../images/parts/menu_07.svg") center center / cover; }
                .fixed-main-nav li:nth-child(8) a:before { background: url("../images/parts/menu_08.svg") center center / cover; }

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

                .fixed-main-nav li a {
                position: relative;
                display: inline-block;
                transition: .5s;
                }
                .fixed-main-nav li a:after {
                position:absolute;
                bottom:-5px;
                left:0;
                content:'';
                width:0px;
                height:2px;
                background-color:#A48C62;
                transition:.5s;
                }
                .fixed-main-nav li a:hover:after {
                width:100%;
                }
                .fixed-main-nav li a:hover {
                opacity:1;
                color:#A48C62;
                }

        /*=================================================
                sns
        ==================================================*/

        .fixed-sns li {
        display: inline-block;
        width:30px;
        letter-spacing: 0;
        margin-right:5px;
        }

        /*=================================================
                responsive
        ==================================================*/

        @media screen and (max-width: 1599px) {
        header.main-header{ width:270px; }
        .fixed-navigation-wrap { left:40px; }
        }
        @media screen and (max-width: 1350px) {
        header.main-header{ width:250px; }
        .fixed-navigation-wrap { top:65px; left:30px; }
        }
        @media screen and (max-width: 1279px) {
        header.main-header{ width:230px; }
        .fixed-navigation-wrap { top:35px; left:25px; width:180px; }
        .fixed-logo { padding-bottom:2rem; width:160px; }
        .fixed-main-nav li { font-size:15px; }
        .fixed-main-nav li a { padding-left:27px; }
        .fixed-main-nav li a:before { width:21px; height:21px; }
        }
        @media screen and (max-width: 1100px) {
        .fixed-main-nav li { margin-bottom:1.25rem; }
        }


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

       Mobile ヘッダー

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

.header-wrap-sp {
        display: none;
        position: absolute;
        width:100%;
        height:150px;
        box-sizing: border-box;
        z-index: 3;
        }
        .mobile-navigation-wrap {
                position: relative;
                width:100%;
                height:100%;
                z-index: 0;
                }
        .mobile-logo {
                width:180px;
                position: absolute;
                top:32px;
                left:25px;
                opacity: 1;
                z-index: 999;
                line-height: 1;
                -webkit-transition:all .5s ease;
                transition       : all .5s ease;
                }
                .mobile-logo a { display: block; line-height: 1; }
                .mobile-logo a img { display: block; line-height: 1; }
                
        /*=================================================
                ハンバーガー
        ==================================================*/

        .gnav {
                position: absolute;
                display: none;
                letter-spacing: 0;
                z-index: 10000;
                }
                .nav-toggle {
                display:block;
                position:fixed;
                right:20px;
                top:22px;
                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:100001;
                -webkit-transition:all .5s ease;
                transition       : all .5s ease;
                }
                .nav-toggle div {
                position:absolute;
                width:50px;
                height:20px;
                top:26px;
                left:10px;
                }
                .nav-toggle span {
                display: block;
                position: absolute;
                height: 2px;
                width:50px;
                background:#333;
                border-radius:0px;
                -webkit-transition: .5s ease;
                transition: .5s ease;
                }
                .nav-toggle span:nth-child(1) { top: 4px;  }
                .nav-toggle span:nth-child(2) { top: 12px; }
                .nav-toggle span:nth-child(3) { top: 16px; }
                .gnav.active .nav-toggle span { background:#EFEFEF ; }
                .gnav.active .nav-toggle span:nth-child(1) { top: 8px;-webkit-transform: rotate(315deg); transform: rotate(315deg); width:50px;}
                .gnav.active .nav-toggle span:nth-child(2) { top: 8px;-webkit-transform: rotate(-315deg); transform: rotate(-315deg); width:50px; }
                .gnav.active .nav-toggle span:nth-child(3) {  }
                /*.gnav.fixed .nav-toggle { top:0; }*/
                .gnav.fixed .nav-toggle span {  }
                .gnav.fixed.active .nav-toggle span { background: #EFEFEF; }

                .gnav .menu  { opacity: 1; position: absolute; width:100%; text-align:center; left:0px; top:50px; line-height: 1; font-size:15px; color:#432F2F; -webkit-transition : all 0.5s ease; transition : all 0.5s ease; font-weight:600; }
                .gnav .close { opacity: 0; position: absolute; width:100%; text-align:center; left:0px; top:18px; line-height: 1; font-size:15px; color:#FFF; -webkit-transition : all 0.5s ease; transition : all 0.5s ease; }
                .gnav.active .menu  { opacity: 0; }
                .gnav.active .close { opacity: 1; }

                .gnav.fixed .menu  {  }
                .gnav.fixed .close  { color:#686868; }

                @media screen and (max-width: 1024px) {
                .gnav { display: block; }
                .gnav.fixed .active .nav-toggle { top:25px; }
                .gnav.fixed .active .nav-toggle { top:10px; }
                }
                @media screen and (max-width: 767px) {
                .nav-toggle div { width:40px; left:15px; }
                .nav-toggle span { width:40px; }
                .gnav.active .nav-toggle span:nth-child(1) { top: 6px; width:40px;}
                .gnav.active .nav-toggle span:nth-child(2) { top: 6px; width:40px; }
                .gnav .menu  { font-size:12px;  }
                .gnav .close { font-size:12px; top:20px; }
                
                .gnav.fixed .active .nav-toggle { top:15px; }
                }

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

        .gnav-content {
                display: none;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background:#111;
                color:#FFF;
                overflow: auto;
                z-index:9999;
                }
                /* tablet→PC時ナビ表示強制解除 */
                @media screen and (min-width: 1025px) {
                .gnav-content { opacity: 0; z-index: -999999; display: none !important; }
                }
                .gnav-content a { color:#FFF; }
                .gnav-logo {
                width:180px;
                position: absolute;
                top:32px;
                left:25px;
                opacity: 1;
                z-index: 999;
                line-height: 100%;
                -webkit-transition:all .5s ease;
                transition       : all .5s ease;
                }
                .gnav-logo a { line-height: 1; display: block; }
                .gnav-logo a img { line-height: 1; display: block; }
                
                .gnav-wrap {
                max-width:50%;
                width:50%;
                min-width:50%;
                }
                .gnav-outer {
                padding:0 5vw;
                box-sizing: border-box;
                }
                .gnav-img {
                position: fixed;
                top:0;
                background: url("../images/parts/header-sp.jpg") center center / cover;
                width:50%;
                height:100%;
                opacity: .8;
                }
                @media screen and (max-width: 767px) {
                .gnav-img { position: relative; width:100%; }
                }
    
                .mobile-navigation {
                padding-top:7rem;
                padding-bottom:1rem;
                border-bottom:1px solid rgb(255 255 255 / .3);
                margin-bottom:1rem;
                width:100%;
                -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;
                font-size:18px;
                }
                .mobile-main-nav > li a {
                letter-spacing: 0.01em;
                padding: .35em 0;
                color: #FFF;
                display: block;
                font-size: clamp(16px , 4vw , 20px);
                position: relative;
                box-sizing: border-box;
                }

                .mobile-sns li {
                display: inline-block;
                width:30px;
                line-height: 1;
                margin-right:10px;
                }
                
                .mobile-address {
                padding-top:2rem;
                padding-bottom:2rem;
                }
                .mobile-address p { line-height:250%; }

        @media screen and (max-width: 1024px) {
        header.main-header { position: relative; width:100%; }/* spスクロールNGのためrelative */
        .header-wrap { display:none; }
        .header-wrap-sp { margin-top:0; display:block; opacity: 1; }
        .toppage .header-wrap-sp { display: block; }
        
        .nav-toggle { right:18px; top:15px; }
        .nav-toggle div { width:30px; left:20px; }
        .nav-toggle span { width:30px; }
        .gnav .menu { font-size:12px; }
        .gnav.active .nav-toggle span:nth-child(1) { width:36px; top:0; }
        .gnav.active .nav-toggle span:nth-child(2) { width:36px; top:0; }
        }
        @media screen and (max-width: 767px) {
        .header-wrap-sp { height:96px; }
        .mobile-navigation-wrap { height:96px; }
        .nav-toggle { right: 12px; top:13px; }
        .header-wrap-sp.fixed .nav-toggle { top:0; }
        .mobile-logo  { top:32px; left:20px; width:170px; }
        .gnav-logo { width:170px; top:0; padding-top:32px; }
        
        .gnav-logo-outer { padding:0 7vw; max-width:550px; margin: 0 auto; position: relative; box-sizing: border-box; }
        .gnav-logo    { position: relative; left:0; }
        .gnav-content:after { content:""; display:block; position: fixed; top:0; left:0;width:100%; height:100%; background:  url("../images/parts/header-sp.jpg") center center / cover; z-index: -1; opacity: .15; }
    
        .mobile-main-nav li { }
        .mobile-navigation { padding-top:2.5rem; }
        .gnav-outer { padding:0 7vw; max-width:550px; margin: 0 auto; }
        .mobile-main-nav > li:last-child a { height:50px; }
        }
        @media screen and (max-width: 374px) {
        .mobile-main-nav > li:last-child a { height:48px; }
        }

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

       フッター

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

footer {
        position: relative;
        width:100%;
        box-sizing: border-box;
        font-size:1rem;
        font-weight:500;
        color:#FFF;
        background:#B3A078;
        z-index: 2;
        }

        .footer-logo {
        width:100%;
        max-width:180px;
        position: relative;
        }

        @media only screen and (max-width: 1024px) {
        .footer-logo { max-width:170px; }
        }
        @media only screen and (max-width: 767px) {
        .footer-logo { margin: 0 auto; max-width:170px; }
        }

.footer-menu {
        position: relative;
        width:100%;
        text-align:left;
        z-index: 10;
        }
        .footer-menu li {
        font-size:1rem;
        position: relative;
        text-align: left;
        padding-bottom:7px;
        line-height: 180%;
        }
        .footer-menu li:last-child { padding-right:0; }
        .footer-menu li a {
        font-size:1rem;
        line-height: 20px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        color:#FFF;
        }
        .footer-menu li a:hover {
        cursor: pointer;
        opacity: .6;
        text-decoration: none;
        }
        .footer-menu li a::after {
        position: absolute;
        bottom: -5px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background:#FFF;
        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);
        }
        @media only screen and (max-width:1150px) {
        .footer-menu li { padding-right:1rem; }
        }
         @media only screen and (max-width:1024px) {
        .footer-menu li a { font-size:16px; }
        .footer-menu li:first-child { display: none; }
        }
        
        .footer-sns {
        text-align: left;
        }
        .footer-sns li {
        font-size:18px;
        }
        
        .footer-title { font-size:27px; }
        
        @media only screen and (max-width:1550px) {
        .footer-title { font-size:24px; }
        }
        @media only screen and (max-width:1350px) {
        .footer-title { font-size:21px; }
        }
        @media only screen and (max-width:1300px) {
        .footer-sns li { font-size:16px; }
        }


.copyright {
        position: absolute;
        bottom:0;
        right:90px;
        z-index: 100;
        letter-spacing:0;
        text-align:right;
        color:#FFF;
        line-height:60px;
        box-sizing: border-box;
        width:100%;
        font-size:13px;
        }
        .copyright img { vertical-align: middle; }
        @media only screen and (max-width: 767px) {
        .footer-sns { text-align: center; }
        }

        @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 {  position: relative; font-size:10px; right:auto; bottom:auto; text-align: center; padding-right:0; padding-top:2rem; }
        
        .instagram-banner { margin-inline:auto; }
        }

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

		ページトップ

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

#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:#816C3F; width:60px;height:60px; border-radius: 0; 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{ opacity: .8; }

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


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

       mobile CTA

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

.mobile-cta {
        display: none;
        position: fixed;
        bottom:1%;
        left:2%;
        z-index: 10;
        width:96%;
        height: 60px;
        text-align: center;
        }
        .mobile-cta a { width:100%; display: block; text-align: center; line-height: 60px; background:#4C8732; color:#FFF; }

        @media only screen and (max-width:1024px) {
        .mobile-cta { display: block; }
        }





