@charset "UTF-8";
.bl_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}

.bl_area_select_pop_up {
    background: #fff;
    margin: auto;
    width: 90%;
    max-height: 460px;
    overflow: scroll;
    max-width: 480px;
}

.bl_hall_top_search {
    margin-top: 40px;
}

.bl_hall_top_map {
    margin: 30px 20px;
    position: relative;
    cursor: pointer;
}

.bl_hall_top_map_txt {
    position: absolute;
    top: 21%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.el_hall_top_map_txt {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.el_hall_top_map_hall_cnt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.el_hall_top_map_hall_cnt_num {
    font-size: 45px;
    line-height: 1;
}

.bl_hall_data_annotation {
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin: 15px auto 0;
}

/* ホール検索 */
.el_hallSearch_top {
    padding-top: 20px;
    margin-bottom: 30px;
}

.el_hallSearch_inputWrap {
    position: relative;
    margin: 20px 20px 0;
}

.el_hallSearch_input_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
}

.el_hallSearch_input {
    font-size: 17px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 40px 10px 10px;
    background: #fff;
    color: #000;
    border: 1px solid #e61e82;
}

.bl_hallSearch_selectWrap {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.el_hallSearch_selectWrap {
    display: flex;
    justify-content: center;
}

.el_hallSearch_checkboxLabel {
    font-size: 15px;
}

.bl_hall_top_area_select {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 30px 50px;
}

.el_hall_top_area_select {
    border-radius: 8px;
    overflow: hidden;
}

.bl_hall_top_area_select_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.el_hall_top_area_select_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.el_hall_top_pref_select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 15px;
    padding: 10px;
    border-radius: 8px;
    gap: 10px;
}

.el_hall_top_pref_select li {
    text-align: center;
}

.el_hall_top_pref_select li a {
    display: block;
    padding: 8px 0;
    background-color: #fff;
    color: #404040;
    border-radius: 20px;
    border: 1px solid #404040;
    white-space: nowrap;
}

.el_hall_top_pref_select li span {
    display: block;
    padding: 8px 0;
    background-color: #989898;
    color: #fff;
    border-radius: 20px;
}

.bl_hall_top_pref_select {
    display: none;
    background-color: #fff;
    margin: 1px;
    border-radius: 0 0 6px 6px;
}

.hokkaido_bg_color {
    background-image: linear-gradient(90deg, #35bcff, #216ffc);
}

.kanto_bg_color {
    background-image: linear-gradient(90deg, #33bdaa, #248d97);
}

.hokuriku_bg_color {
    background-image: linear-gradient(90deg, #fbb401, #c96503);
}

.tokai_bg_color {
    background-image: linear-gradient(90deg, #d25efc, #d208b5);
}

.kansai_bg_color {
    background-image: linear-gradient(90deg, #f98b04, #dc5102);
}

.chugoku_bg_color {
    background-image: linear-gradient(90deg, #33c444, #238f01);
}

.kyushu_bg_color {
    background-image: linear-gradient(90deg, #a976ff, #8d2aff);
}

.bl_hall_top_winners_header img {
    width: 100%;
    height: auto;
}

.bl_hall_top_winners_data {
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #ffffbe;
}

.bl_hall_top_winners_text {
    font-size: 12px;
    margin-left: 20px;
}

.text_pm_orange {
    color: #ff8700;
}

.bl_data_area {
    margin: 30px 20px 0;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #f98703, #f86603);
}

.bl_data_area_num {
    position: relative;
}

.bl_data_area_num_cnt {
    position: absolute;
    top: 60%;
    left: 47%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    width: 80%;
    max-height: 58%;
}

.el_all_winners_data_num {
    max-height: 100%;
}

.bl_data_area_detail_data {
    background: #fff;
    margin: 2px;
    border-radius: 0 0 8px 8px;
    padding: 20px 0 10px;
}

.el_data_area_detail_tbl_2col,
.el_data_area_detail_tbl_3col {
    width: 90%;
    border-collapse: collapse;
    font-size: 16px;
    margin: 0 auto;
}

.el_data_area_detail_tbl_2col th,
.el_data_area_detail_tbl_2col td,
.el_data_area_detail_tbl_3col th,
.el_data_area_detail_tbl_3col td {
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
}

.el_data_area_detail_tbl_2col th {
    font-weight: bold;
    background: #707070;
    color: #fff;
}

.el_data_area_detail_arrow {
    display: inline-block;
    width: 15%;
    font-size: 10px;
}

.el_data_area_detail_tbl_3col_1h {
    background: #404040;
    width: 20%;
}

.el_data_area_detail_tbl_3col_2h {
    background: #31aeef;
    width: 40%;
}

.el_data_area_detail_tbl_3col_3h {
    background: #f98703;
    width: 40%;
}

.el_data_area_detail_tbl_3col_4h {
    background: #707070;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
}

.el_data_area_detail_tbl_3col th {
    font-weight: bold;
    color: #fff;
}

.el_data_area_detail_tbl_3col_winners_td {
    background: #fde3c2;
}

.el_data_area_detail_td_content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.el_data_area_detail_td_content span {
    width: 85%;
}

.el_data_area_detail_type_select {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
}

.el_data_area_detail_type_select label {
    display: block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    background: #dcdcdc;
    color: #707070;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.el_data_area_detail_type_select .active {
    background: #f98703;
    color: #fff;
}

.el_data_area_detail_type_select input[type="radio"] {
    display: none;
}

.bl_most_played_machine {
    display: flex;
}

.bl_most_played_machine_avg {
    border-right: 1px solid #d9d9d9;
}

.bl_most_played_machine_winners {
    border-left: 1px solid #d9d9d9;
}

.bl_most_played_machine_avg,
.bl_most_played_machine_winners {
    width: 50%;
}

.bl_most_played_machine_avg h4,
.bl_most_played_machine_winners h4 {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 14px;
    padding: 3px 0;
}

.bl_most_played_machine_avg h4 {
    border: 1px solid #31aeef;
    color: #31aeef;
}

.bl_most_played_machine_winners h4 {
    border: 1px solid #f98703;
    color: #f98703;
}

.bl_most_played_machine_list {
    display: grid;
}

.bl_most_recovery_machine_list {
    display: none;
}

.bl_most_played_machine_list,
.bl_most_recovery_machine_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}

.el_most_played_machine_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.el_most_played_machine_img {
    padding: 3px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.el_most_played_machine_name {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.bl_most_played_machine_count,
.bl_most_played_machine_recovery_rate {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.bl_most_played_machine_avg .bl_most_played_machine_count,
.bl_most_played_machine_avg .bl_most_played_machine_recovery_rate {
    color: #31aeef;
}

.bl_most_played_machine_winners .bl_most_played_machine_count,
.bl_most_played_machine_winners .bl_most_played_machine_recovery_rate {
    color: #f98703;
}

.el_hall_page_machine_name {
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    margin: 0 15px;
}

.el_hall_page_machine_number {
    font-size: 18px;
    font-weight: bold;
    color: #f98703;
}

.bl_hall_top_empty_msg {
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.font_green {
    color: #1bc232;
}

.font_red {
    color: #ef3434;
}
/* ぱちカレ */
.bl_hall_top_pachicale {
    background: rgba(0, 144, 255, 0.15);
    padding-bottom: 100px;
}

.bl_hall_top_pachicale_area_select {
    padding: 20px 20px 0;
}

.el_hall_top_pachicale_area_select {
    position: relative;
}

.el_hall_top_pachicale_area_select::before {
    right: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    background-color: #0090ff;
    content: "";
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

.el_hall_top_pachicale_area_select::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    height: 10px;
    width: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 3;
    pointer-events: none;
}

.el_hall_top_pachicale_area_select select {
    width: 100%;
    border: 2px solid #0090ff;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    padding: 10px 10px;
    color: #000000;
}

.bl_hall_top_calendar_header {
    margin: 20px 20px 0;
}

.bl_hall_top_calendar_title {
    border-left: 5px solid #2990ff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    color: #2990ff;
}

.bl_hall_top_calendar_title .pachicale_pref {
    color: #404040;
}

.bl_hall_top_calendar {
    margin: 20px 20px 0;
}

.bl_hall_calendar {
    width: 100%;
    border-collapse: collapse;
}

.bl_hall_calendar_daily {
    display: flex;
    border-top: 1px solid #15589c;
    border-left: 1px solid #15589c;
    border-right: 1px solid #15589c;
    flex-wrap: wrap;
}

.bl_hall_calendar_daily:last-child {
    border-bottom: 1px solid #15589c;
}

.el_hall_calendar_date {
    font-size: 16px;
    width: 10%;
    padding: 15px 0;
    background: #dcdcdc;
    color: #404040;
}

.el_hall_calendar_contents {
    width: 90%;
    background: #fff;
}

.el_hall_calendar_holiday {
    background: #fcc0c0 !important;
    color: #b61414 !important;
}

.el_hall_calendar_saturday {
    background: #b5d5ff !important;
    color: #1143a6 !important;
}

.bl_hall_calendar_reports {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 10px 25px 10px 15px;
}

.bl_hall_today_reports {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bl_hall_calendar_release {
    margin: 20px;
}

.el_hall_calendar_new_machine {
    display: flex;
    justify-content: start;
    margin-top: 5px;
}

.el_hall_calendar_new_machine_icon {
    width: 20px;
}

.el_hall_calendar_new_machine_name {
    width: calc(100% - 20px);
    font-size: 14px;
    color: #0068b3;
    margin-left: 5px;
}

.el_pachicale_s_icon,
.el_pachicale_p_icon {
    font-size: 14px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center; /* 横中央 */
    align-items: center;     /* 縦中央 */
}

.el_pachicale_p_icon {
    background: #ec3833;
}

.el_pachicale_s_icon {
    background: #2e3bd3;
}

.el_hall_calendar_report {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.el_hall_calendar_report_icon {
    width: 60%;
}

.el_hall_calendar_report_num {
    font-size: 14px;
    width: 40%;
    color: #404040;
}

.el_hall_calendar_report_num span {
    font-size: 22px;
    font-weight: bold;
    margin-left: 3px;
}

.bl_hall_calendar_detail_btn {
    text-align: center;
}

.bl_hall_calendar_detail_btn a {
    margin: 30px auto 0;
    display: inline-block;
    width: 40%;
}

.bl_hall_portal_banner {
    margin-top: 30px;
}

.bl_hall_portal_banner p {
    text-align: center;
    font-size: 20px;
    color: #404040;
}

.el_hall_portal_banner {
    width: 90%;
    margin: 20px auto 0;
}

.bl_hall_top_pachicale_area_select_text {
    font-size: 16px;
    color: #404040;
    margin-bottom: 8px;
}

.bl_hall_top_pachicale_type_select {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 20px 0;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}

.el_hall_top_pachicale_type_select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.el_hall_top_pachicale_type_select input[type="checkbox"] {
    transform: scale(1.4);
}

#ai_hall_select label {
    color: #ff00bb;
}

#ai_hall_select input[type="checkbox"] {
    accent-color: #ff00bb;
}

#new_machine_select label {
    color: #0068b3;
}

#new_machine_select input[type="checkbox"] {
    accent-color: #0068b3;
}

.bl_attention_area {
    margin: 30px 20px 0;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #33b6f1, #2990ff);
}

.el_attention_header {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.el_attention_contents {
    padding: 20px;
    font-size: 14px;
    color: #fff;
    margin: 2px;
    border-radius: 0 0 6px 6px;
}

.today_bg_color {
    background: #ffffbe;
}

.tomorrow_bg_color {
    background: #fff;
}

.el_attention_no_reports {
    text-align: center;
    color: #404040;
    font-size: 16px;
}

.bl_month_select {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 0;
    color: #0090ff;
    align-items: center;
}

.el_month_select {
    font-size: 16px;
}

.el_month_select a {
    color: #0090ff;
}

.el_month_label {
    font-size: 22px;
    font-weight: bold;
}

.bl_pachicale_pop_up {
    background: #fff;
    margin: auto;
    width: 90%;
    height: 60%;
    overflow: scroll;
    max-width: 480px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.bl_pachicale_pop_up .el_attention_header {
    background-image: linear-gradient(90deg, #33b6f1, #2990ff);
}

.attention_list {
    overflow: auto;
}

.el_attention_list_item {
    margin: 0 20px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.el_attention_list_item_link {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.el_attention_list_item :last-child {
    border-bottom: none;
}

.el_attention_list_item .el_attention_list_report_icon {
    width: 15%;
    margin-right: 20px;
}

.el_attention_list_report_name {
    font-size: 14px;
    font-weight: bold;
    color: #e61e82;
}

.el_attention_list_report_hall {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
}

.bl_hall_item_arrow {
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
}

/* 各都道府県ページ */
.bl_hall_list {
    margin: 0 20px 50px;
}
.bl_hall_area_title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
}
.bl_hall_pref_title {
    position: relative;
}
.bl_hall_pref_header img {
    width: 100%;
    height: auto;
}
.el_hall_pref_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.bl_hall_item {
    margin-top: 10px;
}
.bl_hall_item a {
    position: relative;
    display: block;
}
.bl_hall_item_name {
    font-size: 15px;
    padding: 10px 10px;
    border: 1px solid #707070;
    border-radius: 8px;
}
.bl_hall_item_arrow {
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

/* ホール検索 */
.bl_hall_search_result {
    margin: 20px 20px 0;
}

.bl_hall_search_title {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    border-left: 5px solid #ff007f;
    padding-left: 10px;
}

.bl_hall_search_result p {
    font-size: 16px;
    color: #404040;
    margin-top: 15px;
    font-weight: bold;
}

/* パンくず */
.bl_breadcrumb {
    margin: 5px 1cap;
    font-size: 14px;
    color: #404040;
}

.bl_breadcrumb a {
    color: #0090ff;
    text-decoration: none;
}

.el_breadcrumb_separator {
    margin: 0 5px;
}

/* ホールページ */
.bl_hallpage_title {
    position: relative;
}

.bl_hallpage_title img {
    width: 100%;
    height: auto;
}

.el_hallpage_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
}

.el_hallpage_name h2 {
    text-align: center;
}

.bl_hallpage_links {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 0;
}

.el_hallpage_link {
    display: block;
    width: 30%;
}

.bl_hallpage_basic_info {
    margin: 20px 20px 50px;
    border: 1px solid #707070;
    border-radius: 8px;
    overflow: hidden;
}

.bl_hallpage_section_title {
    font-size: 18px;
    color: #fff;
    background: #707070;
    text-align: center;
    padding: 10px 0;
}

.bl_hallpage_info_table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.bl_hallpage_info_table tr:not(:last-child) {
    border-bottom: 1px solid #707070;
}

.bl_hallpage_info_table th {
    font-weight: bold;
    background: #dcdcdc;
    color: #404040;
    font-size: 14px;
    width: 25%;
    padding: 16px 0;
}

.bl_hallpage_info_table td {
    font-size: 14px;
    width: 75%;
    padding-left: 8px;
}

.bl_hallpage_info_table td a {
    color: #e61e82;
    font-size: 14px;
}

.bl_hallpage_ai_report,
.bl_hallpage_report_data {
    background: rgba(230, 30, 130, 0.15);
}

.bl_hallpage_ai_report_title,
.bl_hallpage_report_data_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 10px 20px;
    background-image: linear-gradient(90deg, #f854aa, #e72083);
}

.el_ai_report_text {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}

.el_ai_report_update_text {
    color: #e61e82;
}

.bl_hallpage_ai_report_annotation {
    margin: 10px  20px;
    font-size: 12px;
}

.bl_ai_report_content {
    margin: 10px 20px 50px;
}
.bl_hallpage_report_data_content {
    margin: 30px 20px 50px;
}

.bl_table_wrapper {
    max-height: 600px;
    overflow: scroll;
}

.bl_ai_report_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.bl_ai_report_table tr {
    background-color: #dcdcdc;
}

.bl_ai_report_table tr:nth-child(even) {
    background-color: #fff;
}

.el_ai_report_table_header {
    background-image: linear-gradient(90deg, #f854aa, #e72083);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.el_ai_report_table_header th {
    font-weight: normal;
    padding: 10px 0;
    border: 1px solid #404040;
}

.bl_ai_report_table td {
    text-align: center;
    border: 1px solid #404040;
    white-space: nowrap;
}

.el_ai_report_date {
    width: 20%;
}

.el_ai_report_type {
    width: 15%;
}

.el_ai_report_type_icon {
    padding: 10px;
}

.el_ai_report_samai {
    width: 65%;
}

.bl_hallpage_report_result,
.bl_hallpage_report_schedule {
    margin: 20px 0 0;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #f854aa, #e72083);
}

.bl_hallpage_report_result h4,
.bl_hallpage_report_schedule h4 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 6px 0;
}

.bl_hallpage_report_result_content,
.bl_hallpage_report_schedule_content {
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.bl_hallpage_report_schedule_content {
    max-height: 600px;
    overflow-y: scroll;
}

.bl_hallpage_report_result_item {
    border-bottom: 1px solid #404040;
    padding: 20px;
}

.bl_hallpage_report_result_item:last-child {
    border-bottom: none;
}

.bl_hallpage_report_result_header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.el_hallpage_report_result_header_icon {
    width: 15%;
}

.el_hallpage_report_result_header_title {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.el_hallpage_report_result_header_title h5 {
    font-size: 18px;
    font-weight: bold;
    color: #e61e82;
}

.el_hallpage_report_result_header_title p {
    font-size: 14px;
}

.bl_hallpage_report_result_title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #e61e82;
}

.bl_hallpage_report_result_recent {
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
}

.el_hallpage_report_result_recent_date,
.el_hallpage_report_result_recent_num {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}

.el_hallpage_report_result_recent_date {
    background-image: linear-gradient(90deg, #f854aa, #e72083);
    color: #fff;
}

.el_hallpage_report_result_recent_date td,
.el_hallpage_report_result_recent_num td {
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    border: 1px solid #404040;
}

.el_hallpage_report_result_recent_date td a {
    color: #fff;
}

.el_hallpage_report_result_machine_count {
    white-space: nowrap;
}

.el_hallpage_report_result_machine_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
}

.bl_hallpage_report_schedule_content_item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin: 0 20px;
    gap: 15px;
    border-bottom: 1px solid #404040;
}

.bl_hallpage_report_schedule_content_item:last-child {
    border-bottom: none;
}

.bl_hallpage_empty_msg {
    text-align: center;
    font-size: 18px;
    color: #404040;
    padding: 20px 0;
}

.el_hallpage_report_schedule_content_icon {
    width: 15%;
    padding: 3px;
}

.el_hallpage_report_schedule_content_data {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.el_hallpage_report_schedule_content_data h5 {
    font-size: 16px;
}

.el_hallpage_report_schedule_content_data p {
    font-size: 18px;
    font-weight: bold;
    color: #e61e82;
}

/* マネコ吹き出し */
.bl_maneko_fukidashi {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 10px auto 0;
}

.el_maneko_fukidashi_txt {
    position: absolute;
    width: 70%;
    top: 55%;
    left: 63%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.bl_maneko_kaisetsu {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 10px auto 0;
    padding: 20px 0;
}

.el_maneko_kaisetsu_txt {
    position: absolute;
    width: 64%;
    top: 37%;
    left: 65%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.bl_maneko_hitokoto {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 10px auto 0;
    padding: 20px 0;
}

.el_maneko_hitokoto_txt {
    position: absolute;
    width: 64%;
    top: 44%;
    left: 35%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.el_maneko_orange {
    color: #ff6600;
}

.bl_hall_kadou_top {
    width: 90%;
    margin: 0 auto 20px;
}

.bl_hall_top_empty_banner {
    margin: 20px;
    position: relative;
}
.bl_hall_top_empty_banner_links {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
}

/* 1日の稼働時間 */
.bl_data_area_worktime {
    display: flex;
    justify-content: space-evenly;
}

.bl_data_area_worktime_weekday,
.bl_data_area_worktime_weekend {
    width: 45%;
}

.bl_data_area_worktime_weekday h5,
.bl_data_area_worktime_weekend h5 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ff8700;
    border-radius: 16px;
    color: #ff8700;
    padding: 4px 0;
}

.bl_data_area_worktime_chart {
    position: relative;
    margin-top: 10px;
}

.el_data_area_worktime_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.el_data_area_worktime_text .text_pm_blue {
    color: #29b6f6;
}

.el_data_area_worktime_text .text_pm_orange {
    color: #ff9800;
}

.el_data_area_worktime_text .text_data {
    font-weight: bold;
}

.el_data_area_worktime_text p {
    font-size: 14px;
}

.bl_data_area_favorite_halls {
    margin: 0 15px;
}

.el_data_area_favorite_hall {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
}

.el_data_area_favorite_hall:first-child {
    margin-top: 0;
}

.el_data_area_favorite_hall_link {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    color: #404040;
}

.pref_label {
    padding: 1px 16px;
    border-radius: 12px;
    color: #fff;
    font-size: 10px;
}

.bl_pm_banner {
    position: relative;
    margin: 30px 20px 50px;
    text-align: center;
}

.bl_pm_banner_top_page {
    position: relative;
    margin: 30px 20px 0;
    text-align: center;
}

.bl_pm_banner_links {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
}

.el_attention_list_report_recoding p {
    font-size: 11px;
}

.el_attention_list_contents {
    width: 70%;
}

.d-none {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .bl_area_select_pop_up {
        height: auto;
    }

    .el_hallSearch_input {
        font-size: 15px;
        padding: 8px 40px 8px 8px;
    }

    .el_hallSearch_input_btn {
        right: 5px;
        padding: 8px;
    }

    .el_hallSearch_link {
        padding: 8px 0;
    }

    .el_maneko_kaisetsu_txt {
        top: 43%;
    }

    .el_maneko_fukidashi_txt,
    .el_maneko_kaisetsu_txt {
        font-size: 14px;
    }

    .el_maneko_hitokoto_txt {
        font-size: 12px;
    }

    .el_hall_top_pref_select li a {
        font-size: 12px;
    }
}
