@charset "UTF-8";
/*
Theme Name: FOLE_2020年1月以降
Theme URI: http://nobuta123.co.jp/fole/
Author: the WordPress team
Author URI: http://www.tmc-labo.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.tmc-labo.com/
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 481px) {
  .sp-only,
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pc-only,
  .only-pc {
    display: none;
  }
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only-xs {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .only-xl {
    display: none !important;
  }
}

.row-center {
  text-align: center;
  letter-spacing: -0.4em;
}

.row-center > [class*=col-] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none !important;
}

.row-center.va-middle > [class*=col-] {
  vertical-align: middle;
}

.row-center.va-bottom > [class*=col-] {
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  background-color: #333;
}
body ul, body li {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
body a {
  text-decoration: none !important;
}
body a:hover {
  color: #430306;
}

#loader {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -40px;
  /* heightの半分のマイナス値 */
  margin-left: -40px;
  /* widthの半分のマイナス値 */
  z-index: 10001000;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #430306;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000000;
}

#header {
  position: fixed;
  background-repeat: repeat-x;
  width: 100%;
  z-index: 1000;
}
#header div.headerPC {
  position: relative;
  height: 90px;
  margin: 0 auto;
  min-width: 970px;
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(255, 255, 255, 0.9);
}
#header div.headerPC nav#gnavi_pc {
  overflow: hidden;
}
#header div.headerPC nav#gnavi_pc ul {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em !important;
  padding-top: 20px;
  display: block;
  text-align: right;
  height: 60px;
}
#header div.headerPC nav#gnavi_pc ul li {
  display: inline;
  font-size: 14px;
  margin-right: 1em;
}
#header div.headerPC nav#gnavi_pc ul li a {
  color: #333333;
  padding: 17px 0 19px;
}
#header div.headerPC nav#gnavi_pc ul li a:hover {
  border-bottom: solid 2px #C0C0C0;
  -webkit-transition: border-bottom 0.1s linear;
}
#header div.headerPC nav#gnavi_pc ul li:last-child {
  margin-right: 0;
}
#header div.headerPC nav#gnavi_pc ul li.current a {
  border-bottom: solid 2px #C0C0C0;
}
#header div.headerPC div.headerBorder {
  height: 30px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(255, 255, 255, 0.5);
}
#header div.headerPC div.headerBorder p.foleDetail {
  position: absolute;
  margin-bottom: 0;
  line-height: 1;
  left: 200px;
  top: 9px;
  font-size: 10px;
}
@media screen and (max-width: 1199px) {
  #header div.headerPC div.headerBorder p.foleDetail span {
    display: none;
  }
}
#header div.headerPC div.headerBorder nav#subMenu {
  position: relative;
}
#header div.headerPC div.headerBorder nav#subMenu a#headerApplybtn {
  position: absolute;
  right: 0;
  top: 0;
}
#header div.headerPC div.headerBorder nav#subMenu .headerButton {
  position: absolute;
  width: 197px;
  height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  top: 0;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#header div.headerPC div.headerBorder nav#subMenu a#headerRsv {
  right: 197px;
  width: 220px;
  background-color: rgba(86, 102, 250, 0.8);
}
#header div.headerPC div.headerBorder nav#subMenu a#headerRsv:hover {
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(86, 102, 250, 0.5);
}
#header div.headerPC div.headerBorder nav#subMenu a#headerBook {
  right: 0;
  background-color: #333333;
}
#header div.headerPC div.headerBorder nav#subMenu a#headerBook:hover {
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(0, 0, 0, 0.7);
}
#header div.headerPC div.headerBorder nav#subMenu ul {
  position: absolute;
  top: 0;
  right: 432px;
  line-height: 1;
  font-size: 12px;
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  display: block;
  height: 30px;
  padding-top: 9px;
  margin-bottom: 0;
}
#header div.headerPC div.headerBorder nav#subMenu ul li {
  display: inline;
  padding: 8px 0;
  line-height: 1;
  margin-left: 0;
  margin-right: 1em;
}
#header div.headerPC div.headerBorder nav#subMenu ul li a {
  color: #333333;
}
#header div.headerPC div.headerBorder nav#subMenu ul li a i.fa-facebook-official {
  color: #3B5A96;
}
#header div.headerPC h1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 40px;
  width: 150px;
  height: 120px;
  display: block;
  background-color: #430306;
}
#header div.headerPC.navanimeOn {
  -webkit-transition: background-color 0.3s linear;
  background-color: #ffffff;
}
#header div.headerPC.navanimeOn div.headerBorder {
  background-color: rgba(255, 255, 255, 0.9);
}
#header div.topInfo {
  position: absolute;
  left: 155px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  #header {
    background-color: #460b0e;
    background-image: none;
    z-index: 309;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    height: 56px;
    text-align: center;
  }
  #header div.headerSP h1 {
    text-align: left;
    width: 165px;
    height: 32px;
    padding: 0;
    margin: 4px 0 0 12px;
    display: block;
  }
  #header div.headerSP h1 img {
    height: 32px;
    width: auto;
    margin-left: 0;
    vertical-align: baseline;
  }
  #header div.headerSP h1 span {
    font-size: 50%;
    margin: 0 auto;
    letter-spacing: 0.3em;
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #header div.headerSP h1 span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header div.headerSP nav#gnavi_pc {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #header div.headerSP nav#gnavi_pc {
    display: block;
    width: 738px;
  }
  #header div.headerSP nav#gnavi_pc ul {
    display: block;
  }
  #header div.headerSP nav#gnavi_pc ul li {
    display: inline;
  }
}

#spTopslide {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#spTopslide ul {
  padding-top: 50px;
}
#spTopslide ul li {
  margin-top: 50px;
}
#spTopslide ul li img {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 0;
  vertical-align: bottom;
}

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 38px;
  height: 32px;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 400;
  border: 1px solid #fff;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  position: absolute;
  right: 8px;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger:before {
  top: 7px;
}

#hamburger:after {
  top: 14px;
}

#hamburger span {
  top: 21px;
}

html.mm-opening #hamburger:before {
  top: 20px;
  transform: rotate(45deg);
}

html.mm-opening #hamburger:after {
  top: 20px;
  transform: rotate(-45deg);
}

html.mm-opening #hamburger span {
  opacity: 0;
}

#mm-blocker {
  /*background: rgba( 91, 197, 255, 0 );*/
  background: transparent;
}

.mm-opening #mm-blocker {
  /*background: rgba( 91, 197, 255, 0.5 );*/
  background: rgba(0, 0, 0, 0.2);
  transition: background 1s ease 0.3s;
}

div.mm-navbar a.mm-close {
  font-size: 30px;
  padding-right: 17px;
  color: #9D5A5A;
}

#hero {
  min-width: 970px;
}
#hero div.container-fluid {
  height: 100vh;
  position: relative;
}
#hero div.container-fluid div.lpbannerBox {
  display: none;
}
@media screen and (min-width: 768px) {
  #hero div.container-fluid div.lpbannerBox {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 0px;
    z-index: 100;
  }
  #hero div.container-fluid div.lpbannerBox img {
    max-width: 320px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #hero div.container-fluid div.topbannerWrap.nuhsuh {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #hero div.container-fluid {
    position: relative;
  }
  #hero div.container-fluid .topbanners-area {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  #hero div.container-fluid .topbanners-area a {
    display: block;
  }
  #hero div.container-fluid .topbanners-area [class^=top-banner] {
    width: 300px;
    margin-top: 15px;
  }
  #hero div.container-fluid .topbanners-area [class^=top-banner] img {
    width: 100%;
  }
}
#hero div.container-fluid div.banner1 {
  position: absolute;
  right: 20px;
  bottom: 175px;
  width: 300px;
  display: flex;
  align-items: flex-end;
}
#hero div.container-fluid div.banner1.pcNoNews {
  bottom: 20px;
}
#hero div.container-fluid div.banner2 {
  position: absolute;
  right: 335px;
  bottom: 175px;
  width: 300px;
  height: 250px;
  display: flex;
  align-items: flex-end;
}
#hero div.container-fluid div.banner3 {
  display: none;
  position: absolute;
  right: 570px;
  bottom: 15px;
  width: 300px;
  height: 250px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #hero div.container-fluid div.banner3 {
    display: none;
  }
}
#hero div.container-fluid div#heroNews {
  position: absolute;
  right: 20px;
  width: 495px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.63);
  padding: 20px 20px 20px;
  border-radius: 3px;
}
#hero div.container-fluid div#heroNews.nuhsuh {
  display: none;
}
#hero div.container-fluid div#heroNews span {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  cursor: pointer;
}
#hero div.container-fluid div#heroNews h2 {
  text-align: left;
  font-weight: bold;
  margin: 0 0 1em;
  font-size: 16px;
}
#hero div.container-fluid div#heroNews p {
  font-size: 13px;
  margin-bottom: 0;
}
#hero div.container-fluid p.topCopy {
  margin-bottom: 0;
  left: 40px;
  bottom: 160px;
  position: absolute;
}
#hero div.container-fluid p.topInfo {
  margin-bottom: 0;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
#hero div.container-fluid div.topCopy20 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 40vw;
  background: rgba(70, 11, 16, 0.6);
  padding: 30px;
  color: #ffffff;
}
#hero div.container-fluid div.topCopy20 h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 1em;
}
#hero div.container-fluid div.topCopy20 p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
#hero div.container-fluid div.topCopy20 a.arrow {
  background: rgba(70, 11, 16, 0.2);
  border: 1px solid #ffffff;
  padding: 15px;
  line-height: 1.3;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  font-size: 13px;
  right: -70px;
  top: -30px;
}
#hero div.container-fluid div.topCopy20 a.arrow br {
  display: none;
}
#hero div.container-fluid div.topCopy20 .arrow p {
  margin: 0;
  padding-left: 5px;
  font-weight: bold;
}
#hero div.container-fluid div.topCopy20 .arrow span {
  margin-top: 15px;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 3s ease-in-out infinite forwards;
}
@keyframes arrow01 {
  0% {
    transform: scale(0, 1);
  }
  30% {
    transform: scale(0, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
#hero div.container-fluid div.topCopy20 .arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  animation: arrow02 3s ease-in-out infinite forwards;
}
@keyframes arrow02 {
  0% {
    transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    min-width: inherit;
    width: 100%;
  }
  #hero div.container-fluid {
    height: inherit;
  }
  #hero div.container-fluid p.topCopy {
    margin-top: -37%;
    position: static;
    width: 80%;
  }
  #hero div.container-fluid p.topInfo {
    margin-top: 5%;
    position: static;
    width: 65%;
    margin-bottom: 10%;
  }
  #hero div.container-fluid div.topCopy20 {
    position: absolute;
    max-width: none;
    bottom: auto;
    top: -148px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px;
    background: rgba(70, 11, 16, 0.8);
    color: #ffffff;
  }
  #hero div.container-fluid div.topCopy20 .arrow span {
    margin-top: 8px;
    width: 90%;
  }
  #hero div.container-fluid div.topCopy20 a.arrow {
    font-size: 12px;
    padding: 8px;
    position: absolute;
    right: -8px;
    top: -25px;
    font-size: 13px;
  }
  #hero div.container-fluid div.topCopy20 a.arrow br {
    display: inline;
  }
  #hero div.container-fluid div.topCopy20 h2 {
    font-size: 18px;
  }
  #hero div.container-fluid div.topCopy20 p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  #hero div.container-fluid div.topCopy20 {
    top: -130px;
  }
  #hero div.container-fluid div.topCopy20 a.arrow {
    top: -30px;
    font-size: 11px;
  }
  #hero div.container-fluid div.topCopy20 h2 {
    font-size: 16px;
  }
  #hero div.container-fluid div.topCopy20 p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #hero div.container-fluid img {
    width: 100%;
  }
  #hero div.container-fluid div#heroNews {
    margin-top: 15px;
    position: static;
    left: inherit;
    margin-bottom: 15px;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
  }
  #hero div.container-fluid div#heroNews h2, #hero div.container-fluid div#heroNews p {
    color: #333333;
  }
  #hero div.container-fluid div#heroNews span {
    display: none;
  }
  #hero div.container-fluid div.topbanners-area [class^=top-banner] {
    margin-bottom: 15px;
  }
  #hero div.container-fluid div.topbanners-area div.banner1, #hero div.container-fluid div.topbanners-area div.banner2, #hero div.container-fluid div.topbanners-area div.banner3 {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: inherit;
    min-height: 20px;
  }
  #hero div.container-fluid div.topbanners-area div.banner1 a, #hero div.container-fluid div.topbanners-area div.banner2 a, #hero div.container-fluid div.topbanners-area div.banner3 a {
    width: 100%;
  }
  #hero div.container-fluid div.topbanners-area div.banner1 img, #hero div.container-fluid div.topbanners-area div.banner2 img, #hero div.container-fluid div.topbanners-area div.banner3 img {
    width: auto !important;
    height: auto;
  }
  #hero div.container-fluid div.topbanners-area div:last-child {
    margin-bottom: 15px;
  }
}

section#main h1.pageTitle {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin: 0 auto 40px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section#main h1.pageTitle {
    font-size: 22px;
    background-color: rgb(115.8142857143, 5.1857142857, 10.3714285714);
    color: #ffffff !important;
    padding: 30px 0.8em 0.8em;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
section#main h2.h2Center {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 auto 40px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section#main h2.h2Center {
    font-size: 18px;
    background-color: #333;
    color: #ffffff !important;
    padding: 0.8em;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
section#main div.pageContent, section#main div.firstContent {
  padding: 60px 0;
}
section#main div.pageContent div.container, section#main div.firstContent div.container {
  max-width: 980px;
}
section#main div.pageContent p, section#main div.firstContent p {
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.2;
  line-height: 1.8;
  margin-bottom: 1em;
}
section#main div.pageContent p.lead, section#main div.firstContent p.lead {
  font-size: 18px;
  color: #7b7b7b;
  text-align: center;
  font-weight: normal;
  margin-bottom: 36px;
}
section#main div.pageContent.firstBox, section#main div.firstContent.firstBox {
  background-position: center center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 480px;
  padding-top: 0px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
}
section#main div.pageContent.firstBox h1.pageTitle, section#main div.firstContent.firstBox h1.pageTitle {
  color: #ffffff !important;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.54);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
section#main div.pageContent.firstBox p.lead, section#main div.firstContent.firstBox p.lead {
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.54);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  section#main div.pageContent.firstBox, section#main div.firstContent.firstBox {
    padding-top: 50vw;
    min-height: auto !important;
  }
  section#main div.pageContent.firstBox div.container,
  section#main div.pageContent.firstBox div.container-fluid, section#main div.firstContent.firstBox div.container,
  section#main div.firstContent.firstBox div.container-fluid {
    bottom: 0;
    padding: 15px;
  }
  section#main div.pageContent.firstBox div.container h1.pageTitle,
  section#main div.pageContent.firstBox div.container-fluid h1.pageTitle, section#main div.firstContent.firstBox div.container h1.pageTitle,
  section#main div.firstContent.firstBox div.container-fluid h1.pageTitle {
    padding: 0 15px;
    background-color: transparent;
    margin-bottom: 15px;
    text-align: left;
    color: #333333 !important;
    text-shadow: none;
  }
  section#main div.pageContent.firstBox div.container p.lead,
  section#main div.pageContent.firstBox div.container-fluid p.lead, section#main div.firstContent.firstBox div.container p.lead,
  section#main div.firstContent.firstBox div.container-fluid p.lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #333333 !important;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  section#main div.pageContent, section#main div.firstContent {
    padding: 0 0 30px;
  }
  section#main div.pageContent div.container h1.pageTitle, section#main div.pageContent div.container-fluid h1.pageTitle, section#main div.firstContent div.container h1.pageTitle, section#main div.firstContent div.container-fluid h1.pageTitle {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    margin-bottom: 0;
  }
  section#main div.pageContent div.container h2.h2Center, section#main div.pageContent div.container-fluid h2.h2Center, section#main div.firstContent div.container h2.h2Center, section#main div.firstContent div.container-fluid h2.h2Center {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#main div.pageContent div.container p.lead, section#main div.pageContent div.container-fluid p.lead, section#main div.firstContent div.container p.lead, section#main div.firstContent div.container-fluid p.lead {
    margin-bottom: 0px;
  }
}
section#main div.pageContent.formStyle, section#main div.firstContent.formStyle {
  background-color: #ffffff;
  color: #333333;
}
section#main div.pageContent.formStyle div.container div.campaignImageBox, section#main div.pageContent.formStyle div.container-fluid div.campaignImageBox, section#main div.firstContent.formStyle div.container div.campaignImageBox, section#main div.firstContent.formStyle div.container-fluid div.campaignImageBox {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  section#main div.pageContent.formStyle div.container div.campaignImageBox, section#main div.pageContent.formStyle div.container-fluid div.campaignImageBox, section#main div.firstContent.formStyle div.container div.campaignImageBox, section#main div.firstContent.formStyle div.container-fluid div.campaignImageBox {
    margin-top: 0;
  }
}
section#main div.pageContent.formStyle div.container div.campaignImageBox img, section#main div.pageContent.formStyle div.container-fluid div.campaignImageBox img, section#main div.firstContent.formStyle div.container div.campaignImageBox img, section#main div.firstContent.formStyle div.container-fluid div.campaignImageBox img {
  margin: 0 auto;
}
section#main div.pageContent.formStyle div.container h1.pageTitle, section#main div.pageContent.formStyle div.container-fluid h1.pageTitle, section#main div.firstContent.formStyle div.container h1.pageTitle, section#main div.firstContent.formStyle div.container-fluid h1.pageTitle {
  padding-top: 100px;
  color: #333333 !important;
}
section#main div.pageContent.formStyle div.container p.lead, section#main div.pageContent.formStyle div.container-fluid p.lead, section#main div.firstContent.formStyle div.container p.lead, section#main div.firstContent.formStyle div.container-fluid p.lead {
  color: #333333 !important;
  font-size: 14px;
  margin-bottom: 60px;
}
section#main div.pageContent.formStyle div.container p img.spLimit, section#main div.pageContent.formStyle div.container-fluid p img.spLimit, section#main div.firstContent.formStyle div.container p img.spLimit, section#main div.firstContent.formStyle div.container-fluid p img.spLimit {
  margin: 0 auto;
}
section#main div.pageContent.formStyle div.container div.formFootnote, section#main div.pageContent.formStyle div.container-fluid div.formFootnote, section#main div.firstContent.formStyle div.container div.formFootnote, section#main div.firstContent.formStyle div.container-fluid div.formFootnote {
  padding: 30px 0 18px;
  border-top: 1px dotted #774043;
}
section#main div.pageContent.formStyle div.container div.formFootnote p, section#main div.pageContent.formStyle div.container-fluid div.formFootnote p, section#main div.firstContent.formStyle div.container div.formFootnote p, section#main div.firstContent.formStyle div.container-fluid div.formFootnote p {
  font-size: 12px;
}
section#main div.pageContent.formStyle div.container div.submitArea, section#main div.pageContent.formStyle div.container-fluid div.submitArea, section#main div.firstContent.formStyle div.container div.submitArea, section#main div.firstContent.formStyle div.container-fluid div.submitArea {
  text-align: center;
  padding: 30px 0;
}
section#main div.pageContent.formStyle div.container div.submitArea input[type=submit], section#main div.pageContent.formStyle div.container-fluid div.submitArea input[type=submit], section#main div.firstContent.formStyle div.container div.submitArea input[type=submit], section#main div.firstContent.formStyle div.container-fluid div.submitArea input[type=submit] {
  background-color: #d7b52c;
  background-image: url(../img/btn_gradient.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  border: none;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.49);
}
section#main div.pageContent.formStyle div.container table.formTable tbody, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody, section#main div.firstContent.formStyle div.container table.formTable tbody, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody {
  border-top: 1px dotted #333333;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr, section#main div.firstContent.formStyle div.container table.formTable tbody tr, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr {
  border-bottom: 1px dotted #333333;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr:nth-child(2n), section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr:nth-child(2n), section#main div.firstContent.formStyle div.container table.formTable tbody tr:nth-child(2n), section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr:nth-child(2n) {
  background-color: rgb(250.65, 250.65, 250.65);
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr th, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr th, section#main div.firstContent.formStyle div.container table.formTable tbody tr th, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr th {
  width: 28%;
  padding: 15px;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td, section#main div.firstContent.formStyle div.container table.formTable tbody tr td, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td {
  width: 72%;
  padding: 15px;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=date], section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=date], section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=date], section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=date] {
  -webkit-appearance: none;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=text],
section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=email],
section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=date],
section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=tel], section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=text],
section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=email],
section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=date],
section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=tel], section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=text],
section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=email],
section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=date],
section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=tel], section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=text],
section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=email],
section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=date],
section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=tel] {
  min-width: 10em;
  padding: 0.5em;
  margin-bottom: 0.3em;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.wpcf7-list-item label, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.wpcf7-list-item label, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.wpcf7-list-item label, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.wpcf7-list-item label {
  margin-right: 1em;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.wpcf7-list-item-label, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.wpcf7-list-item-label, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.wpcf7-list-item-label, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.wpcf7-list-item-label {
  font-weight: normal;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td ul.formCaution, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td ul.formCaution, section#main div.firstContent.formStyle div.container table.formTable tbody tr td ul.formCaution, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td ul.formCaution {
  padding-left: 0;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td ul.formCaution li, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td ul.formCaution li, section#main div.firstContent.formStyle div.container table.formTable tbody tr td ul.formCaution li, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td ul.formCaution li {
  list-style-type: none;
  text-indent: -0.9em;
  padding-left: 1em;
  margin: 0;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td ul.formCaution li:before, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td ul.formCaution li:before, section#main div.firstContent.formStyle div.container table.formTable tbody tr td ul.formCaution li:before, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td ul.formCaution li:before {
  content: "※ ";
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.fn, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.fn, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.fn, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.fn {
  padding: 0.5em 0 0;
  display: block;
  font-size: 12px;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.formFootnote, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.formFootnote, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.formFootnote, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.formFootnote {
  font-weight: bold;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.formUnderline, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.formUnderline, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.formUnderline, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.formUnderline {
  background-color: #ffffab;
  color: #7b7b7b;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.keitaiNotice, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.keitaiNotice, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.keitaiNotice, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.keitaiNotice {
  display: block;
  padding: 0.5em;
  margin: 0.3em 0;
  background-color: #f1e6e6;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.keitaiNotice span.keitaiJuyo, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.keitaiNotice span.keitaiJuyo, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.keitaiNotice span.keitaiJuyo, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.keitaiNotice span.keitaiJuyo {
  display: block;
  font-size: 11px;
  padding-bottom: 0em;
}
section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.keitaiNotice span.keitaiHonbun, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.keitaiNotice span.keitaiHonbun, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.keitaiNotice span.keitaiHonbun, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.keitaiNotice span.keitaiHonbun {
  display: block;
  padding: 0.5em;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  section#main div.pageContent.formStyle div.container h1.pageTitle, section#main div.pageContent.formStyle div.container-fluid h1.pageTitle, section#main div.firstContent.formStyle div.container h1.pageTitle, section#main div.firstContent.formStyle div.container-fluid h1.pageTitle {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    margin-bottom: 10px;
  }
  section#main div.pageContent.formStyle div.container p.lead, section#main div.pageContent.formStyle div.container-fluid p.lead, section#main div.firstContent.formStyle div.container p.lead, section#main div.firstContent.formStyle div.container-fluid p.lead {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
  }
  section#main div.pageContent.formStyle div.container h2.h2Center, section#main div.pageContent.formStyle div.container-fluid h2.h2Center, section#main div.firstContent.formStyle div.container h2.h2Center, section#main div.firstContent.formStyle div.container-fluid h2.h2Center {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#main div.pageContent.formStyle div.container img.spLimit, section#main div.pageContent.formStyle div.container-fluid img.spLimit, section#main div.firstContent.formStyle div.container img.spLimit, section#main div.firstContent.formStyle div.container-fluid img.spLimit {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  section#main div.pageContent.formStyle div.container table.formTable, section#main div.pageContent.formStyle div.container-fluid table.formTable, section#main div.firstContent.formStyle div.container table.formTable, section#main div.firstContent.formStyle div.container-fluid table.formTable {
    display: block;
    max-width: 100%;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody, section#main div.firstContent.formStyle div.container table.formTable tbody, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody {
    display: block;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody tr, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr, section#main div.firstContent.formStyle div.container table.formTable tbody tr, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr {
    display: block;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody tr th, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr th, section#main div.firstContent.formStyle div.container table.formTable tbody tr th, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr th {
    background-color: #450A0E;
    color: #fff;
    padding: 0.3em;
    display: list-item;
    border: none !important;
    margin-bottom: 0.8em;
    list-style-type: none;
    width: 100%;
    text-align: left;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody tr td, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td, section#main div.firstContent.formStyle div.container table.formTable tbody tr td, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td {
    display: list-item;
    border: none !important;
    padding: 0;
    width: 100%;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0.8em;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=text], section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=email], section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=tel], section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=text], section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=email], section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=tel], section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=text], section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=email], section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=tel], section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=text], section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=email], section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=tel] {
    width: 100%;
    border: 1px solid #ccc;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody tr td input[type=date], section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td input[type=date], section#main div.firstContent.formStyle div.container table.formTable tbody tr td input[type=date], section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td input[type=date] {
    border: 1px solid #ccc;
  }
  section#main div.pageContent.formStyle div.container table.formTable tbody tr td span.wpcf7-list-item, section#main div.pageContent.formStyle div.container-fluid table.formTable tbody tr td span.wpcf7-list-item, section#main div.firstContent.formStyle div.container table.formTable tbody tr td span.wpcf7-list-item, section#main div.firstContent.formStyle div.container-fluid table.formTable tbody tr td span.wpcf7-list-item {
    margin-left: 0;
  }
}
section#main div.pageContent.formStyle div.container .sent .cform7, section#main div.pageContent.formStyle div.container-fluid .sent .cform7, section#main div.firstContent.formStyle div.container .sent .cform7, section#main div.firstContent.formStyle div.container-fluid .sent .cform7 {
  display: none;
}
section#main div.firstContent.guidance-cont {
  background-image: url("img/bg_first_guidance.jpg");
  background-position: center;
  background-size: cover;
  background-color: transparent;
}
section#main div.firstContent.guidance-cont div.container h1.pageTitle {
  color: #ffffff !important;
  margin-bottom: 2em;
}
section#main div.firstContent.guidance-cont div.container h2.h2Center, section#main div.firstContent.guidance-cont div.container p.lead {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section#main div.firstContent.guidance-cont div.container h1.pageTitle {
    padding-top: 30px;
    margin-bottom: 15px;
  }
}
section#main .guidance-cont {
  background-color: #ffffff;
}
section#main .guidance-cont#tour {
  background-color: rgb(237, 226, 226);
}
section#main .guidance-cont#tour .box-time {
  margin-bottom: 0 !important;
}
section#main .guidance-cont p.lead {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  section#main .guidance-cont .only-sp {
    display: none;
  }
}
section#main .guidance-cont .guidance-box div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
section#main .guidance-cont .guidance-box div span.tl {
  display: block;
  font-size: 24px;
  text-align: center;
}
section#main .guidance-cont .guidance-box div span.ico {
  display: block;
  text-align: center;
  font-size: 18px;
}
section#main .guidance-cont .guidance-box div a {
  width: 100%;
  color: #ffffff;
  display: block;
  border: 2px solid #ffffff;
  padding: 30px 15px;
  text-align: center;
}
section#main .guidance-cont .guidance-box div a:hover {
  -webkit-transition: background-color 0.3s linear;
  border: 2px solid #5B1418;
  background-color: #5B1418;
  color: #ffffff !important;
}
section#main .guidance-cont .box-button {
  width: min(100%, 660px);
  margin: 0 auto;
  text-align: center;
}
section#main .guidance-cont .box-button p {
  margin-bottom: 30px;
}
section#main .guidance-cont .box-button a {
  padding: 15px 60px;
  border: 2px solid rgba(86, 102, 250, 0.8);
  border-radius: 180px;
  color: rgba(86, 102, 250, 0.8);
}
section#main .guidance-cont .box-button a:hover {
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(86, 102, 250, 0.5);
  color: #ffffff;
}
section#main .guidance-cont .box-flow {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#main .guidance-cont .box-flow .flow-1 {
  width: 30%;
  border: 2px solid #333333;
  padding: 30px 30px 30px 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section#main .guidance-cont .box-flow .flow-1 span {
  line-height: 1;
  left: 20px;
  top: calc(50% - 0.5em);
  position: absolute;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 700;
}
section#main .guidance-cont .box-flow .flow-1 span:before {
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  border-top: 2px solid #333333;
  left: -40px;
  top: 0.5em;
}
section#main .guidance-cont .box-annai {
  margin: 0 auto 60px;
  width: min(100%, 660px);
}
section#main .guidance-cont .box-annai p:last-child {
  margin-bottom: 0;
}
section#main .guidance-cont .box-time {
  margin: 0 auto 60px;
  width: min(100%, 660px);
}
section#main .guidance-cont .box-time + .box-button {
  margin-top: 60px;
}
section#main .guidance-cont .box-time dl {
  padding: 0;
  margin: 0;
  line-height: 1;
}
section#main .guidance-cont .box-time dl dt {
  margin-bottom: 15px;
  font-size: 21px;
}
section#main .guidance-cont .box-time dl dd span {
  left: 0;
  display: inline-block;
  width: 4em;
}
section#main .guidance-cont .box-taiken {
  margin: 0 auto 60px;
  width: min(100%, 660px);
}
section#main .guidance-cont .box-taiken dl {
  padding: 0;
  margin: 0;
  border: 2px solid #333333;
  line-height: 1;
}
section#main .guidance-cont .box-taiken dl dt {
  padding: 30px 30px 15px;
  font-size: 21px;
  margin: 0;
  position: relative;
}
section#main .guidance-cont .box-taiken dl dt:before {
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  border-top: 2px solid #333333;
  left: -15px;
  top: 2em;
}
section#main .guidance-cont .box-taiken dl dd {
  padding: 0px 30px 15px;
  font-size: 16px;
  margin: 0;
}
section#main .guidance-cont .box-taiken dl dd span {
  font-size: 21px;
}
section#main .guidance-cont .box-taiken dl dd.note {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section#main .guidance-cont p.lead {
    margin-bottom: 30px !important;
    font-size: 16px !important;
    text-align: left !important;
  }
  section#main .guidance-cont p.lead br {
    display: none;
  }
  section#main .guidance-cont .guidance-box div a {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    padding: 15px;
  }
  section#main .guidance-cont .box-annai {
    margin-bottom: 30px;
  }
  section#main .guidance-cont .box-taiken {
    margin-bottom: 30px;
  }
  section#main .guidance-cont .box-time {
    margin-bottom: 15px;
  }
  section#main .guidance-cont .box-time dl dt {
    font-size: 16px;
  }
  section#main .guidance-cont .box-time dl dd {
    position: relative;
    padding-left: 4em;
    line-height: 1.3;
  }
  section#main .guidance-cont .box-time dl dd span {
    position: absolute;
    left: 0em;
  }
  section#main .guidance-cont .box-button {
    padding-bottom: 30px;
  }
  section#main .guidance-cont .box-flow {
    margin-bottom: 30px;
  }
  section#main .guidance-cont .box-flow .flow-1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
section#main div.kidsButtonwrap {
  padding: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
section#main div.kidsButtonwrap p.note {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  transform: translateY(-45px);
}
@media screen and (max-width: 767px) {
  section#main div.kidsButtonwrap p.note {
    transform: translateY(-15px);
    text-align: left;
  }
}
section#main div.kidsButtonwrap.no-space {
  padding: 0;
}
section#main div.kidsButtonwrap.no-space a {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#main div.kidsButtonwrap {
    padding: 30px 15px 0;
  }
}
section#main a.btn-kidsbig {
  color: #333333;
  margin: 30px auto 60px;
  background-color: #ffffff;
  line-height: 1;
  text-align: center;
  border-radius: 120px;
  font-size: 18px;
  padding: 20px 40px;
  border: 2px solid #e61673;
  -webkit-transition: background-color 0.3s linear;
}
section#main a.btn-kidsbig:hover {
  background-color: #e61673;
  color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 480px) {
  section#main a.btn-kidsbig {
    margin: 0 auto 30px;
    font-size: 16px;
  }
}
section#main a.btn-kidsbig.for-avex {
  border: 2px solid #004CAD;
}
section#main a.btn-kidsbig.for-avex:hover {
  background-color: #004CAD;
}
section#main a.btn-kidsbig.for-karate {
  border: 2px solid #c18e3d;
}
section#main a.btn-kidsbig.for-karate:hover {
  background-color: #c18e3d;
}
section#main a.btn-kidsbig.for-bouldering {
  border: 2px solid #a5a6c4;
}
section#main a.btn-kidsbig.for-bouldering:hover {
  background-color: #a5a6c4;
}
section#main a.btn-kidsbig.for-biima {
  border: 2px solid rgb(19, 174, 103);
}
section#main a.btn-kidsbig.for-biima:hover {
  background-color: rgb(19, 174, 103);
}
section#main a.btn-kidsbig.for-doubledutch {
  border: 2px solid #3283E6;
}
section#main a.btn-kidsbig.for-doubledutch:hover {
  background-color: #3283E6;
}
section#main div#kidsConcept {
  background-repeat: repeat-x;
  background-size: auto;
  background-color: yellow;
  background-position: left -210px;
  background-position: left -278px;
  padding-top: 30px;
}
section#main div#kidsConcept.for-avex {
  background-color: #004CAD !important;
}
section#main div#kidsConcept div.kidsTopImage {
  text-align: center;
}
section#main div#kidsConcept div.kidsTopImage img {
  padding: 0;
  vertical-align: bottom;
  border-radius: 12px;
  margin: 30px auto;
}
section#main div#kidsConcept .temp-202209 {
  text-align: center;
}
section#main div#kidsConcept .temp-202209 img {
  margin: 0 auto 15px;
  vertical-align: bottom;
  border-radius: 12px;
}
section#main div#kidsConcept div.kids-video {
  margin-bottom: 30px;
  padding-top: 90px;
  overflow: hidden;
}
section#main div#kidsConcept div.kids-video video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#main div#kidsConcept div.kids-video {
    padding-bottom: 0px;
    padding-top: 0;
    margin-bottom: 0;
    background-color: #fffb4e;
  }
  section#main div#kidsConcept div.kids-video video {
    width: 100%;
    height: 56.25vw;
    margin-bottom: 15px;
  }
}
section#main div#kidsConcept h2.h2Center {
  padding: 0.6em 0 0.3em;
  font-family: "heisei-maru-gothic-std", sans-serif;
  background-color: #e61673;
  margin-top: 2em;
  font-size: 24px;
  border-radius: 48px;
  line-height: 1;
}
section#main div#kidsConcept h2.h2Center.for-avex {
  background-color: #fff;
  color: #004CAD;
}
section#main div#kidsConcept h2.h2Center.for-avex span {
  font-style: oblique;
}
section#main div#kidsConcept p.kidsBanner {
  text-align: center;
  margin-top: 0;
}
section#main div#kidsConcept p.kidsBanner img {
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  section#main div#kidsConcept p.kidsBanner img {
    max-width: 100%;
    margin-top: 0 !important;
  }
}
section#main div#kidsConcept p.kidsMessage {
  color: #e61673;
  text-align: center;
  font-weight: bold;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 15px;
}
section#main div#kidsConcept p.kidsMessage.for-avex {
  color: #ffffff;
}
section#main div#kidsConcept.campaign2020 {
  background-image: url(img/kids/bg_kidsschoolTop2020.png);
  background-position: left -230px;
}
@media screen and (max-width: 991px) {
  section#main div#kidsConcept.campaign2020 {
    background-position: left -520px;
  }
}
section#main div#kidsConcept.campaign2020 div.container div.kidsTopImage div.col-12 img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section#main div#kidsConcept.campaign2020 {
    background-color: #ffffff;
    padding-top: 0;
  }
  section#main div#kidsConcept.campaign2020 div.container div.coronaAlert {
    margin: 0 -15px;
    padding: 0 15px 15px;
  }
  section#main div#kidsConcept.campaign2020 div.container div.coronaAlert p {
    margin-bottom: 0;
  }
  section#main div#kidsConcept.campaign2020 div.container div.kidsTopImage {
    padding-top: 0;
    background-image: none;
    background-color: transparent;
  }
  section#main div#kidsConcept.campaign2020 div.container div.kidsTopImage div.col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  section#main div#kidsConcept {
    background-position: left -130px;
    background-position: left -278px;
  }
}
@media screen and (max-width: 767px) {
  section#main div#kidsConcept {
    background-image: none;
    background-color: #ffffff;
    min-height: inherit;
    padding-bottom: 0px;
    padding-top: 0;
  }
  section#main div#kidsConcept div.kidsTopImage {
    background-image: url(img/kids/bgYellow.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #fffb4e;
  }
  section#main div#kidsConcept div.kidsTopImage div.temp202007 img {
    padding-top: 0;
  }
  section#main div#kidsConcept div.container div.col-12 {
    margin-left: 0;
    margin-right: 0;
  }
  section#main div#kidsConcept div.container img {
    margin-top: -70px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  section#main div#kidsConcept h2.h2Center {
    border-radius: 0;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 1em;
  }
  section#main div#kidsConcept p.kidsMessage {
    margin-bottom: 0;
    margin: 0 15px 10px;
  }
  section#main div#kidsConcept div.kidsMessageWrap {
    margin-top: 0;
    background-color: yellow;
  }
  section#main div#kidsConcept div.kidsMessageWrap h2 {
    margin-top: 0;
  }
  section#main div#kidsConcept.for-avex {
    background-color: #004CAD !important;
  }
  section#main div#kidsConcept.for-avex h2.h2Center {
    color: #004CAD !important;
  }
  section#main div#kidsConcept.for-avex div.kidsTopImage {
    background-image: none;
    background-color: #004CAD;
    padding-top: 20px;
  }
  section#main div#kidsConcept.for-avex div.kidsMessageWrap {
    background-color: transparent;
  }
  section#main div#kidsConcept.for-avex div.kidsMessageWrap p.for-avex {
    text-align: left;
  }
}
section#main #kidsschoolList {
  padding: 15px 0 0;
  background-color: #ffffff;
}
section#main #kidsschoolList h2 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner {
  display: flex;
  flex-direction: column;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner h3 {
  order: 2;
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: center;
  font-size: 21px;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner figure {
  order: 1;
  width: 100%;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner figure img {
  width: 100%;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner .kids-exp-cont {
  position: relative;
  padding: 0 15px 0px;
  order: 3;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner .kids-exp-cont span.age-icon {
  position: absolute;
  right: 15px;
  top: -65px;
  padding: 6px 12px;
  font-size: 13px;
  background-color: #ffffff;
  color: #e61673;
  border: 2px solid #e61673;
  border-radius: 40px;
  line-height: 1;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner .kidslist-button-wrap {
  order: 4;
  padding: 0 15px 30px;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner .kidslist-button-wrap a {
  width: 100%;
  display: block;
  padding: 10px 10px;
  text-align: center;
  border-radius: 40px;
  background-color: #e61673;
  color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
}
section#main #kidsschoolList .kidslist-wrapper .kidslist-inner .kidslist-button-wrap a:hover {
  -webkit-transition: background-color 0.3s linear;
  opacity: 0.8;
}
@media screen and (min-width: 481px) {
  section#main #kidsschoolList {
    padding: 60px 0 30px;
  }
  section#main #kidsschoolList h2 {
    font-size: 28px;
    margin-bottom: 60px;
  }
  section#main #kidsschoolList .kidslist-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner {
    width: calc(25% - 30px);
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner h3 {
    font-size: 21px;
    margin-bottom: 30px;
    min-height: 55px;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner figure {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner figure img {
    width: 100%;
    border-radius: 8px;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner .kids-exp-cont span.age-icon {
    top: -130px;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-button-wrap {
    margin-top: auto;
  }
}
@media screen and (min-width: 481px) and (min-width: 481px) {
  section#main #kidsschoolList .kidslist-wrapper {
    padding: 30px;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner {
    margin-bottom: 60px;
    width: calc(50vw - 45px);
  }
}
@media screen and (min-width: 481px) and (min-width: 1200px) {
  section#main #kidsschoolList .kidslist-wrapper {
    padding: 30px;
    justify-content: center;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner {
    padding: 15px;
    margin-bottom: 45px;
    width: 30%;
  }
}
@media screen and (min-width: 481px) and (min-width: 1400px) {
  section#main #kidsschoolList .kidslist-wrapper {
    padding: 30px;
    justify-content: center;
  }
  section#main #kidsschoolList .kidslist-wrapper .kidslist-inner {
    padding: 30px;
    margin-bottom: 45px;
    width: 30%;
  }
}
section#main div.kidsfeature {
  padding-bottom: 0;
}
section#main div.kidsfeature div.container {
  max-width: 1140px;
}
section#main div.kidsfeature p {
  font-size: 18px;
}
section#main div.kidsfeature ol, section#main div.kidsfeature li {
  font-size: 18px;
}
section#main div.kidsfeature .kidsAbout {
  border: 1px solid #000;
  padding: 0 30px 30px 30px;
  margin-bottom: 60px;
}
section#main div.kidsfeature .kidsAbout:last-child {
  margin-bottom: 0;
}
section#main div.kidsfeature .kidsAbout .kidsfeat_boxes {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
section#main div.kidsfeature .kidsAbout .kidsfeat_boxes li {
  width: calc((100% - 60px) / 3);
  padding: 10px;
  display: flex;
  flex-direction: column;
}
section#main div.kidsfeature .kidsAbout .kidsfeat_boxes li figure {
  width: 100%;
}
section#main div.kidsfeature .kidsAbout .kidsfeat_boxes li figure img {
  width: 100%;
}
section#main div.kidsfeature .kidsAbout .kidsfeat_boxes li span.ft {
  display: inline-block;
  margin: 0 auto 30px;
  border-radius: 50px;
  padding: 4px 20px;
  font-size: 16px;
  border: 1px solid #000;
  font-weight: bold;
}
section#main div.kidsfeature .kidsAbout .kidsfeat_boxes li span.ft span.nn {
  font-size: 1.5em;
}
section#main div.kidsfeature .kidsAbout h2, section#main div.kidsfeature .kidsAbout h3 {
  transform: translateX(-50px) translateY(-20px);
  background: #fff;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 10px 10px 0;
}
section#main div.kidsfeature .kidsAbout p:last-child {
  margin-bottom: 0;
}
section#main div.kidsfeature .kidsAbout.karate {
  border: 1px solid #dea346;
}
section#main div.kidsfeature .kidsAbout.karate h2, section#main div.kidsfeature .kidsAbout.karate h3 {
  color: #dea346;
}
section#main div.kidsfeature .kidsAbout.karate .kidsfeat_boxes li span.ft {
  border: 1px solid #dea346;
  color: #dea346;
}
section#main div.kidsfeature .kidsAbout.bouldering {
  border: 1px solid #8a8ba4;
}
section#main div.kidsfeature .kidsAbout.bouldering h2, section#main div.kidsfeature .kidsAbout.bouldering h3 {
  color: #8a8ba4;
}
section#main div.kidsfeature .kidsAbout.bouldering .kidsfeat_boxes li span.ft {
  border: 1px solid #8a8ba4;
  color: #8a8ba4;
}
section#main div.kidsfeature .kidsAbout.doubledutch {
  border: 1px solid #3283E6;
}
section#main div.kidsfeature .kidsAbout.doubledutch h2, section#main div.kidsfeature .kidsAbout.doubledutch h3 {
  color: #3283E6;
}
section#main div.kidsfeature .kidsAbout.doubledutch .kidsfeat_boxes li span.ft {
  border: 1px solid #3283E6;
  color: #3283E6;
}
@media screen and (max-width: 767px) {
  section#main div.kidsfeature .kidsAbout.doubledutch p.ddp {
    margin-bottom: 15px !important;
  }
}
section#main div.kidsfeature .kidsAbout.doubledutch .video-container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: auto;
}
section#main div.kidsfeature .kidsAbout.doubledutch video {
  width: 100%;
  height: auto;
}
section#main div.kidsfeature .kidsAbout.doubledutch .play-button {
  display: none;
}
@media screen and (min-width: 768px) {
  section#main div.kidsfeature .kidsAbout.doubledutch .play-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2em;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
  }
}
section#main div.kidsfeature .kidsAbout.doubledutch .movie-wrap {
  position: relative;
}
section#main div.kidsfeature .kidsAbout.doubledutch .movie-wrap div.whatis {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1000;
  width: 280px;
  padding: 15px 30px;
  border-radius: 90px;
  background-color: #3283E6;
  color: #fff;
}
section#main div.kidsfeature .kidsAbout.doubledutch .movie-wrap div.whatis:after {
  content: "";
  position: absolute;
  bottom: -10px; /* 吹き出しの位置を調整 */
  left: 25px; /* 吹き出しの位置を調整 */
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3283E6;
  transform: rotate(15deg); /* 45度回転 */
}
@media screen and (max-width: 767px) {
  section#main div.kidsfeature .kidsAbout.doubledutch .movie-wrap div.whatis {
    position: static;
    width: 100%;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
  }
  section#main div.kidsfeature .kidsAbout.doubledutch .movie-wrap div.whatis:after {
    content: "";
    position: absolute;
    top: 100%; /* 親要素の下端に配置 */
    left: 50%; /* 親要素の中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3283E6;
  }
}
section#main div.kidsfeature .kidsAbout.doubledutch .kids-video {
  margin-bottom: 0px;
  padding-top: 0px;
  overflow: hidden;
  width: 300px;
}
section#main div.kidsfeature .kidsAbout.doubledutch .kids-video video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#main div.kidsfeature .kidsAbout.doubledutch .kids-video {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0;
    margin-bottom: 0;
  }
  section#main div.kidsfeature .kidsAbout.doubledutch .kids-video video {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section#main div.kidsfeature {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  section#main div.kidsfeature p {
    font-size: 16px;
  }
  section#main div.kidsfeature .kidsAbout {
    margin-bottom: 30px;
    padding: 15px;
  }
  section#main div.kidsfeature .kidsAbout h2, section#main div.kidsfeature .kidsAbout h3 {
    font-size: 18px;
    transform: translateX(0px) translateY(0px);
  }
  section#main div.kidsfeature .kidsAbout ol.kidsfeat_boxes {
    display: block;
  }
  section#main div.kidsfeature .kidsAbout ol.kidsfeat_boxes li {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dotted #c18e3d;
    margin-bottom: 15px;
  }
  section#main div.kidsfeature .kidsAbout ol.kidsfeat_boxes li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
section#main div#avexis {
  background-color: #ffffff;
}
section#main div#avexis h2 {
  text-align: center;
}
section#main div#avexis h2 img {
  max-width: 770px;
}
section#main div#avexis h2 img.for-biima {
  max-width: 540px;
}
@media screen and (max-width: 480px) {
  section#main div#avexis h2 img.for-biima {
    max-width: 61.8%;
  }
}
section#main div#avexis p.avex-copy {
  margin: 45px auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
section#main div#avexis p.avex-copy span {
  font-style: oblique;
  font-size: 32px;
  color: #004CAD;
  display: block;
}
section#main div#avexis p.biima-copy {
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
section#main div#avexis p.biima-copy span {
  font-size: 32px;
  color: rgb(33, 150, 213);
  display: block;
  font-weight: bold;
  display: table;
  line-height: 1;
  font-size: 1.75rem;
  background: #f5f002;
  font-weight: bold;
  padding: 0.2em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  section#main div#avexis p.biima-copy {
    margin-top: 15px;
  }
  section#main div#avexis p.biima-copy span {
    display: inline;
  }
}
section#main div#avexis p.biima-copy2 {
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
section#main div#avexis p.biima-copy2 span {
  color: rgb(33, 150, 213);
}
@media screen and (max-width: 767px) {
  section#main div#avexis p.biima-copy2 {
    text-align: left;
    font-size: 14px;
    margin: 15px auto;
  }
}
section#main div#avexis p.avex-body {
  margin-bottom: 45px;
  font-size: 18px;
  text-align: center;
}
section#main div#avexis .youtubeWrap {
  width: 100%;
  aspect-ratio: 16/9;
}
section#main div#avexis .youtubeWrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section#main div#avexis {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section#main div#avexis h2 img {
    max-width: 100%;
  }
  section#main div#avexis p.avex-copy {
    margin: 15px auto;
  }
  section#main div#avexis p.biima-copy {
    text-align: left;
  }
  section#main div#avexis p.biima-copy span {
    font-size: 18px;
  }
  section#main div#avexis p.avex-body {
    text-align: left;
    margin: 0 auto 15px;
    font-size: 14px;
  }
  section#main div#avexis p.avex-body br {
    display: none;
  }
}
section#main div#biima_feat {
  padding-top: 0;
  padding-bottom: 0;
}
section#main div#biima_feat .container {
  max-width: 970px;
  margin: 0 auto;
}
section#main div#biima_feat .kidsButtonwrap {
  padding: 0;
}
section#main div#biima_feat .kidsButtonwrap a {
  margin: 0 auto;
}
section#main div#biima_feat .kidsButtonwrap p.note {
  color: #333333;
  transform: none;
}
section#main div#biima_feat .secAbout__features {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(135deg, #e9f5fc 16.67%, #dbf0fc 16.67%, #dbf0fc 50%, #e9f5fc 50%, #e9f5fc 66.67%, #dbf0fc 66.67%, #dbf0fc 100%);
  background-size: 50.91px 50.91px;
  padding: 40px 2.63158% 30px;
  margin-bottom: 70px;
}
section#main div#biima_feat .secAbout__features .secAbout__features__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.75rem;
  -webkit-font-smoothing: auto;
  line-height: 1.5;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
section#main div#biima_feat .secAbout__features .secAbout__features__title .logo {
  margin-right: 0.25em;
}
section#main div#biima_feat .secAbout__features .secAbout__features__title .logo img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
section#main div#biima_feat .secAbout__features .secAbout__features__title strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 2.13rem;
  line-height: 1.4;
  padding: 0 0.3em;
  margin: 0 0.3em;
}
section#main div#biima_feat .secAbout__features .secAbout__features__title strong:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.15em;
  left: 0;
  right: 0;
  display: inline-block;
  height: 0.5em;
  background: #f5f002;
}
section#main div#biima_feat .secAbout__features .secAbout__features__title strong .color {
  color: #2998d3;
  font-weight: bold;
  -webkit-font-smoothing: auto;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list {
  background: #fff;
  border-radius: 5px;
  width: 25.6%;
  padding: 1.2em 2% 1.25em;
  margin: 0 1.5% 3%;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__title {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.25em;
  text-align: center;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__title .inner {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__title .num {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 1.38rem;
  background: #2998d3;
  border-radius: 50%;
  width: 1em;
  padding: 0.25em;
  margin: 0 0.1em 0 0.4em;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__title .num2 {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 1.38rem;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__title .num2 span {
  margin-left: 0.25rem;
  display: flex;
  background: #2998d3;
  align-items: center;
  line-height: 1;
  justify-content: center;
  padding: 0.25rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__title:before {
  content: "";
  display: table;
  position: absolute;
  top: 55%;
  height: 0.25em;
  width: 100%;
  margin: auto;
  background: url(img/biima/icon_wave.svg) repeat-x center/auto 100%;
  transform: translateY(-50%);
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__txt {
  text-align: left;
  line-height: 2;
}
section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list .featuresList__txt span {
  color: #2998d3;
  font-weight: bold;
  -webkit-font-smoothing: auto;
  display: inline;
  line-height: 1.1;
  font-size: 1.1em;
  padding: 0 0.15em;
  background: linear-gradient(transparent 0, #f5f002 0);
}
@media screen and (max-width: 767px) {
  section#main div#biima_feat .secAbout__features {
    border-radius: 6px;
    background-image: linear-gradient(135deg, #e9f5fc 18%, #dbf0fc 18%, #dbf0fc 50%, #e9f5fc 50%, #e9f5fc 68%, #dbf0fc 68%, #dbf0fc 100%);
    background-size: 35.36px 35.36px;
    padding: 5.7971% 5.7971% 4.34783%;
    margin-bottom: 5.7971%;
  }
  section#main div#biima_feat .secAbout__features .secAbout__features__title {
    flex-wrap: wrap;
    font-size: 18px;
    font-size: calc(1.125rem + 12 * (100vw - 320px) / 448);
    margin-bottom: 5.7971%;
  }
  section#main div#biima_feat .secAbout__features .secAbout__features__title .logo {
    font-size: calc(1.125rem + 12 * (100vw - 320px) / 448);
    width: 50.72464%;
    max-width: 325px;
  }
  section#main div#biima_feat .secAbout__features .secAbout__features__title strong {
    display: block;
    margin: -0.25em 3em 0;
    font-size: 24px;
    font-size: calc(1.5rem + 10 * (100vw - 320px) / 448);
  }
  section#main div#biima_feat .secAbout__features .secAbout__features__title strong .color {
    font-size: 1.4em;
  }
  section#main div#biima_feat .secAbout__features .secAbout__features__lists .secAbout__features__list {
    display: block;
    width: 100%;
    padding: 1.5em 5.07246%;
  }
}
section#main div#avex_feat {
  padding-bottom: 1px;
  background-color: #004CAD;
  color: #ffffff;
}
section#main div#avex_feat .container {
  max-width: 970px;
  margin: 0 auto;
}
section#main div#avex_feat h2 {
  text-align: center;
}
section#main div#avex_feat ul.avex6feat {
  margin: 60px auto 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#main div#avex_feat ul.avex6feat li {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}
section#main div#avex_feat ul.avex6feat li img {
  width: 100%;
}
section#main div#avex_feat div.image-box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#main div#avex_feat {
    padding: 15px 0;
  }
  section#main div#avex_feat h2 img {
    width: 100%;
    margin-bottom: 15px;
  }
  section#main div#avex_feat ul.avex6feat {
    margin: 0 auto 15px;
  }
  section#main div#avex_feat ul.avex6feat li {
    width: calc(50% - 7.5px);
    margin-bottom: 7.5px;
  }
}
section#main div.kids-class-detail {
  padding: 60px 0;
}
section#main div.kids-class-detail div.facilities {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  border-radius: 8px;
  background-color: red;
}
section#main div.kids-class-detail div.facilities figure {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  position: relative;
}
section#main div.kids-class-detail div.facilities figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px;
}
section#main div.kids-class-detail div.facilities figure .comment {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  section#main div.kids-class-detail div.facilities figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
section#main div.kids-class-detail div.kids-detail-block {
  margin-bottom: 60px;
}
section#main div.kids-class-detail div.kids-detail-block:last-child {
  margin-bottom: 0;
}
section#main div.kids-class-detail h3 {
  margin-bottom: 30px;
}
section#main div.kids-class-detail h4 {
  margin-bottom: 30px;
}
section#main div.kids-class-detail div.table-container {
  overflow-x: auto;
  width: 100%; /* 必要に応じて適切な幅を設定 */
  margin: 0px auto 15px; /* 必要に応じて適切なマージンを設定 */
}
section#main div.kids-class-detail div.table-container table {
  border-collapse: collapse;
  width: 100%;
}
section#main div.kids-class-detail div.table-container table th, section#main div.kids-class-detail div.table-container table td {
  padding: 15px;
}
section#main div.kids-class-detail div.table-container table th {
  font-weight: normal;
  color: #ffffff;
}
section#main div.kids-class-detail div.table-container table thead {
  background-color: #000;
  color: #ffffff;
}
section#main div.kids-class-detail div.table-container table.schedule {
  text-align: center;
}
section#main div.kids-class-detail div.table-container table th.class {
  width: 30%;
}
@media screen and (min-width: 481px) {
  section#main div.kids-class-detail div.table-container table th.class br {
    display: none;
  }
}
section#main div.kids-class-detail div.table-container table td.content {
  width: 55%;
}
section#main div.kids-class-detail div.table-container table td.time {
  width: 15%;
  text-align: center;
}
section#main div.kids-class-detail div.table-container table td.price {
  text-align: right;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  section#main div.kids-class-detail {
    width: 100%;
    padding: 15px 0;
  }
  section#main div.kids-class-detail div.facilities {
    padding: 15px;
  }
  section#main div.kids-class-detail div.facilities figure {
    width: calc(50% - 7.5px);
  }
  section#main div.kids-class-detail h3 {
    font-size: 18px;
  }
  section#main div.kids-class-detail div.table-container table {
    width: 770px;
  }
  section#main div.kids-class-detail div.table-container table.price-table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  section#main div.kids-class-detail div.table-container table.price-table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  section#main div.kids-class-detail div.table-container table.price-table th.class {
    width: 50%;
  }
  section#main div.kids-class-detail div.table-container table.price-table td.price {
    width: 50%;
  }
}
section#main div.kids-class-detail.karate div.facilities {
  background-color: rgba(208, 153, 65, 0.1);
}
section#main div.kids-class-detail.karate div.table-container table, section#main div.kids-class-detail.karate div.table-container table th, section#main div.kids-class-detail.karate div.table-container table td {
  border: 1px solid #dea346;
  background-color: rgba(208, 153, 65, 0.1);
}
section#main div.kids-class-detail.karate div.table-container table th {
  background-color: #dea346;
}
section#main div.kids-class-detail.bouldering div.facilities {
  background-color: rgba(173, 174, 205, 0.1);
}
section#main div.kids-class-detail.bouldering div.table-container table, section#main div.kids-class-detail.bouldering div.table-container table th, section#main div.kids-class-detail.bouldering div.table-container table td {
  border: 1px solid #8a8ba4;
  background-color: rgba(173, 174, 205, 0.1);
}
section#main div.kids-class-detail.bouldering div.table-container table th {
  background-color: #8a8ba4;
}
section#main div.kids-class-detail.doubledutch div.facilities {
  background-color: rgba(118, 125, 185, 0.1);
}
section#main div.kids-class-detail.doubledutch div.table-container table, section#main div.kids-class-detail.doubledutch div.table-container table th, section#main div.kids-class-detail.doubledutch div.table-container table td {
  border: 1px solid #3283E6;
  background-color: rgba(50, 131, 230, 0.1);
}
section#main div.kids-class-detail.doubledutch div.table-container table th {
  background-color: #3283E6;
}
section#main div.kids-class-detail.avex div.facilities {
  background-color: rgba(0, 76, 173, 0.05);
}
section#main div.kids-class-detail.avex div.table-container table, section#main div.kids-class-detail.avex div.table-container table th, section#main div.kids-class-detail.avex div.table-container table td {
  border: 1px solid #004CAD;
  background-color: rgba(0, 76, 173, 0.05);
}
section#main div.kids-class-detail.avex div.table-container table th {
  background-color: #004CAD;
}
section#main div.kids-class-detail.biima div.facilities {
  background-color: rgba(19, 174, 103, 0.1);
}
section#main div.kids-class-detail.biima div.table-container table, section#main div.kids-class-detail.biima div.table-container table th, section#main div.kids-class-detail.biima div.table-container table td {
  border: 1px solid rgb(19, 174, 103);
  background-color: rgba(19, 174, 103, 0.1);
}
section#main div.kids-class-detail.biima div.table-container table th {
  background-color: rgb(19, 174, 103);
}
section#main div.loop_wrap {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
section#main div.loop_wrap ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
section#main div.loop_wrap ul li {
  display: inline-block;
  width: 50vw;
  min-width: 150px;
  margin: 0 0px 0 0;
  list-style: none;
  text-align: center;
}
section#main div.loop_wrap ul li img {
  width: 100%;
  height: auto;
}
section#main div.loop_wrap ul:first-child {
  animation: loop 100s -50s linear infinite;
}
section#main div.loop_wrap ul:last-child {
  animation: loop2 100s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
section#main div#fitnessConcept {
  background-image: url(img/bg_first_fitness.jpg);
}
@media screen and (max-width: 767px) {
  section#main div#fitnessConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#fitnessConcept p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
}
section#main div#kaatsuConcept {
  background-image: url(img/bg_first_kaatsu.jpg);
  background-position: right center;
}
@media screen and (max-width: 767px) {
  section#main div#kaatsuConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#kaatsuConcept p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
}
section#main div#emsConcept {
  background-image: url(img/ems/bg_first_ems.jpg);
}
@media screen and (max-width: 767px) {
  section#main div#emsConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#emsConcept p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
}
section#main div#personalConcept {
  background-image: url(img/bg_first_personal_2023.jpg);
}
@media screen and (max-width: 767px) {
  section#main div#personalConcept {
    background-image: url(img/bg_first_personal_sp_2023.jpg?20222);
    background-position: left bottom;
    background-size: cover;
  }
  section#main div#personalConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#personalConcept p.lead {
    color: #ffffff !important;
    font-size: 14px;
  }
}
section#main div#beautyConcept {
  background-image: url(img/bg_first_beauty.jpg);
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  section#main div#beautyConcept p.lead {
    font-size: 14px;
  }
}
section#main div#schoolConcept {
  background-image: url(img/bg_first_school.jpg);
}
@media screen and (max-width: 767px) {
  section#main div#schoolConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#schoolConcept p.lead {
    font-size: 14px;
  }
}
section#main div#facilityBox {
  background-image: url(img/bg_facility.jpg);
}
section#main div#facilityBox div.container h1.pageTitle, section#main div#facilityBox div.container p.lead {
  color: #ffffff;
}
section#main div#yogaConcept {
  background-image: url(img/bg_first_yoga.jpg?20222);
  background-size: cover;
  background-position: right;
}
section#main div#yogaConcept h1.pageTitle, section#main div#yogaConcept p.lead {
  text-align: left;
  color: #444 !important;
  text-shadow: none !important;
}
@media screen and (max-width: 767px) {
  section#main div#yogaConcept {
    background-image: url(img/bg_first_yoga_sp_2023.jpg?20222);
    background-position: left bottom;
    background-size: cover;
  }
  section#main div#yogaConcept h1.pageTitle {
    color: #444 !important;
  }
  section#main div#yogaConcept p.lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  section#main div#yogaConcept h1.pageTitle {
    text-align: left;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  section#main div#yogaConcept p.lead {
    text-align: left;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
section#main div#pilatesConcept {
  background-image: url(img/pilates/bg_first_pilates.webp);
  background-size: cover;
  background-position: left top;
}
section#main div#pilatesConcept h1.pageTitle, section#main div#pilatesConcept p.lead {
  text-align: right;
  color: #444 !important;
  text-shadow: none !important;
}
@media screen and (max-width: 767px) {
  section#main div#pilatesConcept {
    background-image: url(img/pilates/bg_first_pilates_sp.webp);
    background-position: left bottom;
    background-size: cover;
  }
  section#main div#pilatesConcept h1.pageTitle {
    color: #fff !important;
  }
  section#main div#pilatesConcept p.lead {
    font-size: 14px;
    color: #fff !important;
  }
  section#main div#pilatesConcept div.container {
    background: #F0CBCB;
    background: linear-gradient(0deg, rgb(240, 203, 203) 0%, rgba(237, 221, 83, 0) 100%);
  }
}
@media screen and (min-width: 768px) {
  section#main div#pilatesConcept h1.pageTitle {
    text-align: right;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  section#main div#pilatesConcept p.lead {
    text-align: right;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
section#main div#pricePage {
  background-color: transparent;
  color: #fff;
  padding-top: 0;
}
section#main div#guidanceConcept {
  background-color: transparent;
}
section#main div#guidanceConcept p.kaitei {
  background-color: red;
  font-family: inherit;
  padding: 0.5em;
  border-radius: 4px;
  font-size: 13px;
  width: 50%;
  margin: 0 auto;
}
section#main div#guidanceConcept p.kaitei span {
  font-size: 125%;
}
@media screen and (max-width: 767px) {
  section#main div#guidanceConcept {
    min-height: inherit;
  }
  section#main div#guidanceConcept p.lead {
    font-size: 13px;
  }
  section#main div#guidanceConcept p.kaitei {
    width: 100%;
  }
}
section#main div#priceWrap {
  background-color: transparent;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  section#main div#priceWrap div.container {
    min-width: 970px !important;
    max-width: inherit !important;
  }
}
section#main div#priceWrap div.container #itemList {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
section#main div#priceWrap div.container #itemList nav#sort ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
section#main div#priceWrap div.container #itemList nav#sort ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#main div#priceWrap div.container #itemList nav#sort ul li a {
  cursor: pointer;
  display: block;
  color: #ffffff;
  padding: 12px 12px;
  opacity: 0.6;
}
section#main div#priceWrap div.container #itemList nav#sort ul li a:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5em;
  color: transparent;
}
section#main div#priceWrap div.container #itemList nav#sort ul li a:hover:before {
  color: #ffffff;
}
section#main div#priceWrap div.container #itemList nav#sort ul li.active a {
  opacity: 1;
}
section#main div#priceWrap div.container #itemList nav#sort ul li.active a:before {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container #itemList nav#sort ul {
    border-bottom: none;
    display: block;
    table-layout: inherit;
    margin-bottom: 20px;
  }
  section#main div#priceWrap div.container #itemList nav#sort ul li {
    display: block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ffffff;
  }
  section#main div#priceWrap div.container #itemList nav#sort ul li:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }
  section#main div#priceWrap div.container #itemList nav#sort ul li.active {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
section#main div#priceWrap div.container #itemList div.priceBox {
  text-align: center;
  width: 100%;
  color: #333333;
  display: flex;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section#main div#priceWrap div.container #itemList div.priceBox {
    width: calc((100% - 30px) / 3);
  }
}
section#main div#priceWrap div.container #itemList div.priceBox a {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  color: #333333;
  display: block;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  section#main div#priceWrap div.container #itemList div.priceBox a {
    min-height: 280px;
  }
}
section#main div#priceWrap div.container #itemList div.priceBox a:hover {
  -webkit-transition: background-color 0.3s linear;
  background-color: #ffffff;
}
section#main div#priceWrap div.container #itemList div.priceBox a:hover dl dd.go span {
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(72, 87, 230, 0.8);
  color: #ffffff;
}
section#main div#priceWrap div.container #itemList div.priceBox a img.cmp {
  position: absolute;
  right: -20px;
  top: 178px;
  width: 70px;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container #itemList div.priceBox a img.cmp {
    right: -5px;
    top: 178px;
    width: 70px;
    height: auto;
  }
}
section#main div#priceWrap div.container #itemList div.priceBox dl {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 0 0 15px;
  border-radius: 4px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dt {
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  background-color: rgba(86, 102, 250, 0.8);
  color: #ffffff;
  letter-spacing: 0;
  margin: 0px;
  padding-bottom: 8px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(239, 224, 180, 0.6);
}
section#main div#priceWrap div.container #itemList div.priceBox dl dt span {
  margin-left: 0.3em;
  font-size: 12px;
  font-weight: 100;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dt span.fm {
  margin-left: 0;
  font-size: 10px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.exp {
  font-size: 14px;
  margin: 18px 0;
  line-height: 1;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.days {
  line-height: 1;
  margin-bottom: 12px;
  color: rgba(116.8701923077, 128.1923076923, 236.1298076923, 0.8);
  font-weight: bold;
  display: flex;
  justify-content: center;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.days span {
  justify-content: center;
  line-height: 1px;
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  background-color: rgb(76.5, 76.5, 76.5);
  border-radius: 10px;
  margin: 0 2px;
  padding-bottom: 2px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.days span.no {
  background-color: rgb(199.5, 199.5, 199.5);
  color: rgba(255, 255, 255, 0.5);
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.time {
  font-size: 12px;
  margin-bottom: 8px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice span {
  font-size: 13px;
  margin-left: 5px;
  margin-bottom: 12px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice2 span {
  font-size: 11px;
  margin-left: 5px;
  margin-bottom: 12px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice2.fptype-wrap {
  display: flex;
  justify-content: space-between;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice2.fptype-wrap div.fptype {
  width: calc((100% - 10px) / 2);
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice2.fptype-wrap div.fptype span.fptype-1 {
  font-size: 13px;
  display: block;
  margin: 0 0 5px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.notaxPrice2.fptype-wrap div.fptype div.taxprice {
  padding-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.price {
  font-size: 13px;
  margin-bottom: 8px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.price span {
  font-size: 11px;
  margin-left: 0.1em;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.revisedPrice {
  margin-top: -6px;
  margin-bottom: 12px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.revisedPrice span {
  background-color: red;
  color: #fff;
  display: inline;
  padding: 0.2em 0.5em;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.revisedPrice span span {
  font-size: 11px;
  margin-left: 0.1em;
  display: inline;
}
section#main div#priceWrap div.container #itemList div.priceBox dl dd.go {
  margin-top: 15px;
  margin-bottom: 0px;
  flex: 0;
}
section#main div#priceWrap div.container h3.h3Center {
  text-align: center;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
section#main div#priceWrap div.container h3.h3Center + table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container h3.h3Center + table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container h3.h3Center {
    font-size: 21px;
  }
}
section#main div#priceWrap div.container p.lead {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section#main div#priceWrap div.container p.lead.priceLead {
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container p.lead.priceLead {
    margin-bottom: 10px;
  }
}
section#main div#priceWrap div.container div.priceFootnote {
  margin-bottom: 50px;
}
section#main div#priceWrap div.container div.priceFootnote p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container div.priceFootnote {
    margin-bottom: 40px;
  }
}
section#main div#priceWrap div.container table.priceBox {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
section#main div#priceWrap div.container table.priceBox thead th {
  background-color: rgba(86, 102, 250, 0.8);
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  padding: 0.8em 0.3em;
}
section#main div#priceWrap div.container table.priceBox thead th:first-child {
  padding-left: 1em;
}
section#main div#priceWrap div.container table.priceBox thead th:last-child {
  padding-right: 1em;
}
section#main div#priceWrap div.container table.priceBox tbody tr td {
  padding: 0.8em 0.3em;
}
section#main div#priceWrap div.container table.priceBox tbody tr td span.tdKaiin {
  font-size: 88%;
  padding-left: 0.3em;
}
section#main div#priceWrap div.container table.priceBox tbody tr td span.priceYen {
  font-size: 88%;
  padding-left: 0.3em;
}
section#main div#priceWrap div.container table.priceBox tbody tr td span.limited {
  padding: 0.2em 0.8em;
  margin-right: 0.8em;
  border-radius: 8px;
  color: #ffffff;
  background-color: #E33388;
  font-size: 88%;
}
section#main div#priceWrap div.container table.priceBox tbody tr td span.tokka {
  font-size: 160%;
  font-weight: bold;
  color: #E33388;
}
section#main div#priceWrap div.container table.priceBox tbody tr td span.regular {
  font-size: 88%;
  color: #666666;
  margin-left: 1em;
  text-decoration: line-through;
}
section#main div#priceWrap div.container table.priceBox tbody tr td.tableKaiin {
  font-size: 18px;
  font-weight: bold;
  width: 40%;
}
section#main div#priceWrap div.container table.priceBox tbody tr td.tablePrice {
  width: 20%;
  font-size: 18px;
}
section#main div#priceWrap div.container table.priceBox tbody tr td.tablePrice span {
  font-size: 14px;
}
section#main div#priceWrap div.container table.priceBox tbody tr td:first-child {
  padding-left: 1em;
}
section#main div#priceWrap div.container table.priceBox tbody tr td:last-child {
  padding-right: 1em;
}
section#main div#priceWrap div.container table.priceBox tbody tr.recommend {
  background-color: aqua;
}
section#main div#priceWrap div.container table.priceBox tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  section#main div#priceWrap div.container table.priceBox {
    margin-bottom: 8px;
  }
  section#main div#priceWrap div.container table.priceBox thead {
    display: none;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td {
    display: block;
    padding: 10px 10px 0;
    position: relative;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td.tableKaiin {
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td.tableKaiin span.tdKaiin {
    font-size: 55%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td.tablePrice {
    width: 100%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td.bi {
    padding-bottom: 10px;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(2n) {
    display: block;
    padding-top: 0;
    font-size: 160%;
    font-weight: normal;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(2n) span.tokka {
    font-size: 100%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(2n) span.regular {
    font-size: 55%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(2n) span.limited {
    font-size: 55%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(2n) span.priceYen {
    font-size: 55%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(3n) {
    display: inline;
    float: left;
    padding: 0 0 10px 10px;
    width: 100%;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(3n).colspan {
    padding: 0 10px 10px 10px;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(4n) {
    display: inline;
    float: left;
    font-size: 100%;
    padding: 0 0 0 10px;
  }
  section#main div#priceWrap div.container table.priceBox tbody tr td:nth-child(5n) {
    display: inline;
    float: left;
    padding: 0 10px 10px 10px;
  }
}
section#main div.fancybox-hidden {
  display: none;
}
section#main div.fancybox-hidden div {
  display: none;
}
section#main div#sns {
  padding: 0;
}
section#main div#sns div.snsWrap {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}
section#main div#sns div.snsWrap a {
  color: #ffffff;
}
section#main div#sns div.container h2.h2Center {
  color: #ffffff;
}
section#main div#sns div.container p.lead {
  color: #ffffff;
}
section#main div#sns div.container div.snsBox {
  padding-top: 0px;
  text-align: center;
  line-height: 1;
}
section#main div#sns div.container div.snsBox a {
  font-size: 48px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  section#main div#sns {
    background-color: #ffffff;
  }
  section#main div#sns div.snsWrap {
    padding: 0 0 20px;
    background-color: transparent;
  }
  section#main div#sns div.container h2.h2Center {
    background-color: #333;
    color: #ffffff !important;
  }
  section#main div#sns div.container p.lead {
    color: #333333;
  }
  section#main div#sns div.container div.snsBox {
    padding-top: 0px;
    line-height: 1;
    margin-bottom: 0px;
  }
  section#main div#sns div.container div.snsBox a {
    font-size: 32px;
    color: #333333;
  }
}
section#main div#renewal3 {
  background-color: #48080c;
  padding: 0;
}
section#main div#renewal3 h2.change {
  display: block;
  width: 100%;
  color: #c30d23;
  position: relative;
  margin: 0;
}
section#main div#renewal3 h2.change span.num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 38px;
}
section#main div#renewal3 h2.change span.cont {
  position: absolute;
  left: 60px;
  top: 12px;
  font-size: 18px;
}
section#main div#renewal3 h2.change span.big {
  position: absolute;
  top: 48px;
  font-weight: bold;
}
section#main div#renewal3 .new-1, section#main div#renewal3 .new-2, section#main div#renewal3 .new-3 {
  min-height: 510px;
  padding: 15px;
  border: 4px solid #48080c;
  border-top: 8px solid #48080c;
  border-bottom: 8px solid #48080c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fffde5;
}
@media screen and (max-width: 767px) {
  section#main div#renewal3 .new-1, section#main div#renewal3 .new-2, section#main div#renewal3 .new-3 {
    min-height: 280px;
    border-top: 2px solid #48080c;
    border-bottom: 2px solid #48080c;
  }
}
@media screen and (min-width: 1450px) {
  section#main div#renewal3 .new-1, section#main div#renewal3 .new-2, section#main div#renewal3 .new-3 {
    min-height: 600px;
  }
}
section#main div#renewal3 .new-1 p, section#main div#renewal3 .new-2 p, section#main div#renewal3 .new-3 p {
  line-height: 1.3;
}
section#main div#renewal3 div.new-1 {
  position: relative;
  background-image: url(img/training/img_bikeimage.jpg);
}
section#main div#renewal3 div.new-1 h2.change {
  color: yellow;
}
section#main div#renewal3 div.new-1 div.bikeExp {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.68);
}
section#main div#renewal3 div.new-1 div.bikeExp p {
  color: #333333;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}
section#main div#renewal3 div.new-2 div.timeBox {
  margin-top: 60px;
  padding: 15px;
}
section#main div#renewal3 div.new-2 div.timeBox img {
  margin: 0 auto 25px;
}
section#main div#renewal3 div.new-2 div.timeBox p span {
  color: #c30d23;
  font-weight: bold;
}
section#main div#renewal3 div.new-2 div.timeBox p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#main div#renewal3 div.new-2 {
    min-height: inherit;
  }
}
section#main div#renewal3 div.new-3 div.kaiinBox {
  margin-top: 60px;
  padding: 15px 15px 0;
}
section#main div#renewal3 div.new-3 div.kaiinBox img {
  margin-bottom: 0px;
  margin: 0 auto 0;
}
section#main div#renewal3 div.new-3 div.kaiinBox p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#main div#renewal3 div.new-3 {
    min-height: inherit;
  }
}
section#main div#foleConcept {
  background-image: url(img/bg_cont02.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  width: 100%;
}
section#main div#foleConcept h3 {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
  font-weight: normal;
  color: #333333;
}
section#main div#foleConcept p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 2em;
}
section#main div#foleConcept p.lead {
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  section#main div#foleConcept {
    background-position: bottom;
    padding-top: 0;
    background-size: contain;
    height: inherit;
  }
  section#main div#foleConcept h1.pageTitle {
    color: #430306 !important;
    background-color: #ffffff;
    font-size: 24px;
  }
  section#main div#foleConcept h3 {
    margin-bottom: 30px;
  }
  section#main div#foleConcept h3 img {
    width: 100%;
  }
  section#main div#foleConcept p {
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 1em;
    text-align: left;
    padding: 0 0px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  section#main div#foleConcept p:last-child {
    margin-bottom: 0;
  }
  section#main div#foleConcept p.lead {
    text-align: center;
  }
  section#main div#foleConcept p br {
    display: none;
  }
  section#main div#foleConcept p a.btn-goDetail span {
    display: block;
    margin-bottom: 10px;
  }
}
section#main div#foleSupport {
  padding-top: 80px;
  padding-bottom: 0;
  background-color: #ffffff;
}
section#main div#foleSupport h2.h2Center {
  font-size: 24px;
}
section#main div#foleSupport div.nobutaSupport {
  color: #ffffff;
  padding: 30px 0;
  background-color: #005d24;
}
section#main div#foleSupport div.nobutaSupport h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}
section#main div#foleSupport div.nobutaSupport img {
  width: 100px;
  height: auto;
  float: left;
}
section#main div#foleSupport div.nobutaSupport dl {
  margin-left: 140px;
  margin-bottom: 0;
}
section#main div#foleSupport div.nobutaSupport dl dt {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 1em;
}
section#main div#foleSupport div.nobutaSupport dl dd {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  section#main div#foleSupport div.nobutaSupport {
    clear: both;
    display: none;
  }
}
section#main div#foleSupport div.testimonial {
  width: 100%;
  padding: 30px 0;
  height: 320px;
  background-repeat: no-repeat;
}
section#main div#foleSupport div.testimonial dl {
  padding-top: 100px;
  position: relative;
}
section#main div#foleSupport div.testimonial dl dt {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
}
section#main div#foleSupport div.testimonial dl dt span {
  font-size: 28px;
}
section#main div#foleSupport div.testimonial dl dd {
  font-size: 12px;
}
section#main div#foleSupport div.testimonial dl dd.btnMessage {
  position: absolute;
  right: 0px;
  top: 120px;
}
section#main div#foleSupport div.testimonial dl dd.btnMessage img {
  width: 80px;
  height: auto;
}
section#main div#foleSupport div.testimonial.people1 {
  background-image: url(img/bg_miyamoto.jpg);
  background-position: right center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#main div#foleSupport div.testimonial.people1 dl dd.btnMessage {
    top: -120px;
    left: 20px;
  }
}
section#main div#foleSupport div.testimonial.people2 {
  background-image: url(img/bg_ibomi.jpg);
  background-position: 20% center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#main div#foleSupport div.testimonial.people2 dl dd.btnMessage {
    top: -120px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  section#main div#foleSupport {
    padding-top: 0px;
  }
  section#main div#foleSupport h3 {
    margin-top: 0;
  }
  section#main div#foleSupport h2.h2Center {
    font-size: 18px;
  }
  section#main div#foleSupport div.testimonial {
    padding: 20px 0;
    height: inherit;
  }
  section#main div#foleSupport div.testimonial.people1 {
    background-image: none;
  }
  section#main div#foleSupport div.testimonial.people1 div.people1-sp {
    background-image: url(img/bg_miyamotoSP.jpg);
    background-position: right center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
  }
  section#main div#foleSupport div.testimonial.people2 {
    background-image: none;
  }
  section#main div#foleSupport div.testimonial.people2 div.people2-sp {
    background-image: url(img/bg_ibomiSP.jpg);
    background-position: center center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
  }
  section#main div#foleSupport div.testimonial dl {
    padding-top: 0;
    position: relative;
  }
  section#main div#foleSupport div.testimonial dl dt {
    font-size: 11px;
    margin-bottom: 1em;
  }
  section#main div#foleSupport div.testimonial dl dt span {
    font-size: 18px;
  }
}
section#main div#linkBoxes {
  min-width: 970px;
  padding-top: 60px;
  border-bottom: 1px solid #C0C0C0;
  background-color: #ffffff;
}
section#main div#linkBoxes div.no-gutter {
  text-align: center;
}
section#main div#linkBoxes div.no-gutter div.topboxInner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.54);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
section#main div#linkBoxes div.no-gutter div.topboxInner a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 48px 0;
}
section#main div#linkBoxes div.no-gutter div.topboxInner h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 21px;
}
section#main div#linkBoxes div.no-gutter div.topboxInner h2 span {
  display: block;
  font-size: 11px;
  padding-top: 1em;
}
section#main div#linkBoxes div.no-gutter div.topboxInner p {
  font-size: 11px;
  margin: 0;
  letter-spacing: 0.2em;
}
section#main div#linkBoxes div.no-gutter div#linkboxFitness {
  background-image: url(img/topbox_fitness.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxBeauty {
  background-image: url(img/topbox_beauty_2023.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxYoga {
  background-image: url(img/topbox_yoga_2023.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxFacility {
  background-image: url(img/topbox_facility.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxAbout {
  background-image: url(img/topbox_about.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxBodydesign {
  background-image: url(img/topbox_bodydesign.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxKaatsu {
  background-image: url(img/topbox_kaatsu.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxEms {
  background-image: url(img/ems/topbox_ems.jpg?202205);
}
section#main div#linkBoxes div.no-gutter div#linkboxHealing {
  background-image: url(img/topbox_school.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxBike {
  background-image: url(img/facility/topbox_bike.jpg);
}
section#main div#linkBoxes div.no-gutter div#linkboxPersonal {
  background-image: url(img/facility/topbox_personal_2023.jpg);
}
section#main div#linkBoxes div.kidsBox {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  section#main div#linkBoxes {
    min-width: inherit;
    padding-top: 0;
  }
  section#main div#linkBoxes div.no-gutter div.topboxInner a {
    display: block;
    padding: 40px 0;
  }
  section#main div#linkBoxes div.no-gutter div.topboxInner p {
    padding: 0 15px;
  }
  section#main div#linkBoxes div.kidsBox div:first-child {
    margin-bottom: 20px;
  }
}
section#main div.facilityWrap {
  background-image: url(img/bg_facilityWhite.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
section#main div.facilityDetail {
  padding-bottom: 0;
}
section#main div.facilityDetail#indoorMap iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 992px) {
  section#main div.facilityDetail#indoorMap iframe {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  section#main div.facilityDetail#indoorMap iframe {
    height: 300px;
  }
}
section#main div.facilityDetail#indoorMap p.footnote {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  section#main div.facilityDetail#indoorMap p.footnote {
    font-size: 10px;
    padding: 5px 15px 0;
  }
}
section#main div.facilityDetail:last-child {
  padding-bottom: 40px;
}
section#main div.facilityDetail div.row div {
  position: relative;
}
section#main div.facilityDetail p.picTitle {
  position: absolute;
  padding: 0.2em 0.4em;
  font-size: 11px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
}
section#main div.facilityDetail h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 1em;
}
section#main div.facilityDetail h2 span {
  font-size: 14px;
  color: #7b7b7b;
}
section#main div.facilityDetail h2 span.new {
  border: 1px solid red;
  padding: 0.6em 0.8em;
  font-size: 12px;
  color: red;
  border-radius: 4px;
  margin-right: 1em;
}
section#main div.facilityDetail p.facilityMore {
  clear: both;
  padding-top: 1em;
}
section#main div.facilityDetail p.facilityMore span {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 21px;
  margin-right: 1em;
  color: #C0C0C0;
}
@media screen and (max-width: 767px) {
  section#main div.facilityDetail:last-child {
    padding-bottom: 20px;
  }
  section#main div.facilityDetail h2 {
    padding-top: 2em;
    font-size: 20px;
    line-height: 1.3;
  }
  section#main div.facilityDetail h2 span {
    font-size: 11px;
    display: block;
  }
  section#main div.facilityDetail h2 span.new {
    display: none;
    font-size: 10px;
  }
  section#main div.facilityDetail p.picTitle {
    font-size: 10px;
  }
  section#main div.facilityDetail p.picTitle span {
    display: none;
  }
  section#main div.facilityDetail p.facilitySub, section#main div.facilityDetail p.facilityMore, section#main div.facilityDetail p.facilitySchedule {
    font-size: 12px;
  }
  section#main div.facilityDetail p.facilityMore span {
    display: block;
  }
}
section#main div#kidsBouldering {
  background-image: url(img/bg_first_kidsbouldering.jpg);
  text-align: left;
  min-height: 320px;
  background-position: right top;
}
section#main div#kidsBouldering h1.pageTitle {
  text-align: left;
}
section#main div#kidsBouldering p.lead {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section#main div#kidsBouldering {
    background-image: url(img/bg_first_kidsbouldering_sp.jpg);
    background-position: right bottom;
    text-align: center;
  }
  section#main div#kidsBouldering h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#kidsBouldering p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
  section#main div#kidsBouldering .container {
    background: #8a8ba4;
    background: linear-gradient(0deg, rgb(147, 147, 169) 0%, rgba(147, 147, 169, 0) 100%);
  }
}
section#main div#kidsKarate {
  background-image: url(img/bg_first_kidskarate.jpg);
  text-align: left;
  min-height: 320px;
  background-position: right top;
}
section#main div#kidsKarate h1.pageTitle {
  text-align: left;
}
section#main div#kidsKarate p.lead {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section#main div#kidsKarate {
    background-image: url(img/bg_first_kidskarate_sp.jpg);
    background-position: right bottom;
    text-align: center;
  }
  section#main div#kidsKarate h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#kidsKarate p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
  section#main div#kidsKarate .container {
    background: #dea346;
    background: linear-gradient(0deg, rgb(208, 153, 65) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
section#main div#kidsDoubledutch {
  background-image: url(img/bg_first_kidsdoubledutch.jpg);
  background-color: #3283E6;
  text-align: left;
  min-height: 320px;
  background-position: right top;
}
section#main div#kidsDoubledutch h1.pageTitle {
  text-align: left;
}
section#main div#kidsDoubledutch p.lead {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section#main div#kidsDoubledutch {
    background-image: url(img/bg_first_kidsdoubledutch_sp.jpg);
    background-position: right bottom;
    text-align: center;
  }
  section#main div#kidsDoubledutch h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#kidsDoubledutch p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
  section#main div#kidsDoubledutch .container {
    background: #3283E6;
    background: linear-gradient(0deg, #3283E6 0%, rgba(255, 255, 255, 0) 100%);
  }
}
section#main div#kidsAvexConcept {
  background-image: url(img/bg_first_avexdancemaster.jpg);
  text-align: left;
}
section#main div#kidsAvexConcept h1.pageTitle {
  text-align: left;
}
section#main div#kidsAvexConcept p.lead {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section#main div#kidsAvexConcept {
    background-image: url(img/bg_first_avexdancemaster_sp.jpg);
    background-position: right bottom;
    text-align: center;
  }
  section#main div#kidsAvexConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#kidsAvexConcept p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
  section#main div#kidsAvexConcept .container {
    background: rgb(0, 76, 173);
    background: linear-gradient(0deg, rgb(0, 76, 173) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
section#main div#kidsbiimaConcept {
  background-image: url(img/bg_first_biima-sports.jpg);
  height: 640px;
  background-size: contain;
  text-align: left;
}
section#main div#kidsbiimaConcept h1.pageTitle {
  text-align: left;
  text-indent: -99999px;
}
section#main div#kidsbiimaConcept p.lead {
  text-align: left;
  text-indent: -99999px;
}
@media screen and (max-width: 767px) {
  section#main div#kidsbiimaConcept {
    background-image: url(img/bg_first_biima-sports_sp.jpg);
    background-position: right bottom;
    text-align: center;
    height: 108.59375vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  section#main div#kidsbiimaConcept h1.pageTitle {
    color: #ffffff !important;
  }
  section#main div#kidsbiimaConcept p.lead {
    font-size: 14px;
    color: #ffffff !important;
  }
}
section#main div.kidstrialform {
  padding: 0;
}
section#main div.kidstrialform h2 {
  text-align: center;
}
section#main div.kidstrialform p.lead {
  color: #C0C0C0;
}
section#main div.kidstrialform div.taiken-notice {
  margin: 0 auto;
  max-width: 660px;
  padding: 0 30px;
}
section#main div.kidstrialform div.taiken-notice ul {
  margin-bottom: 0;
}
section#main div.kidstrialform div.taiken-notice ul li {
  margin-bottom: 8px;
}
section#main div.kidstrialform div.taiken-notice ul li:last-child {
  margin-bottom: 0;
}
section#main div.kidstrialform div.kidsButtonwrap {
  padding: 45px 0 0;
}
section#main div.kidstrialform div.kidsButtonwrap a {
  margin: 0;
}
section#main div.kidstrialform div.taiken-block-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
section#main div.kidstrialform div.taiken-block-wrap div.taiken-block-cont {
  padding: 60px 0;
  width: 70%;
  min-width: 600px;
}
section#main div.kidstrialform div.taiken-block-wrap div.taiken-block-cont.no-pic {
  width: 100%;
}
section#main div.kidstrialform div.taiken-block-wrap div.taiken-block-img {
  width: 30%;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section#main div.kidstrialform div.taiken-block-wrap {
    flex-wrap: wrap;
  }
  section#main div.kidstrialform div.taiken-block-wrap div.taiken-block-cont {
    padding: 15px 15px 30px;
    width: 100%;
    min-width: auto;
  }
  section#main div.kidstrialform div.taiken-block-wrap div.taiken-block-img {
    width: 100%;
    height: 76.8vw;
  }
  section#main div.kidstrialform div.taiken-notice {
    max-width: auto;
    width: 100%;
    padding: 0;
  }
}
section#main div.kidstrialform#trial-avex {
  background-color: #004CAD;
  color: #ffffff !important;
}
section#main div.kidstrialform#trial-doubledutch {
  background-color: #3283E6;
  color: #ffffff !important;
}
section#main div.kidstrialform#trial-biima {
  background-color: rgb(19, 174, 103);
  color: #ffffff !important;
}
section#main div.kidstrialform#trial-biima p.lead {
  color: #000;
}
section#main div.kidstrialform#trial-karate {
  background-color: #dea346;
  color: #ffffff !important;
}
section#main div.kidstrialform#trial-karate p.lead {
  color: #fff;
}
section#main div.kidstrialform#trial-bouldering {
  background-color: #8a8ba4;
  color: #ffffff !important;
}
section#main div.kidstrialform#trial-bouldering p.lead {
  color: #fff;
}
section#main div.fitnessWrap, section#main div.beautyWrap, section#main div.kaatsuWrap {
  background-color: #ffffff;
}
@media screen and (min-width: 1400px) {
  section#main div.fitnessWrap p, section#main div.beautyWrap p, section#main div.kaatsuWrap p {
    max-width: 60%;
  }
}
section#main div.fitnessWrap p.footnote, section#main div.beautyWrap p.footnote, section#main div.kaatsuWrap p.footnote {
  color: #7b7b7b;
  font-size: 12px;
}
section#main div.fitnessWrap h2, section#main div.beautyWrap h2, section#main div.kaatsuWrap h2 {
  margin-top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.2;
}
section#main div.fitnessWrap h2 + p.lead, section#main div.beautyWrap h2 + p.lead, section#main div.kaatsuWrap h2 + p.lead {
  margin-top: -1em;
  max-width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 2em;
  color: #7b7b7b;
}
section#main div.fitnessWrap h3, section#main div.beautyWrap h3, section#main div.kaatsuWrap h3 {
  margin-top: 2em;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-bottom: 1em;
}
section#main div.fitnessWrap h3 + p.lead, section#main div.beautyWrap h3 + p.lead, section#main div.kaatsuWrap h3 + p.lead {
  margin-top: -1em;
  max-width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap p, section#main div.beautyWrap p, section#main div.kaatsuWrap p {
    font-size: 14px;
  }
  section#main div.fitnessWrap h2, section#main div.beautyWrap h2, section#main div.kaatsuWrap h2 {
    font-size: 18px;
  }
  section#main div.fitnessWrap h2 + p.lead, section#main div.beautyWrap h2 + p.lead, section#main div.kaatsuWrap h2 + p.lead {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
  }
  section#main div.fitnessWrap h3, section#main div.beautyWrap h3, section#main div.kaatsuWrap h3 {
    font-size: 16px;
  }
  section#main div.fitnessWrap h3 + p.lead, section#main div.beautyWrap h3 + p.lead, section#main div.kaatsuWrap h3 + p.lead {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
  }
}
section#main div.fitnessWrap div.pageContent, section#main div.beautyWrap div.pageContent, section#main div.kaatsuWrap div.pageContent {
  background-size: cover;
  background-repeat: no-repeat;
}
section#main div.fitnessWrap div#beautyEnda, section#main div.beautyWrap div#beautyEnda, section#main div.kaatsuWrap div#beautyEnda {
  padding: 0;
  padding: 0;
  background-image: url(img/beauty/bg_beauty1.jpg);
  background-position: center;
}
section#main div.fitnessWrap div#beautyEnda p.lead, section#main div.beautyWrap div#beautyEnda p.lead, section#main div.kaatsuWrap div#beautyEnda p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#beautyEnda div.endaExp, section#main div.beautyWrap div#beautyEnda div.endaExp, section#main div.kaatsuWrap div#beautyEnda div.endaExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#beautyEnda div.endaExp, section#main div.beautyWrap div#beautyEnda div.endaExp, section#main div.kaatsuWrap div#beautyEnda div.endaExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#beautyEnda div.endaExp2, section#main div.beautyWrap div#beautyEnda div.endaExp2, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 {
  background-color: rgba(145, 135, 131, 0.7);
  padding: 30px;
  color: #ffffff;
}
section#main div.fitnessWrap div#beautyEnda div.endaExp2 h3, section#main div.beautyWrap div#beautyEnda div.endaExp2 h3, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 h3 {
  margin-top: 0;
  color: #ffffff;
}
section#main div.fitnessWrap div#beautyEnda div.endaExp2 p span, section#main div.beautyWrap div#beautyEnda div.endaExp2 p span, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 p span {
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 2px;
  margin-right: 1em;
  border: 1px solid #ffffff;
}
section#main div.fitnessWrap div#beautyEnda div.endaExp2 p span:last-child, section#main div.beautyWrap div#beautyEnda div.endaExp2 p span:last-child, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 p span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  section#main div.fitnessWrap div#beautyEnda div.endaExp2, section#main div.beautyWrap div#beautyEnda div.endaExp2, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 {
    padding: 20px;
  }
  section#main div.fitnessWrap div#beautyEnda div.endaExp2 p, section#main div.beautyWrap div#beautyEnda div.endaExp2 p, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 p {
    margin-bottom: 0;
  }
  section#main div.fitnessWrap div#beautyEnda div.endaExp2 p span, section#main div.beautyWrap div#beautyEnda div.endaExp2 p span, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 p span {
    border: none;
    padding: 0;
    display: block;
  }
  section#main div.fitnessWrap div#beautyEnda div.endaExp2 p span:before, section#main div.beautyWrap div#beautyEnda div.endaExp2 p span:before, section#main div.kaatsuWrap div#beautyEnda div.endaExp2 p span:before {
    content: "・";
  }
}
section#main div.fitnessWrap div#beautyEsthe, section#main div.beautyWrap div#beautyEsthe, section#main div.kaatsuWrap div#beautyEsthe {
  padding: 0;
  background-image: url(img/facility/img_beauty_gra1.jpg);
  background-size: 50%;
  background-position: right bottom;
}
section#main div.fitnessWrap div#beautyEsthe p.lead, section#main div.beautyWrap div#beautyEsthe p.lead, section#main div.kaatsuWrap div#beautyEsthe p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#beautyEsthe div.estheExp, section#main div.beautyWrap div#beautyEsthe div.estheExp, section#main div.kaatsuWrap div#beautyEsthe div.estheExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#beautyEsthe div.estheExp, section#main div.beautyWrap div#beautyEsthe div.estheExp, section#main div.kaatsuWrap div#beautyEsthe div.estheExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#beautyCollagen, section#main div.beautyWrap div#beautyCollagen, section#main div.kaatsuWrap div#beautyCollagen {
  padding: 0;
  background-image: url(img/beauty/bg_collagen1.jpg);
  background-position: right center;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#beautyCollagen, section#main div.beautyWrap div#beautyCollagen, section#main div.kaatsuWrap div#beautyCollagen {
    background-images: none;
  }
}
section#main div.fitnessWrap div#beautyCollagen p.lead, section#main div.beautyWrap div#beautyCollagen p.lead, section#main div.kaatsuWrap div#beautyCollagen p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#beautyCollagen div.collagenExp, section#main div.beautyWrap div#beautyCollagen div.collagenExp, section#main div.kaatsuWrap div#beautyCollagen div.collagenExp {
  background-color: #ffffff;
  padding: 80px 30px 80px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#beautyCollagen div.collagenExp, section#main div.beautyWrap div#beautyCollagen div.collagenExp, section#main div.kaatsuWrap div#beautyCollagen div.collagenExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div.beautyOthers, section#main div.beautyWrap div.beautyOthers, section#main div.kaatsuWrap div.beautyOthers {
  padding: 0;
}
section#main div.fitnessWrap div.beautyOthers p.lead, section#main div.beautyWrap div.beautyOthers p.lead, section#main div.kaatsuWrap div.beautyOthers p.lead {
  text-align: left;
}
section#main div.fitnessWrap div.beautyOthers h2, section#main div.beautyWrap div.beautyOthers h2, section#main div.kaatsuWrap div.beautyOthers h2 {
  font-size: 20px;
}
section#main div.fitnessWrap div.beautyOthers div.otherExp, section#main div.beautyWrap div.beautyOthers div.otherExp, section#main div.kaatsuWrap div.beautyOthers div.otherExp {
  background-color: #ffffff;
  padding: 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div.beautyOthers div.otherExp, section#main div.beautyWrap div.beautyOthers div.otherExp, section#main div.kaatsuWrap div.beautyOthers div.otherExp {
    padding: 0 30px 20px;
  }
  section#main div.fitnessWrap div.beautyOthers div.otherExp h2, section#main div.beautyWrap div.beautyOthers div.otherExp h2, section#main div.kaatsuWrap div.beautyOthers div.otherExp h2 {
    font-size: 14px;
  }
}
section#main div.fitnessWrap div#fitnessTechnogym, section#main div.beautyWrap div#fitnessTechnogym, section#main div.kaatsuWrap div#fitnessTechnogym {
  padding: 0;
  background-image: url(img/training/bg_fitness1.jpg);
  background-position: center;
}
section#main div.fitnessWrap div#fitnessTechnogym p.lead, section#main div.beautyWrap div#fitnessTechnogym p.lead, section#main div.kaatsuWrap div#fitnessTechnogym p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#fitnessTechnogym p.lead, section#main div.beautyWrap div#fitnessTechnogym p.lead, section#main div.kaatsuWrap div#fitnessTechnogym p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#fitnessTechnogym div.technoExp, section#main div.beautyWrap div#fitnessTechnogym div.technoExp, section#main div.kaatsuWrap div#fitnessTechnogym div.technoExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessTechnogym div.technoExp, section#main div.beautyWrap div#fitnessTechnogym div.technoExp, section#main div.kaatsuWrap div#fitnessTechnogym div.technoExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#kaatsuImage, section#main div.beautyWrap div#kaatsuImage, section#main div.kaatsuWrap div#kaatsuImage {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(img/kaatsu/img_kaatsu2.jpg);
  background-position: center center top;
  background-size: cover;
  height: 640px;
}
section#main div.fitnessWrap div#kaatsuImage img, section#main div.beautyWrap div#kaatsuImage img, section#main div.kaatsuWrap div#kaatsuImage img {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#kaatsuImage, section#main div.beautyWrap div#kaatsuImage, section#main div.kaatsuWrap div#kaatsuImage {
    height: 54vw;
  }
}
section#main div.fitnessWrap div#biyo2023, section#main div.beautyWrap div#biyo2023, section#main div.kaatsuWrap div#biyo2023 {
  padding: 0;
}
section#main div.fitnessWrap div#biyo2023 p.lead, section#main div.beautyWrap div#biyo2023 p.lead, section#main div.kaatsuWrap div#biyo2023 p.lead {
  text-align: left;
  margin-bottom: 2em;
}
section#main div.fitnessWrap div#biyo2023 div.b0, section#main div.beautyWrap div#biyo2023 div.b0, section#main div.kaatsuWrap div#biyo2023 div.b0 {
  background-image: url(img/facility/img_relax5.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
section#main div.fitnessWrap div#biyo2023 div.b1, section#main div.beautyWrap div#biyo2023 div.b1, section#main div.kaatsuWrap div#biyo2023 div.b1 {
  background-repeat: no-repeat;
  background-color: #000;
}
section#main div.fitnessWrap div#biyo2023 div.b1 div.bgimage, section#main div.beautyWrap div#biyo2023 div.b1 div.bgimage, section#main div.kaatsuWrap div#biyo2023 div.b1 div.bgimage {
  background-image: url(img/beauty/img_miraburuzero.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
section#main div.fitnessWrap div#biyo2023 div.b1 div.emsExp, section#main div.beautyWrap div#biyo2023 div.b1 div.emsExp, section#main div.kaatsuWrap div#biyo2023 div.b1 div.emsExp {
  background-color: rgba(245, 235, 235, 0.95) !important;
}
section#main div.fitnessWrap div#biyo2023 div.b2, section#main div.beautyWrap div#biyo2023 div.b2, section#main div.kaatsuWrap div#biyo2023 div.b2 {
  background-image: url(img/beauty/img_dryer.jpg);
  background-position: right;
  background-size: 50%;
  background-repeat: no-repeat;
}
section#main div.fitnessWrap div#biyo2023 div.b2 div.emsExp, section#main div.beautyWrap div#biyo2023 div.b2 div.emsExp, section#main div.kaatsuWrap div#biyo2023 div.b2 div.emsExp {
  min-height: 50vw !important;
  background-color: rgba(245, 235, 235, 0.7) !important;
}
section#main div.fitnessWrap div#biyo2023 div.emsExp, section#main div.beautyWrap div#biyo2023 div.emsExp, section#main div.kaatsuWrap div#biyo2023 div.emsExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
  min-height: 480px;
}
section#main div.fitnessWrap div#biyo2023 div.emsExp p, section#main div.beautyWrap div#biyo2023 div.emsExp p, section#main div.kaatsuWrap div#biyo2023 div.emsExp p {
  max-width: 100%;
}
section#main div.fitnessWrap div#biyo2023 div.emsExp ul li, section#main div.beautyWrap div#biyo2023 div.emsExp ul li, section#main div.kaatsuWrap div#biyo2023 div.emsExp ul li {
  list-style-type: disc;
  padding-left: 0.3em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#biyo2023 div.emsExp, section#main div.beautyWrap div#biyo2023 div.emsExp, section#main div.kaatsuWrap div#biyo2023 div.emsExp {
    padding: 20px;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#biyo2023, section#main div.beautyWrap div#biyo2023, section#main div.kaatsuWrap div#biyo2023 {
    background-image: none;
    position: relative;
  }
  section#main div.fitnessWrap div#biyo2023 div.b0, section#main div.beautyWrap div#biyo2023 div.b0, section#main div.kaatsuWrap div#biyo2023 div.b0 {
    background-position: top;
    background-size: contain;
    padding-top: 60vw;
  }
  section#main div.fitnessWrap div#biyo2023 div.b1, section#main div.beautyWrap div#biyo2023 div.b1, section#main div.kaatsuWrap div#biyo2023 div.b1 {
    background-position: top;
    background-size: contain;
    padding-top: 66vw;
    background-image: url(img/beauty/img_miraburuzero.jpg);
  }
  section#main div.fitnessWrap div#biyo2023 div.b2, section#main div.beautyWrap div#biyo2023 div.b2, section#main div.kaatsuWrap div#biyo2023 div.b2 {
    background-position: top;
    background-size: 75vw;
    padding-top: 75vw;
  }
  section#main div.fitnessWrap div#biyo2023 div.visionLogo, section#main div.beautyWrap div#biyo2023 div.visionLogo, section#main div.kaatsuWrap div#biyo2023 div.visionLogo {
    background-image: url(img/ems/bg_vision.jpg);
    background-size: cover;
    height: auto;
    position: static;
  }
  section#main div.fitnessWrap div#biyo2023 div.visionLogo img, section#main div.beautyWrap div#biyo2023 div.visionLogo img, section#main div.kaatsuWrap div#biyo2023 div.visionLogo img {
    max-width: 30vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}
section#main div.fitnessWrap div#emsAtem, section#main div.beautyWrap div#emsAtem, section#main div.kaatsuWrap div#emsAtem {
  background-color: #000;
  padding: 0;
}
section#main div.fitnessWrap div#emsAtem p.lead, section#main div.beautyWrap div#emsAtem p.lead, section#main div.kaatsuWrap div#emsAtem p.lead {
  text-align: left;
  color: rgba(255, 255, 255, 0.9) !important;
}
section#main div.fitnessWrap div#emsAtem p, section#main div.beautyWrap div#emsAtem p, section#main div.kaatsuWrap div#emsAtem p {
  color: #fff;
}
section#main div.fitnessWrap div#emsAtem div.b1, section#main div.beautyWrap div#emsAtem div.b1, section#main div.kaatsuWrap div#emsAtem div.b1 {
  background-image: url(img/ems/bg_atem1.jpg);
  background-position: right;
  background-size: 50%;
  background-repeat: no-repeat;
}
section#main div.fitnessWrap div#emsAtem div.b2, section#main div.beautyWrap div#emsAtem div.b2, section#main div.kaatsuWrap div#emsAtem div.b2 {
  background-image: url(img/ems/bg_atem2.jpg);
  background-position: left;
  background-size: 50%;
  background-repeat: no-repeat;
}
section#main div.fitnessWrap div#emsAtem div.emsExp, section#main div.beautyWrap div#emsAtem div.emsExp, section#main div.kaatsuWrap div#emsAtem div.emsExp {
  padding: 80px 30px 40px;
  min-height: 480px;
}
section#main div.fitnessWrap div#emsAtem div.emsExp h2, section#main div.beautyWrap div#emsAtem div.emsExp h2, section#main div.kaatsuWrap div#emsAtem div.emsExp h2 {
  color: #fff;
}
section#main div.fitnessWrap div#emsAtem div.emsExp p, section#main div.beautyWrap div#emsAtem div.emsExp p, section#main div.kaatsuWrap div#emsAtem div.emsExp p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.7);
}
section#main div.fitnessWrap div#emsAtem div.emsExp ul li, section#main div.beautyWrap div#emsAtem div.emsExp ul li, section#main div.kaatsuWrap div#emsAtem div.emsExp ul li {
  color: rgba(255, 255, 255, 0.7);
  list-style-type: disc;
  padding-left: 0.3em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#emsAtem div.emsExp, section#main div.beautyWrap div#emsAtem div.emsExp, section#main div.kaatsuWrap div#emsAtem div.emsExp {
    padding: 20px;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#emsAtem, section#main div.beautyWrap div#emsAtem, section#main div.kaatsuWrap div#emsAtem {
    background-image: none;
    position: relative;
  }
  section#main div.fitnessWrap div#emsAtem div.b1, section#main div.beautyWrap div#emsAtem div.b1, section#main div.kaatsuWrap div#emsAtem div.b1 {
    background-position: top;
    background-size: contain;
    padding-top: 75vw;
  }
  section#main div.fitnessWrap div#emsAtem div.b2, section#main div.beautyWrap div#emsAtem div.b2, section#main div.kaatsuWrap div#emsAtem div.b2 {
    background-position: top;
    background-size: contain;
    padding-top: 75vw;
  }
  section#main div.fitnessWrap div#emsAtem div.visionLogo, section#main div.beautyWrap div#emsAtem div.visionLogo, section#main div.kaatsuWrap div#emsAtem div.visionLogo {
    background-image: url(img/ems/bg_vision.jpg);
    background-size: cover;
    height: auto;
    position: static;
  }
  section#main div.fitnessWrap div#emsAtem div.visionLogo img, section#main div.beautyWrap div#emsAtem div.visionLogo img, section#main div.kaatsuWrap div#emsAtem div.visionLogo img {
    max-width: 30vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}
section#main div.fitnessWrap div#personalAtem, section#main div.beautyWrap div#personalAtem, section#main div.kaatsuWrap div#personalAtem {
  background-color: #fff;
  padding: 0;
}
section#main div.fitnessWrap div#personalAtem p.lead, section#main div.beautyWrap div#personalAtem p.lead, section#main div.kaatsuWrap div#personalAtem p.lead {
  text-align: left;
  color: rgba(255, 255, 255, 0.9) !important;
  color: #444 !important;
}
section#main div.fitnessWrap div#personalAtem p, section#main div.beautyWrap div#personalAtem p, section#main div.kaatsuWrap div#personalAtem p {
  color: #444;
}
section#main div.fitnessWrap div#personalAtem div.b1, section#main div.beautyWrap div#personalAtem div.b1, section#main div.kaatsuWrap div#personalAtem div.b1 {
  background-image: url(img/bg_personal2023_1.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  section#main div.fitnessWrap div#personalAtem div.b1, section#main div.beautyWrap div#personalAtem div.b1, section#main div.kaatsuWrap div#personalAtem div.b1 {
    background-size: 50%;
    background-position: right top;
  }
}
section#main div.fitnessWrap div#personalAtem div.b2, section#main div.beautyWrap div#personalAtem div.b2, section#main div.kaatsuWrap div#personalAtem div.b2 {
  background-image: url(img/bg_personal2023_2.jpg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  section#main div.fitnessWrap div#personalAtem div.b2, section#main div.beautyWrap div#personalAtem div.b2, section#main div.kaatsuWrap div#personalAtem div.b2 {
    background-size: 50%;
    background-position: left top;
  }
}
section#main div.fitnessWrap div#personalAtem div.personalExp, section#main div.beautyWrap div#personalAtem div.personalExp, section#main div.kaatsuWrap div#personalAtem div.personalExp {
  background-color: #fff;
  padding: 80px 30px 40px;
  min-height: 480px;
}
section#main div.fitnessWrap div#personalAtem div.personalExp p.footnote, section#main div.beautyWrap div#personalAtem div.personalExp p.footnote, section#main div.kaatsuWrap div#personalAtem div.personalExp p.footnote {
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 1em;
  text-indent: -1em;
}
section#main div.fitnessWrap div#personalAtem div.personalExp p, section#main div.beautyWrap div#personalAtem div.personalExp p, section#main div.kaatsuWrap div#personalAtem div.personalExp p {
  max-width: 100%;
}
section#main div.fitnessWrap div#personalAtem div.personalExp ul li, section#main div.beautyWrap div#personalAtem div.personalExp ul li, section#main div.kaatsuWrap div#personalAtem div.personalExp ul li {
  list-style-type: disc;
  padding-left: 0.3em;
  margin-left: 1.5em;
}
@media screen and (min-width: 481px) {
  section#main div.fitnessWrap div#personalAtem div.personalExp.block2, section#main div.beautyWrap div#personalAtem div.personalExp.block2, section#main div.kaatsuWrap div#personalAtem div.personalExp.block2 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#personalAtem div.personalExp, section#main div.beautyWrap div#personalAtem div.personalExp, section#main div.kaatsuWrap div#personalAtem div.personalExp {
    padding: 20px;
    min-height: inherit;
  }
  section#main div.fitnessWrap div#personalAtem div.personalExp.block2, section#main div.beautyWrap div#personalAtem div.personalExp.block2, section#main div.kaatsuWrap div#personalAtem div.personalExp.block2 {
    padding-top: 0;
  }
}
section#main div.fitnessWrap div#personalAtem div.personalExp .pointblock, section#main div.beautyWrap div#personalAtem div.personalExp .pointblock, section#main div.kaatsuWrap div#personalAtem div.personalExp .pointblock {
  border: 1px solid #430306;
  padding: 15px;
  border-radius: 8px;
  margin: 30px auto 8px;
}
section#main div.fitnessWrap div#personalAtem div.personalExp .pointblock p, section#main div.beautyWrap div#personalAtem div.personalExp .pointblock p, section#main div.kaatsuWrap div#personalAtem div.personalExp .pointblock p {
  margin-bottom: 0;
}
section#main div.fitnessWrap div#personalAtem div.personalExp .pointblock span, section#main div.beautyWrap div#personalAtem div.personalExp .pointblock span, section#main div.kaatsuWrap div#personalAtem div.personalExp .pointblock span {
  transform: translateY(-34px);
  margin-bottom: -34px;
  display: inline-block;
  color: #fff;
  border-radius: 120px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  background-color: #430306;
}
section#main div.fitnessWrap div#personalAtem div.personal-wrap, section#main div.beautyWrap div#personalAtem div.personal-wrap, section#main div.kaatsuWrap div#personalAtem div.personal-wrap {
  max-width: 480px;
  margin: 0 auto;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets, section#main div.beautyWrap div#personalAtem table.ems-tickets, section#main div.kaatsuWrap div#personalAtem table.ems-tickets {
  margin: 15px auto 30px;
  width: 100%;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets th, section#main div.fitnessWrap div#personalAtem table.ems-tickets td, section#main div.beautyWrap div#personalAtem table.ems-tickets th, section#main div.beautyWrap div#personalAtem table.ems-tickets td, section#main div.kaatsuWrap div#personalAtem table.ems-tickets th, section#main div.kaatsuWrap div#personalAtem table.ems-tickets td {
  padding: 8px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets th.recommend, section#main div.fitnessWrap div#personalAtem table.ems-tickets td.recommend, section#main div.beautyWrap div#personalAtem table.ems-tickets th.recommend, section#main div.beautyWrap div#personalAtem table.ems-tickets td.recommend, section#main div.kaatsuWrap div#personalAtem table.ems-tickets th.recommend, section#main div.kaatsuWrap div#personalAtem table.ems-tickets td.recommend {
  padding-top: 18px;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets th.recommend:before, section#main div.fitnessWrap div#personalAtem table.ems-tickets td.recommend:before, section#main div.beautyWrap div#personalAtem table.ems-tickets th.recommend:before, section#main div.beautyWrap div#personalAtem table.ems-tickets td.recommend:before, section#main div.kaatsuWrap div#personalAtem table.ems-tickets th.recommend:before, section#main div.kaatsuWrap div#personalAtem table.ems-tickets td.recommend:before {
  content: "人気のコース!";
  padding: 4px 12px;
  font-weight: bold;
  font-size: 8px;
  color: #000;
  background: yellow;
  border-radius: 30px;
  line-height: 1;
  position: absolute;
  left: -4px;
  top: 0;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets th.osusume, section#main div.fitnessWrap div#personalAtem table.ems-tickets td.osusume, section#main div.beautyWrap div#personalAtem table.ems-tickets th.osusume, section#main div.beautyWrap div#personalAtem table.ems-tickets td.osusume, section#main div.kaatsuWrap div#personalAtem table.ems-tickets th.osusume, section#main div.kaatsuWrap div#personalAtem table.ems-tickets td.osusume {
  padding-top: 18px;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets th.osusume:before, section#main div.fitnessWrap div#personalAtem table.ems-tickets td.osusume:before, section#main div.beautyWrap div#personalAtem table.ems-tickets th.osusume:before, section#main div.beautyWrap div#personalAtem table.ems-tickets td.osusume:before, section#main div.kaatsuWrap div#personalAtem table.ems-tickets th.osusume:before, section#main div.kaatsuWrap div#personalAtem table.ems-tickets td.osusume:before {
  content: "おすすめプラン!";
  padding: 4px 12px;
  font-weight: bold;
  font-size: 8px;
  color: #000;
  background: yellow;
  border-radius: 30px;
  line-height: 1;
  position: absolute;
  left: -4px;
  top: 0;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets tr td:first-child,
section#main div.fitnessWrap div#personalAtem table.ems-tickets tr th:first-child, section#main div.beautyWrap div#personalAtem table.ems-tickets tr td:first-child,
section#main div.beautyWrap div#personalAtem table.ems-tickets tr th:first-child, section#main div.kaatsuWrap div#personalAtem table.ems-tickets tr td:first-child,
section#main div.kaatsuWrap div#personalAtem table.ems-tickets tr th:first-child {
  text-align: left;
}
section#main div.fitnessWrap div#personalAtem table.ems-tickets.type-2, section#main div.beautyWrap div#personalAtem table.ems-tickets.type-2, section#main div.kaatsuWrap div#personalAtem table.ems-tickets.type-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#personalAtem, section#main div.beautyWrap div#personalAtem, section#main div.kaatsuWrap div#personalAtem {
    background-image: none;
    position: relative;
  }
  section#main div.fitnessWrap div#personalAtem div.b1, section#main div.beautyWrap div#personalAtem div.b1, section#main div.kaatsuWrap div#personalAtem div.b1 {
    background-position: top;
    background-size: contain;
    padding-top: 75vw;
  }
  section#main div.fitnessWrap div#personalAtem div.b2, section#main div.beautyWrap div#personalAtem div.b2, section#main div.kaatsuWrap div#personalAtem div.b2 {
    background-position: top;
    background-size: contain;
    padding-top: 75vw;
  }
  section#main div.fitnessWrap div#personalAtem div.visionLogo, section#main div.beautyWrap div#personalAtem div.visionLogo, section#main div.kaatsuWrap div#personalAtem div.visionLogo {
    background-image: url(img/ems/bg_vision.jpg);
    background-size: cover;
    height: auto;
    position: static;
  }
  section#main div.fitnessWrap div#personalAtem div.visionLogo img, section#main div.beautyWrap div#personalAtem div.visionLogo img, section#main div.kaatsuWrap div#personalAtem div.visionLogo img {
    max-width: 30vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}
section#main div.fitnessWrap #pilatesImages, section#main div.beautyWrap #pilatesImages, section#main div.kaatsuWrap #pilatesImages {
  background-color: #ffffff;
  padding: 0;
}
section#main div.fitnessWrap #pilatesImages p.lead, section#main div.beautyWrap #pilatesImages p.lead, section#main div.kaatsuWrap #pilatesImages p.lead {
  text-align: left;
  font-weight: bold;
}
section#main div.fitnessWrap #pilatesImages div.b2 div.bg0, section#main div.beautyWrap #pilatesImages div.b2 div.bg0, section#main div.kaatsuWrap #pilatesImages div.b2 div.bg0 {
  background-image: url(img/pilates/bg_pilates_2.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 3/2;
}
section#main div.fitnessWrap #pilatesImages div.b2 div.bg1, section#main div.beautyWrap #pilatesImages div.b2 div.bg1, section#main div.kaatsuWrap #pilatesImages div.b2 div.bg1 {
  background-image: url(img/pilates/bg_pilates_4.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 900/506;
}
section#main div.fitnessWrap #pilatesImages div.b2 div.bg2, section#main div.beautyWrap #pilatesImages div.b2 div.bg2, section#main div.kaatsuWrap #pilatesImages div.b2 div.bg2 {
  background-image: url(img/pilates/bg_pilates_3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 3/2;
}
section#main div.fitnessWrap #pilatesImages div.b2 div.bg5, section#main div.beautyWrap #pilatesImages div.b2 div.bg5, section#main div.kaatsuWrap #pilatesImages div.b2 div.bg5 {
  background-image: url(img/pilates/bg_pilates_5.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 900/675;
}
section#main div.fitnessWrap #pilatesImages div.emsExp, section#main div.beautyWrap #pilatesImages div.emsExp, section#main div.kaatsuWrap #pilatesImages div.emsExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
  min-height: 380px;
}
section#main div.fitnessWrap #pilatesImages div.emsExp div.scheduleLink, section#main div.beautyWrap #pilatesImages div.emsExp div.scheduleLink, section#main div.kaatsuWrap #pilatesImages div.emsExp div.scheduleLink {
  padding: 30px 0;
}
section#main div.fitnessWrap #pilatesImages div.emsExp div.scheduleLink p a, section#main div.beautyWrap #pilatesImages div.emsExp div.scheduleLink p a, section#main div.kaatsuWrap #pilatesImages div.emsExp div.scheduleLink p a {
  font-size: 21px;
}
@media screen and (max-width: 860px) {
  section#main div.fitnessWrap #pilatesImages div.emsExp div.scheduleLink p a, section#main div.beautyWrap #pilatesImages div.emsExp div.scheduleLink p a, section#main div.kaatsuWrap #pilatesImages div.emsExp div.scheduleLink p a {
    font-size: 16px;
  }
}
section#main div.fitnessWrap #pilatesImages div.emsExp h2, section#main div.beautyWrap #pilatesImages div.emsExp h2, section#main div.kaatsuWrap #pilatesImages div.emsExp h2 {
  text-transform: none;
  letter-spacing: 2px;
}
section#main div.fitnessWrap #pilatesImages div.emsExp p, section#main div.beautyWrap #pilatesImages div.emsExp p, section#main div.kaatsuWrap #pilatesImages div.emsExp p {
  max-width: 100%;
}
section#main div.fitnessWrap #pilatesImages div.emsExp p + h2, section#main div.beautyWrap #pilatesImages div.emsExp p + h2, section#main div.kaatsuWrap #pilatesImages div.emsExp p + h2 {
  margin-top: 60px;
}
section#main div.fitnessWrap #pilatesImages div.emsExp ul li, section#main div.beautyWrap #pilatesImages div.emsExp ul li, section#main div.kaatsuWrap #pilatesImages div.emsExp ul li {
  color: rgba(255, 255, 255, 0.7);
  list-style-type: disc;
  padding-left: 0.3em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap #pilatesImages div.emsExp, section#main div.beautyWrap #pilatesImages div.emsExp, section#main div.kaatsuWrap #pilatesImages div.emsExp {
    background-color: #F0CBCB;
    padding: 20px;
    min-height: inherit;
  }
  section#main div.fitnessWrap #pilatesImages div.emsExp p + h2, section#main div.beautyWrap #pilatesImages div.emsExp p + h2, section#main div.kaatsuWrap #pilatesImages div.emsExp p + h2 {
    margin-top: 30px;
  }
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu {
  padding-top: 30px;
  padding-bottom: 30p;
  background-color: #F0CBCB;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu {
  margin-bottom: 30px;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner {
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title {
  border: none;
  background-color: transparent;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu h3, section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu h2, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu h3, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu h2, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu h3, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu h2 {
  padding-top: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-transform: capitalize;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu h2, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu h2, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu h2 {
  max-width: none;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu p, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu p, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 360px;
}
section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu p.lead, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu p.lead, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu p.lead {
  margin-top: 30px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu {
    margin-bottom: 15px;
  }
  section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner {
    padding: 15px;
  }
  section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title {
    padding: 0;
  }
  section#main div.fitnessWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title p.lead, section#main div.beautyWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title p.lead, section#main div.kaatsuWrap #pilatesImages .wrap-pirates-menu .pirates-menu .pirates-menu-inner.title p.lead {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
section#main div.fitnessWrap div#hotYoga2020, section#main div.beautyWrap div#hotYoga2020, section#main div.kaatsuWrap div#hotYoga2020 {
  background-color: #ffffff;
  padding: 0;
}
section#main div.fitnessWrap div#hotYoga2020 p.lead, section#main div.beautyWrap div#hotYoga2020 p.lead, section#main div.kaatsuWrap div#hotYoga2020 p.lead {
  text-align: left;
  font-weight: bold;
}
section#main div.fitnessWrap div#hotYoga2020 div.b1 div.bg1, section#main div.beautyWrap div#hotYoga2020 div.b1 div.bg1, section#main div.kaatsuWrap div#hotYoga2020 div.b1 div.bg1 {
  background-image: url(img/bg_yoga1-2.jpg?20210930);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section#main div.fitnessWrap div#hotYoga2020 div.b1 div.bg1, section#main div.beautyWrap div#hotYoga2020 div.b1 div.bg1, section#main div.kaatsuWrap div#hotYoga2020 div.b1 div.bg1 {
    height: 76vw;
  }
}
section#main div.fitnessWrap div#hotYoga2020 div.b2 div.bg0, section#main div.beautyWrap div#hotYoga2020 div.b2 div.bg0, section#main div.kaatsuWrap div#hotYoga2020 div.b2 div.bg0 {
  background-image: url(img/bg_yoga2023_3.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section#main div.fitnessWrap div#hotYoga2020 div.b2 div.bg0, section#main div.beautyWrap div#hotYoga2020 div.b2 div.bg0, section#main div.kaatsuWrap div#hotYoga2020 div.b2 div.bg0 {
    height: 76vw;
  }
}
section#main div.fitnessWrap div#hotYoga2020 div.b2 div.bg2, section#main div.beautyWrap div#hotYoga2020 div.b2 div.bg2, section#main div.kaatsuWrap div#hotYoga2020 div.b2 div.bg2 {
  background-image: url(img/bg_yoga2023_1.jpg?202202);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section#main div.fitnessWrap div#hotYoga2020 div.b2 div.bg2, section#main div.beautyWrap div#hotYoga2020 div.b2 div.bg2, section#main div.kaatsuWrap div#hotYoga2020 div.b2 div.bg2 {
    height: 76vw;
  }
}
section#main div.fitnessWrap div#hotYoga2020 div.b2 div.bg3, section#main div.beautyWrap div#hotYoga2020 div.b2 div.bg3, section#main div.kaatsuWrap div#hotYoga2020 div.b2 div.bg3 {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-image: url(img/beauty/bg_collagen1.jpg);
}
@media screen and (max-width: 768px) {
  section#main div.fitnessWrap div#hotYoga2020 div.b2 div.bg3, section#main div.beautyWrap div#hotYoga2020 div.b2 div.bg3, section#main div.kaatsuWrap div#hotYoga2020 div.b2 div.bg3 {
    height: 76vw;
  }
}
section#main div.fitnessWrap div#hotYoga2020 div.yoga-program, section#main div.beautyWrap div#hotYoga2020 div.yoga-program, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program {
  background-color: #F2F7F2;
}
section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap {
  max-width: 880px;
  margin: 0 auto 60px;
}
section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap h3, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap h3, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap h3 {
  margin-bottom: 60px;
  color: #E33388;
}
section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table {
  width: 100%;
}
section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th {
  padding-right: 15px;
  vertical-align: top;
  width: 30%;
  min-width: 180px;
  padding-bottom: 30px;
  font-size: 18px;
}
section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td {
  vertical-align: top;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap {
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 30px 15px 15px;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap h3, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap h3, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap h3 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 21px;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table + h3, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table + h3, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table + h3 {
    margin-top: 30px;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tbody, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tbody, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tbody {
    list-style: none;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr {
    display: list-item;
    list-style: none;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td {
    display: list-item;
    list-style-type: none;
    padding-bottom: 15px;
    list-style: none;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr td {
    font-size: 12px;
    list-style: none;
    color: #555;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th {
    padding-right: 0px;
    list-style: none;
    width: 100%;
    font-size: 14px;
    list-style-type: none;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th br, section#main div.beautyWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th br, section#main div.kaatsuWrap div#hotYoga2020 div.yoga-program div.yoga-table-wrap table tr th br {
    display: none;
  }
}
section#main div.fitnessWrap div#hotYoga2020 .hot, section#main div.beautyWrap div#hotYoga2020 .hot, section#main div.kaatsuWrap div#hotYoga2020 .hot {
  background-color: #F3E9E5;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap, section#main div.beautyWrap div#hotYoga2020 div.ondWrap, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap {
  padding: 40px 30px 40px;
  align-self: center;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on {
  width: 10vw;
  height: 10vw;
  min-width: 70px;
  min-height: 70px;
  border-radius: 200px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
  flex-direction: column;
  color: #ffffff;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on span, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on span, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on span {
  width: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 150%;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on.s28, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on.s28, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on.s28 {
  background-color: #FFA429;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on.s28 span, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on.s28 span, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on.s28 span {
  font-size: 100%;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on.s30, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on.s30, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on.s30 {
  background-color: #8eb4ee;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on.s33, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on.s33, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on.s33 {
  background-color: #89C033;
}
section#main div.fitnessWrap div#hotYoga2020 div.ondWrap div.ond div.on.s36, section#main div.beautyWrap div#hotYoga2020 div.ondWrap div.ond div.on.s36, section#main div.kaatsuWrap div#hotYoga2020 div.ondWrap div.ond div.on.s36 {
  background-color: #E483A1;
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp, section#main div.beautyWrap div#hotYoga2020 div.emsExp, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
  min-height: 380px;
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp div.scheduleLink, section#main div.beautyWrap div#hotYoga2020 div.emsExp div.scheduleLink, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp div.scheduleLink {
  padding: 30px 0;
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp div.scheduleLink p a, section#main div.beautyWrap div#hotYoga2020 div.emsExp div.scheduleLink p a, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp div.scheduleLink p a {
  font-size: 21px;
}
@media screen and (max-width: 860px) {
  section#main div.fitnessWrap div#hotYoga2020 div.emsExp div.scheduleLink p a, section#main div.beautyWrap div#hotYoga2020 div.emsExp div.scheduleLink p a, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp div.scheduleLink p a {
    font-size: 16px;
  }
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp h2, section#main div.beautyWrap div#hotYoga2020 div.emsExp h2, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp h2 {
  text-transform: none;
  letter-spacing: 2px;
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp p, section#main div.beautyWrap div#hotYoga2020 div.emsExp p, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp p {
  max-width: 100%;
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp p + h2, section#main div.beautyWrap div#hotYoga2020 div.emsExp p + h2, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp p + h2 {
  margin-top: 60px;
}
section#main div.fitnessWrap div#hotYoga2020 div.emsExp ul li, section#main div.beautyWrap div#hotYoga2020 div.emsExp ul li, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp ul li {
  color: rgba(255, 255, 255, 0.7);
  list-style-type: disc;
  padding-left: 0.3em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#hotYoga2020 div.emsExp, section#main div.beautyWrap div#hotYoga2020 div.emsExp, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp {
    padding: 20px;
    min-height: inherit;
  }
  section#main div.fitnessWrap div#hotYoga2020 div.emsExp p + h2, section#main div.beautyWrap div#hotYoga2020 div.emsExp p + h2, section#main div.kaatsuWrap div#hotYoga2020 div.emsExp p + h2 {
    margin-top: 30px;
  }
}
section#main div.fitnessWrap div#emsDetails, section#main div.fitnessWrap div#emsPrice, section#main div.beautyWrap div#emsDetails, section#main div.beautyWrap div#emsPrice, section#main div.kaatsuWrap div#emsDetails, section#main div.kaatsuWrap div#emsPrice {
  background-color: #000;
  padding: 0;
  background-position: center bottom;
}
section#main div.fitnessWrap div#emsDetails p, section#main div.fitnessWrap div#emsPrice p, section#main div.beautyWrap div#emsDetails p, section#main div.beautyWrap div#emsPrice p, section#main div.kaatsuWrap div#emsDetails p, section#main div.kaatsuWrap div#emsPrice p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.7);
}
section#main div.fitnessWrap div#emsDetails h2, section#main div.fitnessWrap div#emsPrice h2, section#main div.beautyWrap div#emsDetails h2, section#main div.beautyWrap div#emsPrice h2, section#main div.kaatsuWrap div#emsDetails h2, section#main div.kaatsuWrap div#emsPrice h2 {
  color: #fff;
}
section#main div.fitnessWrap div#emsDetails p.lead, section#main div.fitnessWrap div#emsPrice p.lead, section#main div.beautyWrap div#emsDetails p.lead, section#main div.beautyWrap div#emsPrice p.lead, section#main div.kaatsuWrap div#emsDetails p.lead, section#main div.kaatsuWrap div#emsPrice p.lead {
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}
section#main div.fitnessWrap div#emsDetails div.emsDetailExp, section#main div.fitnessWrap div#emsPrice div.emsDetailExp, section#main div.beautyWrap div#emsDetails div.emsDetailExp, section#main div.beautyWrap div#emsPrice div.emsDetailExp, section#main div.kaatsuWrap div#emsDetails div.emsDetailExp, section#main div.kaatsuWrap div#emsPrice div.emsDetailExp {
  padding: 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#emsDetails div.emsDetailExp, section#main div.fitnessWrap div#emsPrice div.emsDetailExp, section#main div.beautyWrap div#emsDetails div.emsDetailExp, section#main div.beautyWrap div#emsPrice div.emsDetailExp, section#main div.kaatsuWrap div#emsDetails div.emsDetailExp, section#main div.kaatsuWrap div#emsPrice div.emsDetailExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#emsDetails img, section#main div.fitnessWrap div#emsPrice img, section#main div.beautyWrap div#emsDetails img, section#main div.beautyWrap div#emsPrice img, section#main div.kaatsuWrap div#emsDetails img, section#main div.kaatsuWrap div#emsPrice img {
  width: 100% !important;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets, section#main div.fitnessWrap div#emsPrice table.ems-tickets, section#main div.beautyWrap div#emsDetails table.ems-tickets, section#main div.beautyWrap div#emsPrice table.ems-tickets, section#main div.kaatsuWrap div#emsDetails table.ems-tickets, section#main div.kaatsuWrap div#emsPrice table.ems-tickets {
  margin: 15px auto 30px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets th, section#main div.fitnessWrap div#emsDetails table.ems-tickets td, section#main div.fitnessWrap div#emsPrice table.ems-tickets th, section#main div.fitnessWrap div#emsPrice table.ems-tickets td, section#main div.beautyWrap div#emsDetails table.ems-tickets th, section#main div.beautyWrap div#emsDetails table.ems-tickets td, section#main div.beautyWrap div#emsPrice table.ems-tickets th, section#main div.beautyWrap div#emsPrice table.ems-tickets td, section#main div.kaatsuWrap div#emsDetails table.ems-tickets th, section#main div.kaatsuWrap div#emsDetails table.ems-tickets td, section#main div.kaatsuWrap div#emsPrice table.ems-tickets th, section#main div.kaatsuWrap div#emsPrice table.ems-tickets td {
  padding: 8px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets th.recommend, section#main div.fitnessWrap div#emsDetails table.ems-tickets td.recommend, section#main div.fitnessWrap div#emsPrice table.ems-tickets th.recommend, section#main div.fitnessWrap div#emsPrice table.ems-tickets td.recommend, section#main div.beautyWrap div#emsDetails table.ems-tickets th.recommend, section#main div.beautyWrap div#emsDetails table.ems-tickets td.recommend, section#main div.beautyWrap div#emsPrice table.ems-tickets th.recommend, section#main div.beautyWrap div#emsPrice table.ems-tickets td.recommend, section#main div.kaatsuWrap div#emsDetails table.ems-tickets th.recommend, section#main div.kaatsuWrap div#emsDetails table.ems-tickets td.recommend, section#main div.kaatsuWrap div#emsPrice table.ems-tickets th.recommend, section#main div.kaatsuWrap div#emsPrice table.ems-tickets td.recommend {
  padding-top: 18px;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets th.recommend:before, section#main div.fitnessWrap div#emsDetails table.ems-tickets td.recommend:before, section#main div.fitnessWrap div#emsPrice table.ems-tickets th.recommend:before, section#main div.fitnessWrap div#emsPrice table.ems-tickets td.recommend:before, section#main div.beautyWrap div#emsDetails table.ems-tickets th.recommend:before, section#main div.beautyWrap div#emsDetails table.ems-tickets td.recommend:before, section#main div.beautyWrap div#emsPrice table.ems-tickets th.recommend:before, section#main div.beautyWrap div#emsPrice table.ems-tickets td.recommend:before, section#main div.kaatsuWrap div#emsDetails table.ems-tickets th.recommend:before, section#main div.kaatsuWrap div#emsDetails table.ems-tickets td.recommend:before, section#main div.kaatsuWrap div#emsPrice table.ems-tickets th.recommend:before, section#main div.kaatsuWrap div#emsPrice table.ems-tickets td.recommend:before {
  content: "人気のコース!";
  padding: 4px 12px;
  font-weight: bold;
  font-size: 8px;
  color: #000;
  background: yellow;
  border-radius: 30px;
  line-height: 1;
  position: absolute;
  left: -4px;
  top: 0;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets th.osusume, section#main div.fitnessWrap div#emsDetails table.ems-tickets td.osusume, section#main div.fitnessWrap div#emsPrice table.ems-tickets th.osusume, section#main div.fitnessWrap div#emsPrice table.ems-tickets td.osusume, section#main div.beautyWrap div#emsDetails table.ems-tickets th.osusume, section#main div.beautyWrap div#emsDetails table.ems-tickets td.osusume, section#main div.beautyWrap div#emsPrice table.ems-tickets th.osusume, section#main div.beautyWrap div#emsPrice table.ems-tickets td.osusume, section#main div.kaatsuWrap div#emsDetails table.ems-tickets th.osusume, section#main div.kaatsuWrap div#emsDetails table.ems-tickets td.osusume, section#main div.kaatsuWrap div#emsPrice table.ems-tickets th.osusume, section#main div.kaatsuWrap div#emsPrice table.ems-tickets td.osusume {
  padding-top: 18px;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets th.osusume:before, section#main div.fitnessWrap div#emsDetails table.ems-tickets td.osusume:before, section#main div.fitnessWrap div#emsPrice table.ems-tickets th.osusume:before, section#main div.fitnessWrap div#emsPrice table.ems-tickets td.osusume:before, section#main div.beautyWrap div#emsDetails table.ems-tickets th.osusume:before, section#main div.beautyWrap div#emsDetails table.ems-tickets td.osusume:before, section#main div.beautyWrap div#emsPrice table.ems-tickets th.osusume:before, section#main div.beautyWrap div#emsPrice table.ems-tickets td.osusume:before, section#main div.kaatsuWrap div#emsDetails table.ems-tickets th.osusume:before, section#main div.kaatsuWrap div#emsDetails table.ems-tickets td.osusume:before, section#main div.kaatsuWrap div#emsPrice table.ems-tickets th.osusume:before, section#main div.kaatsuWrap div#emsPrice table.ems-tickets td.osusume:before {
  content: "おすすめプラン!";
  padding: 4px 12px;
  font-weight: bold;
  font-size: 8px;
  color: #000;
  background: yellow;
  border-radius: 30px;
  line-height: 1;
  position: absolute;
  left: -4px;
  top: 0;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets tr td:first-child,
section#main div.fitnessWrap div#emsDetails table.ems-tickets tr th:first-child, section#main div.fitnessWrap div#emsPrice table.ems-tickets tr td:first-child,
section#main div.fitnessWrap div#emsPrice table.ems-tickets tr th:first-child, section#main div.beautyWrap div#emsDetails table.ems-tickets tr td:first-child,
section#main div.beautyWrap div#emsDetails table.ems-tickets tr th:first-child, section#main div.beautyWrap div#emsPrice table.ems-tickets tr td:first-child,
section#main div.beautyWrap div#emsPrice table.ems-tickets tr th:first-child, section#main div.kaatsuWrap div#emsDetails table.ems-tickets tr td:first-child,
section#main div.kaatsuWrap div#emsDetails table.ems-tickets tr th:first-child, section#main div.kaatsuWrap div#emsPrice table.ems-tickets tr td:first-child,
section#main div.kaatsuWrap div#emsPrice table.ems-tickets tr th:first-child {
  text-align: left;
}
section#main div.fitnessWrap div#emsDetails table.ems-tickets.type-2, section#main div.fitnessWrap div#emsPrice table.ems-tickets.type-2, section#main div.beautyWrap div#emsDetails table.ems-tickets.type-2, section#main div.beautyWrap div#emsPrice table.ems-tickets.type-2, section#main div.kaatsuWrap div#emsDetails table.ems-tickets.type-2, section#main div.kaatsuWrap div#emsPrice table.ems-tickets.type-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
section#main div.fitnessWrap div#emsDetails p.price, section#main div.fitnessWrap div#emsPrice p.price, section#main div.beautyWrap div#emsDetails p.price, section#main div.beautyWrap div#emsPrice p.price, section#main div.kaatsuWrap div#emsDetails p.price, section#main div.kaatsuWrap div#emsPrice p.price {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0em;
}
section#main div.fitnessWrap div#emsDetails p.price span, section#main div.fitnessWrap div#emsPrice p.price span, section#main div.beautyWrap div#emsDetails p.price span, section#main div.beautyWrap div#emsPrice p.price span, section#main div.kaatsuWrap div#emsDetails p.price span, section#main div.kaatsuWrap div#emsPrice p.price span {
  font-size: 12px;
}
section#main div.fitnessWrap div#kaatsuTraining, section#main div.beautyWrap div#kaatsuTraining, section#main div.kaatsuWrap div#kaatsuTraining {
  padding: 0;
  background-image: url(img/kaatsu/bg_kaatsu1.jpg);
  background-position: right top;
  background-size: contain;
}
section#main div.fitnessWrap div#kaatsuTraining p.lead, section#main div.beautyWrap div#kaatsuTraining p.lead, section#main div.kaatsuWrap div#kaatsuTraining p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#kaatsuTraining div.kaatsuExp, section#main div.beautyWrap div#kaatsuTraining div.kaatsuExp, section#main div.kaatsuWrap div#kaatsuTraining div.kaatsuExp {
  background-color: rgba(188, 225, 217, 0.8);
  color: #234c5a;
  padding: 80px 30px 40px;
  min-height: 480px;
}
section#main div.fitnessWrap div#kaatsuTraining div.kaatsuExp p, section#main div.beautyWrap div#kaatsuTraining div.kaatsuExp p, section#main div.kaatsuWrap div#kaatsuTraining div.kaatsuExp p {
  max-width: 100%;
  color: #333;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#kaatsuTraining div.kaatsuExp, section#main div.beautyWrap div#kaatsuTraining div.kaatsuExp, section#main div.kaatsuWrap div#kaatsuTraining div.kaatsuExp {
    padding: 20px;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#kaatsuTraining, section#main div.beautyWrap div#kaatsuTraining, section#main div.kaatsuWrap div#kaatsuTraining {
    background-image: none;
    background-color: rgb(188, 225, 217);
  }
  section#main div.fitnessWrap div#kaatsuTraining:before, section#main div.beautyWrap div#kaatsuTraining:before, section#main div.kaatsuWrap div#kaatsuTraining:before {
    content: "";
    width: 100%;
    height: 54vw;
    display: block;
    background-image: url(img/kaatsu/bg_kaatsu1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
section#main div.fitnessWrap p.price, section#main div.beautyWrap p.price, section#main div.kaatsuWrap p.price {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0em;
}
section#main div.fitnessWrap p.price span, section#main div.beautyWrap p.price span, section#main div.kaatsuWrap p.price span {
  font-size: 12px;
}
section#main div.fitnessWrap div#kaatsuDetails, section#main div.fitnessWrap div#kaatsuPrice, section#main div.beautyWrap div#kaatsuDetails, section#main div.beautyWrap div#kaatsuPrice, section#main div.kaatsuWrap div#kaatsuDetails, section#main div.kaatsuWrap div#kaatsuPrice {
  padding: 0;
  background-color: #ffffff;
  background-position: center bottom;
}
section#main div.fitnessWrap div#kaatsuDetails p.lead, section#main div.fitnessWrap div#kaatsuPrice p.lead, section#main div.beautyWrap div#kaatsuDetails p.lead, section#main div.beautyWrap div#kaatsuPrice p.lead, section#main div.kaatsuWrap div#kaatsuDetails p.lead, section#main div.kaatsuWrap div#kaatsuPrice p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#kaatsuDetails p.lead, section#main div.fitnessWrap div#kaatsuPrice p.lead, section#main div.beautyWrap div#kaatsuDetails p.lead, section#main div.beautyWrap div#kaatsuPrice p.lead, section#main div.kaatsuWrap div#kaatsuDetails p.lead, section#main div.kaatsuWrap div#kaatsuPrice p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#kaatsuDetails div.kaatsuDetailExp, section#main div.fitnessWrap div#kaatsuPrice div.kaatsuDetailExp, section#main div.beautyWrap div#kaatsuDetails div.kaatsuDetailExp, section#main div.beautyWrap div#kaatsuPrice div.kaatsuDetailExp, section#main div.kaatsuWrap div#kaatsuDetails div.kaatsuDetailExp, section#main div.kaatsuWrap div#kaatsuPrice div.kaatsuDetailExp {
  background-color: #ffffff;
  padding: 40px 30px 40px;
  margin-top: -280px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#kaatsuDetails div.kaatsuDetailExp, section#main div.fitnessWrap div#kaatsuPrice div.kaatsuDetailExp, section#main div.beautyWrap div#kaatsuDetails div.kaatsuDetailExp, section#main div.beautyWrap div#kaatsuPrice div.kaatsuDetailExp, section#main div.kaatsuWrap div#kaatsuDetails div.kaatsuDetailExp, section#main div.kaatsuWrap div#kaatsuPrice div.kaatsuDetailExp {
    padding: 20px;
    margin-top: 0;
  }
}
section#main div.fitnessWrap div#kaatsuDetails img, section#main div.fitnessWrap div#kaatsuPrice img, section#main div.beautyWrap div#kaatsuDetails img, section#main div.beautyWrap div#kaatsuPrice img, section#main div.kaatsuWrap div#kaatsuDetails img, section#main div.kaatsuWrap div#kaatsuPrice img {
  width: 100% !important;
}
section#main div.fitnessWrap div#fitnessWellness, section#main div.beautyWrap div#fitnessWellness, section#main div.kaatsuWrap div#fitnessWellness {
  padding: 0;
  background-image: url(img/training/bg_wellness1.jpg);
  background-position: center bottom;
}
section#main div.fitnessWrap div#fitnessWellness p.lead, section#main div.beautyWrap div#fitnessWellness p.lead, section#main div.kaatsuWrap div#fitnessWellness p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#fitnessWellness p.lead, section#main div.beautyWrap div#fitnessWellness p.lead, section#main div.kaatsuWrap div#fitnessWellness p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#fitnessWellness div.wellnessExp, section#main div.beautyWrap div#fitnessWellness div.wellnessExp, section#main div.kaatsuWrap div#fitnessWellness div.wellnessExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessWellness div.wellnessExp, section#main div.beautyWrap div#fitnessWellness div.wellnessExp, section#main div.kaatsuWrap div#fitnessWellness div.wellnessExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#fitnessBike, section#main div.beautyWrap div#fitnessBike, section#main div.kaatsuWrap div#fitnessBike {
  padding: 0;
  background-color: #ffffff;
  background-position: center bottom;
}
section#main div.fitnessWrap div#fitnessBike p.lead, section#main div.beautyWrap div#fitnessBike p.lead, section#main div.kaatsuWrap div#fitnessBike p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#fitnessBike p.lead, section#main div.beautyWrap div#fitnessBike p.lead, section#main div.kaatsuWrap div#fitnessBike p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#fitnessBike div.bikeExp, section#main div.beautyWrap div#fitnessBike div.bikeExp, section#main div.kaatsuWrap div#fitnessBike div.bikeExp {
  background-color: #ffffff;
  padding: 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessBike div.bikeExp, section#main div.beautyWrap div#fitnessBike div.bikeExp, section#main div.kaatsuWrap div#fitnessBike div.bikeExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#fitnessEms, section#main div.beautyWrap div#fitnessEms, section#main div.kaatsuWrap div#fitnessEms {
  padding: 0;
  background-color: #000;
  background-position: center bottom;
}
section#main div.fitnessWrap div#fitnessEms p.lead, section#main div.beautyWrap div#fitnessEms p.lead, section#main div.kaatsuWrap div#fitnessEms p.lead {
  text-align: left;
  color: rgba(255, 255, 255, 0.9) !important;
}
section#main div.fitnessWrap div#fitnessEms p.lead, section#main div.beautyWrap div#fitnessEms p.lead, section#main div.kaatsuWrap div#fitnessEms p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#fitnessEms div.EmsExp, section#main div.beautyWrap div#fitnessEms div.EmsExp, section#main div.kaatsuWrap div#fitnessEms div.EmsExp {
  background-color: #000;
  padding: 80px 30px 40px;
}
section#main div.fitnessWrap div#fitnessEms div.EmsExp h2, section#main div.beautyWrap div#fitnessEms div.EmsExp h2, section#main div.kaatsuWrap div#fitnessEms div.EmsExp h2 {
  color: #fff;
}
section#main div.fitnessWrap div#fitnessEms div.EmsExp p, section#main div.beautyWrap div#fitnessEms div.EmsExp p, section#main div.kaatsuWrap div#fitnessEms div.EmsExp p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessEms div.EmsExp, section#main div.beautyWrap div#fitnessEms div.EmsExp, section#main div.kaatsuWrap div#fitnessEms div.EmsExp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#fitnessOmnia8, section#main div.beautyWrap div#fitnessOmnia8, section#main div.kaatsuWrap div#fitnessOmnia8 {
  padding: 0;
  background-color: #ffffff;
  background-position: center bottom;
}
section#main div.fitnessWrap div#fitnessOmnia8 p.lead, section#main div.beautyWrap div#fitnessOmnia8 p.lead, section#main div.kaatsuWrap div#fitnessOmnia8 p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#fitnessOmnia8 p.lead, section#main div.beautyWrap div#fitnessOmnia8 p.lead, section#main div.kaatsuWrap div#fitnessOmnia8 p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#fitnessOmnia8 div.omnia8Exp, section#main div.beautyWrap div#fitnessOmnia8 div.omnia8Exp, section#main div.kaatsuWrap div#fitnessOmnia8 div.omnia8Exp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessOmnia8 div.omnia8Exp, section#main div.beautyWrap div#fitnessOmnia8 div.omnia8Exp, section#main div.kaatsuWrap div#fitnessOmnia8 div.omnia8Exp {
    padding: 20px;
  }
}
section#main div.fitnessWrap div#fitnessKaatsu, section#main div.beautyWrap div#fitnessKaatsu, section#main div.kaatsuWrap div#fitnessKaatsu {
  padding: 0;
}
section#main div.fitnessWrap div#fitnessKaatsu p.lead, section#main div.beautyWrap div#fitnessKaatsu p.lead, section#main div.kaatsuWrap div#fitnessKaatsu p.lead {
  text-align: left;
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuimg2, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuimg2, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuimg2 {
  background-image: url(img/kaatsu/img_kaatsu2.jpg);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuimg2, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuimg2, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuimg2 {
    height: 67vw;
  }
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox {
  padding: 30px;
  background-color: #333333;
  color: #ffffff;
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox h3, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox h3, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox h3 {
  font-family: inherit;
  font-weight: bold;
  margin-top: 0;
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p {
  color: rgb(148.5, 148.5, 148.5);
}
@media screen and (min-width: 768px) {
  section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p {
    max-width: 80%;
  }
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.lead, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.lead, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.lead {
  letter-spacing: 0;
  color: #ffffff;
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.price, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.price, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.price {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0em;
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.price span, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.price span, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.price span {
  font-size: 12px;
}
section#main div.fitnessWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.footnote, section#main div.beautyWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.footnote, section#main div.kaatsuWrap div#fitnessKaatsu div.kaatsuExp div.kaatsupersonalBox p.footnote {
  margin-bottom: 0;
}
section#main div.fitnessWrap div#fitnessKinesis, section#main div.beautyWrap div#fitnessKinesis, section#main div.kaatsuWrap div#fitnessKinesis {
  padding: 0;
  background-image: url(img/bg_kinesis2.jpg);
  background-size: 60%;
  background-position: right bottom;
}
section#main div.fitnessWrap div#fitnessKinesis p.lead, section#main div.beautyWrap div#fitnessKinesis p.lead, section#main div.kaatsuWrap div#fitnessKinesis p.lead {
  text-align: left;
  color: #7b7b7b !important;
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp {
  background-color: #ffffff;
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox {
  padding: 80px 30px 40px;
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox p, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox p, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox p {
  max-width: 100%;
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox {
  padding: 30px;
  background-color: #333333;
  color: #ffffff;
  background-color: #dea346;
  color: #ffffff;
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p {
  max-width: 100%;
  color: white !important;
}
@media screen and (min-width: 768px) {
  section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p {
    max-width: 80%;
  }
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p.lead, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p.lead, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p.lead, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p.lead, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox p.lead, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox p.lead {
  color: white !important;
}
section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox h3, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox h3, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox h3, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox h3, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox h3, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kaatsupersonalBox h3 {
  font-family: inherit;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div#fitnessKinesis, section#main div.beautyWrap div#fitnessKinesis, section#main div.kaatsuWrap div#fitnessKinesis {
    padding-top: 100vw;
    background-position: 0 -30vw;
    background-size: 100%;
  }
  section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox, section#main div.fitnessWrap div#fitnessKinesis div.kinesisExp kaatsupersonalBox, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox, section#main div.beautyWrap div#fitnessKinesis div.kinesisExp kaatsupersonalBox, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.kinesisInnerBox, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp div.bodyDesignBox, section#main div.kaatsuWrap div#fitnessKinesis div.kinesisExp kaatsupersonalBox {
    padding: 30px;
  }
}
section#main div.fitnessWrap div.fitnessOthers, section#main div.beautyWrap div.fitnessOthers, section#main div.kaatsuWrap div.fitnessOthers {
  padding: 0;
}
section#main div.fitnessWrap div.fitnessOthers p.lead, section#main div.beautyWrap div.fitnessOthers p.lead, section#main div.kaatsuWrap div.fitnessOthers p.lead {
  text-align: left;
}
section#main div.fitnessWrap div.fitnessOthers h2, section#main div.beautyWrap div.fitnessOthers h2, section#main div.kaatsuWrap div.fitnessOthers h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div.fitnessOthers h2, section#main div.beautyWrap div.fitnessOthers h2, section#main div.kaatsuWrap div.fitnessOthers h2 {
    font-size: 18px;
  }
}
section#main div.fitnessWrap div.fitnessOthers p.price, section#main div.beautyWrap div.fitnessOthers p.price, section#main div.kaatsuWrap div.fitnessOthers p.price {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0em;
}
section#main div.fitnessWrap div.fitnessOthers p.price span, section#main div.beautyWrap div.fitnessOthers p.price span, section#main div.kaatsuWrap div.fitnessOthers p.price span {
  font-size: 12px;
}
section#main div.fitnessWrap div.fitnessOthers div.adidasExp, section#main div.beautyWrap div.fitnessOthers div.adidasExp, section#main div.kaatsuWrap div.fitnessOthers div.adidasExp {
  background-color: #ffffff;
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div.fitnessOthers div.adidasExp, section#main div.beautyWrap div.fitnessOthers div.adidasExp, section#main div.kaatsuWrap div.fitnessOthers div.adidasExp {
    padding: 30px;
  }
}
section#main div.fitnessWrap div.fitnessOthers div.otherExp, section#main div.beautyWrap div.fitnessOthers div.otherExp, section#main div.kaatsuWrap div.fitnessOthers div.otherExp {
  background-color: #ffffff;
  padding: 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  section#main div.fitnessWrap div.fitnessOthers div.otherExp, section#main div.beautyWrap div.fitnessOthers div.otherExp, section#main div.kaatsuWrap div.fitnessOthers div.otherExp {
    padding: 0 30px 20px;
  }
  section#main div.fitnessWrap div.fitnessOthers div.otherExp h2, section#main div.beautyWrap div.fitnessOthers div.otherExp h2, section#main div.kaatsuWrap div.fitnessOthers div.otherExp h2 {
    font-size: 14px;
  }
  section#main div.fitnessWrap div.fitnessOthers div.otherExp.p15, section#main div.beautyWrap div.fitnessOthers div.otherExp.p15, section#main div.kaatsuWrap div.fitnessOthers div.otherExp.p15 {
    padding-top: 15px;
  }
}
section#main div#kidsWrap {
  background-color: yellow;
  padding: 20px;
}
section#main div#kidsWrap div.contKids {
  min-height: 540px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  margin-top: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#main div#kidsWrap div.contKids img.usagi {
  position: absolute;
}
section#main div#kidsWrap div.contKids img.usagi.usagi1 {
  top: -140px;
  right: 40px;
}
section#main div#kidsWrap div.contKids img.usagi.usagi2 {
  top: -118px;
  left: 50px;
}
section#main div#kidsWrap div.contKids img.usagi.usagi3 {
  top: -145px;
  right: 10px;
}
section#main div#kidsWrap div.contKids img.usagi.usagi4 {
  top: -150px;
  left: 30px;
}
section#main div#kidsWrap div.contKids h2.h2Center {
  font-family: "heisei-maru-gothic-std", sans-serif;
  color: #ffffff;
}
section#main div#kidsWrap div.contKids h2.h2Center span {
  display: block;
  color: rgb(178.5, 178.5, 178.5);
  font-size: 70%;
  margin-bottom: 0.3em;
}
section#main div#kidsWrap div.contKids p {
  color: rgba(255, 255, 255, 0.85);
  margin-left: 0.3em;
  letter-spacing: 0.1em;
}
section#main div#kidsWrap div.contKids p.kidsSub {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: bold;
  margin-left: 0.3em;
}
section#main div#kidsWrap div.contKids p.kidsSub + p {
  margin-top: 3em;
}
section#main div#kidsWrap div.contKids p + div.schoolDetail {
  margin-top: 3em;
}
section#main div#kidsWrap div.contKids h3 {
  color: #ffffff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 32px;
  border-top: 1px dotted rgba(255, 255, 255, 0.6);
  padding-top: 1em;
}
section#main div#kidsWrap div.contKids h3 span.taisho {
  font-size: 13px;
  padding: 0.4em 0.8em;
  background-color: #ffffff;
  border-radius: 60px;
  vertical-align: 35%;
  color: #333333;
}
section#main div#kidsWrap div.contKids h3 span.hosoku {
  padding: 0;
  background-color: none;
  font-size: 13px;
  margin-left: 1em;
}
section#main div#kidsWrap div.contKids div.schoolDetail {
  padding: 0 0;
  margin: 0 0.5em 20px;
  color: #ffffff;
}
section#main div#kidsWrap div.contKids div.schoolDetail dl dt {
  font-size: 14px;
  margin-bottom: 0.5em;
  font-weight: normal;
}
section#main div#kidsWrap div.contKids div.schoolDetail dl dd span.price {
  font-size: 28px;
}
section#main div#kidsWrap div.contKids div.schoolDetail dl dd span.beginner {
  font-size: 10px;
}
section#main div#kidsWrap div.contKids.contSoccer {
  background-image: url(img/kids/bg_school_soccer.jpg);
}
section#main div#kidsWrap div.contKids.contSoccer p.kidsSub {
  color: rgb(193.0875, 227.7, 165.3);
}
section#main div#kidsWrap div.contKids.contDance {
  background-image: url(img/kids/bg_school_dance.jpg);
}
section#main div#kidsWrap div.contKids.contDance p.kidsSub {
  color: rgb(249.6153846154, 218.3846153846, 230.6615384615);
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox {
  margin-top: 110px;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 20px;
  border-radius: 12px;
  color: #ffffff;
  position: relative;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenJikan {
  color: #ffff66;
  text-align: center;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenDetail {
  font-size: 13px;
  margin-bottom: 0;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenDetail dt {
  font-weight: bold;
  margin-bottom: 0.3em;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenDetail dd {
  margin-bottom: 0.8em;
  font-size: 11px;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox img.taikenDate {
  position: absolute;
  right: -60px;
  top: -40px;
  width: 80px;
  height: 80px;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox img.taikenDate img {
  width: 80px;
  height: auto;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox h3 {
  text-align: center;
  border-top: none;
  margin: 0 auto 0.5em;
  padding: 5px 0 0;
  font-size: 30px;
  line-height: 0.8;
  color: yellow;
  letter-spacing: 0.1em;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox h3 span {
  font-size: 14px;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  color: #ffffff;
  margin-left: 0;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.taikenTitle {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.5em;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.date {
  color: yellow;
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: center;
  font-size: 32px;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.date span {
  font-size: 16px;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.footNote {
  font-size: 11px;
  margin-bottom: 0;
  margin-left: 0.6em;
  text-indent: -0.6em;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.yoyakuTel {
  font-size: 19px;
  text-align: center;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.yoyakuTel a {
  color: yellow;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.yoyakuTel span.glyphicons {
  margin-right: 0.2em;
}
section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.uketsuke {
  text-align: center;
  font-size: 12px;
}
section#main div#kidsWrap div.contKids.contDoubledutch {
  background-image: url(img/kids/bg_school_doubledutch.jpg);
}
section#main div#kidsWrap div.contKids.contDoubledutch p.kidsSub {
  color: rgb(186.3695652174, 213.4869565217, 246.6304347826);
}
section#main div#kidsWrap div.contKids.contBaseball {
  background-image: url(img/kids/bg_school_baseball.jpg);
  margin-bottom: 0;
}
section#main div#kidsWrap div.contKids.contBaseball p.kidsSub {
  color: rgb(186.3695652174, 213.4869565217, 246.6304347826);
}
section#main div#kidsWrap div.contKids div.koshiDetail {
  padding: 0;
}
section#main div#kidsWrap div.contKids div.koshiDetail div.koshiPic img {
  width: 100%;
  height: auto;
  border-radius: 400px;
  border: 2px solid #ffffff;
  margin-top: 0px;
}
section#main div#kidsWrap div.contKids div.koshiDetail dl {
  color: #ffffff;
}
section#main div#kidsWrap div.contKids div.koshiDetail dl dt span.koshiName {
  font-size: 24px;
  margin-bottom: 1em;
}
section#main div#kidsWrap div.contKids div.koshiDetail dl dd {
  font-size: 11px;
  margin-bottom: 1em;
}
section#main div#kidsWrap div.contKids div.koshiDetail dl dd.koshiComment {
  background-color: #ffffff;
  color: #333333;
  padding: 0.6em 0.8em;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
}
section#main div#kidsWrap div.contKids div.koshiDetail dl dd.koshiComment:before {
  width: 0px;
  height: 0px;
  content: "";
  border: 8px solid transparent;
  border-right: 18px solid #ffffff;
  position: absolute;
  left: -24px;
  top: 1em;
}
@media screen and (max-width: 767px) {
  section#main div#kidsWrap div.contKids {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    background-size: contain;
    background-position: 0 100px;
  }
  section#main div#kidsWrap div.contKids div.koshiDetail div.koshiPic img {
    width: 100%;
    height: auto;
    border-radius: 400px;
    border: 2px solid #ffffff;
  }
  section#main div#kidsWrap div.contKids div.koshiDetail dl dt span.koshiName {
    font-size: 20px;
  }
  section#main div#kidsWrap div.contKids div.koshiDetail dl dd.koshiComment {
    border-radius: 4px;
    color: #333333;
    border: 1px solid yellow;
  }
  section#main div#kidsWrap div.contKids div.koshiDetail dl dd.koshiComment:before {
    content: "コメント";
    display: block;
    height: inherit;
    width: 6em;
    border: none;
    color: #ffffff;
    padding: 0.2em 0.4em;
    left: -7em;
  }
  section#main div#kidsWrap div.contKids h3 {
    font-size: 24px;
  }
  section#main div#kidsWrap div.contKids h3 span.taisho {
    display: block;
    background-color: transparent;
    padding: 0.5em 0 0 0.1em;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
  }
  section#main div#kidsWrap div.contKids h3 span.hosoku {
    color: rgba(255, 255, 255, 0.8);
  }
  section#main div#kidsWrap div.contKids div.schoolDetail {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #333333;
    margin: 0 0 30px;
  }
  section#main div#kidsWrap div.contKids div.schoolDetail:last-child {
    margin-bottom: 0;
  }
  section#main div#kidsWrap div.contKids div.schoolDetail dl {
    margin-bottom: 0;
  }
  section#main div#kidsWrap div.contKids div.schoolDetail dl dt {
    font-size: 12px;
    line-height: 1.6;
  }
  section#main div#kidsWrap div.contKids div.schoolDetail dl dd span.beginner {
    display: block;
  }
  section#main div#kidsWrap div.contKids p {
    line-height: 1.3;
    margin-bottom: 1em;
    font-size: 11px;
  }
  section#main div#kidsWrap div.contKids p br {
    display: none;
  }
  section#main div#kidsWrap div.contKids p + div.schoolDetail {
    margin-top: 0em;
  }
  section#main div#kidsWrap div.contKids p.kidsSub {
    margin: 0;
  }
  section#main div#kidsWrap div.contKids p.kidsSub + p {
    margin-top: 2em;
  }
  section#main div#kidsWrap div.contKids h2.h2Center {
    background-color: transparent;
    padding-top: 0;
    margin-top: -1em;
    margin-bottom: 0;
  }
  section#main div#kidsWrap div.contKids h2.h2Center span {
    font-size: 10px;
    padding-bottom: 0.4em;
  }
  section#main div#kidsWrap div.contKids h2.h2Center:after {
    width: 100%;
    height: 180px;
    content: "";
    background-size: contain;
    display: inline-block;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  section#main div#kidsWrap div.contKids.contSoccer {
    background-image: none;
    background-color: #71b838;
  }
  section#main div#kidsWrap div.contKids.contSoccer h2.h2Center:after {
    background-image: url(img/kids/bg_kids_1sp.jpg);
  }
  section#main div#kidsWrap div.contKids.contDance {
    background-color: #e6558e;
    background-image: none;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox {
    margin-top: 20px;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.yoyakuTel {
    font-size: 27px;
    margin-bottom: 0;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.uketsuke {
    font-size: 14px;
    margin-bottom: 2em;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.date {
    font-size: 38px;
    margin-bottom: 0.2em;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox p.date span {
    font-size: 19px;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenJikan {
    font-size: 18px;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenDetail dt {
    font-size: 16px;
  }
  section#main div#kidsWrap div.contKids.contDance div.taikenkaiBox dl.taikenDetail dd {
    font-size: 14px;
  }
  section#main div#kidsWrap div.contKids.contDance h3:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  section#main div#kidsWrap div.contKids.contDance h2.h2Center:after {
    background-image: url(img/kids/bg_kids_2sp.jpg);
  }
  section#main div#kidsWrap div.contKids.contDoubledutch {
    background-color: #3283E6;
    background-image: none;
  }
  section#main div#kidsWrap div.contKids.contDoubledutch h3:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  section#main div#kidsWrap div.contKids.contDoubledutch h2.h2Center:after {
    background-image: url(img/kids/bg_kids_3sp.jpg);
  }
  section#main div#kidsWrap div.contKids.contBaseball {
    background-color: #f19716;
    background-image: none;
  }
  section#main div#kidsWrap div.contKids.contBaseball h3:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  section#main div#kidsWrap div.contKids.contBaseball h2.h2Center:after {
    background-image: url(img/kids/bg_kids_4sp.jpg);
  }
}
section#main div#schoolWrap div.contSchool {
  padding-top: 60px;
  min-height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#main div#schoolWrap div.contSchool div.schoolDetail {
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#main div#schoolWrap div.contSchool div.schoolDetail dl dt {
  font-size: 16px;
  margin-bottom: 0.5em;
}
section#main div#schoolWrap div.contSchool div.schoolDetail dl dd span.price {
  font-size: 28px;
}
section#main div#schoolWrap div.contSchool div.schoolDetail dl dd span.beginner {
  font-size: 10px;
}
section#main div#schoolWrap div.contSchool div.koshiDetail {
  padding: 0;
}
section#main div#schoolWrap div.contSchool div.koshiDetail div.koshiPic img {
  width: 100%;
  height: auto;
  border-radius: 400px;
  border: 2px solid #ffffff;
  margin-top: 0px;
}
section#main div#schoolWrap div.contSchool div.koshiDetail dl dt span.koshiName {
  font-size: 24px;
  margin-bottom: 1em;
}
section#main div#schoolWrap div.contSchool div.koshiDetail dl dd {
  font-size: 11px;
  margin-bottom: 1em;
}
section#main div#schoolWrap div.contSchool div.koshiDetail dl dd.koshiComment {
  background-color: #ffffff;
  color: #333333;
  padding: 0.6em 0.8em;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
}
section#main div#schoolWrap div.contSchool div.koshiDetail dl dd.koshiComment:before {
  width: 0px;
  height: 0px;
  content: "";
  border: 8px solid transparent;
  border-right: 18px solid #ffffff;
  position: absolute;
  left: -24px;
  top: 1em;
}
section#main div#schoolWrap div.contSchool p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 2em;
}
section#main div#schoolWrap div.contSchool.contHotyoga {
  background-image: url(img/school/bg_school_hotyoga.jpg);
}
section#main div#schoolWrap div.contSchool.contTaikyokuken {
  background-image: url(img/school/bg_school_taikyokuken.jpg);
  min-height: 840px;
}
section#main div#schoolWrap div.contSchool.contHuladance {
  background-image: url(img/school/bg_school_huladance.jpg);
}
@media screen and (max-width: 767px) {
  section#main div#schoolWrap div.contSchool {
    padding-top: 0px;
    position: relative;
    background-size: contain;
    background-position: 0 100px;
  }
  section#main div#schoolWrap div.contSchool div.schoolDetail {
    padding: 20px;
    background-color: #f4a07c;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  section#main div#schoolWrap div.contSchool div.schoolDetail dl {
    margin-bottom: 0;
  }
  section#main div#schoolWrap div.contSchool div.schoolDetail dl dd span.beginner {
    display: block;
  }
  section#main div#schoolWrap div.contSchool div.koshiDetail div.koshiPic img {
    width: 100%;
    height: auto;
    border-radius: 400px;
    border: 2px solid #ffffff;
  }
  section#main div#schoolWrap div.contSchool div.koshiDetail dl dd.koshiComment {
    border-radius: 4px;
    color: #333333;
    border: 1px solid #f4a07c;
  }
  section#main div#schoolWrap div.contSchool div.koshiDetail dl dd.koshiComment:before {
    content: "講師からのコメント";
    display: block;
    height: inherit;
    width: 6em;
    border: none;
    padding: 0.2em 0.4em;
    left: -7em;
  }
  section#main div#schoolWrap div.contSchool h2.h2Center {
    margin-bottom: 0px;
  }
  section#main div#schoolWrap div.contSchool p {
    line-height: 1.3;
    margin-bottom: 1em;
    font-size: 11px;
  }
  section#main div#schoolWrap div.contSchool p br {
    display: none;
  }
  section#main div#schoolWrap div.contSchool.contHotyoga {
    min-height: inherit;
    background-image: none;
  }
  section#main div#schoolWrap div.contSchool.contHotyoga h2.h2Center {
    font-size: 21px;
    background-color: #ffffff;
    color: #430306 !important;
  }
  section#main div#schoolWrap div.contSchool.contHotyoga h2.h2Center:after {
    width: 100%;
    height: 180px;
    content: "";
    background-image: url(img/school/bg_school_hotyoga.jpg);
    background-size: contain;
    display: inline-block;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  section#main div#schoolWrap div.contSchool.contTaikyokuken {
    min-height: inherit;
    background-image: none;
  }
  section#main div#schoolWrap div.contSchool.contTaikyokuken h2.h2Center {
    font-size: 21px;
    background-color: #ffffff;
    color: #430306 !important;
  }
  section#main div#schoolWrap div.contSchool.contTaikyokuken h2.h2Center:after {
    width: 100%;
    height: 180px;
    content: "";
    background-image: url(img/school/bg_school_taikyokuken.jpg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px 0;
  }
  section#main div#schoolWrap div.contSchool.contHuladance {
    min-height: inherit;
    background-image: none;
  }
  section#main div#schoolWrap div.contSchool.contHuladance h2.h2Center {
    font-size: 21px;
    background-color: #ffffff;
    color: #430306 !important;
  }
  section#main div#schoolWrap div.contSchool.contHuladance h2.h2Center:after {
    width: 100%;
    height: 180px;
    content: "";
    background-image: url(img/school/bg_school_huladance.jpg);
    background-size: contain;
    display: inline-block;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  section#main div#schoolWrap {
    background-color: #ffffff;
  }
}
section#main div#yogaWrap {
  background-color: #F3E9E5;
  padding-top: 0;
  padding-bottom: 0;
}
section#main div#yogaWrap p {
  color: #430306;
}
section#main div#yogaWrap div#yogaWrapper {
  padding-top: 40px;
  background-image: url(img/bg_hotoyoga.png);
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  section#main div#yogaWrap div#yogaWrapper {
    background-position: center -90px;
  }
}
@media screen and (min-width: 1500px) {
  section#main div#yogaWrap div#yogaWrapper {
    background-position: center -190px;
  }
}
@media screen and (min-width: 2000px) {
  section#main div#yogaWrap div#yogaWrapper {
    background-position: center -250px;
  }
}
section#main div#yogaWrap h2.h2Center {
  color: #ffffff;
  letter-spacing: 0em;
  padding-top: 0;
}
@media screen and (max-width: 757px) {
  section#main div#yogaWrap h2.h2Center {
    padding-top: 0.8em;
  }
}
section#main div#yogaWrap p.lead {
  text-align: center;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 14px;
}
section#main div#yogaWrap p.lead span {
  color: yellow;
}
section#main div#yogaWrap p.lead span i {
  color: #ffffff;
}
section#main div#yogaWrap p.lead span i.fa-inverse {
  color: #430306;
}
@media screen and (max-width: 767px) {
  section#main div#yogaWrap p.lead {
    color: #430306;
  }
}
section#main div#yogaWrap h3 {
  margin-top: 5em;
  margin-bottom: 2em;
  text-align: center;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
section#main div#yogaWrap h3 span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
section#main div#yogaWrap h3.hiroiStudio {
  text-align: center;
  margin-top: 70px;
}
section#main div#yogaWrap div.yoga3 {
  margin-bottom: 80px;
}
section#main div#yogaWrap div.yoga3 h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  font-size: 16px;
}
section#main div#yogaWrap div.yoga3 p {
  line-height: 1.5;
  font-style: inherit;
  font-size: 12px;
  margin: 1em 1em 0;
}
section#main div#yogaWrap div#yogaImageFull {
  background-image: url(img/bg_n5.jpg);
  background-size: cover;
  width: 100%;
  min-height: 400px;
  padding: 120px 0 40px;
  background-position: center top;
}
section#main div#yogaWrap div.yogaDetails {
  padding: 40px 0 30px;
}
section#main div#yogaWrap div.yogaDetails h2.h2Center {
  color: #430306;
}
section#main div#yogaWrap div.yogaDetails p.lead {
  margin-bottom: 3em;
  color: #430306;
}
section#main div#yogaWrap div.yogaDetails p.facilitySchedule {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  section#main div#yogaWrap div.yogaDetails div.row-eq-height div.col-sm-6 {
    margin-bottom: 30px;
  }
}
section#main div#yogaWrap div.yogaDetails h4 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: #C0C0C0;
}
section#main div#yogaWrap div.yogaDetails h4.s30:before {
  content: "● ";
  font-size: 12px;
  color: #8eb4ee;
}
section#main div#yogaWrap div.yogaDetails h4.s33:before {
  content: "● ";
  font-size: 12px;
  color: #89C033;
}
section#main div#yogaWrap div.yogaDetails h4.s36:before {
  content: "● ";
  font-size: 12px;
  color: #E483A1;
}
section#main div#yogaWrap div.yogaDetails h4 .d30 {
  color: #8eb4ee;
  font-size: 11px;
}
section#main div#yogaWrap div.yogaDetails h4 .d33 {
  color: #89C033;
  font-size: 11px;
}
section#main div#yogaWrap div.yogaDetails h4 .d36 {
  color: #E483A1;
  font-size: 11px;
}
section#main div#yogaWrap div.yogaDetails h4 span.sub {
  color: #333333;
  font-size: 13px;
  margin-left: 0.3em;
  letter-spacing: 0;
}
section#main div#yogaWrap div.yogaDetails h4 span.mins {
  font-size: 16px;
  color: #7b7b7b;
  margin-left: 0.3em;
  letter-spacing: 0;
  margin-right: 1em;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 2em;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon span {
  display: none;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border-radius: 200px;
  background-color: red;
  padding-top: 1.5em;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon span.s30 {
  background-color: #8eb4ee;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon span.s33 {
  background-color: #89C033;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon span.s36 {
  background-color: #E483A1;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon span.s60 {
  background-color: #1676BA;
}
section#main div#yogaWrap div.yogaDetails div.shitsuon span span {
  display: inherit;
  padding-top: 0;
  width: inherit;
  border-radius: 0px;
  font-size: 19px;
  background-color: transparent;
}
section#main div#yogaWrap div.yogaDetails p.yogaSub {
  margin-top: -20px;
}
section#main div#yogaWrap div.yogaDetails p.yogaEx {
  margin-bottom: 3em;
  width: 89%;
  line-height: 1.4;
  color: #7b7b7b;
}
section#main div#yogaWrap div.yogaDetails p.yogaEx span.fog {
  font-size: 11px;
}
section#main div#yogaWrap div.yoga2wrap {
  padding-top: 0px;
}
section#main div#yogaWrap div.yoga2wrap div.yoga2 {
  padding: 20px;
}
section#main div#yogaWrap div.yoga2wrap div.yoga2 div.yoga2Inner {
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45);
}
section#main div#yogaWrap div.yoga2wrap div.yoga2 h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  font-size: 22px;
}
section#main div#yogaWrap div.yoga2wrap div.yoga2 p {
  line-height: 1.5;
  font-style: inherit;
  font-size: 14px;
  font-family: inherit;
  margin-bottom: 0;
  min-height: 8em;
}
@media screen and (max-width: 767px) {
  section#main div#yogaWrap {
    background-size: contain;
    background-position: 0px 130px;
  }
  section#main div#yogaWrap div.yogaDetails {
    padding-bottom: 0;
    padding-top: 0;
  }
  section#main div#yogaWrap div.yogaDetails div.col-12 {
    border-bottom: 1px solid #beb0aa;
  }
  section#main div#yogaWrap div.yogaDetails div.shitsuon {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
  }
  section#main div#yogaWrap div.yogaDetails div.shitsuon div.row div.col-xs-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  section#main div#yogaWrap div.yogaDetails div.shitsuon span {
    display: none;
    color: #ffffff;
    text-align: center;
    width: 100%;
    border-radius: 200px;
    background-color: red;
    padding-top: 0.5em;
  }
  section#main div#yogaWrap div.yogaDetails div.shitsuon span span {
    display: inherit;
    padding-top: 0;
    width: inherit;
    border-radius: 0px;
    font-size: 15px;
    background-color: transparent;
  }
  section#main div#yogaWrap div.yogaDetails h2.h2Center {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#main div#yogaWrap div.yogaDetails p.lead {
    margin-bottom: 0;
  }
  section#main div#yogaWrap div.yogaDetails p.facilitySchedule {
    margin-bottom: 2em;
  }
  section#main div#yogaWrap div.yogaDetails h4 {
    font-size: 21px;
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
  section#main div#yogaWrap div.yogaDetails h4 span.sub {
    color: #333333;
    display: block;
    font-size: 13px;
    margin-left: 1.5em;
    letter-spacing: 0;
    padding-top: 0.5em;
  }
  section#main div#yogaWrap div.yogaDetails h4 span.mins {
    position: absolute;
    right: 0;
    top: 0.5em;
    font-size: 14px;
    margin-right: 0;
  }
  section#main div#yogaWrap div.yogaDetails p.yogaSub {
    margin-top: -18px;
  }
  section#main div#yogaWrap div.yogaDetails p.yogaEx {
    margin-bottom: 20px;
  }
  section#main div#yogaWrap div#yogaWrapper {
    padding-top: 0px;
    background-image: none;
  }
  section#main div#yogaWrap h2.h2Center {
    position: static;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 0px 10px;
    padding: 12px 15px 10px;
    font-size: 19px;
    text-align: center;
    color: #ffffff;
    background-color: #602625;
  }
  section#main div#yogaWrap p.lead {
    position: static;
    text-align: center;
    color: #430306;
  }
  section#main div#yogaWrap p.lead span {
    color: red;
  }
  section#main div#yogaWrap p.lead br {
    display: inherit;
  }
  section#main div#yogaWrap h3 {
    margin-top: 20px;
    font-size: 16px;
    padding: 0 15px;
  }
  section#main div#yogaWrap h3.hiroiStudio {
    margin-top: 2em;
    text-align: center;
    padding-left: 0;
  }
  section#main div#yogaWrap div.yoga3 {
    margin-bottom: 0;
  }
  section#main div#yogaWrap div.yoga3 h4 {
    font-size: 18px;
  }
  section#main div#yogaWrap div.yoga3 h4 + p {
    margin-bottom: 20px;
  }
  section#main div#yogaWrap div.yoga3 p {
    font-size: 14px;
    margin: 1em 0 0;
  }
  section#main div#yogaWrap div.yoga2wrap div.yoga2 {
    padding-bottom: 0;
  }
  section#main div#yogaWrap div.yoga2wrap div.yoga2 h4 {
    font-size: 18px;
  }
  section#main div#yogaWrap div.yoga2wrap div.yoga2 p {
    min-height: inherit;
  }
  section#main div#yogaWrap div.yoga2wrap div.yoga2 div.yoga2Inner {
    padding: 0;
    background-color: transparent;
  }
  section#main div#yogaWrap p.facilitySchedule {
    margin-top: 2em;
  }
  section#main div#yogaWrap div#yogaImageFull {
    padding-top: 0;
    background-image: none;
  }
  section#main div#yogaWrap div#yogaImageFull:before {
    content: "";
    display: block;
    background-image: url(img/bg_n5.jpg);
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: 0 top;
  }
}
section#main div#topBoxes {
  min-width: 970px;
  background-color: #ffffff;
}
section#main div#topBoxes div.container-fluid {
  height: inherit;
}
section#main div#topBoxes div.no-gutter {
  text-align: center;
}
section#main div#topBoxes div.no-gutter div.topboxInner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.54);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
section#main div#topBoxes div.no-gutter div.topboxInner a {
  color: #ffffff;
  height: 33.33vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
section#main div#topBoxes div.no-gutter div.topboxInner h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0;
}
section#main div#topBoxes div.no-gutter div.topboxInner h2 span {
  display: block;
  font-size: 13px;
  padding-top: 2em;
  margin-bottom: 1.5em;
}
section#main div#topBoxes div.no-gutter div.topboxInner p {
  font-size: 14px;
  margin: 0 15px;
}
section#main div#topBoxes div.no-gutter div#topboxFitness {
  background-image: url(img/topbox_fitness.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxBeauty {
  background-image: url(img/topbox_beauty_2023.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxYoga {
  background-image: url(img/topbox_yoga_2023.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxFacility {
  background-image: url(img/topbox_facility.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxAbout {
  background-image: url(img/topbox_about.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxBodydesign {
  background-image: url(img/topbox_bodydesign.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxKaatsu {
  background-image: url(img/topbox_kaatsu.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxHealing {
  background-image: url(img/topbox_school.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxBike {
  background-image: url(img/facility/topbox_bike.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxEms {
  background-image: url(img/ems/topbox_ems.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxPersonal {
  background-image: url(img/topbox_personal_2023.jpg);
}
section#main div#topBoxes div.no-gutter div#topboxPilates {
  background-image: url(img/pilates/topboxPilates.jpg?2);
}
section#main div#topBoxes div.kidsBox {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  section#main div#topBoxes {
    min-width: inherit;
  }
  section#main div#topBoxes div.no-gutter div.topboxInner a {
    height: inherit;
    display: block;
    padding: 40px 0;
  }
  section#main div#topBoxes div.no-gutter div.topboxInner a h2 span {
    margin-bottom: 0;
    padding-top: 15px;
  }
  section#main div#topBoxes div.no-gutter div.topboxInner a p {
    padding: 15px 0 0px;
  }
  section#main div#topBoxes div.no-gutter #topboxAbout {
    display: none;
  }
  section#main div#topBoxes div.kidsBox div:first-child {
    margin-bottom: 20px;
  }
}
section#main div#bannerBoxes {
  background-color: #ffffff;
}
section#main div#bannerBoxes div.topBannerBox {
  padding-top: 60px;
}
section#main div#bannerBoxes div.topBannerBox div.col a {
  margin-bottom: 30px;
  display: block;
  max-width: 480px;
  text-align: left;
  font-size: 13px;
  color: #333;
}
section#main div#bannerBoxes div.topBannerBox div.col a img {
  margin: 0 auto 15px;
}
section#main div#bannerBoxes div.topBannerBox div.col a p {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  section#main div#bannerBoxes div.topBannerBox {
    padding-top: 15px;
  }
  section#main div#bannerBoxes div.topBannerBox div.col a {
    max-width: none;
    width: 100%;
    margin-bottom: 45px;
    font-size: 12px;
  }
  section#main div#bannerBoxes div.topBannerBox div.col a img {
    margin-bottom: 15px;
  }
}
section#main div#topNews {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
  color: #ffffff;
}
section#main div#topNews h2.h2Center {
  color: #333333;
}
section#main div#topNews ul.row {
  font-size: 13px;
  color: #ffffff;
}
section#main div#topNews ul.row li {
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-left: 5px solid #fff;
}
section#main div#topNews ul.row li.member {
  border-left: 5px solid #3B0503;
}
section#main div#topNews ul.row li.schedules {
  border-left: 5px solid #f49d46;
}
section#main div#topNews ul.row li.others {
  border-left: 5px solid #00b1cd;
}
section#main div#topNews ul.row li.kids_school {
  border-left: 5px solid #ffff00;
}
section#main div#topNews ul.row li.campaign {
  border-left: 5px solid #e5ab23;
}
section#main div#topNews ul.row li.schedule_change {
  border-left: 5px solid #fe938c;
}
section#main div#topNews ul.row li.closing_day {
  border-left: 5px solid #82816D;
}
section#main div#topNews ul.row li.important {
  border-left: 5px solid #dd1c1a;
}
section#main div#topNews ul.row li.special_schedule {
  border-left: 5px solid #3083dc;
}
section#main div#topNews ul.row li.acting {
  border-left: 5px solid #1b2d2a;
}
section#main div#topNews ul.row li.kids_schedule {
  border-left: solid 5px #ffff00;
}
section#main div#topNews ul.row li.kids_information {
  border-left: solid 5px #ffff00;
}
section#main div#topNews ul.row li.kids_campaign {
  border-left: solid 5px #ffff00;
}
section#main div#topNews ul.row li:last-child {
  margin-bottom: 0;
}
section#main div#topNews ul.row li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  position: relative;
}
section#main div#topNews ul.row li a span.dl {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  margin-top: -10px;
  line-height: 1;
}
section#main div#topNews ul.row li a span.dl span {
  display: none;
}
section#main div#topNews ul.row li a dl dd {
  max-width: 80%;
}
section#main div#topNews ul.row li dl {
  margin: 0;
}
section#main div#topNews ul.row li dl dt {
  font-weight: normal;
  margin-bottom: 20px;
}
section#main div#topNews ul.row li dl dt span {
  font-size: 9px;
  padding: 2px 5px;
  margin: 0 0 1px 6px;
  border-radius: 2px;
  background-color: #333;
}
section#main div#topNews ul.row li dl dt span.kids_schedule, section#main div#topNews ul.row li dl dt span.kids_information, section#main div#topNews ul.row li dl dt span.kids_school, section#main div#topNews ul.row li dl dt span.kids_campaign {
  background-color: #ffff00;
  color: #e61673;
}
section#main div#topNews ul.row li dl dt span.member {
  background-color: #3B0503;
}
section#main div#topNews ul.row li dl dt span.schedules {
  background-color: #f49d46;
}
section#main div#topNews ul.row li dl dt span.others {
  background-color: #00b1cd;
}
section#main div#topNews ul.row li dl dt span.campaign {
  background-color: #e5ab23;
}
section#main div#topNews ul.row li dl dt span.schedule_change {
  background-color: #fe938c;
}
section#main div#topNews ul.row li dl dt span.closing_day {
  background-color: #82816D;
}
section#main div#topNews ul.row li dl dt span.important {
  background-color: #dd1c1a;
}
section#main div#topNews ul.row li dl dt span.special_schedule {
  background-color: #3083dc;
}
section#main div#topNews ul.row li dl dt span.acting {
  background-color: #1b2d2a;
}
section#main div#topNews ul.row li dl dd {
  margin-bottom: 0;
}
section#main div#topNews ul.row li dl.noLink {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  section#main div#topNews {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    background-position: center top;
  }
  section#main div#topNews ul.row {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
  }
}
section#main div#topNews.in-kids {
  background-color: #ffffff;
  background-image: none;
}
section#main div#topNews.in-kids ul.row li {
  border-left: none;
  border-radius: 8px;
}
section#main div#topAccess {
  background-color: #ffffff;
}
section#main div#topAccess div.container {
  min-width: 970px;
}
section#main div#topAccess div.mapBox {
  border: 1px solid #C0C0C0;
  margin-bottom: 40px;
}
section#main div#topAccess div.mapBox iframe {
  width: 100%;
  height: 420px;
  margin-bottom: 10px;
  margin-top: 15px;
}
section#main div#topAccess div.access1 p#accessLogo {
  margin-bottom: 20px;
}
section#main div#topAccess div.access1 p {
  font-size: 13px;
  white-space: nowrap;
}
section#main div#topAccess div.accessInfo p {
  font-size: 13px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
section#main div#topAccess div.accessInfo i {
  color: #C0C0C0;
}
@media screen and (max-width: 767px) {
  section#main div#topAccess div.container {
    min-width: inherit;
  }
  section#main div#topAccess div.container h2.h2Center {
    margin-bottom: 0;
  }
  section#main div#topAccess div.mapBox {
    border: none;
    margin-bottom: 5px;
  }
  section#main div#topAccess div.access1 {
    margin-bottom: 0.5em;
  }
  section#main div#topAccess div.access1 p#accessLogo img {
    width: 70%;
  }
  section#main div#topAccess div.access1 p {
    white-space: inherit;
    margin-bottom: 0;
  }
  section#main div#topAccess div.accessInfo p {
    margin-left: 2em;
    margin-bottom: 0;
  }
}
section#main div#applyBox {
  text-align: center;
  color: #ffffff;
  background-image: url(img/bg_top_4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section#main div#applyBox div.applyTogo div {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
section#main div#applyBox div.applyTogo div a {
  border-radious: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  padding-bottom: 40px;
  color: #ffffff !important;
}
section#main div#applyBox div.applyTogo div a:hover {
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(86, 102, 250, 0.9);
  background-color: rgba(0, 0, 0, 0.7);
}
section#main div#applyBox div.applyTogo div a h3 {
  margin-bottom: 0;
  padding: 40px 40px 20px;
  line-height: 1;
  letter-spacing: 2px;
}
section#main div#applyBox div.applyTogo div a p {
  color: #ffffff !important;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  section#main div#applyBox {
    background-image: url(img/bg_sp_4.jpg);
    padding-bottom: 0;
  }
  section#main div#applyBox div.applyTogo {
    padding-top: 30px;
    padding-bottom: 0;
  }
  section#main div#applyBox div.applyTogo div.col-12 {
    padding: 0px 30px 0;
    margin-bottom: 30px;
  }
}
section#main div#topBus {
  background-color: #ffffff;
  padding-bottom: 0;
}
section#main div#topBus p.lead {
  text-align: center;
}
section#main div#topBus h2.lead {
  letter-spacing: 0.1em;
}
section#main div#topBus p.SublpStyle {
  color: #430306;
}
section#main div#topBus div.busWrap {
  background-color: #333;
  position: relative;
  padding: 60px 0;
}
section#main div#topBus div.busWrap img.foleBusimage {
  position: absolute;
  top: -75px;
  right: 10px;
}
@media screen and (max-width: 991px) {
  section#main div#topBus div.busWrap img.foleBusimage {
    display: none;
  }
}
section#main div#topBus div.busWrap img.busImage {
  margin: 0 auto 2em;
}
section#main div#topBus div.busWrap h3 {
  color: #ffffff;
  margin-bottom: 1em;
}
section#main div#topBus div.busWrap ul.footnoteList {
  color: #fff;
}
section#main div#topBus div.busWrap p.busNotice {
  font-size: 11px;
  color: #ffffff;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto 0px;
}
section#main div#topBus div.busWrap table.busStop {
  color: #333333;
  width: 90%;
  margin: 0 auto 1em;
}
section#main div#topBus div.busWrap table.busStop thead th {
  color: #fff;
  background: rgba(86, 102, 250, 0.8);
  text-align: center;
  padding: 0.5em 0;
  border-left: 3px solid #333;
  width: 40%;
}
section#main div#topBus div.busWrap table.busStop thead th.time {
  border-left: none;
  width: 20%;
}
section#main div#topBus div.busWrap table.busStop tbody {
  text-align: center;
}
section#main div#topBus div.busWrap table.busStop tbody tr {
  border-top: 1px solid #460000;
}
section#main div#topBus div.busWrap table.busStop tbody tr:first-child {
  border-top: 3px solid #460000;
}
section#main div#topBus div.busWrap table.busStop tbody tr td {
  padding: 0.5em 0;
  border-left: 3px solid #460000;
  background-color: #fff;
}
section#main div#topBus div.busWrap table.busStop tbody tr td span {
  width: 25%;
  display: block;
  float: left;
  position: relative;
}
section#main div#topBus div.busWrap table.busStop tbody tr td span.blank15 {
  margin-left: 25%;
}
section#main div#topBus div.busWrap table.busStop tbody tr td span.blank30 {
  margin-left: 50%;
}
section#main div#topBus div.busWrap table.busStop tbody tr td span.f0, section#main div#topBus div.busWrap table.busStop tbody tr td span.f15, section#main div#topBus div.busWrap table.busStop tbody tr td span.f30, section#main div#topBus div.busWrap table.busStop tbody tr td span.f45 {
  color: red;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section#main div#topBus div.busWrap table.busStop tbody tr td span.f0:before, section#main div#topBus div.busWrap table.busStop tbody tr td span.f15:before, section#main div#topBus div.busWrap table.busStop tbody tr td span.f30:before, section#main div#topBus div.busWrap table.busStop tbody tr td span.f45:before {
    content: "F";
    color: #ffffff;
    background-color: red;
    padding: 0.1em 0.4em;
    left: -0.3em;
    top: -0.1em;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  section#main div#topBus div.busWrap table.busStop tbody tr td span.f0 {
    margin-left: 1em;
    margin-right: -1em;
  }
}
section#main div#topBus div.busWrap table.busStop tbody tr th {
  padding: 0.5em 0;
  border-left: none;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#main div#topBus img.img-fluid {
    margin: 0 auto;
  }
  section#main div#topBus div.busWrap {
    padding: 0px 0 15px;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
  }
  section#main div#topBus div.busWrap table.busStop {
    width: 100%;
    font-size: 12px !important;
    border: 1px solid #333333;
  }
  section#main div#topBus div.busWrap table.busStop td, section#main div#topBus div.busWrap table.busStop th {
    padding: 0.25em 0 !important;
  }
  section#main div#topBus div.busWrap table.busStop thead th {
    background-color: #333333;
    color: #ffffff;
  }
  section#main div#topBus div.busWrap table.busStop tbody tr {
    border-bottom: 1px solid #333333;
    border-top: none;
  }
  section#main div#topBus div.busWrap p.busNotice {
    color: #333333;
    margin-bottom: 15px;
    width: 100%;
  }
  section#main div#topBus div.busWrap p, section#main div#topBus div.busWrap li {
    font-size: 14px;
    line-height: 1.3;
  }
  section#main div#topBus div.busWrap ul {
    margin-bottom: 15px;
  }
  section#main div#topBus div.busWrap div.col-sm-4 {
    text-align: center;
  }
  section#main div#topBus div.busWrap img.busImage {
    margin: 0 auto;
  }
}
section#main div#topFacebook {
  background-image: url(img/bg_facebook.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
section#main div#topFacebook div.fbIntro {
  text-align: left;
}
section#main div#topFacebook div.fbIntro h2 {
  padding-top: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 auto 40px;
  font-weight: normal;
}
section#main div#topFacebook div.fbIntro p {
  line-height: 1.8;
  margin-bottom: 30px;
}
section#main div#topFacebook div.fbIntro a {
  display: block;
  text-align: center;
  padding: 12px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
section#main div#topFacebook div.fbIntro a:hover {
  -webkit-transition: background-color 0.3s linear;
  background-color: #244380;
}
section#main div#topFacebook div.fbfeedBox {
  text-align: right;
}
@media screen and (max-width: 767px) {
  section#main div#topFacebook {
    background-color: #3B5A96;
    background-image: none;
  }
  section#main div#topFacebook h2 {
    padding-top: 0;
  }
  section#main div#topFacebook div.fbIntro {
    margin-bottom: 20px;
  }
  section#main div#topFacebook div.fbfeedBox {
    text-align: center;
  }
}
section#main div#footerLink {
  padding: 40px 0;
  background-color: #ffffff;
}
section#main div#footerLink ul.footerBanner {
  table-layout: fixed;
  width: 100%;
  display: table;
}
section#main div#footerLink ul.footerBanner li {
  display: table-cell;
  text-align: center;
}
section#main div#footerLink ul.footerBanner li img {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  section#main div#footerLink {
    padding: 20px 0 10px;
  }
  section#main div#footerLink ul.footerBanner {
    display: inline;
  }
  section#main div#footerLink ul.footerBanner li {
    display: block;
    margin-bottom: 10px;
  }
}
section#main div.campaignBox {
  padding: 60px 0 30px;
  color: #ffffff !important;
}
section#main div.campaignBox div.campaignDetails {
  text-align: center;
  margin-bottom: 60px;
}
section#main div.campaignBox div.campaignDetails h2 {
  margin: 0 auto 30px;
}
section#main div.campaignBox div.campaignDetails p {
  text-align: center;
}
section#main div.campaignBox div.campaignDetails p img {
  margin: 0 auto;
}
section#main div.campaignBox div.campaignDetails ul.footnoteList {
  margin-left: 2em;
  text-align: left;
}
section#main div.campaignBox div.cvbuttonArea {
  text-align: center;
}
section#main div.campaignBox div.cvbuttonArea img {
  margin: 0 auto 10px;
}
section#main div.campaignBox div.cvbuttonArea img:hover {
  background-color: rgba(197, 157, 47, 0.3);
  -webkit-transition: background-color 0.3s linear;
}
section#main div.campaignBox div.cvbuttonArea p span {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-size: 21px;
}
section#main div.campaignBox div.cvbuttonArea p span a img.img-fluid {
  margin: 0 auto 10px;
}
section#main div.campaignBox p.footnoteRight {
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section#main div.campaignBox {
    padding-top: 30px;
  }
  section#main div.campaignBox div.campaignDetails {
    margin-bottom: 0;
  }
  section#main div.campaignBox div.campaignDetails h2 img {
    width: 80%;
    height: auto;
  }
}

div.priceDetail {
  padding: 0 20px;
}
div.priceDetail h3 {
  font-weight: bold;
  font-size: 28px;
}
div.priceDetail h3 span {
  margin-left: 0.3em;
  font-size: 12px;
  font-weight: 100;
}
div.priceDetail h3 span.fm {
  margin-left: 0;
  font-size: 14px;
}
div.priceDetail img {
  margin: 0 auto;
}
div.priceDetail p {
  font-size: 12px;
  margin-bottom: 1em;
}
div.priceDetail p.sub {
  color: #7b7b7b;
}
div.priceDetail p.detail {
  font-size: 13px;
}
div.priceDetail p.goForm {
  margin-top: 2em;
  font-size: 14px;
  text-align: center;
}
div.priceDetail dl.priceDL {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border-radius: 4px;
  margin-left: 0;
}
div.priceDetail dl.priceDL dt {
  width: 8em;
  clear: both;
  float: left;
  font-size: 12px;
}
div.priceDetail dl.priceDL dd {
  margin-left: 8em;
  font-size: 12px;
  margin-bottom: 12px;
}
div.priceDetail dl.priceDL dd.days {
  line-height: 1;
  margin-bottom: 16px;
  color: rgba(116.8701923077, 128.1923076923, 236.1298076923, 0.8);
  font-weight: bold;
  display: flex;
}
div.priceDetail dl.priceDL dd.days span {
  justify-content: center;
  line-height: 1px;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  background-color: rgb(76.5, 76.5, 76.5);
  border-radius: 10px;
  margin: 0 2px;
  padding-bottom: 2px;
}
div.priceDetail dl.priceDL dd.days span.no {
  background-color: rgb(199.5, 199.5, 199.5);
  color: rgba(255, 255, 255, 0.5);
}
div.priceDetail dl.priceDL dd.area span {
  font-siz: 14px;
  margin-right: 0.5em;
}
div.priceDetail dl.priceDL dd.area span.fitness {
  color: #c7e1f5;
}
div.priceDetail dl.priceDL dd.area span.active {
  color: #c9bc9c;
}
div.priceDetail dl.priceDL dd.area span.healing {
  color: #f8b62d;
}
div.priceDetail dl.priceDL dd.area span.omnia {
  color: #036eb8;
}
div.priceDetail dl.priceDL dd.area span.personal {
  color: #00a29a;
}
div.priceDetail dl.priceDL dd.area span.kidsspace {
  color: #F27BA9;
}
div.priceDetail dl.priceDL dd.area span.bodydesign {
  color: #00a0e9;
}
div.priceDetail dl.priceDL dd.area span.este {
  color: #ba79b1;
}
div.priceDetail dl.priceDL dd.area span.enda {
  color: #e85298;
}
div.priceDetail dl.priceDL dd.area span.bike {
  color: #6c9bd2;
}
div.priceDetail dl.priceDL dd.area span.kinesis {
  color: #45b035;
}
div.priceDetail dl.priceDL dd.area span.bouldering {
  color: #fed631;
}
div.priceDetail dl.priceDL dd.price + dd.price {
  margin-top: -8px;
}
div.priceDetail dl.priceDL dd.price span.nu {
  font-size: 18px;
  padding-right: 2px;
  font-weight: bold;
}
div.priceDetail dl.priceDL dd.price span.kaitei {
  color: #fff;
  font-size: 18px;
  background-color: red;
  margin-left: 1em;
  padding: 0.2em 0.4em;
}
div.priceDetail dl.priceDL dd.price span.kaitei span {
  font-size: 11px;
  margin-left: 0.1em;
}
@media screen and (max-width: 767px) {
  div.priceDetail {
    padding: 0;
  }
  div.priceDetail h3 {
    margin-top: 15px;
    font-size: 24px;
  }
  div.priceDetail h3 span {
    font-size: 11px;
  }
}

div.footerNobuta {
  background-color: #F3F3F3;
  padding: 35px 0;
}
div.footerNobuta div.container {
  max-width: 980px;
}
div.footerNobuta div.container p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  div.footerNobuta {
    text-align: center;
    padding: 15px 0;
  }
  div.footerNobuta p.only-xs {
    font-size: 11px;
    margin-bottom: 0;
  }
  div.footerNobuta p.only-xs a {
    color: #333333;
  }
  div.footerNobuta p.only-xs a img {
    width: 50%;
    margin-bottom: 15px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.footer-recaptcha {
  background-color: #555;
  font-size: 11px;
  padding: 15px;
  text-align: left;
}
.footer-recaptcha div.container {
  max-width: 980px;
}
.footer-recaptcha p {
  font-size: 11px;
  margin-bottom: 0;
  color: #7b7b7b;
}
.footer-recaptcha p a {
  color: #7b7b7b;
}

#footer {
  color: #ffffff;
  padding: 30px 0 0;
  font-size: 12px;
  background-color: #333333;
}
#footer div.container {
  font-size: 12px;
  max-width: 980px;
}
#footer div.container span.copyright {
  text-align: center;
  display: block;
  padding: 30px 15px;
  opacity: 0.7;
}
#footer div.container ul.footerList {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
#footer div.container ul.footerList li {
  display: inline;
  margin-right: 2em;
}
#footer div.container ul.footerList li a {
  text-decoration: none;
}
#footer div.container ul.footerList li a:before {
  content: ">";
  padding-right: 0.5em;
}
#footer div.container ul.footerList li a:after {
  content: none;
}
@media screen and (max-width: 767px) {
  #footer div.container {
    font-size: 10px;
    max-width: inherit;
    height: auto;
  }
  #footer div.container span.copyright {
    float: none;
    clear: both;
  }
  #footer div.container ul.footerList {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer div.container ul.footerList li {
    display: block;
    padding: 5px;
  }
}
#footer a {
  color: #ffffff;
}

body.page section#main {
  padding-top: 90px;
}
@media screen and (min-width: 769px) {
  body.page section#main div#sns {
    background-image: url(img/bg_topNews.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 !important;
  }
  body.page section#main div#sns div.snsWrap {
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
  }
  body.page section#main div#sns div.snsWrap a {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  body.page section#main {
    padding-top: 56px;
  }
}
body.page section#main.for-kids {
  background-color: #ffffff;
}
body.page.page-fitness section#main p {
  color: #333333;
}
body.page.page-fitness section#main p.lead {
  color: #ffffff;
}
body.page.page-guidance {
  background-image: url(img/bg_smoke.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body.page.page-guidance div.fancybox-skin div.row div.col-sm-6 {
  max-width: 480px;
}
body.page.page-kidsschool, body.page.page-kidslp, body.page.page-lpkids, body.page.page-kidstrial, body.page.page-kidstrial_thanks, body.page.page-doubledutch, body.page.page-karate, body.page.page-biima-sports, body.page.page-bouldering, body.page.page-avexdancemaster {
  background-color: yellow;
}
body.page.page-kidsschool #applyBox, body.page.page-kidslp #applyBox, body.page.page-lpkids #applyBox, body.page.page-kidstrial #applyBox, body.page.page-kidstrial_thanks #applyBox, body.page.page-doubledutch #applyBox, body.page.page-karate #applyBox, body.page.page-biima-sports #applyBox, body.page.page-bouldering #applyBox, body.page.page-avexdancemaster #applyBox {
  display: none;
}
body.page.page-kidsschool #hamburger, body.page.page-kidslp #hamburger, body.page.page-lpkids #hamburger, body.page.page-kidstrial #hamburger, body.page.page-kidstrial_thanks #hamburger, body.page.page-doubledutch #hamburger, body.page.page-karate #hamburger, body.page.page-biima-sports #hamburger, body.page.page-bouldering #hamburger, body.page.page-avexdancemaster #hamburger {
  border: 1px solid #e61673;
}
body.page.page-kidsschool #hamburger:before, body.page.page-kidsschool #hamburger:after, body.page.page-kidsschool #hamburger span, body.page.page-kidslp #hamburger:before, body.page.page-kidslp #hamburger:after, body.page.page-kidslp #hamburger span, body.page.page-lpkids #hamburger:before, body.page.page-lpkids #hamburger:after, body.page.page-lpkids #hamburger span, body.page.page-kidstrial #hamburger:before, body.page.page-kidstrial #hamburger:after, body.page.page-kidstrial #hamburger span, body.page.page-kidstrial_thanks #hamburger:before, body.page.page-kidstrial_thanks #hamburger:after, body.page.page-kidstrial_thanks #hamburger span, body.page.page-doubledutch #hamburger:before, body.page.page-doubledutch #hamburger:after, body.page.page-doubledutch #hamburger span, body.page.page-karate #hamburger:before, body.page.page-karate #hamburger:after, body.page.page-karate #hamburger span, body.page.page-biima-sports #hamburger:before, body.page.page-biima-sports #hamburger:after, body.page.page-biima-sports #hamburger span, body.page.page-bouldering #hamburger:before, body.page.page-bouldering #hamburger:after, body.page.page-bouldering #hamburger span, body.page.page-avexdancemaster #hamburger:before, body.page.page-avexdancemaster #hamburger:after, body.page.page-avexdancemaster #hamburger span {
  background: #e61673;
}
body.page.page-kidsschool #header div.headerPC, body.page.page-kidslp #header div.headerPC, body.page.page-lpkids #header div.headerPC, body.page.page-kidstrial #header div.headerPC, body.page.page-kidstrial_thanks #header div.headerPC, body.page.page-doubledutch #header div.headerPC, body.page.page-karate #header div.headerPC, body.page.page-biima-sports #header div.headerPC, body.page.page-bouldering #header div.headerPC, body.page.page-avexdancemaster #header div.headerPC {
  background-color: rgba(255, 255, 0, 0.2);
}
body.page.page-kidsschool #header div.headerPC div.headerBorder, body.page.page-kidslp #header div.headerPC div.headerBorder, body.page.page-lpkids #header div.headerPC div.headerBorder, body.page.page-kidstrial #header div.headerPC div.headerBorder, body.page.page-kidstrial_thanks #header div.headerPC div.headerBorder, body.page.page-doubledutch #header div.headerPC div.headerBorder, body.page.page-karate #header div.headerPC div.headerBorder, body.page.page-biima-sports #header div.headerPC div.headerBorder, body.page.page-bouldering #header div.headerPC div.headerBorder, body.page.page-avexdancemaster #header div.headerPC div.headerBorder {
  background-color: rgba(255, 255, 0, 0.4);
}
body.page.page-kidsschool #header div.headerPC nav#gnavi_pc ul, body.page.page-kidslp #header div.headerPC nav#gnavi_pc ul, body.page.page-lpkids #header div.headerPC nav#gnavi_pc ul, body.page.page-kidstrial #header div.headerPC nav#gnavi_pc ul, body.page.page-kidstrial_thanks #header div.headerPC nav#gnavi_pc ul, body.page.page-doubledutch #header div.headerPC nav#gnavi_pc ul, body.page.page-karate #header div.headerPC nav#gnavi_pc ul, body.page.page-biima-sports #header div.headerPC nav#gnavi_pc ul, body.page.page-bouldering #header div.headerPC nav#gnavi_pc ul, body.page.page-avexdancemaster #header div.headerPC nav#gnavi_pc ul {
  font-family: "heisei-maru-gothic-std", sans-serif;
  letter-spacing: 0;
}
body.page.page-kidsschool #header div.headerPC nav#gnavi_pc ul li a, body.page.page-kidslp #header div.headerPC nav#gnavi_pc ul li a, body.page.page-lpkids #header div.headerPC nav#gnavi_pc ul li a, body.page.page-kidstrial #header div.headerPC nav#gnavi_pc ul li a, body.page.page-kidstrial_thanks #header div.headerPC nav#gnavi_pc ul li a, body.page.page-doubledutch #header div.headerPC nav#gnavi_pc ul li a, body.page.page-karate #header div.headerPC nav#gnavi_pc ul li a, body.page.page-biima-sports #header div.headerPC nav#gnavi_pc ul li a, body.page.page-bouldering #header div.headerPC nav#gnavi_pc ul li a, body.page.page-avexdancemaster #header div.headerPC nav#gnavi_pc ul li a {
  padding: 17px 0 21px;
}
body.page.page-kidsschool #header div.headerPC.navanimeOn, body.page.page-kidslp #header div.headerPC.navanimeOn, body.page.page-lpkids #header div.headerPC.navanimeOn, body.page.page-kidstrial #header div.headerPC.navanimeOn, body.page.page-kidstrial_thanks #header div.headerPC.navanimeOn, body.page.page-doubledutch #header div.headerPC.navanimeOn, body.page.page-karate #header div.headerPC.navanimeOn, body.page.page-biima-sports #header div.headerPC.navanimeOn, body.page.page-bouldering #header div.headerPC.navanimeOn, body.page.page-avexdancemaster #header div.headerPC.navanimeOn {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool #header, body.page.page-kidslp #header, body.page.page-lpkids #header, body.page.page-kidstrial #header, body.page.page-kidstrial_thanks #header, body.page.page-doubledutch #header, body.page.page-karate #header, body.page.page-biima-sports #header, body.page.page-bouldering #header, body.page.page-avexdancemaster #header {
    background-color: yellow;
  }
}
body.page.page-kidsschool section#main h2.h2Center, body.page.page-kidslp section#main h2.h2Center, body.page.page-lpkids section#main h2.h2Center, body.page.page-kidstrial section#main h2.h2Center, body.page.page-kidstrial_thanks section#main h2.h2Center, body.page.page-doubledutch section#main h2.h2Center, body.page.page-karate section#main h2.h2Center, body.page.page-biima-sports section#main h2.h2Center, body.page.page-bouldering section#main h2.h2Center, body.page.page-avexdancemaster section#main h2.h2Center {
  font-family: "heisei-maru-gothic-std", sans-serif;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main h2.h2Center, body.page.page-kidslp section#main h2.h2Center, body.page.page-lpkids section#main h2.h2Center, body.page.page-kidstrial section#main h2.h2Center, body.page.page-kidstrial_thanks section#main h2.h2Center, body.page.page-doubledutch section#main h2.h2Center, body.page.page-karate section#main h2.h2Center, body.page.page-biima-sports section#main h2.h2Center, body.page.page-bouldering section#main h2.h2Center, body.page.page-avexdancemaster section#main h2.h2Center {
    background-color: #e61673;
  }
}
body.page.page-kidsschool section#main div#applyBox div.applyTogo div, body.page.page-kidslp section#main div#applyBox div.applyTogo div, body.page.page-lpkids section#main div#applyBox div.applyTogo div, body.page.page-kidstrial section#main div#applyBox div.applyTogo div, body.page.page-kidstrial_thanks section#main div#applyBox div.applyTogo div, body.page.page-doubledutch section#main div#applyBox div.applyTogo div, body.page.page-karate section#main div#applyBox div.applyTogo div, body.page.page-biima-sports section#main div#applyBox div.applyTogo div, body.page.page-bouldering section#main div#applyBox div.applyTogo div, body.page.page-avexdancemaster section#main div#applyBox div.applyTogo div {
  font-family: "heisei-maru-gothic-std", sans-serif;
}
body.page[class*=page-lp] #header div.headerPC {
  background-color: transparent;
}
body.page[class*=page-lp] #header div.headerPC div.headerBorder nav#subMenu li:first-child {
  display: none;
}
body.page[class*=page-lp] #header div.headerPC nav#gnavi_pc {
  display: none;
}
body.page[class*=page-lp] section#main div#foleConcept {
  padding-top: 40px;
}
body.page[class*=page-lp] section#main div.lp_price {
  background-image: url(img/bg_first_guidance.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body.page[class*=page-lp] section#main div.lpVisual {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  height: 600px;
  padding: 0;
}
body.page[class*=page-lp] section#main div.lpVisual div#lp_main {
  padding-top: 500px;
}
body.page[class*=page-lp] section#main div.lpVisual div#lp_main a.CTA {
  height: 80px;
  text-align: center;
  width: 226px;
  margin-left: 90px;
}
body.page[class*=page-lp] section#main div.lpVisual div#lp_main a.CTA img {
  width: 226px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  body.page[class*=page-lp] section#main div.lpVisual {
    background-image: none !important;
    height: inherit;
    min-height: inherit;
  }
  body.page[class*=page-lp] section#main div.lpVisual div.lp_imagesp img {
    width: 100%;
    height: auto;
  }
  body.page[class*=page-lp] section#main div.lpVisual div#lp_main {
    display: none;
  }
}
body.page.page-kidsschool section#main h2.h2Center {
  font-family: "heisei-maru-gothic-std", sans-serif;
}
body.page.page-kidsschool section#main h2.h2Kids {
  background-color: #e61673;
  color: #ffffff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0.5em;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap {
  background-color: #ffffff;
  padding: 30px 15px;
  border-radius: 0;
  margin-bottom: 0;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram {
  text-align: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner {
  height: 100%;
  font-size: 12px;
  border-radius: 8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner {
    height: auto;
  }
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.koshiDetails {
  text-align: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.koshiDetails dt {
  clear: both;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.koshiDetails dd + dt {
  margin-top: 1em;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner div.imgWaku {
  margin: 10px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner div.imgWaku img {
  width: 100%;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner h3 {
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 10px 8px;
  text-align: center;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner h3 span {
  padding-left: 1em;
  font-weight: 100;
  font-size: 80%;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner p {
  margin: 0 10px 10px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner p.kidsDetails {
  line-height: 1.42857143;
  font-size: 12px;
  line-height: 1.5;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl {
  margin: 0 10px 10px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.classDetails dt.none {
  display: none;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.classDetails dt.nittei {
  color: #ffffff;
  padding: 4px;
  border-radius: 2px;
  margin-bottom: 4px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.classDetails dt.nittei span.km {
  font-size: 80%;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.classDetails dd.shosai {
  display: inline-block;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl.classDetails dd.shosai:before {
  content: "◎ ";
  margin-right: 0.1em;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram div.kidsProgramInner dl:last-child {
  margin-bottom: 10px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD h3 {
  background-color: #3283E6;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD div.kidsProgramInner {
  border: 1px solid #3283E6;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dt {
  color: #3283E6;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
@media screen and (min-width: 769px) {
  body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.koshiDetails dd.koshiExplain span.bitSmall {
    font-size: 12px;
  }
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDD dl.classDetails dt.nittei {
  background-color: #3283E6;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball h3 {
  background-color: #f19716;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball div.kidsProgramInner {
  border: 1px solid #f19716;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.koshiDetails dt {
  color: #f19716;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBaseball dl.classDetails dt.nittei {
  background-color: #f19716;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance h3 {
  background-color: #e6558e;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance div.kidsProgramInner {
  border: 1px solid #e6558e;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dt {
  color: #e6558e;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
@media screen and (min-width: 769px) {
  body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.koshiDetails dd.koshiExplain span.bitSmall {
    font-size: 10px;
  }
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsDance dl.classDetails dt.nittei {
  background-color: #e6558e;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle h3 {
  background-color: #364e96;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle div.kidsProgramInner {
  border: 1px solid #364e96;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dt {
  color: #364e96;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
@media screen and (min-width: 769px) {
  body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.koshiDetails dd.koshiExplain span.bitSmall {
    font-size: 10px;
  }
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.freeStyle dl.classDetails dt.nittei {
  background-color: #364e96;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer h3 {
  background-color: #71b838;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer div.kidsProgramInner {
  border: 1px solid #71b838;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.koshiDetails dt {
  color: #71b838;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsSoccer dl.classDetails dt.nittei {
  background-color: #71b838;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate h3 {
  background-color: #dea346;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate div.kidsProgramInner {
  border: 1px solid #dea346;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.classDetails dt.nittei {
  background-color: #dea346;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.koshiDetails dt {
  color: #dea346;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsKarate dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso h3 {
  background-color: #00ab95;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso div.kidsProgramInner {
  border: 1px solid #00ab95;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.classDetails dt.nittei {
  background-color: #00ab95;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.koshiDetails dt {
  color: #00ab95;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsTaiso dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsVipr p span {
  color: #ea6000;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsVipr h3 {
  background-color: #ea6000;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsVipr div.kidsProgramInner {
  border: 1px solid #ea6000;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering p span {
  color: #8a8ba4;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering h3 {
  background-color: #8a8ba4;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering div.kidsProgramInner {
  border: 1px solid #8a8ba4;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.koshiDetails dt {
  color: #8a8ba4;
  margin-bottom: 8px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.koshiDetails dt span.koshiName {
  font-size: 14px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.koshiDetails dt span.koshiName i {
  font-style: normal;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.koshiDetails dd.koshiPics {
  float: left;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.koshiDetails dd.koshiPics img {
  width: 90px;
  height: auto;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.koshiDetails dd.koshiExplain {
  margin-left: 100px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsBouldering dl.classDetails dt.nittei {
  background-color: #8a8ba4;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsRhythmics p span {
  color: #16e9f1;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsRhythmics h3 {
  background-color: #16e9f1;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsRhythmics div.kidsProgramInner {
  border: 1px solid #16e9f1;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram.kidsRhythmics dl.classDetails dt.nittei {
  background-color: #16e9f1;
}
body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap.coz {
  padding-bottom: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap {
    padding: 15px;
    margin-bottom: 0;
    background-color: yellow;
  }
  body.page.page-kidsschool section#main div.pageContent div.kidsProgramWrap div.kidsProgram {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel {
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  background-color: yellow;
  color: #e61673;
  padding: 20px 40px;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel {
    min-width: 360px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel.btn2 {
    margin-right: 0;
    margin-left: 15px;
  }
}
body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel i {
  font-size: 150%;
}
body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel span {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: bold;
}
body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel span.bango {
  font-size: 150%;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel {
    padding: 10px 20px;
    width: calc(100% - 30px);
  }
  body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel i {
    font-size: 100%;
  }
  body.page.page-kidsschool section#main div.pageContent a.btn-kidsTel span.bango {
    font-size: 110%;
  }
}
body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel {
  padding: 30px 0;
  background-color: #e61673;
  color: #ffffff;
  text-align: center;
}
body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel h3 {
  font-size: 21px;
  padding: 0px 0 25px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel div.container {
  padding: 0px 0 0px;
}
body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel p.sub {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 0;
}
body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel.nikome {
  background-color: #00aeeb;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel {
    margin-bottom: 0px;
    padding: 60px 0;
  }
  body.page.page-kidsschool section#main div.pageContent div.kidsTaikenTel h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
body.page.page-kidsschool section#main div.pageContent#kidsBox1, body.page.page-kidsschool section#main div.pageContent#kidsBox2 {
  background-color: yellow;
  padding-top: 0;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.nitteiBox, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.nitteiBox {
  margin-bottom: 60px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.nitteiBox img, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.nitteiBox img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.nitteiBox div.col-sm-6, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.nitteiBox div.col-sm-6 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.nitteiBox, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.nitteiBox {
    margin-bottom: 15px;
  }
}
body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.priceBox, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.priceBox {
  clear: both;
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #e61673;
  padding-top: 30px;
  margin-bottom: 0px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.priceBox span, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.priceBox span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox1 div.priceBox, body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.priceBox {
    padding-top: 0;
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox1, body.page.page-kidsschool section#main div.pageContent#kidsBox2 {
    padding-bottom: 0;
  }
}
body.page.page-kidsschool section#main div.pageContent#kidsBox1 {
  padding-bottom: 0;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 {
  background-color: #00aeeb;
  padding-bottom: 15px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram {
  position: relative;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram img.oldImage {
  position: absolute;
  left: 36.5%;
  bottom: -10px;
  height: 110px;
  width: auto;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram img.oldImage {
    display: none;
  }
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 {
  font-size: 12px;
  border-radius: 8px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 div.imgWaku {
  margin: 10px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 div.imgWaku img {
  width: 100%;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 h3 {
  font-size: 20px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding: 10px 8px;
  border-radius: 8px 8px 0 0;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 h3 span {
  padding-left: 1em;
  font-weight: 100;
  font-size: 80%;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 p {
  margin: 0 10px 10px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 dl {
  margin: 0 10px 10px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 dl.classDetails dt.none {
  display: none;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 dl.classDetails dt.nittei {
  color: #ffffff;
  padding: 4px;
  border-radius: 2px;
  margin-bottom: 4px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 dl.classDetails dd.shosai {
  display: inline-block;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 dl.classDetails dd.shosai:before {
  content: "◎ ";
  margin-right: 0.1em;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram div.kidsProgramInner2 dl:last-child {
  margin-bottom: 10px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsDance h3 {
  color: #e6558e;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsDance dl.classDetails dt.nittei {
  background-color: #e6558e;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsSoccer h3 {
  color: #71b838;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsSoccer dl.classDetails dt.nittei {
  background-color: #71b838;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsDD p span {
  color: #3283E6;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsDD h3 {
  color: #3283E6;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsDD dl.classDetails dt.nittei {
  background-color: #3283E6;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBouldering p span {
  color: #8a8ba4;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBouldering h3 {
  color: #8a8ba4;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBouldering dl.classDetails {
  background: red;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBouldering dl.classDetails dt.nittei {
  background-color: red;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBB p span {
  color: #f19716;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBB h3 {
  color: #f19716;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram.kidsBB dl.classDetails dt.nittei {
  background-color: #f19716;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox2 {
    padding-bottom: 0;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap {
    padding: 15px;
    margin: 0 0 15px;
    padding: 0;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox2 div.kidsProgramWrap div.kidsOldProgram {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox2 h2.h2Kids {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e61673;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 .kids-price-inner {
  max-width: 660px;
  margin: 0 auto;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 h2.h2Kids {
  background-color: yellow;
  color: #00aeeb;
  padding: 30px 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox3 h2.h2Kids {
    font-size: 21px;
  }
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container p.lead {
  color: #ffffff;
  margin-bottom: 30px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox {
  margin-bottom: 30px;
  color: #ffffff;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox p {
  color: #ffffff;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table {
  width: 100%;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px dotted #ffffff;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table thead th {
  font-size: 18px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table thead th:last-child {
  text-align: right;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table tr th {
  text-align: left;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table tr th, body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table tr td {
  padding: 10px 0;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 18px;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table tr td {
  text-align: right;
  font-size: 16px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.pricingBox table tr td.shu {
  text-align: left;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign {
  margin-bottom: 30px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign table.kidsPrice {
  width: 100%;
  border-top: 1px dotted #ffffff;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign table.kidsPrice tr th, body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign table.kidsPrice tr td {
  padding: 10px 0;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign table.kidsPrice tr td {
  text-align: right;
  font-size: 18px;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign h3 {
  margin-top: 0;
  color: yellow;
  text-align: right;
}
body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign p {
  text-align: right;
  color: yellow;
}
@media screen and (max-width: 767px) {
  body.page.page-kidsschool section#main div.pageContent#kidsBox3 h2.h2Kids {
    font-size: 21px;
    background-color: #ffffff;
    margin-bottom: 15px;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign table.kidsPrice {
    margin-bottom: 30px;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign h3, body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.campaign p {
    text-align: left;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.p100 {
    width: 80%;
    margin: 0 auto;
  }
  body.page.page-kidsschool section#main div.pageContent#kidsBox3 div.container div.p100 img {
    margin: 0 auto;
  }
}

html.mm-opening body.page[class*=page-kids] #hamburger {
  border: 1px solid #e61673;
  opacity: 0;
}
html.mm-opening body.page[class*=page-kids] #hamburger:before, html.mm-opening body.page[class*=page-kids] #hamburger:after, html.mm-opening body.page[class*=page-kids] #hamburger span {
  background: #e61673;
}

a.btn-fole, span.btn-fole {
  border-radius: 4px;
  border: 1px solid #C29C2F;
  color: #C29C2F;
  font-size: 12px;
  padding: 6px 12px;
}
a.btn-fole:hover, a.btn-fole:focus, span.btn-fole:hover, span.btn-fole:focus {
  color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  background-color: #C0C0C0;
}
a.btn-fole.big-button, span.btn-fole.big-button {
  font-size: 21px;
}

a.btn-fole-red, span.btn-fole-red {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid rgb(115.8142857143, 5.1857142857, 10.3714285714);
  background-color: rgb(115.8142857143, 5.1857142857, 10.3714285714);
  -webkit-transition: background-color 0.3s linear;
  font-size: 12px;
  padding: 6px 12px;
}
a.btn-fole-red:hover, a.btn-fole-red:focus, span.btn-fole-red:hover, span.btn-fole-red:focus {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  color: rgb(115.8142857143, 5.1857142857, 10.3714285714);
}
a.btn-fole-red.big-button, span.btn-fole-red.big-button {
  font-size: 21px;
}

a.btn-fole-blue, span.btn-fole-blue {
  border-radius: 4px;
  border: 1px solid rgba(86, 102, 250, 0.8);
  background-color: rgba(86, 102, 250, 0.8);
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
}
a.btn-fole-blue:hover, a.btn-fole-blue:focus, span.btn-fole-blue:hover, span.btn-fole-blue:focus {
  background-color: rgba(72, 87, 230, 0.8);
  -webkit-transition: background-color 0.3s linear;
}

a.btn-goDetail {
  color: #430306;
}
a.btn-goDetail span {
  padding: 0.8em 1.6em;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  border: 1px solid #430306;
  border-radius: 2px;
}
a.btn-goDetail:hover span {
  color: #ffffff;
  background-color: rgba(67, 3, 6, 0.5);
  -webkit-transition: background-color 0.3s linear;
}
a.btn-goDetail + a.btn-goDetail {
  margin-left: 12px;
}

a.btn-Black {
  border-radius: 4px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 12px;
  padding: 6px 12px;
}
a.btn-Black:hover, a.btn-Black:focus {
  color: #ffffff;
  background-color: #333333;
}

a.btn-White {
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
}
a.btn-White:hover, a.btn-White:focus {
  color: #430306;
  background-color: #ffffff;
}

html.fancybox-lock a#hamburger {
  display: none;
}

/*

	Clearfix

*/
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

a.CTA {
  display: block;
  width: 334px;
  border-radius: 4px;
}
a.CTA:hover {
  background-color: rgba(197, 157, 47, 0.3);
  -webkit-transition: background-color 0.3s linear;
}

/*Thank you page only*/
body.page-application_thanks section#main div#applyBox {
  display: none;
}

span.tax-in {
  font-size: 75%;
}

table.law-table {
  margin: 120px auto;
  width: 100%;
  max-width: 800px;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
table.law-table tr th {
  width: 40%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
table.law-table tr td {
  width: 60%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  table.law-table {
    margin: 30px auto;
  }
  table.law-table tr th {
    width: 100%;
    list-style-type: none;
    display: list-item;
    padding: 10px 0;
    border-bottom: none;
    font-weight: bold;
    color: #430306;
  }
  table.law-table tr td {
    width: 100%;
    list-style-type: none;
    display: list-item;
    padding: 0 0 10px;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #430306;
  background-color: rgba(67, 3, 6, 0.8);
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOut 2s ease-out 3s forwards; /* 3秒後にフェードアウト */
}
.loader .loader-inner {
  opacity: 0;
  animation: fadeIn 1s ease-out 0.5s forwards;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.loader .loader-inner img {
  width: 100%;
}
.loader .loader-inner .loader-logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 481px) {
  .loader .loader-inner {
    width: 75vw;
    height: 75vw;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
body.front.haskey .loader {
  display: none;
}
body.front.haskey #wrap {
  display: block;
}
body.front.loaded .loader {
  pointer-events: none;
}
body.front.loaded #wrap {
  display: block;
}

/* モーダル全体のスタイル */
.fp-modal {
  display: block; /* 最初はモーダルが表示されている */
  position: fixed;
  z-index: 1000; /* モーダルが他の要素よりも前面に来るように */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を暗くする */
  /* モーダル内のコンテンツ */
}
.fp-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 480px;
  /* 閉じるボタン */
}
.fp-modal .modal-content img {
  width: 100%;
}
.fp-modal .modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

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