@charset "UTF-8";
/* ----------------------------------------

- ピラティス


---------------------------------------- */
:root {
  --pilatesC: #ef851e;
  --pilatesBg: #fff9f2;
}

.hStyle01 small {
  color: var(--pilatesC);
}

#mvWrap {
  position: relative;
  overflow: hidden;
}

#animeSquare {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: var(--pilatesC);
}

@media only screen and (max-width: 783px) {
  #animeSquare {
    top: 0;
    height: calc(100vh - 48vw - 105px);
    height: calc(100dvh - 48vw - 105px);
  }
}
#mv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 216px);
  height: calc(100dvh - 216px);
  margin-bottom: 30px;
  background-color: #eaf9fa;
}
#mv #mvImg {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
}
#mv.active #mvImg {
  opacity: 1;
}
#mv .mvItem {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/pilates/mv_img01.jpg?250622);
}
#mv #mvText {
  position: absolute;
  bottom: 30px;
  right: 4%;
  z-index: 2;
}
#mv #mvText div {
  position: relative;
}
#mv #mvText div p {
  display: inline-block;
  padding: 0 15px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
#mv #mvText div p span {
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
#mv #mvText div.active p {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#mv #mvText div.active p span {
  opacity: 1;
}
#mv #mvText .mvText01 p {
  background: var(--pilatesC);
  color: #fff;
  height: 74px;
  margin-bottom: 10px;
}
#mv #mvText .mvText01 span {
  font-size: 48px;
  letter-spacing: 0.04em;
  line-height: 74px;
}
#mv #mvText .mvText02 p {
  border: 3px solid var(--pilatesC);
  background: #fff;
  color: #333;
  height: 58px;
}
#mv #mvText .mvText02 span {
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 58px;
}

@media only screen and (max-width: 783px) {
  #mv {
    min-width: initial;
    height: auto;
    background-color: transparent;
    padding-bottom: 3vw;
  }
  #mv #mvImg {
    height: calc(100vh - 48vw - 105px);
    height: calc(100dvh - 48vw - 105px);
  }
  #mv #mvImg .mvItem {
    position: absolute;
    inset: 0;
    margin: auto;
    background-position: 75% center;
  }
  #mv #mvText {
    position: static;
    margin: 4.5% 4.5% 9%;
  }
  #mv #mvText div p {
    padding: 8px 10px;
  }
  #mv #mvText .mvText01 p {
    height: auto;
    margin-bottom: 8px;
  }
  #mv #mvText .mvText01 span {
    font-size: 6.7vw;
    line-height: 1;
  }
  #mv #mvText .mvText02 p {
    height: auto;
  }
  #mv #mvText .mvText02 span {
    font-size: 3.9vw;
    line-height: 1;
  }
}
#pilatesFeature {
  margin-bottom: 80px;
}
#pilatesFeature .hStyle01 {
  margin-bottom: 60px;
}
#pilatesFeature .feature {
  margin-bottom: 70px;
}
#pilatesFeature .feature:last-of-type {
  margin-bottom: 0;
}
#pilatesFeature .feature .textArea {
  width: 42%;
}
#pilatesFeature .feature .textArea h2 {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  padding-top: 4%;
}
#pilatesFeature .feature .textArea h2 .view-master {
  font-size: 2.3vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
#pilatesFeature .feature .textArea h2 .view-master .view-cover {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--pilatesC);
  display: inline-block;
  width: 100%;
  height: 0%;
}
#pilatesFeature .feature .textArea .box {
  width: 78%;
  padding-top: 13%;
}
#pilatesFeature .feature .textArea .box .num {
  position: relative;
  margin-bottom: -7px;
  -webkit-transition: all 500ms 0s ease-out;
  transition: all 500ms 0s ease-out;
}
#pilatesFeature .feature .textArea .box .num strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: Helvetica, "Poppins", sans-serif;
  color: #fff5e8;
  font-size: 180px;
  font-weight: bold;
  margin-left: 30px;
}
#pilatesFeature .feature .textArea .box .num small {
  display: inline-block;
  z-index: 2;
  font-family: "Verlag-Black";
  font-size: 15px;
  letter-spacing: 0.05em;
  position: absolute;
  border-bottom: 3px solid #ffe900;
  color: var(--pilatesC);
  top: 82px;
}
#pilatesFeature .feature .textArea .box h3,
#pilatesFeature .feature .textArea .box figure {
  display: none;
}
#pilatesFeature .feature .textArea .box p {
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 25px;
  -webkit-transition: all 500ms 150ms ease-out;
  transition: all 500ms 150ms ease-out;
}
#pilatesFeature .feature .textArea .box .btnStyle01 {
  text-align: left;
  -webkit-transition: all 500ms 300ms ease-out;
  transition: all 500ms 300ms ease-out;
}
#pilatesFeature .feature .fig {
  width: 52%;
}
#pilatesFeature .feature .fig img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 600ms 0s ease-out;
  transition: all 600ms 0s ease-out;
}
#pilatesFeature .feature .fig .shape {
  width: 100%;
  padding-top: 66.4634%;
  background-color: var(--pilatesBg);
  position: relative;
  z-index: 1;
  margin-top: -60.3634%;
  opacity: 0;
}
#pilatesFeature .feature.active .textArea h2 .view-master {
  -webkit-animation: pilates_ftH2ViewMaster 0.8s ease 0.6s forwards;
          animation: pilates_ftH2ViewMaster 0.8s ease 0.6s forwards;
}
#pilatesFeature .feature.active .textArea h2 .view-master .view-cover {
  -webkit-animation: ftH2ViewCover 0.8s ease 0.6s forwards;
          animation: ftH2ViewCover 0.8s ease 0.6s forwards;
}
#pilatesFeature .feature.active .active .view-master {
  -webkit-animation: animeViewMaster 0.8s ease 0s forwards;
          animation: animeViewMaster 0.8s ease 0s forwards;
}
@-webkit-keyframes pilates_ftH2ViewMaster {
  0% {
    color: transparent;
  }
  60% {
    color: transparent;
  }
  100% {
    color: var(--pilatesC);
  }
}
@keyframes pilates_ftH2ViewMaster {
  0% {
    color: transparent;
  }
  60% {
    color: transparent;
  }
  100% {
    color: var(--pilatesC);
  }
}
#pilatesFeature .feature.active .fig img {
  opacity: 1;
}
#pilatesFeature .feature.active .fig .shape {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) !important;
          transform: translateY(0) translateX(0) !important;
}
#pilatesFeature .feature:nth-child(even) {
  margin-left: 4.5%;
}
#pilatesFeature .feature:nth-child(even) .textArea {
  float: left;
}
#pilatesFeature .feature:nth-child(even) .textArea h2 {
  float: right;
}
#pilatesFeature .feature:nth-child(even) .textArea .box {
  float: left;
}
#pilatesFeature .feature:nth-child(even) .fig {
  float: right;
}
#pilatesFeature .feature:nth-child(even) .fig .shape {
  margin-left: -6.1%;
  -webkit-transform: translateY(-12%) translateX(6%);
          transform: translateY(-12%) translateX(6%);
  -webkit-transition: all 500ms 200ms ease-out;
  transition: all 500ms 200ms ease-out;
}
#pilatesFeature .feature:nth-child(odd) {
  margin-right: 4.5%;
}
#pilatesFeature .feature:nth-child(odd) .textArea {
  float: right;
}
#pilatesFeature .feature:nth-child(odd) .textArea h2 {
  float: left;
}
#pilatesFeature .feature:nth-child(odd) .textArea .box {
  float: right;
}
#pilatesFeature .feature:nth-child(odd) .fig {
  float: left;
}
#pilatesFeature .feature:nth-child(odd) .fig .shape {
  margin-left: 6.1%;
  -webkit-transform: translateY(-12%) translateX(-6%);
          transform: translateY(-12%) translateX(-6%);
  -webkit-transition: all 500ms 200ms ease-out;
  transition: all 500ms 200ms ease-out;
}

@-webkit-keyframes ftH2ViewMaster {
  0%, 60% {
    color: transparent;
  }
  61%, 100% {
    color: var(--pilatesC);
  }
}

@keyframes ftH2ViewMaster {
  0%, 60% {
    color: transparent;
  }
  61%, 100% {
    color: var(--pilatesC);
  }
}
@-webkit-keyframes ftH2ViewCover {
  0% {
    top: 0;
    height: 0%;
  }
  40%, 60% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}
@keyframes ftH2ViewCover {
  0% {
    top: 0;
    height: 0%;
  }
  40%, 60% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}
.mac.safari #pilatesFeature .feature.active .textArea h2 .view-master span {
  vertical-align: 6px;
}
.mac.firefox #pilatesFeature .feature .textArea .box .num,
.mac.firefox #pilatesFeature .feature .textArea .box .num small {
  margin-bottom: -20px;
  top: 70px;
}

@media only screen and (max-width: 1215px) {
  #pilatesFeature .feature .textArea h2 .view-master {
    font-size: 28px;
  }
}
@media only screen and (max-width: 783px) {
  #pilatesFeature {
    margin-bottom: 55px;
    padding: 0 15px;
  }
  #pilatesFeature .hStyle01 {
    margin-bottom: 35px;
  }
  #pilatesFeature .feature {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 600ms 0ms ease-out;
    transition: all 600ms 0ms ease-out;
  }
  #pilatesFeature .feature.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  #pilatesFeature .feature .textArea {
    width: 100%;
  }
  #pilatesFeature .feature .textArea h2 {
    display: none;
  }
  #pilatesFeature .feature .textArea .box {
    width: 100%;
    padding-top: 0%;
  }
  #pilatesFeature .feature .textArea .box .num {
    margin-bottom: -28px;
    text-align: center;
    z-index: 1;
  }
  #pilatesFeature .feature .textArea .box .num strong {
    font-size: 100px;
    margin-left: 0px;
  }
  #pilatesFeature .feature .textArea .box .num small {
    border-width: 2px;
    font-size: 11px;
    top: 50%;
    webkit-transform: translate(-55%, -50%);
    -webkit-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%);
  }
  #pilatesFeature .feature .textArea .box h3 {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--pilatesC);
    line-height: 1.45;
    margin-bottom: 15px;
  }
  #pilatesFeature .feature .textArea .box figure {
    display: block;
    max-width: 500px;
    margin: 0 auto 15px;
  }
  #pilatesFeature .feature .textArea .box figure img {
    width: 100%;
    height: auto;
  }
  #pilatesFeature .feature .textArea .box p {
    margin-bottom: 15px;
  }
  #pilatesFeature .feature .textArea .box .btnStyle01 {
    text-align: center;
  }
  #pilatesFeature .feature .fig {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  #pilatesFeature .feature .textArea .box h3 {
    font-size: 20px;
  }
}
#voice {
  overflow: clip;
  padding: 55px 0 65px;
  background-color: var(--pilatesBg);
}
@media only screen and (max-width: 783px) {
  #voice {
    padding: 45px 0 55px;
  }
}
#voice .hStyle01 {
  margin-bottom: 35px;
}
#voice .lead {
  text-align: center;
  margin: 30px 0;
  font-size: 17px;
  line-height: 1.8;
}
#voice .voiceList {
  width: 92%;
  max-width: 880px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 783px) {
  #voice .voiceList {
    max-width: 460px;
  }
}
#voice .voiceList .voiceItem {
  padding: 22px 18px 0;
  background: #fff;
}
#voice .voiceList .voiceItem .voiceItemColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#voice .voiceList .voiceItem .voiceImage {
  width: 35%;
  margin-bottom: 20px;
}
#voice .voiceList .voiceItem .voiceImage img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
#voice .voiceList .voiceItem .voiceImage figcaption {
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--pilatesC);
  border-radius: 0 0 5px 5px;
  padding: 7px;
}
#voice .voiceList .voiceItem .voiceText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#voice .voiceList .voiceItem .voiceQa {
  margin-bottom: 20px;
}
#voice .voiceList .voiceItem .voiceQa dt.voiceHeading {
  position: relative;
  font-size: 17px;
  color: var(--pilatesC);
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
}
#voice .voiceList .voiceItem .voiceQa dd {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 783px) {
  #voice .voiceList .voiceItem .voiceItemColumn {
    gap: 22px;
  }
  #voice .voiceList .voiceItem .voiceQa dt.voiceHeading {
    font-size: 16px;
  }
  #voice .voiceList .voiceItem .voiceQa dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 590px) {
  #voice .voiceList .voiceItem .voiceItemColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .voiceList .voiceItem .voiceImage {
    width: 100%;
    margin-bottom: 0;
  }
  #voice .voiceList .voiceItem .voiceQa {
    margin-bottom: 16px;
  }
}

#pilatesPrice {
  margin: 55px auto 70px;
}
@media screen and (max-width: 783px) {
  #pilatesPrice {
    margin: 45px auto 55px;
  }
}
#pilatesPrice .planPriceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 40px;
}
@media only screen and (max-width: 783px) {
  #pilatesPrice .planPriceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding: 0 10%;
  }
}
#pilatesPrice .planPriceItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 346px;
  padding: 20px 20px 18px;
  background-color: var(--pilatesBg);
  text-align: center;
}
@media only screen and (max-width: 783px) {
  #pilatesPrice .planPriceItem {
    max-width: inherit;
    padding: 16px 5% 14px;
  }
}
#pilatesPrice .planPriceItem dl dt {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 783px) {
  #pilatesPrice .planPriceItem dl dt {
    font-size: 16px;
  }
}
#pilatesPrice .planPriceItem dl .price {
  margin: 22px 0 8px;
  font-size: 38px;
  font-weight: bold;
  color: var(--pilatesC);
}
@media only screen and (max-width: 783px) {
  #pilatesPrice .planPriceItem dl .price {
    margin: 10px 0 10px;
    font-size: 24px;
  }
}
#pilatesPrice .planPriceItem dl .price small {
  position: relative;
  top: -0.25em;
  font-size: 0.5em;
  vertical-align: bottom;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#pilatesPrice .planPriceItem dl .priceNote {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 783px) {
  #pilatesPrice .planPriceItem dl .priceNote {
    font-size: 12px;
  }
}

#flow {
  margin-bottom: 60px;
  padding: 50px 4% 50px;
  background: var(--pilatesBg);
}
#flow .flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 4%;
  max-width: 1050px;
  margin: 50px auto 0;
}
#flow .flowList .flowItem {
  width: 30.5%;
}
#flow .flowList .flowItem .flowImage {
  width: 100%;
}
#flow .flowList .flowItem .flowImage img {
  width: 100%;
  height: auto;
}
#flow .flowList .flowItem .flowText .flowTextInner .flowHeading {
  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;
  margin-top: 12px;
}
#flow .flowList .flowItem .flowText .flowTextInner .flowHeading > small {
  display: block;
  width: 42px;
  aspect-ratio: 1/1;
  margin-top: 1px;
  margin-right: 12px;
  color: #fff;
  background: var(--pilatesC);
  border: 1px solid var(--pilatesC);
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 99em;
}
#flow .flowList .flowItem .flowText .flowTextInner .flowHeading span {
  width: calc(100% - 54px);
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
#flow .flowList .flowItem .flowText .flowTextInner .flowHeading span small {
  display: block;
  margin-top: 0.5em;
  font-size: 13px;
  color: var(--pilatesC);
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 783px) {
  #flow {
    padding: 45px 4% 40px;
    margin-bottom: 40px;
  }
  #flow .flowList {
    display: block;
    max-width: 460px;
    gap: 20px;
    margin-top: 40px;
  }
  #flow .flowList .flowItem {
    width: 100%;
    margin-bottom: 30px;
  }
  #flow .flowList .flowItem:last-of-type {
    margin-bottom: 0;
  }
  #flow .flowList .flowItem .flowImage {
    width: 80%;
    margin: auto;
  }
  #flow .flowList .flowItem .flowText {
    width: 100%;
    text-align: center;
  }
  #flow .flowList .flowItem .flowText .flowTextInner .flowHeading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    gap: 10px;
  }
  #flow .flowList .flowItem .flowText .flowTextInner .flowHeading > small {
    display: block;
    min-width: 30px;
    width: auto;
    margin-right: 0;
    color: #fff;
    background: var(--pilatesC);
    border: 1px solid var(--pilatesC);
    text-align: center;
    line-height: 30px;
    font-size: 17px;
  }
  #flow .flowList .flowItem .flowText .flowTextInner .flowHeading span {
    font-size: 1.5rem;
    text-align: left;
  }
}

#faq {
  margin-bottom: 100px;
  /* --------アコーディオンの中身のスタイル-------- */
}
#faq .faqList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 880px;
  margin: 50px auto;
}
#faq .faqItem {
  background-color: #fcfcfc;
  border: 1px solid #ef851e;
  overflow: hidden;
}
#faq .faqQuestion {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px 16px 54px;
  background-color: var(--pilatesC);
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
#faq .faqQuestion::-webkit-details-marker {
  display: none;
}
#faq .faqQuestion::before {
  content: "Q";
  position: absolute;
  left: 18px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.75em;
  font-weight: normal;
}
#faq .icon {
  display: block;
  position: relative;
  width: 20px;
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform-origin: center 43%;
          transform-origin: center 43%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#faq .icon::before, #faq .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
#faq .icon::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#faq .icon::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#faq .faqAnswer {
  position: relative;
  background-color: #fff;
  padding: 16px 44px 16px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  line-height: 1.5;
}
#faq .faqAnswer::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 7px;
  font-size: 1.75em;
  font-weight: normal;
  color: var(--pilatesC);
}
@media screen and (max-width: 783px) {
  #faq .faqList {
    margin-top: 40px;
    padding: 0 4%;
  }
}

#access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 4.5%;
  gap: 50px;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 140px;
}
#access > h2 {
  display: none;
}
#access .textArea {
  width: 475px;
}
#access .textArea h2 {
  text-align: left;
  margin-bottom: 33px;
}
#access .textArea .inner table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #b7e4e7;
  margin-bottom: 40px;
}
#access .textArea .inner table tr th,
#access .textArea .inner table tr td {
  border-bottom: 1px solid #b7e4e7;
  vertical-align: top;
  line-height: 1.6;
  padding: 10px 0;
}
#access .textArea .inner table tr th {
  padding-left: 1px;
  padding-right: 50px;
  font-weight: 700;
}
#access .textArea .inner table tr td .btn {
  margin-top: 7px;
}
#access .textArea .inner table tr td .btn a {
  display: inline-block;
  width: 145px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  background-color: #12a6b1;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
}
#access .textArea .inner table tr td .btn a i {
  margin-left: 4px;
}
#access .textArea .inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--pilatesC);
  margin-bottom: 8px;
}
#access .textArea .inner h3 i {
  margin-right: 5px;
}
#access .textArea .inner p {
  line-height: 2;
}
#access #map {
  max-width: 1500px;
  width: calc(100% - 525px);
  height: 595px;
  position: relative;
  overflow: hidden;
}
#access #map #mapCanvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1200ms 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 1200ms 300ms cubic-bezier(1, 0, 0, 1);
}
#access #map.active #mapCanvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#access #map.active .mapShape {
  width: 100%;
}
#access #map .mapShape {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#access #map #mapShape01 {
  background-color: var(--pilatesBg);
  z-index: 1;
  -webkit-transition: all 800ms 0ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms 0ms cubic-bezier(1, 0, 0, 1);
}
#access #map #mapShape02 {
  background-color: var(--pilatesC);
  z-index: 2;
  -webkit-transition: all 1000ms 150ms cubic-bezier(1, 0, 0, 1);
  transition: all 1000ms 150ms cubic-bezier(1, 0, 0, 1);
}
@media only screen and (max-width: 783px) {
  #access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 0 15px;
    min-width: initial;
    margin-bottom: 0;
  }
  #access .textArea {
    width: auto;
    float: none;
  }
  #access .textArea h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #access .textArea .inner table {
    margin-bottom: 30px;
  }
  #access .textArea .inner table tr th {
    padding-right: 20px;
    white-space: nowrap;
  }
  #access #map {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  #access #map #mapCanvas {
    height: auto;
    padding-top: 56.25%;
  }
  #access #map .mapShape {
    height: 2000px;
  }
}
@media only screen and (max-width: 590px) {
  #access .textArea .inner h3 {
    font-size: 18px;
  }
}