@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/

/*=========================================
      gNav
=========================================*/
#header #headInner ul.gNav li#n04 a {
  color: #40e0d0;
}

/*=========================================
      mv
=========================================*/
#mv {
  background: url(../img/mv.jpg) center no-repeat;
}

/*=========================================
      container
=========================================*/
#container {
  padding: 0;
}

/*===========================================
	共通
===========================================*/
.section {
  padding: 60px 0;
}

/*===========================================
	プログラム
===========================================*/

#program {
  background: #f5f5f5;
}
#program .star {
  color: #00abd6;
}
#program .program {
  margin: 0 auto 20px;
}
#program .program > table {
  max-width: 700px;
  width: 100%;
  border-top: 1px solid #666;
  margin: 0 auto;
}
#program .program > table tr {
  border-bottom: 1px solid #666;
}
#program .program > table th {
  width: 22%;
  padding: 20px 10px;
  font-size: 110%;
  background: #9eefe7;
  font-weight: bold;
  line-height: 1.3;
}
#program .program > table th .star {
  display: block;
}
#program .program > table td {
  padding: 20px;
  background: #fff;
}

/* #music-class {
  background: #f5f5f5;
} */
#music-class .star {
  color: #00abd6;
}
#music-class .program {
  margin: 0 auto 60px;
}
#music-class .program > table {
  max-width: 700px;
  width: 100%;
  border-top: 1px solid #666;
  margin: 0 auto;
}
#music-class .program > table tr {
  border-bottom: 1px solid #666;
}
#music-class .program > table th {
  width: 22%;
  padding: 20px 10px;
  font-size: 110%;
  background: #9eefe7;
  font-weight: bold;
  line-height: 1.3;
}
#music-class .program > table th .star {
  display: block;
}
#music-class .program > table td {
  padding: 20px;
  background: #fff;
}

/*===========================================
	料金
===========================================*/
/*キャンペーン*/
#price .campaingn {
  margin: 0 0 50px;
}
#price .campaingn .h_cmp {
  text-align: center;
  margin: 0 auto 20px;
}
#price .campaingn .h {
  color: #007cd2;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 15px;
  text-align: center;
}
#price .campaingn .h span {
  display: block;
  font-size: 20px;
}
#price .campaingn > ul {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
#price .campaingn > ul li {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
  color: #fff;
  padding: 20px 0;
  background: #40e0d0;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  line-height: 1.3;
}
#price .campaingn > ul li strong {
  font-size: 150%;
}
#price .campaingn > ul li:first-child span {
  margin: 0 10px;
}
#price .campaingn > ul li .subTxt {
  margin: 5px 0;
  font-weight: bold;
}
#price .campaingn > ul.pickup li {
  width: 98.6%;
}
#price .campaingn > ul.pickup li:first-child strong {
  font-size: 200%;
}

/* add20190130*/
#price .campaingn > ul {
  max-width: 900px;
}
#price .campaingn > ul li {
  width: 49%;
  margin: 0 0.5% 10px;
}
#price .campaingn .title {
  font-weight: bold;
  font-size: 28px;
  margin: 20px 0 15px;
  text-align: center;
  color: #000;
}
#price .campaingn .b_blue {
  color: #007cd2;
  font-weight: bold;
  font-size: 26px;
}

/*体験クラス予約*/
#price .campaingn > ul.experience-reservation {
  margin-top: 20px;
}
#price .campaingn > ul.experience-reservation li {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
  color: #fff;
  padding: 20px 0;
  background: #e0156a;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  line-height: 1.3;
}
#price .campaingn > ul.experience-reservation li.bgnone {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
  color: #000;
  padding: 10px 0;
  background: #fff;
  font-size: 12px;
  text-align: left;
  border-radius: 3px;
  line-height: 1.3;
  list-style-type: none;
}
.reservation {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

/*料金表*/
#price ul.priceList {
  width: 95%;
  margin: 0 auto 40px;
  overflow: hidden;
}
#price ul.priceList > li {
  max-width: 800px;
  margin: 0 auto;
}
#price ul.priceList > li > div {
}
#price h4 {
  font-size: 24px;
  margin: 0 0 25px;
  text-align: center;
}
#price h4 span {
  padding: 0 0 5px;
  border-bottom: 4px solid #00abd6;
}
/*table*/
#price table.pTbl {
  width: 100%;
  margin: 0 0 15px;
  border-collapse: separate;
  border-spacing: 1px 2px;
}
#price table.pTbl .h th {
  background: #333;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
#price table.pTbl td {
  font-size: 16px;
  background: #9eefe7;
  padding: 25px 10px;
  line-height: 1.3;
  text-align: center;
}
#price table.pTbl td:first-child {
  width: 32%;
}
#price table.pTbl td small {
  display: block;
}

#price ul.priceList > li .ast {
}
#price ul.priceList > li .ast p {
  margin: 0 0 3px;
}

/*copy*/
.copyBox {
  padding: 30px 0;
  text-align: center;
}
.copyBox .h {
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: bold;
}

/*リクエストでレッスンがもっと楽しく*/
.program-img-box {
  margin: 20px auto 0;
  display: flex;
  max-width: 480px;
  justify-content: space-between;
  padding: 0 4%;
}
.program-img-box li:first-child {
  margin-right: 5px;
}
.program-img-box li:nth-child(2) {
  margin-left: 5px;
}
.program-img-box li img {
  width: 235px;
}
table.music-class {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
table.music-class td,
table.music-class th {
  border: 1px solid #231815;
  padding: 10px;
}
table.music-class th {
  width: 15%;
  font-size: 16px;
}
.color-edm {
  background: #006934;
  color: #fff;
}
.color-k-pop {
  background: #1d2087;
  color: #fff;
}
.color-j-pop {
  background: #e50012;
  color: #fff;
}
.color-idol {
  background: #00913a;
  color: #fff;
}
.color-rock {
  background: #595757;
  color: #fff;
}
.color-anime {
  background: #e3007f;
  color: #fff;
}
.color-disco {
  background: #e95513;
  color: #fff;
}
.color-focus {
  background: #009fe8;
  color: #fff;
}

#music-class {
  padding-left: 4%;
  padding-right: 4%;
}

/*===========================================
	mixクラス
===========================================*/

mixclass-img-box {
  margin-top: 40px;
  margin-left: 30px;
}

.mixclass-img-box ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1000px;
}

.mixclass-img-box li {
  margin: 4% 2% 6%;
}

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

	スマホ

==============================================*/
@media only screen and (max-width: 739px) {
  /*===========================================
	アンカー
===========================================*/
  .anc li a {
    min-height: 50%;
  }

  /*===========================================
	共通
===========================================*/
  .section {
    padding: 40px 0;
  }

  /*===========================================
	プログラム
===========================================*/
  #program {
    background: #eee;
  }
  #program .star {
  }
  #program .program {
    max-width: inherit;
    padding: 0 4%;
  }
  #program .program > table {
    border-top: none;
  }
  #program .program > table tr {
    border-bottom: none;
  }
  #program .program > table th {
    display: block;
    width: auto;
    padding: 10px 4%;
    text-align: left;
  }
  #program .program > table th .star {
    display: inline-block;
    margin: 0 0 0 2px;
  }
  #program .program > table td {
    display: block;
    padding: 10px 4% 25px;
    line-height: 1.4;
  }

  #music-class .star {
  }
  #music-class .program {
    max-width: inherit;
    padding: 0 4%;
  }
  #music-class .program > table {
    border-top: none;
  }
  #music-class .program > table tr {
    border-bottom: none;
  }
  #music-class .program > table th {
    display: block;
    width: auto;
    padding: 10px 4%;
    text-align: left;
  }
  #music-class .program > table th .star {
    display: inline-block;
    margin: 0 0 0 2px;
  }
  #music-class .program > table td {
    display: block;
    padding: 10px 4% 25px;
    line-height: 1.4;
  }

  /*===========================================
	mixクラス
===========================================*/

  .mixclass-img-box ul {
    flex-direction: column;
  }

  .mixclass-img-box li {
    margin-top: -10px;
  }

  /*===========================================
	料金
===========================================*/
  /*キャンペーン*/
  #price .campaingn {
    margin: 0 0 40px;
  }
  #price .campaingn .h_cmp {
    width: 80%;
    margin: 0 auto 15px;
  }
  #price .campaingn .h {
    font-size: 20px;
    margin: 5px 0 10px;
    line-height: 1.3;
  }
  #price .campaingn .h span {
    font-size: 14px;
    padding: 3px 0 0;
  }
  #price .campaingn > ul {
    max-width: 95%;
  }
  #price .campaingn > ul li {
    float: none;
    width: auto;
    margin: 0 0 5px;
    padding: 10px 0;
    font-size: 15px;
  }
  #price .campaingn > ul li:first-child {
    width: auto;
  }
  #price .campaingn > ul li:first-child span {
    display: block;
    margin: 0;
  }
  #price .campaingn > ul li strong {
    font-size: 150%;
  }
  #price .campaingn > ul li .subTxt {
  }

  /* add20190130 */
  #price .campaingn .title {
    font-size: 19px;
    margin: 0 0 15px;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #000;
  }
  #price .campaingn .b_blue {
    color: #007cd2;
    font-weight: bold;
    font-size: 24px;
  }

  /*体験クラス予約*/
  #price .campaingn > ul.experience-reservation {
    max-width: 95%;
    margin-top: 20px;
  }
  #price .campaingn > ul.experience-reservation li {
    float: none;
    width: auto;
    margin: 0 0 5px;
    padding: 20px 0;
    font-size: 15px;
  }
  #price .campaingn > ul.experience-reservation a {
    text-decoration: none;
  }
  #price .campaingn > ul.experience-reservation li.bgnone {
    float: none;
    width: auto;
    margin: 0 0 5px;
    padding: 10px 0;
    font-size: 15px;
  }
  .reservation {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }

  /*料金表*/
  #price ul.priceList {
    width: auto;
    margin: 0;
  }
  #price ul.priceList > li {
    float: none;
    width: auto;
    margin: 0 0 40px;
  }
  #price ul.priceList > li > div {
    padding: 0 2%;
  }
  #price h4 {
    font-size: 20px;
    margin: 0 0 15px;
    background: #e7368e;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 0.1em;
  }
  #price h4 span {
    padding: 0;
    border-bottom: none;
  }
  /*table*/
  #price table.pTbl {
    margin: 0 0 10px;
  }
  #price table.pTbl .h th {
    padding: 8px 0;
  }
  #price table.pTbl td {
    padding: 10px 0;
    font-size: 12px;
  }
  #price table.pTbl td:first-child {
  }
  #price table.pTbl td small {
  }

  #price ul.priceList > li .ast {
  }
  #price ul.priceList > li .ast p {
  }

  /*copy*/
  .copyBox {
    padding: 10px 0 20px;
    /* font-size: 15px; */
  }
  .copyBox .h {
    font-size: 22px;
  }

  /*リクエストでレッスンがもっと楽しく*/
  table.music-class {
    width: 100%;
  }
  table.music-class th {
    width: 23%;
    font-size: 14px;
  }
  .program-img-box {
    flex-direction: column;
  }
  .program-img-box li:first-child {
    margin-right: 0;
  }
  .program-img-box li:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
