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

#lashaddict.comm_content{
	margin-top:0;
}

#lashaddict{
	text-align:center;
}

#lashaddict #intro{
	background:#ffeff2;
	padding-bottom:80px;
	/*color:#fff;*/
}

#lashaddict #intro .imag{
	background:#000;
	padding-top:80px;
}

#lashaddict #intro img{
	width:90%;
	max-width:1200px;
}

#lashaddict #intro p{
	margin-top:80px;
	font-size:22px;
	line-height:1.8;
}

#lashaddict #intro ul{
	width:90%;
	max-width:900px;
	padding:40px 0 30px;
	margin:50px auto 0;
	border:1px solid #000;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#lashaddict #intro ul p{
	width:90%;
	font-weight:bold;
	margin:0 auto 40px;
}

#lashaddict #intro ul li{
	width:45%;
	max-width:350px;
	text-align:left;
	margin-bottom:30px;
}

#lashaddict #intro ul li:before{
	content:"■";
	margin-right:5px;
}

@media only screen and (max-width: 768px) { 
#lashaddict #intro p{
	width:90%;
	margin:30px auto 0;
}

#lashaddict #intro p{
	margin-top:30px;
	font-size:20px;
}

#lashaddict #intro ul{
	padding:40px 0 15px;
	margin:30px auto 0;
	border:1px solid #000;
}

#lashaddict #intro ul p{
	margin-bottom:20px;
}

#lashaddict #intro ul li{
	margin-bottom:30px;
	font-size:15px;
}
}

@media only screen and (max-width: 640px) { 
#lashaddict #intro ul{
	padding:30px 0 15px;
}

#lashaddict #intro ul li{
	width:90%;
	margin-bottom:15px;
}
}


#lashaddict #lash_navi{
	max-width:600px;
	width:90%;
	margin:80px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#lashaddict #lash_navi li{
	background:#e1e1e1;
	width:47%;
	position:relative;
}

#lashaddict #lash_navi li a{
	display:block;
	padding:15px 0 20px;
}

#lashaddict #lash_navi li a:after{
	content: "";
	position: absolute;
	left: 49%;
	width: 8px;
	height:8px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(135deg) translateX(-49%);
	-webkit-transform: rotate(135deg) translateX(-49%);
	transform: rotate(135deg) translateX(-49%);
	bottom:8px
}





#lashaddict #mediaarea{
	width:100%;
}

#lashaddict #mediaarea iframe{
	width:100%;
}







/*
about
------------------------------------------------------------------------------------*/
#lashaddict #about{
	width:90%;
	max-width:1200px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	padding:80px 0;
	background:none !important;
}


#lashaddict #about h2{
	margin-bottom:40px;
}

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

#lashaddict #about #textarea{
	width:50%;
	max-width:520px;
}

#lashaddict #about #textarea dl{
	border-top:1px solid #000;
	line-height:1.8;
	text-align:left;
}

#lashaddict #about #textarea dt{
	margin:50px auto 30px;
	font-weight:500;
	font-size:17px;
}

#lashaddict #about #image{
	width:46%;
}

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



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

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

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

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


#lashaddict #about #image{
	width:80%;
	margin:auto;
}

}









/*
サロンケア
-------------------------------------------------------------------------------------------*/
#salon_howto{
	background:#ffeff2;
	padding:80px 0;
	/*color:#fff;*/
}

#salon_howto .ttl{
	max-width:1000px;
	width:90%;
	background:#2e2e2e;
	color:#fff;
	font-size:30px;
	margin:0 auto 80px;
	padding:10px 0;
	counter-reset: number;
}

#salon_howto ul{
	width:90%;
	max-width:1000px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#salon_howto ul#step li{
	width:32%;
	font-size:14px;
	text-align:left;
	counter-increment: number;
}

#salon_howto ul#step p{
	margin-top:5px;
}

#salon_howto ul#step li:before{
	content:  counter(number , decimal-leading-zero);
	font-size:28px;
	text-align:center;
}

@media only screen and (max-width:680px) { 
	#salon_howto ul#step li{
		width:100%;
		margin-bottom:30px;
	}
}





/*
実用例
------------------------------------------------------------------------------------*/
#lashaddict #report {
	margin:0 auto;
	background:#fff;
	padding:60px 0;
	width:90%;
	max-width:1000px;
	color:#000;
}
#lashaddict #ex{
	margin:60px auto;
	width:90%;
	max-width:1000px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#lashaddict #ex li{
	width:32%;
	margin-bottom:15px;
}

#lashaddict #ex p{
	margin:auto;
	text-align:left;
}

#lashaddict #ex p span{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	font-size:16px;
}



@media only screen and (max-width: 567px) { 
#lashaddict #report {
	padding:40px 0;
}
#lashaddict #ex li{
	width:100%;
}
}







/*
メニュー
------------------------------------------------------------------------------------*/
#lash_bg{
	background:#000;
	color:#fff;
	padding:60px 0;
}

#lashaddict #menu{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	max-width:560px;
	width:90%;
	margin:120px auto 60px;
}

#lashaddict #menu #textarea{
	width:50%;
	text-align:left;
}

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

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

#lashaddict #menu #price{
	margin:50px auto;
}

#lashaddict #menu #price dl{
	margin-bottom:15px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
}

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

#lashaddict #menu #price dd{
    text-align: right;
	display:flex;
	align-items:center;
}


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

#lashaddict #menu #repeat{
	width:100%;
	max-width:280px;
	border:1px solid #000;
	margin:0 auto;
	padding:15px 0;
	font-size:15px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	text-align:center;
}

#lashaddict #menu #repeat p{
	width:50%;
}

#lashaddict #menu #repeat p:last-child{
	font-size:20px;
}


#lashaddict #menu #image{
	width:23%;
}

@media only screen and (max-width: 600px) { 
	#lashaddict #menu{
		margin:80px auto 30px;
	}
	#lashaddict #menu #textarea{
		width:68%;
	}
	
	#lashaddict #menu #price{
		margin:-20px auto 30px;
	}
	
	#lashaddict #menu #price dt{
		font-size:16px;
	}
	
	#lashaddict #menu #price dd{
		width: 60%;
	}
	
	#lashaddict #menu #repeat{
		font-size:14px;
	}
	
	#lashaddict #menu #image{
		width:18%;
	}
}














/*
使い方
-------------------------------------------------------------------------------------------*/

#howto{
	width:90%;
	max-width:1000px;
	margin-top:80px;
}

#howto p.ttl{
	background:#2e2e2e;
	color:#fff;
	font-size:30px;
	margin:0 auto 30px;
	padding:10px 0;
}

#howto ul {
    width: 90%;
	max-width:700px;
    margin: 15px auto 0;
}


#howto ul li {
    font-size: 18px;
    margin-bottom: 15px;
    counter-increment: number;
    padding-left: 52px;
    text-indent: -38px;
    text-align: left;
}

#howto ul li::before {
    content: "0" counter(number);
    margin-right: 10px;
    font-size: 24px;
    letter-spacing: 3px;
}








/*
口コミ
-------------------------------------------------------------------------------------------*/
#lashaddict #voice{
	width:90%;
	max-width:1000px;
	margin:80px auto;
}

#lashaddict #voice p{
	margin-top:20px;
	font-size:13px;
}

#lashaddict #voice dl{
	text-align:left;
	margin-top:80px;
}

#lashaddict #voice dt{
	font-weight:bold;
	margin-bottom:5px;
}

#lashaddict #voice dd{
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:20px;
	font-size:15px;
}















#lashaddict #sns{
	background:#f0f0f0;
	padding:90px 0;
}


#lashaddict #sns .inner{
	width:90%;
	max-width:900px;
	margin:80px auto 160px;
}

#lashaddict #sns ol,
#lashaddict #sns ul{
	width:90%;
	max-width:900px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto;
}

#lashaddict #sns ol li{
	width:100%;
}

#lashaddict #sns ol li iframe{
	width:100%;
	height:500px;
}

#lashaddict #sns ul li{
	width:45%;
	margin:0 auto 30px;
}

#lashaddict #sns ul li iframe{
	border:none !important;  
	min-width:auto !important;
	/* max-width:310px; */
}
#sns ul li p{
	font-size:14px;
	margin:0 auto 10px;
	background: #ccc;
	padding:5px 0;
}


@media only screen and (max-width: 700px) { 
#lashaddict #sns ol li iframe{
	height:350px;
}
#lashaddict #sns ul li{
	width:90%;
}

#lashaddict #sns ul li iframe{
	border:none !important;  
	min-width:auto !important;
	max-width:auto;
}

}

@media only screen and (max-width: 400px) { 
#lashaddict #sns ol li iframe{
	height:200px;
}
}










/*
Q&A
------------------------------------------------------------------------------------*/
#lashaddict #faq{
	/*background:#000;
	color:#fff; */
	padding:80px 0;
	margin-top:80px;
}

#lashaddict #faq p{
	width:100%;
	background:#2e2e2e;
	color:#fff;
	padding:15px 0;
	margin-bottom:30px;
}

#lashaddict #faq .block{
	width:90%;
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 35px;
}

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


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

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

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


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

@media only screen and (max-width: 800px) { 
#lashaddict #faq .inner{
	width:100%;
}
}





/*
spec
------------------------------------------------------------------------------------*/
#lashaddict #item{
	margin:80px auto 0;
	padding:90px 0;
	background:#ffeff2;
	color:#000;
}


#lashaddict #item .ttl2{
	margin-bottom:20px;
	font-size:20px;
}

#lashaddict #item dl{
	max-width:800px;
	width:90%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	text-align:left;
}

#lashaddict #item dl dt{
	width:15%;
	text-align:center;
}

#lashaddict #item dl dd{
	width:82%
}

#lashaddict #item dl span{
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}

#lashaddict #item table{
	margin:40px auto 0;

}
#lashaddict #item table tr td:first-child{
	width:24%;
}

#lashaddict #item table tr:not(:last-child) {
	border-bottom:2px dotted #000;

}

#lashaddict #item table tr td{
	padding:20px 0;
    font-size: 15px;
}

#lashaddict #item #change{
	border:2px solid #999;
	box-sizing: border-box;
	padding:5% 5% 0 5%;
	margin-top: 50px;
}

#lashaddict #item #change p{
	background:#555;
	color:#fff;
	font-size:20px;
	padding:10px 0;
	margin-bottom:30px;
}

#lashaddict #item #change img{
	margin-bottom:60px;
}

#lashaddict #item #change span{
	display:block;
	margin:20px 0;
}






@media only screen and (max-width: 580px) { 
#lashaddict #item{
	padding:60px 0;
}

#lashaddict #item .ttl2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px !important;
}

#lashaddict #item dl dt{
	margin:0 auto;
}


#lashaddict #item dl dd{
	width:100%;
	margin:0 auto;
}

#lashaddict #item table tr td{
	font-size:15px;
}
}







#lashaddict .cart{
    width: 90%;
    max-width: 450px;
    margin: 50px auto 0;
}

#lashaddict .cart .btn{
    background: #2e2e2e;
    margin-bottom: 25px;
    font-size: 20px;
}

#lashaddict .cart .btn a{
    display: block;
    padding: 20px 0;
    color: #fff;
}

#lashaddict .cart dl{
    line-height: 1.5;
    width: 100% !important;
    display: block !important;
}

#lashaddict .cart dt,
#lashaddict .cart dd{
    width: 100% !important;
    text-align: center !important;
}


@media only screen and (max-width: 480px) {
    #lashaddict .cart .btn {
      font-size: 18px;
    }
    #lashaddict .cart dl {
      font-size: 12px;
    }
}

























/* #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;
}

 */





/*
サロン一覧見出し
-------------------------------------------------------------------------------------------*/
#salon{
	display:none !important;
}

#salon_index{
	color:#fff;
	position:relative;
}

#salon_index img{
	display:none !important;
}

#salon_index dl{
	background:#000;
	width:100%;
	margin:auto;
	padding:80px 0;
}


#salon_index dt{
	font-size:40px;
	width:90%;
	margin:auto;
}

#salon_index dt span{
	display:block;
	font-size:24px;
	margin-bottom:10px;
}

#salon_index dd{
	width:90%;
	margin:30px auto 0;
	line-height:1.6;
}

#salon_index .btn{
	width:90%;
	max-width:350px;
	margin:50px auto 0;
	background:#fff;
	font-weight:bold;
}

#salon_index .btn a{
	display:block;
	padding:25px 0;
	position:relative;
}

#salon_index .btn a:after{
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top:32px;
	margin-left:10px;
}




@media only screen and (max-width: 640px) { 
#salon_index{
	margin-bottom:0;
}
#salon_index dl{
	padding:50px 0;
}
#salon_index dt{
	font-size:26px;
}
#salon_index dt span{
	font-size:18px;
}
}








#contents{
	display:none;
}
















