.p01 {
  background: url("../images/product/puroduct_bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background-color: #EBEBEB;
}
.menu-page {
  padding-bottom: 100px;
}
.recommended-item {
  display: flex;
  justify-content: center;
}
.recommended-item img {
  width: 320px;
  padding: 0 6px;
}
.recommended-item h2 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}
figure.cp_caption {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  max-height: 250px;
  margin: 0;
  color: #fff;
}
figure.cp_caption * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.cp_caption img {
  width: 100%;
  height: 100%;
}
figure.cp_caption figcaption {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 3em 3em;
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
}
figure.cp_caption:after {
  position: absolute;
  top: 0;
  right: 5.1px;
  bottom: 0;
  left: 5.1px;
  display: inline-block;
  content: '';
  transition: all 0.3s ease-out;
  opacity: 0;
  background: rgba(27, 37, 56, 0.5);
}
figure.cp_caption:hover:after {
  opacity: 0.7;
}
figure.cp_caption:hover figcaption {
  transform: translateY(-50%);
  opacity: 1;
}
.menu-page h3 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  padding-top: 100px;
}
.menu-page h4 {
  text-align: center;
  font-size: 1.2rem;
  font-family: hightower-text, serif;
  font-weight: 400;
  padding-bottom: 70px;
}
.menu-item {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
  margin-top: -100px;
  padding-top: 100px;
}
.menu-item-img {
  width: 360px;
  height: 250px;
}
.menu-item-description {
  width: 480px;
  padding-left: 50px;
}
.menu-item-description p {
  text-align: left;
  font-size: 1.5rem;
}
.menu-page h5 {
  font-weight: 400;
  font-size: 2.6rem;
  padding-top: 0;
}
.menu-page span {
  font-size: 1.3rem;
}
a.btn_d {
  display: flex;
  align-items: center;
  max-width: 150px;
  padding: 1rem 2rem;
  border: 1px solid #6F6F6F;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
	margin-top: 15px;
}
a.btn_d:hover {
  background-color: #F3F3F3;
}
a.btn_d .b__text {
  display: block;
  flex-grow: 1;
  color: #333;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 1.4rem;
}
.btn_d img{
	width: 15px;
	height: 15px;
	color: #333;
}

@media screen and (max-width:760px) {
  .recommended-item img {
    width: auto;
  }
	  figure.cp_caption {
    text-align: center;
			padding-bottom: 50px;
  }
  figure.cp_caption img {
    width:100%;
    height: auto;
    margin-bottom: 50px;
    padding: 0;
  }

  figure.cp_caption figcaption {
    display: none;
  }
  figure.cp_caption:after {
    display: none;
  }
  .menu-page {
    padding: 0 20px 0px;
  }
  .recommended-item {
    flex-direction: column;
  }
  .menu-item {
    flex-direction: column;
  }
  .menu-item-description {
    width: 100%;
    padding: 0;
  }
		.menu-item-description p{
		padding-bottom: 20px;
	}
  .menu-item-img {
    width: auto;
		padding-bottom: 20px;
  }
  .menu-page h3 {
    padding-bottom: 35px;
  }
	a.btn_d {
		width: auto;
  margin: 0 auto;
}

}