/*メインビジュアル*/
header{
  background-image: url(../images/bg_top_green.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.top_left img,.top_right img{
  box-shadow: 2px 2px 3px #9e9d9d;
}
.top_left,.top_right{
  margin-top: 1em; 
  position: relative;
  z-index: 2;
}
.blue_left{
  background-image: url(../images/bg_top_blue_left.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 258px;
  position: relative;
}
.blue_right{
  background-image: url(../images/bg_top_blue_right.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 258px;
}
.top_right p{
  padding:60px 0 0 54px;
}
.blue_left ul,.blue_left p{
  width: 15em;
  margin: auto;
}
.blue_left ul{
  line-height: 40px;
  font-size: 19px;
  padding: 20px 0 10px;
}

header i{
  margin-right: 5px;
}
  .blue_left li,.blue_left p{
    animation-name:fadeleftAnime;
    animation-fill-mode:forwards;
    opacity:0;
    }
  .blue_left li.fade1{
    animation-duration:0.5s;
  }  
  .blue_left li.fade2{
    animation-duration:1s;
  }
  .blue_left li.fade3{
    animation-duration:1.5s;
  }
  .blue_left p{
    animation-name:fadeInAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
  }
      
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
      
      to {
        opacity: 1;
      }
    }
    @keyframes fadeleftAnime{
      from {
       opacity: 0;
       transform: translateX(50px);
      }
    
      to {
       opacity: 1;
       transform: translateX(0);
      }
    }
    
  .top_left img,.top_right img{
      animation-name:blurAnime;
      animation-duration:2s;
      animation-fill-mode:forwards;
  }
  @keyframes blurAnime{
    from {
      filter: blur(10px);
      transform: scale(1.02);
    }
  
    to {
      filter: blur(0);
      transform: scale(1);
    }
  }
  
  .eachTextAnime span{
    opacity: 0;
  }
  .eachTextAnime.appeartext span{
    animation:text_anime_on 1s ease-out forwards; 
  }
  @keyframes text_anime_on {
      0% {opacity:0;}
      100% {opacity:1;}
  }
  
/*メイン共通*/
.blue_line{
    background-image: url(../images/blue_line.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.yellow_line{
    background-image: url(../images/yellow_line.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#Nail img,#Shop img,.sikaku img,.insta img,.wrap img{
    box-shadow: 2px 2px 3px #9e9d9d;
    max-width: 100%;
    height: auto;
}
/*ネイルについて*/
.row{
    flex-direction: row-reverse;
    width: 80%;
    margin: auto;
}
h3{
    font-size: 17px;
    margin: 45px 0;
}

#Nail dl{
    width: 40%;
    height: auto;
    text-align: left;
    padding: 2em;
    
}
#Nail dt{
    font-weight: bold;
    line-height: 33px;
}
#Nail dd{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3";
    line-height: 23px;
    margin-bottom: 20px;
}
.san::before{
    content: "『";
}
.san::after{
    content: "』";
}
#Nail figure img{
    margin-top: 70px;
}
.price{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3";
    margin-top: 50px;
}
.price01{
    display: block;
    margin-top: 1.5em;
}
.bold{
    font-weight: 500;
    border-bottom: #b7a785 dashed 1.5px;
}
.onpu::after{
    content: "♪";
    display: inline-block;
    transform: rotate(10deg);
}
#Photo .btn{
    width: 330px;
}
.slider{
    width: 75%;
    margin: auto;
    padding: 20px 0;
    background-color: rgba(181, 199, 191, 30%);
}
.slider img {
    width:100%;
    height:auto;
}
.slider .slick-slide {
    margin:0 10px;
}

/*店舗について*/
#Shop p{
    margin-bottom: 50px;
    line-height: 35px;
}
#Shop .flex {
    width: 70%;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.point{
    background-image: none;
    width: 40%;
    padding: 0;
    margin-left: 5%;
    text-align: left;
}
#Shop h3{
    background-position: left bottom;
    margin-left: 2em;
}
#Shop ul{
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3"; 
    width: 280px;
}
#Shop li::before{
    content: url(../images/icon_check_blue.png);
    width: 20px;
    height: 19px;
    padding-right: 5px;
    vertical-align: sub;
}
#Shop figure{
    width: 40%;
}
.space{
    display: block;
    margin-left: 25px;
}
.shop01{
    margin: 0 auto;
}
.shop02{
    text-align: left;
    
}
.shop_green{
    margin: 10% 5% 0 0;
    text-align: right;
}

/*ネイリストについて*/
#Nailist p{
  margin-bottom: 20px;
}
.sikaku{
  margin-top: 30px;
}
.sikaku h3{
  text-align: left;
  margin-left: 2em;
  margin-bottom: 10px;
}
#Nailist ul{
    text-align: left;
    line-height: 40px;
    margin-bottom: 40px;
}
#Nailist ul li::before{
    content: url(../images/icon_sikaku.png);
    width: 13px;
    height: 20px;
    padding-right: 0.5em;
    vertical-align: sub;
}
.insta{
    background-color: rgba(172,206,231,50%);
    width: 70%;
    margin: auto;
    padding: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow:3px 3px 3px rgba(80, 99, 112, 0.5);
}
.insta p{
    margin-bottom:1em;
    font-weight: 500;
}
.hover:hover,.insta_btn2:hover{
    opacity: 50%;
    box-shadow: none;
    transform: translateY(2px);
}
.insta a img:hover{
    opacity: 50%;
    box-shadow: 4px 4px 4px #9e9d9d;
    transform: translateY(-2px);
}
.insta_pro{
    position: relative;
}
.insta_pro img{
    margin-top: 10px;
}
.wrap{
    flex-wrap: wrap;
    width: 360px;
}
.wrap img{
    margin-left: 5px;
    margin-bottom: 5px;
}
.insta_btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    top: 180px;
}
.insta_btn2{
    color: #fff;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    height: 50px;
    width: 274px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration:none;
    box-shadow: 2px 2px 3px #9e9d9d;
}
  
.insta_btn2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
  
.insta_btn2 .fa-instagram{
    font-size: 35px;
    position: relative;
    top: 6px;
    right: 5px;
}
  
.insta_btn2 span {
    display:inline-block;
    position: relative;
    transition: 0.5s
}
  
.insta_btn2:hover span{
    transform: rotateX(360deg);
}

/*-------------------レスポンシブ882以下--------------------*/
@media screen and (max-width:882px){
    /*メインビジュアル*/
    .blue_left,.blue_right{
        background-image: none;
        background-color: rgba(255, 255, 255, 80%);
      }
      .visual{
        line-height: 0;
      } 
      .top_right p,.blue_left ul,.blue_left p{
        font-size: 2.3vw;
      }
      .top_right p{
        line-height: 35px;
        padding: 10% 0 0 10%;
      }
      .blue_left ul,.blue_left p{
        line-height: 30px;
      }
    main{
        width: 80%;
        margin: auto;
    }
    #Nail .flex{
        display: block;
    }
    #Nail dl{
        width: 100%;
        padding: 0;
    }
    #Nail dt{
        line-height: 50px;
    } 
    #Nail figure img{
        margin-top: 20px;
        margin-bottom: 50px;
    } 
    .price br{
    display: none;
    }
    .price .bold{
        display: block;
        border-bottom: none;
    }
    .slider{
      width: 100%;
    }
    #Shop h3{
        text-align: center;
        background-position: center bottom;
    }
    .point{
        width: 80%;
        margin: auto;
    }
    
    #Shop .flex{
        display: block;
    }
    #Shop .res_flex{
        margin: 30px;
    }
    #Shop figure{
        width: 100%;
    }
    #Shop ul{
        margin: auto;
    }
    .shop01{
        margin-top: 30px;
    }
    .shop02{
        margin-left: 2em;
        margin-top: 10%;
    }
    .shop_green{
        text-align: center;
    }
    #Nailist .flex{
      display: block;
    }
    #Nailist ul{
      width: 230px;
      margin: auto;
      margin-bottom: 30px;
  }
}
/*-------------------レスポンシブ スマホ　600以下--------------------*/
@media screen and (max-width:600px){
   .visual.flex{
     display: block;
     width: 75vw;
     text-shadow: 1px 1px 10px #fff;
   }
   .blue_left,.blue_right{
    background: none;
  }
   .top_right,.top_left{
     display: flex;
   }
   header{
    background-size: 230px;
   }
   header h1{
     top: 10%;
     left: 80%;
   }
   .top_right p,.blue_left p{
    font-size: 19px;
   } 
   .blue_left{
     position: absolute;
     right: 0;
     top: 65px;
     width: 41%;
   }
   .blue_left ul {
    width: 10em;
   }
   .blue_left ul{
     font-size: 16px;
     margin: 0;
   }
   .blue_left p br{
     display: none;
   }
   .blue_left p{
     position: absolute;
     right:0;
   }
   .blue_right p{
     position: absolute;
     top:25px;
     line-height: 25px;
     left: -30px;
     z-index: 10;
   }
   .top_right img{
     position: absolute;
     top:60px;
     z-index: 5;
   }
   .top_right p{  
     padding: 10% 0 0 0;
     left:10px;
    }
    .price{
        font-size: 15px;
    }
    #Photo .btn{    
      width: 300px;
      font-size: 16px;
    } 
    #Shop .flex{
      width: 100%;
    }
    .shop01{
      text-align: center;
    }
    .shop02{
      display: none;
    }
    
    .insta{
      width: 96%;
      margin: auto;
      margin-top: 70px;
      padding: 30px 15px;
      margin-left: -10px;
      box-shadow: none;
    }
    .wrap img{
      width: 90%;
  }
}