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: 10001;
}
.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;
}
.map-flex{
  width: 80%;
  margin: 0 10%;
}
.map-img{
  width: 40%;
  margin: 5% 30%;
}
.map-img img{
  width: 100%;
}
.map-img2{
  width: 60%;
  margin: 7% 20%;
}
.map-img2 img{
  width: 100%;
}
.map-img2 p{
  text-align: center;
  margin: 2% 0%;
}
.google-map{
  width: 70%;
  height: 100vh;
  margin: 5% 15%;

}
.google-map iframe{
  width: 100%;
height: 80%!important;
}
.map-text-content{
  width: 100%;
}
.map-text{
  margin: 5% 0;
  letter-spacing: 1px;
}
.diamond{
  font-size: 15px;
  color: #ffb3ff;
}
.map-text h1{
  font-size: 20px;
}
.address{
  font-size: 20px;
  line-height: 30px;
}
.map-text-block{
  font-size: 16px;
}
/* フッター */
.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) {
  .google-map{
    height: 50vh;
  }
  /* フッター */
  .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;
  }
  .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　おわり */
  /* メイン */
  .header-bar{
    padding: 10% 0;
  }
  .header-bar h2{
    font-size: 20px;
  }
  .google-map{
    width: 100%;
    height: 30vh;
    margin: 5% 0%;

  }
  .google-map iframe{
    width: 100%;
  height: 100%!important;
  margin: 0%;
  }
  .map-text-content{
    width: 90%;
    margin: 5%;
  }
  .map-text{
    margin: 8% 0;
    letter-spacing: 1px;
  }
  .diamond{
    font-size: 15px;
    color: #ffb3ff;
  }
  .map-text h1{
    font-size: 20px;
  }
  .address{
    font-size: 20px;
    line-height: 30px;
  }
  .map-text-block{
    font-size: 16px;
  }
/* フッター */
.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;
}
/* フッター　おわり */
}
