/* メインビジュアル */
.mv {
  height: 630px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.mv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.mv-content {
  position: relative;
  z-index: 3;
  max-width: 37.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.mv-title-logo {
  height: 14.375rem;
  width: auto;
  margin-bottom: 1.25rem;
  filter: brightness(0) saturate(100%) invert(100%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.mv-subtitle-logo {
  height: 2rem;
  width: auto;
  filter: brightness(0) saturate(100%) invert(100%) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

/* 店舗情報バー */
.info-bar {
  background-color: #a8181e;
  color: white;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding: 2rem 0;
}

.info-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  gap: 0.75rem;
  font-weight: 500;
}

.info-separator {
  color: white;
  font-weight: normal;
}

/* メニューセクション */
.menu-section {
  padding: 8.75rem 0;
  background-image: url("../assets/textures/washi.jpg");
}

.menu-item {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 7.5rem;
}

.menu-item:last-child {
  margin-bottom: 0;
}

.menu-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
}

.menu-card.reverse {
  flex-direction: row-reverse;
}

.menu-image {
  flex: 2 1 0;
  min-width: 0;
  height: 26.875rem;
  border-radius: 4px;
}

.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.menu-content {
  position: relative;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-shrink: 0;
}

.menu-tag {
  background-color: white;
  border: 2px solid #a8181e;
  color: #a8181e;
  padding: 1.875rem 0.5rem;
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
}

.menu-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
  align-items: center;
  gap: 1.25rem;
}

.menu-category-top {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-self: flex-start;
}

.menu-category-main {
  height: 13rem;
}

.menu-category-main.nabe {
  height: 7rem;
}

.menu-button {
  width: 18.75rem;
  background-color: #313131;
  color: white;
  border: none;
  padding: 1.125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu-button.reverse {
  margin-left: auto;
  margin-right: 0;
}

.menu-button:hover {
  background-color: #555;
}

.menu-button .right-arrow {
  width: 1.25rem;
  height: auto;
  position: absolute;
  right: 1.5rem;
  filter: drop-shadow(0 0 0.5px currentColor);
}

/* 道楽のこだわりセクション */
.commitment-section {
  background-color: white;
  padding: 8.75rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 7.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}

.section-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.dot {
  width: 1.5rem;
  height: auto;
}

.commitment-item {
  margin-bottom: 10rem;
  height: fit-content;
  min-height: 32rem;
  position: relative;
  overflow: visible;

  /* Windowsで横スクロールバーを出さないように */
  overflow-x: clip;
}

.commitment-item .container {
  position: relative;
  height: 100%;
  min-height: inherit;
  max-width: 62.5rem;
  display: flex;
  flex-direction: column;
}

.commitment-content {
  max-width: 25rem;
}

.commitment-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 1rem;
  padding-left: 1rem;
}

.fish .commitment-title {
  position: absolute;
  right: 8%;
  top: 0;
}

.commitment-text {
  background-image: url("../assets/textures/beige.jpg");
  background-size: cover;
  padding: 3rem 4rem;
  border-radius: 4px;
  line-height: 1.8;
  position: absolute;
  top: 35%;
  z-index: 2;
  width: 31rem;
  max-width: 60 * var(--vw);
  box-shadow: 5px 4px 11px rgba(0, 0, 0, 0.25);
  margin-left: 1rem;
}

.fish .commitment-text {
  right: 0;
  margin-right: 1rem;
}

.commitment-text p {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.commitment-text p:last-child {
  margin-bottom: 0;
}

.commitment-image {
  position: absolute;
  top: 0;
  width: 35rem;
  max-width: 50 * var(--vw);
  height: 25rem;
  z-index: 1;
}

.meat .commitment-image {
  right: 0;
}

.commitment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.commitment-texture {
  position: absolute;
  top: 45%;
  width: 80%;
  max-width: 60rem;
  height: 20rem;
  z-index: 0;
}

.meat .commitment-texture {
  right: calc(-50 * var(--vw) + 50%);
}

.commitment-texture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* 店舗情報セクション */
.store-section {
  padding: 8.75rem 0;
  background-image: url("../assets/textures/washi.jpg");
  letter-spacing: 0.1em;
}

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

.store-section .logo-image {
  height: 3.5rem;
  width: auto;
}

.store-section .logo-text-image {
  height: 1.75rem;
  width: auto;
}

.store-content {
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
  justify-content: center;
}

.store-images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: fit-content;
  max-width: 50 * var(--vw);
  flex-shrink: 1;
  min-width: 0;
}

.store-image {
  width: 100%;
  max-width: 28.125rem;
  height: 21.875rem;
  object-fit: cover;
  border-radius: 4px;
}

.store-details {
  flex-shrink: 0;
  width: fit-content;
  max-width: 28.125rem;
  padding: 0 1.5rem;
}

.store-name {
  margin-bottom: 0.3125rem;
}

.store-type {
  margin-bottom: 1.875rem;
}

.contact-info {
  margin-bottom: 1rem;
}

.contact-label {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}

.contact-phone {
  font-size: clamp(1.25rem, 3 * var(--vw), 1.5rem);
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  background-color: #a8181e;
  padding: clamp(0.75rem, 2 * var(--vw), 1rem) clamp(1.5rem, 4 * var(--vw), 2rem);
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: clamp(15rem, 45 * var(--vw), 17.5rem);
  margin: 0 auto;
  flex-wrap: wrap;
  min-height: 3rem;
}

.contact-phone:hover {
  background-color: #8a1318;
}

.contact-phone img {
  width: 1.5rem;
  height: auto;
}

.store-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.875rem;
  margin: 1.875rem auto;
  max-width: 28.125rem;
}

.store-info-table tr {
  border-bottom: 1px dashed #7d7d7d;
}

.store-info-table td {
  padding: 0.75rem 0;
  font-size: 1rem;
  line-height: 2;
}

.store-info-table .info-label {
  width: 7.5rem;
  vertical-align: top;
}

.store-info-table .info-value {
  padding-left: 1.25rem;
}

.note {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 28.125rem;
}

.note li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

/* アクセスセクション */
.section-header.access {
  margin: 3.75rem 0;
}

.map-container {
  margin-bottom: 2.5rem;
}

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

.address {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.train-icon {
  margin-bottom: 1rem;
}

.access-details p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* レスポンシブ対応 */
@media (max-width: 1000px) {
  /* 店舗情報バー */
  .info-bar {
    padding: 0;
  }
  .info-bar .container {
    display: table;
    width: auto;
    font-size: 0.9375rem;
    padding: 1rem;
    margin: 0 auto;
  }

  .info-item {
    display: table-row;
  }

  .info-label,
  .info-value {
    display: table-cell;
    padding: 0.25rem 0;
    text-align: left;
    vertical-align: top;
  }

  .info-label {
    padding-right: 0.75rem;
  }

  .info-separator {
    display: none;
  }
}

@media (max-width: 800px) {
  /* メインビジュアル */
  .mv {
    height: 530px;
  }

  .mv-title-logo {
    height: 11rem;
  }

  .mv-subtitle-logo {
    height: 1.75rem;
  }

  /* メニューセクション */
  .menu-section {
    padding: 5rem 0;
  }

  .menu-item {
    margin-bottom: 5rem;
  }

  .menu-card {
    gap: 1rem;
  }

  .menu-image.sp {
    width: 60 * var(--vw);
    height: 60 * var(--vw);
  }

  .menu-image.sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menu-content {
    flex-direction: column;
    gap: 1rem;
  }

  .menu-category {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0;
  }

  .menu-category-top-row {
    display: flex;
    gap: 0.2rem;
    align-items: center;
  }

  .menu-tag {
    font-size: 1.25rem;
    padding: 1rem 0.25rem;
    margin-bottom: 0;
  }

  .menu-category-top {
    font-size: 1.25rem;
    align-self: center;
  }

  .menu-category-main {
    height: 8rem;
    align-self: center;
  }

  .menu-category-main.nabe {
    height: 4rem;
  }

  .menu-button {
    width: 100%;
    font-size: 1rem;
    margin: 0 !important;
    padding: 1rem 1.5rem;
  }

  /* こだわりセクション */
  .commitment-section {
    padding: 5rem 0;
  }

  .section-header {
    margin-bottom: 3.75rem;
  }

  .section-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }

  .dot {
    width: 1.25rem;
  }

  .commitment-item {
    height: fit-content;
    min-height: 37rem;
    margin-bottom: 3.75rem;
    position: relative;
  }

  .commitment-item.fish {
    height: 100%;
    margin-bottom: 0;
  }

  .commitment-item .container {
    position: static;
    height: auto;
    min-height: fit-content;
  }

  .commitment-title {
    font-size: 1.75rem;
    font-weight: 600;
    width: fit-content;
    padding-top: 0;
    margin: 0 auto 1.5rem auto;
  }

  .fish .commitment-title {
    position: static;
    margin: 0 auto 1.5rem auto;
  }

  .commitment-container {
    height: 100%;
    min-height: inherit;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .fish .commitment-container {
    min-height: 36rem;
  }

  .commitment-text {
    position: absolute;
    width: 85%;
    max-width: 85 * var(--vw);
    padding: 2rem;
    margin: 0;
    top: 50%;
  }

  .fish .commitment-text {
    margin: 0;
    top: 50%;
  }

  .commitment-text p {
    font-size: 1rem;
  }

  .commitment-image {
    width: 100%;
    max-width: 100 * var(--vw);
    height: 20rem;
  }

  .commitment-image img {
    border-radius: 0px;
  }

  .commitment-texture {
    width: 75 * var(--vw);
    top: 40%;
    height: 20rem;
  }

  .fish .commitment-texture {
    top: 50%;
  }

  .commitment-texture img {
    max-height: 32rem;
  }

  /* 店舗情報セクション */
  .store-section {
    padding: 5rem 0;
  }

  .store-content {
    flex-direction: column;
    gap: 2rem;
  }

  .store-image {
    width: 100%;
    height: 15rem;
  }

  .store-details {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }

  .store-interior-box {
    /* Windowsで横スクロールバーを出さないように */
    overflow-x: clip;
  }

  .store-interior-fullwidth {
    margin: 2rem 0;
    width: 100 * var(--vw);
    margin-left: calc(-50 * var(--vw) + 50%);
    margin-right: calc(-50 * var(--vw) + 50%);
  }

  .store-interior-image {
    width: 100%;
    height: 15rem;
    object-fit: cover;
  }

  .note {
    font-size: 0.9375rem;
  }

  .note li {
    list-style: none;
    position: relative;
    padding-left: 0.75rem;
  }

  .note li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: inherit;
  }

  /* アクセスセクション */
  .map-container iframe {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .commitment-texture {
    top: 35%;
  }

  .fish .commitment-texture {
    top: 40%;
  }
}

@media (max-width: 660px) {
  .commitment-texture {
    top: 45%;
  }

  .fish .commitment-texture {
    top: 40%;
  }
}

@media (max-width: 610px) {
  .commitment-texture {
    top: 45%;
  }

  .fish .commitment-texture {
    top: 45%;
  }

  .commitment-section {
    padding-bottom: 6rem;
  }
}

@media (max-width: 427px) {
  .commitment-texture {
    top: 45%;
  }

  .fish .commitment-texture {
    top: 50%;
  }

  .commitment-section {
    padding-bottom: 8rem;
  }
}

@media (max-width: 385px) {
  .commitment-texture {
    top: 45%;
  }

  .fish .commitment-texture {
    top: 55%;
  }

  .commitment-section {
    padding-bottom: 10rem;
  }
}
