@charset "UTF-8";
/*Config Vars*/
/*functions*/
/*Extends*/
/*Mixins*/
/*----------------------------------------------------------
16進数に変換する
----------------------------------------------------------*/
/*----------------------------------------------------------
rgbaを16進数表記に変換する
----------------------------------------------------------*/
/* line 12, ../sass/index.scss */
#contents #contWrapper #top_mainCont #schedule #schedule_wrap {
  padding: 15px 10px 0; }
  /* line 15, ../sass/index.scss */
  #contents #contWrapper #top_mainCont #schedule #schedule_wrap iframe {
    width: 100%; }
/* line 26, ../sass/index.scss */
#contents #contWrapper #side #sideBanner #sns #insta > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1px;
  height: auto;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto; }
  /* line 57, ../sass/index.scss */
  #contents #contWrapper #side #sideBanner #sns #insta > div > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1px) / 2);
            flex: 0 0 calc((100% - 1px) / 2);
    padding-top: calc((100% - 1px) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative; }
    /* line 66, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner #sns #insta > div > ul > li > a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      /* line 77, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns #insta > div > ul > li > a img {
        display: none; }
      /* line 81, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns #insta > div > ul > li > a:before {
        content: "\f16d";
        font-family: 'FontAwesome';
        font-size: 24px;
        line-height: 125%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFF;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      /* line 120, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns #insta > div > ul > li > a:hover::before {
        opacity: 1; }

/*メディアクエリー*/
/*スマホ共通*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 140, ../sass/index.scss */
  #imageBox {
    margin: 0 auto 30px;
    width: 100%;
    position: relative;
    background-image: url(../img/sp/common/imgBack.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 20px auto;
    /*&:after {
    	content: "";
    	background-image: url(../img/sp/common/imgIllust.png);
    	background-repeat: no-repeat;
    	background-position: center top;
    	background-size: contain;
    	display: block;
    	width: 100%;
    	padding-top: 57.8125%;
    }*/ }
    /* line 149, ../sass/index.scss */
    #imageBox .bx-wrapper {
      margin-bottom: 30px; }

  /* line 168, ../sass/index.scss */
  #contents #contWrapper #top_mainCont {
    width: 96%;
    margin: 0 auto; }
    /* line 172, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event {
      padding: 0 0 20px; }
      /* line 175, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event > h1 {
        padding: 0 0 15px; }
      /* line 179, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        position: relative;
        display: block;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 1000px) {
        /* line 179, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL {
          overflow: hidden; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 768px) {
        /* line 179, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL {
          overflow: hidden; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 768px) and (max-width: 999px) {
        /* line 179, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL {
          overflow: hidden; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 767px) {
        /* line 179, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL {
          overflow: hidden; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
        /* line 179, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL {
          overflow: hidden; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 479px) {
        /* line 179, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL {
          overflow: hidden; } }
@media screen and (min-width: 0px) and (max-width: 767px) {
        /* line 8, ../sass/common/_mixin.scss */
        #contents #contWrapper #top_mainCont #event #eventUL:after {
          content: "";
          display: block;
          height: 0;
          font-size: 0;
          clear: both; }
        /* line 183, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL::after {
          display: none !important; }
        /* line 206, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL > article {
          float: none !important;
          border: solid 1px #888;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          /*
          @include align-items(flex-start);
          @include align-content(flex-start);
          */ }
          /* line 216, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header {
            padding: 5px 10px;
            -webkit-box-ordinal-group: 3;
            -moz-order: 2;
            -ms-flex-order: 2;
            order: 2;
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: reverse;
            -webkit-box-orient: vertical;
            -moz-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
            /* line 225, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header > p {
              font-size: 12px;
              font-size: 3.75vw; }
              /* line 228, ../sass/index.scss */
              #contents #contWrapper #top_mainCont #event #eventUL > article > header > p:before {
                content: "";
                display: block;
                color: #FFFFFF;
                text-align: center;
                width: 5em;
                margin-bottom: 5px; }
            /* line 239, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header.race > h1 {
              color: red; }
            /* line 242, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header.race > p:before {
              content: "RACE";
              background-color: red; }
            /* line 248, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header.info > h1 {
              color: #009843; }
            /* line 251, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header.info > p:before {
              content: "INFO";
              background-color: #009843; }
            /* line 257, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header.sale > h1 {
              color: #ef8200; }
            /* line 260, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header.sale > p:before {
              content: "SALE";
              background-color: #ef8200; }
          /* line 266, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > p {
            padding: 0 10px 10px;
            -webkit-box-ordinal-group: 4;
            -moz-order: 3;
            -ms-flex-order: 3;
            order: 3; }
          /* line 271, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > div {
            -webkit-box-ordinal-group: 2;
            -moz-order: 1;
            -ms-flex-order: 1;
            order: 1; }
      /* line 278, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-viewport {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      /* line 282, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666; }
      /* line 286, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager.bx-default-pager a:hover,
      #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: red; }
      /* line 291, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager, #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-controls-auto {
        bottom: -40px; }
    /* line 298, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #info {
      padding: 0 0 20px; }
      /* line 300, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #info #topiUL {
        margin: 0 0 0;
        height: 320px;
        overflow-x: hidden;
        overflow-y: scroll; }
        /* line 306, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #info #topiUL > article {
          padding: 10px;
          border-bottom: dotted 1px #666666; }
          /* line 310, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #info #topiUL > article > header {
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: reverse;
            -webkit-box-orient: vertical;
            -moz-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
            /* line 314, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #info #topiUL > article > header > h1 {
              padding: 0 0 5px 1em;
              color: #FF0000; }
          /* line 320, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #info #topiUL > article > p {
            padding-left: 1em; }
    /* line 327, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav {
      display: block; }
      /* line 333, ../sass/index.scss */
      #contents #contWrapper #top_mainCont > nav > ul > li:nth-child(1) {
        display: none; }
  /* line 343, ../sass/index.scss */
  #contents #contWrapper #side {
    width: 96%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    /* line 350, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner {
      -webkit-box-ordinal-group: 2;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    /* line 354, ../sass/index.scss */
    #contents #contWrapper #side #banner {
      -webkit-box-ordinal-group: 4;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    /* line 358, ../sass/index.scss */
    #contents #contWrapper #side #otherBanner {
      -webkit-box-ordinal-group: 3;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    /* line 364, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner #today {
      margin-bottom: 20px;
      padding-bottom: 24px;
      background-color: #8DC21F; }
      /* line 369, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > nav, #contents #contWrapper #side #sideBanner #today > p, #contents #contWrapper #side #sideBanner #today > div {
        padding: 0 8%; }
      /* line 374, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > nav > a {
        display: block;
        background-color: #FFFFFF; }
      /* line 380, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > p {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #FFFFFF;
        font-size: 13px;
        font-size: 4.0625vw; }
        /* line 386, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #today > p > time {
          display: block; }
      /* line 391, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today #weather {
        padding: 0;
        margin: 0 auto;
        width: 84%;
        display: table;
        table-layout: fixed;
        background-color: #FFFFFF; }
        /* line 399, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #today #weather > .wInfo {
          display: table-cell;
          vertical-align: top;
          padding: 10px; }
          /* line 404, ../sass/index.scss */
          #contents #contWrapper #side #sideBanner #today #weather > .wInfo > div {
            display: table;
            table-layout: auto; }
            /* line 408, ../sass/index.scss */
            #contents #contWrapper #side #sideBanner #today #weather > .wInfo > div > p {
              display: table-cell;
              vertical-align: middle; }
              /* line 412, ../sass/index.scss */
              #contents #contWrapper #side #sideBanner #today #weather > .wInfo > div > p.icon {
                width: 50px; }
          /* line 417, ../sass/index.scss */
          #contents #contWrapper #side #sideBanner #today #weather > .wInfo > p {
            text-align: center;
            font-weight: bold; }
            /* line 421, ../sass/index.scss */
            #contents #contWrapper #side #sideBanner #today #weather > .wInfo > p .max {
              color: #FF0000; }
            /* line 424, ../sass/index.scss */
            #contents #contWrapper #side #sideBanner #today #weather > .wInfo > p .min {
              color: #049DDD; }
    /* line 437, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner #sns {
      position: relative; }
      /* line 440, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns > section {
        padding-top: 36px;
        width: 100%;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 11 !important;
        pointer-events: none;
        /*&.on {
        	&:nth-child(1) {
        		& > h1 {
        			position: relative;
        			left: auto;
        			top: auto;
        		}
        	}
        	&:nth-child(2) {
        		& > h1 {
        			position: relative;
        			float: right;
        			left: auto;
        			top: auto;
        		}
        		& > div {
        			clear: both;
        		}
        	}
        	&:nth-child(2) {
        		& > h1 {
        			position: relative;
        			float: right;
        			right: auto;
        			top: auto;
        		}
        		& > div {
        			clear: both;
        		}
        	}
        }*/ }
        /* line 449, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section > * {
          pointer-events: auto !important; }
        /* line 453, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section.on {
          position: relative !important;
          z-index: 10 !important; }
        /* line 458, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section > h1 {
          cursor: pointer;
          position: relative;
          z-index: 15;
          display: block;
          width: 32%;
          padding: 5px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 8px 8px 0 0;
          color: #FFFFFF;
          text-align: center;
          /*font-family: $baseFontE;
          @include fz_vw(18);
          font-weight: normal;
          
          & > i {
          	position: absolute;
          	padding: 1px 0 0;
          	left: 10px;
          	@include fz_vw(16);
          	font-weight: normal;
          	margin-right: 10px;
          }*/
          line-height: 0; }
          /* line 484, ../sass/index.scss */
          #contents #contWrapper #side #sideBanner #sns > section > h1 > i {
            font-size: 20px;
            line-height: 26px;
            font-weight: normal; }
        /* line 491, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section > div {
          padding: 10px;
          display: none !important; }
          /* line 495, ../sass/index.scss */
          #contents #contWrapper #side #sideBanner #sns > section > div > * {
            width: 100%; }
        /* line 499, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section.on > div {
          display: block !important; }
        /* line 506, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section:nth-child(1) > h1, #contents #contWrapper #side #sideBanner #sns > section:nth-child(1) > div {
          background-color: #3B5998; }
        /* line 509, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section:nth-child(1) > h1 {
          position: absolute;
          left: 0px;
          top: 0; }
        /* line 516, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section:nth-child(2) > h1, #contents #contWrapper #side #sideBanner #sns > section:nth-child(2) > div {
          background-color: #000; }
        /* line 519, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section:nth-child(2) > h1 {
          position: absolute;
          left: 33.333%;
          top: 0; }
        /* line 526, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section:nth-child(3) > h1, #contents #contWrapper #side #sideBanner #sns > section:nth-child(3) > div {
          background-color: #F0F0F0;
          color: #222; }
        /* line 530, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section:nth-child(3) > h1 {
          position: absolute;
          right: 0;
          top: 0; }
      /* line 574, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns #insta > h1 > span {
        display: none; }
      /* line 579, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns #insta > div > ul {
        height: auto;
        max-height: calc((100vw - 4em - 2px) / 3 * 4); }
        /* line 583, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns #insta > div > ul > li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc((100% - 2px) / 3);
                  flex: 0 0 calc((100% - 2px) / 3);
          padding-top: calc((100% - 2px) / 3); }
    /* line 599, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner > nav {
      width: 205px;
      margin: 0 auto; }
      /* line 605, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner > nav > ul > li > a {
        display: block;
        background-color: #FFFFFF; } }
/*スマホ縦*/
/*スマホ横*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 632, ../sass/index.scss */
  #contents #contWrapper #side #sideBanner #sns #insta > div > ul {
    height: auto;
    max-height: calc((100vw - 4em - 2px) / 3 * 4); } }
/* タブレット・ＰＣ */
@media print, screen and (min-width: 768px) {
  /* line 648, ../sass/index.scss */
  #imageBox {
    margin: 0 auto 0;
    padding-bottom: 33px;
    width: 100%;
    position: relative;
    /*&:before {
    	content: "";
    	background-image: url(../img/imageWrap03.png);
    	background-repeat: no-repeat;
    	background-position: center bottom;
    	display: block;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	bottom: 30px;
    	z-index: 0;
    }*/ }
    /* line 669, ../sass/index.scss */
    #imageBox #slider {
      position: relative; }
      /* line 672, ../sass/index.scss */
      #imageBox #slider .slick-dots {
        bottom: -30px; }
        /* line 674, ../sass/index.scss */
        #imageBox #slider .slick-dots li button::before {
          font-size: 15px;
          font-size: 0.9375rem; }
      /* line 679, ../sass/index.scss */
      #imageBox #slider:before, #imageBox #slider:after {
        content: "";
        background-image: url(../img/delay.png);
        background-repeat: no-repeat;
        background-position: center top;
        display: block;
        width: 590px;
        height: 450px;
        position: absolute;
        z-index: 8000;
        left: 50%;
        top: 0; }
      /* line 692, ../sass/index.scss */
      #imageBox #slider:before {
        margin-left: -990px; }
      /* line 695, ../sass/index.scss */
      #imageBox #slider:after {
        margin-left: 400px; }

  /* line 705, ../sass/index.scss */
  #contents #contWrapper #top_mainCont #event {
    padding: 0 0 20px; }
    /* line 708, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event > h1 {
      padding: 0 0 15px; }
    /* line 712, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event #eventUL {
      position: relative;
      display: block;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
    @media only screen and (min-width: 768px) and (min-width: 1000px) {
      /* line 712, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        overflow: hidden; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      /* line 712, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        overflow: hidden; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
      /* line 712, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        overflow: hidden; } }
    @media only screen and (min-width: 768px) and (max-width: 767px) {
      /* line 712, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        overflow: hidden; } }
    @media only screen and (min-width: 768px) and (min-width: 480px) and (max-width: 767px) {
      /* line 712, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        overflow: hidden; } }
    @media only screen and (min-width: 768px) and (max-width: 479px) {
      /* line 712, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL {
        overflow: hidden; } }
@media print, screen and (min-width: 768px) {
      /* line 8, ../sass/common/_mixin.scss */
      #contents #contWrapper #top_mainCont #event #eventUL:after {
        content: "";
        display: block;
        height: 0;
        font-size: 0;
        clear: both; }
      /* line 716, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL::after {
        display: none !important; }
      /* line 740, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #event #eventUL > article {
        float: none !important;
        height: auto !important;
        border: solid 1px #888;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*
        @include align-items(flex-start);
        @include align-content(flex-start);
        */ }
        /* line 751, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL > article > header {
          padding: 5px 10px;
          -webkit-box-ordinal-group: 3;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: reverse;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
          /* line 760, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header > p {
            font-size: 12px;
            font-size: 0.75rem; }
            /* line 763, ../sass/index.scss */
            #contents #contWrapper #top_mainCont #event #eventUL > article > header > p:before {
              content: "";
              display: inline-block;
              color: #FFFFFF;
              text-align: center;
              width: 5em;
              margin-right: 5px; }
          /* line 774, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header.race > h1 {
            color: red; }
          /* line 777, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header.race > p:before {
            content: "RACE";
            background-color: red; }
          /* line 783, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header.info > h1 {
            color: #009843; }
          /* line 786, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header.info > p:before {
            content: "INFO";
            background-color: #009843; }
          /* line 792, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header.sale > h1 {
            color: #ef8200; }
          /* line 795, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #event #eventUL > article > header.sale > p:before {
            content: "SALE";
            background-color: #ef8200; }
        /* line 801, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL > article > p {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%;
          padding: 0 10px 10px;
          -webkit-box-ordinal-group: 4;
          -moz-order: 3;
          -ms-flex-order: 3;
          order: 3; }
        /* line 806, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #event #eventUL > article > div {
          -webkit-box-ordinal-group: 2;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1; }
    /* line 813, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-viewport {
      padding-bottom: 2px; }
    /* line 816, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-viewport {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    /* line 820, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager.bx-default-pager a {
      background: #666; }
    /* line 824, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager.bx-default-pager a:hover,
    #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: red; }
    /* line 829, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-pager, #contents #contWrapper #top_mainCont #event .bx-wrapper .bx-controls-auto {
      bottom: -40px; }
  /* line 836, ../sass/index.scss */
  #contents #contWrapper #top_mainCont #info {
    padding: 0 0 40px; }
    /* line 838, ../sass/index.scss */
    #contents #contWrapper #top_mainCont #info #topiUL {
      margin: 0 0 0;
      height: 350px;
      overflow-x: hidden;
      overflow-y: scroll; }
      /* line 844, ../sass/index.scss */
      #contents #contWrapper #top_mainCont #info #topiUL > article {
        padding: 15px;
        border-bottom: dotted 1px #666666; }
        /* line 848, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #info #topiUL > article > header {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: reverse;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
          /* line 852, ../sass/index.scss */
          #contents #contWrapper #top_mainCont #info #topiUL > article > header > h1 {
            padding: 0 0 5px 1em;
            color: #FF0000; }
        /* line 858, ../sass/index.scss */
        #contents #contWrapper #top_mainCont #info #topiUL > article > p {
          padding-left: 1em; }
  /* line 866, ../sass/index.scss */
  #contents #contWrapper #top_mainCont > nav > ul {
    display: block;
    overflow: hidden;
    padding: 0 8px 0 7px; } }
  @media only screen and (min-width: 768px) and (min-width: 1000px) {
    /* line 866, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul {
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    /* line 866, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul {
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
    /* line 866, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul {
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (max-width: 767px) {
    /* line 866, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul {
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) and (max-width: 767px) {
    /* line 866, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul {
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (max-width: 479px) {
    /* line 866, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul {
      overflow: hidden; } }
@media print, screen and (min-width: 768px) {
    /* line 8, ../sass/common/_mixin.scss */
    #contents #contWrapper #top_mainCont > nav > ul:after {
      content: "";
      display: block;
      height: 0;
      font-size: 0;
      clear: both; }
    /* line 870, ../sass/index.scss */
    #contents #contWrapper #top_mainCont > nav > ul > li {
      width: 350px;
      float: left; }
      /* line 873, ../sass/index.scss */
      #contents #contWrapper #top_mainCont > nav > ul > li:nth-child(2) {
        float: right; }
  /* line 882, ../sass/index.scss */
  #contents #contWrapper #side {
    padding-bottom: 30px; }
    /* line 887, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner #today {
      margin-bottom: 20px;
      padding-bottom: 24px;
      background-color: #8DC21F; }
      /* line 892, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > nav, #contents #contWrapper #side #sideBanner #today > p, #contents #contWrapper #side #sideBanner #today > div {
        padding: 0 25px 0 24px; }
      /* line 897, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > nav > a {
        display: block;
        background-color: #FFFFFF; }
      /* line 901, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > nav > a:hover > img {
        opacity: 0.7; }
      /* line 906, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today > p {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #FFFFFF;
        font-size: 13px;
        font-size: 0.8125rem; }
        /* line 912, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #today > p > time {
          display: block; }
      /* line 917, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #today #weather {
        padding: 0;
        margin: 0 auto;
        width: 90%;
        display: table;
        table-layout: fixed;
        background-color: #FFFFFF; }
        /* line 925, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #today #weather > .wInfo {
          display: table-cell;
          vertical-align: top;
          padding: 10px; }
          /* line 930, ../sass/index.scss */
          #contents #contWrapper #side #sideBanner #today #weather > .wInfo > div {
            display: table;
            table-layout: auto; }
            /* line 934, ../sass/index.scss */
            #contents #contWrapper #side #sideBanner #today #weather > .wInfo > div > p {
              display: table-cell;
              vertical-align: middle; }
              /* line 938, ../sass/index.scss */
              #contents #contWrapper #side #sideBanner #today #weather > .wInfo > div > p.icon {
                width: 50px; }
          /* line 943, ../sass/index.scss */
          #contents #contWrapper #side #sideBanner #today #weather > .wInfo > p {
            text-align: center;
            font-weight: bold; }
            /* line 947, ../sass/index.scss */
            #contents #contWrapper #side #sideBanner #today #weather > .wInfo > p .max {
              color: #FF0000; }
            /* line 950, ../sass/index.scss */
            #contents #contWrapper #side #sideBanner #today #weather > .wInfo > p .min {
              color: #049DDD; }
    /* line 959, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner #sns > section {
      margin: 0 0 20px; }
      /* line 962, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns > section > h1 {
        display: none; }
      /* line 966, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner #sns > section#insta > h1 {
        display: block;
        padding: 10px 0 5px;
        border-bottom: solid 1px #222;
        margin: 0 0 10px;
        font-size: 135%; }
        /* line 973, ../sass/index.scss */
        #contents #contWrapper #side #sideBanner #sns > section#insta > h1 i {
          margin-right: 0.35em; }
    /* line 984, ../sass/index.scss */
    #contents #contWrapper #side #sideBanner > nav {
      width: 205px;
      margin: 0 auto; }
      /* line 990, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner > nav > ul > li > a {
        display: block;
        background-color: #FFFFFF; }
      /* line 994, ../sass/index.scss */
      #contents #contWrapper #side #sideBanner > nav > ul > li > a:hover > img {
        opacity: 0.7; }
    /* line 1001, ../sass/index.scss */
    #contents #contWrapper #side #otherBanner {
      margin: 0 auto; }
      /* line 1005, ../sass/index.scss */
      #contents #contWrapper #side #otherBanner > ul > li {
        padding: 6px 0; }
        /* line 1007, ../sass/index.scss */
        #contents #contWrapper #side #otherBanner > ul > li > a {
          display: block;
          background-color: #FFFFFF; }
        /* line 1011, ../sass/index.scss */
        #contents #contWrapper #side #otherBanner > ul > li > a:hover > img {
          opacity: 0.7; } }
/*タブレット縦（横はＰＣ）*/
