@charset "UTF-8";
/*-----------------------------------------------------

　蝶鮫屋東京店 SP用CSS
　URL:http://

-----------------------------------------------------*/
/* Dark Blue */
/* Beige Gold */
/* Yellow */
/* Beige */
/* ##################################################


	共通設定


################################################## */
html {
  margin: 0;
  padding: 0;
}

body {
  background: #fff none;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  position: relative;
}

a {
  color: #000;
}
a:active {
  color: #f9bf11;
}

table {
  width: 100%;
  margin: 5px 0;
  border-collapse: separate;
  border-spacing: 5px;
}
table th {
  display: block;
  background-color: #937c52;
  text-align: center;
  font-weight: 400;
  padding: 10px 10px;
}
table td {
  padding: 20px 0;
  display: block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.sphidden {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0 0 5px 1.5em;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0 0 5px 2em;
  padding: 0;
}

/* ##################################################


	ヘッダーまわり


################################################## */
header {
  width: 100%;
  text-align: left;
  padding: 0px;
  position: fixed;
  transition: 0.5s;
  z-index: 3000;
}
header > p {
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 1500;
}
header > p img {
  width: 200px;
  vertical-align: top;
  transition: 0.5s;
}

/* ####### Main Image ####### */
#mainimage {
  width: 100vw;
  height: 100dvh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  container-type: size;
  z-index: -100;
}
#mainimage img {
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
  object-position: top center;
}
#mainimage video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 9/16;
  transform: translateX(-50%) translateY(-50%);
}
#mainimage::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent url(../img/cover_dot_bk.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#top-catchcopy-area {
  width: 100vw;
  height: 80vh;
  position: relative;
  cursor: pointer;
}

p#top-catchcopy {
  width: 100vw;
  height: 80vh;
  color: #fff;
  font-size: 4cqh;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  line-height: 180%;
  writing-mode: vertical-rl;
  margin: 0;
  padding: 12vh 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
p#top-catchcopy a {
  color: #fff;
  text-decoration: none;
}
p#top-catchcopy a:active {
  color: #fff;
}

/* SCROLL DOWN */
.scroll_down a {
  display: inline-block;
  width: 25px;
  padding: 10px 10px 7vh;
  color: #fff;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  margin: auto;
  transition: 0.2s;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 2;
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 2px;
  height: 15vh;
  background: #fff;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 2px;
  height: 15vh;
  background: #c1145a;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ##################################################


	コンテンツ


################################################## */
/* ##### スクロールでフェードイン（NEW） scrollText.jsと組み合わせて使う  ##### */
/* ふわっと */
/* ズームイン */
.fadein-zoom {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}

.fadein-zoom.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* 下から */
.fadein-below {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}

.fadein-below.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ひと文字ずつ */
.scroll-text {
  display: inline-block;
  overflow: hidden;
}

.scroll-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-text span.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ##### 共通  ##### */
#contents-persona h1 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 300;
}
#contents-persona h1 span {
  display: block;
  color: #603813;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 130%;
  position: relative;
  transform: none;
  z-index: 300;
}

#contents-caviar h1 {
  font-size: 43px;
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  text-align: center;
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
}

#contents-reserve h1 {
  font-size: 43px;
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  text-align: center;
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
}
#contents-reserve h1 + p {
  text-align: center;
}

#contents-persona h2 {
  color: #ff7b99;
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 130%;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0;
}

#contents-caviar h2 {
  color: #dcb454;
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 130%;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 150%;
  margin: 0px 0 50px 0;
  padding: 0px 0 10px 0;
  position: relative;
}
h3::after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #f9bf11;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 25px);
}

/* ##### ペルソナ部分  ##### */
#contents-persona {
  width: 100%;
  background-color: #faecec;
  line-height: 200%;
  margin: 0 0 0 0;
  padding: 80px 5%;
  position: relative;
  box-sizing: border-box;
}
#contents-persona #caviarsweetslogo {
  text-align: center;
  margin: 0 auto 20px auto;
}
#contents-persona #caviarsweetslogo img {
  width: 100%;
}
#contents-persona #persona-mainimage {
  z-index: -3;
}
#contents-persona #persona-mainimage img {
  width: 100%;
  z-index: -3;
}
#contents-persona .persona-photo img {
  width: 100%;
  vertical-align: top;
}
#contents-persona #menu-plan-profitroll,
#contents-persona #menu-plan-party {
  background-color: #fff;
  padding: 20px 5vw 50px 5vw;
  text-align: center;
}
#contents-persona #menu-plan-profitroll {
  margin: 80px 0 0 0;
}
#contents-persona #menu-plan-party {
  margin: 72px 0 50px 0;
}
#contents-persona #title-plan-profitroll,
#contents-persona #title-plan-party {
  display: inline-block;
  background-color: #ff7b99;
  color: #fff;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 140%;
  margin: -50px 0 30px 0;
  padding: 20px 20px;
  position: relative;
  border-radius: 10px;
}
#contents-persona #title-plan-party {
  margin-top: 0;
  background-color: #8b005d;
}
#contents-persona #title-plan-profitroll {
  background-color: #80b11f;
}
#contents-persona #title-plan-profitroll .title-badge,
#contents-persona #title-plan-party .title-badge {
  display: block;
  margin-bottom: 2px;
}
#contents-persona #title-plan-profitroll::before,
#contents-persona #title-plan-party::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff7b99;
}
#contents-persona #title-plan-profitroll::before {
  border-top-color: #80b11f;
}
#contents-persona #title-plan-party::before {
  border-top-color: #8b005d;
}
#contents-persona .price {
  font-size: 14px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 130%;
}
#contents-persona #subtitle {
  color: #b7000a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 20px 0;
  display: flex;
  align-items: center;
}
#contents-persona #subtitle::before, #contents-persona #subtitle::after {
  background-color: #b7000a;
  content: "";
  flex-grow: 1;
  height: 1px;
}
#contents-persona #subtitle::before {
  margin-right: 15px;
}
#contents-persona #subtitle::after {
  margin-left: 15px;
}
#contents-persona #plan-menu dt {
  display: block;
  margin: 5px 0px 10px 0px;
  padding: 0;
}
#contents-persona #plan-menu dt img {
  width: 100%;
}
#contents-persona #plan-menu dd {
  display: block;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: left;
}
#contents-persona #plan-menu dd strong {
  display: block;
  color: #80b11f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 5px 0;
}

/* メニューヒーロー（クロカンブッシュ＋ノンアル）SP: 縦積み */
#contents-persona #menu-hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0 50px 0;
  text-align: center;
}
#contents-persona #menu-hero .menu-hero-col {
  background: #fff;
  border: 2px solid #8b005d;
  border-radius: 12px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
#contents-persona #menu-hero .menu-hero-photo {
  margin: 0 0 12px 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
#contents-persona #menu-hero .menu-hero-photo img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}
#contents-persona #menu-hero .menu-hero-caption {
  color: #80b11f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px 0;
}
#contents-persona #menu-hero .menu-hero-text {
  font-size: 14px;
  line-height: 170%;
  text-align: left;
  margin: 0 0 10px 0;
}
#contents-persona #menu-hero .menu-hero-drink-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 13px;
}
#contents-persona #menu-hero .menu-hero-drink-list li {
  margin: 0 0 4px 0;
  padding: 0;
}

/* メニュースライダー SP */
#contents-persona .menu-slider-subtitle {
  color: #b7000a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 16px 0;
  display: flex;
  align-items: center;
}
#contents-persona .menu-slider-subtitle::before,
#contents-persona .menu-slider-subtitle::after {
  background-color: #b7000a;
  content: "";
  flex-grow: 1;
  height: 1px;
}
#contents-persona .menu-slider-subtitle::before {
  margin-right: 10px;
}
#contents-persona .menu-slider-subtitle::after {
  margin-left: 10px;
}
#contents-persona #subtitle-drink {
  display: inline-block;
  color: #8b005d;
  border-bottom: 2px solid #8b005d;
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: center;
}
#contents-persona #subtitle-drink::before,
#contents-persona #subtitle-drink::after {
  display: none;
}
#contents-persona .menu-slider-block {
  margin: 0 0 32px 0;
}
#contents-persona .menu-slider {
  position: relative;
  margin: 0 -5vw;
  overflow: hidden;
}
#contents-persona .menu-slider-photo-row {
  position: relative;
  display: flex;
  flex-direction: row;
}
#contents-persona .menu-slider-photo-row .menu-slider-viewport {
  flex: 1;
  min-width: 0;
}
#contents-persona .menu-slider-viewport {
  overflow: hidden;
  width: 100%;
}
#contents-persona .menu-slider-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.35s ease-out;
}
#contents-persona #menu-main-slider .menu-slider-track {
  width: 500%;
}
#contents-persona #menu-drink-slider .menu-slider-track {
  width: 600%;
}
#contents-persona #menu-main-slider .menu-slider-slide {
  flex: 0 0 20%;
  width: 0;
  box-sizing: border-box;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
#contents-persona #menu-drink-slider .menu-slider-slide {
  flex: 0 0 16.666%;
  width: 0;
  box-sizing: border-box;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
#contents-persona .menu-slider-photo {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
#contents-persona .menu-slider-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
/* SP: 1段目＝画像、その直下にヒント（画像とドットの間）、2段目＝説明 */
#contents-persona .menu-slider-photo-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* ドットの下に料理名・説明が来るよう余白確保（ドットを上にした分、被らないように多めに） */
#contents-persona .menu-slider-body {
  margin-top: 40px;
}
#contents-persona .menu-slider-body strong {
  display: block;
  color: #80b11f;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px 0;
}
#contents-persona .menu-slider-body p {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 180%;
  margin: 0 0 10px 0;
}
#contents-persona .menu-slider-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
}
#contents-persona .menu-slider-body ul li {
  margin: 0 0 4px 0;
}
#contents-persona .menu-slider-drink-name {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#contents-persona .menu-slider-drink-cat {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #8b005d;
  font-weight: 600;
  margin: 0 0 4px 0;
}
#contents-persona .menu-slider-drink-price {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px 0;
}
#contents-persona .menu-slider-drink-note {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 180%;
  margin: 0;
}
#contents-persona .menu-slider-photo-row .menu-slider-prev,
#contents-persona .menu-slider-photo-row .menu-slider-next {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgba(139, 0, 93, 0.85);
  color: #fff;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}
#contents-persona .menu-slider-prev:active,
#contents-persona .menu-slider-next:active {
  background-color: #8b005d;
}
#contents-persona .menu-slider-prev {
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#contents-persona .menu-slider-next {
  right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#contents-persona .menu-slider-hint {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #666;
  font-size: 13px;
}
#contents-persona .menu-slider .price {
  margin: 0;
  padding: 0;
}
#contents-persona .menu-slider .menu-drink-link {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 130%;
  margin: 0;
  padding: 0;
  border-top: none;
}
/* 画像→ヒント→ドットの順。ドットを上に寄せて料理名と被らないように */
#contents-persona .menu-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(90vw + 16px);
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  min-height: 10px;
  pointer-events: none;
}
#contents-persona .menu-slider-dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
}
#contents-persona .menu-slider-dots button.is-active {
  background: #8b005d;
}
/* ドリンクスライダー：ドットをもう少し上に */
#contents-persona #menu-drink-slider .menu-slider-dots {
  top: calc(90vw + 8px);
}
#contents-persona .menu-drink-link {
  text-align: center;
  font-size: 13px;
  margin: 0 0 24px 0;
  padding: 16px 0;
  border-top: 1px solid #ccc;
}

/* メニューセクション導入・2つのプラン */
#contents-persona .menu-detail-lead {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin: 0 0 20px 0;
}

/* プラン1：プロフィットロール（シンプルプラン） */
#contents-persona #menu-plan-profitroll-detail.menu-plan-card {
  margin: 0 0 0 0;
  padding: 28px 20px 40px 20px;
  text-align: center;
  background: #fff;
  border: 2px solid #80b11f;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 16px;
}
/* プラン2：合格おめでとうキャビアパーティープラン（テーブルビュッフェ） */
#contents-persona #menu-plan-party-detail.menu-plan-card {
  margin: 0 0 0 0;
  padding: 28px 20px 40px 20px;
  text-align: center;
  background: #fff;
  border: 2px solid #8b005d;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 16px;
}
#contents-persona #menu-plan-party-detail > .menu-slider-subtitle {
  margin-top: 0;
}
#contents-persona #menu-plan-party-detail > .menu-slider-block:last-of-type {
  margin-bottom: 0;
}
/* プラン2内スライダー：#menu-detail 直下と同じ表示（横並び・1枚表示） */
#contents-persona #menu-plan-party-detail .menu-slider {
  position: relative;
  margin-left: -5vw;
  margin-right: -5vw;
  overflow: hidden;
}
#contents-persona #menu-plan-party-detail .menu-slider-photo-row {
  position: relative;
  display: flex;
  flex-direction: row;
}
#contents-persona #menu-plan-party-detail .menu-slider-photo-row .menu-slider-viewport {
  flex: 1;
  min-width: 0;
}
#contents-persona #menu-plan-party-detail .menu-slider-viewport {
  overflow: hidden;
  width: 100%;
}
#contents-persona #menu-plan-party-detail .menu-slider-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.35s ease-out;
}
#contents-persona #menu-plan-party-detail #menu-main-slider .menu-slider-track {
  width: 500%;
}
#contents-persona #menu-plan-party-detail #menu-drink-slider .menu-slider-track {
  width: 600%;
}
#contents-persona #menu-plan-party-detail #menu-main-slider .menu-slider-slide {
  flex: 0 0 20%;
  width: 0;
  box-sizing: border-box;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
#contents-persona #menu-plan-party-detail #menu-drink-slider .menu-slider-slide {
  flex: 0 0 16.666%;
  width: 0;
  box-sizing: border-box;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
#contents-persona #menu-plan-party-detail .menu-slider-photo {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
#contents-persona #menu-plan-party-detail .menu-slider-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
/* プラン2内スライダー：矢印ボタン（SPは photo-row 内に配置） */
#contents-persona #menu-plan-party-detail .menu-slider-photo-row .menu-slider-prev,
#contents-persona #menu-plan-party-detail .menu-slider-photo-row .menu-slider-next {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgba(139, 0, 93, 0.85);
  color: #fff;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}
#contents-persona #menu-plan-party-detail .menu-slider-prev:active,
#contents-persona #menu-plan-party-detail .menu-slider-next:active {
  background-color: #8b005d;
}
#contents-persona #menu-plan-party-detail .menu-slider-photo-row .menu-slider-prev {
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#contents-persona #menu-plan-party-detail .menu-slider-photo-row .menu-slider-next {
  right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
/* プラン2内スライダー：ドット（SP） */
#contents-persona #menu-plan-party-detail .menu-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(90vw + 16px);
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  min-height: 10px;
  pointer-events: none;
}
#contents-persona #menu-plan-party-detail .menu-slider-dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
}
#contents-persona #menu-plan-party-detail .menu-slider-dots button.is-active {
  background: #8b005d;
}
/* プラン2内ドリンクスライダー：ドットをもう少し上に */
#contents-persona #menu-plan-party-detail #menu-drink-slider .menu-slider-dots {
  top: calc(90vw + 8px);
}
/* プロフィットロール：NEW! バッジ */
#contents-persona #menu-plan-profitroll-detail .menu-plan-badge {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 15px 36px;
  font-size: 33px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #80b11f;
  border-radius: 60px;
  line-height: 1;
}
/* プロフィットロール：アラカルト案内のリード文（吹き出しではなく説明文風） */
#contents-persona #menu-plan-profitroll-detail .menu-plan-lead,
#contents-persona #menu-plan-party-detail .menu-plan-party-lead {
  display: block;
  max-width: 100%;
  margin: 0 0 20px 0;
  padding: 14px 16px 14px 20px;
  text-align: left;
  font-size: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  background-color: #fdf5f6;
  border-left: 4px solid #80b11f;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
}
#contents-persona #menu-plan-party-detail .menu-plan-party-lead {
  border-left-color: #8b005d;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 0 6px 0;
  letter-spacing: 0.02em;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-card-subtitle {
  display: block;
  color: #80b11f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px 0;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-label {
  font-size: 13px;
  color: #8b005d;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-catch {
  font-size: 16px;
  color: #80b11f;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-style: italic;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-photo {
  margin: 0 auto 20px auto;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-photo img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-body {
  margin: 0 auto 24px auto;
  text-align: left;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 180%;
  color: #333;
  padding: 0 4px;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-body p {
  margin: 0 0 14px 0;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-body p:last-child {
  margin-bottom: 0;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-price {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 320px;
  border: 2px solid #8b005d;
  border-radius: 10px;
  overflow: hidden;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-price-row {
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-price-row:last-child {
  border-bottom: none;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-price-label {
  background: #f5f0eb;
  color: #333;
  font-weight: 600;
  padding: 12px 16px;
  flex: 1;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-price-val {
  background: #fff;
  font-weight: 700;
  color: #8b005d;
  padding: 12px 16px;
}
/* プラン2：価格テーブル（menu-plan-price と同じ見た目） */
#contents-persona #menu-plan-party-detail .menu-party-plan-price {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 320px;
  border: 2px solid #8b005d;
  border-radius: 10px;
  overflow: hidden;
}
#contents-persona #menu-plan-party-detail .menu-party-plan-price-row {
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}
#contents-persona #menu-plan-party-detail .menu-party-plan-price-row:last-child {
  border-bottom: none;
}
#contents-persona #menu-plan-party-detail .menu-party-plan-price-label {
  background: #f5f0eb;
  color: #333;
  font-weight: 600;
  padding: 12px 16px;
  flex: 1;
}
/* 1行目のみ1列のとき：ラベルを表幅いっぱい・左右中央寄せ */
#contents-persona #menu-plan-party-detail .menu-party-plan-price-row .menu-party-plan-price-label:only-child {
  flex: 1 1 100%;
  text-align: center;
}
#contents-persona #menu-plan-party-detail .menu-party-plan-price-val {
  background: #fff;
  font-weight: 700;
  color: #8b005d;
  padding: 12px 16px;
}
/* 価格表下CTA（Reserveセクションへスクロール） */
#contents-persona .menu-plan-cta {
  text-align: center;
  margin: 0;
  padding: 18px 0 0 0;
  border-top: 1px solid #e8e4e0;
}
#contents-persona .menu-plan-cta-lead {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
#contents-persona .menu-plan-cta-wrap {
  margin: 0;
}
#contents-persona .menu-plan-cta-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background-color: #e63946;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
#contents-persona .menu-plan-cta-btn:active {
  opacity: 0.9;
}
#contents-persona #menu-plan-profitroll-detail .menu-plan-nonalcohol {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 14px 16px;
  background: #faf8f5;
  border-radius: 8px;
  display: block;
}

/* 画像拡大モーダル */
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.image-modal[hidden] {
  display: none;
}
/* 表示時のふわっと浮き出るアニメーション */
.image-modal:not([hidden]) .image-modal-backdrop {
  animation: image-modal-backdrop-in 0.25s ease forwards;
}
.image-modal:not([hidden]) .image-modal-inner {
  animation: image-modal-inner-in 0.35s ease forwards;
}
@keyframes image-modal-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes image-modal-inner-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.image-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='%23333' stroke-width='2' fill='none'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.image-modal-inner {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 80vh;
}
.image-modal-inner img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

#contents-persona div#option {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 80px 0 0 0;
  padding: 20px;
  position: relative;
  border: 2px solid #8b005d;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
}
#contents-persona div#option::before {
  display: block;
  width: 60px;
  height: 60px;
  content: "＋";
  background-color: #8b005d;
  color: #fff;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: none;
  font-weight: 900;
  line-height: 120%;
  border-radius: 100%;
  display: grid;
  place-items: center;
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
}
#contents-persona div#option p.title {
  color: #8b005d;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#contents-persona div#option p.subtitle {
  color: #8b005d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 50px 0 20px 0;
}
#contents-persona div#option ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
#contents-persona div#option ul li {
  margin: 0;
  padding: 0;
}
#contents-persona div#option p.photo {
  margin: 0;
}
#contents-persona div#option p.photo img {
  width: 100%;
}
#contents-persona div#option p.text {
  font-size: 14px;
  line-height: 180%;
  text-align: left;
  margin: 0 0 10px 0;
}
#contents-persona div#option p.text strong {
  display: block;
  color: #80b11f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
#contents-persona div#option p.text strong span {
  display: inline-block;
  background-color: #ff7b99;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: none;
  font-size: 12px;
  line-height: 140%;
  margin: 0 0 0 3px;
  padding: 2px 3px;
  vertical-align: text-bottom;
}
#contents-persona div#option p.price {
  text-align: right;
  margin: 0 0 30px 0;
}

/* こんな方にもおすすめです */
/*
#other-persona {
	background-color: #fff;
	margin: 80px 0px 20px 0px;
	padding: 20px 5vw;
	//border: 3px solid rgb(230, 90, 90);//#8b005d
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	@include slantshadow;
	& p {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 22px;
		margin: 0 0 20px 0;
		padding: 0.25em 0;
		position: relative;
		&::after {
			content: "";
			display: block;
			height: 4px;
			background: linear-gradient(to right, rgb(230, 90, 90), transparent);
		}
	}
	& ul {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		font-style: normal;
		list-style: none;
		margin: 0;
		padding: 0;
		& li {
			display: block;
			background: #faecec;
			color: #454545;
			margin: 0 0 20px 0;
			padding: 0.2em 1em;
			position: relative;
			//border: dashed 2px white;
			box-shadow: 0px 0px 0px 5px #faecec;
			&::after {
				content: '';
				position: absolute;
				left: -5px;
				top: -5px;
				border-width: 0 0 15px 15px;
				border-style: solid;
				border-color: #fff #fff #f2cfcf;
				box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
			}
		}
	}
}
*/
/*
#other-persona {
	width: calc(100% - 14px);
	position: relative;
	margin: 50px 0 0 0;
	padding: 0.25em 2em;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	box-sizing: border-box;
	&::before, &::after {
		height: calc(100% + 14px);
		background-color: black;
		content: '';
		position: absolute;
		top: -7px;
		width: 1px;
	}
	&::before {
		left: 7px;
	}
	&::after {
		right: 7px;
	}
	& ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		& li {
			margin: 0;
			padding: 0;
		}
	}
}
*/
#other-persona {
  text-align: center;
  margin: 80px 0 0 0;
  border-radius: 15px;
  position: relative;
}
#other-persona p {
  color: #333333;
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0.25em 0;
  position: relative;
  transform: rotate(-3deg);
}
#other-persona p::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
#other-persona dl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 150%;
  text-align: left;
}
#other-persona dl dt {
  display: block;
  background-color: #fff;
  color: #ff7b99;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 30px 10px 0px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#other-persona dl dt span {
  display: inline-block;
  padding: 0 5px 5px 5px;
  border-bottom: 2px solid #ff7b99;
}
#other-persona dl dd {
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 20px 20px 30px 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* ##### キャビア紹介部分  ##### */
#contents-caviar {
  background-color: #000;
  background-image: linear-gradient(#000, #333);
  color: #fff;
  line-height: 200%;
  padding: 100px 5vw;
}
#contents-caviar .circle-photo {
  width: 70vw;
  height: 70vw;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  margin: 20px auto;
}
#contents-caviar .circle-photo img {
  width: 100%;
  vertical-align: top;
}

/* ##### 予約  ##### */
#contents-reserve {
  background-color: #fff;
  line-height: 200%;
  padding: 100px 5vw 0 5vw;
}
#contents-reserve .reserve-lead {
  text-align: center;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333;
  margin: 0 0 16px 0;
  line-height: 1.6;
}
#contents-reserve .reserve-catch {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px 0;
}
#contents-reserve .reserve-micro {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin: 0 0 6px 0;
}
#contents-reserve .reserve-deadline {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin: 0 0 24px 0;
}
#contents-reserve .reserve-cta-main-wrap {
  text-align: center;
  margin: 0 auto 24px auto;
}
#contents-reserve .reserve-cta-micro {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px 0;
}
#contents-reserve .reserve-cta-main-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background-color: #e63946;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
#contents-reserve .reserve-cta-main-btn:active {
  opacity: 0.9;
}
#contents-reserve #reserve-link.reserve-cta-sub-list {
  text-align: center;
  list-style: none;
  margin: 20px auto 40px auto;
  padding: 0;
}
#contents-reserve #reserve-link.reserve-cta-sub-list li.reserve-cta-sub {
  margin: 0 0 10px 0;
  padding: 0;
}
#contents-reserve #reserve-link.reserve-cta-sub-list li.reserve-cta-sub a {
  display: inline-block;
}
#contents-reserve #reserve-link.reserve-cta-sub-list li.reserve-cta-sub a img {
  max-width: 120px;
  height: auto;
}
#contents-reserve #reserve-link.reserve-cta-sub-list li.reserve-cta-sub a:active img {
  opacity: 0.7;
}
#contents-reserve #reserve-hp {
  text-align: center;
  margin: 0;
  border: 3px solid #dcd2b9;
  box-sizing: border-box;
}

/* ##################################################


	店舗情報


################################################## */
#shopinfo {
  background-color: #134079;
  color: #fff;
  text-align: center;
  padding: 100px 5vw;
  box-sizing: border-box;
}
#shopinfo address {
  text-align: center;
  font-style: normal;
}
#shopinfo address a {
  color: #fff;
}
#shopinfo address a:active {
  color: #f9bf11;
}
#shopinfo ul#shopimg {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0;
}
#shopinfo ul#shopimg li {
  height: 320px;
  margin: 0 0 10px 0;
  padding: 0;
}
#shopinfo ul#shopimg li img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  vertical-align: top;
  position: relative;
}
#shopinfo iframe {
  width: 100%;
  height: 500px;
  margin: 30px 0px;
  border: 0;
}
#shopinfo div#halal {
  margin: 10px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
#shopinfo div#halal p:first-child {
  width: 50px;
  background-color: #fff;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
#shopinfo div#halal p:first-child img {
  width: 100%;
}
#shopinfo div#halal p:last-child {
  flex: 1;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin: 0;
}

/* ##################################################


	フッター


################################################## */
footer div#footer-btm {
  background-color: #000;
  color: #888;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0 10px;
}
footer div#footer-btm p#chozameyatokyo-link {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}
footer div#footer-btm p#chozameyatokyo-link a {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  border: 1px solid #fff;
}
footer div#footer-btm p#chozameyatokyo-link a img {
  width: 100%;
  vertical-align: top;
}
footer div#footer-btm p#chozameyatokyo-link a:active {
  border: 1px solid #f9bf11;
}
footer div#footer-btm p#copyright {
  text-align: left;
  margin: 0 auto;
  padding: 10px 0px;
}
footer div#footer-btm p#copyright span {
  display: none;
}

/* +++++++++++++ Pagetop Btn +++++++++++++ */
p#btn-pagetop {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2000;
}
p#btn-pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #8b005d;
  text-align: center;
  border-radius: 100%;
  opacity: 60%;
}
p#btn-pagetop a img {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 7px);
}
p#btn-pagetop a:active {
  opacity: 100%;
}
p#btn-pagetop a:active img {
  top: calc(50% - 15px);
}

/* +++++++++++++ Side Btn +++++++++++++ */
nav#sidebtn {
  position: fixed;
  bottom: 20px;
  left: 0;
}
nav#sidebtn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#sidebtn ul li {
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
}
nav#sidebtn ul li a {
  display: inline-block;
  writing-mode: vertical-rl;
  background-color: #b70062;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin: 0 0 0 -10px;
  padding: 50px 5px 20px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
nav#sidebtn ul li a:active {
  color: #f9bf11;
  margin: 0 0 0 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
nav#sidebtn ul li a.side-link-menu {
  background-image: url(../img/icon_menu@2x.png);
  background-position: calc(50% + 3px) 20px;
  background-repeat: no-repeat;
  background-size: 23px 16px;
}
nav#sidebtn ul li a.side-link-reserve {
  background-image: url(../img/icon_reserve@2x.png);
  background-position: calc(50% + 5px) 20px;
  background-repeat: no-repeat;
  background-size: 23px 16px;
}