@charset "UTF-8";

#buffetmovie {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#cuisine-select #buffetmovie {
  border: 2px solid #f27d5b;
  width: 95%;
}
#buffetconcert2024 #buffetmovie {
  border: 1px solid #f27d5b;
  margin-right: 15px;
}
#buffetmovie h5 {
  background: #f27d5b;
  color: #FFF;
  text-align: center;
  word-break: keep-all;
  padding: 8px 0 4px 0;
  font-size: 18px;
  font-family: serif;
  margin-bottom: 8px;
}
#buffetmovie h5 span {
  display: none;
}
#buffetmovie .flex {
  display: flex;
  gap: 8px;
  margin: 8px;
}
#buffetmovie .flex > div {
  width: 100%;
}

#buffetmovie .movie-thum a {
  position: relative;
  display: block;
}
#buffetmovie .movie-thum a:after { /*再生ボタン*/
  position: absolute;
  content: "";
  display: block;
  top: 50%; left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 25px;
}
#buffetmovie .movie-thum img {
  width: 100%;
  height: auto;
}
#buffetmovie h6 {
  font-size: 16px;
  font-weight: bold;
  font-family: serif;
  color: #f27d5b;
  margin-top: 4px;
  margin-bottom: 6px;
}
#buffetconcert2024 #buffetmovie h6 {
  font-size: 15px;
}
#buffetmovie .movie-text span {
  line-height: 180%;
  display: none;
}
#cuisine-select #buffetmovie .movie-text span {
  display: inline;
}
#buffetmovie .movie-popup {
  display: none;
}
.movie-popupvideo video { /*#buffetmovie*/
  max-width: 100%;
  max-height: 100%;
}
#buffetmovie .movie-sp {
  display: none;
}
#buffetmovie .movie-sp video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #buffetmovie {
    width: 90%;
  }
  #buffetmovie h5 img {
    display: none;
  }
  #buffetmovie h5 span {
    display: inline;
  }
  #buffetmovie .flex {
    flex-flow: column;
    gap: 16px;
  }
  #buffetmovie .movie-thum {
    display: none;
  }
  #buffetmovie .movie-sp {
    display: block;
  }
}
