@charset "utf-8";

.subtitle2 {
	font-family: 'Great Vibes', cursive;
	font-size: 400%;
	color: #D75766;
	margin: 30px 0;
	padding: 0 0 30px 0;
	text-align: center;
	background: url(../images/staffdetail/staffdetail_titlebar.png) no-repeat center bottom;
}

.staffdetail {
	width: 850px;
	margin: 40px auto;
	overflow:hidden;
}

.sd_l {
	width: 380px;
	float: left;
}

.moviebox {
	margin: 20px 0 0 0;
}

.moviebox iframe {
	width: 380px;
	height: 250px;
}

.sd_r {
	width: 420px;
	float: right;
}

.sd_r .sns {
	text-align: center;
}

.sd_r .sns li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.staff_prof {
	margin: 10px 0;
	padding: 70px 0;
	background: url(../images/staffdetail/staffdetail_bg1.png) no-repeat center top;
}

.staff_prof:after {
	display: block;
	content: "";
	width: 420px;
	height: 62px;
	background: url(../images/staffdetail/staffdetail_bg3.png) no-repeat center top;
}

.staff_prof h3 {
	text-align: center;
	height: 42px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.staff_prof h3:before {
	background-color: #E3D6BB;
	display: block;
	height: 1px;
	width: 70px;
	position: absolute;
	top: 21px;
	left: 30px;
	content: "";
}
.staff_prof h3:after {
	background-color: #E3D6BB;
	display: block;
	height: 1px;
	width: 70px;
	position: absolute;
	top: 21px;
	right: 30px;
	content: "";
}

.staff_prof dl {
	overflow:hidden;
	padding: 30px 0;
	background: url(../images/salon/salon_bg.png) no-repeat center top;
	min-height: 210px;
}

.staff_prof dl dt {
	width: 115px;
	float: left;
	margin: 0 0 20px 0;
	clear: both;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ","Meiryo","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 110%;
}

.staff_prof dl dd {
	margin: 0 0 20px 0;
}

.staff_prof h4 {
	text-align: center;
	margin: 10px 0;
}

.staff_prof .txt1 {
	margin: 20px 0;
	line-height: 180%;
}

.schedule {
	margin: 80px auto;
	width: 1000px;
}

.schedule .cal {
	overflow:hidden;
	margin: 30px 0 20px;
}

.schedule .cal li {
	width: 300px;
	float: left;
	margin: 0 45px 0 0;
}

.schedule .cal li:last-child {
	margin: 0;
}

.schedule dl {
	text-align: center;
}

.schedule dl dt {
	display: inline;
}

.schedule dl dd {
	display: inline;
	margin: 0 10px 0 0;
}

.stylelist {
	width: 960px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding-top: 80px;
}



.stylelist .list {
	margin: 20px 0;
	overflow:hidden;
}

.stylelist .list li {
	width: 170px;
	float: left;
	margin: 0 25px 20px 0;
}

.stylelist .list li:nth-child(5n) {
	margin: 0 0 20px 0;
}

.coupon {
	width: 920px;
	margin: 80px auto;
}

.couponbox {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 35px;
	margin: 0 0 30px 0;
	position: relative;
}

.hp_limited {
	background: #fff url(../images/staffdetail/staffdetail_coupon1.jpg) no-repeat left top;
}

.couponbox .service {
	margin: 20px 0 0 0;
	width: 700px;
}

.couponbox .service h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.couponbox .service .txt2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.couponbox .service .txt3 {
	font-size: 90%;
	margin: 0 0 10px 0;
}

.couponbox .service .bottombox {
	overflow:hidden;
}

.couponbox .service .bottombox .l {
	float: left;
	width: 480px;
}

.couponbox .service .bottombox .l .marker {
	color: white;
	background: #E37D8B;
	padding: 3px 0;
	width: 72px;
	text-align: center;
	display: inline-block;
}

.couponbox .service .bottombox .l .s {
	color: #FF5F7E;
	font-size: 90%;
	margin: 0 0 0 10px;
}

.couponbox .service .bottombox .l .price {
	color: #FF5F7E;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.couponbox .service .bottombox .r {
	float: right;
	width: 200px;
	font-size: 90%;
	color: #CC0000;
}

.couponbox .menu {
	position: absolute;
	top: 20px;
	right: 20px;
}

.couponbox .menu li {
	display: inline-block;
	background: #E9DEC8;
	padding: 3px 15px;
	margin: 0 0 0 7px;
	font-size: 85%;
}

.couponbox .resb {
	position: absolute;
	top: 80px;
	right: 50px;
}













