img {
  width: 100%;
  height: auto;
}

body {
  background-color: #fff9e8;
  padding-top: 50px;
  font-family: "Yu Gothic", /* Windows 10以降の角ゴシック */ "YuGothic",
    /* macOSのYu Gothic */ "ヒラギノ角ゴ Pro W3",
    /* macOSのヒラギノ角ゴシック */ "Hiragino Kaku Gothic Pro",
    /* macOS英語表記 */ "Meiryo", /* Windowsのメイリオ */ "メイリオ",
    /* メイリオの日本語名 */ sans-serif; /* 最後にサンセリフ体 */
}
.about {
  position: relative;
  background-color: #3084ac;
  width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  padding: 50px;
  justify-content: space-between;
}
.toptitle {
  position: absolute;
  left: 120px;
  width: 300px;
  top: 130px;
}
.topbun {
  color: white;
  font-weight: 600;
  height: fit-content;
  border-left: 1px solid;
  margin-top: 230px;
  padding-left: 10px;
  line-height: 2.5em;
}
.topimage {
  width: 400px;
}
.topimage img {
  border-radius: 10px;
}
/* スクロール */
.scroll-infinity {
  overflow: hidden;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 400%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  margin-right: 3%;
}
.scroll-infinity__item > img {
  width: 100%;
  border-radius: 10px;
}

/* メインエリア */
.beans {
  background-color: #3084ac;
  padding: 20px;
  width: 30%;
  border-radius: 20px;
}
.menuflex {
  display: flex;
  justify-content: space-evenly;
}
.mainwrapper {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
}
.menu {
  background-color: #3084ac;
  padding: 20px;
  width: 60%;
  border-radius: 20px;
}
.menu .maincontents {
  background-color: white;
  width: 40%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.4);
}
.beans .maincontents {
  background-color: white;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.4);
}
.mainwrapper h2 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.mainwrapper .name,
.mainwrapper .price {
  color: #d04d18;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.mainwrapper .itembun {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #515151;
}
.morebun {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 12px;
}
.morebtn {
  border: 2px solid white;
  color: white;
  display: block;
  width: 200px;
  margin: 10px auto 0px auto;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1em;
}
.morebtn:after {
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 10px;
  top: 14px;
}
/* picnic部分 */
.picnicwrapper {
  background-color: #8f5029;
  padding: 20px 10px 60px 10px;
  width: 87%;
  margin: 30px auto;
  border-radius: 20px;
  color: white;
}
.picnicflex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.picnicwrapper h2 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.picnicleft {
  width: 45%;
  border-radius: 20px;
}
.picnicright {
  padding-left: 1%;
}
.picnicbun {
  text-align: center;
  font-weight: 600;
}
.picnicbun span {
  font-size: 1.2em;
}
.picnicflex h3 {
  text-align: center;
  margin: 20px auto 30px auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  width: fit-content;
}
.picnicflex h3::after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: white;
  position: absolute;
  right: 130px;
  top: 9px;
}
.picnicflex h3::before {
  content: "";
  width: 120px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 130px;
  top: 9px;
}
.setflex {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5%;
  width: 100%;
}
.setflex div {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
}
.setflex img {
  background-color: #592e13;
  border-radius: 50%;
  padding: 2%;
  width: 50px;
  z-index: 2;
}
.setflex p {
  background-color: #592e13;
  padding: 15px 10px 15px 20px;
  margin-left: -17px;
  border-radius: 0 10px 10px 0;
  font-size: 13px;
  width: 60%;
  font-weight: 700;
}
/* フッター */
.footerleft {
  display: flex;
  width: 70%;
  border-right: 1px solid white;
}
.gaikan {
  width: 30%;
}
.footerright {
  width: 50%;
}
.footerwrapper {
  background-color: #3084ac;
  display: flex;
  align-items: center;
  padding: 50px;
}
.footerlogo {
  width: 60%;
  margin-bottom: 7%;
}
.footerleft > div {
  text-align: center;
  padding-top: 5%;
  position: relative;
}
.footerleft h3,
.footerleft p {
  color: white;
  font-weight: 700;
  padding-left: 20%;
  margin-bottom: 1%;
}
.footerleft h3 {
  font-size: 17px;
}
.footerleft p {
  margin-bottom: 7%;
  font-weight: 500;
}
.instalogo {
  position: absolute;
  width: 7%;
  top: 5%;
}
.copyright {
  background-color: #174c63; /* 少し暗めの同系色で差をつける */
  color: #ccc;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}
.eatinbun {
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.eatintitle {
  margin-bottom: 10px !important;
}
.eatin {
  display: flex;
  align-items: center;
  width: 95%;
  justify-content: space-evenly;
  margin-bottom: 30px;
  padding: 40px;
}
.eatinright {
  width: 50%;
  margin-right: -7%;
}
.eatinright img {
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 5%;
  }
  .about {
    display: block;
    width: 90%;
    padding: 0%;
    padding-top: 14%;
    padding-bottom: 7%;
  }
  .topimage {
    width: 100%;
  }
  .toptitle {
    top: 3%;
    width: 50%;
    left: 25%;
  }
  .topbun {
    margin-top: 5%;
    text-align: center;
    font-size: 12px;
    border: none;
    padding-left: 0;
    position: relative;
  }
  .topbun::after {
    content: "・・・";
    position: absolute;
    bottom: -25%;
    left: 44%;
    font-size: 4vw;
  }
  .mainwrapper {
    display: block;
  }
  .beans,
  .menu {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
    padding-bottom: 7%;
  }
  .beans {
    margin-bottom: 5%;
  }
  .menuflex {
    display: block;
  }
  .menu .maincontents {
    width: 80%;
    margin: 7% auto;
  }
  .beans .maincontents,
  .menu .maincontents {
    padding-top: 0;
    width: 75%;
  }
  .mainwrapper .itembun {
    margin-top: 2%;
  }
  .maincontents img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .morebun {
    font-size: 11px;
  }
  .picnicflex {
    display: block;
    width: 95%;
  }
  .picnicleft {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .picnicbun {
    font-size: 12px;
    margin-top: 8%;
  }
  .setflex {
    padding-left: 0;
    justify-content: space-around;
  }
  .setflex img {
    width: 23%;
  }
  .setflex p {
    width: 100%;
    font-size: 10px;
    padding: 7px 10px 7px 20px;
  }
  .picnicright {
    padding-left: 0;
  }
  .setflex div {
    width: 49%;
  }
  .picnicwrapper {
    padding-bottom: 5%;
  }
  .footerwrapper {
    display: block;
    padding: 5%;
  }
  .footerright {
    width: 100%;
    margin-top: 7%;
  }
  .footerleft {
    width: 100%;
    border: none;
  }
  .footerleft h3 {
    font-size: 4vw;
    padding-left: 0;
  }
  .footerleft p {
    font-size: 3vw;
    padding-left: 0;
  }
  .morebtn {
    width: 80%;
  }
  .picnicflex h3::before,
  .picnicflex h3::after {
    width: 50%;
  }
  .footerleft > div {
    padding-left: 5%;
  }
  .footerlogo {
    padding-right: 40%;
  }
  .instalogo {
    top: 0;
  }
  .gaikan {
    width: 35%;
    padding-right: 5%;
  }
  .eatin {
    display: block;
  }
  .eatinright {
    width: 100%;
  }
  .topimage img {
    border-radius: 0;
  }
}

/* 喫茶 */
