@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
.qaa{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
}
.qaa dt{
	margin-bottom: 10px;
	font-weight: bolder;
	position: relative;
	padding-left: 1.8em;
}
.qaa dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #AA8E74;
	border-radius: 100%;
	color: #FFFFFF;
	text-align: center;
}
.qaa dd{
	position: relative;
	padding: 15px 20px;
	background-color:rgba(238,238,238,1.00);
	z-index: 0;
	margin-bottom: 20px;
}
.qaa dd:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #EEEEEE transparent;
}
.qaa dd span.answer{
	color: #AA8E74;
	font-weight: bolder;
	margin-right: 0.8em;
}
.qaa dd:last-child{
	margin-bottom: 0;
}
.qaa dd.qaa_staff{
	position: relative;
	padding-left: 50px;
}
.qaa_staff span.answer{
	position: absolute;
	left:20px;
	top: 15px;
}
.qaa_staff p:last-of-type{
	margin-top: 10px;
}
.case span{
	width: 10em;
	display: block;
	background-color: #AA8E74;
	color: #FFFFFF;
	padding: 3px 0 3px 10px;
	margin-bottom: 5px;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP/タブレット)*/
	.qaa dd{
		font-size: 1.2rem;
	}
}


/*待ち合わせ&デリバリー*/
#spot dl,#delivery dl{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 15px;
	border: #DFD2C4 dotted 1px;
}
#spot dl:last-of-type,#delivery dl:last-of-type{
	margin: 0 auto 50px;
}
#spot dt,#delivery dt{
	margin-bottom: 10px;
	font-weight: bolder;
	position: relative;
	color: #AA8E74;
	border-bottom: #DFD2C4 solid 1px;
	padding-left: 1.8em;
}
#spot dt::before,#delivery dt::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #AA8E74;
	border-radius: 100%;
	color: #FFFFFF;
	text-align: center;
}
dt.guide01::before {
	content: "1";
}
dt.guide02::before {
	content: "2";
}
dt.guide03::before {
	content: "3";
}
dt.guide04::before {
	content: "4";
}
dt.guide05::before {
	content: "5";
}

@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	#spot dl,#delivery dl{
		padding: 10px;
	}
	#spot dt,#delivery dt{
		padding-left: 0px;
		padding-top: 38px;
	}
	#spot dt::before,#delivery dt::before{
		top: 0;
		left: 50%;
		margin-left: -15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#spot dd,#delivery dd{
		font-size: 1.4rem;
	}
}


