@charset "UTF-8";
/* CSS Document */
.main{
  background-color: #c2b6aa;
}
.section-top_image{
  padding-bottom: 40px;
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}
.section-top_image_pc { display: block !important; }
.section-top_image_sp{ display: none !important; }
 
.section-top_image_sp{
  width: 100vw;
  height: auto;
  
}
@media only screen and (max-width: 1160px) {
    .section-top_image_pc { display: none !important; }
     .section-top_image_sp{ display: block !important; }
}

.top{
  
  padding-bottom: 40px;
  position: relative;
}
.about{
  margin: 0 auto;
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.about-top_image{
 width: 100vw;
}
.about h2{
  padding: 40px 0 20px;
  margin: 0 auto;
  color: rgba(255,255,255,0.5);
  font-size: 5.0rem;
  font-weight: 300;
    letter-spacing: 0.1em;
   font-family: 'Libre Baskerville', serif;
}

.description p{
  text-align: left;
  padding-bottom: 40px;
  line-height: 2.8rem;
}
.menu{
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }

}
.menu-top_image{
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
  

.menu-top_image img{
  width: 150px;
  height: auto;
  text-align: center;
  justify-content: center;
  
}
.menu-top_image_wax{
  padding-bottom: 40px;
  padding-right: 10px;
  
}
.menu-top_image_face{
  padding-top: 40px;
  padding-left: 10px;
  
}
.menu h2{
  padding: 40px 0 20px;
  margin: 0 auto;
  color: rgba(255,255,255,0.5);
  font-size: 5.0rem;
  font-weight: 300;
    letter-spacing: 0.1em;
   font-family: 'Libre Baskerville', serif;
}
.description{
  background-color: #fff;
  border: solid 1px #333;
  padding: 40px 24px;
  margin: 20px 24px 40px;
}
.salon{
  animation-name:fadeUpAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }

}
.salon-top_image{
  width: 100vw;
  height: 500px;
  object-fit: cover;
 
  box-sizing: border-box;
}
.salon h2{
  padding: 40px 0 20px;
  margin: 0 auto;
  color: rgba(255,255,255,0.5);
  font-size: 5.0rem;
  font-weight: 300;
    letter-spacing: 0.1em;
   font-family: 'Libre Baskerville', serif;
}

@media(min-width:1040px){
 
  .section-top_image_pc {
    width: 100vw;
    height: auto;
  }
  .main{
     background-color: transparent; 
  }
  .top{
    
    background-color: transparent; 
    
    
  }
  
  .salon{
    position: relative;
    
}
    
  
  .about{
  padding: 0 240px 100px;
    position: relative;
     z-index: 1;
    display: flex;
    margin-bottom: 40px;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    
     
  }
  .lian h2{
    padding-bottom: 40px;
  }
  .about img{
    max-width: none;
    width: 470px;
    height: auto;
    
  }
  .about h2{
    color:#c2b6aa;
    padding-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.1em;
    opacity: 0.5;
    
  }
  .menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    
    padding-bottom: 40px;
    position: relative;
    background-color: #c2b6aa;
    padding:  0 240px;
    height: 1000px;
    margin-bottom: -250px;
    margin-top: -250px;
    background-size:100% auto;
  }
  .salon{
    display: flex;
    flex-direction: row;
    padding:  0 240px 100px;
    align-items: center;
    
    position: relative;
  }
  .salon-top_image{
    width: 335px;
    height: 447px;
    
    padding-right: 20px;
    box-sizing: border-box;
  }
  .salon img{
    width: 335px;
  }
  
  .menu-top_image img{
    width: 230px;
    }
  .menu-top_image_face{
    padding: 0 10px 80px;
    width: 230px;
    height: auto;
  }
  .menu-top_image_wax{
    padding: 80px 10px 0px;
    width: 100%;
    height: auto;
  }
  .menu-top_image{
    padding-bottom: 150px;
  }
  .description{
    padding: 40px 40px;
    width: 390px;
    height: auto;
    margin: 0 40px;
  }
  .box{
    display:flex;
  flex-direction: column;
  margin-bottom: 40px;
  }
  .menu{
    flex-direction: row-reverse;
  }
  .description img{
    width: 240px;
    
  }
  .description p{
    line-height: 3.0rem;
   
  }
}
