@charset "UTF-8";
/* CSS Document */

.member-content .zenkoku  {
margin-bottom: 50px;
}
.member-content  .zenkoku li {
	width: 12%;
	font-size: 14px;
}
.member-content  .zenkoku li a {
	font-size: 14px;
background:#222;
}
.term-hokkaido .member-content  .zenkoku .on a	{
	background: #222;
}


.gmapicon {
	background: #db0707;
	padding: 3px 10px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	width: 80px;
	position: absolute;
	right: 15px;
}
.gmapicon a {
	color:#fff;
}
.member-content #gaiyou {
	font-size: 14px !important;
}
.member-content #gaiyou iframe {
	width: 100%;
	height: 300px;
}

.member-content  .modal {
  display: none;
}

.modal {
	width: 1000px;
}
.modal iframe {
	width: 100%;
	height: 400px;
}



@media screen and (max-width:985px) {
	
.member-content .zenkoku  {
margin-bottom: 25px;
}
.member-content  .zenkoku li {
	width: 23%;
	font-size: 12px;
}
.member-content  .zenkoku li a {
	font-size: 12px;
}


.gmapicon {
	background: #db0707;
	padding: 0px 10px;
	text-align: center;
	color:#fff;
	font-size: 10px;
	width: 50px;
	position: absolute;
	right: 10px;
	top:10px;
	font-weight: bold;
}
.gmapicon a {
	color:#fff;
}
.member-content #gaiyou {
	font-size: 14px !important;
}
.member-content #gaiyou td {
	position: relative !important;
}
.member-content #gaiyou iframe {
	width: 100%;
	height: 300px;
}

.member-content  .modal {
  display: none;
}
	
.modal {
	width: 100%;
	padding: 10px !important;
}
.modal iframe {
	width: 100%;
	height: 300px;
}
}


.list-katagaki {
background:#444444;
color:#fff;
padding:2px 10px 4px 10px;
margin-bottom:10px;
line-height:2.4;
}

.js-time_limited{
  display: none !important;
}
.js-time_limited_fire{
  display: flex !important;
}

.badgebox {
	display: flex;
	margin:0;
}

.badgeitem {
	background: #ffde00;
	text-align: center;
	color:#e6000c;
	font-size: 14px;
	line-height: 1;
	margin-right: 5px;
margin-bottom:5px;
	padding: 5px 10px;
	box-sizing: border-box;
}

@media (max-width: 985px) {

.badgebox {
	display: flex;
justify-content: space-between;
flex-wrap:wrap;
	margin:0;
}

.badgeitem {
	text-align: center;
	font-size: 10px;
	line-height: 1;
	margin-right: 0;
margin-bottom:5px;
	padding: 5px 10px;
	box-sizing: border-box;
width:49%;
}

}