@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: "Noto Sans JP", sans-serif;
}

p {
  font-size: 16px;
  font-family: "Noto Sans JP", 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(../../solludico/img/homeTopBackground.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  height: auto;
}
@media (max-width: 576px) {
  .homeTop {
    background-position: 54%;
  }
}
.homeTop .title {
  position: absolute;
  top: 27%;
  right: 10%;
}
@media (max-width: 576px) {
  .homeTop .title {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
  }
}
.homeTop .title p:nth-child(1) {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .homeTop .title p:nth-child(1) {
    font-size: 0.93rem;
    text-align: start;
    margin-left: 5%;
    margin-bottom: 3px !important;
  }
}
.homeTop .title p:nth-child(2) {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .homeTop .title p:nth-child(2) {
    font-size: 1.65rem;
    letter-spacing: 0.1rem;
    text-align: start;
    margin-left: 5%;
  }
}
.homeTop .logo {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 330px;
  height: auto;
}
@media (max-width: 576px) {
  .homeTop .logo {
    width: 145px;
    top: 59%;
    right: 13%;
  }
}

.menu {
  width: 85%;
  height: auto;
  padding: 20px 0 20px 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 576px) {
  .menu {
    width: 100%;
    padding: 35px 0 30px 0px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0);
  }
}

.doremiBtn {
  text-align: center;
  background-image: url(../../../img/template/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: 23px;
  }
}
@media (min-width: 1370px) {
  .menuLink {
    margin: 42px;
  }
}

.menuLink img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .menuLink img {
    width: 20px;
    height: 20px;
  }
}

@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: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #010100;
  margin-left: 24px;
  font-weight: 400;
  margin-top: -4px;
  color: #16305b;
}
@media (max-width: 576px) {
  .menuLink span {
    font-size: 16px;
  }
}
.menuLink span:hover {
  color: #3b5b8e;
}

.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: 32px;
  }
}

.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: 12%;
  left: 76%;
  width: 134%;
}
@media (max-width: 576px) {
  .logoTxt {
    top: unset;
    left: 25%;
    width: 139%;
    bottom: 57%;
  }
}
.logoTxt .bigtxt p {
  font-family: M PLUS Rounded 1c;
  font-weight: bold;
  font-size: 82px !important;
  margin-bottom: 0px !important;
  color: rgb(194, 123, 160);
  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: rgb(106, 168, 79);
}
@media (min-width: 1369px) {
  .logoTxt .smalltxt p {
    font-size: 55px !important;
  }
}

.bg-blue-angle {
  background-image: url(../img/bg-1.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 12%;
  position: relative;
}
@media (max-width: 576px) {
  .bg-blue-angle {
    background-size: cover;
    padding-top: 15%;
  }
}
.bg-blue-angle .call {
  position: absolute;
  top: 2%;
  right: 10%;
}
@media (max-width: 576px) {
  .bg-blue-angle .call {
    right: 5%;
  }
}
.bg-blue-angle .call a {
  color: #fff;
}
.bg-blue-angle .call a:hover {
  color: #fff;
}
.bg-blue-angle .call span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #fff;
  text-align: end;
  margin-top: -10px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .bg-blue-angle .call span {
    font-size: 1.8rem;
    margin-left: 3px;
    margin-top: -20px;
    letter-spacing: 1.3px;
  }
}
.bg-blue-angle .call span p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0px;
  color: #fff;
  text-align: end;
  font-weight: 400;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .bg-blue-angle .call span p {
    font-size: 15px;
    margin-right: 4px;
  }
}
.bg-blue-angle .call img {
  height: 55px;
  width: auto;
  margin-top: 6px;
}
@media (max-width: 576px) {
  .bg-blue-angle .call img {
    height: 24px;
    margin-top: -8px;
  }
}
.bg-blue-angle .cardView {
  width: 100%;
  height: auto;
  position: relative;
}
.bg-blue-angle .cardView h2 {
  font-weight: 600;
}
@media (max-width: 576px) {
  .bg-blue-angle .cardView h2 {
    font-weight: 500;
    font-size: 1.2rem !important;
  }
}
@media (max-width: 576px) {
  .bg-blue-angle .cardView .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.musicImg {
  width: 6%;
  position: absolute;
  top: -10%;
  left: 14%;
}
@media (max-width: 576px) {
  .musicImg {
    width: 11.2%;
    top: -10%;
    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: 12%;
    top: -8%;
    right: 8%;
  }
}

.bcard {
  background-color: #fff;
  padding: 50px 50px 50px 50px !important;
  border: 6px solid #bf976c;
  position: relative;
}
@media (max-width: 576px) {
  .bcard {
    padding: 20px 15px 20px 15px !important;
  }
}
@media (max-width: 576px) {
  .bcard .col-4 .img-fluid {
    max-width: 96% !important;
  }
}
.bcard h2 {
  color: #1d2b53;
  font-weight: 500;
}

.bcard::after {
  content: "";
  height: 100px;
  width: 100px;
  background-image: url(../../../img/template/angle.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3%;
  right: 3%;
}
@media (max-width: 576px) {
  .bcard::after {
    height: 30px;
    width: 30px;
  }
}

.bcard::before {
  content: "";
  height: 80px;
  width: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3%;
  left: 4%;
}
@media (max-width: 576px) {
  .bcard::before {
    height: 30px;
    width: 30px;
  }
}

.card1::before {
  background-image: url(../../../img/template/card1c.png);
}

.card2::before {
  background-image: url(../../../img/template/card2c.png);
}

.cardText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 35px;
  color: #010100;
  font-weight: 400;
  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: 20px;
  }
}

.coachTitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #16305b;
  margin-top: 100px;
  margin-bottom: 50px;
  letter-spacing: 13px;
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .coachTitle {
    font-size: 1.2rem;
  }
}

.coach_data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coach_data .more_data p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #16305b;
  font-weight: 400;
  margin: 5px 0px 2px 0px !important;
}
@media (max-width: 576px) {
  .coach_data .more_data p {
    font-size: 1.2rem;
  }
}
.coach_data .more_data a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #16305b;
  font-weight: 400;
}
@media (max-width: 576px) {
  .coach_data .more_data a {
    font-size: 1rem;
  }
}

.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: 50px;
  margin-bottom: 80px;
  z-index: 10;
}
@media (max-width: 576px) {
  .videoImg {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.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: "Noto Sans JP", sans-serif;
  font-size: 32px;
  letter-spacing: 2.65px;
  color: #010100;
  font-weight: 400;
}
@media (max-width: 576px) {
  .titleTxt {
    font-size: 25px;
  }
}

.description p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.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 !important;
  -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: -44px;
  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: -44px;
  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;
}

.calenderView {
  padding: 50px 0px;
}
.calenderView .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  color: #1d2b53;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .calenderView .title {
    font-size: 1.2rem;
  }
}
.calenderView .ground {
  background-image: url(../../../img/template/ground.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5% 0px;
  margin-top: 2%;
}
.calenderView .ground #groundCalender {
  width: 100%;
  position: relative;
}
.calenderView .ground #groundCalender .table-condensed {
  width: 100%;
}
.calenderView .ground .datepicker {
  background-color: #fff;
}
.calenderView .ground .datepicker .datepicker-switch {
  font-family: "Noto Sans JP", sans-serif;
}
.calenderView .ground .datepicker td {
  width: 116px;
  height: 116px;
}
@media (max-width: 992px) {
  .calenderView .ground .datepicker td {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .calenderView .ground .datepicker td {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .calenderView .ground .datepicker td {
    width: 28px;
    height: 28px;
    font-size: 1rem !important;
  }
  .calenderView .ground .datepicker td .position-absolute {
    top: 51%;
    font-size: 0.85rem;
  }
}
.calenderView .ground .next,
.calenderView .ground .prev {
  position: absolute;
  top: -19%;
}
@media (max-width: 576px) {
  .calenderView .ground .next,
.calenderView .ground .prev {
    top: -20%;
  }
}
.calenderView .ground .next .fas,
.calenderView .ground .prev .fas {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .calenderView .ground .next .fas,
.calenderView .ground .prev .fas {
    font-size: 1.2rem;
  }
}
.calenderView .ground .prev {
  right: 9%;
}
@media (max-width: 576px) {
  .calenderView .ground .prev {
    right: 14%;
  }
}
.calenderView .ground .next {
  right: 5%;
}
@media (max-width: 576px) {
  .calenderView .ground .next {
    right: 8%;
  }
}
.calenderView .ground .datepicker-switch {
  width: 0px;
  white-space: nowrap;
  padding: 20px 10px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .calenderView .ground .datepicker-switch {
    font-size: 0.9rem;
    padding: 10px 10px;
  }
}
.calenderView .ground .prev:hover,
.calenderView .ground .next:hover {
  background-color: rgba(0, 0, 0, 0);
}

.school-info {
  padding: 50px 0px;
}
@media (max-width: 576px) {
  .school-info {
    padding: 0px 0px;
  }
}
.school-info .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  color: #1d2b53;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .school-info .title {
    font-size: 1.2rem;
  }
}
.school-info .map_link {
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 576px) {
  .school-info .map_link {
    margin-top: 40px;
  }
}
.school-info .txt {
  font-family: "Noto Sans JP", sans-serif;
}
.school-info .ttext,
.school-info .dtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .school-info .ttext,
.school-info .dtext {
    font-size: 0.8rem;
  }
}
.school-info .ttext {
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 576px) {
  .school-info .ttext {
    font-size: 1.1rem;
    margin-bottom: 5px !important;
  }
}
.school-info .midbar1::after {
  content: "";
  position: absolute;
  border-top: 3px solid #194a9e;
  width: 50%;
  top: 50%;
  left: 30%;
}
@media (max-width: 576px) {
  .school-info .midbar1::after {
    left: 22%;
    width: 73%;
  }
}
.school-info .midbar2::after {
  content: "";
  position: absolute;
  border-top: 3px solid #194a9e;
  width: 74%;
  top: 50%;
  left: 20%;
}
@media (max-width: 576px) {
  .school-info .midbar2::after {
    width: 64%;
    left: 30%;
  }
}
.school-info .table-content {
  border-radius: 10px;
  border: 2px solid #010100;
  margin-top: 4%;
}
.school-info .table-content .left {
  width: 35%;
  border-bottom: 2px solid #010100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 576px) {
  .school-info .table-content .left {
    font-size: 0.8rem;
    width: 37%;
  }
}
.school-info .table-content .right {
  width: 65%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  border-bottom: 2px solid #010100;
  border-left: 2px solid #010100;
  text-align: start;
  padding: 15px 5px 15px 40px;
}
@media (max-width: 576px) {
  .school-info .table-content .right {
    font-size: 0.8rem;
    width: 63%;
    padding: 14px 5px 10px 20px;
  }
}
.school-info .table-content .no-bottom-border {
  border-bottom: none;
}
.school-info .seeotherlessons {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 15px 50px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  background-color: #bf976c;
}
@media (max-width: 576px) {
  .school-info .seeotherlessons {
    font-size: 1.2rem;
  }
}
.school-info .seeotherlessons:hover {
  background-color: #a07e59;
}

.clean-blue {
  background-color: #16305b;
  padding: 100px 0px;
}
@media (max-width: 576px) {
  .clean-blue {
    padding: 50px 0px;
    margin-top: 40px;
  }
}
.clean-blue .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5% !important;
}
@media (max-width: 576px) {
  .clean-blue .title {
    font-size: 1.2rem;
  }
}

#instructor {
  margin-bottom: 20px !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/template/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: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .Link {
    font-size: 16px;
    position: relative;
    z-index: 100;
  }
}

.backLink {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .backLink {
    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;
  }
}

.para {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  will-change: -webkit-box;
}
.para p {
  font-weight: 400;
}
@media (max-width: 576px) {
  .para {
    -webkit-line-clamp: 4;
  }
}

.topRightBorder {
  background-image: url(../../../img/template/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: 30px !important;
  }
}

.blueBG {
  background-color: #16305b;
}
@media (max-width: 576px) {
  .blueBG {
    padding-bottom: 15px !important;
    margin-bottom: -2px !important;
  }
}
.blueBG .footer-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-bottom: 5px !important;
}
.blueBG .footer-text:nth-child(1) {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .blueBG .footer-text:nth-child(1) {
    font-size: 0.7rem;
  }
}
.blueBG .footer-text:nth-child(2) {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .blueBG .footer-text:nth-child(2) {
    font-size: 1.4rem;
  }
}
.blueBG .footer-text:nth-child(3) {
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .blueBG .footer-text:nth-child(3) {
    font-size: 0.75rem;
  }
}
.blueBG .footer-text:nth-child(4) {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .blueBG .footer-text:nth-child(4) {
    font-size: 0.7rem;
  }
}
.blueBG .footer-text-sm {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .blueBG .footer-text-sm {
    font-size: 0.6rem;
    margin-bottom: 5px;
  }
}
.blueBG .socialButtons {
  position: relative;
  display: flex;
  justify-content: end;
  width: max-content;
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}
.blueBG .socialButtons .socialLinkFoot {
  margin: 0 10px;
}
.blueBG .socialButtons .socialLinkFoot img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .blueBG .socialButtons .socialLinkFoot img {
    width: 30px;
    height: 30px;
  }
}

.headerBG {
  background-image: url(../../../img/template/headerBG.png);
  background-size: 100% 100%;
  width: 100%;
  padding: 30px 0px;
  position: relative;
}
@media (max-width: 576px) {
  .headerBG {
    position: fixed;
    padding: 10px 0px;
    z-index: 99999999;
  }
}
.headerBG p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-bottom: 5px;
}
.headerBG p:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .headerBG p:nth-child(1) {
    font-size: 0.8rem;
  }
}
.headerBG p:nth-child(2) {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .headerBG p:nth-child(2) {
    font-size: 1rem;
  }
}
.headerBG .logo {
  position: absolute;
  top: 38%;
  right: 7%;
}
.headerBG .logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 576px) {
  .headerBG .logo img {
    width: 60px;
    top: 30%;
  }
}

.header {
  background-image: url(../../../img/template/headerBG.png);
  background-size: 100% 100%;
}
.header a {
  width: 90%;
}
.header img {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@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: 100%;
  margin: auto 0%;
}
@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/template/frame.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 5% 5%;
}
.frame img {
  width: 100%;
  height: 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: rgb(194, 123, 160);
}
@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: rgb(106, 168, 79);
}
@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 {
  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;
  font-family: "Noto Sans JP", sans-serif;
}
.lessonTable .eventTable tr td:first-child {
  border-left: none;
}
.lessonTable .eventTable tr td:first-child p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.lessonTable .eventTable tr td:last-child {
  padding-left: 5%;
}
.lessonTable .eventTable tr td:last-child p {
  font-weight: 400;
}

.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: rgb(194, 123, 160);
}
@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: rgb(106, 168, 79);
}
@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;
  }
}

.coachLink {
  z-index: 100;
  color: #fff;
  padding: 15px 80px;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  background-color: #16305b;
}
@media (max-width: 576px) {
  .coachLink {
    margin-top: 0px !important;
    font-size: 1.2rem;
  }
}

.blueFootBallBG {
  background-image: url(../../../img/template/blueFootBallBG.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blueFootBallBG .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  margin-top: 5%;
}
@media (max-width: 576px) {
  .blueFootBallBG .title {
    font-size: 1.2rem;
  }
}
.blueFootBallBG .youtubeVideoLink {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 15px 80px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #bf976c;
}
@media (max-width: 576px) {
  .blueFootBallBG .youtubeVideoLink {
    font-size: 1.2rem;
    padding: 10px 50px;
  }
}

.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-color: #086633;
  position: relative;
  width: 80%;
  margin: 0 10%;
}
@media (max-width: 576px) {
  #firstTime .modal-content {
    width: 100%;
    margin: 0%;
  }
}
#firstTime .modal-content .container {
  border: 1px solid #000;
}
#firstTime .modal-content .close-btn {
  max-width: 30px;
}
#firstTime .modal-content .titleimg {
  height: 30px;
  margin-right: 10px;
}
#firstTime .modal-content .title {
  color: #086633;
}
#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: 13px;
  text-align: center;
  padding: 8px 6px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.popmenu .menu1:hover,
.popmenu .menu2:hover,
.popmenu .menu3:hover,
.popmenu .menu4:hover {
  text-decoration: none;
}
.popmenu .menu1 {
  background-color: #303f61;
}
.popmenu .menu2 {
  background-color: #385b5e;
}
.popmenu .menu3 {
  background-color: #614437;
}
.popmenu .menu4 {
  background-color: #907251;
}

.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/template/toggler_w.png);
  background-position: center;
  background-size: 100% 100%;
  width: 40px;
  height: 30px;
  margin-left: 20px;
  z-index: 1000;
  position: relative;
  margin-top: 10px;
  z-index: 9999999999;
}
@media (min-width: 577px) {
  .mobilemenu .toggler {
    display: none;
  }
}
.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;
}

.bottom-section {
  background-image: url(../../../img/template/bottom_bg.png);
  background-size: cover;
  padding-top: 50px;
}
.bottom-section .top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .bottom-section .top-text {
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}
.bottom-section .topmargin {
  margin-top: 30%;
}
@media (max-width: 576px) {
  .bottom-section .topmargin {
    margin-top: 0%;
  }
}
.bottom-section .black-bg {
  background-color: #000;
  padding: 15px 10px;
  margin-left: 15%;
  margin-right: 3%;
  margin-bottom: 8%;
}
@media (max-width: 576px) {
  .bottom-section .black-bg {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.bottom-section .black-bg p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-bottom: 5px !important;
}
.bottom-section .black-bg p:nth-child(1) {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 576px) {
  .bottom-section .black-bg p:nth-child(1) {
    font-size: 1rem;
  }
}
@media (max-width: 365px) {
  .bottom-section .black-bg p:nth-child(1) {
    font-size: 4.3vw;
  }
}
.bottom-section .black-bg p:nth-child(2) {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 576px) {
  .bottom-section .black-bg p:nth-child(2) {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .bottom-section .black-bg p:nth-child(2) {
    font-size: 0.85rem;
  }
}
.bottom-section .black-bg p:nth-child(3) {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 576px) {
  .bottom-section .black-bg p:nth-child(3) {
    font-size: 0.9rem;
  }
}
.bottom-section .black-bg p:nth-child(4) {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 576px) {
  .bottom-section .black-bg p:nth-child(4) {
    font-size: 0.8rem;
  }
}
.bottom-section .logo {
  width: 50%;
}
@media (max-width: 576px) {
  .bottom-section .logo {
    width: 45%;
    margin-bottom: 90px;
    margin-top: -10px;
  }
}
.bottom-section .top {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.jodit-dialog__content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lessonView .description {
  font-size: 1rem !important;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5%;
}
.lessonView .titleTxt,
.lessonView .step {
  color: #fff !important;
}
.lessonView .darkTXT {
  color: #1d2b53 !important;
}

#calender1 {
  width: 100%;
  position: relative;
  border: 2px solid #16305b;
  padding: 0 !important;
  margin-top: 10%;
  margin-bottom: 5%;
}
#calender1 .datepicker {
  padding: 0 !important;
}
#calender1 .table-condensed {
  width: 100%;
}
#calender1 .table-condensed tr th:first-child {
  border-left: none;
}
#calender1 .table-condensed tr td:first-child {
  border-left: none;
}
#calender1 .table-condensed tr th:last-child {
  border-right: none;
}
#calender1 .table-condensed tr td:last-child {
  border-right: none;
}
@media (max-width: 576px) {
  #calender1 .table-condensed td {
    font-size: 1rem !important;
    padding: 0.15rem 0.35rem !important;
  }
}
#calender1 .next,
#calender1 .prev {
  position: absolute;
  top: -12%;
}
@media (max-width: 576px) {
  #calender1 .next,
#calender1 .prev {
    top: -13%;
  }
}
#calender1 .next .fas,
#calender1 .prev .fas {
  font-size: 3rem;
}
@media (max-width: 576px) {
  #calender1 .next .fas,
#calender1 .prev .fas {
    font-size: 1.2rem;
  }
}
#calender1 .prev {
  right: 17%;
}
@media (max-width: 576px) {
  #calender1 .prev {
    right: 13%;
  }
}
#calender1 .next {
  right: 13%;
}
@media (max-width: 576px) {
  #calender1 .next {
    right: 5%;
  }
}
#calender1 .datepicker-switch {
  width: 0px;
  white-space: nowrap;
  padding: 20px 10px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  #calender1 .datepicker-switch {
    font-size: 0.9rem;
    padding: 10px 10px;
  }
}
#calender1 .prev:hover,
#calender1 .next:hover {
  background-color: rgba(0, 0, 0, 0);
}

.rgButton {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 15px 70px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #bf976c;
}
@media (max-width: 576px) {
  .rgButton {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

.mobilemenuAll .toggler {
  position: fixed;
  z-index: 99999999999;
}

.site-links {
  margin: 10px 0px;
}
.site-links a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  margin: 0px 10px;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .site-links a {
    font-size: 0.8rem;
    margin: 0px 16px;
  }
}

.jodit-dialog__content {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 576px) {
  .linkNavHeader .socialLinkNav {
    margin: 15px !important;
  }
  .linkNavHeader .socialLinkNav img {
    width: 32px !important;
  }

  .mobileNav {
    margin-left: -5%;
    margin-top: 30px;
  }
  .mobileNav a {
    margin: 0 10px !important;
  }
}

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