@charset "utf-8";

@import url("/common/css/reset.css");
@import url("/sp/common/css/common.css");
@import url("/sp/common/css/layout.css");

/* 
──────────────────────────────────────── */

#container p,
#container ol{
	line-height:1.8;
}

#container p{
	margin-top:1em;
}

#container p:first-of-type {
	margin-top:0;
}

#container section h2,
#container section h3{
	font-size:1.4em;
	margin-bottom:1em;
}

#container iframe{
	margin-top:60px;
}
	
/* summary */

#summary{
	background:rgba(239,239,239,0.5);
	margin-top:40px;
	position:relative;
	z-index:0;
}

#summary section{
	padding:20px;
	position:relative;
	z-index:2;
}

#summary section + section{
	padding-top:0;
}

#summary dl{
	line-height:1.8;
}

#summary dl dt{
	font-weight:bold;
}

#summary dl dd{
	border-bottom:1px #CCC solid;
	padding:0 0 0.6em;
	margin-bottom:0.6em;
}

#summary dl dd:last-of-type {
	margin-bottom:0;
}

/* shopinfo */

#shopinfo{
	margin-top:60px;
	position:relative;
	z-index:0;
}

#shopinfo figure {
	margin-top:20px;
}

#shopinfo figure img{
	width:100%;
	height:auto;
}


#shopinfo dl{
	font-size:1.4em;
	background:#2dc630;
	color:#FFF;
	display:flex;
	justify-content:center;
	margin-top:1em;
	padding:1rem;
}

#shopinfo dl dt{
	padding-right:1em;
}