body {
  background: #fafafa;
  font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;
}

a:link {
  color: #ffffff;
}

a:hover {
  color: red;
}

a:visited {
  color: #ffffff;
}

.ttl {
  padding: 90px 0;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #444444;
}

.ttl-coach {
  font-size: 1.4rem;
  font-weight: bold;
}

.clubTeam {
  position: relative;
}

.clubTeam-box {
  max-width: 1200px;
  height: 730px;
  margin: 100px auto 0;
  padding: 50px 0 0;
  background: #ffffff;
  background: url(../img/club-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 499px) {
  .clubTeam-box {
    height: auto;
    background-size: contain;
    background-position: inherit;
  }
}

.clubTeam-box p {
  text-align: center;
}

.clubTeam-box p img {
  width: 90%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 499px) {
  .clubImg-pc {
    display: none;
  }
}

.clubImg-sp {
  display: none;
}

@media (max-width: 499px) {
  .clubImg-sp {
    display: block;
  }
}

.clubReason {
  position: relative;
}

.clubReason-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.clubReason-ttl {
  position: absolute;
  left: 0;
  background: url(../img/club-reason.jpg) no-repeat right center;
  width: 100%;
  height: 250px;
}

.clubReason-ttl h2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
}

@media (max-width: 499px) {
  .clubReason-ttl h2 {
    font-size: 3.8rem;
  }
}

.clubReason-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 300px 0 0;
}

@media (max-width: 499px) {
  .clubReason-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.clubReason-cont {
  width: calc(100% / 4 - 10px);
  padding: 20px;
  background: #f3f3f3;
}

@media (max-width: 499px) {
  .clubReason-cont {
    width: 100%;
  }
}

.clubReason-cont p {
  line-height: 2;
  font-size: 1.6rem;
}

.clubReason-cont p.first::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  background: url(../img/num-1.svg) no-repeat center;
}

.clubReason-cont p.second::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  background: url(../img/num-2.svg) no-repeat center;
}

.clubReason-cont p.third::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  background: url(../img/num-3.svg) no-repeat center;
}

.clubReason-cont p.forth::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  background: url(../img/num-4.svg) no-repeat center;
}

.clubInfo {
  position: relative;
}

.clubInfo-about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffffff;
}

.clubInfo-about h2 {
  padding: 50px 0;
  text-align: center;
  font-size: 2.4rem;
}

.clubInfo-about-box table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  text-align: left;
}

.clubInfo-about-box table th {
  width: 130px;
  border-bottom: solid 2px #098B3B;
  padding: 30px 0 30px 20px;
  font-size: 1.6rem;
}

@media (max-width: 499px) {
  .clubInfo-about-box table th {
    display: block;
    width: 100%;
    background: #098b3b;
    color: #fff;
  }
}

.clubInfo-about-box table td {
  border-bottom: solid 2px #ddd;
  padding: 30px 0 30px 30px;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 769px) {
  .clubInfo-about-box table td {
    padding: 30px;
  }
}

@media (max-width: 499px) {
  .clubInfo-about-box table td {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
}

.clubInfo-about-box table td p {
  font-size: 1.6rem;
}

.clubInfo-about-box a {
  font-size: 1.6rem;
}

.clubInfo-about-box a:link {
  color: #333;
}

.clubInfo-about-box a:hover {
  color: red;
}

.clubInfo-about-box a:visited {
  color: #333;
}
/*# sourceMappingURL=club.css.map */