@charset "UTF-8";
/* CSS Document */
.wrapper {
  margin: 0 auto 50px;
}
/**----Header----**/
@media (max-width:700px) {
  .section-top img {
    max-width: 100%;
    height: auto;
    z-index: 999;
  }
}
.section-top {
  position: relative;
}
.section-top h1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  white-space: nowrap;
}
.header h1 {
  padding: 20px 0 20px;
  margin: auto;
}
/**----menu----**/
.menu_bar {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
   background-color: #ccf5ff;
  
}
.menu_bar li {
  height: 50px;
}
.yoyaku_icon {
  max-width: 620px;
  font-size: 1.4rem;
  margin: 0 auto;
  background-color: #ccf5ff;
}
.yoyaku_icon li {
  display: flex;
  align-items: center
}
.inst_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #50b4f3;
  width: 60px;
}
.inst_icon img {
  width: 30px;
  height: auto;
}
.menu_nav{
  position:static;
  transform: initial;
  background-color: #555555;
  opacity: 0.5;
  height: inherit;
  display: flex;
  justify-content: end;
  width: 100%;
  z-index: 900;
}
.nav_items{
padding-top: inherit;
  padding-bottom: inherit;
  position: inherit;
  top: 0;
  left:0;
  transform: translate(0,0);
}
.nav_itmes_item a{
  color:#FFFFFF;
  width: 70%;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin: 25px 0;
}

.nav_itmes_item :last-child a{
  margin-bottom: 0;
}

.hamburger {
  width: 60px;
  background-color: #4dc5e3;
  height: 50px;
  padding: 0 5px;
}
.hamburger span{
  width: 50px;
  height: 3px;
  background-color: #FFF;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1){
  top:0;
}
.hamburger span:nth-child(2){
  margin: 8px 0;
}
.hamburger span:nth-child(3){
  top:0;
}
/*クリック後*/
.menu_nav.active{
  transform: translateX(0)
}
.menu_nav.active ul li a {
    display: block;
  }
.menu_nav ul li a {
    display: none;
  }

.hamburger.active span:nth-child(1){
  top:11px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2){
  opacity: 0;
  
}
.hamburger.active span:nth-child(3){
 top:-11px;
  transform: rotate(-45deg);
}



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

/**----index----**/
.section-top_concept h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.concept-h3_1 {
  letter-spacing: 0.2em;
  line-height: 2.0;
}
.concept-h3_2 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.section-top_concept p, .section-top_pilates p {
  line-height: 2.2;
}
.section-top_pilates img {
  max-width: 700px;
  height: auto;
}
.section-top_pilates img {
  margin-bottom: 30px;
}
.section-top_pilates h3 {
  margin-bottom: 30px;
}
.section-top_trial_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 330px;
  height: auto;
  padding: 30px 100px;
}
.section-top_trial h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #3f3d3d;
  padding-bottom: 10px;
}
.section-top_trial h4 {
  margin: 0 auto 15px;
  text-align: left;
}
.section-top_trial p {
  font-size: 1.0rem;
  text-align: right;
}
.trial_price dd {
  margin-bottom: 20px;
}
.trial_price dt {
  float: left;
}
@media (min-width:700px) {
  .section-top_trial_bg img {
    max-width: 100%;
    height: auto;
  }
}
.section-top_trial_bg {
  position: relative;
}
/**----profile----**/
.drawer-nav {
  display: none;
}
.section-prof h2 {
  margin-bottom: 50px;
}
.section-prof img {
  margin-bottom: 20px;
  width: 280px;
}
.section-prof h3 {
  margin: 0 auto 20px;
  width: 280px;
  text-align: left;
}
.section-prof p {
  margin-bottom: 50px;
  width: 270px;
  font-size: 1.4rem;
}
@media (min-width:500px) {
  .section-prof img {
    margin-bottom: 50px;
    width: 400px;
  }
  .section-prof h3 {
    width: 400px;
  }
}
/**----price----**/
.section-price h2 {
  margin-bottom: 40px;
}
.section-price h3 {
  margin: 50px auto;
}
.section-price_c ul {
  margin: 50px auto;
  display: flex;
  width: 330px;
}
.section-price_c ul li {
  width: 165px;
}
.section-price_normal {
  background-color: #E0FFF2;
  padding: 20px 0 70px;
}
.section-price_keiko {
  background-color: #FFFEEF;
  padding: 20px 0 70px;
}
.section-price_all ul {
  display: flex;
  justify-content: space-evenly;
  max-width: 500px;
  margin: 0 auto;
}
.section-price_all ul li {
  width: 100%;
  margin: 0 5px;
  height: 200px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.plan {
  font-size: 1.6rem;
  font-weight: bolder;
  position: relative;
}
.plan::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #686666;
  position: absolute;
  bottom: -30px;
  left: 50%; /* 線真ん中*/
  transform: translateX(-50%);
}
.price {
  font-size: 1.6rem;
}
.limite {
  margin-top: 10px;
  font-size: 8px;
}
/**----access----**/
.gmap_iframe {
  height: 180px;
}
.section-access p {
  line-height: 1.8;
}
.section-access__address p {
  margin-bottom: 50px;
}
.section-access__content {
  max-width: 290px;
  text-align: left;
  margin: 0 auto;
}
.section-access__content h3 {
  font-size: 1.4rem;
  border-bottom: 1px solid #797878;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section-access__content p {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
@media (min-width:500px) {
  .gmap_iframe {
    height: 250px;
  }
  .section-access__content p {
    font-size: 1.4rem;
  }
  .section-access__content h3 {
    font-size: 1.6rem;
  }
}