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: 100px;
  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　おわり */
/* メイン */
.header-bar{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: url(../images/bar1.png);
  margin-top: 5%;
}
.header-bar h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  letter-spacing: 3px;
}
.saloninfo-wrapper{
  margin: 0 10%;
  font-family:serif;
}
.background-1{
background-image: url(../images/background1.png);
background-size: cover;
}
.background-2{
  background-image: url(../images/background2.png);
  background-size: cover;
}
table {
  border-collapse: collapse;
}
.table-1{
  width: 100%;

}
.table-2{
  width: 100%;
}

tr{
  border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
      border-left: 1px solid #cdcdcd;
      border-right: 1px solid #cdcdcd;
}
th{
  width: 30%;
  font-size: 14px;
    letter-spacing: 3px;

}
td{
  line-height: 20px;
  letter-spacing: 3px;
  padding: 25px;
  font-size: 12px;
}
p{
  font-size: 12px;
}
.salon-title{
  margin-top: 10%;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
}

/* フッター */
.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) {
  /* フッター */
  .footer-wrapper{
    margin-top: 10%;
  }

  /* フッター　おわり */
  a{
    text-decoration: none;
    color: #000;
  }
}

@media (max-width: 768px) {
  /* ヘッダー */
  .header-wrapper{
    width: 100%;
    height: 100px;
    position: relative;
  }
  .only-sp{
    display: block;
  }
  .only-pc{
    display: none;
  }
  .nav-header-title-content{
    text-align: center;
    margin-top: 10%;
  }
  .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;
    padding: 0 3%;
  }
  .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　おわり */
  /* scroll List */
  .scroll-header{
    position: fixed;
    display: none;
    z-index: 1000;
    background: #fff4ff;
    width: 100%;
  }
  .scroll-header ul{
    display: none;
    float: right;
    margin-right:2%;
  }
  .scroll-header ul li{
    list-style: none;
  }
  .scroll-list{
    margin-top: 4%;
  }
  .scroll-header ul li a{
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 0 30px;
  text-align: center;
  }
  .scroll-header ul li a span{
    position: absolute;
    top: -10%;
    left: 20%;
    width: 8px;
    height: 8px;
    background: #ff93ff;
    border-radius: 50%;
  }
  .scroll-header ul li a i{
    font-size: 50px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    background: url(../images/background1.png);
    border-radius: 10px;
    color: #fff;
  }
  .scroll-header ul li:hover a{
    color: #ff93ff;
    transition: .5s;
  }
  /* sctoll List　おわり */
  /* メイン */
  .header-bar{
    padding: 10% 0;
  }
  .header-bar h2{
    font-size: 20px;
  }


  th{
    font-size: 12px;
    letter-spacing: 2px;
  }
  td{
    letter-spacing: 2px;
    padding: 15px;
    font-size: 10px;
  }
  p{
    font-size: 10px;
  }
  .salon-title{
  text-align: center;
  }

  /* フッター */
  .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;
  }
  /* フッター　おわり */
}
