/* CSS Document */
h1#head_line{
  margin: 0 !important;
	font-size: 10px;
}



/* 重要なお知らせ **********************************************/
.hot_topics_strong{
	border: 3px double #f30;
	border-radius: 4px;
	padding: 16px;
	margin-bottom: 24px;
}


/* 最新情報  ***************************************************/
ul#topic{
	padding: 0;
	margin: 0;
}
ul#topic li{
	list-style: none;
	margin-bottom: 40px;
}
ul#topic h3{
	font-size: 1.3em;
	color: #151515;
}
ul#topic h3 a,
ul#topic h3 strong{
	color: #2b0000 !important;
}
ul#topic .reservation_end{
	font-size: 1.3em;
	color: #d64452;
	font-weight: bold;
}
ul#topic strong{
	color: #d64452;
}

.hot_topics{
	text-align: center;
}




/****************************************************************/
/* レスポンシブ ◆960px未満◆   *********************************/
/****************************************************************/
@media (max-width:959px) {

	/* フッターバナー領域 ******************************************/
	#foot_bnr{
		padding: 24px 8px;
		margin: 0px;
	}
	#foot_bnr div{
		text-align: center;
		float: left;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
		width: 50%;
		padding: 8px;
	}
	#foot_bnr div img{
		margin: 0 auto;
	}
}

/****************************************************************/
/* レスポンシブ ◆960px以上(PC)◆   *****************************/
/****************************************************************/
@media (min-width:960px) {

	#cashless{
		width: 600px;
		margin: 24px auto;
	}

	#foot_bnr{
		
	}
	#foot_bnr div{
		text-align: center;
		float: left;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
		width: 25%;
		padding: 8px;
	}
	#foot_bnr div img{
		margin: 0 auto;
		width: 176px;
		height: 80px;
	}
}
