@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
header{
	margin-bottom: 0;
}
#eyecatch-bg{
	background:url(../img/restaurants/eyecatch.png) fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 260px;
	color: #FFF;
	text-align: center;
}
#eyecatch-bg h1{
	margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
	#eyecatch-bg{
		height: auto;
		padding-bottom: 30px;
	}
	#eyecatch-bg h1{
		width: 80%;
		margin: 10px auto 10px;
	}
	#eyecatch-bg img{
		width: 80%;
	}
}

/*swiper*/
.swipebox{
	height:600px;
	position:relative;
	overflow:hidden;
	background:none
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 100%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	height:100px;
	width:700px;
	max-width:100%;
	box-sizing: border-box;
	padding: 10px 0;
	z-index:99999;
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:30px;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;

}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.gallery-thumbs .swiper-slide {
		display: none;
	}
}

/*chainstores-bg*/
#chainstores-bg{
	background: #88191B;
	padding: 80px 0;
}
.chainstores{
	background: #231815;
	padding:35px 15px;
	color: #FFF;
	margin-bottom: 25px;
}
.chainstores h2{
	background: url(../img/restaurants/h2-bg.png) no-repeat bottom left;
	margin-bottom: 30px;
	overflow: hidden;
	padding:5px 0 0 20px;
	border-bottom: solid 1px #88191B;
}
.chainstores h2 span.pull-right{
	margin-bottom: 10px;
}

.chainstores h2 span.pull-right img{
	margin-bottom: 10px;
}

.chainstores p{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 15px;
}

.fb-btn {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.detail-btn {
	display: block;
	clear :both;
	width: 92px;
	height: 30px;
}

@media screen and (max-width: 768px) {
	.chainstores-img{
		margin-top:0px;
	}
}
@media screen and (max-width: 540px) {
	.chainstores h2 span.pull-right {
		margin-top: 15px;
	}
	.chainstores h2 span.pull-right .fb-btn {
	width: 35px;
	height: 35px;
	}
}


