@charset "utf-8";

html {
    font-size: 100%;
}

body {
    font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
    background-color: #fffaf0;
    color: #2F2F2F;
    margin: 0;
}

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

ul {
    list-style: none;
}

a {
    color: #2F2F2F;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

/* ========== スマホ ========== */

/* ========== Header ========== */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fffaf0;
    padding: 20px 33px;
    box-sizing: border-box;
    z-index: 100;
    height: 96px;
}

.navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sns {
    display: flex;
    gap: 30px;
    position: relative;
    top: 36px;
}

.hamburger {
    width: 24px;
    height: 24px;
    position: fixed;
    top: 56px;
    right: 33px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 101;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #4A4A4A;
    border-radius: 2px;
    transition: all 0.4s ease;
}

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

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

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -13px;
}

.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 350px;
    background-color: #fffaf0;
    padding: 100px 80px;
    transition: right 0.4s ease;
    z-index: 90;
    font-family: 'Noto Sans JP', sans-serif;
}

.menu.active {
    right: 0;
}

.menu li {
    margin-bottom: 25px;
    font-size: 18px;
}


/*-------------PC-----------------*/
@media screen and (min-width: 768px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        padding: 0 80px;
        background-color: #fffaf0;
        z-index: 100;
        box-sizing: border-box;
    }

    /* ナビゲーション内の3カラム構成 */
    .navi {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
        position: relative;
    }

    .navi::before {
        content: "";
        display: block;
        width: 72px;
        height: 72px;
        background-image: url("../img/pc_logo_gre.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    /* メニュー（中央揃え） */
    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-grow: 1;
        margin-left: 140px;
        /* ロゴ分の余白 */
        font-family: 'Libre Baskerville', serif;
        background: none;
        position: static;
        height: auto;
        padding: 0;
    }

    .menu li {
        margin: 0;
        font-size: 24px;
    }

    .menu li a {
        color: #4A4A4A;
        text-decoration: none;
    }

    /* SNSアイコン（右寄せ） */
    .sns {
        display: flex;
        gap: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
    }

    .sns img {
        width: 24px;
        height: 24px;
    }

    /* ハンバーガー非表示 */
    .hamburger {
        display: none;
    }
}





/* ========== FV ========== */
.fv {
    position: relative;
    width: 100%;
    height: 724px;
    margin-top: 96px;
    /* ヘッダー分 */
}

.fv-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: right center;
}

.fv-inner {
    position: absolute;
    top: 285px;
    /* ← 上からの距離を指定（調整可能） */
    left: 33px;
    color: #fff;
}

.fv-title-wrap {
    margin-bottom: 16px;
}

.fv-title-line {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    /* タイトルとロゴの間隔 */
}

.fv-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
    line-height: 1.0;
}

.fv-title-row {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

.fv-logo-inline img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -4px;
}

.fv-text {
    font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    max-width: 300px;
    margin-top: 190px;
    /* ← ここを調整することで下に移動 */
    margin-bottom: 0;
}

/*-------------PC-----------------*/
@media screen and (min-width: 768px) {
    .fv {
        height: 100vh;
        margin-top: 100px;
        /* ヘッダー分 */
        position: relative;
    }

    .fv-inner {
        position: absolute;
        top: 0;
        left: 80px;
        right: 80px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #fff;
        padding: 60px 0;
        box-sizing: border-box;
    }

    .fv-title {
        font-size: 64px;
        line-height: 1.3;
        font-family: 'Libre Baskerville', serif;
        font-weight: bold;
        padding: 0 80px;
        margin: 0;
    }

    .fv-title-row {
        display: block;
        /* 改行を反映 */
        gap: 0;
    }

    /* ロゴを非表示 */
    .fv-logo-inline {
        display: none;
    }

    /* キャッチコピー（下部） */
    .fv-text {
        font-size: 20px;
        line-height: 1.5;
        font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
        max-width: 1200px;
        /* ← 折り返し防止のため拡張 */
        padding: 250px 80px 0 80px;
        margin: 0 0 80px;
        /* ← 左寄せに変更 */
        text-align: left;
    }
}



/* ========== About Us ========== */

/* セクション全体 */
.about {
    padding: 30px 33px;
    background-color: #fffaf0;
}

/* タイトル */
.about-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    color: #2F2F2F;
    margin-bottom: 30px;
    text-align: center;
}

/* 横並びラッパー */
.about-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 11px;
}

/* 画像 */
.about-content img {
    width: 50%;
    height: 280px;
    object-fit: cover;
    /* はみ出さずにトリミング */
}

/* テキスト */
.about-text {
    width: 50%;
    font-size: 14px;
    line-height: 1.5;
    color: #2F2F2F;
    font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
}


/*-------------PC-----------------*/
@media screen and (min-width: 768px) {

    /* セクション全体 */
    .about {
        padding: 120px 80px;
        background-color: #fffaf0;
    }

    /* PCでは元の見出し（h2）を非表示 */
    .about-title {
        display: none;
    }

    /* JavaScriptで追加される見出しのスタイル */
    .about-title-injected {
        font-size: 36px;
        margin-bottom: 30px;
        text-align: left;
        font-family: 'Libre Baskerville', serif;
        color: #2F2F2F;
    }

    /* 横並びラッパー */
    .about-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
    }

    .about-content img {
        width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .about-text {
        width: 50%;
        font-size: 16px;
        line-height: 1.5;
        font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
        font-weight: 400;
        color: #2F2F2F;
    }

    .about-text,
    .about-text p {
        font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif !important;
        font-size: 16px !important;
    }
}


/* ========== Menu ========== */
.menu-sec {
    background-color: #4A4A4A;
    padding: 40px 33px;
    color: #fff;
}

.menu-sec .menu-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

/* メニュー項目ラッパー */
.menu-item {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
}

.menu-item img {
    width: 50%;
    height: 140px;
    /* ← 高さを少し低めに調整（お好みで変更可）　変更前は「auto」 */
    object-fit: cover;
    /* ← 上下をトリミングして構図を整える 　変更前は「contain」*/
    display: block;
}

.menu-text {
    width: 50%;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.menu-text span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 3px;
    color: #fff;
}


/*-------------PC-----------------*/
@media screen and (min-width: 768px) {
    .menu-sec {
        padding: 120px 80px;
        background-color: #4A4A4A;
        color: #fff;
        text-align: center;
    }

    .menu-sec .menu-title {
        display: block !important;
        font-family: 'Libre Baskerville', serif;
        font-size: 36px;
        margin-bottom: 60px;
        text-align: left;
        color: #fff;
    }

    /* メニュー項目：横並びにする */
    .menu-item {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        margin: 0 1.5%;
        text-align: left;
        /* ← テキストは左寄せ */
        position: relative;
    }

    /* 画像を右端に寄せる */
    .menu-item img {
        width: 70%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        height: auto;
        display: block;
        margin-left: auto;
        /* ← 右寄せ */
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* テキストを画像の下に配置し、左寄せ */
    .menu-text {
        font-family: 'Libre Baskerville', serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
        text-align: left;
        margin-left: auto;
        /* ← 画像と揃える */
        width: 70%;
        /* ← 画像と同じ幅にすると揃いやすい */
    }

    .menu-text span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-top: 6px;
        color: #fff;
        text-align: left;
    }
}





/* ========== Online Shop ========== */
.online {
    background-color: #fffaf0;
    padding: 40px 33px;
    color: #2F2F2F;
    text-align: center;
}

/* タイトル */
.online-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    margin-bottom: 30px;
    color: #2F2F2F;
}

/* 画像ラッパー：横並び＋隙間ゼロ */
.online-images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

/* 袋画像（左）→横幅広め */
.online-images img:first-child {
    width: 60%;
    height: 140px;
    /* ← 高さを少し低めに調整（お好みで変更可） */
    object-fit: cover;
    /* ← 上下をトリミングして構図を整える */
    display: block;
}

/* コーヒー豆画像（右）→横幅狭め */
.online-images img:last-child {
    width: 40%;
    height: 140px;
    /* ← 同じ高さで揃える */
    object-fit: cover;
    display: block;
}

/* テキスト */
.online-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #2F2F2F;
    text-align: left;
    /* ← テキストは左揃え */
    width: 100%;
    margin: 0 auto 20px;
    /* ← ブロック自体は中央配置 */

}

/* ボタン */
.btn {
    display: block;
    /* 横幅指定に対応しやすくする */
    width: 200px;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #C1A875;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Libre Baskerville', serif;
}



/*-------------PC-----------------*/
@media screen and (min-width: 768px) {
    .online {
        margin: 0 auto;
        padding: 120px 80px;
        background-color: #fffaf0;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        grid-template-rows: auto auto auto auto;
        gap: 40px 60px;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }

    /* 見出し：左上に独立配置 */
    .online .online-title {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        font-size: 36px;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        margin: 0;
        color: #2F2F2F;
        text-align: left;
        white-space: nowrap;
    }

    /* テキスト：見出しの下に配置 */
    .online .online-text {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        font-size: 16px;
        line-height: 1.5;
        color: #2F2F2F;
        margin: 0;
        font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
    }

    /* 画像：右側に縦並びで配置（見出し〜ボタンまで貫通） */
    .online .online-images {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        display: flex;
        width: 100%;
        height: 360px;
        overflow: hidden;
        gap: 0;
    }

    .online .online-images img {
        object-fit: cover;
        height: 100%;
        display: block;
    }

    .online .online-images img:first-child {
        width: 50%;
    }

    .online .online-images img:last-child {
        width: 50%;
    }

    /* ボタン：テキストの下、セクションの中央に配置 */
    .online .btn {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
        justify-self: center;
        margin-top: 20px;
        padding: 16px 0;
        width: 400px;
        text-align: center;
        background-color: #c1a875;
        color: #fff;
        font-size: 36px;
        font-family: 'Libre Baskerville', serif;
        text-decoration: none;
    }

    .online-text,
    .online-text p {
        font-family: 'Libre Baskerville', 'Noto Sans JP', sans-serif;
        font-size: 16px;
    }
}





/* ========== Locations ========== */
.locations {
    background-color: #fffaf0;
    padding: 40px 33px;
    color: #2F2F2F;
    text-align: center;
}

/* タイトル */
.locations-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    margin-bottom: 30px;
    color: #2F2F2F;
}

/* 画像スタイル：高さ調整＋上下トリミング */
.locations img {
    width: 100%;
    height: 180px;
    /* 高さを抑えて圧迫感を軽減 */
    object-fit: cover;
    /* 上下をトリミングして構図を整える */
    display: block;
    margin-bottom: 20px;
}

/* テキスト情報 */
.location-info {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
    color: #2F2F2F;
}



/*-------------PC-----------------*/
@media screen and (min-width: 768px) {
    .locations {
        margin: 0 auto;
        padding: 120px 80px;
        background-color: #fffaf0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        box-sizing: border-box;
    }

    /* 見出し：左揃えで上部に配置、サイズUP */
    .locations-title {
        font-size: 36px;
        font-family: 'Libre Baskerville', serif;
        font-weight: bold;
        color: #2F2F2F;
        align-self: flex-start;
        /* ← 左揃え */
        margin: 0;
    }

    /* 画像：中央に表示、サイズ調整 */
    .locations img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        margin: 0;
    }

    /* テキスト：中央寄せ＋左揃え、サイズUP */
    .location-info {
        font-size: 16px;
        line-height: 1.5;
        font-family: 'Noto Sans JP', sans-serif;
        color: #2F2F2F;
        text-align: left;
        max-width: 600px;
        margin: 0 auto;
    }

}



/* ========== Footer ========== */
.footer {
    background-color: #4A4A4A;
    color: #fff;
    padding: 40px 33px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
}


.footer-menu {
    display: flex;
    flex-direction: column;
    /* ← 縦並びにする */
    align-items: center;
    /* ← 中央揃え */
    gap: 12px;
    /* ← 各項目の間隔 */
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.footer-menu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-sns img {
    width: 24px;
    height: 24px;
    display: block;
}

.footer-logo img {
    width: 40px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.footer p {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

.footer .copy {
    font-size: 11px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
}



/*-------------PC-----------------*/
@media screen and (min-width: 768px) {

    .footer {
        background-color: #4A4A4A;
        color: #fff;
        text-align: center;
        padding: 80px 0 40px;
        position: relative;
        font-family: 'Libre Baskerville', serif;
        font-size: 24px;
    }

    /* ▼ メニューとSNSを同一行に中央配置 ▼ */
    .footer-menu {
        display: inline-flex;
        /* 横並び */
        flex-direction: row !important;
        /* スマホ指定を上書き */
        justify-content: center;
        align-items: center;
        gap: 60px;
        margin: 0;
        padding: 0;
        list-style: none;
        vertical-align: middle;
    }

    .footer-sns {
        display: inline-flex;
        align-items: center;
        gap: 25px;
        margin-left: 60px;
        vertical-align: middle;
        padding-top: 20px;
    }

    .footer-menu,
    .footer-sns {
        text-align: center;
    }

    /* ▼ リンクとアイコン調整 ▼ */
    .footer-menu li a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: 0.03em;
    }

    .footer-sns img {
        width: 22px;
        height: 22px;
        display: block;
    }

    .footer-logo img {
        width: 80px;
        height: auto;
        margin: 50px auto 25px;
        display: block;
    }

    .footer p {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .footer .copy {
        font-size: 14px;
    }
}