@charset "UTF-8";

body{}

/*INDEX専用CSS*/


#index h2{
	position: relative;
	width:100%;
	margin-bottom:40px;
	padding:0 0 20px;
	background:none;
	border-bottom:2px solid #ddd;
	line-height: 1;
	box-sizing: border-box;
}
#index h2 span{
	position: absolute;
	bottom:-2px;
	left:0;
	display: inline-block;
	padding:0 0 14px;
	font-size: 18px;
	line-height: 1;
	border-bottom:2px solid #f00;
	box-sizing: border-box;
	color:#454545;
}
#index h2 strong{
	display: inline-block;
	font-size:2rem;
	color: #454545;
}
#index p.text{
	margin:0 auto 5rem;
	line-height: 1.8;
	font-size: 1rem;
}
#footerLinkArea{
	padding:10px 0;
	border: none;
}
.toPage{
	width:60%;
	max-width:600px;
	margin:2rem auto;
}
.toPage a{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding:0.8rem;
	text-align: center;
	background:rgba(238,95,18,1);
	border-radius:25px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2rem;
}
.toPage a:hover{
	background:rgba(238,95,18,0.85);
	color: #fff;
}
.text{
	width:80%;
	margin: auto;
	word-break: auto-phrase;
	text-align: justify;

}
#index section{
    padding:5rem ;
}

/*
   ####################################################################
   ####################################################################
   ####################################################################
*/


#indexContent{
	position: relative;
	width:100%;
	margin: auto;
}
#indexContentOver{
	position: relative;
	width:100%;
	margin: auto;
	z-index: 999;
	background:white;
}
#indexContentOver > section{
	width:100%;
	min-width:1160px;
	margin: 0 auto 5.5rem;
	padding:3rem 3%;
	box-sizing: border-box;
}
#indexContentOver .toDetailpage{
	padding:10px 0;
	text-align: center;
}
#indexContentOver .toDetailpage a{
	display: inline-block;
	padding:12px;
	font-size:16px;

}
#indexContentOver .toDetailpage a i{
	color: #E0171A;
	font-size: 20px;
}

/*===================================================== */
/* slider
======================================================= */

#eventArea{
	margin:0 0 0px;
}

/* slider */


#slidearea {
	width:100%;
	position: relative;
	margin: 0 auto 0px;
    justify-content: center;
 /* flex-wrap: wrap;*/
}

#slidearea  .flexslider {
	width:100% !important;
	margin: 0 auto 0 0;
	text-align: center !important;
}
#slidearea .flexslider ul#slides{
	width:100%;
	z-index:1;
}
#slidearea .flexslider .slides img {
	width:100% !important;
	min-width:800px;

}
#slidearea .flexslider .slides{
	aspect-ratio: 192 / 98;
	overflow: hidden;
}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -28px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {display: flex; align-content:flex-start;width: 100% !important;margin: 0px auto 0; position: static; overflow: hidden;}
.flex-control-thumbs li {
 flex-basis: 100%; width: 100% !important;margin: 0 20px !important;padding:12px;box-sizing: border-box; text-align: center;}
.flex-control-thumbs img {width: 100% !important;max-width: auto; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.flex-direction-nav {
	position: absolute;
	top:40%;
	width:100%;
	z-index: 100;
	box-sizing: border-box;
}
.flex-direction-nav .flex-nav-prev{
	position: absolute;
	top: 0;
	left:10px;
}
.flex-direction-nav .flex-nav-next{
	position: absolute;
	top: 0;
	right:10px;
}

/**/

.flex-control-thumbs {
	width: auto !important;
	min-width:400px;
	height: 100px;
	margin: 0px auto 0;
	padding: 12px 0 0 !important;
	overflow: hidden;
	text-align: center !important;
	background:#FFF;
}

.flex-control-thumbs li {
	display: inline-block;
	width: auto;
	height: 80px;
	margin: 0 auto 0;
	padding: 10px;
	border-style: none;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #dfdfdf;
}

.flex-control-thumbs img {	/* サムネイルのサイズ */
	width:auto !important;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	overflow: hidden;
	background:#FFF;
}



/*===================================================== */
/* main area
======================================================= */

#index #mainArea{
	height: 40%;
	width:auto;
	margin:0 auto 0px;
	text-align: center;
	/*z-index:999*/
}
#index #mainArea #slidearea{
}


/* #################################################################### */
/*スタジオ支店案内*/

#studioBlanchArea{
	width:100%;
	min-height: 140px;
	margin:0 0 45px;
	padding:60px 40px;
	box-sizing: border-box;
	background:#f6f6f6;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
#studioBlanchArea .inner{
	display: flex;
	justify-content: space-between;
	width:90% !important;
	margin:auto;
	padding:0;
}


#studioBlanchArea .inner > div{
	width:46%;
	margin:0 0;
	padding:0;
	box-sizing: border-box;
	background:#FFF;
	border-radius:8px;
	color: #333;
	box-shadow: 2px 3px 3px 3px rgba(0,0,0,0.05);
}
#studioBlanchArea > div div{
}
#studioBlanchArea .image{
	width:44%;
	margin-bottom:0.4rem;
}
#studioBlanchArea .image img{
	width:100%;
}
#studioBlanchArea .container{
	position: relative;
	padding:1rem 1rem 0;
}
#studioBlanchArea .container .flexSection{
	justify-content: flex-start;
}
#studioBlanchArea .container .nameArea{
	margin-left:2rem;
}
#studioBlanchArea .container .toShow{
	margin-left:50%;
}
#studioBlanchArea .container .nameArea strong.name{
	display: block;
	margin-bottom:0.8rem;
	font-size: 1.2rem;
}
#studioBlanchArea .container .nameArea span.en{
	display: block;
	font-size: 0.9rem;
	color: #737272;
}
#studioBlanchArea .container .toShow{
}
#studioBlanchArea .container .toShow a{
	text-decoration: none;
}
#studioBlanchArea .container .toShow .linkArea{
	display: flex;
	align-items: center;
}
#studioBlanchArea .container .toShow .linkArea span.studioInfo{
	display: inline-block;
	padding:3px;
	margin-right:0.8rem;
	background:#ede9e6;
	color: #181818;
	font-size: 0.75rem;
}
#studioBlanchArea .container .toShow a:hover  .linkArea span.studioInfo{
	background:#efdbcc;
}
#studioBlanchArea .container .toShow .linkArea span.arrow{
}
#studioBlanchArea .container .toShow .linkArea span.arrow img{
	display: inline-block;
}
#studioBlanchArea .container .access{
	margin-bottom:1rem;
	font-size: 0.8rem;

}
#studioBlanchArea .container .access span{
	display: inline-block;
	margin-right:1rem;
	line-height: 1.8;
}
#studioBlanchArea .container .access .moyori{
	display: block;
	width:40px;
	margin-bottom:0.5rem;
	padding:0 3px;
	font-size: 0.78rem;
	background:#3b80ab;
	color: #fff;
	text-align: center;
}


/*===================================================== */
/* news area
======================================================= */

#index #newsArea{
	/*width:350px !important;*/
	width:100%;
	min-height: 140px;
	margin:0 0 45px;
	padding:40px;
	box-sizing: border-box;
	background:#f6f6f6;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

#newsArea .inner .mCSB_dragger_bar{ background-color: #654848; }


#newsArea .inner{
	display: flex;
	width:82%;
	margin:0 auto ;
	padding:0;
}
#index #newsArea h2{
	flex-basis: 100px;
	padding:0;
	margin: 0 70px 0 0 ;
	border: none;
	color: #999;
	font-weight: 500;
}
#index #newsArea ul{
	display: flex;
	justify-content: space-between;
	width:100%;
	height: 140px;
	overflow: hidden;
	vertical-align: top;
}

#newsArea .inner li{
	display: block !important;
	width:100% ;
	margin: 0 0 15px;
	text-align: left;
	line-height: 1.8;
}

#newsArea .inner li .flexSection{
}
#newsArea .inner li .date{
    flex-shrink: 0;
	flex-basis: 90px;
	width:90px !important;
	margin-right:70px;
	color:#666;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
#newsArea .inner .title{
    flex-shrink: 0;
	width:80%;
	font-size: 12px;
	text-align: left;
	color: #454545;
}
#newsArea .inner .title a{
	font-weight: bold;
	text-decoration: underline;
	color: #454545;
	font-size: 12px;
}
#newsArea .inner .title a:hover{
	color: #666;
}
#newsArea .inner .title i.fas{
	color: #ff6000 ;
}

/*===================================================== */
/* introduce area
======================================================= */
#introduceArea{
	padding:40px 0;
}
#introduceArea h2{
	margin-bottom:5rem;
	border: none;
	text-align: center;
	font-size: 5rem;
	color: #ddd;
}
#introduceArea ul.cate{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:95%;
	max-width:1460px;
	margin: 0 auto 2.5rem;
	text-align: center;
}
#introduceArea ul.cate li {
	width:20%;
	margin:0 2.5% 4rem;
}
#introduceArea ul.cate li img{
	display: block;
	width:100%;
	margin-bottom:2rem;
	filter:drop-shadow( 30px 30px 0px rgba(0,0,0,0.035));
}

#introduceArea ul.cate li img.scale-img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
#introduceArea ul.cate li:hover img.scale-img,
#introduceArea ul.cate li .hover img.scale-img {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#introduceArea ul.cate li span{
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
}
#introduceArea p.text{
}


#introduceArea ul.sample{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:95%;
	margin: 0 auto ;
	text-align: center;
}
#introduceArea ul.sample li {
	width:25%;
	margin-bottom:2rem;
	padding:0 2%;
	box-sizing: border-box;
}
#introduceArea ul.sample li img{
	display: block;
	width:90%;
	margin-bottom:2rem;
}


/*===================================================== */
/* studioArea
======================================================= */

#studioArea{
	background:#f9f9f9;
}
#studioArea p.text{
}
#studioArea div.imgArea{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
#studioArea figure{
	display: block;
	width:33%;
	margin: 0 auto 0.5%;
	padding:2.5%;
	box-sizing: border-box;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#studioArea figure:nth-last-child{
	margin-left:auto;
}
#studioArea figure img{
	width:100%;
}
#studioArea figure strong{
}
#index #studioArea figcaption{
}

#studioArea figure figcaption strong{
	display: block;
	line-height: 2;
	font-weight: bold;
	font-size: 0.95rem;
	text-align: center;
}
#studioArea figure figcaption span{
	display: block;
	padding:0.6rem 0;
	font-size: 0.85rem;
	line-height: 2.1;
}
#studioArea .toBlanch{
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
#studioArea .toBlanch a{
	display: block;
	margin:0 0.9rem;
	padding:0 0.5rem;
	font-size: 0.8rem;
	line-height: 1.8;
	text-decoration: none;
}
#studioArea .toBlanch a::after{
	content:" \0bb";
}
#studioArea .toBlanch a:nth-child(odd){
	border: 1px solid #fc6e85;
	color: #fc6e85;
}
#studioArea .toBlanch a:nth-child(even){
	border: 1px solid #bc8ee7;
	color: #bc8ee7;
}
/*===================================================== */
/* retouchArea
======================================================= */

#retouchArea{
}
#retouchArea p.text{
}

#before_after_slider {
	display: block;
    width: 900px;
    max-width: 100%;
    margin: 0 auto 3rem;
  }

#before_after_slider img{
	width:100%;
}

  /**/

  #retouchArea ul.imgArea{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-bottom:3rem;
  }
  #retouchArea ul.imgArea li{
	width:24%;
	margin:1rem 0.5%;
	padding:  1% 0;
	box-sizing: border-box;
	/* background:#f7f7f7; */
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.02);
  }
  #retouchArea ul.imgArea li figure{
	margin-bottom: 1.2rem;
  }
  #retouchArea ul.imgArea li figure img{
	max-width:100%;
	border-radius:8px;
  }
  #retouchArea ul.imgArea li figcaption{
	display: block;
  }
  #retouchArea ul.imgArea li figcaption strong{
	display: block;
	margin-bottom:1.5rem;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
  }
  #retouchArea ul.imgArea li figcaption span{
	display: block;
	padding:3px 12px 3px 8px;
	background: #f9ffd7;
	border-radius:0px;
	font-size: 0.85rem;
  }

  .beer-slider[data-beer-label]:after {
	right: 1.5rem;
font-size: 0.7rem;
font-weight: bold;
color: #555;}

  .beer-reveal[data-beer-label]:after {
	left: 1.5rem;
	font-size: 0.7rem;
	font-weight: bold;
	color: #555; }

	#retouchArea .otherArea{}
	#retouchArea .otherArea ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width:100%;
	}
	#retouchArea .otherArea ul li{
		display: block;
		padding:0.2rem;
	}


/*===================================================== */
/* hairmakeArea
======================================================= */

#hairmakeArea{
}
#hairmakeArea > div{
	display: flex;

}
#hairmakeArea > div figure{
	width:40%;
}
#hairmakeArea > div figure img{
	display: block;
	max-width:100%;
	margin-bottom:1.8rem;
}

/*===================================================== */
/* LocationArea
======================================================= */
#LocationArea{}
#LocationArea h3{
	margin-bottom:2rem;
	text-align: center;
}
#LocationArea .text{
	text-align: center;
}
/* imgArea */
#LocationArea .imgArea {
	text-align: center;
}
#LocationArea .imgArea ul{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width:80%;
	max-width:800px;
	margin:0 auto 3rem;
}
#LocationArea .imgArea li{
	display: block;
	width:auto;
	margin:0 0.6rem;
	padding:0 !important;
}
#LocationArea .imgArea figure{
	margin:0;
}
#LocationArea .imgArea li img{
	display: block;
	width:100%;
	margin: 0;
	padding: 0;
}
/* listArea */
#LocationArea .listArea {
	display: block;
	text-align: center;
}
#LocationArea .listArea ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:80%;
	margin:auto;
}
#LocationArea .listArea li{
	display: block;
	padding:0.6rem 1rem;
	margin:0.6rem 1rem;
	border-radius:50vmax;
	border:2px solid #99bdf4;
	font-size: 1.1rem;
}



/*===================================================== */
/* recommendArea
======================================================= */
/*
#index #recommendArea{
	width:82%;
	margin:0 auto ;
	padding:5% 0 0;
	text-align: center;
}
#index #recommendArea img{
} */

/*===================================================== */
/* pickupArea
======================================================= */
#index #pickupArea{
}
#index #pickupArea h2{

}
#index #pickupArea ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;

}
#index #pickupArea ul li{
	display: block;
	width:22%;
	margin: 0 1.5% 45px;
	padding-bottom:12px;
	border-bottom: 1px solid #f0f0f0;

}
#index #pickupArea ul li:nth-last-child(1){
	margin-left:auto;
}
#index #pickupArea .img{
/*
	width:260px;
	height: 145px;
*/
	margin: 0 0 18px;
}
#index #pickupArea .img img{
	display: block;
}


#index #pickupArea .img * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#index #pickupArea .img img.scale-img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     transition: all .3s ease-out;
}
#index #pickupArea .img:hover img.scale-img,
#index #pickupArea .img.hover img.scale-img {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#index #pickupArea h3{
	margin: 0 0 18px;
	font-size: 15px;
}
#index #pickupArea ul li p{
	font-size: 11px;
	color: #828282;
  transition: color 0.3s;
}
#index #pickupArea ul li:hover p{
	color: #151515;
}


/*===================================================== */
/* firstTimeArea
======================================================= */

#index #firstVisitorArea{
}
#index #firstVisitorArea h2{

}
#index #firstVisitorArea ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:80%;
	margin: auto;
	padding-bottom:12px;
	border-bottom: 1px solid #dedede;

}
#index #firstVisitorArea ul li{
	display: block;
	width:29%;
}
#index #firstVisitorArea ul li .img{
	margin: 0 0 10px;
	text-align: center;
}
#index #firstVisitorArea ul li img{
	width:auto;
	max-width:100%;
}
#index #firstVisitorArea h3{
	margin: 0 0 18px;
	padding:0 0 4px;
	font-size: 14px;
	text-align: center;
	border-bottom:1px solid #454545;
}
#index #firstVisitorArea p{
	margin: 0 0 8px;
	font-size: 12px;
	color: #454545;
	line-height: 1.7;
}
#index #firstVisitorArea p.text{
	margin: 0 0 10px;
}
#index #firstVisitorArea a.contact{
	display: block;
	margin: 0 0 12px;
	font-size: 16px;
	color: #230405;
}
#index #firstVisitorArea p.tel{
	font-size: 14px;
}
#index #firstVisitorArea p.open{
	font-size: 14px;
}

#index #firstVisitorArea a.flow{
	display: block;
	width:80%;
	margin: 45px auto 0;
	padding:12px;
	border: 2px solid #0e76f5;
	color: #0e76f5;
	font-size: 12px;
	text-align: center;
}


#index #firstVisitorArea ul li.scview1  span{
	display: inline-block;
	padding:1px 4px;
	background:#fffea2;
}
#index #firstVisitorArea ul li.scview1 p:nth-child(even)  span{
	display: inline-block;
	padding:1px 4px;
	background:#fff8d2;
}


/*===================================================== */
/* informationArea
======================================================= */

#index #informationArea{
}
#index #informationArea h2{

}
#index #informationArea ul{
	width:80%;
	margin:auto;
}
#index #informationArea ul li{
	display: block;
	padding:0.8rem 0;
	border-bottom : 1px dotted #999;
	font-weight: 100;
}

#index #informationArea ul li span{
	display: inline-block;
	margin-right: 1rem;
}
#index #informationArea ul li a{
	display: inline-block;
}

