body{
  background-color: black;
  margin: 0;
}

header{
  background-color: #fff;
	margin: 0;
  width: auto;
  height: 90px;
}

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

header,.logo{
  display: flex;
  justify-content: center;
  align-items: center;
}

nav {
  background-color: #a52828;
  padding: 10px 20px;
  margin: 0 186px;
}

nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  list-style: none;
  gap: 80px;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}

nav a:hover {
  color: rgb(228, 169, 79);
}

.menu-parent {
  position: relative;
}

.menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 160px;
  padding: 10px 0;
  margin: 0;
  background-color: #a52828;
  list-style: none;
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%); 
}

.menu-child li a {
  display: block;
  color: white;
  padding: 8px 16px;
  white-space: nowrap;
  text-align: center; 
}

.menu-child li a:hover {
  color: rgb(228, 169, 79);
}

.menu-parent:hover .menu-child {
  display: block;
}

.menu-title {
  display: block;
  color: #fff; 
  cursor: default;
  font-weight: bold;
}

.JIMCHI{
  margin:0 15px;
  align-items: center;
}

.JIMCHI img{
  width: 25px;
  height: auto;
  padding: 0 10px;
}

#graphic {
  display: flex;
	width: 840px;
	height: 400px;
	margin: 0 auto 30px auto;
  justify-content: center;
}

#graphic ul {
	position: relative;
	list-style: none;
	padding-left: 0;
}

#graphic ul li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
  z-index: 0;
}

#graphic ul li.now {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	opacity: 1;
  z-index: 1;
}

#graphic img {
  width: 891px;
  height: 400px;
  object-fit: cover;
}

#news{
	margin: 70px 186px;
}

#news h2{
		color: #ffffff;
    font-size: 40px;
    text-align: center;
}

#news ul {
	list-style-type: none;
	padding-left: 0;
}

#news ul li {
	padding: 20px 0 20px 175px;
	border-bottom: 2px solid #6c5f45;
	color: #d7bd86;
	text-indent: -175px;
}

#news ul li time {
	display: inline-block;
	width: 175px;
	font-weight: bold;
	color: #ae996d;
	text-indent: 0;
}

#reservation {
  position: fixed;
  right: 80px;
  top: 500px;
  z-index: 1000; 
}

#reservation img {
  width: 200px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25); 
  transition: transform 0.2s, box-shadow 0.2s;
}

#reservation img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  cursor: pointer;
}

#menu {
  color: #fff;
  text-align: center;
}

#menu h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

#menu-grid{
  max-width: 1400px;
  display: grid;
  margin-left: 186px;
  margin-right: 186px;
  margin-bottom: 50px;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
  color: #fff;
}


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

.menu-item:last-child {
  grid-column: 2;
}

.menu-item p {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 40px;
}

.menu-item img {
  width: 280px;
  height: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  border-radius: 12px;
  cursor: pointer;
  transition:
    transform 0.35s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.menu-item img:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
  filter: brightness(1.04);
}

.menu-item img:active {
  box-shadow: inset 0 4px 10px rgba(0,0,0,0.3);
}

#photograph{
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
}

#access-title {
  margin-bottom: 30px;
  margin-top: 100px;
  color: #fff;
  text-align: center;
}

#access-title h2{
  font-size: 50px;
}

.white-box {
  display: flex; 
  width: 70%;
  height: 450px;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto; 
  border-radius: 12px;
  align-items: center; 
  gap: 40px;
  box-sizing: border-box;
}

.map-area iframe {
  width: 400px;
  height: 350px;
  border: none;
  border-radius: 10px;
}

.access-info p{
  text-align: left;
  line-height: 1.5;
  color: #000000;
  padding: 1px 40px;
}

.shop-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.img-button {
  width: 300px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  transition: 
    box-shadow 0.3s ease,
    transform 0.3s ease;
  filter: brightness(1.05);
}

.img-button:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-6px);
  filter: brightness(1.15);
}

.img-button:active {
  box-shadow: inset 0 4px 10px rgba(0,0,0,0.3);
}

.gallery{
  position: relative;
  width: 92%;
  max-width: 840px;
  margin: 30px auto 60px;
  border-radius: 14px;
  overflow: hidden;
  background: #0f0f0f;
}

.gallery-viewport{
  overflow: hidden;
}

.gallery-track{
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
}

.gallery-slide{
  min-width: 100%;
}

.gallery-slide img{
  width: 100%;
  height: auto;
  display: block;
}

.gallery-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
  z-index: 2;
}

.gallery-btn.prev{ left: 10px; }
.gallery-btn.next{ right: 10px; }
.gallery-btn:disabled{
  opacity: 0.35;
  cursor: default;
}

.gallery-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  gap: 8px;
  justify-content: center;
  z-index: 2;
}

.gallery-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
}

.gallery-dot.is-active{
  background: rgba(255,255,255,0.95);
}

.image-grid{ display:none; }

.vertical-text p{
  opacity: 0;
  animation: none !important;
}
.vertical-text.is-visible p{
  animation: fadeInLine 0.65s forwards !important;
  animation-delay: var(--d, 0s) !important;
}

footer{
  background-color: #000000;
  margin-top: 200px;
}

#footer{
  align-items: center;
  justify-content: center;
  margin: 10px;
  display: flex;
  gap: 100px;
  list-style-type: none;
}


#footer a{
  color: #fff;
  text-decoration: none;
  justify-content: center;
}

#footer :hover{
  color: rgb(228, 169, 79);
}

address {
  color: #fff;
	padding-top: 15px;
	clear: both;
	background-repeat: no-repeat;
	font-style: normal;
	text-align: center;
}

footer #pagetop a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  margin-right: 186px;
  margin-bottom: 100px;
  margin-top: 100px;
}

footer #copyright{
	display: flex;
	color: #ffffff;
	margin: 0;
	background-color: #6c5f45;
	justify-content: center;
	align-items: center;
	height: 30px;
}