@charset "UTF-8";
/**@file
 * club.css コンテンツスタイル定義
 * Copyright (C)2017 FUBIC CO., LTD.
 *
 * @author   Tomoaki Tsuchiya<t-tsuchiya@fubic.com>
 */
 .acMenu img {
    width: 100%; }

.acMenu p {
	padding: 10px; }

.acMenu dt {
  border-top: 1px solid #d7d7d7; }

.acMenu dd {
  margin-bottom: 30px; }
  .acMenu dd.overview p {
    margin-bottom: 20px; }
    .acMenu dd.overview p span {
      font-weight: 600; }
  .acMenu dd.overview ul li {
    font-weight: 300;
    font-size: 16px;
    line-height:25px;}
    .acMenu dd.overview ul li:nth-child(odd) {
      width: 130px;
      float:left;
      clear:both; }
  .acMenu dd img {
    margin-bottom: 20px;
    width: 100%; }
  .acMenu dd .googlemap {
    margin-bottom: 20px; }
  .acMenu dd .practice {
    width: 100%; }
    .acMenu dd .practice th {
      padding: 10px;
      font-size: 12px;
      background: #d7d7d7; }
    .acMenu dd .practice td {
      padding: 10px;
      font-size: 12px;
      border-bottom: 1px solid #d7d7d7; }
      .acMenu dd .practice td .green {
        color: #278e42; }
  .acMenu dd .info {
    padding: 10px;
    font-size: 10px; }
    .acMenu dd h3.player {
      background: #278e42; }
  .acMenu dd.topsponsor .row {
    margin-bottom: 20px; }
    .acMenu dd.topsponsor .row:last-child {
      margin-bottom: 0; }
  .acMenu dd.fivestar ul {
    display: flex;
    flex-wrap: wrap; }
    .acMenu dd.fivestar ul li {
      margin-bottom: 10px;
      width: 50%;
      font-size: 10px; }
  .acMenu dd .name {
    text-align: right; }
    .acMenu dd .name img {
      width: 50%; }

/**
main section.white {
  padding: 1px 15px;
  margin-bottom: 0;
  margin-top: 0;
  background: #fff; }
  main section.white.single {
    padding: 30px 15px; }
  main section.white.top {
    padding: 30px 15px 1px 15px; }
*/

.tops {
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(100% - 8px);
    margin: 0 4px 20px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;
}
.training {
    height:130px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(50% - 8px);
    margin: 0 4px 10px;
    padding-top: 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;
}
.banner {
    padding:0;
    margin:0;
    display: flex;
    align-items: center;
    height: 70px;

    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(50% - 8px);
    margin: 30px 4px 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;}
.fivestar {
	height: 50px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(50% - 8px);
    margin: 0 4px 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;}
  .sponsor .fivestar p {
    text-align: left;
    font-size: 11px;
    padding-top: 8px; }
.sponsor h4 {
  width: 100%;
  /*font-family: "Mplus 1p","M+ 1p regular";*/
  font-weight: 600;
  font-size: 14px;
  padding:10px 0;
  text-align: center; }

.sponsor a img {
  margin: 0 0 5px 0; }
  
.sponsor p {
  width: 100%;
  /*font-family: "Mplus 1p","M+ 1p regular";*/
  font-weight: 300;
  font-size: 12px;
  padding: 0;
  text-align: center;} 

.sponsor .topsspace {
	height: 45px; }
	
.sponsor .space {
	height: 35px; }

/*pc*/
@media (min-width: 768px) {
  .acMenu dt, .noacMenu dt {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 886px;
    text-align: left;
    background: none;
    background-size: 10px;
    cursor: pointer;
    transition: all 300ms 0s ease;
    border-top: none;
    border-bottom: 1px solid #d7d7d7;
    pointer-events: none; }
    .acMenu dt.active {
      max-width: 886px;
      background: none;
      background-size: 10px; }
    .acMenu dt span {
      font-size: 10px;
      margin-left: 10px; }
  .acMenu dd, .noacMenu dd {
    margin-bottom: 30px;
    display: block;
    max-width: 886px;
    margin-top: 40px; }
    .acMenu dd.overview p {
      padding: 5px 20px; }
      .acMenu dd.overview p span {
        font-weight: 600; }
    .acMenu dd img {
      width: 100%; }
    .acMenu dd .logo {
      display: flex;
      margin-top: 40px;
      margin-bottom: 80px; }
      .acMenu dd .logo .left {
        width: 50%;
        margin: 0 20px; }
      .acMenu dd .logo .right {
        width: 50%;
        margin: 0 20px; }
    .acMenu dd .googlemap {
      margin-bottom: 20px; }
    .acMenu dd .practice {
      width: 100%; }
      .acMenu dd .practice th {
        padding: 10px;
        font-size: 12px;
        background: #d7d7d7; }
      .acMenu dd .practice td {
        padding: 10px;
        font-size: 12px;
        border-bottom: 1px solid #d7d7d7; }
        .acMenu dd .practice td .green {
          color: #278e42; }
    .acMenu dd .info {
      padding: 10px;
      font-size: 10px; }
      .acMenu dd h3.player {
        background: #278e42; }
    .acMenu dd.topsponsor .row {
      margin-bottom: 0;
      margin-top: 10px; }
      .acMenu dd.topsponsor .row:last-child {
        margin-bottom: 0; }
    .acMenu dd.fivestar ul {
      display: flex;
      flex-wrap: wrap; }
      .acMenu dd.fivestar ul li {
        margin-bottom: 10px;
        width: 33%;
        font-size: 16px; }
        .acMenu dd.fivestar ul li a {
          color: #000;
          text-decoration: underline; }
    .acMenu dd .name {
      text-align: right; }
      .acMenu dd .name img {
        width: 30%; }
/**
  main section.white {
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    background: #fff; }
*/
  .sponsor {
    margin: 40px 0 60px 0; }

.tops {
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(33% - 8px);
    margin: 0 4px 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;}
.training {
    height:130px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(24% - 8px);
    margin: 0 4px 10px 0;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;}
.banner {
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(24% - 8px);
    margin: 0 4px 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;}
.fivestar {
    height: 50px;
    font-size: 7px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: calc(24% - 8px);
    margin: 0 4px 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease;}
  .sponsor .fivestar p {
    font-size: 11px;
    padding-top: 5px; }
  .sponsor h4 {
    font-size: 11px; }
  .sponsor p {
    font-size: 12px; } 
}
  .sponsor .training p {
    font-size: 11px;
    font-weight: 500;} 
  .sponsor .banner p {
    font-size: 11px;
    font-weight: 400;} 
}
.outer{

  text-align: center;
}

/*@media (min-width: 768px)*/
/*タブレット*/
@media (max-width: 1020px) and (min-width: 768px) {
  .acMenu dt {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 886px;
    font-family: "Mplus 1p","M+ 1p regular";
    color: #278e42;
    text-align: left;
    background: none;
    background-size: 10px;
    cursor: pointer;
    transition: all 300ms 0s ease;
    border-top: none;
    border-bottom: 1px solid #d7d7d7;
    pointer-events: none; }
    .acMenu dt.active {
      max-width: 886px;
      background: none;
      background-size: 10px; }
    .acMenu dt span {
      font-size: 10px;
      margin-left: 10px; }
  .acMenu dd {
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
    line-height: 38px;
    max-width: 886px;
    margin-top: 40px;
    padding: 0; }
    .acMenu dd.overview h3 {
      padding: 15px;
      margin-bottom: 30px;
      margin-top: 50px;
      color: #fff;
      font-size: 16px;
      font-weight: 100;
      background: #535353;
      text-align: left; }
    .acMenu dd.overview p {
      font-size: 16px;
      padding: 5px; }
      .acMenu dd.overview p span {
        font-weight: 600; }
    .acMenu dd img {
      width: 100%; }
    .acMenu dd .pr_img {
      width: 573px;
      margin: 48px auto;
      display: block; }
    .acMenu dd .logo {
      display: flex;
      margin-top: 40px;
      margin-bottom: 80px; }
      .acMenu dd .logo .left {
        width: 50%;
        margin: 0 20px; }
      .acMenu dd .logo .right {
        width: 50%;
        margin: 0 20px; }
    .acMenu dd .googlemap {
      margin-bottom: 20px; }
    .acMenu dd .practice {
      width: 100%; }
      .acMenu dd .practice th {
        padding: 10px;
        font-size: 12px;
        background: #d7d7d7; }
      .acMenu dd .practice td {
        padding: 10px;
        font-size: 12px;
        border-bottom: 1px solid #d7d7d7; }
        .acMenu dd .practice td .green {
          color: #278e42; }
    .acMenu dd .info {
      padding: 10px;
      font-size: 10px; }
    .acMenu dd h3 {
      padding: 10px;
      margin-bottom: 10px;
      color: #fff;
      font-size: 12px;
      background: #535353;
      clear: both; }
      .acMenu dd h3.player {
        background: #278e42; }
    .acMenu dd.topsponsor .row {
      margin-bottom: 0;
      margin-top: 10px; }
      .acMenu dd.topsponsor .row:last-child {
        margin-bottom: 0; }
    .acMenu dd.fivestar ul {
      display: flex;
      flex-wrap: wrap; }
      .acMenu dd.fivestar ul li {
        margin-bottom: 10px;
        width: 33%;
        font-size: 16px; }
        .acMenu dd.fivestar ul li a {
          color: #000;
          text-decoration: underline; }
    .acMenu dd .name {
      text-align: right; }
      .acMenu dd .name img {
        width: 30%; }
/*
  main section.white {
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    background: #fff; }
*/
    .sponsor {
    overflow: hidden;
    margin: 40px 0 60px 0; }
  .tops {
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px 1px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    width: 50%;
    width: calc(50% - 8px);
    margin: 0 4px 10px;
    font-size: 0.86rem;
    transition: all 0.5s 0s ease; }
}