@charset "UTF-8";

#breadcrumb:after {
  content: "";
  display: block;
  position: absolute; top: -60px; right: 0;
  width: 236px; height: 202px;
  background: url(../images/background-c.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-menu .title {
  background-color: #cd5a6e;
}

.b-pattern {
  background: url(../images/background-e.png) right bottom no-repeat;
}

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

@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;
}
