@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "cursive", "Comic Sans MS";
  color: #3a2e2a;
  background-color: #f5f0eb;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  color: #4e3b31;
  font-weight: 600;
}
a {
  color: #705b49;
  text-decoration: none;
}
.hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 6px;
}
.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
}
.flex-container {
  display: flex;
}
.sidebar-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #4e3b31;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon-image {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px auto;
  margin-bottom: 20px;
}
.icon-image img {
  width: 100%;
  height: auto;
  display: block;
}
.sidebar h1 {
  font-size: 1.5em;
  margin-bottom: 30px;
}
.sidebar ul {
  list-style: none;
}
.sidebar li {
  margin-bottom: 30px;
  font-size: 1.5em;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
}
.sidebar-contact-fixed {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #705b49;
  font-size: 0.9rem;
}
.sidebar-contact p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.contact-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #705b49;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s;
}
.contact-btn:hover {
  background-color: #8a6a58;
}
.slider {
  width: calc(100vw - 250px);
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.slides {
  display: flex;
  width: 600vw;
  transition: transform 1s ease-in-out;
}
.slider img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.main-content {
  margin-left: 250px;
  max-width: calc(100% - 250px);
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
}
.about-section {
  padding: 60px 20px;
  background-color: #f5f0eb;
}
.about-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
}
.about-text {
  flex: 1 1 300px;
  min-width: 300px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #3a2e2a;
}
.about-text h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #4e3b31;
  border-left: 5px solid #705b49;
  padding-left: 12px;
}
.about-image {
  flex: 1;
  text-align: center;
  min-width: 560px;
}
.about-image img {
  height: auto;
  width: 560px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.menu-section {
  padding: 60px 20px;
  background-color: #f5f0eb;
}
.menu-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
}
.menu-text {
  flex: 1 1 300px;
  min-width: 300px;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.8;
  color: #3a2e2a;
}
.menu-text h2 {
  font-size: 2em;
  margin-bottom: 20px;
  display: inline-flex;
  color: #4e3b31;
  gap: 12px;
  padding-left: 12px;
}
.border-deco {
  display: inline-block;
  width: 5px;
  height: 1.2em;
  background-color: #705b49;
  transform: translateY(10px);
}
.menu-text p {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #4e3b31;
  padding-left: 12px;
}
.menu-image {
  text-align: center;
  line-height: 0;
}
.menu-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
  height: auto;
}
.access-section {
  background-color: #f5f0eb;
  padding: 80px 20px;
}
.access-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.access-info {
  flex: 1;
  min-width: 300px;
  font-size: 1rem;
  color: #3a2e2a;
}
.access-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  border-left: 5px solid #705b49;
  padding-left: 12px;
  color: #4e3b31;
}
.access-info p {
  margin-bottom: 12px;
}
.access-map {
  flex: 1;
  min-width: 300px;
  height: 300px;
  padding-top: 50px;
}
footer {
  background-color: #f5f1ea;
  color: #4e3b31;
  text-align: center;
  padding: 2em 1em;
  margin-left: 250px;
  font-size: 0.9em;
  border-top: 1px solid #ccc;
}

.sns-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 1em 0;
}
.sns-links img {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}
.sns-links a:hover img {
  opacity: 0.7;
}
.copyright {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic UI", sans-serif;
}
@media (max-width: 768px) {
  .sidebar-top {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    background-color: #4e3b31;
    color: #fff;
    transition: left 0.3s ease;
    z-index: 9998;
  }
  .sidebar-top.active {
    left: 0;
  }
  .icon-image {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }
  .hamburger {
    display: flex;
  }
  .sidebar {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .slider {
    width: 100%;
  }
  .main-content {
    margin-left: 0;
    max-width: 100%;
  }
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-container h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .sidebar-top {
    width: 180px;
    left: -180px;
  }
  .icon-image {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }
  .sidebar-top.active .hamburger {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  .slider {
    width: 100%;
  }
  .hamburger span {
    height: 3px;
  }
  .main-content {
    padding: 20px 10px 80px;
  }

  .about-container {
    gap: 15px;
  }

  .about-text {
    font-size: 1em;
    line-height: 1.7;
  }
  .about-text h2 {
    font-size: 1.4em;
    padding-left: 8px;
  }
  .about-image img {
    width: 70%;
    height: auto;
  }
  .access-section {
    padding: 60px 10px;
  }
  .access-info h2 {
    font-size: 1.4em;
    padding-left: 8px;
  }
  .access-map {
    width: 150px;
    height: auto;
  }
  footer {
    margin-left: 0;
    font-size: 0.8em;
    padding: 1.5em 0.5em;
  }
  .sns-links {
    gap: 12px;
    padding: 0.5em;
  }
  .sns-links img {
    width: 24px;
    height: 24px;
  }
}
