@charset "UTF-8";


/* =================================================================

dance

================================================================= */


.p-dance .l-header__bottom {
  background: #fff0d5;
}

.p-dance .l-header__nav-active a {
  background: #ff800f;
}

.p-dance .l-header__nav a:hover {
  color: #ff800f;
}

.g-dance__mv {

}

.g-dance__mv img {
  width: 100%;
}


.p-dance__campaign {
  background: url(../img/dance/bg_capmaign.jpg) center center / cover no-repeat;
  padding-bottom: 60px;
}


.p-dance__campaign-list {
  gap: 0 40px;
  margin-top: 40px;
}


.p-dance__campaign-list .p-dance__campaign-item {
  width: calc(100% / 3 - 30px);
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .p-dance__campaign-list .p-dance__campaign-item {
    width: 100%;
  }
}

.p-dance__campaign-item-subttl {
  color: #036eb8;
}

.p-dance__campaign-item-price {
  color: #036eb8;
  margin: 0;
}

.p-dance__campaign-item-price_03 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 15px;
}

.p-dance__campaign-item_desc {
  text-align: center;
  font-size: 14px;
  color: #333333;
}


.p-dance__line-inner {
  margin-left: 110px;
  margin-right: 110px;
}


.p-dance__godai .p-dance__ttl-en,
.p-dance__godai .p-dance__ttl {
  color: #ff800f;
}


.p-dance__godai .p-dance__ttl {
  margin-bottom: 40px;
}

.p-dance__coach {
  background: #fff0d5;
}

.p-dance__coach .p-dance__ttl-en,
.p-dance__coach .p-dance__ttl,
.p-dance__coach-item-message-ttl {
  color: #ff800f;
}


.p-dance__coach-item-name {
  background: #ff800f;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-dance__coach-item-name {
    font-size: calc(36 / 750 * 100vw);
  }
}

.p-dance__coach-item-message {
  font-size: 1.45rem;
}

@media screen and (max-width: 768px) {
  .p-dance__coach-item-message {
    font-size: calc(26 / 750 * 100vw);
  }
}


.p-dance__coach .splide__pagination__page {
  background: #ffb879;
}

.p-dance__coach .splide__pagination__page.is-active {
  background: #ff800f;
}


.p-dance__schedule{
  background: linear-gradient(to bottom, #ff800f 380px, #fff 380px);
}

@media screen and (max-width: 768px) {
  .p-dance__schedule {
    background: linear-gradient(to bottom, #ff800f calc(500 /750*100vw), #fff calc(500 /750*100vw));
  }
}


.p-dance__class {
  background: linear-gradient(to bottom, #fff0d5 380px, #fff 380px);
}

.p-dance__class .table-ttl-th {
  background: #ff800f;
}

.p-dance__class .p-tennis__ttl,
.p-dance__class .p-tennis__ttl-en {
  color: #ff800f;
}

@media screen and (max-width: 768px) {
  .p-dance__mv-catch-wrap {
    background: #ff800f;
  }

  .p-dance__mv-catch-wrap figure img {
    width: 200px;
  }

  .p-dance__line {
    padding: 60px 0;
  }

  .p-dance-table-sp-text {
    color: #ff800f;
  }
}


.p-tennis__coach-item-img picture {
  height: 100%;
}

.splide__slide img {
  height: 100%;
  object-fit: cover;
}

.p-tennis__coach-item-txt {
  padding-bottom: 30px;
}


.l-footer a {
  display: inline-block;
  margin-bottom: 30px;
}

.l-footer a img {
  width: 30px;
}

@media screen and (max-width: 768px) {
  .p-dance__coach-item-img img {
    object-fit: contain;
    width: 100%;
  }
}



.p-dance__coach-item-message a {
  display: inline-block;
  margin-top: 8px;
  color: #ff800f;
  text-decoration: underline;
}