@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 850px
---------------------------------------------*/
@media screen and (max-width: 850px) {

.g_cal{
padding:20px 0 80px 0;
}

.sbi_load_btn,
.sbi_follow_btn a{
font-weight:700 !important;
border-radius:30px !important;
font-size:110% !important;
padding-left:1.5em !important;
padding-right:1.5em !important;
}


  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 15px;
    line-height: 1.8;
    position: relative;
  }

  p {
    font-size: 14px;
  }

  .only_pc_none {
    display: block !important;
  }

  .only_sp_none {
    display: none !important;
  }

  .sp_br {
    display: inline;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  /*---------------------------------------------
 ** スマホメニュー
---------------------------------------------*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 15px;
    top: 23px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    background:#d71934;
    border:solid 1px #f8b7c0;
    border-radius:6px;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 34px;
    height: 4px;
    left: 8px;
    background: #231815;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 13px;
  }

  .hamburger span:nth-child(2) {
    top: 24px;
  }

  .hamburger span:nth-child(3) {
    top: 36px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active {
    background: none;
    border:none;
  }

  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 8px;
    background: #231815;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    background: #231815;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    color: #231815;
    background: url(../img/bg02.jpg) repeat-y;
    background-size: 100% auto;
    height: 100%;
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    padding-top: 7px;
  }

  .globalMenuSp > ul {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
  }

  #header nav ul,
  #header.HeightMin nav ul {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 110px;
    box-sizing: border-box;
  }

  header nav ul li a {
    border: none !important;
    top: 0 !important;
  }
    #nav01, #nav02, #nav03, #nav04, #nav05, #nav06 {
        height: fit-content;
    }
  .globalMenuSp > ul li {
    list-style-type: none;
    padding: 0;
    width: 49% !important;
    transition: 0.4s all;
    margin: 0 !important;
    display: inline-block;
  }

  .globalMenuSp > ul li a {
    display: block;
    padding: 0.6em 0 !important;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    background: #f1cc00;
    margin-bottom: 5%;
    border-radius: 5px;
    font-size: 100%;
    color: #231815 !important;
  }
  .globalMenuSp a i {
    font-size: 130%;
    vertical-align: -2px;
  }
  #nav ul li a:hover {
    transform: scale(1.05);
  }

  .globalMenuSp > div.sp_form {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 10px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .globalMenuSp > div.sp_form a {
    list-style-type: none;
    padding: 0;
    width: 49% !important;
    margin: 0 !important;
    display: block;
    background: #DF002B;
    padding: 0.6em 0 !important;
    border-radius: 5px;
    font-size: 100%;
    color: #fff !important;
  }
  .globalMenuSp > div.sp_form a:hover {
    transform: scale(1.05);
  }

  .globalMenuSp > div.sp_insta {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 10px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .globalMenuSp > div.sp_insta a:nth-child(1) {
    list-style-type: none;
    padding: 0;
    width: 15%;
    max-width: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    background: #00042D;
    padding: 0.6em !important;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 100%;
    color: #fff !important;
  }
  .globalMenuSp > div.sp_insta a:nth-child(2) {
    list-style-type: none;
    padding: 0;
    width: 75% !important;
    max-width: 256px;
    margin: 0 !important;
    display: block;
    background: #00042D;
    padding: 0.6em 20px !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 100%;
    color: #fff !important;
  }
  .globalMenuSp > div.sp_insta a:hover {
    transform: scale(1.05);
  }
  .globalMenuSp > a {
    width: 80%;
    max-width: 270px;
    display: block;
    margin: 2% auto;
    background: #fff;
    padding: 4% 7%;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .globalMenuSp > a:hover {
    transform: scale(1.05);
  }

  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp {
    pointer-events: none;
  }

  .globalMenuSp.active {
    opacity: 100;
    pointer-events: visible;
  }

  #nav {
    padding: 32px 0 30px;
    z-index: 999;
    top: 0;
    position: relative;
    font-family: 'Gothic MB101 Bold';
  }

  #nav ul {
    box-sizing: border-box;
    margin-top: 4px;
    width: 90%;
    margin: 0 auto;
  }

  header nav ul li a {
    margin-top: 0;
  }
  #nav ul li a span {
    display: block;
  }

  #nav .pc_none {
    display: block;
  }

  #header {
    width: 100%;
    height: 110px;
    padding: 0;
  }

   nav > a:nth-of-type(1) {
    width: 70%;
    max-width: 340px;
    position: absolute;
    top: 15px;
    left: 15px;
    padding-left: 0;
    z-index: 1;
    margin-right: 400px;
  }

  .globalMenuSp h1 {
    width: 70%;
    max-width: 340px;
    position: fixed;
    top: 15px;
    left: 15px;
    right: auto;
    padding-left: 0;
    z-index: 999;
  }

#main h2{
position:relative;
margin-top:0;
margin-bottom:0;
}


  #head_btn {
    display: none;
  }

  #main ul li img {
    height: 550px;
  }

  #main > img {
    width: 70%;
    max-width: 350px;
    padding-right: 0;
  }
  #page_img img {
    height: 200px;
    object-position: 0 -20px;
  }

/*   h2 {
    width: 100% !important;
    max-width: 420px !important;
  } */

/*   #top_concept h2 {
    width: 100% !important;
    max-width: 480px !important;
  } */




.h-type01 {
  width: 100%;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  font-size: 6vw;
  padding: 2em 0 0.7em;
}


/*   #top_concept > div > img {
    width: 130px;
    left: -3%;
  } */
  

  footer:before {
    background-size: auto 30%;
    top: -42px;
        height: 60px
  }
    #top_advantage {
        padding: 5% 0 22%;
    }
  #top_advantage > div > img {
    width: 110px;
    left: 6%;
    top: -10%;
  }
  /*   #top_class > div > img {
    width: 80px;
    right: 5%;
    top: -4%;
  } */
  /*    #top_class > div > div > div:first-child {
    margin-right: auto;
    margin-bottom: 0;
    } */
    #top_instructor > div {
        margin: 40px auto;
    }
  #top_instructor > div > img {
    width: 70px;
    left: 5%;
    top: -2%;
  }
  #top_schedule > div > img {
    width: 100px;
    right: -5%;
    top: -15%;
  }
  #top_schedule h2 {
        width: 80% !important;
    }
  #top_schedule .schedule_box {
    width: 90%; 
    }
    /* .schedule .hitomi:after, .schedule .azusa:after, .schedule .chi:after, .schedule .shirona:after, .schedule .yojiro:after {
    left: 14%;
    } */
  #top_price > div > img {
    width: 110px;
    left: 4%;
    top: -11%;
  }
    
    #top_price .price_content p {
        font-size: 14px;
    }
  #top_access > div > img {
    width: 100px;
    right: 0%;
  }

  #contact_form > div > img {
    width: 140px;
    left: 0;
    top: -7%;
  }

  select {
    -webkit-appearance: none;
    appearance: none;
  }
  #news_block > div > img {
    width: 140px;
    left: 0;
    top: -7%;
  }

  #howto > img {
    width: 100px;
    left: 8%;
  }
  #top_concept .message {
    margin-bottom: 30px;
  }
  
  /*   #top_concept .message::before {
    width: 100px;
    top: auto;
    bottom: -120px;
    left: 50px;
    background: url(../img/concept01.png) no-repeat bottom left;
    background-size: 100% auto;
  }
  #top_concept .message::after {
    width: 107px;
    top: auto;
    bottom: -120px;
    right: 56px;
    background: url(../img/concept02.png) no-repeat bottom left;
    background-size: 100% auto;
  }
  #top_concept .message::before {
    width: 130px;
  }
  #top_concept .message::after {
    width: 140px;
  }
  #top_concept p {
    margin: 1.5em 0em;
  } */

  #foot_nav {
    display: none;
  }
  #foot_data > ul {
    justify-content: space-evenly;
    align-items: baseline;
    padding-bottom: 5%;
  }
  #foot_data > ul > li:nth-of-type(1) {
    width: 100%;
  }
  #foot_data > ul > li:nth-of-type(1) a {
    display: block;
    max-width: 250px;
    margin: 3% auto;
  }
  #foot_data > ul > li:nth-of-type(2) {
    width: 45%;
    margin-right: 5%;
  }
  #foot_data > ul > li:nth-of-type(3) {
    width: 40%;
    margin-right: 10%;
  }
  #copy {
    padding: 10px 0;
  }

  #pageTop {
    position: fixed;
    bottom: 3vw;
    right: 8px;
    z-index: 8;
  }

  #pageTop a {
    width: 65px;
    height: 88px;
    opacity: 0.9;
  }

  #pageTop a:hover {
    opacity: 0.9;
  }

  .contact-dl dt {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
    background: none;
    padding: 10px 10px 0 40px;
  }

  .contact-dl dt.no_must {
    padding: 10px 10px 0 0 !important;
  }

  .komoku {
    width: 100%;
  }

  .must {
    right: auto;
    left: 0;
    top: 16px;
  }

  .contact-dl dd {
    width: 100%;
    padding: 0 0 20px 0px;
  }

  input[type='text'],
  input[type='email'],
  textarea {
    width: 100%;
    font-size: 16px;
  }

  #contact_form,
  #news_block {
    padding: 2% 0 20%;
  }
  #entry #contact_form {
    padding: 2% 0 25%;
  }

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

  @media screen and (max-width: 550px) {
    .price_box > div p {
      text-align: center;
    }
    .br_550 {
      display: inline;
    }
  }
  /*---------------------------------------------
 ** 480px
---------------------------------------------*/

  @media screen and (max-width: 480px) {
    body {
      font-size: 12px;
    }
    .br_480 {
      display: inline;
    }

    #header {
    /*       height: 98px; */
    height:125px;
    background-position:0 -16px;
    background-size:30%;
    }


    #header nav > a {
      width: 70%;
      max-width: 340px;
      margin-left: 0px;
      top: 15px !important;
    }
    

/*     nav > a:nth-of-type(1) {
      position: absolute;
      top: 15spx;
      left: 15px;
      padding-left: 0;
      z-index: 1;
      margin-right: 400px;
    } */

  .globalMenuSp h1 {
      max-width:80vw !important;
      width:80vw !important;
    position: fixed;
      margin-top: 0.5vw !important;
    left: 15px;
    right: auto;
    padding-left: 0;
    z-index: 999;
  }

    nav > a:nth-of-type(1) {
      position: absolute;
      margin-top: 0.5vw !important;
      left: 15px;
      padding-left: 0;
      z-index: 1;
      margin-right: 0 !important;
      max-width:80vw !important;
      width:80vw !important;

    }

    #header.HeightMin {
      height: 65px;
    }



    #side_btn {
      display: none;
    }
    .hamburger {
      top: 17px;
      right: 10px;
    }
    #main ul li img {
      height: 450px;
    }
    .slick-dotted.slick-slider {
      margin-bottom: 15px !important;
    }
    #top_concept > div > img {
      width: 83px;
      left: -3%;
      top: -16%;
    }
    #top_advantage > div > img {
      width: 80px;
      left: 6%;
      top: -7%;
    }
    /*     #top_class > div > img {
      width: 70px;
      right: 5%;
      top: -3%;
    } */
    #top_instructor > div > img {
      width: 40px;
      left: 5%;
      top: -2%;
    }
    /*     #top_schedule > div > img {
      width: 55px;
      right: 2%;
      top: -8%;
    } */
    #top_price > div > img {
      width: 80px;
      left: 5%;
      top: -4%;
    }
    #top_access > div > img {
      width: 65px;
      right: 7%;
      top: -7px;
    }
    #howto > img {
      width: 62px;
      left: -4%;
    }
    #contact_form > div > img {
      width: 90px;
      left: 0;
      top: -4%;
    }


#top_insta:before {
  height: 40px;
  top: -20px;
}

#top_concept:before {
  height: 40px;
  top: -20px;
}

#top_advantage:before {
  height: 40px;
  top: -20px;
}

#top_class:before {
  height: 40px;
  top: -20px;
}

#top_schedule:before {
  height: 40px;
  top: -20px;
}

#top_price:before {
  height: 40px;
  top: -20px;
}

#top_access:before {
  height: 40px;
  top: -20px;
}

#page_wrapper:before {
  height: 40px;
  top: -20px;
}

#top_concept {
  padding: 2.5vw 0 4vw !important;
}

#top_class {
  padding: 2.5vw 0 12vw !important;
}

    #top_schedule {
      padding: 2.5vw 0 14vw !important;
    }
    #top_price {
      padding: 2.5vw 0 14vw !important;
    }

/* 
    #top_concept .message::before {
      width: 120px;
      top: auto;
      bottom: -140px;
      left: 30px;
      background: url(../img/concept01.png) no-repeat bottom left;
      background-size: 100% auto;
    }
    #top_concept .message::after {
      width: 120px;
      top: auto;
      bottom: -140px;
      right: 36px;
      background: url(../img/concept02.png) no-repeat bottom left;
      background-size: 100% auto;
    }
 */
    #top_advantage ul li span {
      display: block;
    }
    .class_photo {
      margin-top: 5%;
    }
    .class_photo:before,
    .class_photo:after {
      width: 70px;
    }
    .class_photo:before {
      top: -23px;
      left: -39px;
    }
    .class_photo:after {
      bottom: -26px;
      right: -37px;
    }
    #top_insta {
      padding: 2% 0 24%;
    }

    #top_instructor > div > div > div img {

      margin: 4% auto 1%;
    }
    #top_instructor > div > div > div div {
      width: 100%;
    }

    .schedule > div > div {
      width: 48%;
    }

    .price_box > div p {
      padding: 15px 6%;
    }

    #slideshow1 {
      height: 240px;
    }
    #top_access {
      padding: 4% 0 20%;
    }
    #foot_data > ul > li:nth-of-type(2) {
      width: 70%;
      margin: 0 auto;
    }
    #foot_data > ul > li:nth-of-type(3) {
      width: 70%;
      margin: 0 auto;
    }
    .input_kind dd > span {
      width: 100%;
    }



.img_ringo{
  width: 56%;
  height: auto;
  margin:15px auto 0px;
}

.img_ringo02{
  width: 56%;
  height: auto;
  margin:0px auto 0px;
}

#top_concept h3 {
  font-size: 5.0vw;
  margin: 50px auto 30px;
  font-weight:700 !important;
}

#top_concept .top_concept_in .p01{
font-size:4.3vw;
margin-bottom:30px;
font-weight:700;
}

#top_concept .top_concept_in .p02{
font-size:4.0vw;
padding-top:10px;
font-weight:700;
}

.top_cal_in .p01{
font-size:3.2vw !important;
padding-top:10px;
line-height:2.0 !important;
margin:4% 0 7% !important;
}

#top_advantage ul li {
  font-size: 4vw;
  font-weight: bold;
  padding: 24px 10px;
  font-feature-settings: "palt";
}

#top_class > div{
}

.class_photo{
width:100% !important;
}


.schedule_box {
    margin: 0 auto 40px;
}

.black h3, .red h3 {
  font-size: 4.8vw;
    height: 55px;
    line-height: 55px;
  border-radius: 10px 10px 0 0;
}

.level {
    height: 140px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items:center;
    justify-content: center;
    margin-left:8%;
}


.level:after {
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    background-size:contain !important;
}


.schedule_box .p01{
  font-size: 5vw;
  margin-left:31vw;
  width:100%;
}

.schedule_box .p02{
  font-size: 3.7vw;
  margin-left:32vw;
  width:100%;
}


#top_price .fukidashi{
width:23vw;
top:-3vw;
left:-3vw;
}

#top_price h3 {
  font-size: 4.3vw;
  padding: 2vw 1vw;
}

.price_content li{
padding-bottom:6px;
margin-bottom:6px;
font-size:3.8vw;
letter-spacing:0.06em;
}

.price_content ul{
padding:2.2vw;
}

#member_price{
margin-bottom:40px ;
}

#visiter_price{
margin-bottom:0 !important;
border:solid 4px;
}


.gmap_look{
width:60vw !important;
}

#studio p {
  max-width: 580px;
  background: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 5%;
  border-radius: 10px;
}


#top_access h2.h2_small {
  width: 80%;
  background: url(../img/h2_line.png) repeat-x bottom center;
  background-size: 40% 5px;
  font-size: 140%;
  padding: 2em 10px 0.7em 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 5%;
  letter-spacing:0.07em;
}

#top_class .p01 {
  font-size: 3.6vw;
  text-align: center;
  font-weight: bold;
  padding-bottom:28px;
}

.price_img{
margin-bottom:30px;
}

#howto dl dt {
  margin: 2px auto 3%;
  font-size: 3.8vw !important;
}

#howto dl dd {
  font-size:3vw;
}

#howto dl dd span{
  font-size: 3.4vw;
}



  }

  @media screen and (max-width: 410px) {
    #top_concept p {
      font-size: 80%;
    }
  }
  /*---------------------------------------------
 ** 350px
---------------------------------------------*/

  @media screen and (max-width: 350px) {
    p {
      font-size: 11px;
    }
    #header {
      height: 85px;
    }
    .hamburger {
      top: 13px;
    }
    #main ul li img {
      height: 380px;
    }
    #top_advantage ul li {
      font-size: 120%;
    }
    #slideshow1 {
      height: 190px;
    }
    #top_instructor dl {
      font-size: 90%;
    }
    #top_instructor {
      padding-bottom: 25%;
    }
    #top_price h4 + p,
    .access_data h4 {
      letter-spacing: -0.05em;
    }
  }
}

/* スマホのときのみ電話をかける */
@media (min-width: 850px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
