@charset "UTF-8";

body * {
  font-family: "Zen Old Mincho", serif;
}

body {
    background: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

body header#head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-inline: clamp(8px, 50vw, calc((100% - 1000px) / 2));    
    .descrption {
        color: #fff;
        text-align: right;
        width: 100%;
        @media (max-width: 800px) {
            font-size: 1.2rem;
        }
    }
    .inner > .logo img {
        @media (max-width: 800px) {
            width: 150px;
        }
    }
    .inner {
        width: 100%;
        max-width: 1000px;
        margin-inline: auto;
        display: flex;
        align-items: center;
        padding-block: 8px;
    }
    .inner .info {
        margin-left: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        @media (max-width: 800px) {
            gap: 6px;
        }
    }
    .inner .info * {
        color: #fff;
        text-decoration: none;
        text-align: justify;
        text-align-last: justify;
    }
    .inner .info .biz-hour {
        font-size: 2rem;
        line-height: 1;
        @media (max-width: 800px) {
            font-size: 1.4rem;
            padding: 4px 8px;
            background: #000;
            border-radius: 15px;
        }
    }
    .inner .info .phone {
        font-size: 3.5rem;
        @media (max-width: 800px) {
            font-size: 2.3rem;
        }
    }
}

body header#head.mobile {
    padding-inline: 15px;
    position: fixed;
    background: url(../img/bg.webp);
    background-size: auto;
    background-position: right;
    z-index: 1;
    .descrption {
        font-size: 1.2rem;
        display: none;
    }

    .inner > .logo img {
        width: 130px;
    }
    .inner .info {
        align-items: baseline;
    }
    .inner .info * {
        color: #F2DC93;
        text-decoration: none;
        text-align: unset;
        text-align-last: unset;
    }
    .inner .info .biz-hour {
        font-size: 1.4rem;
        background: none;
    }

    .inner .info button[class*=material-] {
        font-size: 4.5rem;
        width: auto;
        margin-left: auto;
        background: none;
        border: none;
    }
}


body nav.pc.menu {
    background: hsla(0, 0%, 0%, .65);
    * {
        color: #fff;
    }
    .inner {
        max-width: 1000px;
        margin-inline: auto;
        display: flex;
    }
    .inner > * {
        width: calc(100% / 9);
    }
    .inner a {
        min-height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        text-decoration: none;
        padding: 16px 4px;
    }
    .inner a * {
        line-height: 1;
        text-align: center;
        @media (max-width: 800px) {
            font-size: 1.2rem;
        }
    }
    .inner a .label {
        font-size: 1.2rem;
    }
}

body dialog.mobile.menu {
    bottom: 0;
    align-items: end;
    padding-bottom: 0;
    > .inner {
        border: 1px dotted #666;
        width: calc(100% - 15px);
        height: calc(100dvh - 80px);
    }

    .contents {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .contents * {
        color: #fff;
    }
    .contents > .info {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .contents > .info .logo {
        width: auto;
        text-align: center;
    }
    .contents > .info .logo img {
        max-width: 150px;
    }
    .contents > .info .phone a {
        display: block;
        width: calc(100% - 40px);
        margin-inline: auto;
        background: red;
        border-radius: 20px;
        padding-block: 16px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        line-height: 1;
    }

    .contents nav > .inner {
        padding-inline: 15px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline !important;
        gap: 8px;
    }
    .contents nav > .inner > .data {
        width: calc((100% - 8px) / 2);
        border: 1px solid #666;
        border-top: 2px solid #F2DC93;
    }
    .contents nav > .inner a {
        display: flex;
        flex-direction: column;
        gap: 6px;
        text-decoration: none;
        padding: 16px 4px;
    }
    .contents nav > .inner a * {
        line-height: 1;
        text-align: center;
        @media (max-width: 800px) {
            font-size: 1.2rem;
        }
    }
    .contents nav > .inner a .label {
        font-size: 1.2rem;
    }
}


body main {
    max-width: 1000px;
    width: 100%;
    background: hsla(0, 0%, 0%, .8);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-inline: auto;
    min-height: calc(100svh - 100px);
    margin-top: 8px;
}

body:not(.top) main {
    padding-top: 50px;
    @media (max-width: 800px) {
        padding-top: 100px;
    }
}

body main .pager .inner {
    margin-block: 24px;
    justify-content: center;
    display: flex;
    gap: 8px;
    > * a {
        display: block;
        min-width: 42px;
        aspect-ratio: 1 / 1;
        align-content: center;
        text-align: center;
        font-size: 1.6rem;
        background: #999;
        border: 1px solid #666;
        border-radius: 50%;
        color: #fff;
        text-decoration: none;
    }
    > * a.focus {
        background: #666;
        color: yellow;
    }
}

body main .section-title {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-block: 4px;
    background: linear-gradient(
        to right, 
        rgba(109, 109, 109, 0) 0%,      /* 左端：透明 */
        #422219 47.67%,                /* 中央：メインカラー */
        rgba(55, 55, 55, 0) 100%       /* 右端：透明 */
    );
    * {
        font-weight: normal;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    .body {
        font-size: 2rem;
    }
    .label {
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .label::before, .label::after {
        content: "";
        background: #fff;
        width: 5px;
        height: 1px;
    }
}
body footer {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: hsla(0, 0%, 0%, .8);
    padding-block: 16px 0;
    @media (max-width: 800px) {
        margin-bottom: 60px;
    }

    * {
        color: #fff;
    }
    .logo {
        text-align: center;
    }
    .info {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .info * {
        line-height: 1;
        text-decoration: none;
        font-size: 2rem;
        text-align: center;
        @media (max-width: 800px) {
            font-size: 1.4rem;
        }
    }
    .copy {
        width: 100%;
        padding-block: 8px;
        font-size: 1.4rem;
        background: linear-gradient(
            to left,
            #e8d399 0%,
            #4f3609 15.89%,
            #ffeaa7 29.28%,
            #442e06 50.2%,
            #ffe89c 68.61%,
            #301e01 84.5%,
            #ffd96d 100%
        );
        text-align: center;
    }
}

body .mobile.foot-icon {
    background: hsla(0, 0%, 0%, .80);
    padding-block: 5px;
    border-top: 1px solid #666;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
}

body .mobile.foot-icon > * {
    flex-grow: 1;
    text-align: center;
}

dialog.fix.async-age {
    background: hsla(0, 0%, 0%, .8);
    > .age-auth {
        display: flex;
        align-items: center;
        max-width: 500px;
        width: calc(100% - 15px);
        padding: 50px;
    }
    > .age-auth ul {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: center;
    }
    > .age-auth ul li :is(a, button) {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        text-align: center;
        border: none;
        background: none;
    }
    > .age-auth ul li img {
        width: 100px;
        @media (max-width: 800px) {
            width: 70px;
        }
    }
    > .age-auth ul li.button {
        flex-grow: 1;
    }
    > .age-auth ul li.button * {
        font-size: 3rem;
        color: #ccc;
        @media (max-width: 800px) {
            font-size: 2rem;
        }
    }
    > .age-auth ul li.button * .label {
        font-size: 1.6rem;
    }
    > .age-auth ul li.button button, > .age-auth ul li.button button * {
        color: yellow;
    }
}
