@charset "UTF-8";
body{-webkit-text-size-adjust:100%;
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.cosme-link{text-decoration: none;
color: white;
background-color: #9fd1e8;
padding: 5px 10px;
border-radius: 10px}




#new-content img{width: 90%;
display: block;
margin: auto}


/**** ▽スマホ　全体***************************/
*{padding:0;
   margin:0;
}

body , html {
    height: 100%;
}
#wrap{
     width: 100%;
     position: relative;
     min-height: 100%;
}

.under {
 background: linear-gradient(transparent 70%, #ff99ab 70%);
}


.under2 {
 background-color:#007bbb;
	padding: 2px
}

/**** スマホ　▽ヘッダー***************************/ 

h1{position: absolute;
top: 30px;
left: 10px;
z-index: 1;
color: white;
font-size: 12px}

.logo3{
   width:50%;
	display: block;
	margin: auto;
	  transition: 1.5s;
}

.scroll-logo{width: 25%;
	display: block;
	margin: auto;} 





.hasami{position: absolute;
	top: 30%;
	left: -30px;
	right: 0;
   width:20%;
	display: block;
	margin: auto;
	  transition: 1.5s;
}

.scroll-hasami{width: 10%;
position: absolute;
	top: 25%;
	left: -300px;} 









.top-img1-pc{display: none}




.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 50px 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1.5s;
	height: 100%
}


.header-fix.scroll-nav {
  padding: 10px 0px;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	height: 70px
}






/**** スマホ　▽コンテンツ***************************/ 


#contents{text-align:center;
     padding-bottom: 30px;  /* フッターの高さと同じ */
	height:auto;
}

.tittle-img{width: 80%;
display: block;
margin: 30px auto;}


/* 営業時間等*/

.top-shop img{width: 80%;
display: block;
margin: 50px auto}

.top-data{display: none}



/* メニュー*/

.menu{display: none}




.menu a:hover{background-color:#203744}






/* LINE友達追加*/
.line{display: block;
margin: 30px auto;
}

.line img{width: 100%}

.line2{background-color: aliceblue;
padding: 10px 0}

.line2 img{width: 50%}


.line p{display: block;
margin: 10px auto;
width: 80%}





/* コンセプト動画*/


.movie{margin:0;
	padding: 0;
position: relative;}

.movie-inner{position: absolute;
	top: 20%;
text-align:center;
	width: 100%;
	display: block;
	margin:0 auto;
	background-color: rgba(0,0,0,0.6);
padding: 0px}


.movie-inner h2{
font-size:24px;
    padding:5px;
	color: white;
}

.movie-inner h3{
padding-top:10px;
    margin-bottom:10px;
	color: white
}

.movie-inner p{font-size:16px;
    padding:20px;
	color: white
}



.movie-pc{display: none}

/* コンセプト内容*/

#top-dsc{
    padding-top:20px;
}

#top-dsc h2{
font-size:24px;
    padding:5px;
}

#top-dsc h3{
padding-top:10px;
    margin-bottom:10px;
}

#top-dsc p{font-size:16px;
    padding:20px;
}






.top-2{background-image: url("../img/wood.webp");
	background-size:contain;
color: black;
padding: 0;
	margin-top: 10px 0

}

	.top-2-dsc{padding: 20px;
		margin: 20px;
background-color: rgba(255,255,255,0.7);
border-radius: 5px}

.top-2-dsc h3{border-bottom: 3px solid black;
margin-bottom: 10px;
font-size: 20px}


.top2-img{	
width: 80%;
display: block;
margin: auto}


.top-2-inner{padding: 20px 0;
	color: #474a4d;}


.thai-inner{
background-color: white}


.top-2-wrap{padding:50px 0 100px 0}


/* スタイリスト*/
#stylist{
padding-top: 100px;
padding-bottom: 100px}



#stylist p{font-size: 20px;
margin: 20px 0 0 0}

#stylist p span{color: gainsboro;
font-size: 12px;
margin-top: -20px;
	margin-bottom: 20px;
display: block}

.takagi img{width: 80%;
display: block;
margin: auto}



.stylist-pr{display: block;
width: 80%;
margin: auto;
list-style: none;}

.stylist-pr li span{color: #96514d}

.stylist-pr ol{list-style: none;
}


/* インスタ*/
.insta{;
	background-size: cover;
	padding: 0px 0 0 0;
	margin-bottom: 100px;
	border: 10px solid #6f4b3e;
	position: relative
}


.insta-tittle{position: absolute;
top: -65px;
left: 0;
right: 0;
width: 50%}



/* カットメニュー*/

#ryokin{margin-bottom: 50px;
padding-top: 100px;
}

.ryokin-tittle h2{
height:auto;
width: auto;
padding: 10px 0}

.ryokin-tittle p{background-color: black;
color: white;
padding: 10px 0}



table {color: #474a4d;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width:100%;
  table-layout: fixed;
}

table tr {
  background-color:#fff;
  border: 1px solid #bbb;
  padding: .35em;
margin-top: 30px
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {color: #543f32;
  font-size: 1em;
	text-align: left
}
table thead tr{
  background-color: #cce5ff;
}
.txt{
   text-align: left;
   font-size: 16px;
}
.price{
   text-align: right;
}


.yoyaku{font-size: 14px;
}

.yoyaku a{background-color:#9fd1e8;
color: white;
padding: 5px 10px;
text-decoration: none;
border-radius: 10px}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:95%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .9em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



.toggle_contents{background-image: url("../img/wood.webp")}
.toggle_title {
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding: 10px 0 10px 10px;
	position: relative;
	cursor: pointer;
	  transition-duration: 0.3s;
background-color: black;
	color: white;
	font-size: 18px;
	border-bottom:3px solid white;
}
.toggle_title:hover {
	color: #fd7e00;
}
.toggle_title:after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background:url("../img/yajirushi.png") no-repeat right top;
	background-size: contain;
	position:absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	  transition-duration: 0.2s;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(180deg);
		  transition-duration: 0.2s;
}
.toggle_txt {
	display: none;
	  transition-duration: 0.2s;
}


/*====================================================================
以下は不要です。
====================================================================*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0px 500px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/* 取扱商品*/
#product{padding-top: 100px}

.brand-list{margin-top: 0px}

.brand-list:after{display: block;
clear: both;
content: ""}

.brand-list li{float: left;
	margin:3% 1%;
width: 46%;
list-style: none}



.product-list li{list-style: none}




/* アクセス*/
#shop{margin-bottom: 30px;
	padding-top: 100px;
;

}

.shop-data{	text-align: left;
width: 90%;
display: block;
margin: 20px auto;
	padding: 10px;
font-size: 18px;
border-radius: 5px}


.shop-data span{font-size: 22px}

.shop-map{width: 90%;
display: block;
margin: 50px auto}


/**** スマホ　▽フッター***************************/ 


footer{height: 80px;
    width:100%;
    position: absolute;
    bottom: 0;
    background-color:#9fd1e8;
    color:white;
    font-size:12px;
    border-top:0px solid #deae34;
    text-decoration:none;
    
    
}



.footer-logo{position: absolute;
top: 25%;
left: 3%;
	width: 100px}


.footer-insta{position: absolute;
top: 25%;
left: 35%;
	width: 50px;
}


.footer-insta img{width: 100%}



.footer-line{position: absolute;
top: 25%;
left: 50%;
	width: 50px;
}


.footer-line img{width: 100%}





.footer-dsc{
        padding-top:10px;
        padding-left:20px;
}


.logo1{
    position: absolute;
    bottom: 30%;
    right:7%;
    width:30%;
}

.copyright{
    position: absolute;    
    bottom: 2%;
    right:10%;
}

@media (max-width: 480px) { 



    
    
}




@media (min-width: 481px) { /* Slidebar widths on small screens. */

.logo1{
    position: absolute;
    bottom: 5%;
    right:7%;
    width:25%;
}

.copyright{
    position: absolute;    
    bottom: 5%;
    right:7%;
}

}

@media (min-width: 768px) {
/**** ▽タブレット　個別ページ　トップ***************************/

/**** タブレット　▽ヘッダー***************************/ 


.logo3{margin-top: 10px;
   width:15%;
	position: fixed;
	top: 20px;
	left: 20px
}

	.scroll-logo{top: 40px;
		width: 15%;
	display: block;
	margin: auto;} 
	
.hasami{display: none}
	


header{position: relative;
	width: 100%}

header h1{font-size:30px;
    padding:0px 20px;
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	text-align: center;
	background-color: transparent;
	font-size: 20px;
	z-index: 1;
	display: block
    }

.header-fix{
  height:70px;  
}
	
	
.header-fix.scroll-nav {
  padding: 10px 0px;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	height: 90px
}
	
	
	
.top-data{display: block;
	position: fixed;
	top: 0;
	left: 0;
	color: white;
	background-color: black;
	width: 100%;
	list-style: none;
	z-index: 9999;
	padding-left: 20px}	
	
	
	.top-data li{display: inline}

	
	

/**** タブレット　▽コンテンツ***************************/ 
	

#contents{text-align:center;
     padding-bottom: 30px;  /* フッターの高さと同じ */
	height:auto;
}

.tittle-img{width: 80%;
display: block;
margin: 30px auto;}

	
/* メニュー*/

.menu{margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
	width: 100%;
	background-color: black
}

.menu a{background-color: #383c3c;
    color:#fff;
    font-weight:bolder;
    font-size:16px;
    text-decoration:none;
    padding:20px 0;
    margin:0px 0;
    display: inline-block;
    width:16%;

	
}


.menu a:hover{background-color: rgba(0,0,0,0.5);}
	
	

/* 営業時間等*/

.top-shop img{width: 50%;
}






/* コンセプト動画*/



.movie-inner p{font-size:16px;
    padding:20px 150px;
	color: white
}


.movie-sp{display: none}
.movie-pc{display: block}

/* コンセプト内容*/
.tittle-img{width: 300px}

	
	.top-2{background-image: url("../img/wood-pc.webp");
		margin-top: -100px;
		padding-top: 100px
	}
	
	.top-2-wrap{padding: 0}
	
	.top-2-inner{display: block;
	margin:100px auto;
	width: 100%;}
	
	
	.top2-img{display: inline-block;
	width: 30%;
	vertical-align: middle;
	border-radius: 50%}
	
	.top-2-dsc{display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-size: 18px
	}
	.top-2-dsc h3{border-bottom: 7px solid black;
		width: auto;
		display: block;
margin-bottom: 10px;
font-size: 20px}
	


/* 取扱商品*/
#product{padding-top: 100px}

.brand-list{margin-top: 0px}

.brand-list:after{display: block;
clear: both;
content: ""}

.brand-list li{float: left;
	margin:3% 1%;
width: 30%;
list-style: none}



.product-list li{list-style: none;
	float: left;
	margin:3% 1%;
width: 48%;}

/**** タブレット　▽フッター***************************/ 


footer{height: 100px;
    font-size:20px;
    
}

.logo1{
    position: absolute;
    bottom: 30%;
    right:7%;
    width:20%;
}








}


@media (min-width: 1200px) { 
/**** ▽パソコン　個別ページ　トップ***************************/
	
	body{background-image: none;
		font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Kaku Gothic Pro', sans-serif;}
	
	
	
	#new-content img{width: 30%;
display: block;
margin: auto}
	
	#ryokin{margin: 200px 0}
	
	.ryokin-tittle{
	width: 100%;
	color: black}
	
	.ryokin-tittle h2{background-color: transparent}

.ryokin-tittle p{background-color: transparent}
	
.ryokin-cost{display: inline-block;
		vertical-align:top;
	width: 90%}
	
	
	
	.cut-movie{width: 55%}
	
	
	
	
	
	
/**** pc　▽ヘッダー***************************/ 

#top-dsc p{font-size: 24px}
	
	
#top-dsc h2{font-size: 36px}
	
	
header{position: relative;
	width: 100%}

header h1{font-size:30px;
    padding:0px 20px;
	position: absolute;
	top: 500px;
	right: 0;
	left: 0;
	text-align: center;
	background-color: transparent;
	font-size: 40px;
	z-index: 1;
	display: block
    }

.logo3{margin-top: 10px;
   width:10%;
	position: fixed;
	top: 0;
	left: 20px
}

.hasami{display: none}
	


	

.header-fix{
  height:60px;  
}
	
	
.header-fix.scroll-nav {
  padding: 10px 50px;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	height: 72px
}

	
	
	
.top-img1{display: none
}

.top-img1-pc{display: block;
	width: 100%}	
	
	
	.top-shop{display: none}
	
	.top-data{display: inline-block;
	position: fixed;
	top: 5px;
	left: -10%;
	right: 0px;
		text-align: right;
		padding-left:0px;
		padding-right: 50px;
	color: white;
	list-style: none;
	z-index: 9999;
	background-color: transparent}	
	
	
	
	
	
	.top-data li{display: inline}

/**** pc　▽コンテンツ***************************/ 


	.line{display: none}	
	
#contents{
     padding-bottom: 270px;  /* フッターの高さと同じ */
}

.contents-img{
    width:100%;
}

/* pc 電話ボタン */
.tell{
    position:fixed;
    top:20px;
    left:21%;
    z-index:999;
}


	

	
	


/* pc メニュー*/

.menu{margin: 0;
	position:fixed;    
    top:30px;
    right:20px;
    width:75%;
    z-index:9999;
		background-color: transparent;
	display: block
}

.menu a{display: inline-block;
	font-size: 18px;
	width: 14%;
    padding:10px 0 0 0;
    margin:0;
	height: auto;
background-size: cover;
	background-color: transparent
		
}
	
	.menu a:hover{background-color:rgba(0, 0, 0, 0.8);}



	
	
	
/* コンセプト*/
#concept{margin-top: -100px}

.movie{margin:0;
	padding: 0;
	margin-top: 0px;
position: relative;
	height: 1200px;}

.movie-inner{position: absolute;
	top: 30%;
	right: 0;
	left: 0;
text-align:center;
	width: 50%;
	display: block;
	margin:auto;
padding: 0;
	height: auto;}


.movie-inner h2{
font-size:30px;
    padding:5px;

}

.movie-inner h3{
padding-top:10px;
    margin-bottom:10px;

}

.movie-inner p{font-size:20px;
    padding:20px 15%;

}


.movie-sp{display: none}
.movie-pc{display: block}

	
	

/* コンセプト内容*/
	.tittle-img{width: 300px}

	
	.top-2{background-image: url("../img/wood-pc.webp");
		margin-top: -190px;
		padding-top: 100px
	}
	
	.top-2-wrap{padding: 0}
	
	.top-2-inner{display: block;
	margin:10px auto;
	width: 70%;}
	
	
	.top2-img{display: inline-block;
	width: 30%;
	vertical-align: middle;
	border-radius: 50%}
	
	.top-2-dsc{display: inline-block;
	width: 60%;
	vertical-align: middle;
	font-size: 24px
	}
	.top-2-dsc h3{border-bottom: 7px solid black;
		width: auto;
		display: block;
margin-bottom: 10px;
font-size: 30px}
	
	
	
/* スタイリスト*/	

	
	.takagi img{width: 30%}
	
	.stylist-inner{    vertical-align: middle;
    display: inline-block;
	width: 50%}
	
/* インスタグラム*/
	
.insta img{width: 50%}
	
	
.insta-tittle{position: absolute;
top: -105px;
left: 0;
right: 0;
width: 30%}

	
/* 料金メニュー*/	
	
	#ryokin{width: 60%;
	display: block;
	margin: auto}

/* 取扱商品*/
#product{padding-top: 100px;
	width: 80%;
	display: block;
	margin: 200px auto;}

.brand-list{margin-top: 50px}

.brand-list:after{display: block;
clear: both;
content: "";
	margin-bottom: 100px}

.brand-list li{float: left;
	margin:3% 2%;
width: 16%;
list-style: none}
	
	
	.brand-list li img:hover{transform:scale(1.2,1.2);
  transition:1s all;}	

.product-list li{list-style: none;
	float: left;
	width: 30%}


	
.product-list:after{display: block;
clear: both;
content: "";
	margin-bottom: 100px}
	
	.insta{width: 50%;
	display: block;
	margin:100px auto;
	background-color: transparent;
	color: #474a4d}
	
	
	
	#shop{display: block;
		margin:100px auto;
		width: 50%;
		color: #474a4d
	}



/**** pc　▽フッター***************************/ 


footer{height: 100px;
    font-size:24px;
    
}

.logo1{
    position: absolute;
    bottom: 20%;
    right:7%;
    width:10%;
}

	
	.copyright{bottom: 0;
	right: 20px}	



.footer-logo{position: absolute;
top: 25%;
left: 3%;
	width: 100px}


.footer-insta{position: absolute;
top: 25%;
left: 15%;
	width: 50px;
}


.footer-insta img{width: 100%}



.footer-line{position: absolute;
top: 25%;
left: 20%;
	width: 50px;
}


.footer-line img{width: 100%}





}
