@charset "UTF-8";
body {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f6ef;
    color: #333;
    line-height: 1.6;
    background-image: url(./backimage/back.jpg);
    background-size: cover;
  }
  
  /* ヘッダー */
  header {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
  
  header img {
    width: 80px;
    height: auto;
  }
  
  /* ナビゲーション */
  nav {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  
  nav a {
    margin: 0 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease;
  }
  
  nav a:hover {
    color: #d2691e; /* 焦げ茶色 */
  }
  
  /* メインタイトル */
  .main-title {
    text-align: center;
    font-size: 2.5rem;
    margin: 10px 0;
    color: #333;
  }
  
  /* セクションスタイル */
  .section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    border: none; 
  background: none; 
  box-shadow: none;
  }

  .section1 {
    max-width: 1200px;
    margin: 10px auto;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    
    border: none; 
  background: none; 
  box-shadow: none;
  }
  
  .section img {
    width: 60%;
    height: auto;
    max-height: 400px;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .section1 img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
  }
  
  .section p {
    font-size: 1.5rem;
    color: #666;
    margin: 10px 0;
  }
  
  /* CTA（問い合わせセクション） */
  .cta {
    text-align: center;
    background-color: #ffe4b5; /* ベージュ系 */
    padding: 30px;
    margin-top: 20px;
    background-image: url(./backimage/1121.jpg);
  }
  
  .cta h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
  }
  
  .phone {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
  }
  
  .cta p {
    font-size: 1rem;
    margin: 5px 0;
  }
  .cta img {
    width: 80px;
    height: auto;
  }
  
  /* フッター */
  footer {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  
  footer p {
    margin: 5px 0;
    color: #666;
    font-size: 0.9rem;
  }
  
  footer p.contact-number {
    font-size: 20px;
    font-weight: bold;
}
  /* history */
  .qw{
    text-align: center;
    line-height: 2.7rem;
    font-size: 1.2rem;
  }

  .awz{
    font-size: 2,5rem;
  }

  .l{
    display: inline-block;
    
  }
  
  .d{
    text-align: left;
  }
  .p{
    text-align: center;
    font-size: large;
  }

  .p img{
    width: 50%;
    height: auto;
  }

  .main-title img{
    width: 60%;
    height: auto;
  }
    /* shop */
  .hero img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }
  
  .osechi-prices {
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px; 
  justify-content: center; 
  align-items: center; 
  padding: 40px 20px;
}

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

.osechi-item img {
  width: 100%;
  max-width: 200px; 
  height: auto;
  border: 2px solid #ddd;
  border-radius: 8px;
}
  
  .osechi-item p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #000000;
  }

  .osechi-items {
    text-align: center;
  }
  
  .osechi-items img {
    width: 100%;
    max-width: 350px; 
    height: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
  }
    
    .osechi-items p {
      font-size: 18px;
      font-weight: bold;
      margin-top: 10px;
      color: #000000;
    }


  body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9e8;
}

/* ヘッダー */
header {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

header nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

/* メインタイトル */
h1 {
    text-align: center;
    margin: 30px 0;
    color: #555;
    font-size: 2.5rem;
}

/* フォーム */
.form-container {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    height: 100px;
}

button {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #ffcc00;
    color: #2f00ff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background-color: #f5d552;
}



  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .section img {
      width: 100%;
    }
    nav {
      flex-wrap: wrap;
      padding: 10px 0;
    }
  
    nav a {
      margin: 5px 10px;
      font-size: 0.9rem;
    }
  
    .main-title {
      font-size: 1.5rem;
    }
  
    .cta h2 {
      font-size: 1.4rem;
    }

    .cta p{
      text-align: center;
      margin: auto;
    }

    footer p{
      text-align: center;
    }
  
    .phone {
      font-size: 2rem;
    }

    h1{
      line-height: 110%;
    }
  
    .abc{
      text-align: left;
      padding: 10%;
    }

    
    
    @media (max-width: 480px) {
      .osechi-prices {
        grid-template-columns: 1fr; 
      }
    }
  }