@charset "utf-8";
/* CSS Document */


body{
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

img {
  width: 100%;
}

a {
  display: inline-block;
  font-size: 1.2rem;
  color: blue;
}


.attention{
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
.attention h4{
  font-weight: bold;
  font-size: 2rem;
  background-color: #EF8932;
  color: #FFF;
  text-align: center;
  margin: 2rem auto 0 auto;
  padding: 1.6rem 0;
}
.attentionHeading{
  width: 90%;
  margin: 5% auto 0 auto;
  font-size: 1.4rem;
  display: block;
}
.attentionText{
  width: 90%;
  white-space: pre-wrap;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 3% auto;
  padding: 0;
  letter-spacing: 0;
  display: block;
}





.menuWrap--what{
	background-color: #FFF;
  }
  .menuWrap--whatTitle{
	margin: 70px auto 45px auto;
	display: block;
	width: 90%;
  }
  
  .image-slider{
	position: relative;
	margin-bottom: 10px;
  }
  .image-slider::before{
	content: "";
	display: block;
	background-image: url(../images/takeout.png);
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	top: -46px;
	right: 0;
	width: 100%;
	max-width: 130px;
	min-width: 90px;
	height: 100%;
	min-height: 90px;
	z-index: 10;
  }
  .image-slider::after{
	content: "";
	display: block;
	background-image: url(../images/delivery.png);
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: -77%;
	width: 100%;
	max-width: 130px;
	min-width: 90px;
	height: 100%;
	min-height: 90px;
	z-index: 10;
}
.menu--textarea{
	width: 80%;
	padding-top: 6%;
	line-height: 1.8;
	text-align: left;
	margin: 1rem auto 6rem auto;
}
.menu--textarea b{
	text-align: center;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 1rem;
}
.menu--textarea p{
	font-size: 1.3rem;
}



footer{
  margin-top: 10%;
}