<?php header("Content-type: text/css");?>
@charset "utf-8";
body{

}
#salonreserve_contents #leftmain{
	width: 1000px;
	margin: 0 auto 60px;
	padding: 0px 20px;
}
#contents001 .path{
	margin-bottom: 0!important;
    margin-left: 0!important;
}
.clearfix:after{
	display: none;
}
#org_reserve{
	overflow: hidden;
}
#org_reserve h3{
    margin-top: 5px;
}
.org_box{
	float: left;
	width: 312px;
	margin-right: 32px;
	margin-bottom: 50px;
}
.org_box:nth-child(3n + 1){
	margin-right: 0;
}
#org_reserve .org_box h3{
    height: auto;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 15px;
}
.shop_box .pic{
	margin-bottom: 20px;
}
.shop_box .add{
	font-size: 12px;
	color: #000;
	margin-bottom: 7px;
}
.shop_box ul{
	overflow: hidden;
}
.shop_box ul li{
	float: left;
}
.shop_box ul li a{
	color: #fff;
	display: block;
	font-size: 12px;
    font-weight: bold;
    width: 156px;
    padding: 10px 0;
    text-align: center;
    background: #ff61b4;
}
.shop_box ul li a:hover{
	text-decoration: none;
}
.shop_box ul .tel a{
	background: #000;
}
.shop_box ul .tel a:before{
	content: " ";
	font-family: FontAwesome;
	content : "\f095";
	margin-right: 4px;
}
@media screen and (max-width: 600px){

	#leftmain{
		width: 100%;
	}
	#org_reserve{
		padding: 0 7%;
	}
	#contents001 .path{
		display: none;
	}
	#org_reserve img{
		width: 100%;
		margin-left: 0;
	}
	#org_reserve h3{
		width: 200px;
		margin: 30px auto;
	}
	.org_box{
		float: none;
		width: auto;
		margin-bottom: 40px;
		text-align: center;
		margin-right: 0;
	}
	#org_reserve .org_box h3{
		width: 100%;
		padding: 10px 0;
		margin: 0 auto 15px;
	    border-top: 1px solid #d9d9d9;
	    border-bottom: 1px solid #d9d9d9;
	    font-size: 13px;
	}
	#org_reserve .shop_box .pic{
		margin: 0 auto 15px;
	}
	.shop_box .add{
		margin-bottom: 4px;
		font-size: 12px;
	}
	.shop_box ul li{
		width: 50%;
	}
	.shop_box ul li a{
		font-weight: normal;
		width: 100%;
	}
	.shop_box ul .tel a:before{
		content: "TEL:";
		margin-right: 3%;
		background: none;
	}
}
