@charset "UTF-8";
/* CSS Document */

.page-link{
	margin: 100px 0;
}
.page-link .row{
	margin: -2px;
}
.page-link .row li{
	padding: 2px;
}
.page-link .row li a{
	display: block;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
	transition: .3s all;
}
.page-link .row li a:hover{
	text-decoration: none;
	opacity: .5;
}

.style_list{
padding-bottom:50px;
}

.style_list .main_visual {
	margin-bottom: 40px;
}
.style_list .main_visual img {
	width: 100%;
	height: auto;
}
.style_list .post{
	margin-bottom: 40px;
}
.style_list .post dl dt {
	margin-bottom: 10px;
}
.style_list .post dl dd {
	font-size: 15px;
}
.style_list .post dl dt img {
	width: 100%;
	height: auto;
}



.style_detail{
padding-top:30px;
}

.style_detail .ph_wide {
	margin-bottom: 40px;
}
.style_detail .ph_main {
	width: 100%;
	margin-bottom: 15px;
}
.style_detail .ph_main img {
	width: 100%;
	height: auto;
}
.style_detail .ph_sub {
	width: 48%;
	float: left;
}
.style_detail .ph_sub.mr {
	margin-right: 4%;
}
.style_detail .ph_sub img {
	width: 100%;
	height: auto;
}
.style_detail .style_data {
}
.style_detail .style_data h2 {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: bold;
}
.style_detail .style_data .txt {
	font-size: 15px;
	margin-bottom: 40px;
	line-height: 1.8em;
}
.style_detail .style_data h3 {
	color: #6b3d21;
	font-size: 19px;
	border-bottom: 1px solid #9d8b80;
	padding-bottom: 10px;
}
.style_detail .style_image {
	margin-bottom: 20px;
}
.style_detail .style_image dt {
	font-size: 15px;
}
.style_detail .style_image dd {
	font-size: 15px;
}
.style_detail .style_data table {
	width: 100%;
	margin-bottom: 40px;
}
.style_detail .style_data table th {
	font-size: 15px;
	text-align: left;
	width: 12%;
	padding: 10px 0 10px;
}
.style_detail .style_data table td {
	padding: 10px 0 10px;
	width: 88%;
}
.style_detail .style_data table td span {
	display: block;
	width: 32%;
	background: #e8e6e5;
	float: left;
	text-align: center;
	padding: 5px 0 5px;
	font-size: 13px;
	margin-right: 1%;
}
.style_detail .style_data table td.type span {
	width: 19%;
}
.style_detail .style_data table td span.on {
	background: #bfdfd6;
}
.style_detail .styling_point {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.style_detail .styling_point dt {
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #000;
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
}
.style_detail .styling_point dd {
	font-size: 15px;
}
.style_detail .stylist dt {
	width: 110px;
	height: 160px;
	margin-bottom: 10px;
	overflow: hidden;
}
.stylist dt img {
	width: 100%;
	height: auto;
}
.style_detail .stylist dd {
	font-size: 15px;
}
.style_detail .back {
	width: 250px;
	clear: both;
	margin: 60px auto 60px;
}
.style_detail .back a {
	display: block;
	background: #000;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	padding: 15px 0 15px;
	text-decoration: none;
	border: 1px solid #000;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;


}
.style_detail .back a:hover {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #000;
	padding: 15px 0 15px;
	text-decoration: none;
	border: 1px solid #000;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
}



#page_next{
padding-top:40px;
clear:both;
	overflow: hidden;
}
#page_next a{
	border-radius: 5px;
	background:#fffcd3;
	display: block;
	padding:5px 10px;
	float: left;
	margin-right:10px;
	text-decoration:none;
	margin-bottom: 5px;
			border: 1px solid #fff;
}

#page_next span.dots{
	border-radius: 5px;
	background:#fffcd3;
	display: block;
	padding:5px 10px;
	float: left;
	margin-right:10px;
	text-decoration:none;
	margin-bottom: 5px;
			border: 1px solid #fff;
}

#page_next span.current{
	border-radius: 5px;
	background:#fffcd3;
	display: block;
	padding:5px 10px;
	float: left;
	margin-right:10px;
	border:1px dashed #000;
		margin-bottom: 5px;

}



@media (min-width: 768px) {
}

@media (max-width: 767px) {

.page-link{
	margin: 50px 0;
}
.page-link .row li a{
	padding: 10px;
	font-size: 14px;
}

.style_detail .ph_wide {
	margin-bottom: 15px;
}
.style_detail .style_data {
	clear: both;
	padding-top: 30px;
}
.style_detail .style_data table th {
	font-size: 13px;
}
.style_detail .style_data table td span {
	font-size: 12px;
}
}

@media (max-width: 450px) {
}
