@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors staff
--------------------------------------------------------------------------------- */
#contents-wrapper h2 {
	padding-bottom: 60px;
}
#contents-wrapper h3 {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #a09e9a;
}
#contents-wrapper h3 .en {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	line-height: 1;
	color: #020202;
	padding-top: 13px;
}

/* ---------------------------------------------------------------------------------
一覧 
--------------------------------------------------------------------------------- */
.stafflist .list {
	width: 976px;
	margin: 0 auto;
	overflow:hidden;
}

.stafflist .list > li {
	width: 200px;
	margin: 0 58px 55px 0;
	float: left;
}

.stafflist .list > li:nth-child(4n) {
	margin: 0 0 55px;
}
.stafflist .list > li:nth-child(4n+1) {
	clear: left;
}
.stafflist .list > li .img {
	margin: 0 0 15px;
	-moz-box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc;
}

.stafflist .list > li .pos {
	text-align: center;
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 1;
}

.stafflist .list > li .name {
	text-align: center;
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1;
}

.stafflist .list > li .en {
	text-align: center;
	margin: 0 0 25px;
	font-size: 12px;
	line-height: 1;
}

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

.stafflist .list .sns li {
	width: 24px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.stafflist .list .sns li a {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 1;
	color: #6E9B86;
}


.stafflist .list .btn {
	text-align: center;
}

.stafflist .list .btn li {
	display: inline-block;
	border-radius: 3px;
	
}

.stafflist .list .btn li a {
	display: block;
	width: 96px;
	color: white;
	padding: 10px 0px;
	font-size: 10px;
	line-height: 1;	
}

.stafflist .list .btn li a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.stafflist .list .btn li.coupon {
	background: #e7789a;
}
.stafflist .list .btn li.reserve {
	background: #2c9b9e;
}

/* ---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */

.staffdetail .detail {
	width: 890px;
	margin: 0 auto 80px;
	overflow:hidden;
	background-color: #fff;
	padding: 50px 50px 70px 60px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.staffdetail .detail .imgbox {
	width: 295px;
	float: left;
	position: relative;
}


.staffdetail .detail .imgbox .img {
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
	margin: 0 0 20px;
}

.staffdetail .detail .imgbox .sns {
	text-align: center;
	width: 240px;
	margin: 0 auto 20px;
	overflow:hidden;
}

.staffdetail .detail .imgbox .sns li {
	margin: 0 15px 0 0;
	width: 30px;
	float: left;
}
.staffdetail .detail .imgbox .sns li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	color: #6E9B86;
}

.staffdetail .detail .imgbox .sns li:last-child {
	margin: 0;
}

.staffdetail .detail .imgbox .blog_btn {
	margin: 0 auto 10px;
	width: 240px;
}

.staffdetail .detail .imgbox .blog_btn a {
	display: block;
	text-align: center;
	color: white;
	background: #7795b2;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0.8px 0.8px 1px 0px rgba(0, 0, 0, 0.32);	
}

.staffdetail .detail .imgbox .blog_btn a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.staffdetail .detail .imgbox .btn {
	text-align: center;
}

.staffdetail .detail .imgbox .btn li {
	display: inline-block;
	width: 116px;
}

.staffdetail .detail .imgbox .btn li a {
	display: block;
	color: white;
	padding: 6px 0px;
	font-size: 95%;
	border-radius: 3px;
	box-shadow: 0.8px 0.8px 1px 0px rgba(0, 0, 0, 0.32);
}

.staffdetail .detail .imgbox .btn li a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.staffdetail .detail .imgbox .btn li.coupon {
	background: #85bea4;
	margin: 0 3px 0 0;
}
.staffdetail .detail .imgbox .btn li.reserve {
	background: #e98f9f;
}

.staffdetail .detail .profile {
	width: 513px;
	float: right;
	position: relative;
}

.staffdetail .detail .profile .pos {
	margin: 0 0 12px 11px;
	font-size: 14px;
	line-height: 1;
}

#contents-wrapper .staffdetail .detail .profile h3 {
	padding: 0 0 12px 10px;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: left;
	color: #494949;
}

.staffdetail .detail .profile .en {
	margin: 0 0 30px 11px;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 1;
}

.staffdetail .detail .profile dl {
	margin: 0 0 20px 11px;
	padding: 0 0 10px;
	overflow:hidden;
	font-size: 110%;
}

.staffdetail .detail .profile dl dt {
	float: left;
	clear: both;
	margin: 0 0 20px;
}

.staffdetail .detail .profile dl dd {
	padding: 0 0 0 105px;
	margin: 0 0 20px;
}

.staffdetail .detail .profile .message {
	margin: 0 0 0 11px;
}

.staffdetail .detail .profile .message h4 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
}

.staffdetail .detail .profile .resb {
	position: absolute;
	right: 0;
	top: 0;
	
}

.staffdetail .detail .profile .resb a {
	display: block;
	color: white;
	background-color: #85BEA4;
	padding: 12px 34px 12px 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../img/staff/icon_reserve.png);
	background-position: 105px center;
	background-repeat: no-repeat;
}

.staffdetail .detail .profile .resb a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.bgwrap {
	min-width: 1020px;
	padding: 74px 0 110px;
	background: white;
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
}

.staff_schedule {
	width: 822px;
	margin: 0 auto 40px;
}

.staff_schedule h3 {
	padding-bottom: 60px;
}

.staff_schedule #cal {
}
.staff_schedule p {
	padding-top: 28px;
	font-size: 12px;
	line-height: 2;
}


.staff_movie {
	padding-bottom: 140px;
}

.staff_movie h3 {
	padding-bottom: 65px;
}


.staff_movie .moviebox {
	width: 660px;
	margin: 0 auto;
}

.staff_movie .moviebox iframe {
	display: block;
	width: 660px;
	height: 396px;
}


.staff_hairlist {
	width: 976px;
	margin: 0 auto;
}

.staff_hairlist h3 {
	padding-bottom: 55px;
}

.staff_hairlist ul {
	overflow:hidden;
	
}

.staff_hairlist ul li {
	width: 178px;
	float: left;
	margin: 0 20px 25px 0;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.staff_hairlist ul li:nth-child(5n) {
	margin: 0 0 25px;
}

.staff_hairlist .more {
	text-align: right;
}

.staff_hairlist .more a {
	display: inline-block;
	width: 60px;
	padding: 5px 0 3px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	border-radius: 11px;
	background-color: #7F7F7F;
	box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
	text-align: center;
	color: #fff;
}

.staff_hairlist .more a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

