@charset "UTF-8";
/*------------------------------------------- セレクトボックス*/
#select-box {
  margin-bottom: 45px; }
  #select-box .pull-down {
    width: 100%;
    font-size: 107.69231%; }
    @media screen and (max-width: 767px) {
      #select-box .pull-down {
        font-size: 16px; } }
  #select-box .minict_wrapper {
    float: left;
    width: 244px;
    margin-right: 5px;
    background: #FFF; }
    #select-box .minict_wrapper input {
      font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
      font-size: 107.69231%;
      color: #333;
      padding: 5px 10px;
      margin-top: 2px; }
      @media screen and (max-width: 767px) {
        #select-box .minict_wrapper input {
          font-size: 16px; } }
    #select-box .minict_wrapper span:empty:before {
      color: #333; }
    #select-box .minict_wrapper ul li {
      font-size: 107.69231%;
      height: auto;
      padding: 5px; }
      @media screen and (max-width: 767px) {
        #select-box .minict_wrapper ul li {
          font-size: 16px; } }
    #select-box .minict_wrapper ul li:hover {
      background: #edf3e5;
      color: #4f8e00; }
    #select-box .minict_wrapper ul .selected {
      font-weight: bold;
      color: #4f8e00;
      background: #edf3e5; }
  #select-box .bubble:after {
    content: '';
    top: 13px;
    right: 15px;
    height: 7px;
    width: 11px;
    background: url(/common/css/img/sprites_icon.png) 0 -400px;
    border-left: none !important; }
  #select-box .active:after {
    background: url(/common/css/img/sprites_icon.png) 0 -500px; }
  #select-box #btn-search {
    float: left; }
    #select-box #btn-search input {
      cursor: pointer;
      font-size: 107.69231%;
      color: #FFF;
      background: #4f8e00;
      border-radius: 3px;
      display: inline-block;
      padding: 5px 30px 5px;
      text-align: center;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #4f8e00;
      height: 2.2rem; }
      @media screen and (max-width: 767px) {
        #select-box #btn-search input {
          font-size: 16px; } }

#related-link a {
  width: 608px; }

#event-cate #related-link a {
  width: 848px; }

/*------------------------------------------- ニュース一覧*/
.news dt {
  clear: left;
  float: left;
  margin-bottom: 15px;
  width: 180px;
  font-family: sans-serif;
  position: relative; }
  .news dt span {
    position: absolute;
    top: 4px;
    right: 25px;
    color: #FFF;
    background-color: #003333;
    width: 80px;
    text-align: center;
    font-size: 76.92308%;
    border-radius: 3px;
    line-height: 1;
    padding: 3px 0; }
    @media screen and (max-width: 767px) {
      .news dt span {
        font-size: 12px; } }

.news dd {
  margin-bottom: 15px;
  margin-left: 180px; }
  .news dd img {
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin-left: 5px; }

/*------------------------------------------- リクルート一覧*/
.recruit dt {
  clear: left;
  float: left;
  margin-bottom: 15px;
  width: 75px;
  font-family: 'Oswald', sans-serif;
  position: relative; }

.recruit dd {
  margin-bottom: 15px;
  margin-left: 75px; }
  .recruit dd img {
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin-left: 5px; }

/*------------------------------------------- クラブ一覧*/
#about-club {
  border-top: 1px solid #f2f2f2;
  padding: 8px 0; }
  #about-club ul li {
    float: right;
    margin-left: 5px;
    color: #FFF;
    text-align: center;
    font-size: 76.92308%;
    border-radius: 3px;
    line-height: 1;
    padding: 2px 5px 2px; }
    @media screen and (max-width: 767px) {
      #about-club ul li {
        font-size: 12px; } }
    #about-club ul li:nth-child(1) {
      background: #FF8126; }
    #about-club ul li:nth-child(2) {
      background: #00a29a; }
    #about-club ul li:nth-child(3) {
      background: #036eb8; }

.club {
  border-top: 3px solid #f2f2f2;
  padding: 25px 0 22px;
  letter-spacing: -.40em; }
  .club .photo {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 140px; }
  .club:last-of-type {
    border-bottom: 3px solid #f2f2f2; }

.club-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 540px;
  padding-left: 20px;
  vertical-align: top; }
  .club-box span {
    color: #FFF;
    text-align: center;
    font-size: 92.30769%;
    border-radius: 3px;
    line-height: 1;
    padding: 3px 8px 2px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
    @media screen and (max-width: 767px) {
      .club-box span {
        font-size: 14px; } }
  .club-box .t1 {
    background: #036eb8; }
  .club-box .t2 {
    background: #00a29a; }
  .club-box .t3 {
    background: #FF8126; }
  .club-box .t0 {
    background: #fff;
    color: #333;
    padding: 3px 7px 2px;
    border: 1px solid #E4E4E4; }
  .club-box p {
    color: #666; }
  .club-box .club-ttl {
    margin: 5px 0 5px;
    font-size: 123.07692%;
    line-height: 1.7 !important; }
    @media screen and (max-width: 767px) {
      .club-box .club-ttl {
        font-size: 18px; } }
    .club-box .club-ttl strong {
      font-family: 'Oswald', sans-serif;
      margin-right: 20px; }

/*ページャー*/
ul.pagerC {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -.40em; }
  ul.pagerC li {
    font-size: 123.07692%;
    margin-right: 8px;
    margin-left: 8px;
    display: inline;
    letter-spacing: normal; }
    @media screen and (max-width: 767px) {
      ul.pagerC li {
        font-size: 14px; } }
    ul.pagerC li strong {
      font-weight: bold;
      display: -moz-inline-box;
      display: inline-block;
      letter-spacing: normal; }
    ul.pagerC li a {
      font-weight: normal;
      display: -moz-inline-box;
      display: inline-block; }
  ul.pagerC .prev {
    margin-right: 20px; }
    ul.pagerC .prev a {
      vertical-align: middle;
      border-radius: 3px;
      border: 1px solid #e6e6e6;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      zoom: 1;
      height: 30px;
      width: 30px;
      background: url(/common/css/img/sprites_icon.png) #f2f2f2 11px -291px; }
  ul.pagerC .next {
    margin-left: 20px; }
    ul.pagerC .next a {
      vertical-align: middle;
      border-radius: 3px;
      border: 1px solid #e6e6e6;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      zoom: 1;
      height: 30px;
      width: 30px;
      background: url(/common/css/img/sprites_icon.png) #f2f2f2 11px 9px; }

/*------------------------------------------- イベント一覧*/
body#event-cate #contents {
  width: 100%; }
  body#event-cate #contents #main {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *position: relative;
    *zoom: 1;
    width: 940px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      body#event-cate #contents #main {
        width: 100%; } }

#event {
  margin-top: -60px;
  border-top: 1px solid #f2f2f2;
  background: url(img/bg_event.gif);
  padding: 0 15px; }
  #event ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *position: relative;
    *zoom: 1;
    width: 940px;
    margin: 40px auto 0;
    padding-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #event ul {
        width: 100%; } }
    #event ul li {
      background-color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dcdcdc;
      position: relative;
      top: 0;
      left: 0;
      width: 220px;
      margin: 0 20px 30px 0; }
      #event ul li:nth-child(4n) {
        margin-right: 0; }
      #event ul li .balloon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100; }
      #event ul li .photo {
        background: #F2F2F2;
        height: 147px;
        overflow: hidden; }
        #event ul li .photo div {
          width: 220px; }
      #event ul li.boxTargetHover a {
        color: #4f8e00; }

.event-box {
  background: #FFF; }
  .event-box p {
    line-height: 1.7 !important;
    color: #666; }
  .event-box a {
    text-decoration: none; }
  .event-box .event-box-inner {
    padding: 14px; }
  .event-box .event-cate {
    color: #4f8e00;
    text-align: center;
    border-radius: 3px;
    line-height: 1 !important;
    padding: 3px 0 2px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 100%; }
    @media screen and (max-width: 767px) {
      .event-box .event-cate {
        font-size: 15px; } }
  .event-box .event-date {
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 130.76923%; }
    @media screen and (max-width: 767px) {
      .event-box .event-date {
        font-size: 12px; } }
  .event-box .event-ttl {
    font-weight: bold;
    line-height: 1.5 !important;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 7px;
    text-align: center;
    font-size: 138.46154%; }
    @media screen and (max-width: 767px) {
      .event-box .event-ttl {
        font-size: 14px; } }
    .event-box .event-ttl:before {
      background-color: #4f8e00;
      content: '';
      display: block;
      height: 2px;
      width: 72px;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .event-box .event-txt {
    border-top: 1px solid #dcdcdc;
    color: #a6a3a3;
    padding: 14px; }

/*------------------------------------------- 下層*/
#detail-box #pagettl {
  font-size: 184.61538%;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    #detail-box #pagettl {
      font-size: 26px; } }

#detail-box .club-box {
  width: auto;
  padding-left: 0; }
  #detail-box .club-box .club-ttl {
    font-size: 184.61538%; }
    #detail-box .club-box .club-ttl strong {
      font-size: 76.92308%; }
      @media screen and (max-width: 767px) {
        #detail-box .club-box .club-ttl strong {
          font-size: 12px; } }
    @media screen and (max-width: 767px) {
      #detail-box .club-box .club-ttl {
        font-size: 26px; } }

#detail-box .event-box {
  border: none;
  padding: 0;
  background: none; }

#detail-box #detail-body {
  line-height: 2;
  margin-bottom: 30px; }
  #detail-box #detail-body a {
    color: #4f8e00; }

#detail-box ul.photo {
  margin-bottom: 30px;
  text-align: center; }
  #detail-box ul.photo li {
    width: 220px;
    margin-right: 20px;
    font-size: 100%; }
    #detail-box ul.photo li:last-child {
      margin-right: 0; }
    #detail-box ul.photo li div {
      width: 220px;
      height: 220px;
      display: table-cell;
      vertical-align: middle;
      background: #fff;
      text-align: center;
      overflow: hidden; }
      #detail-box ul.photo li div img {
        max-width: 220px;
        max-height: 220px; }
    #detail-box ul.photo li p {
      background: url(/common/css/img/sprites_icon.png) no-repeat 60px -787px;
      text-align: center;
      padding-top: 10px;
      margin-bottom: 0; }

#detail-box p.photo {
  text-align: center; }

#detail-box .button-box {
  margin: 40px 0;
  padding-top: 10px; }
  #detail-box .button-box p {
    color: #333;
    margin: 10px 0 0 20px;
    font-weight: bold;
    font-size: 123.07692%; }
    @media screen and (max-width: 767px) {
      #detail-box .button-box p {
        font-size: 16px; } }

#detail-box #list {
  margin-top: 40px;
  text-align: center; }
  #detail-box #list a {
    width: 380px;
    /*padding:8px 25px 6px 25px;*/ }

#event-cate #detail-box ul.photo li {
  width: 300px; }
  #event-cate #detail-box ul.photo li:last-child {
    margin-right: 0; }
  #event-cate #detail-box ul.photo li div {
    width: 300px;
    height: 300px;
    overflow: hidden; }
    #event-cate #detail-box ul.photo li div img {
      max-width: 300px;
      max-height: 300px; }
  #event-cate #detail-box ul.photo li p {
    background: url(/common/css/img/sprites_icon.png) no-repeat 100px -787px; }

.sns-box {
  margin-bottom: 15px; }
  .sns-box li {
    line-height: 1 !important;
    margin-right: 15px; }
    .sns-box li:nth-of-type(2) {
      width: 90px !important;
      overflow: hidden; }
    .sns-box li:last-child {
      margin-right: 0; }

.other-list .text-title {
  font-size: 107.69231%;
  background-color: #edf3e5;
  margin-top: 20px;
  padding: 10px 15px 8px; }
  @media screen and (max-width: 767px) {
    .other-list .text-title {
      font-size: 16px; } }

.other-list .news {
  margin-top: 20px; }
  .other-list .news dt {
    clear: left;
    float: left;
    margin-bottom: 10px;
    width: 100px;
    font-family: sans-serif;
    position: relative; }
  .other-list .news dd {
    margin-bottom: 10px;
    margin-left: 100px; }
    .other-list .news dd img {
      width: 16px;
      height: 18px;
      vertical-align: middle;
      margin-left: 5px; }

/*-------------------------------------------------------------------------------------- スマホ*/
@media screen and (max-width: 767px) {
  #select-box #btn-search {
    float: none;
    margin-left: 0;
    margin-top: 5px !important; }
    #select-box #btn-search input {
      width: 100%; }
  dl.news dt {
    float: none;
    margin-bottom: 10px; }
    dl.news dt span {
      top: 3px;
      width: 94px;
      padding: 1px 0 3px;
      right: 15px; }
  dl.news dd {
    padding-bottom: 15px;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5; }
    dl.news dd a {
      text-decoration: none; }
    dl.news dd:last-child {
      border-bottom: none; }
  dl.recruit dt {
    float: none;
    margin-bottom: 10px; }
  dl.recruit dd {
    padding-bottom: 15px;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5; }
    dl.recruit dd a {
      text-decoration: none; }
    dl.recruit dd:last-child {
      border-bottom: none; }
  /*------------------------------------------- クラブ一覧*/
  .club .photo {
    width: 30%; }
  .club .club-box {
    width: 70%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *position: relative;
    *zoom: 1; }
    .club .club-box .t0 {
      float: none; }
  .club:last-of-type {
    border-bottom: 3px solid #f2f2f2; }
  /*ページャー*/
  ul.pagerC .prev {
    margin-right: 10px; }
    ul.pagerC .prev a {
      background: url(/common/css/img/sp/sprites_icon.png) #f2f2f2 10px -143px;
      background-size: 50px auto; }
  ul.pagerC .next {
    margin-left: 10px; }
    ul.pagerC .next a {
      background: url(/common/css/img/sp/sprites_icon.png) #f2f2f2 10px 7px;
      background-size: 50px auto; }
  /*------------------------------------------- イベント一覧*/
  body#event #main {
    width: 100%; }
  #event {
    border-top: 1px solid #f2f2f2;
    background: url(img/bg_event.gif); }
    #event ul {
      padding-bottom: 20px; }
      #event ul li {
        background-color: #fff;
        margin-right: 3.4482759%;
        width: 48.275862%; }
        #event ul li:nth-child(2n) {
          margin-right: 0; }
        #event ul li .photo {
          height: auto; }
          #event ul li .photo div {
            width: 100%; }
        #event ul li .balloon img {
          width: 42px;
          height: 46px; }
        #event ul li .event-box .event-box-inner {
          -webkit-box-sizing: content-box;
          box-sizing: content-box; }
        #event ul li .event-box .event-date {
          line-height: 2; }
        #event ul li .event-box .event-ttl {
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          font-size: 92.30769%; } }
        @media screen and (max-width: 767px) and (max-width: 767px) {
          #event ul li .event-box .event-ttl {
            font-size: 14px; } }

@media screen and (max-width: 767px) {
        #event ul li .event-box .event-txt {
          -webkit-box-sizing: content-box;
          box-sizing: content-box; }
        #event ul li .event-box p {
          font-size: 76.92308%; } }
        @media screen and (max-width: 767px) and (max-width: 767px) {
          #event ul li .event-box p {
            font-size: 12px; } }

@media screen and (max-width: 767px) {
  /*------------------------------------------- 下層*/
  #detail-box #pagettl {
    margin-top: 5px;
    font-size: 184.61538%; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    #detail-box #pagettl {
      font-size: 26px; } }

@media screen and (max-width: 767px) {
  #detail-box ul.photo {
    width: 100%;
    margin-bottom: 0;
    letter-spacing: normal; }
    #detail-box ul.photo li {
      display: block;
      width: 100% !important;
      margin-right: 0;
      font-size: 100%;
      margin-bottom: 30px; }
      #detail-box ul.photo li div {
        display: block;
        width: 100% !important;
        height: auto !important;
        text-align: center;
        background: #fff; }
        #detail-box ul.photo li div img {
          max-width: 100%; }
      #detail-box ul.photo li p {
        display: none; }
  #detail-box .button-box {
    margin-top: 40px;
    padding-top: 10px; }
    #detail-box .button-box p {
      margin-left: 0px;
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 123.07692%; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      #detail-box .button-box p {
        font-size: 16px; } }

@media screen and (max-width: 767px) {
  #detail-box #list {
    margin-top: 40px;
    text-align: center; }
    #detail-box #list a {
      width: 380px;
      /*padding:8px 25px 6px 25px;*/ }
  #detail-box img {
    height: auto !important; }
  .sns-box li {
    line-height: 1 !important;
    margin-right: 10px; } }
