@charset "UTF-8";

#top-css.shop.ginza #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_ginza.webp");
}

#top-css.shop.futakotamagawa #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_futakotamagawa.webp");
}

#top-css.shop.ikebukuro #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_ikebukuro.webp");
}

#top-css.shop.omotesando #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_omotesando.webp");
}

#top-css.shop.ginzanamiki #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_ginzanamiki.webp");
}

#top-css.shop.ebisu #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_ebisu.webp");
}

#top-css.shop.kichijoji #pilates_kv {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_kichijoji.webp");
}


.main-header .nav-logo {
  text-indent: -210%;
}

.btn-c,
a.btn-c,
button.btn-c {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 50px auto;
  display: block;
  width: fit-content;
}

a.btn-c {
  font-size: 2.3rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #dd984d;
  -webkit-box-shadow: 0 5px 0 #b5a48d;
  box-shadow: 0 5px 0 #b5a48d;
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -18px;
  left: calc(50% - 120px);
  display: block;
  width: 240px;
  padding: 0.2rem 0;
  color: #dd984d;
  border: 2px solid #dd984d;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #b5a48d;
  -webkit-box-shadow: 0 2px 0 #b5a48d;
  box-shadow: 0 2px 0 #b5a48d;
}

a.btn-c:hover:before {
  left: 2rem;
}


@media screen and (max-width: 768px) {
  a.btn-c {
    font-size: 1.3rem;
  }
}

.strongPoint__iframe {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 50px;
}

.strongPoint__iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.583;
}

.small_s_title::before {
  content: "/ ";
  margin-left: 4px;
  /* 必要に応じて調整 */
}

.small_s_title {
  font-size: 74%;
}

html,
body {
  min-width: 310px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.t_ctr {
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.mt10 {
  margin-top: 2em;
}

.f_red {
  color: #e9304a;
}

#container {
  box-sizing: border-box;
  font-weight: 600;
}

#container img {
  width: 100%;
  height: auto;
}

#container button {
  border: none;
  box-sizing: border-box;
  width: 4.4em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: right bottom;
  position: fixed;
  top: 10%;
  right: -2px;
  background-color: #fff;
  border: 2px solid #ff6f00;
  font-weight: 800;
  font-size: 0.88em;
  padding: 1em 0.5em 1em 0.5em;
  border-radius: 0.6em 0 0 0.6em;
  z-index: 99;
}

#container button.on::after {
  transform: rotate(0deg);
}

#side-bar {
  background-color: rgba(255, 255, 255, 0.92);
  width: 380px;
  right: -380px;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 1em 2em 3em;
  box-sizing: border-box;
  border: 1px solid #45322D;
  transition: 0.3s;
}

#side-bar .close-side {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

#side-bar .close-side img {
  width: 10%;
}

#side-bar ul li {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.128em;
  padding: 0.4em 0 0.4em 1.65em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #45322D;
}

#side-bar ul li a {
  color: #45322D;
  line-height: 1em;
  text-decoration: none;
}

#side-bar ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/fb-images/icons/icon1.webp");
  width: 0.7em;
  height: 0.7em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.09em;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

#side-bar.open {
  right: 0;
}

#top-css {
  font-family: YuGothic, 游ゴシック, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  overflow-x: hidden;
  font-size: clamp(1px, 1.6vw, 16px);
  color: #222;
  background-color: #fff;
  scroll-padding: 20px;
  font-feature-settings: "palt";
}

#top-css * {
  box-sizing: border-box;
}

#top-css img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#top-css img.pcmode {
  width: auto;
  max-width: 72%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}

#top-css .frame {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#top-css li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

#top-css a {
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
  display: inline-block;
}

#top-css a:active {
  transform: scale(0.95);
}

#top-css a:hover {
  opacity: 0.6;
}

#top-css p {
  padding: 0.3em 0 0.8em;
}

#top-css .flex {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

#top-css .spmode {
  display: none !important;
  display: none !important;
}

#top-css h2 {
  color: #45322D;
  font-size: 1.7em;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 900;
  line-height: 1.6em;
  margin-bottom: 0.4em;
}

#top-css h2.sub {
  width: 40%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 0.4em;
  margin-bottom: 1.2em;
}

#top-css h2.sub span {
  padding: 0 1em;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#top-css h2.sub img {
  display: inline-block;
  width: auto;
  height: 0.4em;
}

#top-css h2.sub.mt5 {
  margin-top: 5em;
}

#top-css h2.sub:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #B27D3B;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 46%;
  z-index: 1;
}

#top-css .sub_title {
  color: #C29B6B;
  font-size: 1.6em;
  margin-bottom: 0.4em;
  text-align: center;
  font-weight: 800;
  line-height: 1.6em;
}

#top-css h3 {
  color: #45322D;
  font-size: 1.85em;
  letter-spacing: 0.18em;
  margin-bottom: 1.4em;
  text-align: center;
  font-weight: 800;
  line-height: 1.6em;
}

#top-css .brackets span {
  position: relative;
}

#top-css .brackets span:before {
  display: block;
  position: absolute;
  content: "";
  left: -1.5em;
  top: 0.2em;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1.5em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/icon1.svg") no-repeat center/contain;
}

#top-css .brackets span:after {
  display: block;
  position: absolute;
  content: "";
  left: -1.5em;
  top: 0.2em;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1.5em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/icon1.svg") no-repeat center/contain;
  transform: scale(-1, 1);
  left: auto;
  right: -1.5em;
}

#top-css .arrow {
  position: relative;
}

#top-css .arrow:before {
  display: block;
  position: absolute;
  content: "";
  right: 1.1em;
  top: 0.1em;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml,%3C?xml version="1.0" encoding="utf-8"?%3E%3C!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 9.03 Build 54939) --%3E%3Csvg version="1.1" id="icon2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13.1 15.4" style="enable-background:new 0 0 13.1 15.4;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E.st0%7Bfill:none;stroke:%23B27D3B;stroke-width:1.74;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3Cg id="icon2"%3E%3Cpolyline class="st0" points="6.2,11.8 12.2,7.7 0.9,0.9 0.9,14.5 %09%09"/%3E%3C/g%3E%3C/svg%3E') no-repeat center;
}

#top-css .arrow.wa:before {
  background: url('data:image/svg+xml,%3C?xml version="1.0" encoding="utf-8"?%3E%3C!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 9.03 Build 54939) --%3E%3Csvg version="1.1" id="icon2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13.1 15.4" style="enable-background:new 0 0 13.1 15.4;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E.st0%7Bfill:none;stroke:%23ffffff;stroke-width:1.74;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3Cg id="icon2"%3E%3Cpolyline class="st0" points="6.2,11.8 12.2,7.7 0.9,0.9 0.9,14.5 %09%09"/%3E%3C/g%3E%3C/svg%3E') no-repeat center;
}

#top-css .arrow.black:before {
  background: url('data:image/svg+xml,%3C?xml version="1.0" encoding="utf-8"?%3E%3C!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 9.03 Build 54939) --%3E%3Csvg version="1.1" id="icon2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13.1 15.4" style="enable-background:new 0 0 13.1 15.4;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E.st0%7Bfill:none;stroke:%23231815;stroke-width:1.74;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3Cg id="icon2"%3E%3Cpolyline class="st0" points="6.2,11.8 12.2,7.7 0.9,0.9 0.9,14.5 %09%09"/%3E%3C/g%3E%3C/svg%3E') no-repeat center;
}

#top-css .arrow.plus:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_icon2%22%20data-name%3D%22icon2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.39%2013.39%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_icon1-2%22%20data-name%3D%22icon1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13.39%2C7.46h-5.92v5.93h-1.56v-5.93H0v-1.54h5.92V0h1.56v5.92h5.92v1.54Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

#top-css #pilates_kv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 52em;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top-css #pilates_kv .frame {
  position: relative;
  z-index: 2;
}

#top-css #pilates_kv .flex {
  margin: 0 auto;
  width: 80%;
  max-width: 760px;
  align-items: flex-start;
  padding-top: 6.5em;
}

#top-css #pilates_kv .flex3 {
  margin: 2em auto 0;
}

@media screen and (max-width: 768px) {
  #top-css #pilates_kv .flex3 {
    margin: -1.8em auto 0;
  }
}

#top-css #pilates_kv h2 {
  margin-right: 5%;
}

#top-css #pilates_kv a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #B27D3B;
  padding: 1.3em 1.5em 1.3em 0;
  width: 20em;
}

#top-css #pilates_kv a img {
  display: block;
  width: 60%;
}

#top-css #pilates_kv .frame.center {
  height: 100%;
  padding-bottom: 5em;
}

#top-css #pilates_kv .frame.center .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

#top-css #pilates_kv .frame.center .flex h2 {
  margin-right: 0;
  margin-bottom: 0;
}

#top-css.ginza2 #pilates_kv {
  height: 64.5em;
}

@media screen and (max-width: 768px) {
  #top-css.ginza2 #pilates_kv {
    height: auto;
    margin-bottom: 1.8em;
  }
}

#top-css #pilates_machine {
  margin-top: -6em;
  padding-bottom: 3em;
  position: relative;
  z-index: 3;
}

#top-css #pilates_machine .box {
  box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 1.2em;
}

#top-css #pilates_machine .in {
  border: 3px solid #B27D3B;
  padding: 2.5em 15% 4em;
}

#top-css #pilates_machine .in>figure {
  display: inline-block;
  margin-bottom: 2.2em;
}

#top-css #pilates_machine .flex {
  justify-content: space-around;
  margin-bottom: 1.2em;
  padding: 0 2%;
}

#top-css #pilates_machine .flex:nth-child(3) {
  justify-content: space-around;
  margin-bottom: 1.2em;
  padding: 0 2%;
}

#top-css #pilates_machine .flex:nth-child(3) figure {
  width: 27%;
}

#top-css #pilates_machine a {
  text-align: center;
  color: #fff;
  padding: 0.6em 1.2em 0.6em 0;
  width: 46%;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
}

/**20250716色変更
#top-css #pilates_machine a:nth-child(1) {
  background-color: #E95E38;
}
#top-css #pilates_machine a:nth-child(2) {
  background: linear-gradient(90deg, rgb(100, 212, 65) 0%, rgb(49, 162, 14) 100%);
}**/
#top-css #pilates_machine a:nth-child(1) {
  background-color: #C5BC9A;
}

#top-css #pilates_machine a:nth-child(2) {
  background-color: #D5A169;
}

#top-css #pilates_news {
  background-color: #F0E4D4;
  padding: 4em 0 5em;
}

#top-css #pilates_news a {
  color: #45322d;
}

#top-css #pilates_news h2 span {
  background-color: #F4F4F4;
}

#top-css #pilates_news li {
  padding: 0.5em 0;
  border-bottom: 1px solid #B27D3B;
  padding-left: 0.1em;
  font-weight: 500;
}

#top-css #pilates_news li span {
  padding-left: 0.2em;
  padding-right: 1.8em;
  letter-spacing: 0.06em;
}

#top-css #pilates_news li:before {}

#top-css #pilates_contents {
  padding: 4em 0 5em;
}

#top-css #pilates_contents .flex {
  flex-wrap: wrap;
}

#top-css #pilates_contents a {
  width: 19%;
  margin-bottom: 1%;
}

#top-css #pilates_contents img {
  vertical-align: bottom;
}

#top-css #pilates_features {
  background-color: #FDF5EC;
  padding: 4em 0 3em;
}

#top-css #pilates_features h2 {
  margin-bottom: 1.5em;
}

#top-css #pilates_features h2 span {
  background-color: #FDF5EC;
}

#top-css #pilates_features .frame {
  max-width: 1100px;
}

#top-css #pilates_features .frame>figure {
  text-align: center;
  display: block;
  margin: 0 auto 2.5em;
  width: 60%;
  max-width: 300px;
}

#top-css #pilates_features .flex {
  flex-wrap: wrap;
  align-items: stretch;
}

#top-css #pilates_features .box {
  width: 46%;
  margin-bottom: 8%;
  background-color: #fff;
  border-radius: #fff;
  border-radius: 0.8em;
  border: 1px solid #EFE4E1;
  position: relative;
  padding: 3em 0 1.5em;
}

/**20250716追記**/
#top-css #pilates_features .box.logo {
  background-color: inherit;
  border: none;
  position: relative;
  padding: 5px;
}

#top-css #pilates_features .box.logo p {
  height: 100%;
  display: block;
  padding-top: 180px;
}

#top-css #pilates_features .box.logo img {
  width: 400px;
  height: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:0px) and (max-width:768px) {
  #top-css #pilates_features .box.logo {
    display: none;
  }
}

#top-css #pilates_features .box figure:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(-40%);
  display: block;
  width: 13%;
}

/**#top-css #pilates_features .box:nth-child(3) {
  margin-bottom: 0;
}

#top-css #pilates_features .box:nth-child(4) {
  margin-bottom: 0;
}**/

#top-css #pilates_features h4 {
  text-align: center;
  font-size: 1.7em;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 900;
  margin-bottom: 1em;
}

#top-css #pilates_features p {
  padding: 2% 6% 4%;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 2em;
  font-size: 1.1em;
  text-align: justify;
}

#top-css #pilates_experience {
  padding: 4em 0 3em;
}

#top-css #pilates_experience .frame>figure {
  text-align: center;
  display: block;
  margin: 0 auto 1.5em;
  max-width: 750px;
  width: 96%;
}

#top-css #pilates_experience h4 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 800;
}

#top-css #pilates_experience .w50 {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}

#top-css #pilates_experience .list_type1 {
  margin-bottom: 1.2em;
}

#top-css #pilates_experience .list_type1 li {
  background-color: #b27d3b;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 2.2em;
  position: relative;
  letter-spacing: 0.05em;
}

#top-css #pilates_experience .list_type1 li:last-child {
  margin-bottom: 0em;
}

#top-css #pilates_experience .list_type1 li:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -1.6em;
  margin: 0 auto;
  width: 1.6em;
  height: 1em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/icon5.svg") no-repeat center/contain;
}

#top-css #pilates_experience .list_type1 li:first-child {
  font-weight: 700;
}

#top-css #pilates_experience .list_type1 li:first-child:before {
  display: none;
}

#top-css #pilates_experience .list_type1.other-ver {
  margin-top: 2.5em;
  margin-bottom: 0;
}

#top-css #pilates_experience .list_type1.other-ver li:first-child:before {
  display: block;
}

#top-css #pilates_experience .accordion-area.box1 li {
  border-color: #b27d3b;
}

#top-css #pilates_experience .accordion-area.box1 h5.atitle {
  border: 0px solid #fff;
  color: #b27d3b;
  text-align: center;
  background-color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
  pointer-events: none;
}

#top-css #pilates_experience .accordion-area.box1 h5.atitle span:before {
  display: none;
}

#top-css #pilates_experience .accordion-area.box1 h5.atitle span:after {
  display: none;
}

#top-css #pilates_experience .accordion-area.box1 .abox {
  border-top: 2px solid #b27d3b;
  background-color: #f0e4d4;
  padding-top: 1.5em;
}

#top-css #pilates_experience .accordion-area.box1 .abox .ol_center {
  text-align: center;
  padding-left: 7%;
  margin-top: 1.5em;
}

#top-css #pilates_experience .accordion-area.box1 .abox ol li {
  padding: 0 0 0 1.2em;
  font-weight: 700;
  position: relative;
  text-align: left;
  line-height: 1.5;
}

#top-css #pilates_experience .accordion-area.box1 .abox ol li:before {
  display: flex;
  align-items: center;
  position: absolute;
  content: "※";
  left: 0;
  top: 0.7em;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
}

#top-css #pilates_experience .accordion-area.box1 .abox.p-lr {
  padding: 0 1.2em 2em;
}

#top-css #pilates_experience h5 {
  color: #b27d3b;
  text-align: center;
  font-weight: 700;
  margin-top: 0.8em;
}

#top-css #pilates_experience p {
  text-align: center;
  font-weight: 700;
  padding-top: 0;
  line-height: 2em;
}

#top-css #pilates_experience p.pt {
  margin-top: 2em;
}

#top-css #pilates_experience .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

#top-css #pilates_experience .accordion-area>li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.8em;
  border: 2px solid #E95E38;
  padding: 0;
}

#top-css #pilates_experience .atitle {
  position: relative;
  transition: all 0.5s ease;
  text-align: left;
  margin: 0;
  background-color: #E95E38;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#top-css #pilates_experience .atitle span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.6em 0;
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#top-css #pilates_experience .atitle span::before {
  content: "";
  height: 1.1em;
  width: 1.1em;
  display: block;
  position: absolute;
  right: 1.5em;
  top: 0.1em;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_icon2%22%20data-name%3D%22icon2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.48%205.21%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_icon1-2%22%20data-name%3D%22icon1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13.06%2C5.21L6.74%2C1.16.42%2C5.21l-.42-.91L6.74%2C0l6.74%2C4.3-.42.91Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: 0.3s;
}

#top-css #pilates_experience .atitle.close span::before {
  transform: rotate(180deg);
}

#top-css #pilates_experience .abox {
  display: none;
  text-align: center;
  padding: 0 0 1em;
}

#top-css #pilates_experience .abox .abox_in {
  margin-top: 1em;
}

#top-css #pilates_experience .abox h6 {
  color: #B27D3B;
  font-weight: 700;
}

#top-css #pilates_experience .abox.active {
  display: block;
}

#top-css #pilates_experience .box2 {
  background-color: #F0E4D4;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
}

#top-css #pilates_experience .box2 .box2_title {
  background-color: #b27d3b;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.15em;
}

#top-css #pilates_experience .box2 .box2_in {
  background-color: #fff;
  margin: 1.5em auto;
  width: 90%;
  padding: 0 0 1.5em;
}

#top-css #pilates_experience .box2 .box2_in p {
  padding: 0 17%;
}

#top-css #pilates_experience .box2 .box2_in p:nth-child(1) {
  background-color: #b27d3b;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1.5em;
  position: relative;
  letter-spacing: 0.15em;
}

#top-css #pilates_experience .box2 .box2_in p:nth-child(1):before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.9em;
  margin: 0 auto;
  width: 1.6em;
  height: 1em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/icon5.svg") no-repeat top center/contain;
}

#top-css #pilates_experience .a_box {
  margin: 0 auto;
  width: 75%;
}

#top-css #pilates_experience a {
  background-color: #45322D;
  text-align: center;
  color: #fff;
  padding: 0.6em 1.2em 0.6em 0;
  width: 46%;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
}

#top-css #pilates_experience .a_bot.solo a {
  width: 70%;
}

#top-css #pilates_lesson {
  background: url("/wordpress/wp-content/themes/bdcpilates/img/index_sec7.webp") no-repeat center/cover;
  padding: 4em 0 3em;
}

#top-css #pilates_lesson h2.sub {
  margin-bottom: 1.4em;
}

#top-css #pilates_lesson h2.sub:before {
  width: 220%;
  transform: translateX(-27.5%);
}

#top-css #pilates_lesson h2.sub span {
  background-color: #FDF5EC;
}

#top-css #pilates_lesson .flex {
  align-items: stretch;
}

#top-css #pilates_lesson .box {
  width: 44%;
  border-radius: 0 0 0.6em 0.6em;
  display: flex;
  flex-direction: column;
}

#top-css #pilates_lesson .in {
  background-color: #fff;
  padding: 1em 5%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#top-css #pilates_lesson p {
  font-weight: 600;
  text-align: center;
}

#top-css #pilates_lesson a {
  text-align: center;
  border: 2px solid #B27D3B;
  width: 95%;
  margin: 1.5em auto 0;
  color: #B27D3B;
  padding: 1.6em 1.2em 1.6em 0;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-css #pilates_lesson a img {
  width: 37%;
  max-width: 120px;
}

#top-css .tab-list {
  display: flex;
  justify-content: flex-start;
  gap: .2%;
  width: 100%;
}

#top-css .tab-list-item3,
#top-css .tab-list-item2 {
  width: 12.4%;
  letter-spacing: 0.06em;
  font-size: 1.15em;
  background-color: #45322d;
  padding: 1em 0.2em;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-width: 0;
  font-family: YuGothic, 游ゴシック, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

#top-css .tab-list-item1 {
  width: 12.4%;
  letter-spacing: 0.06em;
  font-size: 1.15em;
  background-color: #45322d;
  padding: 1em 0.2em;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-width: 0;
  font-family: YuGothic, 游ゴシック, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.brbg {
  background-color: #f0e9e2;
}

#top-css .tab-contents3,
#top-css .tab-contents2 {
  display: none;
}

#top-css .tab-contents3 .box,
#top-css .tab-contents2 .box {
  overflow: hidden;
  padding: 0 0 6%;
  position: relative;
}

#top-css .tab-contents3 .box>figure:nth-child(1),
#top-css .tab-contents2 .box>figure:nth-child(1) {
  width: 40%;
  margin: 0 auto 1em;
  text-align: center;
}

#top-css .tab-contents3 .box:nth-child(2) h4,
#top-css .tab-contents2 .box:nth-child(2) h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: 90%;
  max-width: 100%;
  margin-bottom: 1em;
}

#top-css .tab-contents3.box:nth-child(2) h4 span b,
#top-css .tab-contents2 .box:nth-child(2) h4 span b {
  display: block;
  font-size: 1.2em;
}

#top-css .tab-contents3 h4,
#top-css .tab-contents2 h4 {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 2.7em;
  color: #45322d;
  padding: 0.9em 0 0.3em;
  font-weight: 900;
  letter-spacing: 0.2em;
  max-width: 90%;
  margin: 0 auto;
}

#top-css .tab-contents3 h4 img,
#top-css .tab-contents2 h4 img {
  max-width: 862px;
  width: 90%;
}

#top-css .tab-contents1 {
  display: none;
}

#top-css .tab-contents1 .box {
  margin: 2em auto;
  max-width: 300px;
  width: 75%;
  font-weight: 700;
}

#top-css .tab-contents1 h4 {
  text-align: center;
  border: 1px solid #B27D3B;
  color: #B27D3B;
  letter-spacing: 0.1em;
  font-size: 1.1em;
  padding: 0.4em 0;
  background-color: #fff;
}

#top-css .tab-contents1 .flex+h4 {
  margin-top: 1.5em;
}

#top-css .tab-contents1 a {
  width: 42%;
  padding: 0.2em 0;
  color: #B27D3B;
  text-decoration: underline;
  text-align: center;
  font-size: 1.6em;
}

#top-css .is-btn-active {
  background-color: #E95E38;
}

#top-css .is-contents-active {
  display: block;
}

#top-css #pilates_plan {
  padding: 4em 0 0;
}

#top-css #pilates_plan .tab-contents-wrap {
  margin-top: 3em;
  padding: 3em 0;
  background-color: #f0e9e2;
  position: relative;
}

#top-css #pilates_plan .tab-contents-wrap:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_icon2%22%20data-name%3D%22icon2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.74%2012.57%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_icon1-2%22%20data-name%3D%22icon1%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2214.37%2012.57%200%200%2028.74%200%2014.37%2012.57%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  top: -1em;
  margin: 0 auto;
  width: 3em;
  height: 2em;
}

#top-css #pilates_plan .tab-contents-wrap.type2 {
  margin-top: 0;
}

#top-css #pilates_plan .tab-contents-wrap.type2:before {
  display: none;
}

#top-css #pilates_plan .tab-contents-wrap .in1 {
  margin: 0 auto;
  color: #45322D;
}

#top-css #pilates_plan .tab-contents-wrap .in1 .flex {
  margin-bottom: 2em;
  font-size: 1.2em;
}

#top-css #pilates_plan .tab-contents-wrap .in1 h5 {
  text-align: center;
  color: #fff;
  background-color: #45322D;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.08em;
  font-family: "sofia-pro", sans-serif;
}

#top-css #pilates_plan .tab-contents-wrap .in1 .flex_box {
  border: 2px solid #45322D;
  width: 30%;
  background-color: #fff;
}

#top-css #pilates_plan .tab-contents-wrap .in1 .flex_box:nth-child(3) h5 {
  background-color: transparent;
  color: #45322D;
  border-bottom: 2px solid #45322D;
}

#top-css #pilates_plan .tab-contents-wrap .in1 ul {
  width: 90%;
  margin: 0 auto;
}

#top-css #pilates_plan .tab-contents-wrap .in1 li {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #45322D;
  text-align: center;
  line-height: 1.15em;
  font-weight: 700;
}

#top-css #pilates_plan .tab-contents-wrap .in1 li span:nth-child(1) {
  width: 40%;
}

#top-css #pilates_plan .tab-contents-wrap .in1 li span:nth-child(2) {
  width: 60%;
}

#top-css #pilates_plan .tab-contents-wrap .in1 li b {
  font-size: 80%;
}

#top-css #pilates_plan .tab-contents-wrap .in1 li:last-child {
  border-width: 0;
}

#top-css #pilates_plan .tab-contents-wrap .in1 p {
  line-height: 1.8em;
  font-weight: 700;
}

#top-css #pilates_schedule {
  padding: 4em 0 1em;
  background-color: #F4F4F4;
}

#top-css #pilates_schedule h2 span {
  background-color: #F4F4F4;
}

#top-css #pilates_shops {
  padding: 4em 0;
}

#top-css #pilates_shops .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#top-css #pilates_shops h4 {
  font-weight: 800;
  text-align: center;
  color: #45322D;
  letter-spacing: 0.15em;
  font-size: 1.2em;
}

#top-css #pilates_shops h4 span {
  display: inline-block;
  background-color: #231816;
  color: #fff;
  margin-left: 0.3em;
  padding: 0.7em 0.5em 0.7em;
  line-height: 1em;
  font-size: 0.5em;
  position: relative;
  transform: translateY(-0.05em);
  letter-spacing: 0.05em;
  line-height: 0.5em;
  vertical-align: middle;
}

#top-css #pilates_shops a {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}

#top-css #pilates_shops a:nth-child(4n) {
  margin-right: 0;
}

#top-css #pilates_shops .read {
  text-align: center;
  border: 2px solid #b27d3b;
  width: 100%;
  margin: 0.5em auto 0;
  color: #b27d3b;
  padding: 1.1em 1.2em 1.1em 0;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

#top-css #pilates_shops .read img {
  width: 50%;
  max-width: 90px;
}

#top-css .wbg {
  background: url("/wordpress/wp-content/themes/bdcpilates/img/wbg.webp") no-repeat center/cover;
}

#top-css .swiper-pagination-bullet {
  width: 2.5em;
  border-radius: 0;
  border: 2px solid #B27D3B;
  background-color: transparent;
}

#top-css .swiper-pagination-bullet-active {
  background-color: #B27D3B;
}

#top-css #pilates_voice {
  padding: 6em 0 3em;
}

#top-css #pilates_voice .frame {
  overflow: hidden;
}

#top-css #pilates_voice .spmode .swiper-slide {
  width: 100%;
  padding: 0 8%;
}

#top-css #pilates_voice .spmode .swiper-slide:nth-child(2n) {
  margin-right: 0;
}

#top-css #pilates_voice .spmode .swiper-slide figure {
  display: block;
  width: 75%;
  margin: 0 auto 3em;
}

#top-css #pilates_voice .spmode .swiper-slide h4 {
  font-weight: 700;
  color: #E95E38;
  letter-spacing: 0.07em;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 0.7em;
}

#top-css #pilates_voice .spmode .swiper-slide p {
  color: #231815;
  font-weight: 600;
  line-height: 2em;
  text-align: justify;
}

#top-css #pilates_voice .pcmode ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#top-css #pilates_voice .pcmode li {
  width: 44%;
  margin-right: 6%;
  margin-top: 3%;
}

#top-css #pilates_voice .pcmode li:nth-child(2n) {
  margin-right: 0;
}

#top-css #pilates_voice .pcmode li figure {
  display: block;
  width: 75%;
  margin: 0 auto 3em;
}

#top-css #pilates_voice .pcmode li h4 {
  font-weight: 700;
  color: #E95E38;
  letter-spacing: 0.07em;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 0.7em;
}

#top-css #pilates_voice .pcmode li p {
  color: #231815;
  font-weight: 600;
  line-height: 2em;
}

#top-css #pilates_voice .swiper1 {
  padding-bottom: 4em;
  position: relative;
}

#top-css .btn1 {
  text-align: center;
  border: 2px solid #b27d3b;
  width: 85%;
  max-width: 350px;
  margin: 1.5em auto 0;
  color: #b27d3b;
  padding: 1.4em 1.2em 1.4em 0;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

#top-css .btn1 img {
  width: 50%;
  max-width: 120px;
}

#top-css #pilates_lecturer {
  padding: 3em 0;
}

#top-css #pilates_lecturer .frame {
  overflow: hidden;
}

#top-css #pilates_lecturer .swiper2 {
  padding-bottom: 4em;
  position: relative;
}

#top-css #pilates_lecturer .spmode .swiper-slide {
  width: 100%;
  padding: 0 8%;
}

#top-css #pilates_lecturer .spmode .swiper-slide figure {
  width: 90%;
  margin: 0 auto 2em;
  padding-right: 1.2em;
}

#top-css #pilates_lecturer .spmode .swiper-slide h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

#top-css #pilates_lecturer .spmode .swiper-slide h4 span {
  background-color: #45322D;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  padding: 0.5em 0.8em 0.6em;
  font-size: 0.9em;
  margin-right: 0.5em;
}

#top-css #pilates_lecturer .spmode .swiper-slide p {
  font-weight: 600;
  line-height: 2em;
  text-align: justify;
}

#top-css #pilates_lecturer .pcmode ul {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
}

#top-css #pilates_lecturer .pcmode li {
  width: 29%;
  margin-right: 6.5%;
}

#top-css #pilates_lecturer .pcmode li:last-child {
  margin-right: 0;
}

#top-css #pilates_lecturer .pcmode li figure {
  width: 90%;
  margin: 0 auto 2em;
  padding-right: 1.2em;
}

#top-css #pilates_lecturer .pcmode li h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

#top-css #pilates_lecturer .pcmode li h4 span {
  background-color: #45322D;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  padding: 0.5em 0.8em 0.6em;
  font-size: 0.9em;
  margin-right: 0.5em;
}

#top-css #pilates_lecturer .pcmode li p {
  font-weight: 600;
}

#top-css #pilates_blog {
  background-color: #F4F4F4;
  padding: 4em 0 3em;
}

#top-css #pilates_blog h2 span {
  background-color: #F4F4F4;
}

#top-css #pilates_blog .box {
  background-color: #fff;
  border-radius: 0.6em;
  padding: 3em 4em;
}

#top-css #pilates_blog .in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 2.5em;
}

#top-css #pilates_blog .in a {
  width: 50%;
  border-bottom: 2px solid #B27D3B;
  padding: 1.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

#top-css #pilates_blog .in figure {
  width: 38%;
  max-height: 12em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-css #pilates_blog .in figure img {
  -o-object-fit: cover;
  object-fit: cover;
}

#top-css #pilates_blog .in .txt {
  width: 57%;
  padding-top: 1.5em;
  font-weight: 600;
  font-size: 0.95em;
}

#top-css #pilates_blog .in h4 {
  padding: 0;
  line-height: 1.7em;
}

#top-css #pilates_blog .in p {
  background-color: #EEEEEE;
  display: inline-block;
  padding: 0.3em 0.5em 0.4em;
  line-height: 1;
}

#top-css #pilates_blog .in .day {
  margin-top: 1.2em;
}

#top-css #pilates_qualification {
  padding: 4em 0 3em;
}

#top-css #pilates_qualification ul {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}

#top-css #pilates_qualification li {
  padding: 1.2em 9%;
  display: -ms-flexbox;
  color: #231815;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 2px solid #B27D3B;
}

#top-css #pilates_qualification li a {
  text-decoration: none;
  color: #45322d;
}

#top-css #pilates_qualification li a span {
  background-color: #45322d;
}

#top-css #pilates_qualification li span {
  display: inline-block;
  color: #fff;
  min-width: 14em;
  padding: 0.3em 1em 0.4em;
  background-color: #7c7c7c;
  margin-right: 1.2em;
  text-align: center;
  font-size: 0.8em;
}

#top-css #pilates_qualification li:last-child {
  border-width: 0;
}

#top-css #pilates_contact {
  padding: 4em 0 3em;
  background-color: #B27D3B;
}

#top-css #pilates_contact .wpcf7-form {
  margin: 0 auto;
  max-width: 800px;
}

#top-css #pilates_contact h2 {
  color: #fff;
}

#top-css #pilates_contact h2 span {
  background-color: #B27D3B;
}

#top-css #pilates_contact h2:before {
  background-color: #fff;
}

#top-css #pilates_contact h3 {
  color: #fff;
}

#top-css #pilates_contact .top_contact_radio {
  justify-content: flex-start;
  margin-bottom: 1.5em;
}

#top-css #pilates_contact .wpcf7-list-item-label {
  color: #231815;
}

#top-css #pilates_contact .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

#top-css #pilates_contact .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
  margin-top: 1.5em;
}

#top-css #pilates_contact input[type=text] {
  display: inline-block;
  width: 100%;
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact input[type=text]::-moz-placeholder {
  color: #231815;
  font-weight: 600;
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact input[type=text]::placeholder {
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact input[type=email] {
  display: inline-block;
  width: 100%;
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact input[type=email]::-moz-placeholder {
  color: #231815;
  font-weight: 600;
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact input[type=email]::placeholder {
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact textarea {
  display: inline-block;
  width: 100%;
  color: #231815;
  font-weight: 600;
  height: 3.6em;
}

#top-css #pilates_contact textarea::-moz-placeholder {
  color: #231815;
  font-weight: 600;
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact textarea::placeholder {
  color: #231815;
  font-weight: 600;
}

#top-css #pilates_contact .arrow {
  text-align: center;
  width: 85%;
  max-width: 350px;
  margin: 1.5em auto 0;
  color: #fff;
  padding: 1.6em 0;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C5BC9A;
  border-width: 0;
  position: relative;
}

#top-css #pilates_contact .arrow input {
  width: 100%;
  font-weight: 700;
  text-align: center;
}

#top-css #pilates_contact .wpcf7-spinner {
  display: none;
}

#top-css #pilates_contact .send {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 18em;
  background: #45322D !important;
}

#top-css #pilates_contact.type2 {
  background-color: transparent;
}

#top-css #pilates_contact.type2 h3 {
  color: #B27D3B;
}

#top-css #pilates_contact.type2 h2 {
  color: #B27D3B;
}

#top-css #pilates_contact.type2 h2 span {
  background-color: #fff;
}

#top-css #pilates_contact.type2 h2:before {
  background-color: #B27D3B;
}

#top-css #pilates_contact.type2 .bg {
  background-color: #B27D3B;
  padding: 3em 0;
}

#top-css #pilates_contact.type2 .content_area {
  max-width: 100%;
  padding: 0;
}

#top-css #pilates_sns {
  padding: 3em 0;
}

#top-css #pilates_sns .flex {
  justify-content: center;
  align-items: center;
}

#top-css #pilates_sns a {
  padding: 0 1em;
  width: 4.5em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-css .in2 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 4em;
  flex-wrap: wrap;
}

#top-css .in2+.in2 {
  margin-top: 6em;
}

#top-css .in2 .flex_box2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-height: 41em;
}

#top-css .in2 .tab_title {
  text-align: center;
  margin: 0 auto 0.5em;
  width: 24%;
}

#top-css .in2 p {
  font-size: 1.2em;
  text-align: center;
  font-weight: 800;
  margin-top: 1em;
  line-height: 1.3;
  padding: 0;
  letter-spacing: 0.1em;
}

#top-css .in2 p .orange {
  color: #E95E38;
}

#top-css .in2 p b {
  font-weight: 800;
  font-size: 1.3em;
}

#top-css .in2 p+p {
  margin-top: 0.2em;
}

#top-css .in2 p+.tab_title {
  margin-top: 1.5em;
}

#top-css .in2 p.tab_tyu {
  color: #E95E38;
  font-size: 0.95em;
  margin-top: 1.5em;
}

#top-css .in2 .h_box {
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#top-css .in2 .tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-css .in2 .tab_box:nth-child(2) {
  margin: 0.8rem 0;
}

#top-css .in2 .tab_box figure:nth-child(1) {
  width: 46%;
}

#top-css .in2 .tab_box figure:nth-child(3) {
  width: 44%;
}

#top-css .in2 .tab_box figure:nth-child(2) {
  width: 4.2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-css .in2 .tab_box+.tab_title {
  margin-top: 3.5em;
}

#top-css .in2 .tab_box.type2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

#top-css .in2 .tab_box.type2 figure:nth-child(1) {
  width: 70%;
}

#top-css .in2 .tab_box.type2 figure:nth-child(3) {
  width: 70%;
}

#top-css .in2 .tab_box.type2 figure:nth-child(2) {
  width: 4.8%;
  margin: 2.5% 0;
}

#top-css .in2 .tab_box.type2 figure:nth-child(2) img {
  transform: rotate(90deg);
}

#top-css .in2.tt {
  padding: 7em 4em 4em;
  position: relative;
}

#top-css .in2.tt .figure_box figure:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 21%;
  transform: translateY(-60%);
}

#top-css .in2.tt+figure {
  width: 90%;
  margin: 2em auto 0;
}

#top-css .in2.tt+figure img {
  max-width: 862px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

#top-css .content_area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
}

#top-css .content_area .tab-container {
  display: flex;
  flex-wrap: wrap;
}

#top-css .content_area .tab {
  font-weight: 500;
  text-align: center;
  width: 50%;
  padding: 0.4em 0;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #b27d3b;
  color: #b27d3b;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

#top-css .content_area .tab.active {
  background-color: #b27d3b;
  color: #fff;
}

#top-css .content_area .content-s {
  display: none;
}

#top-css .content_area .content-s form {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

#top-css .content_area .content-s form .arrow.wa {
  cursor: pointer;
}

#top-css .content_area .content-s form input[type=submit] {
  background: transparent;
  border: 0px solid #000;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

#top-css .content_area .content-s.show {
  display: block;
}

.three_frame {
  width: 27%;
}

.button-box.medium {
  border-width: 0px !important;
}

#top-css.shop #pilates_kv .frame {
  position: relative;
  z-index: 2;
}

#top-css.shop #pilates_kv .flex {
  width: 100%;
  max-width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 10.5em;
}

#top-css.shop #pilates_kv .flex2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6em;
}

#top-css.shop #pilates_kv .flex2 .box {
  width: 55%;
}

#top-css.shop #pilates_kv .flex2>figure {
  width: 18%;
  margin-right: 5%;
}

#top-css.shop #pilates_kv .swiper.type2 {
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  #top-css.shop #pilates_kv .swiper.type2 {
    padding-bottom: 2.4em;
  }
}

#top-css.shop #pilates_kv h3 {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  width: 100%;
  padding: 0;
  display: none !important;
}

#top-css.shop #pilates_kv h2 {
  margin-bottom: 0;
  width: 100%;
}

#top-css.shop #pilates_kv a {
  padding: 1.5em 1.5em 1.5em 0;
  width: 16em;
  border: 2px solid #231815;
}

#top-css.shop #pilates_kv a.w100 {
  width: 100%;
  margin: 19% auto 0;
  padding: 0;
  border: 0px;
}

@media screen and (max-width: 768px) {
  #top-css.shop #pilates_kv a.w100 {
    width: 100%;
    margin: 0;
    transform: translate(0);
  }
}

#top-css.shop #pilates_kv a.w100 img {
  width: 100%;
}

#top-css.shop #pilates_shoptxt {
  margin-top: -6em;
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  #top-css.shop #pilates_shoptxt {
    margin-top: -2.5em;
  }
}

#top-css.shop #pilates_shoptxt .flex {
  max-width: 800px;
  width: 88%;
  margin: 0 auto;
  align-items: flex-end;
  align-items: stretch;
}

#top-css.shop #pilates_shoptxt .flex2 {
  max-width: 800px;
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#top-css.shop #pilates_shoptxt .box {
  box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 1.2em;
}

#top-css.shop #pilates_shoptxt .box2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#top-css.shop #pilates_shoptxt .box2:nth-child(1) {
  width: 39%;
}

#top-css.shop #pilates_shoptxt .box2:nth-child(1) figure:nth-child(2) {
  display: block;
  width: 9%;
  height: 4.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-css.shop #pilates_shoptxt .box2:nth-child(1) figure:nth-child(3) {
  position: relative;
}

#top-css.shop #pilates_shoptxt .box2:nth-child(1) figure:nth-child(3) img:nth-child(1) {
  width: 3.5em;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 0em;
  top: 1em;
  display: block;
}

#top-css.shop #pilates_shoptxt .box2:nth-child(3) {
  width: 54%;
}

#top-css.shop #pilates_shoptxt .box3 {
  width: 54%;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#top-css.shop #pilates_shoptxt .box3 p {
  padding: 0;
  line-height: 1.8em;
}

#top-css.shop #pilates_shoptxt .box3 p:nth-child(1) {
  font-size: 1.2em;
}

#top-css.shop #pilates_shoptxt .box3 p:nth-child(2) {
  margin-bottom: 0.2em;
  font-size: 1.7em;
  color: #E95E38;
  letter-spacing: 0.12em;
}

#top-css.shop #pilates_shoptxt .box4 {
  width: 54%;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #E95E38;
  font-size: 0.9em;
}

#top-css.shop #pilates_shoptxt .box4 p {
  padding: 0;
}

#top-css.shop #pilates_shoptxt .tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-css.shop #pilates_shoptxt .tab_box:nth-child(2) {
  margin: 1em auto;
}

#top-css.shop #pilates_shoptxt .tab_box figure:nth-child(1) {
  width: 46.5%;
}

#top-css.shop #pilates_shoptxt .tab_box figure:nth-child(3) {
  width: 46.5%;
}

#top-css.shop #pilates_shoptxt .tab_box figure:nth-child(2) {
  width: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-css.shop #pilates_shoptxt .tab_box .tab_title {
  margin-top: 3.5em;
}

#top-css.shop #pilates_shoptxt .in {
  border: 3px solid #B27D3B;
  padding: 2.5em 0 0;
}

#top-css.shop #pilates_shoptxt .in>figure {
  display: inline-block;
  margin-bottom: 2.2em;
}

#top-css.shop #pilates_shoptxt .ybg {
  background-color: #FDF5EC;
  padding: 2.5em 0;
  margin-top: 1.8em;
}

#top-css.shop #pilates_shoptxt .ybg h2 span {
  background-color: #FDF5EC;
}

#top-css.shop #pilates_shoptxt .ybg figure {
  display: block;
  width: 60%;
  max-width: 260px;
  margin: 2em auto 0;
}

#top-css.shop .pilates_shopaccess {
  background-color: #F4F4F4;
  padding: 4em 0;
}

#top-css.shop .pilates_shopaccess h2 span {
  background-color: #F4F4F4;
}

#top-css.shop .pilates_shopaccess .flex {
  margin: 1em auto;
  max-width: 1100px;
  text-align: center;
  margin-bottom: 7em;
}

#top-css.shop .pilates_shopaccess .flex a {
  width: 48%;
}

#top-css.shop .pilates_shopaccess figure {
  margin: 1em auto;
  max-width: 1100px;
  text-align: center;
}

#top-css.shop .pilates_shopaccess p {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

#top-css.shop .pilates_shopaccess .btn1 {
  padding: 0.7em 0 0.8em;
  border-width: 2px;
}

#top-css.shop #pilates_shopcontents {
  padding: 4em 0;
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/bg_set1.webp"), url("/wordpress/wp-content/themes/bdcpilates/img/bg_set2.webp");
  background-position: top right, bottom left;
  background-size: 25% auto, 20% auto;
  background-repeat: no-repeat;
}

#top-css.shop #pilates_shopcontents h3 {
  margin-bottom: 0.5em;
}

#top-css.shop #pilates_shopcontents h3 span:before {
  left: -3.5em;
}

#top-css.shop #pilates_shopcontents h4 {
  font-size: 2.2em;
  color: #E95E38;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.1em;
}

#top-css.shop #pilates_shopcontents h4 span:nth-child(1) {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

#top-css.shop #pilates_shopcontents h4 span:nth-child(2) {
  padding-bottom: 0.1em;
}

#top-css.shop #pilates_shopcontents h4+figure {
  width: 13%;
  margin: 2em auto;
}

#top-css.shop #pilates_shopcontents figure {
  display: block;
  text-align: center;
  margin: 1em auto;
}

#top-css.shop #pilates_shopcontents ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4em;
}

#top-css.shop #pilates_shopcontents ul li {
  width: 33.3%;
  border-right: 2px solid #B6AEAC;
  text-align: center;
  padding: 1.5em 0;
  display: flex;
  flex-direction: column;
}

#top-css.shop #pilates_shopcontents ul li:last-child {
  border-right: 0px solid #000;
}

#top-css.shop #pilates_shopcontents ul li figure {
  width: 30%;
}

#top-css.shop #pilates_shopcontents ul+figure {
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-css.shop #pilates_shopcontents h6 {
  font-weight: 900;
  color: #231815;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-size: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-top: 1em;
}

#top-css.shop #pilates_shopcontents h5 {
  font-weight: 900;
  color: #E95E38;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  font-size: 1.8em;
  margin-bottom: 1.5em;
  text-align: center;
}

#top-css.shop #pilates_shopcontents ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#top-css.shop #pilates_shopcontents ol li {
  width: 48.5%;
  margin-bottom: 3%;
  background-color: #FDF5EC;
  border-radius: 0.5em;
  padding: 0.2em 0 0.3em 3.5em;
  position: relative;
  font-weight: 900;
  color: #231815;
  letter-spacing: 0.1em;
  font-size: 1.8em;
  display: flex;
}

#top-css.shop #pilates_shopcontents ol li:before {
  display: block;
  position: absolute;
  content: "";
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.5em;
  height: 1.5em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/shop_content_5.webp") no-repeat center/contain;
}

#top-css.shop .pilates_letstry {
  background-color: #F4F4F4;
  padding: 4em 0;
  text-align: center;
}

#top-css.shop .pilates_letstry a:nth-child(1) {
  background-color: #E95E38;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0.6em 0 0.7em;
  font-weight: 900;
  margin: 0 auto;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}

#top-css.shop .pilates_letstry a:nth-child(3) {
  width: 50%;
  margin: 0 auto;
}

#top-css.shop .pilates_letstry p {
  font-weight: 700;
  line-height: 2em;
  margin: 2em 0 2.5em;
  padding: 0;
  font-size: 1.1em;
}

#top-css.shop #pilates_lecturer {
  padding-top: 4em;
}

#top-css.shop #shop_reformer {
  padding: 4em 0 3em;
}

#top-css.shop #shop_reformer .swiper-wrapper {
  padding-bottom: 5em;
}

#top-css.shop #shop_reformer .swiper-slide {
  padding: 0 9%;
}

#top-css.shop #shop_reformer .swiper-slide figure {
  width: 62%;
  display: block;
  margin: 0 auto;
}

#top-css.shop #shop_reformer .swiper-slide img {
  display: block;
  width: 100%;
}

#top-css.shop #shop_reformer .swiper-slide h4 {
  font-weight: 900;
  text-align: center;
  font-size: 1.6em;
  color: #231815;
  letter-spacing: 0.1em;
  margin: 1.3em 0 0.4em;
}

#top-css.shop #shop_reformer .swiper-slide p {
  padding: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.1em;
  color: #231815;
  letter-spacing: 0.1em;
  font-weight: 800;
}

#top-css.shop .swiper-button-prev {
  bottom: 12%;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/icon9.webp") no-repeat center/cover;
  left: 10%;
  transform: rotate(180deg);
}

#top-css.shop .swiper-button-prev::after {
  display: none;
}

#top-css.shop .swiper-button-next {
  bottom: 12%;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  background: url("/wordpress/wp-content/themes/bdcpilates/img/icon9.webp") no-repeat center/cover;
  right: 10%;
}

#top-css.shop .swiper-button-next::after {
  display: none;
}

#top-css.shop #pilates_plan .wrap {
  margin-top: 3em;
  padding: 3em 0;
  background-color: #F0E4D4;
  position: relative;
}

#top-css.shop #pilates_plan .wrap:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_icon2%22%20data-name%3D%22icon2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.74%2012.57%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_icon1-2%22%20data-name%3D%22icon1%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2214.37%2012.57%200%200%2028.74%200%2014.37%2012.57%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  top: -1em;
  margin: 0 auto;
  width: 3em;
  height: 2em;
}

#top-css.shop #pilates_plan .wrap .in1 {
  width: 100%;
  margin: 0 auto;
  color: #45322D;
}

#top-css.shop #pilates_plan .wrap .in1 .flex {
  margin-bottom: 2em;
}

#top-css.shop #pilates_plan .wrap .in1 h5 {
  text-align: center;
  color: #fff;
  background-color: #45322D;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.08em;
}

#top-css.shop #pilates_plan .wrap .in1 .flex_box {
  border: 2px solid #45322D;
  width: 30%;
}

#top-css.shop #pilates_plan .wrap .in1 .flex_box:nth-child(3) h5 {
  background-color: transparent;
  color: #45322D;
  border-bottom: 2px solid #45322D;
}

#top-css.shop #pilates_plan .wrap .in1 ul {
  width: 90%;
  margin: 0 auto;
}

#top-css.shop #pilates_plan .wrap .in1 li {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #45322D;
  text-align: center;
  line-height: 1.15em;
  font-weight: 700;
}

#top-css.shop #pilates_plan .wrap .in1 li span:nth-child(1) {
  width: 40%;
}

#top-css.shop #pilates_plan .wrap .in1 li span:nth-child(2) {
  width: 60%;
}

#top-css.shop #pilates_plan .wrap .in1 li b {
  font-size: 80%;
}

#top-css.shop #pilates_plan .wrap .in1 li:last-child {
  border-width: 0;
}

#top-css.shop #pilates_plan .wrap .in1 p {
  line-height: 1.8em;
  font-weight: 700;
}

#top-css.shop #pilates_plan .wrap .contents .box {
  overflow: hidden;
  padding: 0 0 6%;
  position: relative;
}

#top-css.shop #pilates_plan .wrap .contents .box .flex_box {
  font-size: 1.2em;
  background-color: #fff;
}

#top-css.shop #pilates_plan .wrap .contents h4 {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 2.7em;
  color: #45322d;
  padding: 0.9em 0 0.3em;
  font-weight: 900;
  letter-spacing: 0.2em;
}

#top-css.shop #pilates_shopcampaing {
  padding: 2em 0 0;
}

#top-css.shop #pilates_shopcampaing h3 {
  margin-bottom: 0.8em;
}

#top-css.shop #pilates_shopcampaing .red {
  display: block;
  color: #fff;
  font-weight: 900;
  padding: 0.1em 1em 0.2em;
  font-size: 1.2em;
  background-color: #E9304A;
  text-align: center;
  width: 11.5em;
  margin: 0 auto 2em;
  letter-spacing: 0.2em;
}

#top-css.shop #pilates_shopcampaing .subtitle {
  background-color: #E95E38;
  display: block;
  color: #fff;
  font-weight: 900;
  padding: 0.1em 1em 0.2em;
  font-size: 1.4em;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0.8em;
  letter-spacing: 0.2em;
}

#top-css.shop #pilates_shopcampaing .box+.subtitle {
  margin-top: 2em;
}

#top-css.shop #pilates_shopcampaing .box>figure:nth-child(1) {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

#top-css.shop #pilates_shopcampaing .wrap {
  margin-top: 3em;
  padding: 3em 0;
  background-color: #f0e9e2;
  position: relative;
}

#top-css.shop #pilates_shopcampaing .wrap .box h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: 90%;
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0.9em 0 0.3em;
}

#top-css.shop #pilates_shopcampaing .wrap .box h4 img {
  max-width: 500px;
  width: 90%;
}

#top-css.shop #pilates_shopcampaing .wrap .box+.subtitle {
  margin-top: 3em;
}

#top-css.shop #pilates_shopcampaing .wrap:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_icon2%22%20data-name%3D%22icon2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.74%2012.57%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_icon1-2%22%20data-name%3D%22icon1%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2214.37%2012.57%200%200%2028.74%200%2014.37%2012.57%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  top: -1em;
  margin: 0 auto;
  width: 3em;
  height: 2em;
}

#top-css.shop #pilates_shopcampaing .wrap p {
  font-weight: 900;
  text-align: center;
  line-height: 1.7em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
}

#top-css.shop #pilates_shopcampaing .wrap h4 {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 2.7em;
  color: #45322d;
  padding: 0em 0 0.8em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  max-width: 567px;
  margin: 0 auto;
}

#top-css.shop #pilates_shopcampaing .a_box {
  margin: 2em auto 0;
  max-width: 900px;
  width: 95%;
}

#top-css.shop #pilates_shopcampaing a {
  background-color: #45322D;
  text-align: center;
  color: #fff;
  padding: 0.6em 1.2em 0.6em 0;
  width: 48%;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.15em;
}

#top-css.shop #pilates_qualification .swiper-wrapper {
  padding-bottom: 5em;
}

#top-css.shop #pilates_qualification .swiper-slide {
  padding: 0 9%;
}

#top-css.shop #pilates_qualification .swiper-slide img {
  display: block;
  width: 100%;
}

#top-css.shop #pilates_qualification .swiper-slide h4 {
  font-weight: 900;
  text-align: center;
  font-size: 1.6em;
  color: #231815;
  letter-spacing: 0.1em;
  margin: 1.3em 0 0.4em;
}

#top-css.shop #pilates_qualification .swiper-slide p {
  padding: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.1em;
  color: #231815;
  letter-spacing: 0.1em;
  font-weight: 800;
}

#top-css.shop #Map .location-container {
  width: 100%;
  height: 24em !important;
}

#top-css.shop #Map .full-container {
  height: 24em !important;
}

#top-css.shop #Map .address-box {
  margin: 0 auto;
  display: block;
  font-size: 1.3em;
  padding: 30px 50px 40px;
  margin-top: 0 !important;
}

#top-css.shop #Map .address-box p {
  margin: 0 auto;
  padding: 0.6em 0 0;
}

#top-css.shop #Map h3.address-logo {
  margin-bottom: 0;
}

#top-css.shop .contact_btn {
  background-color: #fff;
  padding-left: 10%;
  color: #b27d3b;
  font-size: clamp(1px, 1.9vw, 23px);
  letter-spacing: 0.03em;
  background-repeat: no-repeat;
  background-size: auto 54%;
  background-position: left 6% center;
  font-family: YuGothic, 游ゴシック, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 3.2em;
  line-height: 1.1em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}

#top-css.shop .contact_btn span {
  font-family: YuGothic, 游ゴシック, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  display: block;
  font-size: 0.5em;
  color: #45322d;
}

#top-css.shop .contact_btn.type_a {
  padding-top: 0.3em;
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/contact_btn_type_a.webp");
}

#top-css.shop .contact_btn.type_b {
  background-image: url("/wordpress/wp-content/themes/bdcpilates/img/contact_btn_type_b.webp");
}

#top-css.shop .a_bot.solo {
  display: flex;
  justify-content: center;
}

#top-css.shop .a_bot.solo a {
  max-width: 425px;
}

[data-class=wpcf7cf_group] {
  margin-bottom: 1em;
}

.cp-box>figure:nth-child(1) {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.cp-box h4 {
  position: relative;
  z-index: 3;
  color: #45322d;
  padding: 0.9em 0 0.3em;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 1em auto 0;
  padding: 0 4.4em;
  width: 90%;
}

.cp-box .in2+figure {
  margin-top: 0 !important;
  padding: 0 4em;
}

#video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.following-btn {
  position: fixed;
  bottom: 1em;
  left: 50%;
  z-index: 150;
  width: 100%;
  max-width: 800px;
  background: linear-gradient(#69d946 0%, #2d9e0a 100%);
  border-bottom: 4px solid #308016;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
  font-size: 1em;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 10px;
  padding: 0.9em 0;
  height: auto;
  font-weight: 600;
}

.following-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.following-btn a::before {
  position: absolute;
  left: -20%;
  z-index: 2;
  display: inline-block;
  width: 70%;
  height: auto;
  aspect-ratio: 16/4.4;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://bdcpilates.com/assets/fb-images/campaign/campaign-bnr1.png);
  background-size: 100% auto;
  transform: translateY(-100%);
  top: 1em;
}

.following-btn a::after {
  position: absolute;
  top: 50%;
  right: calc(-12px - 1em);
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("https://bdcpilates.com/assets/fb-images/icons/triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(269deg);
}

.following-btn a>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.following-btn a>div .text-sub {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.04em;
}

.following-btn a>div .text-main {
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.06;
  color: #fff;
  letter-spacing: 0.04em;
}

.following-btn a .box:nth-child(1) {
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 2em;
  position: relative;
  line-height: 1.3em;
}

.following-btn a .box:nth-child(2) {
  position: relative;
}

.following-btn a .box:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  left: -1.8em;
  top: 0.9em;
  bottom: 0;
  margin: auto 0;
  background-image: url(/assets/fb-images/icons/icon3.webp);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 65%;
}

.copyright {
  padding: 10px 0 9em;
}

.content-box figure {
  width: 71%;
  margin: 0 auto 1.5em;
}

.figure_box {
  width: 80%;
  margin: 0 auto;
}

.figure_box figure {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}

.figure_box figure:last-child {
  margin-bottom: 0;
}

.figure_box figure img {
  display: inline-block;
}

.figure_box a.mb1 {
  display: block;
  margin-bottom: 1.5em;
}

.figure_box.type2 {
  margin: 3em auto;
}

.figure_box.type2 p {
  color: #e95e38;
  font-weight: 900;
  font-size: 1.4em;
}

@media screen and (max-width: 768px) {
  .figure_box.type2 {
    margin: 0em auto 1em;
  }

  .figure_box.type2 p {
    font-size: 0.92em;
  }
}

#pilates_photo {
  padding: 4em 0 1em;
}

#pilates_photo ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 4em;
}

#pilates_photo ul li {
  width: 24%;
  margin-right: 1.3333333333%;
  margin-bottom: 0.5%;
}

#pilates_photo ul li:nth-child(4n) {
  margin-right: 0;
}

#pilates_intro {
  /*background: url("/wordpress/wp-content/themes/bdcpilates/img/intro_bg.webp") no-repeat center/cover;*/
  background: #fdf4ca;
}

#pilates_intro .frame {
  padding: 4em 0 9em;
}

#pilates_intro h2 {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pilates_intro h2 span:nth-child(1) {
  color: #fff;
  padding: 0.6em 1.5em;
  background-color: #45322d;
  margin-right: 1.8em;
  letter-spacing: 0.15em;
  font-weight: 400;
}

#pilates_intro h2 span:nth-child(2) {
  color: #9f5c07;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#pilates_intro .swiper {
  margin: 0 0 1em;
  padding: 3.5em 0;
}

#pilates_intro .swiper p {
  letter-spacing: 0.05em;
  font-weight: 100;
}

#pilates_intro .swiper p strong {
  font-weight: 600;
}

#pilates_intro .swiper-pagination {
  bottom: 0;
}

#pilates_intro .swiper-pagination-bullet {
  border: 2px solid #231815;
  background-color: #fff;
  height: 10px;
}

#pilates_intro .swiper-pagination-bullet-active {
  background-color: #231815;
}

#pilates_intro .swiper-button-next {
  color: #45322d;
  right: 0;
}

#pilates_intro .swiper-button-prev {
  color: #45322d;
  left: 0;
}

#pilates_intro .swiper-rtl .swiper-button-prev {
  right: 0;
}

#pilates_intro .swiper-rtl .swiper-button-next {
  left: 0;
}

#pilates_intro .swiper-slide {
  width: 1200px;
  padding: 0 12%;
  text-align: center;
}

#pilates_intro .swiper-slide p {
  padding: 0;
}

#pilates_intro a {
  display: block;
  margin: 2em auto 0;
  max-width: 21em;
  text-align: center;
  padding: 0.4em 1.2em;
  font-size: 1.15em;
  font-weight: 600;
  color: #45322d;
  border: 2px solid #45322d;
  letter-spacing: 0.15em;
}

#pilates_intro a span {
  position: relative;
  padding-right: 1.6em;
}

#pilates_intro a span:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background: url("/wordpress/wp-content/themes/bdcpilates/img/intro_icon.webp") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  #top-css.shop.ginza #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_ginza.webp");
  }

  #top-css.shop.futakotamagawa #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_futakotamagawa.webp");
  }

  #top-css.shop.ikebukuro #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_ikebukuro.webp");
  }

  #top-css.shop.omotesando #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_omotesando.webp");
  }

  #top-css.shop.ginzanamiki #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_ginzanamiki.webp");
  }

  #top-css.shop.ebisu #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_ebisu.webp");
  }

  #top-css.shop.kichijoji #pilates_kv {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/shop_sec1_img1_sp_kichijoji.webp");
  }

  html,
  body {
    scroll-padding-top: 125px;
    font-family: YuGothic, 游ゴシック, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif !important;
  }

  /* 英語のテキストに sofia-pro を適用 */
  :lang(en) {
    font-family: "Sofia Pro", "YuGothic", "游ゴシック", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif !important;
  }

  body.sideactive {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #container button {
    padding: 0.8em 0.5em;
    width: 3.5em;
    top: 68px;
    z-index: 99;
  }

  #side-bar {
    top: 0;
    width: 100vw;
    right: -100vw;
    height: 100vh;
    padding: 1em 2em;
  }

  #side-bar ul li {
    padding: 2.2vh 0 2.2vh 1.65em;
  }

  #top-css {
    font-size: clamp(11px, 3.2vw, 16px);
  }

  #top-css .pcmode {
    display: none !important;
  }

  #top-css .spmode {
    display: block !important;
  }

  #top-css h2 {
    font-size: 1.4em;
    letter-spacing: 0.15em;
  }

  #top-css h2.sub {
    width: 100%;
    margin-bottom: 1.5em;
  }

  #top-css h2.sub img {
    height: 0.6em;
  }

  #top-css h3 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }

  #top-css .arrow:before {
    right: 0.85em;
    width: 0.9em;
    height: 0.9em;
  }

  #top-css #pilates_kv {
    height: auto;
    aspect-ratio: 1/1.2;
    padding-top: 5em;
  }

  #top-css #pilates_kv .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.8em;
  }

  #top-css #pilates_kv h2 {
    margin-right: 0;
    margin-bottom: 1em;
  }

  #top-css #pilates_kv a {
    width: 40%;
    padding: 0.9em 2em 0.9em 0.5em;
  }

  #top-css #pilates_kv a img {
    display: block;
    width: 80%;
  }

  #top-css #pilates_kv.mt {
    margin-top: 49px;
  }

  #top-css #pilates_machine {
    margin-top: 0em;
    padding-bottom: 0.1em;
  }

  #top-css #pilates_machine .box {
    box-shadow: none;
    padding: 0;
  }

  #top-css #pilates_machine .in {
    border-width: 0;
    padding: 2em 0;
  }

  #top-css #pilates_machine .in>figure {
    margin-bottom: 1.5em;
  }

  #top-css #pilates_machine .flex {
    flex-wrap: wrap;
  }

  #top-css #pilates_machine .flex:nth-child(3) {
    justify-content: space-between;
    padding: 0;
    margin-bottom: 1.5em;
  }

  #top-css #pilates_machine .flex:nth-child(3) figure {
    width: 31%;
  }

  #top-css #pilates_machine a {
    width: 100%;
    padding: 1.5em 1.2em 1.5em 0;
    font-size: 1.3em;
  }

  #top-css #pilates_machine a+a {
    margin-top: 1em;
  }

  #top-css #pilates_news {
    padding: 3em 0;
  }

  #top-css #pilates_news li {
    padding: 1.2em 0;
  }

  #top-css #pilates_news li:first-child {
    padding-top: 0;
  }

  #top-css #pilates_news li span:nth-child(2) {
    padding-top: 0.5em;
    display: block;
  }

  #top-css #pilates_contents {
    padding: 3em 0 2em;
  }

  #top-css #pilates_contents a {
    width: 32%;
    margin-bottom: 2%;
  }

  #top-css #pilates_features {
    padding: 3em 0 2em;
  }

  #top-css #pilates_features .frame {
    max-width: 1100px;
  }

  #top-css #pilates_features .frame>figure {
    margin: 0 auto 4em;
  }

  #top-css #pilates_features .box {
    width: 100%;
    margin-bottom: 12%;
  }

  #top-css #pilates_features .box:nth-child(3) {
    margin-bottom: 8%;
  }

  #top-css #pilates_features p {
    padding: 6%;
  }

  #top-css #pilates_experience .w50 {
    width: 96%;
  }

  #top-css #pilates_experience h4 {
    font-size: 1.4em;
    margin: 0.5em 0 1.5em;
  }

  #top-css #pilates_experience .list_type1 li {
    padding: 1em 0 1.1em;
  }

  #top-css #pilates_experience .box1 {
    padding: 1em 0 1.1em;
  }

  #top-css #pilates_experience .accordion-area.box1 h5.atitle {
    font-size: 1.05em;
    letter-spacing: 0.03em;
  }

  #top-css #pilates_experience .accordion-area.box1 .abox .ol_center {
    padding-left: 0%;
  }

  #top-css #pilates_experience .atitle {
    padding: 0.6em 0 0.7em;
  }

  #top-css #pilates_experience .atitle span::before {
    width: 0.9em;
    right: 0.5em;
  }

  #top-css #pilates_experience .box2 .box2_title {
    padding: 1em 0 1.1em;
  }

  #top-css #pilates_experience .box2 .box2_in p {
    padding: 0px 5%;
  }

  #top-css #pilates_experience .a_box {
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
  }

  #top-css #pilates_experience a {
    width: 100%;
    padding: 1.3em 0 1.4em;
  }

  #top-css #pilates_experience a+a {
    margin-top: 1.5em;
  }

  #top-css #pilates_experience .a_bot.solo a {
    width: 90%;
  }

  #top-css #pilates_lesson h2.sub:before {
    width: 100%;
    transform: translateX(0);
  }

  #top-css #pilates_lesson .flex {
    flex-direction: column;
  }

  #top-css #pilates_lesson .box {
    width: 100%;
    margin-bottom: 2.5em;
  }

  #top-css #pilates_lesson .in {
    background-color: #fff;
    padding: 1em 5% 2em;
  }

  #top-css #pilates_lesson p {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 0;
    margin: 1em 0;
  }

  #top-css .tab-list {
    flex-wrap: wrap;
    gap: 1%;
  }

  #top-css .tab-list-item,
  #top-css .tab-list-item2,
  #top-css .tab-list-item3 {
    width: 32.66%;
    margin-bottom: 1%;
  }

  #top-css .tab-list-item1 {
    width: 32.66%;
    margin-bottom: 1%;
  }

  #top-css .tab-contents .box {
    padding: 0 0 3%;
  }

  #top-css .tab-contents .box>figure:nth-child(1) {
    width: 65%;
    margin: 2em auto 0;
  }

  #top-css .tab-contents .box:before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 0;
  }

  #top-css .tab-contents .box:nth-child(2) h4 {
    font-size: 1.4em;
    padding-top: 0.7em;
    margin-bottom: 0;
    width: 100%;
  }

  #top-css .tab-contents h4 {
    width: 100%;
    font-size: 1.52em;
    padding: 1.4em 0 1em;
  }

  #top-css .tab-contents h4 img {
    width: 100%;
  }

  #top-css .tab-contents1 h4 {
    margin-bottom: 1em;
    padding: 0.9em 0 1em;
  }

  #top-css .tab-contents1 a {
    width: 50%;
  }

  #top-css .tab-contents1 a:nth-child(1) {
    border-right: 1px solid #B27D3B;
  }

  #top-css #pilates_plan .tab-contents-wrap .in1 {
    width: 100%;
  }

  #top-css #pilates_plan .tab-contents-wrap .in1 .flex {
    flex-direction: column;
    margin-bottom: 0;
  }

  #top-css #pilates_plan .tab-contents-wrap .in1 h5 {
    font-size: 1.2em;
    letter-spacing: 0.08em;
    padding: 0.9em 0 1.1em;
  }

  #top-css #pilates_plan .tab-contents-wrap .in1 .flex_box {
    width: 100%;
    margin-bottom: 2em;
  }

  #top-css #pilates_plan .tab-contents-wrap .in1 .flex_box:last-child {
    margin-bottom: 1em;
  }

  #top-css #pilates_plan .tab-contents-wrap .in1 li {
    font-weight: 900;
    font-size: 1.08em;
  }

  #top-css #pilates_shops h4 {
    margin-bottom: 1em;
  }

  #top-css #pilates_shops a {
    width: 48%;
    margin-bottom: 8%;
  }

  #top-css #pilates_shops a:nth-child(4n) {
    margin-right: 4%;
  }

  #top-css #pilates_shops a:nth-child(2n) {
    margin-right: 0;
  }

  #top-css .wbg {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/index_sec11_img2.webp");
  }

  #top-css #pilates_blog .box {
    padding: 1.8em;
  }

  #top-css #pilates_blog .in {
    flex-direction: column;
  }

  #top-css #pilates_blog .in a {
    width: 100%;
    font-size: 0.9em;
  }

  #top-css #pilates_blog .in a:first-child {
    padding-top: 0;
  }

  #top-css #pilates_qualification li {
    padding: 2em 0;
    flex-direction: column;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0.05em;
  }

  #top-css #pilates_qualification li span {
    margin-right: 0.8em;
    margin-bottom: 0.4em;
    padding: 0.7em 1em 0.8em;
  }

  #top-css #pilates_contact.type2 .bg {
    padding: 3em 4%;
  }

  #top-css #pilates_contact.type2 .content_area .frame:nth-child(1) {
    width: 100%;
  }

  #top-css #pilates_contact .send {
    margin-top: 1em;
    height: auto;
    padding-top: 0;
  }

  #top-css #pilates_contact .wpcf7-submit {
    font-size: 1.4em;
    padding: 0.9em 0 1em;
  }

  #top-css #pilates_contact .radio-choices {
    padding: 0.5em 0 0.6em;
  }

  #top-css .in2 {
    flex-direction: column;
    padding: 2em 0;
  }

  #top-css .in2+.in2 {
    margin-top: 4em;
  }

  #top-css .in2 .flex_box2 {
    width: 100%;
    min-height: auto;
  }

  #top-css .in2 .flex_box2:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
    padding: 0;
  }

  #top-css .in2 .tab_title {
    width: 20%;
  }

  #top-css .in2 p {
    font-size: 0.86em;
    letter-spacing: 0.05em;
  }

  #top-css .in2 p .orange {
    display: inline-block;
  }

  #top-css .in2 p b {
    font-size: 1.45em;
  }

  #top-css .in2 p.tab_tyu {
    color: #E95E38;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }

  #top-css .in2 .tab_box {
    width: 100%;
    margin: 1em auto;
  }

  #top-css .in2 .tab_box figure:nth-child(1) {
    width: 45%;
  }

  #top-css .in2 .tab_box figure:nth-child(3) {
    width: 45%;
  }

  #top-css .in2 .tab_box figure:nth-child(2) {
    width: 3.6%;
  }

  #top-css .in2.tt {
    padding: 4em 2em 2em;
  }

  #top-css .in2.tt .figure_box figure:nth-child(1) {
    width: 30%;
  }

  #top-css .in2.tt+figure {
    width: 100%;
  }

  #top-css .in2.tt+figure img {
    width: 100%;
  }

  #top-css .content_area .tab {
    padding: 0.8em 0;
  }

  .three_frame {
    width: 31%;
  }

  #top-css.shop #pilates_kv {
    padding-top: 2.5em;
    background-size: cover;
  }

  #top-css.shop #pilates_kv .flex {
    padding-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #top-css.shop #pilates_kv .flex2 {
    margin-top: 1em;
    flex-wrap: wrap;
  }

  #top-css.shop #pilates_kv .flex2 .box {
    width: 100%;
  }

  #top-css.shop #pilates_kv .flex2 .box>figure {
    display: none;
  }

  #top-css.shop #pilates_kv .flex2>figure {
    margin-right: 0;
  }

  #top-css.shop #pilates_kv .flex2>figure:nth-child(1) {
    width: 38%;
  }

  #top-css.shop #pilates_kv .flex2>figure:nth-child(2) {
    width: 55%;
  }

  #top-css.shop #pilates_kv h2 {
    width: 75%;
    margin-bottom: 1em;
  }

  #top-css.shop #pilates_kv a {
    position: relative;
    transform: translate(80%, -94%);
    width: 31%;
    padding: 0.9em 1.5em 1em 0;
  }

  #top-css.shop #pilates_kv h3 {
    max-width: 100%;
    width: 100%;
  }

  #top-css.shop #pilates_shoptxt.short {
    margin-top: -2.5em;
  }

  #top-css.shop #pilates_shoptxt .flex {
    flex-direction: column;
  }

  #top-css.shop #pilates_shoptxt .flex2 {
    width: 100%;
  }

  #top-css.shop #pilates_shoptxt .flex2 .box3 .brackets {
    margin-bottom: 1em;
  }

  #top-css.shop #pilates_shoptxt .flex2 .box3 .brackets span:before {
    height: 2em;
    top: 0.5em;
    left: -6.5em;
  }

  #top-css.shop #pilates_shoptxt .flex2 .box3 .brackets span:after {
    height: 2em;
    top: 0.5em;
    right: -1.5em;
  }

  #top-css.shop #pilates_shoptxt h2 {
    width: 88%;
  }

  #top-css.shop #pilates_shoptxt .box2:nth-child(1) {
    width: 70%;
    margin: 0 auto 2.5em;
  }

  #top-css.shop #pilates_shoptxt .box2:nth-child(1) figure:nth-child(2) {
    margin: 1.2em 0;
    width: 12%;
  }

  #top-css.shop #pilates_shoptxt .box2:nth-child(3) {
    width: 100%;
  }

  #top-css.shop #pilates_shoptxt .box3 {
    width: 100%;
    font-size: 1.2em;
  }

  #top-css.shop #pilates_shoptxt .box3 p {
    line-height: 1.2em;
  }

  #top-css.shop #pilates_shoptxt .box3 p:nth-child(1) {
    font-size: 1.1em;
  }

  #top-css.shop #pilates_shoptxt .box3 p:nth-child(2) {
    font-size: 1.5em;
    letter-spacing: 0.15em;
  }

  #top-css.shop #pilates_shoptxt .box4 {
    width: 100%;
  }

  #top-css.shop #pilates_shoptxt .box4 p {
    text-indent: -1em;
    padding: 0 1em 0 2.5em;
    text-align: left;
  }

  #top-css.shop #pilates_shoptxt .flex2.spmode {
    display: flex !important;
  }

  #top-css.shop #pilates_shoptxt .tab_box {
    width: 100%;
    margin: 1em auto;
  }

  #top-css.shop #pilates_shoptxt .tab_box figure:nth-child(1) {
    width: 45%;
  }

  #top-css.shop #pilates_shoptxt .tab_box figure:nth-child(3) {
    width: 45%;
  }

  #top-css.shop #pilates_shoptxt .tab_box figure:nth-child(2) {
    width: 3.6%;
  }

  #top-css.shop .pilates_shopaccess .flex {
    flex-direction: column;
  }

  #top-css.shop .pilates_shopaccess .flex a {
    width: 100%;
  }

  #top-css.shop .pilates_shopaccess .flex a+a {
    margin-top: 2em;
  }

  #top-css.shop .pilates_shopaccess p {
    font-size: 1.4em;
  }

  #top-css.shop .pilates_shopaccess p span {
    font-size: 0.8em;
    display: block;
    margin-top: 0.9em;
  }

  #top-css.shop .pilates_shopaccess .btn1 {
    padding: 1.5em 0 1.6em;
  }

  #top-css.shop #pilates_shopcontents {
    background-image: url("/wordpress/wp-content/themes/bdcpilates/img/bg_set1.webp"), url("/wordpress/wp-content/themes/bdcpilates/img/bg_set2_sp.webp");
    background-position: top right, bottom 45% left;
    background-size: 65% auto, 35% auto;
  }

  #top-css.shop #pilates_shopcontents .brackets span:before {
    height: 2em;
    top: 0.5em;
    left: -3.5em;
  }

  #top-css.shop #pilates_shopcontents .brackets span:after {
    height: 2em;
    top: 0.5em;
    right: -1.5em;
  }

  #top-css.shop #pilates_shopcontents h4+figure {
    width: 33%;
  }

  #top-css.shop #pilates_shopcontents ul {
    flex-direction: column;
    margin-bottom: 2em;
  }

  #top-css.shop #pilates_shopcontents ul+figure {
    width: 15%;
  }

  #top-css.shop #pilates_shopcontents ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-right: 0px solid #B6AEAC;
    border-bottom: 2px solid #B6AEAC;
    flex-direction: row;
  }

  #top-css.shop #pilates_shopcontents ul li figure {
    display: block;
    text-align: center;
    margin: 0;
    width: 42%;
    padding-bottom: 0.5em;
  }

  #top-css.shop #pilates_shopcontents h6 {
    width: 50%;
    margin: 0;
    line-height: 1.4em;
    font-size: 1.5em;
  }

  #top-css.shop #pilates_shopcontents ol li {
    width: 100%;
    padding: 1.2em 0 1.3em 3.5em;
    font-size: 1.5em;
  }

  #top-css.shop .pilates_letstry {
    padding: 4em 0 3em;
  }

  #top-css.shop .pilates_letstry p {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
  }

  #top-css.shop .pilates_letstry a:nth-child(1) {
    width: 100%;
    padding: 1.1em 0 1.2em;
  }

  #top-css.shop .pilates_letstry a:nth-child(3) {
    width: 100%;
  }

  #top-css.shop #shop_reformer .swiper-slide {
    padding: 0 4%;
  }

  #top-css.shop #shop_reformer .swiper-slide figure {
    width: 80%;
  }

  #top-css.shop .swiper-button-prev {
    left: 0%;
    bottom: 16%;
  }

  #top-css.shop .swiper-button-next {
    right: 0%;
    bottom: 16%;
  }

  #top-css.shop #pilates_plan .wrap .in1 {
    width: 100%;
  }

  #top-css.shop #pilates_plan .wrap .in1 .flex {
    flex-direction: column;
    margin-bottom: 0;
  }

  #top-css.shop #pilates_plan .wrap .in1 h5 {
    font-size: 1.2em;
    letter-spacing: 0.08em;
    padding: 0.9em 0 1.1em;
  }

  #top-css.shop #pilates_plan .wrap .in1 .flex_box {
    width: 100%;
    margin-bottom: 2em;
  }

  #top-css.shop #pilates_plan .wrap .in1 .flex_box:last-child {
    margin-bottom: 1em;
  }

  #top-css.shop #pilates_plan .wrap .in1 li {
    font-weight: 900;
    font-size: 1.08em;
  }

  #top-css.shop #pilates_plan .wrap .contents .box {
    padding: 0 0 3%;
  }

  #top-css.shop #pilates_plan .wrap .contents h4 {
    font-size: 1.52em;
    padding: 1.4em 0 1em;
    margin-bottom: 1em;
  }

  #top-css.shop #pilates_shopcampaing .box>figure:nth-child(1) {
    width: 60%;
  }

  #top-css.shop #pilates_shopcampaing .wrap .box {
    padding: 0 0 3%;
  }

  #top-css.shop #pilates_shopcampaing .wrap .box h4 {
    font-size: 1.4em;
    padding: 0.7em 0 1em;
    margin-bottom: 0;
    width: 100%;
  }

  #top-css.shop #pilates_shopcampaing .wrap .box h4 img {
    width: 100%;
  }

  #top-css.shop #pilates_shopcampaing .wrap .box:before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 0;
  }

  #top-css.shop #pilates_shopcampaing .wrap p {
    font-size: 1em;
  }

  #top-css.shop #pilates_shopcampaing .wrap p.t_ctr {
    font-size: 1em;
  }

  #top-css.shop #pilates_shopcampaing .wrap p.txt_spl {
    text-align: justify;
    margin-bottom: 2.5em;
  }

  #top-css.shop #pilates_shopcampaing .wrap p.tab_tyu {
    text-align: left;
  }

  #top-css.shop #pilates_shopcampaing .wrap h4 {
    font-size: 1.52em;
    padding: 1.4em 0 1em;
  }

  #top-css.shop #pilates_shopcampaing .wrap h4:before {
    width: calc(100% - 2rem);
    top: 1rem;
  }

  #top-css.shop #pilates_shopcampaing h3 {
    margin-bottom: 0.2em;
  }

  #top-css.shop #pilates_shopcampaing .red {
    padding: 0.8em 1em 0.9em;
    width: 11.5em;
    margin: 0 auto 2em;
    letter-spacing: 0.2em;
  }

  #top-css.shop #pilates_shopcampaing .subtitle {
    padding: 1.2em 1em 1.3em;
    margin: 0 auto 1.2em;
  }

  #top-css.shop #pilates_shopcampaing .a_box {
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
  }

  #top-css.shop #pilates_shopcampaing a {
    width: 100%;
    padding: 1.3em 0 1.4em;
  }

  #top-css.shop #pilates_shopcampaing a+a {
    margin-top: 1.5em;
  }

  #top-css.shop #pilates_qualification .swiper-slide {
    padding: 0 4%;
  }

  #top-css.shop #Map .location-container {
    height: 21em;
  }

  #top-css.shop #Map .full-container {
    height: auto !important;
  }

  #top-css.shop #Map .map-bg-omotesando {
    background-size: auto 168%;
    width: 100%;
    top: 32%;
    height: 36em;
  }

  #top-css.shop .contact_btn {
    font-size: 1.4em;
    background-size: auto 35%;
    background-position: left 3% center;
    padding-left: 14%;
  }

  .cp-box>figure:nth-child(1) {
    width: 60%;
  }

  .cp-box h4 {
    font-size: 1.4em;
    padding-top: 0.7em;
    width: 100%;
    padding: 0 2em;
  }

  .cp-box .in2+figure {
    padding: 0 2em;
  }

  .following-btn {
    font-size: 8px;
    bottom: 0;
  }

  .content-box figure {
    width: 92%;
  }

  .figure_box {
    width: 95%;
  }

  #pilates_photo ul li {
    width: 49%;
    margin-right: 2%;
  }

  #pilates_photo ul li:nth-child(2n) {
    margin-right: 0;
  }

  #pilates_intro {
    /*background: url("/wordpress/wp-content/themes/bdcpilates/img/intro_bg_sp.webp") no-repeat center/cover;*/
    background: #fdf4ca;
  }

  #pilates_intro .frame {
    width: 100%;
    padding: 3em 0;
  }

  #pilates_intro h2 {
    flex-direction: column;
    font-size: 0.9em;
  }

  #pilates_intro h2 span:nth-child(1) {
    margin-bottom: 2em;
    margin-right: 0;
  }

  #pilates_intro .swiper {
    padding: 1.8em 0;
  }

  #pilates_intro .swiper p {
    line-height: 2;
    text-align: left;
  }

  #pilates_intro .swiper-button-next {
    top: 45%;
  }

  #pilates_intro .swiper-button-next:after {
    font-size: 2em;
  }

  #pilates_intro .swiper-button-prev {
    top: 45%;
  }

  #pilates_intro .swiper-button-prev:after {
    font-size: 2em;
  }

  #pilates_intro a {
    padding: 1.1em 1.2em;
    font-size: 1.02em;
  }
}

@media screen and (max-width: 1920px) {
  #top-css #pilates_kv {
    background-size: 1920px auto;
  }
}

@media screen and (max-width: 1000px) {
  #top-css #pilates_kv {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1.2em;
  }
}

/**#top-css.shop.ginza2 .pilates_shopaccess .flex {
  margin-bottom: 0;
}**/

#pilates_access2 {
  padding-bottom: 2.5em;
  margin-top: 2vw;
}

@media screen and (max-width: 768px) {
  #pilates_access2 {
    margin-top: 0;
  }
}

#pilates_access2 .box {
  width: 48%;
  border: 3px solid #e95e38;
  text-align: center;
  font-weight: 800;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

#pilates_access2 .box .po {
  pointer-events: none;
  opacity: 0.4;
}

#pilates_access2 .box .ab {
  position: absolute;
  text-align: center;
  display: block;
  height: 2.6em;
  line-height: 1;
  color: #fff;
  background-color: #231815;
  font-weight: 900;
  padding: 0.8em 0;
  width: 70%;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#pilates_access2 .box:nth-child(2) {
  position: relative;
}

#pilates_access2 .box h3 {
  background-color: #e95e38;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.4em 0;
  margin-bottom: 0.5em;
}

#pilates_access2 .box h3 img {
  display: block;
  margin: 0 auto;
  width: 65%;
}

#pilates_access2 .box h4 {
  color: #45322d;
  font-size: 1.3em;
}

#pilates_access2 .box p {
  line-height: 1.5;
}

#pilates_access2 .box p.tyu {
  font-size: 0.8em;
}

#pilates_access2 .box .map {
  width: calc(100% - 2em);
  margin: 1.2em auto 0;
}

#pilates_access2 .box .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  #pilates_access2 .flex {
    flex-direction: column;
  }

  #pilates_access2 .box {
    width: 100%;
    padding-bottom: 0.8em;
    font-size: 1.3em;
  }

  #pilates_access2 .box h3 {
    margin-bottom: 1em;
  }

  #pilates_access2 .box h4 {
    margin-bottom: 1em;
  }

  #pilates_access2 .box+.box {
    margin-top: 1.5em;
  }
}

.following-btn2 {
  display: block;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(180deg, rgb(92, 205, 58) 0%, rgb(44, 158, 12) 100%);
  max-width: 920px;
  text-align: center;
  border-radius: 0.6em 0.6em 0 0;
  width: 90%;
}

.following-btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em 1.8em 0.4em;
}

@media screen and (max-width: 768px) {
  .following-btn2 a {
    padding: 1.1em 1em 1em;
  }
}

.following-btn2 a img {
  display: block;
  width: 100%;
  max-width: 700px;
}

.following-btn2 a img.sp {
  padding-top: 0;
}

.following-btn3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 810px;
  text-align: center;
  border-radius: 0.6em 0.6em 0 0;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .following-btn3 {
    width: 100%;
  }
}

.following-btn3 a {
  width: 49%;
}

.following-btn3 a img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .following-btn3 a {
    width: 50%;
  }
}

#top-css #ginzalinks {
  border: 5px solid #45322d;
  margin: 0em auto 1em;
}

#top-css #ginzalinks .flex {
  margin: 2em auto;
}

#top-css #ginzalinks .flex a {
  background: transparent;
  padding: 0;
  margin: 0;
}

#top-css #ginzalinks .flex a:nth-child(1) {
  width: 43%;
}

#top-css #ginzalinks .flex a:nth-child(2) {
  width: 52%;
}

@media screen and (max-width: 768px) {
  #top-css #ginzalinks .flex {
    flex-direction: column;
  }

  #top-css #ginzalinks .flex a {
    width: 100%;
  }

  #top-css #ginzalinks .flex a:nth-child(1) {
    width: 90%;
  }

  #top-css #ginzalinks .flex a:nth-child(2) {
    width: 90%;
  }

  #top-css #ginzalinks .flex a+a {
    margin-top: 1.5em;
  }
}

/**20250606銀座KV調整**/
/**SP**/
@media screen and (max-width: 768px) {
  #top-css #pilates_kv .flex3.ginza-page {
    margin: -2.3em auto 0;
  }
}

/**PC**/
@media (min-width: 769px) {
  #top-css.shop #pilates_kv.ginza-page .flex {
    align-items: anchor-center;
    justify-content: center;
  }

  #top-css #pilates_kv.ginza-page h2 {
    margin-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  #top-css #pilates_kv.ginza-page h2 {
    margin-right: 0;
  }
}

/**20250613TOP銀座ｷｬﾝﾍﾟｰﾝ調整**/
#top-css #pilates_machine #ginzalinks img,
#top-css #pilates_machine #ginzalinks .innner_z img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#top-css #pilates_machine #ginzalinks .innner_z {
  padding: 20px;
}

#top-css #pilates_machine #ginzalinks .innner_z .mg {
  margin-bottom: 20px;
}

#top-css #pilates_machine #ginzalinks .innner_z .mg {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #top-css #pilates_machine #ginzalinks .innner_z {
    padding: 10px;
  }

  #top-css #pilates_machine #ginzalinks .innner_z .mg {
    margin-bottom: 10px;
  }
}

#top-css #pilates_machine #ginzalinks .innner_z a:nth-child(1) {
  background-color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  #top-css #pilates_machine #ginzalinks .innner_z a {
    padding: 0px;
  }
}

#top-css #pilates_machine #ginzalinks .innner_z a {
  padding: 0px;
  width: 100% !important;
  letter-spacing: 0.15em;
}

/**20270717 新コンテンツ分***/
#pilates_professional {
  padding: 4em 0;
}

#top-css #pilates_professional .flex01 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: wrap;
}

#top-css #pilates_professional .box {
  width: 46%;
  margin-bottom: 5%;
  padding: 1.5em 0 1.5em 0;
  color: #44312C;
}

@media screen and (max-width: 768px) {
  #top-css #pilates_professional .box {
    width: 100%;
    margin-bottom: 3%;
    padding: 1em 0 1em 0;
  }
}

#top-css #pilates_professional h4 {
  font-size: 2em;
  line-height: 2em;
  letter-spacing: 2px;
  font-weight: 900;
}

#top-css #pilates_professional h4 span {
  font-size: 70%;
}

#top-css #pilates_professional h5 {
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #top-css #pilates_professional h4 {
    font-size: 1.9em;
    line-height: 1.9em;
  }

  #top-css #pilates_professional h5 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

#top-css #pilates_professional p {
  padding: 20px 5px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 2em;
  font-size: 1.1em;
  text-align: justify;
}



/* ほかのCSSと衝突しないよう、すべて ts- で名前空間化 */
.ts-schedule {
  --ts-bg: #f7f3e6;
  --ts-bg2: #fbf9f1;
  --ts-line: #d9d4c6;
  --ts-text: #1c1c1c;
  --ts-muted: #7a776e;
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px 64px;
  color: var(--ts-text);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ts-title {
  margin: 8px 0 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: .06em;
}

.ts-title small {
  display: block;
  color: var(--ts-muted);
  font-weight: 400;
  margin-top: 4px;
  font-size: .9rem
}

.ts-table-scroll {
  border: 1px solid var(--ts-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 0 #00000008;
}

.ts-table-scroll__inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ts-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 760px;
  /* スマホでは横スクロール */
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.65;
}

.ts-row>* {
  border-right: 1px solid var(--ts-line);
  border-bottom: 1px solid var(--ts-line);
  padding: 10px 12px;
  vertical-align: top;
  background: #fff;
  word-break: keep-all;
  text-align: center;
}

.ts-row>*:first-child {
  border-left: 1px solid var(--ts-line);
}

.ts-row--head .ts-th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--ts-bg);
  text-align: center;
  font-weight: 600;
  padding: 12px 8px;
}

.ts-side {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 84px;
  background: var(--ts-bg);
  font-weight: 600;
  text-align: center;
  color: #333;
}

.ts-row--section .ts-th {
  background: var(--ts-bg);
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
}

.ts-row--time .ts-td {
  background: var(--ts-bg2);
}

.ts-dow {
  display: block;
  font-size: .9em;
  color: var(--ts-muted);
  font-weight: 600
}

.ts-row--divider .ts-td,
.ts-row--divider .ts-side {
  border-bottom-width: 2px;
}

.ts-row--gap .ts-gap {
  padding: 0;
  border: none;
  height: 8px;
  background: transparent;
}

@media (max-width: 640px) {
  .ts-title {
    font-size: 1.05rem
  }

  .ts-table {
    font-size: 13px;
    min-width: 640px
  }

  .ts-row>* {
    padding: 9px 10px
  }

  .ts-side {
    width: 72px
  }
}

/**20250905　銀座キャンペーン**/
.promo2 {
  max-width: 980px;
  margin: 16px auto;
  /**border:6px solid var(--brown);**/
  width: 95%;
}

.promo2 .panel-peach .flex2 {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

@media (min-width:0px) and (max-width:735px) {
  .promo2 .panel-peach .flex2 {
    display: block;
    justify-content: space-around;
    align-items: baseline;
  }
}

.promo2 .panel-peach .flex2 .copy {
  color: #45322D;
}

@media (min-width:0px) and (max-width:735px) {
  .promo2 .panel-peach .flex2 .copy {
    font-size: 20px;
  }
}

.promo2 .panel-peach .btn {
  padding: 10px 44px 10px 26px !important;
  display: inline-block;
  background: url("img/btn_item01.png") no-repeat right 10px center var(--accent);
}

@media (min-width:0px) and (max-width:735px) {
  .promo2 .panel-peach .btn {
    padding: 10px 35px 10px 18px !important;
    background: url("img/btn_item01.png") no-repeat right 10px center var(--accent);
    background-size: 12px auto;
  }
}

@media (min-width:0px) and (max-width:735px) {

  .promo2 .panel-peach .store-badge,
  .promo2 .panel-gray .store-badge {
    padding: 10px 5px;
    font-size: 18px;
  }
}

/**リセット**/
@media (max-width: 720px) {
  #top-css .promo2 .panel-gray p a {
    margin-top: 0px;
    padding: 0px;
  }
}

.promo2 .panel-gray p {
  color: #45322D;
  text-align: center;
}

.promo2 .panel-gray p a {
  text-decoration: underline !important;
  font-weight: bold;
}

.promo2 .panel-gray .promotxt {
  font-size: 130%;
  font-weight: bold;
  border-bottom: solid 2px #45322D;
  padding-bottom: 10px;
}

@media (min-width:0px) and (max-width:735px) {
  .promo2 .panel-gray .promotxt {
    font-size: 130%;
    font-weight: bold;
    border-bottom: solid 2px #45322D;
    padding-bottom: 10px;
    display: block;
    line-height: 140% !important;
  }
}

@media screen and (max-width: 768px) {
  #top-css.shop #pilates_shopcampaing .wrap .box.gg {
    p{
          text-align: left;
    }
  }
}

#top-css.shop #pilates_shopcampaing a.btn-normal {
  text-align: center;
  color: #467b8b;
  padding: 0;
  width: 100%;
  background: transparent;
  font-size: 1em;
}