
:root {
  --color-main-red: #942911;
  --color-accent-pink: #cb8589;
  --color-text: #373f47;
  --color-baby-blue: #85c7f2;
  --color-bg-light-green: #dde8b9;
  --color-adult-green: #3e885b;
  --color-soft-pink: #f4b9b2;
}



body {
  margin: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #373f47;
  background-color: #fffffa;
  line-height: 1.6;
}

.hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--color-text);
  border-radius: 50%;
  z-index: 10000;
}
.hamburger span {
  position: absolute;
  left: 12px;
  width: 26px;
  height: 2px;
  background: #fffffa;
  transition: all 0.4s;
}
.hamburger span:nth-child(1) { top: 16px; }
.hamburger span:nth-child(2) { top: 24px; }
.hamburger span:nth-child(3) { top: 32px; }
.hamburger-nav.open + .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger-nav.open + .hamburger span:nth-child(2) { opacity: 0; }
.hamburger-nav.open + .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.hamburger-nav.open ~ .hamburger span:nth-child(1) {
  top: 24px; 
  transform: rotate(45deg);
}
.hamburger-nav.open ~ .hamburger span:nth-child(2) {
  opacity: 0;
}
.hamburger-nav.open ~ .hamburger span:nth-child(3) {
  top: 24px; 
  transform: rotate(-45deg);
}

.hamburger-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40%;
  height: 100vh;
  background: #cb8589; 
  backdrop-filter: blur(5px);
  padding: 100px 40px;
  transition: all 0.5s;
  z-index: 9998; 
}
.hamburger-nav.open {
  right: 0;
}
.hamburger-nav-list {
  list-style: none;
}
.hamburger-nav-list li {
  margin-bottom: 30px;
}
.hamburger-nav-list li a {
  color: #fffffa;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.hamburger-nav-list li a img {
  width: 50px; 
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  background-color: #3e885b;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-image: url(../img/hero.png);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.hero h1 {
  font-size: 2rem;
  letter-spacing: 3px;
}

.hero .hero-content img {
  width: 50%;
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  background-color: #fffffa;
}
.slider-inner {
  display: flex;
  width: calc(300px * 6);
  animation: scroll-left 20s linear infinite;
}
.slider-inner img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-300px * 3 - 30px)); }
}

.concept {
  position: relative;
  z-index: 5;
}
.concept-visual {
  width: 100%;
  text-align: center;
}
.concept-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#concept .container {
  padding: 0;
  max-width: none;
}
.pc-only {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sp-only {
  display: none;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  color: #3e885b;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
.section-title img{
  width: 60%;
  padding-top: 0;
}


#about .section-title img {
  padding-top: 50px;
}
.about {
  position: relative;
  background-color: #dde8b9;
  padding: 80px 0;
  margin-top: -222px;
  overflow: hidden;
  z-index: 1;
}
.kazari {
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
.kazari img {
  width: 100%;
  height: auto;
  display: block;
}
.kazari-1 {
  top: 75px;
  right: 5%;
  width: 320px;
  transform: rotate(-15deg);
}
.kazari-2 {
  top: 1680px;
  left: 5%;
  width: 300px;
}
.about .container {
  position: relative;
  z-index: 10;
  background: #fffffa;
  border-radius: 70px;
  padding-bottom: 10px;
}

.about-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.about-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.about-item:nth-child(even) {
  flex-direction: row;
}

.about-item:nth-child(odd) .about-text {
  align-items: flex-start;
}

.about-img img {
  width: 400px;
}

.point-badge {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.point-badge-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background-color: #dde8b9;
  border-radius: 50%;
  z-index: 1;
}

.point-badge::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  border: 1px solid #3e885b;
  border-radius: 50%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(330deg);
  -webkit-mask-image: conic-gradient( #000 0deg, #000 170deg, transparent 170deg, transparent 180deg, #000 180deg, #000 350deg, transparent 350deg );
  mask-image: conic-gradient( #000 0deg, #000 170deg, transparent 170deg, transparent 180deg, #000 180deg, #000 350deg, transparent 350deg );
}

.point-txt,
.point-num {
  position: relative;
  z-index: 2;
  color: #3e885b;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}

.point-txt {
  font-size: 0.6rem;
}

.point-num {
  font-size: 1.6rem;
}

.point-sub {
  color: #3e885b;
  margin-bottom: 0;
}

.about-text {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.about-text h3 {
  font-size: 1.3rem;
  color: #3e885b;
  margin: 0;
  line-height: 1.4;
}

.point-desc {
  font-size: 0.85rem;
  color: #373f47;
}


.menu { 
  padding: 80px 0; 
}
.tab-group {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #dde8b9;
  margin-bottom: 40px;
}
.tab-btn {
  background: none;
  border: none;
  padding: 10px 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  position: relative;
  font-size: 1.1rem;
}
.tab-btn.active {
  color: #cb8589;
}
.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #cb8589;
}
.tab-panel {
  display: none;
  animation: fadeIn 0.5s ease;
}
.tab-panel.active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.menu-desc {
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
}
.baby-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.menu-imgs img {
  max-width: 100%;
  height: auto;
}
.baby-layout img:first-child { 
  width: 170px; 
}
.baby-layout img:last-child { 
  width: 350px; 
}

.adult-menu-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  user-select: none;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  cursor: auto;
}
.adult-menu-slider::-webkit-scrollbar {
  display: none;
}
.adult-menu-slider:active {
  cursor: grabbing;
}
.adult-menu-slider img {
  pointer-events: none; 
  -webkit-user-drag: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 15px;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #dde8b9;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #3e885b;
}
.menu-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  text-align: left;
}
.menu-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 15px;
}
.menu-card h3 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
.menu-card p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 5px;
}
.menu-card .price {
  font-size: 0.9rem;
  color: #3e885b;
  font-weight: bold;
}

.kids-menu-container {
  margin-top: 30px;
}
.kids-selection-top {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 40px;
}
.kids-ribbon-title {
  position: relative;
  background-color: #3e885b;
  color: #fff;
  font-size: 1rem;
  padding: 5px 60px;
  border-radius: 50px;
  display: inline-block;
  margin: 30px 0 20px;
}
.kids-ribbon-title::before,
.kids-ribbon-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #3e885b;
}
.kids-ribbon-title::before { 
  left: -50px; 
}
.kids-ribbon-title::after {
  right: -50px; 
}
.kids-icon-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.kids-icon-list .icon-item,
.kobachi-scroll .icon-item {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kids-icon-list .icon-item span,
.kobachi-scroll .icon-item span {
  font-size: 0.65rem;
  margin-top: 5px;
  color: #3e885b;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.icon-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  transition: transform 0.2s;
}
.icon-item:hover {
  transform: scale(1.1);
}
.icon-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 5px;
}
.obon-display {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}
.obon-bg {
  width: 100%;
}
.selected-item {
  position: absolute;
  width: 25%; 
  border-radius: 50%;
  display: none; 
  pointer-events: none; 
}
.pos-main { top: 0%; left: 15%; width: 37%; }
.pos-soup { top: 0%; right: 13%; width: 37%; }
.pos-k1   { bottom: 25%; left: 10%; width: 32%; }
.pos-k2   { bottom: 20%; left: 35%; width: 32%; }
.pos-k3   { bottom: 25%; right: 9%; width: 32%; }
.kobachi-row-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
}
.row-label {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #3e885b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e885b;
  font-size: 0.8rem;
  margin-right: 15px;
}
.kobachi-scroll {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  scrollbar-width: none;
}
.kobachi-scroll::-webkit-scrollbar { 
  display: none; 
}
.selection-group {
  display: flex;
  flex-direction: column;
  align-items: center; /* これで見出しが中央にきます */
  text-align: center;
  flex: 1; /* 左右均等な幅にする */
}
.kids-selection-top .selection-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.kids-menu-container > .selection-group {
  display: block;
  text-align: center;
}

.kids-menu-container > .selection-group .kids-ribbon-title {
  display: inline-block;
  margin: 30px auto 20px;
}

.kobachi-rows {
  text-align: left;
}



.faq {
  background-color: #f4b9b2;
  background-image: 
    linear-gradient(#cd8589 2px, transparent 2px),
    linear-gradient(90deg, #cd8589 2px, transparent 2px);
  background-size: 40px 40px;
  padding: 80px 0;
}
.faq .container {
  background: #fffffa;
  border-radius: 70px;
  padding: 0 60px 80px 60px;
  position: relative;
  overflow: hidden;
}
.faq-list {
  margin-top: 40px;
}
.faq-list details {
  border-top: 1px solid #dde8b9;
  padding: 20px 0;
}
.faq-list details:first-child {
  border-top: none;
}
.faq-list summary {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  color: #3e885b;
  cursor: pointer;
  list-style: none;
  font-size: 0.95rem;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list dd {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 10px 0;
  color: #373f47;
  line-height: 1.8;
  font-size: 0.95rem;
}


.q-icon {
  color: #3e885b;
}
.a-icon {
  color: #cb8589;
}
.q-icon, .a-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  isolation: isolate; 
}
.q-icon span, .a-icon span {
  position: relative;
  z-index: 5;
}
.q-icon::after {
  background-color: #dde8b9;
}
.a-icon::after {
  background-color: #f4b9b2;
}
.q-icon::after, .a-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
}
.q-icon::before {
  border: 1px solid #3e885b;
}
.a-icon::before {
  border: 1px solid #cb8589;
}
.q-icon::before, .a-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(-10deg);
  -webkit-mask-image: conic-gradient(
    #000 0deg, 
    #000 170deg, 
    transparent 170deg, 
    transparent 180deg, 
    #000 180deg, 
    #000 350deg, 
    transparent 350deg
  );
  mask-image: conic-gradient(
    #000 0deg, 
    #000 170deg, 
    transparent 170deg, 
    transparent 180deg, 
    #000 180deg, 
    #000 350deg, 
    transparent 350deg
  );
}

.faq-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 20px;
}
.faq-deco img {
  width: 50px;
  height: auto;
}

.access {
  padding: 80px 0;
  background-color: #dde8b9;
}
.access .container {
  background: #fffffa;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  box-sizing: border-box;
}
.reservation-area {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.reserve-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 160px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #cb8589;
  border-radius: 40% 50% 45% 40% / 45% 40% 55% 50%;
  transition: transform 0.3s;
}
.reserve-btn:hover {
  transform: scale(1.05);
}
.reserve-btn img {
  width: 60px;
  margin-bottom: 10px;
}
.access-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.info-left {
  text-align: center;
  flex: 0 0 auto;
}
.footer-logo {
  width: 150px;
  margin-bottom: 10px;
}
.tel-number {
  font-size: 1.4rem;
  font-weight: bold;
  color: #373f47;
  margin-bottom: 10px;
}
.opening-hours {
  font-size: 0.9rem;
  color: #373f47;
}
.info-right {
  flex: 1;
  max-width: 500px;
}
.google-map {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}
.address, .station {
  font-size: 0.9rem;
  color: #373f47;
  margin: 0;
}

.footer {
  background-color: #373f47;
}

.footer p {
  color: #fffffa;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .hamburger { 
    display: block; 
  }

  .section-title {
    margin-top: 10px;
  }
  .section-title img {
    width: 50%;
  }
  #about .section-title img {
    padding-top: 190px;
  }
  .section-title .titlle-about {
    padding-top: 100px;
  }

  .hero h1 {
    font-size: 1.3rem;
  }
  .slider-inner img {
    width: 150px;
    height: 100px;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
    width: 100%;
    height: auto;
  }

  .kazari-1 {
    display: none;
    /* top: 50px;      
    right: -20px;  
    width: 150px;    */
  }
  .kazari-2 {
    top: 2360px;   
    left: -20px;
    width: 130px;
  }
  .about {
    padding: 10px;
  }
  .about-item {
    margin-bottom: 50px;
  }
  .about-item,
  .about-item:nth-child(odd),
  .about-item:nth-child(even) {
    flex-direction: column ;
    align-items: center ;
    text-align: center ;
    gap: 20px;
    margin-bottom: 60px;
  }
  .about-img {
    order: -1;
    text-align: center;
    width: 100%;
  }
  .about-img img {
    height: auto;
    width: 90%; 
    max-width: 320px;
    margin: 0 auto;
  }
  .about-text {
    padding: 0 20px;
    display: block;
    text-align: center;
    align-items: center;
    position: relative;
  }
  .point-badge {
    position: absolute;
    left: 20px;
    top: 0;
    margin: 0 auto 15px;
    width: 70px;
    height: 70px;
    z-index: 10;
  }
  .point-badge-bg { 
    width: 48px; height: 48px;
 }
  .point-badge::before { 
    width: 64px; height: 64px; 
  }
  .point-sub, .about-text h3 {
    padding-left: 85px;
    display: block;
    text-align: left;
  }
  .point-sub {
    margin-top: 5px;
    font-size: 0.85rem;
    line-height: 1.2;
    color: #3e885b;
  }
  .about-text h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .about-text h3 br {
    display: none;
  }
  .point-desc {
    clear: both;
    padding-top: 10px;
    font-size: 0.9rem;
    line-height: 1.6;
    display: block;
    text-align: left;
  }

  .baby-layout {
    flex-direction: row; 
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .baby-layout img:first-child {
    width: 35%; 
    max-width: 150px;
  }
  .baby-layout img:last-child {
    width: 55%; 
    max-width: 250px;
  }

  .tab-btn{
    padding: 9px;
    font-size: 1rem;
  }

  .kids-selection-top { 
    flex-direction: column; 
    align-items: center;
  }

  .kobachi-scroll {
    justify-content: flex-start;
  }


  .faq {
    padding: 30px 10px;
  }
  .faq .container {
    padding: 40px 20px 80px;
  }
  .faq-list dt, .faq-list dd {
    font-size: 0.85rem;
  }
  .q-icon, .a-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
  .faq-deco {
    gap: 10px;
  }
  .faq-deco img {
    width: 35px;
  }

  .access .container {
    margin: 0 20px;
    padding: 30px 20px;
  }
  .reservation-area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .reserve-btn {
    width: 240px;
    height: 140px;
    font-size: 1.2rem;
  }
  .access-info {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .info-right {
    width: 100%;
  }

}

/* スクショ用：すべてを強制表示 */
/* * {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
  animation: none !important;
} */
/* 全てのタブパネルを強制的に表示し、位置を整える */
/* .tab-panel {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important; 
  margin-bottom: 50px !important; 
} */

