.sns-icon {
    top: 35vh;
}
.top__image {
	height: 308px;
	background-image: url("..//images/menu/menu-top-img.jpg");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.image-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 38, 25, 0.6);
}

.top-ttlbox {
	text-align: center;
	line-height: normal;
	margin-bottom: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
}

.top-ttlbox p {
	margin-bottom: 10px;
	font-size: 2.0em;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
}

.top-ttlbox h2 {
	font-size: 1.2em;
}

@media(min-width: 768px) {
	.top__image {
		height: 440px;
	}
}

.menu-img {
	margin: 0 auto;
	width: 220px;
	overflow:hidden;/*これを記述することではみ出た部分を非表示にします。*/
}

.menu-img img {
	width: 100%;
	transition:1s all;
}
.menu-img img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}

#wrapper {
	padding: 20vh 0 0;
	min-height: 100vh;
	max-width: 1400px;
	margin: 0 auto;
}

h1 {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 12vh;
	font-weight: 500;
}

h3 {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	padding-top: 25px;
}

.Allergie {
	font-size: 1.0rem;
}

#menu {
	width: 96%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#menu>div {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 350px;
	margin: 0 auto 18vh;
}

#menu>div>p {
	padding: 1vh 1vh;
	text-align: center;
	line-height: 2;
}

#menu>div>img {
	width: 100%;
}

.menu-more {
	margin: 0 auto 120px;
	padding: 0 40px;
}

#menu>div.etc {
	color: #A21F46;
	font-family: braisetto, script;
	font-size: 4.8rem;
}

@media (min-width:698px) {
	.menu-more {
		margin: 0 auto 150px;
		text-align: center;
	}
}

@media screen and (max-width: 980px) {
	#menu>div {
		width: 45%;
		margin: 0 auto 15vh;
	}

	#wrapper {
		padding: 15vh 0 0;
		min-height: 100vh;
		max-width: 700px;
		margin: 0 auto;
	}

	#menu>div.etc {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#menu>div {
		width: 100%;
		max-width: 290px;
	}
}

@media (min-width:1160px) {
	.top-ttlbox p {
		margin-bottom: 10px;
		font-size: 3.2rem;
	}
	.top-ttlbox h2 {
		font-size: 1.4em;
	}
	.menu-img {
		margin: 0 auto;
		width: 250px;
	}

	#wrapper {
		padding: 12vh 0 0;
	}

	h3 {
		text-align: center;
		font-weight: 500;
		font-size: 1.6rem;
		padding-top: 45px;
	}

	#menu>div>p {
		padding: 1vh 1vh;
		text-align: center;
		line-height: 2;
		font-size: 1.4rem;
	}

	.Allergie {
		font-size: 1.2rem;
	}

	.menu-more {
		font-size: 1.6rem;

	}

	h1 {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 12vh;
	}
}