@charset "utf-8";

/* 00. Reset
+=========================================================+*/
h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}

:focus:not(:focus-visible) {
  outline: 0;
}

/* 01. Base
+=========================================================+*/
/* HTML
----------------------------------------------------- */
html {
  height: 100%;
}

/* Body
----------------------------------------------------- */
body {
  position: relative;
  min-width: 320px;

/*display: grid;*/
  min-height: 100%;
  color: #080607;
  background-color: #f7f7f8;
  background-image: url(../images/bg_body.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  line-height: 1.8;

  text-size-adjust: 100%;

  /*grid-template-rows: 1fr auto;*/
}
@media (min-width:992px) {
  body {
    background-size: 50%;
  }
}
@media (min-width:1920px) {
  body {
    background-size: auto;
  }
}

/* Anchor
----------------------------------------------------- */
a {
  color: #093f86;
}
a:hover {
  color: #0d6efd;
}

/* Bootstrap Reset
----------------------------------------------------- */
.row-0.row > * {
  padding-right: 0;
  padding-left: 0;
}
.row-8.row {
  margin-right: -4px;
  margin-left: -4px;
}
.row-8.row > * {
  padding-right: 4px;
  padding-left: 4px;
}


/* 02. Layout
+=========================================================+*/
@media (max-width:991px) {
  header > .container {
    max-width: none !important;
    margin-right: 0;
  }
}

/* .header-area header表示領域
---------------------------------------------- */
.header-area > .row {
  flex-wrap: nowrap;
}
@media (min-width:992px) {
  .header-area {
    position: relative;
    padding-top: 4px;
  }
  .header-area > div {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/* .header-logo ヘッダー川崎競輪ロゴ表示領域
---------------------------------------------- */
.header-logo {
  width: calc(100% - 200px);
  margin-bottom: 0;
}
/*.logo ヘッダー/ナビゲーション指定 */
.logo {
  display: inline-block;
}

.logo:hover {
  opacity: 0.75;
}

@media (min-width:992px) {
  .header-logo {
    flex: 0 0 auto;
    width: 33.33333333%;
    width: auto;
  }
}
@media (min-width:1400px) {
  .logo::before {
    display: inline-block;
    padding-right: 4px;
    content: url(../images/icon_kyuchan.png);
    vertical-align: middle;
  }
}

/* .header-menu ヘッダーメニュー表示領域
---------------------------------------------- */
.header-menu {
  flex: 0 0 auto;
  width: 128px;
  margin-right: 65px;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.header-menu button {
  background-color: transparent;
}

@media (max-width:991px) {
  .header-menu .row > * {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:992px) {
  .header-menu {
    width: 66.66666667%;
    margin-right: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .header-menu > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/*.sns-area SNSアイコン表示領域
---------------------------------------------- */
.sns-area {
  display: none;
}
.list-sns {
  display: flex;
  padding: 0;
  list-style: none;
}
.list-sns li {
  flex: 1 0 0;
  text-align: center;
}
.list-sns li:hover {
  opacity: 0.75;
}
@media (min-width:992px) {
  .sns-area {
    display: block;
    flex: 0 0 auto;
    width: 144px;
  }
  .sns-area .title03 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}


/* 検索領域
---------------------------------------------- */
.search-area {
  flex: 0 0 auto;
  width: 50%;
}
.btn-search {
  position: relative;
  width: 100%;
  height: 56px;
  padding-top: 32px;
  text-align: center;
  text-decoration: none;
  color: #093f86;
  border: 0;
  background-image: url(../images/header-icon/icon_search_b.png);
  background-repeat: no-repeat;
  background-position: 50% 8px;
  font-size: 0.75rem;
}
.btn-search::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 0;
  height: 48px;
  content: "";
  border-right: 2px dotted #ccc;
}
.btn-search:hover {
  color: #fff;
  background-color: #093f86;
  background-image: url(../images/header-icon/icon_search_w.png);
}
.selected .btn-search, .selected .btn-search:hover {
  color: #ee0026;
  background-color: #fff;
  background-image: url(../images/header-icon/icon_search_r.png);
}
.search-inner {
  position: absolute;
  z-index: 98;
  top: 56px;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  transition: transform 0.3s;
  background-color: rgba(255, 255, 255, 0.96);
}
.selected .search-inner {
  display: block;
}
/* 検索フォーム */
.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  padding: 4px 8px 4px 24px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  background-image: url(../images/header-icon/icon_search.png);
  background-repeat: no-repeat;
  background-position: 4px 50%;
  box-shadow: 4px 4px 8px inset rgba(0, 0, 0, 0.1);
}
.search-input {
  width: 100%;
  height: 40px;
  color: #333;
  border: none;
  outline: none;
  background: none;
  background-color: transparent;
}
.search-submit {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #055d87;
  background-image: linear-gradient(120deg, #007a87 0%, #055d87 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  line-height: 40px;
}
.search-submit:hover {
  background-color: #007a87;
}

@media (min-width:992px) {
  .search-area {
    width: 45%;
  }
  .btn-search {
    display: none;
    pointer-events: none;
  }
  .search-inner {
    position: static;
    display: block;
    padding: 0;
    background-color: transparent;
  }
}

/* 外国語メニューボタン
---------------------------------------------- */
.language-area {
  flex: 0 0 auto;
  width: 50%;
}
.btn-language {
  width: 100%;
  height: 56px;
  padding-top: 32px;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  color: #093f86;
  border: 0 none;
  background-color: rgba(255, 255, 255, 0.96);
  background-image: url(../images/header-icon/icon_language.png);
  background-repeat: no-repeat;
  background-position: 50% 8px;
  font-size: 0.625rem;
}
.btn-language:hover {
  color: #fff;
  background-color: #093f86;
  background-image: url(../images/header-icon/icon_language_w.png);
}
.selected .btn-language, .selected .btn-language:hover {
  color: #ee0026;
  background-color: #fff;
  background-image: url(../images/header-icon/icon_language_r.png);
}
.language-inner {
  position: absolute;
  z-index: 98;
  top: 56px;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.96);
  font-size: 1.25rem;
}
.selected .language-inner {
  display: block;
}
/* 外国語メニューリスト */
.language-menu {
  display: flex;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.language-menu li {
  flex: 1 0 0;
  border-right: 1px dotted #ccc;
}
.language-menu li:last-child {
  border-right: 0;
}
.language-menu a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.language-menu span {
  display: inline-block;
  height: 100%;
  padding: 40px 4px 4px 4px;
  background-repeat: no-repeat;
  background-position: 50% 16px;
  background-size: 24px 24px;
}
.language-menu .language-menu-en {
  background-image: url(../images/header-icon/icon_en.png);
}
.language-menu .language-menu-cn {
  background-image: url(../images/header-icon/icon_cn.png);
}
.language-menu .language-menu-kr {
  background-image: url(../images/header-icon/icon_kr.png);
}
.language-menu .language-menu-jp {
  background-image: url(../images/header-icon/icon_jp.png);
}
@media (min-width:992px) {
  .language-area {
    width: 120px;
  }
  .btn-language {
    position: relative;
    top: 0;
    right: 0;
    width: 120px;
    height: 52px;
    padding-top: 0;
    padding-left: 24px;
    border-radius: 8px;
    background-position: 4px 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    font-size: 0.75rem;
    line-height: 48px;
  }
  .btn-language:hover {
    top: 2px;
  }
  .language-inner {
    top: 70px;
    right: 0;
    left: auto;
    width: 120px;
    height: auto;
    padding: 8px 4px;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    font-size: 1rem;
    line-height: 2em;
  }

  .language-menu {
    flex-direction: column;
  }
  .language-menu li {
    border-right: 0;
    border-bottom: 1px dotted #ccc;
  }
  .language-menu li:last-child {
    border-bottom: 0;
  }
  .language-menu span {
    padding: 4px 0 4px 32px;
    background-position: 4px 50%;
  }
}

/* 追従メニュー（グローバルナビゲーション開閉ボタン）
---------------------------------------------- */
.floating-navi {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 64px;
  height: 56px;
  list-style: none;
  color: #fff;
  background-color: #ee0026;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
}
.nav-open .floating-navi {
  width: 0;
  height: 0;
}
.fnavi-menu {
  width: 100%;
  height: 100%;
  padding-top: 4px;
  color: #fff;
  border: 0 none;
  background-color: transparent;
}
.fnavi-menu::after {
  display: block;
  margin-top: 4px;
  content: attr(aria-label);
}
.fnavi-menu:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav-open button.fnavi-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  display: block;
  width: 64px;
  height: 56px;
  color: #ee0026;
  background-color: #fff;
}
.nav-open button.fnavi-menu:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.fnavi-menu-line {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.fnavi-menu-line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  transition: transform 0.3s;
  background-color: #fff;
}

.fnavi-menu-line span:nth-of-type(1) {
  top: 8px;
}
.fnavi-menu-line span:nth-of-type(2) {
  top: 16px;
}
.fnavi-menu-line span:nth-of-type(3) {
  top: 24px;
}
.nav-open .fnavi-menu-line span {
  background-color: #ee0026;
}
.fnavi-menu:hover .fnavi-menu-line span:nth-of-type(2) {
  transform: scaleX(0.5);
}
.nav-open .fnavi-menu-line span:nth-of-type(1) {
  transform: rotate(45deg);
}
.nav-open .fnavi-menu-line span:nth-of-type(2) {
  opacity: 0;
}
.nav-open .fnavi-menu-line span:nth-of-type(3) {
  top: 8px;
  transform: rotate(135deg);
}
.menu-text {
  margin-top: 4px;
  text-align: center;
  text-decoration: none;
}

.fnavi-item a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-top: 8px;
  text-decoration: none;
  color: #fff;
}
.fnavi-item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.fnavi-item a p {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.nav-open .fnavi-item-none, .fnavi-item-none, .fnavi-item-none.none {
  display: none;
}

@media (min-width:992px) {
  .floating-navi-area {
    position: absolute;
    top: 120px;
    right: 0;
    width: 120px;
    max-width: calc(960px - 1.5rem);
    height: 400px;
  }
  .floating-navi {
    z-index: 96;
    top: 120px;
    right: auto;
    width: 120px;
    height: 400px;
    padding-top: 4px;
    border-radius: 8px;
  }
  .nav-open .floating-navi {
    z-index: 99;
  }
  .fnavi-menu-line {
    width: 32px;
    height: 24px;
    margin: 4px auto;
  }
  .fnavi-item {
    height: 80px;
  }
  .fnavi-item-none {
    display: block;
  }
}

/* ========================
  Global Navigation
  ======================== */
/* .gnav　ナビゲーション領域
---------------------------------------------- */
.gnav {
  position: fixed;
  z-index: 98;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  padding: 1rem 0;
  opacity: 0;
  background-image: linear-gradient(to right, #cce700 0%, #ffe600 100%);
}
/* メニューボタン押下時の挙動（グローバルナビゲーションOPEN状態） */
.nav-open {
  overflow: hidden;
}
.nav-open .gnav {
  visibility: visible;
  opacity: 1;
}

/* .gnav-logo　川崎競輪ロゴ表示
---------------------------------------------- */
.gnav-logo {
  max-width: calc(100% - 72px);
  margin-bottom: 1.5rem;
}

/* .gnav-race　レースガイドメニューリスト
---------------------------------------------- */
.gnav-race {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  padding-left: 0;
  list-style: none;
}
.gnav-race li {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 1rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.gnav-race a {
  position: relative;
  display: block;
  width: 100%;
  height: 122px;
  padding: 16px 4px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #080607;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
  font-weight: 700;
}
.gnav-race a:hover {
  color: #fff;
  background: #ee0026;
}
@media (min-width:576px) {
  .gnav-race li {
    width: 33.33333333%;
  }
}
@media (min-width:768px) {
  .gnav-race li {
    width: 25%;
  }
  .gnav-race a {
    font-size: 0.875rem;
  }
}
@media (min-width:1400px) {
  .gnav-race a {
    font-size: 1rem;
  }
}

/* .gnav-accordion　スマホ版アコーディオンメニュー
---------------------------------------------- */
.gnav-accordion-area {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.gnav-accordion {
  padding-left: 0;
  list-style: none;
}
.gnav-accordion-button {
  position: relative;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #cce700;
  background-color: #fff;
}
.gnav-accordion-button::after {
  position: absolute;
  top: 28%;
  right: 24px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transform: rotate(135deg);
  border-top: solid 2px #ee0204;
  border-right: solid 2px #ee0204;
}
.gnav-accordion-button.selected::after {
  top: 45%;
  transform: rotate(-45deg);
}
.gnav-accordion-body {
  display: none;
  padding: 0;
  list-style: none;
}
.gnav-accordion-body li {
  padding: 0.5rem 1rem;
  border-bottom: 1px dotted #ccc;
}
.gnav-accordion-body li:last-child {
  border-bottom: 1px solid #cce700;
}
.gnav-accordion-body a {
  position: relative;
  display: block;
  text-decoration: none;
}
.gnav-accordion-body a::after {
  position: absolute;
  top: 20%;
  right: 8px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  transform: rotate(45deg);
  border-top: solid 2px #ee0204;
  border-right: solid 2px #ee0204;
}

@media (min-width:992px) {
  .gnav-accordion-area {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .gnav-accordion-button {
    margin-bottom: 1rem;
    padding: 0;
    padding-bottom: 0.5rem;
    pointer-events: none;
    border-bottom-color: #707070;
    background-color: transparent;
  }
  .gnav-accordion-button::after {
    content: none;
  }
  .gnav-accordion-body {
    display: block;
    margin-bottom: 1.5rem;
  }
  .gnav-accordion-body li {
    padding: 0;
    border: 0;
    font-size: 0.875rem;
  }
  .gnav-accordion-body li:last-child {
    border-bottom: 0;
  }
  .gnav-accordion-body a:hover {
    text-decoration: underline;
  }
  .gnav-accordion-body a::before {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.5rem;
    content: "";
    border-radius: 100%;
    background-color: #fff;
  }
  .gnav-accordion-body a::after {
    content: none;
  }
}
@media (min-width:1200px) {
  .gnav-accordion-area > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gnav-accordion-area > ul > li {
    width: 50%;
    padding-left: 1rem;
  }
  .gnav-accordion > li:nth-child(1) {
    order: 1;
  }
  .gnav-accordion > li:nth-child(2) {
    order: 3;
  }
  .gnav-accordion > li:nth-child(3) {
    order: 2;
  }
  .gnav-accordion > li:nth-child(4) {
    order: 4;
  }
}

/* .gnav-sns　公式SNS */
.gnav-sns-title {
  padding: 0.5rem 1rem;
}
.gnav .list-sns li {
  flex: 0 0 56px;
}
@media (min-width:992px) {
  .gnav-sns-title {
    margin-bottom: 1rem;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #707070;
  }
}
@media (min-width:1200px) {
  .gnav-sns {
    justify-content: end;
  }
}
/* .gnav-others ナビゲーションその他
---------------------------------------------- */
.gnav-others {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0;
  padding-left: 0;
  list-style: none;
}
.gnav-others li {
  padding: 0.5rem;
  font-size: 0.875rem;
}
.gnav-others li::after {
  margin-left: 1rem;
  content: "｜";
}
.gnav-others li:last-child:after {
  content: none;
}
.gnav-others a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.gnav-others a:hover, .gnav-others a:focus {
  text-decoration: underline;
}

@media (min-width:576px) {
  .gnav-others li:first-child, .gnav-others li:nth-child(2) {
    width: auto;
  }
  .gnav-others li:first-child::after, .gnav-others li:nth-child(2)::after {
    content: "｜";
  }
}
@media (min-width:992px) {
  .gnav-others {
    justify-content: end;
  }
}

/* .wrapper　footer以外をくくる
----------------------------------------------------- */
.wrapper {
  position: relative;
  background-image: url(../images/bg_wrapper.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media (min-width:768px) {
  .wrapper {
    background-size: auto;
  }
}

/* #mainArea
----------------------------------------------------- */
#mainArea {
  padding-bottom: 4rem;
}
@media (max-width:567px) {
  #mainArea .container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
/* .contents　PC版メニューに重ならないようにする
----------------------------------------------------- */
@media (min-width:992px) {
  .contents {
    padding-right: 148px;
  }
}
@media (min-width:1400px) {
  .contents {
    padding-right: 156px;
  }
}

/* .box-round　コンテンツ領域として使用
----------------------------------------------------- */
.box-round {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 5px 5px 10px #e0e0e0, inset -5px -5px 10px #fff;
}
@media (min-width:992px) {
  .box-round {
    padding: 2rem;
  }
}

.footer-area {
  padding: 24px;
  border-top: 2px #fff solid;
}
@media (min-width:768px) {
  .footer-area {
    text-align: left;
  }
}

.footer-navi {
  padding-left: 0;
  list-style: none;
  font-size: 0.75rem;
}
.footer-navi a {
  text-decoration: none;
}
.navi-inline li {
  display: inline-block;
}
.navi-inline li::before {
  content: "｜";
}
.navi-inline li:first-child::before {
  content: "";
}

@media (min-width:992px) {
  .footer-navi {
    padding-top: 0.5rem;
    padding-left: 0;
  }
  .footer-navi li {
    display: block;
    margin-bottom: 8px;
  }
  .navi-inline li::before {
    display: none;
  }
}

/* フッターバナー領域
----------------------------------------------------- */
.footer-banner-area {
  text-align: center;
  border-top: 2px solid #fff;
}
.footer-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 1.5rem 0 0 0;
  list-style: none;
}
.footer-banner li {
  margin-bottom: 1rem;
}
@media (min-width:768px) {
  .footer-banner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-banner li {
    max-width: 33.33333333%;
    padding-right: 0.5rem;
  }
  .footer-banner li:last-child {
    padding-right: 0;
  }
}

/* copyright
----------------------------------------------------- */
.copyright {
  padding: 16px 0;
  text-align: center;
  color: #707070;
  background-color: #fff;
}

/* 03. Component
+=========================================================+*/
/* page-title
----------------------------------------------------- */
.page-title {
  position: relative;
  padding: 2rem 0 1rem 0;
  text-align: center;
  font-size: 2rem;
}
.page-title::before {
  display: block;
  content: attr(title-en);
  text-transform: uppercase;
  color: #ee0026;
  font-size: 1rem;
}

@media (min-width:992px) {
  .page-title {
    font-size: 3rem;
  }
  .page-title::before {
    font-size: 1.25rem;
  }
}

/* section-title
----------------------------------------------------- */
.section-title {
  margin: 0 -1rem 1rem -1rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border-bottom: #707070 solid 1px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width:992px) {
  .section-title {
    margin: 0 -0.75rem 1rem -0.75rem;
    font-size: 2rem;
  }
}

/* title01
----------------------------------------------------- */
.title01 {
  margin: 0 -1rem 1rem -1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #3f3f49;
}

/* title02
----------------------------------------------------- */
.title02 {
  margin: 0 -1rem 1rem -1rem;
  padding: 0.5rem;
  background-color: #ffe600;
  background-image: linear-gradient(to right, #cce700 0%, #ffe600 100%);
}

@media (min-width:992px) {
  .title01, .title02 {
    margin: 0 -0.75rem 1rem -0.75rem;
  }
}

/* title03
----------------------------------------------------- */
.title03 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
}


/* table
----------------------------------------------------------- */
table.table00 {
  border: none;
}
table.table00 th {
  padding: 4px;
}
table.table00 td {
  padding: 4px;
}

/* table 01 */
.table01 {
  width: 100%;
  margin: 0 auto 1.5rem auto;
}
.table01 th {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border: solid 2px #fff;
  background-color: #3f3f49;
  font-weight: bold;
}
.table01 td {
  padding: 0.5rem;
  vertical-align: middle;
  border: solid 2px #fff;
  background: #e9e9ec;
}

table.table04 td, table.table04 th {
  padding: 10px;
  vertical-align: middle;
  border-bottom: dotted 1px #3f3f49;
}
table.table04 th {
  text-align: left;
  font-weight: bold;
}
table.table04 td {
  text-align: left;
}
.table05 {
  width: 100%;
}
.table05 th {
  padding: 5px;
  background: #eee;
}
.table05 td {
  padding: 5px;
  vertical-align: top;
}
table.table06 {
  width: 90%;
  margin: 0 auto;

  _text-align: center;
}
table.table06 td, table.table06 th {
  padding: 5px;
  vertical-align: middle;
  border-bottom: dotted 1px #3f3f49;
}
table.table06 th {
  width: 200px;
  text-align: left;
}
table.table06 td {
  text-align: right;
}
table.table07 {
  width: 100%;
}
table.table07 td, table.table07 th {
  padding: 2px 5px;
  vertical-align: middle;
  border: solid 1px #666;
}
table.table07 th {
  text-align: center;
  color: #fff;
  background: #3f3f49;
  font-weight: bold;
}
table.table07 td {
  text-align: center;
}
table.table_race {
  margin: 20px 0 10px;
  text-align: left;
}
table.table_race th {
  padding: 0 0 10px;
  vertical-align: middle;
  border: none;
  font-weight: bold;
}
table.table_race td {
  padding: 0 0 15px;
}
table.table_race td img {
  margin-left: 5px;
}
table.table_race td a {
  display: block;
  float: left;
  width: 55px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #e5212d;
  font-weight: bold;
}
table.table_race td a:hover {
  opacity: 0.8;
}

div#messagetable table td, div#messagetable table th {
  text-align: left;
}

/* table 02 */
table.table02 {
  width: 100%;
  margin: 0 auto;
  line-height: 120%;
}
table.table02 tr th {
  padding: 8px 20px 6px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  border-bottom: solid 2px #fff;
  background: #3f3f49;
  font-size: 100%;
  font-weight: bold;
}
table.table02 tr td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  background: #e9e9ec;
  font-size: 86%;
}
/* table 03 */
table.table03 {
  width: 100%;
  margin: 0 auto;
  line-height: 120%;
}
table.table03 tr th {
  padding: 8px 20px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #3f3f49;
  font-size: 100%;
  font-weight: bold;
}
table.table03 tr td {
  padding: 8px 20px 6px;
  text-align: center;
  vertical-align: middle;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #e9e9ec;
  font-size: 86%;
}
/* table 08 */
table.table08 {
  clear: right;
  width: 40%;
  margin: 0 auto;
  line-height: 120%;
}
table.table08 tr th {
  padding: 8px 20px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-bottom: solid 2px #fff;
  background: #3f3f49;
  font-size: 115%;
  font-weight: bold;
}
table.table08 tr td {
  padding: 8px 20px 6px;
  text-align: center;
  vertical-align: middle;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #e9e9ec;
}
/* table wide */
table.wide {
  width: 100%;
  margin: 0 auto;
  line-height: 120%;
}
table.wide thead tr td {
  padding: 10px 10px 6px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
table.wide tbody tr th {
  padding: 12px 10px 8px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  background: #3f3f49;
  font-size: 115%;
  font-weight: bold;
}
table.wide tbody tr td {
  padding: 12px 20px 8px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  background: #e5f5f0;
}
table.wide tbody tr.odd td {
  background: #f4fbf9;
}
table.wide tbody tr.sp td {
  color: #e95c95;
  font-size: 100%;
  font-weight: bold;
}
table.wide tbody tr td.btcell {
  text-align: right;
}
table.wide tbody tr td.btcell img {
  padding-left: 23px;
}

/* table event */
table.event {
  width: 100%;
  margin: 0 auto;
  line-height: 180%;
}
table.event tbody tr th {
  width: 20%;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
table.event tbody tr td {
  padding: 10px 20px 20px;
  text-align: left;
  vertical-align: middle;
}
table.event tbody tr th img {
  border: solid 1px #e1e1e1;
}
table.event tbody tr td h4 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 120%;
}

/*responsive
----------------------------------------------------------*/
table.tb-resp {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  line-height: 120%;
}
table.tb-resp thead tr td {
  padding: 10px 10px 6px;
  text-align: center;
  color: #fff;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  font-weight: bold;
}
table.tb-resp tbody tr th {
  padding: 12px 10px 8px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #3f3f49;
  font-size: 115%;
  font-weight: bold;
}
table.tb-resp tbody tr td {
  padding: 12px 20px 8px;
  text-align: left;
  vertical-align: middle;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #e9e9ec;
}
table.tb-resp tbody tr.odd td {
  background: #f4fbf9;
}
table.tb-resp tbody tr.sp td {
  font-size: 100%;
  font-weight: bold;
}
table.tb-resp tbody tr td.btcell {
  text-align: right;
}
table.tb-resp tbody tr td.btcell img {
  padding-left: 23px;
}
@media (max-width: 767px) {
  .tb-resp th, .tb-resp td {
    display: block;
    width: 100%;
  }
  .tb-resp tr:last-child td:last-child {
    border-bottom: 1px solid #fff;
  }
  table.tb-resp tbody tr td:not(:first-of-type) {
    padding-top: 0;
  }
  table.tb-resp tbody tr td:not(:last-of-type) {
    border-bottom: none;
  }
}

/*responsive00(背景色なし)
----------------------------------------------------------*/
table.tb-resp00 {
  width: 100%;
  margin: 0 auto;
}
table.tb-resp00 thead tr td {
  padding: 10px 10px 6px;
  font-weight: bold;
}
table.tb-resp00 tbody tr th {
  padding: 12px 10px 8px;
  font-weight: bold;
}
table.tb-resp00 tbody tr td {
  padding: 12px 20px 8px;
}
table.tb-resp00 tbody tr.sp td {
  font-size: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tb-resp00 th, .tb-resp00 td {
    display: block;
    width: 100%;
  }
  table.tb-resp00 tbody tr td:not(:first-of-type) {
    padding-top: 0;
  }
  table.tb-resp00 tbody tr td:not(:last-of-type) {
    border-bottom: none;
  }
}

/* 角丸白ボタン */
.btn-white {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #093f86;
  border-radius: 9999px;
  background-color: transparent;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.btn-white:hover, .btn-white:focus {
  top: 2px;
  color: #fff;
  background-color: #093f86;
}

.btn-blue {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #055d87;
  background-image: linear-gradient(120deg, #007a87 0%, #055d87 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
  font-weight: bold;
  line-height: 45px;

  overflow-wrap: normal;
}

.btn-blue:hover, .btn-blue:focus {
  top: 2px;
  background-image: linear-gradient(120deg, #055d87 0%, #007a87 100%);
}

/* 緑グラデボタン
--------------------------------------------------------- */
.btn01, a.btn01 {
  position: relative;
  top: 0;
  display: inline-block;
  min-width: 120px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #055d87;
  background-image: linear-gradient(315deg, #007a87 0%, #055d87 100%);
  background-size: 120% auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.btn01:hover, a.btn01:focus {
  top: 2px;
  background-image: linear-gradient(315deg, #055d87 0%, #007a87 100%);
}

/* タブボタン
--------------------------------------------------------- */
/*白ボタン*/
.btn_tab {
  display: flex;
  margin: 0.5rem auto;
  padding: 0.8rem;
  text-decoration: none;
  color: #ee0026;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
  font-weight: 700;
}

.btn_tab:hover, .btn_tab:focus {
  color: #fff;
  background-color: #ee0026;
}

/*赤ボタン（選択状態）*/
.btn_press {
  display: flex;
  margin: 0.5rem auto;
  padding: 0.8rem;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #ee0026;
  font-size: 1.5em;
  font-weight: 700;
}
.btn_press:hover, .btn_press:focus {
  color: #fff;
}
@media (max-width:768px) {
  .btn_tab {
    font-size: 1em;
  }
  .btn_press {
    font-size: 1em;
  }
}

/* Button Navigation
--------------------------------------------------------- */
/*red*/
.btn-race::before {
  background-image: url(../images/nav-icon/btn_race_r.svg);
}
.btn-schedule::before {
  background-image: url(../images/nav-icon/btn_schedule_r.svg);
}
.btn-live::before {
  background-image: url(../images/nav-icon/btn_live_r.svg);
}
.btn-senmonshi::before {
  background-image: url(../images/nav-icon/btn_senmonshi_r.svg);
}
.btn-interview::before {
  background-image: url(../images/nav-icon/btn_interview_r.svg);
}
.btn-newspaper::before {
  background-image: url(../images/nav-icon/btn_newspaper_r.svg);
}
.btn-winner::before {
  background-image: url(../images/nav-icon/btn_winner_r.svg);
}
.btn-calc::before {
  background-image: url(../images/nav-icon/btn_calc_r.svg);
}
.btn-event::before {
  background-image: url(../images/nav-icon/btn_event_r.svg);
}
.btn-gourmet::before {
  background-image: url(../images/nav-icon/btn_gourmet_r.svg);
}
.btn-character::before {
  background-image: url(../images/nav-icon/btn_character_r.svg);
}
.btn-kkp::before {
  background-image: url(../images/nav-icon/btn_kkp_r.svg);
}
.btn-familyevent::before {
  background-image: url(../images/nav-icon/btn_familyevent_r.svg);
}
.btn-schedule::before, .btn-race::before, .btn-live::before, .btn-senmonshi::before, .btn-interview::before, .btn-newspaper::before, .btn-winner::before, .btn-calc::before, .btn-event::before, .btn-gourmet::before, .btn-character::before, .btn-kkp::before, .btn-familyevent::before {
  display: block;
  width: 72px;
  height: 48px;
  margin: 1rem auto;
  content: "";
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
}
/*white*/
.btn-race:hover:before, .btn-race:focus:before {
  background-image: url(../images/nav-icon/btn_race_w.svg);
}
.btn-schedule:hover:before, .btn-schedule:focus:before {
  background-image: url(../images/nav-icon/btn_schedule_w.svg);
}
.btn-live:hover:before, .btn-live:focus:before {
  background-image: url(../images/nav-icon/btn_live_w.svg);
}
.btn-senmonshi:hover:before, .btn-senmonshi:focus:before {
  background-image: url(../images/nav-icon/btn_senmonshi_w.svg);
}
.btn-interview:hover:before, .btn-interview:focus:before {
  background-image: url(../images/nav-icon/btn_interview_w.svg);
}
.btn-newspaper:hover:before, .btn-newspaper:focus:before {
  background-image: url(../images/nav-icon/btn_newspaper_w.svg);
}
.btn-winner:hover:before, .btn-winner:focus:before {
  background-image: url(../images/nav-icon/btn_winner_w.svg);
}
.btn-calc:hover:before, .btn-calc:focus:before {
  background-image: url(../images/nav-icon/btn_calc_w.svg);
}
.btn-event:hover:before, .btn-event:focus:before {
  background-image: url(../images/nav-icon/btn_event_w.svg);
}
.btn-gourmet:hover:before, .btn-gourmet:focus:before {
  background-image: url(../images/nav-icon/btn_gourmet_w.svg);
}
.btn-character:hover:before, .btn-character:focus:before {
  background-image: url(../images/nav-icon/btn_character_w.svg);
}
.btn-kkp:hover:before, .btn-kkp:focus:before {
  background-image: url(../images/nav-icon/btn_kkp_w.svg);
}
.btn-familyevent:hover:before, .btn-familyevent:focus:before {
  background-image: url(../images/nav-icon/btn_familyevent_w.svg);
}
.btn-race:hover:before, .btn-schedule:hover:before, .btn-schedule:hover:before, .btn-live:hover:before, .btn-senmonshi:hover:before, .btn-interview:hover:before, .btn-newspaper:hover:before, .btn-winner:hover:before, .btn-calc:hover:before, .btn-event:hover:before, .btn-gourmet:hover:before, .btn-character:hover:before, .btn-kkp:hover:before, .btn-familyevent:hover:before {
  transform: scale(1.1);
}

/* header
--------------------------------------------------------- */
.btn-schedule-w::before {
  background-image: url(../images/nav-icon/btn_schedule_w.svg);
}
.btn-live-w::before {
  background-image: url(../images/nav-icon/btn_live_w.svg);
}
.btn-sisetu-w::before {
  background-image: url(../images/nav-icon/btn_sisetu_w.svg);
}
.btn-access-w::before {
  background-image: url(../images/nav-icon/btn_access_w.svg);
}
.btn-schedule-w::before, .btn-live-w::before, .btn-sisetu-w::before, .btn-access-w::before {
  display: block;
  width: 60px;
  height: 40px;
  content: "";
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
}
.btn-schedule-w:hover:before, .btn-live-w:hover:before, .btn-sisetu-w:hover:before, .btn-access-w:hover:before {
  transform: scale(1.1);
}

/* .btn-photo
--------------------------------------------------------- */
a.btn-photo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 8px;
  transition: 0.5s;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #080607;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
a.btn-photo:hover, a.btn-photo:focus {
  color: #fff;
  background: #ee0026;
}
a.btn-photo .photo {
  margin-bottom: 12px;
}
a.btn-photo img {
  width: 100%;
  max-width: 100%;
}
a.btn-photo:hover img {
  transform: scale(1.1);
}

.page-navi {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
  padding-left: 0;
  list-style: none;
}
.page-navi a {
  position: relative;
  width: auto;
  margin-right: 1rem;
  padding-left: 16px;
}
.page-navi a::after, .page-navi a::before {
  position: absolute;
  display: block;
  content: "";
}
.page-navi a::before {
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 100%;
  background-color: #ee0026;
}
.page-navi a::after {
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.page-navi li.ttl {
  padding-right: 1rem;
  font-weight: bold;
}

/* .list-button
----------------------------------------------------------- */
.list-button {
  padding-left: 0;
  list-style: none;
}
.list-button li {
  margin-bottom: 0.5rem;
}
.list-button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 4px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #080607;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
.list-button a:hover, .list-button a:focus {
  color: #fff;
  background: #ee0026;
}


/* Margin & Padding
----------------------------------------------------------- */
.m10px {
  margin: 10px;
}
.m20px {
  margin: 20px;
}
.m30px {
  margin: 30px;
}
.m40px {
  margin: 40px;
}
.ml9px {
  margin-left: 9px;
}
.ml10px {
  margin-left: 10px;
}
.ml20px {
  margin-left: 20px;
}
.ml30px {
  margin-left: 30px;
}
.ml35px {
  margin-left: 35px;
}
.ml40px {
  margin-left: 40px;
}
.ml50px {
  margin-left: 50px;
}
.ml70px {
  margin-left: 70px;
}
.ml100px {
  margin-left: 100px;
}
.ml122px {
  margin-left: 175px;
}
.ml135px {
  margin-left: 135px;
}
.ml200px {
  margin-left: 200px;
}
.ml220px {
  margin-left: 220px;
}
.ml250px {
  margin-left: 250px;
}
.ml270px {
  margin-left: 270px;
}
.ml300px {
  margin-left: 300px;
}
.ml330px {
  margin-left: 330px;
}
.ml350px {
  margin-left: 350px;
}
.ml475px {
  margin-left: 475px !important;
}
.ml500px {
  margin-left: 500px;
}
.mr10px {
  margin-right: 10px;
}
.mr20px {
  margin-right: 20px;
}
.mt1px {
  margin-top: 1px;
}
.mtb10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb20px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb30px {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt5px {
  margin-top: 5px;
}
.mt10px {
  margin-top: 10px;
}
.mt20px {
  margin-top: 20px;
}
.mt30px {
  margin-top: 30px;
}
.mt100px {
  margin-top: 100px !important;
}
.mt150px {
  margin-top: 150px !important;
}
.mt200px {
  margin-top: 200px !important;
}
.mt210px {
  margin-top: 210px !important;
}
.mt220px {
  margin-top: 220px !important;
}
.mt230px {
  margin-top: 230px !important;
}
.mt265px {
  margin-top: 265px !important;
}
.mb5px {
  margin-bottom: 5px;
}
.mb10px {
  margin-bottom: 10px;
}
.mb20px {
  margin-bottom: 20px;
}
.mb30px {
  margin-bottom: 30px;
}
.mb100px {
  margin-bottom: 100px;
}
.mb200px {
  margin-bottom: 200px;
}
.p5px {
  padding: 5px;
}
.p10px {
  padding: 10px;
}
.p20px {
  padding: 20px;
}
.pt5px {
  padding-top: 5px;
}
.pt10px {
  padding-top: 10px;
}
.pt20px {
  padding-top: 20px;
}
.ptb20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pl10px {
  padding-left: 10px;
}
.pl15px {
  padding-left: 15px;
}
.pl20px {
  padding-left: 20px;
}
.pl30px {
  padding-left: 30px;
}
.pr5px {
  padding-right: 5px;
}
.pr10px {
  padding-right: 10px;
}
.pr20px {
  padding-right: 20px;
}
.pb100px {
  padding-bottom: 100px;
}
.pb300px {
  padding-bottom: 300px;
}

/* Font Color
----------------------------------------------------- */
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #ee0204;
}
.text-yellow {
  color: #ffe600;
}

/* Font size
----------------------------------------------------- */
.font-xlarge {
  font-size: 2rem !important;
}
.font-large {
  font-size: 1.5rem !important;
}
.font-default {
  font-size: 1rem !important;
}
.font-small {
  font-size: 0.875rem !important;
}
.font-xsmall {
  font-size: 0.75rem !important;
}

/* bold
----------------------------------------------------- */
.bold {
  font-weight: bold;
}

/* Text Decoration
----------------------------------------------------- */
.text-underline {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #ffe600 0%) repeat scroll 0 0;
}

.text-shadow {
  text-shadow: 1px 1px 2px #707070;
}

/* お待ちくださいページ用テキストスタイル */
.text-wait {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold;
}

/* お知らせ・イベント情報ページ向け 更新日記載用 */
.text-separate {
  padding-top: 2rem;
  text-align: right;
}

/* text-align & vertical-align
----------------------------------------------------- */
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
