@charset "UTF-8";

.contsTtl .greenH {
	background: #167346;
}
.redBtn {
	background-color: #d2132e;
	-webkit-box-shadow: 0px -5px 0px 0px #7f0f1f inset;
	box-shadow: 0px -5px 0px 0px #7f0f1f inset;
}
.greenBtn {
	background-color: #167346;
	-webkit-box-shadow: 0px -5px 0px 0px #0a3d24 inset;
	box-shadow: 0px -5px 0px 0px #0a3d24 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.cpNotesItem02 {
  text-indent: -1.6em;
  padding: 0px 0px 0px 1.6em;
}
.cpNotesItem03 {
  text-indent: -2.2em;
  padding: 0px 0px 0px 2.2em;
}
.shopList02{
	max-width: 540px;
	width: 56.25%;
	margin: 0 auto;
}
.shopList02 .shoplistTtl span{
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	padding: 19px 45px 20px;
	background: #999999;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.shopList02 .shoplistTtl .bgPink{
	background-color: #ff6aaf;
}
.shopList02 ul{
	overflow: hidden;
	border-right: 2px solid #ff6aaf;
	border-bottom: 2px solid #ff6aaf;
	border-left: 2px solid #ff6aaf;
	border-radius: 0 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.shopList02 li{
	float: left;
	width: 50%;
	border-top: 2px solid #ff6aaf;
	border-right: 2px solid #ff6aaf;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.shopList02 li:nth-child(2n){
	border-right: none;
}
.shopList02 li a{
	text-decoration: underline;
}

.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) {
	.shopList02{
		width: 83.33%;
	}
	.shopList02 .shoplistTtl span{
		font-size: 16px;
		padding: 10px 40px 10px;
	}
	.shopList02 li{
		font-size: 12px;
	}
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}