/* 
   Pattern 39: Bakery (パン屋・ベーカリー)
   Theme: Freshly baked / Warmth (Wheat & Soft Orange)
   Font: Zen Maru Gothic (丸ゴシックでほっこり感)
*/

:root {
    /* カラーパレット：温もりとやさしさ */
    --c-primary: #D35400;
    /* 焼き目のようなウォームオレンジ */
    --c-primary-dark: #A04000;
    --c-accent: #F39C12;
    /* アクセントのイエローオレンジ */
    --c-text: #4A3E39;
    /* 真っ黒ではなく、少しブラウンがかった色 */
    --c-text-light: #8E7C73;
    --c-bg: #FCFAF8;
    /* 真っ白ではなく、ほんのりクリーム色 */
    --c-bg-wheat: #F6F1ED;
    /* セクション背景用の小麦色 */
    --c-border: #E8DFD8;

    /* タイポグラフィ */
    --f-main: 'Zen Maru Gothic', sans-serif;
    --f-en: 'Zen Maru Gothic', sans-serif;
    /* 英語も同じ丸ゴシックで統一感を出す */

    /* その他 */
    --spacing-section: 100px;
    --border-radius: 12px;
    /* 少し大きめの角丸 */
    --box-shadow: 0 5px 25px rgba(142, 124, 115, 0.1);
    --transition: all 0.35s ease;
}

/* =========================================
   Reset & Base
========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--f-main);
    color: var(--c-text);
    background-color: var(--c-bg);
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 3rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.text-small {
    font-size: 0.85rem;
    color: var(--c-text-light);
}

/* =========================================
   Typography & Sections
========================================= */
.section {
    padding: var(--spacing-section) 0;
}

.section--wheat {
    background-color: var(--c-bg-wheat);
    border-radius: 40px;
    /* 全体的に丸みを帯びたセクション区切り */
    margin: 0 20px;
    /* 左右にマージンを持たせて浮いたカードのように見せる */
    padding: 80px 20px;
}

.section-subtitle {
    display: inline-block;
    color: var(--c-primary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
    position: relative;
    padding: 0 10px;
}

.section-subtitle::before,
.section-subtitle::after {
    content: '〜';
    color: var(--c-accent);
}

.section-title {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: var(--c-text);
}

.section-desc {
    color: var(--c-text-light);
    font-size: 0.95rem;
}

/* ボタン共通 */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-primary);
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    transition: var(--transition);
    border: 2px solid var(--c-primary);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--c-primary);
}

/* =========================================
   Header
========================================= */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 25px 0;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* 写真に被せても読めるように */
}

.logo-icon {
    font-size: 1.8rem;
    margin-right: 8px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nav a:hover {
    color: var(--c-accent);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
}

.menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* =========================================
   Hero
========================================= */
.hero {
    position: relative;
    height: 90vh;
    /* 少し短めにして下のコンテンツをチラ見せ */
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 50px 50px;
    /* パッドと丸みを帯びたヘッダーエリア */
    overflow: hidden;
    margin-bottom: 60px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(1.05);
    /* 少しズームアウトするアニメーション用 */
    transition: opacity 1.2s ease, transform 3s ease-out;
}

.hero-bg.is-visible {
    opacity: 1;
    transform: scale(1);
}

.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 62, 57, 0.4);
    /* 暗めのブラウンオーバーレイでテキストを目立たせる */
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 10;
    color: #fff;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-desc {
    font-size: 1.15rem;
    line-height: 1.9;
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

/* =========================================
   About
========================================= */
.about-layout {
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-image-wrap {
    flex: 1;
}

.arch-image {
    position: relative;
    width: 100%;
    padding-top: 130%;
    /* 縦長アーチの比率 */
    overflow: hidden;
    /* 特徴的なアーチ状（上部が丸い）の切り抜き */
    border-radius: 200px 200px 10px 10px;
    box-shadow: var(--box-shadow);
}

.arch-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    flex: 1;
}

.about-text p {
    font-size: 1.05rem;
}

/* =========================================
   Menu & Bread Overlay UI
========================================= */
.bread-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.bread-card {
    text-align: center;
}

.bread-img-wrap {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 4 / 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    /* 画像ロード前の背景 */
}

.bread-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* ホバー時のオーバーレイUI */
.bread-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 250, 248, 0.95);
    /* 半透明のクリーム色 */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
}

.bread-card:hover .bread-img-wrap img {
    transform: scale(1.1);
}

.bread-card:hover .bread-overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay-content {
    text-align: left;
    width: 100%;
}

.bake-time {
    display: inline-block;
    background-color: var(--c-primary);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.bake-time .icon {
    margin-right: 4px;
}

.b-title {
    font-size: 1.1rem;
    color: var(--c-primary-dark);
    margin-bottom: 8px;
    border-bottom: 1px dotted var(--c-border);
    padding-bottom: 6px;
}

.b-desc {
    font-size: 0.85rem;
    color: var(--c-text);
    line-height: 1.5;
    margin-bottom: 10px;
}

.b-allergies {
    font-size: 0.75rem;
    color: var(--c-text-light);
    background: var(--c-border);
    padding: 2px 8px;
    border-radius: 4px;
}

/* カード下の通常テキスト */
.bread-info h3 {
    font-size: 1.2rem;
    color: var(--c-text);
    margin-bottom: 5px;
}

.bread-info .price {
    font-size: 1.1rem;
    color: var(--c-primary);
    font-weight: 700;
}

/* =========================================
   FAQ
========================================= */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-card {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 30px;
    box-shadow: var(--box-shadow);
    border: 2px dashed var(--c-border);
    transition: var(--transition);
}

.faq-card:hover {
    transform: translateY(-5px);
    border-color: var(--c-accent);
}

.faq-q {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--c-text);
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.faq-q span {
    color: var(--c-primary);
    font-size: 1.3rem;
    line-height: 1;
}

.faq-a {
    color: var(--c-text-light);
    display: flex;
    gap: 15px;
    align-items: flex-start;
    line-height: 1.7;
}

.faq-a span {
    color: var(--c-text-light);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.6;
}

/* =========================================
   Store Info
========================================= */
.info-layout {
    display: flex;
    gap: 50px;
    align-items: center;
}

.info-text-box {
    flex: 6;
}

.info-notice {
    flex: 4;
}

.notice-card {
    background-color: #fff;
    border: 2px solid var(--c-border);
    border-radius: var(--border-radius);
    padding: 30px;
    box-shadow: var(--box-shadow);
}

.notice-card h3 {
    color: var(--c-primary);
    font-size: 1.15rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.notice-card h3::before {
    content: '📢';
    margin-right: 8px;
}

.info-dl {
    display: flex;
    flex-wrap: wrap;
}

.info-dl dt,
.info-dl dd {
    padding: 12px 0;
    border-bottom: 1px dashed var(--c-border);
}

.info-dl dt {
    width: 30%;
    font-weight: 700;
}

.info-dl dd {
    width: 70%;
}

.info-dl .tel {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--c-primary);
}

.social-btn {
    display: inline-block;
    background-color: #E1306C;
    /* Instagramカラー風 */
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
}

.social-btn:hover {
    background-color: #C13584;
}

/* =========================================
   Footer
========================================= */
.footer {
    background-color: var(--c-text);
    color: #F6F1ED;
    padding: 60px 0 40px;
}

.footer-logo {
    color: #fff;
    font-size: 1.8rem;
}

.footer-desc {
    color: #C0B7B1;
}

.copyright {
    color: #8E7C73;
    font-size: 0.85rem;
}

/* =========================================
   Animations
========================================= */
.anim {
    opacity: 0;
    transition: all 0.8s ease-out;
}

.anim-up {
    transform: translateY(30px);
}

.anim.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.anim-d1 {
    transition-delay: 0.2s;
}

.anim-d2 {
    transition-delay: 0.4s;
}

/* =========================================
   Responsive
========================================= */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .about-layout {
        flex-direction: column;
        gap: 40px;
    }

    .arch-image {
        padding-top: 60%;
        border-radius: 20px;
    }

    /* SPではアーチを緩やかに */
    .bread-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-layout {
        flex-direction: column;
    }

    .section--wheat {
        margin: 0 10px;
        padding: 60px 15px;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .logo {
        color: var(--c-text);
        text-shadow: none;
    }

    .logo-icon {
        filter: none;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-toggle span {
        background-color: var(--c-text);
        box-shadow: none;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: var(--transition);
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    }

    .nav.is-active {
        right: 0;
    }

    .nav a {
        color: var(--c-text);
        text-shadow: none;
        font-size: 1.2rem;
        margin: 10px 0;
    }

    .hero {
        min-height: 500px;
        border-radius: 0 0 30px 30px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .bread-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bread-img-wrap {
        aspect-ratio: 16 / 9;
    }

    .info-dl dt,
    .info-dl dd {
        width: 100%;
        border-bottom: none;
        padding: 5px 0;
    }

    .info-dl dd {
        padding-bottom: 15px;
        border-bottom: 1px dashed var(--c-border);
    }
}