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

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400&display=swap');

#vm{
	text-align:center;
}

#vm h2{
	font-size:70px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
}

#vm h2 span{
	font-size:16px;
	display:block;
	margin-top:15px;
	letter-spacing:2px;
}

#vm .comm_conts{
	max-width:1000px;
	width:90%;
	margin:80px auto;
}


#vm #vm_intro{
	position:relative;
}

#vm #vm_intro img{
	object-fit:cover;
	height:815px;
}

#vm #vm_intro dl{
	width:90%;
	max-width:800px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:#fff;
	font-size:18px
}

#vm #vm_intro dl dt{
	text-align:left;
	line-height:1.8;
}

#vm #vm_intro dl dt:first-child{
	font-size:40px;
	text-align:center;
}

#vm #vm_intro dl dt span{
	display:block;
	background:#fff;
	color:#000;
	max-width:480px;
	margin:10px auto 40px;
	padding:5px 0;
	font-size:18px;
}

#vm #vm_intro dl dd{
	border:1px solid #fff;
	padding:3%;
	margin:30px auto 20px;
	line-height:2;
	font-size:17px;
}

#vm #vm_intro dl dd a{
	text-decoration:underline;
	color:#fff;
}


#vm #skin{
	background:#b4b4b4;
	padding:60px 0;
}

#vm #skin #inner{
	width:90%;
	max-width:800px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#vm #skin #inner p{
	width:53%;
}

#vm #skin #inner dl{
	width:42%;
	text-align:left;
}

#vm #skin #inner dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

@media only screen and (max-width:767px) { 
	#vm h2{
		font-size:36px;
		letter-spacing:2px;
	}
	
	#vm h2 span{
		letter-spacing:normal;
	}
	
	/* #vm .comm_conts{
		max-width:1000px;
		width:90%;
		margin:80px auto;
	} */
	
	
	#vm #vm_intro img{
		height:650px;
		object-position:65% 0;
	}
	
	#vm #vm_intro dl{
		font-size:14px
	}
	
	#vm #vm_intro dl dt{
		line-height:1.6;
	}
	
	#vm #vm_intro dl dt:first-child{
		font-size:30px;
	}
	
	#vm #vm_intro dl dt span{
		margin:10px auto 25px;
		font-size:18px;
	}
	
	#vm #vm_intro dl dd{
		line-height:1.8;
		font-size:14px;
	}
	
	
	#vm #skin{
		padding:60px 0;
	}
	
	#vm #skin #inner{
		display:block;
	}
	
	#vm #skin #inner p{
		width:90%;
		margin:0 auto 20px;
	}
	
	#vm #skin #inner dl{
		width:90%;
		margin:0 auto;
	}
	
}










/*
about
-------------------------------------------------------------------------------------------*/
#vm #about{
	counter-reset: number;
}

#vm #about #intro ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}

#vm #about #intro ul li{
	width:32%;
	background:#577E82;
	padding:15px 0;
	margin-bottom:15px;
	color:#fff;
	font-size:18px;
}

#vm #about #intro h3{
	font-size:35px;
	border-bottom:1px solid #000;
	padding-bottom:30px;
	margin:80px 0 40px;
	/*font-weight:bold;*/
}

#vm #about #intro dl{
	color:#577E80;
}

#vm #about #intro dd{
	font-size:30px;
	margin-top:10px;
}




#vm #about .content{
	max-width:1000px;
	margin:70px auto 0;
	counter-increment: number;
}

#vm #about .content:before{
	content:  counter(number , decimal-leading-zero);
	font-size:55px;
	color:#577E82;
	font-weight:bold;
	letter-spacing:5px;
}

#vm #about .content h4{
	font-size:40px;
	font-weight:bold;
	font-family: 'Kumbh Sans',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	margin-bottom:30px;
}



#vm #about dl.text{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto;
}


#vm #about .text dt{
	width:42%;
	text-align:left;
}

#vm #about .text dd{
	width:55%;
}

#vm #about .box{
	border:3px solid #999;
	padding:5% 0;
}

#vm #about #cica .box{
	padding:5% 10%;
}

#vm #about #cica .box #index span{
	display:block;
	font-size:23px;
	margin-top:10px;
}

#vm #about #cica .box p{
	background:#999;
	color:#fff;
	padding:15px 0;
	margin:20px auto;
	font-size:18px;
}

#vm #about #cica .box ul{
	width:90%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#vm #about #cica .box ul li{
	width:22%;
}

#vm #about #cica .box ul span{
	display:block;
	font-size:13px;
}


#vm #about #aging dl{
	flex-direction:row-reverse;
}

#vm #about #needle dl.text{
	align-items:center;
}

#vm #about #needle dl.text dt{
	width:65%;
}

#vm #about #needle dl.text dd{
	width:30%;
}

#vm #about #needle .box{
	padding:6% 10%;
}

#vm #about #needle #ttl{
	background:#577E82;
	color:#fff;
	font-size:30px;
	padding:15px;
}

#vm #about #needle .box .index{
	margin:50px auto;
}

#vm #about #needle .box .index dt{
	font-size:28px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
	font-weight:bold;
}

#vm #about #needle .box .index dd{
	text-align:left;
}

#vm #about #needle .box #coating{
	background:#161A27;
	padding:/*5%*/ 10% 0;
	color:#fff;
}

#vm #about #needle .box #coating ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:40px;
}

#vm #about #needle .box #coating ul li{
	width:40%;
	max-width:272px;
}

#vm #about #needle .box #coating ul li p{
	width:80%;
	margin:10px auto;
	font-size:14px;
	text-align:left;
}




#vm #about #needle #onehundred{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	margin-bottom:65px;
}

#vm #about #needle #onehundred .inner{
	width:40%;
}

#vm #about #needle #onehundred .inner dl{
	text-align:left;
}

#vm #about #needle #onehundred .inner dt{
	border-bottom:1px dotted #000;
	font-size:25px;
	position:relative;
	padding-bottom:8px;
}

#vm #about #needle #onehundred .inner dt span{
	font-size:40px;
	color:#C30E23;
	position:absolute;
	right:0;
	line-height:1;
	top:-5px;
}

#vm #about #needle #onehundred .inner dd{
	margin:15px auto 30px;
	font-size:14px;
}

#vm #about #needle #onehundred .inner dd:last-child{
	margin-bottom:0;
}


#vm #about #cordblood #title{
	background:#999;
	color:#fff;
	padding:10px 0;
	font-size:19px;
}

#vm #about #cordblood ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	/* align-items:center; */
	margin-top:30px;
}

#vm #about #cordblood ul li{
	width:18%;
	font-size:13px;
	position:relative;
}

#vm #about #cordblood ul li:after{
	content:url(../../img/special/vm/arrow4.png);
	position:absolute;
	right:-26%;
	top:15%;
	z-index:9
}

#vm #about #cordblood ul li:last-child{
	padding-top:15px;
}

#vm #about #cordblood ul li:last-child:after{
	content:"";
}
#vm #about #cordblood ul li p{
	text-align:left;
	margin-top:10px;
}

#vm #about #cordblood ul li span{
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:5px;
}

#vm #beauty{
	margin:50px auto 80px;
}

#vm #beauty p{
	width:100%;
	font-size:30px;
	color:#577E80;
	margin-bottom:30px;
	font-weight:bold;
}

#vm #beauty ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#vm #beauty li{
	width:30%;
	max-width:222px;
	position:relative;
}

#vm #beauty li:after{
	content:url(../../img/special/vm/arrow2.png);
	position:absolute;
	right:-30%;
	top:25%;
	z-index:9
}

#vm #beauty li:last-child:after{
	content:"";
}

#vm #beauty li dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:10px;
}

#vm #beauty li dt{
	width:20%;
	background:#ccc;
	font-size:30px;
	font-weight:bold;
	padding:3px 0;
}

#vm #beauty li dt:after{
	content:".";
	margin-right:-5px;
}

#vm #beauty li dd{
	text-align:left;
	width:75%;
}


#vm #about .content #bottom{
	margin:50px auto;
}


#vm #about .content #bottom p{
	width:100%;
	margin-top:30px;
	font-size:28px;
	line-height:1.8;
	font-weight:bold;
}

#vm #about .content #bottom p span{
	background:linear-gradient(transparent 40%, #E1D29F 40%);
}



@media only screen and (max-width:767px) { 
	#vm #about #intro ul li{
		width:49%;
		font-size:14px;
	}
	
	#vm #about #intro h3{
		font-size:22px;
		padding-bottom:15px;
		margin-bottom:30px;
	}
	
	#vm #about #intro dl{
		color:#577E80;
	}
	
	#vm #about #intro dd{
		font-size:30px;
		margin-top:10px;
	}
	
	
	#vm #about .content:before{
		font-size:48px;
	}
	
	#vm #about .content h4{
		font-size:30px;
	}
	
	#vm #about dl.text{
		display:block;
	}
	
	
	#vm #about .text dt{
		width:100%;
		margin-bottom:20px
	}
	
	#vm #about .text dd{
		width:100%;
	}
	
	#vm #about #cica .box{
		padding:8% 5%;
	}
	
	#vm #about #cica .box ul{
		width:100%;
	}
	
	#vm #about #cica .box ul li{
		width:22%;
	}
	
	#vm #about #cica .box ul span{
		display:block;
		font-size:11px;
	}
	
	
	#vm #about #needle dl.text dt{
		width:100%;
	}
	
	#vm #about #needle dl.text dd{
		width:100%;
	}
	
	#vm #about #needle #ttl{
		font-size:20px;
		padding:15px;
	}
	
	#vm #about #needle .box .index{
		margin:25px auto;
	}
	
	#vm #about #needle .box .index dt{
		font-size:18px;
		padding-bottom:15px;
		margin-bottom:20px
	}
	#vm #about #needle .box .index dt br{
		display:none;
	}

	#vm #about #needle .box #coating {
		margin-bottom:60px;
	}
	
	#vm #about #needle .box #coating ul li{
		width:48%;
	}
	
	#vm #about #needle .box #coating ul li p{
		width:88%;
		font-size:12px;
	}
	
	#vm #about #needle #onehundred{
		display:block;
		margin-top:50px;
	}
	
	#vm #about #needle #onehundred .inner{
		width:100%;
	}
	
	#vm #about #needle #onehundred .inner img{
		width:60%;
		max-width:315px;
		margin-top:30px;
	}
	#vm #about #needle #onehundred .inner dt{
		font-size:20px;
		padding-bottom:5px;
	}
	
	#vm #about #needle #onehundred .inner dt span{
		font-size:26px;
	}
	
	#vm #about #cordblood #title{
		font-size:18px;
	}
	
	#vm #about #cordblood ul{
		justify-content:space-around;
	}
	
	#vm #about #cordblood ul li{
		width:45%;
		margin-bottom:20px;
	}
	
	#vm #about #cordblood ul li:after{
		right:-15%;
		top:18%;
	}
	
	#vm #about #cordblood ul li p{
		text-align:left;
		margin-top:10px;
	}

	#vm #beauty{
		margin-bottom:50px;
	}
	
	#vm #beauty p{
		font-size:24px;
	}
	
	/* #vm #beauty ul{
		display:block;
	} */
	#vm #beauty li{
		width:45%;
	}
	
	#vm #beauty li:after{
		content:url(../../img/special/vm/arrow2-s.png);
		right:-12%;
		top:20%;
	}
	
	#vm #beauty li dt{
		width:18%;
		font-size:16px;
	}
	
	#vm #beauty li dt:after{
		margin-right:-3px;
	}
	
	#vm #beauty li dd{
		width:77%;
		font-size:14px;
	}
	
	
	#vm #about .content #bottom p{
		font-size:26px;
	}
	
}



























/*
おすすめ
-------------------------------------------------------------------------------------------*/

#reco_bg{
	background:#E7E7E7;
	padding:1% 0%;
}

#recommend{
	padding:5% 5%;
	width:90%;
	max-width:800px;
	margin:80px auto;
	background:#FFFFFF;
}

#recommend h5{
	font-size:35px;
	font-weight:normal;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:30px
}

#recommend h5 span{
	font-size:16px;
	display:block;
	margin-bottom:5px;
}

#recommend ul,
#recommend ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	max-width:620px;
	margin:0 auto 50px;
	font-size:18px;
}

#recommend ul li{
	width:47%;
	text-align:left;
	margin-bottom:10px;
}

#recommend ul li:before{
	content:url(../../img/special/vm/icon-p.png);
	margin-right:15px;
	vertical-align:sub;
}


#recommend ol li{
	color:#fff;
    position: relative;
    height: 25%;
    padding: 12%;
    border-radius: 50%;
	background:#577E82;
}

#recommend ol li span {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

#recommend p{
	margin-bottom:30px;
	font-size:23px;
}

#recommend p span{
	background:linear-gradient(transparent 40%, #DDE5E6 40%);
	padding:0 15px;
	line-height:1.8;
	font-weight:bold;
}

#recommend #w100{
	max-width:680px;
}

#recommend #w100 li{
	width:100%;
	padding-left:50px;
	text-indent:-36px;
	line-height:1.6;
	font-weight:bold;
}

#recommend #w100 li:before{
	content:url(../../img/special/vm/icon.png);
	margin-right:10px;
}

#woman{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

#woman p{
	width:53%;
}

#woman dl{
	width:45%;
	max-width:525px;
}

#woman dt{
	font-size:32px;
	border-bottom:1px solid #000;
	padding-bottom:25px;
	margin-bottom:30px;
}

#woman dt span{
	font-size:16px;
	display:block;
}

#woman dd{
	font-size:22px;
	text-align:left;
}

#woman dd ul{
	width:96%;
	max-width:430px;
	margin:auto;
}

#woman dd li{
	margin-bottom:15px;
}

#woman dd li:before{
	content:url(../../img/special/vm/icon-p.png);
	margin-right:15px;
	vertical-align:sub;
}

@media only screen and (max-width:767px) { 
	
	#recommend h5{
		font-size:26px;
		margin-bottom:20px;
	}
	
	#recommend ul li{
		width:90%;
		text-align:left;
		margin:0 auto 10px;
	}
	
	#recommend ol li{
		font-size:13px;
	}
	
	#recommend ol li span{
		top:47%;
	}
	
	#woman{
		display:block;
	}
	
	#woman p{
		width:70%;
		margin:0 auto 30px;
	}
	
	#woman dl{
		width:90%;
		margin:auto;
	}
	
	#woman dt{
		font-size:23px;
		padding-bottom:15px;
		margin-bottom:20px;
	}
	
	#woman dd{
		font-size:19px;
	}
}







/*
howto
-------------------------------------------------------------------------------------------*/
#howto{
	background:#f9f9f9;
	padding:80px 0;
}


#howto #inner{
	width:90%;
	max-width:1000px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#howto #inner .box{
	width:47%;
	margin:0 auto 80px;
}

#howto #inner .box dl{
	display:flex;
}

#howto #inner .box dt{
	font-size:40px;
	width:46px;
	height:45px;
	line-height:1;
	background:#000;
	color:#fff;
	font-weight:300;
	margin-right:15px;
}

#howto #inner .box dd{
	font-size:20px;
	text-align:left;
}

#howto #inner .box p{
	text-align:left;
	margin-top:15px;
}

#howto ul{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	padding:50px 0;
}

#howto ul li{
	width:45%;
	max-width:430px;
}

#howto ul li p{
	max-width:350px;
	margin:5px auto 0;
}

@media only screen and (max-width: 640px) { 
	#howto{
		margin-bottom:20px;
	}
	#howto #inner .box{
		width:90%;
		max-width:460px;
	}
	#howto ul{
		padding:30px 0;
	}
	#howto ul li{
		width:90%;
		max-width:430px;
		margin:0 auto 30px;
		font-size:14px;
	}

}







/*
MOVIE
------------------------------------------------------------------------------------*/
#movie{
	background:#e3e3e3;
	padding:100px 0;
}

#movie iframe{
	width:90%;
	max-width:800px;
	margin:0 auto 10px;
}

#movie p{
	width:100%;
	margin:50px auto 15px;
	font-size:20px;
}

#movie #big{
	margin-top:50px;
}

#movie #big span{
	display:block;
}

#movie #big iframe{
	height:500px;
}

#movie li iframe{
	width:100%;
	height:290px;
}

#movie ul{
	max-width:800px;
	width:90%;
	margin:50px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#movie ul li{
	width:49%;
}



@media only screen and (max-width: 950px) { 
#movie #big iframe{
	height:400px;
}
#movie li iframe{
	height:180px;
}
}



@media only screen and (max-width: 760px) { 
#movie{
	padding:70px 0;
}
#movie #big iframe{
	height:250px;
}
#movie ul li{
	width:100%;
	margin-bottom:30px;
}
#movie li iframe{
	height:250px;
}
}


@media only screen and (max-width: 620px) { 
#movie p{
	font-size:15px;
}
}

@media only screen and (max-width: 460px) { 
#movie p{
	font-size:12px;
}
}



/*
口コミ
------------------------------------------------------------------------------------*/
#voice{
	padding:80px 0;
}

#voice p{
	margin:30px 0;
}


#voice ul{
	max-width:800px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#voice ul li{
	width:47%;
	margin-bottom:30px;
}


@media only screen and (max-width: 680px) { 
#voice ul li{
	width:80%;
}
}



/*
商品情報
------------------------------------------------------------------------------------*/
#item_detail{
	background:#F0F0F0;
	padding:120px 0;
}

#item_detail .item{
	width:90%;
	max-width:1000px;
	margin:70px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#item_detail .item .image{
	width:35%;
}

#item_detail .item dl{
	width:60%;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#item_detail .item dt{
	width:22%;
	border-bottom:1px dotted #000;
	padding-right:3%;
	padding-bottom:20px;
	margin-bottom:20px;
}

#item_detail .item dd{
	width:75%;
	border-bottom:1px dotted #000;
	padding-bottom:20px;
	margin-bottom:20px;
}

#item_detail .item dd p{
	margin-bottom:10px;
	color:#cc3366;
}

#item_detail .item dd li{
	font-size:14px;
	margin-bottom:5px;
}





#item_detail #set{
	width:80%;
	max-width:900px;
	margin:50px auto;
	background:#fff;
	padding:5%;
}

#item_detail #set p{
	width:100%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:40px;
}

#item_detail #set ul{
	width:100%;
	display:flex;
	justify-content:space-around;
}

#item_detail #set ul li{
	width:45%;
}

#item_detail #set ul li span{
	display:block;
}

@media only screen and (max-width: 640px) { 
	#item_detail .item{
		margin-bottom:100px;
	}
	#item_detail .item .image{
		width:60%;
		margin:0 auto 30px;
	}
	
	#item_detail .item dl{
		width:100%;
		margin:0 auto;
		font-size:14px;
	}
	
	#item_detail #set{
		padding:8% 5%;
	}
	
	#item_detail #set ul{
		display:block;
	}
	#item_detail #set ul li{
		width:100%;
		margin-bottom:30px;
		font-size:14px;
	}

}





/*パッケージ変更*/
#item_detail #package{
	width:80%;
	max-width:900px;
	margin:50px auto;
	background:#fff;
	padding:5%;

}

#item_detail #package dl{
	width:80%;
	max-width:800px;
	margin:0 auto; 
}

#item_detail #package dt{
	background:#000000;
	color:#FFFFFF;
	padding:10px 0;
	font-size:20px;
}

#item_detail #package dd{
	margin:20px 0;
	text-align:left;

}

#item_detail #package span{
	display:block;
}


@media only screen and (max-width: 640px) { 
#item_detail #package dl{
	width:100%;
	margin:40px auto; 
}

}



/*
比較
-------------------------------------------------------------------------------------------*/
#hikaku{
	max-width:1000px;
	margin:80px auto;
}


#hikaku h5{
	font-size:35px;
	font-weight:normal;
	line-height:1.6;
	margin-bottom:30px;
}


#hikaku th{
	background:#666;
	color:#fff;
	padding:10px 0;
}

#hikaku td{
	width:50%;
	padding:20px;
}

#hikaku td img{
	margin:10px auto 20px;
}

#hikaku tr:first-child td{
	background:#577E82;
	color:#fff;
	padding:20px 0;
	font-size:20px;
}

#hikaku tr:first-child td:nth-of-type(2){
	background:#B64B5F;
}


#hikaku td:first-child{
	background:#CAD8D9;
}

#hikaku td:last-child{
	background:#EACCD1;
}

#hikaku td p{
	max-width:437px;
	background: #577e82; /* Old browsers */
	background: -moz-linear-gradient(top,  #577e82 30%, #375053 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #577e82 30%,#375053 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #577e82 30%,#375053 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577e82', endColorstr='#375053',GradientType=0 ); /* IE6-9 */
	margin:15px auto 10px;
	border-radius:10px;
	font-size:18px;
}

#hikaku td p span{
	font-size:13px;
	display:block;
}

#hikaku td p a{
	color:#fff;
	padding:25px 0;
	display:block;
}

#hikaku tr:last-child td:nth-of-type(2) p{
	background: #b64b5f;
	background: -moz-linear-gradient(top,  #b64b5f 38%, #8b3847 100%);
	background: -webkit-linear-gradient(top,  #b64b5f 38%,#8b3847 100%);
	background: linear-gradient(to bottom,  #b64b5f 38%,#8b3847 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64b5f', endColorstr='#8b3847',GradientType=0 );
}

@media only screen and (max-width:676px) { 
#hikaku h5{
	font-size:26px;
}

#hikaku th{
	background:#666;
	color:#fff;
	padding:10px 0;
}

#hikaku td{
	padding:20px 10px;
	font-size:14px
}

#hikaku tr:first-child td{
	font-size:18px;
}

#hikaku td p{
	font-size:16px;
}

#hikaku td p a{
	padding:15px 0;
}

}







/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	margin:80px auto 0;
	background:#E7EAF1;
	padding:80px 0;
}

#faq #inner{
	width:92%;
	max-width:1000px;
	margin:0 auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq #inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq #inner dt{
	font-size:20px;
	font-weight:bold;
	text-indent:-48px;
	padding-left:48px;
	margin-bottom:15px;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	vertical-align:middle;
	line-height:0.6;
}

#faq #inner dd{
	margin:0 0 30px 50px;
	line-height:1.6;
}

#faq #inner dd a {
    background: #929292;
    color: #FFFFFF;
    line-height: 2.5;
    padding: 0 0.5em;
    display: inline-block;
    margin: 0.8em auto 1.5em;
}



@media only screen and (max-width: 640px) { 
	#faq #inner dl{
		width:100%;
	}
	#faq #inner dt:before{
		font-size:36px;
	}
	#faq #inner dt{
		font-size:18px;
		text-indent:-30px;
		padding-left:30px;
	}
	#faq #inner dd{
		margin:0 0 30px 30px;
	}
    #faq #inner dd span {
        font-size: 14px;
    }
    
    #faq #inner dd a {
    font-size: 13px;
        width: 90%;
        text-align: center;
}
}









#contents,
#salon{
	display:none;
}





