init
This commit is contained in:
		
						commit
						2fb4226002
					
				
							
								
								
									
										
											BIN
										
									
								
								1686296908880.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								1686296908880.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 70 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								1686401596506.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								1686401596506.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 662 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								168648729145000000.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								168648729145000000.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 14 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								168648729942700000.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								168648729942700000.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 10 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								1686813172839.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								1686813172839.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 194 KiB  | 
							
								
								
									
										166
									
								
								class.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										166
									
								
								class.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,166 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>二四家(にしのや)</title>
 | 
			
		||||
  <style>
 | 
			
		||||
    body {
 | 
			
		||||
      font-family: "Helvetica Neue", Arial, sans-serif;
 | 
			
		||||
      background-color: #f2f2f2;
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    header {
 | 
			
		||||
      background-color: orange;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      display: flex;
 | 
			
		||||
      justify-content: space-between;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo-container {
 | 
			
		||||
      display: flex;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo {
 | 
			
		||||
      margin-bottom: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 36px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
   /* トグルボタンのスタイル */
 | 
			
		||||
    .menu-toggle {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu-toggle-label {
 | 
			
		||||
      display: block;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* メニューのスタイル */
 | 
			
		||||
    .menu {
 | 
			
		||||
      display: none;
 | 
			
		||||
      position: absolute;
 | 
			
		||||
      top: 100%;
 | 
			
		||||
      right: 0;
 | 
			
		||||
      background-color: #f26522;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
      list-style-type: none;
 | 
			
		||||
      text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li {
 | 
			
		||||
      margin-top: 10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a {
 | 
			
		||||
      display: block;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      transition: background-color 0.3s ease;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a:hover {
 | 
			
		||||
      background-color: #e1561c;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    #content {
 | 
			
		||||
      max-width: 800px;
 | 
			
		||||
      margin: 20px auto;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      background-color: #fff;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0 0 20px;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    p {
 | 
			
		||||
      margin-bottom: 20px;
 | 
			
		||||
      font-size: 16px;
 | 
			
		||||
      line-height: 1.5;
 | 
			
		||||
      color: #555;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    footer {
 | 
			
		||||
      background-color: #333;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
  </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
    <div id="logo-container">
 | 
			
		||||
      <img id="logo" src="1686296908880.jpg" alt="二四家ロゴ" width="200px">
 | 
			
		||||
      <h2> </h2>
 | 
			
		||||
    </div>
 | 
			
		||||
    <input type="checkbox" id="menu-toggle" class="menu-toggle">
 | 
			
		||||
    <label for="menu-toggle" class="menu-toggle-label">☰</label>
 | 
			
		||||
    <nav>
 | 
			
		||||
      <ul id="menu" class="menu">
 | 
			
		||||
        <li><a href="menu_details.html">メニューの詳細</a></li>
 | 
			
		||||
        <li><a href="specialty.html">御来店の際のご注意</a></li>
 | 
			
		||||
        <li><a href="class.html">2年4組について</a></li>
 | 
			
		||||
        <li><a href="photo_booth.html">フォトブース</a></li>
 | 
			
		||||
      </ul>
 | 
			
		||||
    </nav>
 | 
			
		||||
  </header>
 | 
			
		||||
 | 
			
		||||
  <div id="content">
 | 
			
		||||
    <h2>2年4組について</h2>
 | 
			
		||||
    <p>2年4組は二四家を支えるクラスです。以下はクラスの特徴です。</p>
 | 
			
		||||
    <ul>
 | 
			
		||||
      <li>協力とチームワークを大切にする</li>
 | 
			
		||||
      <li>創造性とアイデアを重視する</li>
 | 
			
		||||
      <li>お客様の声に真摯に向き合う</li>
 | 
			
		||||
      <li>常に努力し続ける</li>
 | 
			
		||||
    </ul>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <footer>
 | 
			
		||||
    © 2023 二四家 All rights reserved.
 | 
			
		||||
  </footer>
 | 
			
		||||
 | 
			
		||||
 <script>
 | 
			
		||||
 | 
			
		||||
 document.addEventListener('DOMContentLoaded', function() {
 | 
			
		||||
      const menuToggle = document.getElementById('menu-toggle');
 | 
			
		||||
      const menu = document.getElementById('menu');
 | 
			
		||||
 | 
			
		||||
      menuToggle.addEventListener('change', function() {
 | 
			
		||||
        if (menuToggle.checked) {
 | 
			
		||||
          menu.style.display = 'block';
 | 
			
		||||
        } else {
 | 
			
		||||
          menu.style.display = 'none';
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // ロゴマークをクリックしたときにホームに戻るイベントを追加
 | 
			
		||||
    const logoElement = document.getElementById("logo");
 | 
			
		||||
    logoElement.addEventListener("click", function() {
 | 
			
		||||
      window.location.href = "nishinoya.html";
 | 
			
		||||
    });
 | 
			
		||||
  </script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								katsuaki.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								katsuaki.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 70 KiB  | 
							
								
								
									
										186
									
								
								menu_details.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										186
									
								
								menu_details.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,186 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>二四家(にしのや)</title>
 | 
			
		||||
  <style>
 | 
			
		||||
    body {
 | 
			
		||||
      font-family: "Helvetica Neue", Arial, sans-serif;
 | 
			
		||||
      background-color: #f2f2f2;
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    header {
 | 
			
		||||
      background-color: orange;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      display: flex;
 | 
			
		||||
      justify-content: space-between;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo-container {
 | 
			
		||||
      display: flex;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo {
 | 
			
		||||
      margin-bottom: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 36px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
   /* トグルボタンのスタイル */
 | 
			
		||||
    .menu-toggle {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu-toggle-label {
 | 
			
		||||
      display: block;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* メニューのスタイル */
 | 
			
		||||
    .menu {
 | 
			
		||||
      display: none;
 | 
			
		||||
      position: absolute;
 | 
			
		||||
      top: 100%;
 | 
			
		||||
      right: 0;
 | 
			
		||||
      background-color: #f26522;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
      list-style-type: none;
 | 
			
		||||
      text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li {
 | 
			
		||||
      margin-top: 10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a {
 | 
			
		||||
      display: block;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      transition: background-color 0.3s ease;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a:hover {
 | 
			
		||||
      background-color: #e1561c;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    #content {
 | 
			
		||||
      max-width: 800px;
 | 
			
		||||
      margin: 20px auto;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      background-color: #fff;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0 0 20px;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    p {
 | 
			
		||||
      margin-bottom: 20px;
 | 
			
		||||
      font-size: 16px;
 | 
			
		||||
      line-height: 1.5;
 | 
			
		||||
      color: #555;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .product {
 | 
			
		||||
      display: grid;
 | 
			
		||||
      grid-template-columns: 1fr 2fr;
 | 
			
		||||
      grid-gap: 20px;
 | 
			
		||||
      margin-bottom: 20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .product img {
 | 
			
		||||
      max-width: 600px; /* 修正: 幅を最大600pxに制限 */
 | 
			
		||||
      height: auto; /* 高さは自動調整 */
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .product h3 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    footer {
 | 
			
		||||
      background-color: #333;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
  </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
    <div id="logo-container">
 | 
			
		||||
      <img id="logo" src="1686296908880.jpg" alt="二四家ロゴ" width="200px">
 | 
			
		||||
      <h2> </h2>
 | 
			
		||||
    </div>
 | 
			
		||||
    <input type="checkbox" id="menu-toggle" class="menu-toggle">
 | 
			
		||||
    <label for="menu-toggle" class="menu-toggle-label">☰</label>
 | 
			
		||||
    <nav>
 | 
			
		||||
      <ul id="menu" class="menu">
 | 
			
		||||
        <li><a href="menu_details.html">メニューの詳細</a></li>
 | 
			
		||||
        <li><a href="specialty.html">御来店の際のご注意</a></li>
 | 
			
		||||
        <li><a href="class.html">2年4組について</a></li>
 | 
			
		||||
        <li><a href="photo_booth.html">フォトブース</a></li>
 | 
			
		||||
      </ul>
 | 
			
		||||
    </nav>
 | 
			
		||||
  </header>
 | 
			
		||||
 | 
			
		||||
  <div id="content">
 | 
			
		||||
    <h2>極限豚丼</h2>
 | 
			
		||||
    <img src="168648729145000000.jpg" alt="究極豚丼">
 | 
			
		||||
    <p>濃厚な味わいが特徴の極限豚丼です。</p>
 | 
			
		||||
    <p>具材には厳選した豚肉を使用し、秘伝のタレとの相性が絶妙です。</p>
 | 
			
		||||
 | 
			
		||||
    <h2>みたらし団子</h2>
 | 
			
		||||
    <img src="168648729942700000.jpg" alt="みたらし団子">
 | 
			
		||||
    <p>優しい甘さが魅力のみたらし団子です。</p>
 | 
			
		||||
    <p>もちもちとした食感と、特製のみたらしソースが絶妙なハーモニーを奏でます。</p>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
 <footer>
 | 
			
		||||
    © 2023 二四家 All rights reserved.
 | 
			
		||||
  </footer>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 <script>
 | 
			
		||||
 document.addEventListener('DOMContentLoaded', function() {
 | 
			
		||||
      const menuToggle = document.getElementById('menu-toggle');
 | 
			
		||||
      const menu = document.getElementById('menu');
 | 
			
		||||
 | 
			
		||||
      menuToggle.addEventListener('change', function() {
 | 
			
		||||
        if (menuToggle.checked) {
 | 
			
		||||
          menu.style.display = 'block';
 | 
			
		||||
        } else {
 | 
			
		||||
          menu.style.display = 'none';
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // ロゴマークをクリックしたときにホームに戻るイベントを追加
 | 
			
		||||
    const logoElement = document.getElementById("logo");
 | 
			
		||||
    logoElement.addEventListener("click", function() {
 | 
			
		||||
      window.location.href = "nishinoya.html";
 | 
			
		||||
    });
 | 
			
		||||
  </script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										243
									
								
								nishinoya.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										243
									
								
								nishinoya.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,243 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>二四家(にしのや)</title>
 | 
			
		||||
  <style>
 | 
			
		||||
    body {
 | 
			
		||||
      font-family: "Helvetica Neue", Arial, sans-serif;
 | 
			
		||||
      background-color: #f2f2f2;
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    header {
 | 
			
		||||
      background-color: orange;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      display: flex;
 | 
			
		||||
      justify-content: space-between;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo-container {
 | 
			
		||||
      display: flex;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo {
 | 
			
		||||
      margin-bottom: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 36px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
   /* トグルボタンのスタイル */
 | 
			
		||||
    .menu-toggle {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu-toggle-label {
 | 
			
		||||
      display: block;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* メニューのスタイル */
 | 
			
		||||
    .menu {
 | 
			
		||||
      display: none;
 | 
			
		||||
      position: absolute;
 | 
			
		||||
      top: 100%;
 | 
			
		||||
      right: 0;
 | 
			
		||||
      background-color: #f26522;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
      list-style-type: none;
 | 
			
		||||
      text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li {
 | 
			
		||||
      margin-top: 10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a {
 | 
			
		||||
      display: block;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      transition: background-color 0.3s ease;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a:hover {
 | 
			
		||||
      background-color: #e1561c;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #content {
 | 
			
		||||
      max-width: 800px;
 | 
			
		||||
      margin: 20px auto;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      background-color: #fff;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0 0 20px;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    p {
 | 
			
		||||
      margin-bottom: 20px;
 | 
			
		||||
      font-size: 16px;
 | 
			
		||||
      line-height: 1.5;
 | 
			
		||||
      color: #555;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .product {
 | 
			
		||||
      display: grid;
 | 
			
		||||
      grid-template-columns: 1fr 2fr;
 | 
			
		||||
      grid-gap: 20px;
 | 
			
		||||
      margin-bottom: 20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .product img {
 | 
			
		||||
      width: 100%;
 | 
			
		||||
      max-width: 400px;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .product h3 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    footer {
 | 
			
		||||
      background-color: #333;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
  </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
    <div id="logo-container">
 | 
			
		||||
      <img id="logo" src="1686296908880.jpg" alt="二四家ロゴ" width="200px">
 | 
			
		||||
      <h2> </h2>
 | 
			
		||||
    </div>
 | 
			
		||||
    <input type="checkbox" id="menu-toggle" class="menu-toggle">
 | 
			
		||||
    <label for="menu-toggle" class="menu-toggle-label">☰</label>
 | 
			
		||||
    <nav>
 | 
			
		||||
      <ul id="menu" class="menu">
 | 
			
		||||
        <li><a href="menu_details.html">メニューの詳細</a></li>
 | 
			
		||||
        <li><a href="specialty.html">御来店の際のご注意</a></li>
 | 
			
		||||
        <li><a href="class.html">2年4組について</a></li>
 | 
			
		||||
        <li><a href="photo_booth.html">フォトブース</a></li>
 | 
			
		||||
      </ul>
 | 
			
		||||
    </nav>
 | 
			
		||||
  </header>
 | 
			
		||||
  <img id="top-image" src="1686401596506.jpg" alt="トップページ画像" width="100%" style="display: block; margin: 20px auto;">
 | 
			
		||||
 | 
			
		||||
  <div id="content">
 | 
			
		||||
    <h2>販売商品</h2>
 | 
			
		||||
 | 
			
		||||
    <div class="product">
 | 
			
		||||
      <img src="168648729145000000.jpg" alt="極限豚丼">
 | 
			
		||||
      <div>
 | 
			
		||||
        <h3>極限豚丼 300円</h3>
 | 
			
		||||
        <p>濃厚な味わいが特徴の極限豚丼です。</p>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="product">
 | 
			
		||||
      <img src="168648729942700000.jpg" alt="みたらし団子">
 | 
			
		||||
      <div>
 | 
			
		||||
        <h3>みたらし団子 100円</h3>
 | 
			
		||||
        <p>優しい甘さが魅力のみたらし団子です。</p>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <h2>キャッチコピー - 邦を開く味わい</h2>
 | 
			
		||||
    <p>「開邦雄飛」 開邦高校の校訓であるこの言葉のよう、邦を開き世界へ羽ばたく私たちの志を表現しています。</p>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 <p>アクセスカウンター: <span id="counter">0</span></p>
 | 
			
		||||
  <p>累計アクセス数: <span id="total-counter">0</span></p>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 <script>
 | 
			
		||||
 | 
			
		||||
 document.addEventListener('DOMContentLoaded', function() {
 | 
			
		||||
      const menuToggle = document.getElementById('menu-toggle');
 | 
			
		||||
      const menu = document.getElementById('menu');
 | 
			
		||||
 | 
			
		||||
      menuToggle.addEventListener('change', function() {
 | 
			
		||||
        if (menuToggle.checked) {
 | 
			
		||||
          menu.style.display = 'block';
 | 
			
		||||
        } else {
 | 
			
		||||
          menu.style.display = 'none';
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // ロゴマークをクリックしたときにホームに戻るイベントを追加
 | 
			
		||||
    const logoElement = document.getElementById("logo");
 | 
			
		||||
    logoElement.addEventListener("click", function() {
 | 
			
		||||
      window.location.href = "nishinoya.html";
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
  // アクセスカウンターのプログラム
 | 
			
		||||
let counter = 0;
 | 
			
		||||
const counterElement = document.getElementById("counter");
 | 
			
		||||
const totalCounterElement = document.getElementById("total-counter");
 | 
			
		||||
 | 
			
		||||
function incrementCounter() {
 | 
			
		||||
  counter++;
 | 
			
		||||
  counterElement.textContent = counter;
 | 
			
		||||
 | 
			
		||||
  // ブラウザのローカルストレージにカウンターの値を保存
 | 
			
		||||
  localStorage.setItem("accessCounter", counter);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// ページが読み込まれた時にカウンターを初期化
 | 
			
		||||
window.addEventListener("load", function() {
 | 
			
		||||
  // ローカルストレージからカウンターの値を取得
 | 
			
		||||
  const storedCounter = localStorage.getItem("accessCounter");
 | 
			
		||||
  if (storedCounter) {
 | 
			
		||||
    counter = parseInt(storedCounter);
 | 
			
		||||
    counterElement.textContent = counter;
 | 
			
		||||
  }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
// ウィンドウが閉じられる時に累計アクセス数を更新
 | 
			
		||||
window.addEventListener("beforeunload", function() {
 | 
			
		||||
  // ブラウザのローカルストレージから累計アクセス数を取得
 | 
			
		||||
  const storedTotalCounter = localStorage.getItem("totalAccessCounter");
 | 
			
		||||
  let totalCounter = 0;
 | 
			
		||||
  if (storedTotalCounter) {
 | 
			
		||||
    totalCounter = parseInt(storedTotalCounter);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  totalCounter += counter;
 | 
			
		||||
  totalCounterElement.textContent = totalCounter;
 | 
			
		||||
 | 
			
		||||
  // 更新した累計アクセス数をブラウザのローカルストレージに保存
 | 
			
		||||
  localStorage.setItem("totalAccessCounter", totalCounter);
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
  </script>
 | 
			
		||||
 | 
			
		||||
  <footer>
 | 
			
		||||
    © 2023 二四家 All rights reserved.
 | 
			
		||||
  </footer>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										7
									
								
								photo3.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								photo3.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 | 
			
		||||
<html><head>
 | 
			
		||||
<title>404 Not Found</title>
 | 
			
		||||
</head><body>
 | 
			
		||||
<h1>Not Found</h1>
 | 
			
		||||
<p>The requested URL /photo3.jpg was not found on this server.</p>
 | 
			
		||||
</body></html>
 | 
			
		||||
							
								
								
									
										7
									
								
								photo4.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								photo4.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 | 
			
		||||
<html><head>
 | 
			
		||||
<title>404 Not Found</title>
 | 
			
		||||
</head><body>
 | 
			
		||||
<h1>Not Found</h1>
 | 
			
		||||
<p>The requested URL /photo4.jpg was not found on this server.</p>
 | 
			
		||||
</body></html>
 | 
			
		||||
							
								
								
									
										7
									
								
								photo5.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								photo5.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 | 
			
		||||
<html><head>
 | 
			
		||||
<title>404 Not Found</title>
 | 
			
		||||
</head><body>
 | 
			
		||||
<h1>Not Found</h1>
 | 
			
		||||
<p>The requested URL /photo5.jpg was not found on this server.</p>
 | 
			
		||||
</body></html>
 | 
			
		||||
							
								
								
									
										7
									
								
								photo6.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								photo6.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 | 
			
		||||
<html><head>
 | 
			
		||||
<title>404 Not Found</title>
 | 
			
		||||
</head><body>
 | 
			
		||||
<h1>Not Found</h1>
 | 
			
		||||
<p>The requested URL /photo6.jpg was not found on this server.</p>
 | 
			
		||||
</body></html>
 | 
			
		||||
							
								
								
									
										171
									
								
								photo_booth.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										171
									
								
								photo_booth.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,171 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>二四家(にしのや)</title>
 | 
			
		||||
  <style>
 | 
			
		||||
    body {
 | 
			
		||||
      font-family: "Helvetica Neue", Arial, sans-serif;
 | 
			
		||||
      background-color: #f2f2f2;
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    header {
 | 
			
		||||
      background-color: orange;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      display: flex;
 | 
			
		||||
      justify-content: space-between;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo-container {
 | 
			
		||||
      display: flex;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo {
 | 
			
		||||
      margin-bottom: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 36px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
   /* トグルボタンのスタイル */
 | 
			
		||||
    .menu-toggle {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu-toggle-label {
 | 
			
		||||
      display: block;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* メニューのスタイル */
 | 
			
		||||
    .menu {
 | 
			
		||||
      display: none;
 | 
			
		||||
      position: absolute;
 | 
			
		||||
      top: 100%;
 | 
			
		||||
      right: 0;
 | 
			
		||||
      background-color: #f26522;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
      list-style-type: none;
 | 
			
		||||
      text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li {
 | 
			
		||||
      margin-top: 10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a {
 | 
			
		||||
      display: block;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      transition: background-color 0.3s ease;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a:hover {
 | 
			
		||||
      background-color: #e1561c;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #content {
 | 
			
		||||
      max-width: 800px;
 | 
			
		||||
      margin: 20px auto;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      background-color: #fff;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0 0 20px;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .photo-gallery {
 | 
			
		||||
      display: grid;
 | 
			
		||||
      grid-template-columns: repeat(3, 1fr);
 | 
			
		||||
      grid-gap: 20px;
 | 
			
		||||
      margin-top: 20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .photo-gallery img {
 | 
			
		||||
      width: 100%;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    footer {
 | 
			
		||||
      background-color: #333;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
  </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
    <div id="logo-container">
 | 
			
		||||
      <img id="logo" src="1686296908880.jpg" alt="二四家ロゴ" width="200px">
 | 
			
		||||
      <h2> </h2>
 | 
			
		||||
    </div>
 | 
			
		||||
    <input type="checkbox" id="menu-toggle" class="menu-toggle">
 | 
			
		||||
    <label for="menu-toggle" class="menu-toggle-label">☰</label>
 | 
			
		||||
    <nav>
 | 
			
		||||
      <ul id="menu" class="menu">
 | 
			
		||||
        <li><a href="menu_details.html">メニューの詳細</a></li>
 | 
			
		||||
        <li><a href="specialty.html">御来店の際のご注意</a></li>
 | 
			
		||||
        <li><a href="class.html">2年4組について</a></li>
 | 
			
		||||
        <li><a href="photo_booth.html">フォトブース</a></li>
 | 
			
		||||
      </ul>
 | 
			
		||||
    </nav>
 | 
			
		||||
  </header>
 | 
			
		||||
  <div id="content">
 | 
			
		||||
    <h2>フォトブース</h2>
 | 
			
		||||
    <p>二四家では特別な思い出を作るためにフォトブースを設置しています。</p>
 | 
			
		||||
 | 
			
		||||
    <div class="photo-gallery">
 | 
			
		||||
      <img src="katsuaki.jpg" alt="写真1">
 | 
			
		||||
      <img src="1686813172839.jpg" alt="写真2">
 | 
			
		||||
      <img src="photo3.html" alt="写真3">
 | 
			
		||||
      <img src="photo4.html" alt="写真4">
 | 
			
		||||
      <img src="photo5.html" alt="写真5">
 | 
			
		||||
      <img src="photo6.html" alt="写真6">
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <footer>
 | 
			
		||||
    © 2023 二四家 All rights reserved.
 | 
			
		||||
  </footer>
 | 
			
		||||
 | 
			
		||||
 <script>
 | 
			
		||||
 document.addEventListener('DOMContentLoaded', function() {
 | 
			
		||||
      const menuToggle = document.getElementById('menu-toggle');
 | 
			
		||||
      const menu = document.getElementById('menu');
 | 
			
		||||
 | 
			
		||||
      menuToggle.addEventListener('change', function() {
 | 
			
		||||
        if (menuToggle.checked) {
 | 
			
		||||
          menu.style.display = 'block';
 | 
			
		||||
        } else {
 | 
			
		||||
          menu.style.display = 'none';
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // ロゴマークをクリックしたときにホームに戻るイベントを追加
 | 
			
		||||
    const logoElement = document.getElementById("logo");
 | 
			
		||||
    logoElement.addEventListener("click", function() {
 | 
			
		||||
      window.location.href = "nishinoya.html";
 | 
			
		||||
    });
 | 
			
		||||
  </script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										165
									
								
								specialty.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										165
									
								
								specialty.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,165 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>二四家(にしのや)</title>
 | 
			
		||||
  <style>
 | 
			
		||||
    body {
 | 
			
		||||
      font-family: "Helvetica Neue", Arial, sans-serif;
 | 
			
		||||
      background-color: #f2f2f2;
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    header {
 | 
			
		||||
      background-color: orange;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      display: flex;
 | 
			
		||||
      justify-content: space-between;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo-container {
 | 
			
		||||
      display: flex;
 | 
			
		||||
      align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #logo {
 | 
			
		||||
      margin-bottom: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0;
 | 
			
		||||
      font-size: 36px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
   /* トグルボタンのスタイル */
 | 
			
		||||
    .menu-toggle {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu-toggle-label {
 | 
			
		||||
      display: block;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* メニューのスタイル */
 | 
			
		||||
    .menu {
 | 
			
		||||
      display: none;
 | 
			
		||||
      position: absolute;
 | 
			
		||||
      top: 100%;
 | 
			
		||||
      right: 0;
 | 
			
		||||
      background-color: #f26522;
 | 
			
		||||
      padding: 0;
 | 
			
		||||
      list-style-type: none;
 | 
			
		||||
      text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li {
 | 
			
		||||
      margin-top: 10px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a {
 | 
			
		||||
      display: block;
 | 
			
		||||
      padding: 10px;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      transition: background-color 0.3s ease;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .menu li a:hover {
 | 
			
		||||
      background-color: #e1561c;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #content {
 | 
			
		||||
      max-width: 800px;
 | 
			
		||||
      margin: 20px auto;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      background-color: #fff;
 | 
			
		||||
      border-radius: 5px;
 | 
			
		||||
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    h2 {
 | 
			
		||||
      margin: 0 0 20px;
 | 
			
		||||
      font-size: 24px;
 | 
			
		||||
      color: #333;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    p {
 | 
			
		||||
      margin-bottom: 20px;
 | 
			
		||||
      font-size: 16px;
 | 
			
		||||
      line-height: 1.5;
 | 
			
		||||
      color: #555;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    footer {
 | 
			
		||||
      background-color: #333;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
  </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
    <div id="logo-container">
 | 
			
		||||
      <img id="logo" src="1686296908880.jpg" alt="二四家ロゴ" width="200px">
 | 
			
		||||
      <h2> </h2>
 | 
			
		||||
    </div>
 | 
			
		||||
    <input type="checkbox" id="menu-toggle" class="menu-toggle">
 | 
			
		||||
    <label for="menu-toggle" class="menu-toggle-label">☰</label>
 | 
			
		||||
    <nav>
 | 
			
		||||
      <ul id="menu" class="menu">
 | 
			
		||||
        <li><a href="menu_details.html">メニューの詳細</a></li>
 | 
			
		||||
        <li><a href="specialty.html">御来店の際のご注意</a></li>
 | 
			
		||||
        <li><a href="class.html">2年4組について</a></li>
 | 
			
		||||
        <li><a href="photo_booth.html">フォトブース</a></li>
 | 
			
		||||
      </ul>
 | 
			
		||||
    </nav>
 | 
			
		||||
  </header>
 | 
			
		||||
  <div id="content">
 | 
			
		||||
    <h2>御来店の際のご注意</h2>
 | 
			
		||||
    <p>お客様のご来店に際しましていくつかご注意がありますので是非ともご確認下さい。</p>
 | 
			
		||||
 | 
			
		||||
    <ul>
 | 
			
		||||
      <li>商品の受け取りから2時間以内にはお召し上がりいただきますよう、お願い致します。</li>
 | 
			
		||||
      <li>衛生上食べ残しは極力お控え下さい。万が一食べ残しが発生した場合は、ザル付きのゴミ箱に食べ残しを入れ、器や割り箸などは別のゴミ箱に分別していただきますようお願い致します。</li>
 | 
			
		||||
      <li>屋外でお召し上がりいただく場合も、ゴミは必ず店内に設置してあるゴミ箱に捨てていただきますようお願い致します。</li>
 | 
			
		||||
      <li>みたらし団子についてくる爪楊枝は、お召し上がりいただいた後、店内の発泡スチロールに刺していただきますようお願い致します。</li>
 | 
			
		||||
    </ul>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <footer>
 | 
			
		||||
    © 2023 二四家 All rights reserved.
 | 
			
		||||
  </footer>
 | 
			
		||||
 | 
			
		||||
 <script>
 | 
			
		||||
 | 
			
		||||
 document.addEventListener('DOMContentLoaded', function() {
 | 
			
		||||
      const menuToggle = document.getElementById('menu-toggle');
 | 
			
		||||
      const menu = document.getElementById('menu');
 | 
			
		||||
 | 
			
		||||
      menuToggle.addEventListener('change', function() {
 | 
			
		||||
        if (menuToggle.checked) {
 | 
			
		||||
          menu.style.display = 'block';
 | 
			
		||||
        } else {
 | 
			
		||||
          menu.style.display = 'none';
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // ロゴマークをクリックしたときにホームに戻るイベントを追加
 | 
			
		||||
    const logoElement = document.getElementById("logo");
 | 
			
		||||
    logoElement.addEventListener("click", function() {
 | 
			
		||||
      window.location.href = "nishinoya.html";
 | 
			
		||||
    });
 | 
			
		||||
  </script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user