@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 h4 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.5em;
}
.menuListArea p {
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.5em;
}
.menuListArea p.price {
	margin-top: 10px;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.5em;
}
.menuListArea p.price.normal {
	font-weight: 400;
}
.menuListArea p.price small {
	font-size: 0.7em;
	font-weight: 400;
}
.menuListArea p.note {
	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 .lead {
		margin-top: 3.0em;
		font-size: 1.3em;
	}
	.menuListArea ul {
		width: 95%;
	}
	.menuListArea ul li {
		width: 28.33%;
		margin: 5% 2.5% 0 2.5%;
	}
	.menuListArea h3 {
		font-size: 2.0em;
	}
	.menuListArea h4 {
		font-size: 1.3em;
	}
	.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 .lead {
		margin-top: 2.5em;
		font-size: 1.2em;
	}
	.menuListArea h3 {
		font-size: 1.8em;
	}
	.menuListArea h4 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width:480px) {
	.menuListArea {
		padding: 35px 0;
	}
	.menuListArea h2 {
		font-size: 1.5em;
	}
	.menuListArea .lead {
		width: 95%;
		margin-top: 2.0em;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2em;
		text-align: left;
	}
	.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 h4 {
		font-size: 1.1em;
	}
	.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;
}

#contentsDrink .creamsoda {
	border: 2px solid #06b79c;
	border-radius: 1.5rem;
	overflow: hidden;
	margin: 5rem auto 0;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 2.5rem 3.5rem 5rem;
	box-sizing: border-box;
}
#contentsDrink .creamsoda .creamsoda_box:nth-child(1) {
	width: 100%;
	text-align: center;
}
#contentsDrink .creamsoda .creamsoda_box:nth-child(2) {
	width: 27.5%;
	text-align: center;
}
#contentsDrink .creamsoda .creamsoda_box:nth-child(3) {
	width: 42.5%;
	text-align: left;
}
#contentsDrink .creamsoda .creamsoda_box:nth-child(4) {
	width: 25%;
	text-align: center;
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2em 1em;
}
#contentsDrink .creamsoda .creamsoda_box:nth-child(5),
#contentsDrink .creamsoda .creamsoda_box:nth-child(6) {
	width: 100%;
	text-align: center;
	border-top: 2px solid #06b79c;
	margin-top: 4em;
	padding-top: 2em;
}
#contentsDrink .creamsoda h3 {
	font-size: 3.2em;
}
#contentsDrink .creamsoda h3.topping {
	font-size: 1.75rem;
}
#contentsDrink .creamsoda h4 {
	font-size: 1.75em;
}
#contentsDrink .creamsoda h5 {
	position: relative;
	text-align: center;
	font-size: 1.75em;
	font-weight: 700;
	color: #06b79c;
	margin-top: 2.5rem;
	line-height: 1.5;
}
#contentsDrink .creamsoda .creamsoda_box:nth-child(3) p.note {
	text-align: center;
}
#contentsDrink .creamsoda ul {
	width: 100%;
	margin-bottom: 1em;
}
#contentsDrink .creamsoda ul li {
	width: 25%;
	margin: 2rem 0 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5;
}
#contentsDrink .creamsoda h5:nth-child(n+2) {
	margin: 4em 0 0.5em;
}
#contentsDrink .creamsoda h5:nth-child(n+2)::before {
	position: absolute;
	content: "\f067";
	font-family: FontAwesome;
	font-size: 1.6em;
	top: -2em;
	left: 50%;
	-webkit-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-ms-transform: translate(-50%, -0%);
	-o-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}
#contentsDrink .creamsoda h5:last-child {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 4em;
}
#contentsDrink .creamsoda h5:last-child::before {
	content: none;
}
#contentsDrink .creamsoda ul li span {
	display: block;
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1rem;
	border-radius: 1rem;
}
#contentsDrink .creamsoda ul li:nth-child(1) span {
	background-color: #e70012;
}
#contentsDrink .creamsoda ul li:nth-child(2) span {
	background-color: #e94493;
}
#contentsDrink .creamsoda ul li:nth-child(3) span {
	background-color: #fff100;
}
#contentsDrink .creamsoda ul li:nth-child(4) span {
	background-color: #00a0ea;
}
#contentsDrink .creamsoda ul li:nth-child(5) span {
	background-color: #bf00e2;
}
#contentsDrink .creamsoda ul li:nth-child(6) span {
	background-color: #eec500;
}
#contentsDrink .creamsoda ul li:nth-child(7) span {
	background-color: #89c12c;
}
#contentsDrink .creamsoda ul li:nth-child(8) span {
	background-color: #00712f;
}
#contentsDrink .creamsoda ul li em {
	font-size: 1.3rem;
}
#contentsDrink .creamsoda ul.topping_list {
	width: 100%;
	margin: 0 0 0 0;
	padding: 1.5rem;
	list-style-type: disc;
	box-sizing: border-box;
}
#contentsDrink .creamsoda ul.topping_list li {
	width: 45%;
	width: calc( 50% - 1.5rem );
	margin: 0 0 0.5em 1.5rem;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.75;
	list-style-type: disc;
	box-sizing: border-box;
}

#contentsDrink .creamsoda .exsample {
	overflow: hidden;
	margin: 0 auto 0;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#contentsDrink .creamsoda .exsample .exsample_inner {
	width: 33.33%;
	overflow: hidden;
	margin: 3.0rem auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#contentsDrink .creamsoda .exsample .exsample_inner figure {
	text-align: center;
	width: 55%;
}
#contentsDrink .creamsoda .exsample .exsample_inner .exsample_text {
	text-align: left;
	width: 45%;
	padding-bottom: 1em;
}
#contentsDrink .creamsoda .exsample .exsample_inner .exsample_text span {
	display: block;
	margin: 0 0 1rem;
	width: 2.4em;
	height: 2.4em;
	font-size: 1.8em;
	line-height: 2.4em;
	border-radius: 50%;
	background-color: #06b79c;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width:1215px) {
	#contentsDrink .creamsoda .creamsoda_box:nth-child(4) {
		width: 22.5%;
		padding: 1.5em 0.75em;
	}
	#contentsDrink .creamsoda ul.topping_list {
		display: block;
	}
	#contentsDrink .creamsoda ul.topping_list li {
		width: auto;
		margin: 0 0 0.35em 1.5rem;
	}
	#contentsDrink .creamsoda .exsample {
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	#contentsDrink .creamsoda {
		margin: 3.5rem auto 0;
		width: 95%;
		padding: 1.5rem 2rem 3.5rem;
	}
	#contentsDrink .creamsoda .creamsoda_box:nth-child(2) {
		width: 33.33%;
	}
	#contentsDrink .creamsoda .creamsoda_box:nth-child(3) {
		width: 66.66%;
	}
	#contentsDrink .creamsoda .creamsoda_box:nth-child(4) {
		width: 100%;
		padding: 1.5em 0.75em;
		margin-top: 2.5rem;
	}
	#contentsDrink .creamsoda .creamsoda_box:nth-child(5),
	#contentsDrink .creamsoda .creamsoda_box:nth-child(6) {
		margin-top: 3em;
		padding-top: 1.5em;
	}
	#contentsDrink .creamsoda h3 {
		font-size: 2.8em;
	}
	#contentsDrink .creamsoda h4 {
		font-size: 1.5em;
	}
	#contentsDrink .creamsoda ul li span {
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 auto 0.5rem;
		border-radius: 0.75rem;
	}
	#contentsDrink .creamsoda h5 {
		margin-top: 1.0rem;
	}
	#contentsDrink .creamsoda ul li {
		margin: 1.5rem 0 0;
		font-size: 1.3em;
	}
	#contentsDrink .creamsoda h5:nth-child(n+2) {
		margin: 3em 0 0.5em;
	}
	#contentsDrink .creamsoda h5:nth-child(n+2)::before {
		font-size: 1.2em;
		top: -2em;
	}
	#contentsDrink .creamsoda h5:last-child {
		margin-bottom: 0;
		margin-top: 0;
		font-size: 3em;
	}
	#contentsDrink .creamsoda ul.topping_list {
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#contentsDrink .creamsoda ul.topping_list li {
		width: calc( 33.33% - 1.5rem );
		font-size: 1.2em;
	}

}
@media only screen and (max-width:480px) {
	#contentsDrink .creamsoda .creamsoda_box:nth-child(2) {
		width: 100%;
	}
	#contentsDrink .creamsoda .creamsoda_box:nth-child(2) figure {
		width: 50%;
		margin: 0 auto;
	}
	#contentsDrink .creamsoda .creamsoda_box:nth-child(3) {
		width: 100%;
		text-align: left;
	}
	#contentsDrink .creamsoda h3 {
		font-size: 2.2em;
	}
	#contentsDrink .creamsoda h4 {
		font-size: 1.4em;
	}
	#contentsDrink .creamsoda h5 {
		font-size: 1.5em;
	}
	#contentsDrink .creamsoda ul li {
		margin: 1.25rem 0 0;
		font-size: 1.2em;
	}
	#contentsDrink .creamsoda h5:last-child {
		font-size: 2.4em;
	}
	#contentsDrink .creamsoda ul.topping_list {
		padding: 1.0rem 1.0rem 0;
	}
	#contentsDrink .creamsoda ul.topping_list li {
		width: calc( 50% - 1.5rem );
	}
	#contentsDrink .creamsoda .exsample .exsample_inner {
		width: 50%;
		margin: 1.0rem auto 0;
		display: block;
		text-align: center;
	}
	#contentsDrink .creamsoda .exsample .exsample_inner figure {
		width: 70%;
		margin: 0 auto;
	}
	#contentsDrink .creamsoda .exsample .exsample_inner .exsample_text {
		text-align: center;
		width: auto;
		padding-bottom: 0;
	}
	#contentsDrink .creamsoda .exsample .exsample_inner .exsample_text span {
		display: block;
		margin: 1rem auto 1rem;
		width: 2.0em;
		height: 2.0em;
		font-size: 1.6em;
		line-height: 2.0em;
	}
	#contentsDrink .creamsoda .creamsoda_box .price.normal {
		text-align: left;
	}
}
