@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 大枠 */
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body {
	font-size: 16px;
	line-height: 1.6;
}
#wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
html,  html body {
	overflow: visible !important;
}
}
/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0; /* IE7対応 */
}
/* リンク */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
.mincho {
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: relative;
	font-weight: normal;
}
/* CLEARFIX */
.container:after, .row:after, .col:after {
	content: "";
	display: table;
	clear: both;
}
.container {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.pc {
	display: block;
}
.sp {
	display: none;
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/

h1 {
	margin-bottom: 55px;
}

h2 {
	text-align: center;
	width: 525px;
	margin: 0 auto 20px auto;
}

h2 + p {
	font-size: 14px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	padding: 10px 0;
	line-height: 30px;
}

.container p.map {
	margin-bottom: 55px;
}
.navi {
	width: 330px;
	margin: 0 auto 40px auto;
	display: flex;
	border: solid 1px #231815;
	padding: 5px 10px;
	font-size: 14px;
	}
	.navi li:first-child {
		background: url(../img/event/2019/bal_list/nav_icon01.png) no-repeat left center;
		padding-left: 35px;
		background-size: 26px;
		}

		.navi li:last-child {
			background: url(../img/event/2019/bal_list/nav_icon03.png) no-repeat 30px center;
			padding-left: 60px;
			margin-left: 0;
			position: relative;
			background-size: 26px;
			}
			.navi li:last-child:before {
				content: "";
				width: 26px;
				height: 26px;
				display: inline-block;
				background: url(../img/event/2019/bal_list/nav_icon02.png) no-repeat center center;
				background-size: contain;
				position: absolute;
				left: 0;
				}

#main {
	width: 100%;
	padding: 0 0 0px;
	clear: both;
	overflow: hidden;
	background-size: contain;
}

#main ul.shop_wrap {
	margin: 0 0 20px;
	overflow: hidden;
	}
	#main ul.shop_wrap li {
		float: left;
		width: 31%;
		margin: 0 30px 30px 0;
		background: #fdebc8;
		padding: 10px;
		border-radius: 10px;
		}
		#main ul.shop_wrap li.orange {
			background: #fdebc8;
		}
		#main ul.shop_wrap li.orange:nth-child(1) ul li {
			background: none;
		}
		#main ul.shop_wrap li.red {
			background: #FCE5E2;
			}
			#main ul.shop_wrap li:nth-of-type(20) .data ul li {
				background: none;
			}
			#main ul.shop_wrap li.red span {
				background: #C30D23;
				color: #fff;
				}

		#main ul.shop_wrap li.green {
			background: #ECF4D9;
			}
			#main ul.shop_wrap li.green span {
				background: #70B52C;
				color: #fff;
				}

		#main ul.shop_wrap li.yellow {
			background: #FFFCDB;
			}
			#main ul.shop_wrap li.yellow span {
				background: #FDD000;
				}
		#main ul.shop_wrap li:nth-child(3n) {
			margin: 0 0 30px 0;
			}
			#main ul.shop_wrap .data li {
				width: 100%;
				}
				#home #main ul.shop_wrap li .tel-moji {
					background: none;
					color: #000;
				}
				#home #main ul.shop_wrap li.yellow:nth-last-of-type(1) li {
					padding-left: 0;
					margin-left: 0;
					background: none;
				}
				#home #main ul.shop_wrap li.yellow:nth-last-of-type(1) li:before {
					content: inherit;
					background: none;
				}

#home #main ul.shop_wrap li > p span {
	background: #ed6d34;
	font-size: 14px;
	color: #fff;
	float: right;
	padding: 0 7px;
	margin-bottom: 5px;
	}
	#home #main ul.shop_wrap li h3 span {
		background: #ed6d34;
		color: #fff;
	}

	#main ul.shop_wrap li p {
		font-size: 14px;
		}
		#main ul.shop_wrap li p img[src*="logo.png"]{
			max-width: 100px;
			max-height: 25px;
			}

#main ul.shop_wrap li h3 span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	padding: 0;
	font-size: 18px;
	}

#main ul.shop_wrap .data ul {
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	}
	#main ul.shop_wrap .data ul li:nth-child(1) {
		position: relative;
		margin-left: 0;
		padding-left: 30px;
	}
	#main ul.shop_wrap .data ul li:nth-child(1) {
		background: url(../img/event/2019/bal_list/icon01_02.png) no-repeat left bottom;
	}
	#main ul.shop_wrap .data ul li:nth-child(1):before {
		content: "";
		display: inline-block;
		width: 21px;
		height: 21px;
		background: url(../img/event/2019/bal_list/icon01_01.png) no-repeat left center;
		background-size: contain;
		position: absolute;
		left: 0;
	}
	#main ul.shop_wrap .data ul li:last-child {
		position: relative;
		margin-left: 0;
		padding-left: 30px;
		padding-bottom: 0;
	}
	#main ul.shop_wrap .data ul li:nth-child(2):before {
		content: "";
		display: inline-block;
		width: 21px;
		height: 21px;
		background: url(../img/event/2019/bal_list/icon01_03.png) no-repeat left center;
		background-size: contain;
		position: absolute;
		left: 0;
	}
	#main ul.shop_wrap li.orange:nth-of-type(1) .data ul,
	#main ul.shop_wrap li.red:nth-of-type(6) .data ul {
		background: #fff url(../img/event/2019/bal_list/shop_icon01_01.png) no-repeat 10px 10px;
	}
	#main ul.shop_wrap .data ul li {
		background: #fff;
		padding: 0;
		margin: 0 0 0 30px;
		padding-bottom: 20px;
		float: none;
		width: inherit;
		}
		#main ul.shop_wrap .data ul li a {
			color: #000;
		}
h3 + p {
	margin-bottom: 15px;
}

#main ul.shop_wrap .data + p {
	font-size: 13px;
	color: #c30d23;
	font-weight: bold;
}

/* ▼▼▼ フッター
=====================================*/
footer {
	padding: 15px;
	font-size: 14px;
}

footer p:first-child {
	margin-bottom: 15px;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	h1 {
		margin-bottom: 0;
	}

	/*コンテンツ*/
	.navi {
		width: 100%;
		margin: 0;
	}
	h2 {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	#main .container {
		width: 100%;
		max-width: 100%;
		padding: 15px 15px 0 15px;
	}

	.container p.map {
		width: 90%;
		margin: 25px auto;
	}

	/*ショップ情報*/
	#main ul.shop_wrap {
		margin-bottom: 0;
	}
	#main ul.shop_wrap li {
		width: 100%;
		float: none;
	}

	#main ul.shop_wrap li p.img img {
		width: 100%
	}


}
