@charset "utf-8";
/* CSS Document */
#eyeblow{
	margin-top:0 !important;
}

#eyeblow #intro{
	position:relative;
	height:100vh;
}

#eyeblow #intro img{
	object-fit:cover;
	height:100vh;
	width:100%;
	object-position:65% 0;
}


#eyeblow #intro dl{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:10%;
}

#eyeblow #intro dt{
	font-size:100px;
	margin-bottom:20px;
	font-weight:100;
}

#eyeblow #intro dd{
	font-size:25px;
	line-height:1.8;
}



@media only screen and (max-width: 768px) { 
#eyeblow #intro img{
	object-position:center;
}
#eyeblow #intro dl{
	width:80%;
	top:40%;
	left:50%;
	-webkit-transform: translate(-50%,-40%);
	transform: translate(-50%,-40%);
}

#eyeblow #intro dt{
	font-size:80px;
}
}

@media only screen and (max-width: 768px) { 
#eyeblow #intro dl{
	top:35%;
	-webkit-transform: translate(-50%,-35%);
	transform: translate(-50%,-35%);
}
}

@media only screen and (max-width: 480px) { 
#eyeblow #intro{
	height:90vh;
}
#eyeblow #intro img{
	height:90vh;
	object-position:40% 0;
}
#eyeblow #intro dl{
	top:35%;
	-webkit-transform: translate(-50%,-35%);
	transform: translate(-50%,-35%);
}
#eyeblow #intro dt{
	font-size:50px;
}
#eyeblow #intro dd{
	font-size:18px;
}
}




/*
about
------------------------------------------------------------------------------------*/
#eyeblow #about{
	width:90%;
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-self:center;
	background:none;
	margin:80px auto;
}


#eyeblow #about #textarea{
	width:42%;
	margin:0 5% 0 0;
}

#eyeblow #about h2{
	margin-bottom:35px;
}

#eyeblow #about h2 span{
	font-size:16px;
}

#eyeblow #about #textarea dl{
	border-top:1px solid #000;
	line-height:1.8;
	padding-top:40px;
}

#eyeblow #about #textarea dt{
	font-size:19px;
	margin-bottom:15px;
	font-weight:500;
}

#eyeblow #about #textarea dd{
	text-align:left;
	font-size:16px;
	margin-bottom:50px;
}

#eyeblow #about #textarea .btn{
	width:90%;
	max-width:280px;
	border:1px solid #000;
	margin:auto;
}

#eyeblow #about #textarea .btn a{
	padding:15px 0;
	display:block;
}



#eyeblow #about #image{
	width:53%;
}

#eyeblow #about #pick{
	width:100%;
	text-align:center;
}

#eyeblow #about #pick ul{
	width:90%;
	max-width:800px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px auto 0;
}

#eyeblow #about li{
	width:23%;
	background:#e3bc9f;
	border-radius:50%;
	font-size:17px;
	position:relative;
	padding:12% 2px;
}

#eyeblow #about li span{
	width:90%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



@media only screen and (max-width: 1000px) { 
#eyeblow #about{
	display:block;
}


#eyeblow #about #textarea{
	width:100%;
	margin:auto;
}

#eyeblow #about h2{
	margin-bottom:20px;
}

#eyeblow #about h2 span{
	font-size:14px;
}

#eyeblow #about #textarea dl{
	padding-top:0;
}

#eyeblow #about #textarea dt{
	font-size:18px;
	margin:35px auto 30px;
}

#eyeblow #about #textarea dd{
	font-size:16px;
}


#eyeblow #about #image{
	width:100%;
	margin:auto;
}

#eyeblow #about #image p img{
	margin:0 auto 30px;
	max-width:480px;
	width:100%;
}


}




@media only screen and (max-width: 650px) { 
#eyeblow #about #pick ul{
	width:90%;
	margin: 20px auto 0;
}

#eyeblow #about li{
	width:46%;
	font-size:15px;
	padding:23% 0;
	margin-bottom:15px;
}
}




/*
ポイント
------------------------------------------------------------------------------------*/
#eyeblow #point{
	background:#f2efd5;
	padding:80px 5%;
	counter-reset: number;
}

#eyeblow #point h2 span{
	margin-top:20px;
}

#eyeblow #point dl{
	counter-increment: number;
	max-width:1000px;
	margin:0 auto 80px;
	font-size:16px;
}

#eyeblow #point dt{
	font-size:20px;
	margin:15px auto 10px;
}

#eyeblow #point dd{
	line-height:1.8;
}

#eyeblow #point dl:before{
	width:100%;
	display:block;
	content:"POINT. 0"counter(number);
	border-bottom:1px solid #000;
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
	padding-bottom:5px;
	margin-bottom:10px;
}

#eyeblow #point #area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1000px;
	margin:auto;
}

#eyeblow #point #inner{
	width:47%;
	margin-top:30px;
	text-align:left;
}

#eyeblow #point #area dl{
	width:100%;
}

@media only screen and (max-width: 650px) { 
#eyeblow #point dl{
	text-align:left;
}
#eyeblow #point dt{
	font-size:18px;
}

#eyeblow #point dd{
	font-size:15px;
}

#eyeblow #point #inner{
	width:100%;
	margin-top:30px;
}


}














/*
アイブロウワキシング
------------------------------------------------------------------------------------*/

#waxing{
	max-width:1000px;
	padding:80px 0;
}


#waxing li{
	width:46%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:20px 7% 0 0;
	line-height:1.8;
}

#waxing li:last-child{
	margin-right:0;
}

@media only screen and (max-width:1000px) { 
#waxing li{
	width:90%;
	display:block;
	margin:20px auto 15px;
}
#waxing li:last-child{
	margin-right:auto;
}

}



/*
FLOW
------------------------------------------------------------------------------------*/
#flow h2{
	width:100%;
	background:#000;
	color:#fff;
	font-size: 70px;
	padding: 45px 0;
	letter-spacing: 1px;
	font-weight: 400;
}

#flow #step{
	width:90%;
	max-width:1100px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}

#flow #step dl{
	width:23%;
	margin:0 1% 30px 0;
	text-align:left;
	font-size:15px;
}

#flow #step dd:nth-of-type(1){
	text-align:center;
	font-size:18px;
	margin:15px 0;
}

#flow #ba{
	max-width:1100px;
	margin:0 auto 80px;
	padding:40px 0;
	border:1px solid #000;
}


#flow #ba li{
	width:40%;
	display:inline-block;
	vertical-align:top;
	margin:0 2%;
}

#flow #ba li span{
	display:block;
	font-size:40px;
	margin-bottom:10px;
}

#flow #ba p{
	max-width:500px;
	margin:30px auto 0;
	font-size:18px;
	line-height:1.8;
}


@media only screen and (max-width:768px) { 
#flow #step dl{
	width:30%;
	margin:0 1% 30px 0;
}

#flow #step:after{
  content:"";
  display: block;
  width:30%;
}

#flow #ba{
	width:90%;
	margin:30px auto;
}

#flow #ba li span{
	font-size:30px;
}
#flow #ba p{
	font-size:15px;
	margin-top:20px;
}
}


@media only screen and (max-width:640px) { 
#flow h2{
	font-size: 40px;
	padding: 25px 0;
}

h2 span{
	margin-top:5px;
}

#flow #step dl{
	width:45%;
}
#flow #ba li{
	width:90%;
	max-width:450px;
	display:block;
	margin:0 auto 30px;
}
#flow #ba li span{
	margin-bottom:5px;
}
}



























/*
メニュー
------------------------------------------------------------------------------------*/
#eyeblow #menu{
	background:#EAE1DF;
	padding:80px 0;
}

#eyeblow #menu h2 span{
	font-size:16px;
	line-height:2;
}

#eyeblow #menu h2 span:nth-of-type(2){
	font-size:12px;
}

#eyeblow #menu #price{
	max-width:600px;
	margin:50px auto;
}

#eyeblow #menu #price div{
	width:100%;
	margin:0 auto 15px;
}

#eyeblow #menu #price dl{
	max-width:400px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#eyeblow #menu #price dt{
	text-align:left;
	margin-bottom:10px;
}

#eyeblow #menu #price dd{
    display: inline-block;
    text-align: right;

}


#eyeblow #menu #price dd:before{
	content:"";
	border-top:1px solid #000;
	width:220px;
	display:inline-block;
	vertical-align:super;
	margin:0 15px;
}

#eyeblow #menu #price div:nth-of-type(2) dd:before{
	width:115px;
}

#eyeblow #menu #price div:nth-of-type(3) dd:before{
	width:105px;
	margin-right:7px;
}

@media only screen and (max-width:440px) { 
#eyeblow #menu h2{
	width:90%;
	margin:0 auto 50px;
}

#eyeblow #menu #price dl{
	width:90%;
}
#eyeblow #menu #price dd:before{
	width:155px;
}

#eyeblow #menu #price div:nth-of-type(2) dd:before{
	width:95px;
}

#eyeblow #menu #price div:nth-of-type(3) dd:before{
	width:45px;
}

}




































/*
Q&A
------------------------------------------------------------------------------------*/
#eyeblow #faq{
	width:90%;
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:80px auto;
}

#eyeblow #faq p{
	width:100%;
	background:#000;
	color:#fff;
	padding:15px 0;
	margin-bottom:35px;
}

#eyeblow #faq .inner{
	width:50%;
}


#eyeblow #faq dl{
	text-align:left;
	margin-bottom:50px;
}

#eyeblow #faq dt{
	/* width:6%; */
	font-size:50px;
	font-weight:700;
	vertical-align:top;
	margin-right:10px;
	display:inline-block;
	line-height:40px;
}

#eyeblow #faq dd{
	width:84%;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
}


#eyeblow #faq dd span{
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

@media only screen and (max-width: 800px) { 
#eyeblow #faq .inner{
	width:100%;
}
#eyeblow #faq dt{
	line-height:30px;
	font-size:40px;
}




}



























#reserve{
	background:#000;
	color:#fff;
	padding:150px 0;
}

#reserve a{
	color:#fff;
}

#reserve #inner:before{
	content:"";
	display:block;
	border-right:1px solid #999;
	width:50%;
	height:100px;
	text-align:center;
	margin-top:-80px;
}

#reserve dl{
	width:90%;
	max-width:800px;
	margin:auto;
	background:rgba(255, 255, 255, .2);
	padding:50px 0;
	margin-top:-30px;
}

#reserve dt{
	font-size:50px;
	font-weight:200;
	letter-spacing:3px;
}

#reserve dd{
	font-size:15px;
	margin-top:3px;
}



