@charset "utf-8";
.mainImage{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:0;
	padding-top: 24.41%;
	background-image: url("../img/list/main.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* list */
#list{box-shadow:none;}
#list h2{
	position: relative;
	margin: 0 auto 5% auto;
	display: block;
	width: 100%;
	height:0;
	padding-top: 8%;
	background-image: url("../img/list/ttl_list.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#list h3{
	position: relative;
	margin:10% auto 0 auto;
	display: block;
	width: 100%;
	color: #4187c7;
	font-size: .20rem;
	font-weight: bold;
	text-align: left;
}
#list p{margin: 5% 0 10% 0;}
#list .search{
	position: relative;
	margin: 0 auto 5% auto;
	display: block;
	width: 100%;
	height:0;
	padding-top: 22%;
	background-image: url("../img/list/list.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* shop */
#shop{
	position: relative;
	margin: 0 auto;
	padding-top: 10%;
	box-shadow:0px 12px 16px -10px rgba(0,0,0,0.3) inset;
	word-break: break-all;
	text-align: left;
	color: #444444;
}
#shop h3{
	position: relative;
	margin: 20% 0 10% 0;
	padding: 2% 0 0 0;
	color: #4187c7;
	font-size: .24rem;
	font-weight: bold;
}
#shop p.shopName{
	position: relative;
	margin: 0 auto;
	border-bottom: solid 1px #4187c7;
	font-weight: bold;
	padding: 2%;
	letter-spacing: normal;
}
#shop ul{
	position: relative;
	margin: 0 auto;
}
#shop ul li{
	position: relative;
	margin: 0 auto 12% auto;
	padding: 0;
	letter-spacing: -.4em;
	line-height: 1.8em;
}
#shop ul li ul li{
	position: relative;
	margin: 0 auto !important;
	padding: 5% 2%;
	border-bottom: dotted 1px #444444;
	letter-spacing: -.4em;
}
#shop ul span{
	position: relative;
	margin: 0 auto;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.dt{ width: 24%; text-align: center; }
.dd{ width: 70%; padding-left: 6%; }


/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	a.btn{ width: 200px; }
	li:not(.net) a.btn:hover{ color: #ffffff; }
		

	/* list */
	#list h2{
		margin: 60px 0 40px 20px;
		width: 340px;
		padding-top: 40px;
	}
	#list h3{margin: 0 0 30px 30px;}
	#list p{margin: 0 0 0 30px; line-height: 1.750em; font-size: .16rem;}
	#list .search{
		margin: 40px 0 0 30px;
		width: 230px;
		padding-top: 79px;
	}

	/* shop */
	#shop{padding-top: 0;}
	#shop h3{margin: 0 ;padding: 100px 0 50px 0 !important;}
	#shop p.shopName{padding: 15px;}
	#shop ul li{margin: 0 auto 100px auto;}
	#shop ul li ul li{padding: 15px;}
	#shop ul li ul li div{display: inline-block; width: 50%;}
	.dt{ width: 60px }
	.dd{ width: 860px; padding-left: 20px; }
	#shop ul li ul li div .dd{ width: 380px; }

	
}