@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");

/* 基本設定 */
#osechi-contents-2025 {
  /* ★修正: IDセレクタを追加 */
  max-width: 1040px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

#osechi-contents-2025 img {
  /* ★修正: IDセレクタを追加 */
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  float: none; /* ★追加: floatをリセット */
}

#osechi-contents-2025 .w_container {
  /* ★修正: IDセレクタを追加 */
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

#osechi-contents-2025 .section-title {
  /* ★修正: IDセレクタを追加 */
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px 0;
}

/* 1. ヒーローセクション */
#osechi-contents-2025 .hero img {
  /* ★修正: IDセレクタを追加 */
  width: 100%;
  display: block;
}

/* ヒーロー直下のキャッチコピーセクション */
#osechi-contents-2025 .catchphrase-section {
  /* ★修正: IDセレクタを追加 */
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  background-image: url("/img/usr/goods/26osechi/common/bk1.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  text-align: center;
}
#osechi-contents-2025 .catchphrase-section h2 {
  /* ★修正: IDセレクタを追加 */
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
  font-weight: bold;
}

/* 注目のお料理セクション */
#osechi-contents-2025 .dishes-section {
  /* ★修正: IDセレクタを追加 */
  background-color: #fbfaf5;
  padding: 80px 0;
}

#osechi-contents-2025 .main-dish {
  /* ★修正: IDセレクタを追加 */
  margin-bottom: 60px;
}
#osechi-contents-2025 .main-dish .dish-image {
  /* ★修正: IDセレクタを追加 */
  max-width: 640px;
  margin: 0 auto 30px;
}
#osechi-contents-2025 .main-dish .dish-image img {
  /* ★修正: IDセレクタを追加 */
  border-radius: 15px;
  width: 100%;
}
#osechi-contents-2025 .main-dish .dish-text {
  /* ★修正: IDセレクタを追加 */
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
#osechi-contents-2025 .main-dish h3 {
  /* ★修正: IDセレクタを追加 */
  font-size: 2.2rem;
  margin: 0 0 20px 0;
}
#osechi-contents-2025 .main-dish p {
  /* ★修正: IDセレクタを追加 */
  font-size: 1.05rem;
  float: none; /* ★追加: floatをリセット */
  width: auto; /* ★追加: widthをリセット */
}

#osechi-contents-2025 .other-dishes {
  /* ★修正: IDセレクタを追加 */
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
#osechi-contents-2025 .other-dish-item {
  /* ★修正: IDセレクタを追加 */
  text-align: left;
  width: 300px;
}
#osechi-contents-2025 .other-dish-item img {
  /* ★修正: IDセレクタを追加 */
  border-radius: 15px;
  margin-bottom: 15px;
}

/* お品書きセクション */
#osechi-contents-2025 .menu-header {
  /* ★修正: IDセレクタを追加 */
  background-color: #1a294a;
  background-image: url("/img/usr/goods/26osechi/common/bk2.jpg");
  padding: 30px 0;
}
#osechi-contents-2025 .menu-header .section-title {
  /* ★修正: IDセレクタを追加 */
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
}

#osechi-contents-2025 .menu-content {
  /* ★修正: IDセレクタを追加 */
  background-image: url("/img/usr/goods/26osechi/common/bk3.jpg");
  background-color: #f7fafd;
  padding: 60px 0 80px;
}
#osechi-contents-2025 .menu-content .menu-lead {
  /* ★修正: IDセレクタを追加 */
  text-align: center;
  font-size: 1.1rem;
  margin: 0 0 60px 0;
}

#osechi-contents-2025 .osechi-image {
  /* ★修正: IDセレクタを追加 */
  max-width: 640px;
  margin: 0 auto 40px;
}

#osechi-contents-2025 .osechi-item {
  /* ★修正: IDセレクタを追加 */
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eaf0f3;
  border-radius: 4px;
  margin-bottom: 30px;
}
#osechi-contents-2025 .osechi-item:last-child {
  /* ★修正: IDセレクタを追加 */
  margin-bottom: 0;
}
#osechi-contents-2025 .osechi-item h3 {
  /* ★修正: IDセレクタを追加 */
  font-size: 1.2rem;
  border: 1px solid #333;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 15px 0;
  position: relative;
}
#osechi-contents-2025 .osechi-item .box-name {
  /* ★修正: IDセレクタを追加 */
  background-color: #333;
  color: #fff;
  padding: 8px 15px;
  margin-right: 15px;
  position: relative;
  left: -21px;
}
#osechi-contents-2025 .osechi-item p {
  /* ★修正: IDセレクタを追加 */
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

/* おせちのこだわりセクション */
#osechi-contents-2025 .commitment-section {
  /* ★修正: IDセレクタを追加 */
  background-image: url("/img/usr/goods/26osechi/common/bk4.jpg");
  background-color: #fbfaf5;
  padding: 80px 0;
}
#osechi-contents-2025 .commitment-section .section-title {
  /* ★修正: IDセレクタを追加 */
  color: #1f4e7a;
}
#osechi-contents-2025 .commitment-section .section-title::after {
  /* ★修正: IDセレクタを追加 */
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #e6f2f7;
  margin: 20px auto 0;
}

#osechi-contents-2025 .commitment-content {
  /* ★修正: IDセレクタを追加 */
  max-width: 800px;
  margin: 0 auto 30px;
}
#osechi-contents-2025 .commitment-content:first-of-type {
  /* ★修正: IDセレクタを追加 */
  color: #1f4e7a;
}
#osechi-contents-2025 .commitment-content:last-of-type {
  /* ★修正: IDセレクタを追加 */
  background-color: #fff;
  padding: 30px;
  border: 1px solid #f0ebe2;
  border-radius: 4px;
}

#osechi-contents-2025 .commitment-content ul {
  /* ★修正: IDセレクタを追加 */
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#osechi-contents-2025 .commitment-content li {
  /* ★修正: IDセレクタを追加 */
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1em;
  font-size: 1rem;
  float: none; /* ★追加: floatをリセット */
  display: block; /* ★追加: displayをリセット */
  width: auto; /* ★追加: widthをリセット */
}
#osechi-contents-2025 .commitment-content li strong {
  /* ★修正: IDセレクタを追加 */
  font-weight: bold;
}
#osechi-contents-2025 .commitment-content li:last-child {
  /* ★修正: IDセレクタを追加 */
  margin-bottom: 0;
}
#osechi-contents-2025 .commitment-content li::before {
  /* ★修正: IDセレクタを追加 */
  content: "■";
  color: #1a294a;
  margin-right: 0.5em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  #osechi-contents-2025 .section-title {
    /* ★修正: IDセレクタを追加 */
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  #osechi-contents-2025 .catchphrase-section h2 {
    /* ★修正: IDセレクタを追加 */
    font-size: 1.4rem;
  }
  #osechi-contents-2025 .dishes-section,
  #osechi-contents-2025 .commitment-section {
    /* ★修正: IDセレクタを追加 */
    padding: 60px 0;
  }
  #osechi-contents-2025 .menu-content {
    /* ★修正: IDセレクタを追加 */
    padding: 40px 20px 60px;
  }
}
