@charset "UTF-8";
main{
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.redBtn {
  background-color: #cf1030;
  -webkit-box-shadow: 0px -5px 0px 0px #980b24 inset;
  box-shadow: 0px -5px 0px 0px #980b24 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 .blueH {
  background: #1b1464;
}
.blueBtn {
  background-color: #0d6be4;
  -webkit-box-shadow: 0px -5px 0px 0px #054797 inset;
  box-shadow: 0px -5px 0px 0px #054797 inset;
}
.whiteBtn{
	background-color: #ffffff;
	-webkit-box-shadow: 0px -5px 0px 0px #006be6 inset;
	box-shadow: 0px -5px 0px 0px #006be6 inset;
  color: #006be6;
  border: solid 2px #006be6;
}
.accordion.acco_shoplist{
	font-size: 16px;
}
.accordion.acco_shoplist ul {
  display: flex;
  flex-wrap: wrap;
  border-right: none;
	border-bottom: 2px solid #2f51e0;
	border-left: 2px solid #2f51e0;
}
.accordion.acco_shoplist li {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 50%;
	border-top: 2px solid #2f51e0;
	border-right: 2px solid #2f51e0;
	box-sizing: border-box;
  padding: 10px;
}
.accordion.acco_shoplist li:nth-child(1){
	border-top: none;
}
.accordion.acco_shoplist li.shopName {
  width: 100%;
  font-weight: bold;
  background-color: #a7dbf6;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
  background: #006be5;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
  background-color: #FFF;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.accordion.acco_shoplist .switch:after{
	display: none;
}
@media only screen and (max-width: 640px){
	.accordion.acco_shoplist li{
		font-size: 12px;
	}
	.toggle_btn {
    /*right: 18px;*/
		width: 20px;
		height: 20px;
	}
	.switch .toggle_btn:before, .toggle_btn:after {
		width: 10px;
		height: 2px;
	}
	.switch .toggle_btn:before {
		width: 2px;
		height: 10px;
	}
}
.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: 122;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.dh-footer {padding-bottom: 20% !important;}
}