@charset "UTF-8";

/* 共通
---------------*/
.note-h2{
  line-height: 1.5;
  text-align: center;
  font-size: 2.8rem;
  position: relative;
}
.note-h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 50px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: var(--lightgreen);/*線の色*/
}
.note-h2 span{
  display: block;
  font-size: 1.4rem;
  color: #508662;
}
/* SP中央 PC左 SP */
.note-h2.talign{
  text-align: center;
}
.note-h2.talign::before {
  left: 50%;
}

.bg-gray{
  background: var(--bggray);
}


/* 特典
------------------------*/
.special,.special-fv{
  padding: 6rem 0 0;
  box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);  
  position: relative;
  background: var(--dimgreen);
}

.note-spe,.note-spe-fv{
  width: 100%;
  position: absolute;
  top: -40px;
  left:0;  
}
.note-spe p,.note-spe-fv p{
  max-width: 140rem;
  margin: 0 auto;  
}
.note-spe p img,.note-spe-fv p img{
  display: block;
  width: 23rem;
  margin: 0 auto;  
}

.spe-lay{
  display: flex;
  flex-direction: column;
}
.btn-spe{
  padding: 3rem 1.5rem;
  order: 2;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)2px, rgba(74, 142, 96, 0.2) 0, rgba(74, 142, 96, 0.2) 12px); 
}

.btn-spe p:first-child a{
  display: block;
  max-width: 130rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: var(--dimgreen);
}
.btn-spe p:first-child a span{
  display: block;
  max-width: 21rem;
  margin: 0 auto;
  text-align: center;
  background-image: url("../img/icon-contact.svg"), url("../img/btn-arr.svg");
  background-repeat: no-repeat,no-repeat;
  background-size: 20px,10px;
  background-position: left 55%, 95% 60%;
}
.btn-spe p:first-child a:hover{
  border: 0;
  border: 4px solid var(--dimgreen);
  color: var(--darkgreen);
  background-color: #fff;
  opacity: 1;
}
.btn-spe p:first-child a:hover span{
  background-image: url("../img/icon-contact-gr.svg"), url("../img/btn-arr-gr.svg");
}

/* 注意文 */
.btn-spe p:last-child{
  padding: 1rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.btn-spe p:last-child span{
  color: #ff0;
}

.spe-ol{
  order: 1;
  padding: 0 0 20px; 
}
.spe-ol ol{
  display: flex;
  flex-direction: column;
  max-width: 140rem;
  margin: 0 auto;
}
.spe-ol ol,
.spe-ol ol.spe-top{
  padding: 0 2.5rem;
}
.spe-ol ol li{
  width: auto;
  padding: 1.2rem 0;
  text-align: center;
  border-bottom: 0;
  border-bottom: 1px solid #86bd97;
}
.spe-ol ol li:last-child{
  border-bottom: 0;
}
.spe-ol ol li img{
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}


/* お悩み
------------------------*/
.case-content{
  padding: 5rem 0 0;
}
.case-content h2{
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.1rem;
  position: relative;
}
.case-content h2::before {
  content: '';
  position: absolute;
  left: 40%;
  bottom: -3px;
  display: inline-block;
  width: 70px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--darkgreen);
}
.case-content h2 span{
  padding: 0 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
}

/* 事例イラスト ------- */
.case-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 2rem 2rem;
}
.case-list figure{
  width: 46%;
  padding: 0;
}
.case-list figure figcaption{
  line-height: 1.6;
  padding: 1.5rem 0 3rem;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 解決 
----------------- */
.case-solution-bg{
  background: url(../img/case-bgph.jpg) no-repeat center top;
  background-size: cover;
}
.case-solution{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100rem;
  margin: 0 auto;
  padding: 3rem 2rem 0;
}
.case-inst{
  width: 18rem;
  margin: 0 auto;
  padding: 3rem 0 0;
}
.balloon{
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.5rem;
  border-radius: 3rem;
  background: var(--blue);
  position: relative;
}
/* アイコンを下に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20%;
  bottom: -15px;
  border-top: 30px solid var(--blue);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  transform: rotate(-30deg);
}
.balloon p:first-child{
  padding: 0 0 1rem;
  line-height: 1.5;
  font-size: 1.8rem;
  color: var(--yellow);
}
.balloon p:last-child{
  font-size: 1.4rem;
  color: #fff;
}

/* 施術例
------------------------*/
.case-example{
  background: var(--bggray);
}
.case-example section{
  padding: 5rem 1.5rem;
  background: url(../img/instructor-ia-arr.svg) no-repeat center top;
  background-size: 30px;
}

/* 例 ------------------- */
.case-example-list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 auto;
  padding: 3rem 0 0;
}
.case-example-list article{
  width: auto;
  margin: 0 0 3rem;
  padding: 0 0 2rem;
  border-right: none;
  border-bottom: 1px solid var(--lightgreen);
}
.case-example-list article:last-child{
  margin: 0;
  padding: 0;
  border-bottom: none;  
}

.case-example-list article figure{
  padding: 0;
}

.case-example-list article div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.case-example-list article div h3{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 2rem 1rem 0.5rem;
  border-right: none;
  font-size: 2.0rem;
}
.case-example-list article div h3 span{
  display: block;
}
.case-example-list article div h3 span:first-child{
  line-height: 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border: 1px solid var(--lightgreen);
}
.case-example-list article div h3 span:last-child{
  padding: 0 0 0 1.5rem;
}
.case-example-list article div h3 + p{
  width: auto;
  padding: 0 1rem;
  font-size: 1.4rem; 
}


/* ピラティスとは
------------------------*/
.pilates-cotent{
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 2rem;
}
.pil-ttl{
  display: flex;
  flex-direction: column;
  margin: 0 0 3rem;
  position: relative;
}
.pil-ttl div.pil-box,
.pil-ph{width: auto;}

.pil-ttl div.pil-box h2 + p{
  padding: 4rem 2rem 3rem;
  font-size: 1.8rem;
}

/* 効果 SP */
.pil-dl{
  position: relative;  
}
.pil-dl dl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin: 0 1rem 2rem;
  border-radius: 1rem;
  border: 1px solid #7aa087;
  position: static;
}
.pil-dl dl dt{
  width: 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
.pil-dl dl dt span{
  display: block;
  width: 8rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.pil-dl dl dd{
  width: 100%;
  padding: 2.5rem 3rem;
}
.pil-dl dl dd ol {
  width: 100%;
}
.pil-dl dl dd ol li{
  padding: 0.4rem 0 0.4rem 2rem;
  border-bottom: 1px solid var(--lightgreen);
  background: url(../img/icon-check.svg) no-repeat left center;
  background-size: 10px;
}



.pil-ph{
  text-align: center;
}

/* マットとマシン　---------- */
.pil-use h3{
  padding: 0 0 0 1.5rem;
  border-left: 1px solid var(--lightgreen);
  font-size: 1.8rem;
}
.pil-use h3 + p{
  width: auto;  
  line-height: 2;
  padding: 1.5rem 0;
  font-size: 1.4rem;
}
.pil-use h3 + p span{
  display: block;
  padding: 0 0 1.5rem;
}
.pil-use h3 + p span strong{
  color: var(--red);
}

.pil-use-in{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pil-use-in article{
  width: auto;
  padding: 0 0 3rem;
}
.pil-use-in article h4{
  font-size: 1.8rem;
  position: relative;
}
.pil-use-in article h4::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: var(--lightgreen);
}
.pil-use-in article figure{
  padding: 3rem 0 1.5rem;
}
.pil-use-in article p{
  padding: 0 1rem 0 0;
  line-height: 2;
  font-size: 1.4rem;  
}


/* ポイント
------------------------*/
.point-cotent{
  padding: 5rem 1.5rem;
}
.point-list{
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 0 0;
}

.point-list article.point-flex01,
.point-list article.point-flex02{
  display: flex;
  flex-direction: column; 
}

.point-list article{padding: 0 0 5rem;}
.point-list article:last-child{padding: 0}

.point-list article div,
.point-list article figure{
  width: auto;
}
.point-list article div dl{
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.point-list article div dl dt{
  width: 22%;
  padding: 0;
  border-right:1px solid var(--lightgreen);
  border-radius: 0;  
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
}
.point-list article div dl dt span{
  display: block;
  padding: 0;
  font-size: 2.2rem;
}
.point-list article div dl dd{
  width: 78%;
  padding: 0 0 0 1.5rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
.point-list article div dl dd.point-dd br{
  display: block;
}
.point-list article div dl + p{
  font-size: 1.4rem;  
}


/* 流れ
------------------------*/
.flow-cotent{
  padding: 5rem 1.5rem;
}
.flow-list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0 0;
}
.flow-list article{
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 2rem;
  padding: 2.5rem 0;  
  border-radius: 0.5rem;  
  border: 1px solid var(--lightgreen);
  background: url(../img/flow-icon.svg) no-repeat left top;
  background-size: 23px;
  position: relative;
}
.flow-list article::after{
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--lightgreen);
  border-right: 2px solid var(--lightgreen);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.flow-list article:last-child{margin: 0;}
.flow-list article:last-child::after{display: none;}

.flow-list article > p{
  width: 7rem;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  font-style: italic;
  border-bottom: 0;
}
.flow-list article dl{
  width: calc(100% - 7rem);  
  padding: 0 2.5rem 0 2rem;
  border-left: 1px solid var(--lightgreen);
}
.flow-list article dl dt{
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 0;
}
.flow-list article dl dd{
  font-size: 1.4rem;
}

/* 効果 ------------ */
.flow-ef{
  display: flex;
  flex-direction: column;
  max-width: 112rem;
  margin: 0 auto;
  padding: 5rem 0 0;
}
.flow-ef div{
  width: auto;
  padding: 0;
}
.flow-ef div h3{
  margin: 0 0 1rem;
  padding: 0 0 0.5rem 1rem;
  line-height: 1.4;
  font-size: 2rem;
  border-bottom: 1px solid var(--lightgreen);
}
.flow-ef div h3 span{
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #508662;
}

/* レッスンの効果 ---------- */
.flow-ef div h3 + p span{
  display: block;
  padding: 0 1rem 0.5rem;
  font-size: 1.4rem;
}
.flow-ef figure{
  width: auto;
  padding: 3rem 8rem 0;
  text-align: center;
}


/* 料金表
------------------------*/
.fee-content{
  background: url(../img/fee-bgph.jpg) no-repeat center top;
}
.fee-content section{
  max-width: 110rem;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.fee-menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6rem 0 0 0;
}
.fee-menu article{
  width: auto;
  margin: 0 0 3rem;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}
.fee-menu article.line-orange{
  padding: 5rem 3rem 13rem;
  border: 2px solid #d05807;  
}
.fee-menu article.line-green{
  padding: 5rem 3rem 10rem;
  border: 2px solid #4a8e60;  
}
.fee-menu article h3{
  font-size: 1.8rem;
  text-align: center;
  color: #333;
}
.fee-menu article h3 + p{
  font-size: 2.4rem;
  padding: 0 0 2rem;
  text-align: center;  
}
/* ピン */
.fee-menu article h3 + p + p{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -15px;
}
.fee-menu article h3 + p + p span{
  display: block;
  text-align: center;
}
/* 時間と費用 */
.fee-menu article dl{
  display: flex;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #d2b49f;
  border-bottom: 1px solid #d2b49f;
}
.fee-menu article dl dt{
  line-height: 1.2;
  padding: 0 1rem;
  border: 1px solid #d2b49f;
  border-radius:24px;
}
.fee-menu article dl dd{
  display: flex;
  line-height: 1;
  padding: 0 0 0 2rem;
}
.fee-menu article dl dd small{
  font-size: 2.4rem;
  font-weight: bold;
}
span.fee-time{
  padding: 0 0.5rem;
  font-size: 2.0rem;
}
span.fee-num{
  display: block;
  font-size: 4.0rem;
}
span.fee-en{
  display: block;
  margin:2rem 0 0;
  padding: 0 0 0 1rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: bld;
  color: #333;
}
span.fee-en::after{
  content: "（税込）";
  width: 100px;
  position: absolute;
  top: -15px;
  left:0;
  font-size: 1.2rem;
}

.fee-orange{
  color: #d05807;  
}
.fee-green{
  color: #315d3f;  
}
.col-black{
  color: #333;
}

/* 入会金 */
.fee-first{
  padding:0.5rem 0 1.5rem;
  text-align: right;
  color: #cc0000;
}
.fee-first span:first-child{
  padding: 0 0.2rem;
  font-size: 2.4rem;
}
.fee-first span:last-child{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
}

/* fee 予約ボタン */
.btn-fee{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.btn-fee a{
  display: block;
  max-width: 42rem;
  margin: 0 2rem;
  padding: 2rem 0;
  border-radius: 1rem;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn-fee.bgor a{ 
  background: #d05807;
}
.btn-fee.bggr a{
  background: #315d3f;
}
.btn-fee a span{
  display: block;
  padding: 0 0 0 30%;
  background: url(../img/icon-contact.svg) no-repeat 30px center;
  background-size: 30px;
}
/* fee サブスク */
.fee-sub{
  padding: 2rem 0;
  line-height: 1.5;
  text-align: center;
  color: #c00;
  border-top: 1px solid #e25e5e;
  border-bottom: 1px solid #e25e5e;
  background: #fff;
  font-size: 1.6rem;
}

/* お客様の声
------------------------*/
#voice{
  background: var(--bggray);
}
#voice section{
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 1.5rem;  
}
.voice-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 0 0;
}
.voice-content article{
  width: auto;
  margin: 0 0 2rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
}
.voice-pacth{
  width: 2.4rem;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;   
}

.voice-content article.patch-or{
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 3rem;
  color: #d05807;
}
.voice-content article.patch-gr{
  padding: 2rem 2rem 3rem;
}

/* 女性レイアウト用 SP */
.voice-content article picture,
.voice-ttl{
  width: auto;
}

/* 年齢 */
.voice-content article h3{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0 1rem;
  font-size: 2rem;
}
.voice-content article h3 span{
  display: block;
}
.voice-content article h3 span:first-child{
  width: 7rem;
  margin: 0 1rem 0 0;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
}
.voice-content article.patch-or h3 span:first-child{
  border: 1px solid #dfab88;  
  color: #d05807;
}
.voice-content article.patch-gr h3 span:first-child{
  border: 1px solid var(--lightgreen);  
}

/* コメント */
.voice-content article h3 + p{
  font-size: 1.4rem;
  line-height:2.4;
}
.voice-content article.patch-or h3 + p{
  color: #502202;
  background-image:
    linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,#ffff 50%,#ffff 50%),
    linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 97%,#dfab88 97%,#dfab88 100%);
  background-size:8px 100%,100% 2.4em;
}
.voice-content article.patch-gr h3 + p{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,#ffff 50%,#ffff 50%),
    linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 97%,#6fb887 97%,#6fb887 100%);
  background-size:8px 100%,100% 2.4em;
}
.voice-content article h3 + p span{
  margin-bottom:2em;
}



/* ----------- インストラクター ----------- */
#ir {
  padding: 5rem 0 3.5rem;
}

.ir-content {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}

.ir-ph-box {
  text-align: center;
}
.ir-ph-box h2 {
  margin-bottom: 4.5rem;
}
.ir-ph figure {
  background: #eff3f4;
}
.ir-ph figure img {
  width: 23rem;
}

.ir-name {
  font-size: 2.1rem;
  padding: 1.5rem 0;
}
.ir-name span {
  display: block;
  font-size: 1.4rem;
}

.ir-introduce {
  padding: 0 1.5rem;
}
.ir-introduce section {
  margin-bottom: 2.5rem;
}
.ir-introduce h3 {
  padding: 0 0 0 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 1px solid var(--lightgreen);
  font-size: 1.8rem;
}
.ir-introduce li, .ir-introduce p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}



/* ----------- アクセス ----------- */
#access {
  background: #f6f6f6;
  padding: 5rem 0 6rem;
}

.access-content {
  padding: 0 1.5rem;
}
.access-info h2 {
  margin-bottom: 4.5rem;
}
.access-info dl {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  border-bottom: 1px var(--lightgreen) solid;
}
.access-info dl:first-of-type {
  padding-top: 0;
}
.access-info dt {
  width: 35%;
  padding-left: 2.5rem;
}
.access-info dl:first-of-type > dt {
  background: url("../img/icon-address.svg") no-repeat left 5px;
  background-size: 1.5rem;
}
.access-info dl:last-of-type > dt {
  background: url("../img/icon-train.svg") no-repeat left 5px;
  background-size: 1.5rem;
}
.access-info dd {
  width: 65%;
  font-size: 1.4rem;
}
.access-info dd .btn-map a {
  background: #fff;
  color: var(--dimgreen);
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px var(--dimgreen) solid;
  border-radius: 1.5rem;
  padding: 1px 1rem;
}
.map-sns-pc {
  display: none;
}

access-map {
  padding: 3rem 0 4rem;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
}

.map-sns-sp {
  padding: 1rem 1.5rem 0;
}
.map-sns-pc ul, .map-sns-sp ul {
  display: flex;
  padding-bottom: 1rem;
}
.map-sns-pc li, .map-sns-sp li {
  margin-right: 2rem;
}
.map-sns-pc li img, .map-sns-sp li img {
  height: 2.2rem;
}
.map-sns-pc p img, .map-sns-sp p img {
  width: 30rem;
}

/*----------------------------------------------------
タブレット用 750px以上
----------------------------------------------------*/

@media only screen and (min-width: 750px) {

  /* SP中央 PC左 */
  .note-h2.talign{
    text-align: left;
  }
  .note-h2.talign::before {
    left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  }


  /* 特典 TB
  ------------------------*/
  .spe-ol ol li{
    padding: 1rem 5rem;
  }
  .btn-spe{
    padding: 4rem 5rem;
  }


  /* お悩み TB
  ------------------------*/
  .case-content h2::before {
    left: 41%;
  }
  .case-list figure{
    width: 22%;
  }
  .case-list figure figcaption{
    font-size: 1.4rem;
  }

  /* ピラティスとは TB
  ------------------------*/
  .pilates-cotent{
    padding: 5rem 1.5rem;
  }
  .pil-ttl{
    flex-direction: row;
    margin: 0 0 2rem;
  }
  .pil-ttl div.pil-box{
    width: 55%;
  }
  .pil-ph{
    width: 45%;
  }  
  .pil-ttl div.pil-box h2 + p{
    padding: 4rem 0 2rem;
    font-size: 1.6rem;
  }

  /* 効果 TB */
  .pil-dl dl{
    flex-direction: row;
    align-items: center;
    margin: 0;
    border-radius: 0;
    border: 0;
  }
  .pil-dl dl dt{
    width:28%;
    position: static;
  }
  .pil-dl dl dt span{
    width: 10rem;
    height: 10rem;
    margin: 0;
    padding: 3.5rem 0 0;
    border-radius: 50%;
    border: 1px solid #7aa087;
    background: transparent;
  }
  .pil-dl dl dd{
    width: 72%;
    padding:0 0 0 1.5rem;
    font-size: 1.4rem;
  }
  .pil-ph{
    text-align: right;
  }

  /* マットとマシン TB---------- */
  .pil-use h3 + p{
    width: 76%;  
  }
  .pil-use-in{
    flex-direction: row;
  }
  .pil-use-in article{
    width: 47%;
    padding: 0;
  }
  .pil-use-in article h4{
    font-size: 1.8rem;
    position: relative;
  }
  .pil-use-in article figure{
    padding: 3rem 0 1.5rem;
  }
  .pil-use-in article p{
    padding: 0 1rem 0 0;
    line-height: 2;
    font-size: 1.4rem;  
  }


  /* ポイント TB
  ------------------------*/
  .point-list{
    padding: 5rem 0;
  }
  .point-list article.point-flex01{
    flex-direction: row-reverse; 
  }
  .point-list article.point-flex02{
    flex-direction: row; 
  }
  .point-list article div,
  .point-list article figure{
    width:50%;
  }
  .point-list article.point-flex01 div{
    padding: 0 5% 0 0;
  }
  .point-list article.point-flex02 div{
    padding: 0 0 0 5%;
  }
  .point-list article div dl dd.point-dd br{
    display: none;
  }

  .point-list article div dl{
    padding: 0 0 2rem;
  }
  .point-list article div dl dt{
    width: 22%;
    padding: 1.5rem 0;  
    border-right:0;
    border: 1px solid var(--lightgreen);
    border-radius: 1rem;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .point-list article div dl dt span{
    display: inline;
    padding: 0 0.4rem;
    font-size: 1.6rem;
  }
  .point-list article div dl dd{
    width: 78%;
    padding: 0 0 0 1.5rem;
    line-height: 1.5;
    font-size: 2rem;
  }

  /* 流れ TB
  ------------------------*/
  .flow-list article > p{
    width: 10rem;
  }
  .flow-list article dl{
    width: calc(100% - 10rem);
  }
 
  /* 効果 TB ------------ */
  .flow-ef{
    flex-direction: row-reverse;
  }
  .flow-ef div{
    width: 75%;
    padding: 2rem 0 0 4%;
  }
  .flow-ef div h3{
    margin: 0 0 2rem;
    padding: 0 0 1rem 0;
  }
  .flow-ef div h3 + p span{
    padding: 0 0 0.5rem;
  }
  .flow-ef figure{
    width: 25%;
    padding: 0 1rem;
    text-align: left;
  }

  /* 料金表 TB
  ------------------------*/
  .fee-content section{
    padding: 5rem 1.5rem;
  }
  .fee-menu{
    flex-direction: row;
    padding: 6rem 0 0 0;
  }
  .fee-menu article{
    width: 47%;
  }
  .btn-fee a{
    margin: 0 2rem;
  }


  /* お客様の声 TB
  ------------------------*/
  #voice section{
    padding: 5rem 1.5rem 0;  
  }  
  .voice-content{
    flex-direction: row;
    padding: 5rem 0 0;
  }
  .voice-content article{
    width: 48%;
  }


/* ----------- インストラクター TB ----------- */
  #ir {
    padding: 5rem 0;
  }
  
  .ir-content {
    display: flex;
    padding: 0 1.5rem;
  }
  
  .ir-ph-box {
    max-width: 30%;
    text-align: left;
  }
  .ir-ph-box h2 {
    margin-bottom: 6rem;
  }
  .ir-ph figure {
    background: none;
  }
  .ir-ph figure img {
    width: auto;
  }
  .ir-name {
    margin-top: 2.5rem;
    font-size: 3.2rem;
  }
  .ir-name span {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    padding-left: 0;
  }
  
  .ir-introduce {
    width: 70%;
    padding: 0 0 0 10%;
  }
  .ir-introduce section {
    margin-bottom: 5rem;
  }
  .ir-introduce h3 {
    padding: 0 0 0 1.5rem;
    margin-bottom: 3rem;
    font-size: 2.1rem;
  }
  .ir-introduce li, .ir-introduce p {
    font-size: 1.6rem;
  }
  .ir-introduce p{
    width: auto;
  }

}



/*----------------------------------------------------
タブレット・PC用 1000px以上
----------------------------------------------------*/

@media only screen and (min-width: 1000px) {

  .note-h2{
    font-size: 3.6rem;
  }
  .note-h2::before {
    width: 100px;/*線の長さ*/
  }
  .note-h2 span{
    font-size: 2.0rem;
  }


  /* 特典 1000
  ------------------------*/
 .special{
    padding: 0 0 3rem;
  }
  .note-spe{
    top: 130px;
    left:0;  
  }
  .note-spe p img{
    width: 26rem;
    margin: 0;  
  }

  /* FV用 1000 */  
  .special-fv{
    padding: 2.5rem 0 2rem;
    background: transparent; 
  }
  .note-spe-fv{
    top: -20%;
    left:1%;  
  } 
  .note-spe-fv p img{
    width: 24rem;
    margin: 0;  
  }

  .btn-spe{
    order: 1;
    padding: 5rem 5rem 2rem;
  }
  .btn-spe p:first-child a{
    padding: 2rem 0;
    font-size: 2.4rem;
  }
  .btn-spe p:first-child a span{
    max-width: 26rem;
    background-size: 20px,10px;
    background-position: left 55%, 95% 60%;
  }

  .spe-ol{
    padding: 3rem 0 0;
    order: 2;
  }
  .spe-ol ol,
  .spe-ol ol.spe-top{
    flex-direction: row;
  }
  .spe-ol ol.spe-top{padding: 0 0 0 5rem;}
  .spe-ol ol{padding: 0 0 0 8rem;}

  .spe-ol ol li{
    padding: 0;
    border-right: 1px solid #86bd97;
    border-bottom: 0;
  }
  .spe-ol ol li:first-child{
    width: 29%;
  }
  .spe-ol ol li:nth-child(2){
    width: 34%;
    padding: 0 1.5rem;
  }
  .spe-ol ol li:last-child{
    width: 34%;
    padding: 0 0 0 1.5rem;
    border-right: 0;    
  }
  .spe-ol ol li img{
    margin: 0;
  }



  /* お悩み 1000
  ------------------------*/
  .case-content{
    padding: 10rem 0 0;
  }
  .case-content h2{
    font-size: 3rem;
  }
  .case-content h2::before {
    left: 37%;
    width: 100px;
  }
  .case-content h2 span{
    font-size: 3.2rem;
  }

  .case-list{
    padding: 7rem 1.4rem;
  }
  .case-list figure figcaption{
    padding: 4rem 0 0;
    font-size: 1.6rem;
  }
 /* 解決 1000 ------------------ */
  .case-solution-bg{
    background-size: auto;
  }
  .case-solution{
    flex-direction: row-reverse;
    padding: 8rem 0 0;
  }
  .case-inst{
    width: 28rem;
    padding: 3rem 0 0;
  }
  .balloon{
    max-width: 72rem;
    margin: 0;
    padding: 5rem 10rem 5rem 8rem;
    border-radius: 3rem;
    background: var(--blue);
    position: relative;
  }
  /* アイコンを下に表示 */
  .balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -22px;
    top: 40%;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 40px solid var(--blue);
    border-top: 0;
    transform: rotate(240deg);
  }
  .balloon p:first-child{
    padding: 0 0 1rem;
    line-height: 1.5;
    font-size: 3.2rem;
  }
  .balloon p:last-child{
    font-size: 1.8rem;
  }


  /* 施術例 1000
  ------------------------*/
  .case-example section{
    padding: 10rem 1.5rem 2rem;
  }
  /* 例 1000 ------------------- */
  .case-example-list{
    flex-direction: row;
    max-width: 100%;
    margin: 0;
    padding: 5rem 0 0;
  }
  .case-example-list article{
    width: 50%;
    margin: 0 0 8rem;
    border-bottom: none;
  }
  .case-example-list article:nth-child(odd){
    padding: 0 3% 0 0;
    border-right: 1px dashed var(--darkgreen);
  }
  .case-example-list article:nth-child(even){
    padding: 0 0 0 3%;
  }
  .case-example-list article:last-child{
    margin: 0 0 8rem;
  }

  .case-example-list article figure{
    padding: 0 0 3rem;
  }
  .case-example-list article div{
    flex-direction: row;
    align-items: center;
    padding: 0 1rem;
  }
  .case-example-list article div h3{
    flex-direction: column;
    align-items: flex-start;
    width: 26%;
    padding: 0;
    border-right: 1px solid #ccc;
    font-size: 1.8rem;
  }
  .case-example-list article div h3 span{
    display: block;
  }
  .case-example-list article div h3 span:first-child{
    line-height: 1;
    padding: 0;
    font-size: 1.4rem;
    border: none;
  }
  .case-example-list article div h3 span:last-child{
    padding: 0;
  }
  .case-example-list article div h3 + p{
    width: 74%;    
    padding: 0 0 0 2rem;
    font-size: 1.4rem; 
  }


 /* ピラティスとは 1000
  ------------------------*/
  .pilates-cotent{
    padding: 10rem 1.5rem;
  }
  .pil-ttl div.pil-box{width: 52%;}
  .pil-ph{width: 48%;}

  .pil-ttl div.pil-box h2 + p{
    padding: 5rem 0;
    font-size: 2.4rem;
  }

  /* 効果 1000 */
  .pil-dl dl{
    width: 120%;
    position: absolute;
    top: 1rem;
    left: 0;
  }
  .pil-dl dl dt{
    width:20%;
    position: static;
  }
  .pil-dl dl dt span{
    width: 10rem;
    height: 10rem;
    padding: 3.2rem 0 0;
    font-size: 1.8rem;
  }
  .pil-dl dl dd{
    width: 100%;
    padding: 0 0 0 2.5rem;
    font-size: 1.8rem;
  }
  .pil-dl dl dd p{
    display: flex;
    flex-wrap: wrap;
  }
  .pil-dl dl dd p span{
    display: block;
    margin: 0 1rem 1rem 0;
    padding: 1rem;
    background: #fcf5f1;
  }

  .pil-ph{
    text-align: right;
  }

  /* マットとマシン 1000---------- */
  .pil-use h3{
    padding: 0 0 0 3rem;
    font-size: 2.4rem;
  }
  .pil-use h3 + p{
    width: auto;
    padding: 3rem 0 5rem;
    font-size: 1.8rem;
  }
  .pil-use h3 + p span{
    padding: 0;
  }
  .pil-use-in article h4{
    font-size: 2.1rem;
  }
  .pil-use-in article figure{
    padding: 3rem 0;
  }
  .pil-use-in article p{
    padding:0;
    line-height: 1.8;
    font-size: 1.8rem;  
  }

  /* ポイント 1000
  ------------------------*/
  .point-cotent{
    padding: 10rem 0;
  }
  .point-list{
    padding: 8rem 0 0;
  }
  .point-list article div{
    width:56%;
  }
  .point-list article figure{
    width:44%;
  }
  .point-list article.point-flex01 div{
    padding: 5rem 10% 0 4%;
  }
  .point-list article.point-flex02 div{
    padding: 5rem 0 0 6%;
  }
  .point-list article div dl dd.point-dd br{
    display: block;
  }

  .point-list article div dl + p{
    font-size: 1.8rem;
  }
  .point-list article div dl dt{
    padding: 2rem 0;   
    font-size: 1.6rem;
  }
  .point-list article div dl dt span{
    font-size: 2.1rem;
  }
  .point-list article div dl dd{
    font-size: 2.4rem;
  }


  /* 流れ 1000
  ------------------------*/
  .flow-cotent{
    padding: 10rem 1.5rem;
  }
  .flow-list{
    flex-direction: row;
    padding: 7rem 0 0;
  }
  .flow-list article{
    width: 18%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 1.5rem 1.5rem 3rem;  
  }
  .flow-list article::after{
    bottom: 50%;
    left: 103%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .flow-list article > p{
    width: 100%;
    text-align: center;
  }
  .flow-list article dl{
    width:100%;
    padding: 0;
    border-left: 0;
  }
  .flow-list article dl dt{
    margin: 0 1rem 1rem;
    padding: 0 0 1rem;
    text-align: center;
    border-bottom: 1px solid var(--lightgreen);
  }
  .flow-list article dl dd{
    font-size: 1.4rem;
  }

  /* 効果 1000 ------------ */
  .flow-ef div{
    padding: 4rem 0 0 5%;
  }
  .flow-ef div h3{
    font-size: 2.4rem;
  }
  .flow-ef div h3 span{
    font-size: 1.8rem;
  }

  .flow-ef div h3 + p span{
    padding: 0 0 1rem;
    font-size: 1.8rem;
  }

  /* 料金表 1000
  ------------------------*/
  .fee-content section{
    padding: 10rem 0;
  }
  .fee-menu article.line-orange{
    padding: 5rem 8rem 13rem;
  }
  .fee-menu article.line-green{
    padding: 5rem 8rem 10rem;
  }

  .fee-menu article dl dt{
    padding: 0 2rem;
  }
  .fee-menu article dl dd{
    padding: 0 0 0 2rem;
  }
  span.fee-num{
    font-size: 5rem;
  }
  span.fee-en{
    font-size: 2rem;
  }
  span.fee-en::after{
    font-size: 1.4rem;
  }
  .btn-fee a{
    margin: 0 auto;
    font-size: 2.1rem;
  }
  .btn-fee a span{
    padding: 0 0 0 35%;
    background: url(../img/icon-contact.svg) no-repeat 60px center;
    background-size: 36px;
  }

  /* fee サブスク */
  .fee-sub{
    font-size: 2.1rem;
  }

  /* お客様の声 1000
  ------------------------*/
  #voice section{
    padding: 10rem 1.5rem 5rem;  
  }
  .voice-content{
    padding: 5rem 0 0;
  }
  .voice-content article.patch-or{
    flex-direction: row;
    padding: 2rem 4rem 2rem 2rem;
  }
  .voice-content article.patch-gr{
    padding: 5rem;
  }

  /* 女性レイアウト用 1000 */
  .voice-content article picture{
    width: 35%;
  }
  .voice-ttl{
    width: 65%;
    padding: 1.5rem 0 0 4rem;
  }

  /* 年齢 共通 1000 */
  .voice-content article h3{
    justify-content:flex-start;
    padding: 0 0 1rem;
  }
  .voice-content article h3 span:first-child{
    width: 8rem;
    font-size: 1.6rem;
  }
  /* コメント 共通 */
  .voice-content article h3 + p{
    font-size: 1.6rem;
    line-height:2;
  }
  .voice-content article.patch-or h3 + p{
    background-size:8px 100%,100% 2em;
  }
  .voice-content article.patch-gr h3 + p{
    background-size:8px 100%,100% 2em;
  }


  /* インストラクター 1000
  ------------------------*/
  .ir-ph-box {
    max-width: 25%;
  }
  .ir-introduce {
    padding: 0 0 0 12%;
  }
  .ir-introduce p{
    width: 90%;
  }
  .ir-name span {
    display: inline;
    padding-left: 2rem;
  }


  /* アクセス 1000
   ------------------- */
  #access {
    display: flex;
    padding: 5rem 1.5rem;
  }
  .access-content {
    width: 40%;
  }
  .access-info-box {
    width: auto;    
  }
  .access-info {
  /*   width: 50%;
   margin-left: calc( (100vw - 120rem) / 2 );*/
  }
  .access-info h2 {
    margin-bottom: 6rem;
  }
  .access-info dl {
    display: block;
    border-bottom: none;
    padding: 0 0 3rem;
  }
  .access-info dd {
    white-space: nowrap;
  }
  .map-sns-pc {
    display: block;
  }    
  .map-sns-sp {
    display: none;
  }  

  /* gmap 1000 */
  .access-map {
    width: 60%;
    padding: 0;
  }
  .gmap {
    padding-bottom: 100%;
  }




}



/*----------------------------------------------------
PC用 1200px以上
----------------------------------------------------*/

@media only screen and (min-width: 1200px) {

 /* ピラティスとは 1200
  ------------------------*/
  .pilates-cotent{
    padding: 10rem 0;
  }
  .pil-ttl div.pil-box h2 + p{
    font-size: 2.8rem;
  }

  /* 効果 1200 */
  .pil-dl dl dt span{
    width: 12rem;
    height: 12rem;
    padding: 4rem 0 0;
    font-size: 2.1rem;
  }
  .pil-dl dl dd{
    padding: 0 0 0 2.5rem;
    font-size: 2.1rem;
  }

}



/*----------------------------------------------------
PC用 1400px以上
----------------------------------------------------*/

@media only screen and (min-width: 1400px) {

  .note-spe-fv{
    top: -52%;
    left: 0;
  } 

  .note-spe-fv p img{
    width: 30rem;
    margin: 0;  
  }

  .spe-ol{
    padding: 2rem 0 1rem;
    order: 2;
  }

  .spe-ol ol li:nth-child(2){
    padding: 0 0 0 3rem;
  }
  .spe-ol ol li:last-child{
    padding: 0 0 0 3rem;
  }


  /* お悩み 1400
  ------------------------*/
  .case-list figure{
    padding: 1.5rem;
  }

  /* 施術例 1400
  ------------------------*/
  .case-example-list article div h3{
    font-size: 2.4rem;
  }
  .case-example-list article div h3 span:first-child{
    font-size: 1.6rem;
  }
  .case-example-list article div h3 + p{
    font-size: 1.8rem; 
  }

  /* ピラティスとは 1400
  ------------------------*/
  .pil-ttl div.pil-box {width: 49%;}
  .pil-ph{width: 51%;}

  /* 流れ 1400
  ------------------------*/
  .flow-list article{
    padding: 1.5rem 2rem 3rem;  
  }
  .flow-list article dl dt{
    font-size: 2.1rem;
  }


  /* アクセス 1400
  ------------------- */
  #access {
    padding: 5rem 0;
  }
  .access-info {
   margin-left: calc( (100vw - 120rem) / 2 );
  }
  .gmap {
    padding-bottom: 64%;
  }

}


@media only screen and (min-width: 1600px) {

  /* アクセス 1600
  ------------------- */
  .access-content {
    width: 44%;
  }
  .access-map {
    width: 56%;
  }
  .gmap {
    padding-bottom: 56.25%;
  }

}

@media only screen and (min-width: 1800px) {
  .note-spe-fv p img{
    width: 34rem;
  }

}