@import url(./fonts.css);

/* common */

body {
  font-family: "Corporate Min";
  margin: 0%;
  color: #655f5a;
}

.inline {
  display: inline-block;
}

.content-container {
  padding-left: 0;
  padding-right: 0;
}

.content-title img {
  width: 93%;
}

.content-img {
  text-align: center;
}

.content-img .feature-img {
  border-radius: 5px;
  width: 70%;
  margin: 12px;
}

.ribbon-img img {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 60%);
}

.content-inner {
  border: solid 2px #b6d4d4;
  margin: 3.5px;
  padding: 20px 20px;
  border-radius: 3.5px;
}

.content-title {
  position: relative;
  text-align: center;
}

.content-title-text {
  font-size: 24px;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features .content-title-text {
  top: 35%;
}

@media screen and (min-width: 540px) {
  .content-title img {
    width: 500px;
  }
  .content-title-text {
    font-size: 38px;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.btn-details {
  background-color: #fcaab6;
  border: none;
  border-radius: 2px;
  color: #fdf0f2;
  margin-top: 17px;
  line-height: 17px;
  font-size: 14px;
}

/* Header */

header {
  background-color: #ffdbe9;
}

.nav-link {
  font-size: 15px;
}

/* banner */

.banner {
  background-color: #ffdbe9;
  padding-right: 8%;
  padding-left: 8%;
  text-align: center;
}

.banner {
  padding-top: 10%;
}

.banner img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .banner img {
    width: auto;
    height: 100vh;
  }
}

.banner-movie {
  background-color: #ffdbe9;
  padding-right: 8vw;
  padding-left: 8vw;
  text-align: center;
  height: 48vw;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .banner-movie {
    padding-right: 35vw;
    padding-left: 35vw;
    height: 18vw;
    padding-bottom: 20px;
  }
}

/* Concepts */

.concepts {
  background-color: #ffdbe9;
  padding-right: 8%;
  padding-left: 8%;
  margin: 0;
  padding-bottom: 25px;
}

.concepts img {
  width: 157px;
}

/* features-links */

.features-links {
  padding-right: 8%;
  padding-left: 8%;
  text-align: center;
  background-color: #fedce9;
  padding-bottom: 100px;
}

.link-column {
  text-align: center;
  border: solid 3px #b6d4d4;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
  line-height: 48px;
}

.link-column h2 {
  font-size: 22px;
}

.try-it-button {
  background-color: #fcaab6;
  border: none;
  color: #fdf0f2;
  font-size: 16px;
}

.top-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.features-links {
  padding-top: 20px;
}
.concepts {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .top-container {
    display: flex;
    flex-direction: row;
  }
  .features-links {
    padding: 5%;
    padding-top: 20px;
    width: 60%;
  }
  .concepts img {
    display: none;
  }
  .concepts {
    font-size: 20px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .concepts {
    width: 60%;
  }

  .features-links {
    width: 40%;
  }
}

.try-it-button p {
  margin: 0;
}

/* features */

.features .content-title {
  background: linear-gradient(to bottom, #ffdbe9, #fdf0f2);
  text-align: center;
  margin: 0;
  padding: 10px;
}

.features .content-container {
  background-color: #fdf0f2;
  padding-top: 10px;
  padding-bottom: 70px;
}

.feature-content {
  background: #fedce9;
  border: solid 4px #b6d4d4;
  position: relative;
  border-radius: 7px;
  padding: 0px;
  margin: 10px 0px 30px 0px;
}

.feature-content p,
.feature-content li {
  font-size: 14px;
}

.piano-instrument {
  margin-top: 25px;
}

.feature-content h2 {
  font-size: 24px;
}

.feature-content h3 {
  font-size: 18px;
}

.feature-content h2 {
  text-align: center;
}

@media screen and (min-width: 375px) {
  .feature-content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .feature-content {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .feature-content p,
  .feature-content li {
    font-size: 18px;
  }

  .feature-content h2 {
    font-size: 26px;
  }

  .feature-content h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .feature-content {
    width: 80%;
  }
}

/* teachers */

.teachers .content-title {
  background: linear-gradient(to top, #ffdbe9, #fdf0f2);
}

.teachers .content-container {
  background-color: #ffdbe9;
  padding-top: 10px;
  padding-bottom: 70px;
}

.teacher {
  background: #fdf0f2;
  border: solid 4px #abc9df;
  position: relative;
  border-radius: 7px;
  padding: 0px;
  margin: 10px 0 30px 0;
}

.teacher h2 {
  text-align: center;
}

.teacher p {
  font-size: 14px;
}

.teachers .content-title-text {
  top: 35%;
}

.teacher-name img {
  margin: 0;
  width: 70%;
  border-radius: 10px;
}

.btn-details-teacher {
  text-align: center;
}

.youtube-sumb {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-sumb img {
  width: 70%;
}

.youtube-note {
  font-size: 4em;
}

@media screen and (min-width: 375px) {
  .teacher {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .teacher {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .teacher p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .teacher {
    width: 90%;
  }
}

/* cources */
.courses {
  background-color: #ffdbe9;
  padding-top: 10px;
  padding-bottom: 70px;
}

.course-content {
  background: #fdf0f2;
  text-align: center;
  border: solid 4px #b6d4d4;
  position: relative;
  border-radius: 7px;
  padding: 0;
  margin: 10px 0 30px 0;
}

.discount li {
  font-size: 14px;
}

.course-table {
  font-size: 14px;
}

.course-table th,
.course-table td {
  margin: 0;
}

table {
  table-layout: fixed;
  width: 100%;
}

.onelesson {
  font-size: 10px;
}

.course-content h2 {
  font-size: 22px;
}

.course-content h3 {
  font-size: 14px;
}

.discount .content-title {
  position: relative;
  text-align: center;
}

.discount .content-title-text {
  font-size: 24px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.discount h3 {
  font-size: 22px;
  text-align: center;
}

.course-table,
.course-table th,
.course-table td {
  border: 3px solid #b6d4d4;
}

.course-table {
  margin-top: 12px;
  margin-bottom: 12px;
}

.course-table th {
  background-color: #fedce9;
}

.course-content p {
  font-size: 12px;
}

.shucchou {
  margin-top: 12px;
}

.bikou p,
.bikou li {
  text-align: left;
  font-size: 12px;
}

.bikou ul {
  padding-left: 12px;
}

.shucchou h4 {
  font-size: 16px;
}

.shucchou li {
  font-size: 12px;
  text-align: left;
}

.shucchou ul,
.shucchou ol {
  padding-left: 12px;
}

.akiwaku {
  margin: 0 auto;
  width: 60%;
}
.akiwaku img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .akiwaku {
    width: 30%;
  }
}

.zeikomi {
  text-align: center;
}

@media screen and (min-width: 375px) {
  .course-content,
  .zeikomi {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .course-content,
  .zeikomi {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .discount li {
    font-size: 18px;
  }

  .course-table {
    font-size: 18px;
  }

  .onelesson {
    font-size: 14px;
  }

  .course-content h2 {
    font-size: 26px;
  }

  .course-content h3 {
    font-size: 18px;
  }

  .discount .content-title-text {
    font-size: 28px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .discount h3 {
    font-size: 26px;
  }

  .course-content p {
    font-size: 16px;
  }

  .bikou p,
  .bikou li {
    font-size: 16px;
  }

  .shucchou h4 {
    font-size: 20px;
  }

  .shucchou li {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .course-content,
  .zeikomi {
    width: 90%;
  }
}

/* voices */

.voices {
  background-color: #fdf0f2;

  padding-bottom: 50px;
}

.voices .content-title {
  background: linear-gradient(to bottom, #ffdbe9, #fdf0f2);
}

.voices .content-container {
  padding: 0;
}

.voice-content {
  background: #fedce9;
  border: solid 4px #b6d4d4;
  position: relative;
  border-radius: 7px;
  padding: 30px;
  margin: 10px 40px 30px 40px;
}

.voice-content p {
  font-size: 15px;
}

.voice-content h2 {
  text-align: center;
}

.voice-content {
  padding: 0;
  height: 400px;
}

@media screen and (min-width: 375px) {
  .voices .content-container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .voices .content-container {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .voice-content p {
    font-size: 20px;
  }
}

.voice-content .content-inner {
  height: 385px;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 10px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #abc9df;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.301);
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 10px;
  background-color: #b6d4d4;
}

.carousel {
  position: relative;
  height: 25rem;
}

.carousel-indicators {
  position: absolute;
  top: 28rem;
}

/* attentions */

.attentions {
  background-color: #fdf0f2;
  padding-bottom: 70px;
  padding-top: 100px;
}

.attentions .content-container {
  padding-right: 10%;
  padding-left: 10%;
}

.attentions ul {
  padding-left: 12px;
}

.attentions li {
  font-size: 16px;
}

.sashie {
  display: none;
}
@media screen and (min-width: 768px) {
  .attentions .content-container {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    padding-top: 5%;
  }
  .attentions {
    padding-right: 10%;
    padding-left: 15%;
  }
  .attentions .sashie {
    display: inline;
    padding-top: 5%;
    width: 30%;
  }

  .attentions .content-title {
    padding-right: 8%;
  }
  .attentions .content-title-text {
    font-size: 34px;
    position: absolute;
    top: 33%;
    left: 47%;
    transform: translate(-50%, -50%);
  }

  .attentions li {
    font-size: 20px;
  }
}

.q-form .content-container {
  background-color: #ffdbe9;
  padding: 20px;
}

.q-form .content-title {
  background: linear-gradient(to top, #ffdbe9, #fdf0f2);
}

@media screen and (min-width: 768px) {
  .q-form .content-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}

/* footer */

.info .content-container {
  background-color: #ffdbe9;
  padding: 20px;
}

.info .content-title {
  background-color: #ffdbe9;
}
.sashie {
  display: none;
}

@media screen and (min-width: 768px) {
  .info .content-container {
    background-color: #ffdbe9;
    display: flex;
    flex-direction: row;
  }

  .info .content-container {
    padding-right: 0%;
    padding-left: 22%;
  }
  .info .sashie {
    display: inline;
    padding-top: 7%;
    width: 30%;
    margin-left: 7%;
  }

  .info li,
  .info p {
    font-size: 20px;
  }
}

.jazzlink {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
