@charset "UTF-8";
/* ヘッダー */
header {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 82%;
}

header .bg {
  background-image: url("../img/coach_main.jpg");
  background-size: auto 100%;
  background-position: left center;
  padding-top: 82%;
  z-index: -1;
}

.catch .catchSVG {
  width: 56%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 220%;
}

#about .contentsInner {
  max-width: 1100px;
  width: auto;
}

.coachList {
  background: #f5f5f5;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px;
}
.coachList li {
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
  color: #3c3c3c;
}
.coachList li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coachList li a .Img {
  width: 30%;
}
.coachList li a .Txt {
  flex: 1;
  padding: 10px 15px;
}
.coachList li a .Txt h3 {
  font-size: 130%;
  margin: 0;
  line-height: 1.2;
  padding-left: 12px;
  margin-bottom: 7px;
  border-left: 4px solid #6e7dda;
}
.coachList li a .Txt h3 span {
  padding-top: 5px;
  font-size: 70%;
  display: block;
  letter-spacing: 0.1em;
}
.coachList li a .Txt p {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .coachList {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .coachList li {
    width: 48.5%;
    margin: 15px 0;
  }
  .coachList li a .Img {
    width: 25%;
  }
  .coachList li a .Txt {
    padding: 10px 15px;
  }
  .coachList li a .Txt h3 {
    font-size: 100%;
    margin: 0 0 10px;
  }
  .coachList li a .Txt h3 span {
    padding-top: 5px;
    font-size: 70%;
    display: block;
    letter-spacing: 0.1em;
  }
  .coachList li a .Txt p {
    font-size: 80%;
  }
}
#detail {
  background: #fff;
}
#detail .contentsWrap > ul > li {
  margin-bottom: 60px;
}
#detail .coachDetBox .name {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
#detail .coachDetBox .name .Img {
  width: 25%;
  margin-top: -20px;
}
#detail .coachDetBox .name .Txt {
  flex: 1;
}
#detail .coachDetBox .name .Txt h3 {
  font-size: 140%;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 4px solid #6e7dda;
}
#detail .coachDetBox .name .Txt p {
  line-height: 1.5;
  padding-right: 15px;
}
#detail .coachDetBox .name .Txt a.btn.btn-review {
  width: 80%;
  margin: 20px 0 0;
  border-radius: 30px;
}
#detail .coachDetBox .name .Txt a.btn.btn-review:hover {
  opacity: 0.75;
}
#detail .coachDetBox .coaching,
#detail .coachDetBox .profile {
  margin-bottom: 20px;
}
#detail .coachDetBox .coaching h4,
#detail .coachDetBox .profile h4 {
  font-size: 120%;
  font-weight: bold;
  color: #6e7dda;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #6e7dda;
}
#detail .coachDetBox .coaching h5,
#detail .coachDetBox .profile h5 {
  margin-top: 1em;
  text-decoration: underline;
}
#detail .coachDetBox .coaching ul li,
#detail .coachDetBox .profile ul li {
  list-style: outside disc;
  margin-left: 1em;
}
#detail .coachDetBox .coaching p,
#detail .coachDetBox .profile p {
  margin-bottom: 1em;
}
#detail .coachDetBox .coaching p:last-child,
#detail .coachDetBox .profile p:last-child {
  margin-bottom: 0;
}
#detail .coachDetBox .info {
  border: 4px solid #6e7dda;
  padding: 15px;
}
#detail .coachDetBox .info h5 {
  font-size: 120%;
  font-weight: bold;
  color: #6e7dda;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #6e7dda;
}
#detail .coachDetBox .info ul li {
  margin-bottom: 0.5em;
}
#detail .coachDetBox .info ul li::before {
  content: "▶︎";
}
#detail .coachDetBox .info .session {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #detail .contentsWrap > ul > li {
    margin-bottom: 120px;
  }
  #detail .coachDetBox .name {
    margin-bottom: 30px;
  }
  #detail .coachDetBox .name .Img {
    width: 23%;
    margin-top: -50px;
  }
  #detail .coachDetBox .name .Txt h3 {
    font-size: 150%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px solid #6e7dda;
  }
  #detail .coachDetBox .name .Txt p {
    font-size: 110%;
  }
  #detail .coachDetBox .name .Txt a.btn.btn-review {
    max-width: 360px;
    margin: 30px 0 0;
    border-radius: 40px;
  }
  #detail .coachDetBox .coaching,
#detail .coachDetBox .profile {
    margin-bottom: 40px;
  }
  #detail .coachDetBox .coaching ul,
#detail .coachDetBox .profile ul {
    font-size: 90%;
  }
  #detail .coachDetBox .coaching p,
#detail .coachDetBox .profile p {
    font-size: 90%;
  }
  #detail .coachDetBox .info {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
  }
  #detail .coachDetBox .info h5 {
    font-size: 120%;
  }
  #detail .coachDetBox .info ul {
    font-size: 90%;
  }
  #detail .coachDetBox .info p.notes {
    font-weight: 400;
    line-height: 1.4;
  }
  #detail .coachDetBox .info > div {
    width: 48%;
  }
  #detail .coachDetBox .info .session {
    margin-bottom: 20px;
  }
}
/* ----- pc ----- */
@media screen and (min-width: 768px) {
  #menu .nav ul li a {
    color: #ffffff;
  }

  /* ヘッダー */
  header {
    padding-top: 450px;
  }

  header .bg {
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 450px;
  }

  .catch {
    width: 413px;
    padding: 20px 0;
  }
}

/*# sourceMappingURL=coach.css.map */
