@charset "UTF-8";
/* CSS Document */

#room-search_list {
	padding-top:5.38%;
}
#room-search_list table {
    border-collapse: separate;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 0;
    font-family: century-gothic, sans-serif;
    /* [disabled]border-left: 1px solid #36519D; */
}
.table-scroll-container {
    max-height: 544px;
    overflow-x: auto;
    overflow-y: auto;
}
#room-search_list table th{
    background-color: #36519D;
    color: #FFFFFF;
    padding: 16px 6px;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 500;
    max-height: 80px;
    position: sticky;
    top: 0;
    z-index: 10;
	border: 1px solid #ffffff;
}

/* 1段目 th（最上部） */
#room-search_list table table thead tr:nth-child(1) th {
    top: 0;
}

/* 2段目 th（上に1行あるので、ずらす） */
#room-search_list table thead tr:nth-child(2) th {
    top: 50px;
}
/* 項目会場 */
#room-search_list table .h-room {
    position: sticky;
    left: 0;
    background: #36519D;
    z-index: 30;
	border-left: 1px solid #36519D;
}

#room-search_list table td{
    border-right: 1px solid #36519D;
    border-bottom: 1px solid #36519D;
    font-size: 13px;
    line-height: 1.4em;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 8px;
    z-index: 1;
}
.room_s_link {
    text-decoration: underline;
}


/* 画像列 */
#room-search_list table td:first-child {
    position: sticky;
    left: 0px; /* 画像列の実際の幅に合わせる */
    background-color: #ECE9FF;
	width: 6%;
    padding: 8px;
	border-left: 1px solid #36519D;
}

#room-search_list table td:first-child img{
    width: 100%;
    min-width: 104px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 会場名列 */
#room-search_list table td:nth-child(2) {
    position: sticky;
    left: 121px; /* 画像列の実際の幅に合わせる */
    background-color: #ECE9FF;
}
#room-search_list table td:last-of-type{
    width: 10%;
    padding: 8px;
    box-sizing: border-box;
    min-width: 104px;
}
#room-search_list table .search_btn{
	color: #E05581;
	display: flex;
	justify-content: center;
	align-items: center;
}
#room-search_list table .search_btn a{
    width: 100%;
    min-width: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    background-size: 16px auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 32px;
    background-color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.3em;
    font-weight: 600;
}
