#shop1 {
	max-width: 1200px;
	width: 85%;
	margin: 0px auto 100px;
}
#shop1 .ph {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}
#shop1 p {
}
/* --------------------------------------------------- */
#shop2 {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 100px;
}
#shop2 .box {
	overflow: hidden;
	margin-bottom: 50px;
}
#shop2 .box:nth-child(even) {
}
#shop2 .box .ph {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	width: 55%;
	float: right;
}
#shop2 .box:nth-child(even) .ph {
	float: left;
}
#shop2 .box p {
	float: right;
	width: 35%;
	margin-right: 5%;
	margin-top: 5%;
}
#shop2 .box:nth-child(even) p {
	float: left;
	margin-right: 0;
	margin-left: 5%;
}
/* --------------------------------------------------- */
#shop3 {
	max-width: 1200px;
	width: 85%;
	margin: 0px auto 100px;
	overflow: hidden;
}
#shop3 .ph {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	width: 65%;
	float: right;
}
#shop3 p {
	font-weight: 500;
	font-size: 90%;
	line-height: 190%;
}
#shop3 p a {
	font-size: 150%;
	font-family: iroha-21popura-stdn, sans-serif;
	font-weight: 400;
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */

@media screen and (max-width: 900px) {
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	#shop2 .box .ph {
		width: 50%;
	}
	#shop2 .box p {
		width: 45%;
		margin-top: 0;
	}
	/* ----------------------------------------------- */
	#shop3 .ph {
		width: 60%;
	}
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	
}

@media screen and (max-width: 600px) {
	/* ----------------------------------------------- */
	#shop1 {
		margin: 0px auto 60px;
	}
	#shop1 .ph {
		margin-bottom: 30px;
	}
	/* ----------------------------------------------- */
	#shop2 {
		margin: 0px auto 60px;
	}
	#shop2 .box .ph {
		width: 80%;
		margin-bottom: 20px;
	}
	#shop2 .box p,
	#shop2 .box:nth-child(even) p {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
	}
	/* ----------------------------------------------- */
	#shop3 {
		margin: 0px auto 60px;
	}
	#shop3 .ph {
		float: none;
		width: 100%;
		margin-bottom: -30px;
	}
	#shop3 .ttl_style06 {
		clear: both;
		margin: 0 0 -10px;
	}
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	
	
}