@charset "utf-8";

/* --------------------------------------------------------------------------------
★PC
フリーページ　ファットウィッチベーカリー店舗紹介
-------------------------------------------------------------------------------- */

#shoplist {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 1000px;
    margin: 0 auto;
}
#shoplist h2 {
	font-size: 19.2px;
	padding-bottom: 0.3em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
}
#shoplist .txt-intro{
	margin: 0 0 20px;
}
#shoplist .fs-c-explainList{
	margin: 0 0 12px;
}
#shoplist .txt-map{
	margin: 0 0 12px;
}
#shoplist .map{
	margin: 0 0 20px;
}
#shoplist .btn-wrapper{
	margin: 0 0 12px;
}
#shoplist .btn-wrapper a.btn{
	display: inline-block;
	background-color: #000;
	font-size: 1em;
	color: #ccc;
	padding: 1rem 3rem;
	border-radius: 6rem;
	transition: all 0.3s ease 0s;
}
#shoplist .btn-wrapper a.btn:hover {
	opacity: 0.4;
}
#shoplist .txt-note{
	margin: 0 0 12px;
	color: #ff0000;
}