@charset "utf-8";
/* ---- PC styles ---- */
/* Sub nav */
ul#subnav {
  width: 960px;
  margin: 40px auto 30px auto;
  overflow: hidden;
}
ul#subnav li {
  width: 480px;
  height: 110px;
}
ul#subnav li:first-of-type {
  float: left;
}
ul#subnav li:last-of-type {
  float: right;
}

/* SP */
@media screen and (max-width: 956px) {
  ul#subnav {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px auto;
    overflow: inherit;
  }
  ul#subnav li {
    width: 100%;
    height: auto;
  }
  ul#subnav li:first-of-type {
    float: none;
  }
  ul#subnav li:last-of-type {
    float: none;
  }
}
/* coaches */
p.intro {
  text-align: center;
  margin-bottom: 30px;
}
.attention{
  color: #ff0000;
  margin: 20px auto;
  text-align: center;
	font-size: 18px;
}
.box {
  background: url("../common/images/bg_lines.png");
  padding: 20px;
  margin-bottom: 30px;
}
.box .box_content {
  background: #fff;
  padding: 20px;
}
.box .box_content dl {
  display: table;
  margin-bottom: 20px;
}
.box .box_content dl dt {
  display: table-cell;
  width: 320px;
  padding-right: 20px;
}
.box .box_content dl dd {
  display: table-cell;
  width: 535px;
  padding-left: 5px;
  vertical-align: top;
  background: url("../common/images/bg_lines.png") 0 217px repeat-x;
  position: relative;
  font-size: 1.3rem;
}
.box .box_content dl dd small {
  color: #666666;
  display: block;
  padding: 5px 0 30px 0;
}
.box .box_content dl dd strong {
  display: block;
  font-size: 2.4rem;
  color: #029ed1;
  line-height: 1;
  margin-bottom: 10px;
}
.box .box_content dl dd strong span {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  background: #029ed1;
  margin-right: 10px;
  padding: 5px 7px;
  vertical-align: top;
}
.box .box_content dl dd em {
  color: #029ed1;
  font-style: normal;
}
.box .box_content dl dd ul {
  position: absolute;
  width: 97%;
  bottom: 15px;
}
.box .box_content dl dd ul li {
  display: inline-block;
  width: 50%;
  float: left;
}
.box .box_content dl dd ul li:nth-of-type(2) {
  text-align: right;
}
.box .box_content dl dd ul li a {
  display: inline-block;
  background: url("../common/images/arrow_link.png") 100% 50% no-repeat;
  padding-right: 20px;
  text-decoration: none;
  color: #000;
}
.box .box_content dl dd ul li a:hover {
  color: #029ed1;
}

#coaches .item_list {
  overflow: hidden;
  margin-bottom: 40px;
}
#coaches .item_list dl {
  display: block;
  float: left;
  width: 225px;
  background: #f6f6f6;
  margin-right: 20px;
}
#coaches .item_list dl dt {
  height: 210px;
  box-sizing: border-box;
  padding: 1px;
}
#coaches .item_list dl dd {
  height: 160px;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
}
#coaches .item_list dl dd h5 {
  font-size: 1.4rem;
  padding: 0 10px;
}
#coaches .item_list dl dd p {
  padding: 0 10px;
}
#coaches .item_list dl dd a {
  position: absolute;
  height: 36px;
  bottom: 0;
}
#coaches .item_list dl:last-of-type {
  margin-right: 0;
}

/* SP coaches */
@media screen and (max-width: 956px) {
  #coaches .wrapper {
    padding: 0;
  }

  p.intro {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .box .box_content {
    padding: 10px;
  }
  .box .box_content dl {
    display: block;
  }
  .box .box_content dl dt {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .box .box_content dl dd {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
    background: none;
  }
  .box .box_content dl dd small {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .box .box_content dl dd strong {
    display: block;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .box .box_content dl dd strong span {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    background: #029ed1;
    margin-right: 10px;
    padding: 5px 7px;
    vertical-align: top;
  }
  .box .box_content dl dd em {
    text-align: center;
    display: block;
  }
  .box .box_content dl dd ul {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    padding: 10px 0;
  }
  .box .box_content dl dd ul li {
    display: block;
    padding: 5px 0;
    width: 100%;
    float: none;
  }
  .box .box_content dl dd ul li:nth-of-type(2) {
    text-align: left;
  }

  #coaches .item_list {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  #coaches .item_list dl {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #coaches .item_list dl dt {
    height: auto;
  }
  #coaches .item_list dl dd {
    height: auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    position: relative;
  }
  #coaches .item_list dl dd p {
    padding: 10px;
  }
  #coaches .item_list dl dd a {
    position: relative;
    background: #029ed1;
    display: block;
    height: auto;
    text-align: center;
    bottom: auto;
  }
}
#begginers {
  background: url("../common/images/bg_blue.png");
  color: #fff;
  padding: 40px 0;
}

/* SP begginers */
@media screen and (max-width: 956px) {
  #begginers {
    padding: 30px 0 1px 0;
  }
  #begginers .slick-slider {
    padding: 1px;
    background: #fff;
    margin-bottom: 20px;
  }
  #begginers .slick-prev {
    left: 10px;
    background: url(../common/images/arrow_prev.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
  #begginers .slick-next {
    right: 10px;
    background: url(../common/images/arrow_next.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
}
/* Event */
#event {
  padding: 60px 0 40px 0;
}
#event .box {
  width: 960px;
  margin: 0 auto;
}
#event .box .box_content {
  overflow: hidden;
}
#event .box .box_content p:nth-of-type(1) {
  float: right;
  width: 300px;
  margin-left: 40px;
}
#event .box .box_content p:nth-of-type(2) {
  float: left;
}
#event .box .box_content p:nth-of-type(2) strong {
  display: block;
  font-size: 2.4rem;
  color: #029ed1;
  line-height: 1;
  margin-bottom: 30px;
}
#event .box .box_content p:nth-of-type(2) strong span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  background: #029ed1;
  margin-bottom: 10px;
  padding: 5px 7px;
  vertical-align: top;
}
#event .box .box_content h4 {
  clear: left;
  margin-top: 30px;
}
#event .box .box_content ul {
  float: left;
}
#event .box .box_content ul:first-of-type {
  margin-right: 100px;
}
#event .box .box_content ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}

/* SP event */
@media screen and (max-width: 956px) {
  #event {
    padding: 30px 0 20px 0;
  }
  #event .box {
    width: 100%;
    box-sizing: border-box;
  }
  #event .box .box_content {
    overflow: hidden;
  }
  #event .box .box_content p:nth-of-type(1) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #event .box .box_content p:nth-of-type(2) {
    float: none;
  }
  #event .box .box_content p:nth-of-type(2) strong {
    text-align: center;
    margin-bottom: 10px;
  }
  #event .box .box_content h4 {
    clear: left;
    margin-top: 20px;
  }
  #event .box .box_content ul {
    float: none;
  }
  #event .box .box_content ul:first-of-type {
    margin-right: 0;
  }
}
/* Training */
#training {
  padding: 60px 0 20px 0;
  background: url("../common/images/bg_lines.png");
}
#training .slider_03 {
  display: none;
}
#training .slick-slider {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
}
#training .slick-prev {
  left: -32px;
  background: url(../support/images/arrow_prev.png) no-repeat;
  background-size: 26px 50px;
  width: 26px;
  height: 50px;
}
#training .slick-next {
  right: -32px;
  background: url(../support/images/arrow_next.png) no-repeat;
  background-size: 26px 50px;
  width: 26px;
  height: 50px;
}
#training p:last-of-type a {
  display: block;
  width: 490px;
  margin: 0 auto;
}

/* SP training */
@media screen and (max-width: 956px) {
  #training {
    padding: 30px 0 20px 0;
  }
  #training .slider_02 {
    display: none;
  }
  #training .slider_03 {
    display: block;
  }
  #training .slick-slider {
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
  }
  #training .slick-prev {
    left: 10px;
    background: url(../common/images/arrow_prev.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
  #training .slick-next {
    right: 10px;
    background: url(../common/images/arrow_next.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
  #training p:last-of-type a {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
}
/* Fee */
#fee {
  padding: 60px 0;
}
#fee ul.frame {
  display: table;
  border: 4px solid #029ed1;
  width: 100%;
  padding: 20px;
}
#fee ul.frame li {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}
#fee ul.frame li h3 {
  margin-bottom: 10px;
}
#fee ul.frame li:last-of-type {
  padding-left: 60px;
  background: url("../common/images/bg_lines.png") -5px 0 repeat-y;
}
#fee ul.frame li ul {
  display: block;
}
#fee ul.frame li ul li {
  display: block;
  width: 100%;
  background: url("../support/images/bullet_check.png") 0 8px no-repeat;
  padding: 0 40px 0 25px;
}
#fee ul.frame li ul li h4 {
  margin-bottom: 5px;
}
#fee ul.frame li ul li:first-of-type {
  margin-bottom: 20px;
}
#fee ul.frame li ul li:last-of-type {
  background: url("../support/images/bullet_check.png") 0 8px no-repeat;
  padding: 0 40px 0 25px;
}
#fee ul.frame li dl {
  width: 100%;
}
#fee ul.frame li dl dt {
  display: block;
  float: left;
  clear: left;
  width: 70%;
  line-height: 35px;
  margin: 5px 0;
}
#fee ul.frame li dl dd {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 30%;
  padding: 3px 10px 0 0;
  text-align: right;
  color: #ffff00;
  background: #029ed1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 0;
}
#fee ul.frame li ul li.price_box{
  padding-left: 25px;
}
#fee ul.frame li ul li.price_box{
/*  background: none;
  padding-left: 0;
  min-height: 55px;*/
}
#fee ul.frame li ul li.price_box{
  display: inline-block;
  box-sizing: border-box;
  width: 30%;
  padding: 3px 0 3px;
  text-align: center;
  color: #ffff00;
  background: #029ed1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 10px;
}

/* SP fee */
@media screen and (max-width: 956px) {
  #fee {
    padding: 30px 0;
  }
  #fee ul.frame {
    display: block;
    border: 4px solid #029ed1;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  #fee ul.frame li {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #fee ul.frame li h3 {
    margin-bottom: 5px;
  }
  #fee ul.frame li:last-of-type {
    padding-left: 0;
    padding-top: 20px;
    background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
  }
  #fee ul.frame li ul {
    display: block;
    margin-bottom: 10px;
  }
  #fee ul.frame li ul li {
    display: block;
    width: 100%;
    background: url("../support/images/bullet_check.png") 0 8px no-repeat;
    padding: 0 0 0 25px;
  }
  #fee ul.frame li ul li h4 {
    margin-bottom: 5px;
  }
  #fee ul.frame li ul li:first-of-type {
    margin-bottom: 10px;
  }
/*  #fee ul.frame li ul li:last-of-type {
    background: url("../support/images/bullet_check.png") 0 8px no-repeat;
    padding: 0 0 0 25px;
  }*/
  #fee ul.frame li dl {
    width: 100%;
  }
  #fee ul.frame li dl dt {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    line-height: inherit;
    margin: 10px 0 5px 0;
  }
  #fee ul.frame li dl dd {
    display: inline-block;
    float: none;
    box-sizing: border-box;
    width: auto;
    padding: 3px 10px 0 10px;
    text-align: right;
    color: #ffff00;
    background: #029ed1;
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
  }
}
/* hotel  */
#hotelplan {
  margin: 0 auto;
  padding: 60px 0 40px 0;
}
#hotelplan ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#hotelplan ul li {
  width: 450px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}
#hotelplan ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #hotelplan {
    padding: 30px 0 20px 0;
  }
  #hotelplan ul li {
    width: 100%;
  }
  #hotelplan ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* Resources  */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff url("../common/images/bg_lines.png") 0 -3px repeat-x;
}
#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}
#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 30px 0 20px 0;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* SUPPORTERS PAGE */
#supporters {
  width: 960px;
  margin: 0 auto;
}
#supporters article {
  padding: 60px 0;
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
}
#supporters article:first-of-type {
  background: none;
  padding: 0 0 60px 0;
}
#supporters article img {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
#supporters article .descr {
  float: left;
  margin-bottom: 15px;
}
#supporters article .descr h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#supporters article .descr h3 span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  vertical-align: middle;
  margin-left: 10px;
}
#supporters article .descr h3 span.sponsor {
  color: #fff;
  background: #029ed1;
}
#supporters article .descr h3 span.supp {
  color: #333;
  background: #ffff00;
}
#supporters article .descr ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#supporters article .pic {
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
#supporters article .pic figure {
  float: left;
  margin-left: 20px;
}
#supporters article .pic figure figcaption {
  text-align: center;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1;
}
#supporters article p {
  clear: both;
}

/* SP */
@media screen and (max-width: 956px) {
  #supporters {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #supporters article {
    padding: 40px 0 30px 0;
  }
  #supporters article:first-of-type {
    padding: 10px 0 30px 0;
  }
  #supporters article .descr {
    float: none;
    margin-bottom: 15px;
  }
  #supporters article .descr > p {
    text-align: center;
  }
  #supporters article .descr h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #supporters article .pic {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #supporters article .pic figure {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #supporters article .pic figure figcaption {
    text-align: center;
    color: #999999;
    font-size: 1.2rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=support.css.map */
