@charset "utf-8";

/* ----------------------------------------
スマートフォン向けFAQ
---------------------------------------- */
#topbar{
	display: none;
}

#shop-faq-sp{
	color:#535353;
}

#shop-faq-sp h2{
	padding:0 0 2%;
}

/********** セクション **********/
#shop-faq-sp .section{
	margin:0 0 5%;
}

#shop-faq-sp .section .shop_photo{
	margin:6% 0 6%;
}

/********** 見出し **********/
#shop-faq-sp h3{
	position: relative;
	
	margin:0 0 2%;
	padding:0.75em 0.2em 0.75em 2.2em;
	font-size:1em;
}
#shop-faq-sp h3::before{
	position: absolute;
	top: 2.5vw;
	left: 2vw;
	
	content: 'Q.';
	font-family: 'FatWitch';
}

/********** 回答 **********/
#shop-faq-sp .answer{
	margin:0 0 5%;
	background:#f3f3f3;
}
#shop-faq-sp .answer .answer-box{
	position: relative;
	
	padding:0.75em 0.2em 0.75em 2.2em;
	font-size:1em;
	line-height:1.7;
}
#shop-faq-sp .answer .answer-box::before{
	position: absolute;
	top: 2.5vw;
	left: 2vw;
	
	content: 'A.';
	font-family: 'FatWitch';
}


