body,
p,
ul,
li,
div,
h1 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}


a {
  text-decoration: none;

}

a:link { color: #434343; }
a:visited { color: #434343; }
a:hover { color: #434343; }
a:active { color: #434343; }

body{
    font-family: "normal normal normal" ;
  background: #FAF9F5;
  background-image: url(https://mpilates.jp/wp-content/uploads/2025/05/back_PC_01.jpg);
  background-repeat: no-repeat;
  font-family: "Shippori Mincho", serif;
  color: #434343;
  font-weight: 400;
  font-style: normal;
    margin: auto;
}

@media screen and (max-width: 768px) {
body{
  background-image: url(https://mpilates.jp/wp-content/uploads/2025/05/Back_SP02.jpg);
}
}


.wrap {
     overflow: hidden;
 }
main {
  width: auto;
}

#body {
  width: 100%;
}

@media screen and (max-width: 768px) {
#body {
  width: 100%;
  margin-top: -120px;
}
}


#top {
  width: auto;
  height: 800px;
}

@media screen and (max-width:768px) {
#top {
  width: auto;
  height: 700px;
}
}

#topimg{
  width: auto;
  height: 1400px;
}

@media screen and (max-width:768px) {
#topimg{
  width: auto;
  height: 1600px;
}
}
#concept {
  width: auto;
  height: 1600px;
}
@media screen and (max-width:1024px) {
#concept {
  width: auto;
  height: 2500px;
}
}

#lesson {
  width: auto;
  height: 1100px;
}
@media screen and (max-width:1024px) {
#lesson {
  width: auto;
  height: 1700px;
}
}

#instructor{
  width: auto;
  height: 1200px;
}
@media screen and (max-width:1024px) {
#instructor{
  width: auto;
  height: 1700px;
}
}

@media screen and (max-width: 375px) {
#instructor{
  width: auto;
  height: 2000px;
}
}

#reserve{
  width: auto;
  height: 1500px;
}

@media screen and (max-width:768px) {
#reserve{
  width: auto;
  height: 1500px;
}
}

#access{
  width: auto;
  height: 700px;
}

footer {
  width: auto;

}

@media(min-width:768px){
    .sp{
        display: none !important;
    }
}
@media(min-width:1024px){
    .spn{
        display: none !important;
    }
}
@media(max-width:768px){
    .pc{
        display: none !important;
    }
}
@media(max-width:1024px){
    .pcn{
        display: none !important;
    }
}


.br-sp {
    display: none;
}

@media (max-width: 768px) {
    .br-sp {
        display: block;
    }
}

.header {
  display: block;
  z-index: 999;
  position: initial;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
}

@media screen and (max-width: 767px) {
.header {
  display: block;
  z-index: 999;
  position: initial;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
 height: 120px;

}
}

.mpilates__line{
  background: #A5B097;
  text-align: center;
  font: normal normal normal 14px/32px Shippori Mincho;
  color: #FFFFFF;
  margin-top: -22px;
}
@media screen and (max-width: 767px) {
.mpilates__line__sp{
  text-align: center;
  font: normal normal normal 14px/32px Shippori Mincho;
  color: #434343;
  margin-top: -22px;
  padding: 0 10px;
  margin-bottom: 30px;
  line-height: 1.5; 
}
}

.mpilates__hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}



.mpilates__hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}

.mpilates__hamburger span:nth-of-type(1) {
  top: -4px;
}

.mpilates__hamburger span:nth-of-type(2) {
  top: 1px;

  transform: translateX(-0.45deg);
}

.mpilates__hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}



.mpilates__hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.mpilates__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.mpilates__hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}


.flex_test-box {

width: 100%;
 display:flex;
 justify-content:space-between;

}

.flex_test-item {
    width: 33%;   
vertical-align: top;
}

.flex_test-item:nth-child(1) {

}

.flex_test-item:nth-child(2) {

}

.flex_test-item:nth-child(3) {
  text-align: right;
}


.mpilates__header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
  margin: 30px;
}

.mpilates__header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 20px;

}

.mpilates__header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0;
  width: 95px;
  height: 100%;

}

.header__right {
    position: absolute;
  top: 0px;
  right: 30px;
}



.mpilates__header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-image: url(https://mpilates.jp/wp-content/uploads/2025/05/MENU_SP_back_header.jpg);
}

.mpilates__nav__list {
  display: block;
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.mpilates__nav__list {
  padding-right: 0px;
  padding-left: 0px;
}
}

@media screen and (max-width:768px) {
.mpilates__nav__list {
  padding-right: 0px;
  padding-left: 0px;
}
}

.mpilates__nav__item {
  position: relative;
  width: auto;
  margin: 30px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.mpilates__nav__item {
  position: relative;
  width: auto;
  margin: 30px 0;
}
}

@media screen and (max-width:768px) {
.mpilates__nav__item {
  position: relative;
  margin: 0px;
  text-align: center;
}
}

.mpilates__nav__link {
  color: black;
  display: block;
  padding: 20px;
  width: auto;
}

@media screen and (max-width:768px) {
.mpilates__nav__link {
  padding: 5px;
}
}

.nav__arrow{

 z-index: 100;
height: 79px; 
width: 328px;
background: #8A9E70 0% 0% no-repeat padding-box;
color: #fff;
margin-bottom: 20px;
}

.nav__arrow__tex{
font-size: 22px;
color: #fff;
}
.nav__arrow__tex__s{
font-size: 12px;
color: #fff;
}



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

  .mpilates__header__hamburger {
    display: none;
  }

  .mpilates__nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: auto;
  }

  .mpilates__header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }

  .mpilates__nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }
}


.parent {
    /* ベンダープレフィックスは省略 */
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
}
.right {
    position: absolute;
    right: 30px; 
      text-align: center;
      margin-top: 70px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.right {
    position: absolute;
    right: 0px; 
      text-align: center;
      margin-top: 70px;
}
}

@media screen and (max-width:768px) {
.right {
margin-top: 5px; 
margin-right: 10px;
}
}



/* フッター */


.p-footer {
  padding: 40px;
}
.p-footer__inner {
  display: block;

  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
    justify-content: center;
    max-width: 800px;
  }
}

.p-footer__nav {
  margin-top: 16px;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
}
@media screen and (max-width:768px) {
.p-footer__nav {
border-top: 0;
border-bottom: 0;
}
}


@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0;
  }
}

.p-footer__navList {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-footer__navList {
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -8px;
    margin-top: -8px;
  }

}

.p-footer__navItem {
  margin-left: 8px;
  margin-top: 8px;
    margin: 10px;
}

.p-footer__logo {
  width: auto;
  height: 80px;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}




.p-footer__navItem a {
  color: #333;
  font-size: 16px;
}




/* wrapper */
.mpilates__wrap{
 position: relative;
 z-index: 0;
 margin: 0;
 padding: 0;
 margin: auto;
 width: auto;
}

.mtop{
    margin-top: 100px;
}

.mpilates__top__box__fast{
 position: absolute;
 top: 200px;
 left: 100px;
 z-index: 2;
      z-index: 100;
}
@media screen and (max-width:1024px) {
.mpilates__top__box__fast{
 position: absolute;
 top: 0;
 left: 50px;
 z-index: 2;
      z-index: 100;
}
}

.block_08 {
    width: 413px;
    margin: 0 auto; 
}


/* 緑のBox */
.mpilates__top__box__second{
 position: absolute;
 top: 0;
 right:  0;
 z-index: 4;
     background: center center no-repeat;
 animation: fadeIn 5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}


.mpilates__top__box__second_sp{
 position: absolute;
 top: 80px;
  align-items: center;
  justify-content: center;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}



.mpilates__top__box__third{
 position: fixed;
 bottom: 0;
 right:  0;
 z-index: 100;
 width: 238px;
height: 68px;
background: #8A9E70 0% 0% no-repeat padding-box;
color: #fff;
padding: 10px;
}

.mpilates__top__box__third__tex{
font-size: 14px;
 padding: 3px; 
}
.mpilates__top__box__third__arrow{
font-size: 24px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 9999px;
  background-color: #fff;
}

.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: calc(100% - 2px) 50%;
}




@media screen and (max-width:768px) {
.mpilates__top__box__third{
 position: fixed;
 bottom: 0;
 right:  0;
 z-index: 100;
 width: 265px;
height: 79px;
background: #8A9E70 0% 0% no-repeat padding-box;
color: #fff;
}
}


.mpilates__top__img{
 width: 896px;
}
@media screen and (max-width:768px) {
.mpilates__top__img{
 width: 413px;
}
}


.mpilates__top__tex{
 font-size: 39px;
}


@media screen and (max-width:768px) {
.mpilates__top__tex{
 font-size: 30px;
}
}


.mpilates__atmosphere__01img{
 width: 374px;
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__01img{
 width: 278px;
}
}

.mpilates__atmosphere__02img{
 width: 414px;
}
@media screen and (max-width:768px) {
.mpilates__atmosphere__02img{
 width: 347px;
}
}

.mpilates__atmosphere__03img{
 width: 242px;
}
@media screen and (max-width:768px) {
.mpilates__atmosphere__03img{
 width: 163px;
}
}

.mpilates__atmosphere__04img{
 width: 414px;
}
@media screen and (max-width:768px) {
.mpilates__atmosphere__04img{
 width: 280px;
}
}
.mpilates__atmosphere__05img{
 width: 242px;
}
@media screen and (max-width:768px) {
.mpilates__atmosphere__05img{
 width: 190px;
}
}


.mpilates__atmosphere__box__01{
 position: absolute;
 top: 100px;
 left: 0;
 z-index: 1;
 animation: fadeIn 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__box__01{
 position: absolute;
 top: 200px;
 left: 0;
 z-index: 1;
 animation: fadeIn 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}


.mpilates__atmosphere__box__02{
 position: absolute;
 top: 200px;
 left: 390px;
 z-index: 2;
 animation: fadeIn 10s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__box__02{
 position: absolute;
 top: 500px;
 left: 200px;
 z-index: 2;
 animation: fadeIn 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}

.mpilates__atmosphere__box__03{
 position: absolute;
 top: 600px;
 left: 100px;
 z-index: 4;
 animation: fadeInLeft 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__box__03{
 position: absolute;
 top: 940px;
 left: 50px;
 z-index: 4;
 animation: fadeInLeft 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}


.mpilates__atmosphere__box__04{
 position: absolute;
 top: 760px;
 left: 240px;
 z-index: 3;
 animation: fadeIn 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}


@media screen and (max-width:768px) {
.mpilates__atmosphere__box__04{
 position: absolute;
 top: 1050px;
 left: 170px;
 z-index: 3;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}

.mpilates__atmosphere__box__05{
 position: absolute;
 top: 950px;
 left: 740px;
 z-index: 5;
 animation: fadeInRight 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__box__05{
 position: absolute;
 top: 1250px;
 left: 170px;
 z-index: 5;
 animation: fadeInRight 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}

}

.mpilates__atmosphere__box__title {
   position: absolute;
   top: 0px;
   right: 250px;
  max-width:500px;
  text-align:center;
   z-index: 6;
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__box__title {
   position: absolute;
   top: 0px;
   right: 80px;
  max-width:500px;
  text-align:center;
   z-index: 6;
}
}

.mpilates__atmosphere__box__title p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.5rem;
}

.mpilates__atmosphere__box__tex {
   position: absolute;
   top: 100px;
   right: 350px;
  max-width:500px;
   z-index: 7;
}

@media screen and (max-width:768px) {
.mpilates__atmosphere__box__tex {
   position: absolute;
   top: 100px;
   right: 170px;
  max-width:500px;
   z-index: 7;
}
}

.mpilates__atmosphere__box__tex p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  line-height: 1.6;
}

.mpilates__atmosphere__box__10{
 position: absolute;
 top: 100px;
 left: 0;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}


.concept__box {
  display: flex;
  justify-content: center;
}
.concept__box__item {
  padding: 0px; 
}

.concept__box__title{
  text-align: center;
font: normal normal normal 40px/58px Shippori Mincho;
letter-spacing: 4px;
color: #A5B097;
}

@media screen and (max-width:768px) {
.concept__box__title{
font: normal normal normal 30px/50px Shippori Mincho;
}
}

.concept__box__line{
  text-align: center;
}

.concept__box__con{
  text-align: center;
  font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
text-transform: lowercase;
opacity: 1;
}


.mpilates__concept__01img{
 width: 495px;
}
@media screen and (max-width:1024px) {
.mpilates__concept__01img{
 width: 349px
}
}
.mpilates__concept__box__01{
 position: absolute;
 top: 100px;
 left: 145px;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width:768px) {
.mpilates__concept__box__01{
 position: absolute;
 top: 800px;
 left: 65px;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
}
}


.mpilates__concept__box__title {
   position: absolute;
   top: 0px;
   right: 360px;
  max-width:500px;
   z-index: 6;
}
@media screen and (max-width:768px) {
.mpilates__concept__box__title {
   position: absolute;
   top: 50px;
   right: 160px;
     max-width:500px;
   z-index: 6;
}
}
.mpilates__concept__box__title p {
  writing-mode: vertical-rl;
  text-orientation: upright;
font: normal normal normal 32px/40px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
  line-height: 1.5;
}

@media screen and (max-width:768px) {
.mpilates__concept__box__title p {
  font-size: 28px;
}
}

.mpilates__concept__box__tex {
   position: absolute;
   top: 400px;
   right: 250px;
  max-width:500px;
   z-index: 7;
     text-align:center;
}
@media screen and (max-width:768px) {
.mpilates__concept__box__tex {
   position: absolute;
   top: 400px;
    left: 20px;
   z-index: 7;
     text-align:center;
}
}
.mpilates__concept__box__tex p {
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}

@media screen and (max-width:768px) {
.mpilates__concept__box__tex p {
text-align: center;
}
}


.mpilates__concept__02img{
 width: 700px;
}
@media screen and (max-width:1024px) {
.mpilates__concept__02img{
 width: 600px;
}
}
.mpilates__concept__box__02{
 position: absolute;
 top: 770px;
 right: 0;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width:768px) {
.mpilates__concept__box__02{
 position: absolute;
 top: 1750px;
   left: 50px;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}
.mpilates__concept__box__title__second {
   position: absolute;
   top: 750px;
   left: 100px;
  max-width:500px;
   z-index: 6;
}
@media screen and (max-width:768px) {
.mpilates__concept__box__title__second {
   position: absolute;
   top: 1250px;
   left: 10px;
  max-width:500px;
   z-index: 6;
}
}
.mpilates__concept__box__title__second p {
font: normal normal normal 32px/52px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
line-height: 1.5;
}
@media screen and (max-width:768px) {
.mpilates__concept__box__title__second p {
font-size: 28px;
}
}


.mpilates__concept__box__tex__second {
   position: absolute;
   top: 950px;
   left: 100px;
  max-width:500px;
   z-index: 7;
}
@media screen and (max-width:768px) {
.mpilates__concept__box__tex__second {
   position: absolute;
   top: 1430px;
   left: 50px;
  max-width:500px;
   z-index: 7;
}
}
.mpilates__concept__box__tex__second p {
text-align: left;
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}

.lesson__tex {
  margin-top: 50px;
   text-align: center;
   font: normal normal normal 24px/52px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}

.lesson__items {
  display: flex;
  justify-content: center;
}
  @media (max-width: 1024px) {
.lesson__items {
    flex-direction: column;
    margin: 0 auto; /* 追加 */
  }
}

.lesson__item {
  margin: 12px;
width: 500px;
height: 352px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
opacity: 1;
text-align: center;
    margin: 0 auto; /* 追加 */
    margin-bottom: 50px;
}
  @media (max-width: 768px) {
.lesson__item {
  margin: 12px;
width: 400px;
height: 352px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
opacity: 1;
text-align: center;
    margin: 0 auto; /* 追加 */
    margin-bottom: 50px;
}
}

.lesson__box__items{
  display: flex;
  justify-content: center;
}

.lesson__box__item{
width: 1014px;
height: 72px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
text-align: center;
letter-spacing: NaNpx;
color: #434343;
font-size: 30px;
padding-top: 20px;
}

.lesson__item__icon{
height: 70px;
margin-top: 30px;
}

.lesson__item__in01{
font-size: 24px;
color: #619FB5;
margin-bottom: 30px;
}

.lesson__item__in02{
font-size: 24px;
color: #AB7453;
margin-bottom: 30px;
}
.lesson__item__in03{
text-align: left;
font-size: 16px/32px ;
color: #434343;
padding-left: 40px;
margin-bottom: 40px;
}
.lesson__item__in04{
font-size: 32px ;
text-align: center;
letter-spacing: NaNpx;
color: #434343;
}
.lesson__item__in05{
font-size: 18px ;
}
.lesson__box__items__tex{
  display: flex;
  justify-content: center;
}

.lesson__box__item__tex{
width: 600px;
}

.lesson__box__tex{
text-align: left;
font: normal normal normal 18px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
margin-top: 50px;
}
@media screen and (max-width:768px) {
.lesson__box__tex{
margin: 10px 40px;
}
}

.instructor__tex {
  margin-top: 50px;
   text-align: center;
   font: normal normal normal 24px/52px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}

.instructor__items {
  display: flex;
  justify-content: center;
  margin: 20px;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.instructor__item {
  padding: 20px;
  font: normal normal normal 24px/52px Shippori Mincho;
letter-spacing: 0px;
color: #AB7453;
}

.instructor__item span{
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
text-transform: lowercase;
}

.instructor__item__02 {
  border-left: 1px solid #707070;
  font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
padding-left: 20px;
}

.instructor__box__items{
  display: flex;
  justify-content: center;
}

.instructor__box__item{
width: 1014px;
height: 72px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
opacity: 1;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.instructor__box__item{
max-width: 100%;
height: 72px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
opacity: 1;
}
}

.instructor__box__item__img__sp{
margin: 0;
vertical-align: bottom;
}

@media screen and (max-width:1024px) {
.instructor__box__item__sp{
width: 417px;
height: 580px;
/* UI Properties */
background: #524332 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.6;
}
.instructor__box__item__sp p{
width: 372px;
height: 580px;
/* UI Properties */
text-align: left;
font: normal normal normal 14px/28px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
padding: 20px;
padding-top: 50px;
}

}

.instructor__box__items__sp{
  display: grid;
  justify-items: center;
  align-content: start;
}


.instructor__box__items__tex{
  display: flex;
  justify-content: center;
}

.instructor__box__item__tex{
width: 600px;
}

.instructor__box__tex{
text-align: left;
font: normal normal normal 18px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
margin-top: 50px;
}


.onimg {
  width: 1019px;
height: 775px;       
  position: relative;  
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.onimg {
max-width: 100%;
max-height: 600px;     
  position: relative;  
}
}

.onimg img {
  width: 100%;
}

.onimg_p {
text-align: left;
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
  height: 100%;         /* 画像の幅に合わせるため */
  margin-left: 50px;
  width: 473px;
  position: absolute;  /* relativeの要素を基準にする */
  left: 0;             /* 基準からみて左寄せ */
  bottom: 0;           /* 基準からみて下寄せ */
  background: rgba(116, 112, 101,0.5); 
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.onimg_p {
text-align: left;
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
  height: 100%;         /* 画像の幅に合わせるため */
  margin-left: 0px;
  width: 473px;
  position: absolute;  /* relativeの要素を基準にする */
  left: 0;             /* 基準からみて左寄せ */
  bottom: 0;           /* 基準からみて下寄せ */
  background: rgba(116, 112, 101,0.5); 
}
}

.onimg_p  p{
text-align: left;
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 2px 2px 4px #655A48;
margin: 20px;
margin-top: 100px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.onimg_p  p{
text-align: left;
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 2px 2px 4px #655A48;
margin: 20px;
margin-top: 10px;
}
}




.access__box__items{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.access__box__item{
  width: 1016px;
height: 400px;
}

@media screen and (max-width:768px) {
.access__box__item{
 width: 372px;
height: 251px;
}
}


.access__tex {
text-align: center;
font: normal normal normal 16px/24px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
margin-top: 20px;
}

.access__tex__bi {
text-align: center;
font: normal normal normal 18px/52px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}




.reserve__box__items{
  display: flex;
  justify-content: center;
}



.reserve__box__item{
width: 328px;
height: 79px;
background: #8A9E70 0% 0% no-repeat padding-box;

}
.reserve__box__item__tx{
  text-align: center;
font: normal normal normal 14px/20px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
margin-top: 10px;
}

.reserve__box__item__txb{
  text-align: center;
font: normal normal normal 24px/35px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 30px;
}



.reserve__box__item__02{
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
margin-top: 40px;
}



.reserve__box__item__03{
width: 175px;
height: 175px;
}

.reserve__box__item__03__qr{
width: 175px;
height: 175px;
}

.reserve__box__item__04{
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
text-transform: lowercase;
text-align: center;
}

@media screen and (max-width:768px) {
.reserve__box__item__04{
margin: 10px 40px;
text-align: left;
}
}

.reserve__box__item__05{
width: 696px;
height: 35px;
/* UI Properties */
text-align: center;
font: normal normal normal 24px/52px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
}

@media screen and (max-width:768px) {
.reserve__box__item__05{
margin-bottom: 100px;
}
}

.reserve__box__item__06{
text-align: center;
font: normal normal normal 16px/32px Shippori Mincho;
letter-spacing: 0px;
color: #434343;
text-transform: lowercase;
margin-top: 20px;
}
@media screen and (max-width:768px) {
.reserve__box__item__06{
margin: 10px 40px;
}
}

.mpilates__line{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}



.instagram__box{
 position: fixed;
 bottom: 300px;
 right:  0;
 z-index: 100;
 width: 265px;
height: 79px;
color: #434343;
writing-mode: vertical-rl;
text-align: center;
}

.instagram__box__img{
 position: fixed;
 bottom: 390px;
 right:  3px;
 z-index: 200;
width: 24px;

}

.instagram__box__tex{
font-size: 18px;
text-align: center;
}



.mpilates__top__box__third__arrow{
font-size: 24px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
  border-radius: 9999px;
  background-color: #fff;
}

.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  width: 33px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: calc(100% - 2px) 50%;
}




@media screen and (max-width:768px) {
.mpilates__top__box__third{
 position: fixed;
 bottom: 0;
 right:  0;
 z-index: 100;
 width: 265px;
height: 79px;
background: #8A9E70 0% 0% no-repeat padding-box;
color: #fff;
}
}


.parking_box{
width: 100%;
  display: grid;
  justify-items: center;
  align-content: start;
}

.parking{
width: 70%;
 display:flex;
 justify-content:space-between;
}

 @media screen and (max-width: 1024px) {
      .parking{
width: 100%;
}
}

.parking-item_p {
    width: 50%;                 
    margin: 10px;
  }

  .parking-item img{
    width:  350px;
   text-align: center;
  }
 
 @media screen and (max-width: 767px) {
.parking-item {
    width: 85%;                 
    margin: 30px;
  }
 }

 @media screen and (max-width: 767px) {
.parking {
 display: block;
}
 .parking_img {
     width: 60%;
 }
 }

.block_01 {
    width: 150px;
    margin: 0 auto; /* 追加 */
    margin-top: 30px;
}

.block_02 {
    width: 400px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;
}

.block_03 {
    width: 349px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;
        margin-bottom: 600px;
}


.block_04 {
    width: 400px;
    margin: 0 auto; /* 追加 */
    margin-top: 30px;
}

.block_05 {
    width: 400px;
    margin: 0 auto; /* 追加 */
        margin-top: 50px;
}

.block_06 {
    width: 600px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;

}

.mpilates__concept__box__title_sp {
   margin-top: 50px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 26px;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}

.mpilates__concept__box__tex_sp {
font: normal normal normal 16px/32px Shippori Mincho;

color: #434343;
opacity: 1;
}

.mpilates__concept__box__01_sp{
 position: absolute;
 top: 850px;
  align-items: center;
  justify-content: center;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.mpilates__concept__box__01_sp{
 position: absolute;
 top: 700px;
  align-items: center;
  justify-content: center;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}



.mpilates__concept__box__second__title_sp {
   margin-top: 50px;
  font-size: 26px;
letter-spacing: 0px;
color: #434343;
opacity: 1;
}



.mpilates__concept__box__second__tex_sp {
font: normal normal normal 16px/32px Shippori Mincho;

color: #434343;
opacity: 1;
}



.mpilates__concept__box__02_sp{
 position: absolute;
 top: 1950px;
  align-items: center;
  justify-content: center;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.mpilates__concept__box__02_sp{
 position: absolute;
 top: 1800px;
  align-items: center;
  justify-content: center;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

.reserve__box__item__line{
  text-align: center;
font: normal normal normal 24px/35px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 30px;
    height: 100px;
    line-height: 100px;

}



 @media screen and (max-width: 767px) {
.mb{
  margin-bottom: 100px;
 }
 }





  @media screen and (max-width: 700px) {
.block_01 {
    width: 150px;
    margin: 0 auto; /* 追加 */
    margin-top: 30px;
}

.block_02 {
    width: 300px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;
}

.block_03 {
    width: 300px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;
        margin-bottom: 600px;
}


.block_04 {
    width: 300px;
    margin: 0 auto; /* 追加 */
    margin-top: 30px;
}

.block_05 {
    width: 300px;
    margin: 0 auto; /* 追加 */
        margin-top: 50px;
}

.block_06 {
    width: 300px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;

}

 }

@media screen and (min-width:768px) and ( max-width:1024px) {
.block_02 {
    width: 560px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;
}
.block_03 {
    width: 500px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;
        margin-bottom: 650px;
}
.block_04 {
    width: 400px;
    margin: 0 auto; /* 追加 */
    margin-top: 100px;
}
.block_05 {
    width: 600px;
    margin: 0 auto; /* 追加 */
        margin-top: 50px;
}
.block_06 {
    width: 700px;
    margin: 0 auto; /* 追加 */
        margin-top: 30px;

}


}

@media screen and (max-width: 700px) {
.mpilates__concept__01img{
 width: 300px
}

.mpilates__concept__02img{
 width: 300px;
}

.mpilates__concept__box__02_sp{
 position: absolute;
 top: 2100px;
  align-items: center;
  justify-content: center;
 z-index: 1;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.mpilates__concept__01img{
 width: 500px
}

.mpilates__concept__02img{
 width: 700px;
}

}

 
@media screen and (max-width: 700px) {
.mpilates__top__box__fast{
 position: absolute;
 top: 0;
 left: 20px;
 z-index: 2;
      z-index: 100;
}

.mpilates__top__tex{
 font-size: 26px;
}

.mpilates__atmosphere__box__02{
 position: absolute;
 top: 500px;
 left: 100px;
 z-index: 2;
 animation: fadeIn 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}

.mpilates__atmosphere__box__03{
 position: absolute;
 top: 940px;
 left: 20px;
 z-index: 4;
 animation: fadeInLeft 7s ease 0s 1 normal;
 animation-iteration-count: 2;
}

.mpilates__atmosphere__box__04{
 position: absolute;
 top: 1050px;
 left: 100px;
 z-index: 3;
 animation: fadeIn 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}
.mpilates__atmosphere__box__05{
 position: absolute;
 top: 1250px;
 left: 100px;
 z-index: 5;
 animation: fadeInRight 5s ease 0s 1 normal;
 animation-iteration-count: 2;
}

.mpilates__atmosphere__box__title {
   position: absolute;
   top: 0px;
   right: 80px;
  max-width:500px;
  text-align:center;
   z-index: 6;
}

}

 
@media screen and (max-width: 700px) {

 .lesson__item {
  margin: 12px;
width: 300px;
height: 352px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
opacity: 1;
text-align: center;
    margin: 0 auto; /* 追加 */
    margin-bottom: 50px;
}

.lesson__item__in03{
text-align: left;
font-size: 16px/32px ;
color: #434343;
padding: 0 5px;
margin-bottom: 40px;
}

.lesson__box__item{
width: 300px;
height: 52px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #E4E4E4;
text-align: center;
letter-spacing: NaNpx;
color: #434343;
font-size: 24px;
font-weight: 600;
padding-top: 20px;
}

}


@media screen and (max-width: 1024px) {
.instructor__box__item__sp{
width: 417px;
height: 540px;
/* UI Properties */
background: #524332 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.6;
}
.instructor__box__item__sp p{
width: 350px;
height: 540px;
/* UI Properties */
text-align: left;
font: normal normal normal 14px/28px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
padding: 5px;
padding-top: 10px;
}
}


@media screen and (max-width: 375px) {
.instructor__box__item__sp{
width: 417px;
height: 540px;
/* UI Properties */
background: #524332 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.6;
}
.instructor__box__item__sp p{
width: 350px;
height: 540px;
/* UI Properties */
text-align: left;
font: normal normal normal 14px/28px Shippori Mincho;
letter-spacing: 0px;
color: #FFFFFF;
padding: 5px;
padding-top: 10px;
}
}
@media screen and (max-width: 375px) {
.pbp{
  width: 370px;
 margin: 5px;
  }

.pbi{
  width: 100px;
  }
}

@media screen and (max-width: 700px) {
.hi{
  height: 380px;
  }
}


@media screen and (max-width: 1024px) {

}