@font-face {
  font-family: 'Hangyakumincho';
  src: url('fonts/Hangyaku-G3Rpg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corporate-Mimcho';
  src: url('fonts/Corporate-Mincho-ver3.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  margin: 0;
  padding: 0;
  font-family: 'Hangyakumincho', serif;
  color: #333;
  background-color: #bdb1a5;
  background-size: 100% 100%;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8cm; /* 約10センチ（378px） */
  background: linear-gradient(to bottom, #f6eaf4, transparent);
  z-index: -1;
}




.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 ;
}


.hero {
  text-align: center;
  padding: 2rem;
  position: relative;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.title-image {
  width: 60px;
  height: auto;
}



.title-text {
  font-family: 'Hangyakumincho', serif;
  font-size: 5rem;
  letter-spacing: 0.05em;
  color: #000;
   text-align: center;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}


.social-icons {
  position: absolute;
  top: 10px;
  right: -20px;
  display: flex;
  gap: 8px;

}

.icon {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;

}

.icon:hover {
  transform: scale(1.2);
}

.subtitle {
  font-size: 1rem;
  margin-top: 1rem;
  font-family: 'CorporateMincho';
  color: #030303;
}

.menu-button {
  font-family: 'Hangyakumincho', serif;
  background-color: #1a1a1a; /* 深い黒 */
  color: #d4af37; /* 金色の文字 */
  border: 1px solid #d4af37; /* 金の縁取り */
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.6); /* 金の光を帯びた文字 */
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.3); /* 金の輝きで浮かび上がる */
  position: fixed;
  top: 0px;
   right: 1rem;
  z-index: 10000;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.menu-button:hover {
  background-color: #2a2a2a; /* 少し明るめの黒に変化 */
  transform: scale(1.05);
}



.himitsu-text h2{
  position: absolute;
  font-size: 1.5rem;
  font-family: 'Hangyakumincho';
  color: #3b2f2f;
  margin-bottom: 0.5rem;
  top: 960px;
  right:260px;

}


.himitsu-button {
  display: inline-block;
  background-color: #ffffff;
  color: #0c0b0b;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Hangyakumincho';
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position:absolute;
  top:1010px;
  max-width: 300px;
  right:370px;
  color: #3b2f2f;
  font-size: 20px;
}


/*一つ目のスライドショー*/
.slideshow-section {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  padding-left: 7rem;
  position: relative;
  top: -80px;

}

.slideshow-wrapper {
  flex: 1;
  max-width: 700px;
  text-align: center;
}

.slideshow img {
  width: 100%;
  display: none;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.slide.active {
  display: block;
}



/*文章１*/

.slideshow-section {
  display: flex;
  flex-direction: column;     /* 縦並びにする */
  align-items: center;        /* 子要素を中央揃え */
  justify-content: center;
  padding: 2rem;
  margin-top:20px ;
  
}


.slideshow-text h3 {
  font-family: 'Hangyakumincho', serif; 
  font-size: 2rem;                     
  color: #101010;                    
  margin-bottom: 1rem;               
  margin-left: 10px; 
}

.slideshow-text {
  flex: 1;
  max-width: 800px;
  font-family: 'Corporate-Mincho', serif;
  color: #030303;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50px;
  margin: 0 auto;
font-size: 1rem;
box-shadow: 0 0 12px rgba(39, 36, 28, 0.2);
}

.surprise-text {
  display: inline-block;
  animation: bounceGlow 2s ease-in-out infinite;
  color: #ca3b0b;
  font-weight: bold;
  margin-top: -0.5rem;

}

@keyframes bounceGlow {
  0%, 100% {
    transform: translateY(0);
    color: #5c3b00;
  }
  50% {
    transform: translateY(-4px);
    color: #d88c00;
  }
}

/*文章2*/
.slideshow-description h4 {
  font-family: 'Hangyakumincho', serif; 
  font-size: 2rem;                     
  color: #101010;                    
  margin-bottom: 1rem;               
  margin-left: 15px; 
  margin-top: 0px;

}

.slideshow-description{

  flex:2; 
  max-width: 1000px; 
  font-family: 'Corporate-Mincho', serif;
  color: #030303;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
   margin-left: 2rem; 
  margin-top: -10px;
   box-shadow: 0 0 12px rgba(42, 40, 33, 0.2);
}

/*二つ目のスライドショー*/
.slideshow-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 2rem;
  flex-wrap: nowrap;
}

.slideshow-section2 {
  flex: 1.5;
  max-width: 800px;
}

.slide2 {
  width:100%;
  display: none;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  max-width: 400px;
  height: auto;
  object-fit: contain;
  position: relative;
  top:120px;


}

.slide2.active {
  display: block;
}

/*ランキング文章*/
.ranking-text h5 {
  font-family: 'Hangyakumincho', serif; 
  font-size: 2rem;                     
  color: #101010;                    
  margin-bottom: 1rem;               
  margin-left: 8px; 
  margin-top: 0px;
}
.ranking-text{
  flex: 1;
  max-width: 800px;
  font-family: 'Corporate-Mincho', serif;
  color: #030303;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
   box-shadow: 0 0 12px rgba(42, 40, 33, 0.2);
}
.scene-text {
  font-size: 2rem;
  color: #101010;
  text-align: center;
  margin-bottom: 0.5rem;
}

.scene-text2{
font-size: 2rem;
  color: #101010;
  text-align: center;
  margin-bottom: 0.5rem;
}

.scene-text3 {
  font-size: 2rem;
  color: #101010;
  text-align: center;
  margin-bottom: 0.5rem;
}



/* MENU Overlay */
.hidden {
  display: none;
}

#menuOverlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle, #ece8ec, #f0e4f0);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}



#menuOverlay.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  padding: 3rem;
  border-radius: 12px;
  box-shadow:none;
  text-align: center;
  z-index: 10000;
}

.menu-content h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.menu-content ul {
  list-style: none;
  padding: 0;
  text-align: left; 
}

.menu-content li {
  font-size: 1.5rem;
  margin: 1rem 0;
  transition: all 0.3s ease;
   padding-left: 1rem; 
  text-indent: 3; 

}

.menu-content li:hover {
  color: #4e4d4b;
  text-shadow: 0 0 10px rgb(78, 77, 74);
}


.menu-content ul li::before {
  content: "";
  display: inline-block;
  width: 1rem; 
}


@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/*メニューアイコン*/
.menu-icon {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  vertical-align: middle;
}


.angel-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-image: url("images/frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 500px;  
  height: 300px;
  margin: 0 auto;
  position: relative;
  top:0px;
}
.frame-text {
  font-size: 2rem;
  font-family: 'Hangyakumincho', serif;
  color: #58414d;
  white-space: nowrap;
}




/*一押しめにゅー*/
.scene-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  margin: 60px 0;
  
}

.scene-block {
  text-align: center;
  max-width: 300px;
}

.scene-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(39, 37, 39, 0.3);
  margin-top: 20px;
}

.scene-text,
.scene-text2,
.scene-text3 {
  font-size: 1.4rem;
  font-family: 'Hangyakumincho', serif;
  margin-bottom: 10px;
}


.scene-image2 img {
 max-width: 250px;
 margin-top: 50px;
 transform: rotate(-5deg);
}

.scene-image img {
  max-width: 300px;

}

.scene-image3 img {
  max-width: 240px;
  transform: rotate(5deg);
  margin-top: 50px;
}

.scene-description {
  display: block;
  width: 100%;
  background-color: #f9f4f9;
  padding: 12px;
  margin-top: 12px;
  border-radius: 8px;
  border-top: 2px solid #fdddf6;
  font-size: 0.95rem;
  font-family: 'Corporatemincho', serif;
  color: #000000;
  animation: fadeIn 0.5s ease;
  
}


.scene-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
  cursor: pointer;
  transition: transform 0.3s ease;
}


.scene-block:hover {
  transform: scale(1.02);
}

/*クロハート*/
.logo-img{
  width: 80px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.logo2-img{
   width: 80px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.logo3-img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 80px;
  height: auto;
}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.float-motion {
  animation: floatUpDown 2.5s ease-in-out infinite;
}




.feather-wrapper {
  position: relative;
  height: 60px;
  margin-top: -20px;
}

.feather-animation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  opacity: 0;
  animation: featherFloat 4s ease-in-out forwards;
}

@keyframes featherFloat {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(10px) rotate(5deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(40px) rotate(15deg);
  }
}

/*質問*/
body {
  font-family: 'Hangyakumincho', serif;
  background-color: #fdf8f4;
  color: #3b2f2f;
  padding: 40px;
  font-size: 30px;
}


/* 気分診断セクション */

.mood-check {
  background-color: rgba(255, 253, 245, 0.85); /* 雲になじむ半透明 */
  border-radius: 24px;
  padding: 2rem;
  font-family: 'Hangyakumincho';
  color: #3b2f2f;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
  text-align: center;
}
/*仕組み説明*/

.next-page {
  padding: 0rem;
  font-family: 'Hangyakumincho', serif;
  background-color: #fdf8f4;
  color: #000000;
  text-align: center;

}

.next-title {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: rgb(239, 188, 234);
  margin-top:-10px;
}




.back-button {
  display: inline-block;
  background-color: #e8c5e4;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Hangyakumincho', monospace;
  box-shadow: 0 0 8px rgba(220, 217, 208, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1000;
  font-size:2rem ;
}

.container {
  display: flex;
}

.whiteboard {
  width: 400px;
  height: 141vh;
  background: #9fd1de;
  border-right: 2px solid #070707;
  padding: 16px;
  border: 2px solid #0c0b0b;
  font-family: 'serif';
  box-shadow: #070707;
  margin-left: 100px;
  box-shadow: 0 0 6px rgba(197, 195, 196, 0.4);
  position: relative;
  margin-top:10px;
}


.row {
  position: relative;
  height: 80px; /* 1行の高さ */
  display: flex;
  align-items: flex-end; /* ← 文字を下に揃える */
  padding-bottom: 8px;   /* ← 線との間隔を確保 */
}

.line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  z-index: 0;
}


.row-god{
  color: #65560ad1;
}
.row-idai{
  color: #f3d53f;
  font-size: 3px;
}
.row-noge{
  color:olivedrab;
}
.row-sakuragicho{
  color: lightgreen;
}
.row-yokohama{
  color: darkgreen;
}
.row-eiyu{
  color: darkblue;
}
.row-iyashi{
  color: coral;
}
.row-daitenshi{
  color: crimson;
}
.row-tenshi{
  color: #e9a0e0;
}

.memo-line {
  z-index: 1;
  width: 100%;
  font-size: 2rem;
  padding: 0 16px;
  font-family: 'Hangyakumincho';
}

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

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

.align-right {
  text-align: right;
}


.row {
  position: relative;
  height: 60px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
}

.line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  z-index: 0;
}

.memo-line {
  z-index: 1;
  width: 100%;
  font-size: 1.6rem;
  padding: 0 12px;
  font-family: 'Hangyakumincho';
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.row-god { color: #ebe764d1; }
.row-idai { color: #8c7e37; }
.row-noge { color: olivedrab; }
.row-sakuragicho { color: lightgreen; }
.row-yokohama { color: darkgreen; }
.row-eiyu { color: darkblue; }
.row-iyashi { color: coral; }
.row-daitenshi { color: crimson; }
.row-tenshi { color: #e9a0e0; }


.container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}

.whiteboard {
  width: 360px;
  height: 90vh;
  background: #9fd1de;
  border: 2px solid #0c0b0b;
  padding: 16px;
  font-family: 'serif';
  box-shadow: 0 0 6px rgba(197, 195, 196, 0.4);
  position: relative;
  overflow-y: auto;
  z-index: 1;
}

.angel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  position: relative;
  z-index: 10;
}



.angel-image {
  width: 100px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.speech-bubble {
  position: relative;
  background: #fff;
  border: 2px solid #1f1e1e;
  border-radius: 16px;
  padding: 12px 16px;
  margin-top: 12px;
  max-width: 260px;
  font-family: 'DotGothic16', monospace;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  line-height: 1.6;
  margin-top:-40;
  font-size: 14px;
}

/* 三角部分（上） */
.speech-bubble::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1c1b1b;
  
}

.speech-bubble::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.special-message {
  background-color: #ffffff; /* 背景を白に */
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); /* 優しい浮き感を演出 */
  margin-top: 16px;
}

.name-icon {
  position: absolute;
  width: 48px;
  height: auto;
  pointer-events: none; 
  z-index: 5;
}

.yajirushi {
  font-size: 100px; 
  text-align: center;
  animation: floatY 2s ease-in-out infinite;
  color: #65560ad1; 
 margin-top: -100px;
}

/* 上下にゆっくり動くアニメーション */
@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

.stamp-board {
  background-color: #9fd1de; /* 水色のホワイトボード */
  border: 2px solid #0c0b0b;
  border-radius: 12px;
  padding: 24px;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stamp-title {
  text-align: left;
  font-size: 2rem;
  font-family: 'Hangyakumincho','serif';
  margin-bottom: 0.5px;
  color: #333;
 
}


.stamp-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 横5列 */
  gap: 1rem;
  justify-items: center;
  margin: 2rem 0;
  grid-template-rows:1fr; 
}

.stamp-circle {
  width: 60px;
  height: 60px;
  border: 2px solid #121111;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.2rem;
  font-family: 'DotGothic16', monospace;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('icon/名前ハート男.png');
  background-size: cover;
  background-position: 10% 10%; /* ← 左上寄せ */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);


}


.stamp-end-title {
  white-space: normal;           
  overflow: visible;        
  text-overflow: unset;        
width: calc(100% + 48px);
margin-left: -24px;
margin-right: -24px;
  font-size: 1rem;
  color: #333;
  font-family: 'Hangyakumincho', sans-serif;
  margin: 0 auto;
  display: block;
  text-align:left;
  box-sizing: border-box;
  line-height: 1.6;  
         
}

.card-layout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.angel-bubble {
  position: relative;
  width: 250px;
  margin-top: 20px;
  left: 850px;         /* ← 画面左端に寄せる */
  top: -170px;
}

.angel-img {
  width: 200px;
  position: absolute;
  top: -200px;
  left:0 ;
  animation: floatUpDown 3s ease-in-out infinite;

}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

.light-img{
  width: 50px;
  position: absolute;
  top: -200px;
  left: 10%;
  opacity: 1;
  transition: opacity 0.5s ease;
 
}

.light-img.hidden {
  opacity: 0;
  pointer-events: none;
}


.bubble-text {
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  width: fit-content;
  border: 2px solid #ccc; 
  font-size: 16px;
  font-family: 'Corporatemincho';
}

/* 外枠の三角形（下層） */
.bubble-text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
  z-index: 0;
}

/* 内側の白い三角形（上層） */
.bubble-text::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}



.photo-recommendation {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向の中央揃え */
  justify-content: center;
  text-align: center;
  padding: 2rem;
  font-size: 20px;
}


.photo-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 1rem;
}

.photo-track img {
  display: inline-block;
  width: 300px;
  height: auto;
  margin-right: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  object-fit: cover;
}

.recommendation-text {
  margin-top: 2rem;
  font-family: 'Corporate-Mincho', serif;
  color: #444;
}

.recommendation-text h2 {
  font-size: 1.2em;
  margin-bottom: 1rem;
}

.recommendation-text ul {
  list-style: none;
  padding-left: 0;
}

.recommendation-text li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2em;
}

.recommendation-text li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #f3d53f;
}




/* おしらせ見出し（ロゴとテキスト横並び） */
.oshirase-box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.logo4-img {
  width: 60px;
  height: auto;
  margin: 0;
  padding: 0;
}

.oshirase-text {
  margin: 0;
  padding-left: 0.5rem;
  font-family: 'Hangyakumincho', serif;
  font-size: 2rem;
  color: #030303;
}

.event-list {
  max-width: 800px;
  margin-left: 1rem;
  margin-right: auto;
  padding: 1rem 2rem;
  background-color: #ffffff;
  font-family: 'Hangyakumincho', serif;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  width: fit-content;
   position: relative;
  top:55px;
}

/* イベント項目 */
.event-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

/* 日付部分 */
.event-date {
  width: 150px;
  text-align: right;
  padding-right: 1rem;
  color: #555;
}

.event-date .day {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

.event-date .weekday {
  font-size: 1rem;
  color: #999;
}

/* イベント内容 */
.event-content {
  flex: 1;
  position: relative;
}

.event-content .title {
  font-size: 2rem;
  color: #303033;
}

/* ラベル（配信情報など） */
.label.new {
  background-color: #e3bae3;
  color: white;
  font-size: 1rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 0.5rem;
}


.info-calendar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  font-family: 'Corporate-Mincho', serif;
  flex-wrap: wrap;
  
}

.notice-section {
  flex: 1;
  min-width: 250px;
}

.calendar-image {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.calendar-image img {
  max-width: 47%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  margin-left: 600px;
  top: -290px;
  position: relative;
}


/*アクセス情報*/
.access-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  font-family: 'Corporate-Mincho', serif;
  flex-wrap: wrap;
  margin-top:-180px;
}

.access-info {
  flex: 1;
  max-width: 600px;
  line-height: 1.8;
  font-size: 1.1rem;
  color: #2e2d2c;
}

.access-info h3 {
  font-family: 'Hangyakumincho', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #101010;
  display: flex;

}

.access-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.access-title {
  font-family: 'Hangyakumincho', serif;
  font-size: 2rem;
  color: #101010;
  margin: 0;
  line-height: 1; 
  margin-top:20px;

}

.logo5-img {
  width: 60px;
  height: auto;
  margin: 0;
  padding: 0;
}

.access-map {
  flex: 1;
  max-width: 400px;
  margin-top: 70px;
}















body {
  font-family: 'Corporate-Mincho', serif;
  background-color: #fffdf7;
  margin: 0;
  padding: 2rem;
}

.page-title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family:'HangyakuMincho';
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
 
}

.tab-buttons button {
  padding: 0.5rem 1.5rem;
  font-size: 3rem;
  border: none;
  border-radius: 6px;
  background-color: #eee;
  cursor: pointer;
   font-family:'HangyakuMincho';
}

.tab-buttons button.active {
  background-color: #c94;
  color: #fff;
}

.note {
  font-size: 0.9rem;
  color: #777;
}

.price {
  font-weight: bold;
  color: #444;
}

.hidden {
  display: none;
}
.dish-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  color: #101010;
}

.dish-description {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.dish-note {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

.dish-price {
  font-size: 1rem;
  color: #444;
  margin-top: 0.5rem;
}

.menu-section,
.drink-section {
  max-width: 800px;
  margin: 2rem auto;
 padding: 4rem 4rem;
  background-color: #fff;
  font-family: 'Corporate-Mincho', serif;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  border-radius: 16px;
}



.section-title {
  font-size: 3rem;
  font-family: 'Hangyakumincho', serif;
  color: #303033;
  margin-bottom: 2rem;
  text-align: center;
}

.menu-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  padding: 2rem;

}


.menu-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  flex: 1;
  min-width: 500px;

}

.menu-image {
  flex-shrink: 0;
}

.dish-photo {
  width: 180px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

.more-button{
  font-size: 20px;
}


.info-footer {
  background-color: #faf3f9;
  color: rgb(14, 14, 14);
  padding: 2rem 1rem;
  text-align: center;
  font-family: 'Corporate-Mincho', serif;
  margin-top: 3rem;
  font-size: 15px;
}

.footer-content {
  max-width: 880px;
  margin: 0 auto;
}



.footer-item {
  margin: 0.5rem 0;
}



/* PC版（幅が768px以上） */
@media screen and (min-width: 768px) {
  .hero {
    padding: 100px 20px;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 60px 10px;
    font-size: 1.2rem;
    background-size: contain;
  }
}