@charset "UTF-8";

/* 261200 つけもと麦茶専用。共通CSSへ影響しないようページID配下に限定する。 */
#mugicha-page {
    --mugicha-orange: #d95500;
    --mugicha-orange-dark: #a83f00;
    --mugicha-cream: #fff9ef;
    --mugicha-paper: #fffefb;
    --mugicha-ink: #211811;
    --mugicha-muted: #66584d;
    color: var(--mugicha-ink);
    background: var(--mugicha-cream);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

#mugicha-page *,
#mugicha-page *::before,
#mugicha-page *::after {
    box-sizing: border-box;
}

#mugicha-page img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#mugicha-page a {
    color: inherit;
}

#mugicha-page .mugicha-container,
#mugicha-page .mugicha-breadcrumb {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

#mugicha-page .mugicha-breadcrumb {
    padding: 18px 0;
    color: var(--mugicha-muted);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
}

#mugicha-page .mugicha-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#mugicha-page .mugicha-breadcrumb li:not(:last-child)::after {
    margin-left: 10px;
    color: #a68d79;
    content: ">";
}

#mugicha-page .mugicha-breadcrumb a:hover,
#mugicha-page .mugicha-breadcrumb a:focus {
    color: var(--mugicha-orange-dark);
}

#mugicha-page .mugicha-hero {
    padding: 38px 24px 74px;
    background:
        radial-gradient(circle at 13% 12%, rgba(217, 85, 0, .08) 0, rgba(217, 85, 0, 0) 28%),
        linear-gradient(180deg, #fffdf8 0%, #fff7ea 100%);
}

#mugicha-page .mugicha-hero__heading {
    max-width: 980px;
    margin: 0 auto 32px;
    text-align: center;
}

#mugicha-page .mugicha-hero__heading p {
    margin: 0 0 5px;
    color: var(--mugicha-orange-dark);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .16em;
}

#mugicha-page .mugicha-hero__heading h1 {
    margin: 0;
    color: var(--mugicha-ink);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .09em;
}

#mugicha-page .mugicha-desktop-art {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(83, 42, 9, .15);
}

#mugicha-page .mugicha-desktop-art img {
    display: block;
    width: 100%;
}

/* PCでは原画を見せ、同じ内容のHTMLは読み上げ用として画面外へ置く。 */
#mugicha-page .mugicha-guide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#mugicha-page .mugicha-links {
    padding: 58px 24px 66px;
    color: #fff;
    background: var(--mugicha-orange-dark);
    text-align: center;
}

#mugicha-page .mugicha-links h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 28px;
    letter-spacing: .08em;
}

#mugicha-page .mugicha-links__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

#mugicha-page .mugicha-links__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 11px 24px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

#mugicha-page .mugicha-links__list a:hover,
#mugicha-page .mugicha-links__list a:focus {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-2px);
}

#mugicha-page .mugicha-links__list .mugicha-links__shop {
    border-color: #fff;
    color: var(--mugicha-orange-dark);
    background: #fff;
}

#mugicha-page .mugicha-links__list .mugicha-links__shop:hover,
#mugicha-page .mugicha-links__list .mugicha-links__shop:focus {
    background: #fff4e7;
}

@media (max-width: 900px) {
    #mugicha-page .mugicha-container,
    #mugicha-page .mugicha-breadcrumb {
        width: min(100% - 30px, 1180px);
    }

    #mugicha-page .mugicha-breadcrumb {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 12px;
    }

    #mugicha-page .mugicha-hero {
        padding: 30px 15px 50px;
    }

    #mugicha-page .mugicha-hero__heading {
        margin-bottom: 22px;
    }

    #mugicha-page .mugicha-hero__heading p {
        font-size: 12px;
        letter-spacing: .1em;
    }

    #mugicha-page .mugicha-hero__heading h1 {
        font-size: clamp(27px, 8.2vw, 38px);
        letter-spacing: .05em;
    }

    #mugicha-page .mugicha-desktop-art {
        display: none;
    }

    #mugicha-page .mugicha-guide {
        position: static;
        width: min(100%, 560px);
        height: auto;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
        border: 10px solid var(--mugicha-orange);
        border-radius: 3px;
        background: var(--mugicha-paper);
        box-shadow: 0 16px 36px rgba(83, 42, 9, .14);
    }

    #mugicha-page .mugicha-guide__intro {
        padding: 28px 22px 22px;
        text-align: center;
    }

    #mugicha-page .mugicha-guide__intro p {
        margin: 0;
    }

    #mugicha-page .mugicha-guide__intro p + p {
        margin-top: 15px;
    }

    #mugicha-page .mugicha-guide__thanks {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.9;
    }

    #mugicha-page .mugicha-guide__recipe {
        padding: 8px 22px 28px;
    }

    #mugicha-page .mugicha-kettle {
        max-width: 210px;
        margin: 0 auto 4px;
    }

    #mugicha-page .mugicha-kettle img {
        display: block;
        width: 100%;
    }

    #mugicha-page .mugicha-guide__recipe h2,
    #mugicha-page .mugicha-guide__note h2 {
        margin: 0 0 20px;
        text-align: center;
        font-size: 27px;
        line-height: 1.45;
        letter-spacing: .12em;
    }

    #mugicha-page .mugicha-steps {
        display: grid;
        gap: 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #mugicha-page .mugicha-steps li {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    #mugicha-page .mugicha-steps__number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #fff;
        background: var(--mugicha-orange);
        font-family: Georgia, serif;
        font-weight: 700;
        font-size: 19px;
    }

    #mugicha-page .mugicha-steps p {
        margin: 0;
        line-height: 1.9;
    }

    #mugicha-page .mugicha-guide__note {
        margin: 0 18px 20px;
        padding: 22px 18px;
        border-top: 3px solid var(--mugicha-ink);
        background: #fff7e9;
    }

    #mugicha-page .mugicha-guide__note h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    #mugicha-page .mugicha-guide__note p {
        margin: 0;
        line-height: 1.85;
    }

    #mugicha-page .mugicha-links {
        padding: 48px 15px 54px;
    }

    #mugicha-page .mugicha-links__list,
    #mugicha-page .mugicha-links__list a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    #mugicha-page .mugicha-links__list a {
        transition: none;
    }
}

@media print {
    #mugicha-page .mugicha-breadcrumb,
    #mugicha-page .mugicha-links,
    #mugicha-page .mugicha-hero__heading {
        display: none !important;
    }

    #mugicha-page .mugicha-hero {
        padding: 0;
        background: #fff;
    }

    #mugicha-page .mugicha-desktop-art {
        max-width: 100%;
        box-shadow: none;
    }
}
