@charset "UTF-8";

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 3px 12px;
    order: -1;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

header {
    width:100%;
    display:flex;
}

main {
    width:100%;
    display:flex;
}

#side_left {
    width: 20%;
}

#side_right {
    width: 80%;
}


#logoBlock {
    width: 100%;
    padding-top: 17px;
    display: flex;
}

#logo_img {
    margin: 0 15px 0 0;
}

#logo_img p a img {
    max-width: 100%;
    height: auto;
}

#logo_text {
    max-width: 100%;
    height: auto;
}

#logo_text p a img {
    max-width: 100%;
    height: auto;
}

#contents_right_header {
    width:95%;
    margin: auto;
    font-size: small;
}

#contents_right {
    margin: 10px 0px;
}

#reserve_list_div {
    width: 75%;
    float: left;
}

#reserve_list_div span{
    width: 15%;
}

#contents_right_footer {
    width:95%;
    margin: auto;
}

#reserve_list {
    width:80%;
    height:100%;
}

#submit_div {
    width: 20%;
    float: right;
}

#submit_btn {
    width: 100%;
    float: right;
}

.modal {
    --bs-modal-width: 700px;
}

.list-group-item {
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 8px;
}
