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

body,html {
/*    height: 100%; */
/*    margin: 0 auto;*/
}
.bg-maincolor {
	background-color:#A71527;
}
.bg-subcolor {
	background-color:#801515;
}

.parallax {
    position: relative;
    background-image: url('../images/menuLunchHeader.jpg');
    height: 50%; 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*タイトル*/
.parallax h1 {
    color:#fff;
    font-size: 80px;
    text-align: center;
    position: fixed;
    width :100%;
    top: 20%;
}
/*スクロールするボックス*/
/*
.contents {
    position: relative;
    z-index: 1;
    height:500px;
    background: #555;
    font-size:60px;
    background: #f89174;
    padding: 100px 20px;
    text-align :center;
    }*/
.bg-darkbrown {
	background-color: #171211;
}
@media (max-width: 991.98px) {
	.tel a {
		visibility: visible;
		border: 1px solid;
		border-color: #A71527;
		background-color: rgba(255,255,255,0.8);
		padding: 12px;
		text-decoration: none;
		color: #A71527;
	}
}
@media (max-width: 991.98px) {
	.shopName {
		display: none;
	}
}

footer .sns ul {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	padding: 0;
	list-style: none;
}
footer .sns ul a {
	display: block;
	margin: 0 .25rem;
}
footer .sns ul a:hover img {
	opacity: .8;
}

