    /*
    font
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Serif JP", serif;
    font-family: "Crimson Text", serif;
    */
    body{
        background-color: #e4e6e6;
        color: #31371b;
        font-family: "Noto Sans JP", sans-serif;
    }

    .bnr-pc{
        display: block;
    }

    .bnr-sp{
        display: none;
    }

    .site-header{
        position:fixed;
        top:0;
        left:0;
        right:0;
        height:64px;
        background:rgba(228, 230, 230, 0.7);
        backdrop-filter: blur(12px);
        display:flex;
        align-items:center;
        box-shadow:0 1px 6px rgba(0,0,0,0.08);
        z-index:1000;
    }
    .site-header .inner{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:0 12px;
        position:relative;
    }
    .logo-link{
        display:block;
        position:absolute;
        left:12px;
    }
    .logo{height:44px; display:block}
    .main-nav{
        display:flex;
        gap:48px;
        align-items:center;
    }
    .main-nav a{
        color:#222;
        text-decoration:none;
        font-weight:600;
        padding:8px 10px;
        display:inline-block;
    }

    /* メインビジュアル */
    .hero-section {
        position: relative;
    }
    .main-visual {
        position: relative;
        width: calc(100% - 100px);
        height: 60vh;
        overflow: hidden;
        margin-left: 100px;
    }
    .main-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .deco {
        position: absolute;
        z-index: 4;
    }
    .deco-left {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 400px;
    }
    .deco-right {
        right: 0;
        bottom: 0;
        max-width: 500px;
    }
    .main-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        max-width: 450px;
        width: 90%;
        filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.8)) drop-shadow(0px 0px 3px rgba(255,255,255,0.8)) drop-shadow(0px 0px 3px rgba(255,255,255,0.8));
    }

    /* ヘッダー高さ分だけ本文を下げる */
    main{padding-top:64px}

/* About */
.about-section{
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 50px;
    margin: 100px 0;
}

.about-left{
    width: 40%;
}

.about-left figure{
    text-align: center;
}

.about-left img{
    width: 50%;
}

.about-left-text{
    text-align: center;
}

.about-left-text h2{
    font-family: "Crimson Text", serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}

.about-left-text h3{
    font-size: 30px;
    font-weight: bold;
    color: #005b41;
    margin: 30px 0;
    letter-spacing: 2px;
}

.about-left-text p{
    font-size: 14px;
    line-height: 2em;
}

.about-right{
    width: 50%;
}

.about-right img{
    width: 100%;
}

    /* うさぎギャラリー */
    .rabbit-gallery {
        padding: 100px 0;
        overflow: hidden;
    }
    .gallery-content {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        gap: 40px;
        padding: 0 100px;
    }
    .rab-cent{
        margin-top: 150px;
    }

    .rab-righ{
        margin-top: 70px;
    }

    .gallery-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        width: 33%;
    }
    .gallery-item {
        position: relative;
        width: 100%;
    }
    .rabbit-img{
        height: auto;
        display: block;
    }
    .rabbit-img1{
        width: 100%;
    }
    .rabbit-img2{
        width: 100%;
    }
    .rabbit-img3{
        width: 70%;
    }
    .rabbit-img4{
        width: 60%;
    }
    .rab-righ .gallery-item img{
        margin-left: auto;
    }
    .rabbit-img5{
        width: 90%;
    }
    .gallery-column.left .deco-left {
        position: absolute;
        left: -110px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }
    .gallery-column.right .deco-right {
        position: absolute;
        right: -110px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

    .tp-bnr{
        margin: 0 auto 50px;
    }

    .tp-bnr img{
        width: 80%;
        margin: 0 auto;
    }

    /* Menu section */
    .menu-section {
        display: flex;
        position: relative;
        padding-top: 100px;
    }
    .menu-left {
        width: 320px;
        position: relative;
        min-height: 600px;
    }
    .stripe-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(
            -45deg,
            #3d4d2f,
            #3d4d2f 20px,
            #344128 20px,
            #344128 40px
        );
    }
    .menu-deco {
        position: absolute;
        left:0;
        bottom: 0;
        width: 250px;
        height: auto;
        z-index: 1;
    }

    .menu-title{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 30%;
        opacity: 90%;
    }
    .menu-title-wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    .vertical-title {
        color: #fff;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .vertical-title.ja {
        writing-mode: vertical-rl;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .menu-right {
        flex: 1;
        padding: 60px;
    }
    .menu-grid {
        display: flex;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto;
    }
    .menu-item {
        width: 33%;
        text-align: center;
        padding: 20px;
    }
    .menu-image,.placeholder-image img {
        width: 100%;
    }
    .placeholder-image {
        width: 100%;
        height: 100%;
        background: #333;
    }
    .menu-item h4 {
        font-size: 18px;
        margin: 20px 0 8px;
    }
    .menu-item .price {
        font-size: 16px;
        margin: 0;
        color: #666;
    }

    /* レスポンシブ対応 */
    /* Menu detail section */
    .menu-detail-section {
        background: #fafafa;
    }
    .menu-detail-content {
        display: flex;
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
        background-color: #6c7102;
    }
    .menu-detail-left {
        flex: 1;
    }
    .menu-large-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .menu-detail-right {
        flex: 1;
        padding: 50px;
    }
    .drink-menu, .other-menu {
        margin-bottom: 40px;
    }
    .section-title {
        background: #344128;
        color: #fff;
        text-align: center;
        padding: 12px;
        margin: 0 0 20px;
        font-size: 24px;
        font-family: "Times New Roman", serif;
    }
    .drink-items {
        display: grid;
        gap: 15px;
        background-color: white;
        padding: 30px;
    }
    .drink-items p{
        margin-bottom: 0;
    }
    .menu-links {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .menu-link {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        padding: 20px 0;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.18s ease;
        background: #005b41;
        min-width: 96px;
    }
    .menu-link i {
        font-size: 22px;
        line-height: 1;
        color: #005b41;
        display: block;
        margin-top: 10px;
        background-color: white;
        border-radius: 50px;
        padding: 10px;
        transition: .2s;
    }
    .menu-link span {
        display: block;
        font-size: 14px;
        line-height: 1;
    }
    .menu-link:hover {
        background: white;
        color: #005b41;
    }
    .menu-link:hover i {
        color: #005b41;
        background-color: white;
    }
    .menu-link:hover span { color: #005b41; }
    .menu-rabbits {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    .menu-rabbit {
        width: 80px;
        height: auto;
    }

    @media (max-width: 900px) {
        .rabbit-gallery {
            padding: 60px 0;
        }
        .gallery-content {
            gap: 30px;
        }
        .gallery-column {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
        }
        .gallery-item {
            width: calc(50% - 10px);
        }
        .gallery-column.left .deco-left,
        .gallery-column.right .deco-right {
            display: none;
        }

        /* メニューセクションのレスポンシブ */
        .menu-section {
            flex-direction: column;
        }
        .menu-left {
            width: 100%;
            min-height: 200px;
            margin-bottom: 40px;
        }
        .vertical-title {
            writing-mode: horizontal-tb;
            text-align: center;
        }
        .vertical-title.en {
            margin-left: 0;
            margin-bottom: 10px;
        }
        .menu-right {
            padding: 0 20px;
        }
        .menu-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .menu-detail-section {
            padding: 60px 0;
        }
        .menu-detail-content {
            flex-direction: column;
            gap: 40px;
        }
        .menu-large-image {
            height: 100%;
            object-fit: cover;
        }
        .menu-links {
            flex-wrap: wrap;
            gap: 15px;
        }
        .menu-link {
            width: calc(50% - 10px);
            text-align: center;
        }
        .menu-rabbits {
            gap: 15px;
        }
        .menu-rabbit {
            width: 60px;
        }
    }

    /* Access section */

    /* === 紙背景全体 === */
    .info-haikei {
        background-color: #f2e7d0;
        background-image: url("../img/concrete-wall.png");
        /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
        min-height: 100vh;
        position: relative;
        padding-top: 100px;
        overflow: hidden;
    }

    /* === 紙の繊維（縦筋）＋グラデーション === */
    .info-haikei::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image:
            linear-gradient(to bottom, rgba(49, 55, 27, 0) 0%, rgba(49, 55, 27, 1) 100%),
            repeating-linear-gradient(90deg,
            rgba(255,255,255,0.02) 0 2px,
            rgba(0,0,0,0.00) 2px 10px
            );
        mix-blend-mode: multiply;
        opacity: 0.9; /* グラデーションと繊維の濃さ */
    }

    /* === 折り目 === */
    .info-haikei::after {
        content: "";
        position: absolute;
        left: -20%;
        top: 30%;
        width: 140%;
        height: 1px;
        background: linear-gradient(90deg,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.03) 45%,
            rgba(255,255,255,0.05) 55%,
            rgba(0,0,0,0) 100%);
        transform: rotate(-3deg) scaleX(1.3);
        filter: blur(0.5px);
        opacity: 0.9;
        pointer-events: none;
    }

    /* === レスポンシブ === */
    @media (max-width: 600px) {
    .card { padding: 2rem; border-radius: 12px; }
    h1 { font-size: 1.4rem; }
    }

    .access-section {
        position: relative;
        padding: 100px 0;
        z-index: 2;
    }
    .access-main {
        width: 70%;
        margin: 0 auto 60px;
        padding: 0 20px;
    }
    .access-hero {
        position: relative;
        display: inline-block;
    }
    .main-shop-img {
        display: block;
        border-radius: 4px;
        width: 70%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
    .deco-rabbit {
        position: absolute;
        right: 100px;
        bottom: -30px;
        width: 230px;
        height: auto;
        z-index: 2;
    }
    .access-grid {
        margin: 0 auto;
        padding: 0 20px;
        width: 80%;
    }
    .access-row {
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
        margin-top: 100px;
    }
    .access-row:last-child {
        margin-bottom: 0;
    }
    .access-col {
        flex: 1;
    }
    .shop-img {
        display: block;
        border-radius: 4px;
        width: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .shop-img1{
        margin-top: 100px;
        margin-left: -50px;
    }

    .shop-img3{
        margin-top: 50px;
    }

    .shop-img4{
        margin-top: -50px;
        margin-left: 50px;
    }

    @media (max-width: 900px) {
        .access-main {
            margin-bottom: 40px;
        }
        .deco-rabbit {
            width: 150px;
            right: -20px;
            bottom: -20px;
        }
        .access-row {
            flex-direction: column;
            gap: 20px;
        }
    }

    .acsinfo-deco img{
        width: 100%;
    }

    .acs-deco1 {
        position: absolute;
        top: 20%;
        left: 0;
        width: 50%;
        z-index: -1;
    }

    .acs-deco2 {
        position: absolute;
        top: 30%;
        right: 0;
        width: 20%;
        z-index: 1;
    }

    .acs-deco3 {
        position: absolute;
        bottom: -10%;
        right: 0;
        width: 50%;
        z-index: 1;
    }

    .acs-deco4 {
        position: absolute;
        top: 55%;
        left: 0;
        width: 30%;
        z-index: 1;
    }

    .info-deco1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        z-index: -1;
    }

    .info-deco2 {
        position: absolute;
        bottom: 20%;
        right: 0;
        width: 20%;
        z-index: 1;
    }

    .info-deco3{
        position: absolute;
        bottom: 22%;
        left: 2%;
        width: 20%;
        z-index: 1;
    }

    /* Info section */
    .info-section {
        position: relative;
        padding-top: 100px;
        z-index: 2;
    }
    .info-content {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
    }
    .info-title {
        font-size: 36px;
        margin-bottom: 40px;
        font-family: "Times New Roman", serif;
        color: white;
    }
    .contact-block {
        background: #fff;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .sub-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact-notice {
        color: #666;
        margin-bottom: 20px;
    }
    .phone-number {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .phone-number a {
        color: #344128;
        text-decoration: none;
    }
    .reception-time {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 0;
    }
    .reception-time dt {
        font-weight: normal;
        color: #666;
    }
    .reception-time dd {
        margin: 0;
    }

    /* Shop details table */
    .shop-details {
        display: flex;
        gap: 40px;
        margin-top: 60px;
        text-align: left;
    }
    .details-col {
        flex: 1;
    }
    .details-list {
        margin: 0;
    }
    .details-item {
        display: flex;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }
    .details-item:first-child {
        border-top: 1px solid #eee;
    }
    .details-item dt {
        width: 140px;
        color: white;
        font-weight: normal;
    }
    .details-item dd {
        flex: 1;
        margin: 0;
        line-height: 1.6;
        color: white;
    }

    .details-item dd span{
        font-size: 12px;
    }

    /* Google Map */
    .map-container {
        margin-top: 60px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        height: 400px;
        padding-top: 100px;
    }
    .map-container iframe {
        display: block;
    }

    @media (max-width: 900px) {
        .info-section {
            padding: 60px 0;
        }
        .contact-block {
            padding: 30px 20px;
        }
        .shop-details {
            flex-direction: column;
            gap: 0;
        }
        .details-item dt {
            width: 120px;
        }
    }

    /* Footer */
    .site-footer {
        background: #344128;
        color: #fff;
        padding: 60px 0 40px;
    }
    .footer-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
    }
    .footer-logo {
        width: 30%;
        margin: 0 auto 40px;
    }
    .footer-nav ul {
        list-style: none;
        padding: 0;
        margin: 0 0 40px;
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .footer-nav a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        transition: opacity 0.3s;
    }
    .footer-nav a:hover {
        opacity: 0.7;
    }
    .copyright {
        font-size: 12px;
        margin: 0;
        opacity: 0.7;
    }

    @media (max-width: 900px) {
        .site-footer {
            padding: 40px 0 30px;
        }
        .footer-nav ul {
            gap: 20px;
            flex-wrap: wrap;
        }
    }

    @media (max-width:600px){
        .site-header{height:56px}
        .logo{height:36px}
        .deco {
            max-width: 80px;
        }
        .main-logo {
            max-width: 200px;
        }
    }


    #pageTop{
        position:fixed;
        right:20px;
        bottom:20px;
        width: 50px;
        height: 50px;
        border-radius:50%;
        display:inline-grid;
        place-items:center;
        background:#31371b;
        color:white;
        border:none;
        box-shadow:0 8px 20px rgba(25,47,96,0.18);
        transform:translateY(100%);
        opacity:0;
        pointer-events:none;
        transition: transform 360ms cubic-bezier(.2,.9,.3,1), opacity 300ms ease;
        z-index:999;
        cursor:pointer;
        font-weight:700;
    }


    #pageTop.show{
        transform:translateY(0);
        opacity:1;
        pointer-events:auto;
    }

    @media (prefers-reduced-motion: reduce){
        #pageTop, #pageTop.show{ transition:none; }
    }

    #pageTop:hover{
        transform:translateY(-6px) scale(1.02);
    }


    @media (max-width:420px){
        #pageTop{ right:12px; bottom:12px; }
    }