@import url('https://fonts.googleapis.com/css?family=Gudea&display=swap');
.pc {
  display: block;
}
.sp {
  display: none;
}
.otameshi_btn {
  width: 340px;
  background: #000;
  /*    display: block;*/
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 110%;
  line-height: 50px;
  text-align: center;
  margin: 50px auto 90px;
}
.price_beginner_wrapper .otameshi_more {
  display: block;
  text-decoration: none;
  width: 200px;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  margin: 30px auto;
}
.otameshi_btn:hover, .otameshi_more:hover {
  opacity: 0.5;
}
.shop_title {
  position: absolute;
  width: 300px;
  height: 200px;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
h2::after {
  content: "";
  width: 25px;
  border-bottom: 2px solid #fd4170;
  margin: 10px auto;
}
.shop_title h2 {
  font-size: 250%;
  margin: 40px auto 20px;
  font-weight: 100;
  letter-spacing: 2px;
  font-family: 'Gudea', "yu-gothic", "游ゴシック", "DIN", sans-serif;
}
.shop_title h2::after {
  content: "";
  width: 50px;
  border-bottom: none;
  margin: 0;
}
.shop_title h1 {
  font-size: 120%;
  margin: 0 auto 25px;
}
.shop_title p {
  font-size: 90%;
  margin: 0px auto 40px;
}
.shop_map {
  margin-right: 35px;
}
.slider {
  margin: 0 auto 100px auto;
  width: 80%;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-slide {
  position: relative;
}
.slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 20px);
  padding: 10px;
  background: rgba(255, 255, 255, .6);
  color: #000;
  font-size: 14px;
  opacity: 0;
  transition: .3s ease;
}
.slick-slide .caption h3 {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.slick-slide .caption p {
  text-align: left;
}
.slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  color: #2d0302 !important;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slider li {
  text-align: center;
  font-size: 1.2em;
}
.spbox {
  display: block;
  width: 32%;
  position: relative;
  /* margin: 10px 5px; */
  object-fit: cover;
}
.osusume_p {
  margin: 40px auto;
  font-size: 110%;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
}
.shop_photo {
  display: flex;
  justify-content: center;
}
.gnav {
  width: 100%;
  height: 40px;
  background: rgba(216, 216, 216, 0.4);
  overflow-x: auto;
  overflow-y: hidden;
}
.gnav ul {
  width: 1000px;
  height: 40px;
  margin: 0 auto 2px auto;
  list-style: none;
  display: flex;
  justify-content: center;
}
.gnav ul li {
  text-align: center;
  border-left: 1px solid #eee;
}
.gnav ul li:last-child {
  border-right: 1px solid #eee;
}
.gnav ul li a, .gnav ul li a:link, .gnav ul li a:visited {
  display: inline-block;
  /* width: 96px; */
  height: 40px;
  margin: 0 20px;
  /* background: #9fb7d4; */
  color: #000;
  text-decoration: none;
  line-height: 40px;
  position: relative;
}
.gnav::-webkit-scrollbar {
  height: 2px;
}
.gnav::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.gnav::-webkit-scrollbar-thumb {
  background: #f0b608;
  border-radius: 5px;
}
.shop_photo li img {
  width: 450px;
  height: 400px;
  object-fit: cover;
}
.beginner_title {
  font-size: 130%;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background: rgba(239, 239, 239, 0.5);
  height: 50px;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
}
.slider {
  margin: 0 auto 100px auto;
  width: 450px;
}
.shopinfo_container .pc {
  display: flex;
}
.price_beginner_wrapper {
  display: flex;
  width: 1000px;
  height: 390px;
  margin: 0px auto 40px;
  background-color: rgba(239, 239, 239, 0.5);
  /* vertical-align: middle; */
  padding: 40px;
}
.price_beginner_wrapper div {
  width: 500px;
  text-align: center;
}
.price_beginner_wrapper div img {
  width: 100%;
}
.price_beginner_wrapper h4 {
  font-size: 200%;
  text-align: center;
  margin: 40px auto 50px;
  display: block;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 10px;
  width: 200px;
  letter-spacing: 1px;
}
.price_beginner_wrapper p {
  text-align: center;
}
.shop_info_pc {
  width: 94%;
  margin: 20px auto;
}
.shopinfo_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.shopinfo_table th, .shopinfo_table td {
  padding: 10px 0 10px 15px;
  text-align: left;
}
.shopinfo_table tr:nth-child(odd) {
  background-color: #eee;
}
/* 特徴 */
.features h2 {
  font-size: 200%;
  line-height: 150%;
  margin: 80px auto 80px;
  text-align: center;
  font-weight: 100;
}
.features_inner {
  margin: 40px auto;
  font-size: 120%;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
}
.voice ul {
  width: 1000px;
  margin: 0 auto;
}
.content {
  width: 900px;
  margin: 0 auto;
}
.SutdioProgram a {
  width: 250px;
  height: 250px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
}
.SutdioProgram a p {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  padding: 5px 0;
}
.sp_circuit {
  background: url("/wbodiesp/wp-content/themes/bodies/assets/common/images/sutdio_program_circuit.jpg") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.sp_germanium {
  background: url("/wbodiesp/wp-content/themes/bodies/assets/common/images/sutdio_program_germanium.jpg") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.sp_running {
  background: url("/wbodiesp/wp-content/themes/bodies/assets/common/images/sutdio_program_running.jpg") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.sp_yoga {
  background: url("/wbodiesp/wp-content/themes/bodies/assets/common/images/sutdio_program_yoga.jpg") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.sp_cafe {
  background: url("/wbodiesp/wp-content/themes/bodies/assets/common/images/sutdio_program_cafe.jpg") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.sp_marche {
  background: url("/wbodiesp/wp-content/themes/bodies/assets/common/images/sutdio_program_marche.jpg") 0 0 no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
.sp_top-left {
  margin: 0 0 50px 0;
}
.sp_top-center {
  margin: 0 75px 50px 75px;
}
.sp_top-right {
  margin: 0 0 50px 0;
}
.sp_bottom-left {
  margin: 0;
}
.sp_bottom-center {
  margin: 0 75px;
}
.sp_bottom-right {
  margin: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.cont_wrapper {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  background: #ededed;
  border-bottom: 1px solid #fff;
}
h2.studio_list {
  text-align: center;
  color: #666;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px;
  letter-spacing: 3px;
}
.css_row {
  width: 1000px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.css_row .css_cell {
  width: 25%;
  display: table-cell;
  vertical-align: top;
}
.css_row .css_cell a {
  display: block;
}
h3.area {
  border-bottom: 1px solid #ddd;
  width: 230px;
  font-size: 1.2em;
  color: #666;
  margin-left: 10px;
}
ul.studio {
  font-size: 0.8em;
  width: 230px;
  margin-left: 10px;
  margin-top: 10px;
}
.dochi_btn {
  width: 920px;
  margin: 40px auto 20px;
}
.btn_diet {
  float: left;
}
.btn_relax {
  float: right;
}
.price_wrap {
  width: 960px;
  margin: 0 auto;
}
.free_price_box {
  background-color: #F7F7F7;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
td span.price_f {
  font-size: 15px;
  font-family: 'Inconsolata';
}
.fee_box {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
.fee_box .b_bottom {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.fee_box .b_right {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.fee_txt03 {
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: bold;
}
.fee_box th {
  background-color: #eeeeee;
  font-size: 15px;
}
.fee_box th {
  background-color: #eeeeee;
  font-size: 15px;
}
.fee_box th, td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
/* 料金比較表 */
.compare_price_area {
  margin: 60px auto;
  width: 700px;
  box-sizing: border-box;
}
.compare_price table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
}
.compare_price table .price_hl th {
  background: #000;
  color: #fff;
  border-top: none;
  border-left: none;
  text-align: center;
}
.compare_price table .price_hl th:first-child {
  background-color: transparent;
  border: none;
}
.compare_price .price_hl .bodies_price {
  background: #f79c92;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-radius: none;
}
.compare_price table th, .compare_price table td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 16px 20px;
  white-space: nowrap;
  font-size: 16px;
}
.compare_price table th {
  background: #fdefed;
  text-align: center;
}
.compare_price table td {
  background: #fff;
  text-align: center;
}
.compare_price table td:last-child {}
.compare_price table td .notice {
  font-size: 14px;
}
.compare_price p {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
	.compare_price_area{
		width: 95%;
	}
	.features{
		margin: 0 5vw;
	}
}
@media screen and (max-width: 768px) {
	.features{
		margin: 0 5vw;
	}
  .compare_price {
    padding: 20px 1vw;
  }
}
@media screen and (max-width: 480px) {
  .compare_price_area {
    padding: 0 2vw;
    box-sizing: border-box;
    width: 100%;
  }
  .compare_price {
    overflow-x: auto;
    display: block;
  }
  .compare_price table {
    width: 700px;
  }
}
.center_icon {
  text-align: center !important;
}
.voice {
  display: block;
  padding-left: 35px;
  clear: both;
  background: url(https://www.bodies.jp/wbodiesp/wp-content/uploads/2020/08/img_shop-info_footer_bg.png);
  background-size: cover;
  padding: 30px 0 0 35px;
  width: 1000px;
}
.voice ul li {
  list-style-type: disc;
  padding-bottom: 20px;
  padding-right: 20px;
}
.beginner_title {
  text-align: center;
  width: 190px;
  height: 40px;
  margin: 80px auto 0;
  background: rgba(239, 239, 239, 0.5);
  line-height: 40px;
  font-size: 130%;
  border-radius: 10px 10px 0 0;
  letter-spacing: 1px;
}
.box {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
  margin: 0px 20px 40px;
  display: block;
}
.box .slideup {
  width: 250px;
  height: 250px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 210px;
  left: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box:hover .slideup {
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.box .slideup span {
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  display: block;
}
.box .slideup:hover span {
  display: none;
}
.box img {
  width: 100%;
}
.slideup_content {
  position: relative;
}
.slideup_content p {
  padding: 20px 35px 20px;
  font-size: 90%;
	text-align: center;
}
.slideup_content a {
  display: block;
  width: 140px;
  text-align: center;
  position: absolute;
  top: 180px;
  left: 50px;
  background-color: white;
  padding: 5px 0px;
  margin: 5px auto 0;
  text-decoration: none;
  color: black;
}
.slideup_content a:hover {
  opacity: 0.8;
}
.shopinfo_container {
  display: flex;
  width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.price_wrapper {
  font-size: 90%;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.price_wrapper .price_mainvisual {
  background-image: url("https://www.bodies.jp/wbodiesp/wp-content/uploads/2020/01/yh002のコピー-e1578275779702.jpg");
  width: 100%;
  height: 300px;
  /*  background-color: #fff;*/
  background-size: cover;
  margin: 0 auto 0;
  padding-top: 80px;
}
.price_wrapper h1 {
  margin-left: 0;
  margin-right: 0;
}
.price_wrapper .price_mainvisual h1 {
  font-size: 200%;
  text-align: center;
  line-height: 300px;
  font-weight: bold;
  letter-spacing: 15px;
  padding-left: 15px;
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
.price_wrapper h2 {
  text-align: center;
  font-size: 110%;
  background: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 40px auto;
  letter-spacing: 2px;
}
.price_wrapper h3 {
  display: inline-block;
  font-size: 150%;
  letter-spacing: 7px;
  margin: 150px auto 100px;
  padding: 10px 0 10px 7px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
}
.basic_price .shop_price_title::after {
  content: "※価格は全て税込です。";
  position: absolute;
  display: inline-block;
  width: 300px;
  font-size: 70%;
  top: 50px;
  left: -90px;
}
.price_wrapper h4 {
  text-align: left;
  /*position: absolute;*/
  /*right: 22px;*/
  font-size: 150%;
  letter-spacing: 2px;
  padding-left: 25px;
}
.price_wrapper .title_box {
  text-align: left;
  /* padding: 0 1px 10px; */
  /*padding-left: 15px;*/
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
/*h3::after {
    content: "";
    border-bottom: 3px solid #cb0168;
    position: absolute;
    width: 30px;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

h3::before {
    content: "";
    border-bottom: 3px solid #cb0168;
    position: absolute;
    width: 30px;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}*/
.price_wrapper h5 {
  text-align: center;
  font-size: 120%;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 10px;
}
.price_wrapper h6 {
  text-align: center;
  margin: 45px auto;
  font-size: 110%;
  position: relative;
}
.price_wrapper h6::after {
  content: "";
  border-bottom: 3px solid #cb0168;
  position: absolute;
  width: 30px;
  top: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.price_wrapper section {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.price_wrapper .attention {
  font-size: 60%;
}
.price_table {
  width: 95%;
  margin: 10px auto;
}
.price_table table {
  border-collapse: collapse;
  border: solid 3px #d3d3d3; /*表全体を線で囲う
}
.price_table table th,.price_table table td {
  border: solid 1px #d3d3d3;/**/
  padding: 20px 0;
  /*破線 1px オレンジ*/
}
.price_table table th {
  background: #f1f1f1;
  text-align: center;
  padding: 20px 10px 0 5px;
}
.price_table table td {
  padding: 20px;
}
.container {
  position: relative;
}
.title_box {
  width: 100%;
  display: flex;
  position: relative;
}
.bodies_plan {
  border-bottom: 1px solid orange;
  background: rgba(255, 233, 192, 0.3);
}
.day_plan {
  border-bottom: 1px solid #43a731;
  margin: 80px auto 0;
  background: rgba(213, 255, 206, 0.31);
}
.shop_plan {
  border-bottom: 1px solid rgb(251, 42, 139);
  margin: 30px auto 0;
  background: rgba(249, 187, 216, 0.3);
}
.title_box p {
  position: absolute;
  right: 22px;
  padding: 0 !important;
}
.special_price .shop_price_title::after {
  content: "＼おトクに通える／";
  position: absolute;
  display: inline-block;
  width: 300px;
  font-size: 70%;
  top: -40px;
  left: -135px;
  transform: rotate(-11deg);
}
.price_beginner_wrapper {
  display: flex;
  width: 700px;
  height: auto;
  margin: 0px auto 20px;
  background-color: rgba(239, 239, 239, 0.5);
  /* vertical-align: middle; */
  padding: 20px 20px 20px 50px;
}
.price_beginner_wrapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price_beginner_wrapper h4 {
  font-size: 130%;
  text-align: center;
  margin: 40px auto 30px;
  display: block;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 10px;
  letter-spacing: 1px;
  padding-left: 0px;
}
.price_beginner_wrapper p {
  text-align: left;
  font-size: 90%;
  width: 80%;
  margin: 0 auto;
}
.otameshi_img_box {
  width: 700px;
  height: 350px;
}
.price_beginner_wrapper .otameshi_more {
  display: block;
  text-decoration: none;
  width: 200px;
  background: #000;
  padding: 12px 17px;
  margin: 25px auto;
  color: #fff;
}
.price_hour {
  text-align: left;
  width: 95%;
  margin: auto;
}
.price_table p {
  text-align: left;
  margin: 10px auto;
  font-size: 70%;
  padding-left: 20px;
}
.free_price_box {
  text-align: left;
}
.free_price_box dl {
  display: flex;
  width: 400px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
}
.free_price_box dt {
  width: 50%;
  /*background: #fff;*/
  padding: 10px;
}
.free_price_box dd {
  width: 50%;
  padding-left: 20px;
  /*background: #fff;*/
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  font-size: 90%;
}
.price_for_member_wrapper {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0px;
  background: rgba(241, 241, 241, 0.4);
}
.price_for_visitor p {
  text-align: left;
}
.visitor_info {
  width: 500px;
  margin: 0 auto;
}
.price_visitor_nomargin {
  padding-top: 0 !important;
}
.nyukai_info {
  width: 500px;
  text-align: left;
  margin: 0 auto;
}
.price_mark {
  width: 700px;
  margin-bottom: 70px;
}
.price_mark img {
  width: 100%;
}
.special_discount p {
  margin: 0 auto;
}
/*アコーディオンメニュー*/
.accordion {
  text-align: center;
}
.accordion .inner {
  display: none;
}
.accordion li .wrapper {
  display: none;
  background-color: #ffeef7;
  padding: 10px 0;
  border-top: 1px solid #f1b5cf;
}
.accordion p {
  cursor: pointer;
  padding: 0px;
}
.accordion .ac1, .accordion .ac2, .accordion .ac3, .accordion .ac4, .accordion .ac5, .accordion .ac6, .accordion .ac7, .accordion .ac8, .accordion .ac9, .accordion .ac10 {
  /* background: #000; */
  margin: 5px 0 5px;
  /* height: 50px; */
  /* line-height: 50px; */
  /* border: 2px solid #656565; */
  font-size: 130%;
  letter-spacing: 5px;
  color: #e52f81;
  text-align: center;
}
.accordion .inner li ul li {
  padding: 10px 0;
}
.accordion .inner li > p {
  cursor: pointer;
}
.accordion .inner li.content1-1 {
  background: #F48FB1;
}
.accordion .inner li.content1-2 {
  background: #F8BBD0;
}
.accordion .inner li.content1-3 {
  background: #FCE4EC;
}
.accordion .inner li.content2-1 {
  background: #FFF59D;
}
.accordion .inner li.content2-2 {
  background: #FFF9C4;
}
.accordion .inner li.content2-3 {
  background: #fffbd9;
}
.accordion .inner li.content3-1 {
  background: #C5E1A5;
}
.accordion .inner li.content3-2 {
  background: #DCEDC8;
}
.accordion .inner li.content3-3 {
  background: #F1F8E9;
}
.accordion .inner .shop_price {
  background: rgba(220, 220, 220, 0.2);
  margin: 5px 0;
}
.ac1, .ac2, .ac3, .ac4, .ac5, .ac6, .ac7, .ac8, .ac9, .ac10 {
  position: relative;
}
.accordion-btn {
  background-color: #ffeef7;
  /* height: 100px; */
  /*color: #888888;*/
  padding: 0px;
  padding: 10px 0;
  margin: 10px auto 0px;
}
.accordion-btn p {}
.area_button:after {
  content: "";
  position: absolute;
  border-right: 3px solid #888888;
  border-bottom: 3px solid #888888;
  width: 13px;
  top: 10px;
  right: 33px;
  height: 13px;
  transform: rotate(45deg);
  color: #fff;
  transition: .5;
}
.area_button_after:after {
  content: "";
  position: absolute;
  border-right: 3px solid #888888;
  border-bottom: 3px solid #888888;
  width: 13px;
  top: 15px;
  right: 33px;
  height: 13px;
  transform: rotate(225deg);
  color: #fff;
}
.member_wrapper {
  width: 500px;
  margin: 0 auto;
  padding: 30px 30px;
  background: rgba(241, 241, 241, 0.4);
}
.member_wrapper {
  width: 400px;
  margin: 20px auto;
  padding: 30px 30px;
  background: rgba(241, 241, 241, 0.4);
}
.member_title {
  background: #fff;
  width: 214px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 25px;
  text-align: center;
}
.nen {
  background: rgba(255, 254, 216, 0.6);
}
.tsuki {
  background: rgba(255, 216, 234, 0.4);
}
.member_box {
  background: #fff;
  padding: 15px 0;
}
.member_box p {
  line-height: 25px;
  width: 300px;
  margin: 0 auto;
}
.price_wrap p {
  width: 400px;
  margin: 0 auto;
}
.shop_title_forfee:after {
  content: "▼";
  font-size: 120%;
  position: absolute;
  /* width: 13px; */
  top: 8px;
  right: 33px;
  /* height: 13px; */
  transform: rotate(0deg);
  color: #000;
  transition: 0.5;
}
.shop_title_after:after {
  content: "▼";
  font-size: 120%;
  position: absolute;
  /* width: 13px; */
  top: 8px;
  right: 33px;
  /* height: 13px; */
  transform: rotate(180deg);
  color: #000;
}
.shop_price {
  position: relative;
}
a.otameshi_lesson {
  display: block;
  text-decoration: none;
  width: 200px;
  background: #000;
  padding: 12px 17px 12px 25px;
  margin: 15px auto 0;
  color: #fff;
  text-align: center;
}
a.web_nyukai {
  display: block !important;
  text-decoration: none !important;
  width: 200px !important;
  background: #fff !important;
  border: solid 1px !important;
  padding: 12px 17px 12px 25px !important;
  margin: 10px auto !important;
  color: #000 !important;
}
a.fee {
  display: block;
  text-decoration: none;
  width: 200px;
  background: #000;
  padding: 12px 17px 12px 25px;
  margin: 40px auto 0;
  color: #fff;
  text-align: center;
}
.web_nyukai2 {
  text-decoration: none !important;
  color: #000 !important;
  margin-bottom: 3em !important;
  margin-top: -2em !important;
}
.web_nyukai2 h5:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* コラム埋め込み追加 20241126 */
.studio_column_area{
	width: 100%;
	margin-bottom: 70px;
}
.studio_column_area h2{
    font-size: 200%;
    margin: 80px auto 10px;
    text-align: center;
    font-weight: 100;
}
.studio_column_area .intro{
    margin: 0 auto 40px;
    font-size: 110%;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
}
.studio_column_area .slider_column img{
	margin-bottom: 5px;
}
.studio_column_area .slider_column li{
	margin: 0 10px;
}




@media screen and (max-width: 1024px) {
	.parent-studio .slick-next {
        display: inline-block !important;
    }
}
@media screen and (max-width: 480px) {
	.studio_column_area{
		margin-bottom: 2.5vw;
	}
	.studio_column_area .slick-dots{
		bottom:25px;
	}
}


@media screen and (max-width: 1024px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .SutdioProgram a {
    width: 33%;
    height: 0;
    padding-bottom: 33%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
  }
  .SutdioProgram a p {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    padding: 5px 0;
  }
  .sp_top-left {
    margin: 0 0 0.5% 0;
  }
  .sp_top-center {
    margin: 0 0.5% 0 0.5%;
  }
  .sp_top-right {
    margin: 0 0 0.5% 0;
  }
  .sp_bottom-left {
    margin: 0;
  }
  .sp_bottom-center {
    margin: 0 0.5%;
  }
  .sp_bottom-right {
    margin: 0;
  }
  .cont_wrapper {
    width: 100%;
    padding-bottom: 5px;
    margin-top: 20px;
  }
  h2.studio_list {
    text-align: center;
    color: #666;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0 0 0;
    letter-spacing: 3px;
  }
  .css_row {
    width: 100%;
  }
  .css_row .css_cell {
    display: inline;
    width: 45%;
    padding: 0 2.5%;
    float: left;
  }
  h3.area {
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 1.2em;
    color: #666;
    margin-left: 0;
    margin-top: 15px;
  }
  ul.studio {
    font-size: 0.8em;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  div#footerTaiken {
    position: fixed !important;
    position: absolute;
    /*bottom: 0;
left: 0;
width: 100%;
height: 75px;
padding-top: 15px;
background-color: #e40077;
color: #fff;*/
    text-decoration: none !important;
    text-align: center;
    z-index: 999;
  }
  .dochi_btn {
    width: 90%;
    margin: 40px auto 15px;
  }
  .btn_diet {
    float: none;
    margin-bottom: 20px;
  }
  .btn_relax {
    float: none;
  }
  .price_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spshopinfo_container {
    /*width:  90%;*/
    display: flex !important;
    justify-content: center;
  }
  .spbox {
    display: inline-block;
    width: 30%;
    position: relative;
    margin: 10px 5px;
  }
  .spbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spbox.circuit::after {
    content: 'サーキット';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 90%;
  }
  .spbox.germa::after {
    content: 'ゲルマニウム温浴';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 90%;
  }
  .spbox.run::after {
    content: 'ランニング';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 90%;
  }
  .spbox.yoga::after {
    content: 'ヨガ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 90%;
  }
  .spbox.cafe::after {
    content: 'BODIES CAFE';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 90%;
    line-height: 25px;
  }
  .spbox.marche::after {
    content: 'MARCHE';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 90%;
    line-height: 25px;
  }
  .shop_photo {
    display: block;
  }
  .shop_info_pc {
    width: 90%;
  }
  .shop_map {
    margin-right: 0px;
    text-align: center;
  }
  .price_beginner_wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .price_beginner_wrapper p {
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
  .price_beginner_wrapper h4 {
    margin: 40px auto 20px;
  }
  .voice {
    width: 100%;
    padding: 30px 0 20px;
  }
  .voice ul {
    width: 80%;
  }
  .voice ul li {
    padding-right: 0px;
  }
  .shop_title h2 {
    font-size: 230%;
    margin: 25px auto 20px;
    font-weight: 100;
    letter-spacing: 1px;
  }
  .shop_title h1 {
    font-size: 120%;
    margin: 0 auto 20px;
  }
  .shop_title p {
    font-size: 80%;
  }
  .osusume_p {
    text-align: left;
    width: 80%;
  }
}
 * {
  font-family: 'Noto Sans JP', sans-serif;
}
p {
  font-size: 90%;
}
/*.sp{
  display: none;
}*/
.wraper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.studio_p {
  width: 960px;
  height: 570px;
  margin: 2em auto;
}
.studio_p_btn {
  width: 90%;
  display: block;
  margin: 2em auto;
  padding: 15px 0;
  text-align: center;
  background: #e3007f;
}
.studio_p_btn a {
  display: block;
  color: #fff;
  font: 3em;
  font-weight: bolder;
  text-decoration: none;
}
.price_mainvisual {
  background-image: url("https://www.bodies.jp/wbodiesp/wp-content/uploads/2019/07/DSC4921_hd-e1562909353692.jpg");
  width: 100%;
  height: 300px;
  /*  background-color: #fff;*/
  background-size: cover;
  margin: 0 auto 0;
  padding-top: 80px;
}
.price_mainvisual h1 {
  margin-left: 0;
  margin-right: 0;
}
.price_mainvisual h1 {
  font-size: 400%;
  text-align: center;
  line-height: 300px;
  font-weight: bold;
  letter-spacing: 15px;
  padding-left: 15px;
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
.wrapper h2 {
  text-align: center;
  font-size: 110%;
  background: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 40px auto;
  letter-spacing: 2px;
}
.wrapper h3 {
  display: inline-block;
  font-size: 150%;
  letter-spacing: 7px;
  margin: 150px auto 100px;
  padding: 10px 0 10px 7px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
}
.container h4 {
  text-align: left;
  /*position: absolute;*/
  /*right: 22px;*/
  font-size: 120%;
  padding-left: 20px;
}
.container {
  width: 700px;
  margin: 0 auto;
}
.title_box {
  text-align: left;
  /* padding: 0 1px 10px; */
  /*padding-left: 15px;*/
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0 auto;
}
/*h3::after {
    content: "";
    border-bottom: 3px solid #cb0168;
    position: absolute;
    width: 30px;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

h3::before {
    content: "";
    border-bottom: 3px solid #cb0168;
    position: absolute;
    width: 30px;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}*/
.studio_special_plan {
  display: inline-block;
  text-align: center;
  font-size: 150%;
  border-bottom: 2px solid #ccc;
  margin: 0 auto;
  padding: 15px 10px;
}
.shop_price {
  text-align: center;
}
.wrapper h5 {
  text-align: center;
  font-size: 120%;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 10px;
}
.wrapper h6 {
  text-align: center;
  margin: 45px auto;
  font-size: 110%;
  position: relative;
}
.wrapper h6::after {
  content: "";
  border-bottom: 3px solid #cb0168;
  position: absolute;
  width: 30px;
  top: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
section {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.attention {
  font-size: 60%;
}
.price_table {
  width: 700px;
  margin: 20px auto;
}
.price_table table {
  border-collapse: collapse;
  border: solid 3px #d3d3d3; /*表全体を線で囲う
}
.price_table table th,.price_table table td {
  border: solid 1px #d3d3d3;/**/
  padding: 20px 0;
  /*破線 1px オレンジ*/
}
.price_table table th {
  background: #f1f1f1;
  text-align: center;
  padding: 20px 10px 0 5px;
}
.price_table table td {
  padding: 20px;
}
.container {
  position: relative;
}
.title_box {
  width: 700px;
  display: flex;
  position: relative;
}
.bodies_plan {
  border-bottom: 1px solid orange;
  background: rgba(255, 233, 192, 0.3);
}
.day_plan {
  border-bottom: 1px solid #43a731;
  margin: 30px auto 0;
  background: rgba(213, 255, 206, 0.31);
}
.shop_plan {
  border-bottom: 1px solid rgb(251, 42, 139);
  margin: 30px auto 0;
  background: rgba(249, 187, 216, 0.3);
}
.title_box p {
  position: absolute;
  right: 22px;
  padding: 0 !important;
}
.shop_price_title::after {
  content: "＼おトクに通える／";
  position: absolute;
  display: inline-block;
  width: 300px;
  font-size: 70%;
  top: -40px;
  left: -135px;
  transform: rotate(-11deg);
}
.price_beginner_wrapper {
  display: flex;
  width: 630px;
  height: auto;
  margin: 0px auto 40px;
  background-color: rgba(239, 239, 239, 0.5);
  /* vertical-align: middle; */
  padding: 20px 20px 20px 50px;
}
.price_beginner_wrapper div img {
  width: 100%;
  height: 95%;
  object-fit: cover;
}
.price_beginner_wrapper h4 {
  font-size: 130%;
  text-align: center;
  margin: 40px auto 30px;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 10px;
  /* width: 200px; */
  display: inline-block;
  letter-spacing: 1px;
  padding-left: 0px;
}
.price_beginner_wrapper p {
  text-align: left;
  font-size: 90%;
  width: 80%;
  margin: 0 auto;
}
.otameshi_img_box {
  width: 700px;
  height: 350px;
}
.price_hour {
  padding: 10px 0 10px 15px;
}
.price_table p {
  text-align: left;
  margin: 10px auto;
  font-size: 70%;
  padding-left: 20px;
}
.free_price_box {
  text-align: left;
}
.free_price_box dl {
  display: flex;
  width: 400px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
}
.free_price_box dt {
  width: 50%;
  /*background: #fff;*/
  padding: 10px;
}
.free_price_box dd {
  width: 50%;
  padding-left: 20px;
  /*background: #fff;*/
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  font-size: 90%;
}
.price_for_member_wrapper {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0px;
  background: rgba(241, 241, 241, 0.4);
}
.price_for_visitor p {
  text-align: left;
}
.visitor_info {
  width: 500px;
  margin: 0 auto;
}
.price_visitor_nomargin {
  padding-top: 0 !important;
}
.nyukai_info {
  width: 500px;
  text-align: left;
  margin: 0 auto;
}
.price_mark {
  width: 700px;
  margin-bottom: 70px;
  margin: 30px auto;
}
.price_mark img {
  width: 100%;
}
.special_discount p {
  margin: 0 auto;
}
.member_wrapper {
  width: 500px;
  margin: 0 auto;
  padding: 30px 30px;
  background: rgba(241, 241, 241, 0.4);
}
.member_wrapper {
  width: 400px;
  margin: 20px auto;
  padding: 30px 30px;
  background: rgba(241, 241, 241, 0.4);
}
.member_title {
  background: #fff;
  width: 214px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 25px;
  text-align: center;
}
.nen {
  background: rgba(255, 254, 216, 0.6);
}
.tsuki {
  background: rgba(255, 216, 234, 0.4);
}
.member_box {
  background: #fff;
  padding: 15px 0;
}
.member_box p {
  line-height: 25px;
  width: 300px;
  margin: 0 auto;
}
.price_wrap p {
  width: 400px;
  margin: 0 auto;
}
.shop_title_forfee:after {
  content: "▼";
  font-size: 120%;
  position: absolute;
  /* width: 13px; */
  top: 8px;
  right: 33px;
  /* height: 13px; */
  transform: rotate(0deg);
  color: #000;
  transition: 0.5;
}
.shop_title_after:after {
  content: "▼";
  font-size: 120%;
  position: absolute;
  /* width: 13px; */
  top: 8px;
  right: 33px;
  /* height: 13px; */
  transform: rotate(180deg);
  color: #000;
}
.shop_price {
  position: relative;
}
.bnr_line_202308 {
  width: 750px;
  margin: 30px auto;
}
.bnr_line_202308 a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .price_mainvisual h1 {
    font-size: 350%;
    text-align: center;
    line-height: 200px;
    height: 200px;
    padding-left: 0;
  }
  .price_mainvisual {
    height: 200px;
    padding-top: 60px;
  }
  .shop_photo h3 {
    margin: 90px auto 60px;
    font-size: 120%;
  }
  h5 {
    width: 60%;
  }
  section {
    width: 100%;
  }
  .price_mark {
    width: 95%;
    margin: 0 auto;
  }
  .title_box {
    width: 100%;
    margin: 30px auto 10px;
  }
  .price_table {
    width: 95%;
    margin: 0 auto;
  }
  .price_table table {
    table-layout: fixed;
  }
  .price_table img {
    width: 100%;
  }
  .price_table table td {
    padding: 10px 0 10px;
  }
  .price_beginner_wrapper {
    display: block;
    width: 100%;
    padding: 40px 0 20px;
    margin: 0 auto;
    text-align: center;
  }
  .otameshi_img_box {
    width: 90%;
    margin: 0 auto;
  }
  .price_beginner_wrapper div img {
    margin: 0px auto;
  }
  .price_for_member p {
    font-size: 90%;
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  .price_for_member_wrapper {
    width: 95%;
  }
  .visitor_info p, .nyukai_info p {
    font-size: 90%;
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .title_box p {
    right: 20px;
    top: 40px;
  }
  .title_box {
    padding: 20px 0px;
  }
  .price_table .fee_box img {
    width: auto;
  }
  .container {
    width: 100%;
  }
  .price_table p {
    padding-left: 0px;
  }
  .price_beginner_wrapper div {
    margin: 0px auto 0px !important;
  }
  .price_mark {
    margin: 20px auto;
  }
  .shop_photo li img {
    width: 100%;
  }
  .gnav ul {
    width: 1000px;
    height: 40px;
    margin: 0 auto 2px auto;
    list-style: none;
    display: flex;
    justify-content: left;
  }
  .price_wrapper {
    width: 100%;
  }
  .price_mainvisual h1 {
    font-size: 200%;
    text-align: center;
    line-height: 200px;
    height: 200px;
    padding-left: 0;
  }
  .price_mainvisual {
    height: 200px;
    padding-top: 60px;
  }
  .price_wrapper h3 {
    margin: 90px auto 60px;
    font-size: 120%;
  }
  .price_wrapperh5 {
    width: 60%;
  }
  .price_wrapper section {
    width: 100%;
  }
  .price_mark {
    width: 95%;
    margin: 0 auto;
  }
  .title_box {
    width: 100%;
    margin: 30px auto 10px;
  }
  .price_table {
    width: 95%;
    margin: 0 auto;
  }
  .price_table table {
    table-layout: fixed;
  }
  .price_table img {
    width: 100%;
  }
  .price_table table td {
    padding: 10px 0 10px;
  }
  .price_beginner_wrapper {
    display: block;
    width: 100%;
    padding: 40px 0 20px;
    margin: 0 auto;
    text-align: center;
  }
  .otameshi_img_box {
    width: 90%;
    margin: 0 auto;
  }
  .price_beginner_wrapper div img {
    margin: 0px auto;
  }
  .price_for_member p {
    font-size: 90%;
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  .price_for_member_wrapper {
    width: 95%;
  }
  .visitor_info p, .nyukai_info p {
    font-size: 90%;
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  .accordion {
    width: 95%;
    margin: 0 auto;
  }
  .accordion .ac1, .accordion .ac2, .accordion .ac3, .accordion .ac4, .accordion .ac5, .accordion .ac6, .accordion .ac7, .accordion .ac8, .accordion .ac9, .accordion .ac10 {
    padding: 5px 0;
  }
  .accordion-btn {
    background-color: #ffeef7;
    padding: 15px 0;
    margin: 10px auto 0px;
  }
  .area_button_after:after {
    top: 23px;
    right: 20px;
  }
  .area_button:after {
    top: 15px;
    right: 20px;
  }
  .special_price {
    margin-bottom: 50px;
  }
  .free_price_box dl {
    display: block;
    width: 75%;
  }
  .free_price_box dd {
    width: 80%;
    margin: 0 auto;
  }
  .visitor_info {
    width: 100%;
  }
  .visitor_info p, .nyukai_info p {
    width: 85%;
  }
  .free_price_box dt {
    width: 80%;
  }
  .nyukai_info {
    width: 100%;
  }
  .member_wrapper {
    width: 90%;
    padding: 10px;
  }
  .price_table p {
    padding-left: 0px;
    font-size: 55%;
  }
  .title_box p {
    bottom: 5px;
    right: 22px;
  }
  .price_wrapper h4 {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .special_price .shop_price_title::after {
    content: "＼おトクに通える／";
    position: absolute;
    display: inline-block;
    width: 300px;
    font-size: 70%;
    top: -40px;
    left: -107px;
    transform: rotate(-11deg);
  }
  .price_wrapper .studioprice {
    width: 60%;
    margin: 1.7em auto;
  }
  .studioprice-ttl {
    font-size: 150%;
    letter-spacing: 7px;
    margin: 50px auto 0;
    padding: 0;
    text-align: center;
    border: none;
  }
  .studioprice-ttl2 {
    text-align: center;
    margin: 10px auto 60px;
    width: 10%;
  }
  .price_table2 {
    width: 700px;
    margin: 10px auto;
  }
  .price_table2 table {
    border-collapse: collapse;
    border: solid 3px #d3d3d3; /*表全体を線で囲う
}
.price_table2 table th,.price_table table td {
  border: solid 1px #d3d3d3;/**/
    padding: 20px 0;
    /*破線 1px オレンジ*/
  }
  .price_table2 table th {
    background: #f1f1f1;
    text-align: center;
    padding: 20px 10px 20px 5px;
  }
  .price_table2 table td {
    padding: 20px;
  }
  .studioprice {
    width: 65%;
    margin: 0.7em auto;
  }
  .studioprice-ttl {
    font-size: 120%;
    letter-spacing: 7px;
    margin: 3em auto 0.5em;
    padding: 0;
    text-align: center;
    border: none;
  }
  .studioprice-ttl2 {
    text-align: center;
    margin: 3px auto 40px;
    width: 15%;
  }
  .price_table2 {
    width: 95%;
    margin: 0 auto;
  }
  .price_table2 table {
    border-collapse: collapse;
    border: solid 3px #d3d3d3; /*表全体を線で囲う
table-layout: fixed;

}

.price_table2 table th,.price_table table td {
  border: solid 1px #d3d3d3;/**/
    padding: 20px 0;
    /*破線 1px オレンジ*/
  }
  .price_table2 table th {
    background: #f1f1f1;
    text-align: center;
    padding: 20px 10px 20px 5px;
  }
  .price_table2 img {
    width: 100%;
  }
  .price_table2 table td {
    padding: 10px 0 10px;
  }
  .bnr_line_202308 {
    display: none;
  }
  .sp .bnr_line_202308 {
    display: block;
    width: 92%;
    margin: 8vw auto;
  }
}