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


h3{
	font-size:22px;
}

/* Title*/
.titleWrap{
	padding:40px 0;
	background: #eae5e1;
	text-align: center;
}
.titleWrap span{
	font-size: 12px;
	margin-top:5px;
	color:#99586C;	
	display: block;
}

#shopinfo.wrap {
	width:960px;
	margin:110px auto 120px;
}
#shopinfo h2 {
	font-size:28px;
	text-align: center;
	line-height: 1.4;
}
#shopinfo .wrapper{
	margin-top:60px;
}
#shopinfo .wrapper .box{
	margin-top:60px;
	padding-bottom:60px;
	border-bottom: 1px solid #C1A081;
}
#shopinfo .wrapper .box:first-child{
	margin-top:0;
}
#shopinfo .wrapper .box .L {
	width:50%;	
}
#shopinfo .wrapper .box .L h4{
	font-size: 24px;
}
#shopinfo .wrapper .box .L h4 span{
	font-size: 14px;
	display: block;
}
#shopinfo .wrapper .box .L .shop{
	margin-top:15px;
	font-size: 14px;
	line-height: 1.2;
}
#shopinfo .wrapper .box .L .tel{
	margin-top:5px;
}
#shopinfo .wrapper .box .L .label{
	width:110px;
	margin-top:5px;
	padding:2px 0;
	background: #99586C;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
#shopinfo .wrapper .box .L .label.ac{
	background: #C1A081;
}

#shopinfo .wrapper .L {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.6;
}

#shopinfo .wrapper.intro {
	text-align: center;
	line-height: 1.8;
}
#shopinfo .wrapper .btn a{
	width:300px;
	margin:40px auto 0;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: #99586C;
	color:#fff;
}
#shopinfo .wrapper .attend{
	width:260px;
	margin-bottom:5px;
	padding:4px 6px;
	font-size: 12px;
	background: #1A2133;
	text-align: center;
	color: #fff;
}

/**************************
SP
**************************/
@media screen and (max-width:640px){
	
	/* Advantage */
	#shopinfo.wrap {
		width:90%;
		margin:15% auto;
	}
	#shopinfo h2 {
		font-size:28px;
		line-height: 1.4;
	}
	#shopinfo .wrapper{
		margin-top:60px;
	}
	#shopinfo .wrapper .box{
		margin-top:60px;
		padding-bottom:60px;
		border-bottom: 1px solid #C1A081;
	}
	#shopinfo .wrapper .box:first-child{
		margin-top:0;
	}
	#shopinfo .wrapper .box .L {
		width:100%;	
	}
	#shopinfo .wrapper .box .L h4{
		font-size: 28px;
	}
	#shopinfo .wrapper .box .L h4 span{
		font-size: 14px;
		display: block;
	}
	#shopinfo .wrapper .box .L .shop{
		margin-top:15px;
		font-size: 16px;
		line-height: 1.2;
	}
	#shopinfo .wrapper .box .L .tel{
		margin-top:5px;
	}
	#shopinfo .wrapper .box .L .label{
		width:110px;
		margin-top:5px;
		padding:2px 0;
		font-size: 14px;
	}
	#shopinfo .wrapper .L {
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.6;
	}
	#shopinfo .wrapper .R {
		margin-top:10%;
	}
}