@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1rem;
}

/*===================================== */
/*        ヘッダー部分レイアウト        */
/*===================================== */

header {
    height: 200px;
}

.header__wrap  {
    position: static;
}

.header__wrap nav ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba( 30, 30, 30, 0.85 );
    display: none;
}

.header__wrap nav ul li:first-child {
    margin-top: 70px;
}

.header__wrap nav ul li,
.header__wrap nav ul li:hover,
.header__wrap nav ul li.active,
.header__wrap nav ul li.active:hover {
    float: none;
    background-color: rgba( 54, 62, 72, 0.9 );
    width: 100%;
    border-bottom: 1px solid #5E6771;
}

.header__globalNavi ul li {
    width: 100%;
    height: 50px;
    line-height: 18px;
    padding: 18px 0 0 0;
    margin: auto;
}

.header__globalNavi ul li span  {
    line-height: 12px;
}

.header__globalNavi ul li a {
    display: block;
    padding: 0;
}

.header__globalNavi ul li:hover a,
.header__globalNavi ul li.active a
{
    width: 100%;
    height: 50px;
    line-height: 18px;
    padding: 18px 0 0 0;
    margin: -18px 0 0 0;
    border-radius: 0;
    font-size: inherit;
    font-weight: inherit;
    background-color: transparent;
}

.header__wrap nav ul li.active a,
.header__wrap nav ul li.active a:visited,
.header__wrap nav ul li.active a:link,
.header__wrap nav ul li a,
.header__wrap nav ul li a:visited,
.header__wrap nav ul li a:link {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    color: #eee;
}

.header__wrap h1 {
    margin: 17px 10px;
    background: url( '../../img/mobile/logo.png' ) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    
}

.header__mobileMenu {
    position: absolute;
    right: 10px;
    z-index: 99999;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    background-color: rgba( 255, 255, 255, 0.4 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-tap-highlight-color: #fff;
}

.header__mobileMenu .fa {
    display: block;
    margin: 0;
    line-height: 50px;
    font-size: 1.8rem;
    color: #022444;
}
