@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors style
--------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.stylelist {
	width: 976px;
	margin: 0 auto;
	position: relative;
}

.stylelist h2 {
	margin: 0 0 60px;
}

.stylelist .catlist {
	text-align: center;
	margin: 0 0 50px;
}

.stylelist .catlist li {
	display: inline-block;
	margin: 0 30px 0 0;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1;
}

.stylelist .catlist li.current {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/style/icon_current.png);
}

.stylelist .catlist li:last-child {
	margin: 0;
}

.stylelist .catlist li a {
	display: block;
	padding: 0 0px 30px;
	color: #000;
}

.stylelist .catlist 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;
}

.stylelist .ranking_btn {
	position: absolute;
	right: 12px;
	top: 62px;
}
.stylelist .txt1 {
	padding-bottom: 20px;
	text-align: center;
}
.stylelist .list {
	overflow:hidden;
	
}

.stylelist .list 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;
}

.stylelist .list li:nth-child(5n) {
	margin: 0 0 25px;
}
.stylelist .list li:nth-child(5n+1) {
	clear: left;
}

.stylelist .pager {
	margin: 0 0 85px;
	text-align: right;
	font-size: 20px;
	font-family: 'Sorts Mill Goudy', serif;
}

.stylelist .pager span {
	margin: 0 13px 0 0;
	font-weight: 500;
	text-decoration: underline;
}
.stylelist .pager a {
	margin: 0 13px 0 0;
}



.style_ranking {
	width: 976px;
	margin: 0 auto 144px;
}

.style_ranking h3 {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #a09e9a;
	padding-bottom: 60px;
}
.style_ranking h3 .en {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	line-height: 1;
	color: #020202;
	padding-top: 13px;
}


.style_ranking ul {
	overflow:hidden;
	
}

.style_ranking ul li {
	width: 178px;
	float: left;
	margin: 0 20px 25px 0;
}

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

.style_ranking ul li .img {
	margin: 0 0 24px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.style_ranking ul li .txt {
	text-align: center;
	padding: 0;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 24px;
	line-height: 1;
}




/* ---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
article.styledetail {
}

article.styledetail h2 {
	padding-bottom: 55px;
}

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

.styledetail .detail h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 34px;
	line-height: 1;
	color: #020202;
	text-align: center;
	margin: 0 0 10px;
	letter-spacing: 0.05em;
	padding: 0 0 15px;
	background-color: #fff;
}

.styledetail .detail .catch {
	margin: 0 0 50px;
	text-align: center;
	font-size: 110%;
}

.styledetail .detail .mv {
	text-align: center;
	margin: 0 0 50px;
}

.styledetail .detail .wrap {
	padding: 0 115px;
	overflow:hidden;
}

.styledetail .detail .style_slide {
	width: 410px;
	float: left;
}

.styledetail .detail .style_slide:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}

.styledetail .detail .style_slide .slides {
	width: 300px;
	float: left;
	-moz-box-shadow: 1px 3px 5px #ccc;
	-webkit-box-shadow: 1px 3px 5px #ccc;
	box-shadow: 1px 3px 5px #ccc;
}

.styledetail .detail .style_slide .slides li img {
	width: 300px;
	height: auto;
}

.styledetail .detail .style_slide .flex-control-nav {
	width: 92px;
	float: right;
}

.styledetail .detail .style_slide .flex-control-nav li {
	margin: 0 0 12px;
	cursor: pointer;
	-moz-box-shadow: 1px 2px 2px #ccc;
	-webkit-box-shadow: 1px 2px 2px #ccc;
	box-shadow: 1px 2px 2px #ccc;
}
.styledetail .detail .style_slide .flex-control-nav li img {
	width: 100%;
	height: auto;
}

.styledetail .detail .style_data {
	float: right;
	width: 300px;
}

.styledetail .detail .style_data .txt1 {
	margin: 0 12px 40px;
}

.styledetail .detail .style_data .stylist {
	border-top: 2px solid #000;
	padding-top: 40px;
	margin: 0 0 35px;
}

.styledetail .detail .style_data .stylist:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}

.styledetail .detail .style_data .stylist .box {
	width: 125px;
	float: right;
}

.styledetail .detail .style_data .stylist .box h4 {
	margin: 0 0 20px;
}

.styledetail .detail .style_data .stylist .box .pos {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1;
}

.styledetail .detail .style_data .stylist .box .name {
	display: inline-block;
	padding: 0 0 10px;
	font-size: 24px;
	line-height: 1;
}

.styledetail .detail .style_data .stylist .box .en {
	margin: 0 0 40px;
	font-size: 12px;
	line-height: 1;
	color: #a09e9a;
}

.styledetail .detail .style_data .stylist .img {
	width: 140px;
	float: left;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.styledetail .detail .style_data .resb {

}

.styledetail .detail .style_data .resb li {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}

.styledetail .detail .style_data .resb li a {
	width: 116px;
	padding: 14px 0 14px;
	background-repeat: no-repeat;
	background-position: 100px center;
	background-image: url(../img/staff/icon_reserve.png);
	display: block;
	font-size: 12px;
	line-height: 1;
	color: white;
	text-align: center;
}


.styledetail .detail .style_data .resb li.coupon {
	background: #85BEA4;
	margin-bottom: 12px;
}
.styledetail .detail .style_data .resb li.reserve {
	background: #E98F9F;
}


.style_hairlist {
	width: 1000px;
	margin: 0 auto 80px;
}

.style_hairlist h2 {
	padding-bottom: 65px;
}

.style_hairlist ul {
	overflow:hidden;
	
}

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

.style_hairlist ul li:nth-child(5n) {
	margin: 0 0 25px;
}
.style_hairlist ul li:nth-child(5n+1) {
	clear: left;
}


.bgwrap {
	min-width: 1020px;
	padding: 96px 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);
}

.styledetail .catlist {
	text-align: center;
	margin: 0 0 50px;
}

.styledetail .catlist li {
	display: inline-block;
	margin: 0 15px 0 0;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1;
}
.styledetail .catlist li a {
	color: #000;
}

.styledetail .catlist li.current {
	background: url(../images/styledetail/styledetail_line2.png) repeat-x left bottom;
}

.styledetail .catlist li:last-child {
	margin: 0;
}

.styledetail .catlist li a {
	display: block;
	padding: 0 10px 0px;
}

.styledetail .catlist 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;
}

.styledetail .hair_search {
}

.styledetail .hair_search h3 {
	margin: 0 0 38px;
	padding: 0 0 13px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/style/line_search.jpg);
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 26px;
	line-height: 1;
	text-align: center;
}

.styledetail .hair_search .txt {
	text-align: center;
	margin: 0 0 20px;
	font-size: 14px;
	color: #494949;
}

.styledetail .hair_search form {
	width: 362px;
	margin: 0 auto;
	border: 1px solid #acacac;
	overflow:hidden;
}
.styledetail .hair_search input[type="text"] {
	display: block;
	width: 285px;
	padding: 15px;
	font-size: 120%;
	float: left;
	border: none;
}
.styledetail .hair_search input[type="submit"] {
	display: block;
	width: 45px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/style/icon_rupe.png);
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background-color:transparent;
}
