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




/*PC用ソース*/
@media screen and (min-width:980px) {

#salon-top{
	width:690px;
	margin:0 0 25px 30px;
}

#salon-topleft{
	font-size:18px;
	letter-spacing:0.3em;
	line-height:25px;
	color:#878787;
}

#salon-topright{
	margin:0 5px 0 0;
	float:right;
}

#salon-topright img{
	width:300px;
}

ul#salon-bottom{
	float:right;
	overflow:hidden;
	margin-bottom:70px;
}

ul#salon-bottom li{
	float:left;
	width:320px;
	margin:10px 25px 10px 25px;
	
}

ul#salon-bottom li img{
	width:320px;
}

}


/*タブレット用ソース1*/
@media screen and (max-width: 979px){
#salon-top{
	width:97%;
	margin:0 0 2% 3%;
}

#salon-topleft{
	width:97%;
	font-size:18px;
	letter-spacing:0.3em;
	line-height:25px;
	color:#878787;
}

#salon-topright{
	margin:0 3% 0 0;
	width:35%;
	float:right;
}

#salon-topright img{
	width:100%;
}

ul#salon-bottom{
	float:right;
	overflow:hidden;
	margin-bottom:10%;
}

ul#salon-bottom li{
	float:left;
	width:44%;
	margin:1% 3% 1% 3%;
	
}

ul#salon-bottom li img{
	width:100%;
}



/*タブレット用ソース2*/
@media screen and (max-width: 760px){
}

/*タブレット用ソース3*/
@media screen and (max-width: 620px){
}

}


/*スマホ用ソース1*/
@media screen and (max-width:540px){
#salon-top{
	width:97%;
	margin:0 0 2% 3%;
}

#salon-topleft{
	width:97%;
	font-size:12px;
	letter-spacing:0.2em;
	line-height:15px;
	color:#878787;
}

#salon-topright{
	margin:0 3% 0 0;
	width:35%;
	float:right;
}

#salon-topright img{
	width:100%;
}

ul#salon-bottom{
	float:right;
}

ul#salon-bottom li{
	float:left;
	width:44%;
	margin:1% 3% 1% 3%;
	
}

ul#salon-bottom li img{
	width:100%;
}


/*スマホ用ソース2*/
@media screen and (max-width:480px){
}

/*スマホ用ソース3*/
@media screen and (max-width:380px){
}


/*スマホ用ソース3*/
@media screen and (max-width:320px){
	#salon-topleft{
	width:97%;
	font-size:9px;
	letter-spacing:0.2em;
	line-height:15px;
	color:#878787;
}
}

}