@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 100%; }

body {
  font-size: 100%;
  line-height: 180%;
  -webkit-text-size-adjust: 100%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 50px;
    transform: rotate(0.001deg); }
  body p {
    line-height: 180%;
    margin-bottom: 15px; }
  body a {
    transition: all 1.0s; }
  body a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )"; }
  body ul {
    list-style-type: none; }
  body table {
    border-bottom: 1px solid #DDD;
    border-collapse: collapse;
    margin: 0 auto 5px;
    text-align: center;
    table-layout: fixed;
    width: 100%; }
    body table tr {
      background: #FFF; }
    body table th, body table td {
      border-top: 1px solid #DDD;
      border-collapse: collapse;
      padding: 10px;
      word-break: break-all; }
    body table th {
      background: #EC6D56;
      border-left: 1px solid #FFF;
      color: #FFF;
      text-align: center; }
      body table th:first-child {
        border-left: 0; }
      body table th.rank {
        width: 25%; }
    body table td {
      border-left: 1px solid #DDD; }
      body table td:first-child {
        border-left: 0; }
      body table td span {
        margin-right: 1rem; }
        body table td span img {
          height: 20px;
          width: auto; }
  body .pc {
    display: block; }
    @media screen and (max-width: 767px) {
      body .pc {
        display: none; } }
  body .sp {
    display: none; }
    @media screen and (max-width: 767px) {
      body .sp {
        display: block; } }
  body .results .ex,
  body .results .source {
    text-align: right; }
  body .results .ex span {
    background-color: #FFF799;
    background-image: url("../images/tournament/icn_passing.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30%;
    border: 1px solid #DDD;
    display: inline-block;
    height: 1.8rem;
    margin-right: 1rem;
    width: 3rem;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      body .results .ex span {
        height: 2rem; } }
  body .btn {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700;
    display: block;
    height: auto; }
    body .btn li {
      display: block;
      margin: 0 auto;
      width: 300px; }
      @media screen and (max-width: 767px) {
        body .btn li {
          margin-bottom: 20px;
          width: 360px; }
          body .btn li:last-child {
            margin-bottom: 0; } }
      body .btn li a {
        background-color: #EC6D56;
        background-image: url("../images/index/arw_topics.png");
        background-repeat: no-repeat;
        background-position: right 15px top 50%;
        background-size: 20px;
        border-radius: 100vh;
        color: #FFF;
        display: block;
        font-size: 2rem;
        height: 40px;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        width: 300px; }
        @media screen and (max-width: 767px) {
          body .btn li a {
            background-size: 30px;
            font-size: 2.4rem;
            height: 60px;
            padding: 15px;
            width: 360px; } }
  body .logoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 80px 0;
    width: 960px; }
    @media screen and (max-width: 767px) {
      body .logoWrap {
        display: block;
        width: 100%; } }
    body .logoWrap figure {
      width: 50%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        body .logoWrap figure {
          margin-bottom: 50px;
          width: 100%; }
          body .logoWrap figure:last-child {
            margin-bottom: 0; } }
      body .logoWrap figure img {
        height: 60px;
        width: auto; }
  body .modalWrap {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
    body .modalWrap .modalCont {
      background: #FFF;
      border: 2px solid #E86D56;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      box-shadow: 0 0 10px 0 #AAA;
      -webkit-box-shadow: 0 0 10px 0 #AAA;
      -moz-box-shadow: 0 0 10px 0 #AAA;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      height: auto; }
      @media screen and (max-width: 767px) {
        body .modalWrap .modalCont {
          width: 90%; } }
      body .modalWrap .modalCont .inner {
        position: relative;
        padding: 50px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          body .modalWrap .modalCont .inner {
            padding: 5%; } }
        body .modalWrap .modalCont .inner .close {
          cursor: pointer;
          font-size: 3rem;
          position: absolute;
          top: 25px;
          right: 25px; }
          @media screen and (max-width: 767px) {
            body .modalWrap .modalCont .inner .close {
              font-size: 3.5rem; } }

#term {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000; }

.pace-running .wrap {
  display: none; }

header, section, footer {
  display: block;
  font-size: 1.6rem;
  line-height: 120%;
  width: 100%; }
  @media screen and (max-width: 767px) {
    header, section, footer {
      font-size: 2.4rem; } }
  header .inner, section .inner, footer .inner {
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: 980px; }
    @media screen and (max-width: 767px) {
      header .inner, section .inner, footer .inner {
        padding: 0 5%;
        width: 100%; } }

header {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    header {
      height: 100px; } }
  header .inner {
    background: #000;
    position: relative;
    padding: 0;
    width: 980px; }
    @media screen and (max-width: 767px) {
      header .inner {
        width: 100%; } }
    header .inner #logo {
      position: absolute;
      top: 20px;
      left: 0; }
      @media screen and (max-width: 767px) {
        header .inner #logo {
          left: 5%; } }
      header .inner #logo img {
        height: 40px;
        width: auto; }
        @media screen and (max-width: 767px) {
          header .inner #logo img {
            height: 60px; } }
    header .inner #menu {
      display: none; }
      @media screen and (max-width: 767px) {
        header .inner #menu {
          display: block;
          position: absolute;
          top: 30px;
          right: 5%;
          height: 50px;
          width: 50px;
          z-index: 120; }
          header .inner #menu .bar {
            display: inline-block;
            width: 50px;
            height: 2px;
            background-color: #000;
            position: absolute;
            left: 0;
            transition: .15s ease-in-out; }
            header .inner #menu .bar#bar01 {
              top: 0; }
            header .inner #menu .bar#bar02 {
              top: 20px; }
            header .inner #menu .bar#bar03 {
              top: 40px; }
          header .inner #menu.active #bar01 {
            top: 20px;
            transform: rotate(45deg); }
          header .inner #menu.active #bar02 {
            top: 20px;
            transform: rotate(45deg); }
          header .inner #menu.active #bar03 {
            top: 20px;
            transform: rotate(-45deg); } }
    header .inner #gNav {
      position: absolute;
      top: 20px;
      right: 0;
      width: 740px; }
      @media screen and (max-width: 767px) {
        header .inner #gNav {
          top: 0;
          width: 100%;
          z-index: 110; } }
      header .inner #gNav .gNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 740px; }
        @media screen and (max-width: 767px) {
          header .inner #gNav .gNav {
            background-color: rgba(255, 255, 255, 0.9);
            display: block;
            position: absolute;
            height: 100vh;
            top: 0;
            transition: all 0.5s;
            width: 100%;
            z-index: 90; } }
        header .inner #gNav .gNav li {
          background-image: url("../images/bdr_gNav.png");
          background-repeat: no-repeat;
          background-position: center left;
          display: block;
          height: 40px;
          padding-left: 40px; }
          @media screen and (max-width: 767px) {
            header .inner #gNav .gNav li {
              background-image: none;
              display: block;
              height: auto;
              padding-left: 0;
              width: 100%; }
              header .inner #gNav .gNav li:first-child {
                margin-top: 100px; } }
          header .inner #gNav .gNav li a {
            color: #000;
            display: block;
            font-family: 'Noto Sans JP', sans-serif !important;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 125%;
            height: 30px;
            position: relative;
            padding-top: 10px;
            text-align: center;
            width: 100px; }
            @media screen and (max-width: 767px) {
              header .inner #gNav .gNav li a {
                font-size: 3rem;
                height: auto;
                padding: 50px 0;
                text-align: center;
                width: 100%; } }
            header .inner #gNav .gNav li a.cs {
              cursor: default;
              opacity: 0.5;
              filter: alpha(opacity=50);
              -ms-filter: "alpha( opacity=50 )"; }
          header .inner #gNav .gNav li:first-child {
            background: none;
            padding-left: 0; }
            header .inner #gNav .gNav li:first-child a {
              width: 40px; }
              @media screen and (max-width: 767px) {
                header .inner #gNav .gNav li:first-child a {
                  width: auto; } }
          header .inner #gNav .gNav li:nth-child(2) a {
            padding-top: 5px;
            height: 35px; }
            @media screen and (max-width: 767px) {
              header .inner #gNav .gNav li:nth-child(2) a {
                padding-top: 50px;
                height: auto; } }

/***** #index *****/
#index #main {
  background-image: url("../images/index/bg_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 545px;
  margin-top: 80px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #index #main {
      background-image: url("../images/index/bg_main_sp.png");
      height: 350px;
      margin-top: 100px; } }
  #index #main .inner {
    height: 545px;
    margin: 0 auto;
    position: relative;
    width: 980px; }
    @media screen and (max-width: 767px) {
      #index #main .inner {
        height: 350px;
        width: 100%; } }
    #index #main .inner h1, #index #main .inner h2 {
      margin-bottom: 0; }
    #index #main .inner h1 {
      display: block;
      position: absolute;
      right: 150px;
      bottom: -15px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #index #main .inner h1 {
          right: 120px;
          width: 220px; } }
      #index #main .inner h1 img {
        width: 100%; }
    #index #main .inner h2 {
      display: block;
      position: absolute;
      left: 0;
      bottom: 25px;
      width: 490px; }
      @media screen and (max-width: 767px) {
        #index #main .inner h2 {
          left: 3%;
          width: 260px; } }
      #index #main .inner h2 img {
        width: 100%; }
    #index #main .inner .megapon {
      height: auto;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 150px; }
      @media screen and (max-width: 767px) {
        #index #main .inner .megapon {
          right: 3%;
          width: 90px; } }
      #index #main .inner .megapon img {
        width: 100%; }
#index #body article {
  background-image: url("../images/bg_content.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 80px 0; }
  #index #body article h2 {
    font-size: 3rem;
    margin-left: -40px; }
    #index #body article h2 span.bg {
      background-image: url("../images/bg_h.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100px 60px;
      padding: 20px 0 0 80px; }
  #index #body article#topics .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #index #body article#topics .inner {
        display: block; } }
    #index #body article#topics .inner h2 {
      margin: 50px 20px 0 0;
      width: 220px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        #index #body article#topics .inner h2 {
          margin: 0 auto 50px;
          width: 100%;
          text-align: center; } }
      #index #body article#topics .inner h2 span span {
        padding-left: 80px; }
        @media screen and (max-width: 767px) {
          #index #body article#topics .inner h2 span span {
            padding-left: 0; } }
      @media screen and (max-width: 767px) {
        #index #body article#topics .inner h2 span br.pc {
          display: none; } }
    #index #body article#topics .inner .news {
      height: 182px;
      overflow: auto;
      width: 700px; }
      @media screen and (max-width: 767px) {
        #index #body article#topics .inner .news {
          height: 202px;
          width: 100%; } }
      #index #body article#topics .inner .news li {
        /*
                      border-top: 1px solid #AAA;
                      border-bottom: 1px solid #AAA;
                      margin-top: 30px;
                      padding: 40px 0;
        */
        border-bottom: 1px solid #AAA;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        #index #body article#topics .inner .news li:first-child {
          border-top: 1px solid #AAA;
          padding-top: 20px; }
        #index #body article#topics .inner .news li:last-child {
          border: 0; }
        #index #body article#topics .inner .news li a {
          background: url("../images/index/arw_topics.png") no-repeat;
          background-position: right 20px top 50%;
          background-size: 18px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-height: 18px;
          padding-right: 3rem; }
          @media screen and (max-width: 767px) {
            #index #body article#topics .inner .news li a {
              background-size: 30px;
              min-height: 30px; } }
          #index #body article#topics .inner .news li a .date {
            margin-right: 1rem; }
          #index #body article#topics .inner .news li a.nolink {
            background: none;
            cursor: default; }
  #index #body article#message {
    background-image: url("../images/index/bg_message.png");
    background-repeat: no-repeat;
    background-position: 50% 75%;
    background-size: cover;
    padding: 80px 0; }
    #index #body article#message .inner {
      width: 500px; }
      @media screen and (max-width: 767px) {
        #index #body article#message .inner {
          width: 90%; } }
      #index #body article#message .inner h2 {
        background: 0;
        margin: 0 auto 30px;
        padding: 0;
        text-align: center; }
        #index #body article#message .inner h2:before {
          content: none;
          background-image: none; }
  #index #body article#cheer .inner {
    position: relative; }
    #index #body article#cheer .inner h2 {
      text-align: center; }
      @media screen and (max-width: 767px) {
        #index #body article#cheer .inner h2 {
          text-align: left; } }
      #index #body article#cheer .inner h2 span span {
        padding-left: 0; }
        @media screen and (max-width: 767px) {
          #index #body article#cheer .inner h2 span span {
            padding-left: 80px; } }
    #index #body article#cheer .inner p {
      margin: 0 auto 50px;
      width: 500px; }
      @media screen and (max-width: 767px) {
        #index #body article#cheer .inner p {
          width: 90%; } }
    #index #body article#cheer .inner .megapon {
      height: auto;
      position: absolute;
      right: 100px;
      bottom: 0;
      width: 87px; }
      @media screen and (max-width: 767px) {
        #index #body article#cheer .inner .megapon {
          right: 5%;
          bottom: -50px;
          width: 100px; } }
      #index #body article#cheer .inner .megapon img {
        width: 100%; }
  #index #body article#banner {
    padding: 0; }
    #index #body article#banner .nav {
      width: 100%; }
      #index #body article#banner .nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        #index #body article#banner .nav ul li {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50%;
          min-height: 310px;
          padding: 2%;
          width: 33.3333%; }
          #index #body article#banner .nav ul li:nth-child(2) {
            animation-delay: 0.2s; }
          #index #body article#banner .nav ul li:nth-child(3) {
            animation-delay: 0.4s; }
          #index #body article#banner .nav ul li:nth-child(4) {
            animation-delay: 0.6s; }
          #index #body article#banner .nav ul li:nth-child(5) {
            animation-delay: 0.8s; }
          #index #body article#banner .nav ul li:nth-child(6) {
            animation-delay: 1.0s; }
          @media screen and (max-width: 767px) {
            #index #body article#banner .nav ul li {
              min-height: 200px;
              padding: 3%;
              width: 50%; } }
          #index #body article#banner .nav ul li a {
            background: rgba(255, 255, 255, 0.85);
            display: block;
            min-height: 280px;
            position: relative;
            width: 100%; }
            @media screen and (max-width: 767px) {
              #index #body article#banner .nav ul li a {
                min-height: 150px; } }
            #index #body article#banner .nav ul li a:hover {
              background: white;
              opacity: 1;
              filter: alpha(opacity=100);
              -ms-filter: "alpha( opacity=100 )"; }
            #index #body article#banner .nav ul li a img {
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              @media screen and (max-width: 767px) {
                #index #body article#banner .nav ul li a img {
                  width: 80%; } }
          #index #body article#banner .nav ul li.tournament {
            background-image: url("../images/index/bg_bnr_tournament.png"); }
          #index #body article#banner .nav ul li.courseguide {
            background-image: url("../images/index/bg_bnr_courseguide.png"); }
          #index #body article#banner .nav ul li.message {
            background-image: url("../images/index/bg_bnr_message.png"); }
          #index #body article#banner .nav ul li.goods {
            background-image: url("../images/index/bg_bnr_goods.png");
            position: relative; }
            #index #body article#banner .nav ul li.goods .cs {
              background: rgba(0, 0, 0, 0.5);
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              z-index: 100; }
          #index #body article#banner .nav ul li.activity {
            background-image: url("../images/index/bg_bnr_activity.png"); }
          #index #body article#banner .nav ul li.tvcf {
            background-image: url("../images/index/bg_bnr_tvcf.png"); }

#tvcf .modalCont {
  width: 800px; }
  @media screen and (max-width: 767px) {
    #tvcf .modalCont {
      width: 90%; } }
  #tvcf .modalCont .tvcf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #tvcf .modalCont .tvcf {
        gap: 0; } }
    #tvcf .modalCont .tvcf dl {
      display: block;
      margin-bottom: 30px;
      width: 47.5%; }
      #tvcf .modalCont .tvcf dl:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #tvcf .modalCont .tvcf dl {
          margin-bottom: 0;
          padding: 50px;
          padding-bottom: 0;
          width: 80%; }
          #tvcf .modalCont .tvcf dl:last-child {
            margin-bottom: 50px; } }
      #tvcf .modalCont .tvcf dl dt {
        font-size: 2.4rem;
        margin-bottom: 20px;
        margin-left: -30px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #tvcf .modalCont .tvcf dl dt {
            margin-bottom: 25px; } }
        #tvcf .modalCont .tvcf dl dt span.bg {
          background-image: url("../images/bg_h.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 80px 40px;
          line-height: 100%;
          padding: 10px 0 0 60px;
          position: relative; }
          #tvcf .modalCont .tvcf dl dt span.bg span.sub {
            display: inline-block;
            font-size: 1.6rem;
            padding-left: 5rem;
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translate(-50%, -5px);
            -webkit-transform: translate(-50%, -5px); }
      #tvcf .modalCont .tvcf dl dd img {
        height: auto;
        width: 100%; }

/***** #tournament *****/
#tournament #main {
  background-image: url("../images/tournament/bg_main.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #tournament #main {
      background-image: url("../images/tournament/bg_main_sp.png");
      background-position: center bottom; } }
  #tournament #main .titleWrap {
    background-image: url("../images/bg_content.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-top: 80px;
    width: 100%; }
    #tournament #main .titleWrap .inner {
      height: 300px;
      margin: 0 auto;
      position: relative;
      width: 980px; }
      @media screen and (max-width: 767px) {
        #tournament #main .titleWrap .inner {
          height: 600px;
          width: 100%; } }
      #tournament #main .titleWrap .inner h2 {
        font-size: 3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
        @media screen and (max-width: 767px) {
          #tournament #main .titleWrap .inner h2 {
            top: 90%;
            transform: translate(-50%, -90%);
            -webkit-transform: translate(-50%, -90%); } }
        #tournament #main .titleWrap .inner h2 span.bg {
          background-image: url("../images/bg_h.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 100px 60px;
          padding: 20px 0 0 80px; }
          @media screen and (max-width: 767px) {
            #tournament #main .titleWrap .inner h2 span.bg span {
              display: block; } }
      #tournament #main .titleWrap .inner #megapon, #tournament #main .titleWrap .inner #podium {
        bottom: 30px;
        position: absolute; }
        @media screen and (max-width: 767px) {
          #tournament #main .titleWrap .inner #megapon, #tournament #main .titleWrap .inner #podium {
            bottom: 200px; } }
        #tournament #main .titleWrap .inner #megapon img, #tournament #main .titleWrap .inner #podium img {
          height: auto;
          width: 100%; }
      #tournament #main .titleWrap .inner #megapon {
        left: 200px;
        width: 100px; }
        @media screen and (max-width: 767px) {
          #tournament #main .titleWrap .inner #megapon {
            left: 15%;
            width: 120px; } }
      #tournament #main .titleWrap .inner #podium {
        right: 100px;
        width: 240px; }
        @media screen and (max-width: 767px) {
          #tournament #main .titleWrap .inner #podium {
            right: 15%;
            width: 300px; } }
  #tournament #main #results {
    padding: 50px 10%; }
    @media screen and (max-width: 767px) {
      #tournament #main #results {
        padding: 100px 5%; } }
    #tournament #main #results table #rank {
      width: 20%; }
      @media screen and (max-width: 767px) {
        #tournament #main #results table #rank {
          width: 25%; } }
    #tournament #main #results .source {
      text-align: right; }
#tournament #body .allteams {
  background-image: url("../images/bg_content.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  #tournament #body .allteams h2 {
    font-size: 3rem;
    text-align: center; }
    #tournament #body .allteams h2 span.bg {
      background-image: url("../images/bg_h.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100px 60px;
      padding: 20px 0 0 80px; }
      @media screen and (max-width: 767px) {
        #tournament #body .allteams h2 span.bg span {
          display: block; } }
  #tournament #body .allteams #listWrap .list {
    width: 100%; }
    @media screen and (max-width: 767px) {
      #tournament #body .allteams #listWrap .list {
        overflow-x: auto; } }
    @media screen and (max-width: 767px) {
      #tournament #body .allteams #listWrap .list table {
        width: 180%; } }
    #tournament #body .allteams #listWrap .list table th, #tournament #body .allteams #listWrap .list table td {
      font-size: 1.4rem;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        #tournament #body .allteams #listWrap .list table th, #tournament #body .allteams #listWrap .list table td {
          font-size: 1.6rem; } }
    #tournament #body .allteams #listWrap .list table th#area {
      width: 12.5%; }
    #tournament #body .allteams #listWrap .list table th#name {
      width: 18%; }
    #tournament #body .allteams #listWrap .list table th#method {
      width: 30%; }
    #tournament #body .allteams #listWrap .list table th#num {
      width: 12.5%; }
    #tournament #body .allteams #listWrap .list table td span {
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        #tournament #body .allteams #listWrap .list table td span {
          font-size: 1.4rem; } }
  #tournament #body .allteams #listWrap .source {
    text-align: right; }
#tournament #body .eventdate {
  background: #EC6D56;
  width: 100%; }
  #tournament #body .eventdate dl {
    color: #FFF;
    display: block;
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 150%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 980px; }
    @media screen and (max-width: 767px) {
      #tournament #body .eventdate dl {
        width: 100%; } }
    #tournament #body .eventdate dl dt {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #tournament #body .eventdate dl dt {
          font-size: 3.5rem; } }
      #tournament #body .eventdate dl dt span {
        font-size: 2.4rem;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          #tournament #body .eventdate dl dt span {
            display: block;
            font-size: 3rem; } }
    #tournament #body .eventdate dl dd {
      font-size: 2rem;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        #tournament #body .eventdate dl dd {
          font-size: 2.4rem; } }
#tournament #body .cheer {
  width: 100%; }
  #tournament #body .cheer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      #tournament #body .cheer ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #tournament #body .cheer ul li {
      height: auto;
      width: 25%; }
      #tournament #body .cheer ul li:nth-child(2) {
        animation-delay: 0.1s; }
      #tournament #body .cheer ul li:nth-child(3) {
        animation-delay: 0.2s; }
      #tournament #body .cheer ul li:nth-child(4) {
        animation-delay: 0.4s; }
      @media screen and (max-width: 767px) {
        #tournament #body .cheer ul li {
          width: 50%; } }
      #tournament #body .cheer ul li img {
        height: auto;
        width: 100%; }
#tournament #body .mapWrap {
  background-image: url("../images/tournament/bg_map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 780px;
  width: 100%;
  min-width: 980px; }
  @media screen and (max-width: 767px) {
    #tournament #body .mapWrap {
      background-image: url("../images/tournament/bg_map_sp.png");
      height: 600px;
      min-width: 100%; } }
  #tournament #body .mapWrap .inner {
    height: 780px;
    margin: 0 auto;
    position: relative;
    width: 980px; }
    @media screen and (max-width: 767px) {
      #tournament #body .mapWrap .inner {
        height: 700px;
        width: 100%; } }
    #tournament #body .mapWrap .inner h1 {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 150px; }
      @media screen and (max-width: 767px) {
        #tournament #body .mapWrap .inner h1 {
          width: 100px; } }
      #tournament #body .mapWrap .inner h1 img {
        width: 100%; }
    #tournament #body .mapWrap .inner nav.areaWrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 700px;
      width: 100%;
      z-index: 10; }
      #tournament #body .mapWrap .inner nav.areaWrap ul {
        display: block;
        height: 810px;
        position: relative;
        width: 100%; }
        @media screen and (max-width: 767px) {
          #tournament #body .mapWrap .inner nav.areaWrap ul {
            height: 700px;
            width: 100%; } }
        #tournament #body .mapWrap .inner nav.areaWrap ul li {
          border-radius: 75px;
          -webkit-border-radius: 75px;
          -moz-border-radius: 75px;
          color: #FFF;
          font-family: 'Noto Sans JP', sans-serif !important;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 150%;
          position: absolute;
          height: 150px;
          width: 150px;
          text-align: center; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(2) {
            animation-delay: 0.1s; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(3) {
            animation-delay: 0.2s; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(4) {
            animation-delay: 0.3s; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(5) {
            animation-delay: 0.4s; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(6) {
            animation-delay: 0.5s; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(7) {
            animation-delay: 0.6s; }
          #tournament #body .mapWrap .inner nav.areaWrap ul li:nth-child(8) {
            animation-delay: 0.7s; }
          @media screen and (max-width: 767px) {
            #tournament #body .mapWrap .inner nav.areaWrap ul li {
              border-radius: 70px;
              -webkit-border-radius: 70px;
              -moz-border-radius: 70px;
              font-size: 1.6rem;
              height: 140px;
              width: 140px; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li span {
            display: block; }
            #tournament #body .mapWrap .inner nav.areaWrap ul li span.area {
              padding-top: 50px; }
              @media screen and (max-width: 767px) {
                #tournament #body .mapWrap .inner nav.areaWrap ul li span.area {
                  padding-top: 20px; } }
            #tournament #body .mapWrap .inner nav.areaWrap ul li span.date span {
              display: inline-block;
              font-size: 2rem;
              font-weight: 700; }
              @media screen and (max-width: 767px) {
                #tournament #body .mapWrap .inner nav.areaWrap ul li span.date span {
                  font-size: 2.4rem; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#hokkaido {
            background: #5286C0;
            top: 50px;
            left: 430px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#hokkaido {
                top: 10px;
                left: 45%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#tohoku {
            background: #40B8E9;
            top: 200px;
            left: 670px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#tohoku {
                top: 160px;
                left: auto;
                right: 2.5%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#hokushinetsu {
            background: #8BC481;
            top: 225px;
            left: 420px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#hokushinetsu {
                top: 150px;
                left: 40%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#kanto {
            background: #61C1BE;
            top: 360px;
            left: 650px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#kanto {
                top: 310px;
                left: auto;
                right: 7.5%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#tokai {
            background: #9070AE;
            top: 500px;
            left: 580px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#tokai {
                top: 420px;
                left: auto;
                right: 25%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#kansai {
            background: #E97878;
            top: 300px;
            left: 280px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#kansai {
                top: 220px;
                left: 20%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#chugokushikoku {
            background: #EE8E57;
            top: 375px;
            left: 135px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#chugokushikoku {
                top: 310px;
                left: 2.5%; } }
          #tournament #body .mapWrap .inner nav.areaWrap ul li#kyushu {
            background: #EE86A8;
            top: 515px;
            left: 40px; }
            @media screen and (max-width: 767px) {
              #tournament #body .mapWrap .inner nav.areaWrap ul li#kyushu {
                top: 450px;
                left: 10%; } }
#tournament #body .contWrap {
  background-image: url("../images/bg_content.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 80px 0; }
  #tournament #body .contWrap .area {
    display: block;
    margin: 0 auto 100px;
    width: 80%; }
    #tournament #body .contWrap .area .tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      #tournament #body .contWrap .area .tab li {
        background: #FFF;
        display: block;
        margin-bottom: 20px;
        width: 22.5%; }
        #tournament #body .contWrap .area .tab li:nth-child(4n) {
          margin-right: 0; }
        @media screen and (max-width: 767px) {
          #tournament #body .contWrap .area .tab li {
            width: 47.5%; }
            #tournament #body .contWrap .area .tab li:nth-child(2n) {
              margin-right: 0; } }
        #tournament #body .contWrap .area .tab li.off {
          background: #000; }
          #tournament #body .contWrap .area .tab li.off div {
            background: #0099D9;
            color: #FFF;
            height: 5.0rem;
            position: relative;
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha( opacity=50 )"; }
            @media screen and (max-width: 767px) {
              #tournament #body .contWrap .area .tab li.off div {
                height: 7.5rem; } }
            #tournament #body .contWrap .area .tab li.off div span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              text-align: center;
              width: 100%; }
        #tournament #body .contWrap .area .tab li a {
          background: #0099D9;
          color: #FFF;
          display: block;
          height: 5.0rem;
          position: relative; }
          @media screen and (max-width: 767px) {
            #tournament #body .contWrap .area .tab li a {
              height: 7.5rem; } }
          #tournament #body .contWrap .area .tab li a span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            text-align: center;
            width: 100%; }
          #tournament #body .contWrap .area .tab li a:hover, #tournament #body .contWrap .area .tab li a.active {
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha( opacity=50 )"; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap .area {
        width: 100%; } }
  #tournament #body .contWrap #resultWrap {
    margin-top: -120px;
    padding-top: 120px; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap #resultWrap {
        margin-top: -150px;
        padding-top: 150px; } }
  #tournament #body .contWrap .results {
    display: none; }
    #tournament #body .contWrap .results.show {
      display: block; }
  #tournament #body .contWrap h2 {
    font-size: 3rem;
    text-align: center; }
    #tournament #body .contWrap h2 span.bg {
      background-image: url("../images/bg_h.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100px 60px;
      padding: 20px 0 0 80px; }
      @media screen and (max-width: 767px) {
        #tournament #body .contWrap h2 span.bg span {
          display: block; } }
  #tournament #body .contWrap table {
    width: 80%; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap table {
        width: 100%; } }
  #tournament #body .contWrap .place, #tournament #body .contWrap .ex, #tournament #body .contWrap .source {
    display: block;
    margin: 0 auto;
    width: 80%; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap .place, #tournament #body .contWrap .ex, #tournament #body .contWrap .source {
        width: 100%; } }
  #tournament #body .contWrap .place {
    text-align: center;
    margin-bottom: 30px; }
  #tournament #body .contWrap #bigbottleWrap {
    background: #FFF;
    border: 1px solid #0099D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 150px auto 0;
    padding: 15px;
    width: 960px; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap #bigbottleWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px;
        width: 100%; } }
    #tournament #body .contWrap #bigbottleWrap div {
      display: block;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #tournament #body .contWrap #bigbottleWrap div {
          width: auto; } }
      @media screen and (max-width: 767px) {
        #tournament #body .contWrap #bigbottleWrap div.thumb {
          margin-bottom: 30px;
          width: 42%; } }
      #tournament #body .contWrap #bigbottleWrap div.thumb figure {
        display: block;
        position: relative;
        height: 300px;
        width: 300px; }
        @media screen and (max-width: 767px) {
          #tournament #body .contWrap #bigbottleWrap div.thumb figure {
            height: auto;
            min-height: 250px;
            width: 100%; } }
        #tournament #body .contWrap #bigbottleWrap div.thumb figure img {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
      #tournament #body .contWrap #bigbottleWrap div.txt {
        margin: 0 15px;
        padding-top: 30px; }
        @media screen and (max-width: 767px) {
          #tournament #body .contWrap #bigbottleWrap div.txt {
            margin-bottom: 30px;
            padding-top: 0;
            width: 50%; } }
        #tournament #body .contWrap #bigbottleWrap div.txt h3 {
          margin-bottom: 30px;
          width: 300px; }
          @media screen and (max-width: 767px) {
            #tournament #body .contWrap #bigbottleWrap div.txt h3 {
              width: 100%; } }
          #tournament #body .contWrap #bigbottleWrap div.txt h3 img {
            height: auto;
            width: 100%; }
        #tournament #body .contWrap #bigbottleWrap div.txt p {
          font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        #tournament #body .contWrap #bigbottleWrap div.pic {
          width: 100%; } }
      #tournament #body .contWrap #bigbottleWrap div.pic figure img {
        height: auto;
        width: 100%; }
  #tournament #body .contWrap .seed .source {
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 80%; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap .seed .source {
        width: 100%; } }
  #tournament #body .contWrap .explanation {
    margin: 50px auto 0;
    width: 80%; }
    @media screen and (max-width: 767px) {
      #tournament #body .contWrap .explanation {
        width: 100%; } }
    #tournament #body .contWrap .explanation h3 {
      font-size: 2rem;
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      padding-bottom: 15px; }
      @media screen and (max-width: 767px) {
        #tournament #body .contWrap .explanation h3 {
          font-size: 3rem; } }
      #tournament #body .contWrap .explanation h3 span {
        font-size: 1.6rem;
        font-weight: normal;
        margin-left: 1rem; }
        @media screen and (max-width: 767px) {
          #tournament #body .contWrap .explanation h3 span {
            display: block;
            font-size: 2rem;
            margin-left: 0; } }
    #tournament #body .contWrap .explanation li {
      margin-bottom: 15px; }
      #tournament #body .contWrap .explanation li i {
        background-color: #EC6D56;
        border-radius: 50%;
        color: #FFF;
        display: inline-block;
        font-size: 1.4rem;
        font-style: normal;
        line-height: 2rem;
        margin-right: 1rem;
        height: 2rem;
        text-align: center;
        width: 2rem; }
        @media screen and (max-width: 767px) {
          #tournament #body .contWrap .explanation li i {
            font-size: 2rem;
            line-height: 2.4rem;
            margin-right: 1.4rem;
            height: 3rem;
            width: 3rem; } }
        #tournament #body .contWrap .explanation li i.txt {
          margin-right: 0; }

/* 地区予選通過 */
#hokkaido.results tr:nth-child(-n+2) {
  background-color: #FFF799; }

#tohoku.results tr:nth-child(-n+2) {
  background-color: #FFF799; }

#hokushinetsu.results tr:nth-child(-n+2) {
  background-color: #FFF799; }

#tokai.results tr:nth-child(-n+3) {
  background-color: #FFF799; }

#chugokushikoku.results tr:nth-child(-n+2) {
  background-color: #FFF799; }

#kyushu.results tr:nth-child(-n+2) {
  background-color: #FFF799; }

#kanto.results tr:nth-child(-n+8) {
  background-color: #FFF799; }

#kansai.results tr:nth-child(-n+4) {
  background-color: #FFF799; }

/***** #courseguide *****/
#courseguide #main {
  background-image: url("../images/courseguide/bg_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 810px;
  margin-top: 80px;
  width: 100%;
  min-width: 980px; }
  @media screen and (max-width: 767px) {
    #courseguide #main {
      background-image: url("../images/courseguide/bg_main_sp.png");
      height: 1260px;
      margin-top: 100px;
      min-width: 100%; } }
  #courseguide #main .inner {
    height: 810px;
    margin: 0 auto;
    position: relative;
    width: 980px; }
    @media screen and (max-width: 767px) {
      #courseguide #main .inner {
        height: 1480px;
        width: 100%; } }
    #courseguide #main .inner h1 {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 150px; }
      @media screen and (max-width: 767px) {
        #courseguide #main .inner h1 {
          width: 100px; } }
      #courseguide #main .inner h1 img {
        width: 100%; }
    #courseguide #main .inner .tanaka, #courseguide #main .inner .megapon {
      position: absolute;
      z-index: 100; }
      #courseguide #main .inner .tanaka img, #courseguide #main .inner .megapon img {
        width: 100%; }
    #courseguide #main .inner .tanaka {
      cursor: pointer;
      bottom: 160px;
      right: 100px;
      width: 350px;
      transition: all 1.0s; }
      #courseguide #main .inner .tanaka:hover {
        opacity: 0.75;
        filter: alpha(opacity=75);
        -ms-filter: "alpha( opacity=75 )"; }
      @media screen and (max-width: 767px) {
        #courseguide #main .inner .tanaka {
          height: 537px;
          top: 20px;
          right: 5%;
          width: 450px; } }
    #courseguide #main .inner .megapon {
      bottom: 160px;
      right: 400px;
      width: 180px; }
      @media screen and (max-width: 767px) {
        #courseguide #main .inner .megapon {
          top: 320px;
          left: 5%;
          width: 155px; } }
    #courseguide #main .inner nav.ward {
      position: absolute;
      top: 0;
      left: 0;
      width: 980px;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        #courseguide #main .inner nav.ward {
          width: 100%; } }
      #courseguide #main .inner nav.ward ul {
        display: block;
        height: 810px;
        position: relative;
        width: 100%; }
        @media screen and (max-width: 767px) {
          #courseguide #main .inner nav.ward ul {
            height: 1260px;
            width: 100%; } }
        #courseguide #main .inner nav.ward ul li {
          position: absolute;
          height: auto;
          width: 55px; }
          @media screen and (max-width: 767px) {
            #courseguide #main .inner nav.ward ul li {
              width: 80px; } }
          #courseguide #main .inner nav.ward ul li img {
            width: 100%; }
          #courseguide #main .inner nav.ward ul li#icnWard1 {
            top: 130px;
            left: 730px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard1 {
                top: 710px;
                left: auto;
                right: 5%; } }
          #courseguide #main .inner nav.ward ul li#icnWard2 {
            animation-delay: 0.1s;
            top: 150px;
            left: 580px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard2 {
                top: 730px;
                left: auto;
                right: 20%; } }
          #courseguide #main .inner nav.ward ul li#icnWard3 {
            animation-delay: 0.2s;
            top: 200px;
            left: 460px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard3 {
                top: 750px;
                left: auto;
                right: 32.5%; } }
          #courseguide #main .inner nav.ward ul li#icnWard4 {
            animation-delay: 0.3s;
            top: 270px;
            left: 360px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard4 {
                top: 800px;
                left: auto;
                right: 42.5%; } }
          #courseguide #main .inner nav.ward ul li#icnWard5 {
            animation-delay: 0.4s;
            top: 380px;
            left: 300px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard5 {
                top: 870px;
                left: 37.5%; } }
          #courseguide #main .inner nav.ward ul li#icnWard6 {
            animation-delay: 0.5s;
            top: 460px;
            left: 200px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard6 {
                top: 920px;
                left: 27.5%; } }
          #courseguide #main .inner nav.ward ul li#icnWard7 {
            animation-delay: 0.6s;
            top: 570px;
            left: 210px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard7 {
                top: 990px;
                left: 30%; } }
          #courseguide #main .inner nav.ward ul li#icnWard8 {
            animation-delay: 0.7s;
            top: 650px;
            left: 390px; }
            @media screen and (max-width: 767px) {
              #courseguide #main .inner nav.ward ul li#icnWard8 {
                top: 1030px;
                left: 45%; } }
          #courseguide #main .inner nav.ward ul li .cs {
            cursor: default; }
            #courseguide #main .inner nav.ward ul li .cs:hover {
              opacity: 1;
              filter: alpha(opacity=100);
              -ms-filter: "alpha( opacity=100 )"; }
    #courseguide #main .inner .note {
      font-size: 1.6rem;
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: right; }
      @media screen and (max-width: 767px) {
        #courseguide #main .inner .note {
          font-size: 1.2rem;
          bottom: 220px;
          right: 5%; } }
#courseguide #body #ward1, #courseguide #body #ward2, #courseguide #body #ward3, #courseguide #body #ward4, #courseguide #body #ward5, #courseguide #body #ward6, #courseguide #body #ward7, #courseguide #body #ward8 {
  margin-top: -80px;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward1, #courseguide #body #ward2, #courseguide #body #ward3, #courseguide #body #ward4, #courseguide #body #ward5, #courseguide #body #ward6, #courseguide #body #ward7, #courseguide #body #ward8 {
      margin-top: -100px;
      padding-top: 100px; } }
  #courseguide #body #ward1 .contWrap, #courseguide #body #ward2 .contWrap, #courseguide #body #ward3 .contWrap, #courseguide #body #ward4 .contWrap, #courseguide #body #ward5 .contWrap, #courseguide #body #ward6 .contWrap, #courseguide #body #ward7 .contWrap, #courseguide #body #ward8 .contWrap {
    background-color: #E1EECF;
    background-repeat: no-repeat;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward1 .contWrap, #courseguide #body #ward2 .contWrap, #courseguide #body #ward3 .contWrap, #courseguide #body #ward4 .contWrap, #courseguide #body #ward5 .contWrap, #courseguide #body #ward6 .contWrap, #courseguide #body #ward7 .contWrap, #courseguide #body #ward8 .contWrap {
        background-size: contain; } }
    #courseguide #body #ward1 .contWrap > .inner, #courseguide #body #ward2 .contWrap > .inner, #courseguide #body #ward3 .contWrap > .inner, #courseguide #body #ward4 .contWrap > .inner, #courseguide #body #ward5 .contWrap > .inner, #courseguide #body #ward6 .contWrap > .inner, #courseguide #body #ward7 .contWrap > .inner, #courseguide #body #ward8 .contWrap > .inner {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward1 .contWrap > .inner, #courseguide #body #ward2 .contWrap > .inner, #courseguide #body #ward3 .contWrap > .inner, #courseguide #body #ward4 .contWrap > .inner, #courseguide #body #ward5 .contWrap > .inner, #courseguide #body #ward6 .contWrap > .inner, #courseguide #body #ward7 .contWrap > .inner, #courseguide #body #ward8 .contWrap > .inner {
          margin-top: 80px; } }
#courseguide #body .hWrap {
  background: url("../images/bg_content.png") no-repeat 50%;
  background-size: cover;
  width: 100%; }
  #courseguide #body .hWrap .inner {
    min-height: 20px;
    padding: 20px 0;
    text-align: center; }
    #courseguide #body .hWrap .inner h2 {
      font-size: 3rem;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #courseguide #body .hWrap .inner h2 {
          font-size: 3.5rem; } }
      #courseguide #body .hWrap .inner h2 span.bg {
        background-image: url("../images/bg_h.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 65px 40px;
        padding: 0 0 0 65px; }
        #courseguide #body .hWrap .inner h2 span.bg strong {
          color: #E50012;
          font-size: 5rem;
          font-weight: 700;
          padding: 0 0.5rem; }
        #courseguide #body .hWrap .inner h2 span.bg span {
          display: inline-block;
          font-size: 2rem;
          margin-left: 2rem; }
          @media screen and (max-width: 767px) {
            #courseguide #body .hWrap .inner h2 span.bg span {
              display: block; } }
#courseguide #body .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  #courseguide #body .point dl {
    line-height: 180%;
    margin-bottom: 30px;
    position: relative;
    width: 300px; }
    @media screen and (max-width: 767px) {
      #courseguide #body .point dl {
        margin-bottom: 50px;
        width: 47.5%; } }
    #courseguide #body .point dl dt {
      position: absolute;
      top: -20px;
      left: -5px; }
      @media screen and (max-width: 767px) {
        #courseguide #body .point dl dt {
          top: -40px;
          left: -10px; } }
      #courseguide #body .point dl dt img {
        height: 50px;
        width: auto; }
        @media screen and (max-width: 767px) {
          #courseguide #body .point dl dt img {
            height: 80px; } }
    #courseguide #body .point dl dd {
      margin-bottom: 10px; }
      #courseguide #body .point dl dd.thumb {
        width: 300px; }
        @media screen and (max-width: 767px) {
          #courseguide #body .point dl dd.thumb {
            width: 100%; } }
        #courseguide #body .point dl dd.thumb img {
          width: 100%; }
      #courseguide #body .point dl dd.distance {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body .point dl dd.distance {
            font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        #courseguide #body .point dl dd.comment {
          font-size: 1.8rem;
          line-height: 150%; } }
#courseguide #body #ward1 .contWrap {
  background-image: url("../images/courseguide/bg_ward1.png");
  background-position: center bottom; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward1 .contWrap {
      background-image: url("../images/courseguide/bg_ward1_sp.png"); } }
  #courseguide #body #ward1 .contWrap .point {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward1 .contWrap .point dl#point3 {
        width: 100%; }
        #courseguide #body #ward1 .contWrap .point dl#point3 .thumb {
          width: 47.5%; }
        #courseguide #body #ward1 .contWrap .point dl#point3 .distance, #courseguide #body #ward1 .contWrap .point dl#point3 .comment {
          position: absolute;
          left: 50%; }
        #courseguide #body #ward1 .contWrap .point dl#point3 .distance {
          top: 0; }
        #courseguide #body #ward1 .contWrap .point dl#point3 .comment {
          top: 2.5em; } }
    #courseguide #body #ward1 .contWrap .point dl#point4 {
      height: 400px;
      padding-left: 320px;
      width: 620px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward1 .contWrap .point dl#point4 {
          min-height: 600px;
          padding-left: 150px;
          padding-top: 240px;
          width: 100%; } }
      #courseguide #body #ward1 .contWrap .point dl#point4 dt {
        position: absolute;
        top: -20px;
        left: 315px; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward1 .contWrap .point dl#point4 dt {
            top: 200px;
            left: 140px; } }
      #courseguide #body #ward1 .contWrap .point dl#point4 dd {
        width: 620px; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward1 .contWrap .point dl#point4 dd {
            width: 100%; } }
        #courseguide #body #ward1 .contWrap .point dl#point4 dd.tanaka {
          position: absolute;
          left: 0;
          top: 50px;
          width: 400px; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward1 .contWrap .point dl#point4 dd.tanaka {
              top: -25px;
              width: 90%; } }
          #courseguide #body #ward1 .contWrap .point dl#point4 dd.tanaka img {
            width: 100%; }
  #courseguide #body #ward1 .contWrap .place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 200px 0 0;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward1 .contWrap .place {
        margin: 280px 0; } }
    #courseguide #body #ward1 .contWrap .place dl {
      line-height: 180%;
      margin-right: 20px;
      width: 330px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward1 .contWrap .place dl {
          margin-right: 0;
          width: 47.5%; }
          #courseguide #body #ward1 .contWrap .place dl:first-child {
            margin-right: 5%; } }
      #courseguide #body #ward1 .contWrap .place dl dt, #courseguide #body #ward1 .contWrap .place dl dd {
        margin-bottom: 10px; }
      #courseguide #body #ward1 .contWrap .place dl dt img {
        width: 100%; }
      #courseguide #body #ward1 .contWrap .place dl dd.name {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward1 .contWrap .place dl dd.name {
            font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward1 .contWrap .place dl dd.comment {
          font-size: 1.8rem;
          line-height: 150%; } }
      #courseguide #body #ward1 .contWrap .place dl dd.access {
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward1 .contWrap .place dl dd.access {
            font-size: 1.6rem;
            line-height: 150%; } }
        #courseguide #body #ward1 .contWrap .place dl dd.access span {
          display: block; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward1 .contWrap .place dl dd.access span {
              margin-bottom: 5px; } }
    #courseguide #body #ward1 .contWrap .place .megapon {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 230px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward1 .contWrap .place .megapon {
          bottom: -300px;
          width: 80%; } }
      #courseguide #body #ward1 .contWrap .place .megapon img {
        width: 100%; }
#courseguide #body #ward2 .contWrap {
  background-image: url("../images/courseguide/bg_ward2.png");
  background-position: center bottom;
  min-height: 1000px; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward2 .contWrap {
      background-image: url("../images/courseguide/bg_ward2_sp.png");
      background-position: center bottom;
      min-height: 1200px; } }
  #courseguide #body #ward2 .contWrap .point dl#point2 {
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward2 .contWrap .point dl#point2 {
        padding-left: 5%;
        width: 52.5%; } }
    #courseguide #body #ward2 .contWrap .point dl#point2 dt {
      top: 0;
      left: 340px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward2 .contWrap .point dl#point2 dt {
          top: 450px;
          left: auto;
          right: 0;
          width: 550px; } }
      #courseguide #body #ward2 .contWrap .point dl#point2 dt img {
        height: auto;
        width: 100%; }
#courseguide #body #ward3 .contWrap {
  background-image: url("../images/courseguide/bg_ward3.png");
  background-position: center bottom;
  min-height: 1100px; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward3 .contWrap {
      background-image: url("../images/courseguide/bg_ward3_sp.png");
      background-position: center bottom;
      min-height: 1300px; } }
  #courseguide #body #ward3 .contWrap .point {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 320px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward3 .contWrap .point {
        padding-left: 0; } }
    #courseguide #body #ward3 .contWrap .point .tanaka {
      position: absolute;
      left: -80px;
      top: 100px;
      width: 320px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward3 .contWrap .point .tanaka {
          left: 0;
          top: 480px;
          width: 80%; } }
      #courseguide #body #ward3 .contWrap .point .tanaka img {
        width: 100%; }
#courseguide #body #ward4 .contWrap {
  background-image: url("../images/courseguide/bg_ward4.png");
  background-position: center bottom; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward4 .contWrap {
      background-image: url("../images/courseguide/bg_ward4_sp.png"); } }
  #courseguide #body #ward4 .contWrap .point {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 800px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward4 .contWrap .point {
        min-height: 1000px;
        padding-bottom: 600px; } }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward4 .contWrap .point dl#point3 {
        position: relative;
        width: 100%; }
        #courseguide #body #ward4 .contWrap .point dl#point3 .thumb {
          width: 47.5%; }
        #courseguide #body #ward4 .contWrap .point dl#point3 .distance, #courseguide #body #ward4 .contWrap .point dl#point3 .comment {
          position: absolute;
          left: 50%; }
        #courseguide #body #ward4 .contWrap .point dl#point3 .distance {
          top: 0; }
        #courseguide #body #ward4 .contWrap .point dl#point3 .comment {
          top: 2.5em; } }
    #courseguide #body #ward4 .contWrap .point .tanaka {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 380px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward4 .contWrap .point .tanaka {
          right: 0;
          bottom: -50px;
          width: 75%; } }
      #courseguide #body #ward4 .contWrap .point .tanaka img {
        width: 100%; }
#courseguide #body #ward5 .contWrap {
  background-image: url("../images/courseguide/bg_ward5.png");
  background-position: center bottom;
  min-height: 1350px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward5 .contWrap {
      background-image: url("../images/courseguide/bg_ward5_sp.png");
      background-position: left 50% bottom 100px;
      min-height: 1800px; } }
  #courseguide #body #ward5 .contWrap .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 330px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward5 .contWrap .point {
        padding-right: 0; } }
    #courseguide #body #ward5 .contWrap .point .tanaka {
      position: absolute;
      left: 0;
      top: 450px;
      width: 280px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward5 .contWrap .point .tanaka {
          right: 0;
          width: 50%; } }
      #courseguide #body #ward5 .contWrap .point .tanaka img {
        width: 100%; }
  #courseguide #body #ward5 .contWrap .place {
    position: absolute;
    top: 350px;
    right: 10px;
    width: 300px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward5 .contWrap .place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        flex-direction: row-reverse;
        right: auto;
        left: 5%;
        top: 1000px;
        width: 95%; } }
    #courseguide #body #ward5 .contWrap .place dl {
      line-height: 180%;
      margin-right: 20px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward5 .contWrap .place dl {
          width: 47.5%; } }
      #courseguide #body #ward5 .contWrap .place dl dt, #courseguide #body #ward5 .contWrap .place dl dd {
        margin-bottom: 10px; }
      #courseguide #body #ward5 .contWrap .place dl dt img {
        width: 100%; }
      #courseguide #body #ward5 .contWrap .place dl dd.name {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward5 .contWrap .place dl dd.name {
            font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward5 .contWrap .place dl dd.comment {
          font-size: 1.8rem;
          line-height: 150%; } }
      #courseguide #body #ward5 .contWrap .place dl dd.access {
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward5 .contWrap .place dl dd.access {
            font-size: 1.6rem;
            line-height: 150%; } }
        #courseguide #body #ward5 .contWrap .place dl dd.access span {
          display: block; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward5 .contWrap .place dl dd.access span {
              margin-bottom: 5px; } }
    #courseguide #body #ward5 .contWrap .place .megapon {
      margin: 0 0 30px auto;
      width: 250px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward5 .contWrap .place .megapon {
          margin-bottom: 0;
          margin-right: 5%;
          width: 42.5%; } }
      #courseguide #body #ward5 .contWrap .place .megapon img {
        width: 100%; }
#courseguide #body #ward6 .contWrap {
  background-image: url("../images/courseguide/bg_ward6.png");
  background-position: center bottom;
  min-height: 1100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward6 .contWrap {
      background-image: url("../images/courseguide/bg_ward6_sp.png");
      background-position: left 50% top 680px;
      min-height: 1900px; } }
  #courseguide #body #ward6 .contWrap .point dl {
    position: relative;
    width: 620px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward6 .contWrap .point dl {
        width: 100%; } }
    #courseguide #body #ward6 .contWrap .point dl .thumb {
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward6 .contWrap .point dl .thumb {
          width: 47.5%; } }
    #courseguide #body #ward6 .contWrap .point dl .distance, #courseguide #body #ward6 .contWrap .point dl .comment {
      position: absolute;
      left: 330px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward6 .contWrap .point dl .distance, #courseguide #body #ward6 .contWrap .point dl .comment {
          left: 52.5%;
          width: 47.5%; } }
    #courseguide #body #ward6 .contWrap .point dl .distance {
      top: 0; }
    #courseguide #body #ward6 .contWrap .point dl .comment {
      top: 2.5em; }
  #courseguide #body #ward6 .contWrap .point .tanaka {
    position: absolute;
    left: 0;
    top: 300px;
    width: 400px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward6 .contWrap .point .tanaka {
        right: 0;
        top: 220px;
        width: 85%; } }
    #courseguide #body #ward6 .contWrap .point .tanaka img {
      width: 100%; }
  #courseguide #body #ward6 .contWrap .place {
    position: absolute;
    top: 100px;
    right: 10px;
    width: 300px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward6 .contWrap .place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        flex-direction: row-reverse;
        right: auto;
        left: 5%;
        top: 1050px;
        width: 95%; } }
    #courseguide #body #ward6 .contWrap .place dl {
      line-height: 180%;
      margin-right: 20px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward6 .contWrap .place dl {
          width: 47.5%; } }
      #courseguide #body #ward6 .contWrap .place dl dt, #courseguide #body #ward6 .contWrap .place dl dd {
        margin-bottom: 10px; }
      #courseguide #body #ward6 .contWrap .place dl dt img {
        width: 100%; }
      #courseguide #body #ward6 .contWrap .place dl dd.name {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward6 .contWrap .place dl dd.name {
            font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward6 .contWrap .place dl dd.comment {
          font-size: 1.8rem;
          line-height: 150%; } }
      #courseguide #body #ward6 .contWrap .place dl dd.access {
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward6 .contWrap .place dl dd.access {
            font-size: 1.6rem;
            line-height: 150%; } }
        #courseguide #body #ward6 .contWrap .place dl dd.access span {
          display: block; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward6 .contWrap .place dl dd.access span {
              margin-bottom: 5px; } }
    #courseguide #body #ward6 .contWrap .place .megapon {
      margin: 0 auto 30px;
      width: 280px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward6 .contWrap .place .megapon {
          margin-bottom: 0;
          margin-right: 5%;
          width: 42.5%; } }
      #courseguide #body #ward6 .contWrap .place .megapon img {
        width: 100%; }
#courseguide #body #ward7 .contWrap {
  background-image: url("../images/courseguide/bg_ward7.png");
  background-position: center bottom;
  min-height: 1400px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward7 .contWrap {
      background-image: url("../images/courseguide/bg_ward7_sp.png");
      background-position: left 50% top 260px;
      min-height: 2000px; } }
  #courseguide #body #ward7 .contWrap .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 330px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward7 .contWrap .point {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward7 .contWrap .point #point3 {
        position: relative;
        width: 100%; }
        #courseguide #body #ward7 .contWrap .point #point3 .thumb {
          width: 47.5%; }
        #courseguide #body #ward7 .contWrap .point #point3 .distance, #courseguide #body #ward7 .contWrap .point #point3 .comment {
          position: absolute;
          left: 52.5%;
          width: 47.5%; }
        #courseguide #body #ward7 .contWrap .point #point3 .distance {
          top: 0; }
        #courseguide #body #ward7 .contWrap .point #point3 .comment {
          top: 2.5em; } }
    #courseguide #body #ward7 .contWrap .point .tanaka {
      position: absolute;
      left: 0;
      top: 800px;
      width: 420px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward7 .contWrap .point .tanaka {
          right: 0;
          top: 1100px;
          width: 47.5%; } }
      #courseguide #body #ward7 .contWrap .point .tanaka img {
        width: 100%; }
  #courseguide #body #ward7 .contWrap .place {
    position: absolute;
    top: 400px;
    right: 10px;
    width: 300px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward7 .contWrap .place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        flex-direction: row-reverse;
        right: auto;
        left: 5%;
        top: 1100px;
        width: 95%; } }
    #courseguide #body #ward7 .contWrap .place dl {
      line-height: 180%;
      margin-right: 20px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward7 .contWrap .place dl {
          width: 47.5%; } }
      #courseguide #body #ward7 .contWrap .place dl dt, #courseguide #body #ward7 .contWrap .place dl dd {
        margin-bottom: 10px; }
      #courseguide #body #ward7 .contWrap .place dl dt img {
        width: 100%; }
      #courseguide #body #ward7 .contWrap .place dl dd.name {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward7 .contWrap .place dl dd.name {
            font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward7 .contWrap .place dl dd.comment {
          font-size: 1.8rem;
          line-height: 150%; } }
      #courseguide #body #ward7 .contWrap .place dl dd.access {
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward7 .contWrap .place dl dd.access {
            font-size: 1.6rem;
            line-height: 150%; } }
        #courseguide #body #ward7 .contWrap .place dl dd.access span {
          display: block; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward7 .contWrap .place dl dd.access span {
              margin-bottom: 5px; } }
#courseguide #body #ward8 .contWrap {
  background-image: url("../images/courseguide/bg_ward8.png");
  background-position: left 50% top 95px;
  min-height: 1750px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #courseguide #body #ward8 .contWrap {
      background-image: url("../images/courseguide/bg_ward8_sp.png");
      background-position: left 50% top 150px;
      min-height: 2600px; } }
  #courseguide #body #ward8 .contWrap .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward8 .contWrap .point {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #courseguide #body #ward8 .contWrap .point .tanaka {
      position: absolute;
      right: 0;
      top: 320px;
      width: 420px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward8 .contWrap .point .tanaka {
          right: 0;
          top: 480px;
          width: 75%; } }
      #courseguide #body #ward8 .contWrap .point .tanaka img {
        width: 100%; }
  #courseguide #body #ward8 .contWrap .place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: absolute;
    top: 1050px;
    left: 10px;
    width: 630px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward8 .contWrap .place {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        right: auto;
        left: 5%;
        top: 1200px;
        width: 42.5%; } }
    #courseguide #body #ward8 .contWrap .place dl {
      line-height: 180%;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward8 .contWrap .place dl {
          width: 100%; } }
      #courseguide #body #ward8 .contWrap .place dl dt, #courseguide #body #ward8 .contWrap .place dl dd {
        margin-bottom: 10px; }
      #courseguide #body #ward8 .contWrap .place dl dt {
        position: relative; }
        #courseguide #body #ward8 .contWrap .place dl dt span {
          display: block;
          position: absolute;
          bottom: -2.0rem;
          font-size: 1rem;
          font-weight: 400;
          text-align: right;
          width: 100%; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward8 .contWrap .place dl dt span {
              bottom: -3.0rem; } }
        #courseguide #body #ward8 .contWrap .place dl dt img {
          width: 100%; }
      #courseguide #body #ward8 .contWrap .place dl dd.name {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward8 .contWrap .place dl dd.name {
            font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        #courseguide #body #ward8 .contWrap .place dl dd.comment {
          font-size: 1.8rem;
          line-height: 150%; } }
      #courseguide #body #ward8 .contWrap .place dl dd.access {
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          #courseguide #body #ward8 .contWrap .place dl dd.access {
            font-size: 1.6rem;
            line-height: 150%; } }
        #courseguide #body #ward8 .contWrap .place dl dd.access span {
          display: block; }
          @media screen and (max-width: 767px) {
            #courseguide #body #ward8 .contWrap .place dl dd.access span {
              margin-bottom: 5px; } }
  #courseguide #body #ward8 .contWrap .megapon {
    position: absolute;
    top: 1100px;
    right: 10px;
    width: 240px; }
    @media screen and (max-width: 767px) {
      #courseguide #body #ward8 .contWrap .megapon {
        top: 1650px;
        right: 5%;
        width: 42.5%; } }
    #courseguide #body #ward8 .contWrap .megapon img {
      width: 100%; }

#episode .modalCont {
  width: 800px;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    #episode .modalCont {
      width: 90%; } }
  #episode .modalCont .episode h3 {
    margin-bottom: 30px;
    text-align: center; }
    #episode .modalCont .episode h3 img {
      height: 55px;
      width: auto; }
      @media screen and (max-width: 767px) {
        #episode .modalCont .episode h3 img {
          height: 100px;
          margin: 0 auto;
          width: auto; } }
  #episode .modalCont .episode .txtWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #episode .modalCont .episode .txtWrap {
        display: block; } }
    #episode .modalCont .episode .txtWrap p.txt {
      width: 400px; }
      @media screen and (max-width: 767px) {
        #episode .modalCont .episode .txtWrap p.txt {
          font-size: 1.8rem;
          width: 100%; } }
    #episode .modalCont .episode .txtWrap p.pic {
      display: block;
      line-height: 120%;
      padding-left: 20px;
      text-align: right;
      width: 300px; }
      @media screen and (max-width: 767px) {
        #episode .modalCont .episode .txtWrap p.pic {
          width: 100%; } }
      #episode .modalCont .episode .txtWrap p.pic img {
        width: 100%; }
      #episode .modalCont .episode .txtWrap p.pic span {
        font-size: 1.2rem; }
        @media screen and (max-width: 767px) {
          #episode .modalCont .episode .txtWrap p.pic span {
            font-size: 1.6rem; } }

.map {
  background: url("../images/courseguide/bg_nav_map.png") repeat-x;
  bottom: 0;
  margin-bottom: 0;
  position: fixed;
  height: 100px;
  width: 100%;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    .map {
      height: 63px; } }
  .map #globalMap {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
    .map #globalMap figure {
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      box-shadow: 0 0 10px 0 #AAA;
      -webkit-box-shadow: 0 0 10px 0 #AAA;
      -moz-box-shadow: 0 0 10px 0 #AAA;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      height: auto;
      width: 800px; }
      .map #globalMap figure img {
        border: 1px solid #FFF;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        width: 100%; }
      @media screen and (max-width: 767px) {
        .map #globalMap figure {
          width: 600px; } }
  .map dl {
    background: #FFF;
    display: block;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 100000; }
    @media screen and (max-width: 767px) {
      .map dl {
        height: 63px;
        width: 600px; } }
    .map dl dt, .map dl dd {
      display: block;
      position: absolute; }
      .map dl dt img, .map dl dd img {
        width: 100%; }
    .map dl dt {
      cursor: pointer;
      height: 100px;
      width: 200px;
      top: 0;
      left: 0;
      z-index: 9; }
      @media screen and (max-width: 767px) {
        .map dl dt {
          height: 63px;
          width: 125px; }
          .map dl dt img {
            width: 100%; } }
    .map dl dd {
      top: 0;
      height: 100px;
      width: 130px; }
      @media screen and (max-width: 767px) {
        .map dl dd {
          height: 63px;
          width: 81px; } }
      .map dl dd.ward1 {
        left: 169px;
        z-index: 8; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward1 {
            left: 106px; } }
      .map dl dd.ward2 {
        left: 268px;
        z-index: 7; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward2 {
            left: 168px; } }
      .map dl dd.ward3 {
        left: 367px;
        z-index: 6; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward3 {
            left: 229px; } }
      .map dl dd.ward4 {
        left: 466px;
        z-index: 5; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward4 {
            left: 291px; } }
      .map dl dd.ward5 {
        left: 565px;
        z-index: 4; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward5 {
            left: 353px; } }
      .map dl dd.ward6 {
        left: 664px;
        z-index: 3; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward6 {
            left: 415px; } }
      .map dl dd.ward7 {
        left: 763px;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward7 {
            left: 477px; } }
      .map dl dd.ward8 {
        right: 0;
        width: 100px;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .map dl dd.ward8 {
            width: 63px; } }
      .map dl dd .cs {
        cursor: default; }
        .map dl dd .cs:hover {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "alpha( opacity=100 )"; }

/***** #message *****/
#message #main {
  background-image: url("../images/message/bg_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 500px;
  margin-top: 80px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #message #main {
      background-image: url("../images/message/bg_main_sp.png");
      height: 400px;
      margin-top: 100px; } }
  #message #main .inner {
    height: 500px;
    margin: 0 auto;
    position: relative;
    width: 980px; }
    @media screen and (max-width: 767px) {
      #message #main .inner {
        height: 400px;
        width: 100%; } }
    #message #main .inner h1 {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 150px; }
      @media screen and (max-width: 767px) {
        #message #main .inner h1 {
          width: 100px; } }
      #message #main .inner h1 img {
        width: 100%; }
#message #body .hWrap {
  background: url("../images/bg_content.png") no-repeat 50%;
  background-size: cover;
  width: 100%; }
  #message #body .hWrap .inner {
    min-height: 20px;
    padding: 20px 0;
    text-align: center; }
    #message #body .hWrap .inner h2 {
      font-size: 3rem;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #message #body .hWrap .inner h2 {
          font-size: 3.5rem; } }
      #message #body .hWrap .inner h2 span.bg {
        background-image: url("../images/bg_h.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 65px 40px;
        padding: 0 0 0 65px; }
        #message #body .hWrap .inner h2 span.bg span {
          display: inline-block;
          font-size: 2rem;
          margin-left: 2rem; }
          @media screen and (max-width: 767px) {
            #message #body .hWrap .inner h2 span.bg span {
              display: block; } }
#message #body .messageWrap {
  width: 100%; }
  #message #body .messageWrap #message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    #message #body .messageWrap #message li {
      height: auto;
      width: 33.333%; }
      #message #body .messageWrap #message li:nth-child(2) {
        animation-delay: 0.2s; }
      #message #body .messageWrap #message li:nth-child(3) {
        animation-delay: 0.4s; }
      #message #body .messageWrap #message li img {
        width: 100%; }
      @media screen and (max-width: 767px) {
        #message #body .messageWrap #message li {
          width: 50%; } }

/***** #goods *****/
#goods #main {
  background-image: url("../images/goods/bg_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 500px;
  margin-top: 80px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #goods #main {
      background-image: url("../images/goods/bg_main_sp.png");
      height: 400px;
      margin-top: 100px; } }
  #goods #main .inner {
    height: 500px;
    margin: 0 auto;
    position: relative;
    width: 980px; }
    @media screen and (max-width: 767px) {
      #goods #main .inner {
        height: 400px;
        width: 100%; } }
    #goods #main .inner h1 {
      position: absolute;
      bottom: -30px;
      right: 30px;
      width: 150px; }
      @media screen and (max-width: 767px) {
        #goods #main .inner h1 {
          width: 100px; } }
      #goods #main .inner h1 img {
        width: 100%; }
#goods #body .hWrap {
  background: url("../images/bg_content.png") no-repeat 50%;
  background-size: cover;
  width: 100%; }
  #goods #body .hWrap .inner {
    min-height: 20px;
    padding: 20px 0;
    text-align: center; }
    #goods #body .hWrap .inner h2 {
      font-size: 3rem;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #goods #body .hWrap .inner h2 {
          font-size: 3.5rem; } }
      #goods #body .hWrap .inner h2 span.bg {
        background-image: url("../images/bg_h.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 65px 40px;
        padding: 0 0 0 65px; }
        #goods #body .hWrap .inner h2 span.bg span {
          display: inline-block;
          font-size: 2rem;
          margin-left: 2rem; }
          @media screen and (max-width: 767px) {
            #goods #body .hWrap .inner h2 span.bg span {
              display: block; } }
#goods #body .goodsWrap {
  width: 100%; }
  #goods #body .goodsWrap .goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #goods #body .goodsWrap .goods:nth-child(2n) {
      flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      #goods #body .goodsWrap .goods {
        display: block; } }
    #goods #body .goodsWrap .goods .pic, #goods #body .goodsWrap .goods .txt {
      width: 50%; }
      @media screen and (max-width: 767px) {
        #goods #body .goodsWrap .goods .pic, #goods #body .goodsWrap .goods .txt {
          width: 100%; } }
    #goods #body .goodsWrap .goods .pic figure {
      position: relative; }
      #goods #body .goodsWrap .goods .pic figure span {
        color: #FFF;
        font-size: 1.4rem;
        position: absolute;
        bottom: 15px;
        right: 15px; }
      #goods #body .goodsWrap .goods .pic figure img {
        height: auto;
        min-height: 400px;
        width: 100%;
        object-fit: cover; }
      #goods #body .goodsWrap .goods .pic figure.left img {
        object-position: left; }
    #goods #body .goodsWrap .goods .txt {
      background: #FFF;
      padding: 30px;
      position: relative; }
      #goods #body .goodsWrap .goods .txt dl {
        margin-bottom: 30px;
        width: 60%; }
        #goods #body .goodsWrap .goods .txt dl dt {
          background: url("../images/goods/bg_dots.png") repeat-x;
          background-position: left bottom;
          font-size: 2rem;
          padding-bottom: 1.6rem;
          margin-bottom: 1rem; }
          @media screen and (max-width: 767px) {
            #goods #body .goodsWrap .goods .txt dl dt {
              font-size: 3rem;
              padding-bottom: 3rem;
              margin-bottom: 1.4rem;
              white-space: nowrap; } }
        #goods #body .goodsWrap .goods .txt dl dd {
          line-height: 180%; }
      #goods #body .goodsWrap .goods .txt figure {
        position: absolute;
        right: 30px;
        top: 50%;
        width: 30%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%); }
        #goods #body .goodsWrap .goods .txt figure img {
          height: auto;
          width: 100%;
          vertical-align: middle; }
      #goods #body .goodsWrap .goods .txt .btn {
        display: block;
        text-align: left; }
        @media screen and (max-width: 767px) {
          #goods #body .goodsWrap .goods .txt .btn {
            text-align: center; } }
        #goods #body .goodsWrap .goods .txt .btn img {
          height: 45px;
          width: auto; }
          @media screen and (max-width: 767px) {
            #goods #body .goodsWrap .goods .txt .btn img {
              height: 80px; } }

.bottleDesign {
  background: #09D;
  margin: 0;
  padding-bottom: 100px;
  width: 100%; }
  .bottleDesign h3 {
    color: #FFF;
    font-size: 2rem;
    line-height: 100px;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .bottleDesign h3 {
        font-size: 3rem; } }
  .bottleDesign .bottleWrap {
    background: #FFF;
    padding: 50px 0;
    width: 100%; }
    .bottleDesign .bottleWrap .bottle {
      clear: both;
      margin: 0 auto;
      width: 960px; }
      @media screen and (max-width: 767px) {
        .bottleDesign .bottleWrap .bottle {
          margin: 0 5%;
          width: 90%; } }
      .bottleDesign .bottleWrap .bottle .slick-prev, .bottleDesign .bottleWrap .bottle .slick-next {
        height: 30px;
        width: 30px;
        z-index: 1000; }
        @media screen and (max-width: 767px) {
          .bottleDesign .bottleWrap .bottle .slick-prev, .bottleDesign .bottleWrap .bottle .slick-next {
            height: 80px;
            width: 80px; } }
      .bottleDesign .bottleWrap .bottle .slick-prev:before {
        content: url(../images/icn_arw.png);
        display: block;
        transform: rotate(180deg); }
        @media screen and (max-width: 767px) {
          .bottleDesign .bottleWrap .bottle .slick-prev:before {
            content: url(../images/icn_arw_sp.png); } }
      .bottleDesign .bottleWrap .bottle [dir='rtl'] .slick-prev:before {
        content: url(../images/icn_arw.png);
        display: block;
        transform: rotate(180deg); }
        @media screen and (max-width: 767px) {
          .bottleDesign .bottleWrap .bottle [dir='rtl'] .slick-prev:before {
            content: url(../images/icn_arw_sp.png); } }
      .bottleDesign .bottleWrap .bottle .slick-next:before {
        content: url(../images/icn_arw.png); }
        @media screen and (max-width: 767px) {
          .bottleDesign .bottleWrap .bottle .slick-next:before {
            content: url(../images/icn_arw_sp.png); } }
      .bottleDesign .bottleWrap .bottle [dir='rtl'] .slick-next:before {
        content: url(../images/icn_arw.png); }
        @media screen and (max-width: 767px) {
          .bottleDesign .bottleWrap .bottle [dir='rtl'] .slick-next:before {
            content: url(../images/icn_arw_sp.png); } }
      .bottleDesign .bottleWrap .bottle li {
        display: block;
        float: left;
        text-align: center; }
        .bottleDesign .bottleWrap .bottle li img {
          margin: 0 auto 15px;
          height: 300px;
          width: auto; }
          @media screen and (max-width: 767px) {
            .bottleDesign .bottleWrap .bottle li img {
              height: 600px; } }
        .bottleDesign .bottleWrap .bottle li span {
          font-size: 1.6rem;
          line-height: 150%;
          transform: rotate(0.001deg); }
          @media screen and (max-width: 767px) {
            .bottleDesign .bottleWrap .bottle li span {
              font-size: 2rem; } }

#bottledesign .modalCont {
  width: 800px; }
  @media screen and (max-width: 767px) {
    #bottledesign .modalCont {
      width: 90%; } }
  #bottledesign .modalCont dl {
    display: block;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #bottledesign .modalCont dl {
        padding: 50px 30px;
        width: 100%; } }
    #bottledesign .modalCont dl dt {
      font-size: 2.4rem;
      margin-bottom: 20px;
      margin-left: -30px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #bottledesign .modalCont dl dt {
          font-size: 3rem;
          margin-bottom: 25px;
          white-space: nowrap; } }
      #bottledesign .modalCont dl dt span.bg {
        background-image: url("../images/bg_h.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 80px 40px;
        padding: 5px 0 0 80px; }
    #bottledesign .modalCont dl dd img {
      height: auto;
      width: 100%; }

/***** #activity *****/
#activity #body {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    #activity #body {
      margin-top: 100px; } }
  #activity #body .hWrap {
    background: url("../images/bg_content.png") no-repeat 50%;
    background-size: cover;
    width: 100%; }
    #activity #body .hWrap .inner {
      min-height: 20px;
      padding: 50px 0;
      text-align: center; }
      #activity #body .hWrap .inner h1 {
        font-size: 3rem;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #activity #body .hWrap .inner h1 {
            font-size: 3.5rem; } }
        #activity #body .hWrap .inner h1 span.bg {
          background-image: url("../images/bg_h.png");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 65px 40px;
          padding: 0 0 0 65px; }
          #activity #body .hWrap .inner h1 span.bg span {
            display: inline-block;
            font-size: 2rem;
            margin-left: 2rem; }
            @media screen and (max-width: 767px) {
              #activity #body .hWrap .inner h1 span.bg span {
                display: block; } }
  #activity #body .activity {
    width: 100%; }
    #activity #body .activity ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px;
      width: 100%; }
      #activity #body .activity ul li {
        height: auto;
        width: 400px; }
        #activity #body .activity ul li:first-child {
          margin-left: 40px; }
        #activity #body .activity ul li:nth-child(2) {
          animation-delay: 0.2s; }
        #activity #body .activity ul li img {
          width: 100%; }
        @media screen and (max-width: 767px) {
          #activity #body .activity ul li {
            padding: 50px;
            width: 600px; }
            #activity #body .activity ul li:first-child {
              margin-left: 0; } }

/***** footer *****/
footer {
  border-top: 1px solid #AAA; }
  footer .inner {
    font-size: 1.4rem;
    height: 100px;
    padding: 50px 0;
    position: relative;
    text-align: center; }
    footer .inner #backtotop {
      position: fixed;
      bottom: 120px;
      right: 20px;
      z-index: 100000; }
      @media screen and (max-width: 767px) {
        footer .inner #backtotop {
          right: 5%;
          bottom: 60px; } }

/******************************************************

HASEKO Corporation. © ALL RIGHTS RESERVED.

******************************************************/
