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

.section-burger {
	margin-bottom: 100px;
}
.section-ice,
.section-drink {
	max-width: 900px;
	margin: 0 auto 50px;
	padding: 100px 0;
	border-top: solid 1px;
}
.section-drink {
	border-bottom: solid 1px;
	margin-bottom: 150px;
}
.section-title_wrapper {
	max-width: 900px;
	margin: 0 auto 50px;
}
.section-title_contents h6 {
	margin-left: 5px;
}
.section-discription {
	max-width: 675px;
	margin: 0 auto;
}
.section-title {
	margin-top: 20px;
	line-height: 1.5;
}
.section-title_price {
	margin: auto 0;
}
.section-title_price p {
	display: inline-block;
	line-height: 2.0;
}
.section-title_price p span {
	font-size: 1.6rem;
	margin-left:5px;
}
.section-ice_price {
	margin-left: 40px;
	font-size: 2.0rem;
}
.section-ice_menu p {
	font-size: 2.0rem;
	letter-spacing: 0.2em;
}
.section-title_price .flex {
	justify-content: space-around;
}
.section-discription img {
	width: 100%;
}
.section-discription p {
	margin-top: 40px;
}
.section-discription_comment {
	font-size: 1.2rem;
	margin: 0;
}

@media not all and (min-width: 1024px){
	.section-burger,
	.section-ice,
	.section-drink {
		margin-left: 30px;
		margin-right: 30px;
	}
	.section-burger {
		margin-bottom: 50px;
	}
	.section-ice {
		margin-bottom: 0
	}
	.section-ice,
	.section-drink {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-drink {
		border-bottom: solid 1px;
		margin-bottom: 80px;
	}
	.section-title_wrapper {
		margin: 0 auto 30px;
	}
	.section-ice .section-title {
		display: block;
	}
	.section-ice .section-title_contents {
		margin-bottom: 20px;
	}
	.section-ice_price {
		margin-left: 20px;
		letter-spacing: 0.2em;
	}
	.section-title_price .flex {
		display: block;
		text-align: end;
	}
	
	.section-title_price p {
		font-size: 1.6rem;
	}
	.section-ice_menu p {
		font-size: 1.2rem;
		letter-spacing: 0.2em;
	}
	
	.section-discription p {
		margin-top: 30px;
	}
	.section-discription_comment {
		font-size: 1.0rem;
	}

}

@media not all and (min-width: 480px){
	.section-burger,
	.section-ice,
	.section-drink {
		margin-left: 24px;
		margin-right: 24px;
	}
}@charset "UTF-8";
/* CSS Document */

