@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

.content-area{
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* +++++++++++++++++++++++++ */

.base-btn a {
    position: relative;
    display: block;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
	font-size:18px;
	line-height:1;
	font-weight:700;
    text-decoration: none;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
	background: #212121;
}
.base-btn a span{
	display:inline-block;
    position: relative;
	padding-left:15px;
}
.base-btn a span:before{
	position:absolute;
	top:50%;
	left:0;
    content: "";
	width: 0;
	height: 0;
	margin-top:-3px;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fff;
}
.base-btn.btn-inline a{
	width:240px;
	max-width:240px;
	display:inline-block;
}


/* +++++++++++++++++++++++++ */

.ttl01{
	margin-bottom:50px;
	text-align:center;
	font-size:35px;
	line-height:1.3;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.subttl01{
	margin-bottom:30px;
	text-align:center;
	font-size:30px;
	line-height:1.3;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:#87725D;
}


/* +++++++++++++++++++++++++ */

#common-header{
	padding:15px 20px;
	border-top: solid 3px #886F33;
}
#common-header #header-logo{
	width:120px;
}
#common-header .header-sns{
	
}
#common-header .header-sns li{
	margin-left:20px;
}

/* +++++++++++++++++++++++++ */


#common-footer{
	padding:30px 0;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	background-color:#2E2723;
}


/* +++++++++++++++++++++++++ */

#top-main {
	position:relative;
	min-width: 100%;
	width: 100%;
}
#top-main video {
	width: 100%;
	display: block;
}
#top-main:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height:100%;
}
#top-main:after {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background: url(../img/top/main_logo.png) no-repeat;
	width: 610px;
	height:212px;
	margin: -106px 0 0 -305px; 
}

/* +++++++++++++++++++++++++ */

#top-concept{
	padding:100px 0;
}
#top-concept .ttl01{
	position:relative;
	padding-bottom:20px;
}
#top-concept .ttl01:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	width:100px;
	height:1px;
	margin-left:-50px;
	background-color:#212121;
}
#top-concept .txt{
	text-align: center;
	line-height:2.3;
}

/* +++++++++++++++++++++++++ */

#top-news{
	padding:100px 0;
	background-color:#E9E7E4;
}
#top-news .ttl01{
	text-align:left;
	width:20%;
}
#top-news .news-list{
	width:80%;
}
#top-news .news-list li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: solid 1px #D2CBCA;
}
#top-news .news-list li .day{
	position:relative;
	padding-right:1em;
	margin-right:1em;
}
#top-news .news-list li .day:before{
	position:absolute;
	content:"";
	top:0.2em;
	right:0;
	width:1px;
	height:1em;
	background:#212121;
}

/* +++++++++++++++++++++++++ */

#top-instagram{
	padding:100px 0;
}
#top-instagram .instagram-list{
	margin-bottom:50px;
}
#top-instagram .instagram-list li{
	width:19.5%;
	margin-right:0.5%;
	margin-bottom:0.5%;
}
/* +++++++++++++++++++++++++ */

#top-salon{
	padding:100px 0;
	background: url(../img/top/salon_bg.jpg) repeat;
	border-top: solid 1px #E9E7E4;
}
#top-salon .ph{
	margin-bottom:20px;
}
#top-salon .ttl{
	margin-bottom:10px;
	font-size:28px;
	line-height:1;
	font-weight:700;
    text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}
#top-salon .tel{
	margin-bottom:10px;
	font-size:28px;
	line-height:1;
	font-weight:700;
	color:#6B4528;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
}






/* +++++++++++++++++++++++++ */

#other-shop{
	padding:100px 0;
	background-color:#E9E7E4;
}
#other-shop .bnr-list{
	width:100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#other-shop .bnr-list li{
	width:22%;
}





}


@media (max-width: 768px) {
	
	.content-area{
		width:100%;
		padding:0 5vw;
	}
		
	/* +++++++++++++++++++++++++ */
	
	.base-btn a {
		position: relative;
		display: block;
		padding:4vw 3vw;
		text-align: center;
		color: #fff;
		font-size:16px;
		line-height:1;
		font-weight:700;
		text-decoration: none;
		font-family: 'Roboto','Noto Sans JP', sans-serif;
		background: #212121;
	}
	.base-btn a span{
		display:inline-block;
		position: relative;
		padding-left:15px;
	}
	.base-btn a span:before{
		position:absolute;
		top:50%;
		left:0;
		content: "";
		width: 0;
		height: 0;
		margin-top:-3px;
		border-style: solid;
		border-width: 4.5px 0 4.5px 7px;
		border-color: transparent transparent transparent #fff;
	}
	.base-btn.btn-inline a{
		width:80%;
		display:inline-block;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	.ttl01{
		margin-bottom:5vw;
		text-align:center;
		font-size:26px;
		line-height:1.3;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
	}
	.subttl01{
		margin-bottom:3vw;
		text-align:center;
		font-size:24px;
		line-height:1.3;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
		color:#87725D;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#common-header{
		width:100%;
		padding:2vw 0;
		border-top: solid 3px #886F33;
		background-color:#fff;
		z-index:100;
	}
	#common-header.fixed{
		position:fixed;
	}
	#common-header #header-logo{
		width:30%;
	}
	#common-header .header-sns{
		
	}
	#common-header .header-sns li{
		margin-left:4vw;
	}
	
	/* +++++++++++++++++++++++++ */
	
	
	#common-footer{
		padding:3vw 0;
		font-size:12px;
		color:#fff;
		text-align:center;
		font-family: 'Roboto', sans-serif;
		background-color:#2E2723;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-main {
		position:relative;
		min-width: 100%;
		width: 100%;
	}
	#top-main video {
		width: 100%;
		display: block;
	}
	#top-main:before {
		content:"";
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		background: rgba(0,0,0,0.5);
		width: 100%;
		height:100%;
	}
	#top-main:after {
		content:"";
		position:absolute;
		top:50%;
		left:50%;
		z-index:3;
		background: url(../img/top/main_logo.png) no-repeat;
		background-size:100% auto;
		width: 50%;
		padding-top:18%;
		margin: -9% 0 0 -25%; 
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-concept{
		padding:10vw 5vw;
	}
	#top-concept .ttl01{
		position:relative;
		padding-bottom:3vw;
	}
	#top-concept .ttl01:before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:50px;
		height:1px;
		margin-left:-25px;
		background-color:#212121;
	}
	#top-concept .txt{
		text-align: center;
		line-height:2.3;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#top-news{
		padding:10vw 0;
		background-color:#E9E7E4;
	}
	#top-news .ttl01{
		width: 100%;
	}
	#top-news .news-list{
		width: 100%;
	}
	#top-news .news-list li{
		margin-bottom:3vw;
		padding-bottom:3vw;
		border-bottom: solid 1px #D2CBCA;
	}
	#top-news .news-list li .day{
		display:block;
		width: 100%;
		color:#87725D;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#top-instagram{
		padding:10vw 0;
	}
	#top-instagram .instagram-list{
		margin-bottom:5vw;
	}
	#top-instagram .instagram-list li{
		width:48%;
		margin-right:4%;
		margin-bottom:4%;
	}
	#top-instagram .instagram-list li:nth-child(2n){
		margin-right:0;
	}

	/* +++++++++++++++++++++++++ */
	
	#top-salon{
		padding:10vw 0;
		background: url(../img/top/salon_bg.jpg) repeat;
		border-top: solid 1px #E9E7E4;
	}
	#top-salon .ph{
		margin-bottom:2vw;
	}
	#top-salon .salon-list{
		padding:0 4vw;
	}
	#top-salon .salon-list li{
		margin-bottom:10vw;
	}
	#top-salon .ttl{
		margin-bottom:2vw;
		font-size:22px;
		line-height:1;
		font-weight:700;
		text-decoration: none;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#top-salon .tel{
		margin-bottom:2vw;
		font-size:28px;
		line-height:1;
		font-weight:700;
		color:#6B4528;
		font-family: 'Roboto', sans-serif;
	}
	#top-salon .tel a{
		color:#6B4528;
		text-decoration: none;
	}
	#top-salon .base-btn{
		text-align:center;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#other-shop{
		padding:10vw 0 6vw;
		background-color:#E9E7E4;
	}
	#other-shop .bnr-list li{
		width:48%;
		margin-right:4%;
		margin-bottom:4%;
	}
	#other-shop .bnr-list li:nth-child(2n){
		margin-right:0;
	}
	

}








