@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（スマホ用） */

/* 共通
---------------------------------------------------- */

.pc{display:none;}
.tablet{display:none;}
.wrapper { width: 100% !important;}
	
/* header
---------------------------------------------------- */
.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;
}


/* 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 {
        display: none;
        position: absolute;
        top: 0;
        float: none;
        text-align: center;
        width: 100%;
        background: #fefefe;
        margin-bottom: 40px;
        margin-top: 0px;
        padding: 0;
        height: 100%;
    }


.main-navi {
    width: 90%;
 	margin: 0 auto;
    position: relative;
    top: 150px;

}

.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;
}
.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;	
	 position: relative;
     top: 4px;
	}
.line-sp .text-line span{
	position: relative;
    top: -3px;
	}
.line-sp .text-line span img{
	width: 30px;
	}


/* Main Visual
---------------------------------------------------- */	
#top-slide-max{
	width: 85%;
        max-height: auto;
        height: 600px;
        overflow: hidden;
        padding: 0px;
        margin: 0px 20px 0 auto;
        z-index: -1;
        top: -40px;
        border-radius: 100px 0 0 0;
    }
#top-slide-max img{
		
	}
.zoom-1 img {
      width: 100%;
      height: auto;
	animation: animationZoom1 15s 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: 90%;
    position: relative;
    top: 40px;
	left: 0px;
}
#top-slide-max .copy {
	position: absolute;
    left: 50px;
    top: 240px;
    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: 30px;
    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: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 10px 0;
    position: relative;
    top: 0;
	left:0;
}
#top-slide-max .third-message span{
	border-bottom: 1px solid #fff;
    margin-right: 10px;
}

 
.scroll{
	position: absolute;
    left: 20px;
    top: 50%;
	display:none;
}
.scroll img{
	width: 15px;
}
#top-slide-max .copy-photo {
    font-size: 10px;
    color: #fff !important;
    position: absolute;
    right: 20px;
    z-index: 1;
}
.line-pc{
	position: fixed;
    right: 370px;
    top: 13px;
    /*z-index: 1;*/
}
.line-pc img{
	width: 250px;
}
.full a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85vh;
  margin: 0;
  text-decoration: none;
}
.full .img01 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/07/sp_slide_02.jpg);
}
.full .img02 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/07/sp_slide_05.jpg);
}
.full .img03 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/07/sp_slide_01_1.jpg);
}
.full .img04 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/07/sp_slide_03.jpg);
}
.full .img05 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/07/sp_slide_yoga.jpg);
}

.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}
/* News Section
---------------------------------------------------- */		
	
#info{
	height:820px;
	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: 16px;
    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;
}	
.parallax_box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    /* overflow-y: auto; */
}

/* Message section
---------------------------------------------------- */			
#message .top-text .title-area {
    position: relative;
    margin-top: 141px;
    left: 0;
    width: 100%;
}
	#message .top-text{
	width: 90%;
    margin: 0 auto;
	}
#message h2 {
  color: #000;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: bold;
}
#message .image1 {
   position: absolute;
	left: 0;
	top: -500px;
	width: 40%;
}
#message .image2 {
    position: absolute;
    margin-top: -60px;
    left: 10%;
    width: 35%;
}

#message .image3-2{
	position: absolute;
    right: 0;
    width: 30%;
	}

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

#profile .right{
	width: 90%;
   height: 240px;
    overflow: hidden !important;
    border-radius: 0 50px 0 0;
    margin-bottom: 40px;
	margin-left: 0;
	float: none;
	}
#profile .title-area{
}
#profile .title-area .title-image{
}
#profile .text-ja{
	 margin-top: 70px;
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
#profile .text-ja .position{
	font-size: 14px;
	font-weight:bold;
	padding: 0;
}
#profile .text-ja .name{
	font-size: 18px;
	font-weight:bold;
	padding: 0;
}
#profile .text-ja .text{
	margin-top: 20px;
	text-align: justify;
}
#profile .text-ja p{
	padding:none;
	font-size: 16px;
    color: #000;
    line-height: 1.6;
}
#profile .text-en{
	margin-top: 40px;
	text-align: justify;
}
#profile .text-en .position{
	font-size:14px;
}
#profile .text-en p{
	font-size: 10px;
    color: #000;
    line-height: 1.6;
    padding: 0;
}	
	#message .text-ja {
	text-align: justify;
	}	
/* 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: 90%;
    margin: 0 auto;
    display: contents;
}
#class .class-box .text-area{
	width: 100%;
}
#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
---------------------------------------------------- */
#reservation{
	clear: both;
    width: 90%;
    height: 200px;
    margin: 0 auto;
    background: #f1f1f1;
    position: relative;
    top: 70px;
    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;
}

#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;
}
#reservation parallax_box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    /* overflow-y: auto; */
}
	#reservation .reservation-bg{
	}
/* Schedule section
---------------------------------------------------- */
#schedule{
	width: 90%;
    margin: 0 auto;
	padding-bottom: 160px;
}
#schedule .calendar{
	width: 95%;
    margin: 0 auto;
}
#schedule .text{
	text-align: center;
    color: #000;
	font-size: 12px;
}
#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;
	
}
/* single page content
---------------------------------------------------- */
#nao-singlepage2 .single-contents {
    width: 90%;
    margin: 0 auto;
}

#nao-singlepage2 h2 {
		font-size:17px;
	}
	

/* 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;
}
/*WooCommerce*/
	
/*カートボタン*/
.quantity_badge {
    color: #fff;
    background: #f41293;
    position: fixed;
    top: 10px;
    right: 100px;
    border-radius: 50%;
    border: 1px solid #f41293;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}
.cart-btn .head_cart {
    position: fixed;
    top: 10px;
    right: 110px;
    z-index: 100;
    background: #ededed;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

/* *****************************************************************
*	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;
}
}