@charset "UTF-8";

/* スタイリスト 
-----------------------------------------*/
#anchor{
	margin: 40px 0;
}

#anchor #anchor-title{
	display: none;
}

#anchor .inpagenav{
	justify-content: inherit;
}

.inpagenav li a{
	font-size: 14px;
	font-size: 1.4rem;
	height: 6rem;
}

#stylist h2 a{
	text-decoration: none;
}

#stylist .boxs{
	padding: 20px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

#stylist .boxs .box{
	position: relative;
	width: 48%;
	margin-bottom: 30px;
}

#stylist .boxs .box:nth-child(2n){
	float: right;
}

#stylist .boxs .img{
	float: left;
	width: 172px; 
}

#stylist .boxs .info{
	padding-left: 198px;
}

#stylist .boxs .title{
	font-size: 12px;
	font-size: 1.2rem;
	color: #3c1e00;
}

#stylist .boxs h3{
	font-size: 20px;
	font-size: 2rem;
	color: #3c1e00;
}

#stylist .boxs p{
	font-size: 14px;
	font-size: 1.4rem;
}



/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

#anchor #anchor-title{
	position: relative;
	display: block !important;
	background-color: #2f1812;
	line-height: 100%;
	padding: 15px 10px;
	color: #fff;
}
#anchor #anchor-title::after{
    content: "";
    display: block;
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
}

#anchor .inpagenav{
	display: none;
}

#stylist .boxs{
	padding: 0;
}

#stylist .boxs .box{
	float: none;
	width: 100%;
	margin-bottom: 20px;
    min-height: inherit !important;
}

#stylist .boxs .img{
	width: 140px;
}
#stylist .boxs .box img{
	width: 120px;
	margin-right: 20px;
}

#stylist .boxs .info{
	padding: 0;	
}

#stylist .boxs .info .name{
	font-size: 1.6rem;
}

#stylist .boxs .info p {
    clear: both;
    padding-top: 10px;
    font-size: 1.2rem;
}

#stylist .boxs .box:nth-child(2n),
#stylist .boxs .box:nth-child(2n-1){
	padding: 0;
}


}