* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'BIZ UDPGothic';
    src: url(../fonts/BIZ-UDPGothic.eot);
    src: url(../fonts/BIZ-UDPGothic.eot?) format(‘embedded-opentype’),
        url(../fonts/BIZ-UDPGothic.woff) format('woff'),
        url(../fonts/BIZ-UDPGothic.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'BIZ UDPGothic';
    src: url(../fonts/BIZ-UDPGothic-Bold.eot);
    src: url(../fonts/BIZ-UDPGothic-Bold.eot?) format(‘embedded-opentype’),
        url(../fonts/BIZ-UDPGothic-Bold.woff) format('woff'),
        url(../fonts/BIZ-UDPGothic-Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'HGRSGU';
    src: url(../fonts/HGRSGU.eot);
    src: url(../fonts/HGRSGU.eot?) format(‘embedded-opentype’),
        url(../fonts/HGRSGU.woff) format('woff'),
        url(../fonts/HGRSGU.ttf) format('truetype');
    font-weight: bold;
}

body {
    font-family: 'BIZ UDPGothic';
    min-width: 1240px;
    color: #333;
    font-size: 14px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.btn {
    background-color: #d61518;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    min-width: 200px;
    border-radius: 15px;
    box-shadow: 3px 3px 2px #aaa;
    font-family: 'HGRSGU';
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #000;
}

.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

.red {
    color: #d61518;
}

.yellow {
    color: #f5da27;
}

.sp-only {
    display: none;
}

.sub-page {
    position: relative;
}

.sub-page::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bank_img.jpg) center no-repeat;
    background-size: cover;
}

.sub-page .page-inner {
    max-width: 100%;
    width: 1100px;
    background: #fff;
    margin: auto;
    padding-top: 30px;
    min-height: 100vh;
    padding-top: 120px;
    margin-top: -90px;
    margin-bottom: -255px;
    padding-bottom: 400px;
    position: relative;
}

.breadcrumb {
    margin-bottom: 25px;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ol li {
    position: relative;
    margin-right: 15px;
}

.breadcrumb ol li a {
    text-decoration: none;
    color: #333;
}

.breadcrumb ol li a:hover {
    text-decoration: underline;
}

.breadcrumb li:not(:first-child)::before {
    content: "▶︎";
    margin-right: 8px;
}

.main-title {
    text-align: center;
}

.main-title h1 {
    font-size: 2em;
    display: inline-block;
    position: relative;
}

.main-title h1::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_left.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 115%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main-title h1::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_right.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main-title h1 .sub-title {
    color: #d71718;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.main-title h1 .title {
    padding: 5px;
    display: inline-block;
    border-bottom: 5px solid #d71718;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pager {
    text-align: center;
}

.pager span.current {
    background: #d61518;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px;
    display: inline-block;
}

.pager a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    margin: 3px;
    text-decoration: none;
    display: inline-block;
}

.pager a:hover {
    background-color: #d61518;
}

/* table sort */

.tablesorter th {
    position: relative;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.tablesorter th::before,
.tablesorter th::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 7px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #fff transparent;
    pointer-events: none;
}

.tablesorter th::before {
    border-bottom-style: solid;
    border-top: none;
    top: 38%;
}

.tablesorter th::after {
    border-top-style: solid;
    border-bottom: none;
    bottom: 38%;
}

.tablesorter th.headerSortDown:after {
    border: none;
}

.tablesorter th.headerSortDown:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tablesorter th.headerSortUp:before {
    border: none;
}

.tablesorter th.headerSortUp:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tablesorter th.sorter-false:before,
.tablesorter th.sorter-false:after {
    border: none;
}

/* ヘッダー */

header {
    background: url(../img/bank_img.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 99;
}

header::after {
    content: '';
    background-color: rgba(205, 0, 10, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.head-wrap {
    position: relative;
    z-index: 1;
}

.head-wrap .head-menu {
    position: relative;
}

.head-wrap .head-menu>ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.head-wrap .head-menu>ul>li {
    display: flex;
    align-items: center;
}

.head-wrap .head-menu>ul>li.sp-only {
    display: none;
}

.head-wrap .head-menu>ul>li.logo a {
    padding: 15px 10px;
}

.head-wrap .head-menu>ul>li.logo img {
    width: 240px;
}

.head-wrap .head-menu>ul>li>a {
    padding: 15px 25px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: block;
}

.head-wrap .head-menu>ul>li.mult>a{
    padding: 15px;
}

.head-wrap .head-menu>ul>li>a span {
    padding-bottom: 7px;
}

.head-wrap .head-menu>ul>li:hover a span {
    border-bottom: 1px solid #fff;
}

.head-wrap .head-menu>ul>li:hover .sub-menu {
    display: block;
}

.head-wrap .head-menu>ul>li .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: center;
    background: #000;
    z-index: 2;
    display: none;
}

.head-wrap .head-menu>ul>li .sub-menu ul {
    width: 1240px;
    padding: 25px;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    list-style: none;
}

.head-wrap .head-menu>ul>li .sub-menu ul li {
    width: 20%;
    padding: 10px;
}

.head-wrap .head-menu>ul>li .sub-menu ul li a {
    display: block;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    padding: 16px 0;
    font-size: 1.05em;
}

.head-wrap .head-menu>ul>li .sub-menu ul li a:hover {
    background-color: #d61518;
    color: #fff;
}

.head-wrap .vote-bum {
    color: #fff;
    margin-right: 10px;
}

.head-wrap .vote-bum span {
    display: block;
    font-size: 1.4em;
    margin-top: 5px;
}

.head-wrap .hiroshimakeirin-img {
    margin-left: 20px;
}

.head-wrap .hiroshimakeirin-img img {
    height: 60px;
}

/* フッター */

footer {
    position: relative;
    z-index: 99;
}

.foot-main-area {
    background: url(../img/foot_bg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.foot-menu {
    display: inline-flex;
    text-align: left;
}

.foot-menu dl {
    margin: 0 30px;
}

.foot-menu dl dt {
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 30px;
}

.foot-menu dl dd {
    margin: 8px 0;
}

.foot-menu dl dd a {
    color: #fff;
    text-decoration: none;
}

.foot-main-area .hiroshima-keirin {
    text-align: right;
    margin-right: -30px;
}

.foot-main-area .hiroshima-keirin img {
    width: 260px;
}

.foot-btm-area {
    background-color: #ff0006;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
    font-size: 0.9em;
}

.foot-btm-area .container {
    position: relative;
}

.foot-btm-area .privacy-link {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-decoration: none;
    color: #fff;
}

/* バナー（フッター） */

#foot-bnr {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sub-page #foot-bnr {
    position: absolute;
    width: 100%;
  bottom: 270px;
}

#foot-bnr ul {
    margin: 0 -20px;
}

#foot-bnr ul li {
    padding: 0 8px;
}

#foot-bnr .slick-prev:before {
    content: url(../img/back_img.png);
}

#foot-bnr .slick-next:before {
    content: url(../img/next_img.png);
}

/* トップメイン */

.top-slider {
    max-width: 900px;
    margin: auto;
    padding-bottom: 40px;
    border-width: 3px;
    padding-top: 20px;
}

.top-slider li img {
    width: 100%;
}

.top-slider .top-bnr .slick-prev {
    width: 50px;
    height: 50px;
    left: auto;
    right: 103%;
}

.top-bnr .slick-prev:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/slide_back.png);
    background-size: contain;
    vertical-align: middle;
}

.top-slider .top-bnr .slick-next {
    width: 50px;
    height: 50px;
    left: auto;
    left: 103%;
}

.top-bnr .slick-next:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/slide_next.png);
    background-size: contain;
    vertical-align: middle;
}

div#n2-ss-2 .nextend-arrow img {
    display: none !important;
}

.nextend-arrow-previous {
    position: relative;
    margin-left: -75px !important;
}

.nextend-arrow-previous::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../img/slide_back.png);
    background-size: contain;
    vertical-align: middle;
}

.nextend-arrow-next {
    position: relative;
    margin-right: -75px !important;
}

.nextend-arrow-next::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../img/slide_next.png);
    background-size: contain;
    vertical-align: middle;
}

#today-holding-info {
    padding-top: 25px;
    padding-bottom: 40px;
}

#today-holding-info h2 {
    display: inline-block;
    font-size: 2em;
    color: #fff;
    font-weight: normal;
}

#today-holding-info h2 span {
    font-size: 0.6em;
    font-family: 'HGRSGU';
    margin-left: 15px;
    font-weight: bold;
}

#today-holding-info .btn.chariloto {
    background-color: #fff;
    color: #d61518;
    font-size: 0.7em;
    min-width: auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #444;
    vertical-align: bottom;
    margin-left: 25px;
    font-weight: bold;
}

#today-holding-info .inner {
    display: flex;
    margin-top: 10px;
}

#today-holding-info .inner>div {
    width: 50%;
}

#today-holding-info .race-table-area {
    margin-right: 20px;
}

#today-holding-info .race-info {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}

#today-holding-info .race-info .title {
    display: flex;
    margin-bottom: 10px;
}

#today-holding-info .race-info .title .today {
    font-size: 1.6em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#today-holding-info .race-info .title .today .week {
    font-size: 0.4em;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    vertical-align: middle;
}

#today-holding-info .race-info .title .race-name {
    font-size: 1.2em;
    margin-left: 10px;
    margin-top: 3px;
    line-height: 1.2;
}

#today-holding-info .race-info .title .race-name .day {
    margin-left: 10px;
}

#today-holding-info .race-info .race-table-details {
    text-align: right;
}

#today-holding-info .race-info .race-table-details .race-num {
    margin-right: 10px;
}

#today-holding-info .race-info .race-table-details .deadline {
    margin-right: 5px;
}

#today-holding-info .race-table-wrap {
    background-color: #fff;
    padding: 15px 20px;
}

#today-holding-info .race-table-wrap .table-wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}

#today-holding-info .race-table-wrap .race-table {
    width: 100%;
    border-collapse: collapse;
}

#today-holding-info .race-table-wrap .race-table thead th {
    padding-bottom: 5px;
}

#today-holding-info .race-table-wrap .race-table thead th span {
    display: block;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 4px 2px;
}

#today-holding-info .race-table-wrap .race-table thead th:first-child span {
    border-left: 1px solid #999;
    border-radius: 10px 0 0 10px;
}

#today-holding-info .race-table-wrap .race-table thead th:last-child span {
    border-right: 1px solid #999;
    border-radius: 0 10px 10px 0;
}

#today-holding-info .race-table-wrap .race-table td {
    text-align: center;
    padding: 3px 4px;
    font-size: 1.1em;
}

#today-holding-info .race-table-wrap .race-table td .num {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    line-height: 14px;
    font-size: 0.9em;
    font-weight: bold;
}

#today-holding-info .race-table-wrap .race-table td .num1 {
    border: 1px solid;
}

#today-holding-info .race-table-wrap .race-table td .num2 {
    background-color: #000;
    color: #fff;
}

#today-holding-info .race-table-wrap .race-table td .num3 {
    background-color: #d71718;
    color: #fff;
}

#today-holding-info .race-table-wrap .race-table td .num4 {
    background-color: #0b5ca9;
    color: #fff;
}

#today-holding-info .race-table-wrap .race-table td .num5 {
    background-color: #f5da27;
}

#today-holding-info .race-table-wrap .race-table td .num6 {
    background-color: #076937;
    color: #fff;
}

#today-holding-info .race-table-wrap .race-table td .num7 {
    background-color: #ef7c1a;
    color: #fff;
}

#today-holding-info .race-table-wrap .race-table td .num8 {
    background-color: #d63e7c;
    color: #fff;
}

#today-holding-info .race-table-wrap .race-table td .num9 {
    background-color: #794799;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0;
}

#today-holding-info .race-table-wrap .yoso table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    font-size: 0.9em;
    border: 1px solid;
    padding: 5px;
}

#today-holding-info .race-table-wrap .yoso table th {
    width: 80px;
}

#today-holding-info .race-table-wrap .yoso table td ul {
    list-style: none;
    display: flex;
    margin-bottom: 5px;
}

#today-holding-info .race-table-wrap .yoso table td ul:last-child {
    margin-bottom: 0;
}

#today-holding-info .race-table-wrap .yoso table td ul li {
    width: 23px;
}

#today-holding-info .race-table-wrap .yoso table td span {
    font-weight: bold;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 0.9em;
    border: 1px solid;
}

#today-holding-info .race-table-wrap .yoso table td .num2 {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso table td .num3 {
    background-color: #d71718;
    border-color: #d71718;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso table td .num4 {
    background-color: #0b5ca9;
    border-color: #0b5ca9;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso table td .num5 {
    background-color: #f5da27;
}

#today-holding-info .race-table-wrap .yoso table td .num6 {
    background-color: #076937;
    border-color: #076937;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso table td .num7 {
    background-color: #ef7c1a;
    border-color: #ef7c1a;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso table td .num8 {
    background-color: #d63e7c;
    border-color: #d63e7c;
    color: #fff;
}

#today-holding-info .race-table-wrap .yoso table td .num9 {
    background-color: #794799;
    border-color: #794799;
    color: #fff;
}

#today-holding-info .race-movie-area .top-bnr {
    margin-top: 20px;
    padding: 0 15px;
}

#today-holding-info .race-movie-area .top-bnr li {
    padding: 0 3px;
}

#today-holding-info .race-movie-area .top-bnr .slick-prev:before {
    width: 15px;
    height: 15px;
}

#today-holding-info .race-movie-area .top-bnr .slick-next:before {
    width: 15px;
    height: 15px;
}

/* トップ */

#top {
    padding-bottom: 10px;
}

#top-today-race {
    display: flex;
    border-top: 3px solid #fff;
    border-bottom: 5px solid #000;
    box-shadow: 3px 3px 5px #ccc;
}

#top-today-race>div {
    width: 50%;
    text-align: center;
}

#top-today-race .honjyo {
    text-align: right;
}

#top-today-race .jyogai {
    text-align: left;
}

#top-today-race .honjyo h3 {
    background-color: #de353c;
    position: relative;
}

#top-today-race .honjyo h3::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -22px;
    top: 0;
    border-style: solid;
    border-color: transparent transparent transparent #de363d;
    border-width: 22px 0 22px 22px;
}

#top-today-race .jyogai h3 {
    background-color: #000;
}

#top-today-race h3 {
    color: #fff;
    padding: 12px;
    font-size: 1.4em;
    font-weight: normal;
}

#top-today-race h3>span {
    width: 620px;
    display: inline-block;
    text-align: center;
    position: relative;
}

#top-today-race h3>span .open-time {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-size: 0.9em;
}

#top-today-race .inner {
    padding: 20px;
    width: 620px;
    text-align: center;
    display: inline-block;
}

#top-today-race .inner>div {
    display: inline-block;
    padding: 0 30px;
}

#top-today-race .inner a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #0b5ca9;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#top-today-race .inner a:hover span {
    text-decoration: underline;
}

#top-today-race .inner p {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
}

#top-today-race .inner a img {
    height: 24px;
    margin-right: 5px;
}

#top-today-race .inner a>span {
    margin-left: 10px;
}

#top-today-race .inner a span {
    text-align: left;
}

#top-today-race .inner .race-schedule-btn {
    text-align: right;
    margin-right: -30px;
}

#top-today-race .inner .race-schedule-btn .btn {
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    min-width: auto;
    border-radius: 10px;
    font-size: 1.05em;
    margin-bottom: 0;
}

#top-today-race .inner .race-schedule-btn .btn:hover {
    text-decoration: none;
}

#top-calendar {
    padding-top: 60px;
    padding-bottom: 40px;
}

#top-calendar h2 {
    color: #d61518;
    font-size: 2em;
    margin-bottom: 10px;
}

#top-calendar h2 span {
    font-size: 0.6em;
    font-family: 'HGRSGU';
    margin-left: 15px;
}

.calendar-box {
    text-align: center;
    border: 4px solid #d61518;
    border-radius: 5px;
    font-size: 0.8em;
}

.calendar-box h3 {
    background-color: #d61518;
    color: #fff;
    padding: 20px;
    padding-top: 17px;
}

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

.calendar-box table tr:first-child th {
    border-top: none;
}

.calendar-box table tr:last-child td {
    border-bottom: none;
}

.calendar-box table thead th {
    background-color: #edf0f3;
}

.calendar-box table thead th.sun,
.calendar-box table thead th.hol {
    color: #d61518;
}

.calendar-box table thead th.sat {
    color: #0b5ca9;
}

.calendar-box table th {
    border: 1px solid #ccc;
    padding: 7px 2px;
}

.calendar-box table tr th:first-child {
    border-left: none;
    width: 60px;
}

.calendar-box table .honjyo th {
    background-color: #f59394;
}

.calendar-box table .jyogai th {
    background-color: #a9a9a9;
    border-bottom: none;
}

.calendar-box table td {
    border: 1px solid #ccc;
    line-height: 1.2;
    font-weight: bold;
}

.calendar-box table td .race-name {
    margin-top: 3px;
}

.calendar-box table td img {
    height: 16px;
    margin: 2px 0;
}

.calendar-box table td a {
    text-decoration: none;
    color: #333;
    padding: 7px 3px;
    display: block;
}

.calendar-box table td.gp {
    background-color: #fff0ad;
}

.calendar-box table td.g1 {
    background-color: #ffcbd2;
}

.calendar-box table td.g2 {
    background-color: #c2ebff;
}

.calendar-box table td.g3 {
    background-color: #ffe8cc;
}

.calendar-box table td.f1 {
    background-color: #dbeeee;
}

.calendar-box table td.f2 {
    background-color: #d4f5d8;
}

.calendar-box table td.night {
    background-color: #ddddff;
}

.calendar-box table td.midnight {
    background-color: #cecece;
}

#top-calendar .inner .btn-wrap {
    text-align: right;
    margin-top: 10px;
}

#top-sns {
    background: url(../img/sns_bg.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
}

#top-sns .inner {
    display: flex;
    align-items: center;
}

#top-sns .pisuke {
    height: 90px;
}

#top-sns h2 {
    font-size: 2em;
    color: #fff;
    margin: 0 15px;
    font-weight: normal;
}

#top-sns .arrow {
    height: 30px;
}

#top-sns ul {
    display: flex;
    list-style: none;
    margin-left: 50px;
}

#top-sns ul li {
    margin: 0 20px;
}

#top-sns ul li img {
    height: 70px;
}

#top-news {
    padding-top: 60px;
    padding-bottom: 40px;
}

#top-news h2 {
    color: #d61518;
    font-size: 2em;
}

#top-news h2 span {
    font-size: 0.6em;
    font-family: 'HGRSGU';
    margin-left: 15px;
}

#top-news .tab {
    list-style: none;
    display: flex;
    margin-top: 10px;
    font-family: 'HGRSGU';
}

#top-news .tab li {
    width: 100%;
    text-align: center;
    padding: 13px 5px;
    background-color: #a9a9a9;
    cursor: pointer;
    font-weight: bold;
    border-right: 1px solid #a9a9a9;
}

#top-news .tab li:last-child {
    border-right: none;
}

#top-news .tab li.active {
    background-color: #d61518;
    color: #fff;
}

#top-news .tab li:hover {
    background-color: #d61518;
    color: #fff;
}

#top-news .list-box {
    position: relative;
    min-height: 445px;
    display: none;
}

#top-news .list-box .bg-pisuke {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 90%;
}

#top-news .list-box ul {
    position: relative;
    z-index: 2;
    list-style: none;
}

#top-news .list-box ul li {
    border-bottom: 1px solid #a9a9a9;
}

#top-news .list-box ul li a {
    display: flex;
    padding: 30px 20px;
    padding-left: 50px;
    font-weight: bold;
    align-items: center;
    text-decoration: none;
    color: #333;
}

#top-news .list-box ul li a:hover {
    color: #de353c;
}

#top-news .list-box ul li .date {
    margin-right: 40px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100px;
}

#top-news .list-box ul li .news-cat {
    display: inline-block;
    padding: 7px;
    width: 100px;
    text-align: center;
    margin-right: 50px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#top-news .list-box ul li .news-cat.event {
    background-color: #ef6363;
    color: #fff;
}

#top-news .list-box ul li .news-cat.race {
    background-color: #008ccf;
    color: #fff;
}

#top-news .list-box ul li .news-cat.campaign {
    background-color: #ffa500;
    color: #fff;
}

#top-news .list-box ul li .news-cat.etc {
    background-color: #333;
    color: #fff;
}

#top-news .list-box ul li .title {
    width: 100%;
    padding-right: 40px;
    line-height: 1.4;
    position: relative;
}

#top-news .list-box ul li .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#top-news .list-box ul li .arrow span {
    border-top: solid 2px #d61518;
    border-right: solid 2px #d61518;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    display: inline-block;
}

#top-news .btn-wrap {
    text-align: right;
    margin-top: 40px;
}

/* 食堂案内 */

#food .inner {
    margin-top: 10px;
    margin-bottom: 50px;
}

#food h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 15px;
}

#food h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#food h2 img {
    height: 40px;
}

#food h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#food .inner .cts-box {
    margin-bottom: 30px;
}

#food .inner .cts-box p {
    line-height: 1.8;
}

#food .inner .note {
    font-size: 0.85em;
}

#food .inner .shop-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

#food .inner .shop-info .logo {
    flex-shrink: 0;
    margin-right: 10px;
}

#food .inner .shop-info .logo img {
    width: 120px;
}

#food .inner .shop-info .time {
    font-size: 1.2em;
}

#food .inner .shokudo {
    display: flex;
    margin-top: 10px;
}

#food .inner .shokudo>div {
    width: 100%;
}

#food .inner .shokudo .menu-area {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 55%;
    padding-left: 30px;
    position: relative;
}

#food .inner .shokudo .menu-area h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 10px;
}

#food .inner .shokudo .menu-area h3 img {
    height: 30px;
}

#food .inner .shokudo .menu-area h3 span {
    display: inline-block;
    margin: 0 10px;
}

#food .inner .shokudo .menu-area ul {
    display: flex;
    list-style: none;
}

#food .inner .shokudo .menu-area ul li {
    width: calc(100%/3);
}

#food .inner .shokudo .menu-area ul li:nth-child(2) {
    margin: 0 15px;
}

#food .inner .shokudo .menu-area ul li dl {
    margin-top: 10px;
    padding: 5px;
}

#food .inner .shokudo .menu-area ul li dt {
    text-align: center;
    margin-bottom: 8px;
}

#food .inner .shokudo .menu-area ul li dd {
    font-size: 0.8em;
    line-height: 1.6;
}

#food .inner .img-cts {
    display: flex;
}

#food .inner .img-cts>div {
    width: 50%;
}

#food .inner .img-cts>div:first-child {
    margin-right: 10px;
}

#food .inner .alcohol .note-wrap {
    margin-top: 5px;
}

/* 開催スケジュール */

#schedule .inner {
    margin-top: 30px;
}

#schedule .lead {
    line-height: 1.8;
}

#schedule .schedule-list {
    margin-top: 20px;
}

#schedule .schedule-list>div {
    margin-bottom: 40px;
}

.calendar-guide {
    margin-top: 15px;
    text-align: right;
}

.calendar-guide ul {
    list-style: none;
    margin-bottom: 10px;
}

.calendar-guide ul li {
    display: inline-flex;
    margin-left: 10px;
    align-items: center;
}

.calendar-guide ul li img {
    height: 18px;
    margin-right: 7px;
}

/* 出走表 */

#race-table .inner {
    margin-top: 30px;
}

#race-table .inner>div {
    margin-bottom: 30px;
}

#race-table .race-name {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

#race-table h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
}

#race-table h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#race-table h2 img {
    height: 40px;
}

#race-table h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#race-table .race-name .date {
    margin-left: 20px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#race-table .pdf-box ul {
    list-style: none;
    display: flex;
    margin: 0 -8px;
}

#race-table .pdf-box ul li {
    display: inline-block;
    width: calc(100%/6);
    padding: 0 8px;
}

#race-table .pdf-box ul li .btn {
    min-width: auto;
    width: 100%;
    font-size: 1.2em;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

#race-table .pdf-box ul li .btn img {
    height: 16px;
    margin-left: 5px;
}

#race-table .inner .no-race {
    line-height: 1.8;
    font-size: 1.2em;
    margin: 80px 0;
    text-align: center;
}

/* 施設案内 */

#facility .inner {
    margin-top: 30px;
}

#facility .inner>div {
    margin-bottom: 40px;
}

#facility h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 20px;
}

#facility h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#facility h2 img {
    height: 40px;
}

#facility h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#facility .map-img-area img:not(:last-child) {
    margin-bottom: 20px;
}

#facility .map-img-area .notes {
    line-height: 1.8;
}

#facility .price-area table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#facility .price-area table th {
    border: 1px solid #fff;
    padding: 15px;
    background-color: #333;
    color: #fff;
}

#facility .price-area table td {
    border: 1px solid;
    padding: 15px;
    text-align: center;
}

#facility .bank-data-area {
    display: flex;
    align-items: center;
}

#facility .bank-data-area .bank-img {
    width: 40%;
}

#facility .bank-data-area .bank-details {
    width: 60%;
    padding-left: 40px;
}

#facility h3 {
    font-weight: normal;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#facility h3 img {
    height: 30px;
}

#facility h3 span {
    margin: 0 10px;
}

#facility .bank-data-area .bank-details .bank-data {
    background-color: #eaeaea;
    padding: 15px 10px;
}

#facility .bank-data-area .bank-details table {
    width: 100%;
    border-collapse: collapse;
}

#facility .bank-data-area .bank-details table th {
    padding: 10px 20px;
    text-align: left;
}

#facility .bank-data-area .bank-details table td {
    padding: 10px 20px;
}

#facility .facility-list {
    margin-top: 20px;
}

#facility .facility-list>div:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

#facility .facility-list h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 15px;
}

#facility .facility-list p {
    line-height: 1.8;
}

#facility .facility-list .img-area {
    display: flex;
    margin-top: 15px;
}

#facility .facility-list .img-area>div {
    width: 100%;
}

#facility .facility-list .img-area>div:not(:last-child) {
    margin-right: 10px;
}

#facility .facility-list .btn-wrap {
    text-align: right;
    margin-top: 20px;
}

/* 交通アクセス */

#access .inner {
    margin-top: 40px;
}

#access .inner>div {
    margin-bottom: 40px;
}

#access h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 20px;
}

#access h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#access h2 img {
    height: 40px;
}

#access h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#access h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: normal;
}

#access h3 img {
    height: 30px;
}

#access h3 span {
    margin: 0 10px;
}

#access .map iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
}

#access .parking {
    display: flex;
}

#access .parking .parking-name {
    width: 40%;
}

#access table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}

#access .parking .parking-name p {
    line-height: 1.8;
}

#access table th {
    border: 1px solid;
    color: #fff;
    background-color: #333;
    padding: 15px;
    font-weight: normal;
}

#access table td {
    padding: 15px 10px;
    border: 1px solid;
    text-align: center;
    line-height: 1.3;
}

#access .parking .parking-img {
    width: 60%;
    margin-left: 30px;
}

#access .public-transport {
    text-align: center;
}

#access .public-transport .cts-box {
    display: none;
}

#access .public-transport>img {
    width: 500px;
    margin-top: 10px;
}

#access .public-transport .tab {
    display: flex;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

#access .public-transport .tab li {
    width: 100%;
    text-align: center;
    background-color: #a9a9a9;
    cursor: pointer;
    padding: 15px;
    margin-right: 20px;
    font-size: 1.1em;
}

#access .public-transport .tab li:last-child {
    margin-right: 0;
}

#access .public-transport .tab li.active {
    background-color: #d61518;
    color: #fff;
}

#access .public-transport .tab li:hover {
    background-color: #d61518;
    color: #fff;
}

#access .public-transport h3 {
    margin-bottom: 30px;
}

#access .public-transport table {
    table-layout: auto;
    margin-bottom: 30px;
}

#access .public-transport table thead th {
    font-size: 1.1em;
}

#access .public-transport table thead th i {
    font-size: 1.2em;
    margin-right: 10px;
}

#access .public-transport table th {
    width: 30%;
}

#access .public-transport table td {
    text-align: left;
}

#access .public-transport table td a {
    color: #d61518;
    margin-left: 30px;
}

#access .public-transport table td a i {
    margin-right: 7px;
}

/* 初心者の方へ */

#beginner .inner {
    margin-top: 30px;
}

#beginner .inner p {
    line-height: 1.8;
}

#beginner .inner>div {
    margin-bottom: 40px;
}

#beginner h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 20px;
}

#beginner h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#beginner h2 img {
    height: 40px;
}

#beginner h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#beginner .about {
    display: flex;
}

#beginner .about .details-area {
    width: 100%;
    margin-left: 30px;
}

#beginner .about .details-area .point {
    background-color: #eaeaea;
    padding: 20px 15px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#beginner .about .details-area .point h3 {
    margin-bottom: 15px;
}

#beginner .about .details-area .btn-wrap {
    text-align: right;
}

#beginner .about .img-area {
    width: 34%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#beginner .holding h3 {
    font-size: 1.2em;
    color: #fff;
    background-color: #333;
    padding: 14px;
    text-align: center;
    font-weight: normal;
}

#beginner .holding-cts {
    display: flex;
    margin-top: 15px;
}

#beginner .holding-cts>div {
    width: 50%;
    border: 1px solid;
}

#beginner .holding-cts>div:first-child {
    margin-right: 20px;
}

#beginner .holding-cts>div>div {
    padding: 15px 30px;
}

#beginner .price {
    margin-top: 15px;
}

#beginner .price>div {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#beginner .price>div h3 {
    font-size: 1.2em;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 22%;
    margin-top: 2px;
}

#beginner .price>div h3 img {
    height: 22px;
}

#beginner .price>div h3 span {
    margin: 0 10px;
}

#beginner .vote .point {
    background-color: #eaeaea;
    padding: 20px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#beginner .vote .point h3 {
    margin-bottom: 10px;
}

#beginner .vote .point h3 i {
    margin-left: 5px;
}

/* 地元選手 */

#player .inner {
    margin-top: 40px;
}

#player .player-menu {
    list-style: none;
    display: flex;
    margin: 0 -5px;
    margin-bottom: 30px;
}

#player .player-menu li {
    width: 100%;
    padding: 5px;
}

#player .player-menu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #d61518;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    border-radius: 15px;
}

#player .player-list-wrap {
    margin-bottom: 20px;
}

#player h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 15px;
}

#player h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#player h2 img {
    height: 40px;
}

#player h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#player .player-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#player .player-list>div {
    padding: 10px;
    width: 33.3%;
}

#player .player-list .player-box {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #a9a9a9;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #aaa;
}

#player .player-list .player-box>div:first-child {
    width: 45%;
}

#player .player-list .player-box h3 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#player .player-list .player-box h3 span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    margin-bottom: 5px;
}

#player .player-list .player-box table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.9em;
}

#player .player-list .player-box table th {
    padding: 3px;
}

#player .player-list .player-box table td {
    padding: 3px;
}

#player .player-list .player-details {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
    width: 55%;
    white-space: nowrap;
}

#player .player-list .player-details .btn {
    min-width: 90%;
    padding: 10px 20px;
}

#player-single .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#player-single .details-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#player-single .details-box .left-area {
    margin-right: 60px;
    max-width: 50%;
}

#player-single .details-box .right-area {
    min-width: 40%;
    max-width: 50%;
}

#player-single .details-box .right-area h2 {
    font-size: 1.8em;
}

#player-single .details-box .right-area h2 .pc-only {
    margin-left: 20px;
    display: inline-block;
}

#player-single .details-box .right-area table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#player-single .details-box .right-area table th,
#player-single .details-box .right-area table td {
    border-bottom: 1px solid #a9a9a9;
    padding: 15px 20px;
    text-align: left;
}

#player-single .details-box .right-area .btn-wrap {
    text-align: right;
    margin-top: 30px;
}

#player-single .movie-box {
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

#player-single .movie-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
}

#player-single .movie-box h3 img {
    height: 30px;
}

#player-single .movie-box h3 span {
    display: inline-block;
    margin: 0 10px;
}

/* ピーすけ紹介 */

#pisuke .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#pisuke .pisuke-details {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 30px;
}

#pisuke .pisuke-details .left-area {
    width: 30%;
    margin-right: 40px;
}

#pisuke .pisuke-details .right-area {
    width: 70%;
    text-align: center;
}

#pisuke .pisuke-details h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 10px;
}

#pisuke .pisuke-details h2 span {
    display: block;
    font-size: 0.6em;
    margin-bottom: 10px;
    font-weight: normal;
}

#pisuke .pisuke-details .sns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pisuke .sns h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.6em;
    margin-right: 30px;
}

#pisuke .sns h3 img {
    height: 30px;
}

#pisuke h3 span {
    display: inline-block;
    margin-right: 20px;
}

#pisuke .pisuke-details .sns ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
}

#pisuke .pisuke-details .sns ul li {
    margin: 0 7px;
}

#pisuke .pisuke-details .sns ul li img {
    width: 50px;
}

#pisuke .pisuke-details .img-box {
    display: flex;
}

#pisuke .pisuke-details .img-box>div {
    width: 50%;
}

#pisuke .movie-box {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

#pisuke .movie-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.6em;
    margin-bottom: 20px;
}

#pisuke .movie-box h3 img {
    height: 30px;
}

#pisuke .movie-box h3 span {
    margin: 0 10px;
}

/* お問い合わせ */

#contact .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#contact .lead {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 25px;
}

#contact .form-box {
    text-align: center;
    width: 700px;
    margin: auto;
}

#contact .form-box table {
    width: 100%;
    border-collapse: collapse;
}

.input-text {
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 10px;
    width: 100%;
    resize: vertical;
    font-weight: normal;
    border-radius: 0;
    font-family: 'BIZ UDPGothic';
}

.input-text.auto {
    width: auto;
}

#contact .form-box table th {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: 1px solid #fff;
}

#contact .form-box table td {
    padding: 10px;
    border: 1px solid;
    text-align: left;
}

#contact .form-box .wpcf7-not-valid-tip {
    margin-top: 10px;
}

#contact .btn-wrap {
    margin-top: 30px;
}

#contact .wpcf7 form .wpcf7-response-output {
    border: none;
    margin-top: 30px;
    color: #dc3232;
}

#contact .wpcf7-spinner{
    display: none;
}

#contact .recaptcha-msg{
    text-align: center;
    margin-top: 40px;
}

#contact .recaptcha-msg a{
    color: #dc3232;
}

/* インフォメーション */

#info .inner {
    margin-top: 40px;
}

#info .inner>div {
    margin-bottom: 40px;
}

#info h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 30px;
}

#info h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#info h2 img {
    height: 40px;
}

#info h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#info .tel-box .tel-num {
    margin-bottom: 20px;
}

#info .tel-box .tel-num a {
    text-decoration: none;
    color: #de353c;
    font-size: 2.4em;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

#info .tel-box .tel-num a i {
    margin-right: 10px;
}

#info .tel-box .tel-num span {
    font-size: 1.2em;
}

#info p {
    line-height: 1.8;
}

#info .fax-box a {
    color: #de353c;
}

/* リンク集 */

#link .inner {
    margin-top: 50px;
}

#link .inner>div {
    margin-bottom: 40px;
}

#link h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 35px;
}

#link h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#link h2 img {
    height: 40px;
}

#link h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#link h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
    width: 200px;
}

#link h3 img {
    height: 30px;
}

#link h3 span {
    display: inline-block;
    margin: 0 10px;
}

#link table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #a9a9a9;
}

#link table th {
    padding: 20px;
    border-bottom: 1px solid #a9a9a9;
    width: 200px;
}

#link table td {
    padding: 20px;
    border-bottom: 1px solid #a9a9a9;
}

#link table td a {
    color: #333;
    text-decoration: none;
}

#link table td a:hover {
    color: #de353c;
}

#link table td a i {
    margin-left: 10px;
}

#link .bank-list>div {
    margin-bottom: 30px;
}

/* 予想情報 */

#magazine .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#magazine .lead {
    line-height: 1.8;
}

#magazine .magazine-box {
    margin-top: 40px;
}

#magazine .race-name {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

#magazine h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
}

#magazine h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#magazine h2 img {
    height: 40px;
}

#magazine h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#magazine .race-name .date {
    margin-left: 30px;
    font-size: 1.2em;
    padding-bottom: 5px;
}

#magazine ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#magazine ul li {
    width: calc(100%/6);
    padding: 10px;
}

#magazine ul li .btn {
    min-width: auto;
    width: 100%;
    font-size: 1.2em;
    padding: 12px;
}

/* ポリシー */
#policy .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#policy .lead {
    line-height: 1.8;
}

#policy .policy-list {
    margin-top: 30px;
}

#policy .policy-list>div {
    margin-bottom: 40px;
}

#policy .policy-list h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 30px;
}

#policy .policy-list h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#policy .policy-list h2 img {
    height: 40px;
}

#policy .policy-list h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#policy .policy-wrap>div {
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#policy .policy-wrap h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 20px;
}

#policy .policy-wrap .cts-box {
    line-height: 1.8;
}

#policy .policy-list .lead {
    margin-bottom: 30px;
}

#policy .contact-box {
    background-color: #eaeaea;
    padding: 30px;
    margin-top: 50px;
}

#policy .contact-box .tel-num {
    margin-bottom: 25px;
    margin-top: 25px;
}

#policy .contact-box .tel-num a {
    text-decoration: none;
    color: #de353c;
    font-size: 2.4em;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

#policy .contact-box .tel-num a i {
    margin-right: 10px;
}

#policy .contact-box .tel-num span {
    font-size: 1.2em;
}

/* ぴーすけチャンネル */

#channel .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#channel .channel-img {
    text-align: center;
}

#channel .lead {
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
    font-size: 1.2em;
}

#channel .guest-list {
    text-align: center;
    margin-top: 50px;
}

#channel .guest-list>div {
    margin-bottom: 20px;
}

#channel .guest-list h2 {
    margin-bottom: 20px;
}

#channel .link-box {
    text-align: center;
    background-color: #eaeaea;
    padding: 30px;
    margin-top: 40px;
}

#channel .link-box>div {
    display: inline-block;
    margin: 0 20px;
}

#channel .link-box h2 {
    margin-bottom: 25px;
}

#channel .link-box h2 i {
    margin-left: 10px;
}

/* 新型コロナウイルス感染症対策について */

#covid .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#covid .lead {
    line-height: 1.8;
}

#covid .guideline {
    line-height: 1.8;
    margin-top: 30px;
}

#covid .guideline>div:first-child {
    border-top: 1px solid #a9a9a9;
}

#covid .guideline>div {
    border-bottom: 1px solid #a9a9a9;
    padding: 20px 0;
}

#covid .guideline .link-box {
    margin-top: 10px;
}

#covid .guideline a {
    color: #d61518;
}

#covid .guideline .link-box .note {
    margin-top: 10px;
}

/* 協賛レース募集 */

#sponsorship .inner {
    margin-top: 30px;
    margin-bottom: 40px;
}

#sponsorship .title-img {
    text-align: center;
    margin-bottom: 40px;
}

#sponsorship .title-img img {
    width: 800px;
}

#sponsorship .adjust {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #d61518;
    text-align: center;
    font-size: 1.1em;
}

#sponsorship .lead {
    line-height: 1.8;
}

#sponsorship .details-box {
    margin-top: 30px;
}

#sponsorship .details-box table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.8;
}

#sponsorship .details-box table th {
    background-color: #333;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid;
    width: 200px;
}

#sponsorship .details-box table td {
    padding: 15px 20px;
    border: 1px solid;
}

#sponsorship .details-box table td ul,
#sponsorship .details-box table td ol {
    padding-left: 20px;
}

#sponsorship .details-box table td .btn-wrap {
    margin-top: 10px;
    margin-bottom: 5px;
}

#sponsorship .details-box table td .btn {
    font-size: 1.2em;
    padding: 10px;
}

#sponsorship .tel {
    text-decoration: none;
    color: #333;
}

/* 車券の購入にのめり込んで不安のある方へ */

#dependence .inner {
    margin-top: 40px;
    line-height: 1.8;
}

#dependence .lead {
    margin-bottom: 30px;
}

#dependence .lead .strong {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#dependence .inner a {
    color: #d61518;
    display: inline-block;
}

#dependence .inner a i {
    margin-left: 7px;
}

#dependence .dependence-wrap>div {
    border-top: 1px solid #a9a9a9;
    padding-top: 30px;
    padding-bottom: 30px;
}

#dependence .dependence-wrap h2 {
    margin-bottom: 10px;
}

#dependence .dependence-wrap .scga h2 {
    margin-bottom: 20px;
}

#dependence .link-box {
    margin-top: 20px;
}

#dependence .link-box>div {
    margin-top: 10px;
}

#dependence .img-area {
    margin-bottom: 20px;
}

#dependence .movie-area {
    margin-top: 20px;
}

#dependence .movie-area img {
    margin-top: 10px;
}

/* お知らせ */

#news .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#news .list-box {
    position: relative;
    min-height: 445px;
}

#news .list-box ul {
    position: relative;
    z-index: 2;
    list-style: none;
}

#news .list-box ul li {
    border-bottom: 1px solid #a9a9a9;
}

#news .list-box ul li a {
    display: flex;
    padding: 30px 20px;
    padding-left: 50px;
    font-weight: bold;
    align-items: center;
    text-decoration: none;
    color: #333;
}

#news .list-box ul li a:hover {
    color: #d61518;
}

#news .list-box ul li .date {
    margin-right: 40px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100px;
}

#news .list-box ul li .news-cat {
    display: inline-block;
    padding: 7px;
    width: 100px;
    text-align: center;
    margin-right: 50px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#news .list-box ul li .news-cat.event {
    background-color: #ef6363;
    color: #fff;
}

#news .list-box ul li .news-cat.race {
    background-color: #008ccf;
    color: #fff;
}

#news .list-box ul li .news-cat.campaign {
    background-color: #ffa500;
    color: #fff;
}

#news .list-box ul li .news-cat.etc {
    background-color: #333;
    color: #fff;
}

#news .list-box ul li .title {
    width: 100%;
    padding-right: 40px;
    line-height: 1.4;
    position: relative;
}

#news .list-box ul li .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#news .list-box ul li .arrow span {
    border-top: solid 2px #d61518;
    border-right: solid 2px #d61518;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    display: inline-block;
}

#news .list-box .bg-pisuke {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 360px;
}

#news .pager {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

#news .news-list .tab {
    list-style: none;
    display: flex;
    margin-top: 10px;
    font-family: 'HGRSGU';
}

#news .news-list .tab li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-right: 1px solid #a9a9a9;
}

#news .news-list .tab li:last-child {
    border-right: none;
}

#news .news-list .tab li a {
    display: block;
    padding: 13px 5px;
    color: #333;
    background-color: #a9a9a9;
    text-decoration: none;
}

#news .news-list .tab li a:hover {
    background-color: #d61518;
    color: #fff;
}

#news .news-list .tab li.active a {
    background-color: #d61518;
    color: #fff;
    cursor: auto;
}

#news .news-list .no-news {
    text-align: center;
    padding: 40px 0;
    font-size: 1.2em;
}

#news .single-news-box .date {
    font-size: 1.1em;
}

#news .single-news-box h2 {
    display: inline-flex;
    align-items: flex-end;
    border-bottom: 5px solid #de353c;
    margin-top: 20px;
    line-height: 1.4;
}

#news .single-news-box h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#news .single-news-box h2 img {
    height: 40px;
}

#news .single-news-box h2 span {
    display: inline-block;
    line-height: 1.2;
    margin-bottom: -3px;
}

#news .single-news-box .cts {
    margin-top: 30px;
    line-height: 1.8;
}

#news .single-news-box .cts p {
    margin-bottom: 15px;
}

#news .single-news-box .cts a {
    color: #d61518;
}

#news .single-news-box .cts .wp-block-file a.wp-block-file__button {
	color: #fff;
}

#news .single-news-box .link-box {
    text-align: center;
    margin-top: 40px;
}

#news .single-news-box .link-box>p {
    display: inline-block;
    margin: 0 10px;
}

#news .single-news-box .link-box a {
    background-color: #d61518;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    min-width: 200px;
    border-radius: 15px;
    box-shadow: 3px 3px 2px #aaa;
    font-family: 'HGRSGU';
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
}

/* レース結果 */

#result .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#result .tab {
    display: flex;
    list-style: none;
}

#result .tab li {
    width: 100%;
    text-align: center;
    padding: 16px 5px;
    background-color: #a9a9a9;
    border-right: 1px solid #a9a9a9;
    font-weight: bold;
    cursor: pointer;
}

#result .tab li.active {
    background-color: #d61518;
    color: #fff;
    cursor: auto;
}

#result .result-list-box {
    margin-top: 30px;
}

#result .result-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 30px;
}

#result .result-box .race-name {
    font-size: 1.4em;
    color: #d61518;
    margin-right: 20px;
}

#result .result-box .result {
    margin-top: 20px;
}

#result .result-box .result ul {
    list-style: none;
    display: flex;
    margin: 0 -5px;
    margin-top: 15px;
}

#result .result-box .result ul li {
    width: calc(100%/12);
    padding: 0 5px;
}

#result .result-box .result ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

#result .result-box .result ul li a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#result .result-box .result ul li a:hover {
    background-color: #d61518;
}

#result .result-box .result ul li button {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    width: 100%;
    font-size: 1em;
    font-family: 'BIZ UDPGothic';
}

#result .result-box .result ul li button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

#result .result-box .result ul li button:hover {
    background-color: #d61518;
}

#result .inner .no-result {
    line-height: 1.8;
    font-size: 1.2em;
    margin: 80px 0;
    text-align: center;
}

/* 開催案内 */

#holding .inner {
    margin-top: 40px;
    margin-bottom: 40px;
}

#holding h2 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4;
}

#holding .holding-cts-area {
    margin-top: 20px;
}

#holding .holding-cts-area>div {
    margin-bottom: 30px;
}

#holding h3 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 20px;
    font-size: 1.5em;
}

#holding h3 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#holding h3 img {
    height: 40px;
}

#holding h3 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#holding .holding-cts-area .cts {
    font-size: 1.2em;
    line-height: 1.8;
}

#holding .holding-cts-area .cts .note {
    font-size: 0.9em;
    margin-top: 10px;
}

#holding .holding-cts-area .time>div:not(:first-child) {
    margin-top: 30px;
}

#holding .holding-cts-area .time table {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 1.4;
    font-size: 0.9em;
}

#holding .holding-cts-area .time table th {
    border: 1px solid;
    padding: 10px;
    background-color: #333;
    color: #fff;
}

#holding .holding-cts-area .time table td {
    border: 1px solid;
    padding: 10px;
    text-align: center;
}

#holding .holding-cts-area .cs table {
    max-width: 100%;
    border-collapse: collapse;
}

#holding .holding-cts-area .cs table th {
    padding: 5px 0;
    text-align: left;
    vertical-align: baseline;
}

#holding .holding-cts-area .cs table td {
    padding: 5px 30px;
}

#holding .holding-cts-area .cs .note {
    margin-top: 5px;
}

#holding .holding-cts-area .tel-num {
    display: flex;
    align-items: baseline;
}

#holding .holding-cts-area .tel-num a {
    color: #d61518;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 20px;
}

#holding .holding-cts-area .tel-num a i {
    margin-right: 10px;
}

#holding .holding-cts-area .player ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#holding .holding-cts-area .player ul li {
    width: calc(100%/6);
    text-align: center;
    padding: 10px;
}

#holding .holding-cts-area .player ul li a {
    display: block;
    font-size: 0.8em;
    text-decoration: none;
    color: #333;
}

#holding .holding-cts-area .player ul li a:hover {
    color: #d61518;
}

#holding .holding-cts-area .player ul li a p {
    margin-top: 5px;
}

#holding .holding-cts-area .present-cts {
    margin-top: 10px;
    margin-bottom: 15px;
}

#holding .holding-cts-area .present-cts ul {
    padding-left: 24px;
    color: #d61518;
}

#holding .holding-cts-area .present .app-method table th {
    padding: 0 10px;
}

#holding .holding-cts-area .present .app-method table td {
    padding-left: 20px;
}

#holding .holding-cts-area .present .app-method>div {
    margin-top: 15px;
}

#holding .holding-cts-area .present .app-method .btn-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
}

#holding .holding-cts-area .present .app-method .btn {
    padding: 10px;
}

#holding .holding-cts-area .live ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

#holding .holding-cts-area .live ul li:not(:last-child) {
    margin-right: 30px;
}

#holding .no-holding {
    line-height: 1.8;
    font-size: 1.2em;
    margin: 80px 0;
    text-align: center;
}

/* 視聴者プレゼント */

#present .inner {
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 1.8;
}

#present .inner .close {
    font-size: 1.2em;
    margin: 80px 0;
    text-align: center;
}

#present h2 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4;
}

#present .lead {
    text-align: center;
    margin-top: 20px;
}

#present .present-cts {
    text-align: center;
    margin-top: 20px;
    color: #d61518;
}

#present .present-cts ul {
    display: inline-block;
    padding-left: 20px;
    text-align: left;
}

#present .form-area {
    width: 800px;
    margin: auto;
    text-align: center;
    background: #f5f5f5;
    padding: 40px;
    margin-top: 30px;
    padding-bottom: 50px;
    max-width: 100%;
}

#present .form-area table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

#present .form-area table th {
    padding: 10px;
    text-align: left;
    width: 180px;
}

#present .form-area .required {
    color: #d61518;
    margin: 0 5px;
}

#present .form-area table td {
    padding: 10px;
    text-align: left;
}

#present .form-area select {
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 10px;
    width: 100%;
    font-weight: normal;
    border-radius: 0;
    background-color: #fff;
    height: 38px;
}

#present .form-area .end-msg {
    margin-top: 10px;
}

#present .form-area .btn-wrap {
    margin-bottom: 30px;
}

#present .wpcf7-not-valid-tip {
    margin-top: 5px;
}

#present .wpcf7 form .wpcf7-response-output {
    border: none;
    color: #d61518;
}

/* 出場レース */

#participation .inner {
    margin-top: 40px;
    margin-bottom: 50px;
}

#participation h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 30px;
}

#participation h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#participation h2 img {
    height: 40px;
}

#participation h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#participation table {
    width: 100%;
    border-collapse: collapse;
}

#participation table th {
    border: 1px solid #fff;
    padding: 15px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

#participation table td {
    border: 1px solid;
    padding: 15px;
    text-align: center;
}

#participation table td a {
    color: #de353c;
}

#participation .inner .no-race {
    line-height: 1.8;
    font-size: 1.2em;
    margin: 80px 0;
    text-align: center;
}

/* 斡旋情報 */

#assen .inner {
    margin-top: 30px;
    margin-bottom: 50px;
}

#assen .tab {
    list-style: none;
    display: flex;
    margin: 0 -5px;
    margin-bottom: 30px;
}

#assen .tab li {
    width: 100%;
    padding: 5px;
}

#assen .tab li button {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #a9a9a9;
    color: #333;
    padding: 10px;
    font-weight: bold;
    border-radius: 15px;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 1.1em;
}

#assen .tab li button:hover {
    background-color: #de353c;
    color: #fff;
}

#assen .tab li button.select {
    background-color: #de353c;
    color: #fff;
}

#assen h2 {
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 30px;
}

#assen h2 .icon {
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#assen h2 img {
    height: 40px;
}

#assen h2 span {
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#assen .table-wrapper {
    overflow: auto;
}

#assen table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

#assen table th {
    border: 1px solid #fff;
    padding: 15px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

#assen table td {
    border: 1px solid;
    padding: 10px 15px;
    line-height: 1.8;
}

#assen table td a {
    color: #de353c;
}

#assen .inner .no-race {
    line-height: 1.8;
    font-size: 1.2em;
    margin: 80px 0;
    text-align: center;
}

.race-info-box {
    display: none;
}

/* eCAPTCHAの保護マークを非表示 */

.grecaptcha-badge {
    visibility: hidden;
}

/* 再整備の様子 */

#dismantling .inner{
    margin-top: 40px;
    margin-bottom: 40px;
}

#dismantling .new-img{
    margin-bottom: 40px;
}

#dismantling .new-img h2{
    display: inline-flex;
    align-items: flex-end;
    background: linear-gradient(transparent 85%, #de353c 85%);
    padding-right: 5px;
    margin-bottom: 20px;
}

#dismantling .new-img h2 .icon{
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#dismantling .new-img h2 img {
    height: 40px;
}

#dismantling .new-img h2 span{
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.2;
}

#dismantling .article-list h2{
    color: #d61518;
    font-size: 2em;
    margin-bottom: 20px;
}

#dismantling .article-list h2 span{
    font-size: 0.6em;
    font-family: 'HGRSGU';
    margin-left: 15px;
}

#dismantling .article-list .tab {
    list-style: none;
    display: flex;
    margin-top: 10px;
    font-family: 'HGRSGU';
}

#dismantling .article-list .tab li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-right: 1px solid #a9a9a9;
}

#dismantling .article-list .tab li:last-child {
    border-right: none;
}

#dismantling .article-list .tab li a {
    display: block;
    padding: 13px 5px;
    color: #333;
    background-color: #a9a9a9;
    text-decoration: none;
}

#dismantling .article-list .tab li a:hover {
    background-color: #d61518;
    color: #fff;
}

#dismantling .article-list .tab li.active a {
    background-color: #d61518;
    color: #fff;
    cursor: auto;
}

#dismantling .article-list .no-news {
    text-align: center;
    padding: 40px 0;
    font-size: 1.2em;
}

#dismantling .list-box {
    position: relative;
    min-height: 445px;
}

#dismantling .list-box ul {
    position: relative;
    z-index: 2;
    list-style: none;
}

#dismantling .list-box ul li {
    border-bottom: 1px solid #a9a9a9;
}

#dismantling .list-box ul li:first-child{
    border-top: 1px solid #a9a9a9;
}

#dismantling .list-box ul li a {
    display: flex;
    padding: 30px 20px;
    padding-left: 40px;
    font-weight: bold;
    align-items: center;
    text-decoration: none;
    color: #333;
}

#dismantling .list-box ul li a:hover {
    color: #d61518;
}

#dismantling .list-box ul li .date {
    margin-right: 40px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100px;
}

#dismantling .list-box ul li .cat {
    display: inline-block;
    padding: 7px;
    width: 130px;
    text-align: center;
    margin-right: 50px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#dismantling .list-box ul li .cat.red {
    background-color: #ef6363;
    color: #fff;
}

#dismantling .list-box ul li .cat.blue {
    background-color: #008ccf;
    color: #fff;
}

#dismantling .list-box ul li .cat.orange {
    background-color: #ffa500;
    color: #fff;
}

#dismantling .list-box ul li .cat.black {
    background-color: #333;
    color: #fff;
}

#dismantling .list-box ul li .title {
    width: 100%;
    padding-right: 30px;
    line-height: 1.4;
    position: relative;
}

#dismantling .list-box ul li .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#dismantling .list-box ul li .arrow span {
    border-top: solid 2px #d61518;
    border-right: solid 2px #d61518;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    display: inline-block;
}

#dismantling .list-box .bg-pisuke {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 360px;
}

#dismantling .pager {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

#dismantling .nextend-arrow-previous{
    margin-left: 0!important;
}

#dismantling .nextend-arrow-next{
    margin-right: 0!important;
}

#dismantling .nextend-arrow-previous::after,
#dismantling .nextend-arrow-next::after{
    display: none;
}

/* 有料席 */

#seat .inner {
  margin-top: 40px;
}

#seat .guide {
  line-height: 1.8;
  margin-bottom: 40px;
}

#seat .guide ul {
  list-style: none;
}

#seat h2 {
  display: inline-flex;
  align-items: flex-end;
  background: linear-gradient(transparent 85%, #de353c 85%);
  padding-right: 5px;
  margin-bottom: 20px;
}

#seat h2 .icon {
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

#seat h2 img {
  height: 40px;
}

#seat h2 span {
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.2;
}

#seat .seat-cat {
  margin-bottom: 40px;
}

.seat-cat .cts-box {
  display: flex;
  gap: 20px;
}

.seat-cat .cts-box.btm {
  align-items: flex-end;
}

.seat-cat .img-area {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.seat-cat .img-area img {
  height: 150px;
}

.seat-cat .details-area {
  width: 100%;
}

.seat-cat .details-area .price-cat:not(:last-child) {
  margin-bottom: 20px;
}

.seat-cat .details-area table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid;
  text-align: center;
  line-height: 1.2;
  table-layout: fixed;
}

.seat-cat .details-area table tr {
  border: 1px solid;
}

.seat-cat .details-area table th {
  padding: 8px;
}

.seat-cat .details-area table td {
  padding: 8px;
}

.seat-cat .details-area table tbody th {
  font-weight: normal;
}

.seat-cat .details-area table .home {
  background-color: #d61518;
  color: #fff;
}

.seat-cat .details-area table .outside {
  background-color: #333;
  color: #fff;
}