@charset "UTF-8";
/* CSS Document */
.wrapper{
	animation: fadein 2s forwards;
	text-align: justify;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.single-post h4{
	font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    color: #555;
    padding: 0 0 5px 0;
    color: #000;
    background: #f1f1f1;
    padding: 10px;
	margin:0;
	border:none;

}
.wp-block-separator {
	border: none;
    border-top: 1px solid #f1f1f1;
}

/* PC 画面の横幅が1024px以上
---------------------------------------------------- */

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

.sp{display:none;}
.sp-line{display:none;}
.tablet{display:none;}

/* *****************************************************************
*	header
* ***************************************************************** */	
.header-reservation{
    position: fixed;
    top: 18px;
    right: 240px;
    width: 200px;
    height: 54px;
    background: #fff;
    border-radius: 10px 0;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px;
    border: 2px solid #f41293;
}
#header h1 {
margin: 0;
position: fixed;
left: 20px;
top: 20px;
z-index:3;
}
.welcome{
	position: absolute;
    top: 20px;
    left: 200px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
	}

/* *****************************************************************
*	News Section
* ***************************************************************** */	
#info{
	height:500px;
	width: 960px;
	margin:0 auto;
}	
#info .left{
width: 50%;
height: 400px;
position: relative;
}	
#info .title-area h2{
	
}
#info .title-area a{
	
}
#info .news-row_wrapper{
	border-top: 1px solid #ddd;
    padding: 34px 0px;
}
#info .news-date_wrapper{

}
#info .left .news-info{
clear:both;	
}


#info .left p{
}
#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;
}
#info .right .event-info{
	position: relative;
	width: 420px;
}
#info .right .event-info ul{
	margin: 0;
}
#info .right .event-info ul li{
	list-style:none;
	border: none;
    padding-top: 0;
	margin: 0;
}
#info .right .event-info ul li .thumbnail{
	margin-bottom: 20px;
}
#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: 25%;
    height: 12%;
    position: absolute;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 1px;
    right: -20px;
    top: -40px;
}	
/* *****************************************************************
*	Main Conten
* ***************************************************************** */	
	
.main-navi{
	width: 60%;
    position: absolute;
    top: 24px;
    left: 150px;
	opacity:90%;
}	
	
.line-pc{
	position: fixed;
    right: 470px;
    top: 13px;
    z-index: 1;
}
.line-pc img{
	width: 250px;
}	

}



/* header
---------------------------------------------------- */

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

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

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



/* Main Visual
---------------------------------------------------- */


.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 .copy {
	position: absolute;
    left: 100px;
    bottom: 100px;
    z-index: 1;
}
#top-slide-max .img-copy{
    width: 70%;
    position: relative;
    top: 100px;
    left: -40px;

}
#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{
	position: absolute;
    left: 60px;
    top: 70%;
}
.scroll img{
	width: 30%;
}
#top-slide-max .copy-photo{
	font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 1;
}
.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/02/img_slide-main01.jpg);
}
.full .img02 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/02/img_slide-main02.jpg);
}
.full .img03 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/02/img_slide-main03.jpg);
}
.full .img04 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/02/img_slide-main04.jpg);
}
.full .img05 {
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2025/07/slide_yoga.jpg);
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}
/* Main Content
---------------------------------------------------- */

.title-area{
}

.title-area h2{
	border:none;
	margin: 0;
    padding: 0;
}

.title-area h2 img{
	margin-right: 20px;
}
.title-area h2 .title-image::after{
	width:100%;
    height:3px;
    background:#D7268B;
	transform:rotate(-45deg);
}
.title-area h2 span{
	font-size: 10px;
	letter-spacing: 1.5px;
}


/* Main Navigation
---------------------------------------------------- */

.main-navi ul{
	
}

.main-navi ul li{
	display: inline-block;
    /* width: 90px; */
    margin: 0 13px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: bold;
}
.main-navi ul li a{
    color: #000;
}
.main-navi ul li a:hover{
    color: #D7268B;
}
.main-navi ul li span{
	display: block;
    font-size: 0.5rem;
}
/* Main Image
---------------------------------------------------- */

#top-slide-max {
width: 85%;
max-height: auto;
overflow: hidden;
padding: 0px;
margin: 0px 30px 30px auto;
z-index: -1;
position: relative;
top: -50px;
border-radius: 100px 0 0 0;
}

#top-slide-max .cycle-slideshow {
overflow: hidden;
width: auto;
height: auto;
margin: 0px auto;
}



/* Message Section
---------------------------------------------------- */

#message{
	margin:0 auto;
	height: 900px;
}
#message h2{
	font-weight: bold;
	color: #000;
	font-size: 44px;
    line-height: 1.6;
	letter-spacing:1.5px;
	
}
#message .image1{
	position: absolute;
    left: 0;
    margin-top: 400px;
}
#message .image1 img{
	border-radius: 0 50px 0 0;
}

#message .image2{
    position: absolute;
    margin-top: 420px;
    left: 18%;
}
#message .image2 img{
}
#message .image3{
	position: absolute;
    left: 23%;
    margin-top: 800px;
	border-radius: 0 0 0 50px;
}
#message .image3 img{
	border-radius: 0 0 0 50px;
}
#message .image4{
	
}
#message .image4 img{
	border-radius: 50px 0 0 0;
    width: 446px;
    position: relative;
    top: 450px;
}

#message .image5{
    position: absolute;
    margin-top: 699px;
    right: 5%;
    z-index: 1;
}
#message .image5 img{
width: 567px;
}
#message .image6{
   position: absolute;
    right: 25%;
    margin-top: 1000px;
}
#message .image6 img{
	border-radius: 0 0 0 50px;
    width: 200px;
}
#message .top-text .right{
	width: 34%;
    margin-top: 240px;
    position: relative;
    right: 12%;
}
#message .top-text .title-area{
	position: absolute;
    margin-top: 120px;
    left: 20%;
}
#message .title-area .title-image{
}
#message .text-ja{
	letter-spacing:1px;
}
#message .text-ja p{
	font-size: 18px;
    color: #000;
    line-height: 1.7;
}
#message .text-en{
	margin-top: 40px;
}
#message .text-en p{
	font-size: 10px;
    color: #000;
    line-height: 1.6;
    padding: 0;
}
#message .link-btn{
	
}
#message .link-btn p{
	
}
#message .link-btn p span{
	
}
#message .bottom-text{
	clear:both;
}
#message .bottom-text .title-area{
    position: absolute;
    right: 14%;
    margin-top: 10%;
}
#message .bottom-text .title-area h2{
	
}
#message .bottom-text .text-ja{
	width: 34%;
    position: relative;
    left: 15%;
    margin-top: 400px;
}
#message .bottom-text .text-ja p{
	
}
#message .more{
	text-align: right;
    border-bottom: 1px solid #ddd;
}
#message .more a{
	
}
#message .more p{
	color:#f41293;
}
/* Profile Section
---------------------------------------------------- */
#profile{
	clear: both;
    margin-top: 180px !important;
}
#profile .image{
}
#profile .left{
    width: 440px;
    margin-left: 200px;
    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: 18px;
    color: #000;
    line-height: 1.7;
}
#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{

}
#class .image img{
	width: 1120px;
    right: 0;
    border-radius: 100px 0 0 0;
}
#class .title-area{
	clear:both;
}
#class .title-area h2{
	margin-left: 200px;
    margin-bottom: 40px;
}

#class .class-box{
    clear: both;
    width: 960px;
    margin: 0 auto;
}
#class .class-box .class-img{
	width: 45%;
    margin-top: 100px;
}
#class .class-box .text-area{
	width: 420px;
}
#class .class-box .text-area .title-area{
	
}
#class .class-box .text-area .title-area h3{
	border: none;
}
#class .class-box .text-area .title-area h3 .img-zumba{
    width: 500px;	
}

#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;
}
#classlink a{
	background:#BDEE7A !important;
}
#classlink p{
	color: #000 !important;
}
/* reservation section
---------------------------------------------------- */
#reservation{
	clear: both;
    width: 70%;
	height:300px;
    margin: 0 auto;
    background: #f1f1f1;
    position: relative;
    top: 140px;
    border-radius: 50px 0 50px 0;
	text-align:center;
	
}
#reservation .reservation-wrap{
	padding-top: 50px;
}
#reservation .text{
    padding: 0;
    margin: 24px 0;
}

#reservation .btn{
	
}
#reservation .btn a{
	padding: 0;
    width: 300px;
	height: 80px;
    display: block;
    margin: 0 auto;
    background: #f41293;
}
#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: 960px;
    margin: 0px auto;
}
#schedule .calendar{
	width: 800px;
    margin: 50px auto;
}
#schedule .text{
	text-align: center;
    color: #000;
	padding-bottom: 80px;
}
.parallax-section{
	height:200px;
}
/* studio section
---------------------------------------------------- */
#studio{
	padding-top: 180px;
	
}
#studio .title-area{
	width:960px;
	margin:0 auto;
	padding-bottom: 40px;
}
#studio .studio-box{
	
}
#studio .studio-box img{
	width: 50%;
    border-radius: 0 100px 0 0;
}
#studio .studio-box .text-area {
	width: 40%;
}
#studio .studio-box .text-area .title-area{
    position: relative;
    top: 200px;
}
#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: 960px;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 40px;
}
#contact .contact-wrap{
	width: 960px;
    height: 430px;
    background: #f1f1f1;
    border-radius: 50px 0 50px 0;
    margin: 0 auto;
}
#contact .contact-inner{
	text-align: center;
	width: 700px;
	margin: 0 auto;
	position: relative;
    top: 60px;
    text-align: center;
}
#contact .left{
	width: 300px;
    height: 300px;
    border-right: 1px solid #d3d3d3;
    padding-right: 130px;
}
#contact .mail{
    text-align: left;	
}
#contact .mail p{
	padding: 10px;
	font-size: 14px;
	font-weight:bold;
}
#contact .mail a{
	font-size: 18px;
    font-weight: bold;
    display: block;
	color:#000;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
    padding: 10px;
}
#contact .mail a span{
	font-size: 13px;
    margin-right: 10px;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px;
}
#contact .mail a:hover{
	color:#f41293;
}
#contact .left .text{
	font-size:14px;
	font-weight:bold;
	
}
#contact .btn{
	margin-top: 20px;
}
#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: 300px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: #f41293;
}
#contact .right{}
#contact .line{
	
}
#contact .line .text{
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom: 10px;
	
}

#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:600px;
	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{
	padding-right: 50px !important;
}
.contact-sub .btn{
	margin-top:0!important;
	margin-bottom: 20px!important;
}
.contact-sub .line {
	padding-top: 0;
}
.contact-sub .line-area .text{
	float: left;
    margin-top: 10px;
}
.contact-sub .line .qr{
	width: 100px!important;
}
.contact-sub .line .text{
	padding: 0;
}
.contact-sub .line .slide-bottom a{
	padding: 0;
    width: 300px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: #fff!important;
	border:2px solid #f41293!important;
	border-radius: 20px 0 20px 0;
}
.contact-sub .line .slide-bottom .btn-ja,
.contact-sub .line .slide-bottom .btn-en{
	color: #f41293!important;
}
/*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: 10px;
    margin-top: 14px;
    width: 100px;
}

/* Woocommerce Page
---------------------------------------------------- */
.wp-block-woocommerce-cart{
	
}
.wp-block-woocommerce-cart .wc-block-cart__submit-container a{
	background: #000;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-container a span{
	color:#fff;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:hover{
	background:#f41293;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:hover span{
	color:#fff;
}
.wc-block-cart-items .wc-block-cart-item__wrap a:hover{
	color:#f41293;
}

.wc-block-components-text-input label{
	display:block!important;
	position:relative!important;
	transform: translateY(0)!important;
	left: 0 !important;
    top: 0 !important;
}
.wc-blocks-components-select__expand{
	right: 20px!important;
}
.cart-btn{
	
}
.cart-btn .head_cart{
	position: fixed;
    top: 17px;
    right: 150px;
    z-index: 100;
    background:#ededed;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.cart-btn .icon-cart{
	
}
.quantity_badge{
	color: #fff;
    background: #f41293;
    position: fixed;
   top: 16px;
    right: 144px;
    border-radius: 50%;
    border: 1px solid #f41293;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
.woocommerce-message::before{
    color: #f41293!important;
}
.woocommerce-message {
    border-top-color: #f41293!important;
}
/* *****************************************************************
*	Footer Navi
* ***************************************************************** */	
#footer{
	
}
#footer .footer-navi{
 
}
#footer .footer-navi .footer-wrap{
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}
#footer .navi-list{
    font-weight: bold;
    margin-top: 30px;
}
#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-right: 20px;
    text-align: center;
}
#footer .navi-list ul li span{
	   display: block;
    font-size: 10px;
    margin-top: 10px;
}

#footer .law{
	position: relative;
    font-size: 12px;
    color: #000;
    right: -10px;
}

#footer .law a{
	color: #000;
    font-size: 10px;
    text-decoration: underline;
	margin-right: 10px;
}


/* シングルページ サイドバー有り
---------------------------------------------------- */
#nao-singlepage1{
	
}
#nao-singlepage1 .head-img{
	
}
#nao-singlepage1 .wrapper{

}

#nao-singlepage1 h1{
	
}
#nao-singlepage1 .single-contents{

}
#nao-singlepage1 p{
	
}


/* シングルページ サイドバー無し
---------------------------------------------------- */
#nao-singlepage2{
	
}
#nao-singlepage2 .head-img{
	
}
#nao-singlepage2 .wrapper{

}

#nao-singlepage2 h1{
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
#nao-singlepage2 h2 {
    font-size: 18px;
    line-height: 180%;
    font-weight: bold;
    color: #000;
    margin: 40px 0px 20px 0px;
    background: #BDEE7A;
    padding: 10px 20px;
}
#nao-singlepage2 .single-contents{
	width: 80%;
    margin: 0 auto;
}
#nao-singlepage2 p{
	
}
#nao-singlepage2 .wp-block-preformatted{
	font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

#nao-singlepage2 .is-layout-flex > :is(*, div) {
}

/* パララックス で背景の固定
---------------------------------------------------- */
.parallax_box{
	width:100%;
	height:300px;
	overflow:hidden;
	/*overflow-y: auto;*/
}
.parallax_content{
  display: flex;
  height: 100%;
  padding: 100%;
  justify-content: center;
  align-items: center;

background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img_bg_01{
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2024/09/pc-mv2.png);
}
.img_bg_02{
  background-image: url(https://spacenaomoon.jp/wp-content/uploads/2024/09/IMG_8220.jpg);
}

.parallax .copy-photo{
	font-size: 10px;
    color: #fff;
    position: absolute;
    right: 20px;
    z-index: 1;
}

/* フェードイン
---------------------------------------------------- */
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }


/* 背景画像のループアニメーション
---------------------------------------------------- */
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 99px;
  width: 100%;
}
.loop-area {
  background: url(https://spacenaomoon.jp/wp-content/uploads/2024/09/animation_naomoon04-1.png) repeat-x;
  width: 100%;
  height: 99px;
animation: loop-slide 30s infinite linear;
}
@keyframes loop-slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2276px 0;
  }
}


