@charset "utf-8";

.area {
    margin: 15px;
}

.pref-list {
    background: rgba(255, 255, 255, .4);
}

.pref-list ul {
    padding: 16px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pref-list ul li span {
    display: block;
    text-align: center;
    color: #b4b4b4;
    background: #646464;
    border-radius: 24px;
    padding: 10px 5px;
    font-weight: bold;
    box-sizing: border-box;
    white-space: nowrap;
}

.pref-list ul li a {
    display: block;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 24px;
    padding: 10px 5px;
    font-weight: bold;
    box-sizing: border-box;
    white-space: nowrap;
}

.hall-list {
    margin: 35px 18px;
}

.hall-list h3 {
    font-weight: bold;
    color: #ffff64;
}

.hall-list h3:not(:first-child) {
    margin-top: 24px;
}

.hall-list h3::before {
    content: "●";
}

.hall-list div {
    background: linear-gradient(90deg, rgba(100, 0, 0, .55), rgba(220, 0, 0, .55));
    ;
    margin-top: 8px;
    border-radius: 8px;
    border: 1px #ff0000 solid;
}

.hall-list div a {
    padding: 12px;
    color: #fff;
    display: block;
    font-weight: bold;
    position: relative;
}

.hall-arrow {
    /* width: 5%; */
    content: '';
    width: 8px;
    height: 8px;
    border: 0 !important;
    border-top: solid 2px #fff !important;
    border-right: solid 2px #fff !important;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: 13px;
    bottom: 0;
    margin: auto;
    border-radius: 0 !important;
}

/* ホールページ */
.hall-info {
    color: #ffffff;
    margin: 15px;
}

.hall-info h4 {
    background: linear-gradient(to right, #ff0000, #c80000);
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.hall-info div {
    border: 1px #ff0000 solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-image: linear-gradient(to right, #ff0000, #c80000) 1;
    display: flex;
    padding: 1rem;
    /* margin: 2px; */
}

.hall-info div:last-child {
    border-bottom-width: 4px;
}

.hall-info div .hall-info-head {
    width: 30%;
    align-content: center;
}

.hall-info div p,
.hall-info div a {
    width: 70%;
    display: block;
}

.hall-info div a {
    color: #ffffff;
    text-decoration: underline;
    word-wrap: break-word;
}

.hall-info div .machine-num {
    border: none;
    display: flex;
    flex-direction: column;
    background: none;
    padding: 0;
    margin: 0;
    width: 70%;
}

.hall-info div .machine-num p {
    margin: 2px 0;
}

.scedule-top h5 {
    font-size: 20px;
    font-weight: bold;
}

.scedule-top .pref-hallname {
    align-content: center;
}

.result-section {
    display: none;
}

.result-section .result {
    align-items: center;
}

.result .result-data h4 {
    margin-bottom: 0;
}

.banner-link {
    cursor: pointer;
}

.report-label {
    margin-bottom: 4px;
    margin-left: 0;
}

.ranking-section {
    margin: 30px 15px 0;
}

.pickup-ranking-title {
    position: relative;
}

.pickup-ranking-title h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .pref-list ul li span,
    .pref-list ul li a {
        font-size: 12px;
    }

    .pickup-ranking-title h4 {
        font-size: 20px;
    }
}
