@charset "UTF-8";

.orangeBtn {
  background-color: #e7662e;
  -webkit-box-shadow: 0px -5px 0px 0px #b74b1d inset;
  box-shadow: 0px -5px 0px 0px #b74b1d inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	a.anc_cpNote {
		font-size: 24px;
	}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
.contsTtl .greenH {
  background: #009953;
}
.shopList02{
	max-width: 540px;
	width: 56.25%;
	margin: 0 auto;
}
.shopList02 .shoplistTtl span{
  display: block;
	color: #009953;
	font-size: 31px;
	font-weight: bold;
	padding: 15px 45px 7px;
	background-color: #FFFFFF;
	text-align: center;
  border-radius: 10px 10px 0 0;
  border: solid 3px #009953;
  border-bottom: none;
}

.shopList02 li.shopName {
  width: 100%;
  font-weight: bold;
  background-color: #abf3d7;
  padding: 11px 9px 8px;
}
.shopList02{
	font-size: 16px;
}
.shopList02 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
	border-bottom: 3px solid #009953;
	border-left: 3px solid #009953;
  border-right: 3px solid #009953;
  border-radius: 0 0 10px 10px;
}
.shopList02 li {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 50%;
	border-top: 3px solid #009953;
	box-sizing: border-box;
  padding: 11px;
  text-align: center;
}
.listright {
  border-right: 3px solid #009953;
}
@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 {
	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;}
}