* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html {
  font-size: 62.5%; /* 10px = 1rem */
}

body {
  font-size: 1.6rem; /* デフォルト 16px */
  line-height: 1.6;
  color: #000000;
  background-color: #fff;
}

header{
    margin: 5px;
    margin-bottom: 10px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.container {
  width: min(100% - 4rem, 120rem); /* 最大1200px・両サイド2rem余白 */
  margin-inline: auto;
}

/* === Typography === */
h1 { font-size: 2.4rem; margin-bottom: 1.6rem; }
h2 { font-size: 2rem;  margin-bottom: 1.2rem; }
h3 { font-size: 1.8rem; margin-bottom: 1rem; }

/* === Links === */
a {
  color: inherit;
  text-decoration: none;
}

/* === Buttons & Forms === */
button,
input[type="submit"] {
  font: inherit;
  padding: 0.8rem 1.6rem;
  border: none;
  cursor: pointer;
}

/* === Media === */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* === WordPress Block Support === */
.wp-block-image img {
  border-radius: 0.4rem; /* 必要に応じて調整 */
}

.h1display{
  display:none;
}

.wp-block-button__link {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem;
  text-align: center;
}

em{
  font-style: normal;
}

/*header*/

#access, 
#book {
  scroll-margin-top: 20px;
}

.sp_only{
    display: none;
}

.headerTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerTitle div img{
  margin-left:10px ;

}
.headerLogo {
  width: 75%;
}

.headerNav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width:95%;
  justify-content: right;
}

.headerNav li {
  margin-right: 13px;
  position: relative; 
  
}

.headerNav li:last-child {
  margin-right: 0;
}

.headerNav li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 0 4px;
  padding-bottom: 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

.headerNav li a:hover::after {
  content: "•";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #61824A;
  font-size: 5rem;
}

.headerNav li:hover{
    color: #61824A;
}


.headerNav li.active.temp-disabled {
  color: initial;
}

.headerNav li.active.temp-disabled a::after {
  content: none;
}

.headerNav li.active{
    color: #61824A;
}


.headerNav li.active a::after {
  content: "•";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  color: #61824A;
  font-size: 5rem;
}

.otoiawase{
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
 .otoiawase{
    margin-left: 0px;
}
.headerNav li {
  margin-right: 10px;
}
}

@media screen and (max-width: 810px) {
    .pc_only {
  display: none;
}

.sp_only {
  display: block;
}

.headerLogo {
  width: 40%;
}

.hum {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1001; 
}

.line1, .line2, .line3 {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.line1 { top: 0; }
.line2 { top: 9px; }
.line3 { top: 18px; }

.hum {
  display: block;
  margin-right: 10px;
}


.spNav.active ~ .hum {
  display: none;
}

.spNav_close {
  position: absolute;
  top: 80px;
  right: 10%;
  padding:0;
 
  border: none;
  cursor: pointer;
}


header {
  position: relative;
}

.spNav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
 

  opacity: 0;
  pointer-events: none; 
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  z-index: 999;

  background-image: url("img/spheaderBack.png");
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
 
}

.spLitop{
    margin-top: 170px;
}

.spNav.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.spNav li {
 
  font-size: 1.7rem;
  list-style: none;
  margin-left: 15%;
  margin-bottom: 5%;
  
}

.spNav li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 0 4px;
  padding-bottom: 15px;
}

.spNav li.active{
    color: #61824A;


}

.spNav li a:hover::before {
   content: "•";
  position: absolute;
  bottom: -13px;
  left: -20px;
  
  color: #61824A;
  font-size: 5rem;
}

.spNav li.active a::before {
  content: "•";
  position: absolute;
  bottom: -13px;
  left: -20px;
  
  color: #61824A;
  font-size: 5rem;
}

.spNav li.active.temp-disabled {
  color: initial;
}

.spNav li.active.temp-disabled a::before {
  content: none;
}

    
 
}

/*firstView*/
.top .hero {
  position: relative;
  width: 100%;
}

.top .hero img {
  width: 100%;
  height: auto; 
  display: block;
}

.top .hero-text {
  position: absolute;
  z-index: 100;
  top: 55%;      
  right: 2%;     
  transform: translateX(-15%); 
  color: #000000; 
  font-size: 1.7vw;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
   transition: top 0.8s ease;
 
}

.top-slider .swiper-slide img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  aspect-ratio: 15.5/8;
}

.hero-text.lower {
    top: 75%;
}



.kirei {
  display: inline-flex;   
  gap: 0.05em;           
}



span {
  opacity: 0;
  animation: fadeIn 1s forwards;
}


.char {
  position: relative;

}

.char::after {
  content: "●";
  position: absolute;
  left: 50%;
  bottom: -1.5em;   
  transform: translateX(-50%);
  font-size: 0.6em; 
  color: #FAF2CC;  
  line-height: 1;
}




@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8) rotate(-10deg);
    filter: blur(4px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(-5px) scale(1.05) rotate(2deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
    filter: none;
  }
}

@media screen and (min-width: 1200px) {
  .top .hero {
    height: 88vh;
    overflow: hidden;
  }

  .top .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: 50% 80%;
  }

  
}




@media screen and (max-width: 900px) {
    .top-slider .swiper-slide img{
      aspect-ratio: 5/3;

    }
    .top .hero-text {
      top:40;
        font-size: 1.6rem;
        right:0;


    }
    

    .hero-text.lower {
    top: 75%;
  }

    


}

@media screen and (max-width: 380px) {
.top .hero-text {
      top:37%;
      font-size: 1.6rem;
      left:15%;
      width:100%;
      text-align: center;
       


    }

   
}

.conceptDiv{
    width:65%;
    margin: 0 auto;
    margin-top: 7%;
     font-family: 'Klee One', cursive;
}

.conseptTittleH3{
  text-align: center;

}

.conp{
  margin-top: 5%;
}

.conceptDiv p{
    font-size: 2.0rem;
}

.on1020{
  display: none;
}

@media screen and (max-width: 1200px) {
    .conceptDiv{
      width:75%;
    }
}

@media screen and (max-width: 1100px) {
  .conceptDiv{
      width:80%;
    }
}


@media screen and (max-width: 1020px) {
    .conceptDiv{
        width:65%;
    }
    .on1020{
      display: block;
      
    }

    .l2{
      display: block;
      margin-top: 3%;
    }
}

@media screen and (max-width: 930px) {
  .conceptDiv{
        width:75%;
    }
}

@media screen and (max-width: 810px) {
    .conceptDiv{
      width:80%;
    }
}

@media screen and (max-width: 810px) {
    .conceptDiv{
      width:85%;
    }

    .l2{
      display: block;
      margin-top: 0%;
    }
}

@media screen and (max-width: 500px) {
  .conceptDiv{
      width:95%;
    }

    .conceptDiv p{
    font-size: 1.6rem;
}
}

/* instagram  */

.insta{
  margin-top: 8%;
}

.InstagramTittle{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4FB657;
  font-family: 'klee','Work Sans', serif;
  margin-left: 50px;
  font-weight: 100;

}



.InstagramTittle h2 {
  margin-bottom:0 !important ;
  font-size: 4.0rem;
}
.InstagramTittle div{
  margin-left: 3%;

}

.InstagramTittle div img{
  width:60%;
  text-align: center;
  margin: 0 auto;
}

.instapulg{
  width:60%;
  margin: 0 auto;
  margin-top: 7%;
}

.instaButton{
  margin-top: 5%;
}

.instaButton img{
 margin:  0 auto;
  
  
}



@media screen and (max-width: 1000px) {
  .insta{
    margin-top: 10%;
  }

  .InstagramTittle{
    margin-left: 0px;

  }
}

@media screen and (max-width: 800px) {
    .instapulg{
      margin-top: 8%;
    }

    .InstagramTittle{
    margin-left: 20px;

  }
  .instapulg{
    width:50%;
   
  }
}


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

  .conceptDiv p{
    font-size: 1.6rem;
  }
  .insta{
    margin-top: 13%;
  }

  .instapulg{
    width:60%;
     margin-top: 12%;
  }

 

  
   
}

@media screen and (max-width: 500px) {
  .instapulg{
    width:60%;
  }
}
/* price */

.price{
  margin-top: 9%;
 
  padding-top: 3%;
  
   background-image: url("img/priceBack.png");
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;

  padding-bottom: 5%;

}



.accordion{
  width:95%;
  margin: 0 auto;
  margin-top: 5%;
}

.accordion-item {
  margin-top: 3%;
}

.accordion-header {
  width: 100%;
  padding: 1rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Inter', serif;
  border-bottom: 2px solid #aaa;
  color:black;
  

}

.accordion-header span {
  width: 100%;          
  text-align:left;    
}


.accordion-header .arrow {
   transform: rotate(90deg);
   width:80%;
   margin-left:20% ;


 
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  width:85%;
  margin: 0 auto;
  
 
}

.accordion-item.active .accordion-content {
  border-top: none;
}

.accordion-item.active .accordion-content {
  max-height: 1600px !important; 
  padding: 1rem;
}

.accordion-item.active .arrow {
   transform: rotate(360deg);

 
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1rem;
}

.accordion-item.active .accordion-content {
  /* 開く時だけpaddingが戻る感じ */
  padding: 1rem;
}




.price-table{
  width:80%;
  border-collapse: separate; 
  border-spacing: 0 25px; 
  margin-top: 3%;
 
}


.menu{
  width:70%;
  font-family: 'nunito-sans', sans-serif;
  font-weight: 600 
}

/* .cutMenu{

  font-family: 'Noto Sans Javanese', 'Noto Sans', 'Inter', sans-serif;

  font-weight: 500 !important;
}  */

.priceTd{
   font-family: 'Inter'; 
  font-weight: 400 !important;
}

.notesHena{
  padding-left: 3%;
  width: 70%;


}

.note1{
  font-family: 'Inter';
  font-weight: 400;

}

.organic{
  display: flex;
   justify-content: space-between;
     margin-bottom: 3%;
     margin-top: 4%;
}


.toHena{
  display: flex;
  width:20%;
  align-items: top;
 
}

.toHena p{
  font-family: 'Amiri Quran Colored', sans-serif;

}

.toHena div{
  margin-top: 2%;
  margin-left: 5%;
  
}

.shampoo{
  margin-top: 0;

}

.subHead{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 5px;

}

.subHead2{
  margin-top: 5%;
}

.price-table tr.maegami td {
  padding-top: 5%;
}

.yaji3 {
  animation: arrowMove 1.5s ease-in-out infinite;
}

.kitsukeYaji{
  width:100%;
  justify-content: right;
  margin-top: 5%;

}
.kitsukeYaji div {
  margin-top: 0;

}




@keyframes arrowMove {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px); 
  }
}

@media screen and (max-width: 1000px) {
  .price{
    margin-top: 13%;
  }

}

@media screen and (max-width: 810px) {
  .menu{
  width:85%;
  }

  .organic{
    display: block;
    margin-bottom: 10%;
  }

  .notesHena{
    width:100%;

  }

  .toHena{
    width:100%;
    justify-content: center;
    margin-top: 10%;
   
  }

  .toHena div{
    margin-top: 0;
  }

 
}

@media screen and (max-width: 600px) {
   .price{
    margin-top: 18%;
  }

  .accordion-content{
    width:100%;
  }

  .accordion{
    width:100%;
  }

  .accordion-header {
    font-size: 2.0rem;
    text-align: left;
  }

  .accordion-header .arrow {
    
    width: 60%;
    margin-left: 40%;
}
}

 .off_450{
    display: none;
  }



  

@media screen and (max-width: 450px) {
  .off_450{
    display: block;
  }

  .toHena{
    margin-top: 15%;
  }
}



/* About us */
.aboutUs{
  margin-top: 7%;
}

.aboutContent{
  width:100%;
  margin: 0 auto;
  margin-top: 3%;
  font-family: "Klee One", sans-serif;
  font-weight: 600;
}

.staff-item {
  width:50% ;
  margin-top: 10%;
  display: flex !important;
  justify-content: center;
  
}

.staff-photo {
  
  object-fit: cover;
}

.staff-info{
  margin-left: 5%;
  font-family: "Klee One", sans-serif;
  font-weight: 600;

}

.staff-info h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  
}

.staff-info p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.staff-info ul {
  list-style: none;
  padding-left: 1rem;
  font-size: 1.6rem;
  margin-top: 5%;
  line-height: 2em;
}
.about2{
  margin: 0 auto;
  margin-top: 2.5%;
  width:90%;
  
}

@media screen and (max-width: 860px) {
  .staff-item{
   flex-direction: column;
  }

  .staff-item img{
    width:40%;
    margin: 0 auto;
    
    
  }  

  .staff-info{
    width:70%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
  }
}

@media screen and (max-width: 550px) {
  .aboutContent{
    margin-top: 8%;
  }
   .staff-item img{
    width:60%;
    margin-top: 8%;
   }
  .staff-info{
    width:95%;
    margin-top: 10%;
  }
  
}

@media screen and (max-width: 420px) {
  .aboutUs{
  margin-top: 10%;
}

  .staff-info p{
    padding-left: 1rem;
    text-align: left;
  }
  .gino{
    text-align: left;
  }

  .about2{
 
  width:100%;
  
}
}

@media screen and (max-width: 400px) {
    .conceptDiv {
        width: 100%;
    }

   

}
/* access */
.access{
  margin-top: 8%;
}

.accessTittle{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4FB657;
  font-family: 'klee','Work Sans', serif;

}

.accessTittle h2 {
  margin-bottom:0 !important ;
  font-size: 4.0rem;
}

.shop-info{
  width: 60%;
  margin: 0 auto;
  text-align: left;
  margin-top: 3%;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-family: 'Inter';
  line-height: 1;
  
}

.shop-info th {
  text-align: left;
  white-space: nowrap;
  padding: 0.8rem 1.2rem 0.8rem 0;
  vertical-align: top;
  font-weight: 400;
  width: 20%;
}

.shop-info td {
  padding: 0.8rem 0;
}

.map{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 3%;
}

iframe{
  width: 100%;
}

.reserve-info{
   width: 65%;
  margin: 0 auto;
  margin-top: 8%;

}

.reserve-info th{
  width: 20%;
}
.howToBook{
  width:12%;
  text-align: left;
  vertical-align: top; 
   font-weight: 400;
}

.linePhoto{
  width:60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 5%;
}

.line a img{
  width:200px;
}

.tel{
  width: 190px;
}



.off_1000{
    display: none;
  }

@media screen and (max-width: 1000px) {
  .off_1000{
    display: block;
    margin-top: 3px;
  }

  .linePhoto{
    width:70%;
  }
}

@media screen and (max-width: 900px) {
  .map{
  width: 70%;
 
  }

  .line a img{
  width:180px;
  }

  .tel{
    width: 175px;
  }
}

@media screen and (max-width: 800px) {
  .map{
  width: 80%;
  }

  .shop-info{
    width:80%;
  }

  .reserve-info{
    width:80%;
  }
  .linePhoto{
    width:80%;
  }

  .line a img{
  width:170px;
  }

  .tel{
    width: 165px;
  }
}

@media screen and (max-width: 600px) {
  .map{
  width: 90%;
 
  }

  .map iframe{
    max-height: 300px !important;
  }

  .shop-info{
    width:90%;
    margin-top: 8%;
  }

  .shop-info tr {
    display: block; 
    margin-bottom: 1.2em; 
  }

  .shop-info th,
  .shop-info td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.4em 0;
  }

  .shop-info th {
    font-weight: bold;
    border-bottom: none;
  }

  .reserve-info{
    width: 90%;
  }
  .reserve-info tr {
    display: block; 
    margin-bottom: 1em; 
  }

  .reserve-info th,
  .reserve-info td {
    display: block; 
    width: 100%;
    text-align: left;
    padding: 0.6em 0;
  }

  .reserve-info th {
    font-weight: bold;

  }

  .reserve-info td {
    line-height: 1.7;
  }

  .linePhoto {
    width:80%;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .line a img{
  width:150px;
  }

  .tel{
    width: 145px;
  }

}

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

  .map iframe{
    max-height: 200px !important;
  }

  .line a img{
  width:140px;
  }

  .tel{
    width: 135px;
  }
}

@media screen and (max-width: 460px) {
  .off_450{
    display: block;
  }

  .linePhoto{
    flex-direction: column;
    margin-top: 0;
  }

  .line a img{
    width:150px;
  }

  .tel{
    margin-top: 5%;
    width: 150px;
  }

}

@media screen and (max-width: 420px) {
  .access{
  margin-top: 10%;
}

.reserve-info{
    width: 100%;
  }

   .shop-info{
    width:100%;
   }

   .map{
  width: 100%;
 
  }
}

/* footer */

footer{
  margin-top: 8%;
   background-image: url("img/footerBack.png");
  background-size: cover;      /* 全体を覆う */
  background-position: center; /* 中央寄せ */
  background-repeat: no-repeat;/* 繰り返さない */
}

.footer-container{
   padding-top: 3%;
   padding-left: 7%;
}

.footer-right{
  display: flex;
  width: 95%;
  justify-content: right;
  margin-top: 4%;

}

.footer-nav{
  display: flex;
 
}

.footer-nav li{
  list-style: none;
  margin-left: 25px;
}

.otoiawaseFooter{
  margin-left: 50px !important;

}

.shop-info2{
  width:50%;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 2%;
  text-align: left;
}

.infoTable{
  text-align: left;
}

.infoHd{
  width:20% !important;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.6rem;
}

.footer-logo{
 
  margin-left: 5%;
  align-items: baseline;
  padding-bottom: 2%;
  margin-top: 7%;
}

.copy{
  text-align: center;
}


.footer-nav li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 0 4px;
  padding-bottom: 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}


.footer-nav li a:hover::after {
  content: "•";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #61824A;
  font-size: 5rem;
}


.footer-nav li:hover {
  color: #61824A;
}

.footer-nav li.active.temp-disabled {
  color: initial;
}


.footer-nav li.active.temp-disabled a::after {
  content: none;
}


.footer-nav li.active {
  color: #61824A;
}

.footer-nav li.active a::after {
  content: "•";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  color: #61824A;
  font-size: 5rem;
}

.off_650{
    display: none;
  }

  .footerImg{
    margin-left: 5%;
    width:25%;

  }






@media screen and (max-width: 650px) {
  .footer-container{
    width:98%;
    margin: 0 auto;
    padding-top: 4%;
    display: flex;
    justify-content: right;

  }

  .footer-nav{
    max-width: 350px;
    flex-wrap: wrap;
   
  }
  

  .footer-nav li.active a::after {
    left: -10px; 
    transform: none; 
    bottom: 2px; 
    font-size: 3rem; 

  }

   .footer-nav li a:hover::after {
    left: -10px;           
    transform: none;   
    bottom: 2px;     
    font-size: 3rem;  
  }

  .footer-nav li{
    margin-top: 4px;
  }

  .footerImg{
    margin-left: 3%;
    width:40%;

  }

  .footer-logo{
      margin-top: 5%;
  }

   .copy{
    margin-top: 3%;
  }

  

}

@media screen and (max-width:420px){
  .footer-container{
    justify-content: center;
  }

  .footer-logo{
    margin-left: 0;
  }
   .footerImg {
        margin-left: 30%;
        width: 40%;
        margin-top: 10%;
    }
}

@media screen and (max-width: 380px) {
  .footer-container{
    padding-left: 0%;
  }
  
}

/*henaのページ　ここから*/
.henna-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.henna-content {
  position: relative;
}

.henna-image {
  width: 100%;
  height: auto;
  
}

.henna-title {
  position: absolute;
  top: 20%;
  left: 8%;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 700;
  color: #3b8d4e;
  font-size: 3rem;
  line-height: 1.1;
}

.henna-description {
  margin-top: 6%;

}

.hena_p1{
  width:80%;
  margin: 0 auto;
  font-weight: 600;
  font-family: 'Klee One', sans-serif;
  font-size: 1.6rem;
  text-align: justify;
}

.henna-points {
  margin-top: 6%;
  text-align: center;
  background-color: #fff;
}

.henaImg{
  width:80%;
  margin: 0 auto;
  margin-top: 1%;
}

.henaImg img{
  width:100%;
}



/* タイトル部分 */
.section-title h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #9A7F30;
  letter-spacing: 0.1em;
   font-family: "Tsukushi A Round Gothic";
}

.section-title p {
  font-family: "Tsukushi A Round Gothic";
  font-size: 2.7rem;
  color: #CDC8C8;
  margin-bottom: 2rem;
  margin-top: -20px;
}

.point-wrapper{
  margin-top: 5%;
  display: flex;
  justify-content: center; /* 水平方向に中央寄せ */
  align-items: center;  
}
.point-wrapper img{
  width:60%;
}

.henaImage {
  margin-top: 6%;
  text-align: center;
  background-color: #fff;
}

.henaContainerDescription{
  text-align: center;
  font-family: 'Klee';
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1%;

}

.recommend-section {
  width: 100%;
  padding-top: 5%;
  background-color: #fff;
  margin-top: 3%;
}



.recommend-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic";
}

.recommend-text {
  text-align: center;
  font-family: 'klee';
  font-size: 1.6rem;
  color: #000;
  line-height: 2;
}

.recommend-text{
  margin-left: 30%;
  margin-top: 5%;
  width:70%;
  text-align: left;
}

.reco1{
 
  padding-bottom: 2px;
  line-height: 2.5em;
}

.reco2{
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 2.5em;
}

.reco1em{
  border-bottom: 3px solid #A98E3F; 
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
}

.recommend-text span {
  border-bottom: 1px solid #c4b89b; 
  padding-bottom: 2px;
}

.recommend2{
  margin-top: 3%;
}

.qa-section{
  margin-top: 3%;
  padding-top: 5%;

}
.qaH2{
  margin-bottom: 0;
  font-size: 2.4rem;
  color:black;
}

.qa-answer{
  display: none;
}

.qa-title{
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic";

}
.qa-item{
  width:90%;
  
  margin-left: 10%;
  margin-top: 1%;
  font-family: 'klee';
  
  
}

.qa-question{
  width:100%;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.Q{
  color: #256440;
}

.yaji2{
  margin-top: 2px;
}

.yaji2 img{
  width:80%;
  margin-left: 20%;
}

.arrow2{
  transform: rotate(90deg);
}

.arrow2.rotated {
  transform: rotate(0deg);
  transition: transform 0.3s;

}

.qa-answer {
  display: none;
  width: 90%;
  margin: 0 auto;
  margin-top: 2%;
  padding-bottom: 5%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, opacity 0.8s ease;
}





/* 開いた時 */
.qa-answer.open {
  display: block;
  opacity: 1;
  max-height: 400px; 
}

.Q{
  font-family: "Zen Maru Gothic";
}

.tittleSejutsu{
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 5%;
  font-family: "Zen Maru Gothic";
}

.sejutsuSection{
  padding-top: 5%;
}

.sejutsuMein{
  display: flex;
  width:85%;
  margin-left: 10%;
  margin-top: 5%;
  justify-content: space-between;
  
}

.sejutsuItem{
  display: flex;
  align-items: center;
  width:30%;
  background-color: #f5f5f5;
  padding:1%;
  padding-top: 1%;
  padding-bottom: 1%;
  justify-content: space-between;
  border-radius: 15px;
}

.sejutsuItem p{
  font-size: 1.6rem;
  font-family: 'klee';
  width:70%;
}

.price-section {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  padding-top:8%;
  color: #222;
}

.price-title, .henaPageAccess, .colorPageAccess {
  font-family: 'klee','Work Sans', serif;
  font-size: 4.0rem;
  font-weight: 500;
  text-align: center;
  color: #A98E3F;
  margin-bottom: 20px;
  
}

.price-category {
  width:85%;
  margin: 0 auto;
  
}

.price-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'inter';
  border-bottom: 1px solid #000000;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.price-table th,
.price-table td {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 0;
}

.price-table th {
  text-align: left;
  font-weight: 600;
  width:65%;
}

.price-table td {
  text-align: left;
  white-space: nowrap;
}

.note {
  font-size: 0.9rem;
  color: #555;
  margin-left: 5px;
}

.henaPageAccess, .colorPageAccess {
  font-weight: 300;
}



@media screen and (max-width: 1200px) {
  .sejutsuMein{
    width:95%;
    margin-left: 5%;

  }

  .sejutsuItem{
    width:32%;
  }

}

@media screen and (max-width: 1000px) {
  .sejutsuMein{
    flex-direction: column;
    justify-content: center;

  }

  .sejutsuItem{
    width:80%;
    margin: 0 auto;
    margin-bottom: 5%;
    padding:2%;
  }

  .sejutsuItem p{
    width:80%;
  }
}

@media screen and (max-width: 900px) {
  .hena_p2{
    margin-top: 2%;
  }

  .qaH2{
    text-align: left;
  }
  
}

@media screen and (max-width: 810px) {
  .henna-description{
    margin-top: 10%;
  }
  .henna-points{
    margin-top: 13%;
  }

  .off_810{
    display: none;
  }

  .henaImage{
    margin-top: 13%;
  }

  .recommend-title, .qa-title, .tittleSejutsu{
    text-align: center;
    margin-bottom: 5%;
    margin-top: 7%;

    
  }

  .tittleSejutsu{
    margin-top: 15%;
  }

  .recommend-text{
    margin-left: 0%;
    width:90%;
     margin: 0 auto;
    text-align: center;
  }

  .qa-item{
    margin-left: 5%;
   
  }

  .yaji4 img{
    width:25px;
    min-width: 25px;
  }

  


}
.on_600{
    display: none;
  }

@media screen and (max-width: 625px) {
    .qa-item{
    margin-left: 0;
    width: 100%;
   
  }

   .price-title, .colorPageAccess{
    font-size: 3.0rem !important;

  }

  .henaPageAccess h2, .colorPageAccess h2{
    font-size: 3.0rem !important;
  }
  }

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

  .off_600{
    display: none;
  }



  .on_600{
    display: block;
  }
  .swiper-on810 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .swiper-on810 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.pointImageHena{
  width: 55%;
  margin: 0 auto;
  margin-top: 8%;
}

.henaNoPicture img{
  width:75%;
  margin-top: 4%;
}

.henaContainerDescription{
  margin-top: 4%;
}

.recommend-text{
  text-align: left;
  width:85%;
}

.recommend2{
  margin-top: 8%;
}

.reco1em {
  padding-left: 0;
}

.qaH2{
  font-size: 2rem;
}

.yaji2 img{
  margin-left:10% ;
  width:90%;
}

.qa-item {
  margin-top: 10px;

}

.sejutsuItem{
  padding:10px;
}

.yaji4 img{
    width:25px;
    min-width: 25px;
  }


}

@media screen and (max-width: 500px) {
  .hena_p1{
    width:90%;
  }

  .hena_p2{
    margin-top: 3%;
  }

  .recommend-text{
  text-align: left;
  width:90%;
  margin-top: 5%;
}

.recommend-title{
  font-size: 2.1rem;
}

.qaH2{
  font-size: 1.8rem;
}

.yaji2 img{
  margin-left:30% ;
  width:70%;
}

.sejutsuItem{
    margin-bottom: 20%;
    padding:10px;
    padding-right:5px;
    margin: 0;
    margin-top: 4%;
    align-items: start;
  }

  .sejutsuMein{
    justify-content: right;
  }

    .sejutsuItem {
      width:90%;
    }

  .sejutsuItem:nth-child(1){
    margin-left:16% ;
    margin-bottom: 10%;
    
  }

  .sejutsuItem:nth-child(2){
    margin-left:-10% ;
    margin-bottom: 10%;
    flex-direction: row-reverse;
  }

  .sejutsuItem:nth-child(3){
    margin-left:16% ;
    margin-bottom: 10%;
  }

  

  .sejutsuItem p{
    margin-top: 18%;
    padding: 10px;
  }

  .yaji4 img{
    width:25px;
    min-width: 25px;
  }

   .price-category {
    width: 90%;
    margin: 0 auto;
}




  

  
}

@media screen and (max-width: 450px) {
  .qaH2{
  font-size: 1.55rem;
  text-align: left;
  }
  .yaji2 img{
  margin-left:30% ;
  width:70%;

}




}
@media screen and (max-width: 400px) {
  .hena_p1{
    width:100%;
  }

  .hena_p2{
    margin-top: 5%;
  }

  .recommend-text{
  width:100%;  
  }

  .qa-question{
    display: block;
  }

  .yaji2{
  
    display: flex;
    justify-content: right;
  }

  .yaji2 img{
    width:5%;
   
  }
  .qa-answer{
    margin-bottom: 4%;
  }

  .price-category {
    width: 100%;
    margin: 0 auto;
}

  

  

}

 




/* color */

.organicTopTittle, .organicTopTittle2{
  font-family: 'Alegreya Sans SC', sans-serif;
  color:#61824A;
  font-size: 7.0rem;
  font-weight: 300;
  margin-left:10% ;
  width: 90%;
  margin-top: 0;

}

.organicTopTittle2{
  text-align: right;
   margin-right:5% ;
   margin-left:0 ;
   margin-top: 1%;
   color: #E0692D;
}

.colorImg{
  margin-top: 2%;
  width:80%;
  margin: 0 auto;
 
}

.colorImg img{
  width:60%;
  margin: 0 auto;
}



.section-title2 h3{
  color: #61824A;
}



.villaEplain{
  display: flex;
  width: 70%;
  margin-top: 5%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;  
}

.villaEplain div {
  width: 50%;
 
}

.coloIngre{
  width: 40% !important;
  margin: 0 auto;
}

.lacaIngre{
 
  margin: 0 auto;
}

.colorDesc{
  margin-top: 3%;

}



.colorInfo{
  color: rgba(78,79,73);
  width: 85%;
}

.colorInfo h2{
  color:rgba(159,168,30);
  font-size: 2rem;

}

.colorDescription{
  font-size: 1.5rem;
}

.colorDescription2{
  font-size: 1rem;
}

.note{
  text-align: right;
  margin-top: 0.5%;
}

.orDes{
  margin-top: 3%;
}

.reco2{
  border-bottom: 2px solid #61824A ;
}

.retach{
  font-size: 1.6rem;
  font-weight: 300;
}

.colorPageAccess{
  color:#61824A;
}

.price-title2{
  color:#61824A;
}

@media screen and (max-width: 1000px) {
  .organicTopTittle, .organicTopTittle2{
    font-size: 5rem;
  }

  .colorImg{
    width:90%;
  }
}  

@media screen and (max-width: 600px) {
   .organicTopTittle, .organicTopTittle2{
    font-size: 4rem;
  }

  .organicTopTittle2{
    margin-top: 2%;
  }
  .colorImg{
    width:100%;
  }
}

@media screen and (max-width: 500px) {
  .villaEplain{
    width:85%;
  }

  .organicTopTittle{
    margin-left: 5%;

  }

  .organicTopTittle2{
    margin-left: 5%;
    margin-top: 3%;
  }

  .colorImg img{
    width:70%;
  }

   
}

@media screen and (max-width: 400px) {
  .organicTopTittle, .organicTopTittle2{
    font-size: 3rem;
  }
  .colorImg img{
    width:80%;
  }

  .organicTopTittle2{
    margin-top: 4%;
  }
}

.toiawase{
  margin-left: 5%;
 
}

.toiA{
  margin-top: 3%;
}





