@charset "utf-8";
/* CSS Document */

/*-----TOP-----*/


.section-top{
  overflow: hidden;
  margin-bottom: 120px;
}
.section-top div{
  height: 100vh;
}
.first-view-1{
  background-image: url("../image/top_fv1.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}
.first-view-2{
  background-image: url("../image/top_fv2.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}

.first-view-3{
  background-image: url("../image/fv-3.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}
@media(max-width:600px){
  .first-view-1{
    background-image: url("../image/top-fv1-sp.jpg");
    background-position: right;
  }
  .first-view-2{
    background-position: right;
  }
}
.view_all{
  width: 250px;
  height:auto;
  margin: 30px auto 0;
  transition: 0.4s;
}

.view_all:hover{
  transform: scale(1.2);
  border-bottom: #222;
}

/* -----CONCEPT----- */


.title {
	font-family: 'Cormorant Garamond', serif;
	font-size:  6rem;
	letter-spacing: 4rem;
	text-align: center;
	margin: 0  auto 120px; 
}
.title span{
  font-size:  10rem;
  color: #118948;
}
@media(max-width:1200px){
  .title{
    font-size: 3rem;
    letter-spacing: 2rem;
    margin: 0 auto 60px;
  }
  .title span{
    font-size: 5rem;
  }
}


/*-----concept-----*/

.section-top__concept {
	margin: 60px auto 120px;
	width: 100vw;
}
.top-concept__wrapper {
	display: flex;
  flex-wrap: wrap;
    width: 75%;
    max-width: 1440px;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto 60px;
}
.top-concept_lead p{
  width: 400px;
  margin: 30px auto;
	font-size: 1.8rem;
	line-height: 6rem;
  text-align: left;
  font-family: 'Klee One', cursive;
}
.top-concept__wrapper a{
	margin: 0 auto;
}
.top-concept__img {
  object-fit: cover;
	width: 45%;
}



@media(max-width:1200px){
  .section-top__concept{
    margin: 30px auto 60px;
  }
 .top-concept__wrapper{
   width: 90%;
   flex-direction: column-reverse;
   margin: 0 auto;
  }
  .top-concept_lead p{
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
  .top-concept__img{
    width: 100%;
    height: 400px;
  }
}
@media(max-width:600px){
  .top-concept__img{
    width: 100%;
    height: 250px;
  }
}

/* -----MENU----- */


.section-top__menu {
	background-color: #F2F2F2;
	padding: 120px 0;
	width: 100vw;
}
.top-menu__wrapper{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
}
.top-menu__inner {
	width: 40%;
  min-width: 280px;
	margin: 60px auto;
  padding: 0 10px;
}
.top-menu__inner h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  margin: 20px 0 ;
}
.top-menu__info{
	display: flex;
	justify-content: space-between;
  padding: 20px 10px 5px;
	border-bottom: 1px solid #222222;
}
 .top-menu__info .Cormorant{
  font-family:'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 2.4rem;
}
.top-menu__info .price{
  padding-right: 1rem;
}
.top-menu__info p {
  font-family: 'Klee One', cursive;
  
}


@media(max-width:1200px){
  .section-top__menu{
    padding: 60px 0;
  }
  .top-menu__wrapper{
    width: 90%;
  }
  .top-menu__inner{
    margin: 15px auto;
  }
  .top-menu__inner h2{
    font-size: 2rem;
  }
  .top-menu__info .Cormorant{
    font-size: 2rem;
  }
  .top-menu__info p {
    font-size: 1.6rem;
  }
}




/*-----GALLERY-----*/


.section-top__gallery{
    padding: 120px 0;
    margin: 0 auto;
    width: 100vw;
}
.gallery-instagram{
  width: 60%;
  margin: 0 auto 60px;
}
.snapwidget-widget{
  width: 80%;
}
@media(max-width:600px){
 .snapwidget-widget{
    width: 90%;
  }
}
 


/*-----PRODUCT-----*/


.section-top__product{
  width: 100vw;
  display: block;
  padding: 120px 0 ;
  background-color: #f2f2f2;
  margin-bottom:120px;
}
.top-product__wrapper{
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;  
}
.top-product__info{
  width: 50%;
  margin: 0 auto;
}
.top-product__info p{
  padding: 40px;
  text-align: left;
}

.top-product__1{
  width: 100%;
  height: 450px; 
  background-image: url("../image/top_product.jpg");
  background-position: center;
  background-size: cover;
  
}
.top-product__2{
  width: 100%;
  height: 450px;
  background-image:url("../image/marbb2.jpg");
  background-position: center;
  background-size: cover;
}

@media(max-width:1200px){
  .section-top__product{
    padding: 60px 0 ;
    margin-bottom:60px;
}
  .top-product__wrapper{
    width: 90%;
}
  
}
@media(max-width:800px){
    .top-product__wrapper{
      display: block;
    }
    .top-product__info{
      width: 100%;
    }
    .top-product__info p{
      padding: 20px 0 40px;
      font-size: 1.6rem;
    }
    .top-product__1{
      height: 300px;
    }
    .top-product__2{
      height: 300px;
    }
  }


/*-----STYLIST-----*/

.section-top__stylist{
  width: 100vw;
  display: block;
  margin-bottom: 120px;
}
.top-stylist__wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  max-width: 1440px;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
.stylist-name{
  font-family: 'Cormorant Garamond', serif;
  margin: 30px auto;
  font-size: 2.4rem;
  }
.stylist__info {
  margin: 0 auto;
	font-size: 1.8rem;
  line-height: 2.7;
  font-family: 'Klee One', cursive;
  text-align: left;
}
.top-concept__wrapper a{
	margin: 0 auto;
}
.top-stylist__img{
  object-fit: cover;
  object-position: top;
  width: 50%;
  
} 

@media(max-width:1200px){
  .section-top__stylist{
  margin-bottom: 60px;
}
  .top-stylist__wrapper{
    width: 90%;
    flex-direction: column-reverse;
  }
  .stylist-name{
    font-size: 2rem;
  }
  .stylist__info p{
    width: 90%;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
  .top-stylist__img{
    width: 100%;
    height: 400px;
  }
}
@media(max-width:600px){
  .top-stylist__img{
    width: 100%;
    height: 250px;
  }
}

/*-----ACCESS-----*/
.section-top__access{
  width: 100vw;
  margin-bottom: 120px;
  background-color:#F2F2F2;
  padding: 120px 0 ;
}
.top-access__wrapper{
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:  space-between;
}
.access-info1{
    margin: 15px 15px;
  }
.top-access__info p{
  text-align: left; 
  font-family: 'Klee One', cursive;
  font-size: 1.6rem;
  line-height: 3rem;
}
.top-access__info table{
  text-align: left; 
  font-family: 'Klee One', cursive;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0px 0 30px;
}
.top-access__info th{
  text-align: left;
  font-weight: 100;
  line-height: 1;
  padding:5px 30px 5px 0; 
}


.top-access__map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  
  width: 60%;
  max-width: 600px;
}


@media(max-width:1200px){
  .section-top__access{
    margin-bottom: 60px;
    padding: 60px 0 ;
}
  .top-access__wrapper{
    width: 90%;
    display: block;
  }
  .top-access__info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
  .top-access__map{
    width: 100%;
    height: 300px;
  }
}
/*-----RESERVE-----*/
.section-top__reserve{
  width: 100vw;
  margin-bottom: 120px;
}
.section-top__reserve p{
  margin:0 auto 120px;
  line-height: 2.7;
}
.section-top__reserve img{
  margin: 0 auto;
}

@media(max-width:600px){
  .section-top__reserve{
    margin-bottom: 60px;
  }
  .section-top__reserve p{
    width: 90%;
    margin:0 auto 60px;
    text-align: left;
  }
}
