@charset "utf-8";
/*========================================================
ヘッダーナビ
=========================================================*/
/*
ヘッダーナビ：コンテナー
---------------------------------------------------------*/
.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    /*-----*/
    z-index: 100;
/*    border-bottom: 1px solid #000;*/

}

/*
ヘッダーナビ：インナー
---------------------------------------------------------*/
.header-nav_inner{
    padding: 0 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    width: 250px;
    
    z-index: 10;
}

/*
ヘッダーナビ：左パート
---------------------------------------------------------*/
.header-nav_left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.4);
    height: 70px;
    width: 250px;
    
    z-index: 0;

}
/*ヘッダー：ロゴ*/
.header-nav_logo {
    transition: .3s ease-out;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-nav_logo:hover {
    transform: scale(1.06);
    opacity: 0.8;
}
.header-nav_logo img {
    height: 42px;
    margin-left: 0px;
    padding: 0 12px 0 0px;
}

/*
ヘッダーナビ：右パート
---------------------------------------------------------*/
.header-nav_right{
    display: flex;
    justify-content:space-between;
    position: absolute;
    top:0;
    right: 0;
    width : -webkit-calc(100% - 250px) ;
    width : calc(100% - 250px) ;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.4);
    background-color: rgba(255, 255, 255, 0.22);
    
    z-index: 100;
}

/*
ヘッダーナビ：サブナビ
---------------------------------------------------------*/
.header-nav_sub{
    display: flex;
    align-items: center;
    padding-left: 15px;

}
.header-nav_sub ul{
    display: flex;
    align-items: center;
}
.header-nav_sub a{
    display: block;
    margin: 0px 0px 0 5px;
    padding: 8px 10px;
    letter-spacing: 0.04em;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 5px;
    transition: .3s ease-out;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(39, 85, 118, 0.7);
}
.header-nav_sub i{
    transition: .3s ease-out;
}

.header-nav_sub a,.header-nav_sub i{
    color: #ffffff;
}
.header-nav_sub a:hover{
    background: #0096f4;
    border: solid .1rem #fff;
    color: #fff;
}
.header-nav_sub a:hover i{
    color: #fff;
}

/*
ヘッダーナビ:CTAナビ
---------------------------------------------------------*/
.header-nav_cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
/*    width: 100%;*/
}

/*ボタンのベース*/
.header-nav_cta-btn{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    height: 70px;
    width: 170px;
    transition: .3s ease-out;
}

.header-nav_cta-btn.type1{
    font-size: 1.7rem;
/*    box-shadow: 0 2px 3px 0 hsla(0, 0%, 0%, 0.3);*/
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    background-color: rgba(39, 85, 118, 0.7);
    background: rgba(139, 107, 0, 0.7);
    border-radius: 0 0 0 0px;
    margin:0px 0px;
}
.header-nav_cta-btn.type1:hover{
    background-color: #e3a600;
}

.header-nav_cta-btn.type1::before{
/*
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f109";
    font-size: 45px;
    color: hsla(0, 0%, 100%, 0.2);
    transform: rotate(0deg);
    top: 2px;
    z-index: -1;
*/
}

.header-nav_cta-btn.type2{

    background: rgba(163, 75, 0, 0.7);
    font-size: 1.7rem;
/*    box-shadow: 0 2px 3px 0 hsla(0, 0%, 0%, 0.3);*/
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    border-radius: 0 0 0px 0;
/*    border-left: 2px #77512d solid;*/
    margin:0px 0px 0 0px ;
}
.header-nav_cta-btn.type2:hover{
    background-color: rgb(235, 108, 0);
}
.header-nav_cta-btn.type2::before{
/*
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    content: "\f086";
    font-size: 55px;
    color: hsla(0, 0%, 100%, 0.12);
    transform: rotate(0deg);
    top: -5px;
    z-index: -1;
*/
}
.header-nav_cta-btn.type2 .txt {
    font-weight: bold;
    cursor: pointer;
/*    font-size: 1.6rem;*/
    font-family:'Quicksand',sans-serif;
    letter-spacing: 0.03em;
}




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

メインメニュー

======================================================================*/
#main-menu {
    position:sticky;
    top: 0px;
    z-index: 10;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 1);

}
.main-menu {
    margin: 0 auto;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.18);
    z-index: 11;
    position:sticky;
    top: 0px;
    z-index: 10;
    width: ;
    overflow: hidden;
}
#main-menu_sub {
    position:sticky;
    top: 70px;
    z-index: 10;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 1);

}
.main-menu_sub {
    margin: 0 auto;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.18);
    z-index: 11;
    position:sticky;
    top: 0px;
    z-index: 10;
    width: ;
    overflow: hidden;
}



/*
ドロップダウンナビ
----------------------------------------------------------------------*/
.dropdown-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    
}
.dropdown-nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*
リスト：一階層目
----------------------------------------------------------------------*/
/*ベース*/
.dropdown-nav > ul > li{
    transition: .4s ease-out;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;

}
.dropdown-nav > ul > li:hover{
    transition: .4s ease-out;
}
.dropdown-nav > ul > li > a {
    transition: .4s ease-out;
    cursor: pointer;
    display:block;
    line-height: 1;
    padding: 0 2em;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-----------------------------------*/
.dropdown-nav > ul > li > a {
    font-weight: bold;
    font-size: 1.6rem;
    color: #0f62b5;
    color: #285f95;
    
}
.dropdown-nav > ul > li:hover{
    background: #ffeeb4;
}
.dropdown-nav > ul > li:hover > a{
/*    color: #004515;*/
}

/*
リスト：二階層目（非表示の状態）
----------------------------------------------------------------------*/
.dropdown-nav > ul > li > ul{
    transition: .4s ease-out;
    position: absolute;
    top: 40px;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items:flex-start;
    justify-content: flex-start;
    height: 0;
    
    /*-------*/
    overflow: hidden;
    z-index: 100;
}
.dropdown-nav > ul > li:last-child ul {
    left: 100%;
    transform:translateX(-100%);
    text-align: right;
}
.dropdown-nav > ul > li > ul > li{
    transition: .4s ease-out;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    width: 100%;
}
.dropdown-nav > ul > li > ul > li > a {
    transition: .4s ease-out;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0em 2em 0em 2em;
    width: 100%;
}
/*-----------------------------------*/
.dropdown-nav > ul > li > ul > li{
    background: linear-gradient(#c7ab84, #c7a263);
    background: rgba(255, 255, 255, 1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown-nav > ul > li > ul > li:last-child{
    border-bottom: none;
}
.dropdown-nav > ul > li > ul > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    color:#fff;
    color: #209343;
}

/*
リスト：二階層目（表示の状態：一階層目のホバーで表示）
----------------------------------------------------------------------*/
/*ベース*/
.dropdown-nav > ul > li:hover > ul{
    height: 40px;
    overflow: visible;
    /*-----*/
    z-index: 100;
}
.dropdown-nav > ul > li:hover > ul > li > a {
    padding: 1em 2em 1em 2em;
    min-width: 80px;
    position: relative;
}
/*-----------------------------------*/
.dropdown-nav > ul > li:hover > ul > li:last-child {
    border-radius: 0 0 5px 5px;
}
.dropdown-nav > ul > li:hover > ul > li:last-child > a {
    border-radius: 0 0 5px 5px;
}


/*
二階層目のホバー
----------------------------------------------------------------------*/
/*-----------------------------------*/
.dropdown-nav > ul > li:hover > ul > li:hover > a{
    background: rgb(202, 235, 230);
    color:#004515;
}
.dropdown-nav > ul > li:hover > ul > li:hover > a::before {
    font-weight: bold;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    top:50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: .9em;
}
/*END：メインメニュー*/




/*========================================================
グローバルメニュー：表示設定
=========================================================*/
/*
モバイル用の要素を隠す
---------------------------------------------------------*/
/*
@media screen and (min-width: 1025px) {
    .burger-btn {
        display: none;
    }
    .drawer-btn {
        display: none;
    }
}
*/
@media only screen and (max-width: 680px){
    #main-menu{
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
    }
    .main-menu {
        min-width: 600px;

    }

    /*スクロールバー全体*/
    #main-menu::-webkit-scrollbar {
        height: 0.6rem;
    }
    /*スクロールバーの軌道*/
    #main-menu::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    }
    /*スクロールバーの動く部分*/
    #main-menu::-webkit-scrollbar-thumb {
        background-color: rgba(137, 137, 137, 0.5);
        border-radius: 10px;
    }
}

/*
パソコン用の要素を隠す
---------------------------------------------------------*/
@media screen and (max-width: 1124px) {
    .header-nav_right {
        display: none;
    }
    #main-menu {
/*        display: none;*/
        box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2);
/*
        width:100%;
        max-width: 100%;
*/
        
    }
    #main-menu {
        top: 48px;
    }
    .dropdown-nav > ul > li > a {
        transition: .4s ease-out;
        cursor: pointer;
        display:block;
        line-height: 1;
        padding: 0px 1em 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
/*
        width:100%;
        max-width: 100%;
*/
    }
    .main-menu ul li a{
        font-size: 14px;
    }
}

/*
ヘッダーを固定化する
---------------------------------------------------------*/
@media screen and (max-width: 1124px) {
    .header-nav {
        position: fixed;
        top:0;
    }
}

/*
サイズ調整：タブレット用
---------------------------------------------------------*/
@media screen and (max-width: 1124px) {
    /*コンテナーの見栄えを変える*/
    .header-nav {
        box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
    }
    /*インナーの高さ＆両端の余白のサイズを変える*/
    .header-nav_inner {
        padding: 0 0 0 0px;
        height: 48px;
        background-color: rgba(255, 255, 255, 1);
        width: 100%;
        box-shadow:none;
        justify-content: center;
    }
    .header-nav_left {
        padding: 0;
        box-shadow:none;
        height: 48px;
        padding: 0;
        margin: 0;
    }
    /*要素のサイズを変える*/
    .header-nav_logo img{
        height: 38px;
    }
}

/*
サイズ調整：モバイル用
---------------------------------------------------------*/
@media screen and (max-width: 678px) {
/*
    .header-nav_inner {
        padding: 0 0 0 50px;
        height: 48px;
    }
    .header-nav_logo img {
        margin-left: 6px;
        margin-right: 10px;
    }
    .header-nav_tagline{
        font-size: 14px;
        padding: 7px 0 7px 5px;
    }
}
*/

/*
固定ヘッダーのスペース
---------------------------------------------------------*/
/* 親要素にヘッダーの高さと同じサイズのスペースをつくる*/
@media screen and (max-width: 1124px) {
    #global-nav{
        margin-top:48px;
    }
}
@media screen and (max-width: 678px) {
    #global-nav{
        margin-top:48px;
    }
}

