@charset "UTF-8";

.contsTtl .brownH {
	background: #3e332e;
}
.redBtn {
	background-color: #cf0f31;
	-webkit-box-shadow: 0px -5px 0px 0px #ab001e inset;
	box-shadow: 0px -5px 0px 0px #ab001e inset;
}
.yellowBtn {
	background-color: #d29e00;
	-webkit-box-shadow: 0px -5px 0px 0px #a27a00 inset;
	box-shadow: 0px -5px 0px 0px #a27a00 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsImg {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 8.33333% 3.125%;
}
.shoplist01 {
	max-width: 880px;
	width: 91.67%;
	margin: 0 auto;
  position: relative;
}
.shoplist01 .shoplistTtl{
	border-top: 3px solid #d00f31;
	border-bottom: 3px solid #d00f31;
	text-align: center;
	padding: 2.5% 0;
	margin-bottom: 5%;
}
.shoplist01 .shoplistTtl img{
	max-width: 448px;
	width: 50.91%;
	margin: 0 auto;
}
.shoplist01 .txtIndent{
  max-width: 800px;
  width: 90.91%;
	margin: 0 auto;
}
.shoplistBlock{
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
	width: 90.91%;
	margin: 0 auto;
}
.listImg{
	width: 46.75%;
	margin-left: 6.5%;
	margin-bottom: 3.75%;
}
.listImg:nth-child(2n+1){
  margin-left: 0;
}
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}

@media only screen and (max-width: 640px){

	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
  .flbnpb {padding-bottom: 20% !important;}
}