@charset "UTF-8";
/* CSS Document */

/* タブレットやモバイル用の設定 1024px以下 */
@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll; /* パララックス効果を無効にする */
        background-size: cover; /* 画像を画面いっぱいにカバー */
        background-position: center;
    }
body {
    overflow-x: hidden;
  }
  /* 幅が広がってしまう原因となる要素に対するスタイル調整 */
  .container {
    max-width: 100%;
  }

.woocommerce-message::before{
    color: #f41293!important;
}
.woocommerce-message {
    border-top-color: #f41293!important;
}
}

/* Tablet (Portrait) 画面の横幅が769px〜1024pxまで
---------------------------------------------------- */

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

.sp{display:none;}	
.tablet-line{display:none;}
.wrapper{
	width: 100%;
    padding: 0;		
}

/* header
---------------------------------------------------- */
.header-reservation{
    position: fixed;
    top: 18px;
    right: 140px;
    width: 200px;
    height: 54px;
    background: #fff;
    border-radius: 10px 0;
    text-align: center;
    z-index: 2;
    letter-spacing: 2px;
    border: 2px solid #f41293;
}
#header h1 {
margin: 0;
position: fixed;
left: 20px;
top: 20px;
}
.welcome{
	position: absolute;
    top: 20px;
    left: 200px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
	}
.header-reservation a{
	
}
.header-reservation .text-ja{
    color: #f41293;
    padding: 0;
    position: relative;
    top: 5px;
    font-size: 14px;
    font-weight: bold;
}
.header-reservation .text-en{
	color: #f41293;
    padding: 0;
    font-size: 10px;
}
.line-sp{
	position: fixed;
        bottom: 0;
        top: auto;
        width: 49%;
        border-radius: 0 30px 0 0;
        height: 60px;
        background: #0ac855;
        text-align: center;
        z-index: 2;
        letter-spacing: 2px;
        color: #fff;
        z-index: 2;
	}

.line-sp .text-line{
	text-align: center;
    z-index: 2;
    letter-spacing: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;	
	}
.line-sp .text-line span{
	
	}
.line-sp .text-line span img{
	width: 30px;
	}

/* single page header
---------------------------------------------------- */

.logo2{
	width: 130px;
    position: absolute;
    top: 20px;
    left: 20px;
	z-index:2;
}

.header-reservation {
       position: fixed;
        bottom: 0;
		top:auto;
        right: 0;
        width: 49%;
        border-radius: 30px 0 0 0;
        height: 60px;
        background: #f41293;
        text-align: center;
        z-index: 2;
        letter-spacing: 2px;
        color: #fff;
        z-index: 2;
}
#header h1 {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 20px;
	width: 100px;
	z-index: 0;
}
.header-reservation .text-ja {
    color: #fff;
    padding: 0;
    position: relative;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.header-reservation .text-en {
    color: #fff;
    padding: 6px;
    font-size: 10px;
}


/* single page content
---------------------------------------------------- */
#nao-singlepage2 .wrapper {
    width: 90%;
}
	#nao-singlepage2 .single-contents{
		width: 100%;
	}
	#nao-singlepage2 h2 {
		font-size:17px;
	}
	
	
	
/* Navigation
---------------------------------------------------- */	
.toggle {
        display: block;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
        width: 80px;
        height: 80px;
    }	
	.hamburger-text p {
    color: #fff;
	font-size: 13px;
}
.hamburger-box {
    width: 40px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 24px;
}
.hamburger-text {
    text-align: center;
    padding-top: 0px;
    letter-spacing: 1.5px;
}
#nav {
       float: none;
        width: 100%;
        margin: 0 auto 40px auto;
        padding: 0;
        height: 100% !important;
        display: none;
        position: fixed;
    }


.main-navi {
		background-color: #fff;
        z-index: 1;
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 150px;
        text-align: center;
        top: 300px;
        left: 0;
}

.main-navi ul li {
    display: inline-block;
    width: 40%;
    margin-bottom: 20px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 10px 0;
    margin: 10px;
}
.main-navi ul li span {
    display: block;
    font-size: 0.5rem;
    margin:0;
}
.nav-contact{
	width: 86%;
    border: none;
    background: #f1f1f1;		
	}
/* open */
.open {
  overflow: hidden;
  
  #nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform .6s;
  }
  #nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }
}
#nav .logo3{
	width: 30%;
    margin: 0 auto;
    position: relative;
    top: 100px;
	}

#nav .logo2 {
    width: 130px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
/* Main Visual
---------------------------------------------------- */
#top-slide-max{
	
}
.zoom-1 img {
      width: 100%;
      height: auto;
	animation: animationZoom1 5s ease-in-out forwards;
}
.zoom{
	width: 100%;
    max-height: auto;
    overflow: hidden;	
}
@keyframes animationZoom1 {
      100% { transform:scale(1.1)} 
    }
#top-slide-max .img-copy {
    width: 70%;
    position: relative;
    top: 50px;
    left: 0px;
}
#top-slide-max .copy {
	position: absolute;
  	right: 100px;
    bottom: 50px;
    z-index: 1;
}
#top-slide-max .first-message{
	font-size: 20px;
    background: #fff;
    display: block;
    width: 320px;
    font-weight: bold;
    padding-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 20px;
    opacity: 0.9;
}
#top-slide-max .second-message{
	color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    line-height: 1.5;
}
.kaushan-script-regular {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}
#top-slide-max .third-message{
	color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 20px 0;
}
#top-slide-max .third-message span{
	border-bottom: 1px solid #fff;
    margin-right: 10px;
}
#top-slide-max .copy .anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
 
.scroll{
	display:none;
}

.img-copy {
   position: relative;
   width: 70% !important;
   left: -30px;
}
.line-pc{
	position: fixed;
    right: 370px;
    top: 13px;
    /*z-index: 1;*/
}
.line-pc img{
	width: 250px;
}

/* News Section
---------------------------------------------------- */		
	
#info{
	height:900px;
	width:85%;
	margin:0 auto;
}		
#info .left{
	width: 100%;
margin: 0;
}	
#info .title-area h2{
	
}
#info .title-area a{
	text-align: right;	
}
#info .news-row_wrapper{
	border-top: 1px solid #ddd;
    padding: 20px 0;
}
#info .news-date_wrapper{
	margin-bottom: 30px;
}
#info .left .news-info{
	clear:both;	
}


#info .left p{
	font-size: 12px;
    padding: 9px 0;
}
#info .left ul{
	margin: 0;
}
#info .left ul li{
list-style:none;
	margin: 0;
}

#info .left .news-info .news-date,
#info .right .event-info ul li .news-date{
	font-size:14px;
	float: left;
    width: 100px;
    margin: 0;
    padding: 0;
	letter-spacing: 1px;
}
#info .left .news-info .news-classification,
#info .right .event-info ul li .news-classification{
	float: left;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #ddd;
}
#info .left .news-info .news-classification p,
#info .right .event-info .news-classification p{
	padding: 0;
    font-size: 10px;
}



/* event */
#info .right{
	margin:0;
	width: 100%;
}
#info .right .event-info{
	position: relative;
        width: 80%;
        padding: 10%;
        background: #f1f1f1;
}
#info .right .event-info ul{
	margin: 0;
}
#info .right .event-info ul li{
	list-style:none;
	border: none;
    padding: 0;
	margin: 0;
}
#info .right .event-info ul li .thumbnail{
	margin-bottom: 30px;
}
#info .right .event-info ul li .thumbnail img{
	border-radius:50px 	0 0 0;
}
#info .right .event-info .pickup-text{
   background: #f41293;
        border-radius: 50%;
        width: 85px;
        height: 40px;
        position: absolute;
        color: #fff;
        text-align: center;
        padding-top: 25px;
        letter-spacing: 1px;
        right: 20px;
        top: 20px;
}		
/* Parallax Section
---------------------------------------------------- */	
	.parallax{
		display:none;
	}

/* Message section
---------------------------------------------------- */			
#message{
	margin-top:40px;
}
#message .top-text .title-area {
  position: absolute;
  margin: 0;
  margin: 0;
}
	#message .top-text{
	width: 90%;
    margin: 0 auto;
	}
#message h2 {
  color: #000;
  line-height: 1.5;
 letter-spacing: 1px;
  margin-bottom: 20px;
font-weight: bold;
}

#message .image1 {
   position: relative;
        left: 0;
        top: 260px;
        width: 40%;
        margin: 0;
}
#message .image2 {
   position: absolute;
        /* margin-top: -60px; */
        left: 10%;
        width: 35%;
        margin: 0;
        top: 400px;
}
#message .image3 {
    position: absolute;
    left: 20%;
    margin-top: 740px;
    border-radius: 0 0 0 50px;
    width: 130px;
}
#message .image3-2{
	position: absolute;
    right: 0;
    width: 30%;
	}

#message .image3-2 img{
	border-radius: 0 0 0 50px;
	}
#message .last{
		
	}
#message .top-text .right {
   width: 50%;
   margin-top: 0 !important;
  position: relative;
   right: 0;
   top: 300px;
}
#message .text-ja p {
    font-size: 16px;
   letter-spacing: 1px;
   line-height: 1.8;
    color: #000;
}
/* Profile Section
---------------------------------------------------- */
#profile{
	width: 90%;
	margin: 0 auto;
}
#profile .image{
}
#profile .left{
	width: 50%;
    margin-left: 0;
    margin-bottom: 120px;
}
#profile .image img{
	width: 40%;
    position: absolute;
    right: 0;
    border-radius: 100px 0 0 0;
}

#profile .right{
}
#profile .title-area{
}
#profile .title-area .title-image{
}
#profile .text-ja{
	 margin-top: 70px;
}
#profile .text-ja .position{
	font-size: 14px;
	padding: 0;
}
#profile .text-ja .name{
	font-size: 24px;
	padding: 0;
}
#profile .text-ja .text{
	margin-top: 20px;
}
#profile .text-ja p{
	padding:none;
	font-size: 16px;
    color: #000;
    line-height: 1.7;
	letter-spacing: 1px;
}
#profile .text-en{
	margin-top: 40px;
}
#profile .text-en .position{
	font-size:14px;
}
#profile .text-en p{
	font-size: 10px;
    color: #000;
    line-height: 1.6;
    padding: 0;
}
#profile .more{
	text-align: right;
    border-bottom: 1px solid #ddd;
}
#profile .more a{
	
}
#profile .more p{
	color:#f41293;
}

/* class Section
---------------------------------------------------- */
#class{
	clear:both;
	padding-top: 120px;
}
#class .image {
    position: relative;
    margin: 0;
	width: 90%;
}
#class .image img{
	width: 100%;
	right: 0;
	border-radius: 50px 0 0 0;
}
#class .title-area{
	clear:both;
}
#class .title-area h2{
	width: 90%;
    margin: 40px auto;
}

#class .class-box{
   clear: both;
    width: 90%;
    margin: 0 auto;
	text-align: justify;
}
#class .class-box .class-img{
	width: 40%;
    display: inline-block;
}
#class .class-box .text-area{
	width: 40%;
}
#class .class-box .text-area .title-area{
	margin: 0;
}
#class .class-box .text-area .title-area h3{
	border: none;
}
#class .class-box .text-area .title-area h3 .img-zumba{
    width: 200px;	
}

#class .class-box .text-area .title-area h3 span{
	display: block;
    margin-top: 10px;
    font-size: 14px;
}
#class .class-box .text-area .text-ja{
	
}
#class .class-box .text-area .text-ja p{
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
#class .class-box .text-area .texe-en{
	
}
#class .class-box .text-area .texe-en p{
	font-size: 10px;
}
/* reservation section
---------------------------------------------------- */
.parallax-section .pc{
		display:none;
	}
#reservation{
	clear: both;
    width: 90%;
    height: 250px;
    margin: 0 auto;
    background: #f1f1f1;
    position: relative;
    top: 140px;
    border-radius: 0;
    text-align: center;
	z-index: 1;
}
#reservation .reservation-wrap{
	padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}
#reservation .text{
	padding: 0;
    margin: 24px 0;
    font-size: 14px;
	text-align: left;
	text-align: center;
	font-weight: bold;
}

#reservation .btn{
	width: 90%;
    margin: 0 auto;
}
#reservation .btn a{
	padding: 0;
  height: 80px;
  display: block;
  margin: 0 auto;
  background: #f41293;
  border-radius: 20px 0;
  width: 100%;
}
#reservation .btn a .btn-ja{
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
    font-weight: bold;
    padding-bottom: 0;
}
#reservation .btn a .btn-en{
    color: #fff;
    padding: 0;
    font-size: 12px;
}
/* Schedule section
---------------------------------------------------- */
#schedule{
	width: 90%;
    margin: 0 auto;
}
#schedule .calendar{
	width: 95%;
    margin: 0 auto;
}
#schedule .text{
	text-align: center;
    color: #000;
}
#schedule .title-area{
	margin-bottom:40px;	
	}
/* studio section
---------------------------------------------------- */
#studio{
	padding-top: 120px;
	width: 100%;
}
#studio .title-area{
	width:90%;
	margin:0 auto;
	padding-bottom: 40px;
}
#studio .studio-box{
	
}
#studio .studio-box img{
	width: 90%;
    border-radius: 0 100px 0 0;
}
#studio .studio-box .text-area {
	width: 90%;
    position: relative;
   float: none;
    clear: both;
}
#studio .studio-box .text-area .title-area{
	display: contents;
}
#studio .studio-box .text-area h4{
	color: #000;
    border: none;
    margin: 0;
}
#studio .studio-box .text-area .text-ja{
	
}
#studio .studio-box .text-area .text-ja p{
	padding:0;
	
}
/* Contact section
---------------------------------------------------- */
#contact {
	clear:both;
}
#contact .title-area{
	width: 90%;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 40px;
}
#contact .contact-wrap{
	width: 90%;
        height: 800px;
        background: #f1f1f1;
        border-radius: 50px 0 50px 0;
        margin: 0 auto;
}
#contact .contact-inner{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
    top: 60px;
    text-align: center;
}
#contact .left{
	width: 100%;
    border-right: none;
	padding: 0;
	margin: 0;
}
#contact .mail{
	width: 80%;
    margin: 0 auto;
}
#contact .mail p{
	padding: 10px;
	font-size: 14px;
}
#contact .mail a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	}
#contact .left .text{
	font-size:14px;
	font-weight:bold;
	
}
#contact .btn{
	margin-top: 40px;
}
#contact .btn a .btn-ja{
	font-size: 16px;
    color: #fff;
    padding-top: 14px;
    font-weight: bold;
    padding-bottom: 0;
}
#contact .btn a .btn-en{
	    color: #fff;
    padding: 0;
    font-size: 12px;
}

#contact .btn a{
	padding: 0;
    width: 260px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: #f41293;
	border-radius: 20px 0;
}
#contact .right{}
#contact .line{
	float: none;
        width: 100%;
        clear: both;
        margin: 0;
        padding-top: 90px;
}
#contact .line .text{
	
	
}

#contact .line .qr{
	width: 144px;
}
/* Contact form
---------------------------------------------------- */
/*デフォルトのスタイルを無効化する*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}
#contact-form{
	width: 80%;
    margin: 0 auto;
}
.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea{
	width:100%;
}


.wpcf7-submit{
	padding: 20px 80px;
    border: none;
    background: #f41293;
    color: #fff;
    margin: 0 auto;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	background: #ffffff;
    border: 1px solid #cccccc;
	outline:none;
}
.wpcf7-response-output{
	border: none;
    padding: 0;
    margin: 20px 0;
}
.contact-sub .mail .text{
    font-size: 12px !important;
    color: #545454 !important;
    padding: 0 10px !important;
	font-weight:normal !important;
}
.contact-sub .left{

}
.contact-sub .btn a{
    padding: 0;
    height: 80px;
    display: block;
    margin: 0 auto;
	background: #fff;
	border-radius: 20px 0;
}
.contact-sub .btn a .btn-ja,
.contact-sub .btn a .btn-en{
	color: #f41293;
    padding: 0;
    font-size: 12px;
}
	
.contact-sub .line {
	padding-top: 0;
}
.contact-sub .line-area .text{
	width: 100%;
}
.contact-sub .line .qr{
}
.contact-sub .line .text{
	padding: 0;
}
.contact-sub .line .slide-bottom a{
	
}
.contact-sub .line .slide-bottom p{
	color:#000;
}
/*mailling list form*/

.mail-list{
	margin-top: 10px;
}
.mail-list .mlf input[type="text"]{
	width: 100% !important;
}
.mail-list .mlf input[type="button"]{
	border: none;
	background: #f41293;
    color: #fff;
    padding: 20px;
    margin-top: 14px;
    width: 100%;
    margin: 20px auto;
	border-radius: none!important;
}
/* *****************************************************************
*	Footer Navi
* ***************************************************************** */	
#footer{
	
}
.footer-navi{
	height:700px!important;	
	}
.footer-inner {
	width: 100%;
    margin-bottom: 100px;
}
#footer .footer-navi .logo{
	float: none;
    margin: 0 auto;
    padding-bottom: 60px;
 }
#footer .footer-navi .footer-wrap{
	width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
#footer .navi-list{
    font-weight: bold;
	margin: 0;
	float: none;
}
	#footer .navi-list ul {
		width:100%;
		margin:0 auto;
		text-align:center;
}
#footer .navi-list ul li a{
	color:#000;
}
#footer .navi-list ul li a:hover{
	color:#f41293;
}
#footer .navi-list ul li{
	list-style: none;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        margin: 10px;
        text-align: center;
        width: 38%;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
}
#footer .navi-list ul li span{
	    display: block;
        font-size: 10px;
        margin-top: 0;
        font-weight: normal;
}

	
/* Single Page
---------------------------------------------------- */	
	#main .row {
		width:100%;
	}
	#main .row .twothird{
		width:60%;
	
	}
	#main .row .third{
	width: 30%;
    margin-left: 5%;
	}
	#main .row .sidebar{
		
	}

}


