

#shop_contents {
	background-color: #fff7e9;
	width: 100%;
}

#shop_img_area  {
	float: left;
	width: 50%;
}

#shop_info_area  {
	float: right;
	width: 50%;
}


#shop_img_01 {
	width: 100%;
	height: 590px;
	background-image: url("../img/shop/ph_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


#shop_img_02 {
	width: 100%;
	height: 380px;
	background-image: url("../img/shop/ph_02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


#shop_img_03 {
	width: 100%;
	height: 530px;
	background-image: url("../img/shop/ph_03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#shop_img_04 {
	width: 100%;
	height: 570px;
	background-image: url("../img/shop/ph_04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


#shop_info_contents {
	padding: 60px;
	display: block;
	padding-top: 35px;
}


.shop_info_box {
	border-bottom: 1px #6e634b dotted;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}

.shop_info_box h2{
	color: #003f1d;
	font-size: 1.8rem;
	padding-bottom: 16px;
}

.shop_info_box p{
	display: block;
	line-height: 1.7;
	padding-bottom: 30px;
	font-size: 1.5rem;
}

.shop_info_box p:last-child{
	padding-bottom: 0px;
}



.shop_info_last {
	width: 100%;
	border-bottom: 0px #6e634b dotted;
	padding-bottom: 0px;
}


.shop_info_btn_01 {
	width: 100%;
	padding-bottom: 10px;
}

.shop_info_btn_02 {
	width: 100%;
}

.shop_calender_btn {
	color: #003f1d;
	font-weight: bold;
	text-decoration: underline;
	
}



@media screen and (max-width:640px){
	
	
	
	#shop_contents {
		background-color: #fff7e9;
		width: 100%;
	}

	#shop_img_area  {
		float: none;
		width: 100%;
	}

	#shop_info_area  {
		float: none;
		width: 100%;
	}


	#shop_img_01 {
		float:left;
		width: 50%;
		height: 350px;
		background-image: url("../img/shop/ph_01.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		
	}


	#shop_img_02 {
		float:left;
		width: 50%;
		height: 350px;
		background-image: url("../img/shop/ph_02.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}


	#shop_img_03 {
		float:left;
		width: 50%;
		height: 350px;
		background-image: url("../img/shop/ph_03.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	#shop_img_04 {
		float:left;
		width: 50%;
		height: 350px;
		background-image: url("../img/shop/ph_04.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}


	#shop_info_contents {
		padding: 60px;
		display: block;
		padding-top: 35px;
	}


	.shop_info_box {
		border-bottom: 1px #6e634b dotted;
		width: 100%;
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.shop_info_box h2{
		color: #003f1d;
		font-size: 1.8rem;
		padding-bottom: 16px;
	}

	.shop_info_box p{
		display: block;
		line-height: 1.8;
		padding-bottom: 30px;
		font-size: 1.5rem;
	}

	.shop_info_box p:last-child{
		padding-bottom: 0px;
	}



	.shop_info_last {
		width: 100%;
		border-bottom: 0px #6e634b dotted;
		padding-bottom: 0px;
	}


	.shop_info_btn_01 {
		width: 100%;
		padding-bottom: 10px;
	}

	.shop_info_btn_02 {
		width: 100%;
	}

	
	
}