/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a:hover {
  opacity: 0.7;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/*コンテンツフェードイン*/
.fadein-target {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

/* Custom Styles */
body {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  background-color: #202020;
  color: #fff;
  font-size: 16px;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
header {
  background-color: #461111;
  height: 138px;
  display: flex;
  align-items: center;
  padding: 0 56px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.logo-container {
  flex: 1;
}

.logo {
  width: 325px;
  height: 42px;
}

.site-description {
  font-size: 13px;
  line-height: 3;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.main-nav li {
  margin: 0 20px;
  text-align: center;
  line-height: 1.5;
}

.main-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.4;
}

.main-nav a span {
  font-size: 15px;
  letter-spacing: 1.5px;
}

.main-nav a.current span {
  color: #c71c1c;
}

.header-contact {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.phone-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header-contact p {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

/* Hero Section */
.hero {
  position: relative;
  height: 669px;
  text-align: center;
}

.hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 669px;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 669px;
  background-size: cover;
  background-position: center;
}

.hero-text {
  position: relative;
  top: 30%;
  text-shadow: 0px 0px 9.2px rgba(0, 0, 0, 0.25);
}

.hero-text h1 {
  font-weight: 700;
  line-height: 2;
}

.hero-text h1 .large {
  font-size: 64px;
  letter-spacing: 1.28px;
}

.hero-text h1 .medium {
  font-size: 48px;
  letter-spacing: 0.96px;
}

.hero-text p {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

/* News Section */
.news {
  padding: 100px 0;
  text-align: center;
}

.news h2 {
  font-size: 36px;
  letter-spacing: 2.88px;
}

.news .sub-title {
  font-size: 20px;
  letter-spacing: 1.6px;
  margin-top: 10px;
}

.news ul {
  margin-top: 40px;
  display: inline-block;
  text-align: left;
}

.news li {
  font-size: 20px;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}

.news li span {
  margin-right: 30px;
}

.news li a {
  color: #fff
}

/* Concept Section */
.concept {
  padding: 100px 50px;
  position: relative;
  background-image: url('img/bg-brown.webp');
  background-size: cover;
  background-position: center;
}

.concept-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px;
  gap: 50px;
}

.concept-item.reverse {
  flex-direction: row-reverse;
}

.concept-text {
  width: 56%;
}

.concept-text h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2.56px;
  margin-bottom: 30px;
}

.concept-text p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.6px;
}

.concept-image {
  width: 50%;
}

.concept-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.concept-item.reverse .concept-image {
  text-align: left;
  margin-left: calc(-1 * (50vw - 50%));
  /* ← 画面左端に寄せる */
}

.concept-item .concept-image {
  text-align: right;
  /* margin-right: calc(-1 * (50vw - 50%)); */
}

.concept-title-container {
  text-align: center;
  margin-bottom: 50px;
}

.concept-subtitle {
  font-size: 24px;
  letter-spacing: 1.92px;
  margin-bottom: 15px;
}

.concept-title {
  font-size: 32px;
  letter-spacing: 2.56px;
  margin-top: 10px;
}

.btn {
  display: block;
  width: 206px;
  height: 58px;
  background-color: #c81912;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
  margin: 0 auto;
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}

/* Menu Section */
.menu {
  padding: 100px 0;
  position: relative;
  text-align: center;
  background-image: url('img/bg-menu-mask.webp');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-top {
  background-position: center 100px !important;
}

.menu h2 {
  font-size: 40px;
  letter-spacing: 3.2px;
  margin-bottom: 50px;
}

.menu-title-container {
  margin-bottom: 25px;
}

.menu h3 {
  font-size: 32px;
  letter-spacing: 2.56px;
  font-weight: 700;
}

.menu-subtitle {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 9.2px rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic Antique";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  text-align: left;
  align-items: center;
  padding: 50px 0
}

.bigspace {
  margin-bottom: 200px;
}

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

.menu-item p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

.menu-item .btn {
  margin: 0;
  margin-bottom: 40px;
}

.menu-image-container {
  position: relative;
  display: inline-block;
}

.menu-image-container img {
  width: 548px;
  height: 380px;
  object-fit: cover;
}

.menu-image-container::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  right: -17px;
  bottom: -17px;
  border: 1px solid #C81912;
  z-index: -1;
}

.drink-title {
  position: absolute;
  top: -100px;
  left: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px
}

.drink-title p {
  font-size: 32px;
  writing-mode: vertical-rl;
  background: #C81912;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 5px;
  padding: 15px 15px 10px;
}

/* Shop Section */
.shop {
  padding: 100px 0;
  background-image: url('img/bg-brown.webp');
  background-size: cover;
  background-position: center;
}

.shop-info {
  display: flex;
  justify-content: space-between;
}

.shop-info-container {
  width: 50%;
}

.shop-subtitle {
  font-size: 24px;
  letter-spacing: 1.92px;
  margin-bottom: 15px;
}

.shop-title {
  font-size: 32px;
  letter-spacing: 2.56px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.shop-details {
  font-size: 20px;
  text-align: left;
  line-height: 2.48;
  letter-spacing: 1.6px;
}

.shop-details th {
  width: 150px;
}

.shop-image {
  width: 600px;
  height: 450px;
  overflow: hidden;
}

/* Map Section */
.map img {
  width: 100%;
  display: block;
}

/* Footer */
footer {
  text-align: center;
  padding-bottom: 40px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 60px;
}

.footer-logo {
  width: 325px;
  height: 42px;
}

.footer-description {
  font-size: 13px;
  padding-top: 10px;
}

.footer-nav ul {
  display: flex;
}

.footer-nav li {
  margin: 0 20px;
  text-align: center;
}

.footer-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2.2;
}

.footer-nav a span {
  font-size: 15px;
  letter-spacing: 1.5px;
}

.back-to-top img {
  width: 56px;
  height: 56px;
}

.copyright {
  font-size: 16px;
  letter-spacing: 1.28px;
}

/* Fixed Bottom Menu */
.fixed-bottom-menu {
  display: flex !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c81912;
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
  z-index: 1000;
}

.fixed-bottom-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 10px;
  flex: 1;
  text-align: center;
}

.fixed-bottom-menu-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.fixed-bottom-menu-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.fixed-bottom-menu-item span {
  display: block;
}

/*下層ページ共通*/
.page-hero {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.page-hero-text {
  position: relative;
  z-index: 1;
}

.page-hero-text h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
}

.page-hero-text p {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
}

/* Commitment Page Styles */
.commitment-intro {
  display: flex;
  gap: 80px;
  padding: 100px 0;
}

.commitment-intro-text {
  width: 50%;
}

.commitment-intro-text h2 {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 700;
}

.commitment-intro-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.commitment-intro-image {
  width: 50%;
}

.commitment-intro-image img {
  width: 100%;
}

.commitment-details {
  padding: 100px 0;
  background-image: url(img/bg-brown.webp);
  background-size: cover;
  background-position: center;
}

.commitment-details-title-container {
  text-align: center;
  margin-bottom: 80px;
}

.commitment-details-subtitle {
  font-size: 24px;
  letter-spacing: 1.92px;
}

.commitment-details-title {
  font-size: 32px;
  letter-spacing: 2.56px;
  margin-top: 10px;
}

.commitment-detail-item {
  display: flex;
  gap: 80px;
  margin-bottom: 100px;
}

.commitment-detail-item.reverse {
  flex-direction: row-reverse;
}

.commitment-detail-image {
  width: 50%;
}

.commitment-detail-image img {
  width: 100%;
}

.commitment-detail-text {
  position: relative;
  width: 50%;
}

.commitment-number {
  position: absolute;
  top: -100px;
  color: #663c22;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 200%;
  letter-spacing: 7.68px;
  z-index: 0;
}

.commitment-detail-text h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 1;
}

.commitment-detail-text p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.6px;
}

/* Food Page Styles */
.food-hero {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.food-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  mask-image: url(img/021_1.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}

.food-hero-text {
  position: relative;
  z-index: 1;
}

.food-hero-text h1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 4.32px;
  text-shadow: 0px 0px 9.2px rgba(0, 0, 0, 0.25);
}

.food-hero-text p {
  font-size: 36px;
  letter-spacing: 3.24px;
  margin-top: 10px;
  text-shadow: 0px 0px 9.2px rgba(0, 0, 0, 0.25);
}

.course {
  padding: 100px 0;
  position: relative;
}

.course-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.14;
  mask-image: url(img/042_1.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}

.course-title-container {
  text-align: center;
  margin-bottom: 80px;
}

.course-subtitle {
  font-size: 20px;
  letter-spacing: 1.8px;
  text-shadow: 0px 0px 9.2px rgba(0, 0, 0, 0.25);
}

.course-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.56px;
  margin-top: 10px;
}

.course-items {
  display: flex;
  justify-content: center;
}

.course-item {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1100px;
}

.course-item-image {
  width: 50%;
  border: 1px solid #c81912;
  mask-image: url(img/053_2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.course-item-image img {
  width: 100%;
  display: block;
}

.course-item-text {
  width: 50%;
}

.course-item-text h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.56px;
  margin-bottom: 20px;
  background-color: #c81912;
  padding: 10px;
  display: inline-block;
}

.course-item-text p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.6px;
}

.course-item-text span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.56px;
  margin-top: 20px;
  background-color: #c81912;
  padding: 10px;
}

.course-notes {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.6px;
}

.food-menu {
  padding: 100px 0;
}

.food-menu-title-container {
  text-align: center;
  margin-bottom: 50px;
}

.food-menu-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.56px;
}

.food-menu-image-container {
  mask-image: url(img/042_3.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  border: 1px solid #c81912;
}

.food-menu-image-container img {
  width: 100%;
  display: block;
}

.a-la-carte,
.limited-menu {
  padding: 0 0 100px;
}

.a-la-carte-title-container,
.limited-menu-title-container {
  text-align: center;
  margin-bottom: 50px;
}

.a-la-carte-title,
.limited-menu-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.56px;
}

.a-la-carte-list,
.limited-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.a-la-carte-list li,
.limited-menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.item-name {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

.item-name small {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.item-price {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  line-height: 2.0;
  letter-spacing: 1.92px;
}

.item-price-l {
  font-size: 36px;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 1.92px;
}

/* Single Post Page */
.post {
  padding: 80px 0;
}

.post-title {
  font-size: 28px;
  text-align: center;
}

.post-meta {
  font-size: 16px;
  text-align: right;
}

.post-content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.2px;
  padding: 50px 0;
}

.post-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 20px;
  border-bottom: 2px solid #c81912;
  padding-bottom: 10px;
}

.post-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
  border-left: 5px solid #c81912;
  padding-left: 10px;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content a {
  color: #c81912;
  text-decoration: underline;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* Hero Slider Styles */
.hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 669px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: hero-fade 15s infinite;
}

.hero-slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-slide:nth-child(2) {
  animation-delay: 5s;
}

.hero-slide:nth-child(3) {
  animation-delay: 10s;
}

/* ↓ スマホだけ差し替える */
@media (max-width: 767px) {
  .hero-slide:nth-child(1) {
    background-image: url('img/mv_01_sp.webp')!important;
  }
  .hero-slide:nth-child(2) {
    background-image: url('img/mv_02_sp.webp')!important;
  }
  .hero-slide:nth-child(3) {
    background-image: url('img/mv_03_sp.webp')!important;
  }
}

@keyframes hero-fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  43% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .header-contact {
    display: none;
  }
}

/* Responsive Styles */
@media (max-width: 768px) {

  body {
    padding-bottom: 50px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .inner {
    padding: 0 20px;
  }

  /* Header */
  header {
    height: 80px;
    padding: 0 20px;
    background: #202020;
  }

  .header-content {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    height: 80px;
  }

  .logo {
    width: 200px;
    height: auto;
  }

  .site-description {
    font-size: 9px;
    padding-top: 4px;
    line-height: 1.5;
  }

  .header-contact {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #461111;
  }

  .main-nav.active {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
  }

  .main-nav li {
    margin: 0;
    border-bottom: 1px solid #5a2e2e;
  }

  .main-nav a {
    display: block;
    font-size: 16px;
    padding: 15px 0;
  }

  .hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    background-color: #461111;
    border: none;
    margin-left: auto;
    gap: 5px;
  }

  .hamburger-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: static;
    transition: transform 0.3s, opacity 0.3s;
  }

  .hamburger-menu-text {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .hamburger-menu.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hamburger-menu.active .hamburger-menu-text {
    display: none;
  }

  /* Hero Section */
  .hero,
  .hero-slider {
    height: 600px;
  }

  .hero-text {
    top: 40%;
    width: 100%;
  }

  .hero-text h1 {
    line-height: 1.5;
  }

  .hero-text h1 .large {
    font-size: 32px;
  }

  .hero-text h1 .medium {
    font-size: 24px;
  }

  .hero-text p {
    font-size: 20px;
    line-height: 2.0;
  }

  /* News Section */
  .news {
    padding: 80px 0;
  }

  .news h2 {
    font-size: 28px;
  }

  .news .sub-title {
    font-size: 16px;
  }

  .news ul {
    margin-top: 30px;
  }

  .news li {
    font-size: 16px;
    display: flex;
    gap: 20px;
  }

  .news li span {
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* Concept Section */
  .concept {
    padding: 80px 0;
  }

  .concept-title {
    font-size: 24px;
  }

  .concept-item {
    flex-direction: column-reverse !important;
    margin-bottom: 80px;
  }

  .concept-text,
  .concept-image {
    width: 100%;
  }

  .concept-text {
    order: 2;
  }

  .concept-image {
    order: 1;
    margin-bottom: 30px;
    margin-left: 0 !important;
  }

  .concept-text h2 {
    font-size: 24px;
  }

  .concept-text p {
    font-size: 16px;
  }

  /* Menu Section */
  .menu {
    padding: 80px 0;
  }

  .menu h2 {
    font-size: 28px;
  }

  .menu-item {
    flex-direction: column !important;
    gap: 40px;
    padding: 0 0 100px;
  }

  .menu-item p {
    font-size: 16px;
  }

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

  .menu-image-container {
    width: 100%;
  }

  .menu-image-container img {
    width: 100%;
    height: auto;
  }

  .menu-item .btn {
    margin: 0 auto;
  }

  .bigspace {
    margin-bottom: 0;
  }

  .drink-title {
    top: -30px;
    left:8px;
    justify-content: center;
    gap:5px;
    margin-bottom: 20px;
  }

  .drink-title p {
    padding: 7px;
    font-size: 17px;
  }

  /* Shop Section */
  .shop {
    padding: 80px 0;
  }

  .shop-title {
    font-size: 24px;
  }

  .shop-info {
    flex-direction: column;
  }

  .shop-info-container,
  .shop-image {
    width: 100%;
  }

  .shop-image {
    margin-top: 40px;
    height: auto;
  }

  .shop-image img {
    width: 100%;
    height: auto;
  }

  .shop-details {
    font-size: 16px;
  }

  .shop-details tr {
    line-height: 1.5;
    display: block;
    margin-bottom: 14px;
  }

  .shop-details th,
  .shop-details td {
    display: block;
    width: 100%;
    padding: 0;
  }

  /* Footer */
  .map {
    height: 400px;
    overflow: hidden;
  }

  .footer-content {
    position: relative;
    flex-direction: column;
    gap: 25px;
    padding: 40px 20px;
  }

  .footer-logo {
    width: 250px;
    height: auto;
  }

  .footer-description {
    line-height: 1.5;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .back-to-top {
    position: absolute;
    bottom: 0px;
    right: 20px;
  }

  .back-to-top img {
    width: 40px;
    height: 40px;
  }

  .copyright {
    font-size: 12px;
  }

  /* Commitment Page */
  .page-hero {
    height: 200px;
  }

  .page-hero-text h1 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .page-hero-text p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .commitment-intro {
    flex-direction: column;
    gap: 40px;
    padding: 80px 20px;
  }

  .commitment-intro-text,
  .commitment-intro-image {
    width: 100%;
  }

  .commitment-intro-text h2 {
    font-size: 24px;
  }

  .commitment-intro-text p {
    font-size: 16px;
  }

  .commitment-details {
    padding: 80px 0;
  }

  .commitment-details-title {
    font-size: 24px;
  }

  .commitment-detail-item {
    flex-direction: column !important;
    gap: 40px;
    margin-bottom: 80px;
  }

  .commitment-detail-image,
  .commitment-detail-text {
    width: 100%;
  }

  .commitment-number {
    font-size: 60px;
    top: -60px;
  }

  .commitment-detail-text h3 {
    font-size: 22px;
  }

  .commitment-detail-text p {
    font-size: 16px;
  }

  /* Food Page */
  .food-hero-text h1 {
    font-size: 32px;
    letter-spacing: 2.88px;
  }

  .food-hero-text p {
    font-size: 24px;
    letter-spacing: 2.16px;
  }

  .menu h3 {
    font-size: 24px;
  }

  .course {
    padding: 80px 20px;
  }

  .course-item {
    flex-direction: column;
    gap: 30px;
  }

  .course-item-image,
  .course-item-text {
    width: 100%;
  }

  .course-item-text h3 {
    font-size: 24px;
  }

  .course-item-text p {
    font-size: 16px;
  }

  .course-item-text span {
    font-size: 24px;
  }

  .course-notes {
    font-size: 16px;
  }

  .food-menu-title,
  .a-la-carte-title,
  .limited-menu-title {
    font-size: 24px;
  }

  .a-la-carte-list li,
  .limited-menu-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-name {
    font-size: 16px;
  }

  .item-price,
  .item-price-l {
    width: 100%;
    font-size: 18px;
  }
}