@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © Le uwin. ALL RIGHTS RESERVED.

HTML CSS Selectors Style

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
#list {
	padding-bottom: 76px;
}
#list header {
	margin-bottom: 30px;
}
#contents-wrapper #list header h3 .sub strong {
	font-size: 50px;
	font-weight: normal;
}

/*ナビ*/
#category-nav ul {
	text-align: center;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#category-nav li {
	display: inline-block;
    letter-spacing: normal; /* 文字間を通常に戻す */
	margin: 0 16px;
	font-family: 'Bad Script', cursive;
	font-size: 18px;
	line-height: 1;
}
#category-nav li a,
#category-nav li a span {
	display: block;
	padding: 0 10px 5px;
}
#category-nav .line {
	display: inline-block;
	height: 66px;
	position: relative;
	border-top: 4px solid #525252;
	background-image: url(../img/common/icon_contents.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
	margin-left: 16px;
}

#category-nav li.season {
	position: relative;
}
#category-nav li.season ul {
	text-align: left;
	width: 80px;
	padding-top: 10px;
	padding-left: 26px;
	position: absolute;
	top: 23px;
	left: 0px;
	visibility: hidden;
    opacity: 0;
    z-index: 10;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#category-nav li.season ul li {
	display: block;
	font-size: 14px;
	margin: 0;
	background-color: #fff;
	padding-bottom: 10px;
}
#category-nav li.season ul li  a {
	padding: 0 0 5px;
}
#category-nav li.season:hover ul {
	visibility: visible;
    opacity: 1;
}

#season-style {
	padding-top: 50px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#season-style header {
	margin-bottom: 40px;
}

#season-style section {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 62px;
	margin-bottom: 50px;
	background-image: url(../img/common/icon_contents.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#season-style section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	background-image: none;
}

#season-style section a {
	display: block;
}

#season-style section h3 {
}
#season-style section .ttl {
	padding: 20px;
	font-family: 'Italianno', cursive;
	font-size: 32px;
	line-height: 1;
	color: #535353;
}
#season-style section p {
	width: 445px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.6;
}



/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
#contents-wrapper.detail {
	padding-top: 80px;
	background-image: none;
	position: relative;
}
#contents-wrapper.detail #detail {
	padding-bottom: 105px;
}
#detail header {
	width: 900px;
	height: 500px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -450px;
	text-align: left;
	z-index: 5;
}
#detail header .data {
	position: absolute;
	left: 0px;
	bottom: 40px;
}
#detail header .data h2 {
	display: inline-block;
	font-family: 'Bad Script', cursive;
	font-size: 36px;
	line-height: 1;
	padding-bottom: 18px;
	position: relative;
}
#detail header .data h2 span {
	font-size: 20px;
}
#detail header .data h2:after {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #757575;
	position: absolute;
	left: 0;
	bottom: 10px;
	content:"";
}
#detail header .data p {
}
#detail header .sns {
	width: 150px;
	position: absolute;
	right: 25px;
	bottom: 15px;
}
 #detail header .sns div div {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

#main-image {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 9px;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	text-align: center;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#main-image:before,
#main-image:after {
	display: block;
	width: 100%;
	min-width: 1200px;
	height: 1px;
	position: absolute;
	left: 0;
	z-index: 10;
	content:"";
}

#main-image:before {
	background-color: #ECECEC;
	top: 0px;	
}
#main-image:after {
	background-color: #F9F9F9;
	top: 1px;	
}
#sub-image {
	text-align: center;
	padding-bottom: 57px;
	margin-bottom: 32px;
	background-image: url(../img/common/icon_contents.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#sub-image li {
	display: inline-block;
    letter-spacing: normal; /* 文字間を通常に戻す */
	width: 120px;
	padding: 0 14px;
}
#sub-image li a {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#style-data {
	width: 815px;
	margin: 0 auto;
}
#style-data h3 {
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: 'Bad Script', cursive;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
#style-data p {
	padding-bottom: 30px;
}
#style-data table {
	width: 300px;
	margin: 0 auto 30px;
}
#style-data th {
	width: 160px;
	padding-bottom: 10px;
}
#style-data td {
	width: 140px;
	padding-bottom: 10px;
}

#stylist-data {
	padding-top: 20px;
}
#stylist-data p {
	width: 200px;
	margin: 0 auto;
}
#stylist-data p a {
	display: block;
	text-align: center;
	font-family: 'Bad Script', cursive;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
#stylist-data p a img {
	display: block;
	padding-bottom: 14px;
}

/*Other Style*/
#other-style {
	padding-top: 50px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#other-style h3 {
	margin-bottom: 32px;
}
#other-style .more {
	padding-top: 30px;
	text-align: center;
}
#other-style .more a {
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
}
