@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header.header-fix {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px)
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header.header-scroll {
  background: #F5F8FF
}
.header.header-scroll .beginners a, .header.header-scroll .members a, .header.header-scroll .asap {
  border-radius: 0
}
.header .header__wrap {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px
}
@media only screen and (max-width: 1440px) {
  .header .header__wrap {
    padding: 0 20px
  }
}
@media only screen and (max-width: 1024px) {
  .header .header__wrap {
    padding: 0
  }
}
@media only screen and (max-width: 1024px) {
  .header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 60px;
    background: #F5F8FF
  }
  .header .header__inner.is-active .header__toggle span {
    border-color: transparent
  }
  .header .header__inner.is-active .header__toggle span:before {
    -webkit-transform: rotateZ(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px)
  }
  .header .header__inner.is-active .header__toggle span:after {
    -webkit-transform: rotateZ(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px)
  }
}
.header .header__logo {
  max-width: 170px
}
@media only screen and (max-width: 1024px) {
  .header .header__logo {
    max-width: 93px
  }
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header .header__toggle {
  display: none;
  width: 30px;
  height: 20px
}
@media only screen and (max-width: 1024px) {
  .header .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.header .header__toggle span {
  position: relative;
  width: 30px;
  border-top: 1px solid #3C3C3C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header .header__toggle span:before, .header .header__toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #3C3C3C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header .header__toggle span:before {
  top: -11px
}
.header .header__toggle span:after {
  top: 9px
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__upBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px
}
@media only screen and (max-width: 1440px) {
  .header__upBtn {
    margin-left: 12px
  }
}
@media only screen and (max-width: 1024px) {
  .header__upBtn {
    display: none
  }
}
@media only screen and (max-width: 767px) {
  .header__upBtn {
    margin-left: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width: 1024px) {
  .nav {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    top: 60px;
    background: #F5F8FF;
    padding: 40px 30px;
    height: calc(100vh - 60px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999
  }
  .nav.is-transition {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .nav.is-active {
    opacity: 1;
    visibility: visible
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .nav__list {
    display: block
  }
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px
}
@media only screen and (max-width: 1440px) {
  .nav__item {
    margin-left: 12px
  }
}
@media only screen and (max-width: 1024px) {
  .nav__item {
    border-bottom: 1px solid #E5E8FD
  }
  .nav__item:last-child {
    border-bottom: none
  }
}
.nav__link {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .06em;
  font-family: Nanum Myeongjo, serif;
  white-space: nowrap
}
@media only screen and (min-width: 768px) {
  .nav__link:hover {
    opacity: 1
  }
  .nav__link:hover:after {
    width: 100%
  }
}
.nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 0;
  border-bottom: 1px solid #3C3C3C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 1440px) {
  .nav__link {
    font-size: 1.5rem
  }
}
@media only screen and (max-width: 1024px) {
  .nav__link {
    font-size: 2rem;
    line-height: 1.55;
    padding: 12px 0;
    font-weight: 400
  }
}
.nav__gr {
  display: none
}
@media only screen and (max-width: 1024px) {
  .nav__gr {
    display: block
  }
}
.nav__btn {
  border-radius: 30px;
  background: #3C3C3C;
  overflow: hidden
}
.nav__btn a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  padding: 4px 0;
  color: #fff;
  position: relative;
  font-family: Zen Old Mincho, serif;
  font-weight: 500
}
.nav__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff
}
.nav__btn + .nav__btn {
  margin-top: 10px
}
@media only screen and (max-width: 1024px) {
  .beginners, .members {
    width: 33.3333333333%
  }
}
.beginners a, .members a {
  display: block;
  padding: 14px 10px;
  border-radius: 0 0 10px 10px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-family: Zen Old Mincho, serif;
  text-align: center;
  font-weight: 600;
  min-width: 158px;
  border: 1px solid
}
@media only screen and (max-width: 1440px) {
  .beginners a, .members a {
    font-size: 1.3rem;
    min-width: 125px;
    max-height: 80px
  }
}
@media only screen and (max-width: 767px) {
  .beginners a, .members a {
    min-width: auto;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2px;
    min-height: 30px
  }
}
.beginners__sub, .members__sub {
  display: block;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .beginners__sub, .members__sub {
    width: 26px;
    height: 26px;
    border-radius: 2px;
    font-size: 0
  }
}
.beginners__main, .members__main {
  display: block;
  letter-spacing: .04em;
  line-height: 1;
  margin: 8px 0 -2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 1440px) {
  .beginners__main, .members__main {
    margin-bottom: -2px
  }
}
@media only screen and (max-width: 767px) {
  .beginners__main, .members__main {
    margin: 0;
    font-size: 1rem;
    letter-spacing: .06em;
    width: calc(100% - 26px)
  }
}
.beginners__main span, .members__main span {
  font-size: 2.4rem
}
@media only screen and (max-width: 1440px) {
  .beginners__main span, .members__main span {
    font-size: 2rem
  }
}
@media only screen and (max-width: 767px) {
  .beginners__main span, .members__main span {
    font-size: 1rem
  }
}
.beginners a {
  background: #D5DBFF;
  border-color: #d5dbff
}
@media only screen and (min-width: 768px) {
  .beginners a:hover {
    background: #fff
  }
  .beginners a:hover .beginners__sub {
    background: #D5DBFF
  }
}
@media only screen and (max-width: 767px) {
  .beginners__sub {
    background: #fff url(/pilates/assets/img/common/icon/ic_beginner.png) no-repeat center;
    background-size: 10px 16px
  }
}
.members {
  margin-left: 10px
}
@media only screen and (max-width: 1024px) {
  .members {
    margin-left: 0
  }
}
.members a {
  background: rgba(60, 60, 60, .9);
  border-color: #3c3c3ce6
}
@media only screen and (min-width: 768px) {
  .members a:hover {
    background: #fff;
    opacity: 1
  }
  .members a:hover .members__sub {
    background: rgba(60, 60, 60, .9);
    color: #fff
  }
  .members a:hover .members__main {
    color: #3c3c3c
  }
}
@media only screen and (max-width: 1024px) {
  .members a {
    background: #4F4F4F
  }
}
@media only screen and (max-width: 767px) {
  .members__sub {
    background: #fff url(/pilates/assets/img/common/icon/ic_member.png) no-repeat center;
    background-size: 15px 15px
  }
}
.members__main {
  font-size: 2.4rem;
  color: #fff
}
@media only screen and (max-width: 1440px) {
  .members__main {
    font-size: 2rem
  }
}
@media only screen and (max-width: 767px) {
  .members__main {
    font-size: 1rem
  }
}
.asap {
  margin-left: 10px;
  width: 90px;
  height: 90px;
  border: 1px solid #3C3C3C;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  overflow: hidden
}
@media only screen and (max-width: 1440px) {
  .asap {
    height: 80px
  }
}
@media only screen and (max-width: 767px) {
  .asap {
    margin-left: 0;
    width: 33.3333333333%;
    border-radius: 0;
    height: auto;
    border: 1px solid #3C3C3C
  }
}
.asap a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-weight: 600;
  font-family: Zen Old Mincho, serif;
  background: rgba(255, 255, 255, .7)
}
@media only screen and (min-width: 768px) {
  .asap a:hover {
    opacity: 1;
    background: #3C3C3C;
    color: #fff
  }
}
@media only screen and (max-width: 767px) {
  .asap a {
    font-size: 1rem;
    line-height: 1;
    background: #fff
  }
  .asap a br {
    display: none
  }
}
.contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3C3C3C;
  color: #fff;
  z-index: 10;
  border-top: 1px solid #FFFFFF
}
@media only screen and (max-width: 767px) {
  .contact {
    display: none
  }
}
.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0
}
.contact__item:first-child, .contact__item:last-child {
  max-width: 400px;
  border: 0
}
.contact__item:nth-child(1) .contact__link:before {
  background: url(/pilates/assets/img/common/icon/ic_phone.png) no-repeat center;
  background-size: 26px 26px;
  width: 26px;
  height: 26px
}
@media only screen and (max-width: 1024px) {
  .contact__item:nth-child(1) .contact__link:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px
  }
}
.contact__item:nth-child(2) .contact__link:before {
  background: url(/pilates/assets/img/common/icon/ic_schedule.png) no-repeat center;
  background-size: 26px 28px;
  width: 26px;
  height: 28px
}
@media only screen and (max-width: 1024px) {
  .contact__item:nth-child(2) .contact__link:before {
    background-size: 20px 22px;
    width: 20px;
    height: 22px
  }
}
.contact__item:nth-child(3) .contact__link:before {
  background: url(/pilates/assets/img/common/icon/ic_mail.png) no-repeat center;
  background-size: 32px 22px;
  width: 32px;
  height: 22px
}
@media only screen and (max-width: 1024px) {
  .contact__item:nth-child(3) .contact__link:before {
    background-size: 26px 16px;
    width: 26px;
    height: 16px
  }
}
.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: Zen Old Mincho, serif;
  padding: 29px 0
}
@media only screen and (max-width: 1024px) {
  .contact__link {
    font-size: 1.7rem;
    line-height: 1.8823529412
  }
}
.contact__link:before {
  content: "";
  position: relative;
  display: block;
  margin-right: 30px
}
@media only screen and (max-width: 1440px) {
  .contact__link:before {
    margin-right: 20px
  }
}
.footer {
  overflow: hidden;
  background: #F5F8FF
}
.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.footer__line a {
  width: 60px;
  height: 60px;
  margin: 0 30px;
  mix-blend-mode: multiply
}
.footer__line a svg {
  width: 100%;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .footer__line a {
    margin: 0 15px
  }
}
.footer .container {
  padding: 60px 20px
}
@media only screen and (max-width: 767px) {
  .footer .container {
    padding: 90px 20px 60px
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -30px 0
}
@media only screen and (max-width: 1024px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    margin: 60px 0 0
  }
}
.footer__col {
  width: 25%;
  padding: 0 30px
}
@media only screen and (max-width: 1024px) {
  .footer__col {
    width: 33.3333333333%
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    padding: 0
  }
}
.footer__col:not(:last-child) {
  border-right: 1px solid #DFEAEE
}
@media only screen and (max-width: 767px) {
  .footer__col:not(:last-child) {
    display: none
  }
}
@media only screen and (max-width: 1024px) {
  .footer__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media only screen and (max-width: 1024px) {
  .footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
@media only screen and (max-width: 1024px) {
  .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}
.footer__col:last-child {
  min-width: 315px
}
@media only screen and (max-width: 1024px) {
  .footer__col:last-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 60px;
    min-width: auto
  }
}
@media only screen and (max-width: 767px) {
  .footer__col:last-child {
    margin-bottom: 0
  }
}
@media only screen and (max-width: 1024px) {
  .footer__info {
    max-width: 300px;
    margin: 0 auto
  }
}
@media only screen and (max-width: 767px) {
  .footer__info {
    max-width: 240px
  }
}
.footer__navitem {
  line-height: 1
}
.footer__navLink {
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  padding-left: 20px
}
.footer__navLink:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #6D9FC0;
  border-right: 1px solid #6D9FC0
}
.footer__nav ul {
  padding-left: 18px;
  margin: 1px 0 2px
}
.footer__address {
  font-size: 1.3rem;
  line-height: 2.3076923077;
  margin: 18px 0
}
@media only screen and (max-width: 1024px) {
  .footer__address {
    text-align: center
  }
}
@media only screen and (max-width: 767px) {
  .footer__address {
    font-size: 1rem
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 0 5px;
  white-space: nowrap
}
.footer__listLabel {
  width: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #fff;
  background: #3C3C3C;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .footer__listLabel {
    width: 40px;
    font-size: 1rem;
    line-height: 1.5
  }
}
.footer__listText {
  font-size: 1.3rem;
  margin-left: 4px
}
@media only screen and (max-width: 767px) {
  .footer__listText {
    font-size: 1rem;
    margin-left: 10px
  }
}
.footer__copyright {
  background: #3C3C3C;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0666666667;
  color: #fff;
  padding: 14px 20px;
  font-family: Zen Old Mincho, serif;
  font-weight: 700;
  text-align: center
}
.footer__copyright span {
  font-family: Nanum Myeongjo, serif;
  font-weight: 900
}
@media only screen and (max-width: 767px) {
  .footer__copyright span {
    display: block
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    line-height: 1.4666666667;
    padding: 23px 20px
  }
}
.scrolltop {
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 9;
  -webkit-transform: translateY(165px);
  transform: translateY(165px)
}
.scrolltop.absolute {
  bottom: 170px
}
@media only screen and (max-width: 767px) {
  .scrolltop.absolute {
    bottom: 130px
  }
}
@media only screen and (max-width: 767px) {
  .scrolltop {
    bottom: 40px;
    right: 10px
  }
}
.scrolltop a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  line-height: normal;
  background: #3C3C3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .scrolltop a {
    width: 40px;
    height: 40px;
    font-size: 1rem
  }
}
.scrolltop.UpMove {
  -webkit-animation: UpAnime .5s forwards;
  animation: UpAnime .5s forwards
}
.scrolltop.DownMove {
  -webkit-animation: DownAnime .5s forwards;
  animation: DownAnime .5s forwards
}
@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .breadcrumb li {
    line-height: normal
  }
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  display: inline-block;
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 10px 0 2px
}
.breadcrumb a, .breadcrumb span {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 500;
  letter-spacing: .05em
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1;
  color: #3c3c3c;
  padding-bottom: 90px
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 30px
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.5rem;
    line-height: 1.93
  }
}
main {
  overflow: hidden;
  background: #F5F8FF
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 60px
  }
}
.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px
}
.mainvisual {
  position: relative
}
.mainvisual__img {
  height: 100vh
}
@media only screen and (max-width: 767px) {
  .mainvisual__img {
    height: 420px
  }
}
.mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mainvisual__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainvisual__inner {
  width: 585px
}
@media only screen and (max-width: 767px) {
  .mainvisual__inner {
    width: 100%;
    height: 100%;
    padding: 83px 20px 66px
  }
}
.mainvisual__bl {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto
}
.mainvisual__jp {
  font-family: Zen Old Mincho, serif;
  font-size: 2.9rem;
  line-height: 1.3103448276;
  font-weight: 700;
  letter-spacing: -.01em
}
@media only screen and (max-width: 767px) {
  .mainvisual__jp {
    font-size: 1.6rem;
    letter-spacing: .01em
  }
}
.mainvisual__jp span {
  font-size: 6.2rem;
  letter-spacing: .11em;
  font-family: Nanum Myeongjo, serif;
  margin-right: 16px;
  font-weight: 400;
  text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF
}
@media only screen and (max-width: 767px) {
  .mainvisual__jp span {
    font-size: 3.5rem;
    margin-right: 10px
  }
}
.mainvisual__en {
  position: relative;
  top: -2px;
  display: block;
  font-family: Nanum Myeongjo, serif;
  font-size: 10.6rem;
  letter-spacing: .11em;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF
}
@media only screen and (max-width: 767px) {
  .mainvisual__en {
    font-size: 6rem;
    top: -1px
  }
}
.mainvisual__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nanum Myeongjo, serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 48px
}
@media only screen and (max-width: 767px) {
  .mainvisual__text {
    margin-top: 19px
  }
}
.mainvisual__txtStart {
  font-size: 4.8rem;
  letter-spacing: .09em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .mainvisual__txtStart {
    font-size: 2.7rem
  }
}
.mainvisual__txtStart:after {
  content: "";
  position: relative;
  display: block;
  width: 118px;
  height: 10px;
  background: url(/pilates/assets/img/common/icon/ic_arrow.png) no-repeat center;
  background-size: 118px 10px;
  margin-left: 9px;
  top: -1px
}
@media only screen and (max-width: 767px) {
  .mainvisual__txtStart:after {
    width: 67px;
    height: 5px;
    background-size: 67px 5px;
    margin-left: 6px;
    top: 0
  }
}
.mainvisual__number {
  position: relative;
  font-size: 4.6rem;
  letter-spacing: .08em;
  margin: 0 8px 0 13px;
  top: 3px
}
@media only screen and (max-width: 767px) {
  .mainvisual__number {
    font-size: 2.6rem;
    top: 1px;
    margin: 0 7px
  }
}
.mainvisual__number span {
  font-size: 2.4rem;
  letter-spacing: .05em;
  position: absolute;
  top: -31px;
  left: 0
}
@media only screen and (max-width: 767px) {
  .mainvisual__number span {
    font-size: 1.3rem;
    top: -16px
  }
}
.mainvisual__stt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  border-top: 1px solid #3C3C3C;
  border-bottom: 1px solid #3C3C3C;
  padding: 6px 0;
  width: 85px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .mainvisual__stt {
    font-size: 1.3rem;
    width: 48px;
    padding: 4px 0 3px
  }
}
.mainvisual__btn {
  background: rgba(255, 255, 255, .7);
  border-radius: 75px;
  border: 1px solid #3C3C3C;
  max-width: 585px;
  overflow: hidden;
  font-family: Zen Old Mincho, serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 180px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 6px 10px rgba(185, 207, 241, .5);
  box-shadow: 0 6px 10px #b9cff180
}
@media only screen and (min-width: 768px) {
  .mainvisual__btn:hover {
    background: #3C3C3C
  }
  .mainvisual__btn:hover a {
    opacity: 1
  }
  .mainvisual__btn:hover a:after {
    background: #FFFFFF url(/pilates/assets/img/common/icon/ic_arrow-B.png) no-repeat center left 8px
  }
  .mainvisual__btn:hover .mainvisual__btnDes {
    border-color: #fff;
    color: #fff
  }
  .mainvisual__btn:hover .mainvisual__btnTxt {
    color: #fff
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__btn {
    margin: 58px auto 0;
    max-width: 350px
  }
}
.mainvisual__btn a {
  position: relative;
  padding: 16px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -26px
}
@media only screen and (max-width: 767px) {
  .mainvisual__btn a {
    padding: 10px 30px;
    margin: 0 -18px
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual__btn a {
    padding: 2.5641025641vw 7.6923076923vw;
    margin: 0 -4.6153846154vw
  }
}
.mainvisual__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 74px;
  width: 22px;
  height: 22px;
  background: #3C3C3C url(/pilates/assets/img/common/icon/ic_arrow-W.png) no-repeat center left 8px;
  background-size: 7px 14px !important;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .mainvisual__btn a:after {
    right: 44px
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual__btn a:after {
    right: 11.2820512821vw;
    background-size: 1.7948717949vw 3.5897435897vw !important;
    width: 5.641025641vw;
    height: 5.641025641vw;
    background-position: center left 2.0512820513vw
  }
}
.mainvisual__btnDes {
  font-size: 1.5rem;
  letter-spacing: -.01em;
  text-align: center;
  padding: 0 23px;
  border-right: 1px solid #3C3C3C;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .mainvisual__btnDes {
    font-size: 1rem;
    padding: 0 13px
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual__btnDes {
    font-size: 2.5641025641vw;
    padding: 0 3.3333333333vw
  }
}
.mainvisual__btnNum {
  font-size: 3.4rem;
  display: block;
  letter-spacing: .05em;
  margin-bottom: -5px;
  position: relative;
  top: -9px;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .mainvisual__btnNum {
    font-size: 2.3rem;
    margin-bottom: -2px;
    top: -7px
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual__btnNum {
    font-size: 5.8974358974vw;
    margin-bottom: -.5128205128vw;
    top: -1.7948717949vw
  }
}
.mainvisual__btnNum span {
  font-size: 4.8rem;
  position: relative;
  left: 1px;
  top: 2px
}
@media only screen and (max-width: 767px) {
  .mainvisual__btnNum span {
    font-size: 3.2rem
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual__btnNum span {
    font-size: 8.2051282051vw;
    left: .2564102564vw;
    top: .5128205128vw
  }
}
.mainvisual__btnTxt {
  padding: 13px 23px;
  font-size: 3.1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .mainvisual__btnTxt {
    font-size: 1.7rem;
    padding: 11px 15px
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual__btnTxt {
    font-size: 4.358974359vw;
    padding: 2.8205128205vw 3.8461538462vw
  }
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 1.6rem
  }
}
@media only screen and (min-width: 768px) {
  .btn:hover {
    opacity: 1
  }
  .btn:hover:before {
    background: #393C4B url(../img/common/icon/ic_arrow_wh.png) no-repeat center
  }
  .btn:hover span:after {
    width: 100%
  }
}
.btn:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #393C4B;
  background: #fff url(../img/common/icon/ic_arrow.png) no-repeat center;
  background-size: 24px 24px !important;
  margin-right: 19px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.btn span {
  position: relative;
  line-height: 1
}
.btn span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #393C4B;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -50%
}
@media only screen and (max-width: 767px) {
  .btn__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto
  }
}
.btn__group .btn {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.btn__group .btn:not(:first-child) {
  margin-left: 30px
}
@media only screen and (max-width: 767px) {
  .btn__group .btn:not(:first-child) {
    margin-left: 0
  }
}
.titleMain {
  margin-bottom: 82px
}
@media only screen and (max-width: 767px) {
  .titleMain {
    margin-bottom: 40px
  }
}
.titleMain__en {
  font-family: Nanum Myeongjo, serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 400;
  margin-bottom: 50px;
  display: block
}
@media only screen and (max-width: 767px) {
  .titleMain__en {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px
  }
}
.titleMain__jp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: .07em;
  font-family: Zen Old Mincho, serif;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .titleMain__jp {
    font-size: 1.8rem;
    letter-spacing: .05em
  }
}
.titleMain__jp:before {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  border-top: 1px solid #3C3C3C;
  margin-right: 30px;
  top: 18px
}
@media only screen and (max-width: 767px) {
  .titleMain__jp:before {
    width: 30px;
    margin-right: 5px;
    top: 14px
  }
}
.imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .imgtxt {
    display: block
  }
}
.imgtxt__img {
  margin-left: calc(-.5*(100vw - 1140px));
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 120px
}
@media only screen and (max-width: 1180px) {
  .imgtxt__img {
    margin-left: -20px;
    padding-right: 60px
  }
}
.imgtxt__content {
  width: 39.4736842105%
}
@media only screen and (max-width: 1024px) {
  .imgtxt__content {
    width: 50%
  }
}
@media only screen and (max-width: 767px) {
  .imgtxt__content {
    width: 100% !important;
    padding: 60px 10px 0 !important
  }
}
.imgtxt__title {
  font-family: Zen Old Mincho, serif;
  font-size: 2.4rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: .07em;
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .imgtxt__title {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.65
  }
}
.imgtxt__text {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: .1em;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .imgtxt__text {
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: .05em
  }
  .imgtxt__text span {
    display: block
  }
  .imgtxt__text span + span {
    margin-top: 12px
  }
}
.imgtxt__row:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E8FD
}
.imgtxt__row + .imgtxt__row {
  margin-top: 50px
}
.imgtxt.revered .imgtxt__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 120px;
  margin-left: 0
}
@media only screen and (max-width: 1180px) {
  .imgtxt.revered .imgtxt__img {
    padding-left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .imgtxt.revered .imgtxt__img {
    margin-right: -20px
  }
}
.imgtxt.revered .imgtxt__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0
}
.program__item:not(:last-child) {
  border-bottom: 1px solid #E5E8FD
}
.program__item:first-child {
  padding-top: 0
}
.program__item:last-child {
  padding-bottom: 0
}
@media only screen and (max-width: 767px) {
  .program__item {
    display: block;
    padding: 60px 0
  }
}
.program__img {
  position: relative;
  top: -1px;
  width: 240px
}
@media only screen and (max-width: 767px) {
  .program__img {
    margin: 0 auto
  }
}
.program__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 120px
}
@media only screen and (max-width: 1180px) {
  .program__content {
    padding-left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .program__content {
    padding: 22px 10px 0
  }
}
.program__title {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 400;
  letter-spacing: .07em;
  font-family: Zen Old Mincho, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 76px
}
@media only screen and (max-width: 767px) {
  .program__title {
    font-size: 2rem;
    line-height: 1.55;
    padding-left: 46px;
    margin-bottom: 25px
  }
}
.program__stt {
  position: absolute;
  top: -19px;
  left: 0;
  font-family: Nanum Myeongjo, serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #96a4ed;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  text-align: center;
  margin-right: 40px
}
@media only screen and (max-width: 767px) {
  .program__stt {
    font-size: 1.3rem;
    top: -17px
  }
}
.program__stt span {
  letter-spacing: .05em;
  border-top: 1px solid #96A4ED;
  padding-top: 4px;
  margin-top: 4px;
  display: block;
  font-size: 3rem
}
@media only screen and (max-width: 767px) {
  .program__stt span {
    font-size: 2.5rem;
    margin-top: 3px;
    padding-top: 3px
  }
}
.program__text {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: .1em;
  font-weight: 400
}
@media only screen and (max-width: 1024px) {
  .program__text {
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: .05em;
    font-weight: 500
  }
}
@media only screen and (max-width: 767px) {
  .program__text {
    text-align: justify
  }
}
.program__text span {
  display: block
}
@media only screen and (max-width: 767px) {
  .program__text span {
    display: inline
  }
}
.program__text span + span {
  margin-top: 8px
}
@media only screen and (max-width: 767px) {
  .program__text span + span {
    margin-top: 0
  }
}
.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -60px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .staff__list {
    margin: 0 -30px
  }
}
@media only screen and (max-width: 767px) {
  .staff__list {
    display: block;
    margin: 0
  }
}
.staff__item {
  width: 50%;
  padding: 0 60px;
  margin-bottom: 60px;
}

.staff__item:last-child{
  margin-bottom: 0;	
}

@media only screen and (max-width: 1180px) {
  .staff__item {
    padding: 0 30px
  }
}
@media only screen and (max-width: 767px) {
  .staff__item {
    width: 100%;
    padding: 0
  }
  .staff__item + .staff__item {
    margin-top: 55px;
    padding-top: 55px;
    border-top: 1px solid #F2F8FF
  }
}
.staff__item img {
  border-radius: 10px
}
.staff__content {
  padding: 60px 0 0
}
@media only screen and (max-width: 767px) {
  .staff__content {
    padding: 30px 0 0
  }
}
.staff__title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 400;
  letter-spacing: .05em;
  font-family: Zen Old Mincho, serif;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .staff__title {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.9
  }
}
.staff__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nanum Myeongjo, serif
}
.staff__title span:after {
  content: "";
  position: relative;
  display: block;
  width: 90px;
  height: 8px;
  background: url(/pilates/assets/img/common/icon/ic_arrow.png) no-repeat center;
  background-size: 90px 8px;
  margin: 0 30px
}
@media only screen and (max-width: 767px) {
  .staff__title span:after {
    width: 60px;
    height: 8px;
    background-size: 60px 8px;
    margin: 0 15px
  }
}
.staff__text {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: .1em
}
@media only screen and (max-width: 767px) {
  .staff__text {
    font-size: 1.5rem;
    line-height: 1.7058823529
  }
}
.staff__text span {
  display: block
}
.staff__text span + span {
  margin-top: 9px
}
@media only screen and (max-width: 767px) {
  .staff__text span + span {
    margin-top: 8px
  }
}
.faq__title {
  background: -webkit-gradient(linear, left top, right top, from(#F5FAFF), color-stop(30%, #E7F1FF), color-stop(50%, #CDEFFF), color-stop(80%, #E7F1FF), to(#F5FAFF));
  background: -webkit-linear-gradient(left, #F5FAFF 0%, #E7F1FF 30%, #CDEFFF 50%, #E7F1FF 80%, #F5FAFF 100%);
  background: linear-gradient(90deg, #F5FAFF 0%, #E7F1FF 30%, #CDEFFF 50%, #E7F1FF 80%, #F5FAFF 100%);
  font-size: 2.4rem;
  line-height: 1.625;
  padding: 22px 0;
  text-align: center;
  font-family: Zen Old Mincho, serif;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .faq__title {
    font-size: 2rem;
    line-height: 1.55;
    padding: 7px 0;
    margin-bottom: 30px
  }
}
.faq__row + .faq__row {
  margin-top: 120px
}
@media only screen and (max-width: 767px) {
  .faq__row + .faq__row {
    margin-top: 90px
  }
}
.faq__item {
  padding: 60px 0
}
.faq__item:first-child {
  padding-top: 0
}
.faq__item:last-child {
  padding-bottom: 0
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #E5E8FD
}
.faq__q {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: .1em;
  font-weight: 700;
  position: relative;
  padding: 3px 0 3px 72px;
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .faq__q {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: .05em;
    padding: 0 0 0 50px;
    margin-bottom: 30px
  }
}
.faq__q:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #CDEFFF;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: .1em;
  font-family: Nanum Myeongjo, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .faq__q:before {
    width: 30px;
    height: 30px;
    font-size: 1.5rem
  }
}
.faq__a {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: .1em;
  font-weight: 400;
  position: relative;
  padding-left: 72px
}
@media only screen and (max-width: 767px) {
  .faq__a {
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: .06em;
    padding-left: 50px
  }
}
.faq__a:before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #3C3C3C;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: .1em;
  font-family: Nanum Myeongjo, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .faq__a:before {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    top: 1px
  }
}
.reservation__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (max-width: 1180px) {
  .reservation__list {
    margin: 0 -10px
  }
}
@media only screen and (max-width: 767px) {
  .reservation__list {
    display: block;
    margin: 0 auto
  }
}
.reservation__item {
  margin: 0 60px;
  min-width: 260px
}
@media only screen and (max-width: 1180px) {
  .reservation__item {
    margin: 0;
    padding: 0 10px;
    width: 33.3333333333%;
    min-width: auto;
    max-width: 260px
  }
}
@media only screen and (max-width: 767px) {
  .reservation__item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
  }
  .reservation__item + .reservation__item {
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid #F2F8FF
  }
}
@media only screen and (max-width: 767px) {
  .reservation__inner {
    max-width: 240px;
    margin: 0 auto
  }
}
.reservation__title {
  font-family: Zen Old Mincho, serif;
  font-size: 2.4rem;
  line-height: normal;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
  white-space: nowrap
}
@media only screen and (max-width: 1180px) {
  .reservation__title {
    font-size: 2rem
  }
}
@media only screen and (max-width: 767px) {
  .reservation__title {
    margin-bottom: 10px
  }
}
.reservation__title span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .reservation__title span {
    font-size: 1.2rem;
    margin-bottom: 15px
  }
}
.reservation__btn {
  width: 100%
}
.reservation__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
  padding: 16px 27px;
  font-family: Zen Old Mincho, serif;
  white-space: nowrap
}
@media only screen and (min-width: 768px) {
  .reservation__btn a:hover {
    opacity: 1;
    background: #3C3C3C;
    color: #fff
  }
  .reservation__btn a:hover:after {
    background: #fff url(/pilates/assets/img/common/icon/ic_arrow-B.png) no-repeat center left 8px
  }
}
@media only screen and (max-width: 1180px) {
  .reservation__btn a {
    padding: 16px
  }
}
@media only screen and (max-width: 767px) {
  .reservation__btn a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media only screen and (max-width: 767px) {
  .reservation__btn a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
  }
}
.reservation__btn a:after {
  content: "";
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background: #3C3C3C url(/pilates/assets/img/common/icon/ic_arrow-W.png) no-repeat center left 8px;
  background-size: 7px 14px !important;
  border-radius: 50%;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 1180px) {
  .reservation__btn a:after {
    margin-left: 10px
  }
}
.table {
  width: 100%
}
.table tr:last-child td {
  border-bottom: 0
}
.table tr:last-child td:after {
  display: none
}
.table td {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 22px 0 23px;
  position: relative;
  border-bottom: 1px solid #fff;
  vertical-align: top
}
@media only screen and (max-width: 767px) {
  .table td {
    display: block;
    font-size: 1.6rem
  }
}
.table td:first-child {
  font-weight: 600;
  width: 25.3%;
  white-space: nowrap
}
@media only screen and (max-width: 767px) {
  .table td:first-child {
    width: 100%
  }
}
.table td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0
}
.booking {
  position: absolute;
  bottom: 180px;
  right: 30px;
  display: block;
  width: 200px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF9F4), color-stop(50%, #D5DBFF));
  background: -webkit-linear-gradient(top, #FFF9F4 0%, #D5DBFF 50%);
  background: linear-gradient(180deg, #FFF9F4 0%, #D5DBFF 50%);
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, .25);
  box-shadow: inset 0 4px 4px #ffffff40;
  text-align: center;
  font-family: Zen Old Mincho, serif;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 46px 0 31px;
  z-index: 11
}
@media only screen and (max-width: 1180px) {
  .booking {
    bottom: 300px;
    width: 100px;
    font-size: 2.2rem;
    padding: 15px 0 10px
  }
}
@media only screen and (max-width: 767px) {
  .booking {
    display: none
  }
}
.booking:after {
  content: "";
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  background: #fff url(/pilates/assets/img/common/icon/ic_arrow-B.png) no-repeat center left 8px;
  border-radius: 50%;
  background-size: 7px 14px;
  margin: 20px auto 0
}
@media only screen and (max-width: 1180px) {
  .booking:after {
    margin-top: 10px
  }
}
.booking span {
  display: block;
  font-size: 3.1rem;
  margin-bottom: 5px
}
@media only screen and (max-width: 1180px) {
  .booking span {
    font-size: 1.5rem
  }
}
.pilates {
  padding: 90px 0
}
.pilates .imgtxt__content {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .pilates .imgtxt__title {
    position: relative
  }
  .pilates .imgtxt__title:before {
    content: "";
    position: absolute;
    top: -22px;
    left: -40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/pilates/assets/img/top/pilates_item-bg.png) no-repeat center;
    background-size: cover
  }
}
.effect {
  padding: 90px 0;
  background: url(/pilates/assets/img/top/effect_bg.jpg) no-repeat center;
  background-size: cover !important
}
@media only screen and (max-width: 767px) {
  .effect {
    background: url(/pilates/assets/img/top/effect_bg-sp.png) no-repeat center
  }
}
.effect .imgtxt:not(:last-child) {
  margin-bottom: 180px
}
.effect .imgtxt:nth-of-type(even) .imgtxt__content {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .effect .imgtxt:nth-of-type(even) .imgtxt__img img {
    border-radius: 0 75px 0 0
  }
}
.effect .imgtxt__img {
  margin: 0
}
@media only screen and (max-width: 767px) {
  .effect .imgtxt__img {
    margin-left: -20px;
    padding-right: 10px !important
  }
  .effect .imgtxt__img img {
    border-radius: 75px 0 0;
    height: 61.5384615385vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.effect .imgtxt__text span {
  display: block
}
@media only screen and (max-width: 767px) {
  .effect .imgtxt__text span + span {
    margin-top: 8px
  }
}
@media only screen and (max-width: 767px) {
  .effect .imgtxt.revered .imgtxt__img {
    padding-left: 10px !important;
    padding-right: 0 !important
  }
}
.program {
  padding: 90px 0 240px
}
@media only screen and (max-width: 767px) {
  .program {
    padding: 90px 0
  }
}
.price {
  padding: 180px 0 340px;
  background: url(/pilates/assets/img/top/price_bg.png) no-repeat center top;
  background-size: cover;
  margin-top: -12px
}
@media only screen and (max-width: 767px) {
  .price {
    padding: 60px 0 120px;
    margin-top: 0
  }
}
.price__block {
  max-width: 800px;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .price__block {
    padding: 0 10px
  }
}
.price__title {
  position: relative
}
.price__title:before, .price__title:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  border-left: 1px solid #3C3C3C
}
@media only screen and (max-width: 767px) {
  .price__title:before, .price__title:after {
    width: 6px;
    height: 6px
  }
}
.price__title:before {
  top: 0;
  border-top: 1px solid #3C3C3C
}
.price__title:after {
  bottom: 0;
  border-bottom: 1px solid #3C3C3C
}
.price__title span {
  display: block;
  font-size: 3.4rem;
  letter-spacing: .05em;
  line-height: 52px;
  font-weight: 600;
  font-family: Zen Old Mincho, serif;
  text-align: center;
  background: #fff;
  padding: 19px 0
}
@media only screen and (max-width: 767px) {
  .price__title span {
    font-size: 1.5rem;
    line-height: 26px;
    padding: 2px 0
  }
}
.price__title span:before, .price__title span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  border-right: 1px solid #3C3C3C
}
@media only screen and (max-width: 767px) {
  .price__title span:before, .price__title span:after {
    width: 6px;
    height: 6px
  }
}
.price__title span:before {
  top: 0;
  border-top: 1px solid #3C3C3C
}
.price__title span:after {
  bottom: 0;
  border-bottom: 1px solid #3C3C3C
}
.price__content {
  margin-top: 10px;
  background: #fff;
  font-family: Zen Old Mincho, serif
}
@media only screen and (max-width: 767px) {
  .price__content {
    margin-top: 5px
  }
}
.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px
}
.price__row:not(:last-child) {
  border-bottom: 1px solid #F2FAFF
}
@media only screen and (max-width: 767px) {
  .price__row {
    padding: 15px 20px
  }
}
.price__txt {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: .05em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 28px
}
@media only screen and (max-width: 767px) {
  .price__txt {
    font-size: 1.5rem;
    line-height: normal;
    margin-right: 6px
  }
}
@media only screen and (max-width: 389px) {
  .price__txt {
    font-size: 3.8461538462vw;
    margin-right: 1.5384615385vw
  }
}
.price__txt:after {
  content: "";
  position: relative;
  top: -1px;
  display: block;
  border-top: 1px dashed #3C3C3C;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 24px
}
@media only screen and (max-width: 767px) {
  .price__txt:after {
    margin-left: 6px;
    top: 0
  }
}
@media only screen and (max-width: 389px) {
  .price__txt:after {
    margin-left: 1.5384615385vw
  }
}
.price__text {
  position: relative;
  line-height: 1.5833333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: .08em;
  white-space: nowrap;
  top: -6px
}
@media only screen and (max-width: 767px) {
  .price__text {
    line-height: normal;
    top: -3px
  }
}
@media only screen and (max-width: 389px) {
  .price__text {
    top: -.7692307692vw
  }
}
.price__text:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 16px;
  background: #e0e4fd;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .price__text:after {
    height: 7px
  }
}
@media only screen and (max-width: 389px) {
  .price__text:after {
    height: 1.7948717949vw;
    bottom: .5128205128vw
  }
}
.price__text * {
  position: relative;
  z-index: 2
}
.price__init {
  font-size: 2.4rem;
  margin-left: -3px
}
@media only screen and (max-width: 767px) {
  .price__init {
    font-size: 1.5rem;
    margin-left: 2px
  }
}
@media only screen and (max-width: 389px) {
  .price__init {
    font-size: 3.8461538462vw;
    margin-left: .5128205128vw
  }
}
.price__num {
  font-size: 3.4rem;
  letter-spacing: .08em;
  margin-left: -5px
}
@media only screen and (max-width: 767px) {
  .price__num {
    font-size: 2rem
  }
}
@media only screen and (max-width: 389px) {
  .price__num {
    font-size: 5.1282051282vw;
    margin-left: -1.2820512821vw
  }
}
.price__note {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 -14px 0 -6px
}
@media only screen and (max-width: 767px) {
  .price__note {
    font-size: 1.2rem;
    margin-right: -8px
  }
}
@media only screen and (max-width: 389px) {
  .price__note {
    font-size: 3.0769230769vw;
    margin: 0 -2.0512820513vw 0 -1.5384615385vw
  }
}
.asap-Sec {
  position: relative;
  z-index: 1;
  padding: 180px 0;
  background: url(/pilates/assets/img/top/asap_bg.png) no-repeat center top;
  background-size: cover;
  margin-top: -130px
}
@media only screen and (max-width: 767px) {
  .asap-Sec {
    margin-top: -30px;
    padding: 60px 0 90px
  }
}
@media only screen and (max-width: 767px) {
  .asap-Sec .container {
    padding: 0 30px
  }
}
.asap-Sec .imgtxt {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -218px
}
@media only screen and (max-width: 1180px) {
  .asap-Sec .imgtxt {
    margin-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.asap-Sec .imgtxt__content {
  width: 42.1052631579%
}
@media only screen and (max-width: 767px) {
  .asap-Sec .imgtxt__content {
    width: calc(100% + 20px) !important;
    padding: 40px 0 0 !important;
    margin: 0 -10px
  }
}
.asap-Sec .imgtxt__text span {
  display: block
}
.asap-Sec .imgtxt__text span + span {
  margin-top: 19px
}
@media only screen and (max-width: 767px) {
  .asap-Sec .imgtxt__text span + span {
    margin-top: 8px
  }
}
.asap-Sec .imgtxt.revered .imgtxt__img {
  padding-left: 90px
}
@media only screen and (max-width: 1180px) {
  .asap-Sec .imgtxt.revered .imgtxt__img {
    padding-left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .asap-Sec .imgtxt.revered .imgtxt__img {
    padding-left: 0;
    margin: 0 -30px
  }
}
.asap-Sec .imgtxt.revered .imgtxt__img img {
  border-radius: 10px
}
@media only screen and (max-width: 767px) {
  .asap-Sec .imgtxt.revered .imgtxt__img img {
    border-radius: 0;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }
}
.staff {
  padding: 90px 0;
  background: url(/pilates/assets/img/top/staff_bg.png) no-repeat center;
  background-size: cover !important
}
@media only screen and (max-width: 767px) {
  .staff {
    padding: 80px 0 50px;
    background: url(/pilates/assets/img/top/staff_bg-sp.png) no-repeat center
  }
}
.faq {
  padding: 180px 0 150px
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 90px 0 120px
  }
}
.faq__wrap {
  max-width: 800px;
  margin: 0 auto
}
.reservation {
  position: relative;
  padding: 60px 20px;
  background: -webkit-linear-gradient(206.47deg, #E2ECFF 39.99%, #B7E7FF 60%, #CCF3FF 77.5%, #E8FEFF 100.01%);
  background: linear-gradient(243.53deg, #E2ECFF 39.99%, #B7E7FF 60%, #CCF3FF 77.5%, #E8FEFF 100.01%)
}
@media only screen and (max-width: 767px) {
  .reservation {
    padding: 30px 20px
  }
}
.reservation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#CEEDFF), to(#E3FEFA));
  background: -webkit-linear-gradient(top, #CEEDFF 0%, #E3FEFA 100%);
  background: linear-gradient(180deg, #CEEDFF 0%, #E3FEFA 100%);
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: .6
}