html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans',"メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #50555c;
  font-size: 16px;
  line-height: 26px;
}
hr {
  border-color: #ffffff;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
  color: #1c1c1c;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.875;
}
p:empty{display: none;}
ul{margin: 0;padding: 0;}
ul li{list-style: none;}
h1,
h2,
h3,
h4,
h5,
h6 {

}
.mobi{display: none;}
.bgbody,.menuicon{display: none;}
.mat-divd input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(255,255,255,0.6);
}
.mat-divd input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(255,255,255,0.6);
   opacity:  1;
}
.mat-divd input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   rgba(255,255,255,0.6);
   opacity:  1;
}
.mat-divd input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   rgba(255,255,255,0.6);
}
.mat-divd input::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgba(255,255,255,0.6);
}

.mat-divd input::placeholder { /* Most modern browsers support this now. */
   color:   rgba(255,255,255,0.6);
}

section#schedule td p {
   margin-bottom: 8px;

}
.border-b-col-3 {
	border: 1px solid #737373;
}
.bg-primary {
  background-color: #ffffff;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: #FFF;
}
.section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
aside {
  padding: 50px 0;
}
img {
  max-width: 100%;
}
.mb{display: none !important;}
.no-padding {
  padding: 0;
}
.zmdi{
  vertical-align: middle;
  font-size: 20px;
}
.animate{opacity: 1;}
div#o-wrapper {
 height: 100%;
}
.headermenu{
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.headermenu.fixed{background: rgba(0, 0, 0, 0.9); color:#1c1c1c; }

.headermenu ul.ulmenu li{
  float: left;
  padding: 0 9px;
  position: relative;
}
.headermenu ul.ulmenu li a{color: #fff; font-size: 11pt}
html[lang="ja"] .headermenu ul.ulmenu li a{text-transform: uppercase;}
.headermenu ul.ulmenu li a.active{
  color: #e65444;
}
.headermenu ul.ulmenu{
  margin-top: 15px;
      float: left;
      -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
@media (min-width: 768px){
  .headermenu li .sub-menu {
      position: absolute;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      top: 30px;
      border-top: 1px solid #e5e4e0;
      border-bottom: 1px solid #e5e4e0;
      border-left: 1px solid #e5e4e0;
      border-right: 1px solid #e5e4e0;
      min-width: 150px;
      background: #fff;
      padding: 5px 10px;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 200ms ease;
      -moz-transition: 200ms ease;
      -o-transition: 200ms ease;
      transition: 200ms ease;
      white-space: nowrap;
      max-width: 150px;
  }
  .headermenu li .sub-menu li a{color: #1c1c1c; font-size: 14px;}
   .headermenu li .sub-menu li{width: 100%; position: relative;}
  .headermenu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .sub-menu:after, .sub-menu:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
  }
  .sub-menu:before {
      border-color: rgba(229, 228, 224, 0);
      border-bottom-color: #e5e4e0;
      border-width: 11px;
      margin-left: -11px;
  }
  .sub-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
  
}
.headermenu.fixed ul.ulmenu{    margin-top: 8px;}
.headermenu .dropdown{float: right;}
#mainNav .dropdown .dropdown-toggle {
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0 20px;
    margin-left: 15px;
     -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.headermenu.fixed #mainNav .dropdown .dropdown-toggle{margin-top: 8px;}

#mainNav .dropdown-menu a{
  color: #000;
  font-size: 14px;
  display: block;
}
.headermenu.fixed
.logo img{
    -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.headermenu.fixed .logo img{width: 130px;}
#mainNav .dropdown-menu {
    padding: 8px 10px;
    border-radius: 0;
    left: -30px !important;
    top: 5px !important;
    text-align: center;
}
#mainNav .dropdown-toggle::after{display: none;}
#mainNav .dropdown{font-size: 14px;}
#mainNav .dropdown .dropdown-toggle:active,#mainNav .dropdown .dropdown-toggle:focus{outline: none;}
#mainNav .dropdown  img{vertical-align: sub;margin-right: 5px; display: none;}
#mainNav .dropdown-menu:after, #mainNav .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#mainNav .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
.banner .rsOverflow{height: 100% !important}
.banner{
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.banner h1{ font-size: 30px; text-transform: uppercase;    display: none;}
.bnfllo.followus{
  color: #fff;
  width: 100%;
  background: #f2f2f2;
  padding: 40px 0;
  text-align: center;
}
.bnfllo.followus h4{font-size: 16px; margin-bottom:30px; text-transform: uppercase;    color: #000;}
.bnfllo.followus ul li{
  display: inline-block;
  margin: 0 30px;
}
.bnfllo.followus ul li span{display: block; color: #fff; font-size: 14px; margin-top: 5px;display: none}
.bnfllo.followus ul li i.zmdi{font-size: 50px; color: #fff;}
.txtskid {
    background: rgb(0 0 0 / 0.6);
    height: 181px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    padding: 30px 0 0;
}
.royalSlider{
  width: 100%;
  height: 100%;
}
.rsNavItem {
    display: inline-block;
    margin: 0 10px;
}
.rsBullets {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 190px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 1000px;
    z-index: 99;
}
.rsNavItem.rsNavSelected span {
    width: 12px;
    height: 12px;
    background: #fff;
}

.rsNavItem span {
    display: block;
    width: 12px;
    height: 12px;
    background: #8c8c8c;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    border-radius: 100px;
}
.royalSlider img.imgebanner{
  height: 100%;
  width: 100%;
  object-fit: cover;
    object-position: center;

}
.clpp {
    position: absolute;
    bottom: 175px;
    right: 11%;
    z-index: 99;
}
button.btnclup {
    background: none;
    border: none;
    cursor: pointer;
}
button.btnclup:focus{outline: none;}
.rsContent  img.pc {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.modal-lg {
    max-width: 1100px;
}
button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}
section.listkids {
    padding: 60px 0 0;
    text-align: center;
}
button.close:focus{outline: none;}
section.listkids h2{font-size: 26px; margin-bottom: 45px; text-transform: uppercase;}
.wrapfit{
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 5px;
  font-size: 20px;
  line-height: 30px;
}
.clsfimg {
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
}

@media (max-width: 1700px){
  .clpp {
    right: 5%;
  }
}
#slider-with-blocks-2.royalSlider img.imgebanner{width: auto;}
#slider-with-blocks-2.royalSlider {text-align: center;}
.subtrainer #slider-with-blocks-2.royalSlider{ height:450px;}
#slider-with-blocks-2 .rsBullets{bottom: -30px;}
#slider-with-blocks-2 .rsNavItem.rsNavSelected span{background: #8c8c8c;}
#slider-with-blocks-2 .rsNavItem span{background: #dedede;}
.ulgi li .ulchild img.imgebanner{width: 11px !important;height: auto; }
.covidbg{
  width: 100%;
  height: 100%;
  background: #cdcdcd;
  position: relative;
  color: #000;
  font-size: 11px;
}
.royalSlider .covidbg img.imgebanner{width: auto; height: auto;}
.covidlist{
  width: 950px;
  margin: 0 auto;
}
.covidbg h2 {
  font-size: 55px;
  padding: 0px 0 10px;
  text-align: center;
      font-weight: bold;
}
.covidbg h2 span{font-size: 30px; font-weight: normal;}
html[lang="en-US"] .covidbg h2 span{display: block;}
html[lang="en-US"] .covidbg h2{padding-top: 0px; }

.ulgi li.lico {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    margin: 10px 0;
    position: relative;
}
ul.ulchild {
    margin-top: 10px;
}
ul.ulchild li{line-height: 18px; position: relative; padding-left: 20px;}
ul.ulchild li img{
  position: absolute;
  top: 3px;
  left: 0;
}
.bt_covid {
    background: #b8b8b8;
    padding: 7px 20px;
    color: #e8e1e1;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
}
.covidbg:before {
    height: 181px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 0.5);
    /*content: "";*/
}
.covidpp .modal-content {
    padding: 30px;
    background: #cdcdcd;
    border-radius: 0;
}

.section h2.title{
  font-size: 26px;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 20px;
      margin-top: -5px;
}
.section p{margin-bottom: 30px;}
.storyct{
  padding-left: 35px;
}
.trainerct h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 35px;
}
.trainerct .dateofbr{margin-bottom: 10px;}
.trainerct .gradp{font-weight: bold; margin-bottom: 20px;}
.trainerct ul li{
  position: relative;
  padding: 15px 0 15px 70px;
  min-height: 70px;
}
.trainerct ul li div{margin-bottom: 10px;}
.trainerct ul li div.lasduiv{margin-bottom: 0;}
.subtrainer .trainerct ul{margin-bottom: 0;}
.subtrainer .trainerct ul li:before {
    width: 1px;
    height: 100%;
    content: "";
    background: #d6d6d6;
    position: absolute;
    left: 28px;
    top: 40px;
}
.subtrainer .trainerct ul li:last-child:before{display: none;}
.subtrainer .trainerct h4{margin-top: 0;}
.trainerct ul li:before {
    width: 1px;
    height: 50%;
    content: "";
    background: #d6d6d6;
    position: absolute;
    left: 28px;
    bottom: -21px;
}
.trainerct ul {
    margin-left: 30px;
    margin-bottom: 25px;
}
.trainerct a.viewmor {
    margin-left: 58px;
}
.trainerct ul li span{
  display: block;
  width: 55px;
  height: 55px;
  border: 1px dotted #d6d6d6;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 80px 80px 80px 80px;
  -moz-border-radius: 80px 80px 80px 80px;
  -webkit-border-radius: 80px 80px 80px 80px;
  text-align: center;
  line-height: 55px;
  background: #fff;
}
a.viewmor{font-weight: bold;}

.trainerct h6{text-transform: uppercase; margin-bottom: 15px;margin-left: 30px;}
.mapadd .storyct{padding-left: 0; margin-top: 00px;}
.story.section h3{font-size: 20px; margin-bottom: 0px; padding: 0;}
.story.section h4{font-size: 26px; margin-bottom: 20px;}
.story.section div{margin-bottom: -3px;}
.story.section div.storyct div{font-weight: bold;}
.brand{
  background: #1c1c1c;
  color: #fff;
}
.brand{color: rgba(255,255,255,0.8);}
.brand h2.title{margin-top: 40px; color: #fff;}
.brand h4{font-size: 22px; font-weight: bold;}
.brand h4 i{font-style: normal;}
.brand a{color: rgba(255,255,255,0.95);}
.trainer .ultrainer li{position: relative; padding: 5px 0 5px 30px;}
.trainer .ultrainer li:before{
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 9px;
  height: 9px;
  background: #545960;
  border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
}
.scrollmb {
    background: #fff;
    padding: 35px 15px 0px 15px;
}
.trainer p{margin-bottom: 0px;}
.mapadd{margin-top: 0px;}
.section h3{font-size: 22px;     padding: 10px 0 20px; line-height: 30px; }
.section#access h2.title {
    margin-bottom: 10px;
}
.section#access a{color: #50555c}
.section#access h3 {
    font-size: 20px;
    padding: 0 0 0px;
}
.listattend li{
  padding: 5px 0 5px 30px;
  position: relative;
}
.listattend li span{
  position: absolute;
  left: 0;
  top: 4px;
}
.testiSlide.slick-initialized.slick-slider {
    margin: 0 -15px;
}
figure.testimonial {
  position: relative;
  float: left;
  margin: 10px 15px;
  text-align: left;
  box-shadow: none !important;
  padding-top: 30px;
  padding-bottom: 50px;
}
figure.testimonial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  
}
figure.testimonial img {
    max-width: 100%;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
        margin-top: -15px;
}
figure.testimonial .indentity{
  font-size: 12px;
  color: rgba(80, 85, 92, 0.7);
  font-style: italic;
}
figure.testimonial blockquote {
  font-style: italic;
  background-color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 55px 40px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
figure.testimonial blockquote:before {
  content: "\201C";
    position: absolute;
    color: #fff;
    font-size: 50px;
    font-style: normal;
    background: #1c1c1c;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    line-height: 78px;
    text-indent: -20px;
}
figure.testimonial blockquote:before {
  top: -26px;
  left: 40px;
}
figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.testimonial .btn {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  margin: 0;
  position: absolute;
}
figure.testimonial .peopl {
    position: absolute;
    bottom: -85px;
    padding: 0 10px 0 0px;
    margin: 0;
    width: 100%;
    left: 35px;
}
figure.testimonial .peopl h3 {
    opacity: 1;
    margin: 0;
    font-size: 16px;
    padding: 0;
    line-height: 20px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-btn.slick-hidden {
  display: none;
}
 
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
  font-family:'Material-Design-Iconic-Font';
  font-size: 15px;
  line-height: 1;
  color: #dddddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f2fa";
}
.slick-next:before{
  content: "\f2fb";
}
button.slick-next.slick-arrow {
    right: 47.5%;
}
button.slick-prev.slick-arrow {
    left: 47%;
}
.black{background: #1c1c1c; color: #fff;}
.price h2.title{color: #fff;}
.tableprice{
  max-width: 730px;
  margin: 0px auto 0px;
}
.tableprice table{width: 100%; border: 1px solid #737373;}
.tableprice table tr th,.tableprice table tr td{
  padding: 10px 20px;
}
.tableprice table .borderbt td,.tableprice table .borderbt th{border-bottom: 1px solid #737373; padding: 25px 20px; vertical-align: middle;}
.tableprice table .bordertop td,.tableprice table .bordertop th{border-top: 1px solid #737373; padding: 5px 20px;}
.tableprice table tr td.priceregu {
    background: #1c1c1c;
    color: #fff;
    text-align: center;
    font-size: 20px;
     border: 1px solid #737373;
     font-weight: bold;
}
.table-desc table {
	width: 100%;

}
.table-desc {
    padding: 0 34px;
    padding-bottom: 30px;
}
.title-desc .title.pc {
	padding: 0 6px;
}

.table-desc tr td{
    padding: 10px;
    border: 1px solid #ccc;
	word-break: auto-phrase;
}
.table-desc tr td:first-child {
    font-size: 18px;
    color: #000;
    font-weight: 700;
	word-break: unset!important;
}
/*.tableprice table tr td.priceregu.bordrgi{
  border: none;
}
*/
span.mrtop3030 {
    margin-top: 10px;
    display: block;
}
.padding30b h6{margin-top: 16px;}
.tableprice table tr td.priceregu.whitegu{
  background: #fff; color: #50555c;
      font-weight: bold;

}
.tableprice table tr h5{font-size: 20px; margin-bottom: 0}
.tableprice table tr h6 {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
}
.tableprice table tr h6:before {
    width: 8px;
    height: 8px;
    background: #50555c;
    content: "";
    position: absolute;
    left: 11px;
    top: 5px;
    border-radius: 80px 80px 80px 80px;
    -moz-border-radius: 80px 80px 80px 80px;
    -webkit-border-radius: 80px 80px 80px 80px;
}
.tableprice table  th.padding30t{padding-top: 30px;}
.tableprice table  th.padding30b{padding-bottom: 30px;}
.tableprice table img{margin-top: 2px;}
.tableprice table tr.headtr th {
    font-size: 26px;
    color: #fff;
    padding: 29px 20px;
    border-bottom: 1px solid #737373;
    background: #1c1c1c;
}
table.tablepribtt {
    margin-top: 10px;
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
.tableprice table.tablepribtt tr th, .tableprice table.tablepribtt tr td {
    padding: 7px 20px;
}
.supporter .clsrowsd{margin-top: 60px;}
.supporter .ware h2.title{margin-bottom: 30px;     margin-top: 40px;}
.supporter .ware {margin-bottom: 30px}
.supporter h2.title{margin-bottom: -20px;}
.supporter h3{margin-top: 15px;color: #1c1c1c;}
.supporter a{color: #000;}
.row.faq {
    margin-top: 60px;
}
.section .faq-item:last-child p{margin-bottom: 0}
.faq-item .faq{
  width: 100%;
}
.faq-item {
    color: #5e6269;
    position: relative;
    padding: 10px 0 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.faq-item span {
    color: #7e838b;
    font-weight: bold;
    margin-right: 7px;
 
}
.faq-item h6 span{
     position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
}
.faq h6 {
    color: #1c1c1c;
    font-weight: 600;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.plus img{width: 14px;}
small.plus {
    font-size: 100%;
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
}
small.plus {
  font-size: 100%;
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  right: 0;
  top: 0;
}
.answer {
    margin-top: 10px;
    padding-bottom: 10px;
}
html[lang="ja"] .faq h6 {font-weight: normal;}
.faq h2.title{margin-bottom: 35px;}
.form{
  background: url(../img/update/toppage/bg_form.jpg?988) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
section#faq {
    background: #f2f2f2;
}
.ctfaq.togo {
    display: block;
        margin-bottom: 20px;
}
a.viewmorfqa1 {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    font-weight: normal !important;
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
    opacity: 0.5;
}
.faq-item:hover  a.viewmorfqa1{margin-left: 15px;}
.ctfaq{display: none;}
.imgstepgo {
    display: inline-block;
    padding: 20px;
    max-width: 445px;
    background: #1c1c1c;
    height: 635px;
    line-height: 580px;
}
.form h2.title{color: #fff; margin-bottom: 40px;}
.form .listfporm li{
  float: left;
  width: 25%;
  text-align: center;
}
.form .listfporm li span{
  display: inline-block;
  font-size: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 80px 80px 80px 80px;
  -moz-border-radius: 80px 80px 80px 80px;
  -webkit-border-radius: 80px 80px 80px 80px;
  color: #000000;
  line-height: 75px;
  margin-bottom: 15px;
}
.formct{
  background: #fff;
  padding: 30px 45px;
  display: inline-block;
  width: 100%;
  height: 635px;
}
img.arowri {
    position: absolute;
    top: 47%;
    left:90%;
    background: none;
}
#html_element{margin-top: 5px;}
span.msg-error.error {
    position: absolute;
    bottom: -25px;
    color: #c52c2c;
    font-size: 12px;
}
.section .formct h3{
  color: #1c1c1c; font-size: 26px;
   margin-top: 0;     padding: 0;
    margin-bottom: 10px;
  font-weight: bold;
}
.section .formct span.sph3{
  display: block;
  font-size: 20px;
  margin-top: 5px;
  font-weight: normal;
}
a.numberfrm {
    color: #e0331f;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
}
a.numberfrm img{margin-right: 10px;}
.formct input{
  width: 100%;
  border: none;
  background: #f6f6f6;
  margin: 5px 0;
  padding: 11px 15px;
}
a#repPolja_ctl02_radDate_popupButton {
    display: none;
}
#pnlForm br{display: none;}
div#pnlForm {
    font-size: 0;
}
div#pnlForm input{
    font-size: 16px;
}
div#repPolja_ctl02_radDate_wrapper {
    width: 100% !important;
}
.selected-dial-code,.intl-tel-input .country-list .country .dial-code {
    font-size: 12px;
}
.formct .btnbutton,input#btnRegister{
  background: #1c1c1c;
  margin-top: 10px;
  color: #fff;
   -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}
div#repPolja_ctl02_radDate_wrapper {
    margin-bottom: -12px;
}
div#RadCaptcha1 {
    display: none;
}
.formct .btnbutton:hover,input#btnRegister:hover{opacity: 0.875}
footer{padding: 50px 0 0; background: #1c1c1c; color: #fff; }
footer ul{max-width: 100%; margin: 0 auto 30px;}
footer ul.social li {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 15px;
}
.logofooter {
    margin-bottom: 10px;
}
footer ul.social li i{font-size: 30px; color: #50555c}
footer  h2{font-size: 20px; margin-bottom: 25px; text-transform: uppercase;}
footer ul.social li span{display: none; margin-top: 5px;color: #fff;}
.copyright{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.logofooter img{background: none;}
.copyright {
    background: #fff;
    padding: 30px 15px;
    margin-top: 25px;
    color: #1c1c1c;
}
.entry img.lazy-hidden, img.thumbnail.lazy-hidden,img.lazy-hidden {
    background: inherit !important;
}
.applyform{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  opacity: 1;
  border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    padding: 10px 54px;
    border-radius: 40px 40px 40px 40px;
-moz-border-radius: 40px 40px 40px 40px;
-webkit-border-radius: 40px 40px 40px 40px;
cursor: pointer;
}
.applyform.fixed{opacity: 1}
.applyform {
    
}
.applyform.whitese{
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}
.applyform.whitese a:hover{
  background: #1c1c1c;
  color: #fff;
}
.applyform a:hover{
  color: #1c1c1c;
  background: #fff;
  opacity: 1;
}
.applyform.blackcolor a{
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}
.tablesch{
  width: 100%;
}
.tablesch th,.tablesch td{
  padding: 30px 3px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.tablesch th.firt{text-align: left;}
.tablesch th.firt small{font-size: 100%; font-weight: 600}
.tablesch th{
  text-transform: uppercase;
  width: 170px;
  white-space: nowrap;
  color: #000;
}
.tablesch th.firt {
    padding: 0 30px;
    text-align: center;
}
.tablesch .trfirst th{padding: 0 0 30px;}
.tablesch td {
    border: 1px solid #000;
    width: 120px;
    max-width: 134px;
    color: #fff;
    height: 90px;
    padding: 17px 3px;
}
.tablesch td span{
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  display: block;
}
.tablesch .trsch1 td{background:#979797 }
.tablesch .trsch2 td{background:#666666 }
.tablesch .trsch3 td{background:#3e3e3e }
.tablesch .trsch4 td{background:#292929 }
.tablesch .trsch5 td{background:#1c1c1c }
.tablesch .trsch6 td {
    background: #1b1919;
}
.schedule{
  background: #1c1c1c;
}
.schedule.section h2.title {
    margin: 0 0 30px 27px;
}
#instafeed{
  padding: 3px 2px;
  width: 100%;
  display: inline-block;
}
.captions{
  overflow: hidden;
      cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    top: 2px;
    left: 2px;
    width:  calc(100% - 4px);
    height:  calc(100% - 4px);
}
.feedw:hover .captions {
    opacity: 1;
    color: #fff;
}
.ulcm li i{margin-right: 5px;}
.ulcm {
    width: auto;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 15px;
    padding: 0;
}
.ulcm li {
    float: left;
    text-align: left;
    list-style: none;
    font-size: 16px;
    width: auto;
    margin-right: 10px;
}
.feedw .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0%;
    font-size: 14px;
    line-height: 22px;
    display: table;
}
.feedw .caption-text a{color: #fff}
.feedw .caption-text a:hover{opacity: 0.8}
.feedw .caption-text .cto{
    max-height: 179px;
    overflow: hidden;
    padding: 0px 20px 0;
    position: relative;
    font-weight: normal;
}
.ins {
    position: absolute;
    right: 10px;
    bottom: 13px;
    font-size: 21px;
}
.feedw{
  width: 16.666666667%;
  float: left;
  padding: 2px;
  position: relative;
  height: 270px;
  overflow: hidden;
}
.feedw .caption-text .gocap{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.imagins {
    height: 100%;
    background-size: cover;
    background-position: center top;
    width: 100%;
}
.feedw .caption-text .gocap.gop{vertical-align: top; padding-top: 30px;}
.feedw .caption-text .gocap.gop .gto{position: relative;}
.feedw .caption-text .gocap.gop .gto:after {
        content: "...";
    position: absolute;
    left: 10px;
    bottom: -11px;
    text-align: center;
    width: 90%;
    font-size: 20px;
}
.feedw .blur {
    background-color: rgba(0,0,0,0.65);
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
}
.feedtitle{
    padding: 50px 0 35px;
    display: inline-block;
    width: 100%;
}
.feedtitle ul li {
    list-style: none;
    float: left;
    padding: 0 20px;
    font-size: 50px;
    color: #a2a097;
    line-height: 50px;
    font-weight: bold;
}
.feedtitle ul li:last-child{padding-top: 4px;}
.feedtitle ul li:first-child{border-right: 1px solid #8a8a8a;opacity: 0.7;}
.feedtitle .feect {
    width: 345px;
    margin: 0 auto;
    text-align: center;
}
.urlusericon {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding:0 25px;
        z-index: 99;
}
.urlusericon p {display: inline-block;}
.urlusericon a{
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.urlusericon a i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;
}
.buttonlink {
    width: 100%;
    margin: 40px auto 0px;
    text-align: center;
}

.buttonlink a {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    background: #1c1c1c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 250px;
}
.buttonlink a:hover{
  background: #1c1c1c;
  color: #fff;
}
#trainer .menuasection {
    margin-bottom: 0px !important;
	margin-top:5%!important
}

section#access {
    padding-top: 0;
}
.subtrainer div#trainer {
    margin-bottom: 0;
}
.mapadd iframe{margin-bottom: 25px;}

.bannersubpage{
  height: 680px;
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.pagestory h1 {
    margin-top: -75px;
}

.pagestory{
  background-image: url(../img/update/subpage/bn_story_pc.jpg);
}
.pagebrand{
  background-image: url(../img/banner_brand.jpg);
}
.contentpage h2 span{ display: block;}
.contentpage h2 {
    font-size: 30px;
    margin-bottom: 40px;
    width: 100%;
    
}
p:empty {
    display: none;
}
section.section.contentpage.pagestory_ct h2{margin-bottom: 0;}

.contentpage h5 {
    text-transform: uppercase;
    margin: 0px 0 20px;
    font-weight: bold;
}
.contentpage .col-md-6,.contentpage .col-md-12{margin-bottom: 30px;}
.phonepc {
    padding: 30px 0 0;
    text-align: center;
    text-indent: -100px;
    text-transform: uppercase;
}
.phonepc a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.phonemb {
    padding: 30px 0 0;
    text-align: center;
    text-indent: 0px;
    text-transform: uppercase;
}
.phonemb a {
    font-size: 26px;
    color: #fff;
    display: block;
    margin-top: 5px;
}
.bannertrainer{
  background: url(../img/banner_trainer.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  color: #fff;
  font-size: 30px;
}
html[lang="ja"] .subtrainer .trainerct ul li span{top: 1px;}
.bannertrainer h1{padding-top: 150px; text-transform: uppercase;}
button.btn.btn-outline-secondary.border-left-0 {
    border: none;
    background: none;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 999;
}
.input-group>.form-control:not(:last-child){    background: #f6f6f6;}
.input-group>.form-control{width: 100%;margin-bottom: 5px;}
 .btn-outline-secondary:not(:disabled):not(.disabled):active{
  background: none;
  border: none;
  outline: none;
  color: #1c1c1c;
 }
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.input-group>.form-control:not(:last-child) {
    background: #f6f6f6;
    font-size: 16px;
    color: #50555c !important;
}
.intl-tel-input {
    width: 100%;
    color: #1c1c1c;
        margin: 5px 0;
}
label.error {
    position: absolute;
    right: 34px;
    top: 20px;
    color: #c52c2c;
    font-size: 12px;
}
.inputfrm {
    position: relative;
    display: inline-block;
    width: 100%;
}
form .container-fluid {
    padding: 0;
}
div#repPolja_ctl02_radDate_wrapper {
    margin-bottom: -12px;
}
div#RadCaptcha1 {
    display: none;
}
.intl-tel-input label#phonenumber-error {
    top: 10px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon{
  display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font' !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        font-size: 0 !important;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon:before {
    content: '\f332';
        font-size: 22px !important;
}
.gj-picker-bootstrap div[role=navigator] .gj-icon.chevron-right{
  display: inline-block;
    font-family: 'Material-Design-Iconic-Font' !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gj-picker-bootstrap div[role=navigator] .gj-icon.chevron-right:before{
  content: '\f2fb';
     font-size: 22px !important;
}

.gj-picker-bootstrap div[role=navigator] .gj-icon.chevron-left{
  display: inline-block;
    font-family: 'Material-Design-Iconic-Font' !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gj-picker-bootstrap div[role=navigator] .gj-icon.chevron-left:before{
  content: '\f2fa';
     font-size: 22px !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;height: auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;height: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.pagenewsdt{padding: 40px 0 0;}
.newspass{
  background: #f2f2f2;
}
.newdlist_first img.imgnewgo {
    margin-bottom: 25px;
}
.newdlist_first .titlefoi{
 font-size: 18px;
}
.timedate{
  font-size: 14px;
  color: rgb(80 85 92 / 60%);
  margin-bottom: 10px;
}
.newdlist {
    padding-left: 60px;
    margin-top: -20px;
}
.newdlist_first {
    width: 107%;
}
.imgnews {
    width: 100%;
    float: left;
    position: relative;
    min-height: 152px;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0 20px 130px;
}

.imgnews:last-child{
  padding-bottom:  0;
  border: none;
}
.imgmedium {
    width: 112px;
    position: absolute;
    height: 112px;
    top: 20px;
    left: 0;
}
.imgmedium img {
    height: 112px;
    width: 112px;
    object-fit: cover;
    object-position: center;
}
.textshi {
    display: table-cell;
    vertical-align: middle;
    height: 112px;
}
.viewall {
    text-align: center;
    padding-top: 35px;
}
.viewall a{font-weight: normal;}
.imgmepost img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  min-width: 85px;
  text-align: center;
}
.titleevent {
    position: relative;
    padding-left: 100px;
    margin-top: 15px;
    min-height: 53px;
    display: table;
    width: 100%;
}
.titleevent .date span {
    display: block;
    background: #000;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 2px 0;
    margin-top: 4px;
}
.titleevent a {
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
}
.newspass h2.title, .postpass h2.title{margin-bottom: 40px;}
.ctnewsgo img{
  height: 210px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.newsdtso {
    padding: 15px 0 0;
}
.datenewds {
    font-size: 14px;
    color: rgb(80 85 92 / 60%);
}
.navigation {
    text-align: center;
    margin: 40px 0 0px;
}
.navigation ul li {
    display: inline-block;
    padding: 0 7px;
    border: 1px solid #d2d2d2;
    margin: 0 5px;
}
.navigation ul li.active,.navigation ul li:hover{
  background: #50555c;
  color: #fff;
   border: 1px solid #50555c;
}
.navigation ul li.active a,.navigation ul li:hover a{color: #fff;}
.imgnewslist {
    padding: 10px 0;
}
.pagenewsdt{margin-bottom: 40px;}
.imgebanner{opacity: 0}
img.imgebanner.mystyle {opacity: 1}
img.imgsingle {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bannersingle{
  height: 350px;
  text-align: center;
  position: relative;
}
.bannersingle:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  content: "";
}
.bannersingle h1 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    z-index: 2;
    top: 40%;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-transform: uppercase;
}
section.breadcrumbsec {
    padding: 20px 0 0;
}
.wrapsingle{padding: 50px 0;}
.releatepost {
    margin: 30px 0 0;
    border-top: 1px solid #f9f9f9;
    padding-top: 30px;
}
.releatepost h3{
  font-size: 25px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.releatepost ul li {
    float: left;
    width: 50%;
    padding: 10px 25px 0 25px;
    position: relative;
}
.releatepost ul li img{
  position: absolute;
  left: 0;
  top: 19px;
}










@media (min-width: 767px){
  .story.section h2.title,.brand h2.title,.section#trainer h2.title{background: none !important;}
}



@media (max-width: 1500px){
  section.listkids h2{font-size: 21px;}
  footer ul {
    margin: 0 auto 20px;
  }
  .formct,.imgstepgo{height: 605px;}
  .section .formct span.sph3,a.numberfrm{font-size: 18px;}
  img.cls1img {
    margin-bottom: 15px;
  }
  .input-group>.form-control:not(:last-child){font-size: 14px;}
  .bannersubpage{height: 450px;}
  .section.contentpage {
      padding: 30px 0;
  }
  #trainer.menuasection {
    margin-bottom: 40px;
  }
  .contentpage.pagestory_ct h2{line-height: 40px;}
  .contentpage.pagestory_ct h5{margin: 0px 0 15px;}
  .contentpage h2{margin-bottom: 20px;}
  .section .formct h3{font-size: 22px;}
  body{font-size: 14px; line-height: 22px;}
  .bnfllo.followus h4{font-size: 14px;}
  .bnfllo.followus{padding: 25px 0;}
  .bnfllo.followus ul li i.zmdi{font-size: 35px;}
  .bnfllo.followus ul li {
      margin: 0 25px;
  }
  .section {
      padding: 40px 0;
  }
  .storyct {
      padding-left: 15px;
  }
  .section h2.title{font-size: 21px;}
  .section h3{font-size: 18px;}
  .mapadd iframe{height: 300px;}
  
  .schedule .mapadd iframe {
    height: 460px;
  }
  .brand h2.title {
      margin-top: 40px;
  }
  .brand h3 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .section p {
    margin-bottom: 20px;
  }
  figure.testimonial blockquote{font-size: 14px;}
  figure.testimonial blockquote{
        padding: 30px 30px;
  }
  figure.testimonial blockquote:before {
    left: 30px;
  }
  figure.testimonial .peopl{left: 20px;}
  figure.testimonial .peopl{    bottom: -70px;}
  .slidertestrion {
    padding-bottom: 20px;
  }
  .tableprice table tr.headtr th{
    font-size: 21px;
    padding: 25px 20px;
  }
  .tableprice table tr h5 {
    font-size: 18px;
  }
  .tableprice table td i{line-height: 20px;}
  .tableprice table .borderbt td, .tableprice table .borderbt th {
      border-bottom: 1px solid #737373;
      padding: 10px 20px;
  }
  .tableprice table tr td.priceregu{font-size: 15px;}
  .supporter .clsrowsd {
    margin-top: 30px;
  }
  .row.faq {
    margin-top: 35px;
  }
  .form .listfporm li span{
    font-size: 40px;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  footer {
    padding: 40px 0 0;
    background: #1c1c1c;
    color: #fff;
  }

  .schedule .mapadd{margin-top: 0}
  .tablesch th, .tablesch td{font-size: 18px;}
  .tablesch th.firt {
    padding-right: 30px;
  }
  .story.section h3{font-size: 18px;}
  .story.section h4{font-size: 22px;}
  .brand h4 {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  html[lang="ja"] .brand h4{line-height: 1.6em}
  .brand h4 i{font-style: normal;}
  .supporter h2.title {
    margin-bottom: 0px;
  }
  .tableprice{margin-bottom: 10px;}
  .supporter .ware h2.title {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .supporter .ware {
      margin-bottom: 10px;
  }
  .feedw .caption-text .cto{max-height: 110px;}
  .captions{height: calc(100% - 0px);}
  .feedw:nth-child(13),.feedw:nth-child(14){display: none;}
  .feedw {
      width: 16.66667%;
      height: 180px;
      overflow: hidden;
  }
  .covidbg h2 {
    font-size: 35px;
    padding: 10px 0 0px;
  }
  .royalSlider .covidbg img.imgebanner{width: 150px;}
  .covidbg:before{height: 148px;}
  .rsBullets{bottom: 155px;}
  .bt_covid{margin-top: 5px;     padding: 3px 20px;}
  .covidbg h2 span{font-size: 20px;}
  .ulgi li.lico{margin: 5px 0;}
 html[lang="en-US"] .covidbg h2 {
      padding-top: 0px;
      padding-bottom: 0px;
      font-size: 25px;
  }
  html[lang="en-US"]  .bt_covid {
    margin-top: 0;
    padding: 3px 20px;
    line-height: 15px;
  }
  html[lang="en-US"] .covidbg h2 span {
    font-size: 20px;
  }
  html[lang="en-US"] .royalSlider .covidbg img.imgebanner {
      width: 170px;
  }
  html[lang="en-US"] ul.ulchild {
      margin-top: 5px;
  }
  html[lang="en-US"] .covidbg h2 span {
    font-size: 18px;
  }
  .txtskid{
    height: 140px;
    font-size: 32px;
    line-height: 45px;
    padding: 25px 0 0;
  }
  section.listkids {
    padding: 40px 0 0;
    text-align: center;
  }
  .clpp{bottom: 135px;}
  .wrapfit{
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1279px){
  .headermenu ul.ulmenu li {
      padding: 0 8px;
  }
  .covidbg h2 {
    font-size: 34px;
    padding: 10px 0 1px;
  }
  html[lang="en-US"] .bt_covid{    padding: 2px 20px;}
}
@media (max-width: 991px){
  .headermenu ul.ulmenu li {
      padding: 0 5px;
  }
  .tablesch td{min-width: 120px;}
  .section .formct h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  img.arowri {
    position: absolute;
    top: 47%;
    left: 100%;
    width: 20px;
  }
  .feedw {
    width: 33.33333%;
    height: 218px;
    overflow: hidden;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .formct {
    background: #fff;
    padding: 15px 20px;
    display: inline-block;
    width: auto;
    margin-left: 0px;
  }
  .formct .btnbutton{margin-top: 15px;}
  .formct, .imgstepgo {
    height: 565px;
  }
  img.arowri {
      position: absolute;
      top: 47%;
      left: 97%;
      width: 20px;
  }
  .covidlist {
    max-width: 100%;
  }
  .bt_covid {
    margin: 10px auto;
    max-width: 89%;
  }
  .covidbg h2 {
    font-size: 40px;
    padding: 10px 0 20px;
  }
  .headermenu.fixed ul.ulmenu,.headermenu ul.ulmenu {
    margin-top: -2px;
    max-width: 80%;
  }
  #mainNav .dropdown .dropdown-toggle{margin-top: 0;}
}
.section-mobile {
	display: none;
}
.rsContent .pc img.rsImg,.rsContent .mb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
        width: 100%;
}
.rsContent .pc,.rsContent .mb{height: 100%;}
@media (max-width: 767px){
	.fontWeight-bold {
		font-weight: 700;
	}
	.table-mobile table tr h6:before {
    width: 7px;
    height: 7px;
    background: #50555c;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
.table-mobile table tr h6 {
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
}
	.bg-tb-mb {
		background: #000;
		font-weight: 700;
		font-size: 15px;
		text-align: center;
		color: #fff;
	}
	.section-mobile .tableprice table tr td {
		width: 50% !important;
	}
	.section-mobile .table-mobile table tr:nth-child(4) td:first-child,
.section-mobile .table-mobile table tr:nth-child(5) td:first-child,
.section-mobile .table-mobile table tr:nth-child(6) td:first-child,
.section-mobile .table-mobile table tr:nth-child(7) td:first-child,
.section-mobile .table-mobile table tr:nth-child(10) td:first-child{
		border-bottom: 0;
		border-top: 0;
	}
	.table-mobile  tr td {
		border: 1px solid #737373;
		padding: 10px;
	}
	#price {
		display: none;
	}
	.section-mobile  {
		display: block;
	}
	
	.d-none-mobile {
		display:none;
	}
.title-desc .title.pc {
	display: block !important;
    color: #000 !important;
    margin: 0 !important;
    font-size: 20px;
    padding-left: 13px;
    padding-bottom: 10px;
}
	.table-description {
			width: 100% !important;
			margin-left: 0 !important;
	}
	.block-desc .col-md-12 {
		padding: 0;
	}
	.table-desc {
		padding: 0 15px;
	}
  html[lang="en-US"] .covidbg h2 {
    padding-top: 0;
  }
  body{font-size: 16px; line-height: 1.6em}
  html[lang="en-US"] body{font-size: 16px; line-height: 28px}
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.6em}
  .tablesch th, .tablesch td{padding: 22px 3px;}
  .tablesch th.firt {
    padding: 0px 15px 0 0px;
    white-space: normal;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 15px;
    top: auto;
    width: 75px;
    padding-top: 19px;
  }
  .tablesch .trfirst th:first-child {
    position: absolute;
    left: 5px;
    top: auto;
    width: 75px;
    padding-right: 10px;
  }
  .tablesch th.firt small{display: none;}
  .tablesch .trfirst th {
    padding: 0 0 15px;
  }
  .tablesch th, .tablesch td {
      font-size: 14px;
      line-height: 18px;
  }
  .tablesch td span{font-size: 13px;}
  .scrollmb {
    width:100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 20px 15px 20px 15px;
    overflow: auto;
  }
    .wrscrollmb {
      margin-left: -15px;
      background: #fff;
  }
  .tablesch td {
    max-width: 90px;
    width: 90px;
    min-width: 75px;
    height: 75px;
    padding: 0 3px;
  }
  #mainNav {
     transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.26s ease;
    height: 0;
    overflow: hidden;
  }
  #mainNav.open {
      position: absolute;
      top: -60px;
      left: 0;
      width: 100%;
      background: #1c1c1c;
      padding: 0px 20px 10px;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      transition: all 0.35s;
      transform: scaleY(1);
      height: auto;
      overflow: auto;
      min-height: 580px;
  }
  .fixmenu{height: 0;}
  .fixmenu.beforefix:before {
    content: "";
    background: #1c1c1c;
    position: absolute;
    top: -60px;
    height: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .headermenu ul.ulmenu {
    width: 100%;
    display: inline-block;
        margin-top: 60px;
  }
  .headermenu ul.ulmenu li a{
    display: block;
    font-size: 20px;
  }
  .headermenu ul.ulmenu li {
    width: 100%;
        padding: 10px 0px 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0px 20px 0px;
  }
  .headermenu ul.ulmenu li li{
    padding-left: 20px;
  }
  .headermenu ul.ulmenu li.menu-item-has-children li:last-child{padding-bottom: 0;}
  .headermenu ul.ulmenu li.menu-item-has-children i{
    position: absolute;
    right: 20px;
    font-size: 24px;
  }
  .headermenu ul.ulmenu li li:last-child{border-bottom: none;}
  .mb{display: block !important;}
  .icon-menu {
    cursor: pointer;
    position: fixed;
    left: 15px;
    background: none;
    border: none;
    top: 10px;
    z-index: 10;
  }
  .icon-menu:focus{outline: none;}
  .icon-menu:before, .icon-menu:after {
    content: "";
    display: block;
  }
  .icon-menu .bar, .icon-menu:before, .icon-menu:after {
      width: 30px;
    height: 2px;
      background-color: #fff;
      margin:8px 0;
      transition: 0.4s;
  }
  a.logo {
      display: inline-block;
      width: 100%;
      text-align: center;
  }
  .open:before {
      transform: rotate(-45deg) translate(-0.555em, 0.5em);
  }

  .open .bar {opacity: 0;}

  .open:after {
      transform: rotate(45deg) translate(-0.555em, -0.5em);
  }
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #mainNav .dropdown {
    font-size: 14px;
    width: 100%;
    margin: 10px 0 85px 0;
  }
  #mainNav .dropdown .dropdown-toggle{margin-left: 0; padding: 8px 10px;}
  #mainNav .dropdown-menu {
    padding: 8px 10px;
    border-radius: 0;
    left: 0% !important;
    top: 9px !important;
    width: 100%;
    text-align: center;
  }
  #mainNav .dropdown .dropdown-toggle{width: 100%;}
  .headermenu ul.ulmenu li.menu-item-has-children .sub-menu{
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  .headermenu ul.ulmenu li.menu-item-has-children .sub-menu.acsub{
    height: auto;
    opacity: 1;
    overflow: inherit;
  }
  .headermenu .logo img {
    width: 140px;
  }
  .headermenu.fixed #mainNav .dropdown .dropdown-toggle {
    margin-top: 15px;
  }
  .bgmenu{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 9;
    display: none;
  }
  .bgmenu.activeg{display: block;}
  .activegsubmenu .zmdi-chevron-down:before {
    content: '\f2fc';
  }
  .storyct {
    padding-left: 0;
    padding-top: 35px;
  }

.story.section h2.title {
    margin-top: 0;
    line-height: 35px;
    /*background: url(../img/update/toppage/story_MB.jpg) no-repeat;*/
    background-size: cover;
    background-position: center top;
    text-align: left;
    padding: 55px 0 64px 55px;
    color: #fff;
    height: 165px;
}
  .story.section div {
    margin-bottom: 5px;
    padding-top: 0;
  }
  .story.section div.storyct  div{
    font-weight: bold;
    font-size: 22px;
        margin-bottom: 15px;
  }
  .brand h2.title {
    margin-top: 0;
    line-height: 35px;
    /*background: url(../img/branch.jpg) no-repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 64px 0;
  }
  .mapadd p{margin-bottom: 0;}
  .section h2.title {
    font-size: 25px;
    font-weight: bold;
  }
  .supporter h3 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .supporter h2.title {
    margin-top: 0;
  }
  .row.faq {
    margin-top: 35px;
    background: #f3f3f3;
    padding: 35px 0;
  }
  .form .listfporm li {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
  }
  .faq h2.title {
    margin-bottom: 15px;
}
  .form .listfporm li  br{display: none;}
  .form .listfporm li span {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -4px
  }
  .mr30{margin-top: 20px;}
  .formct{    padding: 20px 20px;}
  button.slick-prev.slick-arrow {
      left: 42%;
  }
  button.slick-next.slick-arrow {
    right: 39.5%;
  }
  .applyform {
    right: 15px;
    bottom: 20px;
        padding: 8px 20px !important;
  }
  .applyform a{padding: 8px 20px;}
  .tableprice {
    max-width: 730px;
      width: calc(100% + 30px);
      margin: 0 -15px;
  }
  .tableprice table tr th, .tableprice table tr td {
      padding: 10px 15px;
      height: 70px;
  }
  .tableprice table tr th{width: 40%; padding-right: 5px;}
  .tableprice table tr td{width: 28%;}
  .tableprice table tr td:last-child{width: 20%; font-size: 12px;}
  .tableprice table tr h6{padding-left: 14px;}
  .tableprice table .borderbt td, .tableprice table .borderbt th {
      padding: 15px 15px;
  }
  .banner {
   background: none;
   overflow: hidden;
  }

  .bnfllo.followus {
      display: inline-block;
      width: 100%;
  }
.bnfllo.followus ul li {
    margin: 10px 0px;
    width: 25%;
    text-align: center;
    padding-left: 0;
    float: left;
}
  .trainerct ul{margin-bottom: 24px;}
  .trainerct  a.viewmor {
    margin-left: 58px;
  }
  .pc{display: none !important;}
  .row.ware {
    background: #1c1c1c;
    padding: 30px 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .supporter .ware h2.title{color: #fff; }
  .supporter .ware p{color: #fff;}
  .supporter .ware a{color: #fff;}
  #enrollment h3{     font-weight: bold;margin: 0px 0 15px; padding: 0; font-size: 26px; text-align: center;}
  .section .formct span.sph3, a.numberfrm {
    font-size: 23px;
  }
  .section .formct span.sph3{font-weight: normal;}
  .form{background: #1c1c1c;}
  .titlehr3 {
    text-align: center;
  }
  .titlehr3 span{font-size: 20px; font-weight: normal; display: block;}
  img.arowri {
    position: absolute;
    top: 90%;
    left: 49%;
    width: 20px;
    transform: rotate(90deg);
  }
  .formct{height: auto;}
  .formct .btnbutton{margin-top: 20px;padding: 8px 0;}
  footer ul.social li span {
    font-size: 13px;
    display: none;
    margin-left: 10px;
  }
  footer ul.social li {
    margin: 10px 0;
    width: 25%;
    float: left;
    text-align: center;
}
  ul.social img{max-width: 44px; background: none;}
  .bnfllo.followus ul li span {
    font-size: 13px;
    display: none;
    margin-left: 8px;
  }
  .bnfllo.followus h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .section{padding-left:  15px;padding-right:  15px;}
  .section.form {
    padding-left: 0;
    padding-right: 0;
  }
  section.section.schedule {
    padding: 20px 0 0;
  }
  .schedule.section h2.title {
    color: #fff;
    margin: 0 0 20px 15px;
  }
  .tableprice table tr h6:before {
    width: 7px;
    height: 7px;
    background: #50555c;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 80px 80px 80px 80px;
    -moz-border-radius: 80px 80px 80px 80px;
    -webkit-border-radius: 80px 80px 80px 80px;
  }
  .feedtitle ul li{font-size: 32px;}
  #instafeed {
    padding-top: 20px;
    background: none;
    display: block;
    margin-top: 0;
  }
  .feedw .caption-text .cto{
        max-height: 121px !important;
  }
   .feedtitle {
      padding:35px 0 20px;
      background: none;
      margin-bottom: -11px;
  }
  .feedtitle .feect{width: 260px;}
  .feedtitle .feect ul{padding: 0;}
  .buttonlink a {
    font-size: 15px;
    width: auto;
    padding: 15px 20px;
    color: #fff;
    background: #1c1c1c;
    margin-top: 30px;
    display: inline-block;
  }
  .ui_bubble_rating:after {
    left: 2px !important;
    top: 2px !important;
    height: 20px !important;
  }
  .feedtitle ul li{padding: 0 10px; font-size: 38px; color: #b5b4b2; opacity: 0.5 !important;} 
  .imagins{height: 270px; overflow: hidden; }
  .captions {
    opacity: 1;
    position: relative;
  }
  .feedw .caption-text .gocap{display: block;}
  .feedw .blur{display: none;}
  .feedw .caption-text .cto {
    padding: 0 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    max-height: initial;
  }
  .ins {
    position: initial;
    float: right;
    bottom: 13px;
    font-size: 25px;
    padding-top: 4px;
    color: #b1b1b1;
  }
  .feedw .caption-text .cto{padding: 0 0px}
  #instafeed{padding-top: 20px;    background: none; display: block; margin-top: 0;}
   .feedw {
      width: 100%;
      text-align: center;
      height: auto;
      padding: 10px 20px;
  }
  .feedw .caption-text a {
    color: #50555c;
  }
  .feedw .caption-text {
    position: inherit;
    padding: 10px 0 0;
    text-align: left;
    color: #50555c;
  }
  .ulcm {
    position: initial;
    width: 50%;
    display: inline-block;
    padding-left: 0px;
        padding-top: 5px;
  }
   .feedw:first-child{padding-top: 0;}
  .feedw:nth-child(6){display: none;}
  .urlusericon {
    position: inherit;
    text-align: left;
    padding: 0;
        margin-top: 25px;
  }
  .urlusericon a {
    color: #bdbdbc;
    text-shadow: none;
    font-weight: bold;
  }
  .section#trainer h2.title{
    /*background: url(../img/trainer-title.jpg) no-repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 0;
    color: #fff;
  }
  .section#trainer img {
      max-width: 100%;
      margin-top: 0px;
      height: auto;
  }
  .trainerct h4{margin-top: 0;}
   #access .mapadd .storyct{padding-top: 10px;}
   .mapadd iframe {
      margin-bottom: 0;
  }
  .section#access h3{
    font-size: 16px;
    padding: 0 0 0px;
  }
  .section#access h3 a{font-weight: bold; color:#50555c }
  .section#access h3 span{font-weight: normal;}
  .section#access.mapadd .storyct{padding-top: 20px;}
  .section#access h2.title{    margin-bottom: 10px;}
  #contact.section h3{
    text-align: center;
    font-size: 25px;
    margin: 40px 0 0;
  }
  .tableprice table td:last-child{line-height: 18px;}
  .tableprice table td i {
    line-height: 18px;
  }
  .imgstepgo {
    display: inline-block;
    padding: 0;
    max-width: inherit;
    background: #1c1c1c;
    height: 100%;
    margin-bottom: 55px;
  }
  .form h2.title {
    color: #fff;
    margin-bottom: 30px;
  }
  .buttonlink {
    margin: 0;
 }
  .bannersubpage{height: 300px;}
  .pagestory{background-image: url(../img//update/subpage/bn_story_mb.jpg?11);}
  .bannersubpage h1{
    font-size: 30px;
    padding-top: 65px;
  }
  .contentpage h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 35px;
  }
  .contentpage h5 {
    text-transform: uppercase;
    margin: 25px 0 10px;
  }
  .subtrainer .trainerct h6,.subtrainer .trainerct ul{margin-left: 0;}
  .bannertrainer {
    background-image: url(../img/banner_trainer_mb.jpg) ;
    height: 160px;
    font-size: 30px;
  }
  .bannertrainer h1 {
    padding-top: 79px;
    text-transform: uppercase;
    font-size: 30px;
  }
  #trainer.menuasection {
    margin-bottom: 0;
  }
  .pagebrand{
    background-image: url(../img/banner_brand_mb.jpg);
  }
  .subtrainer img{max-width: 230px;}
  section.trainer.section.subtrainer {
    padding-top: 30px;
        padding-bottom: 30px;
  }
  .schedule  .mapadd iframe{height: 540px;}
  section#price {
    padding-top: 40px;
  }
  .rsBullets{bottom: 170px;    text-indent: -130px;}
  .royalSlider img.imgebanner,.royalSlider img{height: calc(100% - 155px);}
  footer {
    padding: 30px 0 0;
    background: #1c1c1c;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer h2 {
    margin-bottom: 20px;
  }
  ul.social {
    max-width: 85%;
    margin: 0 auto;
  }
  #slider-with-blocks-2.royalSlider {height: 400px;}
  #slider-with-blocks-2.royalSlider img.imgebanner {
    width: 229px;
    height: auto;
  }
  #slider-with-blocks-2.royalSlider {
    height: 290px;
    margin-top: -5px;
  }
  .contentpage.pagestory_ct h2{margin-bottom: 0;}
  .clsgirl {
    background: #1c1c1c;
    padding: 20px 20px 10px;
    color: #fff;
  }
  section.bannersubpage.pagestory {
    height: 160px;
  }
  .bannersubpage.pagestory h1 {
    margin-top: -43px;
  }
  .contentpage.pagestory_ct h5.first {
    margin-top: -15px;
  }
  .subtrainer #slider-with-blocks-2.royalSlider {
    height: 305px;
  }
  .subtrainer #slider-with-blocks-2.royalSlider img.imgebanner {
    width: auto;
    height: auto;
  }
  section.section.contentpage.pagestory_ct {
    padding-bottom: 0;
  }
  .headermenu.fixed #mainNav .dropdown .dropdown-toggle span {
    display: block;
  }
  #mainNav .dropdown-menu a{display: block;}
  .covidlist{max-width: 100%;}
  .covidbg h2 {
    font-size: 30px;
    padding: 10px 0 10px;
  }
  .ulgi li.lico{padding: 0 15px;}
  .covidbg h2 span {
    font-size: 18px;
    font-weight: normal;
    display: block;
    line-height: 30px;
  }
  .royalSlider .covidbg .morgit img.imgebanner{
    width: 10px !important;
    margin-right: 4px;
  }
  .morgit {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
  }
  .morgit  a:focus{content: #000;}
  button.btnclup img{
    width: 185px;
  }
  html[lang="en-US"] .covidbg h2 {
    padding-top: 0;
  }
  .txtskid {
    height: 155px;
    font-size: 26px;
    line-height: 38px;
    padding: 24px 38px 0;
    background: #000;
        z-index: 99;
  }
  .clpp {
    bottom: 154px;
    right: -10px;
  }
  .listkids .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 5px 0;
    padding: 0 5px;
  }
  .listkids .row{margin: 0 -5px;}
  .wrapfit {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 5px;
  }
  section.listkids h2 {
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .bannersingle h1{font-size: 25px;}
  section.newspass.section,section.postpass.section {
    padding: 40px 0;
  }
  .newspass h2.title, .postpass h2.title {
    margin-bottom: 20px;
  }
  .newdlist {
    padding-left: 0;
    margin-top: 25px;
  }
  .viewall {
    text-align: left;
    padding-top: 10px;
    padding-left: 15px;
  }
  .postpass .col-md-4{margin: 15px 0;}
  .releatepost ul li{width: 100%;}
  .headermenu.fixed ul.ulmenu {
    margin-top: 60px;
  }
  .srcollmenu {
    z-index: 9999;
    position: absolute;
    top: 0;
    padding-top: 50px;
    background: #1c1c1c;
  }
  .newdlist_first {
    width: 100%;
  }
  section#faq {
    background: #f2f2f2;
    padding: 40px 0;
  }
  section#faq .col-md-6.mr30 {
    margin-top: 0px;
  }
  .faq-item {
    padding: 10px 20px 10px 0px;
  }
  small.plus {
    position: absolute;
    right: -15px;
    top: 0;
  }
  .faq h6{width: 100%;}
}
@media (max-height: 650px){
  #mainNav.open {
      overflow: auto;
      max-height: 590px;
    padding-top: 45px;

  }
  .headermenu ul.ulmenu li{   
  /* padding: 15px 0px 15px 0px;*/}
   
}
@media (max-width: 400px){#enrollment h3{font-size: 23px;}}
        .section-title {
			color:#FFFFFF;
            font-weight: 600;
            font-size: 26px;
            margin-bottom: 30px;
            width: 100%;
            text-align: left;
        }

        .dojo-item {
            margin-bottom: 2rem;
        }

        .dojo-title {
			color:#FFFFFF;
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 0.5rem;
        }

        .image-placeholder {
            width: 100%;
            position: relative;
            padding-bottom: 75%;
            height: 0;
            overflow: hidden;
            margin-bottom: 1rem;
        }

        .image-placeholder iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .address-text {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.05em;
            color: #ffffff;
        }

        .address-text p {
            margin-bottom: 0;
        }
        .address-text p {
            margin-bottom: 0;
			color:#ffffff;
        }
////////////////
.schedule-tab .nav-tabs {
            border-bottom: none;
            margin-bottom: 0;
        }

        .schedule-tab .nav-tabs .nav-item {
            margin-bottom: 0;
            margin-right: 2px;
        }

        .schedule-tab .nav-tabs .nav-link {
            border: none;
            border-radius: 12px 12px 0 0;
            background-color: #e6e6e6;
            color: #666;
            font-weight: bold;
            padding: 12px 30px;
            font-size: 16px;
        }

        .schedule-tab .nav-tabs .nav-link.active {
            background-color: #666666 !important;

            color: #fff !important;
        }


        .schedule-tab .schedule-table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;

            margin-bottom: 2px;

            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.05em;

            text-align: center;
        }

        .schedule-tab .schedule-table th,
        .schedule-tab .schedule-table td {
            border: 1px solid #ccc;
            text-align: center;
            vertical-align: middle;
            padding: 5px;
            height: 65px;
            background-color: #fff;
            font-weight: 400;
  
        }
        .schedule-tab .schedule-table thead th {
            background-color: #e6e6e6 !important;
            font-weight: bold;
            color: #000;
            border-bottom: 1px solid #ccc;
            height: 50px;
        }

        .schedule-tab .col-day {
            width: 10%;
            font-weight: bold;
            font-size: 16px;
        }

        .schedule-tab .bg-mon {
            background-color: #dbeaf9 !important;
        }

        .schedule-tab .bg-tue {
            background-color: #fbece3 !important;
        }

        .schedule-tab .bg-wed {
            background-color: #e3f0e5 !important;
        }

        .schedule-tab .bg-thu {
            background-color: #fdf8df !important;
        }

        .schedule-tab .bg-fri {
            background-color: #e8e4f0 !important;
        }

        .schedule-tab .bg-sat {
            background-color: #f4dce6 !important;
        }

        .schedule-tab .sub-text {
            display: block;
            margin-top: 4px;
            color: #555;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.05em;
            text-align: center;
        }

        .schedule-tab .sat-table-container {
            width: 55%;
        }


        .schedule-tab .mobile-schedule-container {
            margin-top: 10px;
        }

        .schedule-tab .mobile-day-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            user-select: none;
            border-radius: 5px 5px 0 0;
            position: relative;
        }

        .schedule-tab .mobile-day-nav .nav-arrow {
            font-size: 14px;
            color: #555;
            margin: 0 15px;
            cursor: pointer;
        }

        /* Specific backgrounds handled by JS or utility classes */

        .schedule-tab .mobile-schedule-list {
            border: 1px solid #ccc;
            border-top: none;
        }

        .schedule-tab .mobile-schedule-row {
            display: flex;
            border-bottom: 1px solid #ccc;
        }

        .schedule-tab .mobile-schedule-row:last-child {
            border-bottom: none;
        }

        .schedule-tab .mobile-time-col {
            width: 35%;
            background-color: #f2f2f2;
            /* Light Gray for Time */
            padding: 15px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 14px;
            border-right: 1px solid #ccc;
            text-align: center;
        }

        .schedule-tab .mobile-content-col {
            width: 65%;
            background-color: #fff;
            padding: 10px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }

        .d-md-none {
            display: none;
        }
		#dojoTabs{
			border-bottom:none!important;
		}
        @media (max-width: 768px) {
            .d-md-none {
                display: block;
            }

            .d-md-block {
                display: none;
            }

        }
.menuasection .rsBullets{
	display:flex;
	justify-content: center;
}
.hide{
	display:none!important;
}

#slider-with-blocks-2,
#slider-with-blocks-3 {
    width: 100% !important;
    max-width: 363px !important;
    
    height: auto !important;       
    aspect-ratio: 363 / 456 !important;
    
    margin: 0 auto !important;     
}


#slider-with-blocks-2 .rsContent, #slider-with-blocks-2 img,
#slider-with-blocks-3 .rsContent, #slider-with-blocks-3 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#slider-with-blocks-3 .rsNav,
#slider-with-blocks-3 .rsArrow {
    display: none !important;
}

.trainer-info-box {
    text-align: center;        
    margin-top: 12%;            
	margin-bottom:5%;
    font-family: 'Open Sans', sans-serif; 
    color: #4F5054;            
}


.trainer-info-box .trainer-name {
    font-size: 20px;          
    font-weight: 600;           
    line-height: 100%;          
    letter-spacing: 0.05em;   
    color: #4F5054;
	padding:0;
}

.trainer-info-box .trainer-detail {
    font-size: 14px;           
    font-weight: 400;          
    line-height: 20px;           
    letter-spacing: 0.05em;      
    color: #4F5054; 
}

.trainer-info-box .trainer-link {
    display: inline-block;
    font-size: 14px;           
    font-weight: 600;           
    line-height: 100%;         
    letter-spacing: 0;           
    color: #333;                
    text-decoration: none;       
    transition: opacity 0.3s;
}

.trainer-info-box .trainer-link:hover {
    opacity: 0.7;                
    text-decoration: none;
}
@media (max-width: 767px) {
    .trainer-info-box {
        margin-top: 50px;      
    }
    
}
@media (max-width: 320px) {
#dojoTabs{
	flex-wrap:nowrap!important;
}	
	.schedule-tab .nav-tabs .nav-link {
    border: none;
    border-radius: 12px 12px 0 0;
    background-color: #e6e6e6;
    color: #666;
    font-weight: bold;
    padding: 12px 30px;
    font-size: 15px;
}
}

.trainer-section-wrapper {
    padding-top: 0;

}
.trainer-bg-layer {
    background-color: #f4f4f4;
    position: absolute;
    top: 20%; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.menuasection {
    position: relative;
    z-index: 1;
}
.royalSlider {
   
}
.trainer-title{
	font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
	.trainer-title{
		font-size:25px;
	}
	.trainer-info-box .trainer-detail {
    font-size: 12px;          
}
	.trainer-bg-layer{
		top:8%;
	}
	.trainer-mobile{
		margin: 0 !important;
        padding: 0;
	}
	#trainer .menuasection{
		margin-left:0;
		margin-right:0;
	}
}
@media (min-width: 391px) and (max-width: 406px) {
	.td_special{
		    letter-spacing: 2.4px;
	}
}