@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors Before After
--------------------------------------------------------------------------------- */
#contents-wrapper h2{
	margin: 0 0 64px;
}

/* ---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */

.balist .catlist {
	text-align: center;
	width: 440px;
	margin: 0 auto 30px;
	font-size: 110%;
}

.balist .catlist li {
	display: inline-block;
	margin: 0 15px 20px 0;
}

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

.balist .catlist li:last-child {
	margin: 0 0 20px;
}

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

.balist .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;
}


.list {
	width: 972px;
	margin: 0 auto;
	overflow: hidden;
}

.list li {
	width: 406px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 40px 34px 20px;
	background: white;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
	position: relative;
}

.list li:nth-child(2n) {
	margin: 0 0 25px;
}

.list li .badata {
	width: 130px;
	position: absolute;
	right: 34px;
	top: 40px;
}

.list li .badata h4 {
	font-size: 20px;
	line-height: 1;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	margin: 0 0 5px;
}

.list li .badata p {
	margin: 0 0 20px;
	font-size: 18px;
	color: #7b5544;
}

.list li .after {
	width: 250px;
	padding: 0 0 70px;
	background: url(../img/ba/balist_after.png) no-repeat center bottom;
}

.list li .after .img {
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.list li .before {
	width: 116px;
	padding: 0 0 70px;
	background: url(../img/ba/balist_before.png) no-repeat center bottom;
	position: absolute;
	right: 38px;
	top: 228px;
}

.list li .before .img {
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.list li .more {
	text-align: right;
	padding-top: 5px;
}
.list li .more a {
	display: inline-block;
	width: 60px;
	padding: 6px 0 4px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #7F7F7F;
	box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px; 
	border-radius: 11px; 
}
.list li .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;
}

.balist .pager {
	width: 916px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: right;
	font-size: 20px;
	font-family: 'Sorts Mill Goudy', serif;
}

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



/* ---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.badetail .detail {
	width: 974px;
	margin: 0 auto 80px;
	padding: 60px 0 30px;
	background-color: #fff;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.badetail .detail .box {
	min-height: 296px;
	margin: 0 0 105px;
	overflow: hidden;
}

.badetail .detail .badata {
	width: 158px;
	height: 158px;
	float: left;
	margin: 0 0 0 108px;
	padding: 30px;
	background-image: url(../img/ba/badetail_data.png);
	background-repeat: no-repeat;
}

.badetail .detail .badata h3 {
	font-size: 20px;
	line-height: 1;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	margin: 0 0 5px;
}

.badetail .detail .badata p {
	margin: 0 0 20px;
	font-size: 18px;
	color: #7b5544;
}

.badetail .detail .before {
	width: 610px;
	float: right;
	position: relative;
}

.badetail .detail .before h3 {
	width: 246px;
	margin: 0 0 20px;
	border-bottom: 2px solid #000;
}


.badetail .detail .before .img {
	position: absolute;
	right: 118px;
	top: 0;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.badetail .detail .before .txt {
	width: 246px;
}

.badetail .detail .after {
	width: 753px;
	min-height: 600px;
	margin: 0 0 0 108px;
	position: relative;
}

.badetail .detail .after:before {
	display: block;
	content: "";
	width: 33px;
	height: 71px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/ba/badetail_arrow1.png);
	position: absolute;
	top: -80px;
	left: 50%;
	margin: 0 0 0 -21px;
}

.badetail .detail .after h3 {
	width: 332px;
	margin: 0 0 20px;
	border-bottom: 2px solid #000;
}


.badetail .detail .after > .img {
	position: absolute;
	right: 0;
	top: 0;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.badetail .detail .after > .txt {
	width: 332px;
	margin: 0 0 30px;
}

.badetail .detail .after .stylist {
	width: 330px;
}

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

.badetail .detail .after .stylist .box {
	width: 150px;
	float: right;
	min-height: auto;
}

.badetail .detail .after .stylist .box h4 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 20px;
	line-height: 1;
	font-style: italic;
	margin: 25px 0 10px;
}

.badetail .detail .after .stylist .box .pos {
	margin: 0 0 0px;
}

.badetail .detail .after .stylist .box .name {
	display: inline-block;
	margin: 0 0 0px;
	padding: 0 0 0px;
	font-size: 24px;
	background: url(../images/styledetail/styledetail_line2.png) repeat-x left bottom;
}

.badetail .detail .after .stylist .box .en {
	font-size: 12px;
	line-height: 1;
	margin: 0 0 15px;
}

.badetail .detail .after .stylist .box .btn {
	display: inline-block;
	background: #7f7f7f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
}

.badetail .detail .after .stylist .box .btn a {
	width: 60px;
	padding: 5px 0px 3px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	line-height: 1;
	display:block;
	color: white;
	text-align: center;
}

.badetail .detail .after .stylist .box .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;
}

.badetail .detail .after .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;
}


.badetail .list {
	padding-bottom: 100px;
}

.badetail .list h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	text-align: center;
	margin: 0 0 40px;
	letter-spacing: 0.05em;
	position: relative;
}

.badetail .list h3 span {
	display: block;
	margin: 0px 0 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	color: #a6a6a6;
}
.badetail .list h3:before {
	display: block;
	width: 16px;
	height: 1px;
	background-color: #464646;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 32px;
	content:"";
}

/*.badetail ul.list {
	width: 916px;
	margin: 0 auto;
	overflow: hidden;
}

.badetail .list li {
	width: 406px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
	background: white;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
	position: relative;
}

.badetail .list li:nth-child(2n) {
	margin: 0 0 25px;
}

.badetail .list li .badata {
	width: 130px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.badetail .list li .badata h4 {
	font-size: 140%;
	font-family: 'EB Garamond', serif;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 5px;
}

.badetail .list li .badata p {
	margin: 0 0 20px;
	font-size: 120%;
	color: #7b5544;
}

.badetail .list li .after {
	width: 250px;
	padding: 0 0 65px;
	background: url(../images/balist/balist_after.png) no-repeat center bottom;
}

.badetail .list li .after .img {
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.badetail .list li .before {
	width: 116px;
	padding: 0 0 45px;
	background: url(../images/balist/balist_before.png) no-repeat center bottom;
	position: absolute;
	right: 38px;
	top: 200px;
}

.badetail .list li .before .img {
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.badetail .list li .more {
	text-align: right;
}
.badetail .list li .more a {
	display: inline-block;
	background: url(../images/common/common_arrow2.png) no-repeat left center;
	padding: 0 0 0 27px;
	font-family: 'EB Garamond', serif;
	font-size: 120%;
	font-style: italic;
}
.badetail .list li .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;
}
*/


