.p-info p {
  text-align: center;
  font-size: 1.8rem;
  word-break: break-all;
  color: #a46305;
  padding: 20px;
}

/* 20240702追加 */
.p-info h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
p.p-info-text {
  text-align: start;
}
p.p-info-top-footer {
  margin-bottom: 0;
  text-align: start;
}
p.p-info-bottom-footer {
  /* margin-left: 50px; */
  text-align: start;
}
.youtube01 {
  margin-bottom: 72px;
  text-align: center;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube01 iframe {
  width: 100%;
  height: 100%;
}
.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .video-box.overlay {
    border-radius: 50px;
  }
}
@media screen and (max-width: 600px) {
  .video-box.overlay {
    border-radius: 30px;
  }
}
#yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 20240730追加 */
section.p-lunch .item img {
    width: 48%;
}

@media screen and (max-width: 1024px) {
  section.p-lunch .item img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.p-lunch .item img {
    width: 100%;
  }
}
