body {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover {
  opacity: 0.6;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@font-face {
  font-family: "Zen Maru Gothic Bold";
  font-weight: 700;
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Maru Gothic Black";
  font-weight: 700;
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Black.ttf") format("truetype");
}

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

.onkatsu article {
  padding: 100px 0;
  background-color: #cec5f0;
}

.onkatsu .main-visual {
  padding-bottom: 100px;
}

.onkatsu .inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
}

.main-visual .lead-para {
  margin-bottom: 35px;
  color: #221815;
  font-family: "Zen Maru Gothic Black", sans-serif;
  font-size: 23px;
  text-align: center;
  letter-spacing: 2px;
}

.main-visual .lead-para span.end-text {
  font-size: 33px;
}

.main-visual .lead-heading {
  width: 100%;
  margin: 0 auto 80px;
  max-width: 767px;
}

.main-visual .mv-img {
  width: 100%;
}

.ttl-blk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.bubble-ttl {
  position: relative;
  z-index: 2;
  width: 317px;
  line-height: normal;
  margin-right: 30px;
  color: #fff;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-size: 21px;
  text-align: center;
  letter-spacing: normal;
}

.bubble-ttl::before {
  position: absolute;
  top: -14px;
  left: 11px;
  z-index: -1;
  width: 100%;
  height: 167px;
  background: url("../img/img_bubble_ttl.png") no-repeat center/contain;
  content: "";
}

.sec-consult .bubble-ttl::before {
  top: -38px;
}

.sec-consult .ttl-blk {
  padding: 40px 0;
}

.bubble-ttl p {
  line-height: 1.3;
}

.bubble-ttl p+p {
  margin-top: 10px;
}

.sub-ttl {
  line-height: 1.4;
  color: #7a539b;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-size: 42px;
  letter-spacing: 4px;
}

.sub-ttl span {
  display: block;
  font-size: 21px;
  letter-spacing: 2px;
}

.tbl-wrapper {
  margin-bottom: 100px;
}

.tbl-consult {
  width: 100%;
  border-collapse: collapse;
}

.tbl-consult th,
.tbl-consult td {
  padding: 15px 20px;
  border: 1px solid #3c3c41;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-size: 18px;
}

.tbl-consult thead th {
  background-color: #7a539b;
  color: #fff;
  text-align: center;
}

.tbl-consult thead th:first-child,
.tbl-consult thead th:last-child {
  width: 25.5%;
}

.tbl-consult thead th:nth-child(2) {
  width: 45.5%;
}

.tbl-consult tbody td {
  background-color: #fff;
  color: #666666;
  text-align: left;
  letter-spacing: 3px;
}

.tbl-consult tbody td a {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #e2193a;
  background-color: #e2193a;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 20px;
}

.tbl-consult tbody td a:hover {
  background-color: #fff;
  color: #e2193a;
  opacity: 1;
}

.talk-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  color: #666666;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}

.talk-box .talk-img {
  width: 130px;
  max-width: 130px;
}

.talk-box .talk-info {
  width: 780px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
}

.talk-box .talk-info .bubble-talk {
  margin-bottom: 10px;
  padding: 15px 0;
  background: url("../img/img_bubble_purple.png") no-repeat center/100%;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.talk-info .desc-box {
  padding: 25px 35px;
  background-color: #fff;
  border-radius: 10px;
}

.talk-info .desc-box .desc-ttl {
  margin-bottom: 15px;
  color: #7a539b;
  font-size: 21px;
  text-align: center;
  letter-spacing: 3px;
}

.instru {
  display: flex;
  margin-bottom: 20px;
}

.instru.piano {
  justify-content: center;
  align-items: center;
}

.price-box {
  width: 315px;
}

.instru.piano .price-box {
  width: 205px;
  margin-right: 65px;
}

.instru-img {
  width: 377px;
  max-width: 377px;
}

.instru.piano .instru-img {
  width: 133px;
  max-width: 133px;
}

.example {
  display: block;
  margin-bottom: 8px;
  color: #666;
  text-align: right;
}

.price {
  width: 205px;
  text-align: center;
}

.rect-text {
  display: block;
  width: 100%;
  padding: 7px 0;
  border: 1px solid #4e4e4e;
  color: #333;
  font-size: 21px;
  text-align: center;
  letter-spacing: 3px;
}

.col .more-over {
  display: inline;
}

.price-yen {
  display: inline-block;
  line-height: 1.1;
  margin-top: 5px;
  padding: 0 7px 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f6bac4 0%) repeat scroll 0 0;
  color: #333;
  font-size: 33px;
  letter-spacing: 3px;
}

.white-box {
  margin-top: 40px;
  padding: 25px 30px;
  background-color: #fff;
  color: #666666;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 10px;
}

.talk-box+.white-box {
  margin-top: 100px;
}

.white-box .ttl {
  margin-bottom: 22px;
  color: #7a539b;
  font-size: 23px;
}

.white-box .ttl span {
  color: #666;
  font-size: 18px;
}

.white-box p a {
  color: #3357cc;
  text-decoration: underline;
}

.three-col {
  display: flex;
  flex-wrap: wrap;
}


.three-col .col:first-child {
  width: 33.5%;
}


.three-col .col:nth-child(2n) {
  width: 31%;
}


.three-col .col:last-child {
  width: 35.5%;
}

.three-col .col-arr.second,
.three-col .col-arr.first {
  position: relative;
}

.three-col .col-arr.second::after,
.three-col .col-arr.first::after {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 16px;
  height: 30px;
  background: none;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 16px solid #e73176;
}

.three-col .col-arr.second::after {
  right: 35px;
}

.rect-tag {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 8px;
  border: 2px solid #97979a;
  letter-spacing: 1px;
}

.rect-tag.right-pd {
  padding: 3px 13px 3px 3px;
}

.price-pink {
  line-height: 1;
  margin-bottom: 10px;
  color: #e73176;
  font-size: 42px;
}

.three-col .col-arr.second .price-pink {
  margin-left: 30px;
}

.note {
  font-size: 14px;
}

.note-text {
  line-height: 2;
  padding-left: 30px;
  color: #666;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-size: 14px;
}

#onkatsu .school__bk {
  background: url(../img/school_bg_blue.png) no-repeat center/cover;
}

#onkatsu .school__bkWrap {
  background-color: unset;
}

.mg-first {
  margin-left: 27px;
}

.mg-second {
  margin-left: 15px;
}

.col .more-sp {
  display: none;
}


/* tablet */
@media screen and (min-width: 641px) and (max-width: 1100px) {

  .onkatsu article {
    padding: 9.09vw 0;
  }

  .onkatsu .main-visual {
    padding-bottom: 9.09vw;
  }

  .onkatsu .inner {
    max-width: 90.91vw;
  }

  .main-visual .lead-para {
    margin-bottom: 3.18vw;
    font-size: 2.09vw;
    letter-spacing: 0.18vw;
  }

  .main-visual .lead-para span.end-text {
    font-size: 3vw;
  }

  .main-visual .lead-heading {
    margin: 0 auto 7.27vw;
    max-width: 69.73vw;
  }

  .ttl-blk {
    margin-bottom: 3.64vw;
  }

  .bubble-ttl {
    width: 28.82vw;
    margin-right: 2.73vw;
    font-size: 1.91vw;
  }

  .bubble-ttl::before {
    top: -1.27vw;
    left: 1vw;
    height: 15.18vw;
  }

  .sec-consult .bubble-ttl::before {
    top: -3.45vw;
  }

  .sec-consult .ttl-blk {
    padding: 3.64vw 0;
  }

  .bubble-ttl p+p {
    margin-top: 0.91vw;
  }

  .sub-ttl {
    font-size: 3.82vw;
    letter-spacing: 0.36vw;
  }

  .sub-ttl span {
    font-size: 1.91vw;
    letter-spacing: 0.18vw;
  }

  .tbl-wrapper {
    margin-bottom: 9.09vw;
  }

  .tbl-consult th,
  .tbl-consult td {
    padding: 1.36vw 1.82vw;
    border: 0.09vw solid #3c3c41;
    font-size: 1.64vw;
  }

  .tbl-consult tbody td {
    letter-spacing: 0.17vw;
  }

  .tbl-consult tbody td a {
    padding: 0.45vw 1.36vw;
    border: 0.09vw solid #e2193a;
    letter-spacing: 0.27vw;
    border-radius: 1.82vw;
  }

  .talk-box {
    margin-bottom: 3.64vw;
    font-size: 1.64vw;
    letter-spacing: 0.27vw;
  }

  .talk-box .talk-img {
    width: 11.82vw;
    margin-right: 1.82vw;
    max-width: 11.82vw;
  }

  .talk-box .talk-info {
    width: 70.91vw;
  }

  .talk-box .talk-info .bubble-talk {
    margin-bottom: 0.91vw;
    padding: 1.36vw 0;
    font-size: 1.91vw;
  }

  .talk-info .desc-box {
    padding: 2.27vw 3.18vw;
    border-radius: 0.91vw;
  }

  .talk-info .desc-box .desc-ttl {
    margin-bottom: 1.36vw;
    font-size: 1.91vw;
    letter-spacing: 0.27vw;
  }

  .instru {
    margin-bottom: 1.82vw;
  }

  .price-box {
    width: 28.64vw;
  }

  .instru.piano .price-box {
    width: 18.64vw;
    margin-right: 5.91vw;
  }

  .instru-img {
    width: 34.27vw;
    max-width: 34.27vw;
  }

  .instru.piano .instru-img {
    width: 12.09vw;
    max-width: 12.09vw;
  }

  .example {
    margin-bottom: 0.73vw;
  }

  .price {
    width: 18.64vw;
  }

  .rect-text {
    padding: 0.64vw 0;
    border: 0.09vw solid #4e4e4e;
    font-size: 1.91vw;
    letter-spacing: 0.27vw;
  }

  .price-yen {
    margin-top: 0.45vw;
    padding: 0 0.64vw 0 0;
    font-size: 3vw;
    letter-spacing: 0.27vw;
  }

  .white-box {
    margin-top: 3.64vw;
    padding: 2.27vw 2.73vw;
    font-size: 1.64vw;
    letter-spacing: 0.27vw;
    border-radius: 0.91vw;
  }

  .talk-box+.white-box {
    margin-top: 9.09vw;
  }

  .white-box .ttl {
    margin-bottom: 2vw;
    font-size: 2.09vw;
  }

  .white-box .ttl span {
    font-size: 1.64vw;
  }


  .three-col .col:last-child,
  .three-col .col:nth-child(2n),
  .three-col .col:first-child {
    width: 100%;
    text-align: center;
  }

  .three-col .col-arr.second,
  .three-col .col-arr.first {
    position: relative;
    padding-bottom: 30px;
  }

  .three-col .col-arr.second::after,
  .three-col .col-arr.first::after {
    top: unset;
    right: 47%;
    bottom: 0;
    width: 2.73vw;
    height: 1.45vw;
    transform: translateX(-50%);
    border-left: 1.365vw solid transparent;
    border-right: 1.365vw solid transparent;
    border-top: 1.45vw solid #e73176;

  }

  .three-col .col-arr.second::after {
    right: 47%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .rect-tag {
    margin-bottom: 0.64vw;
    padding: 0.27vw 0.73vw;
    border: 0.18vw solid #97979a;
    letter-spacing: 0.09vw;
  }

  .rect-tag.right-pd {
    padding: 0.27vw 1.18vw 0.27vw 0.27vw;
  }

  .col .more-over {
    display: none;
  }

  .col .more-sp {
    display: block;
    margin-bottom: 5px;
  }

  .price-pink {
    margin-bottom: 0.91vw;
    font-size: 3.82vw;
  }

  .three-col .col-arr.second .price-pink {
    margin-left: 0;
  }

  .note {
    font-size: 1.57vw;
  }

  .note-text {
    padding-left: 2.73vw;
    font-size: 1.77vw;
  }

  .mg-first {
    margin-left: 2.45vw;
  }

  .mg-second {
    margin-left: 1.36vw;
  }

}

/* sp */
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .onkatsu article {
    padding: 15.62vw 0;
  }

  .onkatsu .main-visual {
    padding-bottom: 15.62vw;
  }

  .onkatsu .inner {
    max-width: 156.25vw;
  }

  .main-visual .lead-para {
    margin-bottom: 5.47vw;
    font-size: 3.39vw;
    letter-spacing: 0.31vw;
  }

  .main-visual .lead-para span.end-text {
    font-size: 5.16vw;
  }

  .main-visual .lead-heading {
    margin: 0 auto 12.5vw;
    max-width: 119.85vw;
  }

  .ttl-blk {
    display: block;
    margin-bottom: 6.26vw;
  }

  .bubble-ttl {
    width: fit-content;
    margin-right: auto;
    margin-bottom: 3.25vw;
    margin-left: auto;
    padding: 2.34vw 10.94vw 2.69vw;
    color: #e73176;
    font-size: 4.08vw;
    line-height: 1.2;
  }

  .bubble-ttl::before {
    top: 50%;
    left: 0;
    width: 10.47vw;
    height: 14.84vw;
    background: url("../img/ico_left_strike.png") no-repeat center/cover;
    transform: translateY(-50%);
  }

  .bubble-ttl::after {
    position: absolute;
    top: 50%;
    right: 2.03vw;
    width: 10.47vw;
    height: 14.84vw;
    background: url("../img/ico_right_strike.png") no-repeat center/cover;
    content: "";
    transform: translateY(-50%);
  }

  .sec-consult .bubble-ttl {
    margin-bottom: 1.25vw;
  }

  .sec-consult .bubble-ttl::before {
    top: 50%;
    left: 0;
  }

  .sec-consult .ttl-blk {
    margin-bottom: 0;
    padding: 6.26vw 0;
  }

  .bubble-ttl p+p {
    margin-top: 0;
  }

  .bubble-ttl p .period {
    margin-right: 2.34vw;
  }

  .sub-ttl {
    font-size: 4.77vw;
    text-align: center;
    letter-spacing: 0.62vw;
  }

  .sub-ttl span {
    font-size: 3.18vw;
    letter-spacing: 0.21vw;
  }

  .tbl-wrapper {
    margin-bottom: 15.62vw;
    overflow-x: auto;
  }

  .tbl-consult {
    width: 680px;
  }

  .tbl-consult th,
  .tbl-consult td {
    padding: 2.34vw 3.13vw;
    font-size: 14px;
  }

  .tbl-consult tbody td {
    letter-spacing: 0.29vw;
  }

  .tbl-consult tbody td a {
    padding: 0.77vw 2.34vw;
    border: 0.15vw solid #e2193a;
    letter-spacing: 0.46vw;
    border-radius: 4.53vw;
  }

  .talk-box {
    margin-bottom: 6.26vw;
    font-size: 14px;
    letter-spacing: 0.46vw;
  }

  .talk-box .talk-img {
    width: 20.32vw;
    margin-right: auto;
    margin-left: auto;
    max-width: 12.5vw;
  }

  .talk-box .talk-info {
    width: 121.88vw;
  }

  .talk-box .talk-info .bubble-talk {
    margin-bottom: 2.56vw;
    padding: 2.34vw 0;
    font-size: 3.28vw;
    background: url("../img/img_bubble_purple_sp.png") no-repeat center/100%;
    background-position: 0 1.14vw;
    letter-spacing: 0.16vw;
  }

  .talk-info .desc-box {
    padding: 3.9vw 5.47vw;
    border-radius: 1.56vw;
  }

  .talk-info .desc-box .desc-ttl {
    margin-bottom: 2.34vw;
    font-size: 16px;
    letter-spacing: 0.16vw;
  }

  .instru {
    display: block;
    margin-bottom: 3.13vw;
  }

  .price-box {
    width: 100%;
  }

  .instru.piano .price-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }

  .instru-img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .instru.piano .instru-img {
    width: 35%;
    max-width: 100%;
  }

  .example {
    margin-bottom: 3.25vw;
    text-align: center;
  }

  .price {
    width: 35vw;
    margin: 0 auto 2vw;
  }

  .rect-text {
    padding: 1.1vw 0;
    border: 0.15vw solid #4e4e4e;
    font-size: 14px;
    letter-spacing: 0.46vw;
  }

  .col .more-over {
    display: none;
  }

  .col .more-sp {
    display: block;
    margin-bottom: 0.78vw;
  }

  .price-yen {
    margin-top: 0.77vw;
    padding: 0 1.1vw 0 0;
    font-size: 28px;
    letter-spacing: 0.46vw;
  }

  .white-box {
    margin-top: 6.26vw;
    padding: 3.9vw 4.69vw;
    font-size: 14px;
    letter-spacing: 0.46vw;
    border-radius: 1.56vw;
  }

  .talk-box+.white-box {
    margin-top: 15.62vw;
  }

  .white-box .ttl {
    margin-bottom: 3.44vw;
    font-size: 18px;
  }

  .white-box .ttl span {
    font-size: 14px;
  }


  .three-col .col:last-child,
  .three-col .col:nth-child(2n),
  .three-col .col:first-child {
    width: 100%;
    text-align: center;
  }

  .three-col .col-arr.second,
  .three-col .col-arr.first {
    position: relative;
    padding-bottom: 7.03vw;
  }

  .three-col .col-arr.second::after,
  .three-col .col-arr.first::after {
    top: unset;
    right: 43%;
    bottom: 0;
    width: 4.69vw;
    height: 2.49vw;
    transform: translateX(-50%);
    border-left: 2.35vw solid transparent;
    border-right: 2.35vw solid transparent;
    border-top: 2.49vw solid #e73176;

  }

  .three-col .col-arr.second::after {
    right: 43%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .rect-tag {
    margin-bottom: 1.1vw;
    padding: 0.46vw 1.25vw;
    border: 0.31vw solid #97979a;
    letter-spacing: 0.15vw;
  }

  .rect-tag.right-pd {
    padding: 0.46vw 2.03vw 0.46vw 0.46vw;
  }

  .price-pink {
    margin-bottom: 1.56vw;
    font-size: 32px;
  }

  .three-col .col-arr.second .price-pink {
    margin-left: 0;
  }

  .note {
    font-size: 14px;
  }

  .note-text {
    padding-left: 1.69vw;
    font-size: 14px;
  }

  .mg-first {
    margin-left: 4.21vw;
  }

  .mg-second {
    margin-left: 2.34vw;
  }

}

@media screen and (max-width: 480px) {
  .bubble-ttl {
    font-size: 3.8vw;
  }

  .bubble-ttl::before {
    width: 8.47vw;
    height: 11.84vw;
  }

  .bubble-ttl::after {
    width: 8.47vw;
    height: 11.84vw;
  }

}