/* 
 * menu-single.css
 * メニュー個別ページ専用のスタイル
 */

.page._single {
  padding-top: var(--header-height);
  position: relative;
}

.single-wp-block {
  width: 100%;
}
.block-content {
  gap: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 790px;
  scroll-margin-top: calc(var(--header-height) + 140px);
}
.s .block-content {
  max-width: 500px;
}

._bgWood {
  background-image: url('../img/menuBg_wood.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.s ._bgWood {
  background-image: url('../img/menuBg_wood_sp.jpg');
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  background-attachment: scroll;
}
._bgLinen {
  background-image: url('../img/menuBg_linen.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.s ._bgLinen {
  background-image: url('../img/menuBg_linen_sp.jpg');
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  background-attachment: scroll;
}
._bgGold {
  background-image: url('../img/menuBg_gold.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.s ._bgGold {
  background-image: url('../img/menuBg_gold_sp.jpg');
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  background-attachment: scroll;
}
._bgWhite {
  background-color: #fff;
  background-image: url('../img/page_bg.jpg');
  background-blend-mode: multiply;
  background-size: 100%;
  background-repeat: repeat;
}
._bgRecommend {
  background-color: #fff;
  background-image: url('../img/menuBg_recommend.png'), url('../img/page_bg.jpg');
  background-blend-mode: multiply;
  background-size: 100%;
  background-repeat: no-repeat, repeat;
  background-position: center top;
}
.s ._bgRecommend {
  background-image: url('../img/menuBg_recommend_sp.png'), url('../img/page_bg.jpg');
}

.menu-category-list-wrapper {
  width: 100%;
  background-color: rgb(241 224 195 / 0.6);
  background-image: url(../img/page_bg.jpg);
  background-blend-mode: multiply;
  background-size: 100%;
  background-repeat: repeat;
  position: sticky;
  top: calc(var(--header-height) + 60px);
  z-index: 100;
}
.s .menu-category-list-wrapper {
  background-size: 200%;
}
.menu-category-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  max-width: 870px;
  margin-inline: auto;
  padding: 15px 40px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.s .menu-category-list {
  gap: 14px;
  padding-inline: 20px;
}
.menu-category-list li {
  flex-shrink: 0;
  height: 48px;
  background-color: #fff;
  box-shadow: 0px 7px 8px 0px rgb(90 67 44 / 0.21);
  font-size: calc(14 * var(--scale-rem));
  font-weight: bold;
}
.s .menu-category-list li {
  height: 38px;
}
.menu-category-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  padding: 0 8px;
  color: #000;
  text-decoration: none;
}
.menu-category-list li._active a {
  opacity: 1;
  background-color: #841b2a;
  color: #fff;
  transition: 0.3s;
}

.menu-list {
  align-items: center;
  gap: 0;
  width: 100%;
}
.menu-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px !important;
  width: 100%;
  padding: 80px 40px;
}
.s .menu-list-item {
  gap: 60px !important;
  padding: 60px 20px;
}
.menu-list-item._pt0 {
  padding-top: 0;
}
.menu-list-item._banner {
  padding: 0 40px 120px;
}
.s .menu-list-item._banner {
  padding-inline: 20px;
}

.menu-category-title {
  display: flex;
  align-items: center;
  font-size: calc(42 * var(--scale-rem));
  line-height: 1.33333333;
  position: relative;
}
.s .menu-category-title {
  flex-direction: column;
  align-items: start;
  font-size: calc(32 * var(--scale-rem));
}
.menu-category-title.lh10 {
  line-height: 1;
}
.menu-category-title._white {
  color: #fff;
}
.menu-category-title._speciality {
  gap: 20px;
}
.s .menu-category-title._speciality {
  gap: 0;
}
.menu-category-title._speciality img {
  width: 181px;
}
.s .menu-category-title._speciality img {
  width: 121px;
}
.menu-category-title._step {
  gap: 0;
}
.s .menu-category-title._step {
  flex-direction: row;
}
.menu-category-title._step img {
  width: 60px;
}
.s .menu-category-title._step img {
  width: 42px;
}
.menu-category-note {
  font-size: calc(14 * var(--scale-rem));
  font-weight: bold;
}

.menu-card-list {
  align-items: stretch;
  gap: 40px 30px;
  width: 100%;
  margin-top: 40px !important;
}
.s .menu-card-list {
  justify-content: center;
  gap: 30px 10px;
  margin-top: 14px !important;
}

.menu-topping-list {
  margin-top: 28px !important;
}

.menu-link-btn {
  margin: 40px auto 0 !important;
  background-color: #841b2a;
  font-size: calc(20 * var(--scale-rem));
  font-weight: bold;
}
.menu-link-btn a {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  width: 370px;
  padding: 20px;
  padding-left: 30px;
  background-color: #841b2a;
  color: #fff;
  font-weight: bold;
}
.s .menu-link-btn a {
  width: 295px;
}
.menu-link-btn span {
  display: inline-flex;
  justify-content: center;
  flex-grow: 1;
  font-size: calc(20 * var(--scale-rem));
  letter-spacing: -3%;
}
.s .menu-link-btn span {
  line-height: 1;
  text-align: center;
}
.menu-link-btn img {
  width: 36px;
}

.menu-comment {
  width: 100%;
  max-width: 870px;
  margin-top: 80px;
  margin-inline: auto;
  padding-inline: 40px;
}
.s .menu-comment {
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: -10px;
  padding-inline: 20px;
}
.menu-comment p {
  padding-bottom: 20px;
  color: #841b2a;
  font-size: calc(42 * var(--scale-rem));
  font-weight: bold;
  text-align: center;
  position: relative;
}
.s .menu-comment p {
  padding-bottom: 17px;
  font-size: calc(36 * var(--scale-rem));
  line-height: 46px;
  text-align: left;
}
.menu-comment p span {
  position: relative;
  z-index: 10;
}
.menu-comment p img {
  max-width: 548px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu-banner {
  width: 100%;
  max-width: 1200px;
  scroll-margin-top: calc(var(--header-height) + 140px);
}

.menu-float-button {
  filter: drop-shadow(3px 6px 12px rgb(133 118 94 / 0.6));
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: 0.3s;
}
.s .menu-float-button {
  width: 80px;
}
.menu-float-button._hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
