@charset "utf-8";

/**********************************************/
/*ヘッダー*/
/**********************************************/
header {
    
    width:100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
header a {
    text-decoration: none;
    color:#000;
}

/*内枠*/
#header {   
    width: 100%;
    max-width:1400px;
    height: 115px;
    margin: 0 auto;
    display: flex;    
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    justify-content: center;
    align-items: center;
    */
    align-items: stretch;
}

/*レイアウト枠*/
.header-title {
    width: calc(100% - 400px);
    display: flex;
    align-items: center;
}
.header-side {
    width: 400px;
}

/*言語ボックス*/
#langbox {
    width: 100%;
}

/*Google言語バーの調整用*/
/*
.skiptranslate {
    margin: 0;
    padding: 0;
}
*/
.skiptranslate {
    margin: 0;
    padding: 0;
}
.skiptranslate iframe {
    display: none;
}


/*Twitter*/
.twitter {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.twitter img {
    width: 100%;
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}



/*ロゴ*/
#logo {
    line-height: 100%;
}
#logo img {
    height: 90px;
    display: inline-block;
    vertical-align: bottom;
}
h1#logo {
    margin: initial;
    padding: initial;
    border:initial;
    background:initial;
    line-height: 100%;
}


/*★*/
h1#logo #widthtxt {
    margin-left: 30px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 100%;
    color:#eee;
}
#logo #widthtxt {
    margin-left: 30px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 100%;
    color:#eee;
}



/****************************/
/*メインメニュー*/
/****************************/
#mainmenu {
    width: 100%;
    height: 45px;
    margin: 0 auto;   
    background: rgb(23,153,205);
    background: linear-gradient(90deg, rgba(23,153,205,1) 24%, rgba(92,184,137,1) 66%, rgba(139,197,63,1) 100%);
}

.navi {
    height:100%;
}

.menu {
    width: 100%;
    max-width: 1400px;
    height:100%;
    margin: 0 auto;
    padding:0;
    list-style-type: none;   
    font-size: 1.8rem;
    display: flex;    
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    /*
    align-items: center;
    justify-content: center;
    */
    justify-content: space-around;
}
.menu > li {
    position: relative;
    height: 100%;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color:rgba(7,15,34,0.9);
}
.menu a:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.parent-menu {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



/*サブメニュー*/
ul.child {
    width: 300px;
    margin: 0;
    padding: 10px 20px 10px;
    list-style-type: none;
    font-size: 1.6rem;
    position: absolute;
    top: 45px;
    left: 0;    
    background-color:rgba(7,15,34,0.9);
    display: none;
}
ul.child li {
    width: 100%;
    padding: 10px 0;
}
ul.child a {
    color:#fff;
}

/*アコーディオン機能*/
.acnavi .ac-btn {}

/*オープン*/
.active ul.child {
    display: block;
}

/*＋-ボタン*/
.acnavi .plus {
    background: url("../images/icon_arrow_down_w.svg") no-repeat 95% center;
    background-size: 10px;
    padding-right: 26px;
}
.acnavi .plus-on {
    background: url("../images/icon_arrow_up_w.svg") no-repeat 95% center;
    background-size: 10px;
    padding-right: 26px;

    background-color:rgba(7,15,34,0.9);
}
.acnavi .plus:hover {
    background: url("../images/icon_arrow_down_w.svg") no-repeat 95% center;
    background-size: 10px;
    padding-right: 26px;
}

/*スマホ用メニュー*/
.menu li.sp {
    display: none;
}





/****************************/
/* SPメニューボタン          */
/****************************/
#spbtn {
    position: fixed !important;
    top:5px;
    right:20px;
    cursor: pointer;
    width:40px;
    height:40px;
    z-index: 10001;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45px;
    
    display: none;
}
#spbtn span {
    display: none;
}


/*アイコン切替*/
.open {
    background-image:url("../images/icon_open.svg");
}
.closed {
    background-image:url("../images/icon_close.svg");
}




/*****************************/
/* パンくずリスト*/
/*****************************/
#breadcrumb {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    padding:10px 20px;
    list-style-type:none;
}
#breadcrumb li {
    display:inline;
    background:url("../images/icon_arrow_next.svg") no-repeat right center;
    padding:1px 12px 1px 5px;
    background-size: 12px;
    color: #003366;
    font-size: 1.4rem;
}
#breadcrumb a {
    text-decoration:none;
    color: #686868;
}
#breadcrumb li:last-child {
    background-image:none;
}





/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1480px) {
    #header {   
        padding-left: 20px;
        padding-right: 20px;
    }
    #breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

@media screen and (max-width: 980px) {
    .menu {
        font-size: 1.6rem;
    }
}

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

    header {
        box-shadow: 0px 0px 1px 0px rgba(137,137,137,0.7);
    }
    #header {   
        height: 50px;
    }
    #logo img {
        height: 36px;
    }
    
    .header-title {
        width: calc(100% - 100px);
    }
    .header-side {
        display: none;
    }

    #spbtn{
        display: block;
    }

    #mainmenu {        
        /*
        width: 100vw;
        height: 100vh;
        */
        width: 0;
        height: 0;

        position: fixed !important;
        top: 0;
        right: 0;
        /*z-index: 8888;*/
        overflow: auto;

        background: transparent;
        
        background-color:rgba(7,15,34,0.9);
        opacity: 0;
        overflow: hidden;
    }

    .navi {
        width: 320px;
        max-width: 320px;
        height:100%;

        margin: 0 0 0 auto;
        padding-top: 100px;

        background: rgb(23,153,205);
        background: linear-gradient(90deg, rgba(23,153,205,1) 24%, rgba(92,184,137,1) 66%, rgba(139,197,63,1) 100%);

        position: absolute;
        top: 0;
        right: -320px;
    }
    .menu {
        width: 100%;
        /*height: auto;*/
        height:100%;
        display: block;    
        align-items: normal;
        justify-content: start;
    }
    .menu > li {
        height: auto;
    }
    ul.child {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    
        position: static;
        top: auto;
        left: auto;

    }
    ul.child li {
        padding: 10px 20px;
        margin-bottom: 0px;
    }
    .menu > li:hover {
        background-color:transparent;
    }

    /*スマホ用メニュー*/
    .menu li.sp {
        display: block;
    }

    .menu li.canberra {
        margin-top: 30px;
    }


    .menu .twtter-sp img {
        width: 50px;
        padding: 10px;
        border-radius: 10px;
        background-color: #fff;
    }
    
}

@media screen and (max-width: 580px) {
    #header {   
        padding-left: 10px;
        padding-right: 10px;
    }
    #breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
    }
    #logo img {
        max-width:300px;
    }
    #breadcrumb li {
        font-size: 1.2rem;
        padding:1px 5px 1px 5px;
    }
}

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