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

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

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


	共通設定


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

body {
  background: #fff none;
  color: #000;
  font-size: 18px;
  text-align: left;
  line-height: 180%;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  position: relative;
  scroll-behavior: smooth;
}

a {
  color: #000;
}
a:hover {
  color: #f9bf11;
}
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}

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

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

.pchidden {
  display: none;
}

.w100img img {
  width: 100%;
}

table {
  margin: 5px 0;
  border-collapse: separate;
  border-spacing: 0px;
  box-sizing: border-box;
}
table tr:first-child th, table tr:first-child td {
  border-top: 1px solid #ccc;
}
table th {
  background-color: #ebeae8;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  padding: 20px 4vw;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
table td {
  padding: 20px 4vw;
  border-bottom: 1px solid #ccc;
}

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

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

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


	スクロールスナップ用


################################################## */
p#pagetoparea {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.snap-container {
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  scroll-snap-type: y proximity; /* mandatory/proximity */
  scroll-behavior: smooth;
}

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


	ヘッダーまわり


################################################## */
header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.35s ease;
  z-index: 3000;
}
header:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
header > a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header > a img {
  width: 250px;
  vertical-align: top;
  transition: 0.5s;
}
header nav ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
header nav ul li {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  padding: 0;
}
header nav ul li#nav-home {
  display: none;
}
header nav ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 5px;
  position: relative;
}
header nav ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #f9bf11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header nav ul li a.active {
  color: #fff;
  font-weight: bold;
}
header nav ul li a.active::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header nav ul li a:hover {
  color: #f9bf11;
}
header nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.is-animation {
  padding: 10px;
  opacity: 0.8;
}
.is-animation a img {
  width: 200px;
}

#navToggle {
  display: none;
}

header#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.35s ease;
}

/* 隠れる状態 */
header#siteHeader.hide {
  transform: translateY(-100%);
}

/*background-color: #134079;
background-image: linear-gradient(#0e305a, #134079);*/
/* ####### Slide Show ####### */
#vslidearea {
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  position: fixed;
  container-type: size;
  z-index: -100;
}

#top {
  width: 100%;
  height: 100vh;
  position: relative;
}

p#top-catchcopy {
  width: 100%;
  height: 100vh;
  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;
}

/* 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: 80px;
  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: #134079;
}

.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%;
  }
}
/* ##################################################


	コンテンツ


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

	共用

################# */
h1 {
  color: #000;
  font-size: 43px;
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 0 100px 0;
  padding: 120px 0 0 0;
  position: relative;
}
h1::before {
  display: block;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
}

#news h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
#news h1::before {
  background-color: #fff;
}

.secondary #reserve h1 {
  padding-bottom: 50px;
}

h2 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 50px 0 30px 0;
  padding: 0 0 10px 0;
}
h2 span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #000;
}

h3 {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  margin: 50px 0 10px 0;
  padding: 0;
  position: relative;
}
h3::before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 30px;
  background-color: #134079;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

h4 {
  color: #134079;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  margin: 30px 0 20px 0;
  padding: 0;
  position: relative;
}

.link-btn {
  text-align: center;
  margin: 100px auto 50px auto;
}
.link-btn a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 5px 80px;
  border: 1px solid #000;
  transition: 0.5s;
}
.link-btn a:hover {
  background-color: #134079;
  color: #fff;
  border: 1px solid #134079;
}

/* ##### スクロールでフェードイン（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 {
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

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

	お知らせ

################# */
div#news {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px auto;
  scroll-snap-align: start;
  padding: 0;
}
div#news ul#top-news-list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div#news ul#top-news-list li.news-list-link {
  background-color: #fff;
  font-size: 16px;
  line-height: 150%;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
div#news ul#top-news-list li.news-list-link a {
  text-decoration: none;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
div#news ul#top-news-list li.news-list-link a span {
  display: block;
  box-sizing: border-box;
}
div#news ul#top-news-list li.news-list-link a span.photo {
  width: 100%;
  overflow: hidden;
}
div#news ul#top-news-list li.news-list-link a span.photo img {
  width: 100%;
  height: 20vw;
  position: relative;
  object-fit: cover;
  object-position: center;
}
div#news ul#top-news-list li.news-list-link a span.text {
  margin: 0;
  padding: 10px 10px 0 10px;
  line-height: 150%;
}
div#news ul#top-news-list li.news-list-link a span.date {
  text-align: right;
  margin: 0;
  padding: 10px;
}
div#news ul#top-news-list li.news-list-link a span.new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  margin: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #b10000;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  pointer-events: none;
}
div#news ul#top-news-list li.news-list-link a:hover img {
  opacity: 0.8;
}
div#news ul#top-news-list li.listlink {
  font-size: 16px;
  line-height: 150%;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
}
div#news ul#top-news-list li.listlink a#nextlink {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
div#news ul#top-news-list li.listlink a#nextlink span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
  border: 1px solid #fff;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
div#news ul#top-news-list li.listlink a#nextlink span img {
  transform: rotate(90deg);
}
div#news ul#top-news-list li.listlink a#nextlink:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
div#news .splide__track {
  position: relative;
  padding: 0 0 1.5em 0;
}
div#news .splide__track .splide__pagination {
  position: absolute;
  bottom: 0;
}
div#news .splide__arrow { /* 矢印の基本位置とスタイル */
  position: absolute;
  top: 45%;
  background: rgba(255, 255, 255, 0.8); /* 必要に応じて変更 */
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
div#news {
  /* 左矢印 */
}
div#news .splide__arrow--prev {
  left: -2vw; /* スライダーの外側に出す場合 */
}
div#news {
  /* 右矢印 */
}
div#news .splide__arrow--next {
  right: -2vw; /* スライダーの外側に出す場合 */
}
div#news #news-link {
  text-align: center;
  margin: 20px auto;
}
div#news #news-link a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 30px;
  border: 1px solid #fff;
  transition: 0.5s;
}
div#news #news-link a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #f9bf11;
  border: 1px solid #f9bf11;
}

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

	ブランドストーリー

################# */
div#brandstory {
  width: 100%;
  margin: 0;
  padding: 200px 0;
  scroll-snap-align: start;
  background-color: #000;
  background-image: linear-gradient(0deg, #333333, #000000);
  color: #fff;
  box-sizing: border-box;
}
div#brandstory .title {
  width: 100%;
  color: #dcb454;
  font-size: 3cqh;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 180%;
  writing-mode: vertical-rl;
  margin: 0;
  padding: 0 0 200px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
div#brandstory .container {
  max-width: 800px;
  margin: 0 auto 0px auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-space niimi-text niimi-text niimi-text niimi-text niimi-text niimi-text niimi-text" "niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-space niimi-text niimi-text niimi-text niimi-text niimi-text niimi-text niimi-text" "niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-space niimi-text niimi-text niimi-text niimi-text niimi-text niimi-text niimi-text" "niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-space caviar-space caviar-space caviar-space caviar-space caviar-photo caviar-photo caviar-photo" "niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-photo niimi-space caviar-space caviar-space caviar-space caviar-space caviar-photo caviar-photo caviar-photo" "caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-photo caviar-photo caviar-photo" "caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-photo caviar-photo caviar-photo" "caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-text caviar-photo caviar-photo caviar-photo" "space space space space space space space space space space space space space space" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space salt-text salt-text salt-text salt-text salt-text salt-text salt-text" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space salt-text salt-text salt-text salt-text salt-text salt-text salt-text" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space salt-text salt-text salt-text salt-text salt-text salt-text salt-text" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space salt-text salt-text salt-text salt-text salt-text salt-text salt-text" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space shop-space shop-image shop-image shop-image shop-image shop-image shop-image" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space shop-space shop-image shop-image shop-image shop-image shop-image shop-image" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space shop-space shop-image shop-image shop-image shop-image shop-image shop-image" "salt-image salt-image salt-image salt-image salt-image salt-image salt-space shop-space shop-image shop-image shop-image shop-image shop-image shop-image" "shop-text shop-text shop-text shop-text shop-text shop-text shop-text shop-text shop-image shop-image shop-image shop-image shop-image shop-image" "shop-text shop-text shop-text shop-text shop-text shop-text shop-text shop-text shop-image shop-image shop-image shop-image shop-image shop-image" "shop-text shop-text shop-text shop-text shop-text shop-text shop-text shop-text shop-image shop-image shop-image shop-image shop-image shop-image";
}
div#brandstory .niimi-photo {
  grid-area: niimi-photo;
}
div#brandstory .niimi-text {
  grid-area: niimi-text;
}
div#brandstory .niimi-space {
  grid-area: niimi-space;
}
div#brandstory .caviar-photo {
  grid-area: caviar-photo;
}
div#brandstory .caviar-text {
  grid-area: caviar-text;
}
div#brandstory .caviar-space {
  grid-area: caviar-space;
}
div#brandstory .space {
  grid-area: space;
}
div#brandstory .salt-image {
  grid-area: salt-image;
}
div#brandstory .salt-text {
  grid-area: salt-text;
}
div#brandstory .salt-space {
  grid-area: salt-space;
}
div#brandstory .shop-image {
  grid-area: shop-image;
}
div#brandstory .shop-text {
  grid-area: shop-text;
}
div#brandstory .shop-space {
  grid-area: shop-space;
}
div#brandstory img {
  width: 100%;
  vertical-align: bottom;
}
div#brandstory .caviar-text {
  display: flex;
  align-items: flex-end;
  padding: 0 1em 0 0;
}
div#brandstory .caviar-photo {
  display: flex;
  align-items: flex-end;
}
div#brandstory .shop-text {
  display: flex;
  align-items: flex-end;
  padding: 0 1em 0 0;
}
div#brandstory .shop-image {
  display: flex;
  align-items: flex-end;
}

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

	メニュー

################# */
div#menu {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 0px 0;
  scroll-snap-align: start;
}
div#menu p.desc {
  font-size: 16px;
  text-align: center;
  line-height: 150%;
  margin: 0 0 2em 0;
}
div#menu #featured {
  background-color: #fff6e0;
  margin: 50px 0px;
  padding: 1px 20px 30px 20px;
}
div#menu ul.splide__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div#menu ul.splide__list li.menu-list-link {
  font-size: 16px;
  line-height: 150%;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: block grid;
  grid-template-rows: auto auto 1fr auto;
}
div#menu ul.splide__list li.menu-list-link a {
  text-decoration: none;
  display: block grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}
div#menu ul.splide__list li.menu-list-link a span {
  display: block;
  box-sizing: border-box;
}
div#menu ul.splide__list li.menu-list-link a span.photo {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
div#menu ul.splide__list li.menu-list-link a span.photo img {
  width: 100%;
  height: 20vw;
  position: relative;
  object-fit: cover;
  object-position: center;
}
div#menu ul.splide__list li.menu-list-link a span.name {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 10px 0px 0 0px;
  line-height: 150%;
}
div#menu ul.splide__list li.menu-list-link a span.text {
  margin: 0;
  padding: 10px 0px 10px 0px;
  line-height: 150%;
}
div#menu ul.splide__list li.menu-list-link a span.price {
  text-align: right;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
div#menu ul.splide__list li.menu-list-link a span.link {
  background-color: #f9bf11;
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
div#menu ul.splide__list li.menu-list-link a:hover {
  color: #666;
}
div#menu ul.splide__list li.menu-list-link a:hover .photo img {
  opacity: 0.8;
}
div#menu ul.splide__list li.menu-list-link a:hover .name {
  color: #f7931e;
}
div#menu ul.splide__list li.menu-list-link a:hover .link {
  background-color: #f7931e;
  color: #fff;
}
div#menu ul.splide__list li.listlink {
  font-size: 16px;
  line-height: 150%;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
}
div#menu ul.splide__list li.listlink a#nextlink {
  color: #134079;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
div#menu ul.splide__list li.listlink a#nextlink span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
  border: 1px solid #134079;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
div#menu ul.splide__list li.listlink a#nextlink:hover {
  background-color: rgba(19, 64, 121, 0.1);
}
div#menu .splide__track {
  position: relative;
  padding: 0 0 1.5em 0;
}
div#menu .splide__track .splide__pagination {
  position: absolute;
  bottom: 0;
}
div#menu .splide__track {
  /* ページネーション全体のドット（未選択状態）の色 */
}
div#menu .splide__track .splide__pagination__page {
  background: #ccc; /* 通常時の色（例：グレー） */
  opacity: 1; /* 透明度を調整 */
}
div#menu .splide__track {
  /* アクティブな（選択されている）ドットの色 */
}
div#menu .splide__track .splide__pagination__page.is-active {
  background: #134079; /* アクティブ時の色（例：赤） */
  transform: scale(1.2); /* 少し大きくする（任意） */
}
div#menu .splide__arrow { /* 矢印の基本位置とスタイル */
  position: absolute;
  top: 45%;
  background: rgba(255, 255, 255, 0); /* 必要に応じて変更 */
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
div#menu {
  /* 左矢印 */
}
div#menu .splide__arrow--prev {
  left: -2vw; /* スライダーの外側に出す場合 */
}
div#menu {
  /* 右矢印 */
}
div#menu .splide__arrow--next {
  right: -2vw; /* スライダーの外側に出す場合 */
}
div#menu .menu-link {
  text-align: center;
  margin: 50px auto;
}
div#menu .menu-link a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 5px 30px;
  border: 1px solid #000;
  transition: 0.5s;
}
div#menu .menu-link a:hover {
  background-color: #dcd2b9;
  color: #134079;
  border: 1px solid #134079;
}
div#menu .menu-link-white {
  text-align: center;
  margin: 50px auto;
}
div#menu .menu-link-white a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 5px 30px;
  border: 1px solid #FFF;
  transition: 0.5s;
}
div#menu .menu-link-white a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #f9bf11;
  border: 1px solid #f9bf11;
}
div#menu p.note {
  font-size: 14px;
  text-align: right;
}

#contents ul.note-alcohol {
  margin: 60px 0;
  padding: 25px;
  border: 1px solid #dcb454;
}
#contents ul.note-alcohol li {
  list-style: none;
  font-size: 15px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  text-align: left;
}

#contents div.note-caviar1g {
  margin: 60px 0;
  padding: 25px;
  border: 1px solid #DDD;
}
#contents div.note-caviar1g p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

#contents div#halal {
  width: 370px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#contents div#halal p:first-child {
  width: 50px;
  background-color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
#contents div#halal p:first-child img {
  width: 100%;
  vertical-align: top;
}
#contents div#halal p:last-child {
  flex: 1;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin: 0 0 0 10px;
}

#takeout {
  background-color: #134079;
  color: #fff;
  text-align: center;
  margin: 100px auto 0 auto;
  padding: 80px 40px;
}
#takeout p#takeout-title {
  color: #dcb454;
  font-size: 43px;
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}
#takeout p.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 180%;
  margin: 30px 0 10px 0;
}
#takeout p.title img {
  vertical-align: -20px;
}
#takeout p.banner {
  text-align: center;
}
#takeout p.banner a {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  margin: 0 auto;
}
#takeout p.banner a img {
  width: 100%;
  vertical-align: top;
}
#takeout p.banner a:hover img {
  opacity: 0.8;
}
#takeout p.note {
  font-size: 14px;
  text-align: right;
  margin: 50px 0 0 0;
}
#takeout #menu-takeout-splide ul.splide__list, #takeout #menu-souvenirs-splide ul.splide__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link {
  font-size: 16px;
  line-height: 150%;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: block grid;
  grid-template-rows: auto auto 1fr auto;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a {
  text-decoration: none;
  display: block grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span {
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span.photo, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span.photo {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span.photo img, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span.photo img {
  width: 100%;
  height: 20vw;
  position: relative;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span.name, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span.name {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 10px 0px 0 0px;
  line-height: 150%;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span.text, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span.text {
  margin: 0;
  padding: 10px 0px 10px 0px;
  line-height: 150%;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span.price, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span.price {
  text-align: right;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a span.link, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a span.link {
  background-color: #f9bf11;
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a:hover, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a:hover {
  color: #666;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a:hover .photo img, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a:hover .photo img {
  opacity: 0.8;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a:hover .name, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a:hover .name {
  color: #f7931e;
}
#takeout #menu-takeout-splide ul.splide__list li.menu-list-link a:hover .link, #takeout #menu-souvenirs-splide ul.splide__list li.menu-list-link a:hover .link {
  background-color: #f7931e;
  color: #fff;
}
#takeout #menu-takeout-splide ul.splide__list li.listlink, #takeout #menu-souvenirs-splide ul.splide__list li.listlink {
  font-size: 16px;
  line-height: 150%;
  margin: 0 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
}
#takeout #menu-takeout-splide ul.splide__list li.listlink a#nextlink, #takeout #menu-souvenirs-splide ul.splide__list li.listlink a#nextlink {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
#takeout #menu-takeout-splide ul.splide__list li.listlink a#nextlink span, #takeout #menu-souvenirs-splide ul.splide__list li.listlink a#nextlink span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
  border: 1px solid #fff;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
#takeout #menu-takeout-splide ul.splide__list li.listlink a#nextlink span img, #takeout #menu-souvenirs-splide ul.splide__list li.listlink a#nextlink span img {
  transform: rotate(90deg);
}
#takeout #menu-takeout-splide ul.splide__list li.listlink a#nextlink:hover, #takeout #menu-souvenirs-splide ul.splide__list li.listlink a#nextlink:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#takeout #menu-takeout-splide .splide__track, #takeout #menu-souvenirs-splide .splide__track {
  position: relative;
  padding: 0 0 1.5em 0;
}
#takeout #menu-takeout-splide .splide__track .splide__pagination, #takeout #menu-souvenirs-splide .splide__track .splide__pagination {
  position: absolute;
  bottom: 0;
}
#takeout #menu-takeout-splide .splide__track, #takeout #menu-souvenirs-splide .splide__track {
  /* ページネーション全体のドット（未選択状態）の色 */
}
#takeout #menu-takeout-splide .splide__track .splide__pagination__page, #takeout #menu-souvenirs-splide .splide__track .splide__pagination__page {
  background: #fff; /* 通常時の色（例：グレー） */
  opacity: 0.8; /* 透明度を調整 */
}
#takeout #menu-takeout-splide .splide__track, #takeout #menu-souvenirs-splide .splide__track {
  /* アクティブな（選択されている）ドットの色 */
}
#takeout #menu-takeout-splide .splide__track .splide__pagination__page.is-active, #takeout #menu-souvenirs-splide .splide__track .splide__pagination__page.is-active {
  background: #f9bf11; /* アクティブ時の色（例：赤） */
  transform: scale(1.2); /* 少し大きくする（任意） */
}
#takeout #menu-takeout-splide .splide__arrow, #takeout #menu-souvenirs-splide .splide__arrow { /* 矢印の基本位置とスタイル */
  position: absolute;
  top: 45%;
  background: rgba(255, 255, 255, 0); /* 必要に応じて変更 */
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
#takeout #menu-takeout-splide, #takeout #menu-souvenirs-splide {
  /* 矢印（SVG）の色 */
}
#takeout #menu-takeout-splide .splide__arrow svg, #takeout #menu-souvenirs-splide .splide__arrow svg {
  fill: #ffffff; /* 白色の矢印に変更 */
}
#takeout #menu-takeout-splide, #takeout #menu-souvenirs-splide {
  /* ホバー時の色 */
}
#takeout #menu-takeout-splide .splide__arrow:hover svg, #takeout #menu-souvenirs-splide .splide__arrow:hover svg {
  fill: #f9bf11;
}

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

	予約

################# */
div#reserve {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  scroll-snap-align: start;
}
div#reserve #reserve-link {
  list-style: none;
  margin: 30px auto 100px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
}
div#reserve #reserve-link li {
  width: 250px;
  margin: 0 5px;
  padding: 0;
}
div#reserve #reserve-link li img {
  width: 100%;
  max-width: 288px;
}
div#reserve #reserve-link li a:hover img {
  opacity: 0.7;
}
div#reserve #reserve-hp {
  max-width: 800px;
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 50px 0px;
  box-sizing: border-box;
}
div#reserve.secondary {
  background-color: #f9faff;
  max-width: 100%;
}
div#reserve .pay {
  text-align: center;
}
div#reserve .pay table {
  width: auto;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
div#reserve .pay table th {
  background-color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
div#reserve .pay table td {
  background-color: #fff;
  text-align: left;
  padding: 10px 20px;
  border: 0px;
  border-bottom: 1px solid #ccc;
}
div#reserve .pay table tr:last-child th {
  border-bottom: 0px none;
}
div#reserve .pay table tr:last-child td {
  border-bottom: 0px none;
}

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


	セカンダリページ


################################################### */
#secondary-top-image {
  width: 100%;
  height: 20vw;
  margin: 0;
  padding: 0;
}
#secondary-top-image img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  object-position: center;
}

.secondary h1 {
  margin: 0px !important;
}

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

	ニュース

################# */
#news-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 200px auto;
  padding: 0;
  scroll-snap-align: start;
  position: relative;
}
#news-list #news-list-link {
  margin: 100px 0;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: stretch;
}
#news-list #news-list-link li {
  width: 30%;
  margin: 0 0 40px 0;
  padding: 0;
}
#news-list #news-list-link li a {
  display: block;
  height: 100%;
  text-decoration: none;
}
#news-list #news-list-link li a span {
  display: block;
  box-sizing: border-box;
}
#news-list #news-list-link li a span.photo {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
#news-list #news-list-link li a span.photo img {
  width: 100%;
  height: 250px;
  position: relative;
  object-fit: cover;
  object-position: center;
}
#news-list #news-list-link li a span.text {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 150%;
}
#news-list #news-list-link li a span.date {
  text-align: right;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 10px 0 0 0;
}
#news-list #news-list-link li a span.new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  margin: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #b10000;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  pointer-events: none;
}
#news-list #news-list-link li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* ##### Pagination ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 50px auto;
}
.pageNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageNav ul li {
  margin: 0 5px 5px 0;
}
.pageNav ul li a {
  background: rgb(222, 230, 245);
  border: 1px solid rgb(222, 230, 245);
  color: #134079;
  font-weight: bold;
  text-decoration: none;
}
.pageNav ul li a:hover {
  background: rgb(222, 230, 245);
  border: 1px solid #134079;
}
.pageNav ul li a,
.pageNav ul li span {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.pageNav ul li .current {
  background: #134079;
  border: 1px solid #134079;
  color: #fff;
}
.pageNav ul li .invalid {
  background: #eee;
  border: 1px solid #eee;
  color: #999;
}

#news-list .date {
  font-size: 16px;
  text-align: right;
  margin: 0;
  padding: 0;
}

#news-list #news-text {
  margin: 100px 0 0 0;
  padding: 0 0 100px 0;
  border-bottom: 1px solid #eee;
}

#news-list ul#attachment-files {
  list-style: none;
  margin: 0 0 50px 0px;
  padding: 0 0 50px 0;
}
#news-list ul#attachment-files li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
#news-list ul#attachment-files li a {
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#news-list ul#attachment-files li a:hover {
  background-color: rgb(222, 230, 245);
  color: #000;
}

#news-list ul#attachment-images {
  list-style: none;
  margin: 100px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#news-list ul#attachment-images::after {
  content: "";
  display: block;
  width: 30%;
}
#news-list ul#attachment-images li {
  width: 30%;
  margin: 0 0 50px 0;
  padding: 0;
}
#news-list ul#attachment-images li a {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#news-list ul#attachment-images li a span {
  display: block;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  margin: 0 0 5px 0;
}
#news-list ul#attachment-images li a span img {
  max-width: 100%;
  max-height: 266px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#news-list ul#attachment-images li a span:first-child {
  text-align: center;
}
#news-list ul#attachment-images li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

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

	メニューページ

################# */
#menu-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 200px auto;
  padding: 0;
  scroll-snap-align: start;
  position: relative;
}
#menu-list div#sticky-area {
  margin: 0px 0 0 0;
  padding: 10px 0 0 0;
  position: sticky;
  top: 0px;
  z-index: 200;
}
#menu-list .localNav {
  transition: top 0.35s ease;
}
#menu-list #local-menu {
  background-color: rgba(235, 233, 228, 0.8);
  padding: 35px 0;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
}
#menu-list #local-menu::-webkit-scrollbar {
  display: none;
}
#menu-list #local-menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
#menu-list #local-menu ul li {
  flex-shrink: 0;
  margin: 0px 5px;
  padding: 0;
}
#menu-list #local-menu ul li:first-child {
  padding-left: 10px;
}
#menu-list #local-menu ul li:last-child {
  padding-right: 10px;
}
#menu-list #local-menu ul li a {
  display: inline-block;
  background-color: #134079;
  color: #fff;
  text-decoration: none;
  line-height: 120%;
  white-space: nowrap;
  margin: 0;
  padding: 8px 40px 8px 20px;
  border-radius: 3000px;
  position: relative;
  opacity: 80%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#menu-list #local-menu ul li a::after {
  content: "";
  width: 8px; /* 矢印のサイズ */
  height: 8px; /* 矢印のサイズ */
  margin-top: -6px; /* 位置調整 */
  border-right: 2px solid #fff; /* 線の太さ・色 */
  border-bottom: 2px solid #fff; /* 線の太さ・色 */
  transform: translateY(-50%) rotate(45deg); /* 45度傾けて下向きに */
  position: absolute;
  top: calc(50% + 4px);
  right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#menu-list #local-menu ul li a#rec-link {
  background-color: #937c52;
}
#menu-list #local-menu ul li a:hover {
  opacity: 100%;
}
#menu-list #local-menu ul li a:hover::after {
  margin-top: 0px; /* 位置調整 */
}
#menu-list .note {
  margin: 150px 0 0 0;
}

h2.menu-category {
  padding-top: 220px;
}

ul.menu-table {
  margin: 50px 0px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
ul.menu-table li {
  width: 48%;
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
ul.menu-table li > div {
  margin: 0 0 10px 0;
}
ul.menu-table li > div.photo img {
  width: 100%;
  height: 385px;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
ul.menu-table li > div.name {
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  padding: 10px 0px 0 0px;
}
ul.menu-table li > div.text {
  line-height: 150%;
  margin: 0;
  padding: 10px 0px 0 0px;
}
ul.menu-table li > div.price {
  text-align: right;
  font-weight: 500;
  margin: 0;
  padding: 10px 0px;
}
ul.menu-table li > div.price span {
  display: inline-block;
}
ul.menu-table li > div.price span::after {
  content: "／";
}
ul.menu-table li > div.price span:last-child::after {
  content: "";
}

/* ====== 追加分 ====== */
ul.menu-table li.drink-group-heading {
  width: 100%;
  flex-basis: 100%;
  margin: 25px 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

ul.menu-table li.drink-group-heading h3 {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

ul.menu-table li.drink-item-compact {
  width: 100%;
  flex-basis: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  align-items: center;
  border-bottom: 1px dotted #c9c9c9;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

ul.menu-table li.drink-item-compact > div.name {
  order: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

ul.menu-table li.drink-item-compact > div.price {
  order: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
}

ul.menu-table li.drink-item-compact > div.price span::after {
  content: "";
}

/* ====== 追加分終了 ====== */
p.menunote {
  font-size: 14px;
  text-align: justify;
  line-height: 150%;
  margin: 0 5vw;
}

#menu-pdf ul {
  list-style: none;
  display: flex;
}
#menu-pdf ul li {
  display: inline-block;
}
#menu-pdf .pdf-link-btn {
  text-align: center;
  margin: 100px auto 50px auto;
}
#menu-pdf .pdf-link-btn a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 5px 80px;
  border: 1px solid #000;
  transition: 0.5s;
}
#menu-pdf .pdf-link-btn a:hover {
  background-color: #134079;
  color: #fff;
  border: 1px solid #134079;
}

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

	店舗情報

################# */
#shop {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 200px auto;
  padding: 0;
  scroll-snap-align: start;
  position: relative;
}
#shop .shopinner {
  margin: 100px 0 0 0;
}
#shop .shopinner p {
  margin: 10px 0;
}
#shop strong {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 10px 0 10px 0;
}
#shop iframe {
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 30px auto;
  border: 0;
}
#shop ul {
  column-count: 2;
  margin: 0 0 50px 0;
}
#shop a.zoomin {
  text-decoration: none;
  pointer-events: none;
}
#shop a.zoomin span {
  display: none;
}
#shop .pay {
  text-align: center;
}
#shop .pay table {
  width: auto;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
#shop .pay table th {
  background-color: #f9faff;
  padding: 10px 20px;
  border: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#shop .pay table td {
  background-color: #fff;
  text-align: left;
  padding: 10px 20px;
  border: 0px;
  border-bottom: 1px solid #ccc;
}
#shop .pay table tr:last-child th {
  border-bottom: 0px none;
}
#shop .pay table tr:last-child td {
  border-bottom: 0px none;
}

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

	運営会社

################# */
#company {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 200px auto;
  padding: 0;
  scroll-snap-align: start;
  position: relative;
}
#company .companyinner {
  margin: 100px 0 0 0;
}
#company .companyinner p {
  margin: 10px 0;
}
#company .companyinner table {
  margin: 0 0 50px 0;
}
#company .companyinner table td ul li img {
  width: 40px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#company .companyinner table td ul li span {
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 0 1em;
}

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

	プライバシーポリシー

################# */
#privacy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 200px auto;
  padding: 0;
  scroll-snap-align: start;
  position: relative;
}
#privacy .privacyinner {
  margin: 100px 0 0 0;
}
#privacy .privacyinner p {
  margin: 10px 0;
}
#privacy .privacyinner ul {
  margin: 0px 0px 50px 0px;
}

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

	オンラインショップ

################# */
#onlineshop {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 200px auto;
  padding: 0;
  scroll-snap-align: start;
  position: relative;
}
#onlineshop .onlineshopinner {
  margin: 100px 0 0 0;
}
#onlineshop .onlineshopinner p {
  margin: 10px 0;
}
#onlineshop .onlineshopinner ul {
  margin: 50px 0px;
}

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


	フッター


################################################## */
footer {
  background-color: #134079;
  color: #fff;
  margin: 0;
  padding: 0;
}
footer div#footer-inner {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
  scroll-snap-align: start;
}
footer div#footer-inner a {
  color: #fff;
}
footer div#footer-inner a:hover {
  color: #f9bf11;
}
footer div#footer-inner address {
  font-style: normal;
  text-align: center;
}
footer div#footer-inner address img {
  margin: 0 0 20px 0;
}
footer div#footer-inner address strong {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 10px 0;
}
footer div#footer-inner ul#sns-link {
  width: 100%;
  max-width: 300px;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
footer div#footer-inner ul#sns-link li {
  width: 14.6666666667%;
  text-align: center;
  margin: 0 1%;
  padding: 0;
}
footer div#footer-inner ul#sns-link li img {
  width: 100%;
  max-width: 40px;
}
footer div#footer-inner ul#sns-link li a:hover {
  opacity: 80%;
}
footer div#footer-inner .pay {
  text-align: center;
}
footer div#footer-inner .pay table {
  width: auto;
  font-size: 14px;
  line-height: 150%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
}
footer div#footer-inner .pay table th {
  background-color: transparent;
  padding: 5px 20px;
  border: 0px;
  border-right: 1px solid #ccc;
}
footer div#footer-inner .pay table td {
  background-color: transparent;
  text-align: left;
  padding: 5px 20px;
  border: 0px;
}
footer div#footer-inner .pay table tr:last-child th {
  border-bottom: 0px none;
}
footer div#footer-inner .pay table tr:last-child td {
  border-bottom: 0px none;
}
footer div#footer-inner ul#shop-photo {
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
footer div#footer-inner ul#shop-photo li {
  width: 48%;
  text-align: center;
  margin: 0;
  padding: 0;
}
footer div#footer-inner ul#shop-photo li img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
footer div#footer-inner iframe {
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 30px auto;
  border: 0;
}
footer div#footer-inner div#halal {
  width: 370px;
  margin: 10px auto 10px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
footer div#footer-inner div#halal p:first-child {
  width: 50px;
  background-color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
footer div#footer-inner div#halal p:first-child img {
  width: 100%;
}
footer div#footer-inner div#halal p:last-child {
  width: 300px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin: 0;
}
footer div#footer-inner div.caviar-list {
  margin: 30px 0;
  padding: 30px 50px;
  border: 1px solid #fff;
}
footer div#footer-inner div.caviar-list p {
  color: #f9bf11;
  font-size: 24px;
  font-weight: 600;
}
footer div#footer-inner div.caviar-list dl {
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}
footer div#footer-inner div.caviar-list dl dt {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #6683a8;
  margin: 0;
  padding: 0 0 10px 0;
}
footer div#footer-inner div.caviar-list dl dt span {
  font-size: 14px;
}
footer div#footer-inner div.caviar-list dl dd {
  margin: 0;
  padding: 0;
}
footer div#footer-inner div.caviar-list ul {
  margin: 10px 0 0 25px;
  padding: 0;
  text-align: left;
}
footer div#footer-inner div.caviar-list ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
footer div#footer-btm {
  background-color: #000;
  padding: 0px 0 10px 0;
}
footer div#footer-btm p {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer div#footer-btm p#msfarm-link {
  padding: 100px 0 80px 0;
}
footer div#footer-btm p#msfarm-link a img {
  width: 100%;
  max-width: 300px;
  opacity: 80%;
}
footer div#footer-btm p#msfarm-link a:hover img {
  opacity: 100%;
}
footer div#footer-btm p#copyright {
  color: #888;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* +++++++++++++ Side Btn +++++++++++++ */
ul#sidebtn {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
}
ul#sidebtn li {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px 0 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 9px -2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 9px -2px;
}
ul#sidebtn li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  opacity: 50%;
}
ul#sidebtn li a img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
ul#sidebtn li a:hover {
  opacity: 100%;
}
ul#sidebtn li:hover {
  -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;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
}

/* +++++++++++++ Pagetop Btn +++++++++++++ */
p#btn-pagetop {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6000;
}
p#btn-pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #00316e;
  text-align: center;
  border-radius: 100%;
  opacity: 60%;
  transition: 0.5s;
}
p#btn-pagetop a img {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 7px);
  transition: 0.5s;
}
p#btn-pagetop a:hover {
  opacity: 100%;
}
p#btn-pagetop a:hover img {
  top: calc(50% - 20px);
}