body {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}

.header {
    background-color: #BCA285; /* Figmaのヘッダー色 */
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-style: italic;
    color: #fff;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
    background-color: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: bold;
}

.fv {
    padding: 60px 20px;
    text-align: center;
}

.fv-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.business-hours {
    width: 40%;
    text-align: left;
}

    .business-hours h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .business-hours ul {
        list-style: none;
        padding: 0;
        line-height: 2;
    }

.fv-image {
    width: 55%;
}

    .fv-image img {
        width: 100%;
        border-radius: 12px;
    }

.fv-message h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.fv-message p {
    font-size: 16px;
    color: #555;
    margin-bottom: 24px;
}

.fv-cta .btn-line {
    background-color: #27c34a;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.feature {
    background-color: #f9f6f2;
    padding: 80px 20px;
}

.feature-block {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

    .feature-block h3 {
        font-size: 20px;
        margin-bottom: 16px;
        font-weight: bold;
    }

    .feature-block p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        margin-bottom: 24px;
    }

    .feature-block img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
    }

.review {
    background-color: #f2f2f2;
    padding: 80px 24px;
    text-align: center;
}

    .review h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }

.review-box {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

    .review-box img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .review-box p {
        font-size: 15px;
        color: #555;
        line-height: 1.7;
    }

.cta {
    background-color: #fff7ec;
    padding: 80px 20px;
    text-align: center;
}

    .cta h3 {
        font-size: 20px;
        margin-bottom: 16px;
        color: #333;
    }

    .cta p {
        font-size: 16px;
        color: #666;
        margin-bottom: 32px;
    }

    .cta .btn-line {
        background-color: #27c34a;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 16px 32px;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

        .cta .btn-line:hover {
            background-color: #1f9e3b;
        }

.footer {
    background-color: #d2b48c; /* 落ち着いた茶色 */
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    font-size: 14px;
}

    .footer a {
        color: #fff;
        text-decoration: underline;
        margin: 0 4px;
    }

.footer-logo {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.footer p {
    margin: 6px 0;
}

.copyright {
    margin-top: 12px;
    font-size: 12px;
    color: #f0e5d8;
}

@media screen and (max-width: 768px) {
    /* ファーストビュー縦並び */
    .fv-top {
        flex-direction: column;
    }

    .business-hours,
    .fv-image {
        width: 100%;
    }

    /* テキストのサイズを少し小さくする */
    .fv-message h3 {
        font-size: 18px;
    }

    .fv-message p {
        font-size: 14px;
    }

    /* 特長ブロックも詰まらないように */
    .feature-block {
        padding: 0 10px;
    }

    /* レビュー縦並び・中央揃え */
    .review-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

        .review-box img {
            margin-bottom: 8px;
        }

    /* CTAボタンも縮める */
    .cta .btn-line {
        font-size: 16px;
        padding: 12px 24px;
    }

    /* フッター文字サイズ調整 */
    .footer {
        font-size: 12px;
    }
}
/* まずはヘッダーの基本。はみ出し防止 */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 16px;
  overflow:visible;        /* クリップされるのを防ぐ */
}

/* 左の店名（例: .logo）サイズを少し控えめに */
.logo{ font-size:18px; }



/* 各ボタン */
.header-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  background:#fff;
  border-radius:10px;
  text-decoration:none;
  line-height:1;           /* ボタン内の上下ズレ防止 */
  white-space:nowrap;      /* 文字が1文字ずつ縦落ちするのを防ぐ */
  width:auto;
  max-width:100%;
}

/* スマホ時の並べ方：2列 + 最後だけ1列 */
@media (max-width:480px){
  .header-nav a{ flex:1 1 48%; font-size:14px; padding:8px 10px; }
  .header-nav a:nth-child(3){ flex-basis:100%; }
}

.header-nav { display:flex; flex-wrap:wrap; gap:12px; }
.header-nav a{
  flex: 0 0 auto;           /* ← 中身より小さく縮めない */
  min-width: max-content;   /* ← 文字列の最小幅を死守 */
  padding: 8px 12px;
  border-radius:10px;
  background:#fff;
  display:inline-flex; align-items:center; justify-content:center;
}

.header-nav a{
  white-space: nowrap;       /* 1行にする */
  word-break: keep-all;      /* CJK 内の任意改行を避ける */
  overflow-wrap: normal;     /* できるだけ単語途中で折り返さない */
}