@charset "utf-8";

#contentsHeader {
	position: relative;
	padding: 85px 0 0 0;
	text-align: center;
	background-color: #e1d8f6;
}
#contentsHeader .balloon {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #ffa1e1;
	border-radius: 60px;
	opacity: 0.9;
}
#contentsHeader .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffa1e1;
	opacity: 0.9;
}
#contentsHeader h1{
	margin: 0;
	padding: 25px 100px;
	text-align: center;
}
#contentsHeader h1 em {
	text-align: center;
	font-size: 5em;
	font-family: 'Baloo', cursive;
	color: #fff;
}
#contentsHeader h1 small {
	display: block;
	margin-top: 10px;
	font-size: 1.75em;
	color: #fff;
}

@media only screen and (max-width:1215px) {
	#contentsHeader {
		padding: 70px 0 0 0;
	}
	#contentsHeader .balloon {
		padding: 5px 5px;
		border-radius: 45px;
	}
	#contentsHeader h1{
		padding: 20px 75px;
	}
	#contentsHeader h1 em {
		font-size: 4em;
	}
	#contentsHeader h1 small {
		margin-top: 7px;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:768px) {
	#contentsHeader {
		padding: 50px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 40px;
	}
	#contentsHeader h1{
		padding: 15px 50px;
	}
	#contentsHeader h1 em {
		font-size: 3.5em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.25em;
	}
}
@media only screen and (max-width:480px) {
	#contentsHeader {
		padding: 35px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 30px;
	}
	#contentsHeader h1{
		padding: 10px 25px;
	}
	#contentsHeader h1 em {
		font-size: 3em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.2em;
	}
}

.menuListArea {
	padding: 75px 0;
}
.menuListArea h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
}
.menuListArea h2 em {
	display: block;
	font-size: 2.5em;
	font-family: 'Baloo', cursive;
}
.menuListArea .lead {
	margin-top: 3.5em;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.75;
}
.menuListArea ul {
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.menuListArea ul li {
	width: 27.33%;
	margin: 5% 3% 0 3%;
	text-align: center;
}
.menuListArea ul li img.noRadius {
	border-radius: 0;
}
.menuListArea h3 {
	margin-top: 0.5em;
	margin-bottom: 5px;
	font-size: 2.2em;
	font-weight: 800;
	line-height: 1.5em;
}
.menuListArea p {
	margin-bottom: 0;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.5em;
}
.menuListArea p.price {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.5em;
}
.menuListArea p.price small {
	font-size: 0.7em;
	font-weight: 400;
}
.menuListArea p.text {
	margin-top: 10px;
}
.menuListArea p.note {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: 400;
}

@media only screen and (max-width:1215px) {
	.menuListArea {
		padding: 55px 0;
	}
	.menuListArea h2 {
		font-size: 1.75em;
	}
	.menuListArea h2 em {
		font-size: 2.25em;
	}
	.menuListArea ul {
		width: 95%;
	}
	.menuListArea ul li {
		width: 28.33%;
		margin: 5% 2.5% 0 2.5%;
	}
	.menuListArea h3 {
		font-size: 2.0em;
	}
	.menuListArea p {
		margin-bottom: 3px;
		font-size: 1.2em;
	}
	.menuListArea p.price {
		margin-top: 7px;
		font-size: 1.5em;
	}
	.menuListArea p.price small {
		font-size: 0.65em;
	}
	.menuListArea p.note {
		font-size: 1.1em;
	}
}
@media only screen and (max-width:768px) {
	.menuListArea {
		padding: 45px 0;
	}
	.menuListArea h2 {
		font-size: 1.7em;
	}
	.menuListArea h2 em {
		font-size: 2.25em;
	}
	.menuListArea h3 {
		font-size: 1.8em;
	}
}
@media only screen and (max-width:480px) {
	.menuListArea {
		padding: 35px 0;
	}
	.menuListArea h2 {
		font-size: 1.5em;
	}
	.menuListArea ul {
		width: 97.5%;
	}
	.menuListArea ul li {
		width: 45%;
		margin: 7.5% 2.5% 0 2.5%;
	}
	.menuListArea h3 {
		font-size: 1.6em;
	}
	.menuListArea p.price {
		margin-top: 7px;
		font-size: 1.2em;
	}
	.menuListArea p.note {
		font-size: 1.0em;
	}
	.menuListArea ul li.four {
		display: none;
	}
}
#contentsFood {
	background-color: #e1d8f6;
}
#contentsFood h2,
#contentsFood h3,
#contentsFood h4 {
	color: #9a82a6;
}
#contentsSweet {
	background-color: #fffdbe;
}
#contentsSweet h2,
#contentsSweet h3,
#contentsSweet h4 {
	color: #b7a005;
}
#contentsDrink {
	background-color: #defffa;
}
#contentsDrink h2,
#contentsDrink h3,
#contentsDrink h4 {
	color: #06b79c;
}
#contentsTakeout {
	background-color: #fee9f8;
}
#contentsTakeout h2,
#contentsTakeout h3,
#contentsTakeout h4 {
	color: #f98ad5;
}
#contentsOther {
	background-color: #dbefff;
}
#contentsOther h2,
#contentsOther h3,
#contentsOther h4 {
	color: #0270cc;
}
