@charset "UTF-8";

body{
  margin: 0;
 font-family: 'Rosario', sans-serif;
  position: relative;
}








/******************min1040px**********************/
@media (min-width:1040px) {
#navbtn{
  display: none;
}
header{
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  top:0;
  left: 0;
}






.header-list{
  width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.header-list li{
  display:inline-block;
  width: 140px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  list-style: none;
}

.header-list a{
  font-size: 19px;
  color: #333333;
  text-decoration: none;
}

.header-under{
  position: relative;
  width: 180px;
  text-align: right;
  background-color: #fff;
}
.header-sns{
  content: "";
  display: block;
  clear: both;
  width: 150px;
  margin: 0 auto;
}
.header-insta{
  float: left;
  width: 49.9%;
  text-align: center;
  height: 26px;
}
.header-insta a{
  text-decoration: none;
}
.header-insta i{
  font-size: 25px;
  color: #000;
}
.header-line{
  float: left;
  width: 49.9%;
  text-align: center;
  height: 26px;
}
.header-line a{
  text-decoration: none;
}
.header-line i{
  font-size: 25px;
  color: #03b302;
}

.header-tel{
  text-align: center;
}
.header-tel a{
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

/***************index-box**********************/
.home-contents-box{
  width: 1040px;
  margin: 0 auto;
  position: relative;
}

.top{
  height: 600px;
  width: 100%;
  margin: 0 auto;
}
.top-img{
  position: fixed;
  width: 100%;
  height: 600px;
  background-color: #ddd;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.top-name{
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
}

.top-name h1{
  font-size: 77px;
  text-align:center;
  display: block;
}

.top-img{
  height: 600px;
}

.top-img img{
  height: 400px;
  width: 100%;

}
/*****************************/
.home-contents-box-1{
  position: relative;
  width: 100%;
  height: 300px;
  margin: 130px auto;
  background: #fff;
  z-index: 2;
}

.home-box-1-consept{
  width: 500px;
  margin: 100px auto;
  text-align: center;
  border: ridge 3.5px;
}
.effect-fade {
  width: 500px;
  margin: 50px auto;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2000ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-fade h2{
font-size: 30px;
letter-spacing: 0.32em;
font-weight: bold;
color: #333333;
}

.effect-fade p{
  font-size: 15px;
}

.home-box-1-consept-text{
  width: 100%;
  margin: 100px auto;
  text-align: center;
  opacity: .1;
  transition: all 4s;
}
.home-box-1-consept-text.blockIn {
  opacity: 1;
}

.home-box-1-consept-text p{
  font-size: 14px;
  line-height: 50px;
  color: #333333;
}
.box-1-inner{
  font-size: 24px;
  padding: 0 10px;
}


/***************************/






/*******top-img-2********/
.top-img-2{
  height: 600px;
  background-image: url(../img/img_2528.jpg);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

}


/************contentsbox-2****************/
.home-contents-box-2{
  position: relative;
  height: 475px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}
.home-menu-all{
  content: "";
  display:block;
  clear: both;
  height: 250px;
  margin: 100px auto;
}
.home-menu{
  float: left;
  width: 24.5%;
}
.home-menu h4{
  text-align: center;
}
.home-menu p{
  line-height: 65px;
  font-size: 14px;

}
.home-menu-cut{
padding: 0 0 0 60px;
}
.home-menu-color{
padding: 0 0 0 30px;
}
.home-menu-perm{
padding: 0 0 0 60px;
}
.home-menu-straight-perm{
  padding: 0 0 0 50px;
}
/******************************/





/*******top-img-3********/
.top-img-3{
  height: 600px;
  background-image: url(../img/img_2535.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

}


/************contentsbox-3****************/
.home-contents-box-3{
  position: relative;
  height: 850px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}

.home-style{
  content: "";
  display:block;
  clear: both;
  height: 550px;
  margin: 100px auto;
}
.home-style-img{
float: left;
width: 33.3%;
text-align: center;
}
.home-style-img img{
  height: 300px;
  width: 250px;
  padding: 40px 0 0 0;
}


/******************************/






/***********top-img-4**************/
.top-img-4{
  height: 600px;
  background-image: url(../img/23483976_s.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

}








/************contentsbox-4****************/
.home-contents-box-4{
  position: relative;
  height: 500px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}


.news-list{
  width: 60%;
  margin: 100px auto;
}

.news-list li{
  list-style: none;
  border-bottom: dotted 2px #eee;
  color: #333333;
  line-height: 65px;
}
.news-list li a{
  color: #333333;
  text-decoration: none;
}
.news-date{
  padding: 0 100px 0 20px;
  font-size: 18px;
}

.read-more{
  text-align: center;
  width: 150px;
  height: 40px;
  margin: auto;
}
.read-more p{
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 2em;
}
.read-more a{
  text-decoration: none;
  color: #000;
}

/***************************************/
/***************top-img-5*********************/
.top-img-5{
  height: 600px;
  background-image: url(../img/IMG_2645.jpg);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

/************contentsbox-5**************************/
.home-contents-box-5{
  position: relative;
  height: 550px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}


.open-campaign{
  height: 375px;
  margin: 100px 0 ;
  text-align: center;
  border: solid 1px #ccc;
}
.open-campaign h2{
  color: #333333;
  font-size: 45px;
}
.open-campaign h3{
  width: 500px;
  height: 55px;
  margin: 80px auto;
  font-size: 30px;
  color: #333333;
  background-color: #ede9df;
  line-height: 2em;
}
/************************/

/**************top-img-6*****************/
.top-img-6{
  height: 600px;
  background-image: url(../img/23493710_m.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;

}

/************contentsbox-6***************/
.home-contents-box-6{
  position: relative;
  height: 1050px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}
.box-6-inner{
  margin: 100px auto;
  height: 730px;
}
.box-6-inner-p{
  text-align: center;
  margin: 50px auto;
}
.box-6-inner-p p{
  color: #333333;
  font-size: 14px;
}
.reserve-line{
font-weight: bold;
}
.box-6-list{
  margin:  50px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.box-6-list li{
    display: inline-block;
    width: 285px;
    height: 125px;
}
.box-6-list li p{
  color: #333333;
  margin: 30px;
}

.tel-no{
  font-size: 25px;
}
.tel-no a{
  color: #333333;
  text-decoration: none;
}
.box-6-list i{
  font-size: 80px;
}
.box-6-tel{
  vertical-align: bottom;
}
.box-6-line i{
  color: #03b302;
  line-height: 65px;
}
.box-6-insta i{
  color: #000;
  line-height: 165px;
}
.box-6-inner iframe{
  width: 100%;
  margin: 0 auto;
}

.to-access{
  text-align: center;
  width: 200px;
  height: 40px;
  margin: 65px auto;
  list-style: none;
}
.to-access p{
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 2em;
}

.to-access a{
  text-decoration: none;
  color: #000;
}


/*************footer***************/
footer{
  position: relative;
  width: 100%;
  height: 370px;
  border-top: solid 1px #333333;
  background-color: #fff;
  z-index: 2;
}
.footer-box-1{
  width: 1040px;
  height: 80px;
  margin: 0 auto;
}
.footer-name{
  text-align: center;
}
.footer-name h2{
  color: #333333;
font-size: 45px;
}

.footer-box-2{
  width: 1040px;
  margin: 0 auto;
}
.footer-box-2 h3{
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.footer-box-2-in{
  width: 90%;
  height: 155px;
  margin: 0 auto;
  content: "";
  display: block;
  clear: both;
}

.footer-detail-1{
  float: left;
  width: 33%;
  margin: 25px auto;
  text-align: center;
  line-height: 30px;
}


.footer-detail-1  a{
  color: #333333;
  text-decoration: none;
}
.footer-detail-2{
  float: left;
  width: 33%;
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
}

.footer-detail-2 p{
  color: #333333;
}

.footer-detail-3{
  float: left;
  width: 33%;
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
}

.footer-detail-3 p{
color: #333333;
}
.footer-s1{
  font-size: 20px;
}


/*********************************/






/***********menu-pege*************/


/***********contents-box**************/
.menu{
  width: 1040px;
  height: 1600px;
  margin: 150px auto;
  background-color: #fff;
}






/*****cut******/

.box-1-menu{
  content: "";
  display: block;
  clear: both;
  margin: 50px auto;
}




.menu-left{
  float: left;
  width: 50%;
  margin:0 auto;
}


/*********cut********/


.cut{
margin: 0 0 65px 0;
}
.box-1-cut{
  width: 350px;
  margin: 0 auto;
}

.box-1-cut h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}

.cut-a{
  font-size: 15px;
  font-weight: normal;
}

.box-1-cut p{
  margin: 0 auto;
  text-align: right;
}

.menu-cut{
  border: solid 1px #333333;
  width: 350px;
  margin: 0 auto;
  list-style: none;
  padding: 0 20px;
}

.cut-price{
  float: right;
}

/***********color****************/

.box-1-color{
  width: 350px;
  margin: 0 auto;
}
.box-1-color h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-color p{
  margin: 0 auto;
  text-align: right;
}

.color{
  margin: 0 0 65px 0;
}
.menu-color{
  width: 350px;
  margin: 0 auto;
  border: solid 1px #333333;
  padding: 0 20px;
  list-style: none;
}

.menu-color li{
  height: 115px;
}
.color-1{
  float: left;
}
.color-price{
  text-align: right;
  float: right;
}


/************perm************/
.box-1-perm{
  width: 350px;
  margin: 0 auto;
}
.box-1-perm h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-perm p{
  margin: 0 auto;
  text-align: right;
}

.menu-perm{
  width: 350px;
  margin: 0 auto;
  border: solid 1px #333333;
  padding: 0 20px;
  list-style: none;
}
.menu-perm li{
  height: 115px;
}
.perm-1{
  float: left;
}
.perm-price{
  float: right;
  text-align: right;
}

.dg-perm{
  padding: 0 0 20px 0;
}
/********************/


.menu-right{
  float: left;
  width: 50%;
  margin: 0 auto;
}
/*****st-perm*******/
.box-1-st-perm{
  width: 300px;
  margin: 0 auto
}
.box-1-st-perm h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-st-perm p{
  margin: 0 auto;
  text-align: right;
}
.st-perm{
  margin: 0 0 65px 0;
}
.menu-st-perm{
  width: 300px;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-st-perm li{
  height: 115px;
}
.perm-st-1{
  float: left;
}
.perm-st-price{
  float: right;
  text-align: right;
}
.perm-st-f{
  padding: 20px 0 0 0;
}

/******tm******/
.box-1-tm{
  width: 300px;
  margin: 0 auto;
}
.box-1-tm h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-tm p{
  margin: 0 auto;
  text-align: right;
}


.menu-tm{
  width: 300px;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-tm li{
  height: 75px;
}
.tm-1{
  float: left;
}
.tm-price{
  text-align: right;
  float: right;
}
/**************set***************/
.box-1-set{
  width: 300px;
  margin: 0 auto;
}
.box-1-set h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}


.menu-set{
  width: 300px;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-set li{
  height: 75px;
}
.st-1{
  float: left;
}
.st-price{
  text-align: right;
  float: right;
}


/*******menu-ps*********/

.menu-ps{
  text-align: center;
}
/********************************/
/**************access-page*****************/
.access{
  height: 1200px;
  width: 1040px;
  margin: 150px auto;
  background-color: #fff;
}




.access-box-1{
  margin: 100px 0 0 0;
  height: 400px;
  content: "";
  display: block;
  clear: both;
}

.access-box-left{
  float: left;
  width: 49%;
  text-align: center;
}
.access-box-left img{
  height: 350px;
  width: 300px;
  padding: 0 0 0 50px;
}

.access-box-right{
  float: left;
  width: 49%;

  text-align: center;
}
.access-box-right h3{
  padding-left: 40px;
  font-size: 30px;
  color: #000;
}
.access-box-right ul{
  list-style: none;
  line-height: 2.5em;
}
.access-box-right li{
  font-size: 19px;
  color: #333333;
}
.access-box-right li a{
  font-size: 19px;
  color: #333333;
  text-decoration: none;
}
.access-box-right  i{
  font-size: 90px;
  color: #03b302;
}
.access-box-right p{
  color: #333333;
}

.access-box-2{
  text-align: center;
}

.access-box-3{
  text-align: center;
  margin: 50px;
}
.access-box-3 iframe{
  width: 100%;
}

/**********************/
/************staff-page************/

.staff{
  height: 700px;
  width: 1040px;
  margin: 150px auto;
  background-color: #fff;
}


.staff-box-2{
  height: 300px;
  margin: 100px auto;
  background-color: #fff;
  content: "";
  display: block;
  clear: both;
}

.staff-box-2-left{
  float: left;
  width: 49%;
}
.staff-img{
  width: 450px;
  margin: 100px 0 0 0;
}
.staff-img img{
  width: 450px;
  height: 350px;

}
.staff-box-2-right{
  float: left;
  width: 49%;
  line-height: 40px;
}
.staff-box-2-right h2{
  width: 150px;
  color: #333333;
  text-align: center;
  margin: 40px auto;
  border-bottom: dotted 2px #333333;
}

.staff-box-2-right p{
  color: #333333;
  line-height: 3em;
}





/**************************/
/***********news-page********************/

.news{
  height: auto;
  width: 1040px;
  margin: 150px auto;
  background-color: #fff;
}

.news-box-1{
width: 70%;
margin: 100px auto;
}

.news-1{
border-bottom: dotted 2px #333333;
}

.news-1 h3{
  font-size: 30px;
color: #333333;
}

.news-1-in{
  color: #333333;
  font-size: 17px;
  line-height: 2em;
}








/*********************/
/********style-page***************/

.style{
  height: 2400px;
  width: 1040px;
  margin: 150px auto;
  background-color: #fff;
}

.style-box-1{

}

.style-img{

}
.style-img ul{

}

.style-img li {
list-style: none;
display: inline-block;
padding: 15px 30px 0 15px;
}
.style-img img{
  width: 280px;
}

.s-img-a img{
  width: 200px;
  padding: 0 0 40px 50px;
}
/*******************************/
}
/*************************************/
/***************min768px*******************/
@media (min-width: 768px) and (max-width:1039px) {

  #navbtn{
    border: none;
    padding: 0;
    position: absolute;
    top:20px;
    right: 20px;
    background-color: rgba(0,0,0,0);;
  }
  #btn-1{
display: block;
width: 90px;
height: 13px;
background-color: #333;
border-radius: 12px;
transition: all 0.3s;
margin: 15px auto;
  }
  #btn-2{
display: block;
width: 90px;
height: 13px;
background-color: #333;
border-radius: 12px;
transition: all 0.3s;
margin: 15px auto;
  }
  #btn-3{
display: block;
width: 90px;
height: 13px;
background-color: #333;
border-radius: 12px;
transition: all 0.3s;
margin: 15px auto;
  }

  #list-btn{
    display: none;
    width: 400px;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(221,221,221,0.3);
    -webkit-overflow-sclolling: touch;
  }



  header{
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 9999;
    top:0;
    left: 0;
  }





  .header-list{
    height: 100%;
    width: 82%;
    margin: 0 auto;
    padding: 0;
  }

  .header-list li{
    display:block;
    width: auto;
    height: 130px;
    line-height: 60px;
    list-style: none;
  }

  .header-list a{
    font-size: 40px;
    color: #333333;
    text-decoration: none;
  }


/******************/
.home-contents-box{
  width: 100%;
  margin: 0 auto;
  position: relative;
}




.top{
  height: 1000px;
  width: 100%;
  margin: 0 auto;
}
.top-img{
  position: fixed;
  width: 100%;
  background-color: #ddd;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.top-name{
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
}
.top-name h1{
  font-size: 90px;
  text-align:center;
  display: block;
}





.top-img img{
  height: 400px;
  width: 100%;

}
/*****************************/
.home-contents-box-1{
  position: relative;
  width: 100%;
  height: 630px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
}




.effect-fade {
  width: 500px;
  margin: 150px auto;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-fade h2{
font-size: 60px;
letter-spacing: 0.32em;
font-weight: bold;
color: #333333;
margin: 0;
}

.effect-fade p{
  font-size: 20px;
}

.home-box-1-consept-text{
  width: 80%;
  margin: 80px auto;
  text-align: center;
  opacity: .1;
  transition: all 4s;
}
.home-box-1-consept-text.blockIn {
  opacity: 1;
}

.home-box-1-consept-text p{
  font-size: 22px;
  line-height: 50px;
  color: #333333;
}
.box-1-inner{
  font-size: 35px;
  padding: 0 10px;
}


/***************************/
/*******top-img-2********/
.top-img-2{
  height: 600px;
  background-image: url(../img/img_2528.jpg);
  position: relative;
  min-height: 100%;
  background-size: 100%;
  background-attachment: scroll ;
  background-repeat: no-repeat;
  background-position: center center;

}


/************contentsbox-2****************/
.home-contents-box-2{
  position: relative;
  height: 1700px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}
.home-menu-all{
  height: 1350px;
  margin: 100px auto;
}
.home-menu{
text-align: center;
margin: 50px 0 0 0;
}
.home-menu h4{
  text-align: center;
  font-size: 45px;
}
.home-menu p{
  line-height: 65px;
  font-size: 30px;

}
.home-menu-cut{
padding: 0 0 0 0;
}
.home-menu-color{
padding: 0 0 0 0;
}
.home-menu-perm{
padding: 0 0 0 0;
}
.home-menu-straight-perm{
  padding: 0 0 0 0;
}
/******************************/





/*******top-img-3********/
.top-img-3{
  height: 600px;
  background-image: url(../img/img_2535.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;

}


/************contentsbox-3****************/
.home-contents-box-3{
  position: relative;
  height: 1200px;
  width: 100%;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}

.home-style{
  content: "";
  display:block;
  clear: both;
  height: 720px;
  width: 90%;
  margin: 0 auto;
}
.home-style-img{
float: left;
width: 33.3%;
text-align: center;
}
.home-style-img img{
  height: 270px;
  width: 220px;
  padding: 40px 0 0 0;
}


/******************************/



/***********top-img-4**************/
.top-img-4{
  height: 600px;
  background-image: url(../img/23483976_s.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;

}





/******************************/


/************contentsbox-4****************/
.home-contents-box-4{
  position: relative;
  height: 700px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}


.news-list{
  width: 80%;
  margin: 100px auto;
}
.news-list ul{
  line-height: 3em;
}
.news-list li{
  list-style: none;
  border-bottom: dotted 2px #eee;
  color: #333333;
  font-size: 25px;
}
.news-list li a{
  color: #333333;
  text-decoration: none;
}
.news-date{
  padding: 0 45px 0 20px;
  font-size: 30px;
}

.read-more{
  text-align: center;
  width: 330px;
  height: 85px;
  margin: 0 auto;
}
.read-more p{
  height: 40px;
  border-radius: 10px;
  font-size: 50px;
  line-height: 2em;
}
.read-more a{
  text-decoration: none;
    color: #000;
}

/***************************************/
/***************top-img-5*********************/
.top-img-5{
    height: 600px;
    background-image: url(../img/IMG_2645.jpg);
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}

/************contentsbox-5**************************/
.home-contents-box-5{
  position: relative;
  height: 1000px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}


.open-campaign{
  height: 460px;
  text-align: center;
  border: solid 1px #ccc;
  width: 81%;
  margin: 40px auto;
}
.open-campaign h2{
  color: #333333;
  font-size: 45px;
}
.open-campaign h3{
  width: 500px;
  height: 75px;
  margin: 80px auto;
  font-size: 35px;
  color: #333333;
  background-color: #ede9df;
  line-height: 2em;
}

.open-campaign p{
  font-size: 30px;
}
/************************/

/**************top-img-6*****************/
.top-img-6{
    height: 600px;
    background-image: url(../img/23493710_m.png);
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
  }

/************contentsbox-6***************/
.home-contents-box-6{
  position: relative;
  height: 1250px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
}
.box-6-inner{
  height: 850px;
}
.box-6-inner-p{
  text-align: center;
}
.box-6-inner-p p{
  color: #333333;
  font-size: 30px;
  margin: 70px auto;
}
.reserve-line{
font-weight: bold;
}
.box-6-list{
  width: 100%;
  margin:  50px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.box-6-list li{
    display: inline-block;
    vertical-align: top;
    width: 265px;
    height: 100px;
}
.box-6-list li p{
  color: #333333;
  margin: 60px;
}
.tel-no{
  font-size: 30px;
}
.tel-no a{
  color: #333333;
  text-decoration: none;
}
.box-6-list i{
  font-size: 100px;
}
.box-6-line i{
  color: #03b302;
  font-size: 150px;
}
.box-6-insta i{
  color: #000;
  font-size: 150px;
}
.box-6-inner iframe{
  width: 100%;
  margin: 0 auto;
}

.to-access{
  text-align: center;
  width: 375px;
  height: 80px;
  margin: auto;
  list-style: none;
}
.to-access p{
  height: 40px;
  border-radius: 10px;
  font-size: 45px;
  line-height: 2em;
}

.to-access a{
  text-decoration: none;
  color: #000;
}


/*************footer***************/
footer{
  position: relative;
  width: 100%;
  height: 100%;
  border-top: solid 3px #333333;
  background-color: #fff;
  z-index: 2;
}
.footer-box-1{
  width: 100%;
  height: 200px;
  margin: 0 auto;
}
.footer-name{
  text-align: center;
}
.footer-name h2{
  color: #333333;
font-size: 80px;
}

.footer-box-2{
  width: 100%;
  margin: 0 auto;
}
.footer-box-2 h3{
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.footer-box-2-in{
  width: 95%;
  height: 300px;
  margin: 0 auto;
  content: "";
  display: block;
  clear: both;
}

.footer-detail-1{
  float: left;
  width: 33%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
  font-size: 20px;
}

.footer-delail-1 p{
  color: #333333;
}
.footer-detail-1 a{
  text-decoration: none;
  color: #333333;
}
.footer-detail-2{
  float: left;
  width: 33%;
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
}

.footer-detail-2 p{
  color: #333333;
  font-size: 23px;
  line-height: 1.6em;
  margin: 0 auto;
}

.footer-detail-3{
  float: left;
  width: 33%;
  margin: 20px auto;
  text-align: center;
}

.footer-detail-3 p{
color: #333333;
font-size: 23px;
line-height: 1.5em;
margin: 0 auto;
}
.footer-s1{
  font-size: 30px;
}







/*********************************/
/*********************************/






/***********menu-pege*************/


/***********contents-box**************/
.menu{
  width: 100%;
  height: 1700px;
  margin: 150px auto;
  background-color: #fff;
}






/*****cut******/

.box-1-menu{
  content: "";
  display: block;
  clear: both;
  margin: 50px auto;
}




.menu-left{
  float: left;
  width: 49%;
  margin:0 auto;
}


/*********cut********/


.cut{
margin: 0 0 65px 0;
}
.box-1-cut{
  width: 350px;
  margin: 0 auto;

}
.box-1-cut h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.cut-a{
  font-size: 15px;
  font-weight: normal;
}
.box-1-cut p{
  margin: 0 auto;
  text-align: right;
}
.menu-cut p{

}

.menu-cut{
  border: solid 1px #333333;
  width: 350px;
  margin: 0 auto;
  list-style: none;
  padding: 0 20px;
}
.menu-cut p{
}

.cut-price{
  float: right;
}

/***********color****************/

.box-1-color{
  width: 350px;
  margin: 0 auto;
}
.box-1-color h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-color p{
  margin: 0 auto;
  text-align: right;
}

.color{
  margin: 0 0 65px 0;
}
.menu-color{
  width: 350px;
  margin: 0 auto;
  border: solid 1px #333333;
  padding: 0 20px;
  list-style: none;
}

.menu-color li{
  height: 115px;
}
.color-1{
  float: left;
}
.color-price{
  text-align: right;
  float: right;
}


/************perm************/
.box-1-perm{
  width: 350px;
  margin: 0 auto;
}
.box-1-perm h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-perm p{
  margin: 0 auto;
  text-align: right;
}


.menu-perm{
  width: 350px;
  margin: 0 auto;
  border: solid 1px #333333;
  padding: 0 20px;
  list-style: none;
}
.menu-perm li{
  height: 115px;
}
.perm-1{
  float: left;
}
.perm-price{
  float: right;
  text-align: right;
}

.dg-perm{
  padding: 0 0 20px 0;
}
/********************/


.menu-right{
  float: left;
  width: 49%;
  margin: 0 auto;
}
/*****st-perm*******/
.box-1-st-perm{
  width: 300px;
  margin: 0 auto
}
.box-1-st-perm h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-st-perm p{
  margin: 0 auto;
  text-align: right;
}
.st-perm{
  margin: 0 0 65px 0;
}
.menu-st-perm{
  width: 300px;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-st-perm li{
  height: 115px;
}
.perm-st-1{
  float: left;
}
.perm-st-price{
  float: right;
  text-align: right;
}
.perm-st-f{
  padding: 20px 0 0 0;
}

/******tm******/
.box-1-tm{
  width: 300px;
  margin: 0 auto;
}
.box-1-tm h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-tm p{
  margin: 0 auto;
  text-align: right;
}



.menu-tm{
  width: 300px;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-tm li{
  height: 75px;
}
.tm-1{
  float: left;
}
.tm-price{
  text-align: right;
  float: right;
}

/*************set*************/
.box-1-set{
  width: 300px;
  margin: 0 auto;
}
.box-1-set h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-set p{
  margin: 0 auto;
  text-align: right;
}



.menu-set{
  width: 300px;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-set li{
  height: 75px;
}
.st-1{
  float: left;
}
.st-price{
  text-align: right;
  float: right;
}


/*******menu-ps*********/

.menu-ps{
  text-align: center;
}
/********************************/
/**************access-page*****************/
.access{
  height: 1200px;
  width: 100%;
  margin: 150px auto;
  background-color: #fff;
}




.access-box-1{
  margin: 100px 0 0 0;
  height: 400px;
  content: "";
  display: block;
  clear: both;
}

.access-box-left{
  float: left;
  width: 49%;
  text-align: center;
}
.access-box-left img{
  width: 300px;
  height: 350px;
  padding: 0 0 0 50px;
}


.access-box-right{
  float: left;
  width: 49%;

  text-align: center;
}
.access-box-right h3{
  padding-left: 40px;
}
.access-box-right ul{
  list-style: none;
  line-height: 2.5em;
}
.access-box-right li{
  font-size: 19px;
  color: #333333;
}
.access-box-right li a{
  font-size: 19px;
  color: #333333;
  text-decoration: none;
}
.access-box-right  i{
  font-size: 90px;
  color: #03b302;
}
.access-box-right p{
  color: #333333;
}

.access-box-2{
  text-align: center;
}

.access-box-3{
  text-align: center;
  margin: 50px;
}
.access-box-3 iframe{
  width: 100%;
}

/**********************/
/************staff-page************/

.staff{
  height: 900px;
  width: 100%;
  margin: 150px auto;
  background-color: #fff;
}


.staff-box-2{
  height: 300px;
  margin: 100px auto;
  background-color: #fff;
  content: "";
  display: block;
  clear: both;
}

.staff-box-2-left{
  float: left;
  width: 49%;
}
.staff-img{
  width: 450px;
  margin: 50px 0 0 20px;
}
.staff-img img{
  width: 350px;
  height: 300px;

}
.staff-box-2-right{
  float: left;
  width: 49%;
  line-height: 40px;
}
.staff-box-2-right h2{
  width: 150px;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin: 40px auto;
  border-bottom: dotted 2px #333333;
}

.staff-box-2-right p{
  color: #333333;
  line-height: 3em;
  font-size: 20px;
}





/**************************/
/***********news-page********************/

.news{
  height: auto;
  width: 100%;
  margin: 150px auto;
  background-color: #fff;
}

.news-box-1{
width: 80%;
margin: 100px auto;
}

.news-1{
border-bottom: dotted 2px #333333;
}

.news-1 h3{
  font-size: 30px;
color: #333333;
}

.news-1-in{
  color: #333333;
  font-size: 17px;
  line-height: 2em;
  margin: 50px auto;
  font-size: 15px;
}








/*********************/
/********style-page***************/

.style{
  height: auto;
  width: 100%;
  margin: 150px auto;
  background-color: #fff;
}


.style-img ul{
padding: 0;
text-align: center;
}

.style-img li {
list-style: none;
display: inline-block;
padding: 50px 0 0 45px;
}
.style-img img{
  width: 200px;
  height: 250px;
}

.s-img-a img{
  width: 200px;
  height: 250px;
}
/*******************************/

}


@media only screen and (max-width: 768px) {
.top-img-2 {
    max-height: 600px;
    width: 100%;
 }
 .top-img-3 {
    max-height: 600px;
    width: 100%;
 }
 .top-img-4 {
    max-height: 600px;
    width: 100%;
 }
 .top-img-5 {
    max-height: 600px;
    width: 100%;
 }
 .top-img-6 {
    max-height: 600px;
    width: 100%;
}
}




/*************max767px***************/
@media (min-width: 600px) and (max-width:767px) {


  #navbtn{
    border: none;
    padding: 0;
    position: absolute;
    top:15px;
    right: 15px;
    background-color: rgba(0,0,0,0)
  }
  #btn-1{
    display: block;
    width: 45px;
    height: 6px;
    background-color: #333;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 7px auto;
  }
  #btn-2{
    display: block;
    width: 45px;
    height: 6px;
    background-color: #333;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 7px auto;
  }
  #btn-3{
    display: block;
    width: 45px;
    height: 6px;
    background-color: #333;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 7px auto;
  }

  #list-btn{
    display: none;
    width: 160px;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(221,221,221,0.3);
    -webkit-overflow-sclolling: touch;
  }



  header{
    width: 100%;
    height: 0;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    top:0;
    left: 0;
  }






  .header-list{
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .header-list li{
    display:inline-block;
    width: 80px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    list-style: none;
  }

  .header-list a{
    font-size: 19px;
    color: #000;
    text-decoration: none;
    text-shadow: 0.1px 0.1px 0.1px #fff;
  }

  /******************/
  .home-contents-box{
  width: 100%;
  margin: 0 auto;
  position: relative;
  }




  .top{
  height: 600px;
  width: 100%;
  margin: 0 auto;
  }
  .top-img{
  position: fixed;
  width: 100%;
  height: 600px;
  background-color: #ddd;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  }
  .top-name{
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  }
  .top-name h1{
  font-size: 90px;
  text-align:center;
  display: block;
  }





  .top-img img{
  height: 400px;
  width: 100%;

  }
  /*****************************/
  .home-contents-box-1{
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
  }



  .home-box-1-consept{
  width: 500px;
  margin: 100px auto;
  text-align: center;
  border: ridge 3.5px;
  }
  .effect-fade {
  width: 500px;
  margin: 50px auto;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2000ms;
  }
  .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
  }

  .effect-fade h2{
  font-size: 50px;
  letter-spacing: 0.32em;
  font-weight: bold;
  color: #333333;
  }

.effect-fade p{
  font-size: 20px;
}
  .home-box-1-consept-text{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  opacity: .1;
  transition: all 4s;
  }
  .home-box-1-consept-text.blockIn {
  opacity: 1;
  }

  .home-box-1-consept-text p{
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  }
  .box-1-inner{
  font-size: 30px;
  padding: 0 10px;
  }


  /***************************/

  /*******top-img-2********/
  .top-img-2{
    height: 600px;
    background-image: url(../img/img_2528.jpg);
    position: relative;
    min-height: 100%;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;

  }


  /************contentsbox-2****************/
  .home-contents-box-2{
    position: relative;
    height: 1200px;
    margin: 100px auto;
    background-color: #fff;
    z-index: 2;
  }
  .home-menu-all{
    height: 1000px;
    margin: 100px auto;
  }
  .home-menu{
    text-align: center;
  }
  .home-menu h4{
    text-align: center;
    font-size: 25px;
  }
  .home-menu p{
    line-height: 65px;
    font-size: 18px;

  }
  .home-menu-cut{
  padding: 0 0 0 0;
  }
  .home-menu-color{
  padding: 0 0 0 0;
  }
  .home-menu-perm{
  padding: 0 0 0 0;
  }
  .home-menu-straight-perm{
    padding: 0 0 0 0;
  }
  /******************************/





  /*******top-img-3********/
  .top-img-3{
    height: 600px;
    background-image: url(../img/img_2535.png);
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;

  }


  /************contentsbox-3****************/
  .home-contents-box-3{
    position: relative;
    height: 625px;
    margin: 100px auto;
    background-color: #fff;
    z-index: 2;
  }

  .home-style{
    content: "";
    display:block;
    clear: both;
    height: 425px;
    margin: 100px auto;
  }
  .home-style-img{
  float: left;
  width: 33.3%;
  text-align: center;
  }
  .home-style-img img{
    height: 250px;
    width: 200px;
    padding: 30px 0 0 0;
  }


  /******************************/


  /***********top-img-4**************/
  .top-img-4{
  height: 600px;
  background-image: url(../img/23483976_s.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

  }





  /******************************/


  /************contentsbox-4****************/
  .home-contents-box-4{
  position: relative;
  height: 400px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
  }


  .news-list{
  width: 60%;
  margin: 100px auto;
  }
  .news-list ul{
  line-height: 3em;
  }
  .news-list li{
  list-style: none;
  border-bottom: dotted 2px #eee;
  color: #333333;
  }
  .news-list li a{
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  }
  .news-date{
  padding: 0 45px 0 20px;
  font-size: 18px;
  }

  .read-more{
  text-align: center;
  width: 150px;
  height: 40px;
  margin: auto;
  }
  .read-more p{
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 2em;
  }
  .read-more a{
  text-decoration: none;
    color: #000;
  }

  /***************************************/
  /***************top-img-5*********************/
  .top-img-5{
  height: 600px;
  background-image: url(../img/IMG_2645.jpg);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  }

  /************contentsbox-5**************************/
  .home-contents-box-5{
  position: relative;
  height: 450px;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
  }


  .open-campaign{
  height: 375px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #ccc;
  }
  .open-campaign h2{
  color: #333333;
  font-size: 35px;
  }
  .open-campaign h3{
  width: 500px;
  height: 55px;
  margin: 80px auto;
  font-size: 20px;
  color: #333333;
  background-color: #ede9df;
  line-height: 2.5em;
  }
  .open-campaign p{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }
  /************************/

  /**************top-img-6*****************/
  .top-img-6{
  height: 600px;
  background-image: url(../img/23493710_m.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;

  }

  /************contentsbox-6***************/
  .home-contents-box-6{
  position: relative;
  height: 900px;
  width: 100%;
  margin: 100px auto;
  background-color: #fff;
  z-index: 2;
  }

  .box-6-inner-p{
  text-align: center;
  }
  .box-6-inner-p p{
  color: #333333;
  font-size: 18px;
  }
  .reserve-line{
  font-weight: bold;
  }
  .box-6-list{
  width: 100%;
  margin:  60px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  }
  .box-6-inner iframe{
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .box-6-list li{
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 100px;
  }
  .box-6-list li p{
  color: #333333;
  margin: 20px;
  font-size: 25px;
  }
  .tel-no{
  font-size: 20px;
  }
  .tel-no a{
    color: #333333;
    text-decoration: none;
  }
  .box-6-list i{
  font-size: 70px;
  }
  .box-6-line i{
  color: #03b302;
  }
  .box-6-insta i{
  color: #000;
  }


  .to-access{
  text-align: center;
  width: 200px;
  height: 40px;
  margin: auto;
  list-style: none;
  }
  .to-access p{
  height: 40px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 2em;
  }

  .to-access a{
  text-decoration: none;
  color: #000;
  }


  /*************footer***************/
  footer{
  position: relative;
  width: 100%;
  height: 250px;
  border-top: solid 1px #333333;
  z-index: 2;
  background-color: #fff;
  }
  .footer-box-1{
  width: 100%;
  height: 80px;
  margin: 0 auto;
  }
  .footer-name{
  text-align: center;
  }
  .footer-name h2{
  color: #333333;
  font-size: 35px;
  }

  .footer-box-2{
  width: 100%;
  margin: 0 auto;
  }

  .footer-box-2-in{
  width: 95%;
  height: 155px;
  margin: 0 auto;
  content: "";
  display: block;
  clear: both;
  }

  .footer-detail-1{
  float: left;
  width: 33%;
  margin: 25px auto;
  text-align: center;
  line-height: 30px;
  }

  .footer-detail-1 p{
  color: #333333;
  font-size: 13px;
  }
  .footer-detail-1  a{
    color: #333333;
    text-decoration: none;
  }
  .footer-detail-2{
  float: left;
  width: 33%;
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
  }

  .footer-detail-2 p{
  color: #333333;
  font-size: 13px;
  }

  .footer-detail-3{
  float: left;
  width: 33%;
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
  }

  .footer-detail-3 p{
  color: #333333;
  font-size: 13px;
  }
  .footer-s1{
  font-size: 17px;
  }
  /*********************************/






  /***********menu-pege*************/


  /***********contents-box**************/
  .menu{
    width: 100%;
    height: 1550px;
    margin: 150px auto;
    background-color: #fff;
  }






  /*****cut******/


  .box-1-menu{
    content: "";
    display: block;
    clear: both;
    margin: 50px auto;
    width: 90%;
    margin: 0 auto;
  }




  .menu-left{
    float: left;
    width: 49%;
    margin:0 auto;
  }


  /*********cut********/


  .cut{
  margin: 0 0 65px 0;
  }
  .box-1-cut{
    width: 90%;
    margin: 0 auto;

  }
  .box-1-cut h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .cut-a{
    font-size: 13px;
    font-weight: normal;
  }
  .box-1-cut p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }


  .menu-cut{
    border: solid 1px #333333;
    width: 90%;
    margin: 0 auto;
    list-style: none;
    padding: 0 5px;
  }
  .menu-cut p{
    font-size: 13px;
  }


  .cut-price{
    float: right;
  }

  /***********color****************/

  .box-1-color{
    width: 90%;
    margin: 0 auto;
  }
  .box-1-color h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-color p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }

  .color{
    margin: 0 0 65px 0;
  }
  .menu-color{
    width: 90%;
    margin: 0 auto;
    border: solid 1px #333333;
    padding: 0 5px;
    list-style: none;
  }

  .menu-color li{
    height: 115px;
  }
  .menu-color p{
    font-size: 13px;
  }
  .color-1{
    float: left;
  }
  .color-price{
    text-align: right;
    float: right;
  }


  /************perm************/
  .box-1-perm{
    width: 90%;
    margin: 0 auto;
  }
  .box-1-perm h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-perm p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }

  .menu-perm{
    width: 90%;
    margin: 0 auto;
    border: solid 1px #333333;
    padding: 0 5px;
    list-style: none;
  }
  .menu-perm li{
    height: 115px;
  }
  .menu-perm p{
    font-size: 13px;
  }
  .perm-1{
    float: left;
  }
  .perm-price{
    float: right;
    text-align: right;
  }

  .dg-perm{
    padding: 0 0 20px 0;
  }
  /********************/


  .menu-right{
    float: left;
    width: 49%;
    margin: 0 auto;
  }
  /*****st-perm*******/
  .box-1-st-perm{
    width: 90%;
    margin: 0 auto
  }
  .box-1-st-perm h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-st-perm p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }
  .st-perm{
    margin: 0 0 65px 0;
  }
  .menu-st-perm{
    width: 90%;
    margin: 0 auto;
    border: solid 1px #333333;
    list-style: none;
    padding: 0 5px;
  }
  .menu-st-perm li{
    height: 115px;
  }
  .menu-st-perm p{
    font-size: 13px;
  }
  .perm-st-1{
    float: left;
  }
  .perm-st-price{
    float: right;
    text-align: right;
  }
  .perm-st-f{
    padding: 20px 0 0 0;
  }

  /******tm******/
  .box-1-tm{
    width: 90%;
    margin: 0 auto;
  }
  .box-1-tm h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-tm p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }



  .menu-tm{
    width: 90%;
    margin: 0 auto;
    border: solid 1px #333333;
    list-style: none;
    padding: 0 5px;
  }
  .menu-tm li{
    height: 75px;
  }
  .menu-tm p{
    font-size: 13px;
  }
  .tm-1{
    float: left;
  }
  .tm-price{
    text-align: right;
    float: right;
  }
/************set***************/
.box-1-set{
  width: 90%;
  margin: 0 auto;
}
.box-1-set h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}




.menu-set{
  width: 90%;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 5px;
}
.menu-set li{
  height: 75px;
}
.menu-set p{
  font-size: 13px;
}
.st-1{
  float: left;
}
.st-price{
  text-align: right;
  float: right;
}



  /*******menu-ps*********/

  .menu-ps{
    text-align: center;
  }
  /********************************/
  /**************access-page*****************/
  .access{
    height: 1150px;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }




  .access-box-1{
    margin: 100px 0 0 0;
    height: 400px;
    content: "";
    display: block;
    clear: both;
  }

  .access-box-left{
    float: left;
    width: 49%;
    text-align: center;
  }
  .access-box-left img{
    padding: 0 0 0 50px;
    width: 300px;
    height: 350px;
  }


  .access-box-right{
    float: left;
    width: 49%;
    text-align: center;
  }

  .access-box-right h3{

  }

  .access-box-right ul{
    list-style: none;
    line-height: 2.5em;
    padding: 0;
  }
  .access-box-right li{
    font-size: 15px;
    color: #333333;
  }
  .access-box-right li a{
    font-size: 15px;
    color: #333333;
    text-decoration: none;
  }
  .access-box-right  i{
    font-size: 90px;
    color: #03b302;
  }
  .access-box-right p{
    color: #333333;
  }

  .access-box-2{
    text-align: center;
  }

  .access-box-3{
    text-align: center;
    margin: 100%;
    margin: 50px;

  }
  .access-box-3 iframe{
  width: 100%;
  }

  /**********************/
  /************staff-page************/

  .staff{
    height: 500px;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }


  .staff-box-2{
    height: 300px;
    margin: 100px auto;
    background-color: #fff;
    content: "";
    display: block;
    clear: both;
  }

  .staff-box-2-left{
    float: left;
    width: 49%;
  }
  .staff-img{
    width: 450px;
    margin: 150px 0 0 20px;
  }
  .staff-img img{
    width: 270px;
    height: 230px;

  }
  .staff-box-2-right{
    float: left;
    width: 49%;
    line-height: 40px;
  }
  .staff-box-2-right h2{
    font-size: 17px;
    width: 150px;
    color: #333333;
    text-align: center;
    margin: 40px auto;
    border-bottom: dotted 2px #333333;
  }

  .staff-box-2-right p{
    color: #333333;
    line-height: 3em;
    font-size: 13px;
  }





  /**************************/
  /***********news-page********************/

  .news{
    height: auto;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }

  .news-box-1{
  width: 70%;
  margin: 100px auto;
  }

  .news-1{
  border-bottom: dotted 2px #333333;
  }

  .news-1 h3{
    font-size: 30px;
  color: #333333;
  font-size: 20px;
  margin: 50px auto;
  }

  .news-1-in{
    color: #333333;
    line-height: 2em;
    font-size: 13px;

  }








  /*********************/
  /********style-page***************/

  .style{
    height: 2800px;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }


  .style-img ul{
    padding: 0;
    text-align: center;
  }

  .style-img li {
  list-style: none;
  display: inline-block;
  padding: 50px 0 0 50px;
  }
  .style-img img{
    width: 230px;
    height: 250px;
  }

  .s-img-a img{
    width: 230px;
    height: 250px;
  }
  /*******************************/

}

/************************/








/*************599px************/

@media (max-width: 599px) {

  #navbtn{
    border: none;
    padding: 0;
    position: absolute;
    top:10px;
    right: 10px;
    background-color: rgba(0,0,0,0)
  }
  #btn-1{
    display: block;
    width: 35px;
    height: 6px;
    background-color: #333;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 7px auto;
  }
  #btn-2{
    display: block;
    width: 35px;
    height: 6px;
    background-color: #333;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 7px auto;
  }
  #btn-3{
    display: block;
    width: 35px;
    height: 6px;
    background-color: #333;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 7px auto;
  }

  #list-btn{
    display: none;
    width: 160px;
    height: 310px;
    background-color: rgba(221,221,221,0.3);
  }
  header{
    width: 100%;
    height: 0;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    top:0;
    left: 0;
  }





  .header-list{
    width: 80%;
    margin: 0 ;
    padding: 0;
  }

  .header-list li{
    display:inline-block;
    width: 70px;
    height: 35px;
    text-align: center;
    list-style: none;
  }

  .header-list a{
    font-size: 19px;
    color: #000;
    text-decoration: none;
    text-shadow: 0.1px 0.1px 0.1px #fff;
  }

  /******************/
  .home-contents-box{
  width: 100%;
  margin: 0 auto;
  position: relative;
  }

/**********top************/


  .top{
  height: 500px;
  width: 100%;
  margin: 0 auto;
  }

  .top-img{
    position: fixed;
    width: 100%;
    height: 600px;
    background-color: #ddd;
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    }
  .top-name{
  position: fixed;
  top: 38%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  }
  .top-name h1{
  font-size: 65px;
  text-align:center;
  display: block;
  }








  /*****************************/
  .home-contents-box-1{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  padding: 1px 0 0 0;
  }



  .home-box-1-consept{
  width: 500px;
  margin: 50px auto;
  text-align: center;
  border: ridge 3.5px;
  }
  .effect-fade {
  width: 300px;
  margin: 80px auto;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
  }
  .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
  }

  .effect-fade h2{
  font-size: 35px;
  letter-spacing: 0.32em;
  font-weight: bold;
  color: #333333;
  }

.effect-fade p{
  font-size: 15px;
}
  .home-box-1-consept-text{
  width: 90%;
  margin: 0 auto;
  opacity: .1;
  transition: all 4s;
  }
  .home-box-1-consept-text.blockIn {
  opacity: 1;
  }

  .home-box-1-consept-text p{
  font-size: 17px;
  line-height: 50px;
  color: #333333;
  }
  .box-1-inner{
  font-size: 25px;
  padding: 0 10px;
  }


  /***************************/
  /*******top-img-2********/
  .top-img-2{
    height: 500px;
    background-image: url(../img/img_2528.jpg);
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }


  /************contentsbox-2****************/
  .home-contents-box-2{
    position: relative;
    height: 1300px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background-color: #fff;
  }
  .home-menu-all{

    height: 1000px;
    margin: 100px auto;
  }
  .home-menu{
  text-align: center;
  margin: 20px auto;
  }
  .home-menu h4{
    text-align: center;
    font-size: 30px;
  }
  .home-menu p{
    line-height: 65px;
    font-size: 20px;

  }
  .home-menu-cut{
  padding: 0 0 0 0;
  }
  .home-menu-color{
  padding: 0 0 0 0;
  }
  .home-menu-perm{
  padding: 0 0 0 x;
  }
  .home-menu-straight-perm{
    padding: 0 0 0 0;
  }
  /******************************/





  /*******top-img-3********/
  .top-img-3{
    height: 500px;
    background-image: url(../img/img_2535.png);
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }


  /************contentsbox-3****************/
  .home-contents-box-3{
    position: relative;
    height: 2250px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background-color: #fff;
  }

  .home-style{
    height: 1950px;
    margin: 100px auto;
  }
  .home-style-img{
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  .home-style-img img{
    height: 300px;
    width: 100%;
    padding: 30px 0 0 0;
  }


  /******************************/



  /***********top-img-4**************/
  .top-img-4{
  height: 500px;
  background-image: url(../img/23483976_s.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  }





  /******************************/


  /************contentsbox-4****************/
  .home-contents-box-4{
  position: relative;
  height: 450px;
  margin: 50px auto;
  background-color: #fff;
  z-index: 2;
  }


  .news-list{
  width: 80%;
  margin: 100px auto;
  }
  .news-list ul{
  line-height: 3em;
  padding: 0;
  }
  .news-list li{
  list-style: none;
  border-bottom: dotted 2px #eee;
  color: #333333;
  }
  .news-list li a{
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  }
  .news-date{
  padding: 0 45px 0 20px;
  font-size: 18px;
  }

  .read-more{
  text-align: center;
  width: 150px;
  height: 40px;
  margin: auto;
  }
  .read-more p{
  height: 40px;
  font-size: 20px;
  line-height: 2em;
  }
  .read-more a{
  text-decoration: none;
    color: #000;
  }

  /***************************************/
  /***************top-img-5*********************/
  .top-img-5{
  height: 600px;
  background-image: url(../img/IMG_2645.jpg);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  z-index: 1;
  }

  /************contentsbox-5**************************/
  .home-contents-box-5{
  position: relative;
  height: 450px;
  margin: 50px auto;
  background-color: #fff;
  z-index: 2;
  }


  .open-campaign{
  height: 300px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #ccc;
  }
  .open-campaign h2{
  color: #333333;
  font-size: 25px;
  }
  .open-campaign h3{
  height: 55px;
  width: 70%;
  margin: 50px auto;
  font-size: 17px;
  color: #333333;
  background-color: #ede9df;
  line-height: 3em;
  }
  .open-campaign p{
    width: 87%;
    margin: 0 auto;
    font-size: 18px;
  }
  /************************/

  /**************top-img-6*****************/
  .top-img-6{
  height: 600px;
  background-image: url(../img/23493710_m.png);
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  z-index: 1;
  }

  /************contentsbox-6***************/
  .home-contents-box-6{
  position: relative;
  height: 1055px;
  margin: 50px auto;
  background-color: #fff;
  z-index: 2;
  }

  .box-6-inner-p{
  text-align: center;
  }
  .box-6-inner-p p{
  width: 85%;
  margin: 50px auto;
  color: #333333;
  font-size: 18px;
  }
  .reserve-line{
  font-weight: bold;
  }
  .box-6-list{
  width: 100%;
  height: 450px;
  margin:  20px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  }
  .box-6-list li{
    width: 150px;
    height: 100px;
    margin: 20px auto;
    padding: 15px 0 0 0;
  }
  .box-6-list li p{
  color: #333333;
  }
  .tel-no{
  font-size: 25px;
  }
  .tel-no a{
    color: #333333;
    text-decoration: none;
  }
  .box-6-list i{
  font-size: 100px;
  }
  .box-6-line i{
  color: #03b302;
  }
  .box-6-insta{
    margin: 50px 0 0 0;
  }
  .box-6-insta i{
  color: #000;
  }
  .box-6-inner iframe{
    width: 100%;
    height: 300px;
  }


  .to-access{
  text-align: center;
  width: 200px;
  height: 40px;
  margin: auto;
  list-style: none;
  }
  .to-access p{
  height: 40px;
  font-size: 20px;
  line-height: 2em;
  }

  .to-access a{
  text-decoration: none;
  color: #000;
  }


  /*************footer***************/
  footer{
  position: relative;
  width: 100%;
  height: 550px;
  border-top: solid 1px #333333;
  z-index: 2;
  background-color: #fff;
  }
  .footer-box-1{
  width: 100%;
  height: 80px;
  margin: 0 auto;
  }
  .footer-name{
  text-align: center;
  }
  .footer-name h2{
  color: #333333;
  font-size: 35px;
  }

  .footer-box-2{
  width: 100%;
  margin: 20px auto;
  }
  .footer-box-2 h3{
  font-size: 27px;
  color: #333333;
  text-align: center;
  }
  .footer-box-2-in{
  width: 100%;
  height: 155px;
  margin: 0 auto;
  display: block;
  }

  .footer-detail-1{
  margin: 25px auto;
  text-align: center;
  line-height: 30px;
  }

  .footer-detail-1 p{
  color: #333333;
  font-size: 18px;
  }
  .footer-detail-1  a{
    color: #333333;
    text-decoration: none;
  }

  .footer-detail-2{
  margin: 40px auto;
  text-align: center;
  line-height: 30px;
  }

  .footer-detail-2 p{
  color: #333333;
  font-size: 18px;
  }

  .footer-detail-3{
  margin: 40px auto;
  text-align: center;
  line-height: 30px;
  }

  .footer-detail-3 p{
  color: #333333;
  font-size: 18px;
  }
  .footer-s1{
  font-size: 20px;
  }

  /*********************************/






  /***********menu-pege*************/


  /***********contents-box**************/
  .menu{
    width: 100%;
    height: 100%;
    margin: 150px auto;
    background-color: #fff;
  }






  /*****cut******/


  .box-1-menu{
    content: "";
    display: block;
    clear: both;
    margin: 50px auto;
  }






  /*********cut********/


  .cut{
  margin: 0 0 65px 0;
  }
  .box-1-cut{
    width: 70%;
    margin: 0 auto;

  }
  .box-1-cut h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .cut-a{
    font-size: 13px;
    font-weight: normal;
  }
  .box-1-cut p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }
  .menu-cut p{
    font-size: 13px;
  }

  .menu-cut{
    border: solid 1px #333333;
    width: 70%;
    margin: 0 auto;
    list-style: none;
    padding: 0 20px;
  }


  .cut-price{
    float: right;
  }


/**********************/






  /***********color****************/

  .box-1-color{
    width: 70%;
    margin: 0 auto;
  }
  .box-1-color h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-color p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }

  .color{
    margin: 0 0 65px 0;
  }
  .menu-color{
    width: 70%;
    margin: 0 auto;
    border: solid 1px #333333;
    padding: 0 20px;
    list-style: none;
  }

  .menu-color li{
    height: 115px;
  }
  .menu-color p{
    font-size: 13px;
  }
  .color-1{
    float: left;
  }
  .color-price{
    text-align: right;
    float: right;
  }


/****************************/




  /************perm************/
  .box-1-perm{
    width: 70%;
    margin: 0 auto;
  }
  .box-1-perm h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-perm p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }


  .menu-perm{
    width: 70%;
    margin: 0 auto;
    border: solid 1px #333333;
    padding: 0 20px;
    list-style: none;
  }
  .menu-perm li{
    height: 115px;
  }
  .menu-perm p{
    font-size: 13px;
  }
  .perm-1{
    float: left;
  }
  .perm-price{
    float: right;
    text-align: right;
  }

  .dg-perm{
    padding: 0 0 20px 0;
  }
  /********************/


  .menu-right{

  }
  /*****st-perm*******/
  .box-1-st-perm{
    width: 70%;
    margin: 0 auto;
    padding: 40px 0 0 0;

  }
  .box-1-st-perm h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-st-perm p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }
  .st-perm{
    margin: 0 0 65px 0;
  }
  .menu-st-perm{
    width: 70%;
    margin: 0 auto;
    border: solid 1px #333333;
    list-style: none;
    padding: 0 20px;
  }
  .menu-st-perm li{
    height: 115px;
  }
  .menu-st-perm p{
    font-size: 13px;
  }
  .perm-st-1{
    float: left;
  }
  .perm-st-price{
    float: right;
    text-align: right;
  }
  .perm-st-f{
    padding: 20px 0 0 0;
  }



/***********************/



  /******tm******/
  .box-1-tm{
    width: 70%;
    margin: 0 auto;
  }
  .box-1-tm h3{
    border-bottom: ridge 3.5px;
    text-align: center;
  }
  .box-1-tm p{
    font-size: 13px;
    margin: 0 auto;
    text-align: right;
  }



  .menu-tm{
    width: 70%;
    margin: 0 auto;
    border: solid 1px #333333;
    list-style: none;
    padding: 0 20px;
  }
  .menu-tm li{
    height: 75px;
  }
  .menu-tm p{
    font-size: 13px;
  }
  .tm-1{
    float: left;
  }
  .tm-price{
    text-align: right;
    float: right;
  }

/*************set***************/
.box-1-set{
  width: 70%;
  margin: 0 auto;
}
.box-1-set h3{
  border-bottom: ridge 3.5px;
  text-align: center;
}
.box-1-set p{
  font-size: 13px;
  margin: 0 auto;
  text-align: right;
}


.menu-set{
  width: 70%;
  margin: 0 auto;
  border: solid 1px #333333;
  list-style: none;
  padding: 0 20px;
}
.menu-set li{
  height: 75px;
}
.menu-set p{
  font-size: 13px;
}
.st-1{
  float: left;
}
.st-price{
  text-align: right;
  float: right;
}


  /*******menu-ps*********/

  .menu-ps{
    text-align: center;
    font-size: 13px;
  }


  /********************************/









  /**************access-page*****************/
  .access{
    height: 1150px;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }




  .access-box-1{
    margin: 100px 0 0 0;
    width: 100%;
    height: 700px;
  }

  .access-box-left{
    text-align: center;
  }
  .access-box-left img{
    width: 300px;
    height: 350px;
  }


  .access-box-right{
    text-align: center;
  }
  .access-box-right h3{

  }
  .access-box-right ul{
    list-style: none;
    line-height: 2.5em;
    padding: 0;
  }
  .access-box-right li{
    font-size: 13px;
    color: #333333;
  }
  .access-box-right li a{
    font-size: 13px;
    color: #333333;
    text-decoration: none;
  }
  .access-box-right  i{
    font-size: 90px;
    color: #03b302;
  }
  .access-box-right p{
    color: #333333;
  }

  .access-box-2{
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .access-box-2 p{
    font-size: 13px;
    text-align: center;
  }
  .access-box-3{
    text-align: center;
    width: 100%;
    margin: 50px auto;
  }
  .access-box-3 iframe{
    width: 100%;
  }

  /**********************/





  /************staff-page************/

  .staff{
    height: 650px;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }


  .staff-box-2{
    height: 525px;
    width: 90%;
    margin: 100px auto;
    background-color: #fff;
  }

  .staff-box-2-left{
  }

  .staff-img{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .staff-img img{
    width: 300px;
    height: 200px;

  }
  .staff-box-2-right{
    line-height: 40px;
    width: 80%;
    margin: 50px auto;
  }

  .staff-box-2-right h2{
    width: 90%;
    color: #333333;
    text-align: center;
    margin: 40px auto;
    border-bottom: dotted 2px #333333;
  }

  .staff-box-2-right p{
    color: #333333;
    line-height: 3em;
    font-size: 13px;
  }





  /**************************/
  /***********news-page********************/

  .news{
    height: auto;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }

  .news-box-1{
  width: 80%;
  margin: 100px auto;
  }

  .news-1{
  border-bottom: dotted 2px #333333;
  }

  .news-1 h3{
  color: #333333;
  margin: 50px auto;
  font-size: 17px;
  }

  .news-1-in{
    color: #333333;
    line-height: 2.5em;
    font-size: 13px;
  }








  /*********************/
  /********style-page***************/

  .style{
    height: 5900px;
    width: 100%;
    margin: 150px auto;
    background-color: #fff;
  }

  .style-box-1{

  }

  .style-img{

  }
  .style-img ul{
    padding: 0;
    text-align: center;
  }

  .style-img li {
  list-style: none;
  display: block;
  padding: 50px 0 0 0;
  }
  .style-img img{
    width: 250px;
    height: 270px;
  }

  .s-img-a img{
    width: 250px;
    height: 270px;

  }
  /*******************************/

}

/******************************/
