@charset "UTF-8";
#header {
  display: flex;
  justify-content: space-between;
}
#header .header-left {
  display: flex;
  align-items: center;
}
#header .header-left .header-title {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-left: -30px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#sp-header .header-left {
  display: flex;
  align-items: center;
}
#sp-header .header-left .main-logo {
  margin-left: 5%;
}
#sp-header .header-left .header-title {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-left: -40px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#sp-header .menu-icon {
  right: 0;
}

section.concept .readmore-btn {
  z-index: 10;
}

.page-news, .page-clubstaff, .page-concept, .page-contact {
  margin-top: 45px;
}

.contact-fixed {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  width: 208px;
  height: 72px;
  background-color: rgba(222, 202, 148, 0.9);
  box-sizing: border-box;
  padding: 6px;
  cursor: pointer;
  transition: all 0.6s;
}
.contact-fixed a {
  display: block;
  padding: 18px 0;
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.contact-fixed a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1px;
  vertical-align: middle;
  background-image: url(https://jokerfootballgroup.com/wp-content/uploads/2022/11/mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-fixed a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}

.sp-contact-btn {
  display: none;
}

.contact-form input {
  width: 80%;
  max-width: 600px;
}
.contact-form input[type=submit] {
  width: 80%;
  max-width: 600px;
  padding: 15px 0;
  border: none;
  background-color: rgba(222, 202, 148, 0.9);
  line-height: 1;
  height: auto;
}

.page-program-mv {
  width: 100%;
  padding: 60px 0;
  margin-top: 45px;
  background-image: url(https://jokerfootballgroup.com/wp-content/uploads/2021/09/page-schedule-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-program-mv h2 {
  color: var(--gold-color);
}
.page-program-mv h2::before {
  background-color: #fff;
}
.page-program-mv p {
  color: #fff;
  padding-top: 14px;
}

.schedule-area .schedule-text-bg img {
  width: 7vw;
}
.schedule-area h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.schedule-area h3::before {
  position: absolute;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-area .inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.schedule-area .inner .program-box > li {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-top: 50px;
  background-color: #fff;
}
.schedule-area .inner .program-box > li h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 40px;
  line-height: 1;
}
.schedule-area .inner .program-box > li .syousai {
  margin-bottom: 50px;
}
.schedule-area .inner .program-box > li .syousai dt {
  width: 120px;
  padding: 10px 0;
  margin: 0 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #19334D;
  line-height: 1;
}
.schedule-area .inner .program-box > li .kingaku {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 50px;
}
.schedule-area .inner .program-box > li .kingaku dt {
  width: 120px;
  padding: 10px 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #19334D;
  line-height: 1;
}
.schedule-area .inner .program-box > li .img-loop {
  display: flex;
  gap: 40px;
}
.schedule-area .inner .program-box > li .img-loop li {
  width: calc(33.3333333333% - 26.6666666667px);
}
.schedule-area .inner .program-box > li .img-loop li img {
  width: 100%;
}
.schedule-area .inner .program-box > li .contact-btn a {
  margin: 50px auto 0;
  display: block;
  background-color: var(--gold-color);
  width: 250px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.schedule-area .inner .program-box > li .contact-btn a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
  transition: 0.4s;
}
.schedule-area .inner .program-box > li .contact-btn a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(-4%, -50%);
  border: solid 1px #000;
}
.schedule-area .inner .program-box > li .contact-btn a:hover::before {
  width: 25px;
  right: 5%;
  transform: translate(-5%, -50%);
}

@media only screen and (max-width: 769px) {
  .page-news, .page-clubstaff, .page-concept, .page-contact {
    margin-top: 85px;
  }
  .contact-form input {
    width: 100%;
  }
  .contact-form input[type=submit] {
    width: 100%;
  }
  .contact-fixed {
    display: none;
  }
  .schedule-area .inner .program-box > li {
    padding: 35px;
  }
  .schedule-area .inner .program-box > li .img-loop {
    display: flex;
    gap: 10px;
  }
  .schedule-area .inner .program-box > li .img-loop li {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .sp-contact-btn {
    display: block;
  }
  .sp-contact-btn a {
    width: 100%;
    height: 50px;
    background-color: rgb(222, 202, 148);
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .sp-contact-btn a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 1px;
    vertical-align: middle;
    background-image: url(https://jokerfootballgroup.com/wp-content/uploads/2022/11/mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #page-program .page-program-mv {
    margin-top: 85px;
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 479px) {
  .schedule-area .inner .program-box > li {
    padding: 35px 15px;
    margin-top: 30px;
  }
  .schedule-area .inner .program-box > li:first-child {
    margin-top: 50px;
  }
  .schedule-area .inner .program-box > li h4 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .schedule-area .inner .program-box > li .syousai {
    margin-bottom: 30px;
  }
  .schedule-area .inner .program-box > li .syousai dt {
    width: 100px;
    padding: 8px 0;
    margin: 0 0 15px;
    font-size: 16px;
  }
  .schedule-area .inner .program-box > li .kingaku {
    gap: 20px;
    margin: 0 0 30px;
  }
  .schedule-area .inner .program-box > li .kingaku dt {
    width: 100px;
    padding: 8px 0;
    font-size: 16px;
  }
  .schedule-area .inner .program-box > li .img-loop {
    flex-wrap: wrap;
    gap: 10px;
  }
  .schedule-area .inner .program-box > li .img-loop li {
    width: 100%;
  }
  .schedule-area .inner .program-box > li .contact-btn a {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 360px) {
  #sp-header .header-left .main-logo {
    width: 70px;
  }
  #sp-header .header-left .main-logo a {
    display: block;
  }
  #sp-header .header-left .main-logo img {
    width: 100%;
  }
  #sp-header .header-left .header-title {
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */