﻿
/*------------------------------------------------------------
	メイン画像
------------------------------------------------------------*/

.imgHolder01 {
	background: url(../picture/L1060763.webp) center top no-repeat;
	background-size: cover;
}

.imgHolder02 {
	background: url(../picture/L1080765.webp) center top no-repeat;
	background-size: cover;
}

/*
@media only screen and (min-width: 737px) {
	
	.imgHolder01 {
		background: url(../img/stylist/main_01_pc.jpg) right top no-repeat;
		background-size: cover;
	}
	
	.imgHolder02 {
		background: url(../img/stylist/main_02_pc.jpg) right top no-repeat;
		background-size: cover;
	}
	
}
*/


/*------------------------------------------------------------
	スタイリスト
------------------------------------------------------------*/

#stylistArea h3 {
	font-size:1.8rem;
	font-family: 'Trenda Semibold';
    font-style: italic;
    text-align: center;
    border-bottom: 1px solid #000;
}

#stylistArea section {
	padding: 30px 0 15px;
	border-top: 1px solid #ddd;
}

#stylistArea section:first-of-type {
	border-top: none;
}

#stylistArea section figure {
	margin-bottom: 10px;
}

#stylistArea section dl.name {
	margin-bottom: 10px;
}

#stylistArea section dl.name dt {
	font-size: 1.6rem;
	font-weight: bold;
}

#stylistArea section dl.name dt span {
	font-weight: normal;
}

#stylistArea section dl.name dd {
	color: #999;
}

#stylistArea section p.profile {
	color: #4c4c4c;
	margin-bottom: 15px;
}

#stylistArea section a {
	width: 85%;
}

@media only screen and (min-width: 737px) {
	
	#stylistArea h3 {
	    font-size: 2.8rem;
	    text-align: left;
	}
	
	#stylistArea section {
		padding: 40px 0;
	}
	
	#stylistArea section:last-of-type {
		margin-bottom: 40px;
	}
	
	#stylistArea section .oneHalf {
		width: 50%;
		margin: 0;
	}
	
	#stylistArea section div.oneHalf {
		padding: 10px 70px 40px 30px;
	}
	
	.order02 {
		order: 2;
	}
	
	.order01 {
		order: 1;
	}
	
	#stylistArea section figure {
		margin-bottom: 20px;
	}
	
	#stylistArea section dl.name {
		margin-bottom: 15px;
	}
		
	
	#stylistArea section dl.name dt {
		font-size: 2rem;
	}
	
	#stylistArea section p.profile {
		margin-bottom: 20px;
	}

}