@charset "UTF-8";
/* 都道府県ページ */
.bl_area_list {
    margin: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bl_area_title {
    text-align: center;
    color: #000;
    padding: 15px 0;
}
.bl_prefecture_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 1px;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(to top, #000 0%, #165e7f 100%);
}
.bl_prefecture_list a,
.bl_prefecture_list .bl_prefecture_item_none {
    display: block;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
}
.bl_prefecture_list a {
    background-color: #000;
}
.bl_prefecture_list .bl_prefecture_item_none {
    color: #bbb;
    background-color: #666;
}

/* ホール選択ページ */
.bl_pref_title {
    color: #000;
    margin: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
}

.bl_hall_list {
    margin: 0 25px;
}

.el_area_list_label {
    color: #3bdb9d;
    font-weight: bold;
    margin-top: 15px;
}

.bl_hall_list_item {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.bl_hall_list_bg {
    width: 100%;
    height: auto;
    display: block;
}

.bl_hall_list_item p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

/* ホールページ */
.bl_hall_average_stars {
    background-image: url("/img/hall/hall_back.png");
    background-size: cover;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px #3bdb9d solid;
}

.el_hall_average_stars {
    position: relative;
}

.el_hall_average_stars_value {
    position: absolute;
    top: 59%;
    left: 59%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: bold;
    color: #3bdb9d;
}

.bl_hall_info {
    margin: 25px;
    background: linear-gradient(to right, #3bdb9c 0%, #248f8d 100%);
    padding-bottom: 5px;
}

.bl_hall_info_title {
    text-align: center;
    padding: 5px 0;
    color: #000;
}

.bl_hall_info_table {
    margin: auto 5px;
}

.bl_hall_info_row {
    display: flex;
    background: #000;
    padding: 10px;
    margin-top: 1px;
    min-height: 78px;
}

.bl_hall_info_row p {
    margin: auto 0;
}

.bl_hall_info_label {
    width: 25%;
}

.bl_hall_info_value {
    width: 75%;
}

.bl_hall_info_value a {
    color: #fff;
}

.el_hall_date {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
