@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  color: #231815;
  line-height: 1.9;
  text-align: left;
      font-family: 'Midashi Go MB31';
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.01em;
  font-weight: 500;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
  border-style: none;
}

*:focus {
  outline: none;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #E7317D;
  text-decoration: none;
}
#page_wrapper a:hover{
    color: #fff;  
}
a:active {
  color: #E7317D;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

p {
  margin-bottom: 1em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.br_480 {
  display: none;
}
.br_550 {
  display: none;
}

.sp_contact {
  display: none;
}

h2 {
  font-family: 'Gothic MB101 Bold';
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha( opacity=60 )';
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

.jump_on {
  animation: poyoyon 1s ease-in-out 1 forwards;
}

@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }
  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 12px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 8px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}

#side_btn > a {
  width: 150px;
  height: 120px;
  display: block;
  position: fixed;
  top: 25%;
  right: -50px;
  background: url(../img/side_bg.png) no-repeat top left;
  background-size: 190px auto;
  z-index: 15;
  transition: all 0.5s;
}
#side_btn a img#side_text01 {
  opacity: 1;
  width: 72px;
  padding: 55px 0 10px 17px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
#side_btn a img#side_text02 {
  width: 115px;
  padding: 50px 0 10px 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

#side_btn > a:hover {
  width: 190px;
  height: 120px;
  display: block;
  position: fixed;
  top: 25%;
  right: -40px;
  background: url(../img/side_bg.png) no-repeat top left;
  background-size: 190px auto;
  z-index: 5;
}

#side_btn a:hover img#side_text01 {
  opacity: 0;
}
#side_btn a:hover img#side_text02 {
  opacity: 1;
}

.lower #side_btn > a {
  display: none;
}

#header {
  width: 100%;
  height: 260px;
  position: relative;
    background-image: url("../img/header_back.jpg");
    background-repeat: repeat-x;
    z-index: 10;
}
.header_inner {
     max-width: 1250px; 
      padding: 0 0 2%;
      margin: 0 auto;
}
#head_btn {
  width: 430px;
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#head_btn a:nth-child(1) {
  width: 8%;
  margin-right: 4%;
  margin-left: 3%;
  display: block;
}
#head_btn a:nth-child(1):hover {
  transform: scale(1.2);
}
#head_btn a:nth-child(2),
#head_btn a:nth-child(3) {
  width: 40%;
  height: 38px;
  overflow: hidden;
  display: block;
  position: relative;
  transition: all 0.3s;
}
#head_btn a:nth-child(2) img,
#head_btn a:nth-child(3) img {
  position: absolute;
  bottom: 0;
}
#head_btn a:nth-child(2):hover,
#head_btn a:nth-child(3):hover {
  height: 50px;
}

#nav {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

h1 {
  width: 180px;
  position: absolute;
  top: 30px;
  /*   right: 0; */
  left: 2%;
  /*   margin: 0 auto; */
  /*   padding-left: 4%; */
}

#nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#nav01, #nav02, #nav03, #nav04, #nav05, #nav06 {
  height: 120px;
  width: auto;
  margin-right: 10px;
}
#nav06 {
    margin-right: 0;
}
#nav03 {
}
#nav ul li img {
    width: auto;
    height: 120px;
}
/* #nav ul li#nav04 {
  width: 7.7%;
  margin-left: 4%;
  } */
  
#nav ul li a {
  display: block;
}
#nav ul li a:hover {
  transform: scale(1.1);
}
#nav ul li a span {
  display: none;
}

#main {
  overflow: hidden;
  position: relative;
  z-index: 1;
  position:relative;
}
#main > img {
  width: fit-content;
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  top: 50%;
  z-index: 2;
}
#main ul {
  z-index: 1;
}
#main ul li img {
  height: 740px;
  object-fit: cover;
  object-position: 50% 20%;
}
.slick-dots {
  bottom: 50px !important;
}
.slick-dots li button:before {
  color: #fff !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  color: #f7cf1a !important;
}


/*--------------------------------------
TOPメイン
--------------------------------------*/


#main h2{
position:relative;
margin-top:-13vw;
margin-bottom:-2vw;
z-index:1;
}







.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;
}



/*--------------------------------------
#top_concept
--------------------------------------*/
#top_concept {
  background-color: #fff462;
  position: relative;
  margin-top: -40px;
  padding: 5% 0 12%;
  z-index: 1;
}

#top_concept:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}

#top_concept > div {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  
}


/* #top_concept .message:after{
content: '';
  display: block;
  width: 406px;
  height: 450px;
  background-image: url(../img/concept_img02.png);
  background-size: contain;
  background-repeat:no-repeat;
  margin:60px auto 50px;
  text-align:center;
  } */



/* #top_concept > div > img {
  width: 200px;
  display: block;
  position: absolute;
  top: -22%;
  left: -35%;
  } */

.h-type01 {
  width: 500px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  font-size: 2.9rem;
  padding: 2em 10px 0.7em 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-left:auto;
  margin-right:auto;
}

#ttl_concept {
  margin-bottom: 7%;
}

/* #top_concept #ttl_concept:before{
content: '';
  display: block;
  width: 406px;
  height: 450px;
  background-image: url(../img/concept_img01.png);
  background-size: contain;
  background-repeat:no-repeat;
  margin:0 auto 120px;
  } */

.img_ringo{
  width: 406px;
  height: 450px;
  margin:0 auto 60px;
}

.img_ringo02{
  width: 406px;
  height: 450px;
  margin:0 auto 60px;
}

.h-type01 span {
  font-size: 63%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#top_concept h3 {
  text-align: center;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 auto 30px;
}
.p-line {
    position: relative;
    padding-bottom: 20px;
}
#top_concept .p-line:after {
    content: "";
    width: 200px;
    height: 2px;
    background: linear-gradient(to right, #00042D, #00042D 6px, transparent 6px, transparent 20px) repeat-x left bottom / 10px 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#top_concept .message {
  position: relative;
}

#top_concept p {
  text-align: center;
  /*   font-size: 1.4rem;
  margin-bottom: 50px;
  font-weight: bold; */
}

#top_concept .top_concept_in .p01{
font-size:2.3rem;
margin-bottom:30px;
font-weight:600;
}

#top_concept .top_concept_in .p02{
font-size:1.9rem;
padding-top:10px;
font-weight:600;
}


.top_cal_in .p01{
font-size:1.9rem;
padding-top:10px;
font-weight:600;
margin:4% 0;
}

/* .cal_ttl {
  width: 98%;
  max-width: 420px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 10px;
}

.cal_ttl span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */


.g_cal{
padding:30px 0 10px 0;
}

.cal_btn{
margin-left:auto;
margin-right:auto;
text-align:center;
}


.cal_btn a{
display:inline-block;
background:#000;
color:#fff !important;
height:38px;
line-height:38px;
padding:0 30px;
border-radius:44px;
margin-bottom:20px;
font-size:1.8rem;
font-weight:bold;
}

.cal_link:hover{
opacity:0.6;
}


/*--------------------------------------
#top_advantage
--------------------------------------*/
#top_advantage {
  background: url(../img/dotte.png) repeat;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 12%;
  z-index: 1;
}


/* #top_advantage {
  background-color: #22AC38;
  position: relative;
  margin-top: -40px;
  padding: 5% 0 14%;
  z-index: 1;
  } */
#top_advantage:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}
#top_advantage > div {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
#top_advantage > div > img {
  width: 200px;
  display: block;
  position: absolute;
  top: -25%;
  left: -30%;
}
#top_advantage h2 {
/*   width: 98%;
  max-width: 420px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 7%;
}

/* #top_advantage h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */

#top_advantage ul li {
  width: 100%;
  background: #fff462;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px;
  box-sizing: border-box;
  margin: 0 auto 5%;
  border-radius: 10px;
  letter-spacing:0.1em;
}

/* #top_advantage ul li span {
  font-size: 80%;
  letter-spacing: 0.02em;
}
#top_advantage ul li small {
  font-size: 60%;
  padding: 5px 0;
  display: block;
  letter-spacing: 0em;
}
#top_advantage ul li a {
  display: block;
  line-height: 1.2;
  padding: 10px 10px;
  } */


/*--------------------------------------
#top_class
--------------------------------------*/

#top_class {
  background-color: #22AC38;
  position: relative;
  margin-top: -40px;
  padding: 5% 0 7%;
  z-index: 1;
}

/* #top_class {
  background: url(../img/dotte.png) repeat;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 12%;
  z-index: 1;
  } */
#top_class:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}

#top_class > div {
  width: 90%;
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}
/* #top_class > div > img {
  width: 120px;
  display: block;
  position: absolute;
  top: -17%;
  right: 0;
  } */


#top_class h2 {
/*   width: 400px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 7%;
}

.class_photo img{
max-width:100%;
height:auto;
}



/* #top_class h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */

/* #top_class > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top_class > div > div > div:first-child {
    margin-right: 80px;
    margin-bottom: 40px;
}
#top_class > div > div > div {
  width: 45%;
  text-align: center;
}
 */



#top_class h4 {
  display: block;
  width:11em;
  padding: 4.4% 1%;
  font-weight: bold;
  font-size: 170%;
  border-radius: 20px;
  text-align: center;
  margin: 5% auto 10px;
  line-height: 1.4;
  /* font-family: 'Gothic MB101 Bold'; */
    background: #000;
    color: #fff;
}
/* #top_class > div > div > div h3 span {
  font-size: 70%;
  display: block;
  } */

#top_class .p01 {
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  padding-bottom:28px;
}
/*--------------------------------------
#top_instructor
--------------------------------------*/
#top_instructor {
  background-color: #E7317D;
  position: relative;
  margin-top: -40px;
  padding: 8% 0 12%;
  z-index: 1;
}
#top_instructor:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}
#top_instructor > div {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  background: #fefbf0;
  padding: 2% 5%;
  box-sizing: border-box;
}
#top_instructor > div > img {
  width: 80px;
  display: block;
  position: absolute;
  top: -10%;
  left: -15%;
}
#top_instructor h2 {
  width: 420px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 7%;
}

#top_instructor h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#top_instructor p {
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
}
/*--------------------------------------
#top_schedule
--------------------------------------*/
#top_schedule {
    width: 100%;
  background-color: #fff462;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 8%;
  z-index: 1;

    font-weight: bold;
}
#top_schedule:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x left center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}
#top_schedule > div > img {
  width: 170px;
  display: block;
  position: absolute;
  top: -17%;
  right: -46%;
}
#top_schedule h2 {
/*   width: 400px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 7%;
}

/* #top_schedule h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */



.schedule_box {
      text-align: center;
    max-width: 670px;
    border-radius: 10px;
    margin: 0 auto 56px;
    padding-bottom: 20px;
    background-color: #fff;
}
.black h3, .red h3 {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.1em;
  font-family: 'Gothic MB101 Bold';
  background: #00042D;
  width: 100%;
    height: 86px;
    line-height: 86px;
  border-radius: 10px 10px 0 0;
  color: #DF002B;
}
.red h3 {
  background: #DF002B;
  color: #00042D;
}
.schedule h4 {
    margin-top: 10px;
    font-weight: bold;
    font-size:2.1rem;
}

.schedule_box .p01{
  font-size: 170%;
}

.schedule_box .p02{
  font-size: 130%;
}

.schedule_box .p02 span{
  color:#ccc;
}

.black h5, .red h5 {
  width: 78%;
  text-align: center;
  background: #00042D;
  color: #fff;
  padding: 0 0.5em;
  display: inline-block;
  margin: 0 auto 10px;
  font-size: 160%;
  font-weight: 600;
  font-family: 'Gothic MB101 Bold';
}
.red h5 {
  background: #DF002B;
  }
.schedule h3:first-letter {
  font-size: 140%;
}
.schedule > div h4 {
  border-bottom: 3px dotted #fff;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.schedule > div p {
  text-align: center;
  margin: 0 auto;
}
.schedule .border {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}
.schedule .border:after {
    content: "";
    width: 86%;
    height: 3px;
    background-color: #00042D;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#top_schedule > div > p {
  margin: 5% auto 10%;
  text-align: center;
}

.level {
    height: 180px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items:center;
    justify-content: center;
    margin-left:10%;
}
.level:after {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 100px;
    position: absolute;
    left: 5%;
    top: 10px;
}


.schedule .hitomi:after{background: url(../img/member/hitomi.png);} 
.schedule .vori:after{background: url(../img/member/vori.png);} 
.schedule .shin:after{background: url(../img/member/shin.png);} 
.schedule .azusa:after{background: url(../img/member/azusa.png);} 
.schedule .chi:after{background: url(../img/member/chi.png);} 
.schedule .shirona:after{background: url(../img/member/shirona.png);} 
.schedule .yojiro:after{background: url(../img/member/yojiro.png);} 

/* .schedule .hitomi p, .schedule .azusa p, .schedule .chi p, .schedule .shirona p, .schedule .yojiro p {
    padding-left: 14%;
    } */
    
/*--------------------------------------
#top_price
--------------------------------------*/
#top_price {
  background: url(../img/dotte.png) repeat;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 10%;
  z-index: 1;
}
#top_price:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}
#top_price > div {
  width: 90%;
  max-width: 674px;
  margin: 0 auto;
  position: relative;
}

#top_price .price_content {
  position:relative;
  z-index:1;
  border: 3px solid #00042D;
  border-radius: 10px;
  overflow: hidden;
  background: #fefbf0;
  width:100%;
  box-sizing:border-box;
}

#top_price .fukidashi{
position:absolute;
  z-index:5;
top:-50px;
left:-80px;
}

.praice_wrap{
position:relative;
}


.price_content ul{
padding:20px;
}

.price_content li{
padding-bottom:10px;
margin-bottom:10px;
font-size:160%;
font-weight:600;
letter-spacing:0.06em;
text-align:center;
border-bottom:dotted 2px #666;
}

.price_content li:last-child{
border-bottom:none;
padding-bottom:0;
}

#member_price{
margin-bottom:70px ;
}

#visiter_price{
margin-bottom:10px ;
}



.price_img{
margin-bottom:70px;
}

/* 
#top_price .price_flxbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    } */

/* #top_price .price_flxbox div{
    width: 30%;
    } */

/* #top_price > div > img {
  width: 180px;
  display: block;
  position: absolute;
  top: -17%;
  left: -10%;
  } */
  
#top_price h2 {
/*   width: 420px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 7%;
}

/* 
#top_price h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */
.price_box {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 40px auto 0;
  box-sizing:border-box;

}


/* .price_box h3 {
  font-size: 150%;
  letter-spacing: 0.15em;
  background: #00042D;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: bold;
}
.price_box h3 span {
    font-size: 1.2rem;
    display: block;
}
.price_box h3 + p {
  font-size: 200%;
  margin-bottom: 0;
  } */


#top_price h3 {
  color: #fff;
  font-size: 160%;
  background: #00042D;
  border-radius: 0px;
  padding: 10px 10px;
    text-align: center;
    font-weight:700;
}


#visiter_price h3{
background-color:#22ac38 !important;
}

#visiter_price {
  border: 3px solid #22ac38 !important;
}

/* #top_price .price_content p {
  width: 90%;
  margin: 0 auto;
  font-size: 130%;
  border-bottom: 3px dashed #00042D;
  padding: 15px 9%;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: 0.05em;
    text-align: center;
}
.price_box > div p.t-left {
    text-align: left;
}
#top_price .price_content p span {
    display: block;
    margin-left: 1.4rem;
    font-size: 70%;
}
.price_box > div:nth-child(2) {
    text-align: left;
}
#top_price .price_content p:last-child {
  border-bottom: none;
}
.price_box > div + p {
  font-size: 90%;
  letter-spacing: 0.1em;
}

#top_price h4 {
  font-size: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#top_price h4 + p {
  font-size: 70%;
  text-align: center;
  } */

/* バウンド */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 2s fuwafuwa infinite;
}

.anime-fuwafuwa2 {
  animation: 2.5s fuwafuwa infinite;
}

/*--------------------------------------
#top_access
--------------------------------------*/
#top_access {
  background-color: #22AC38;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 6%;
  z-index: 1;
}
#top_access:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}
#top_access > div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#top_access > div > img {
  width: 160px;
  display: block;
  position: absolute;
  top: -4%;
  right: -4%;
}

#top_access h2 {
/*   width: 400px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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%;
}

/* #top_access h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */
#top_access h2.h2_small {
  width: 430px;
  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;
}

.access_data {
  text-align: center;
  margin-bottom: 5%;
    font-weight: bold;
}

.access_data h3 {
  font-size: 150%;
  margin-bottom: 2%;
  font-weight: bold;
  font-family: 'Gothic MB101 Bold';
}

.access_data h4 {
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.access_data h5 {
  font-size: 120%;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.access_data h5 span {
  font-size: 85%;
  font-weight: bold;
}


.access_data p {
  font-size: 85%;
  margin-bottom: 0;
  line-height: 1.6;
}
#gmap iframe {
  width: 100%;
  height: 450px;
  margin: 0 auto 1%;
    border-radius: 20px;
}
#gmap a {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto 8%;
}
#gmap a:hover {
  transform: scale(1.15);
}
#map {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5%;
}

#howto {
  max-width: 800px;
  margin: 5% auto;
  text-align: center;
  position: relative;
}
#howto dl {
  max-width: 300px;
  margin: 0 auto 5%;
  position: relative;
}
#howto dl dt {
  max-width: 180px;
  margin: 0 auto 3%;
  padding: 35px 0 0;
  font-size: 100%;
  font-weight: bold;
}
#howto dl:nth-of-type(1) dt {
  background: url(../img/access01.png) no-repeat top center;
  background-size: 100% auto;
}
#howto dl:nth-of-type(2) dt {
  background: url(../img/access02.png) no-repeat top center;
  background-size: 100% auto;
}
#howto dl:nth-of-type(3) dt {
  background: url(../img/access03.png) no-repeat top center;
  background-size: 100% auto;
}
#howto dl dd {
  font-size: 90%;
}

#howto dl dd span{
  font-size: 110%;
}

#howto > img {
  width: 160px;
  display: block;
  position: absolute;
  top: 60%;
  left: -7%;
}

/* 枠内スライドショー */
#slideshow1 {
  max-width: 740px;
  height: 470px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#slideshow1 img {
  top: 0;
  left: 0;
  position: absolute;
}

#studio p {
  max-width: 580px;
  background: #fff;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 5%;
  border-radius: 10px;
}
/*--------------------------------------
#footer
--------------------------------------*/
footer {
    width: 100%;
  background: #00042D;
  color: #fff;
  position: relative;
  margin-top: -40px;
  padding: 50px 0 40px;
  z-index: 1;
}
footer a {
    color: #fff;
}
footer:before {
  content: '';
  width: 100%;
  height: 40px;
  background: url(../img/wave03new.png) repeat-x bottom left;
  background-size: auto 100%;
  position: absolute;
  top: 0;
}
footer:after {
  content: '';
  width: 100%;
  height: 40px;
  background: url("../img/footer_back.jpg") repeat-x bottom left;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
}
footer > div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#foot_nav {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 4%;
  position: relative;
}
#foot_nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 85%;
  font-weight: bold;
  letter-spacing: -0.1em;
}

#foot_nav > ul li:after {
  content: '/';
  display: inline-block;
  font-size: 90%;
  padding: 0 15px;
}
#foot_nav > a {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -7px;
  right: 0;
}
#foot_nav > a:hover {
  transform: scale(1.2);
}

#foot_data {
  width: 100%;
  /*   max-width: 1100px; */
  margin: 0 auto 1%;
  position: relative;
}
#foot_data > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-top:-50px;
}
#foot_data > ul > li {
  display: block;
  transition: all 0.5s;
}
#foot_data > ul > li:nth-of-type(1) {
  width: 42%;
  margin-right: 3%;
}
#foot_data > ul > li:nth-of-type(2) {
  width: 26%;
  padding-top: 10px;
    margin-right: 3%;
}
#foot_data > ul > li:nth-of-type(3) {
  width: 26%;
  padding-top: 20px;
}
#foot_data > ul > li:nth-of-type(3):hover {
  transform: scale(1.1);
}

#copy {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 0;
  text-align: center;
  font-size: 80%;
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 125px;
  height: 164px;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 1160px) {
  #top_concept > div > img {
    width: 150px;
    left: -15%;
  }
  #top_advantage > div > img {
    width: 170px;
    left: -20%;
  }
  #top_class {
    padding: 2% 0 20%;
  }
  #top_instructor {
    padding: 7% 0 17%;
  }
  #top_instructor > div > img {
    top: 2%;
    left: -5%;
  }
  #top_schedule > div > img {
    width: 150px;
    right: -30%;
    top: -5%;
  }
  #top_access > div > img {
    width: 120px;
    right: -3%;
    top: -2%;
  }
  #howto > img {
    left: -2%;
  }
  #top_schedule {
    padding: 2% 0 10%;
  }
  #top_access {
    padding: 2% 0 12%;
  }
}

/* @media screen and (max-width: 1000px) {
  #top_class > div > div > div {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 5%;
  }
  } */

/*---------------------------------------------
 **  下層ページ
---------------------------------------------*/

#page_img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0 -180px;
}
#page_wrapper {
  /* background-color: #E7317D; */
  background-color: #22AC38;
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px;
  padding: 5% 0 12%;
  z-index: 1;
}
#page_wrapper:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}
#page_wrapper > div {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
#page_wrapper > div > img {
  width: 200px;
  display: block;
  position: absolute;
  top: -22%;
  left: -35%;
}
/* #page_wrapper h2 {
  width: 420px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  font-size: 130%;
  padding: 2em 10px 0.7em 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 7%;
}

#page_wrapper h2 span {
  font-size: 63%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */
#page_wrapper h3 {
  text-align: center;
  font-size: 1.8rem;
    letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 2.8rem;
  margin: 0 auto 20px;
}

#page_wrapper p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 80px;
  margin-bottom: 50px;
  font-weight: bold;
}
.contact_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #F7F8F8;
  padding: 4% 6%;
  box-sizing: border-box;
}

.form_btn {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.form_btn .input-btn01,
.form_btn .input-btn02 {
  margin: 0 auto;
}

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

.info-txt {
  padding: 20px;
  background: #e5e6e5;
}

.color03 {
  color: #ea573e;
}

.color04 {
  color: #4ea831;
}

.contact-dl {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
  letter-spacing: 0;
}

.contact-dl dt {
  vertical-align: top;
  width: 220px;
  display: inline-block;
  margin-right: 20px;
  padding: 30px 0 20px 20px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}

.contact-dl dd {
  width: calc(100% - 240px);
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  text-align: left;
}

.contact-dl dd a {
  color: #ea573e;
  text-decoration: underline;
}

.contact-dl dd a:hover {
  color: #db5162;
  text-decoration: none;
}

.radio-span {
  display: block;
  margin-bottom: 10px;
}

.radio-span input {
  vertical-align: middle;
  margin-right: 6px;
}

.komoku {
  float: left;
  width: 155px;
  display: inline-block;
  margin-top: 0em;
}

.must {
  font-size: 11px !important;
  display: inline-block;
  color: #fff;
  background: #ea573e;
  line-height: 1;
  text-align: center;
  padding: 0.3em 0.5em;
  margin-right: 15px;
  border-radius: 20px;
  position: absolute;
  right: -10px;
  top: 32px;
}

input[type='text'],
input[type='email'],
dd > select,
textarea {
  width: 100%;
  padding: 0.6em 1em;
  outline: none;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #f8ebbc;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.input-box01 {
  width: 100%;
}

.input-box01c {
  width: 100% !important;
  margin-bottom: 8px !important;
}

.input-zip {
  width: 80px;
  border: solid 1px #ccc !important;
  padding: 7px 6px;
  background: #fff;
}

.add_txt {
  display: inline-block;
  padding-left: 10px;
  font-size: 90%;
}

.ml5 {
  margin-left: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.input-box02 {
  width: 100%;
  height: 200px;
}

.input-box03 {
  margin-top: -25px;
}

.input-btn01 {
  font-size: 16px;
  display: inline-block;

  color: #fff;
  width: 280px;
    height: 40px;
  background: url("../img/input-btn.png") no-repeat;
  background-size: contain;
  transition: all 0.5s;
  border-radius: 10px !important;
}

.input-btn01:hover {
  opacity: 0.6;
}
.btn-flex {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    width: fit-content;
    /* padding: 0 40px; */
    box-sizing:border-box;
}



.input-btn02 {
  font-size: 16px;
  display: inline-block;
  width: 100px;
  height: 40px;
  color: #fff;
  background: #B1B1B1;
  border-radius: 100px !important;
  margin-right: 30px;
}

.input-btn02:hover {
  background: #ccc;
    transition: .5s;
}

.input_kind dd {
  display: flex;
  flex-wrap: wrap;
}
.input_kind dd > span {
  width: 90%;
}
.input_kind dd > span:first-child {
  display: block;
  margin-left: 10px;
}

.input-short {
  max-width: 200px;
}

.confirm-p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.cr02 {
  color: #ff0000;
}

/* エラー吹き出し */
.error {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0.5em 1.5em;
  color: #fff !important;
  border-radius: 6px;
  background: #ea573e;
  font-size: 1.4rem;
  margin-top: 12px;
  width: 200px;
  text-align: center;
}

.error::before {
  content: '';
  position: absolute;
  left: 64px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #ea573e;
  border-left: 15px solid transparent;
}

.input-box01b {
  width: 5em;
}

.bg-type01 {
  background: #fbedef;
}

.bg-type02 {
  background: #f0fcee;
}

.confirm .no-confirm {
  display: none;
}

.form-btn {
    width: fit-content;
  margin: 20px auto 40px;
}
.form-btn a {
    text-align: center;
    line-height: 40px;
}
.error-message {
  width: 90%;
  background: #fbedef;
  padding: 3% 5%;
  color: #ea573e;
  text-align: center;
}

.confirm,
.thanks-message {
  width: 90%;
  background: #f3eac0;
  padding: 3% 5%;
  text-align: center;
  margin-bottom: 10%;
}

.kakunin_wrap .kakunin_off {
  display: none !important;
}

.tac-all {
  display: none;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 5% 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #231815;
  background-color: #fff;
  border: solid 1px #231815;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #231815;
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #2b7c3c;
  border-color: #2b7c3c;
  font-weight: bold;
}

.wp-pagenavi span:first-child {
  display: none;
}

/*---------------------------------------------
 **  お知らせ
---------------------------------------------*/

#news_block {
  background: url(../img/bg01.jpg) repeat-y;
  background-size: 100% auto;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 10%;
  z-index: 1;
}
#news_block:before {
  content: '';
  width: 100%;
  height: 40px;
  background: url(../img/wave01.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}

#news_block > div {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
#news_block > div > img {
  width: 170px;
  display: block;
  position: absolute;
  top: 0%;
  left: -8%;
}

#news_block h2 {
  width: 400px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 7%;
}

#news_block h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.news_list {
  margin-top: 10%;
  background: #fefbf0;
  padding: 5% 5%;
  box-sizing: border-box;
}
.news_list dl {
  border-bottom: dotted 3px #ea573e;
  padding: 3% 5%;
}
.news_list dl a {
  display: block;
}
.news_list dl a:hover {
  color: #231815 !important;
  background: #ffcc00;
}

.news_list dl dt {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.news_list dl dt span {
  font-size: 70%;
  display: block;
}
.news_list dl dd {
  line-height: 1.6;
}
.kiji_btn a {
  display: inline-block !important;
  background: #2b7c3c;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.news_box {
  background: #fefbf0;
  padding: 8%;
  box-sizing: border-box;
}
.news_box img {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto 5%;
}
.news_box h3 {
  font-size: 130%;
  padding: 0 0 5px 70px;
  background: url(../img/icon_menu.png) no-repeat top 10px left;
  background-size: 50px auto;
  border-bottom: dotted 3px #ea573e;
  margin-bottom: 5%;
  line-height: 1.6;
}
.news_box h3 span {
  font-size: 70%;
  display: block;
}
.pre_next {
  display: flex;
  justify-content: space-between;
  margin: 10% auto 5%;
}

/* 画像中央寄せ */
#kiji {
  text-align: center;
}
#kiji p {
  text-align: left;
}


/* 追加202211 */

.schedule > div h4.no-bdr{
  border-bottom: none !important;
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}



/* .cal_ttl {
  width: 98%;
  max-width: 420px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  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 10px;
}

.cal_ttl span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */



/*---------------------------------------------
 **  インスタ
---------------------------------------------*/
#top_insta {
    width: 100%;
  background-color: #22AC38;
  position: relative;
  margin-top: -40px;
  padding: 40px 0 170px;
  z-index: 1;
  font-weight: bold;
}
#top_insta:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../img/wave02.png) repeat-x left center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}

#sbi_load{
padding-top:30px;
}

/* 
#top_insta {
  background: url(../img/bg02.jpg) repeat-y;
  background-size: 100% auto;
  position: relative;
  margin-top: -40px;
  padding: 2% 0 10%;
  z-index: 1;
}
#top_insta:before {
  content: '';
  width: 100%;
  height: 40px;
  background: url(../img/wave02.png) repeat-x center center;
  background-size: auto 100%;
  position: absolute;
  top: -40px;
}

 */

#top_insta > div {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
#top_insta > div > img {
  width: 120px;
  display: block;
  position: absolute;
  top: -17%;
  right: 0;
}
#top_insta h2 {
/*   width: 400px;
  background: url(../img/h2_line.png) no-repeat bottom center;
  background-size: 100% auto;
  font-size: 140%;
  padding: 3em 10px 0.7em 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 1.4; */
  margin: 0 auto 7%;
}

/* #top_insta h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  } */



.link_line{
text-decoration:underline;
color:#000;
}

.link_line:hover{
color:#fff;
}




/*---------------------------------------------
 **  プライバシーポリシー追加
---------------------------------------------*/
.btm30{
margin-bottom:30px;
}

.pv_wrap{
max-width:100%;
padding:5%;
background:#fff;
text-align:left;
}

.pv_wrap p{
text-align:left !important;
font-weight:500 !important;
margin:0 !important;
padding:0 !important;
margin-bottom:20px !important;
}

.pv_wrap h3{
text-align:left !important;
border-bottom:dotted 1px #999;
padding-bottom:6px;
margin-bottom:6px !important;
}

.pv_wrap ul{
font-size:1.4rem;
margin:0 !important;
padding:0 !important;
margin-bottom:20px !important;
}

.pv_wrap ul li{
list-style-type:disc!important;
margin-left:30px;
}

.pv_wrap p a{
color:#333 !important;
}

.pv_wrap p a:hover{
color:#333 !important;
opacity:0.6;
}



.tokuten{
position:fixed;
width:180px;
z-index:2;
bottom:5%;
left:5%;
}



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

.tokuten{
width:16vw;
bottom:5%;
left:3vw;
}

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

.tokuten{
width:25vw;
bottom:3vw;
left:3vw;
}


}