:root { --brand: #6a9f58; --text:#333; --soft:#f7f7f7; }
*{box-sizing:border-box}
body{margin:0;font-family:"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;color:var(--text);line-height:1.8}
.site-header{
  background:url("/images/orchard-banner.png") center/cover no-repeat;
  color:#fff; text-align:center; padding:80px 20px;
}
.site-title{background:rgba(0,0,0,.45); display:inline-block; padding:16px 24px; border-radius:8px; font-size:clamp(20px,4vw,36px)}
.container{max-width:900px; margin:40px auto; padding:0 20px}

h2{border-left:3px solid var(--brand); padding-left:10px}
.site-footer{background:var(--soft); text-align:center; padding:10px; font-size:.95em}
.site-footer a{color:inherit; text-decoration:underline; margin:0 8px}
.site-footer {
  line-height: 1.8;   /* 全体の行間を詰める */
}
.site-footer p,
.site-footer a {
  margin: 2px 0;      /* 各行の上下余白を小さく */
}
.site-footer .footer-note {
  font-size: 0.75rem;     /* 現在の本文より小さく */
  color: #666;            /* 控えめなグレー */
  line-height: 1.2;       /* 行間を詰める */
  margin-bottom: 4px;     /* タイトルとの隙間を最小限に */
}

/*-----トップ　コーヒーカス   ---*/
/* === コーヒーカス特集セクション === */
.coffee-section {
  margin: 40px 0;
  padding: 20px;
  background: #f7f5f2;
  border-radius: 10px;
}

.coffee-section h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
}

.section-desc {
  margin-bottom: 20px;
  color: #555;
}

.coffee-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.coffee-card {
  flex: 1 1 250px;
  background: white;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.coffee-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.card-content {
  padding: 15px;
}

.coffee-card h3 {
  margin-bottom: 8px;
}

.coffee-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

/*-----おすすめコンテンツ---------*/
.recommend-section {
  margin: 40px 0;
}

.recommend-section h2 {
  margin-bottom: 15px;
}

/* グリッドで5列 */
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

/* カード */
.recommend-card {
  text-decoration: none;
  color: #333;
  display: block;
}

.recommend-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.recommend-card p {
  font-size: 0.9em;
  margin-top: 5px;
}

/* ---- こんな方に向いています ---- */

.for-you-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.for-you-main {
  flex: 1;
  background: #f6f8f3;           /* 土・紙っぽい淡色 */
  border-left: 6px solid #6a9f58; /* 既存のグリーン系と統一 */
  padding: 10px 6px;
  margin: 5px 0;
  border-radius: 4px;
}
.for-you-sidebar {
  width: 280px; /* サイドバーの幅は自由に調整可能 */
  flex-shrink: 0;
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 8px;
}

/* スマホでは縦並び */
@media (max-width: 768px) {
  .for-you-wrapper {
    flex-direction: column;
  }

  .for-you-sidebar {
    width: 100%;
  }
}
.for-you-main ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.for-you-main li {
  padding: 4px 0 4px 18px;
  line-height: 1.4;
  position: relative;
}
.for-you-main ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c7a7b; /* 好きな色に変更可能 */
  font-weight: bold;
}

/*汎用囲い*/
h1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3a5f0b; /* 落ち着いた緑 */
  text-align: center;
  margin: 7px 0 20px;
  letter-spacing: 1px;
}
h4 {
  font-size: 1.0rem;
  font-weight: 700;
  color: #C8AD7F; 
  text-align: center;
  margin: 10px 0 25px;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3a5f0b; /* 落ち着いた緑 */
  text-align: center;
  margin: 7px 0 10px;
  letter-spacing: 1px;
}


/*ヘッダー部分のスタイル*/
.site-header {
  position: relative;
  background-image: url('/assets/header-bg2.png'); /* ← 横長の自然写真を置く */
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  color: #fff;
}

.header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* 透明度で淡さを調整 */
}

.header-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-title {
  color: #ffffff;  
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}

.site-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}

.site-nav a:hover {
  border-color: #fff;
}

/*コンテンツとリンクについて*/
/* コンテンツ全体のスタイル */
section .content-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.95rem;
}

/* 各項目をカード風に */
section .content-list li {
  padding: 0.4rem 0.8rem;
  margin: 0.4rem 0;
  /*background: #f7f7f7;*/
  background: #fde7ef;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* strong をタイトルっぽく */
section .content-list li strong {
  font-weight: 600;
  color: #333;
}

/* リンクの装飾を消す＋色固定 */
section .content-list a {
  text-decoration: none;
  color: #0066cc;
  font-weight: 500;
}

section .content-list a:visited {
  color: #0066cc; /* visited 色を同じに */
}

section .content-list a:hover {
  opacity: 0.7;
}
.content-list .item-desc {
  margin: 2px 0 6px 0;   /* 上下の余白を小さく */
  font-size: 0.85rem;
  color: #666;
  line-height: 1.35;
}
.content-list .item-desc::before {
  content: "・";
  margin-right: 4px;
  color: #cc6699;   /* 少し淡いピンク系にしても良い */
  font-size: 0.9em;
}
/*コンテンツ領域と右側の外観*/

.content-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

/* メインとサイドバーの幅 */
.main-content {
  flex: 2;
}

.sidebar {
  flex: 1;
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 8px;
}

/* スマホ時は縦並びに変更 */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }
}

/* ---- 季節の特集（Feature Section） ---- */

.feature-wrapper {
  margin-top: 3rem;
  padding: 1rem 0;
}

.feature-wrapper h2 {
  border-left: 3px solid var(--brand);
  padding-left: 10px;
  margin-bottom: 1.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* カードデザイン */
.feature-card {
  background: #f6f8f3; /* for-you と統一感 */
  border-radius: 8px;
  border-left: 6px solid var(--brand);
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}

.feature-card h3 {
  font-size: 1.2rem;
  color: #3a5f0b;
  margin: 0.4rem 0;
}

.feature-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 1rem;
}

/* ボタン */
.feature-btn {
  display: inline-block;
  padding: 6px 14px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}

.feature-btn:hover {
  opacity: 0.8;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* スマホ最適化 */
@media (max-width: 768px) {

  .coffee-cards {
    flex-direction: column;
  }

  .coffee-card {
    width: 100%;
  }

  .coffee-section {
    padding: 15px;
  }

  .coffee-section h2 {
    font-size: 1.4em;
  }

}

@media (max-width: 768px) {

  .recommend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recommend-card img {
    height: 90px;
  }

}



