@charset "UTF-8";

/*------------------s_txt------------------------*/

@media screen and (max-width: 480px){
	#s_txt+section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*------------------info------------------------*/

#img1+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 90%;
	height: 80%;
	top: 0;
	left: 0;
	background: url("/common/upload_data/eve-haircojp/image/lv_bg.jpg") no-repeat;
	background-size: cover;
	pointer-events: none;
}
#img2+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 90%;
	height: 80%;
	bottom: 0;
	right: 0;
	background: url("/common/upload_data/eve-haircojp/image/lv_bg.jpg") no-repeat;
	background-size: cover;
	pointer-events: none;
}
@media screen and (min-width: 1600px){
	#img1+div .content_wrapper{
		margin-left: 5%;
	}
	#img2+div .content_wrapper{
		margin-right: 5%;
	}
	#img2+div{
		padding-top: 60px;
	}
}
@media screen and (min-width: 481px){
	#img1+div:before,
	#img2+div:before{
		width: 85%;
	}
}
@media screen and (max-width: 480px){
	#img1+div:before,
	#img2+div:before{
		width: 80%;
	}
}

/*------------------info------------------------*/

#info+div .outer{
	max-width: 550px;
	width: 100%;
	margin: auto;
}
#info+div .outer th{
	width: 25%;
}
#info+div .outer tr{
	border-bottom: 1px solid rgba(86, 65, 28, 0.13);
}

/*------------------infect------------------------*/

#infect+section p{
/*	margin-bottom: 0;*/
}
#infect+section p.p1{
	margin-bottom: 20px;
}
#infect+section p.p2,
#infect+section p.p3{
	font-weight: 600;
	border-bottom: 1px solid rgba(86, 65, 28, 0.5);
	display: inline-block;
}
#infect+section p.p2{
	margin-bottom: 10px;
}
#infect+section p.p3{
	margin-top: 20px;
}
#infect+section p.p3+p{
	padding-bottom: 10px;
}
#infect+section p.check{
	position: relative;
	padding-left: 20px;
}
#infect+section p.check:before{
	position: absolute;
	display: block;
	content: "✓";
	top: 0;
	left: 0;
	color: #cc9353;
	pointer-events: none;
}
#infect+section .inner_item_txt .heading{
	margin-bottom: 10px;
}
#infect+section .wrapper_item{
	justify-content: center;
}
#infect+section .inner_item_txt{
	flex-basis: auto;
}
@media screen and (max-width: 900px){
	#infect+section .inner_item_img{
		margin-bottom: 30px;
	}
}

/*------------------sns------------------------*/

#sns+.composite_box01 .inner_item a{
	background: none;
}
#sns+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/common/upload_data/eve-haircojp/image/pattern_1.jpg") no-repeat;
	background-size: cover;
	opacity: 0.4;
	pointer-events: none;
}
#sns+div .inner_item_txt .heading:after{
	position: absolute;
	display: block;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 2px;
	left: 2px;
	border: 3px double #fff;
	z-index: 5;
	pointer-events: none;
}
#sns+div .heading .h{
	padding-left: 42px;
	margin-left: 30px;
	font-size: 2.5rem;
}
#sns+div .heading .h:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: .25rem;
	left: 0;
	background: url("/common/upload_data/eve-haircojp/image/icon01.png") no-repeat;
	background-position: center left;
	background-size: contain;
	background-size: 30px;
	pointer-events: none;
}
#sns+div .inner_item:last-of-type .heading .h:before{
	background: url("/common/upload_data/eve-haircojp/image/icon02.png") no-repeat;
	background-position: center left;
	background-size: contain;
	background-size: 30px;
	top: .1rem;
}
#sns+div.block_images_9 .inner_item_txt .heading::before{
	background: #56411c;
	opacity: 0.5;
}
#sns+div.block_images_9 a:hover .inner_item_txt .heading::before {
	opacity: 0.8;
}
@media screen and (max-width: 920px){
	#sns+div .heading .h{
		padding-left: 36px;
		margin-left: 0px;
	}
	#sns+div .heading .h:before,
	#sns+div .inner_item:last-of-type .heading .h:before{
		background-size: contain;
	}
	#sns+div .heading .h:before{
		top: .15rem;
	}
}

/*------------------staff------------------------*/

#staff+div .inner_item,
#staff2+div .inner_item{
	border-bottom:  1px solid rgba(86, 65, 28, 0.13);
	padding-bottom: 30px;
}
@media screen and (min-width: 481px){
	#staff+div .inner_item,
	#staff2+div .inner_item{
		border-top:  1px solid rgba(86, 65, 28, 0.13);
		padding-top: 30px;
	}
}
@media screen and (max-width: 480px){
	#staff2+div .inner_item:last-of-type{
		border-bottom: 0;
		padding-bottom: 0;
	}
}
