@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f6f8f9;
}
.menu_top-image {
  position: relative;
  padding: 15px;
  height: 730px;
}
.menu_top-image img {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  margin-top: 0px;
  height: 730px;
  object-fit: cover;
  filter: brightness(75%);
}
.menu {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 4rem;
  color: #f6f8f9;
  font-weight: 600;
  bottom: 415px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  letter-spacing: 0.1em;
}
.menu-img {
  width: 380px;
  height: 200px;
  margin-top: 100px;
}
.menu-img img {
  height: 200px;
  margin-left: -20px;
}
.croisssant img {
  height: 150px;
  margin-top: 30px;
  margin-right: -10px;
}
.damand img {
  height: 150px;
  margin-top: 20px;
}
.chocolate img {
  height: 180px;
  margin-top: 20px;
}
@keyframes fuuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.header_contents h1 img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1160px) {
  .header_contents {
    display: block;
  }
  .header_contents ul {
    display: none;
  }
  .header_insta {
    display: none;
  }
  .header_contents h1 {
    text-align: left;
    margin-left: 25px;
    margin-top: 30px;
  }
  .header_contents h1 img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .menu_top-image {
    padding: 8px 8px 0 8px;
    height: 550px;
  }
  .menu_top-image img {
    height: 550px;
  }
  .menu {
    font-size: 2.4rem;
    top: 270px;
  }
  .menu-img {
    width: 175px;
    margin-top: 60px;
  }
  .menu-img img {
    height: 170px;
  }
  .croisssant img {
    height: 130px;
    margin-top: 30px;
  }
	
  .damand img {
    height: 120px;
    margin-top: 20px;
  }
	.plain img{
		margin-left: 2px;
	}
  .chocolate img {
    height: 150px;
    margin-top: 20px;
  }
  .roll img {
    height: 150px;
    margin-top: 20px;
  }
  .foca img {
    height: 150px;
    margin-top: 20px;
  }
  .com img {
    height: 160px;
    margin-top: 20px;
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.menu-img {
  animation: 2.5s fuuwafuwa infinite;
}
/* アニメーションには関係ない見た目のスタイル */
.menu-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin:
    0 auto;
  margin-top: -40px;
}
.menu-page h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
.menu-page p {
  font-size: 1.7rem;
  margin:
    0 auto;
  margin-top: 15px;
  line-height: 2.0;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.rs_brn {
  display: none;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@media (max-width: 768px) {
  .menu-page {
    justify-content: space-between;
    padding: 0 10px 0 10px;
	margin-top: 15px;
  }
  .menu-page h3 {
    font-size: 1.6rem;
    margin-top: 0px;
  }
  .menu-page p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  .rs_br {
    display: none;
  }
  .rs_brn {
    display: block;
  }
}
footer {
  margin-top: 80px;
  background-color: #f4f6ec;
  padding-top: 1px;
  padding-bottom: 20px;
}
.small {
  margin: 30px auto 0px auto;
}