@charset "UTF-8";
/*共通CSS
====================*/
html {
  font-size: 62.5%; /*1rem=10px*/
}
@media (max-width: 750px) {
  .hidden_sp {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .hidden_pc {
    display: none !important;
  }
}
body {
  width: 100%;
  margin: 0 auto;
  color: #4c4948;
  background-color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  /*  overflow: hidden;*/
}
@media (min-width: 600px) {
  body {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
}
#back {
  background-color: #fff;
  background: linear-gradient(40deg, #7595cd, #f3f8ff, #f3f8ff, #7595cd);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.all {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.shadow {
  box-shadow: 30px 0px 90px -10px rgba(225, 225, 225, 1),
    -30px 0px 90px -10px rgba(225, 225, 225, 1);
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
img {
  width: 100%;
  height: auto;
}
a img {
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
}
.red {
  color: red;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.inner {
  padding: 0 4.2vw;
}
@media (min-width: 751px) {
  .inner {
    padding: 0 2vw;
  }
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.pt24 {
  padding-top: 24px;
}
.mt15 {
  margin-top: 15px;
}
.mt24 {
  margin-top: 24px;
}
.mt40 {
  margin-top: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.blue_03 {
  color: #7595cd;
}
.fz10 {
  font-size: 1rem;
}
@media (min-width: 751px) {
  .fz10 {
    font-size: 1.2rem;
  }
}
.fz12 {
  font-size: 1.2rem;
}
@media (min-width: 751px) {
  .fz12 {
    font-size: 1.4rem;
  }
}
.fz20 {
  font-size: 2rem;
}
@media (min-width: 751px) {
  .fz20 {
    font-size: 2.4rem;
  }
}
.pink {
  color: #e63462;
}
.pl16 {
  padding-left: 16px;
}
.din {
  font-family: "DIN Alternate", sans-serif;
}
@media (min-width: 751px) {
  .din {
    font-size: 1.7rem;
  }
}
/*--▼注釈--*/
.comment_wrap {
  margin-top: 10px;
  padding-left: 3vw;
}
@media (min-width: 751px) {
  .comment_wrap {
    padding-left: 10px;
  }
}
.cp_comment_wrap {
  margin-top: 10px;
}
@media (min-width: 751px) {
  .cp_comment_wrap {
    padding-left: 10px;
  }
}
.comment {
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
  /*  text-align: center;*/
}
@media (min-width: 751px) {
  .comment {
    font-size: 1.5rem;
    padding: 0;
  }
}
.comment a {
  border-bottom: solid 1px #4c4948;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.faq_indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*
===============================================================================
■ header
===============================================================================
*/
header {
  position: absolute;
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 9998;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 4px 14px -12px #777777;
}
@media (min-width: 600px) {
  header {
    height: 80px;
    width: 600px;
    max-width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
  }
}
.header_studio_name {
  letter-spacing: 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #2b5caa;
  margin-left: 8px;
  margin-top: 3px;
}
@media (min-width: 600px) {
  .header_studio_name {
    display: flex;
    align-items: center;
  }
}
.header_studio_name p {
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .header_studio_name p {
    font-size: 1.3rem;
  }
}
.header_studio_name span {
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .header_studio_name span {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.header_logo {
  display: flex;
  align-items: center;
}
.header_logo p {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #2b5caa;
  margin-left: 8px;
  margin-top: 3px;
}
@media (min-width: 751px) {
  .header_logo p {
    font-size: 1.4rem;
  }
}
.header_logo span {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #2b5caa;
  margin-left: 16px;
  margin-top: 3px;
}
@media (min-width: 751px) {
  .header_logo span {
    font-size: 1.8rem;
  }
}
.header_logo img {
  width: 130px;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .header_logo img {
    width: 180px;
  }
}
/*
===============================================================================
■ MV
===============================================================================
*/
.fv_area {
  padding-top: 60px;
}
@media (min-width: 600px) {
  .fv_area {
    padding-top: 80px;
  }
}
.fv_ttl {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4276bb+0,86abd9+100 */
  background: rgb(66, 118, 187); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(66, 118, 187, 1) 0%,
    rgba(134, 171, 217, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(66, 118, 187, 1) 0%,
    rgba(134, 171, 217, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(66, 118, 187, 1) 0%,
    rgba(134, 171, 217, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4276bb', endColorstr='#86abd9', GradientType=1); /* IE6-9 */
  padding: 3px 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .fv_ttl {
    justify-content: flex-start;
    padding: 3px 16px;
  }
}
.fv_ttl_right {
  font-size: 1.7rem;
  text-align: left;
  color: #fff;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  letter-spacing: 0px;
  line-height: 1.3;
  margin-left: 8px;
}
@media (min-width: 751px) {
  .fv_ttl_right {
    font-size: 2rem;
    padding: 8px 0 8px 16px;
  }
}
.fv_ttl_top {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
}
@media (min-width: 751px) {
  .fv_ttl_top {
    font-size: 1.4rem;
  }
}
.fv_ttl_right span {
  font-size: 0.9rem;
  vertical-align: super;
}
.fv_ttl_left {
  text-align: center;
  background-color: #fff100;
  color: #e63462;
  letter-spacing: 0px;
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
}
@media (min-width: 751px) {
  .fv_ttl_left {
    font-size: 1.4rem;
  }
}
.fv_mv {
  position: relative;
  padding-bottom: 5px;
  background-color: #f8f9fd;
}
.fv_mv_btn {
  position: absolute;
  bottom: 30vw;
  right: 5px;
  width: 35%;
}
@media (min-width: 751px) {
  .fv_mv_btn {
    bottom: 175px;
  }
}
.fv_cp {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 751px) {
  .fv_cp {
    top: 0px;
  }
}

.fv_bottom_text {
  color: #5a5959;
  padding: 10px 0 5px 10px;
}

@media (min-width: 751px) {
  .fv_bottom_text {
    font-size: 1.2rem;
  }
}

/*ボタンアニメーション*/
.updown {
  animation-name: updown1; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.blue_area {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4565b1+0,2d80ce+12,83beeb+26,2b5caa+41,345299+58,2d80ce+72,84cceb+86,265db8+100 */
  background: rgb(69, 101, 177); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(69, 101, 177, 1) 0%,
    rgba(45, 128, 206, 1) 6%,
    rgba(131, 190, 235, 1) 26%,
    rgba(95, 144, 204, 1) 41%,
    rgba(52, 82, 153, 1) 58%,
    rgba(45, 128, 206, 1) 72%,
    rgba(132, 204, 235, 1) 86%,
    rgba(38, 93, 184, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(69, 101, 177, 1) 0%,
    rgba(45, 128, 206, 1) 12%,
    rgba(131, 190, 235, 1) 26%,
    rgba(95, 144, 204, 1) 41%,
    rgba(52, 82, 153, 1) 58%,
    rgba(45, 128, 206, 1) 72%,
    rgba(132, 204, 235, 1) 86%,
    rgba(69, 101, 177, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    185deg,
    rgba(69, 101, 177, 1) 0%,
    rgba(45, 128, 206, 1) 12%,
    rgba(131, 190, 235, 1) 26%,
    rgba(95, 144, 204, 1) 41%,
    rgba(52, 82, 153, 1) 58%,
    rgba(45, 128, 206, 1) 72%,
    rgba(132, 204, 235, 1) 86%,
    rgba(69, 101, 177, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4565b1', endColorstr='#265db8', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  padding-bottom: 16px;
}
.limited {
  margin: 0 auto;
  width: 213px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 751px) {
  .limited p {
    width: 230px;
  }
}
.limited p {
  font-size: 1.7rem;
  color: #2b5caa;
  text-align: center;
  padding: 3px 20px;
  background-color: #fff;
  margin: 16px 0 5px 0;
}
@media (min-width: 751px) {
  .limited p {
    font-size: 1.9rem;
  }
}
.limited span {
  font-size: 1.1rem;
  padding-top: 8px;
}
.white {
  color: #fff;
}
/*
===============================================================================
■ CPエリア
===============================================================================
*/
.cp_area {
  /*  padding-bottom: 20px;*/
  color: #4c4948;
  background-color: #fff;
  /*  padding-top: 30px;*/
}
.cp_plan {
  padding-bottom: 20px;
  color: #4c4948;
  background-color: #fff;
  padding-top: 30px;
}
/*
@media (min-width:751px){
.cp_area {
  padding-bottom: 40px;
}
}
*/
.tab_comment {
  text-align: center;
  position: relative;
  top: 30px;
}
.tab_comment img {
  width: 70%;
  margin: 0 auto;
}
.cp_norikae {
  border: solid 1px #e1e0e0;
  background-color: #fff;
  padding: 0 0 16px;
  box-shadow: 3px 6px 15px -5px #777777;
}
.cp_norikae_fukidashi {
  text-align: center;
  position: relative;
  top: 30px;
}
.cp_norikae_fukidashi img {
  width: 70%;
  margin: 0 auto;
}
.norikae_present_wrap {
  width: 90%;
  margin: 1em auto;
}
.kengaku_area_ttl {
  position: absolute;
  top: -43px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
video {
  margin: 16px 0;
}
.cp_tokuten_shisei {
  margin-top: 8px;
}
.kengaku_tokuten {
  margin-top: 60px;
}
.cp_taiken_detail {
  background-color: #fff;
  margin-bottom: 32px;
  padding: 20px 24px 24px 24px;
  position: relative;
}
@media (min-width: 400px) and (max-width: 599px) {
  .cp_taiken_detail {
    padding: 55px 24px 24px 24px;
  }
}
@media (min-width: 600px) {
  .cp_taiken_detail {
    padding: 80px 24px 24px 24px;
  }
}
.cp_taiken_detail_subttl {
  background-color: #fff100;
  color: #2b5caa;
  font-size: 1.6rem;
  text-align: center;
}
.cp_taiken_detail_ttl {
  font-size: 3.3rem;
  color: #2b5caa;
  font-weight: bold;
}
.cp_taiken_price {
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  line-height: 0.8;
  color: #e63462;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.yen {
  width: 40px;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
}
.tebura_set {
  margin-top: 28px;
}
.tebura_set img {
  margin-bottom: 8px;
}
.sisei_check {
  margin-top: 24px;
}
.cp_taiken {
  text-align: left;
}
.cp_taiken_ttl {
  padding: 0px 4vw 0px 4vw;
  text-align: center;
}
.cp_taiken_ttl img {
  width: 100%;
  height: auto;
}
@media (min-width: 751px) {
  .cp_taiken_ttl {
    /*  padding: 20px 2vw 15px 2vw;*/
  }
}
.cp_taiken_ttl_ribbon {
  padding-top: 40px;
}
.cp_lesson_img img {
  padding: 0 3vw 5% 3vw;
}
.cp_taiken_goods img {
  padding: 0 0 0 3vw;
}
@media (min-width: 751px) {
  .cp_taiken_goods img {
    padding: 0 2.2vw 0 3vw;
  }
}
.cp_taiken_detail_ttl {
  text-align: center;
  margin-bottom: 10px;
  margin: 5% 3vw;
  letter-spacing: 1px;
  line-height: 1;
}
.cp_taiken_detail_ttl img {
  width: 90%;
  padding: 5% 3vw;
}
/*------------------
    モーダル料金表
-------------------*/
.price_modal_ttl {
  font-size: 3rem;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  text-align: center;
  padding: 24px 0 40px 0;
}
@media (min-width: 751px) {
  .price_modal_ttl {
    font-size: 3.5rem;
  }
}
.price_wrap {
  position: relative;
}
.price {
  display: flex;
  justify-content: center;
  /*  font-family: 'Oswald', sans-serif;*/
  font-family: "Barlow Condensed", sans-serif;
  align-items: baseline;
  line-height: 0.8;
}
.osusume_icon {
  position: absolute;
  top: -22px;
  width: 81px;
  left: -21px;
}
@media screen and (min-width: 751px) {
  .osusume_icon {
    width: 100px;
    left: -21px;
  }
}
/*タイトル下の横線*/
.ttl_bar {
  position: relative;
  width: 80px;
  max-width: 100%;
  margin: 5px auto 0;
}
@media screen and (min-width: 751px) {
  .ttl_bar {
    margin: 15px auto 48px auto;
  }
}
.ttl_bar:before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  border-bottom: 3px solid #cdcccc;
}
.ttl_bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  border-bottom: 3px solid #2b5caa;
}
.price_01 {
  color: #e63463;
  font-size: 7rem;
  font-weight: 500;
  margin-top: 10px;
}
.pricelist_getsugaku {
  width: 24px;
  height: 100%;
  margin-right: 8px;
}
.pricelist_yen {
  width: 31px;
  height: 100%;
  margin-left: 8px;
}
.price_02 {
  color: #4c4948;
  font-size: 3rem;
  flex-weight: 200;
  padding-top: 8px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .price_02 {
    font-size: 5.5rem;
  }
}
.price_02 span {
  font-size: 1.8rem;
  align-items: center;
}
.price_item span {
  font-size: 2.5rem;
  padding: 8px 0;
}
.price_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricelist_getsugaku_02 {
  width: 18px;
  height: 100%;
  margin-right: 8px;
}
@media screen and (min-width: 751px) {
  .pricelist_getsugaku_02 {
    width: 26px;
    height: 100%;
    margin-right: 8px;
  }
}
.pricelist_yen_02 {
  width: 28px;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .pricelist_yen_02 {
    width: 41px;
    height: 100%;
  }
}
.price_detail {
  border: solid 2px #2b5caa;
  padding: 16px;
  text-align: center;
  margin-bottom: 24px;
}
.price_basic {
  width: 165px;
  margin-top: 8px;
}
.price_comment {
  margin-top: 24px;
  text-align: left;
}
.schedule {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 500px) {
  .schedule {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
.btn p {
  text-align: center;
}
.cp_btn {
  padding: 0 3vw;
}
.btn_comment p {
  font-size: 1.8rem;
  color: #e63463;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 16px 0;
}
@media (min-width: 500px) {
  .btn_comment p {
    font-size: 2.8rem;
  }
}
.btn_comment svg {
  margin: 0 5px;
}
@media (max-width: 750px) {
  .btn_comment svg {
    width: 24px;
  }
}
.btn_comment_white svg {
  margin: 0 5px;
}
@media (max-width: 750px) {
  .btn_comment_white svg {
    width: 24px;
  }
}
.btn_comment_white p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 500px) {
  .btn_comment_white p {
    font-size: 2.8rem;
  }
}
.cp_plan_ttl img {
  margin: 15px 0;
}
.cp_taiken_tokuten {
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 751px) {
  .cp_taiken_tokuten {
    font-size: 1.8rem;
  }
}
.cp_taiken_tokuten img {
  margin: 8px 0;
}
@media (min-width: 500px) {
  .cp_taiken_tokuten img {
    margin: 20px 0;
  }
}
.tokuten_01 p {
  /*  font-size: 1.3rem;*/
  text-align: left;
  letter-spacing: 0.1px;
  padding-bottom: 16px;
}
@media (min-width: 751px) {
  .tokuten_01 p {
    /*  font-size: 1.8rem;*/
    letter-spacing: 1px;
  }
}
.tokuten_01_img {
  margin: 8px 0;
}
.cp_tokuten_ttl {
  margin-top: 20px;
  margin-bottom: 16px;
}
.tokuten_04 {
  margin-top: 20px;
}
.kengaku_ttl {
  padding-top: 16px;
}
/*
===============================================================================
■ voice
===============================================================================
*/
.voice_area {
  background-color: #efefef;
  padding: 10vw 0 25px 0;
  color: #4c4948;
}
@media (min-width: 751px) {
  .voice_area {
    padding: 100px 0 50px 0;
  }
}
.voice_ttl {
  text-align: center;
  padding-bottom: 6vw;
  background-color: #efefef;
}
@media (min-width: 751px) {
  .voice_ttl {
    padding-bottom: 70px;
  }
}
.voice_ttl img {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.voice_area img {
  padding: 0 10px;
}
/*Slickのためのcss*/
.slick-arrow_prev,
.slick-arrow_next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}
.slick-arrow_prev {
  left: 6px;
}
.slick-arrow_next {
  right: 6px;
}
@media screen and (max-width: 750px) {
  .slick-arrow_prev,
  .slick-arrow_next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
  }
}
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  /*    width:94%;*/
  margin: 0 auto;
}
.slider img {
  height: auto;
}
.slider .slick-slide {
  /*transform: scale(0.9);左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  /*opacity: 0.5;透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*
===============================================================================
■ Rintosull美ボディメイクのための5つのポイント
===============================================================================
*/
.point_area {
  color: #4c4948;
  background-color: #efefef;
  padding-top: 40px;
}
/*point_01*/
.point_01 {
  background-color: #efefef;
}
.point_ttl,
.point_subttl {
  text-align: center;
}
.point_01_ttl img {
  padding: 6vw 0;
  width: 67%;
}
@media (min-width: 751px) {
  .point_01_ttl img {
    padding: 3vw 0;
    width: 55%;
  }
}
.point_subttl img {
  width: 80%;
  padding: 40px 0 25px 0;
}
@media (min-width: 751px) {
  .point_subttl img {
    padding: 50px 0;
  }
}
.point_event_lesson {
  padding: 0 8.4vw;
  margin-bottom: 24px;
}
@media (min-width: 751px) {
  .point_event_lesson {
    padding: 0 6vw;
  }
}
/*point_02*/
.point_02 {
  text-align: left;
  background-color: #fff;
}
.point_02_yoga_img {
  margin-top: 30px;
}
.point_02_weffect_img {
  padding: 50px 35px 20px 35px;
}
@media (min-width: 751px) {
  .point_02_weffect_img {
    padding: 80px 35px 40px 35px;
  }
}
.point_02_subttl {
  padding: 0 2vw 35px 2vw;
  text-align: center;
}
.point_02_subttl img {
  width: 70%;
}
@media (min-width: 751px) {
  .point_02_subttl {
    padding: 0 0 50px 0;
  }
}
.modal-open_prg {
  text-align: center;
  margin-bottom: 32px;
}
.detail_btn {
  color: #2b5caa;
  border-radius: 50px;
  border: solid 1.5px #2b5caa;
  background-color: #fff;
  margin: 24px auto 0 auto;
  display: inline-block;
  box-shadow: 9px 11px 17px -12px #bababa;
}
.detail_btn p {
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 16px;
  margin-top: 0;
}
@media (min-width: 751px) {
  .detail_btn p {
    font-size: 1.8rem;
    padding: 20px 16px;
  }
}
.detail_btn p span {
  font-size: 1.3rem;
}
/*point_03*/
.point_03_bg {
  background-color: #efefef;
  padding-top: 24px;
}
.point_03_subttl {
  text-align: center;
}
.point_03_subttl img {
  width: 70%;
  padding: 20px 0 25px 0;
}
@media (min-width: 751px) {
  .point_03_subttl img {
    padding: 40px 0 40px 0;
  }
}
.point_03_map {
  border: solid 1px #4c4948;
}
.store_map {
  padding: 0px 16px 24px 16px;
  background-color: #7595cd;
}
@media (min-width: 751px) {
  .store_map {
    padding: 40px 16px;
  }
}
.store_map img {
  padding-top: 16px;
}
.store_map p {
  font-size: 1.5rem;
  font-family: "FOT-筑紫ゴシック Pro", YuGothic, "Yu Gothic medium",
    "Hiragino Sans", Meiryo, "sans-serif";
  text-align: left;
  padding-top: 5px;
}
.store_map_contents {
  background-color: #ffffff;
  padding: 60px 4.2vw 24px 4.2vw;
  position: relative;
}
@media (min-width: 751px) {
  .store_map_contents {
    background-color: #ffffff;
    padding: 80px 32px 24px 32px;
  }
}
.store_map_contents h4 {
  background-color: #2b5caa;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 16px;
  display: inline-block;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro", YuGothic, "Yu Gothic medium",
    "Hiragino Sans", Meiryo, "sans-serif";
}
@media (min-width: 751px) {
  .store_map_contents h4 {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}
.store_map_ttl img {
  position: absolute;
  width: 80%;
  top: 0;
  left: 11%;
  transform: translateY(-50%);
}
.store_map_ttl h4 {
  margin-bottom: 16px;
}
.lesson_schedule {
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 751px) {
  .lesson_schedule {
    font-size: 2.5rem;
  }
}
.lesson_schedule span {
  color: #fff;
  background-color: #4c4948;
  padding: 0 5px;
  margin-right: 10px;
}
.lesson_schedule img {
  padding-top: 10px;
}
.point_03_comment {
  text-align: left;
}
.point_03_lessontime {
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: 20px;
}
.lessontime_ttl {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  background-color: #2b5caa;
  color: #fff;
}
@media (min-width: 751px) {
  .lessontime_ttl {
    height: 90px;
  }
}
.lessontime_ttl p {
  margin-top: 0;
  font-size: 1.4rem;
}
@media (min-width: 751px) {
  .lessontime_ttl p {
    margin-top: 0;
    font-size: 2rem;
  }
}
.lessontime_txt {
  height: 70px;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #4c4948;
  border: solid 1px #4c4948;
}
@media (min-width: 751px) {
  .lessontime_txt {
    height: 90px;
  }
}
.lessontime_txt p {
  margin-top: 0;
  font-size: 2.4rem;
}
@media (min-width: 751px) {
  .lessontime_txt p {
    font-size: 2.8rem;
  }
}
.lessontime_txt span {
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .lessontime_txt span {
    font-size: 1.8rem;
  }
}
.point_03_ekichika {
  text-align: center;
  margin: 0 16px;
  /*  padding-bottom: 60px;*/
}
.point_03_subttl_02 {
  width: 70%;
  padding: 40px 0 25px 0;
}
@media (min-width: 751px) {
  .point_03_subttl_02 {
    padding: 80px 0 50px 0;
  }
}
/*point_04*/
.point_04 {
  margin-bottom: 60px;
}
@media (min-width: 751px) {
  .point_04 {
    margin-bottom: 100px;
  }
}
.point_04_ttl {
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .point_04_ttl img {
    /*  padding: 4vw 0;*/
    /*  width: 70%;*/
  }
}
/*point_05*/
.point_05 {
  z-index: 0;
}
.slider_studio {
  padding: 10px 0 0px 0;
}
.slider_studio img {
  padding: 0 5px;
}
@media (min-width: 751px) {
  .slider_studio img {
    padding: 0 10px;
  }
}
.point_06_ttl {
  padding-bottom: 20px;
}
/*見学会エリア*/
.btn_area {
  background-color: #7595cd;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
}
@media (min-width: 751px) {
  .btn_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.btn_area_ttl {
  padding-bottom: 10px;
}
.btn_area svg {
  margin-right: 5px;
}
/*
===============================================================================
■ 今話題のエクササイズ
===============================================================================
*/
.feature_area {
  /*  margin-bottom: 24px;*/
  background-color: #efefef;
}
.feature_01_contents {
  background-color: #fff;
  padding: 70px 0 0;
  padding: 50px 16px 16px;
}
.feature_01_contents p {
  font-size: 1.4rem;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #4c4948;
  padding-top: 16px;
}
@media (min-width: 751px) {
  .feature_01_contents p {
    font-size: 1.8rem;
  }
}
.feature_02_contents_01 {
  background-color: #fff;
  padding: 70px 0 0;
}
.feature_02_contents_02 {
  background-color: #fff;
  padding: 40px 0 0;
}
.feature_02_contents_03 {
  background-color: #fff;
  padding: 40px 0 16px 0;
}
.feature_03_contents {
  background-color: #efefef;
  padding-top: 25px;
}
.feature_contents_ttl {
  position: relative;
  text-align: center;
  top: 50px;
  margin-top: -25px;
}
.feature_contents_ttl img {
  width: 70%;
  padding-bottom: 16px;
}
.feature_btn_wrap {
  text-align: center;
}
.feature_btn {
  padding: 0 18vw;
}
video {
  width: 100%;
}
/*
===============================================================================
■ 体験の流れ
===============================================================================
*/
.flow_ttl img {
  width: 80%;
  margin-bottom: 16px;
}
.flow_area {
  text-align: center;
}
.flow_prg {
  margin: 24px 0;
}
.flow_prg_comment {
  position: relative;
  top: 40px;
  left: 50%;
  width: 50vw;
  z-index: 20;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 751px) {
  .flow_prg_comment {
    width: 18vw;
  }
}
.slider_r_prg img {
  margin: 0 5px;
}
.taiken_flow_inner {
  padding: 0 16px;
}
@media (min-width: 751px) {
  .taiken_flow_inner {
    padding: 0 24px;
  }
}
.arrow_down {
  width: 50px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.taiken_flow {
  border: solid 16px #efefef;
  padding: 0px 0 24px 0;
  text-align: center;
}
@media (min-width: 751px) {
  .taiken_flow {
    border: solid 24px #efefef;
    padding: 0px 0 40px 0;
  }
}
.next_triangle {
  width: 77px;
  text-align: center;
  padding: 24px 0;
}
.cp_comment {
  background-color: #fff;
  color: #4c4948;
  padding-bottom: 30px;
  padding: 16px 4.2vw;
}
@media (min-width: 751px) {
  .cp_comment {
    padding: 16px 2vw;
  }
}
.cp_comment_ttl {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px 0;
  margin-top: 0;
}
@media (min-width: 751px) {
  .cp_comment_ttl {
    font-size: 1.6rem;
  }
}
.cp_comment ul li {
  display: inline-block;
  text-align: left;
  padding-left: 13px;
  text-indent: -13px;
}
/*
===============================================================================
■ 店舗情報
===============================================================================
*/
.koten_map {
  padding-top: 32px;
}
.store_detail_area {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 40px 4.2vw;
  text-align: left;
  color: #4c4948;
  background-color: #fff;
}
@media (min-width: 751px) {
  .store_detail_area {
    padding: 40px 3vw;
  }
}
.store_detail_ttl {
  /*  padding-top: 24px;*/
  /*  background-color: #2b5caa;*/
  text-align: center;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
}
.store_detail_ttl .store_detail_ttl_box {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
.store_detail_ttl .store_detail_ttl_box:after {
  content: none;
}
.store_detail_ttl .store_detail_ttl_box img {
  width: 200px;
  padding: 8px;
}
.store_detail_ttl h3 {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 3.5rem;
  font-size: 2rem;
  color: #595757;
}
.store_detail_ttl .store_detail_ttl_box h2 {
  font-size: 2.2rem;
  color: #40649d;
  background: rgb(95, 141, 201);
  background: -webkit-linear-gradient(
    0deg,
    rgba(95, 141, 201, 1) 8%,
    rgba(64, 100, 157, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 751px) {
  .store_detail_ttl .store_detail_ttl_box h2 {
    font-size: 2.8rem;
  }
}
.store_detail_ttl .icon {
  text-align: center;
}
.store_detail_ttl .icon p {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #fff;
  display: inline-block;
  background: -webkit-linear-gradient(
    0deg,
    rgba(128, 147, 196, 1) 0%,
    rgba(64, 100, 157, 1) 100%
  );
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 1.6rem;
}
.line {
  width: 100%;
  height: 2px;
  background: rgb(128, 147, 196);
  background: -webkit-linear-gradient(
    90deg,
    rgba(128, 147, 196, 1) 0%,
    rgba(64, 100, 157, 1) 100%
  );
  margin-top: 30px;
}
.store_detail_area dl {
  margin-top: 30px;
}
.store_detail_area dl dt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media (min-width: 751px) {
  .store_detail_area dl dt {
    font-size: 1.8rem;
  }
}
.dd_ttl {
  font-size: 1.4rem;
}
@media (min-width: 751px) {
  .dd_ttl {
    font-size: 1.8rem;
  }
}
.dd_price {
  font-size: 1.7rem;
  padding: 8px 0 5px 16px;
}
.store_detail_area dl dd {
  font-weight: 200;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media (min-width: 751px) {
  .store_detail_area dl dd {
    font-size: 1.6rem;
  }
}
.address,
.access,
.holiday dd {
  font-size: 1.4rem;
}
@media (min-width: 751px) {
  .address,
  .access,
  .holiday dd {
    font-size: 1.8rem;
  }
}
.holiday dd a {
  color: #2b5caa;
  display: flex;
  align-items: center;
}
.holiday dd a svg {
  margin-left: 3px;
}
.store_detail_area iframe {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (min-width: 500px) {
  .store_detail_ttl h3 {
    line-height: 2.8rem;
  }
  .store_detail_ttl h3 span {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
/*
===============================================================================
■ 予約システムの使い方
===============================================================================
*/
.reserve_system {
  margin-bottom: 40px;
}
.reserve_system_ttl {
  text-align: center;
  margin: 64px 0 40px 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
}
.reserve_system_ttl p {
  font-size: 2.8rem;
}
@media (min-width: 751px) {
  .reserve_system_ttl p {
    font-size: 3.5rem;
  }
}
.reserve_system_qa_ttl {
  text-align: center;
  margin: 64px 0 40px 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
}
.reserve_system_qa_ttl p span {
  font-size: 2rem;
}
@media (min-width: 751px) {
  .reserve_system_qa_ttl p span {
    font-size: 2.5rem;
  }
}
.reserve_system_qa_ttl p {
  font-size: 3rem;
}
@media (min-width: 751px) {
  .reserve_system_qa_ttl p {
    font-size: 3.5rem;
  }
}
.reserve_system_qa_content {
  max-width: 960px;
  padding: 0 20px;
  margin: 20px auto 40px auto;
  color: #4c4948;
}
.slider_qa img {
  margin: 0 8px;
}
/*
===============================================================================
■ FAQ
===============================================================================
*/
.label p {
  position: relative;
  padding-left: 26px;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .label p {
    padding-left: 34px;
  }
}
.label p:before {
  content: "Q";
  left: 0;
  position: absolute;
  font-family: "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #7595cd;
  font-size: 2.3rem;
}
@media (min-width: 751px) {
  .label p:before {
    content: "Q";
    font-size: 2.8rem;
  }
}
.label.open p::before {
  color: #fff;
}
#ac-menu .detail dd a {
  color: #2b5caa;
  border-bottom: solid 1px #2b5caa;
}
#ac-menu li {
  border-top: solid 1px #4c4948;
}
#ac-menu li:last-child {
  border-bottom: solid 1px #4c4948;
}
#ac-menu .label {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 30px 30px;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 751px) {
  #ac-menu .label {
    font-size: 1.7rem;
    padding: 30px 60px 30px 30px;
  }
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .label::before,
#ac-menu .label::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #4c4948;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .label.open {
  /* ラベルの背景色を変更 */
  background-color: #7595cd;
  color: #fff;
}
#ac-menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
  background: #fff;
}
#ac-menu .label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .detail {
  border-top: solid 1px #ccc;
  padding: 20px 0 30px 0;
  display: none;
}
@media (min-width: 751px) {
  #ac-menu .detail {
    padding: 20px 0 30px 20px;
  }
}
#ac-menu .detail dl {
  display: flex;
  flex-wrap: wrap;
}
#ac-menu .detail dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
#ac-menu .detail dd {
  font-size: 1.3rem;
  padding-top: 10px;
}
@media (min-width: 751px) {
  #ac-menu .detail dd {
    font-size: 1.6rem;
  }
}
/*---SP---*/
@media screen and (max-width: 600px) {
  #ac-menu .label {
    padding: 16px 35px 16px 10px;
  }
  #ac-menu .detail dl {
    flex-direction: column;
  }
  #ac-menu .detail dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #ac-menu .detail dd {
    width: 100%;
    padding-left: 10px;
  }
}
/*アコーディオン FEATURE*/
.ac_menu_wrap_feature {
  text-align: center;
}
#ac-menu_feature .label_feature {
  cursor: pointer;
  font-size: 1.4rem;
  padding: 10px 30px;
  position: relative;
  transition: 0.5s;
  width: 300px;
}
@media (min-width: 751px) {
  #ac-menu_feature .label_feature {
    font-size: 1.8rem;
    padding: 20px 60px 20px 30px;
  }
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu_feature .label_feature::before,
#ac-menu_feature .label_feature::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #2b5caa;
  position: absolute;
  top: 50%;
  right: 31%;
  transform: translateY(-50%);
}
#ac-menu_feature .label_feature::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu_feature .label_feature.open {
  /* ラベルの背景色を変更 */
  /*
  background-color: #7595cd;
  color: #fff;
*/
}
#ac-menu_feature .label_feature.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu_feature .label_feature.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu_feature .detail_feature {
  padding: 20px 0 30px 0;
  display: none;
}
/*---SP---*/
@media screen and (max-width: 600px) {
  #ac-menu_feature .label_feature {
    text-align: center;
    width: 70vw;
    padding: 10px 22px 10px 10px;
  }
}
/*追従ボタン*/
.fixed_bnr_sp {
  position: fixed;
  bottom: 0;
  z-index: 500;
  width: 100%;
}
.floating__inner img {
  display: block;
  margin-left: auto;
  width: 37%;
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .floating__inner img {
    display: block;
    width: 200px;
    margin-left: 59%;
  }
}
@media screen and (min-width: 901px) {
  .floating__inner img {
    display: block;
    width: 200px;
    margin-left: 630px;
  }
}
/*アコーディオン PRICE LIST*/
.ac_menu_wrap_price {
  text-align: center;
}
.label_price {
  margin-top: 0;
}
#ac-menu_price .label_price {
  cursor: pointer;
  font-size: 1.4rem;
  padding: 30px 30px;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 751px) {
  #ac-menu_price .label_price {
    width: 24vw;
    max-width: 370px;
    font-size: 1.8rem;
    padding: 20px 60px 20px 30px;
  }
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu_price .label_price::before,
#ac-menu_price .label_price::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #2b5caa;
  position: absolute;
  top: 50%;
  right: 23%;
  transform: translateY(-50%);
}
#ac-menu_price .label_price::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu_price .label_price.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu_price .label_price.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu_price .detail_price {
  padding: 20px 0 30px 0;
  display: none;
}
/*---SP---*/
@media screen and (max-width: 600px) {
  #ac-menu_price .label_price {
    text-align: center;
    width: 70vw;
    padding: 10px 35px 10px 10px;
  }
}
/*
===============================================================================
■ footer
===============================================================================
*/
footer {
  color: #4c4948;
  background-color: #fff;
}
footer p {
  text-align: center;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  padding-top: 40px;
  font-size: 1.6rem;
}
@media (min-width: 751px) {
  footer p {
    font-size: 2rem;
  }
}
footer img {
  width: 75%;
  display: block;
  margin: 10px auto 20px auto;
}
footer ul.clearfix {
  display: block;
  margin: 0 auto 20px;
  padding-left: 0;
  text-align: center;
  font-size: 1.4rem;
}
footer ul li {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
footer ul li a {
  font-size: 1.2rem;
  display: block;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 751px) {
  footer ul li a {
    font-size: 1.3rem;
  }
}
footer ul li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #595757;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1px;
}
footer ul li:last-child a:after {
  content: none;
}
footer small {
  color: #fff;
  background: #7595cd;
  text-align: center;
  letter-spacing: 0.2rem;
  display: block;
  padding: 20px 0;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  footer ul.clearfix {
    width: 100%;
  }
  footer ul li:nth-child(2) a:after {
    content: "";
  }
}
/*======================
　    モーダル料金表01
=======================*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 60%);
  /*	padding: 40px 20px;*/
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
.modal-close {
  text-align: center;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 36px;
  right: -6px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #efefef;
  font-size: 21px;
  color: #2b5caa;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 24px 16px;
  z-index: 9999;
  margin: 50px 0;
}
.close_btn {
  padding: 0px 100px;
}
/*======================
　    モーダル料金表02
=======================*/
.modal-container_02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 60%);
  /*	padding: 40px 20px;*/
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_02.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*======================
　    モーダル料金表03
=======================*/
.modal-container_03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 60%);
  /*	padding: 40px 20px;*/
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_03.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_03 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*====================================================================
ホットヨガプログラムモーダル
====================================================================*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_prg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 80%);
  /*	padding: 40px 20px;*/
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_prg:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_prg.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_prg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
.modal-close {
  text-align: center;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 36px;
  right: -6px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #efefef;
  font-size: 21px;
  color: #2b5caa;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_prg {
  background: #fff;
  text-align: left;
  padding: 24px 16px;
  z-index: 9999;
  margin: 50px 0;
  font-size: 1.2rem;
}
.modal-content_prg p {
  font-size: 1.2rem;
  text-align: right;
}
/*
.detail_studio_wrap {
  display: flex;
}
*/
.detail_studio_name {
  width: 100%;
  color: #2b5caa;
  letter-spacing: 0px;
  background-color: #fff;
  font-size: 1.4rem;
  border-bottom: solid 0.5px #7595cd;
  border-top: solid 0.5px #7595cd;
  /*
  border-right: solid 0.5px #7595cd;
  border-left: solid 0.5px #7595cd;
*/
}
.lava_collaboration {
  /*    font-weight: bold;*/
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.txt_blue {
  display: inline-block;
  color: #2b5caa;
  border: solid 1px #7595cd;
  font-size: 1rem;
  letter-spacing: -0.5px;
  margin-left: 2px;
  padding: 0px 5px;
  border-radius: 3px;
  font-family: "FOT-筑紫ゴシック Pro", YuGothic, "Yu Gothic medium",
    "Hiragino Sans", Meiryo, "sans-serif";
}
.txt_orange {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #de580d;
  margin-left: 2px;
  border: solid 1px #de580d;
  padding: 2px 5px;
  border-radius: 3px;
  font-family: "FOT-筑紫ゴシック Pro", YuGothic, "Yu Gothic medium",
    "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (min-width: 600px) {
  .txt_orange {
    font-size: 1.2rem;
  }
}
/*
.detail_studio_name:nth-child(1) {
  border-right: solid 0.5px #7595cd;

}
*/
.detail_studio_name {
  position: relative;
  padding: 11px 10px;
}
.detail_studio_name p {
  display: block;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  height: 100%; /* 上下中央揃えのために高さを100%に指定 */
}
.detail_studio_name img {
  display: block;
  width: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
}
/*追従ボタン*/
.floating_btn {
  position: fixed;
  bottom: 0;
  align-items: center;
  display: flex;
  background-color: rgba(95, 144, 204, 0.8);
  padding: 16px 0;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .floating_btn {
    width: 600px;
  }
}
.floating_taiken_btn {
  width: 100%;
  margin-right: auto;
}
.floating_studio_btn a {
  width: 40%;
  height: 100%;
}
.reserve_btn {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .reserve_btn {
    width: 55%;
  }
}
/*
=======================================================
■ ここから全店LP
=======================================================
*/
.studio_cp_btn img {
  margin: 16px 0;
}
/*
===============================================================================
■ スタジオ一覧（全店LPのみ）
===============================================================================
*/
.studio_label p {
  position: relative;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .studio_label p {
    padding-left: 0px;
    font-size: 1.8rem;
  }
}
.studio_label p:before {
  content: "";
  left: 0;
  position: absolute;
  font-family: "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #7595cd;
  font-size: 2.3rem;
}
@media (min-width: 751px) {
  .studio_label p:before {
    content: "";
    font-size: 2.8rem;
  }
}
.studio_label.open p::before {
  color: #fff;
}
#ac-menu .detail dd a {
  color: #2b5caa;
  border-bottom: solid 1px #2b5caa;
}
#ac-menu li {
  border-top: solid 1px #4c4948;
}
#ac-menu li:last-child {
  border-bottom: solid 1px #4c4948;
}
#ac-menu .studio_label {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 30px 30px;
  position: relative;
  transition: 0.5s;
  border-top: solid 1px #2b5caa;
}
@media (min-width: 751px) {
  #ac-menu .studio_label {
    padding: 16px 30px 16px 30px;
  }
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .studio_label::before,
#ac-menu .studio_label::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #2b5caa;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#ac-menu .studio_label.open::after {
  transform: rotate(180deg);
  background-color: #fff;
}
#ac-menu .studio_label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .studio_label.open {
  /* ラベルの背景色を変更 */
  background-color: #7595cd;
  color: #fff;
}
#ac-menu .studio_label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu .studio_label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .studio_detail {
  border-top: solid 1px #ccc;
  padding: 16px 16px 30px 16px;
  display: none;
}
@media (min-width: 751px) {
  #ac-menu .studio_detail {
    padding: 20px 20px 30px 20px;
  }
}
#ac-menu .studio_detail dl {
  /*  flex-wrap: wrap;*/
  margin: 24px 0 3px 0;
}
@media (min-width: 751px) {
  #ac-menu .studio_detail dl {
    /*  display: block;*/
  }
}
#ac-menu .studio_detail dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
#ac-menu .studio_detail dd {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 751px) {
  #ac-menu .studio_detail dd {
    font-size: 1.6rem;
  }
}
/*---SP---*/
@media screen and (max-width: 600px) {
  #ac-menu .studio_label {
    padding: 16px 35px 16px 10px;
  }
  #ac-menu .studio_detail dl {
    /*    flex-direction: column;*/
    margin: 24px 0 3px 0;
  }
  #ac-menu .studio_detail dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #ac-menu .studio_detail dd {
  }
}
/*====================================================================
   FV CTAボタン　モーダル
====================================================================*/
.modal_margin {
  padding: 20px 0;
}
.modal-open_reserve {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_reserve {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: #fff;
  background-color: #595757;
  border-radius: 50px;
  border: solid 1px #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_reserve {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  background: #efefef;
  text-align: left;
  padding: 40px 16px 0 16px;
  border-radius: 10px;
  height: 160vw;
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
  .modal-content_reserve {
    height: 735px;
  }
}
.modal_title {
  font-size: 1.5rem;
  text-align: center;
  color: #4c4948;
}
@media screen and (min-width: 751px) {
  .modal_title {
    font-size: 2rem;
  }
}
.modal_text {
  font-size: 1rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
}
.modal-open_reserve {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*====================================================================
　　CPエリア CTAボタン１つめ
====================================================================*/
.modal_margin {
  padding: 20px 0;
}
.modal-open_reserve_02 {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_02.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_reserve_02 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: #fff;
  background-color: #595757;
  border-radius: 50px;
  border: solid 1px #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_reserve_02 {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  background: #efefef;
  text-align: left;
  padding: 40px 16px 0 16px;
  border-radius: 10px;
  height: 160vw;
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
  .modal-content_reserve_02 {
    height: 600px;
  }
}
.modal_title {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .modal_title {
    font-size: 2rem;
  }
}
.modal-open_reserve {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_02.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*====================================================================
　　無料体験ボタンエリア　3つめ
====================================================================*/
.modal-open_reserve_03 {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_03.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_04 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_reserve_03 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: #fff;
  background-color: #595757;
  border-radius: 50px;
  border: solid 1px #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_reserve_04 {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  background: #efefef;
  text-align: left;
  padding: 40px 16px 0 16px;
  border-radius: 10px;
  height: 160vw;
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
  .modal-content_reserve_03 {
    height: 600px;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_03.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_03 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*====================================================================
　　追従ボタン
====================================================================*/
.modal-open_reserve_04 {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_04 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_04:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_04.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_04 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_reserve_04 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: #fff;
  background-color: #595757;
  border-radius: 50px;
  border: solid 1px #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_reserve_04 {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  background: #efefef;
  text-align: left;
  padding: 40px 16px 0 16px;
  border-radius: 10px;
  height: 160vw;
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
  .modal-content_reserve_04 {
    height: 600px;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_04 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_04:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_04.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_04 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*====================================================================
　CPエリア CTAボタン 2つめ
====================================================================*/
.modal-open_reserve_05 {
  margin-left: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_05 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_05:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_05.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_05 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_reserve_05 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: #fff;
  background-color: #595757;
  border-radius: 50px;
  border: solid 1px #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_reserve_05 {
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  background: #efefef;
  text-align: left;
  padding: 40px 16px 0 16px;
  border-radius: 10px;
  height: 160vw;
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
  .modal-content_reserve_05 {
    height: 600px;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_reserve_05 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_reserve_05:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_reserve_04.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_reserve_05 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 95%;
}
/*====================================================================
ホットヨガプログラムモーダル
====================================================================*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_prg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 80%);
  /*	padding: 40px 20px;*/
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container_prg:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_prg.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_prg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
.modal-close_prg {
  text-align: center;
}
/*モーダルを閉じるボタンの指定*/
.modal-close_top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 36px;
  right: -6px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #efefef;
  font-size: 21px;
  color: #2b5caa;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content_prg {
  background: #fff;
  text-align: left;
  padding: 24px 16px;
  z-index: 9999;
  margin: 50px 0;
}
/*====================================================================
アコーディオン form（fv）
====================================================================*/
.ac_menu_wrap {
  margin-top: 13px;
  height: 68%;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  .ac_menu_wrap {
    height: 80%;
  }
}
#ac-menu .reserve_label {
  cursor: pointer;
  color: #2b5caa;
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
  transition: 0.5s;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: solid 1px #2b5caa;
  /*  border-bottom: solid 1px #2b5caa;*/
  /*  margin-bottom: 10px;*/
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .reserve_label::before,
#ac-menu .reserve_label::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #2b5caa;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#ac-menu .reserve_label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .reserve_label.open {
  background-color: #7595cd;
  margin-bottom: 0;
  color: #fff;
  border-top: none;
  margin-bottom: 0;
}
#ac-menu .reserve_label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu .reserve_label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
  background-color: #fff;
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .reserve_detail {
  /*  padding: 10px 0 10px 20px;*/
  display: none;
  margin-bottom: 16px;
  border-top: solid 1px #2b5caa;
  /*
  background-color: #fff;
  font-size: 1.5rem;
  border: solid 1px #7595cd;
  padding: 10px 8px;
*/
}
#ac-menu .reserve_label dl {
  display: flex;
  flex-wrap: wrap;
}
#ac-menu .reserve_label dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
#ac-menu .reserve_label dd {
  width: 80%;
  margin-bottom: 40px;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #ac-menu .reserve_label {
    padding-left: 20px;
  }
  #ac-menu .reserve_detail {
    font-size: 1.4rem;
  }
  #ac-menu .reserve_detail dl {
    flex-direction: column;
  }
  #ac-menu .reserve_detail dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #ac-menu .reserve_detail dd {
    width: 100%;
    padding-left: 10px;
  }
}
.studio_ttl {
  text-align: center;
  margin: 64px 0 40px 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
}
.studio_ttl p span {
  font-size: 2rem;
}
@media (min-width: 751px) {
  .studio_ttl p span {
    font-size: 2.5rem;
  }
}
.studio_ttl p {
  font-size: 3rem;
}
@media (min-width: 751px) {
  .studio_ttl p {
    font-size: 3.5rem;
  }
}
.studio_content {
  max-width: 960px;
  padding: 0 20px;
  margin: 20px auto 40px auto;
  color: #4c4948;
}
.slider_studio img {
  margin: 0 8px;
}
.subtitle_bar_02 {
  position: relative;
  padding-top: 5px;
  padding-bottom: 16px;
  /* width: 100%;*/
}
.subtitle_bar_02:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  border-bottom: 2px solid #cdcccc;
}
.subtitle_bar_02:after {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  border-bottom: 2px solid #2b5caa;
}
.studio_content table {
  width: 100%;
}
.studio_content tr td {
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media (min-width: 751px) {
  .studio_content tr td {
    font-size: 1.5rem;
  }
}
.studio_td_ttl {
  font-weight: bold;
  color: #2b5caa;
  width: 20%;
}
.studio_td_txt {
  text-align: left;
}
.map_txt_link {
  color: #2b5caa;
  padding: 8px 0 16px 0;
}
.studio_area_ttl {
  background-color: #2b5caa;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 10px 10px 20px;
}
@media (min-width: 751px) {
  .studio_area_ttl {
    font-size: 1.8rem;
    padding: 10px 10px 10px 30px;
  }
}
.studio_detail_item {
  margin-bottom: 16px;
}
.studio_wrap {
  background-color: #efefef;
}
.studio_wrap_item {
  background-color: #fff;
}
.studio_list_comment {
  margin: 0 16px;
}
/*
===============================================================================
■ 見学会の流れ
===============================================================================
*/
.flow_area {
  color: #4c4948;
}
.flow_contents img {
  padding-top: 20px;
}
.flow_contents p {
  margin-top: 10px;
  text-align: left;
}
.ml16 {
  margin-left: 16px;
}
.flow_ttl {
  text-align: center;
}
.flow_ttl img {
  width: 76%;
}
.brand {
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .brand {
    font-size: 1.3rem;
  }
}
/*＝＝＝＝＝＝＝＝250125櫻井追加＝＝＝＝＝＝＝＝＝＝*/
/*-------パンくず-------*/
ol.breadcrumbs {
  width: 90%;
  margin: 2rem auto;
  font-size: clamp(12px, 2.5vw, 14px);
  color: #4c4948;
}
li.breadcrumbs_item {
  display: inline;
}
.breadcrumbs_item::after {
  content: ">";
}
.breadcrumbs_item:last-child::after {
  content: "";
}
/*-------header 店名修正（h１）-------*/
header {
  justify-content: space-between;
}
.header_studio_name span {
  font-size: clamp(12px, 3.75vw, 16px);
}
span.studio_name {
  display: block;
}
@media (min-width: 600px) {
  .header_studio_name {
    align-items: center;
    flex-direction: column;
  }
}
.header_studio_name {
  align-items: flex-start;
}

/*250314 広瀬追加*/

.cp_tokuten_shisei_text {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 0 1em 1em;
}

@media (min-width: 751px) {
  .cp_tokuten_shisei_text {
    font-size: 1.8rem;
  }
}

/*
===============================================================================
header
===============================================================================
*/
.header_logo h1 {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: "Times New Roman", "A-OTF A1明朝 Std Bold", YuMincho, "Yu Mincho",
    "Hiragino Mincho ProN", "serif";
  color: #2b5caa;
  margin-left: 8px;
  margin-top: 3px;
}

@media (min-width: 751px) {
  .header_logo h1 {
    font-size: 1.4rem;
  }
}
.header_logo {
  justify-content: space-between;
  width: 100%;
}
