@charset "UTF-8";

/* =========================================================
   Awashima Coffee Theme - Footer
   2026-09-13
========================================================= */

.aw-detailFooterBreadcrumb {
    position: relative;
    top: -100px;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 42px auto -28px;
    padding: 0;
    box-sizing: border-box;
    color: #5a4b42;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .04em;
    text-align: left;
}

.aw-detailFooterBreadcrumb a {
    color: #6e5a4c;
    text-decoration: none !important;
    transition: color .2s ease, opacity .2s ease;
}

.aw-detailFooterBreadcrumb a:hover {
    color: #793d12;
    opacity: .85;
}

.aw-detailFooterBreadcrumb span {
    display: inline-block;
    margin: 0 6px;
    color: #8a786d;
}

.aw-detailFooterBreadcrumb span:last-child {
    color: #4a3d35;
}

.aw-footer {
    position: relative;
    z-index: 20;
    margin-top: 0;
    overflow: visible;
    background: #fff !important;
    color: #2f241d;
}

.aw-footer,
.aw-footer * {
    box-sizing: border-box;
}

.aw-footer__inner {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.aw-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px 42px;
    text-align: center;
    background: #fff;
}

.aw-footer__logo {
    display: block;
    margin: 0 0 20px;
}

.aw-footer__logo img {
    display: block;
    width: 205px;
    margin: 0 auto;
}

.aw-footer__message {
    margin: 0;
    color: #57483e;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .10em;
}

.aw-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 72px;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 54px;
    border-top: 1px solid rgba(61, 48, 40, .14);
    border-bottom: 1px solid rgba(61, 48, 40, .14);
}

.aw-footer__navGroup {
    min-width: 0;
}

.aw-footer__navGroup h3 {
    margin: 0 0 17px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(61, 48, 40, .30);
    color: #392c24;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .13em;
}

.aw-footer__navGroup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aw-footer__navGroup li {
    margin: 0;
}

.aw-footer__navGroup a {
    position: relative;
    display: block;
    padding: 8px 25px 8px 0;
    color: #4b4038;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .055em;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.aw-footer__navGroup a::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 0;
    color: #9b7d69;
    font-size: 18px;
    transform: translateY(-50%);
}

.aw-footer__navGroup a:hover {
    padding-left: 4px;
    color: #793d12;
}

.aw-footer__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 25px 24px 32px;
    background: #fff;
    text-align: center;
}

.aw-footer__copyright {
    color: #746860;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .08em;
}

.aw-noFooterSpacer {
    height: 120px;
}

.aw-pageTop {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(75, 40, 23, .90);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: background .3s ease, transform .3s ease, opacity .3s ease;
}

.aw-pageTop.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.aw-pageTop:hover {
    background: #793d12;
    transform: translateY(-4px);
}

.aw-pageTop svg {
    width: 22px;
    height: 22px;
}

.ec-blockTopBtn,
.ec-blockTopBtn.pagetop,
.pagetop {
    display: none !important;
}

@media screen and (max-width: 767px) {

    .aw-detailFooterBreadcrumb {
        top: -16px;
        margin: 34px auto 32px;
        padding: 0 20px;
        font-size: 11px;
        line-height: 1.8;
    }

    .aw-detailFooterBreadcrumb span {
        margin: 0 4px;
    }

    .aw-footer__brand {
        padding: 48px 20px 40px;
    }

    .aw-footer__logo img {
        width: 175px;
    }

    .aw-footer__message {
        font-size: 13px;
        line-height: 1.95;
    }

    .aw-footer__nav {
        grid-template-columns: 1fr;
        gap: 34px;
        width: calc(100% - 40px);
        padding: 30px 0 42px;
    }

    .aw-footer__navGroup h3 {
        margin-bottom: 12px;
        padding-bottom: 11px;
        font-size: 16px;
    }

    .aw-footer__navGroup a {
        padding: 8px 25px 8px 1px;
        font-size: 13px;
    }

    .aw-footer__bottom {
        padding: 22px 20px 28px;
    }

    .aw-footer__copyright {
        font-size: 10px;
    }

    .aw-noFooterSpacer {
        height: 88px;
    }

    .aw-pageTop {
        right: 18px;
        bottom: 18px;
        width: 48px;
        height: 48px;
    }

    .aw-pageTop svg {
        width: 18px;
        height: 18px;
    }
}

.aw-footer a,
.aw-footer a:hover,
.aw-footer a:focus,
.aw-footer a:active,
.aw-footer a:visited {
    text-decoration: none;
}

.aw-footer a:focus,
.aw-pageTop:focus {
    outline: none;
    box-shadow: none;
}
