@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  background-color: #FFFFF8;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  color: #435243;
  font-family: source-han-sans-cjk-ja, sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.5em;
  line-height: 2.4rem;
  background-color: #FFFFF8;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  color: #0F2E26;
  text-decoration: none;
}
a:hover {
  color: #6F8852;
}
a:active {
  color: #6F8852;
}
ul {
  list-style: none;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #6f8852;
  z-index: 9999999;
  align-items: center;
}
#loading__fade {
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading__fade img {
  width: 370px;
  height: 374px;
}
header {
  position: relative;
  height: 70px;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  z-index: 100;
  top: -25px;
}
.header-pc-container {
  background-color: #fffff8;
  width: 100%;
  height: 70px;
  opacity: 0.96;
}
.header-pc {
  position: fixed;
  background-color: #fffff8;
  width: 100%;
  max-width: 2500px;
  height: 70px;
  z-index: 25;
  top: 0;
}
h1 {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  width: 150px;
  letter-spacing: 3px;
  margin-left: 20px;
}
h1 span {
  font-size: 1.2rem;
}
h2, h3 {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 200;
}
.header__title {
  position: absolute;
  margin-top: 10px;
}
.header-nav {
  font-size: 1.4rem;
  display: flex;
  position: absolute;
  right: 20px;
}
.header-nav li {
  padding-right: 20px;
}
.header-nav li:last-child {
  padding-right: 0;
}
.header-nav__list {
  margin-top: 25px;
}
.header-nav__icon {
  margin-top: 27px;
}
.header-nav__icon path {
  fill: #0F2E26;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header-nav__icon a:hover path {
  fill: #6F8852;
}
.header-sp {
  display: none;
}
.reservation-button {
  margin-top: 8px;
}
.reservation-button p {
  padding-right: 5px;
  width: 100%;
  height: 100%;
  letter-spacing: 2px;
}
.btn path, .btn-m path, .btn-l path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.btn:hover span path, .btn-m:hover span path, .btn-l:hover span path {
  fill: #B59474;
}
.btn span, .btn-m span, .btn-l span {
  display: flex;
  align-items: center;
}
.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  color: #fffff8;
  background-color: #B59474;
  padding: 15px 40px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}
.btn span, .btn-m span, .btn-l span {
  position: relative;
  z-index: 3;
  color: #fffff8;
}
.btn:hover span, .btn-m:hover span, .btn-l:hover span {
  color: #B59474;
}
.btn-m {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  color: #fffff8;
  background-color: #B59474;
  padding: 20px 120px;
  text-align: center;
  outline: none;
  transition: ease .3s;
  letter-spacing: 3px;
}
.btn-l {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  color: #fffff8;
  background-color: #B59474;
  padding: 15px 120px;
  text-align: center;
  outline: none;
  transition: ease .3s;
  letter-spacing: 3px;
}
.bgtop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fffff8;
  width: 100%;
  height: 0;
  transition: .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.bgtop:hover:before {
  height: 100%;
  background-color: #fffff8;
  border: solid 1px #B59474;
  border-radius: 50px;
}
.section-top, .section-introduction, .section-healthyyoga, .section-poweryoga, .section-effect, .section-instructor, .section-access, .section-ig {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.section-top__spimg {
  display: none;
}
.section-top__pcimg {
  display: block;
}
.section-top img {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.section-top__title {
  position: absolute;
  top: 50px;
  left: 50%;
}
.section-top__description {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fffff8;
  line-height: 3rem;
  text-shadow: 2px 2px 4px rgba(111, 136, 82, 0.5);
  letter-spacing: 3px;
}
.title-space {
  letter-spacing: 0;
  font-size: 2rem;
}
.section-introduction img {
  position: absolute;
}
.section-introduction__mandala {
  width: 130px;
  margin: 50px auto 0;
}
.section-introduction__mandala {
  width: 130px;
}
.section-introduction__leafleft1 {
  left: 0px;
  top: -100px;
  width: 200px;
}
.section-introduction__leafright1 {
  right: 0px;
  top: -100px;
  width: 200px;
}
.section-introduction h2 {
  font-weight: 600;
  color: #B59474;
  font-size: 2.4rem;
  letter-spacing: 8px;
  width: 690px;
  margin: 0 auto;
  padding-top: 180px;
  text-align: center;
}
.introduction1 {
  font-size: 3.4rem;
}
.section-introduction p {
  text-align: center;
}
.section-introduction__description {
  width: 600px;
  margin: 50px auto 0;
  line-height: 35px;
}
.section-introduction__leafleft2 {
  left: 0px;
  bottom: -130px;
  width: 200px;
  z-index: 2;
}
.section-introduction__leafright2 {
  right: 0px;
  bottom: -130px;
  width: 200px;
}
.section-healthyyoga {
  margin-top: 100px;
}
.section-healthyyoga-sp {
  display: none;
}
.section-healthyyoga-pc {
  display: block;
}
.section-healthyyoga__top {
  position: relative;
  z-index: 1;
}
.section-healthyyoga__bgimg {
  position: relative;
}
.section-healthyyoga__bgimgsp {
  display: none;
}
.section-healthyyoga__bgimg, .section-healthyyoga__bgimg img {
  position: absolute;
  width: 640px;
  height: 520px;
  top: 20px;
  right: 2%;
}
.section-healthyyoga__description {
  position: absolute;
  color: #FFFFF8;
  font-weight: 500;
  top: 80px;
  left: 130px;
}
.section-healthyyoga__description h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
}
.section-healthyyoga__description h2 span {
  font-size: 1.6rem;
}
.section-healthyyoga__description p {
  width: 90%;
  width: 395px;
  line-height: 3rem;
  margin-top: 50px;
}
.section-healthyyoga__description ul {
  margin-top: 35px;
  font-size: 1.5rem;
}
.section-healthyyoga__description ul li {
  margin-top: 15px;
}
.section-healthyyoga__img1 {
  position: absolute;
  width: 480px;
  height: 320px;
  left: 10px;
}
.section-healthyyoga__img2 {
  position: absolute;
  width: 180px;
  height: 235px;
  top: 340px;
  left: 64px;
}
.section-healthyyoga__img3 {
  position: absolute;
  width: 170px;
  height: 150px;
  top: 340px;
  left: 310px;
}
.section-healthyyogalist {
  width: 100%;
  margin: 0 auto;
  padding-top: 350px;
}
.section-healthyyogalist__listsp {
  display: none;
}
.section-healthyyogalist__list {
  padding: 200px 0 80px;
  background-color: #FBF8F4;
}
.section-healthyyogalist__listpc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 120px auto 0;
  width: 1010px;
}
.section-healthyyogalist__listpc li {
  background-color: #FFFFF8;
  width: 320px;
  margin: 0 25px 10px 0;
  padding: 30px 30px 40px;
  box-shadow: 3px 3px 7px rgba(111, 136, 82, 0.1);
}
.section-healthyyogalist__listpc li:last-child {
  margin-right: 0;
}
.section-healthyyogalist__listpc h3 {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.mandala-icon, .mandala-icon img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.lesson-img {
  width: 260px;
  height: 160px;
  object-fit: cover;
  margin: 20px auto 0;
}
.section-healthyyogalist__listpc ul li h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #A1815B;
  margin: 20px auto 0;
}
.section-healthyyogalist__title1 {
  width: 140px;
  color: #A1815B;
  margin: 20px auto 0;
}
.section-healthyyogalist__title2 {
  width: 100px;
  color: #A1815B;
  margin: 20px auto 0;
}
.section-healthyyogalist__list ul li p {
  margin-top: 30px;
}
.contact {
  width: 460px;
  margin: 70px auto 0;
}
.contact-p1 {
  width: 160px;
  margin: 0 auto;
  position: relative;
}
.contact-p1::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #435243;
  position: absolute;
  top: 12px;
  left: -38px;
  transform: rotate(-133deg);
}
.contact-p1::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #435243;
  position: absolute;
  top: 2px;
  left: -40px;
  transform: rotate(-125deg);
}
.contact-p2 {
  width: 255px;
  margin: 20px auto 0;
  position: relative;
}
.contact-p2::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #435243;
  position: absolute;
  top: -110px;
  right: 11px;
  transform: rotate(133deg);
}
.contact-p2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #435243;
  position: absolute;
  top: -120px;
  right: 8px;
  transform: rotate(125deg);
}
.section-poweryoga {
  margin-top: 80px;
  position: relative;
}
.section-poweryogapc {
  display: block;
}
.section-poweryogasp {
  display: none;
}
.section-poweryoga__img1, .section-poweryoga__img1 img {
  width: 480px;
  height: 320px;
  z-index: 10;
  position: absolute;
  right: 20px;
}
.section-poweryoga__img2, .section-poweryoga__img2 img {
  width: 270px;
  height: 185px;
  position: absolute;
  z-index: 10;
  right: 70px;
  top: 180px;
}
.section-poweryoga__bgimg, .section-poweryoga__bgimg img {
  position: absolute;
  width: 630px;
  height: 477px;
  top: 20px;
  left: 20px;
}
.section-poweryoga__bgimgsp {
  display: none;
}
.section-poweryoga__description {
  position: absolute;
  color: #FFFFF8;
  font-weight: 500;
  top: 80px;
  left: 100px;
}
.section-poweryoga__description h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
}
.section-poweryoga__description h2 span {
  font-size: 1.6rem;
}
.section-poweryoga__description p {
  width: 395px;
  line-height: 3rem;
  margin-top: 50px;
}
.section-poweryoga__description ul {
  margin-top: 35px;
  font-size: 1.5rem;
}
.section-poweryoga__description ul li {
  margin-top: 15px;
}
.section-poweryogalist {
  margin-top: 400px;
  width: 100%;
}
.section-poweryogalist__list {
  padding: 150px 0 80px;
  background-color: #FBF8F4;
}
.section-poweryogalist__listpc {
  display: flex;
  margin: 120px auto 0;
  width: 715px;
}
.section-poweryogalist__listpc li {
  background-color: #FFFFF8;
  width: 320px;
  margin-right: 75px;
  padding: 30px 30px 60px;
  box-shadow: 3px 3px 7px rgba(111, 136, 82, 0.1);
}
.section-poweryogalist__listpc li:last-child {
  margin-right: 0;
}
.section-poweryogalist__listpc li h3 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #A1815B;
  margin: 20px auto 0;
}
.section-poweryogalist__title1 {
  width: 160px;
}
.section-poweryogalist__title2 {
  width: 140px;
}
.section-poweryogalist__listpc li p {
  margin-top: 30px;
}
.section-poweryogalist__listsp {
  display: none;
}
.section-effect {
  margin-top: 90px;
  position: relative;
}
.section-effect__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 550px;
  height: 550px;
  margin: 160px auto;
}
.section-effect h2 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 8px;
  width: 720px;
  margin: 0 auto;
}
.section-effect h2 span {
  font-size: 3.6rem;
}
.section-effect__list {
  display: flex;
}
.effectlist1, .effectlist3 {
  width: 690px;
  margin: 100px auto 0;
}
.effectlist2 {
  margin: 100px auto 0;
  width: 970px;
}
.section-effect__list li {
  width: 290px;
}
.effectlist1 li, .effectlist3 li {
  margin-right: 150px;
}
.section-effect__list li:last-child {
  margin-right: 0;
}
.section-effect__list li p {
  width: 250px;
  margin-left: 20px;
  margin-right: 0;
}
.effectlist2 li {
  margin-right: 50px;
}
.section-effect__list h3 span {
  font-family: "Snell Roundhand", renata, sans-serif;
  font-size: 4.8rem;
  color: #B59474;
  letter-spacing: 5px;
}
.section-effect__list h3 {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: #6F8852;
  width: 270px;
}
.section-effect__list p {
  color: #435243;
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 2.5rem;
}
.section-instructor {
  margin-top: 150px;
  position: relative;
}
.section-instructor__icon, .section-instructor__icon img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.section-instructor h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #B59474;
  letter-spacing: 5px;
  width: 116px;
  margin: 30px auto 0;
}
.section-instructor__container {
  display: flex;
  width: 940px;
  margin: 50px auto 0;
}
.section-instructor__blog {
  position: relative;
  z-index: 80;
}
.blog-link-text {
  border-bottom: solid 1px #435243;
}
.section-instructor__img {
  margin-right: 70px;
  position: relative;
}
.section-instructor__imgpc, .section-instructor__imgpc img {
  width: 420px;
  height: 400px;
}
.section-instructor__imgsp {
  display: none;
}
.section-instructor__blog path {
  fill: #435243;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.section-instructor__blog a:hover path {
  fill: #6F8852;
}
.section-instructor__img p {
  margin-top: 30px;
}
.section-instructor__description-titleimg {
  width: 270px;
  object-fit: cover;
}
.section-instructor__description-titlename {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 5px;
  margin-top: -30px;
}
.section-instructor__description__name {
  font-size: 1.2rem;
  margin-top: 10px;
  letter-spacing: 3px;
}
.section-instructor__description__text {
  margin-top: 40px;
  width: 450px;
  line-height: 2.7rem;
}
.section-instructor__description ol {
  list-style: none;
  margin-top: 40px;
}
.section-instructor__description ol li {
  margin-top: 10px;
}
.section-instructor__bgmandala, .section-instructor__bgmandala img {
  width: 350px;
  height: 550px;
}
.section-instructor__bgmandala {
  position: absolute;
  top: 500px;
  left: 0px;
}
.section-instructor__img2, .section-instructor__img2 img {
  width: 560px;
  height: 360px;
}
.section-instructor__img2 {
  position: absolute;
  bottom: -455px;
  left: 60px;
}
.section-instructor__imglist {
  display: flex;
  align-items: baseline;
  position: absolute;
  bottom: -635px;
}
.section-instructor__img3, .section-instructor__img3 img, .section-instructor__img4, .section-instructor__img4 img {
  width: 180px;
  height: 150px;
}
.section-instructor__img3 {
  margin-left: 220px;
}
.section-instructor__img4 {
  margin-left: 40px;
}
.section-instructor__img5, .section-instructor__img5 img {
  width: 260px;
  height: 350px;
}
.section-instructor__img5 {
  margin-left: 30px;
}
.section-instructor__blogsp, .section-instructor__imgblogsp, .section-instructor__imgcontainersp {
  display: none;
}
.section-access {
  margin-top: 700px;
  padding-top: 50px;
}
.section-access h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #B59474;
  letter-spacing: 5px;
}
.section-access__titlesp {
  display: none;
}
.section-access__titlepc {
  display: block;
}
.section-access__container {
  display: flex;
  align-items: center;
  width: 766px;
  margin: 0 auto;
}
address {
  font-style: normal;
  margin-top: 50px;
}
.section-access__address-p {
  font-size: 1.6rem;
}
.section-access__address-tel {
  font-size: 2.2rem;
  margin-top: 20px;
  letter-spacing: 3px;
}
.section-access__address-tel svg {
  margin-right: 5px;
}
.section-access__address-tel path {
  fill: #B59474;
}
.section-access__address-notice1 {
  font-size: 1.4rem;
  margin-top: 50px;
}
.section-access__address-notice2 {
  font-size: 1.2rem;
}
.section-access__img {
  margin-left: 70px;
}
.section-access__img, .section-access__img img {
  width: 420px;
  height: 300px;
}
.section-access__map {
  margin-top: 70px;
}
.section-access__maptext {
  width: 140px;
  margin-left: 85%;
}
.section-access__maptext a {
  display: flex;
  align-items: center;
  width: 140px;
  font-size: 1.2rem;
}
.section-access__maptext a svg {
  margin-right: 3px;
}
.section-access__maptext path {
  fill: #435243;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.section-access__maptext a:hover path {
  fill: #6F8852;
}
.section-ig {
  margin-top: 80px;
}
.section-ig__icon, .section-ig__icon img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.section-ig h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #B59474;
  width: 205px;
  margin: 40px auto 0;
  letter-spacing: 5px;
}
.section-ig__pc {
  display: block;
  width: 800px;
  margin: 50px auto 0;
}
.section-ig__tb, .section-ig__sp {
  display: none;
}
.ig-btn {
  width: 340px;
  margin: 100px auto 0;
}
.ig-btnsp {
  display: none;
}
.ig-btn a img {
  margin-left: 10px;
}
.btn-ig span {
  display: flex;
  align-items: center;
}
.ig-btn path {
  fill: #435243;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.ig-btn a:hover path {
  fill: #fffff8;
}
.btn-ig {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border: solid 1px #435243;
  border-radius: 30px;
  padding: 15px 50px;
  text-align: center;
  outline: none;
  transition: ease .2.5s;
}
.btn-ig p {
  padding-right: 5px;
}
.btn-ig span {
  position: relative;
  z-index: 3;
  color: #435243;
}
.btn-ig:hover span {
  color: #fffff8;
}
.bgtop-ig:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #435243;
  width: 100%;
  height: 0;
  transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.bgtop-ig:hover:before {
  height: 100%;
  background-color: #435243;
}
.section-qa {
  width: 100%;
  background-color: #FBF8F4;
  margin-top: 80px;
  padding-bottom: 90px;
}
.section-qa h2 {
  font-weight: 600;
  padding-top: 80px;
  font-size: 2.4rem;
  letter-spacing: 5px;
  width: 175px;
  margin: 0 auto;
}
.section-qa ul {
  font-size: 1.6rem;
}
.section-qa h3 {
  font-family: source-han-sans-cjk-ja, sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #435243;
}
.qa-q {
  margin-right: 10px;
  font-family: source-han-serif-japanese, serif;
}
.box-a {
  margin-right: 10px;
  font-family: source-han-serif-japanese, serif;
}
.accordion-area {
  list-style: none;
  width: 75%;
  max-width: 800px;
  margin: 60px auto 0;
}
.accordion-area li {
  margin: 10px 0;
  box-shadow: 3px 3px 7px rgba(111, 136, 82, 0.1)
}
.accordion-area section {
  background-color: #fffff8;
}
.title {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #6F8852;
}
.title::before {
  top: 48%;
  right: 26px;
  transform: rotate(45deg);
}
.title::after {
  top: 48%;
  right: 20px;
  transform: rotate(-45deg);
}
.title.close::before {
  transform: rotate(-45deg);
}
.title.close::after {
  transform: rotate(45deg);
}
.box {
  display: none;
  margin: 0 3% 10px 3%;
  padding: 1% 30px 3%;
}
.answer {
  color: #6F8852;
  display: flex;
}
.section-notice-sp {
  display: none;
}
.section-notice {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/notice-5.jpg");
}
.section-notice {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.section-notice__fee-container {
  position: absolute;
  width: 100%;
  top: 200px;
}
.section-notice__fee {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 248, 0.90);
  width: 850px;
  margin: auto;
  padding-bottom: 60px;
}
.section-notice__fee h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #B59474;
  padding-top: 70px;
  letter-spacing: 5px;
  width: 175px;
  margin: 0 auto;
}
.section-notice__trial {
  display: flex;
  align-items: center;
  width: 370px;
  margin: 30px auto 0;
}
.section-notice__trial p {
  font-size: 2.4rem;
  margin-left: 20px;
  letter-spacing: 3px;
  width: 270px;
}
.section-notice__trial-text {
  font-size: 1.4rem;
  margin: 20px auto 0;
  width: 425px;
}
.section-notice__circle {
  width: 70px;
  border: 1px solid #435243;
  padding: 10px;
  border-radius: 40px;
}
.section-notice__circle p {
  font-size: 1.6rem;
  margin-left: 6px;
  width: 40px;
}
.section-notice__text1 {
  display: flex;
  font-size: 1.8rem;
  margin: 20px auto 0;
  border-top: 1px solid #A4AE9C;
  border-bottom: 1px solid #A4AE9C;
  width: 700px;
  padding: 20px 0 20px 60px;
  letter-spacing: 3px;
  font-weight: 600;
}
.section-notice__text1-time {
  margin-right: 182px;
}
.section-notice__tickets {
  display: grid;
  grid-template-columns: 230px 470px;
  grid-template-rows: 60px 60px;
  grid-column-start: 1;
  grid-column-end: 4;
  font-size: 1.8rem;
  width: 700px;
  letter-spacing: 3px;
  margin: 0 auto;
  border-bottom: 1px solid #A4AE9C;
  font-weight: 600;
}
.section-notice__tickets-title {
  padding: 45px 0 0 55px;
}
.section-notice__tickets5 {
  display: flex;
  flex-direction: row;
  grid-column-start: 2;
  grid-column-end: 2;
  border-bottom: 1px solid #A4AE9C;
  padding: 18px 0 0 20px;
}
.section-notice__tickets5-count {
  padding-right: 50px;
}
.section-notice__tickets10-count {
  padding-right: 35px;
}
.section-notice__tickets10 {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  grid-column-start: 3;
  grid-column-end: 2;
  padding: 15px 0 0 10px;
}
.section-notice__tickets5-price span {
  font-size: 1.4rem;
  padding-left: 13px;
}
.section-notice__tickets10-price span {
  font-size: 1.4rem;
  padding-left: 3px;
  letter-spacing: 2px;
}
.br-sp {
  display: none;
}
.section-notice__notice {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  width: 575px;
  margin: 30px auto 0;
  letter-spacing: 2px;
  line-height: 25px;
}
.reservation-button2 {
  display: block;
  width: 445px;
  margin: 50px auto;
  background-color: #B59474;
  border-radius: 50px;
}
.reservation-button2 a {
  display: flex;
  color: #FFFFF8;
  padding: 30px 120px;
}
.reservation-button2 p {
  padding-right: 5px;
  width: 100%;
  height: 100%;
  letter-spacing: 3px;
}
.space {
  height: 500px;
}
.space2 {
  height: 150px;
}
.section-notice__measures-border {
  position: relative;
  width: 850px;
  height: 545px;
  padding: 10px 10px;
  padding-bottom: 70px;
  margin: 550px auto 0;
  border: 2px solid #fffff8;
}
.section-notice__measures {
  position: absolute;
  background-color: rgba(255, 255, 248, 0.90);
  width: 825px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.section-notice__measures h3 {
  padding-top: 70px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  letter-spacing: 5px;
}
.section-notice__measures-list {
  width: 555px;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 20px;
}
.section-notice__measures ul li {
  position: relative;
  margin-bottom: 20px;
}
.section-notice__measures ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -2rem;
  width: 15px;
  height: 8px;
  border-left: 2px solid #B59474;
  border-bottom: 2px solid #B59474;
  transform: rotate(-45deg);
}
.section-notice__mandala-topleft, .section-notice__mandala-topleft img, .section-notice__mandala-topright, .section-notice__mandala-topright img, .section-notice__mandala-bottomleft, .section-notice__mandala-bottomleft img, .section-notice__mandala-bottomright, .section-notice__mandala-bottomright img {
  width: 60px;
  height: 60px;
  position: absolute;
}
.section-notice__mandala-topright {
  transform: rotate(90deg);
  right: 0;
}
.section-notice__mandala-bottomleft {
  transform: rotate(-90deg);
  bottom: 0;
  left: 0;
}
.section-notice__mandala-bottomright {
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}
footer {
  position: absolute;
  background-color: #6F8852;
  color: #fffff8;
  width: 100%;
  padding-top: 60px;
}
.footer__container {
  position: static;
}
footer h2 {
  font-size: 3rem;
  letter-spacing: 10px;
  text-align: center;
  line-height: 3.5rem;
}
footer h2 span {
  font-size: 1.8rem;
}
footer address {
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 40px;
  text-align: center;
}
.footer__tel {
  margin-top: 30px;
}
.footer__tel svg {
  margin-right: 5px;
}
.footer__tel a {
  font-size: 2.8rem;
  color: #fffff8;
  letter-spacing: 5px;
}
.footer__tel path {
  fill: #fffff8;
}
.footer__tel-notice {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B59474;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  color: #fffff8;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.5rem;
  transition: all 0.3s;
}
#page-top a:active {
  background: #435243;
}
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  transform: translateX(100px);
}
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
small {
  display: block;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  max-width: 1050px;
  margin: 80px auto 0;
  padding-bottom: 10px;
}
@media(max-width:1020px) {
  header {
    top: 0;
  }
  #g-nav {
    display: none;
  }
  .header-pc-container {
    display: none;
  }
  .header-sp {
    display: block;
  }
  .header-menu-sp {
    font-weight: 600;
  }
  #g-nav-sp.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #6F8852;
    transform: scale(0);
    top: -50px;
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  .header-menu-sp {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav-sp.panelactive .header-menu-sp {
    display: block;
  }
  #g-nav-sp ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav-sp.panelactive ul {
    opacity: 1;
  }
  .header-nav__list {
    margin: 0 auto;
  }
  .header-nav__icon {
    margin: 27px auto;
  }
  .reservation-button {
    margin: 0 auto;
  }
  .header-nav__tel {
    margin: 0 auto;
  }
  .header-nav__title {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  #g-nav-sp li {
    text-align: center;
    list-style: none;
    margin-bottom: 25px;
    width: 265px;
    font-size: 1.5rem;
  }
  #g-nav-sp li a {
    color: #fffff8;
    text-decoration: none;
    text-transform: uppercase;
  }
  .g-nav__close {
    display: none;
    color: #fffff8;
    font-size: 0.9rem;
    position: absolute;
    top: 60px;
    right: 20px;
  }
  .g-nav__close.panelactive {
    display: block;
  }
  .header-nav__icon img {
    margin-top: 0;
  }
  .reservation-button {
    width: 250px;
  }
  .reservation-button a {
    padding: 16px 35px;
  }
  .reservation-button a span p {
    letter-spacing: 1px;
  }
  .header-nav__tel {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .header-nav__tel svg {
    margin-right: 5px;
  }
  .header-nav__tel path {
    fill: #fffff8;
  }
  .header-nav__icon path {
    fill: #fffff8;
    -webkit-transition: fill 0.3s ease-out;
    -moz-transition: fill 0.3s ease-out;
    -o-transition: fill 0.3s ease-out;
    -ms-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
  .openbtn1 {
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 6px;
    background: #AF9578;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 30px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 16px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 24px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 32px;
  }
  .openbtn1 span:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(3)::after {
    content: "close";
    transform: translateY(0) rotate(-45deg);
    top: 15px;
    left: 18px;
  }
  .reservation-button {
    width: 270px;
  }
  .contact {
    width: 260px;
    margin: 70px auto 0;
  }
  .contact-p2 {
    width: 255px;
  }
  .section-healthyyoga__description {
    left: 28%;
  }
  .section-poweryoga__description {
    left: 8%;
  }
  .section-healthyyogalist__listpc {
    width: 665px;
  }
  .section-healthyyogalist__listpc li:nth-child(2) {
    margin-right: 0;
  }
  .effectlist1 h3 {
    width: 190px;
  }
  .effectlist2 h3 {
    width: 260px;
  }
  .effectlist2 {
    width: 840px;
  }
  .effectlist1 li, .effectlist3 li {
    margin-right: 50px;
  }
  .effectlist1, .effectlist3 {
    width: 570px;
  }
  .section-effect__list li {
    width: 260px;
  }
  .effectlist2 li {
    margin-right: 10px;
  }
  .section-effect__list li {
    width: 255px;
  }
  .section-effect__list li p {
    width: 200px;
    margin: 10px 0 0 20px;
  }
}
@media(max-width:979px) {
  #loading__fade {
    top: 340px;
  }
  #loading__fade img {
    width: 335px;
    height: 339px;
  }
  .section-introduction__mandala {
    width: 100px;
  }
  .section-introduction__mandala, .section-introduction__mandala img {
    width: 100px;
    height: 100px;
  }
  .section-introduction h2 {
    font-size: 2.2rem;
    letter-spacing: 4px;
    width: 385px;
    padding-top: 50px;
    text-align: center;
    line-height: 3.5rem;
  }
  .section-introduction h2 span {
    font-size: 3rem;
  }
  .leaf {
    width: 155px;
  }
  .section-introduction p {
    font-size: 1.4rem;
    width: 560px;
  }
  .section-introduction__leafleft1, .section-introduction__leafright1 {
    top: -90px
  }
  .section-introduction__leafleft2, .section-introduction__leafright2 {
    bottom: -115px
  }
  .section-healthyyoga-pc {
    display: none;
  }
  .section-healthyyoga-sp {
    display: block;
  }
  .section-healthyyoga__img1 {
    width: 297px;
    height: 198px;
    position: absolute;
    left: 20%;
    top: -30px;
  }
  .section-healthyyoga__bgimg {
    top: -60px;
    position: initial;
  }
  .section-healthyyoga__bgimgpc {
    display: none;
  }
  .section-healthyyoga__bgimgsp, .section-healthyyoga__bgimgsp img {
    display: block;
    width: 175px;
    height: 275px;
    margin: 0 auto;
  }
  .section-healthyyoga__bgimgsp {
    position: absolute;
    top: 90px;
    left: 0;
  }
  .section-healthyyoga__descriptionsp {
    background-color: #6F8852;
    color: #fffff8;
    margin: 110px auto 0;
    width: 95%;
    max-width: 700px;
    padding: 170px 20px 150px;
    position: relative;
  }
  .section-healthyyoga__descriptionsp h2 {
    font-weight: 600;
    text-align: center;
    font-size: 3.2rem;
    margin: 10px auto 0;
    width: 225px;
    line-height: 3.5rem;
  }
  .section-healthyyoga__descriptionsp h2 span {
    font-size: 1.4rem;
  }
  .section-healthyyoga__descriptionsp p {
    font-size: 1.6rem;
    width: 100%;
    max-width: 450px;
    margin: 40px auto 0;
    line-height: 2.6rem;
  }
  .section-healthyyoga__descriptionsp ul {
    margin: 25px auto 0;
    font-size: 1.4rem;
    max-width: 460px;
  }
  .section-healthyyoga__descriptionsp ul li {
    margin-bottom: 10px;
  }
  .section-healthyyoga__img2 {
    width: 99px;
    height: 117px;
    left: 64%;
    top: 515px;
  }
  .section-healthyyoga__img3 {
    width: 76px;
    height: 66px;
    left: 54%;
    top: 515px;
  }
  .section-healthyyogalist__listpc {
    display: none;
  }
  .section-healthyyogalist__listsp {
    display: flex;
    flex-direction: column;
  }
  .mandala-icon, .mandala-icon img {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .lesson-img, .lesson-img img {
    width: 210px;
    height: 140px;
  }
  .lesson-img {
    margin: 5px auto 0;
  }
  .section-healthyyogalist {
    padding-top: 420px;
    margin-top: -560px;
    background-color: #FBF8F4;
  }
  .section-healthyyogalist__list {
    padding: 100px 0 60px;
  }
  .section-healthyyogalist__sptitle-container {
    display: flex;
    align-items: center;
    padding: 15px 3%;
  }
  .section-healthyyogalist h3 {
    font-weight: 600;
    font-size: 1.9rem;
    color: #AF9578;
    margin-left: 15px;
  }
  .section-healthyyogalist__title1 {
    width: 180px;
    margin-top: 0;
  }
  .section-healthyyogalist__title2 {
    width: 150px;
    margin-top: 0;
  }
  .title {
    padding: 0;
  }
  .accordion-area {
    width: 90%;
    max-width: 680px;
  }
  .title::after {
    top: 50%;
    right: 14px;
  }
  .title::before {
    top: 50%;
    right: 20px;
  }
  .box {
    margin: 0 3%;
    padding: 1% 20px 40px 3%;
  }
  .contact {
    width: 280px;
  }
  .contact-p1 {
    width: 150px;
  }
  .contact-p1::before {
    width: 15px;
    top: 14px;
    left: -30px;
  }
  .contact-p1::after {
    width: 25px;
    top: 9px;
    left: -30px;
  }
  .contact-p2::before {
    width: 15px;
    top: -100px;
    right: 19px;
  }
  .contact-p2::after {
    width: 25px;
    top: -105px;
    right: 19px;
  }
  .contact-p1 {
    width: 160px;
  }
  .contact {
    width: 260px;
  }
  .section-poweryogapc {
    display: none;
  }
  .section-poweryogasp {
    display: block;
    position: relative;
  }
  .section-poweryoga__img1, .section-poweryoga__img1 img {
    width: 280px;
    height: 185px;
    top: -30px;
    right: 13%;
  }
  .section-poweryoga__bgimg {
    display: none;
  }
  .section-poweryoga__description-container {
    position: relative;
  }
  .section-poweryoga__bgimgsp {
    display: block;
    position: absolute;
    top: -140px;
    right: 0;
    transform: rotate(180deg);
  }
  .section-poweryoga__bgimgsp.section-poweryoga__bgimgsp img {
    width: 175px;
    height: 275px;
  }
  .section-poweryoga__description {
    position: initial;
    background-color: #6F8852;
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    padding: 140px 0 30px;
  }
  .section-poweryoga__description h2 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 3.5rem;
  }
  .section-poweryoga__description h2 span {
    font-size: 1.4rem;
  }
  .section-poweryoga__description p {
    font-size: 1.6rem;
    width: 90%;
    max-width: 450px;
    margin: 50px auto 25px;
  }
  .section-poweryoga__img2, .section-poweryoga__img2 img {
    width: 180px;
    height: 123px;
    position: initial;
    margin-left: 45%;
  }
  .section-poweryogalist__listpc {
    display: none;
  }
  .section-poweryogalist__listsp {
    display: flex;
    flex-direction: column;
  }
  .section-poweryogalist {
    padding-top: 420px;
    margin-top: -560px;
    background-color: #FBF8F4;
  }
  .section-poweryogalist__list {
    padding: 100px 0 60px;
  }
  .section-poweryogalist__sptitle-container {
    display: flex;
    align-items: center;
    padding: 15px 3%;
  }
  .section-poweryogalist h3 {
    font-weight: 600;
    font-size: 1.9rem;
    color: #AF9578;
  }
  .section-poweryogalist__title1 {
    width: 200px;
    margin-top: 0;
    margin-left: 2%;
  }
  .section-poweryogalist__title2 {
    width: 180px;
    margin-left: 15px;
  }
  .section-poweryogalist__listsp li p {
    margin-top: 30px;
  }
  .section-instructor__icon, .section-instructor__icon img {
    width: 70px;
    height: 70px;
  }
  .section-access__maptext {
    margin-left: 75%;
  }
  .section-ig__icon, .section-ig__icon img {
    width: 70px;
    height: 70px;
  }
  .section-qa {
    margin-top: 60px;
    padding-bottom: 100px;
  }
  .section-qa h2 {
    margin-top: 60px;
  }
  .accordion-area {
    margin-top: 50px;
  }
  .accordion-area li {
    background-color: #fffff8;
  }
  .qa-title {
    padding: 25px 12% 25px 20px;
    display: flex;
  }
  .section-qa h3 {
    padding-left: 6%;
  }
  .section-notice {
    display: none;
  }
  .section-notice-sp {
    display: block;
  }
  .section-notice__fee-container-sp {
    height: 1000px;
    background-image: url("../images/notice-6.jpg");
    background-size: cover;
  }
  .section-notice__fee h2 {
    padding-top: 50px;
  }
  .section-notice__fee {
    width: 600px;
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .section-notice__trial {
    display: flex;
    align-items: center;
    width: 275px;
    margin: 30px auto 0;
  }
  .section-notice__tickets5-count {
    padding-right: 20px;
  }
  .section-notice__trial p {
    margin-left: 10px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .section-notice__trial p span {
    font-size: 3rem;
  }
  .section-notice__circle {
    width: 60px;
    margin-left: 2px;
  }
  .section-notice__circle p {
    font-size: 1.4rem;
    margin-left: 4px;
    line-height: 2rem;
    width: 40px;
  }
  .section-notice__trial-text {
    width: 85%;
    margin-top: 30px;
  }
  .section-notice__text1 {
    width: 85%;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 20px 0;
  }
  .section-notice__text1-time {
    margin: 0 20px 0 5px;
  }
  .section-notice__tickets {
    display: block;
    width: 85%;
    max-width: 500px;
    letter-spacing: 1px;
    font-size: 1.6rem;
    position: relative;
  }
  .section-notice__tickets-title {
    font-size: 1.5rem;
    padding: 5px 5px 5px 0;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 10px;
    left: 1px;
  }
  .section-notice__tickets5 {
    margin-left: 40px;
    letter-spacing: 2px;
    padding: 25px 0 20px 0;
  }
  .section-notice__tickets5-price span {
    padding: 0;
  }
  .section-notice__tickets10 {
    padding: 21px 0 15px;
    margin-left: 20px;
  }
  .section-notice__tickets10-count {
    padding: 0 18px 10px;
  }
  .section-notice__notice {
    width: 85%;
  }
  .reservation-button2 p {
    letter-spacing: 1px;
    width: 180px;
    margin: 0 auto;
  }
  .reservation-button2 {
    width: 80%;
  }
  .reservation-button2 a {
    padding: 20px 10px;
    width: 220px;
    margin: 0 auto;
  }
  .section-notice__measure-sp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #fffff8;
  }
  .section-notice__measures-border {
    width: 600px;
    height: 608px;
    margin: 100px auto;
    padding: 5px;
    border: 1px solid #6F8852;
    border-radius: 2px;
    background-color: #fffff8;
    box-shadow: 3px 3px 7px rgb(111 136 82 / 10%);
  }
  .section-notice__measures {
    width: 98.5%;
    padding-bottom: 70px;
    border: 1px solid #6f8852;
    border-radius: 2px;
    background-color: #fffff8;
  }
  .section-notice__measures h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding-top: 60px;
  }
  .section-notice__measures-list {
    width: 100%;
  }
  .section-notice__measures ul li {
    width: 300px;
    margin: 30px auto 0;
  }
  footer h2 span {
    font-size: 1.4rem;
  }
  footer h2 {
    font-weight: 600;
    font-size: 2.2rem;
  }
  .footer__tel a {
    font-size: 2.4rem;
  }
  .footer__container {
    margin-top: 0;
  }
  .footer__tel-notice {
    margin-top: 15px;
  }
  small {
    margin-top: 70px;
  }
  #page-top a {
    width: 45px;
    height: 45px;
    font-size: 2rem;
  }
}
@media(min-width:800px)and (max-width:1000px) {
  .effectlist2 {
    width: 780px;
  }
  .section-instructor__container {
    width: 725px;
  }
  .section-instructor__img {
    margin-right: 50px;
    position: relative;
  }
  .section-instructor__imgpc, .section-instructor__imgpc img {
    width: 294px;
    height: 280px;
  }
  .section-instructor__description__text {
    width: 380px;
  }
  .section-instructor__imgblog, .section-instructor__imgblog img {
    bottom: 197px;
  }
  .section-instructor__img2 {
    bottom: -385px;
    left: 40px;
  }
  .section-instructor__img2, .section-instructor__img2 img {
    width: 448px;
    height: 288px;
  }
  .section-instructor__img3, .section-instructor__img3 img, .section-instructor__img4, .section-instructor__img4 img {
    width: 144px;
    height: 120px;
  }
  .section-instructor__imglist {
    bottom: -545px;
  }
  .section-instructor__img3 {
    margin-left: 210px;
  }
  .section-instructor__img5, .section-instructor__img5 img {
    width: 208px;
    height: 280px;
  }
  .section-ig__pc {
    display: block;
  }
  .section-ig__sp {
    display: none;
  }
}
@media(max-width:899px) {
  .section-healthyyoga__img2 {
    left: 65%;
  }
  .section-notice__fee {
    width: 500px;
  }
  .section-notice__measures-border {
    width: 500px;
    margin: 0 auto;
  }
  .section-notice__measures {
    width: 98%;
  }
}
@media(max-width:799px) {
  #loading__fade {
    top: 32vh;
  }
  #loading__fade img {
    width: 260px;
    height: 263px;
  }
  .section-top__description {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.7rem;
    top: 77%;
  }
  .section-healthyyoga__img2 {
    left: 68%;
  }
  .section-effect h2 {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 1px;
    width: 320px;
    line-height: 3.5rem;
  }
  .section-effect h2 span {
    font-size: 3.6rem;
  }
  .br-tb {
    display: block;
  }
  .section-effect__bg, .section-effect__bg img {
    width: 175px;
    height: 175px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-effect__list {
    flex-direction: column;
    width: 80%;
    max-width: 650px;
  }
  .effectlist1 {
    margin: 20px auto 0;
  }
  .effectlist1 li, .effectlist2 li, .effectlist3 li {
    margin: 30px 0 15px 0;
    width: 100%;
    max-width: 650px;
  }
  .effectlist2, .effectlist3 {
    margin: 0 auto;
  }
  .effectlist1, .effectlist3, .effectlist2 {
    width: 80%;
    max-width: 650px;
  }
  .section-effect__list li p {
    width: 100%;
    max-width: 600px;
  }
  .section-instructor__container {
    flex-direction: column;
    width: 80%;
    max-width: 650px;
  }
  .section-instructor {
    margin-top: 60px;
  }
  .section-instructor h2 {
    margin-top: 20px;
  }
  .section-instructor__description-titleimg {
    width: 220px;
  }
  .section-instructor__description-titlename {
    margin-top: -20px;
  }
  .section-instructor__blog, .section-instructor__imgblog {
    display: none;
  }
  .section-instructor__blogsp, .section-instructor__imgblogsp {
    display: block;
  }
  .section-instructor__imgsp, .section-instructor__imgsp img {
    display: block;
    width: 248px;
  }
  .section-instructor__imgsp {
    margin: 0;
  }
  .section-instructor__description {
    margin-top: 40px;
  }
  .section-instructor__description h3 {
    font-size: 2.0rem;
    line-height: 2.7rem;
    text-align: center;
  }
  .section-instructor__description h3 span {
    font-size: 1.8rem;
  }
  .section-instructor__description__name {
    width: 95px;
    margin: 10px auto 0;
  }
  .section-instructor__description__text {
    max-width: 500px;
    width: 90%;
    margin: 30px auto 0;
  }
  .section-instructor__img, .section-instructor__img img {
    width: 310px;
    margin-right: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-instructor__imgpc, .section-instructor__imgpc img {
    display: none;
  }
  .section-instructor__imgblog, .section-instructor__imgblog img {
    left: 20px;
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  .section-instructor__description ol {
    width: 90%;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .section-instructor__description ol li {
    display: flex;
  }
  .year {
    width: 20%;
  }
  .contents {
    width: 80%;
  }
  .section-instructor__imglist {
    position: initial;
    margin-top: 70px;
  }
  .section-instructor__img2 {
    position: initial;
    margin-left: 20%;
  }
  .section-instructor__img2, .section-instructor__img2 img {
    width: 300px;
    height: 193px;
    margin-top: 50px;
  }
  .section-instructor__imgcontainerpc {
    display: none;
  }
  .section-instructor__imgcontainersp {
    display: block;
  }
  .section-instructor__img3, .section-instructor__img3 img {
    width: 100px;
    height: 75px;
  }
  .section-instructor__img3 {
    margin: 0 5px 0 100px;
  }
  .section-instructor__img4, .section-instructor__img4 img {
    width: 100px;
    height: 75px;
  }
  .section-instructor__img4 {
    margin-left: 5px;
  }
  .section-instructor__img5, .section-instructor__img5 img {
    width: 150px;
    height: 200px;
  }
  .section-instructor__imglist2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-right: 5%;
  }
  .section-instructor__imglist2-blog {
    position: relative;
    margin: 0 10px 10px 0;
  }
  .section-instructor__imgblogsp {
    position: absolute;
    bottom: -2px;
    left: 90px;
  }
  .section-instructor__img5 {
    margin: 20px 0 0 0;
  }
  .section-instructor__imglist2 {
    margin: -100px 15% 0 0;
  }
  .section-instructor__imglist {
    margin-left: 8%;
  }
  .section-instructor__blogsp, .section-instructor__imgblogsp {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    width: 130px;
  }
  .section-access {
    margin-top: 50px;
  }
  .section-access__container {
    width: 595px;
    margin: 0 auto;
  }
  .section-access h2 {
    width: 120px;
    margin: 0 auto;
  }
  .section-access__img, .section-access__img img {
    width: 294px;
    height: 210px;
  }
  .section-access__img {
    margin-left: 20px;
  }
  address {
    margin: 50px auto 0;
    width: 280px;
  }
  .section-access__address-notice1 {
    width: 220px;
    margin: 30px auto 0;
  }
  .section-access__address-notice2 {
    width: 280px;
    margin-top: 10px;
  }
  .section-access__address-p {
    width: 205px;
    margin: 0 auto;
  }
  .section-access__address-tel {
    width: 250px;
    text-align: center;
    margin: 20px auto 0;
  }
  .section-ig__pc {
    display: none;
  }
  .section-ig__tb {
    display: block;
    margin: 30px auto 0;
    width: 590px;
  }
}
@media (min-width: 751px) {
  a[href="tel:070-8490-7180"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media(max-width:699px) {
  .section-healthyyoga__img2 {
    margin-left: 2%;
  }
}
@media(max-width:599px) {
  #loading__fade {
    top: 36vh;
  }
  #loading__fade img {
    width: 230px;
    height: 233px;
  }
  body {
    font-size: 1.4rem;
  }
  header {
    height: 60px;
    width: 100%;
  }
  .header__title {
    margin: 6px 0 0 15px;
    letter-spacing: 5px;
    width: 160px;
    line-height: 2rem;
    top: 5px;
  }
  h1 {
    position: fixed;
    text-align: left;
    font-size: 1.4rem;
  }
  h1 span {
    font-size: 1rem;
  }
  .header-nav__title {
    width: 130px;
    height: 130px;
    margin: 30px auto 0;
  }
  .br-sp {
    display: block;
  }
  .section-top__pcimg {
    display: none;
  }
  .section-top__spimg, .section-top__spimg img {
    display: block;
    height: 70vh;
    object-fit: cover;
  }
  .section-introduction {
    position: relative;
  }
  .section-top__description {
    top: 75%;
  }
  .section-introduction img {
    z-index: 2;
  }
  .leaf {
    width: 100px;
    height: 58px;
  }
  .section-introduction__leafleft1 {
    position: absolute;
    top: -70px;
    left: 0;
  }
  .section-introduction__leafright1 {
    position: absolute;
    top: -70px;
    right: 0;
  }
  .section-introduction__mandala, .section-introduction__mandala img {
    width: 80px;
    height: 80px;
  }
  .section-introduction h2 {
    font-size: 2rem;
    letter-spacing: 3px;
    width: 310px;
    padding-top: 30px;
    text-align: center;
    line-height: 3.5rem;
    margin: 0 auto;
  }
  .section-introduction h2 span {
    font-size: 2rem;
  }
  .section-instructor__bgmandala {
    display: none;
  }
  .section-introduction__description {
    font-size: 1.4rem;
    width: 80%;
    max-width: 500px;
    margin: 30px auto 0;
    line-height: 3.1rem;
  }
  .section-introduction p {
    width: 240px;
  }
  .section-introduction__leafleft2 {
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  .section-introduction__leafright2 {
    position: absolute;
    bottom: -70px;
    right: 0;
  }
  .section-healthyyoga {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
    padding-top: 60px;
  }
  .section-healthyyoga-pc {
    display: none;
  }
  .section-healthyyoga-sp {
    display: block;
  }
  .section-healthyyoga__img1 {
    position: absolute;
    left: 1%;
    top: 0;
  }
  .section-healthyyoga__descriptionsp {
    margin-top: 70px;
    padding: 70px 20px 150px;
  }
  .section-healthyyoga__img2 {
    left: 70%;
    top: 545px;
  }
  .section-healthyyoga__img3 {
    left: 52%;
    top: 545px;
  }
  .section-poweryoga__img2, .section-poweryoga__img2 img {
    margin-left: 40%;
  }
  .contact {
    width: 280px;
  }
  .contact-p1 {
    width: 150px;
  }
  .contact-p2::before {
    top: -102px;
    right: 16px;
  }
  .contact-p2::after {
    top: -107px;
    right: 16px;
  }
  .reservation-button {
    width: 260px;
    margin: 8px auto 0;
    border-radius: 50px;
  }
  .reservation-button a p {
    font-size: 1.5rem;
  }
  .reservation-button a {
    padding: 18px 30px;
  }
  .contact-p2 {
    width: 240px;
  }
  .effectlist1, .effectlist3, .effectlist2 {
    width: 91%;
    max-width: 400px;
  }
  .effectlist1 li, .effectlist2 li, .effectlist3 li {
    width: 90%;
    max-width: 400px;
    margin: 30px 0 0 0;
  }
  .section-instructor__imgpc {
    display: none;
  }
  .section-instructor__img {
    width: 235px;
  }
  .section-instructor__imgsp, .section-instructor__imgsp img {
    display: block;
    width: 235px;
    margin: 30px auto 0;
  }
  .section-poweryoga__img1, .section-poweryoga__img1 img {
    top: -30px;
    right: 1%;
  }
  .section-instructor__imglist {
    position: initial;
    margin: 70px 0 0 0;
  }
  .section-instructor__img2 {
    position: initial;
    margin-left: 1%;
  }
  .section-instructor__img2, .section-instructor__img2 img {
    width: 300px;
    height: 193px;
    margin-top: 50px;
  }
  .section-instructor__img3, .section-instructor__img3 img {
    width: 100px;
    height: 75px;
  }
  .section-instructor__img3 {
    margin: 0 20px 0 90px;
  }
  .section-instructor__img4, .section-instructor__img4 img {
    width: 100px;
    height: 75px;
  }
  .section-instructor__img4 {
    margin-left: 5px;
  }
  .section-instructor__img5, .section-instructor__img5 img {
    width: 150px;
    height: 200px;
  }
  .section-instructor__imglist2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-right: 5%;
  }
  .section-instructor__imglist2-blog {
    position: relative;
    margin-bottom: 10px;
  }
  .section-instructor__imgblogsp {
    position: absolute;
    bottom: -2px;
    left: 90px;
  }
  .section-instructor__img5 {
    margin: 120px 0 0 10px;
  }
  .section-instructor__blogsp, .section-instructor__imgblogsp {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    width: 130px;
  }
  .section-access {
    margin-top: 60px;
  }
  .section-access__titlepc {
    display: none;
  }
  .section-access__titlesp {
    display: block;
  }
  .section-access h2 {
    width: 120px;
    margin: 0 auto;
  }
  .section-access__img {
    margin-left: 10px;
  }
  .section-access__maptext {
    margin-left: 50%;
  }
  .section-access__container {
    flex-direction: column-reverse;
    width: 300px;
  }
  .section-access__img {
    margin: 30px auto 0;
  }
  .section-access__img, .section-access__img img {
    width: 300px;
    height: 210px;
  }
  address {
    margin-top: 30px;
  }
  .section-access__address-notice1 {
    margin-top: 30px;
  }
  .section-access__mapcontainer {
    position: relative;
  }
  .section-access__map {
    margin-top: 40px;
    height: 170px;
  }
  .section-access__maptext {
    position: absolute;
    right: 0;
  }
  .section-ig__icon, .section-ig__icon img {
    width: 60px;
    height: 60px;
  }
  .section-ig h2 {
    margin: 20px auto 0;
  }
  .section-ig__pc, .section-ig__tb {
    display: none;
  }
  .section-ig__sp {
    display: block;
    width: 250px;
    margin: 30px auto 0;
  }
  .ig-btnpc {
    display: none;
  }
  .ig-btnsp {
    display: block;
  }
  .ig-btn {
    width: 270px;
    margin: 30px auto 0;
  }
  .ig-btn a {
    padding: 15px 80px;
  }
  .ig-btn a img {
    margin-left: 5px;
  }
  .section-notice__fee-container {
    top: 50px;
  }
  .section-notice__fee h2 {
    padding-top: 50px;
  }
  .section-notice__fee {
    width: 90%;
    max-width: 500px;
    padding-bottom: 50px;
  }
  .section-notice__trial {
    display: flex;
    align-items: center;
    width: 275px;
    margin: 30px auto 0;
  }
  .section-notice__tickets5-count {
    padding: 10px 20px 0 0;
  }
  .section-notice__trial p {
    margin-left: 10px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .section-notice__trial p span {
    font-size: 3rem;
  }
  .section-notice__circle {
    width: 60px;
    margin-left: 2px;
  }
  .section-notice__circle p {
    font-size: 1.4rem;
    margin-left: 4px;
    line-height: 2rem;
    width: 40px;
  }
  .section-notice__trial-text {
    width: 85%;
    margin-top: 30px;
  }
  .section-notice__text1 {
    width: 86%;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 20px 0 20px 10px;
  }
  .section-notice__text1-time {
    margin: 0 20px 0 5px;
  }
  .section-notice__tickets {
    display: block;
    width: 87%;
    max-width: 500px;
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
  .section-notice__tickets-title {
    top: 19px;
    padding: 0 0 0 15px;
  }
  .section-notice__tickets5 {
    padding: 15px 0 10px 30px;
    margin-left: 60px;
  }
  .section-notice__tickets10 {
    padding: 16px 0 10px 48px;
  }
  .section-notice__tickets10-count {
    padding-top: 10px;
  }
  .section-notice__measures-border {
    width: 90%;
    height: 670px;
    padding-bottom: 50px;
  }
  .section-notice__measures {
    padding-bottom: 80px;
  }
  .section-notice__measures h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding-top: 60px;
  }
  .section-notice__measures-list {
    width: 100%;
  }
  .section-notice__measures ul li {
    width: 230px;
    margin: 30px auto 0;
  }
}
@media(max-width:499px) {
  .section-healthyyoga__descriptionsp {
    padding-bottom: 180px;
  }
  .section-healthyyoga__img2 {
    left: 68%;
    top: 78%;
  }
  .section-healthyyoga__img3 {
    left: 49%;
    top: 78%;
  }
  .section-poweryoga__img2, .section-poweryoga__img2 img {
    margin-left: 34%;
  }
  .section-notice__fee, .section-notice__measures-border {
    width: 317px;
  }
  .section-notice__text1 {
    padding-left: 0;
  }
  .section-notice__tickets-title {
    padding-left: 0;
  }
  .section-notice__tickets5 {
    padding-left: 0;
    margin-left: 40px;
  }
  .section-notice__tickets5-count {
    padding-right: 10px;
  }
  .section-notice__tickets10 {
    padding-left: 0;
  }
  .section-notice__tickets10-count {
    padding-right: 8px;
  }
  .section-notice__fee-container-sp {
    height: 1075px;
  }
  .section-notice__measures {
    width: 97%;
  }
}
@media(max-width:399px) {
  .section-healthyyoga__img2 {
    left: 60%;
    top: 80%;
  }
  .section-healthyyoga__img3 {
    left: 35%;
    top: 80%;
  }
  .section-poweryoga__img2, .section-poweryoga__img2 img {
    margin-left: 25%;
  }
}
@media(max-width:320px) {
  .section-healthyyoga__img2 {
    left: 57%;
    top: 81%;
  }
  .section-healthyyoga__img3 {
    left: 32%;
    top: 81%;
  }
  .section-poweryoga__img2, .section-poweryoga__img2 img {
    margin-left: 21%;
  }
}