html,body{
  height: 100%;
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'Ibarra Real Nova', serif;
  overflow-x: hidden;
  background: #fff9ff;
}
*{
  margin: 0;
  padding: 0;
}
.only-sp{
  display: none;
}
/* ヘッダー */
.wrapper{
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: inline-block;
}
.header-wrapper{
  width: 100%;
  height: 100vh;
  position: relative;
}

/* List */
.header-list-wrapper{
  position: fixed;
  width: 100%;
  height: 100px;
  background: #ffeaff;
  z-index: 10000;
}
.header-lists{
  left: 50%;
  z-index: 1000;
}
.header-lists ul{
  display: flex;
  float: right;
  margin: 2% 2% 0 0;
}
.header-lists ul li{
  list-style: none;
}
.list{
  margin-top: 4%;
}
.header-lists ul li a{
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
text-align: center;
}
.header-lists ul li a span{
  position: absolute;
  top: -10%;
  left: 20%;
  width: 8px;
  height: 8px;
  background: #ff93ff;
  border-radius: 50%;
}
.header-lists ul li a i{
  font-size: 50px;
  line-height: 70px;
  width: 70px;
height: 70px;
  background: url(../images/background1.png);
  color: #fff;
}
.header-lists ul li:hover a{
  color: #ff93ff;
  transition: .5s;
}
/* List　おわり */

/* スライドショー */
.slide-img{
  animation: animate 30s linear infinite;
  opacity: 1;
  position: absolute;
  top: 20%;
  left:  30%;
  width: 70%;
  z-index: 1;
  overflow: hidden;
  border-radius: 10% 0 0 10%;
}
.slide-img img{
  width:100%;
  height: 100%;
}
.slide-img1{
  animation-name: animate-1;
  z-index: 3;
}
.slide-img2{
  animation-name: animate-2;
  z-index: 2;
}
.slide-img3{
  animation-name: animate-3;
  z-index: 1;
}
.slide-img4{
  animation-name: animate-4;
  z-index: 0;
}
@keyframes animate-1 {
  0% {
    opacity: 1;
  }
  1.5% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-2 {
  23% {
    opacity: 1;
  }
  26% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-3 {
  48% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  73% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-4 {
  73% {
    opacity: 1;
  }
  76% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* スライドショー おわり*/

/* タイトル */
.header-title-content{
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 10;
  color: #000;
}
.header-small-title{
  font-size: 60px;
}
.header-big-title{
  font-size: 100px;
}
.header-sub-text{
  margin-top: 2%;
  font-size: 20px;
  line-height: 40px;
}
/* タイトル　おわり */

/* ヘッダー　終わり */

/* メイン */
.wrapper-title{
 text-align: center;
 margin: 10% 0 5% 0;
}
.wrapper-title span{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  border-bottom: 3px solid #ff9eff;
  padding: 0 5%;
}
.wrapper-text{
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
/* Concept */
.concept-wrapper{
  width: 80%;
  margin: 0 10%;
  margin-top: 10%;
}
.concept-content{
  width: 100%;
  background:#ffeaff;
  margin-top: 5%;
}

.concept-title{
  text-align: center;
  font-size: 25px;
  padding: 5% 0;
  font-weight: bold;
}
.concept-text{
  width: 80%;
  margin: 0 10%;
  font-size: 15px;
  padding-bottom: 3%;
  line-height: 40px;
}
.concept-content img{
  padding: 3% 0;
  width: 90%;
  margin: 0 5%;
}
.who-content{
  width: 70%;
  margin: 5% 12.5% 0 12.5%;
  padding: 2% 2.5%;
  background: url(../images/background5.png);
}
.who-content h1{
  font-size: 25px;
}
.who-jp{
  font-size: 20px;
}
.who-en{
  margin-top: 3%;
}
/* Concept 終わり */
/* Private */
.private-flex{
  display: flex;
  width: 80%;
  margin: 0 10% 5% 10%;
}
.private-color1{
  background: url(../images/background1.png);
  background-size: cover;
}
.private-color2{
  background: url(../images/background2.png);
}
.private-color3{
  background: url(../images/background3.png);
}
.private-img{
  width: 50%;
  padding: 5% 0%;

}
.private-img img{
  width: 80%;
    margin:0 10%;
}
.private-text{
  width: 60%;
  padding: 6% 3% 5% 3%;
}
.private-text-title{
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.private-text p{
  padding-top: 3%;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 30px;
}
/* Private　おわり */

/* Salon */
.salon-flex{
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 10%;
}
.salon-content{
  width: 30%;
  margin: 0 1.5%;
  position: relative;
    overflow: hidden;
}
.salon-content img{
  width: 100%;
  height: 100%;
}
.salon-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.salon-color1{
  background: #ffd1ff;
  opacity: 0.3;
}
.salon-color2{
  background: #d1e8ff;
  opacity: 0.3;
}
.salon-color3{
  background: #d1ffd1;
  opacity: 0.3;
}
.salon-color1:hover{
  background: #ffd1ff;
  opacity: 0.6;
}
.salon-color2:hover{
  background: #d1e8ff;
  opacity: 0.6;
}
.salon-color3:hover{
  background: #d1ffd1;
  opacity: 0.6;
}
.salon-back:hover{
  opacity: .5;
  transition: .5s;
}
.salon-text{
  position: absolute;
  top: 30%;
  left: 10%;
}
.salon-text p{
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
}
.salon-title{
  font-size: 25px;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
}
/* Salon　おわり */
/* Map */
.map-wrapper{
  display: flex;
  width: 60%;
  margin:10% 20% 5% 20%;
  background: #ffeaff;
}
.map-text{
  width: 40%;
  margin: 5%;
}
.map-text h3{
  font-size: 30px;
}
.address{
  margin-top: 10%;
  font-size: 15px;
  line-height: 30px;
}
.attention{
  margin-top: 5%;
  font-size: 12px;
}
.google-map{
  width: 40%;
  margin: 5%;

}
.google-map iframe{
  width: 100%;
height: 100%!important;
}
/* Map　おわり */
/* Contact */
.contact-wrapper{
  width: 60%;
  margin:0 20%;
  background: #fff;

  padding: 2% 0;
}
.contact-wrapper:hover{
  background: #ffb2ff;
  transition: .5s;
  color: #fff;

}
.contact-flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-text{
  width: 70%;
}
.contact-text a{
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
  color: #000;
}
.contact-text:hover a{
  color: #fff;
  transition: .5s;
}
.contact-text span{
  font-size: 20px;
  padding-left: 3%;
}
.contact-stick{
  width: 30%;
}
.stickarrow {
  text-align: left;
  width: 180px;
  height: 20px;
  border-bottom: 1.5px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
  margin-top: 6%;
}

/* Contact　おわり */
/* メイン　おわり */

/* フッター */
.footer-wrapper{
  width: 100%;
  height: 270px;
position: relative;
  background: #f5f5f5;
  margin: 0 auto;
  margin-top: 5%;
}
.footer-title{
  text-align: left;
  padding: 5% 0 0 5%;
}
.footer-title h3{
  font-size: 30px;
}
.footer-title h2{
  font-size: 50px;
}
.footer-title p{
  padding-top: 1%;
}
.footer-lists ul{

  display: flex;
  padding: 8% 0;
}
.footer-lists{
  width: 30%;
  position: absolute;
  top: 10%;
  left: 65%;
}
.footer-lists ul li{
  list-style: none;
  padding: 0 5%;
}
.footer-lists ul li .padding-lists{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  writing-mode: vertical-rl;
}
.footer-lists ul li a span{
  width: 8px;
  height: 8px;
  background: #ff93ff;
  border-radius: 50%;
}
.footer-facebook{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  writing-mode: vertical-rl;
  width: 70px;
  height: 70px;
  background: url(../images/background1.png);
  color: #fff;
}

.footer-lists ul li .footer-facebook i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  line-height: 70px
  color: #fff;
}
.scroll-top{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  background: #ffeaff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.scroll-top i{
color: #ff99ff;
}
.scroll-top p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.scroll-top p a{
  text-decoration: none;

}
.triangle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 40px 20px;
  border-color: transparent transparent #ff99ff transparent;
}
.copy{
  text-align: center;
  margin-top: 0%;
  font-size: 15px;
}
/* フッター　おわり */
@media (min-width: 1440px) {
  .header-lists ul{
    margin: 1% 2% 0 0;
  }
}
@media (max-width: 1024px) {

  /* Concept */
  .concept-wrapper{
    margin-top: 0%;
  }
  .concept-content{
    width: 100%;
    height: auto;
    margin-top: 5%;
  }
  .concept-left-text{
    width: 100%;
  }
  .concept-content h3{
    font-size: 20px;
  }
  .concept-right-text{
    width: 80%;
    margin: 0 10%;
  }
  .concept-content p{
    font-size: 16px;
    line-height: 30px;
  }
  /* Concept 終わり */
  /* Contact */
  .contact-wrapper{
    width: 70%;
    margin:0 15%;
    padding: 2% 0;
  }
  .contact-text{
    width: 70%;
  }
  .contact-text a{

    font-size: 30px;
    letter-spacing: 2px;
  }
  .contact-text a span{

    font-size: 16px;
    padding-left: 2%;
  }
  .contact-stick{
    width: 30%;
  }
  .stickarrow {
    width: 80%;
    margin-top: 5%;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1.5px solid #000;
  }
  /* Contact　おわり */
  /* フッター */
  .footer-wrapper{
    margin-top: 10%;
  }
a{
  text-decoration: none;
  color: #000;
}
  /* フッター　おわり */
}
@media (max-width: 768px){
  /* ヘッダー */
  .only-sp{
    display: block;
  }
  .only-pc{
    display: none;
  }
  .header-wrapper{

  }
  .nav-header-title-content{
    text-align: center;
    padding: 3% 0;
  }
  .nav-header-small-title{
      font-size: 16px;
  }
  .nav-header-big-title{
      font-size: 40px;
  }
  /* List */
  .header-list-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;

    pointer-events: none;
    background: url(../images/bar1.png);
    margin-top: 25vh;
  }
  .header-list-wrapper.active{
    position: fixed;
    left: 0;
    top:0;
    margin: 0;
        transform: translate(0,0);
    opacity: 1;

    overflow: hidden;
    pointer-events: auto;
  }
  .header-lists ul{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
  }
  .header-lists ul li{
    border-bottom: 2px solid #fff;
  }
  .list{
    padding-top: 0%;
  }
  .header-lists ul li a{
    font-size: 16px;
    color: #000;
    padding: 5% 0px;
  }
  .header-lists ul li a span{
    display: none;
  }
  .header-lists ul li:hover a{
    color: #ff93ff;
    transition: .5s;
  }
  .nav-toggle{
    position: fixed;
    top: 0.5%;
     left: 85%;
     font-size: 30px;
     color: #fff;
     background: url(../images/background1.png);
     padding: 2% 3%;
  }
  /* List　おわり */

/* スライドショー */
.slide-img{
  top: 30%;
  left:  0%;
  width: 100%;
  border-radius: 0;
}
/* スライドショー おわり*/

/* タイトル */
.header-title-content{
  text-align: center;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1% 0;
  z-index: 10000;
}
.header-small-title{
  font-size: 16px;
}
.header-big-title{
  font-size: 40px;
}
.header-sub-text{
  margin-top: 2%;
  font-size: 10px;
  line-height: 20px;
  z-index: 1;
  transition: .5s;
}
.header-sub-text.active{
  opacity: 0;
  transition: .5s;
}
/* タイトル　おわり */
/* ヘッダー　終わり */

/* メイン */
.wrapper-title{
 text-align: center;
 margin:10% 0 0 0;
 font-size: 70px;
}
.wrapper-title span{
  font-weight: bold;
  letter-spacing: 5px;
  border-bottom: 3px solid #ff9eff;
  padding: 0 5%;
}
.wrapper-text{
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
/* Concept */
.concept-wrapper{
  margin-top: 5%;
}
.concept-content{
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.concept-left-text{
  width: 100%;
}
.concept-content h3{
  font-size: 25px;
}
.concept-right-text{
  width: 80%;
  margin: 0 10%;
}
.concept-content p{
  font-size: 16px;
  line-height: 30px;
}

/* Concept 終わり */
/* Private */
.private-flex{
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 5% 10% 5% 10%;
}
.private-flex-reverse{
  flex-wrap: wrap-reverse;
}
.nav-private-text-title{
  width: 80%;
  margin: 0 10%;
  font-size: 25px;
  padding: 3% 0;
}
.private-img{
  width: 100%;
  padding: 5% 0%;
}
.private-img img{
  width: 80%;
    margin:0 10%;
}
.private-text{
  width: 80%;
  margin: 0 10%;
  padding: 0% 3% 5% 3%;
}
.private-text-title{
  font-size: 16px;
}
.private-text p{
  font-size: 16px;
  line-height: 30px;
}
/* Private　おわり */
/* Salon */
.salon-flex{
  flex-wrap: wrap;
  width: 100%;
  margin: 5% 0% 0 0%;
}
.salon-content{
  width: 90%;
  margin: 2% 5%;
  position: relative;
    overflow: hidden;
}
.salon-text{
top: 20%;
left: 5%;
}
.salon-text p{
  font-size: 25px;
}
.salon-title{
  font-size: 50px;
  letter-spacing: 2px;
}
/* Salon　おわり */
/* Map */
.map-wrapper{
  display: flex;
  flex-wrap: wrap-reverse;
  width: 90%;
  margin:10% 5% 5% 5%;
  background: #ffeaff;
}
.map-text{
  width: 40%;
  margin: 5%;
}
.map-text h3{
  font-size: 25px;
}
.address{
  margin-top: 5%;
  font-size: 16px;
  line-height: 25px;
}
.attention{
  font-size: 12px;
}
.google-map{
  width: 50%;
  margin: 0%;
}
/* Map　おわり */
/* Contact */
.contact-wrapper{
  width: 80%;
  margin:0 10%;
  padding: 3% 0;
}
.contact-text{
  width: 70%;
}
.contact-text a{
  font-size: 30px;
  letter-spacing: 1px;
}
.contact-text span{
  font-size: 16px;
  padding-left: 2%;
}
.contact-stick{
  width: 30%;
}
.stickarrow {
  width: 80%;
  margin: 0;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1.5px solid #000;
  margin-top: 5%;
}
/* Contact　おわり */
/* フッター */
.footer-wrapper{
  height: 320px;
position: relative;
}
.footer-title{
  text-align: center;
  padding: 10% 0;
}
.footer-title h3{
  font-size: 20px;
}
.footer-title h2{
  font-size: 35px;
}
.footer-title p{
  padding-top: 1%;
  font-size: 12px;
}
.footer-lists{
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0%;
}
.footer-lists ul li{
  width: 20%;
  padding: 0 6%;
}
.footer-lists ul li .padding-lists{
  font-size: 10px;
  padding: 0;
  writing-mode: vertical-rl;
}
.footer-facebook{
  color: #fff;
  width: 30px;
  height: 30px;
}
.footer-lists ul li .footer-facebook i{
  font-size: 20px;
  line-height: 30px;
}
.scroll-top{
  font-size: 25px;
  width: 50px;
  height: 50px;
}
.triangle{
  border-width: 0 10px 20px 10px;
}
.copy{
  text-align: center;
  margin-top: 20%;
  font-size: 10px;
}
/* フッター　おわり */
}
@media (max-width: 500px) {
  .header-wrapper{
    height: 50vh;
  }
  .map-text h3{
    font-size: 18px;
  }
  .address{
    font-size: 14px;
    line-height: 20px;
  }
  .attention{
    font-size: 10px;
    line-height: 15px;
  }
  .contact-text a{
    font-size: 18px;

  }
  .contact-text a span{
    font-size: 10px;
  }
}
@media (max-width: 375px) {
    .header-wrapper{
      height: 60vh;
    }
    .wrapper-title span{
     font-size: 30px;
    }
    .concept-left-text h3{
      font-size: 18px;
    }
    .concept-right-text p{
      font-size: 10px;
      line-height: 15px;
    }
    .nav-private-text-title{
      font-size: 16px;
    }
    .private-text p{
      font-size: 10px;
      line-height: 15px;
    }
    .salon-title{
      font-size: 25px;
    }
    .salon-text p{
      font-size: 16px;
    }
    .map-text h3{
      font-size: 18px;
    }
    .address{
      font-size: 10px;
      line-height: 15px;
    }
    .attention{
      font-size: 8px;
    }
  .slide-img{
    top: 45%;
  }
  .header-title-content{
    padding: 1% 0;
  }
  .contact-text a{
    font-size: 14px;
    letter-spacing: 1px;
  }
  .contact-text a span{
    font-size: 8px;
    padding-left: 2%;
  }
  .who-content{
    width: 80%;
    margin: 5% 5%;
    padding: 2% 5%;
  }
  .who-content h1{
    font-size: 16px;
  }
  .who-jp{
    font-size: 12px;
  }
  .who-en{
    font-size: 10px;
  }
}

@media (max-width: 321px) {
  /* List */
  .header-list-wrapper{
    top: 100%;
    margin-top: 0vh;
  }
  .nav-toggle{
    position: absolute;
    top: 0.5%;
    left: 85%;
  }
  /* List　おわり */
/* タイトル */
.header-sub-text{
  line-height: 15px;
}
/* メイン */
.wrapper-title{
  margin: 15% 0;
}
/* Contact */
.contact-wrapper{
  width: 90%;
  margin: 0 5%;
}
.contact-text{
  width: 70%;
}
.contact-text a{
  font-size: 16px;
  letter-spacing: 1px;
}
.contact-text a span{
  font-size: 10px;
}
.stickarrow {
  height: 8px;
}
/* Contact　おわり */
/* フッター */
.footer-wrapper{
  height: 270px;
position: relative;
}
.footer-title{
  text-align: center;
  padding: 10% 0;
}
.footer-title h3{
  font-size: 20px;
}
.footer-title h2{
  font-size: 35px;
}
.footer-title p{
  padding-top: 1%;
  font-size: 12px;
}
.footer-lists ul{
  width: 100%;
}
.footer-lists ul{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  padding: 0;
}
.footer-lists ul li .padding-lists{
  font-size: 10px;
  padding: 5% 0;
  writing-mode: vertical-rl;
}
.footer-facebook{
  color: #fff;
  width: 30px;
  height: 30px;
}
.footer-lists ul li .footer-facebook i{
  font-size: 20px;
  line-height: 30px;
}
.scroll-top{
  font-size: 25px;
  width: 50px;
  height: 50px;
}
.triangle{
  border-width: 0 10px 20px 10px;
}
.copy{
  text-align: center;
  margin-top: 20%;
  font-size: 10px;
}
/* フッター　おわり */
}
