@charset "UTF-8";
li {
  list-style-type: none; }

/***********************************************/

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

a {
  text-decoration: none;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  outline: none; }
  a img {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    outline: none; }
  a:hover {
    opacity: .7; }

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important; }

@media screen and (max-width: 810px) {
  .pcOnly {
    display: none; } }

@media screen and (min-width: 811px) {
  .spOnly {
    display: none; } }

@media screen and (max-width: 810px) {
  .spBtn {
    background-color: #f00082;
    color: #fff;
    border: 4px solid #f00082;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 90%;
    padding: 10px;
    margin: 20px auto;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important; } }

@media screen and (min-width: 811px) {
  .drawer-hamburger {
    display: none; } }

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.inner_sildshow {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }


body {
  font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: 5px solid #000; }
  @media screen and (max-width: 810px) {
    body {
      font-size: 12px; } }

header .logo {
  margin: 10px; }
  header .logo > * {
    display: inline-block;
    padding: 10px; }
  @media screen and (max-width: 810px) {
    header .logo {
      margin: 0; }
      header .logo img {
        width: 30px; } }

header .head_contact {
  position: absolute;
  right: 20px;
  top: 28px; }
  header .head_contact li {
    display: inline-block;
    margin-left: 30px; }
  @media screen and (max-width: 810px) {
    header .head_contact {
      top: 18px;
      right: 60px; }
      header .head_contact li {
        margin-left: 10px; }
      header .head_contact img {
        height: 20px; } }

.mainvisual .inner {
  height: 450px; }

/************/
#slideshow .inner {
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/************/


.contents .contents_inner {
  padding: 20px; }
  @media screen and (max-width: 810px) {
    .contents .contents_inner {
      padding: 10px; } }

@media screen and (min-width: 811px) {
  .contents .col-2 {
    width: 48.5%;
    display: inline-block;
    vertical-align: top; }
    .contents .col-2 + .col-2 {
      margin-left: 30px; } }

.contents .col-2 section {
  padding-bottom: 40px; }
  @media screen and (max-width: 810px) {
    .contents .col-2 section {
      padding-bottom: 20px; } }

.contents a {
  color: #f00082;
  font-weight: bold;
  text-decoration: underline; }
  .contents a:hover {
    text-decoration: none; }

.contents p {
  margin-bottom: 1em; }

ul.with_bull {
  margin-left: 1em; }
  ul.with_bull li {
    list-style-type: disc; }

table {
  box-sizing: border-box;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  border-collapse: collapse;
  margin-bottom: 20px; }
  table th, table td {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    vertical-align: middle;
    padding: 10px; }
  table th {
    font-weight: bold; }

h2.with_border {
  border: 4px solid #000;
  padding: 15px;
  margin-bottom: 5px;
  position: relative;
  /*
  &.bgcolor {
    background-color: #fff2ff;
  }
*/ }
  h2.with_border img {
    height: 16px;
    display: block; }
  @media screen and (max-width: 810px) {
    h2.with_border {
      border-width: 2px;
      padding: 5px; }
      h2.with_border img {
        height: 10px; } }

#js-load h2.with_border a {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  #js-load h2.with_border a:before {
    content: '▶'; }
  @media screen and (max-width: 400px) {
    #js-load h2.with_border a {
      font-size: 14px;
      top: auto;
      bottom: -35px; } }

h3.with_border {
  margin-top: 40px;
  border-bottom: 4px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  h3.with_border img {
    height: 16px;
    display: block; }

.center {
  text-align: center; }

.btn_center {
  text-align: center; }
  .btn_center a, .btn_center span {
    text-decoration: none;
    background-color: #000;
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    font-size: 40px;
    padding: 10px 30px;
    box-sizing: border-box;
    border: 4px solid #000;
    margin-bottom: 20px; }
    .btn_center a:hover, .btn_center span:hover {
      color: #000 !important;
      background-color: #fff;
      border: 4px solid #000; }
    @media screen and (max-width: 810px) {
      .btn_center a, .btn_center span {
        font-size: 20px;
        padding: 20px 10px; } }

.imgSet {
  margin: 20px 0; }
  .imgSet li + li {
    margin-top: 30px; }

.globalnav {
  padding: 10px 0;
  text-align: center;
  border-bottom: 5px solid #000;
  margin-bottom: 40px; }
  .globalnav li {
    display: inline-block;
    margin: 0 2.5%; }
    .globalnav li:first-child {
      margin-left: 0; }
    .globalnav li:last-child {
      margin-right: 0; }
    .globalnav li a {
      display: block;
      padding: 10px; }
      .globalnav li a:hover {
        background-color: #ddd;
        opacity: 1; }
      .globalnav li a span {
        display: none; }

#top .current a {
  background: url(../img/common/gn_top-current.svg) no-repeat center center; }
  #top .current a img {
    opacity: 0; }

#rental .current a {
  background: url(../img/common/gn_coat-current.svg) no-repeat center center; }
  #rental .current a img {
    opacity: 0; }

#taikai .current a {
  background: url(../img/common/gn_tournament-current.svg) no-repeat center center; }
  #taikai .current a img {
    opacity: 0; }

#kojin .current a {
  background: url(../img/common/gn_private-current.svg) no-repeat center center; }
  #kojin .current a img {
    opacity: 0; }

#school .current a {
  background: url(../img/common/gn_school-current.svg) no-repeat center center; }
  #school .current a img {
    opacity: 0; }

#guide .current a {
  background: url(../img/common/gn_guide-current.svg) no-repeat center center; }
  #guide .current a img {
    opacity: 0; }

#caution .current a {
  background: url(../img/common/gn_caution-current.svg) no-repeat center center; }
  #caution .current a img {
    opacity: 0; }

footer {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 30px; }
  footer .slider {
    margin-bottom: 50px; }
  footer .footer-nav {
    text-align: center;
    line-height: 1.1; }
    @media screen and (min-width: 811px) {
      footer .footer-nav {
        float: left; } }
    footer .footer-nav li {
      font-size: 13px;
      display: inline-block;
      margin-right: 2em; }
    footer .footer-nav a {
      color: #fff;
      text-decoration: none; }
      footer .footer-nav a:before {
        content: '▶'; }
  footer .copyrights {
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 1.1; }
    @media screen and (min-width: 811px) {
      footer .copyrights {
        float: right; } }

#home .mainvisual {
  background: url(../img/home/bg_main.png) no-repeat center center;
  background-size: cover;
  margin-bottom:5px;
/*  padding-bottom:20px;
*/   }

  #home .mainvisual .inner {
    height: 557px; }


	
/*****************/
  #home .mainvisual .ttl_main_sub {
    padding: 15px;
    text-align: center;
    margin-bottom: 10px; }

/*  #home .mainvisual .ttl_main_sub {
    padding-top: 75px;
    text-align: center;
    margin-bottom: 50px; }

*/
/*    @media screen and (max-width: 810px) {
      #home .mainvisual .ttl_main_sub {
        margin-bottom: 20px;
        padding: 20px; } }
*/
/*****************/

	
  #home .mainvisual .ttl_main {
    padding-top: 75px;
    text-align: center;
    margin-bottom: 50px; }

    @media screen and (max-width: 810px) {
      #home .mainvisual .ttl_main {
        margin-bottom: 20px;
        padding: 20px; } }

#home .mv_twitter {
  width: 556px;
  margin: 0 auto;
  position: relative; }
  #home .mv_twitter .spOnly {
    width: 300px; }
  @media screen and (max-width: 810px) {
    #home .mv_twitter {
      text-align: center;
      width: 90%; } }
  #home .mv_twitter .widget_wrapper {
    width: 300px;
    position: absolute;
    top: 10px;
    right: 10px; }
    @media screen and (max-width: 810px) {
      #home .mv_twitter .widget_wrapper {
        margin: 10px auto 0;
        position: relative;
        width: 90%;
        right: inherit;
        top: inherit; } }

@media screen and (max-width: 810px) {
  #home ul.areaList {
    display: none; } }

@media screen and (min-width: 811px) {
  #home ul.areaList {
    display: block;
    text-align: center;
    width: 1000px;
    position: absolute;
    bottom: 15px; }
    #home ul.areaList li {
      display: inline-block;
      margin: 0 1%; } }


/*    #home ul.areaList li {
      display: inline-block;
      margin: 0 1.5%; } }
*/
@media screen and (max-width: 810px) {
  #home div.areaList {
    display: block;
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
    background-color: #000;
    padding: 10px;
    color: #fff; } }

@media screen and (min-width: 811px) {
  #home div.areaList {
    display: none; } }

.stadium .contents_inner {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 60px; }
  @media screen and (max-width: 810px) {
    .stadium .contents_inner {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; } }
  .stadium .contents_inner strong {
    color: #f00082; }

/*.stadium .mainvisual {
  background: url(../img/stadium/bg_mv.jpg) no-repeat center center;
  background-size: cover; }
*/  .stadium .mainvisual .inner {
    height: 334px; }
    @media screen and (max-width: 810px) {
      .stadium .mainvisual .inner {
        height: 166px; } }
  .stadium .mainvisual .logo_stadium {
    padding: 10px 0 0 20px; }
    @media screen and (max-width: 810px) {
      .stadium .mainvisual .logo_stadium img {
        width: 25%; } }
  .stadium .mainvisual .sns {
    position: absolute;
    top: 20px;
    right: 20px; }
    .stadium .mainvisual .sns li {
      display: inline-block;
      margin-left: 10px; }
    @media screen and (max-width: 810px) {
      .stadium .mainvisual .sns {
        top: inherit;
        right: 10px;
        bottom: 5px; }
        .stadium .mainvisual .sns li {
          margin: 0 5px; }
          .stadium .mainvisual .sns li img {
            width: 30px; } }

.stadium .with_border img {
  height: 22px; }

.stadium .stadium-nav {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 810px) {
    .stadium .stadium-nav {
      margin-bottom: 10px; } }
  .stadium .stadium-nav li {
    display: inline-block;
    width: 50%;
    margin-bottom: 8px; }
    .stadium .stadium-nav li a {
      border: 4px solid #000;
      display: block;
      margin: 0 4px;
      text-align: center;
      padding: 20px 0; }
      .stadium .stadium-nav li a img {
        display: block;
        height: 16px;
        margin: 0 auto; }
    @media screen and (max-width: 810px) {
      .stadium .stadium-nav li {
        margin-top: 4px;
        margin-bottom: 0; }
        .stadium .stadium-nav li:nth-child(odd) a {
          margin-right: 2px; }
        .stadium .stadium-nav li:nth-child(even) a {
          margin-left: 2px; }
        .stadium .stadium-nav li a {
          padding: 10px 0;
          border-width: 2px;
          margin: 0; }
          .stadium .stadium-nav li a img {
            height: 8px; } }
  .stadium .stadium-nav.page li {
    width: 25%; }
    @media screen and (max-width: 810px) {
      .stadium .stadium-nav.page li {
        width: 50%; } }

.stadium .notice {
  background-color: #fce7ec;
  padding: 10px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em; }

.stadium .caution2 {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: -2em;
  margin-left: 2em; }

.stadium .caution3 {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: -3em;
  margin-left: 3em; }

.stadium .txt_large {
  font-size: 1.125em;
  font-weight: bold; }

.stadium .bx_news {
  background-color: #e6e6e6;
  padding: 20px 20px 20px 80px;
  margin-bottom: 30px; }
  @media screen and (max-width: 810px) {
    .stadium .bx_news {
      padding-left: 20px; } }

.stadium .bl_deals {
  position: relative;
  margin-top: 30px;
  font-size: 1.125em;
  font-weight: bold; }

/************ローカル CSS で上書き ********************/

  @media screen and (min-width: 811px) {
    .stadium .bl_deals:before {
      content: url(../img/common/bl_deals.svg);
      width: 92px;
      position: absolute;
      z-index: 11;
      top: -30px;
      left: -50px; } }
  @media screen and (max-width: 810px) {
    .stadium .bl_deals {
      margin-left: 20px; }
      .stadium .bl_deals:before {
        content: '';
        display: block;
        width: 46px;
        height: 40px;
        background: url(../img/common/bl_deals.svg) no-repeat 0 0;
        background-size: contain;
        width: 46px;
        position: absolute;
        top: -15px;
        left: -25px; } }

/********************************/

.stadium .bl_recommended {
  position: relative;
  margin-top: 30px;
  font-size: 1.125em;
  font-weight: bold; }

/*** ローカルのCSSで上書きしてみる**********/
  @media screen and (min-width: 811px) {
    .stadium .bl_recommended a {
      position: relative;
      z-index: 10; }
    .stadium .bl_recommended:before {
      content: url("../img/common/bl_recommended.svg");
      width: 92px;
      position: absolute;
      z-index: 11;
      top: -30px;
      left: -50px; } }
  @media screen and (max-width: 810px) {
    .stadium .bl_recommended:before {
      content: '';
      display: block;
      width: 46px;
      height: 40px;
      background: url(../img/common/bl_recommended.svg) no-repeat 0 0;
      background-size: contain;
      width: 46px;
      position: absolute;
      top: -15px;
      left: -5px; } }
/*****************/

.stadium .tb_price {
  width: 100%; }
  .stadium .tb_price th, .stadium .tb_price td {
    text-align: center; }
  .stadium .tb_price .day2 {
    color: #0b2df9; }
  .stadium .tb_price .day3 {
    color: #f70b0b; }

.stadium .tb_category {
  width: 100%; }
  .stadium .tb_category th, .stadium .tb_category td {
    text-align: center; }

.stadium .tb_rule {
  width: 100%; }

/*  .stadium .tb_rule th, .stadium .tb_rule td {
    text-align: center; }
*/

/************************************************/
/* 枠線なしテーブルの定義	2017/11/29 


枠線は table, th, td に付きますので、それぞれborderを消してやる必要があります。
ですので、１）の構造の場合、
HTMLコード
-------------------
            <table class="no_border">
              <tbody>
                <tr>
                  <td>&nbsp;</td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>&nbsp;</td>
                </tr>
              </tbody>
            </table>
--------------------

CSSコード
--------------
**/

.no_border {
    border: none;
}

.no_border td {
    border: none;
}
/*----------------*/



/************************************************/


  .stadium .tb_rule th {
    text-align: center; }
  .stadium .tb_rule td {
    text-align: left; }

.stadium .bx_payee {
  background-color: #fce7ec;
  padding: 20px;
  margin-top: 1em;
  margin-bottom: 1em; }
  .stadium .bx_payee dl {
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2em; }
    .stadium .bx_payee dl dt {
      clear: left;
      float: left;
      width: 5em; }
    .stadium .bx_payee dl dd {
      float: left; }
  .stadium .bx_payee p {
    font-weight: normal; }

.bx_tournament_schedule {
  border: 1px solid #000;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  max-height: 600px; }
  .bx_tournament_schedule iframe {
    /*
    position: absolute;
    top: 0;
    left: 0;
*/
    width: 100%;
    height: 530px; }

.bx_button > .btn_center {
  padding: 40px 0 20px;
  display: none; }

.bx_calendar {
  border: 1px solid #000;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  position: relative; }
  .bx_calendar .bx_api {
    width: 830px; }
    @media screen and (max-width: 375px) {
      .bx_calendar .bx_api {
        height: 300px; } }
  .bx_calendar iframe {
    width: 100%;
    height: 290px;
    z-index: 1; }
  .bx_calendar .js-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 295px;
    z-index: 2;
    background-color: #fff;
    opacity: .8; }
  .bx_calendar.bx_entry_btn .bx_api {
    padding-top: 20px;
    width: 100%; }
  .bx_calendar.bx_entry_btn.novisit .bx_api {
    opacity: 0; }
  .bx_calendar.bx_tournament_schedule iframe {
    height: 527px; }
  .bx_calendar.bx_tournament_schedule .js-cover {
    height: 532px; }
  .bx_calendar .cal_before_msg {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    text-align: center; }
    .bx_calendar .cal_before_msg strong {
      cursor: pointer;
      text-decoration: underline; }
      .bx_calendar .cal_before_msg strong:hover {
        text-decoration: none; }
  .bx_calendar .js-attention {
    display: none;
    padding: 20px;
    background-color: #fff; }
    .bx_calendar .js-attention .btn_consent {
      background-color: #f00082;
      color: #fff;
      border: 4px solid #f00082;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      width: 12em;
      padding: 10px;
      margin: 20px auto;
      cursor: pointer; }
      .bx_calendar .js-attention .btn_consent:hover {
        color: #f00082;
        background-color: #fff; }
    .bx_calendar .js-attention h2 {
      font-size: 22px;
      margin: 1em 0 .5em; }
    .bx_calendar .js-attention ul {
      margin-left: 20px; }
      .bx_calendar .js-attention ul li {
        list-style-type: disc; }
        .bx_calendar .js-attention ul li + li {
          margin-top: .5em; }

.banners {
  text-align: center;
  margin: 50px 0; }
  @media screen and (max-width: 810px) {
    .banners {
      margin-bottom: 20px; } }
  .banners .float li {
    display: inline-block; }

@media screen and (min-width: 811px) {
  .btn_pagetop {
    position: fixed;
    right: 30px;
    bottom: 0; }
    .btn_pagetop a {
      display: block;
      width: 40px;
      height: 30px;
      background: #E60039 url(/assets/img/common/icn_arrow_up.png) no-repeat center center; }
    .btn_pagetop img {
      display: none; } }

@media screen and (max-width: 810px) {
  .btn_pagetop {
    padding-bottom: 20px;
    text-align: center; } }

/**********************************/

/*#privacys #privacy dd + dt {
  margin-top: 1em; }

ここのIDを変更 #privacy ⇒ #group
*/

#group #privacy dd + dt {
  margin-top: 1em; }

#group .linklist + .linklist {
  margin-top: 1em; }
/***********************************/
/** privacys .linklist2{ ***/
 .linklist2{
  margin-top: 1em; 
  margin-left: 10em;}
/**********************************/



#sitemap .col {
width: 50%;
display: inline-block;
vertical-align: top; }

#sitemap .col ul + ul {
margin-top: 1em; }

#sitemap .col li {
text-indent: 1em; }

#sitemap .col li.mark {
text-indent: 0; }

#sitemap .col li.mark a:before {
content: '■'; }

.entry-flow {
  background-color: #fce7ec;
  padding: 20px; }
  .entry-flow h4 {
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 20px;
    margin-bottom: 1em; }
  .entry-flow ol > li {
    margin-bottom: 1em; }

/*    .entry-flow ol > li + li:before {
      content: '▼'; }
20180626 ▼を非表示にするために、コメント化

*/	  
    .entry-flow ol > li > p {
      font-size: 16px;
/*      font-size: 20px;  16pxに変更   */
      font-weight: bold; }
  .entry-flow ol.nosub > li {
    margin-bottom: 0; }
    .entry-flow ol.nosub > li p {
      margin-bottom: 0; }
  .entry-flow dt {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 810px) {
      .entry-flow dt {
        font-size: 16px; } }
  .entry-flow dd {
    margin-left: 2em;
    font-size: 14px; }
