/* =======================================================
   RESTAURANT PORTFOLIO (style.css)
   特徴：雑誌風・温かみ・カフェダイニング感
======================================================= */
:root {
    --primary-color: #8b1c1c;
    /* ワインレッド */
    --text-color: #4a3e3d;
    /* 温かみのある焦げ茶 */
    --bg-color: #faf8f5;
    /* 少しクリーム色がかった白 */
    --accent-color: #dcb37b;
    /* ゴールド/ベージュ系のアクセント */
    --font-serif: 'Noto Serif JP', serif;
    --font-heading: 'Libre Baskerville', serif;
    --font-sans: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.8;
    letter-spacing: 0.05em;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* Typography */
.section-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}

.section-title span {
    display: block;
    font-family: var(--font-serif);
    font-size: 0.9rem;
    color: var(--text-color);
    margin-top: 5px;
    opacity: 0.7;
}

.center {
    text-align: center;
}

/* Layout */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
}

.section {
    padding: 100px 0;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.8;
}

.btn-outline {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 0;
    transition: 0.3s;
    font-family: var(--font-serif);
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.4s;
    background: transparent;
}

.header.scrolled {
    background: rgba(250, 248, 245, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    height: 80px;
}

.logo a {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: #fff;
    transition: 0.4s;
}

.header.scrolled .logo a {
    color: var(--primary-color);
}

.gnav .nav-list {
    display: flex;
    gap: 30px;
}

.gnav a {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 500;
    transition: 0.4s;
}

.header.scrolled .gnav a {
    color: var(--text-color);
}

.gnav a:hover {
    color: var(--accent-color);
}

.hamburger {
    display: none;
}

.sp-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(250, 248, 245, 0.98);
    z-index: 99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
}

.sp-nav.active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.sp-nav ul {
    text-align: center;
}

.sp-nav li {
    margin-bottom: 25px;
}

.sp-nav a {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--text-color);
    font-weight: 500;
}

.sp-nav a.btn {
    color: #fff;
    font-size: 1.1rem;
    padding: 15px 40px;
    margin-top: 20px;
}


/* Hero */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* パララックス風 */
    z-index: -1;
}

.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    color: #fff;
    z-index: 10;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    animation: fadeInUp 1.5s ease;
}

.hero-subtitle {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    animation: fadeInUp 2s ease;
}

/* About (雑誌風レイアウト) */
.about-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-text {
    flex: 1;
}

.about-text p {
    font-family: var(--font-serif);
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.about-img {
    flex: 1;
    position: relative;
}

.about-img img {
    border-radius: 200px 200px 0 0;
    /* アーチ型デザイン */
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

/* Menu */
.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.menu-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s;
}

.menu-card:hover {
    transform: translateY(-5px);
}

.menu-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.menu-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-card-body {
    padding: 30px;
    text-align: center;
}

.menu-card-body h4 {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.price {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.price span {
    font-size: 0.8rem;
    font-family: var(--font-sans);
}

.desc {
    font-size: 0.9rem;
    text-align: left;
}

.btn-wrap {
    text-align: center;
}

/* News */
.news {
    background-color: #fff;
}

.news-list li {
    border-bottom: 1px solid #eaeaea;
}

.news-list a {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    transition: 0.3s;
}

.news-list a:hover {
    background-color: #fcfbf9;
}

.news-list time {
    font-family: var(--font-heading);
    width: 120px;
    color: var(--accent-color);
}

.category {
    font-size: 0.75rem;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    padding: 2px 10px;
    margin-right: 20px;
    border-radius: 20px;
}

.title {
    flex: 1;
    font-weight: 500;
}

/* Access */
.access-inner {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.access-info {
    flex: 1;
}

.access-info h4 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.address {
    margin-bottom: 20px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}

.info-table th {
    width: 100px;
    font-weight: 500;
    color: var(--primary-color);
}

.access-map {
    flex: 1.5;
}

/* Google Review Widget Demo */
.review-widget {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid #f0f0f0;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.review-stars {
    color: #fbbc04;
}

/* Floating CTA (スマホ予約動線) */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
}

.floating-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.floating-cta a:hover {
    transform: scale(1.05);
}

.btn-tel {
    background-color: #333;
}

.btn-web {
    background-color: var(--primary-color);
}

/* Footer */
.footer {
    background: #2a2524;
    color: #fff;
    padding: 60px 0 40px;
    text-align: center;
}

.footer-logo {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 30px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.social-links {
    margin-bottom: 30px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.copyright {
    font-size: 0.8rem;
    opacity: 0.6;
}

.copyright span {
    font-size: 0.7rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive (スマホ対応) */
@media (max-width: 768px) {
    .gnav {
        display: none;
    }

    .hamburger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
        z-index: 1000;
    }

    .hamburger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.4s;
        border-radius: 2px;
    }

    .header.scrolled .hamburger span {
        background: var(--text-color);
    }

    .hamburger span:nth-of-type(1) {
        top: 0;
    }

    .hamburger span:nth-of-type(2) {
        top: 9px;
    }

    .hamburger span:nth-of-type(3) {
        bottom: 0;
        top: 18px;
    }

    /* Hamburger Active State */
    .hamburger.active span {
        background: var(--text-color);
    }

    .hamburger.active span:nth-of-type(1) {
        top: 9px;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-of-type(3) {
        top: 9px;
        transform: rotate(-45deg);
    }


    .hero-title {
        font-size: 2.5rem;
    }

    .about-inner {
        flex-direction: column;
    }

    .about-img img {
        border-radius: 100px 100px 0 0;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .news-list a {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .access-inner {
        flex-direction: column;
    }

    .floating-cta {
        flex-direction: row;
        left: 10px;
        right: 10px;
        bottom: 10px;
        justify-content: space-between;
    }

    .floating-cta a {
        flex: 1;
        padding: 12px;
        font-size: 0.9rem;
    }
}
/* PC\SPj[\id\̖h~j */
@media (min-width: 769px) { .sp-nav, .hamburger { display: none !important; } }

