@charset "UTF-8";
/* ドロップダウンメニュー・タブレット、PC */
@media only screen and (min-width: 544px) {
    

    /*スクロール時、メニューを上部に固定*/
    .drop-wrap
    {
        border-bottom:1px solid #efefef; 
        background: #068840;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
        display: block;
    }
    /*メニュー全体のulの設定*/
    #dropmenu {
        list-style-type: none;
        width: 100%;
        height: 25px;
        margin: 0px auto;
        padding: 0;
        background: #fad201;
    }
    /*通常表示用のメニュー*/
    #dropmenu li {
        position: relative; /*サブメニューの表示位置の基準として relativeを指定。*/
        width: 20%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        border-left: 1px solid #efefef;
        height: 50px;
    }
    #dropmenu li:last-child {
        border-right: 1px solid #efefef;
    }
    /*通常表示用メニューのリンク*/
    #dropmenu li a {
        display: block;
        margin: 0;
        padding: 10px 0 11px;
        color: #fff;
        background: #068840;
        height: 50px;
        font-size: 65%;
        line-height: 1;
        text-decoration: none;
    }
    /*通常表示用メニューのリンクの色設定（メニュー・サブメニュー共通）*/
    #dropmenu li:hover > a {
        background: #fad201;
        color: #011931;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    
    .fontawesome
    {
        font-size: 180%; padding-bottom: 5px;
        color: #ffffff;
    }
    
    
    /*.fontawesome:hover
    {
        font-size: 200%; padding-bottom: 5px; color:#333333;
    }*/
    
    
    /* ================================================== *
 *
 *    ドロップダウンメニューのサブメニュー
 *
 * ================================================== */
    #dropmenu .fa-sub {
        font-size: 120%;
    }
    #dropmenu li ul {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 100;
    }
    #dropmenu li:last-child ul {
        left: -100%;
        width: 100%
    }
    #dropmenu li ul li {
        overflow: hidden;
        width: 200%;
        height: 0;
        color: #fff;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    #dropmenu li ul li a {
        padding: 13px 15px;
        background: #068840;
        color: #fff;
        text-align: left;
        font-size: 80%;
        font-weight: normal;
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        height: 40px;
    }
    #dropmenu li:hover ul li {
        overflow: visible;
        height: 40px;
        /*border-top: 1px solid #036087;*/
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }
    #dropmenu li:hover ul li:first-child {
        border-top: 0;
        border-bottom: 1px solid #ccc;
    }
    #dropmenu li:hover ul li:last-child {
        border-bottom: 0;
    }
    #dropmenu li:hover ul li:last-child a {
        border-radius: 0;
        border-bottom: 1px solid #ccc;
    }
}
@media only screen and (min-width:768px) {
    #dropmenu .fa {
        /*color: #F6D930;*/
        font-size: 100%;
        padding-bottom: 10px;
    }
    /*通常表示用のメニュー*/
    #dropmenu li {
        position: relative; /*サブメニューの表示位置の基準として relativeを指定。*/
        width: 20%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        border-left: 1px solid #efefef;
        height: 60px;
    }
    #dropmenu li:last-child {
        border-right: 1px solid #efefef;
    }
    /*通常表示用メニューのリンク*/
    #dropmenu li a {
        display: block;
        margin: 0;
        padding: 15px 0 11px;
        color: #fff;
        background: #068840;
        height: 60px;
        font-size: 80%;
        line-height: 1;
        text-decoration: none;
    }
    /*通常表示用メニューのリンクの色設定（メニュー・サブメニュー共通）*/
    #dropmenu li:hover > a {
        background: #fad201;
        color: #011931;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    /* ================================================== *
 *
 *    ドロップダウンメニューのサブメニュー
 *
 * ================================================== */
    #dropmenu .fa-sub {
        font-size: 120%;
    }
    #dropmenu li ul {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 100;
    }
    #dropmenu li:last-child ul {
        left: -100%;
        width: 100%
    }
    #dropmenu li ul li {
        overflow: hidden;
        width: 200%;
        height: 0;
        color: #fff;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    #dropmenu li ul li a {
        padding: 13px 15px;
        background: #068840;
        color: #fff;
        text-align: left;
        font-size: 80%;
        font-weight: normal;
        border-top: 1px solid #efefef;
        height: 40px;
    }
    #dropmenu li:hover ul li {
        overflow: visible;
        height: 40px;
        /*border-top: 1px solid #036087;*/
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }
    #dropmenu li:hover ul li:first-child {
        border-top: 0;
        border-bottom: 1px solid #efefef;
    }
    #dropmenu li:hover ul li:last-child {
        border-bottom: 0;
    }
    #dropmenu li:hover ul li:last-child a {
        border-radius: 0;
        border-bottom: 1px solid #efefef;
    }
}
/*PC時*/
@media only screen and (min-width:992px) {
    /*メニュー全体のulの設定*/
    #dropmenu {
        list-style-type: none;
        width: 102%;
        margin: 30px auto px;
        padding: 0;
        background: #068840;
        height: 25px;
    }
    /*通常表示用のメニュー*/
    #dropmenu li {
        position: relative; /*サブメニューの表示位置の基準として relativeを指定。*/
        width: 19.6%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 106%;
        text-align: center;
        border-left: 1px solid #efefef;
        color: #000;
        height: 70px;
    }
    #dropmenu li:last-child {
        border-right: 1px solid #efefef;
    }
    /*通常表示用メニューのリンク*/
    #dropmenu li a {
        display: block;
        margin: 0;
        padding: 17px 0 11px;
        color: #fff;
        line-height: 1;
        text-decoration: none;
        height: 70px;
    }
    /*通常表示用メニューのリンクの色設定（メニュー・サブメニュー共通）*/
    #dropmenu li:hover > a {
        background: #fad201;
        color: #011931;
    }
    /* ================================================== *
 *
 *    ドロップダウンメニューのサブメニュー
 *
 * ================================================== */
    #dropmenu li ul {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 100;
    }
    #dropmenu li:last-child ul {
        left: 0%;
        width: 100%
    }
    #dropmenu li ul li {
        overflow: hidden;
        width: 100%;
        height: 0;
        color: #fff;
        font-size: smaller;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    #dropmenu li ul li a {
        padding: 13px 15px;
        background: #068840;
        color: #fff;
        text-align: left;
        font-size: small;
        font-weight: normal;
    }
    #dropmenu li:hover ul li {
        overflow: visible;
        height: 40px;
        /*border-top: 1px solid #036087;*/
        /*border-bottom: 1px solid #036087;*/
    }
    #dropmenu li:hover ul li:first-child {
        border-top: 0;
    }
    #dropmenu li:hover ul li:last-child {
        border-bottom: 0;
    }
    #dropmenu li:hover ul li:last-child a {
        border-radius: 0px;
    }
}