@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&family=Open+Sans:wght@400;500;600;700&family=PT+Serif:ital@0;1&display=swap");
/**
*
* Testing
*
**/
@font-face {
  font-family: "b2sq";
  src: url(../../fonts/b2sq.ttf);
  font-family: "KozGoPr6N-Regular";
  src: url(../../fonts/KozGoPr6N-Regular.otf);
  font-family: "MyriadPro-Regular";
  src: url(../../fonts/MyriadPro-Regular.otf);
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  max-width: 100vw !important;
  width: 100%;
}

.main {
  min-height: 750px;
  height: max-content;
}
@media (max-width: 576px) {
  .main {
    min-height: 700px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
@media (max-width: 576px) {
  p {
    font-size: 13px;
  }
}
@media (min-width: 1369px) {
  p {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

.homeTop {
  background-image: url(../img/homeTopBackground.png);
  background-size: cover;
  width: 100%;
  position: relative;
  height: auto;
}

.logo {
  max-width: 26%;
  height: auto;
}
@media (max-width: 576px) {
  .logo {
    max-width: 100%;
    position: absolute;
    width: 55px;
    top: -15%;
    margin: 10px;
    right: 1%;
  }
}

.menu {
  background-image: url(../img/menuBackground.png);
  background-size: cover;
  width: 95%;
  height: auto;
  padding: 100px 0 60px 10px;
  position: relative;
}
@media (max-width: 576px) {
  .menu {
    width: 90%;
    padding: 35px 0 30px 0px;
    height: 400px;
  }
}

.doremiBtn {
  text-align: center;
  background-image: url(../img/btn.png);
  background-size: 100%;
  color: #fff;
  font-size: 25px;
  max-width: 320px;
  max-height: 80px;
  min-width: 300px;
  min-height: 75px;
  background-color: transparent;
  border: none;
  font-weight: 500;
}
@media (max-width: 576px) {
  .doremiBtn {
    font-size: 20px;
    max-width: 270px;
    max-height: 68px;
    min-width: 242px;
    min-height: 61px;
  }
}

.navbarLinks {
  display: block !important;
}
@media (max-width: 576px) {
  .navbarLinks {
    display: none !important;
  }
}

.menuLink {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin: 32px;
  align-items: center;
}
@media (max-width: 576px) {
  .menuLink {
    margin: 15px;
  }
}
@media (min-width: 1370px) {
  .menuLink {
    margin: 42px;
  }
}

.menuLink img {
  max-width: 15px;
  height: auto;
}
@media (max-width: 576px) {
  .menuLink img {
    max-width: 12px;
  }
}

@keyframes slideOutAnimation {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes slideInAnimation {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.slideIn {
  animation: slideInAnimation 0.5s 1;
}

.slideOut {
  animation: slideOutAnimation 0.5s 1;
}

.menuLink span {
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  color: #010100;
  margin-left: 10px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .menuLink span {
    font-size: 16px;
  }
}
.menuLink span:hover {
  color: #c2c2c2;
}

.socialImg {
  display: flex;
  flex-direction: row;
}

.socialLink {
  margin: 20px;
}
@media (max-width: 576px) {
  .socialLink {
    margin: 0px 10px 10px 10px;
  }
}

.socialLinkNav img {
  max-width: 40px;
  height: auto;
}
@media (max-width: 576px) {
  .socialLinkNav img {
    max-width: 24px;
  }
}

.socialLinkNav {
  margin: 20px;
}
@media (max-width: 576px) {
  .socialLinkNav {
    margin: 15px 10px 15px 10px;
  }
}

.socialLink img {
  max-width: 40px;
  height: auto;
}
@media (max-width: 576px) {
  .socialLink img {
    max-width: 24px;
  }
}

.kidImg {
  position: absolute;
  top: 49%;
  left: 76%;
  width: 109%;
}
@media (max-width: 576px) {
  .kidImg {
    top: 41%;
    left: 25%;
    width: 115%;
  }
}

.kidImg img {
  height: auto;
  max-width: 123%;
}
@media (max-width: 576px) {
  .kidImg img {
    top: 15%;
    left: 21%;
    width: 127%;
  }
}

.redbtn {
  height: 70px;
}
@media (max-width: 576px) {
  .redbtn {
    height: 45px;
  }
}

.logoTxt {
  position: absolute;
  top: 27%;
  left: 76%;
  width: 109%;
}
@media (max-width: 576px) {
  .logoTxt {
    top: 15%;
    left: 21%;
    width: 127%;
  }
}
.logoTxt .bigtxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  font-size: 82px !important;
  margin-bottom: 0px !important;
  color: #c27ba0;
  filter: drop-shadow(3px 1px 0px #fff);
}
@media (min-width: 1369px) {
  .logoTxt .bigtxt p {
    font-size: 82px !important;
  }
}
@media (max-width: 576px) {
  .logoTxt .bigtxt p {
    font-size: 34px !important;
  }
}
.logoTxt .smalltxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  font-size: 55px !important;
  color: #6aa84f;
}
@media (min-width: 1369px) {
  .logoTxt .smalltxt p {
    font-size: 55px !important;
  }
}

.call {
  position: absolute;
  bottom: -5%;
  left: 96%;
  width: 94%;
}
@media (max-width: 576px) {
  .call {
    bottom: -7%;
    left: 60%;
    width: 100%;
    font-weight: 500;
  }
}
.call a {
  color: #000;
}
.call a:hover {
  color: #000;
}

.call span {
  font-family: "M PLUS Rounded 1c";
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #010100;
  text-align: end;
}
@media (max-width: 576px) {
  .call span {
    font-size: 22px;
    letter-spacing: 1.3px;
  }
}
.call span p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #010100;
  text-align: end;
}
@media (max-width: 576px) {
  .call span p {
    font-size: 15px;
  }
}

.call img {
  max-height: 41px;
  width: auto;
  margin-top: 6px;
}
@media (max-width: 576px) {
  .call img {
    max-height: 24px;
  }
}

.cardView {
  width: 100%;
  height: auto;
  position: relative;
}
.cardView h2 {
  font-weight: 600;
}
@media (max-width: 576px) {
  .cardView h2 {
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .cardView .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.musicImg {
  width: 6%;
  position: absolute;
  top: -10%;
  left: 14%;
}
@media (max-width: 576px) {
  .musicImg {
    width: 14%;
    top: -8%;
    left: 1%;
  }
}

.nineImg {
  width: 8%;
  position: absolute;
  bottom: -15%;
  right: 16%;
}
@media (max-width: 576px) {
  .nineImg {
    width: 11%;
    bottom: -8%;
    right: 23%;
  }
}

.kingImg {
  width: 7%;
  position: absolute;
  top: -4%;
  right: 10%;
}
@media (max-width: 576px) {
  .kingImg {
    width: 15%;
    top: -6%;
    right: 8%;
  }
}

.bcard {
  background-image: url(../img/card.png);
  background-size: cover;
  background-color: #fff;
  background-position: center;
  padding: 60px 50px 50px 50px !important;
}
@media (max-width: 576px) {
  .bcard {
    padding: 0px 15px 20px 15px !important;
  }
}
@media (max-width: 576px) {
  .bcard .col-4 .img-fluid {
    max-width: 96% !important;
  }
}

.cardText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 35px;
  color: #010100;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 576px) {
  .cardText {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.25px;
    width: 94%;
    margin: 0 3%;
  }
}
@media (min-width: 1369px) {
  .cardText {
    font-size: 19px;
  }
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .tiles {
    top: 1%;
  }
}

.videoModal {
  max-width: 55% !important;
}
@media (max-width: 576px) {
  .videoModal {
    max-width: 100% !important;
  }
}

.tiles img {
  max-width: 75%;
  height: auto;
}

.bg-1 {
  position: absolute;
  z-index: -1;
  top: 42%;
  left: 0;
}

.hashImg {
  width: 7%;
  position: absolute;
  top: 1%;
  left: 9%;
  z-index: 1;
}
@media (max-width: 576px) {
  .hashImg {
    width: 20%;
    position: absolute;
    top: -10%;
    left: 80%;
  }
}

.videoImg {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 300px;
  z-index: 10;
}
@media (max-width: 576px) {
  .videoImg {
    margin-top: 50px;
    margin-bottom: 150px;
  }
}

.videoImg img:nth-child(1) {
  max-width: 94% !important;
  margin-left: 3%;
}

.videoImg img:nth-child(2) {
  position: absolute;
  top: -85px;
  left: 0;
  pointer-events: none;
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .videoImg img:nth-child(2) {
    top: -42px;
  }
}

.videoImg img:nth-child(3) {
  max-width: 90px !important;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .videoImg img:nth-child(3) {
    max-width: 70px !important;
  }
}

.bg-2 {
  position: absolute;
  z-index: 1;
  top: -6%;
  left: 0%;
  width: 87%;
  transform: rotate(0deg);
}
@media (max-width: 576px) {
  .bg-2 {
    top: 81%;
    width: 100%;
    left: 0%;
  }
}

.bg-2-2 {
  position: absolute;
  z-index: 1;
  top: 69%;
  left: 83%;
  width: 8%;
}
@media (max-width: 576px) {
  .bg-2-2 {
    top: -5%;
    left: 3%;
    width: 16%;
  }
}

.bg-3 {
  position: absolute;
  z-index: -1;
  top: 48%;
  left: 5%;
  width: 89%;
}
@media (max-width: 576px) {
  .bg-3 {
    top: 51%;
    width: 100%;
    left: 0%;
  }
}

.titleTxt {
  font-family: "M PLUS Rounded 1c";
  font-size: 32px;
  letter-spacing: 2.65px;
  color: #010100;
}
@media (max-width: 576px) {
  .titleTxt {
    font-size: 25px;
  }
}

.sliderCard {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.sliderCard .sliderCardImg {
  object-fit: cover;
}
@media (max-width: 576px) {
  .sliderCard .sliderCardImg {
    width: 100% !important;
    height: 200px !important;
  }
}
.sliderCard img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media (max-width: 576px) {
  .sliderCard img {
    width: 100%;
    height: 250px;
  }
}
.sliderCard .certImg {
  width: 50px;
  height: 50px;
}

.sliderCard .content {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 10px;
  justify-content: start;
  height: max-content;
  background-color: #85ba44;
}
.sliderCard .content p {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  margin-bottom: 5px;
}
@media (min-width: 1369px) {
  .sliderCard .content p {
    font-size: 17px;
  }
}
.sliderCard .content span {
  font-size: 13px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: -webkit-box;
}
@media (min-width: 1369px) {
  .sliderCard .content span {
    font-size: 16px;
  }
}
.sliderCard .content .secondSlide {
  font-size: 22px;
}
.sliderCard content:nth-child(3n+0) {
  background: #efa93f;
}
.sliderCard content:nth-child(2n+0) {
  background: #9f6298;
}

.owl2 span {
  -webkit-line-clamp: 2 !important;
}

.leftSlide {
  position: absolute;
  margin: auto;
  left: -80px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: center;
  z-index: 1;
}
@media (max-width: 576px) {
  .leftSlide {
    position: unset;
    margin: unset;
    margin-left: auto;
    margin-top: 15px !important;
    margin-right: 5px;
  }
}
.leftSlide img {
  max-width: 70% !important;
}
@media (max-width: 576px) {
  .leftSlide img {
    max-width: 100% !important;
  }
}

.rightSlide {
  position: absolute;
  margin: auto;
  left: auto;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: center;
  z-index: 1;
}
@media (max-width: 576px) {
  .rightSlide {
    position: unset;
    margin: unset;
    margin-right: auto;
    margin-top: 15px !important;
    margin-left: 5px;
  }
}
.rightSlide img {
  max-width: 70% !important;
}
@media (max-width: 576px) {
  .rightSlide img {
    max-width: 100% !important;
  }
}

.rightSlide,
.leftSlide img:hover {
  cursor: pointer;
}

#instructor {
  margin-bottom: -50px !important;
}
@media (max-width: 576px) {
  #instructor {
    margin-bottom: 20px !important;
  }
}

.instructorSlide {
  height: 985px;
}
@media (max-width: 576px) {
  .instructorSlide {
    height: 550px;
  }
}

.trapezoidLDiv {
  margin-top: 115px !important;
  width: 41% !important;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%);
}
@media (max-width: 576px) {
  .trapezoidLDiv {
    width: 85% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 100px !important;
    margin-bottom: 0px;
  }
}

.dottedTitle {
  font-family: "M PLUS Rounded 1c";
  font-size: 42px;
  letter-spacing: 14px;
  color: #010100;
  margin-top: -14px;
  position: absolute;
  width: 43% !important;
  top: 11%;
  right: 0%;
  left: 40%;
  text-align: center;
  background-image: linear-gradient(to right, #e7161b 65%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}
@media (max-width: 576px) {
  .dottedTitle {
    font-size: 20px;
    top: 7%;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.trapezoidRDiv {
  background-image: url(../img/descriptor.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 1;
  width: 75% !important;
  padding-left: 16% !important;
  padding-right: unset;
}
@media (max-width: 576px) {
  .trapezoidRDiv {
    width: 97% !important;
    top: 26%;
    padding-right: 0px !important;
    right: 0px;
    padding-left: 0% !important;
  }
}
.trapezoidRDiv .descriptionholder {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (max-width: 576px) {
  .trapezoidRDiv .descriptionholder {
    margin-top: 40%;
    margin-left: -50px;
    height: auto;
  }
}

.andImg {
  width: 7% !important;
  position: absolute;
  top: 10.5%;
  right: 6%;
  z-index: 2;
}
@media (max-width: 576px) {
  .andImg {
    top: 5%;
    right: -2%;
    width: 20% !important;
  }
}

.womanTitle {
  font-family: "M PLUS Rounded 1c";
  font-size: 28px;
  color: #010100;
  margin-top: 65px;
  text-align: start;
}
@media (max-width: 576px) {
  .womanTitle {
    font-size: 17px;
    margin-top: 22px;
    text-align: center;
  }
}

.womanDescription {
  font-family: "M PLUS Rounded 1c";
  font-size: 14px;
  line-height: 35px;
  color: #010100;
  margin-top: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .womanDescription {
    line-height: 20px;
    margin-top: 0px;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    will-change: -webkit-box;
    overflow: hidden;
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1369px) {
  .womanDescription {
    font-size: 18px;
  }
}

.mb-cert {
  position: absolute;
  position: absolute;
  top: 40%;
  z-index: 2;
  right: 2%;
}

.Link {
  color: #010100;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .Link {
    font-size: 16px;
    position: relative;
    z-index: 100;
  }
}

.pointers {
  position: absolute;
  width: 80px !important;
  top: 61%;
  right: 67%;
  z-index: 2;
}
@media (max-width: 576px) {
  .pointers {
    right: 26%;
    top: 58%;
  }
}
@media (min-width: 1369px) {
  .pointers {
    top: 74%;
  }
}
.pointers img {
  margin: 5px;
  max-width: 20px;
}
@media (max-width: 576px) {
  .pointers img {
    max-width: 10px;
  }
}

.newsBG {
  background-image: url(../img/newsBG.png);
  background-size: 100% 100%;
}
@media (max-width: 576px) {
  .newsBG {
    background-image: url(../img/newsBGSP.png);
  }
}
.newsBG .para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: -webkit-box;
}
@media (max-width: 576px) {
  .newsBG .para {
    -webkit-line-clamp: 4;
  }
}

.topRightBorder {
  background-image: url(../img/border.png);
  background-size: 100% 100%;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .topRightBorder {
    padding-top: 30px;
  }
}
.topRightBorder table {
  width: auto;
}
@media (max-width: 576px) {
  .topRightBorder table {
    width: 100%;
  }
}

td p {
  margin-bottom: 0;
  text-align: center;
}

.borderTxt {
  background-color: #fff;
  position: absolute;
  top: -8%;
  left: 0;
  font-size: 20px;
  padding-right: 10px;
}
@media (min-width: 1369px) {
  .borderTxt {
    font-size: 24px;
    padding-right: 20px;
  }
}

.piaonoShedTxt {
  position: absolute;
  top: 25%;
  left: auto;
  right: 5%;
}
@media (max-width: 576px) {
  .piaonoShedTxt {
    top: 35%;
  }
}
.piaonoShedTxt p {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
@media (min-width: 1369px) {
  .piaonoShedTxt p {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .piaonoShedTxt p {
    font-size: 22px;
  }
}

.melodyImg {
  max-width: 100% !important;
}

.contactTable {
  width: 100% !important;
}
.contactTable tr:nth-child(1) td p {
  text-align: center;
  font-size: 15px;
}
@media (min-width: 1369px) {
  .contactTable tr:nth-child(1) td p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .contactTable tr:nth-child(1) td p {
    font-size: 15px;
  }
}
.contactTable tr:nth-child(1) td:nth-child(1) p {
  text-align: end;
}
.contactTable td p {
  margin-bottom: 0;
  text-align: start;
}

.footer {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer {
    margin-bottom: 50px;
  }
}

.pinkBanner {
  background-image: url(../img/footer.png);
  background-size: 100% 100%;
  background-position: center;
}
.pinkBanner .footerTxt {
  font-size: 18px;
}
@media (min-width: 1369px) {
  .pinkBanner .footerTxt {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .pinkBanner .footerTxt {
    font-size: 14px;
  }
}
.pinkBanner .footerSocial {
  position: absolute;
  top: 5%;
  right: 0%;
}
@media (max-width: 576px) {
  .pinkBanner .footerSocial {
    position: relative;
    top: 65%;
    right: -26%;
    margin-bottom: 45px;
  }
}
.pinkBanner p {
  margin-bottom: 5px !important;
}

.footphonecontact p {
  margin-bottom: 0 !important;
}

.header img {
  max-width: 75%;
}
@media (max-width: 576px) {
  .header img {
    max-width: 90%;
  }
}
.header p {
  font-size: 24px;
  margin-top: 0px;
}
@media (max-width: 576px) {
  .header p {
    font-size: 12px;
    margin-top: 10px;
  }
}

.headLogo {
  max-width: 75%;
  margin: auto 5%;
}
@media (max-width: 576px) {
  .headLogo {
    max-width: 95%;
  }
}

.hcall span {
  font-family: "M PLUS Rounded 1c";
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #010100;
  text-align: end;
}
@media (max-width: 576px) {
  .hcall span {
    font-size: 16px;
    letter-spacing: 1.3px;
  }
}
.hcall span p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #010100;
  text-align: end;
}
@media (max-width: 576px) {
  .hcall span p {
    font-size: 12px;
  }
}
.hcall span a {
  color: #010100;
  text-decoration: none;
}

.fi-img {
  max-width: 14% !important;
  height: auto;
  position: absolute;
  right: 4%;
  top: -177px;
}
@media (max-width: 576px) {
  .fi-img {
    top: -51px;
    max-width: 16% !important;
    right: 5%;
  }
}

.bat-img {
  max-width: 9% !important;
  height: auto;
  position: absolute;
  right: 16%;
  top: -279px;
}
@media (max-width: 576px) {
  .bat-img {
    max-width: 13% !important;
    height: auto;
    position: absolute;
    right: 3%;
    top: -162px;
  }
}

.uImg {
  max-width: 8% !important;
  height: auto;
  position: absolute;
  left: 9%;
  top: -40px;
}
@media (max-width: 576px) {
  .uImg {
    max-width: 12% !important;
    left: 4%;
    top: -25px;
  }
}

.playerImg {
  position: absolute;
  max-width: 11% !important;
  height: auto;
  position: absolute;
  left: 8%;
  top: -65%;
}
@media (max-width: 576px) {
  .playerImg {
    max-width: 12% !important;
    height: auto;
    position: absolute;
    top: -35%;
    left: 4%;
  }
}

.frame {
  background-image: url(../img/frame.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 6% 5%;
}
.frame img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .frame {
    padding: 6% 5%;
  }
}

.datepicker.datepicker-inline {
  width: 100%;
}
.datepicker.datepicker-inline .table-condensed {
  font-size: 1.5rem;
}
.datepicker.datepicker-inline .table-condensed td,
.datepicker.datepicker-inline .table-condensed th {
  border: solid black 1px;
  padding: 1rem 2rem !important;
}
@media (max-width: 576px) {
  .datepicker.datepicker-inline .table-condensed td,
.datepicker.datepicker-inline .table-condensed th {
    padding: 0.2rem 0.5rem !important;
  }
}
.datepicker.datepicker-inline .table-condensed thead tr:nth-child(2) td,
.datepicker.datepicker-inline .table-condensed thead tr:nth-child(2) th {
  border: solid black 0px;
}

.customRadio label {
  font-size: 24px;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .customRadio label {
    font-size: 16px;
    margin-left: 0px;
  }
}
.customRadio input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .customRadio input[type=radio] {
    margin-top: 3px;
  }
}

a {
  text-decoration: none !important;
}

.title-img {
  max-width: 57px;
  width: 28px;
  margin-top: -19px;
  margin-right: 6px;
  margin-bottom: 6px;
}
@media (max-width: 576px) {
  .title-img {
    max-width: 35px;
    margin-top: 10px;
  }
}

.lessonTable colgroup col:nth-child(1) {
  width: 30%;
}
.lessonTable colgroup col:nth-child(2) {
  width: 70%;
}
@media (max-width: 576px) {
  .lessonTable colgroup col:nth-child(1) {
    width: 40%;
  }
  .lessonTable colgroup col:nth-child(2) {
    width: 60%;
  }
}
.lessonTable tbody tr td {
  padding: 15px;
}
@media (max-width: 576px) {
  .lessonTable tbody tr td {
    padding: 9px;
  }
}

.CheckBox input {
  width: 25px !important;
  height: 25px !important;
}
@media (max-width: 576px) {
  .CheckBox input {
    width: 15px !important;
    height: 15px !important;
  }
}
.CheckBox label p {
  font-size: 25px;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .CheckBox label p {
    font-size: 18px;
  }
}

.breadcrumbcc p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .breadcrumbcc p {
    font-size: 12px;
  }
}
.breadcrumbcc a {
  font-size: 20px;
}
@media (max-width: 576px) {
  .breadcrumbcc a {
    font-size: 12px;
  }
}

.footerlogo {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footerlogo {
    margin-bottom: 10px;
  }
}
.footerlogo .bigtxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  margin-bottom: 0px !important;
  font-size: 42px;
  color: #c27ba0;
}
@media (max-width: 576px) {
  .footerlogo .bigtxt p {
    font-size: 34px !important;
  }
}
@media (min-width: 1369px) {
  .footerlogo .bigtxt p {
    font-size: 52px !important;
  }
}
.footerlogo .smalltxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  font-size: 25px !important;
  color: #6aa84f;
}
@media (max-width: 576px) {
  .footerlogo .smalltxt p {
    font-size: 20px !important;
  }
}
@media (min-width: 1369px) {
  .footerlogo .smalltxt p {
    font-size: 30px !important;
  }
}

.footer a {
  text-decoration: none;
  color: #000;
}

.lessonTable {
  background-image: url(../img/tableBack.png);
  background-size: cover;
  width: 100%;
  position: relative;
  height: auto;
}
.lessonTable .eventTable {
  border-collapse: separate;
  border: solid black 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #fff;
}
.lessonTable .eventTable tr td {
  border-left: solid black 1px;
  border-top: solid black 1px;
  padding: 10px;
}
.lessonTable .eventTable tr td p {
  margin-bottom: 0;
  text-align: start;
}
.lessonTable .eventTable tr td:first-child {
  border-left: none;
}
.lessonTable .eventTable tr td:first-child p {
  margin-bottom: 0;
  text-align: center;
}

.headerTxt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .headerTxt {
    top: 24%;
    left: 10%;
    width: 100%;
  }
}
.headerTxt .bigtxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  font-size: 42px;
  margin: 0px 20px 0px 0px !important;
  color: #c27ba0;
}
@media (min-width: 1369px) {
  .headerTxt .bigtxt p {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .headerTxt .bigtxt p {
    font-size: 20px;
    margin: 0px 10px 0px 5px !important;
  }
}
.headerTxt .smalltxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  font-size: 25px;
  margin: 0px !important;
  color: #6aa84f;
}
@media (min-width: 1369px) {
  .headerTxt .smalltxt p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .headerTxt .smalltxt p {
    font-size: 14px;
  }
}

.gmap_canvas {
  width: 100%;
  height: auto;
}
.gmap_canvas iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 576px) {
  .gmap_canvas iframe {
    height: 200px;
  }
}

.bg-grey {
  background-color: #c6c6c6;
}

button.disabled {
  opacity: 0.5;
}

.lessonTable tbody tr:nth-child(1) td {
  border-top: none;
}

.linkp {
  font-size: 16px;
}
@media (max-width: 576px) {
  .linkp {
    font-size: 11px;
  }
}

.teacherLink {
  margin-top: -100px !important;
  z-index: 100;
}
@media (max-width: 576px) {
  .teacherLink {
    margin-top: 0px !important;
  }
}

.allteacherimg {
  width: 100% !important;
  height: auto !important;
}

.teachersdetailstext {
  -webkit-line-clamp: 5 !important;
}

.owl3 .owl-dots {
  text-align: start;
  padding-top: 15px;
}
@media (max-width: 576px) {
  .owl3 .owl-dots {
    text-align: center;
  }
}
.owl3 .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl3 .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl3 .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl3 .owl-dots {
  position: relative;
  top: -323px;
  left: 25%;
}
@media (max-width: 576px) {
  .owl3 .owl-dots {
    top: 0;
    width: 100%;
    left: 0%;
    margin-bottom: 2rem;
  }
}
.owl3 button.owl-dot {
  background: #d3cbcb !important;
}
.owl3 .owl-dots button.owl-dot.active {
  background: #f0849c !important;
}

.custom-file-label::after {
  content: "アップロード";
}

#firstTime .modal-content {
  background-image: url(../img/bc1.png);
  background-size: 100% auto;
  position: relative;
}
#firstTime .modal-content .close-btn {
  max-width: 30px;
}
#firstTime .modal-content .titleimg {
  height: 30px;
  margin-right: 10px;
}
#firstTime .modal-content .title {
  color: #eb6e8f;
}
#firstTime .modal-content p {
  font-size: 18px !important;
}
@media (max-width: 576px) {
  #firstTime .modal-content p {
    font-size: 11px !important;
  }
}
#firstTime .modal-content .clipart-1 {
  max-width: 90px;
  position: absolute;
  top: 5%;
  left: 13%;
}
@media (max-width: 576px) {
  #firstTime .modal-content .clipart-1 {
    max-width: 50px;
  }
}
#firstTime .modal-content .clipart-2 {
  max-width: 90px;
  position: absolute;
  bottom: 14%;
  right: 18%;
}
@media (max-width: 576px) {
  #firstTime .modal-content .clipart-2 {
    max-width: 50px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.popmenu {
  position: fixed;
  width: 100%;
  display: none;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 576px) {
  .popmenu {
    display: flex;
  }
}
.popmenu .menu1,
.popmenu .menu2,
.popmenu .menu3,
.popmenu .menu4 {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  padding: 8px 6px;
  color: #e95283;
  font-family: "M PLUS 1p", sans-serif;
}
.popmenu .menu1:hover,
.popmenu .menu2:hover,
.popmenu .menu3:hover,
.popmenu .menu4:hover {
  text-decoration: none;
}
.popmenu .menu1 {
  background-color: #f3cbd0;
}
.popmenu .menu2 {
  background-color: #f8d695;
}
.popmenu .menu3 {
  background-color: #ddcbe3;
}
.popmenu .menu4 {
  background-color: #bbdae8;
}

.object-fit-cover {
  object-fit: cover;
}

.mobilemenu {
  width: 100%;
  background-color: #fff;
  padding: 10px 0px;
  display: inline-flex;
}
@media (min-width: 577px) {
  .mobilemenu {
    display: none;
  }
}
.mobilemenu .toggler {
  background-image: url(../img/toggler.png);
  background-position: center;
  background-size: 100% 100%;
  width: 40px;
  height: 30px;
  margin-left: 20px;
  z-index: 1000;
  position: relative;
  margin-top: 10px;
}
.mobilemenu a {
  margin-left: auto;
}
.mobilemenu a .mobileLogo {
  max-width: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.datepicker table tr td {
  color: #0d6efd;
}
.datepicker table tr .disabled,
.datepicker table tr .old {
  font-weight: normal;
}

/*# sourceMappingURL=style.css.map */
