@charset "UTF-8";
/*------------------------------
  LILIRO SPORTS ACADEMY
------------------------------*/
/* === 見出し === */
.page_liliro .treaning_ttl {
  position: relative;
  text-align: center;
  color: #d50f19;
  font-weight: 700;
  font-size: 3rem;
  display: grid;
  row-gap: 8px;
}

@media screen and (max-width: 767px) {
  .page_liliro .treaning_ttl {
    font-size: 2rem;
  }
}

.page_liliro .treaning_ttl .min_txt {
  font-size: 45%;
  display: inline-block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .page_liliro .treaning_ttl .min_txt {
    font-size: 60%;
  }
}

.page_liliro .intro_txt {
  position: relative;
  padding: 20px 0 30px;
  text-align: center;
  color: #939899;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page_liliro .intro_txt {
    font-size: 1.2rem;
  }
}

/* === 文字の指定 === */
.page_liliro p {
  line-height: 1.4;
  font-weight: 500;
}

.page_liliro .sp-view {
  display: none;
}

@media screen and (max-width: 767px) {
  .page_liliro .sp-view {
    display: block;
  }
}

.page_liliro .pc-view {
  display: block;
}

@media screen and (max-width: 767px) {
  .page_liliro .pc-view {
    display: none;
  }
}

.wide--box {
  max-width: 850px;
  margin: auto;
  padding: 0 5%;
}

/* === KV === */
.page_liliro #kv_sub {
  height: 520px;
  background-image: url(../img/sub/liliro_kv.jpg);
  background-size: auto 120%;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

.page_liliro #kv_sub h2 {
  width: 90%;
  max-width: 315px;
  margin: 0 auto;
  padding-top: 125px;
}

.page_liliro #kv_sub h2 img {
  width: 100%;
  height: auto;
}

/* === KV下画像 === */
.page_liliro .box_academy_top {
  width: 100%;
}

.page_liliro .img_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_liliro .box_academy_top .top01_img {
  width: 60%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_top .top01_img {
    width: 100%;
    margin-top: -1px;
  }
}

.page_liliro .box_academy_top .top02_img {
  width: 40%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_top .top02_img {
    width: 100%;
    margin-top: -2px;
  }
}

.page_liliro .academy_top_txt {
  background-color: #d50f19;
  padding: 30px 0;
  margin-top: -2px;
}

.page_liliro .academy_top_txt .top_ttl {
  text-align: center;
  color: #1e1716;
  font-weight: 600;
  font-size: 1.4rem;
}

.page_liliro .academy_top_txt .top_txt {
  text-align: center;
  color: #1e1716;
  margin-top: 5px;
  font-weight: 700;
}


/* === キッズ・ジュニアコアトレーニング === */
.page_liliro .box_academy_juniorcore {
  padding: 50px 0;
  background-color: #1e1716;
}

.page_liliro .box_academy_juniorcore .juniorcore_about_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore .juniorcore_about_box {
    flex-wrap: wrap;
  }
}

.page_liliro .box_academy_juniorcore .juniorcore_about_txt {
  width: calc(50% - 10px);
  color: #939899;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore .juniorcore_about_txt {
    width: 100%;
  }
}

.page_liliro .box_academy_juniorcore .img_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore .img_wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.page_liliro .box_academy_juniorcore .juniorcore01_img {
  width: calc(50% - 5px);
}

.page_liliro .box_academy_juniorcore .juniorcore02_img {
  width: calc(50% - 5px);
}

.page_liliro .box_academy_juniorcore .juniorcore03_img {
  width: 100%;
  margin-top: 30px;
}

/* === キッズ・ジュニアコアトレーニング about === */
.page_liliro .box_academy_juniorcore_feature {
  padding: 50px 0;
  background-color: #d50f19;
}

.page_liliro .box_academy_juniorcore_feature .wide--box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_left {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_feature .juniorcore_feature_left {
    width: 100%;
  }
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_txt {
  color: #1e1716;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_image_ttl {
  text-align: center;
  margin: 30px 0;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.142vw, 1.6rem);
  color: #1e1716;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore05_img {
  width: 100%;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_point {
  text-align: center;
  color: #1e1716;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.2rem;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_point_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_point_list {
  width: 60%;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_point_list_wrap {
  position: relative;
  color: #1e1716;
  padding-left: 16px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_point_list_wrap::before {
  content: '';
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #1e1716;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_feature .juniorcore_feature_point_list_wrap::before {
    top: 3.5px;
  }
}

.page_liliro .box_academy_juniorcore_feature .juniorcore06_img {
  width: calc(40% - 5px);
}

.page_liliro .box_academy_juniorcore_feature .juniorcore_feature_right {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_feature .juniorcore_feature_right {
    width: 100%;
  }
}

.page_liliro .box_academy_juniorcore_feature .juniorcore04_img {
  width: 100%;
}

.page_liliro .box_academy_juniorcore_feature .juniorcore07_img {
  width: 100%;
  margin-top: 30px;
}

/* === キッズ・ジュニアコアトレーニング 影響 === */
.page_liliro .box_academy_juniorcore_reason {
  background-color: #d50f19;
  padding: 50px 0;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_reason {
    padding: 0 0 50px;
  }
}

.page_liliro .box_academy_juniorcore_reason .wide--box {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_box_left {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_reason .juniorcore_reason_box_left {
    width: 100%;
  }
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_list_wrap {
  margin-top: 30px;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_list_wrap:first-child {
  margin-top: 0;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_ttl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1716;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_txt {
  color: #1e1716;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_txt_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_txt_box .juniorcore_reason_txt {
  width: 50%;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_txt_box .juniorcore09_img {
  width: 50%;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_reason_box_right {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_reason .juniorcore_reason_box_right {
    width: 100%;
  }
}

.page_liliro .box_academy_juniorcore_reason .juniorcore08_img {
  width: 80%;
  padding: 0 10%;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_reason .juniorcore08_img {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_age_ttl {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1e1716;
}

.page_liliro .box_academy_juniorcore_reason .juniorcore_age_txt {
  margin-top: 10px;
  color: #1e1716;
}

/* === キッズ・ジュニアコアトレーニング コース選択 === */
.page_liliro .box_academy_juniorcore_content {
  padding: 50px 0;
  background-color: #1e1716;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_list_wrap {
  position: relative;
  width: calc(50% - 50px);
  border: 1px solid #d50f19;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_juniorcore_content .juniorcore_content_list_wrap {
    width: 100%;
    padding: 20px 5%;
  }
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_list_label {
  position: absolute;
  top: -35px;
  right: -10px;
  border-radius: 100%;
  background-color: #d50f19;
  color: #1e1716;
  font-weight: 700;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 999px) {
  .page_liliro .box_academy_juniorcore_content .juniorcore_content_list_label {
    right: -15px;
    width: 65px;
    height: 65px;
    font-size: 0.8rem;
  }
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_ttl {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #d50f19;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_ttl::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -35px;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: white;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_txt {
  position: relative;
  color: #939899;
  padding-left: 16px;
  margin-top: 10px;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_txt::before {
  content: '';
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #939899;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_min_ttl {
  text-align: center;
  margin-top: 30px;
  color: #939899;
  font-weight: 700;
}

.page_liliro .box_academy_juniorcore_content .juniorcore_content_min_txt {
  color: #939899;
  margin-top: 8px;
  margin-bottom: 20px;
}

.page_liliro .box_academy_juniorcore_content .img_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
}

.page_liliro .box_academy_juniorcore_content .kids01_img,
.page_liliro .box_academy_juniorcore_content .kids02_img,
.page_liliro .box_academy_juniorcore_content .junior01_img,
.page_liliro .box_academy_juniorcore_content .junior02_img {
  width: calc(50% - 5px);
}

/* === アジリティトレーニング === */
.page_liliro .box_academy_agility {
  padding: 50px 0;
  background-color: #1e1716;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_agility {
    padding: 140px 0 50px;
  }
}

.page_liliro .box_academy_agility .wide--box {
  position: relative;
}

.page_liliro .box_academy_agility .agility_content_label {
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 100%;
  background-color: #d50f19;
  color: #1e1716;
  font-weight: 700;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_agility .agility_content_label {
    top: -126px;
  }
}

.page_liliro .agility_list_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 30px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #939899;
}

@media screen and (max-width: 767px) {
  .page_liliro .agility_list_box {
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 9px;
  }
}

.page_liliro .agility_list_ttl {
  position: relative;
  color: #939899;
  font-weight: 700;
  padding-left: 19px;
  word-break: keep-all;
}

.page_liliro .agility_list_ttl::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #939899;
}

.page_liliro .agility_list_txt {
  color: #939899;
}

.page_liliro .box_academy_agility .img_wrap {
  margin-top: 30px;
  column-gap: 5px;
}

.page_liliro .agility01_img {
  object-fit: cover;
  width: calc(20% - 3.75px);
}
.page_liliro .agility02_img {
  object-fit: cover;
  width: calc(30% - 3.75px);
}
.page_liliro .agility03_img {
  object-fit: cover;
  width: calc(30% - 3.75px);
}
.page_liliro .agility04_img {
  object-fit: cover;
  width: calc(20% - 3.75px);
}

.page_liliro .agility_bottom_txt {
  color: #d50f19;
  margin: 20px 0;
}

/* === 大人コアトレーニング === */
.page_liliro .box_academy_coretreaning {
  padding: 50px 0;
  background-color: #1e1716;
  border-top: 10px solid #939899;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_coretreaning {
    padding: 160px 0 50px;
  }
}

.page_liliro .box_academy_coretreaning .wide--box {
  position: relative;
}

.page_liliro .box_academy_coretreaning .wide--box::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: 230px;
  height: 230px;
  background-image: url(../img/liliro/liliro_coretreaning01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_coretreaning .wide--box::before {
    top: -160px;
    width: 180px;
    height: 180px;
  }
}

.page_liliro .box_academy_coretreaning .coretreaning_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_liliro .box_academy_coretreaning .coretreaning_list_wrap {
  width: calc(50% - 25px);
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_coretreaning .coretreaning_list_wrap {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_coretreaning .coretreaning_list_wrap:first-child {
    margin-top: 0;
  }
}

.page_liliro .box_academy_coretreaning .coretreaning_rabel {
  text-align: center;
  background-color: #d50f19;
  padding: 0 30px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: auto;
}

.page_liliro .box_academy_coretreaning .coretreaning_ttl_min {
  text-align: center;
  color: #939899;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.page_liliro .box_academy_coretreaning .wrap_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page_liliro .box_academy_coretreaning .wrap_box_txt {
  color: #939899;
  width: 60%;
}

.page_liliro .box_academy_coretreaning .coretreaning01_img {
  width: 38%;
}

.page_liliro .box_academy_coretreaning .coretreaning02_img {
  width: 38%;
}

/* === アカデミーその他 === */
.page_liliro .box_academy_about {
  padding: 50px 0;
  background-color: #d50f19;
}

.page_liliro .box_academy_about .about_ttl {
  color: #1e1716;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.page_liliro .box_academy_about .about_txt {
  color: #1e1716;
  margin-top: 20px;
}

.page_liliro .box_academy_about .about_staff_ttl {
  color: #d50f19;
  background-color: #1e1716;
  padding: 30px 100px 20px 30px;
  margin-top: 30px;
  line-height: 1.1;
}

.page_liliro .box_academy_about .staff_list_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}

.page_liliro .box_academy_about .staff_ttl {
  width: 53px;
  word-break: keep-all;
}

.page_liliro .box_academy_about .staff_txt {
  width: calc(100% - 53px);
  text-indent: -1em;
  padding-left: 1em;
}

.page_liliro .box_academy_about .about_fee_box {
  position: relative;
  margin-top: 30px;
  padding-bottom: 20px;
}

.page_liliro .box_academy_about .about_fee_box::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  border: 3px solid #939899;
}

.page_liliro .box_academy_about .fee_ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  background-color: #d50f19;
  font-weight: 600;
  padding: 0 60px;
  color: #939899;
  margin: auto;
  font-size: 1.2rem;
}

.page_liliro .box_academy_about .fee_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 100px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_about .fee_list {
    column-gap: 10px;
  }
}

.page_liliro .box_academy_about .fee_list_txt {
  text-align: center;
  color: #939899;
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_about .fee_list_txt {
    font-size: 1rem;
  }
}

.page_liliro .box_academy_about .fee_list_attention {
  text-align: center;
  color: #939899;
  font-weight: 600;
  margin-top: 10px;
}

.page_liliro .box_academy_about .access_map_img {
  margin: 60px auto 0;
  width: 60%;
  padding: 0 20%;
}

@media screen and (max-width: 767px) {
  .page_liliro .box_academy_about .access_map_img {
    width: 100%;
    padding: 0;
  }
}