@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p, li {
	line-height: 1.5;
}
a {
	color:#ffd25c;
	text-decoration: none;
}
a:hover {
	color:#FFE300;
	text-decoration:underline;
}
strong{ font-weight:bold; color:#ff0000; }

html {
	height: 100%;
	-webkit-text-size-adjust: none;
}
body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #170000;
}
#container{
	position:relative;
	width:100%;
	height: 100%;
	min-height: 100%;
}
body > #container{
	height: auto;
}
h2{
	font-family: 'Montserrat', sans-serif;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background:rgba(255,255,255,0.5);
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
.bg-slider img{
	opacity: 0.3;
}
img{
	width: 100%;
	height: auto;
}
/*for Analytics*/
img#_ullogimgltr{width: 1px; height: 1px;}

/*@media all and (min-width: 500px) {
  #container {
    display: flex;
  }
}*/
#bar-list ul.pagenation{
	/*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;*/
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:center;
}
#bar-list ul.pagenation li{
	background:#330000;
	padding: 5px 10px;
	margin: 5px;
}
#bar-list dd ul.shop-name p b{
	color: #FF0000;
}
/* page-top ------------------------------------*/
#page-top img{
	width:50%;
	height:auto;
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:#000;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.hide {display:none;}