@charset "utf-8";
#header {
    position: relative;
    z-index: 9998;
    height: 57px;
    width: 100%;
}

.title {
    width: 100%;
    max-height: 300px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 100000;
    background-color: #595959;
    /* opacity: 0.8; */
}

.container {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    height: 100%;
    width: 100%;
}

.headerIcon-area-web {
    text-align: left;
    padding-left: 20px;
}
.headerIcon-area-mobile {
    display: none;
    width: 0;
}

.license-title {
    width: 220px;
    height: 100%;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 25px;
    color: rgb(255, 197, 36);
}

.license-logout {
    width: calc(100% - 440px);
    height: 100%;
    padding-top: 10px;
    text-align: right;
    padding-right: 15px;
}

.license-logout-img {
    width: 35px;
}

.left-hand {
    text-align: left;
    width: calc(50% - 220px);
    padding-left: 10px;
}
.right-hand {
    text-align: right;
    width: 50%;
    padding-right: 10px;
}

.header-user-name {
    margin-top: 15px;
}

.headerIcon {
    width: 200px;
    height: 45px;
    margin-top: 5px;
}


.headerMenuIcon {
    width: 40px;
    margin-top: 10px;
}

.header-new-logout-icon {
    width: 32px;
    height: 32px;
}

/* オーバーレイのスタイル */
.header-overlay,
.share-overlay {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 薄暗くする */
    z-index: 9998; /* アラートより一つ下の層 */
}

.caution-overlay {
    position: fixed;
    width: 100%;
    background-color: #595959;
    z-index: 10000; /* アラートより一つ下の層 */
    height: calc(100% - 50px);
}

/*menu2*/
.menu2 {
    width: 230px;
    height: auto;
    margin-top: 100px;
    margin-left: calc(50% - 115px);
    background-color: #3f3f3f;
    border: 1px solid #BDC0BC;
    position: relative; /* 必要に応じて追加 */
    z-index: 9997;
}
.menu2 > input {
    display: none;
    opacity: 1;
}  
.menu-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #9CC3E5;
    border-bottom: solid #BDC0BC 1px;
    color: #000;
    text-align: center;
}

#groupMap-select,
#groupSetting-select,
#download-select,
#account-select,
#help-select{
    width: calc(100% - 10px);
    margin-top: 5px;
}

.header-menu-name-area {
    width: 100%;
    height: 100%;
    display: flex;
}

.header-menu-name-img {
    margin-left: 5px;
}
.header-menu-name-img > img {
    margin-left: 15px;
}

.headerMenuImg1 {
    width: 32px;
    height: 32px;
    object-fit: cover; 
}

.headerMenuImg2 {
    width: 32px;
    height: 32px;
    object-fit: cover; 
}

.headerMenuImg3 {
    width: 32px;
    height: 32px;
    object-fit: cover; 
}

.headerMenuImg4 {
    width: 32px;
    height: 32px;
    object-fit: cover; 
}

.headerMenuImg5 {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.headerMenuImg6 {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.header-menu-name-text {
    width: calc(100% - 47px);
    margin-top: 10px;
    padding-left: 10px;
}
.header-menu-name-area > div {
    margin-bottom: 2px;
}

.logout-color {
    color: rgb(252, 188, 166);
}

.header-border {
    border-bottom: solid 3px #C55A11;
}

/*ログアウト確認画面*/
.logout-confirmation {
    width: 210px;
    height: auto;
    position: fixed;
    background-color: #595959;
    border: 1px solid #BDC0BC;
    margin-left: calc(50% - 105px);
    top: 30%;
    z-index: 9999;
}

.logout-confirmation-title {
    display: flex;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    background-color: #9CC3E5;
    border-bottom: solid #BDC0BC 1px;
    color: #000;
}

.logout-close-img {
    text-align: right;
    width: calc(100% - 80px);
    padding-top: 5px;
}

.logout-confirmation-check-text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.logout-confirmation-check-button {
    margin-bottom: 10px;
    text-align: center;
}
.logout-confirmation-check-button:hover,
#share-alert-ok:hover {
    opacity: 0.8;
}

#LogoutOkButton,
#LogoutCancelButton {
    width: 185px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

/*表示。非表示切替*/
.hidden {
    display: none;
}

/* アラート文 */
.share-alert {
    font-size: 15px;
    width: 210px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid #BDC0BC 1px;
    z-index: 9999;
    background-color: #595959;
    text-align: center;
}
.share-alert-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #BDC0BC;
    background-color: #9CC3E5;
    color: #000;
}
.share-alert-main {
    text-align: center;
    margin: 10px 10px;
}
.share-alert-text {
    text-align: left;
    display: inline-block;
}
.share-alert-check {
    margin-bottom: 10px;
    text-align: center;
}
#share-alert-ok {
    width: 185px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

/* ツールチップのスタイル */
.map-toolTip-area {
    position: fixed;
    z-index: 9999;
    width: 150px;
    height: 25px;
    text-align: center;
    color: white;
    background-color: #4169e1;
}

.map-toolTip-text {
    padding-top: 1px;
}


/* .menu {
    display: none;
    background-color: #595959;
    opacity: 0.8;
}

.menu > input {
    display: none;
}

.menu > #groupMap {
    width: 150px;
}

#groupSetting {
    width: 180px;
}

#download {
    width: 180px;
}

#account {
    width: 160px;
}

#logout {
    color: #FFFFFF;
}

.header-menu-name-img {
    margin-left: 15px;
}

.menu {
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #444444;
}

.mobile-menu {
    display: none;
}

.menu > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #BFBFBF;
} */

/*スマホ版装飾*/
@media screen and (min-width:0px) and (max-width:768px) {
    #header {
        height: 34px;
    }
    .title {
        height: 35px;
        min-height: 35px;
    }
    .container {
        font-size: 13px;
    }
    .headerIcon-area-web {
        display: none;
    }
    .headerIcon-area-mobile {
        display: block;
        width: 30%;
        text-align: center;
    }
    .license-title {
        width: 35%;
        font-size: 15px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .license-logout {
        width: 35%;
        padding-top: 6px;
        padding-right: 5px;
    }
    .license-logout-img {
        width: 25px;
    }
    .left-hand {
        width: 35%;
    }
    .right-hand {
        width: 35%;
    }
    
    .headerIcon {
        margin-top: 5.5px;
        width: 110px;
        height: 27px;
    }
    .headerMenuIcon {
        width: 30px;
        margin-top: 4px;
    }
    .header-user-name {
        font-size: 10px;
    }
}

/*@media screen and (min-width:0px) and (max-width:768px) {
    /* .headerText {
        font-size: 26px;
        text-wrap: nowrap;
        color: #FFC000;
    }

    .mobile-menu {
        width: 100%;
        height: 40px;
        display: none;
    }

    .mobile-menu ul {
        padding: 0px;
        border-bottom: solid 1px #444444;
    }

    .mobile-menu li {
        list-style: none;
    }

    .mobile-menu-lists {
        display: flex;
        width: 100%;
        margin: 0px;
    }

    .mobile-menu-list {
        width: 160px;
        height: 100%;
        background-color: #deebf7;
        position: relative;
        transition: 0.2s;
        border-top: solid 1px #444444;
        border-right: solid 1px #444444;
    }

    .mobile-menu-list2 {
        width: 160px;
        height: 100%;
        background-color: #fbe5d6;
        position: relative;
        transition: 0.2s;
        border-top: solid 1px #444444;
        border-left: solid 1px #444444;
    }
    
    .mobile-menu-list:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.2s;
    }

    .mobile-menu-list a,
    .mobile-menu-list2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #1b4059;
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: 600;
        transition: 0.2s;
    }

    .mobile-menu-dropdown-lists {
        z-index: 99999;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0;
        transition: 0.2s;
    }
    

    .mobile-menu-dropdown-lists:hover,
    .mobile-menu-dropdown-lists:active,
    .mobile-menu-list > a:focus ~ .mobile-menu-dropdown-lists  {
        visibility: visible;
        opacity: 1;
    }

    .mobile-menu-dropdown-list {
        background-color: #9dc3e6;
        height: 60px;
        transition: 0.2s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #444444;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: 600;
        transition: 0.2s;
    }

    .mobile-menu-dropdown-list::after{
        content: "";
        width: 100%;
        height: 1px;
        background-color: #deebf7;
        position: absolute;
        top: 0;
        left: 0;
    }

    
    .mobile-menu-dropdown-list::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(135deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 5px);
    } */
