@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
  scroll-padding-top: 40px; }

section {
  overflow: hidden; }

body {
  width: 100%;
  font-size: 16px;
  font-family: "TBUDGothic R", "游ゴシック体", YuGothic, sans-serif, "メイリオ", meiryo;
  color: #312F2F;
  position: relative;
  line-height: 2; }

img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
  height: auto; }

.pagetop {
  position: relative;
  display: block;
  z-index: 1100; }

.pagetop a {
  text-align: center;
  padding: 8px 20px;
  width: 160px;
  background: #F07170;
  color: #020202;
  display: block;
  z-index: 1100;
  overflow: hidden;
  position: relative;
  font-family: "Urbanist", sans-serif;
  font-weight: 900; }
  .pagetop a:hover {
    color: #fff;
    transition: 0.3s; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    padding-top: 10vw; }

  .pc {
    display: none !important; }

  .sp {
    display: inherit !important; } }
a {
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

body {
  --base-color: #333; }

body.numazu {
  --base-color: #3951A2; }

body.koyo {
  --base-color: #C62828; }

/*=====================================================
ヘッダー
======================================================*/
header {
  background: var(--base-color);
  width: 280px;
  height: 100vh;
  top: 0;
  left: 0;
  position: sticky;
  padding: 25px; }
  header nav {
    background: #fff;
    border-radius: 14px;
    padding: 25px; }
    header nav ul {
      margin: 40px 0 10px; }
      header nav ul li {
        border-bottom: 1px var(--base-color) solid; }
        header nav ul li a {
          display: block;
          padding: 15px 0;
          line-height: 1.2;
          font-size: 16px;
          color: #251A19; }
          header nav ul li a:hover {
            opacity: 0.5; }
  header .facebook {
    margin: 30px 0;
    text-align: center; }
    header .facebook img {
      width: 60px; }
      header .facebook img:hover {
        opacity: 0.7; }

@media screen and (max-width: 767px) {
  header {
    height: 10vw;
    width: 100%;
    position: fixed;
    z-index: 10;
    background: #fff;
    padding: 0;
    /*sp_nav*/ }
    header .head_pc_navi {
      display: none; }
    header .nav_wrap {
      position: relative;
      height: 10vw;
      width: 100%;
      /*btn_nav*/
      /*nav*/ }
      header .nav_wrap .head_logo {
        width: 25%;
        margin: 1.5vw 0 0 2%; }
        header .nav_wrap .head_logo img {
          width: 100%; }
      header .nav_wrap .head_pc_navi, header .nav_wrap .head_event {
        display: none; }
      header .nav_wrap .btn_nav,
      header .nav_wrap .btn_nav a span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      header .nav_wrap .btn_nav {
        position: absolute;
        right: 0vw;
        top: 0vw;
        width: 12vw;
        height: 12vw;
        margin: 0;
        z-index: 120;
        cursor: pointer;
        background: var(--base-color);
        border-radius: 0 0 0 3.2vw; }
        header .nav_wrap .btn_nav span {
          position: absolute;
          left: 25%;
          width: 50%;
          height: 0.2vw;
          background-color: #fff; }
        header .nav_wrap .btn_nav span:nth-of-type(1) {
          top: 2vw; }
        header .nav_wrap .btn_nav span:nth-of-type(2) {
          top: 4vw; }
        header .nav_wrap .btn_nav span:nth-of-type(3) {
          top: 6vw; }
        header .nav_wrap .btn_nav em {
          color: #fff;
          font-family: "Urbanist", sans-serif;
          font-size: 2.6vw;
          position: absolute;
          bottom: 1vw;
          left: 0;
          width: 100%;
          text-align: center; }
      header .nav_wrap .btn_nav a.active span {
        background-color: #fff; }
      header .nav_wrap .btn_nav a.active span:nth-of-type(1) {
        -webkit-transform: translateY(2vw) rotate(-45deg);
        transform: translateY(2vw) rotate(-45deg); }
      header .nav_wrap .btn_nav a.active span:nth-of-type(2) {
        opacity: 0; }
      header .nav_wrap .btn_nav a.active span:nth-of-type(3) {
        -webkit-transform: translateY(-2vw) rotate(45deg);
        transform: translateY(-2vw) rotate(45deg); }
      header .nav_wrap nav {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 119;
        text-align: center;
        border: 2vw var(--base-color) solid;
        border-radius: 0; }
        header .nav_wrap nav .gnavi_wrap {
          width: 100%;
          padding: 10vw 6vw 0;
          text-align: left; }
          header .nav_wrap nav .gnavi_wrap .sp_gnavi_logo {
            width: 50%; }
          header .nav_wrap nav .gnavi_wrap ul {
            width: 100%;
            margin: 0 auto;
            border-top: 1px #83001F solid;
            margin: 2vw 0 10vw; }
            header .nav_wrap nav .gnavi_wrap ul li {
              text-align: left;
              width: 100%;
              border-bottom: 1px #83001F dotted; }
              header .nav_wrap nav .gnavi_wrap ul li a {
                color: #251A19;
                padding: 3.5vw 0 2.2vw;
                font-size: 3.6vw;
                display: block;
                line-height: 1;
                margin-bottom: 10px; }
                header .nav_wrap nav .gnavi_wrap ul li a em {
                  color: var(--base-color);
                  margin-right: 3vw;
                  vertical-align: 0.4vw; }
                header .nav_wrap nav .gnavi_wrap ul li a:hover {
                  text-decoration: none; }
          header .nav_wrap nav .gnavi_wrap p {
            color: #83001F;
            font-size: 5.5vw;
            letter-spacing: 0.5vw;
            font-weight: bold; }
            header .nav_wrap nav .gnavi_wrap p i {
              margin-right: 2vw; }
        header .nav_wrap nav .navi_logo_area {
          padding: 30px 0 0;
          text-align: center;
          margin-top: 30px;
          border-top: 1px #fff solid; } }
/*=====================================================
フッター
======================================================*/
footer {
  background: #3E3E3E;
  padding: 80px 0;
  position: relative;
  z-index: 10; }
  footer .foot_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between; }
    footer .foot_flex .foot_company_info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      width: 48%; }
      footer .foot_flex .foot_company_info .logo {
        width: 45%; }
      footer .foot_flex .foot_company_info .address {
        width: 45%;
        margin: 0 0 20px 5%;
        color: #fff; }
      footer .foot_flex .foot_company_info .copyright {
        width: 100%;
        font-size: 14px;
        font-family: "Urbanist", sans-serif;
        color: #fff; }
    footer .foot_flex .f_contact {
      display: block;
      width: 90%;
      text-align: center;
      background: #fff;
      color: #3E3E3E;
      border: 1px #fff solid;
      line-height: 1;
      margin-top: 20px;
      padding: 15px 0px;
      border-radius: 80px; }
      footer .foot_flex .f_contact i {
        font-size: 25px;
        vertical-align: -3px; }
      footer .foot_flex .f_contact:hover {
        background: #3E3E3E;
        color: #fff;
        transition: 0.3s; }
    footer .foot_flex .f_sitemap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      width: 48%;
      color: #fff; }
      footer .foot_flex .f_sitemap .box {
        width: 35%; }
        footer .foot_flex .f_sitemap .box ul li {
          margin-bottom: 10px;
          line-height: 1.4; }
          footer .foot_flex .f_sitemap .box ul li a {
            color: #fff;
            margin-bottom: 20px;
            display: block; }
            footer .foot_flex .f_sitemap .box ul li a:hover {
              text-decoration: underline; }
        footer .foot_flex .f_sitemap .box ul.race_info li a {
          font-size: 13px; }
        @media screen and (min-width: 768px) and (max-width: 980px) {
          footer .foot_flex .f_sitemap .box {
            width: 45%; } }

/*footer*/
@media screen and (max-width: 767px) {
  footer {
    padding: 12vw 0; }
    footer .foot_flex {
      text-align: center; }
      footer .foot_flex .foot_company_info {
        order: 2;
        justify-content: center;
        width: 100%; }
        footer .foot_flex .foot_company_info .logo {
          width: 80%; }
        footer .foot_flex .foot_company_info .address {
          width: 80%;
          margin: 4vw 0; }
          footer .foot_flex .foot_company_info .address .f_contact {
            display: none !important; }
        footer .foot_flex .foot_company_info .copyright {
          width: 100%;
          font-size: 14px;
          font-family: "Urbanist", sans-serif;
          color: #fff; }
      footer .foot_flex .f_contact {
        justify-content: center;
        display: block !important;
        text-align: center;
        width: 60%;
        margin-bottom: 4vw;
        margin-top: 4vw;
        padding: 3vw 0px; }
        footer .foot_flex .f_contact i {
          font-size: 5vw;
          vertical-align: -0.6vw; }
      footer .foot_flex .f_sitemap {
        width: 100%;
        justify-content: center; }
        footer .foot_flex .f_sitemap .box {
          width: 100%;
          margin-bottom: 3vw; }
          footer .foot_flex .f_sitemap .box ul {
            text-align: left; }
            footer .foot_flex .f_sitemap .box ul li {
              margin-bottom: 2vw;
              margin-left: 5vw; }
              footer .foot_flex .f_sitemap .box ul li a {
                margin-bottom: 4vw; }
              footer .foot_flex .f_sitemap .box ul li:first-child {
                margin-left: 0; }
            footer .foot_flex .f_sitemap .box ul.race_info li a {
              font-size: 2.8vw; }
            footer .foot_flex .f_sitemap .box ul.center {
              text-align: center; }

  /*footer*/ }
/*=====================================================
共通
======================================================*/
.contents_wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
  position: relative; }

.contents_wrap2 {
  max-width: 840px;
  margin: 0 auto 0 5%;
  width: 90%;
  position: relative; }

h2.h201 {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #0A0A0A;
  font-style: italic;
  margin-bottom: 30px; }
  h2.h201 em {
    font-family: "TBUDGothic R", "游ゴシック体", YuGothic, sans-serif, "メイリオ", meiryo;
    font-size: 18px;
    color: var(--base-color);
    margin-left: 20px;
    vertical-align: 10px;
    font-style: normal; }
h2.h202 {
  background: var(--base-color);
  color: #fff;
  font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
  line-height: 1;
  padding: 22px 10px;
  text-align: center;
  filter: drop-shadow(5px 5px 0 #A3B0D9);
  margin-bottom: 30px;
  font-size: 36px; }

h3 {
  font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
  font-size: 28px;
  color: var(--base-color);
  padding-left: 20px;
  border-left: 10px var(--base-color) solid;
  line-height: 1.1;
  margin-bottom: 30px; }

h4 {
  font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
  font-size: 20px;
  color: var(--base-color);
  padding: 15px 0;
  border-top: 2px var(--base-color) solid;
  border-bottom: 2px var(--base-color) solid;
  line-height: 1.1;
  margin-bottom: 20px; }

h5 {
  font-size: 20px;
  font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  h2.h201 {
    font-size: 9vw;
    margin-bottom: 6vw; }
    h2.h201 em {
      font-size: 3.6vw;
      margin-left: 3vw;
      vertical-align: 1.8vw; }
  h2.h202 {
    padding: 4vw 2vw;
    filter: drop-shadow(1vw 1vw 0 #A3B0D9);
    margin-bottom: 6vw;
    font-size: 6vw; }

  h3 {
    font-size: 5vw;
    padding-left: 4vw;
    border-left: 2vw var(--base-color) solid;
    margin-bottom: 5vw; }

  h4 {
    font-size: 4vw;
    padding: 4vw 0;
    margin-bottom: 5vw; } }
/*=====================================================
大会情報
======================================================*/
#race .wrap {
  display: flex;
  align-items: flex-start; }
  #race .wrap header {
    flex-shrink: 0; }
  #race .wrap section {
    width: 100%;
    height: auto; }
  #race .wrap main {
    flex: 1;
    width: calc(100% - 280px); }
#race #race_main_img {
  width: 100%;
  height: 580px;
  position: relative;
  color: #fff; }
  #race #race_main_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center; }
  #race #race_main_img .title_area {
    position: absolute;
    top: 70px;
    left: 5%; }
    #race #race_main_img .title_area h1 {
      font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
      font-size: 32px;
      line-height: 1.4; }
    #race #race_main_img .title_area .sub {
      display: inline-block;
      border: 1px #fff solid;
      font-size: 20px;
      font-weight: 600;
      padding: 15px 20px;
      margin-top: 20px;
      line-height: 1.5; }
  #race #race_main_img .start_day {
    position: absolute;
    bottom: 0;
    left: 5%;
    display: inline-block;
    background: #B80207;
    padding: 30px 40px;
    line-height: 1;
    font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
    font-size: 32px; }
#race #news {
  padding: 50px 0; }
  #race #news .logoset {
    max-width: 520px;
    width: 100%;
    margin-bottom: 40px; }
  #race #news ul {
    width: 100%;
    margin-bottom: 20px; }
    #race #news ul li {
      position: relative;
      background: #fff;
      border-radius: 50px;
      margin-bottom: 5px;
      border: 1px #C3C3C3 solid; }
      #race #news ul li .link_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 4; }
      #race #news ul li dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 15px 30px; }
        #race #news ul li dl dt {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: flex-start;
          height: auto;
          align-items: center;
          width: 170px; }
          #race #news ul li dl dt .date {
            width: 80px;
            color: var(--base-color);
            font-family: "Urbanist", sans-serif;
            vertical-align: -2px; }
          #race #news ul li dl dt .cat {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: -webkit-flexbox;
            display: -moz-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: flex-start;
            height: auto;
            align-items: center;
            width: 85px;
            margin-right: 5px; }
            #race #news ul li dl dt .cat p {
              background: var(--base-color);
              line-height: 1;
              padding: 2px;
              color: #fff;
              font-size: 12px; }
        #race #news ul li dl dd {
          width: calc(100% - 190px); }
      #race #news ul li:hover {
        opacity: 0.7;
        transition: 0.3s; }
  #race #news .btn_area {
    text-align: left; }
    #race #news .btn_area .btn {
      display: inline-block;
      background: #fff;
      border: 2px var(--base-color) solid;
      line-height: 1;
      color: var(--base-color);
      padding: 20px 50px;
      border-radius: 50px;
      margin-right: 30px; }
      #race #news .btn_area .btn:hover {
        transition: 0.3s;
        background: var(--base-color);
        color: #fff; }
    #race #news .btn_area .facebook img {
      width: 60px; }
    #race #news .btn_area .facebook:hover {
      opacity: 0.5;
      transition: 0.3s; }
#race .slider-container {
  overflow: hidden;
  width: 3600px;
  height: 245px; }
  #race .slider-container .slider-wrapper {
    display: flex;
    /* 画像を横に並べるために flex を使用 */
    align-items: stretch;
    animation: slide 30s linear infinite;
    /* スライドするアニメーション */ }
    #race .slider-container .slider-wrapper .slide {
      margin-right: 0px;
      /* 画像間の間隔を設定 */
      height: 100%; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1800px); } }
#race #entry {
  background: #FAF5DC;
  padding: 50px 0; }
  #race #entry .entry_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: center;
    margin-bottom: 50px; }
    #race #entry .entry_flex .entry_btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: center;
      align-items: center;
      width: 48%;
      margin: 0 1% 30px;
      border: 2px var(--base-color) solid;
      border-radius: 6px;
      color: var(--base-color);
      text-align: center;
      height: 76px;
      background-color: #fff;
      background-position: left 20px center;
      background-repeat: no-repeat;
      filter: drop-shadow(2px 2px 0 var(--base-color));
      position: relative;
      top: 0;
      left: 0;
      transition: 0.3s;
      line-height: 1.3; }
      #race #entry .entry_flex .entry_btn.btn_mspo {
        background-image: url("../img/race/numazu/logo_mspo.png");
        background-size: 60px; }
      #race #entry .entry_flex .entry_btn.btn_sports {
        background-image: url("../img/race/numazu/logo_sportsentry.png");
        background-size: 60px; }
      #race #entry .entry_flex .entry_btn.btn_pdf {
        background-image: url("../img/race/numazu/icon_pdf.svg");
        background-size: 60px; }
      #race #entry .entry_flex .entry_btn.btn_movie {
        background-image: url("../img/race/numazu/icon_move.svg");
        background-size: 60px; }
      #race #entry .entry_flex .entry_btn:hover {
        transition: 0.3s;
        top: 2px;
        left: 2px;
        filter: drop-shadow(0 0 0 var(--base-color)); }
#race .tb_wrap {
  width: 100%;
  overflow: scroll; }
#race table {
  width: 100%; }
#race .tb01 {
  border-top: 1px #707070 solid;
  margin-bottom: 60px; }
  #race .tb01 th, #race .tb01 td {
    border-bottom: 1px #707070 solid;
    padding: 20px;
    line-height: 1.8;
    text-align: left; }
    #race .tb01 th small, #race .tb01 td small {
      font-size: 14px; }
  #race .tb01 th {
    background: #E3E3E3;
    font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
    width: 190px; }
  #race .tb01 td p {
    text-indent: -16px;
    margin-left: 16px; }
  #race .tb01 td strong {
    font-weight: 500; }
  #race .tb01.bottom10 {
    margin-bottom: 10px; }
#race .tb02, #race .tb03, #race .tb04 {
  margin-bottom: 60px; }
  #race .tb02 th, #race .tb02 td, #race .tb03 th, #race .tb03 td, #race .tb04 th, #race .tb04 td {
    border: 1px #707070 solid;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle; }
  #race .tb02 th, #race .tb03 th, #race .tb04 th {
    background: #9F9F9F;
    color: #fff; }
  #race .tb02 td:first-child, #race .tb03 td:first-child, #race .tb04 td:first-child {
    width: 210px;
    font-weight: 500; }
  #race .tb02 td:last-child, #race .tb03 td:last-child, #race .tb04 td:last-child {
    text-align: left; }
  #race .tb02 td.red, #race .tb03 td.red, #race .tb04 td.red {
    background: #FCE0E1; }
  #race .tb02 td.blue, #race .tb03 td.blue, #race .tb04 td.blue {
    background: #E8EDFC; }
#race .tb03 th, #race .tb03 td, #race .tb04 th, #race .tb04 td {
  padding: 10px 20px;
  text-align: center !important; }
#race .tb04 td:first-child {
  width: inherit; }
#race .tb05 {
  margin-bottom: 30px; }
  #race .tb05 th, #race .tb05 td {
    text-align: left;
    width: inherit;
    padding: 10px 30px;
    line-height: 1.8;
    border: 1px #707070 solid;
    vertical-align: middle; }
  #race .tb05 th {
    font-weight: 500;
    background: #E3E3E3; }
  #race .tb05 td small {
    font-size: 14px; }
  #race .tb05 td:first-child {
    width: 58%; }
  #race .tb05 td p {
    text-indent: -16px;
    margin-left: 16px; }
#race .race_txt01 {
  margin-bottom: 20px; }
  #race .race_txt01 strong {
    font-size: 18px;
    font-weight: 500; }
  #race .race_txt01 span {
    color: #B80207; }
  #race .race_txt01 a {
    color: #312f2f;
    text-decoration: underline; }
    #race .race_txt01 a:hover {
      text-decoration: none; }
#race .race_txt02 {
  margin-bottom: 40px; }
  #race .race_txt02 li {
    text-indent: -16px;
    margin-left: 16px; }
#race #outline {
  padding: 50px 0; }
#race #schedule {
  padding: 50px 0; }
  #race #schedule .schedule {
    width: 100%;
    margin-bottom: 30px; }
    #race #schedule .schedule th, #race #schedule .schedule td {
      border: 1px #707070 solid;
      text-align: center;
      padding: 10px 0;
      line-height: 1.2;
      vertical-align: middle; }
    #race #schedule .schedule th {
      background: #707070;
      color: #fff;
      border: 1px #fff solid; }
    #race #schedule .schedule td.time {
      width: 145px;
      background: #FAF5DC;
      font-weight: 500; }
    #race #schedule .schedule td.red {
      background: #FCE0E1; }
    #race #schedule .schedule td.blue {
      background: #E8EDFC; }
    #race #schedule .schedule td.yellow {
      background: #FAE88B; }
#race #map {
  background: #EAEEFA;
  padding: 80px 0; }
  #race #map img {
    margin: 30px 0; }
#race #result {
  padding: 80px 0; }
  #race #result .result_flex01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between; }
    #race #result .result_flex01 a {
      width: 31%;
      display: block;
      padding: 15px;
      border: 2px var(--base-color) solid;
      border-radius: 6px;
      color: var(--base-color);
      text-align: center;
      background-color: #fff;
      background-position: left center;
      background-repeat: no-repeat;
      filter: drop-shadow(2px 2px 0 var(--base-color));
      position: relative;
      top: 0;
      left: 0;
      transition: 0.3s;
      line-height: 1.3;
      background-image: url("../img/race/numazu/icon_pdf.svg");
      background-size: 60px; }
      #race #result .result_flex01 a:hover {
        transition: 0.3s;
        top: 2px;
        left: 2px;
        filter: drop-shadow(0 0 0 var(--base-color)); }
    #race #result .result_flex01:after {
      content: "";
      width: 31%;
      display: block; }
  #race #result .btn_detail {
    background: #FAF5DC;
    border: 2px var(--base-color) solid;
    color: var(--base-color);
    font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    margin: 30px 0 5px;
    letter-spacing: 3px; }
    #race #result .btn_detail i {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      font-size: 30px; }
  #race #result .detail_box {
    display: none; }
    #race #result .detail_box .box {
      background: #E9EEFA;
      padding: 30px;
      margin-bottom: 5px; }
      #race #result .detail_box .box .ttl {
        font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
        font-size: 24px;
        color: var(--base-color);
        text-align: left; }
#race #other {
  padding: 50px 0; }
  #race #other .gmap {
    width: 100%;
    padding-top: 280px;
    position: relative;
    margin-bottom: 80px; }
    #race #other .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*race*/
@media screen and (max-width: 767px) {
  #race {
    padding-top: 10vw; }
    #race .wrap {
      display: block; }
      #race .wrap header {
        flex-shrink: 0; }
      #race .wrap section {
        width: 100%;
        height: auto; }
      #race .wrap main {
        flex: initial;
        width: 100%; }
    #race #race_main_img {
      height: 100vw; }
      #race #race_main_img .title_area {
        top: 12vw; }
        #race #race_main_img .title_area h1 {
          font-size: 5.4vw; }
        #race #race_main_img .title_area .sub {
          font-size: 3.8vw;
          padding: 3vw 4vw;
          margin-top: 4vw; }
      #race #race_main_img .start_day {
        padding: 5vw 6vw;
        font-size: 5.4vw; }
    #race #news {
      padding: 10vw 0; }
      #race #news .logoset {
        margin-bottom: 8vw; }
      #race #news ul {
        margin-bottom: 4vw; }
        #race #news ul li {
          border-radius: 50px;
          margin-bottom: 1vw; }
          #race #news ul li dl {
            padding: 3vw 6vw; }
            #race #news ul li dl dt {
              width: 100%; }
              #race #news ul li dl dt .date {
                width: 16vw;
                vertical-align: -0.4vw; }
              #race #news ul li dl dt .cat {
                width: 16vw;
                margin-right: 0; }
                #race #news ul li dl dt .cat p {
                  padding: 0.4vw;
                  font-size: 2.4vw; }
            #race #news ul li dl dd {
              width: 100%; }
      #race #news .btn_area .btn {
        padding: 4vw 8vw;
        margin-right: 5vw; }
      #race #news .btn_area .facebook img {
        width: 12vw; }
    #race .slider-container {
      overflow: hidden;
      width: 580vw;
      height: 40vw; }
      #race .slider-container .slider-wrapper {
        display: flex;
        /* 画像を横に並べるために flex を使用 */
        align-items: stretch;
        animation: slide 30s linear infinite;
        /* スライドするアニメーション */ }
        #race .slider-container .slider-wrapper .slide {
          margin-right: 0px;
          /* 画像間の間隔を設定 */
          height: 100%; }
  @keyframes slide {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-290vw); } }
    #race #entry {
      padding: 10vw 0; }
      #race #entry .entry_flex {
        margin-bottom: 10vw; }
        #race #entry .entry_flex .entry_btn {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: flex-start;
          height: auto;
          align-items: center;
          width: 100%;
          margin: 0 0 3vw;
          height: 15.2vw;
          background-position: left 4vw center; }
          #race #entry .entry_flex .entry_btn.btn_mspo {
            background-image: url("../img/race/numazu/logo_mspo.png");
            background-size: 12vw; }
          #race #entry .entry_flex .entry_btn.btn_sports {
            background-image: url("../img/race/numazu/logo_sportsentry.png");
            background-size: 12vw; }
          #race #entry .entry_flex .entry_btn.btn_pdf {
            background-image: url("../img/race/numazu/icon_pdf.svg");
            background-size: 12vw; }
          #race #entry .entry_flex .entry_btn.btn_movie {
            background-image: url("../img/race/numazu/icon_move.svg");
            background-size: 12vw; }
          #race #entry .entry_flex .entry_btn:hover {
            transition: 0.3s;
            top: 2px;
            left: 2px;
            filter: drop-shadow(0 0 0 var(--base-color)); }
    #race .tb01 {
      width: 100%;
      border-top: 1px #707070 solid;
      margin-bottom: 10vw; }
      #race .tb01 th, #race .tb01 td {
        display: block;
        width: 100%;
        padding: 4vw; }
        #race .tb01 th small, #race .tb01 td small {
          font-size: 2.8vw; }
      #race .tb01 th {
        border: none; }
      #race .tb01 td p {
        text-indent: -3.2vw;
        margin-left: 3.2vw; }
      #race .tb01.bottom10 {
        margin-bottom: 2vw; }
    #race .tb02, #race .tb03, #race .tb04 {
      margin-bottom: 10vw; }
      #race .tb02 th, #race .tb02 td, #race .tb03 th, #race .tb03 td, #race .tb04 th, #race .tb04 td {
        padding: 2vw 2vw; }
      #race .tb02 td:first-child, #race .tb03 td:first-child, #race .tb04 td:first-child {
        width: auto; }
    #race .tb03 th, #race .tb03 td, #race .tb04 th, #race .tb04 td {
      padding: 2vw 2vw; }
    #race .tb05 {
      margin-bottom: 6vw;
      border-top: 1px #707070 solid; }
      #race .tb05 th, #race .tb05 td {
        padding: 2vw 4vw;
        display: block;
        width: 100%;
        border-top: none; }
      #race .tb05 td small {
        font-size: 2.8vw; }
      #race .tb05 td:first-child {
        width: 100%; }
      #race .tb05 td p {
        text-indent: -3.2vw;
        margin-left: 3.2vw; }
    #race .race_txt01 {
      margin-bottom: 4vw; }
      #race .race_txt01 strong {
        font-size: 3.6vw;
        font-weight: 500; }
    #race .race_txt02 {
      margin-bottom: 8vw; }
      #race .race_txt02 li {
        text-indent: -3.2vw;
        margin-left: 3.2vw; }
    #race #outline {
      padding: 10vw 0; }
    #race #schedule {
      padding: 10vw 0; }
      #race #schedule .schedule {
        margin-bottom: 6vw; }
        #race #schedule .schedule th, #race #schedule .schedule td {
          padding: 2vw 0; }
        #race #schedule .schedule td.time {
          width: 17%; }
    #race #map {
      padding: 12vw 0; }
      #race #map img {
        margin: 6vw 0; }
    #race #result {
      padding: 12vw 0; }
      #race #result .result_flex01 {
        justify-content: center; }
        #race #result .result_flex01 a {
          width: 90%;
          padding: 3vw;
          margin-bottom: 4vw;
          background-size: 10vw; }
        #race #result .result_flex01:after {
          content: "";
          width: 80%;
          display: block; }
      #race #result .btn_detail {
        font-size: 5vw;
        padding: 2vw 0;
        margin: 6vw 0 1vw;
        letter-spacing: 0.6vw; }
        #race #result .btn_detail i {
          right: 3vw;
          font-size: 6vw; }
      #race #result .detail_box .box {
        padding: 5vw;
        margin-bottom: 1vw; }
        #race #result .detail_box .box .ttl {
          font-size: 5vw;
          text-align: center; }
    #race #other {
      padding: 10vw 0; }
      #race #other .gmap {
        padding-top: 80vw;
        margin-bottom: 12vw; }

  /*race*/ }
/*767px*/
