@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

.titleArea .tit {
}
/* ===================================
#contents
=================================== */
#contents {
  background: #15bfff;
}

/* ===================================
#trainer
=================================== */
/* ===================================
#trainer
=================================== */
#trainer {
  padding-bottom: 40px;
  background-image: url(../img/sp/bg_01.png);
  background-position: center top;
  background-size: cover;
}

/* .trainerList */
.trainerList {
  margin: 0 auto;
  padding-top: 135px;
}
.trainerList .slick-track {
  display: flex;
}
.trainerList .trainerCard {
  width: 75%;
  min-height: 460px;
  margin: 0 10px;
  background: #a3a8b4;
  outline: none;
  float: none;
  height: auto;
  display: flex;
  flex-direction: column;
}
.trainerList .trainerCard .photoBox {
  width: 100%;
  min-height: 170px;
  position: relative;
  aspect-ratio: 138 / 70;
}
.trainerList .photoBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fffb02;
}
.trainerList .nakamura .photoBox {
  background-image: url(../img/sp/img_nakamura_02.png);
}
.trainerList .kaminohara .photoBox {
  background-image: url(../img/sp/img_kaminohara_02.png);
}
.trainerList .matsukawa .photoBox {
  background-image: url(../img/sp/img_matsukawa_02.png);
}
.trainerList .nagasawa .photoBox {
  background-image: url(../img/sp/img_nagasawa_02.png);
}
.trainerList .kurihara .photoBox {
  background-image: url(../img/sp/img_kurihara_02.png);
}
.trainerList .oshiro .photoBox {
  background-image: url(../img/sp/img_oshiro_02.png);
}
.trainerList .eda .photoBox {
  background-image: url(../img/sp/img_eda_01.png);
}
.trainerList .ogawa .photoBox {
  background-image: url(../img/sp/img_ogawa_01.png);
}
.trainerList .kinjo .photoBox {
  background-image: url(../img/sp/img_kinjo_02.png);
}
.trainerList .shimajiri .photoBox {
  background-image: url(../img/sp/img_shimajiri_02.png);
}
.trainerList .kimura .photoBox {
  background-image: url(../img/sp/img_kimura_01.png);
}
.trainerList .saito .photoBox {
  background-image: url(../img/sp/img_saito_01.png);
}

.trainerList .photoBox .textBox {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.trainerList .photoBox .message {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
}
.trainerList .photoBox .name {
  font-size: 21px;
}
.trainerList .photoBox .engName {
  padding-left: 8px;
  font-size: 14px;
}
.trainerList .detailBox {
  padding: 25px 10px 10px;
  font-size: 14.5px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.trainerList .detailBox .profileList {
  margin-bottom: 20px;
  min-height: 88px;
}
.trainerList .kinjo .detailBox .profileList {
  margin-bottom: 10px;
}
.trainerList .detailBox .profileList li {
  margin-bottom: 10px;
}
.trainerList .detailBox .profileList li.newLineBlock {
  padding-left: 44px;
}
.trainerList .detailBox .profileList li .newLineKey {
  position: absolute;
  left: 11px;
}
.trainerList .detailBox .profileList li:last-child {
  margin-bottom: 0;
}
.trainerList .detailBox .comment {
  line-height: 1.6;
  margin-bottom: 20px;
}
.trainerList .detailBox .instagramLink {
  position: absolute;
  bottom: 25px;
}
.trainerList .detailBox .instagramLink a {
  height: 30px;
  padding-left: 27px;
  color: #fff;
  line-height: 30px;
  background: url(../img/ico_instagram_01.png) no-repeat left center;
  background-size: 20px;
  display: inline-block;
}
.trainerList .detailBox .instagramLink a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.movie {
  width: 100%;
  margin-top: auto;
}
.movie video,
.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* .miracreaBox */
.miracreaBox {
  width: 90%;
  height: 100px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 10px;
}
.miracreaInnerBox {
  height: 100px;
  padding: 25px 25px 25px 100px;
  color: #15bfff;
  text-align: center;
  background: url(../img/ico_instagram_01.png) no-repeat left 25px center #fff;
  background-size: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
}
.miracreaInnerBox:hover {
  text-decoration: none;
  opacity: 0.7;
}
.miracreaBox .miracreaTitle {
  padding-bottom: 5px;
  font-size: 15px;
}
.miracreaBox .miracreaLink:after {
  content: '';
  width: 29px;
  height: 28px;
  background: url(../img/ico_right_arrow_01.png) no-repeat center #a3a8b4;
  background-size: 8px auto;
  display: inline-block;
  float: right;
}
.miracreaBox .miracreaLink {
  width: 100%;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  color: #15bfff;
  text-align: center;
  border: 1px solid #a3a8b4;
  display: inline-block;
}

/* .footFormBtn */
.footFormBtn {
  padding: 30px 0;
}
.footFormBtn {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.footFormBtn p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
#contents .formBtn a {
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  margin: 20px 10px;
  display: block;
}

.footFormBtn .tel p {
  font-weight: bold;
  font-size: 0.9rem;
}
.footFormBtn .tel a {
  width: 80%;
  margin: 15px auto 0;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  color: #fff;
}
.footFormBtn .tel div a span {
  display: inline-block;
  background: url('../../img/ico_foot_tel.png') left center no-repeat;
  background-size: 15px;
  padding-left: 20px;
}
