@charset "utf-8";
.group-area {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
}
.group-area input[type="checkbox"] {
    display: none;
}

/* グループセレクトエリア */
.group-menu-select-area {
    text-align: left;
    width: 100%;
    height: 50px;
    color: #BFBFBF;
    border-bottom: solid 1px #FFF;
    display: flex;
}
.group-menu-select-area > label {
    display: inline-block;
    margin-top: 10px;
}
.group-menu-select-area > div {
    margin-top: 12px;
    color: #FFFFFF;
}
.group-menu-select-area input[type="radio"]:checked + label > div {
    color: #FFC000;
}
.group-menu-select-area input[type="radio"] {
    display: none;
}

.groupInformation,
#groupMaking,
#groupParticipation {
    width: 10%;
    text-align: center;
}

#groupInformationImg,
#groupMakingImg,
#groupParticipationImg {
    width: 35px;
    height: 32px;
}

.group-menu-select-img-area{
    height: 35px;
}

/* .group-menu-select-text {
    padding-left: 10px;
    margin-top: 5px;
    height: 30px;
    margin-bottom: 2px;
} */

/*中身*/
#groupContents {
    width: 100%;
    height: calc(100% - 50px);
}

.group-menu-title-area {
    text-align: center;
    background-color: #FFC000;
    color: #000;
    height: 20px;
    line-height: 20px;
    width: 100%;
    min-width: 1100px;
}

.group-making-menu-area {
    display: flex;
    width: 100%;
}

.group-making-input-area1 {
    height: 65px;
}

.group-making-input-area2 {
    height: calc(100% - var(--group-menu-title-area) - var(--group-making-input-area1) - var(--group-making-dissolution));
}

/* グループ未参加 */
.group-participation-area {
    text-align: center;
    width: 100%;
    height: 100%;
}

.group-participation-area-max {
    width: 100%;
    height: 100%;
}

.group-participation-title {
    width: 100%;
    height: 28px;
    color: #000000;
    text-align: center;
    border: 1px solid #D8D8D8;
}

.group-participation-title > div {
    margin-top: 3px;
}

.group-participation-id-area {
    margin-top: 30px;
}

.group-participation-id-area > span{
    margin-top: 30px;
    margin-left: -75px;
}

.group-participation-button-area {
    margin-top: 5px;
}

.group-button-style1 {
    margin-top: 20px;
    margin-left: 15px;
    width: 200px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

#groupParticipationButton:hover,
#groupSelectGroup0:hover,
#groupSelectGroup1:hover,
#groupSelectGroup2:hover,
#groupSelectGroup3:hover,
#groupSelectClose:hover,
#group-alert-ok:hover {
    opacity: 0.8;
}


/* グループ作成者 */
.group-making-area {
    overflow-y: auto;
    display: block;
    height: 100%;
    width: 100%;
}
.group {
    display: flex;
    width: 50%;
    min-width: 550px;
}
.max-group-area,
.uninformation-group-area {
    display: grid;
    color: yellow;
    width: 96%;
    place-items: center;
    padding-top: 50px;
}

.license-group-area{
    display: grid;
    color: yellow;
    width: 96%;
    place-items: center;
    padding-top: 50px;
}

.group-making-menu-id,
.group-making-menu-name {
    width: 50%;
}
.group-making-menu-date,
.group-making-menu-member,
.group-making-menu-place{
    width: 50%;
    min-width: 550px;
}
.group-making-flex {
    display: flex;
}

#group_member,
#group_place {
    display: block;
}

.group-select-area input,
.group-select-area {
    display: none;
}

.group-making-menu-line,
.group-making-line {
    border: 1px solid #D8D8D8;
}

.group-making-menu-title {
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.group-making-menu-data-area1 {
    height: 37px;
    line-height: 37px;
}

.group-user-list-area {
    widows: 100%;
    height: calc(100% - 125px);
    /* height: 500px; */
    overflow-y: scroll;
}

.group-user-list-area::-webkit-scrollbar {
    display: none;
}

.group-making-id-area {
    width: calc(100% - 50px);
    margin-left: 10px;
    text-align: left;
}

.group-making-copy-area {
    width: 40px;
    margin-top: 2px;
    text-align: center;
}

.group-making-copy-area img {
    width: 32px;
    height: 32px;
}

.group-data-area-size {
    height: 100%;
    /* height: 657px; */
}

.group-making-name-area {
    width: calc(100% - 27px);
    margin-left: 10px;
    margin-right: 10px;
}

#groupMakingNameText {
    width: 100%;
    height: 17px;
    margin-top: 6px;
}

.group-input-area {
    width: 50%;
    padding-left: 10px;
}

#groupStartTime {
    height: 17px;
}

#groupEndTime {
    height: 17px;
}

.group-making-menu-table {
    height: calc(100% - 28px);
}

.group-making-menu-table > table {
    width: calc(100% - 20px);
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.group-making-menu-table > table{
    border-collapse: collapse;
}

.group-making-menu-table > table > tbody > tr{
    border-bottom: 1px solid #FFFFFF;
    height: 40px;
}

.group-making-menu-table > table td:nth-child(1) {
    width: 26%;
}

.group-making-menu-table > table td:nth-child(2) {
    width: 22%;
    text-align: center;
}

.group-making-menu-table > table td:nth-child(3) {
    width: 22%;
    text-align: center;
}

.group-making-menu-table > table td:nth-child(4) {
    width: 30%;
    text-align: center;
}

.group-user-list-area > table {
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
/* #groupUserListTable {
    height: 500px;
} */
.group-user-list-area > table{
    border-collapse: collapse;
}

.group-user-list-area > table > tbody > tr{
    border-bottom: 1px solid #FFFFFF;
    height: 40px;
}

.group-user-list-area > table td:nth-child(1) {
    width: 26%;
}

.group-user-list-area > table td:nth-child(2) {
    width: 22%;
    text-align: center;
}

.group-user-list-area > table td:nth-child(3) {
    width: 22%;
    text-align: center;
}

.group-user-list-area > table td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.group-user-list-area > table td:nth-child(5) {
    width: 10%;
    text-align: center;
}

.group-user-list-area > table td:nth-child(6) {
    width: 10%;
    text-align: center;
}

.group-scroll-img-area {
    width: 100%;
    height: 20px;
    min-height: 20px;
    text-align: center;
}

.join-img {
    width:32px;
    height:32px;
    margin-top: 5px;
}

.group-user-invitation-area {
    text-align: center;
    height: 50px;
    min-height: 50px;
}

#groupUserInvitationButton {
    margin-top: 10px;
    width: 200px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

#groupUserInvitationButton:hover {
    opacity: 0.8;
}

.buttonStyle_01 {
    text-align: center;
    border: #7AACDB solid 2px;
    border-radius: 6px;
    background-color: #DEEBF7;
}
.buttonStyle_01:hover {
    opacity: 0.7;
}
.buttonStyle_02 {
    background-color: #FBE5D6;
    border: #7AACDB solid 2px;
    border-radius: 6px;
}
.buttonStyle_02:hover {
    opacity: 0.7;
}
.groupMenu_02 {
    width: 50%;
    min-width: 550px;
    border-left: solid #333333 1px;
    border-top: solid #333333 1px;
    padding-left: 10px;
    padding-bottom: 1px;
    display: flex;
}
.groupMenu_03 {
    width: 50%;
    border-top: solid #333333 1px;
    border-right: solid #333333 1px;
    border-left: solid #333333 1px;
    padding-left: 10px;
    padding-bottom: 1px;
    min-height: 33px;
}
.groupMenu_size_01 {
    min-width: 550px;
    width: 50%;
}
.groupMenu_size_01>div {
    width: 50%;
    padding-left: 10px;
    border-top: solid #333333 1px;
    border-left: solid #333333 1px;
}
.groupMenu_size_02 {
    width: 50%;
}
.groupMenu_size_03 {
    height: 40px;
}
.groupMenu_size_06 {
    height:  calc(100% - 247px);
}
#groupID_02 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
#copy {
    text-align: right;
    border: #FFFFFF;
    background-color: #FFFFFF;
    width: 50px;
    height: 25px;
    color: blue;
    margin: auto;
}
#copy:hover {
    opacity: 0.7;
}
#copy>img {
    width: 25px;
    height: 25px;
}
#groupStart, #groupEnd {
    width: 50%;
    max-width: 300px;
    height: 33;
    margin-top: 3px;
}

.groupSetting_01 {
    overflow-y: auto;
    width: 50%;
    height: 100%;
    min-height: auto;
    border-top: solid #333333 1px;
    border-left: solid #333333 1px;
}
.groupSettingMenu_01 {
    width: 40%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.groupSettingMenu_02 {
    width: 20%;
    text-align: center;
}
.SettingButtonSize {
    height: 40px;
    margin: auto;
    font-size: 20px;
}
.groupMenuLineTitle {
    border-bottom: solid black 2px;
    margin-top: 10px;
    margin-right: 15px;
}
.groupMenuLineItem {
    height: 45px;
    margin-top: 3px;
    margin-right: 15px;
    border-bottom: solid black 2px;

}
.buttonCenter_01 {
    width: 50%;
}
.buttonCenter_01>div {
    width: 50%;
    min-width: 275px;
    height: 70px;
    text-align: center;
    border-top: solid #333333 1px;
    border-left: solid #333333 1px;
}
.buttonCenter_02 {
    width: 50%;
}
.buttonCenter_02>div {
    width: 100%;
    min-width: 550px;
    height: 70px;
    text-align: center;
    background-color: #FFFFFF;
    border-top: solid #333333 1px;
    border-left: solid #333333 1px;
}
#userInvitation, #ryouAdd, #scopeSave {
    margin: 10px;
    width: 170px;
    height: 50px;
    font-size: 20px;
}


.group-making-member-text {
    color: yellow;
    height: calc(100% - 28px);
    display: grid; /* Gridレイアウトを使用 */
    place-items: center; /* 縦横ともに中央揃え */
}

.map_area {
    height: calc(100% - 28px);
}

#scope {
    width: 100%;
    min-width: 550px;
    padding-top: 10px;
    padding-left: 10px;
}

#map2 {
    width: 90%;
    margin-left: 5%;
    /* height: 580px; */
    height: calc(100% - 33px);
    border: solid #333333 1px;
}

.group-making-dissolution {
    width: 100%;
    min-width: 1100px;
    height: 40px;
    text-align: center;
    margin: 20px auto;
    /* position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto; */
}

.group-making-button-area {
    width: 222px;
    margin: auto auto;
}

.group-making-button-size {
    margin-right: 10px;
    border: 1px solid #D8D8D8;
    color: #FFFFFF;
    width: 200px;
    height: 40px;
}

.group-making-button-size:hover {
    opacity: 0.8;
}

/* グループ情報 */
.group-information-area {
    display: block;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

.group-making-name-area,
.group-information-name-area {
    margin-left: 10px;
    text-align: left;
}

.group-input-area > span {
    margin-left: 15px;
}

/* グループ参加 */
#group_04 {
    margin: auto;
    display: none;
}
#groupID_01 {
    margin-right: 10px;
    height: 33px;
}
#groupRequest_02 {
    text-align: center;
    border: #7AACDB solid 2px;
    border-radius: 6px;
    background-color: #DEEBF7;
    font-size: 20px;
    height: 40px;
    width: 120px;
}

#groupRequest_02:hover {
    opacity: 0.7;
}

/* グループ情報画面グループ選択 */
.group-information-select-area {
    width: 400px;
    height: auto;
    margin-left: calc(50% - 200px);
    margin-top:150px;
    background-color: #595959;
    border: solid #BDC0BC 1px
}
.group-information-select-title {
    width: 100%;
    height: 30px;
    display: flex;
    background-color: #9CC3E5;
    border-bottom: solid #BDC0BC 1px;
    text-align: center;
}
.group-setting-title-text {
    width: 100%;
    padding-top: 5px;
    color: black;
}
#groupSelectGroup0,
#groupSelectGroup1,
#groupSelectGroup2,
#groupSelectGroup3 {
    display: none;
}
.group-select-group,
.group-select-close {
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin: 15px auto;
    text-align: center;
    border: solid #7EFFFF 2px;
    color: #7EFFFF;
}


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

.group-alert,
.group-making-completion-area {
    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;
}
.group-alert-title,
.group-making-completion-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: solid 1px #BDC0BC;
    background-color: #9CC3E5;
    color: #000;
}
.group-alert-main,
.group-making-completion-main {
    text-align: center;
    margin: 10px 10px;
}
.group-alert-text,
.group-making-completion-text {
    text-align: left;
    display: inline-block;
}
.group-alert-check,
.group-making-completion-check {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: calc(50% - 92.5px);
    text-align: center;
}
#group-alert-ok,
#group-alert-close,
#group-making-completion-ok {
    width: 185px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}
#group-alert-close {
    margin-top: 10px;
}

/*スマホ版装飾*/
@media screen and (min-width:0px) and (max-width:768px) {
    #groupContents {
        height: calc(100% - 50px);
        font-size: 13px;
    }
    /*セレクトタブ*/
    #groupInformationImg,
    #groupMakingImg,
    #groupParticipationImg {
        width: 32px;
    }

    /*タイトル*/
    .group-menu-title-area {
        min-width: 100%;
    }

    .groupInformation {
        width: 40%;
        text-align: right;
    }
    #groupParticipation {
        width: 40%;
        text-align: left;
    }
    #groupMaking {
        width: 20%;
        text-align: center;
    }

    /*中身*/
    .group-making-menu-area {
        display: block;
    }
    .group-making-input-area1 {
        height: 114px;
    }
    .group-making-input-area2 {
        height: calc(100% - var(--group-menu-title-area) - var(--group-making-input-area1) - var(--group-select-area) - var(--group-making-dissolution));
        min-height: 200px;
    }
    .group {
        display: flex;
    }
    .group-making-menu-title {
        height: 20px;
        line-height: 20px;
    }
    #group_place {
        display: none;
    }

    .group-making-menu-date {
        margin-top: 0;
    }
    .group,
    .group-making-menu-date,
    .group-making-menu-member,
    .group-making-menu-place {
        width: 100%;
        min-width: 100%;
    }

    .group-making-copy-area > label > img {
        width: 25px;
    }
    
    .group-making-copy-area {
        margin-top: 3px;
    }

    #groupStartDay,
    #groupEndDay {
        width: 35%;
    }
    #groupStartTime,
    #groupEndTime {
        width: 25%;
    }

    .group-input-area > span {
        margin-left: 0;
    }

    .group-select-area {
        display: flex;
        width: 100%;
        height: 37px;
        line-height: 37px;
        border: #D8D8D8 solid 1px;
    }
    #group-select-text1,
    #group-select-text2 {
        display: inline-block;
        text-align: center;
        width: 50%;
        height: 28px;
        line-height: 28px;
        min-height: 28px;
    }
    #group-select-text1 {
        border-bottom: yellow solid 3px;
        color: yellow;
        padding-bottom: 3px;
    }
    #group-select-text2 {
        color: #FFF;
        padding-bottom: 3px;
    }

    /* .group-select-size {
        height: 608px;
    } */

    .group-user-list-area {
        /* height: auto; */
        max-height: 325px;
    }

    .group-making-menu-table {
        height: calc(100% - 20px);
    }
    .group-data-area-size {
        height: 100%;
    }
    #map2 {
        width: 100%;
        margin-left: 0;
        /* height: 558px; */
    }
    #scope {
        min-width: 0;
    }

    .join-img {
        width:20px;
        height:25px;
        margin-top: 5px;
    }

    .join-button-size {
        margin-top: 2px;
        width: 30px;
        height: 38px;
        font-size: 12px;
    }

    .group-making-menu-line {
        border-bottom: none;
    }
    .group-making-line {
        border: none;
    }

    .group-participation-id-area {
        margin-left: 15%;
    }
    
    .group-making-button-size {
        margin-right: 0;
        margin: auto 10px;
    }

    .group-making-dissolution {
        min-width: 100%;
        margin: 10px auto;
    }
    
    #groupUpdateButton,
    #groupDissolutionButton {
        width: 40%;
        max-width: 200px;
    }

    /*グループ選択*/
    .group-information-select-area {
        width: 300px;
        margin-left: calc(50% - 150px);
        margin-top: 50px;
        font-size: 13px;
    }

    .max-group-area,
    .uninformation-group-area {
        padding-top: 25px;
        margin-left: 2%;
    }

    .license-group-area{
        padding-top: 25px;
        margin-left: 2%;
    }
}

/*スマホ版装飾*/
@media screen and (min-width:0px) and (max-width:667px) {
}



