.hall-detail{
    float: left;
    width: 710px;
    background: #ffffff;
}

.common-frame {
    box-sizing: border-box;
    border: 1px solid rgb(207, 217, 222);
    margin-bottom: 10px;
    width: 100%;
}

.common-heading {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: left;
    color: #ffffff;
    background: var(--brand-color);
    padding: 8px 0 8px 8px;
    margin: 0;
}

.hall-detail__row {
    margin-top: 10px;
}

.hall-detail__inner {
    padding: 10px;
}

.hall-detail__title {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.hall-basic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hall-basic__visual {
    width: 200px;
    margin-right: 10px;
    flex-shrink: 0;
}

.hall-basic__image {
    width: 100%;
    display: block;
}

.hall-basic__content {
    width: 100%;
}

.hall-basic__info {
    width: 100%;
}

.info-table {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}

.info-table__row:nth-of-type(odd) {
    background: #EBEBEB;
}
.info-table__label {
    width: 96px;
    background-color: #f9f9f9;
}

.info-table__label,
.info-table__data {
    padding: 10px 0 10px 10px;
    border: 1px solid #e5e5e5;
    word-break: break-all;
}

.info-table__link {
    display: block;
    color: var(--link-color);
    text-decoration: none;
}

.info-table__link--external {
    position: relative;
}

.link-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
}

.link-grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    color: #ffffff;
    transition: opacity 0.2s;
}

.link-grid__item:hover {
    opacity: 0.7;
}

.link-grid__item--dummy {
    visibility: hidden;
}

.link-grid__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
}

.link-grid__icon {
    margin-right: 5px;
}

.hall-detail__disclaimer {
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
}

.hall-detail__disclaimer + .hall-detail__disclaimer {
    margin-top: 0;
}



/* =========================================
   関連動画
   ========================================= */
.video-card {
    display: flex;
    flex-direction: column;
    width: 157px;
}

.related-videos__container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.video-card__thumbnail img {
    width: 100%;
    display: block;
}

.video-card__detail {
    text-align: left;
    padding-top: 5px;
}

.video-card__detail p {
    margin: 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-card__program-title {
    font-weight: bold;
}

.related-videos__more-link {
    text-align: right;
    padding: 4px 20px 4px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.related-videos__more-link a {
    color: var(--link-color);
}

/* =========================================
   今後の予定
   ========================================= */
.schedule-section__date {
    background: #f5f5f5;
    padding: 8px 10px;
    margin: 0;
    border-left: 5px solid #333;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.schedule-list:has(.schedule-list__item--today) {
    background-color: #ffd100;
}

.schedule-list {
    margin-top: 0;
    padding: 8px 12px;
    list-style: none;
}

.schedule-list__item:first-child {
    border-top: none;
}

.schedule-list__item {
    border-top: 1px solid #d2d2d2;
    position: relative;
    padding: 8px;
}

.schedule-list__link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s;
}

.schedule-list__content {
    display: flex;
    align-items: center;
    padding: 0;
}

.schedule-list__thumb {
    margin-right: 10px;
    flex-shrink: 0;
}

.schedule-list__details {
    flex: 1;
    text-align: left;
}

.schedule-list__title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.schedule-list__comments {
    font-size: 12px;
    font-weight: bold;
    color: #d40000;
    padding-left: 1.2em;
    margin: 5px 0 0;
}

/* =========================================
   新台カレンダー
   ========================================= */
.new-machine-section__date {
    background-color: #f4f4f4;
    padding: 8px 12px;
    margin: 0 0 10px;
    font-weight: bold;
    border-left: 5px solid #333;
    font-size: 20px;
    text-align: left;
}

.new-machine-list {
    padding: 8px 12px;
}

.new-machine-list__item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.new-machine-list__item:first-child {
    border-top: none;
}

.new-machine-list__category {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.new-machine-list__tags {
    text-align: left;
}

.new-machine-list__item--slot .new-machine-list__category {
    background-color: #3498db;
}

.new-machine-list__item--pachinko .new-machine-list__category {
    background-color: #e74c3c;
}

.new-machine-list__body {
    width: 100%;
}

.new-machine-list__name {
    font-size: 16px;
    font-weight: bold;
    color: #181818;
    margin: 0 0 5px 0;
    line-height: 1.4;
    text-align: left;
}

.new-machine-list__count span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #636363;
    padding: 4px 10px;
    border-radius: 4px;
    float: right;
}

.new-machine-list__detail {
    width: 100%;
}

/* =========================================
   取材結果
   ========================================= */
.recent-posts__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts__item {
    position: relative;
    text-align: left;
    padding: 10px 5px;
    font-size: 12px;
    color: #181818;
    border-bottom: 1px solid rgb(207, 217, 222);
}

.recent-posts__item:last-child {
    border-bottom: none;
}

.recent-posts__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.recent-posts__link:visited {
    color: var(--primary-color);
}

.recent-posts__footer {
    text-align: center;
    margin: 10px 0;
}

.recent-posts__more-btn {
    font-size: 12px;
    font-weight: bold;
    color: var(--link-color);
}


/* =========================================
   フライヤー
   ========================================= */
.flyers-section__image {
    display: block;
    width: 100%;
    margin: auto;
}

/* =========================================
   取材結果リンクバナー
   ========================================= */
.banner-link {
    margin-top: 5px;
    margin-bottom: 10px;
}

.banner-link__image {
    width: 100%;
    vertical-align: bottom;
}