@charset "UTF-8";

/*共通CSS
====================*/
html {
	font-size: 62.5%; /*1rem=10px*/
  scroll-behavior: smooth;
}
@media (max-width:750px) {
  .hidden_sp{
    display:none !important;
  }
}

@media (min-width:751px){
  .hidden_pc{
    display:none !important;
  }
}

body {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width:751px){
body {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  }
}
  #back {

  background-color: #fff;
/*  background:linear-gradient(40deg, #9ff3ff, #9ff3ff, #f0faff, #f0faff, #80efff);*/
	background:linear-gradient(40deg, #a3bce2, #f3f8ff, #f3f8ff, #a3bce2);/*グラデーションを定義*/
	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;
}


p {
  margin-bottom: 0;
  margin-top: 3px;
}

ol,ul,li {
  list-style: none;
}

.inner {
  padding: 20px;
}


@media (min-width:751px){
.inner {
  padding: 20px;
}
}


/*--▼注釈--*/
.red {
  color: red;
}


.left {
  text-align: left;
}

.kengakukai_comment {
  text-align: center;
}

.comment_wrap {
  margin-top: 10px;
  padding-left: 3vw;
  padding-right: 1vw;
}

@media (min-width:751px){
.comment_wrap {
  padding-left:10px;
  padding-right:5px;
}
}

.cp_comment_wrap {
  margin-top: 10px;
}

@media (min-width:751px){
.cp_comment_wrap {
  padding-left: 10px;
}
}

.comment {
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media (min-width:751px){
.comment {
  font-size: 1.5rem;
  padding: 0;
}
}

.comment a {
  border-bottom: solid 1px #585757;
}

.indent {
	padding-left:1em;
	text-indent:-1em;
}

.mt15 {
  margin-top: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.blue_03 {
  color: #a3bce2;
}

.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;
}
}


.pink {
  color: #e63462;
}

.pl16 {
  padding-left: 16px;
}

.din {
  font-family: 'DIN Alternate', sans-serif;
}

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

.fz20 {
  font-size: 2rem;
}

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


/*
===============================================================================
■ MV
===============================================================================
*/

.fv_mv_img {
  z-index: -2;
}

.fv_mv {
  padding-top: 60px;
  position: relative;
}

@media (min-width:751px){
.fv_mv  {
  padding-top: 80px;
  }
}


.fv_mv_btn {
  position: absolute;
  bottom: 104px;
  left: 97px;
  width: 25%;
}

@media (min-width:751px){
.fv_mv_btn {
  bottom: 165px;
  left: 155px;
  }
}

.fv_mv_btn_02 {
    position: absolute;
    bottom: 105px;
    left: 3px;
    width: 25%;
}

@media (min-width:751px){
.fv_mv_btn_02 {
  bottom: 166px;
  }
}

.fv_cp {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

@media (min-width:751px){
.fv_cp {
  top: 0px;
  }
}

/*ボタンアニメーション*/

.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);
  }
}

/*
===============================================================================
■ MENU
===============================================================================
*/

.blue_area {
  background-color: #5f90cc;
/*  background-image: repeating-linear-gradient(-60deg, transparent, transparent 9px, rgba(83, 129, 194, 0.64) 9px, rgba(83, 129, 194, 0.64) 17px )*/
background-image: repeating-linear-gradient(-60deg, transparent, transparent 5px, rgba(83, 129, 194, 0.64) 5px, rgba(83, 129, 194, 0.64) 14px )
}


.cp_area {
  padding-bottom: 20px;
  padding-top: 20px;
  /*margin-top: 20px;*/
}

@media (min-width:751px){
.cp_area {
  padding-bottom: 40px;
  padding-top: 40px;
  /*margin-top: 40px;*/
}
}

.cp_menu ul {
  display: flex;
  padding: 20px 0 0;
}

@media (min-width:751px){
.cp_menu ul {
  padding: 30px 0;
  }
}

.cp_menu ul li:not(:nth-child(3)) {
  padding-right: 10px;
}

/*
===============================================================================
■ CPエリア
===============================================================================
*/


.cp_area {
  color: #585757;
}

.cp_taiken_ttl {
/*  padding: 20px 4vw 15px 4vw;*/
  text-align: center;
}

.cp_taiken_ttl  img {
  width: 100%;
}


.limited {
  margin: 0 auto;
  width: 213px;
  margin-bottom: 20px;
  text-align: center;
}

.limited p {
  font-size: 1.7rem;
  color: #5381c2;
  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.2rem;
  padding-top: 8px;
}

  .white {
    color: #fff;
  }



.cp_taiken_detail {
  background-color: #fff;
  padding: 5% 0;
  margin-bottom: 20px;
}

.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;
}

.cp_taiken_detail_ttl img {
  width: 90%;
    padding: 5% 3vw;
}

.cp_taiken_detail p {
  text-align: center;
}

.cp_kengaku_detail_ttl p {
  font-size: 1.6rem;
}


.schedule {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}

@media (min-width:500px){
.schedule {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
}

.cp_btn {
  padding: 0 3vw;
}

.btn {
  padding-top: 20px;
}

/*.btn_02 img {
  padding-top: 10px;
}*/

.cp_plan_ttl img {
  margin-bottom: 15px;
}


/*
===============================================================================
■ CPエリア　231218追加
===============================================================================
*/


.cp_area {
  padding-bottom: 20px;
  color: #585757;
}

@media (min-width:751px){
.cp_area {
  padding-bottom: 40px;
}
}


.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: 70px 24px 24px 24px; 
}
}

@media (min-width:600px){
.cp_taiken_detail {
  padding: 70px 24px 24px 24px; 
}
}

.cp_taiken_detail_subttl {
  background-color: #fff100;
  color: #5381C2;
  font-size: 1.6rem;
  text-align: center;
}

.cp_taiken_detail_ttl {
  font-size: 3.3rem;
  color: #5381C2;
  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;
}

.cp_taiken_detail img {
  padding-bottom: 10px;
}

.cp_taiken_detail_subttl {
  background-color: #fff100;
  color: #5381C2;
  font-size: 1.6rem;
  text-align: center;
}

.cp_taiken_detail_ttl {
  font-size: 3.3rem;
  color: #5381C2;
  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: 40px 4vw 0px 4vw;
  text-align: center;
}

.cp_taiken_ttl  img {
  width: 100%;
  height: auto;

}


@media (min-width:751px){
.cp_taiken_ttl {
  padding: 0;
}
}



.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;
}

.tokuten_04, .tokuten_05, .tokuten_06 {
margin-top: 20px;
}

.tokuten_06 {
  margin-bottom: 20px;
}

.tokuten_01 p {
     font-size: 1.3rem; 
    /* text-align: left; */
    letter-spacing: 0.1px;
    padding-bottom: 16px;
}

.cp_taiken_tokuten img {
    margin: 8px 0;
}

.close_btn {
  padding:0px 100px;
}

.detail_btn {
  color: #5381C2;
  border-radius: 50px;
  border: solid 1.5px #5381C2;
  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;
}

.kengaku_area_ttl {
  position: absolute;
  top: -43px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.kengaku_ttl {
  padding-top: 16px;
}

video {
  margin: 16px 0;
}
video {
    width: 100%;
}


.cp_tokuten_shisei {
  margin-top: 8px;
}

.kengaku_tokuten {
  margin-top: 60px; 
}





/*voiceエリア*/

.voice_area {
  background-color: #efefef;
  padding: 10vw 0 25px 0;
  color: #585757;
}

@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: 200;
}
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
/*    width:94%;*/
    margin:0 auto;
}

.slider img {
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.9);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}

/*
===============================================================================
■ Rintosull美ボディメイクのための5つのポイント
===============================================================================
*/

.point_area {
  color: #585757;
}

/*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: 32vw
}

@media (min-width:751px){
.point_event_lesson {
  padding: 0 6vw;
  margin-bottom: 250px;
}
}


/*point_02*/

.point_02 {
  text-align: left;
  background-color: #fff;
}

.point_02 {
  position: relative;
  z-index: 0;
  margin-bottom: 180px;
}

@media (min-width:751px){
  .point_02 {
    margin-bottom: 150px;
  }
}

/*.point_02::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left:0;*/
/*  top: 0;*/
/*  z-index: -1;*/
/*  width: 100%;*/
/*  height: 60%;*/
/*  background: #fff;*/
/*  transform: skewY(-10deg);*/
/*  transform-origin: top left;*/
/*}*/

/*.point_02_wrap {*/
/*  position: relative;*/
/*  top: -17vw;*/
/*  padding-bottom: 40px;*/
/*}*/

@media (min-width:375px) and (max-width:767px){
  /*.point_02_wrap {*/
  /*  top: -17vw; */
  /*}*/
}

@media (min-width:768px) and (max-width:1023px){
  .point_02_wrap {
    top: -151px; 
}
}

@media (min-width:1024px){
  .point_02_wrap {
    top: -170px; 
}
}

.point_02_ttl img {
  width: 85%;
}

@media (min-width:751px){
.point_02_ttl img {
  padding: 4vw 0 0;
  width: 77%;
}
}

.point_02_prgttl {
  text-align: center;
  font-size: 1.8rem;
  padding: 8px 0;
  font-family: 'Times New Roman','A-OTF A1明朝 Std Bold',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.point_02_prg_item {
  margin-top: 16px;
}



.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;
}
}

/*point_03*/


.point_03 {
  background-color: #efefef;
  position: relative;
  z-index: 0;
  padding-bottom: 24px;
}
.point_03::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background: #efefef;
  transform: skewY(10deg);
  transform-origin: top right;
}


.point_03_wrap {
  position: relative;
  top: -17vw;
  padding-bottom: 40px;
}

@media (min-width:375px) and (max-width:767px){
  .point_03_wrap {
    top: -17vw; 
}
}

@media (min-width:768px) and (max-width:1023px){
  .point_03_wrap {
    top: -151px; 
}
}

@media (min-width:1024px){
  .point_03_wrap {
    top: -170px; 
}
}

.point_03_ttl {
  margin-bottom: 20px;
}

.point_03_ttl img {
  width: 67%;
}

@media (min-width:751px){
.point_03_ttl img {
  padding: 4vw 0 0;
  width: 54%;
}
}

.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 #585757;
}

.map_studioname {
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-top: 15px;
}

@media (min-width:751px){
.map_studioname {
  font-size: 2rem;
  padding-bottom: 15px;
  padding-top: 20px;
}
}

.lesson_schedule {
  font-size: 2.6rem;
  text-align: center;
}


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


.lesson_schedule span {
  color: #fff;
  background-color: #585757;
  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: #5381c2;
  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;
}

@media (min-width:751px) {
.lessontime_txt {
  height: 90px;
}
}

.lessontime_txt p {
  margin-top: 0;
  font-size: 2rem;
}

@media (min-width:751px) {
.lessontime_txt p {
  font-size: 2.5rem;
}
}

.lessontime_txt span {
  font-size: 1.5rem;
}

.point_03_ekichika {
  text-align: center;
  margin: 40px 16px 0 16px;
}

.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 {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

.point_04::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background: #fff;
  transform: skewY(-10deg);
  transform-origin: top left;
}


.point_04_wrap {
  position: relative;
  top: -17vw;
  padding-bottom: 40px;
}

@media (min-width:375px) and (max-width:767px){
  .point_04_wrap {
    top: -17vw; 
}
}

@media (min-width:768px) and (max-width:1023px){
  .point_04_wrap {
    top: -151px; 
}
}

@media (min-width:1024px){
  .point_04_wrap {
    top: -170px; 
}
}

.point_04_ttl {
  margin-bottom: 20px;
}

.point_04_ttl img {
  width: 85%;
}

@media (min-width:751px){
.point_04_ttl img {
  padding: 4vw 0 0;
  width: 70%;
}
}


/*point_05*/

.point_05 {
  background-color: #efefef;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}

.point_05::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background: #efefef;
  transform: skewY(10deg);
  transform-origin: top right;
}

.point_05_wrap {
  position: relative;
  top: -17vw;
  margin-bottom: -70px;
}

@media (min-width:375px) and (max-width:767px){
  .point_05_wrap {
    top: -17vw;
    margin-bottom: -18vw;
}
}

@media (min-width:768px) and (max-width:1023px){
  .point_05_wrap {
    top: -151px;
    margin-bottom: -160px;
}
}

@media (min-width:1024px){
  .point_05_wrap {
    top: -170px;
    margin-bottom: -180px;
}
}

.point_05_ttl img {
  width: 85%;
}

@media (min-width:751px){
.point_05_ttl img {
  padding: 4vw 0 0;
  width: 70%;
}
}

.slider_studio {
  padding: 10px 0 0px 0;
}

.slider_studio img {
  padding: 0 5px;
}


@media (min-width:751px){
.slider_studio img {
  padding: 0 10px;
}

}

/*見学会エリア*/

.kengakukai_area {
  background-color: #5f90cc;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media (min-width:751px){
.kengakukai_area {
  padding-top: 40px;
  padding-bottom: 40px;
}
}


.kengakukai_area_ttl {
  padding: 0 4vw 10px 4vw;
}


/*
===============================================================================
■ 今話題のエクササイズ
===============================================================================
*/

.feature_area {
  background-color: #efefef;
}

.feature_01_contents {
  background-color: #fff;
  padding: 70px 0 0;
}

.feature_02_contents_01 {
  background-color: #fff;
  padding: 70px 0 0;
}

.feature_02_contents_02 {
  background-color: #fff;
  padding: 40px 0 0;
}

.feature_03_contents {
  padding-top: 50px;
}

.feature_contents_ttl {
  position: relative;
  text-align: center;
  top: 50px;
  margin-top: -25px;
}

.feature_contents_ttl img {
    width: 70%;  
}


/*
===============================================================================
■ 見学会の流れ
===============================================================================
*/
.flow_area {
  color: #585757;
}

.flow_contents img {
  padding-top: 20px;
}

.flow_contents p {
  margin-top: 10px;
}

.ml16 {
  margin-left: 16px;
}

.flow_ttl {
  text-align: center;
}

.flow_ttl img {
  width: 50%;
  padding: 0 0 25px 0;
}

/*ご入会・ご登録手続きに必要なもの*/

.list_area {
  padding-bottom: 30px;
  color: #585757;
}

table {
  font-size: 1.3rem;
  margin: 0 auto;
  letter-spacing: 1px;
  width: 100%;
}


@media (min-width:751px){
table {
  font-size: 1.4rem;
}
}

td {
  border: solid 1px #d2d2d2;
  vertical-align:middle;
  padding: 15px 5px;
}

@media (min-width:751px){
td {
  padding: 10px 10px;
}
}

.td_ttl {
  font-size: 1.2rem;
}

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

.td_txt {
  text-align: center;
}

.td_price_01 {
  font-size: 1.5rem;
}

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

.td_price_02 {
  font-size: 2.3rem;
}


.list_ttl {
  font-size: 2rem;
  text-align: center;
  background-color: #a3bce2;
  color: #fff;
  padding: 10px 0;
  margin-top: 40px;
}

@media (min-width:751px){
.list_ttl {
  padding: 20px 0;
}
}

.list_pink {
  padding: 5px 8px;
  color: #fff;
  background-color: #e63462;
  font-size: 1rem;
  border-radius: 5px;
  display: inline-block;
}

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

.uchikeshi{
  position: relative;
}
.uchikeshi::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-20deg);
  background-color: #e63462;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.list_comment p {
  color:#6A96D2; 
  font-size: 1.3rem;
  padding: 20px 0 5px 0;
  font-weight: bold;
  margin-top: 0;
}

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

.cp_comment {
  background-color: #fff;
  color: #585757;
  padding-bottom: 30px;
  padding: 32px 4.2vw;
}

@media (min-width:751px){
.cp_comment {
  padding: 32px 24px;
}
}

.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;
}

/*
===============================================================================
■ 店舗情報
===============================================================================
*/

.store_detail_area {
  width: 100%;
  /*max-width: 650px;*/
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  color: #585757;
}


@media (min-width:751px){
.store_detail_area {
  padding: 40px;
}
}


.store_detail_ttl {
  text-align: center;
  font-family: 'Times New Roman','A-OTF A1明朝 Std Bold',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.store_detail_ttl h1 {
    margin-bottom: 10px;
}

.store_detail_ttl h1:after {
    content: none;
}

.store_detail_ttl h1 img {
  width: 300px;
}

.store_detail_ttl h2 {
  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: 2.2rem;
  color: #595757;
}

.store_detail_ttl h2 span {
  font-size: 2.4rem;
  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;
}

.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.8rem;
  margin-bottom: 10px;
}

@media (min-width:751px) {
.store_detail_area dl dt {
    font-size: 2rem;
}
}

.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;
}
}


.store_detail_area iframe {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (min-width:751px) {
    .store_detail_ttl h2 {
        line-height: 2.8rem;
    }
  
    .store_detail_ttl h2 span {
        font-size: 3.5rem;
      line-height: 1.5;
    }
}


/*
===============================================================================
■ 予約システムの使い方
===============================================================================
*/

.reserve_system_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.reserve_system_ttl img {
    width: 80%;
    padding: 25px 0 0;
}

@media (min-width:751px){
.reserve_system_ttl img {
    padding: 70px 0 0;
}
}

.reserve_system_qa_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.reserve_system_qa_ttl img {
    width: 65%;
    padding: 50px 0 0;
}

@media (min-width:751px){
.reserve_system_qa_ttl img {
    padding: 80px 0 0;
}
}


.reserve_system_qa_content {
  max-width: 960px;
  padding: 0 20px;
  margin: 20px auto 40px auto;
    color: #585757;
}

#ac-menu .detail dd a {
  color: #5381c2;
  border-bottom: solid 1px #5381c2;
  text-align: left;
}


#ac-menu li {
  border-top: solid 1px #585757;
}
#ac-menu li:last-child {
  border-bottom: solid 1px #585757;
}
#ac-menu .label {
  cursor:pointer;
  font-size: 1.4rem;
  padding: 30px 30px;
  position: relative;
  transition: .5s;
  text-align: left;
}

@media (min-width:751px){
#ac-menu .label {
  font-size: 1.6rem;
  padding: 30px  60px 30px 30px;
}
}


/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .label::before,
#ac-menu .label::after {
  content: '';
  width: 13px;
  height: 1px;
  background: #585757;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .label.open {
  /* ラベルの背景色を変更 */
  background-color: #a3bce2;
  color: #fff;
}
#ac-menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#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;
}
#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 {
  width: 80%;
  font-size: 1.3rem;
  padding-top: 10px;
  text-align: left;
}

@media (min-width:751px){
#ac-menu .detail dd {
  font-size: 1.6rem;
}
}

/*---SP---*/
@media screen and (max-width: 600px) {
  #ac-menu .label {
    padding: 20px 35px 20px 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;
    
  }
}

/*アコーディオン PRICE LIST*/

.ac_menu_wrap_price {
  text-align: center;
  margin-bottom: 40px;
}

.label_price {
  margin-top: 0;
}

#ac-menu_price .label_price {
  cursor:pointer;
  font-size: 1.4rem;
  padding: 30px 30px;
  position: relative;
  transition: .5s;
}

@media (min-width:751px){
#ac-menu_price .label_price {
  width: 24vw;
  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: #5381c2;
  position: absolute;
  top: 50%;
  right: 23%;
  transform: translateY(-50%);
}
#ac-menu_price .label_price::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .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;
  }
}

/*追従ボタン*/
.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;
  }
}

.floating_btn {
  display: flex;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media screen and (min-width:600px){
.floating_btn {
  width: 600px;
  }
}

