@charset "UTF-8";          /*ブレイクポイント1200px*/
/* CSS Document */


/*ヘッダー*/
.header {
  height: 90px;
  width: 100%;
 background-color: #fffffd;
}


.header-content-wrapper{
  max-width: 1580px;              /*1520px + padding30+30px*/
  margin: 0 auto;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.header-content-wrapper h1 {
  padding: 30px 0 0 30px;
  position: absolute;
  left: 0;
  font-size: 3rem;
  text-transform: capitalize;
}
.header-content-wrapper h1 a{
  text-decoration: none;
}

.header-content-wrapper nav {
    display: block;
    text-align: right;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    margin-top: 35px;
    line-height: 2rem;
  }
.header-content-wrapper nav li{
  border-right: 2px solid #333;
}
.header-content-wrapper nav li:nth-child(5) {
   border: none;
}

.header-content-wrapper nav li a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
    font-size: 1.8rem;
    text-transform: uppercase;
  }

.nav-contact {
  display: none;
}

@media screen and (max-width:1200px){
  
  body {
    padding-top: 90px;
  }
  .header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  }
}


@media screen and (max-width:768px){
  
  body {
    padding-top: 60px;
  }
   .header {
    height: 60px;
  }
  .header-content-wrapper h1 {
    padding: 20px 0 0 30px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:374px) {
  .header-content-wrapper h1 {
    font-size: 1.4rem;
  }
}



/*ハンバーガーメニュー*/
.openbtn {
  display: none;
}

@media screen and (max-width:1200px){
  
 /*========= ナビゲーションのためのCSS ===============*/
  
  
#g-nav{
     /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
	z-index: 999;
    /*ナビのスタート位置と形状*/
	top: 90px;
  right: -120%;
	width:100%;
  height: calc(100vh - 90px);/*ナビの高さ*/
	background: rgba(236,211,211,0.9);
    /*動き*/
	transition: all 0.3s;
}
  
  /*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
	right: 0;
}
  /*ナビゲーション*/
#g-nav ul {
    display: block;
    position: absolute;
    z-index: 999;
    top:80px;
    left:70px;
}
  .nav-contact {
    display: block;
    color: #333;
  }
 
  
  
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  display: block;
	position: relative;
	cursor: pointer;
  width: 45px;
  height:90px;
  margin: 0 30px 0 auto;
}
  
  /*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    height: 2px;
	background: #333;
  	width: 100%;
  }


.openbtn span:nth-of-type(1) {
  left: 0;
	top:30px;	
}

.openbtn span:nth-of-type(2) {
  left: 0;
	top:40px;
}
  .openbtn span:nth-of-type(2)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:2px;
	left:2px;
	color: #333;
	font-size: 1.3rem;
	text-transform: uppercase;
}
  
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-25deg);
}

.openbtn.active span:nth-of-type(2){
    transform: translateY(-6px) rotate(25deg);
}

.openbtn.active span:nth-of-type(2)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-25deg);
	top:5px;
  left: 10px;
	
}
  
  /*リストのレイアウト設定*/

#g-nav li{
  text-align: left;
  border: none;
}

#g-nav li a{
	padding:20px 0;
  display: inline-block;
 }

}



@media screen and (max-width:768px){
  
  #g-nav{
	top: 60px;
	width:100%;
  height: calc(100vh - 60px);/*ナビの高さ*/
    /*動き*/
	transition: all 0.3s;
}
  
  
  .openbtn {
    width: 30px;
    height: 60px;
  }
  
  
.openbtn span:nth-of-type(1) {
	top:20px;	
}
.openbtn span:nth-of-type(2) {
	top:27px;
}
  .openbtn span:nth-of-type(2)::after {
	left:0;
	color: #333;
	font-size: 0.9rem;
}
  
  
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(1px) rotate(-25deg);
}

.openbtn.active span:nth-of-type(2){
    transform: translateY(-6px) rotate(25deg);
}

.openbtn.active span:nth-of-type(2)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-25deg);
	top:5px;
  left: 7px;
	
 }
}



/*トップページ*/
.section-top {
  width: 100%;
  position: relative;
}
.section-top__image {
  width: 92vw;
  height: auto;
  background-image: url("../images/yoga/yoga_main.png");
  aspect-ratio: 177 / 70;            /*幅1770 * 高さ70*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-top h2 {
  position: absolute;
/*  font-size: 4rem;*/
  font-size: 3.2vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);        /*テキスト中央寄せ*/
  color: #FFF;
  font-family: 'Montserrat', sans-serif; 
  text-transform: uppercase;
}

.section-top h2 span {     /*フェードアップに必要*/
  display: block;
}

.section-top ul {
  writing-mode: vertical-rl;
  position: absolute;
  right: 3%;
  bottom:0;
  display: flex;
  list-style: none;
  line-height: 2rem;
}
.section-top li:first-child {
  border-bottom: 2px solid #333;
}
.section-top ul li a{
  text-decoration: none;
  padding: 30px 0;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
}



@media screen and (max-width:1200px){
  
  .section-top h2{
    font-size: 3rem;
  } 
}

@media screen and (max-width:768px){
  
  .section-top__image {
    width: 100%;
    height: 240px;
  }
  
  .section-top ul {
    right: 25px;
  }
  .section-top ul li a {
    padding: 15px 0;
    font-size: 1.5rem;
    color: #fff;
  }
  
  .section-top li:first-child {
  border-bottom: 2px solid #fff;
}
}




/*ヨガ*/
.section-yoga {
  padding: 220px 18.7% 0;
}

.yoga__wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
}

.yoga__image-wrapper {
  position: relative;
}

.yoga_img1 {
  width: 28.64vw;
height: 28.64vw;
  object-fit: cover;
  border-top-left-radius:18%;
  max-width: 600px;
  max-height: 600px;
}

.yoga_img2 {
  position: absolute;
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  left: -15%;
  bottom: -15%;
  max-width: 250px;
  max-height: 250px;
}

.sp-title {
  
  display: none;
  
}

.yoga__text-wrapper {
  
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.section-yoga__text {
  padding-right: 80px;
  text-align: left;
}
.section-yoga__text h3 {
  font-family: 'Montserrat', sans-serif; 
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 70px;
  font-size: 3rem;
}


@media screen and (max-width:1200px){
  
  .yoga__wrapper {
    
    display: block;
  }
  
  .sp-title {          /*見出し*/
    
    display: block;
    width: 100%;
    height: 28.64vw;
    position: relative;
  }
  
  .sp-title h3 {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase;
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  }
  
  .sp__image-wrapper {
    display: flex;
  }
  
  .yoga_img2 {
  position: absolute;
  width: 14vw;
  height: 14vw;
  left: -7vw;
  bottom: -4vw;
}
  
  .section-yoga__text {
    
    padding: 110px 30px 0;
  }
  
  .section-yoga__text h3 {
    
    display: none;
  }
  
  .section-yoga__text p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:768px){
  
  .section-yoga {
    
    padding:100px 0 0;
  }
  
  .yoga_img1{     /* 250 / 390*/
  width: 64.1vw;
  height: 64.1vw;
    max-width: 320px;
    max-height: 320px;
  }
  
  .yoga_img2 {
  position: absolute;
  width: 30vw;
  height: 30vw;
  max-width: 150px;
    max-height: 150px;
  left: -10vw;
  bottom: -8vw;
}
  
  .sp-title {
    max-height: 320px;
    height: 64.1vw;
    
  }
}





/*レッスン*/
.section-menu {
  padding: 220px 18.75% 140px;
}

.section-menu__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.section-menu h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 60px;
}

.section-menu__lesson-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15%;
  row-gap: 80px;
  margin-top: 40px
}

.lesson__image {
  width: 100%;
  aspect-ratio: 550 / 350;
  border-radius: 15px;
}

.lesson__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.lesson__text {
  text-align: left;
  margin-top: 30px;
  font-size: 1.4rem;
  padding: 0 10px;
}
.lesson__text h4 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #333333;
  margin-bottom: 30px;
}

.lesson__description span {
  display: block;
  margin: 20px 0 20px 120px;
  position: relative;
}
.lesson__description span::before {
  content: url("../images/yoga/point.png");    
  position: absolute; 
  left: -105px;
  top: -10px;
}
.section-menu__text {
  text-align: right;
  margin-top: 60px;
}

@media screen and (max-width:1200px){
  .section-menu {
  padding-top: 150px;
  }
.section-menu h3 {
  font-size: 2rem;
  padding-bottom: 60px;
}
  
  .section-menu__lesson-grid {
  grid-template-columns: 1fr;
/*  margin-top: 40px;*/
  margin: 20px auto 0;
  max-width: 500px;
}
}


@media screen and (max-width:768px){
  .section-menu {
  padding: 100px 30px 100px;
  }
  .section-menu h3 {
  padding-bottom: 30px;
}
  .section-menu__text {
  text-align: left;
  font-size: 1.4rem;
}
  .lesson__image {
  width: 100%;
  aspect-ratio: 550 / 350;
  border-radius: 10px;
}

.lesson__image img {
  border-radius: 10px;
}
  .lesson__text {
  margin-top: 15px;
}
  .lesson__text h4 {
  font-size: 1.6rem;
    margin-bottom: 15px;
    
}
  .section-menu__lesson-grid {
  row-gap: 60px;
/*  margin-top: 40px;*/
}

  .lesson__description span {
  margin: 20px 0 20px 100px;
}
.lesson__description span::before {
  top: -5px;
}
  

 }


/*料金*/


.section-menu__price {
  margin-top: 120px
}

.section-menu__price h3 {
  padding-bottom: 15px;
  border-bottom: 2px solid #333333;
  margin-bottom: 60px;
}


.lesson-price__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15%;
  row-gap: 40px;
}
.lesson-price {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.price {
  width: 150px;
}

@media screen and (max-width:1200px){
  .lesson-price__wrap {
  grid-template-columns: 1fr;
  column-gap: 15%;
  row-gap: 40px;
    max-width: 500px;
    margin: 0 auto;
}
}


@media screen and (max-width:768px){
  .lesson-price {
  font-size: 1.5rem;
}
 }






/*お客様の声*/

.section-voice {
  background-color: #fade9f;
  padding: 40px 18.75% 80px;        
}
.section-voice h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 120px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-voice ul {
  list-style: none;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.section-voice ul li{
  width: 280px;
  margin-right: auto;
  padding-right: 40px;
}
.section-voice ul li:last-child{
  margin-right: 0;
  padding-right: 0;
  width: 240px
}
.section-voice ul li img{
  height: 50px;
  margin-bottom: 45px;
}
.section-voice ul li div{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.section-voice ul li p {
  font-size: 1.4rem;
  text-align: left;
}


  
@media screen and (max-width:1200px){
  
  
  
  .section-voice h3 {
    font-size: 2rem;
    padding-bottom: 60px;
  }
  
  .section-voice ul {
    max-width: inherit;
    width: 100%;
    display: block;
  }
  
  .section-voice ul li {
    
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 500px;
  }
  
  .section-voice ul li:last-child {
    
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 500px;
  }
}


@media screen and (max-width:768px){
  
   .section-voice {
    padding: 30px;
  }
  
}


  
/*voice装飾ウェーブ*/
.wave1{
    background-color: #fffffd;
    width: 100%;
    height: 160px;
    position: relative;
}
.wave1::after{
    content: "";
    background-image: url("../images/yoga/wave1_yoga.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
}
  
.wave2{
    background-color: #fffffd;
    width: 100%;
    height: 160px;
    position: relative;
}
.wave2::after{
    content: "";
    background-image: url("../images/yoga/wave2_yoga.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (max-width:768px){
  .wave1 {
    height: 100px;
  }
  .wave1::after {
    height: 100px;
  }
  
  .wave2 {
    height: 100px;
  }
  .wave2::after {
    height: 100px;
  }
}
  
  
  
  
  

/*インストラクター*/
/* ３人以下の場合
.section-instructor {
  padding: 0 18.75% 120px;       
  margin-top: 140px;
}
.section-instructor h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-instructor ul {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section-instructor ul li {
  width: 200px;
  display: inline-block;
}


.section-instructor img{
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
.section-instructor__text {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.section-instructor__text h4{
  font-size: 2rem;
  font-weight: normal;
  margin-top: 20px;
  
}
.instructor-more a{
  font-family:  'Montserrat', sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  margin-top: 60px;
}

.instructor-more {
  text-align: right;
  max-width: 1200px;
  margin: 60px auto 0;
}



@media screen and (max-width:1200px){
  
  .section-instructor h3 {
    font-size: 2rem;
    padding-bottom: 60px;
  }
  
    
  .section-instructor img {
    width: 130px;
    height: 130px;
}
  
  .section-instructor__text h4{
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .instructor-more a {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}


@media screen and (max-width:768px){
  
  .section-instructor {
    
    padding: 0 30px 70px;
    margin-top: 50px;
  }
  
  .section-instructor ul {
    display: block;
  }
  
  .section-instructor ul li {
    width: 100%;
    margin-top: 40px;
  }
  
  .section-instructor ul li:first-child {
    margin-top: 0;
  }
  .instructor-more {
    margin-top: 40px;
  }
  
   .section-instructor img {
    width: 140px;
    height: 140px;
  }

}
*/
  
.section-instructor {
  padding: 0 18.75% 120px;       
  margin-top: 140px;
}
.section-instructor h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-instructor ul {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-instructor ul li {
  width: 50%;
  display: inline-block;
  margin-top: 60px;
}

/*
3人
.section-instructor ul li {
  width: 33%;                 
  display: inline-block;
  margin-top: 60px;
}
*/


.section-instructor img{
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
.section-instructor__text {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.section-instructor__text h4{
  font-size: 2rem;
  font-weight: normal;
  margin-top: 20px;
  
}
.section-instructor__text h4 a{
 text-decoration: none;
  
}
.instructor-more a{
  font-family:  'Montserrat', sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  margin-top: 60px;
}

.instructor-more {
  text-align: right;
  max-width: 1200px;
  margin: 60px auto 0;
}



@media screen and (max-width:1200px){
  
  .section-instructor h3 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  
  .section-instructor ul {
    max-width: 600px;
  }
  
  
  .section-instructor ul li {
    margin-top: 40px;
  }
    
  .section-instructor img {
    width: 130px;
    height: 130px;
}
  
  
  .section-instructor__text h4{
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .instructor-more a {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}


@media screen and (max-width:768px){
  
  .section-instructor {
    
    padding: 0 30px 70px;
    margin-top: 50px;
  }
  
  .section-instructor ul {
    display: block;
  }
  
  .section-instructor ul li {
    width: 100%;
  }
  
  
  .instructor-more {
    margin-top: 40px;
  }
  
  .section-instructor img {
    width: 140px;
    height: 140px;
  }

}




/*スケジュール*/
.section-schedule {
  padding: 100px 18.75% 220px;        
}
.section-schedule h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.schedule-wrapper{                                    
  width: 100%;
  overflow-x: scroll;
}
.section-schedule__week {
  table-layout: fixed;
  width: 1260px;
  margin: 0 auto;
  font-size: 1.8rem;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.section-schedule__week th{
  text-transform: capitalize;
  padding: 23px 0;
}
.section-schedule__week th:last-child {
  color: #3333cc;
}
.section-schedule__week td {
  padding: 23px 0;
}
.section-schedule__week td p {
  font-size: 1.5rem;
}
.aroma {
  font-size: 1.4rem!important;
  line-height: 1.2;
}
.time {
  width: 180px;
  text-align: center;
  
  /*border-right: 2px solid #333; */
  
  position: sticky;
  left: 0;
  color: #333;
  background: #fffffd;
}

  .time:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: 2px solid #333;
  }


.section-schedule__week th:first-child {
  border-right: none;
}
.section-schedule__week p{
  display: inline-block;
}

/*スケジュールのインストラクター*/

.miyuki {
  color: #b3ddd2;
  font-size: 2rem;
}

.mei {
  color: #9b78b8;
  font-size: 2rem;
}


.tomoe {
  color: #fcbb3c;
  font-size: 2rem;
}

.miho {
  color: #ec7079;
  font-size: 2rem;
}

.taka {
  color: #91c4e8;
  font-size: 2rem;
}
.yumi {
  color: #00D04A;
  font-size: 2rem;
}

.section-schedule__text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 30px auto 0;
  width: 80%;
  max-width: 600px;
}

.section-schedule__text p{
  display: inline-block;
  font-size: 1.8rem;
}

/*更新まで*/
.skd-p {
  font-size: 1.4rem;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}



@media screen and (max-width:1200px){
  
  .section-schedule h3  {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  
  .section-schedule__week {
    font-size: 1.5rem;
    width: 960px;
  }
  
  .section-schedule__week th {
    padding: 13px 0;
  }
  
  .section-schedule__week td {
    padding: 13px 0;
  }
  .section-schedule__week td p {
    font-size: 1.2rem;
  }
  .aroma {
  font-size: 1.1rem!important;
}
  
  
  .time {
    width: 150px;
  }
  
  /*スケジュールのインストラクター*/

.miyuki {
  font-size: 1.5rem;
}
  .yuki {
  font-size: 1.5rem;
  }
  .tomoe {
  font-size: 1.5rem;
}
  .miho {
  font-size: 1.5rem;
  }
   .taka  {
  font-size: 1.5rem;
  }
   .yumi  {
  font-size: 1.5rem;
  }
   .section-schedule__text p {
    font-size: 1.5rem;
  }
  
    /*更新まで*/
.skd-p {
  font-size: 1.2rem;
}
  
}


@media screen and (max-width:768px){
  
  .section-schedule {
    padding: 80px 0 150px 30px;
  } 
  .time {
    width: 130px;
  }
  .section-schedule__text {
  grid-template-columns: 1fr 1fr;
  max-width: 400px;
    margin-top: 20px;
}

  
}

@media screen and (max-width:374px){
  
  .section-schedule__text p {
    font-size: 1.2rem;
  }
  
}



/*スタジオ*/
.section-studio {
  padding: 0 18.75% 220px;        
}
.section-studio h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-studio__text {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  height: 26px;

}
.section-studio p{
  font-size: 1.8rem;
  display: inline;
  position: absolute;
  left: 0;
}
.section-studio a{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  position: absolute;
  right: 0;
}
.section-studio a:visited{
  color: #333;
}




@media screen and (max-width:1200px){
  
  .section-studio h3 {
    font-size: 2rem;
    padding-bottom: 60px;
  }
  
  .section-studio__text {
    height: auto;
  }
  
  .section-studio p {
    font-size: 1.5rem;
    display: block;
    position: static;
    text-align: left;
    padding-bottom: 40px;
  }
  
  .studio-more {
    text-align: right;
  }
  .section-studio a {
    font-size: 1.4rem;
    position: static;
  }
}


@media screen and (max-width:768px){
  
  .section-studio {
    padding: 0 30px 100px;
  }
  
}



/*フッター*/
.footer {
  background-color: #fade9f;
}


/*フッターウェーブ*/
.wave__footer {
    background-color: #fffffd;
    width: 100%;
    height: 150px;
    position: relative;
}
.wave__footer::after{
    content: "";
    background-image: url("../images/yoga/wave_footer_yoga.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width:768px) {
  .wave__footer {
    height: 80px;
  }
  .wave__footer::after {
    height: 80px;
  }
}






