@charset "UTF-8";

#breadcrumb:after {
  content: "";
  display: block;
  position: absolute; top: -56px; right: 0;
  width: 167px; height: 142px;
  background: url(../images/background-d.png) right top no-repeat;
  z-index: -1;
}

/* スライダーとホバーギミック */
.gimmick1 .title {
  padding: 8px 8px 6px 8px;
  background: url(../images/background-asanoha.png) right bottom no-repeat;
}
.gimmick1 .title h3 {
  margin: 0 0 0 1vw;
  color: #fff;
}
#cuisine-jobanmono .title,
#cuisine-vegetable .title,
#cuisine-jibasankan .title,
#cuisine-jizake .title {
  background-color: #cd5a6e;
}
#cuisine-dekitate .title,
#cuisine-sweets .title,
#cuisine-buffet .title,
#cuisine-space .title {
  background-color: #80192f;
}
.b-pattern {
  background: url(../images/background-e.png) right bottom no-repeat;
}

/* 動画 */
#buffetmovie {
  border: 2px solid #eedbdb;
}
#buffetmovie .flex > div {
  width: 31%;
}
#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 .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:959px) { /* SP */
  #buffetmovie .flex > div {
    width: 98%;
  }
  #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;
  }
}


#cuisine-greeting {
  padding-top: 3em;
  background: url(../images/background-a.png) 200px -120px no-repeat;
}
#cuisine-greeting div {
  margin: 0 auto;
}
#cuisine-greeting .fragrance {
  margin-left: auto;
  text-align: right;
}

/* 利用時間 */
.riyojikan {
  max-width: 100%;
  background: #f9e9e9;
}
.riyojikan h5 {
  display: inline-block;
  margin: 0; padding: 10px;
  color: #fff;
  background: #c98080;
}
.riyojikan p {
  margin: .5em; padding-bottom: 1em;
}

#cuisine-allergy {
  width: 80%;
  margin: 2em auto;
  padding: 40px;
  border: 2px solid #eedbdb;
}

@media screen and (max-width:1023px) { /* Tablet */
  #cuisine-allergy {
    width: 90%;
    padding: 10px;
  }
}

@media screen and (max-width:959px) { /* SP */
  
}

/* お料理インデックス */
#index-cuisine-p.flex {
  justify-content: space-between;
}

#index-cuisine-p .box {
  width: 264px;
  margin-bottom: 1.5em;
  text-align: center;
}

#index-cuisine-p .box img:nth-last-child(n) {
  padding: .5em 0;
}

#index-cuisine-p .head {
  margin-bottom: 1em; padding: .5em 0;
  text-align: center;
  color: white;
  background: #80192f;
}

.even, .odd { margin-left: 21px; }
@media screen and (max-width:1114px) {
  #index-cuisine-p.flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .odd { margin-left: 0; }
}
@media screen and (max-width:540px) {
  #index-cuisine-p .flex { display: block; }
  .even, .odd { margin-left: 0; }
}

#index-cuisine-p .vtext {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: fit-content;
  height: 220px;
  margin: 16px auto 0 auto;
  line-height: 1.3em;
  text-align: left;
  position: relative;
}
#index-cuisine-p .vtext .hankoshitsu {
  position: absolute;
  bottom: 0px;
  height: fit-content;
  margin-right: 4px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 1px;
  text-align: right;
  font-size: 15px;
}

#cuisine-greeting strong {
  word-break: normal;
}
