/*
Theme Name: JINGU Prize
Author: p
Description: JINGU Prize - PET TRIMMING Custom Theme
Version: 1.0
*/

@charset "UTF-8";

/* ==========================================================================
   Variables & Reset
   ========================================================================== */
:root {
    --color-text: #000;
    --color-text-brown: #3D3124;
    --color-bg-base: #ffffff;
    --color-beige-light: #f9f8f4;
    /* 背景の広いベージュ */
    --color-beige: #F2ECDE;
    /* ボックス等のベージュ */
    --color-border: #ECE2CD;
    --color-beige-dark: #928263;
    --font-base: 'Noto Serif JP', serif;
    --font-size-base: 22px;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-base);
    color: var(--color-text);
    background-color: var(--color-bg-base);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: var(--font-size-base);
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }
}

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

p {
    padding: 0;
    margin: 0;
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}




/* ==========================================================================
   Layouts & Utilities
   ========================================================================== */
.l-section {
    padding: 35px 0;
}

.l-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.l-inner-2 {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.bg-beige {
    background-color: var(--color-beige);
    padding: 40px;
    border-radius: 17px;
}

.bg-light-beige {
    background-color: var(--color-beige-light);
}

.bg-white {
    background-color: #fff;
}

.text-red {
    color: #333;
}

.enfont {
    letter-spacing: 0;
    font-size: 0.95em;
}

.pcbr {
    display: block;
}

.spbr {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcbr {
        display: none;
    }

    .spbr {
        display: block;
    }

    .l-section {
        padding: 40px 0;
    }

    .l-inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .l-inner-2 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

/* Titles */
.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    /* font-size: 32px;
    font-weight: 400; */
    margin: 0 0;
    line-height: 1;
    /* letter-spacing: 0.1em; */
}

.about .section-title h2 img {
    width: 580px;
}

.concept .section-title h2 img {
    width: 220px;
}

.gallery .section-title h2 img {
    width: 142px;
}

.staff .section-title h2 img {
    width: 100px;
}

.salon-info .section-title h2 img {
    width: 360px;
}

.services__content .section-title .trimming {
    width: 290px;
}

.services__content .section-title .salon {
    width: 372px;
}

.section-title p {
    margin: 0;
}

.section-title-left h2 {
    font-size: 28px;
    margin: 0 0 5px;
    text-align: center;
}

.section-title-left p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .section-title {
        margin-bottom: 10px;
    }

    .section-title h2 {
        margin-bottom: 7px;
    }

    .about .section-title h2 img {
        width: 280px;
    }

    .about .section-title p {
        margin-top: -3px;
    }

    .concept .section-title h2 img {
        width: 110px;
    }

    .gallery .section-title h2 img {
        width: 70px;
    }

    .staff .section-title h2 img {
        width: 50px;
    }

    .salon-info .section-title h2 img {
        width: 180px;
    }

    .services__content .section-title .trimming {
        width: 140px;
    }

    .services__content .section-title .salon {
        width: 187px;
    }

}

/* Buttons */
.btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 17px;
    text-align: center;
    box-sizing: border-box;
    max-width: 495px;
    width: 100%;
    color: var(--color-beige-dark);
}

.btn--outline {
    border: 3px solid var(--color-beige-dark);
    background-color: var(--color-beige);
}

.btn--beige {
    background-color: var(--color-beige);
    border: 1px solid var(--color-border);
}

@media screen and (max-width: 768px) {
    .btn--outline {
        border-width: 1.5px;
        border-radius: 8px;
    }
}

/* ==========================================================================
   Components
   ========================================================================== */

/* --- 共通・PCベース --- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    padding: 8px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #333;
    box-sizing: border-box;
    transform: translateZ(0);
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.header__logo {
    margin: 0;
}

.header__logo img {
    display: block;
    height: 42px;
}

.header__contact {
    display: none;
    margin: 0;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.header__contact a {
    margin-right: 20px;
    color: inherit;
    text-decoration: none;
}

/* スマホ用ナビはPCでは非表示 */
.sp-drawer {
    display: none;
}

.header__sp-nav {
    display: flex;
    align-items: center;
    gap: 0;
}

@media screen and (min-width: 769px) {
    .home .header__inner {
        justify-content: space-between;
    }
}

/* 下層ページ用設定 */
.page .header,
.single .header {
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px #00000025;
}

/* sp-nav共通スタイル（PC・SP共通） */
.sp-nav__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 50px;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    gap: 2px;
}

.sp-nav__item .icon {
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    color: #555;
}

.sp-nav__item svg {
    display: block;
    width: 22px;
    height: 22px;
    color: #555;
    flex-shrink: 0;
}

.menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 48px;
    height: 48px;
    background-color: #2c2c2c;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: background-color 0.25s ease, transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.menu-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.2s;
}

.menu-btn:active::before { opacity: 1; }
.menu-btn:active { transform: scale(0.92); }

.menu-btn span {
    display: block;
    width: 20px;
    height: 1.5px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

.menu-btn span:nth-child(1) { width: 20px; }
.menu-btn span:nth-child(2) { width: 14px; }
.menu-btn span:nth-child(3) { width: 20px; }

.menu-btn small {
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    display: block;
    line-height: 1;
    margin-top: 1px;
}

.menu-btn.is-active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
    width: 20px;
}
.menu-btn.is-active span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.menu-btn.is-active span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
    width: 20px;
}

/* ドロワーメニュー共通 */
.sp-drawer {
    display: block;
    position: fixed;
    top: 64px;
    right: -100%;
    width: 360px;
    max-width: 100%;
    height: calc(100vh - 64px);
    background-color: #fff;
    z-index: 200;
    transition: right 0.3s ease;
    padding: 40px 30px 60px;
    color: #000;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
}

.sp-drawer.is-open {
    right: 0;
}

.sp-drawer__nav {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.sp-drawer__nav li {
    border-bottom: 1px solid #eee;
}

.sp-drawer__nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 4px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.sp-drawer__nav li a span {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    letter-spacing: 0;
    margin-left: 8px;
}

.sp-drawer__btns {
    display: flex;
    gap: 12px;
}

.sp-drawer__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.sp-drawer__btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 10px 10px;
        background-color: #fff;
        position: fixed;
    }

    .header__contact {
        display: none;
    }

    .header__sp-nav {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex: 1;
        gap: 0;
    }

    .sp-nav__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 44px;
        border-radius: 8px;
        text-decoration: none;
        color: #555;
        gap: 2px;
    }

    .sp-nav__item .icon {
        font-size: 9px;
        font-weight: bold;
        line-height: 1;
        white-space: nowrap;
        color: #555;
    }

    .sp-nav__item img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    .sp-nav__item svg {
        display: block;
        width: 22px;
        height: 22px;
        color: #555;
        flex-shrink: 0;
    }

    .sp-nav__item .icon {
        margin-top: 2px;
        line-height: 1;
        white-space: nowrap;
    }

    .menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;
        width: 48px;
        height: 48px;
        background-color: #2c2c2c;
        border-radius: 12px;
        border: none;
        cursor: pointer;
        padding: 0;
        position: relative;
        overflow: hidden;
        transition: background-color 0.25s ease, transform 0.15s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .menu-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at center, rgba(255,255,255,0.15) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.2s;
    }

    .menu-btn:active::before {
        opacity: 1;
    }

    .menu-btn:active {
        transform: scale(0.92);
    }

    .menu-btn span {
        display: block;
        width: 20px;
        height: 1.5px;
        background-color: #fff;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    }

    .menu-btn span:nth-child(1) { width: 20px; }
    .menu-btn span:nth-child(2) { width: 14px; }
    .menu-btn span:nth-child(3) { width: 20px; }

    .menu-btn small {
        font-size: 7px;
        font-weight: 600;
        letter-spacing: 0.08em;
        color: #fff;
        display: block;
        line-height: 1;
        margin-top: 1px;
    }

    /* ロゴのサイズ微調整 */
    .header__logo img {
        height: auto;
        max-width: 120px;
    }

    .header__logo {
        flex-shrink: 0;
    }

    /* --- ドロワーメニューの初期状態（隠しておく） --- */
    .sp-drawer {
        display: block;
        position: fixed;
        top: 65px;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 100;
        transition: right 0.3s ease;
        padding: 40px 30px 60px;
        color: #000;
        overflow-y: auto;
        box-sizing: border-box;
    }

    /* JSでクラスがついた時の状態（表示） */
    .sp-drawer.is-open {
        right: 0;
    }

    .sp-drawer__nav {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 0 40px;
    }

    .sp-drawer__nav li {
        border-bottom: 1px solid #eee;
    }

    .sp-drawer__nav li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 4px;
        text-decoration: none;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.05em;
    }

    .sp-drawer__nav li a span {
        font-size: 11px;
        font-weight: normal;
        color: #999;
        letter-spacing: 0;
    }

    .sp-drawer__btns {
        display: flex;
        gap: 12px;
    }

    .sp-drawer__btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 10px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .sp-drawer__btn img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .sp-drawer__btn--tel {
        background: #f0f0f0;
        color: #333;
    }

    .sp-drawer__btn--line {
        background: #06c755;
        color: #fff;
    }

    .menu-btn.is-active {
        background-color: #4a6741;
    }

    .menu-btn.is-active span:nth-child(1) {
        transform: translateY(3.5px) rotate(45deg);
        width: 20px;
    }

    .menu-btn.is-active span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .menu-btn.is-active span:nth-child(3) {
        transform: translateY(-3.5px) rotate(-45deg);
        width: 20px;
    }

    .menu-btn.is-active small {
        display: none;
    }
}

/* footer */
footer {
    background: var(--color-beige);
    color: var(--color-beige-dark);
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: 11px;
    }
}

/* Hero */
.hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    margin-top: 74px;
}

.hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__content {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.hero__sub {
    margin-bottom: 10px;
    line-height: 1.2;
}

.hero__title {
    margin: 0;
    width: 362px;
}

.hero__title img {
    display: block
}

.hero__desc {
    font-size: 19px;
    font-family: 'Inder', serif;
    margin: 0;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .hero {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-top: 65px;
    }

    .hero__content {
        bottom: 12%;
    }

    .hero__sub {
        margin-bottom: 3px;
    }

    .hero__title img {
        width: 50%;
        margin: 0 auto;
    }

    .hero__desc {
        font-size: 9px;
    }
}


.news-dog-runner { display: none; }
.news-sit-dog { display: none; }

@media screen and (max-width: 768px) {
    /* コッカースパニエル顔コンテナ */
    .news-sit-dog {
        display: block;
        position: relative;
        flex-shrink: 0;
        width: 40px;
        height: 34px;
    }

    /* ピクセルアート コッカースパニエル顔 unit=3px */
    /* 垂れ耳・大きい目・鼻・舌アニメーション */
    .news-sit-px {
        position: absolute;
        top: 0; left: 0;
        width: 3px;
        height: 3px;
        box-shadow:
            /* eyes (dark brown) */
            12px 6px 0 0 #2D1A08, 21px 6px 0 0 #2D1A08,
            /* nose */
            12px 12px 0 0 #111111, 15px 12px 0 0 #111111, 18px 12px 0 0 #111111, 21px 12px 0 0 #111111,
            /* ears (golden brown, drooping) */
            3px 0px 0 0 #A07030,  6px 0px 0 0 #A07030,  27px 0px 0 0 #A07030, 30px 0px 0 0 #A07030,
            3px 3px 0 0 #A07030,  30px 3px 0 0 #A07030,
            0px 6px 0 0 #A07030,  3px 6px 0 0 #A07030,  30px 6px 0 0 #A07030, 33px 6px 0 0 #A07030,
            0px 9px 0 0 #A07030,  3px 9px 0 0 #A07030,  30px 9px 0 0 #A07030, 33px 9px 0 0 #A07030,
            0px 12px 0 0 #A07030, 3px 12px 0 0 #A07030, 30px 12px 0 0 #A07030, 33px 12px 0 0 #A07030,
            0px 15px 0 0 #A07030, 3px 15px 0 0 #A07030, 30px 15px 0 0 #A07030, 33px 15px 0 0 #A07030,
            0px 18px 0 0 #A07030, 3px 18px 0 0 #A07030, 6px 18px 0 0 #A07030,
            27px 18px 0 0 #A07030, 30px 18px 0 0 #A07030, 33px 18px 0 0 #A07030,
            3px 21px 0 0 #A07030, 6px 21px 0 0 #A07030, 9px 21px 0 0 #A07030,
            24px 21px 0 0 #A07030, 27px 21px 0 0 #A07030, 30px 21px 0 0 #A07030,
            6px 24px 0 0 #A07030, 9px 24px 0 0 #A07030, 24px 24px 0 0 #A07030, 27px 24px 0 0 #A07030,
            9px 27px 0 0 #A07030, 12px 27px 0 0 #A07030, 21px 27px 0 0 #A07030, 24px 27px 0 0 #A07030,
            /* face (warm golden) */
            9px 0px 0 0 #D4B07A,  12px 0px 0 0 #D4B07A, 15px 0px 0 0 #D4B07A,
            18px 0px 0 0 #D4B07A, 21px 0px 0 0 #D4B07A, 24px 0px 0 0 #D4B07A,
            6px 3px 0 0 #D4B07A,  9px 3px 0 0 #D4B07A,  12px 3px 0 0 #D4B07A,
            15px 3px 0 0 #D4B07A, 18px 3px 0 0 #D4B07A, 21px 3px 0 0 #D4B07A,
            24px 3px 0 0 #D4B07A, 27px 3px 0 0 #D4B07A,
            6px 6px 0 0 #D4B07A,  9px 6px 0 0 #D4B07A,
            15px 6px 0 0 #D4B07A, 18px 6px 0 0 #D4B07A,
            24px 6px 0 0 #D4B07A, 27px 6px 0 0 #D4B07A,
            6px 9px 0 0 #D4B07A,  9px 9px 0 0 #D4B07A,  12px 9px 0 0 #D4B07A,
            15px 9px 0 0 #D4B07A, 18px 9px 0 0 #D4B07A, 21px 9px 0 0 #D4B07A,
            24px 9px 0 0 #D4B07A, 27px 9px 0 0 #D4B07A,
            6px 12px 0 0 #D4B07A, 9px 12px 0 0 #D4B07A,
            24px 12px 0 0 #D4B07A, 27px 12px 0 0 #D4B07A,
            6px 15px 0 0 #D4B07A, 9px 15px 0 0 #D4B07A,  12px 15px 0 0 #D4B07A,
            15px 15px 0 0 #D4B07A, 18px 15px 0 0 #D4B07A, 21px 15px 0 0 #D4B07A,
            24px 15px 0 0 #D4B07A, 27px 15px 0 0 #D4B07A,
            9px 18px 0 0 #D4B07A,  12px 18px 0 0 #D4B07A, 15px 18px 0 0 #D4B07A,
            18px 18px 0 0 #D4B07A, 21px 18px 0 0 #D4B07A, 24px 18px 0 0 #D4B07A,
            12px 21px 0 0 #D4B07A, 15px 21px 0 0 #D4B07A,
            18px 21px 0 0 #D4B07A, 21px 21px 0 0 #D4B07A;
    }

    /* 舌アニメーション（出たり引っ込んだり） */
    .news-sit-px::before {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 3px;
        height: 3px;
        animation: tongueWag 2.4s steps(1) infinite;
    }

    @keyframes tongueWag {
        0%, 65% {
            /* 舌フル */
            box-shadow:
                15px 21px 0 0 #E86060,
                12px 24px 0 0 #E86060, 15px 24px 0 0 #E86060, 18px 24px 0 0 #E86060,
                15px 27px 0 0 #E86060;
        }
        67%, 80% {
            /* 舌引っ込む */
            box-shadow:
                15px 21px 0 0 #E86060,
                15px 24px 0 0 #E86060;
        }
        82%, 100% {
            /* 舌フル */
            box-shadow:
                15px 21px 0 0 #E86060,
                12px 24px 0 0 #E86060, 15px 24px 0 0 #E86060, 18px 24px 0 0 #E86060,
                15px 27px 0 0 #E86060;
        }
    }

    /* タイトルエリアをflex配置 */
    .news__inner .section-title-left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
    }
}

/* News */
.news__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news h2 img {
    width: 129px;
}

.news__list-wrapper {
    flex: 0 1 750px;
    margin: 0 40px;
    background-color: var(--color-beige);
    padding: 20px 50px 40px;
    border-radius: 8px;
}

.news__list li {
    display: flex;
    border-bottom: 4px solid var(--color-border);
    padding: 15px 0 5px;
    color: var(--color-text-brown);
}

.news__list time {
    width: 120px;
    margin-right: 20px;
}

.news__logo img {
    max-width: 150px;
}

@media screen and (max-width: 768px) {
    .news__inner {
        display: block;
    }

    .news__inner .section-title-left {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .news__inner .section-title-left h2 img {
        width: 64px;
    }

    .news__inner .section-title-left p {
        padding-top: 5px;
    }

    .news__list-wrapper {
        margin: 12px 0 0;
        padding: 0 0 8px;
        background: none;
        border-radius: 0;
    }

    .news__list li {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        letter-spacing: 0;
        border-bottom: 1px solid #ddd;
        border-width: 1px;
        padding: 14px 0;
        gap: 4px;
        background: #fff;
        border-radius: 0;
    }

    .news__list time {
        display: inline-block;
        width: auto;
        margin-right: 0;
        font-size: 11px;
        color: #999;
        letter-spacing: 0.05em;
    }

    .news__logo {
        display: none;
    }
}


/* LINE Banner */
.line-banner {
    background: url(images/bg_line.jpg) top center no-repeat;
    padding: 50px 0;
}

.line-banner__inner {
    display: flex;
    justify-content: space-between;
}

.line-banner__img {
    width: 47%;
}

.line-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-banner__content {
    width: 51%;
}

.line-banner__box {
    background-color: var(--color-beige);
    text-align: center;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.line-banner__title {
    color: #fff;
    background-color: #4B4B4B;
    padding: 20px 0;
    font-size: 27px;
    font-weight: 600;
    border-radius: 8px;
}

.line-banner__qr {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-banner__qr img {
    width: 226px;
}

.line_btn_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .line-banner {
        background: none;
        padding: 0;
    }

    .line-banner__inner {
        display: block;
    }

    .line-banner__img,
    .line-banner__content {
        width: 100%;
    }

    .line-banner__img {
        margin-bottom: 10px;
    }

    .line-banner__title {
        font-size: 13px;
        text-align: left;
        padding: 13px 15px;
        border-radius: 4px;
    }

    .line-banner__box {
        border-radius: 4px;
    }

    .line-banner__qr {
        justify-content: center;
        gap: 20px;
        padding: 30px 20px;
    }

    .line-banner__qr img {
        width: 70px;
    }

    .line_btn_sp {
        display: block;
        background: #06c755;
        color: #fff;
        padding: 16px 20px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

}

/* About */
.about .section-title {
    margin-bottom: 20px;
}

.about__image {
    text-align: center;
    margin-bottom: 20px;
}

.sp-br {
    display: none;
}

.hide-pc {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-br {
        display: inline;
    }
    .hide-sp {
        display: none;
    }
    .hide-pc {
        display: block;
    }
}

.about__tabs {
    text-align: right;
    margin-bottom: 10px;
}

.about__tabs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
}

.tab-btn {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 30px;
    padding: 10px 24px;
    cursor: pointer;
    font-family: inherit;
    font-size: var(--font-size-base);
    color: #999;
    font-weight: bold;
    transition: all 0.2s ease;
    letter-spacing: 0.05em;
}

.tab-btn:hover {
    border-color: #888;
    color: #555;
}

.tab-btn.is-active {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff;
}

.about__message {
    text-align: center;
    border-radius: 17px;
    padding: 80px 40px 100px;
}

.about__message p {
    font-size: 30px;
    line-height: 2.5;
}

@media screen and (max-width: 768px) {
    .about__image {
        margin-bottom: 40px;
    }

    .tab-btn {
        font-size: 13px;
        padding: 9px 18px;
        margin-left: 0;
    }

    .about__message {
        padding: 20px 20px 40px;
    }

    .about__message p {
        font-size: 10px;
    }

}


/* Concept */
.concept__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.concept__item--reverse {
    flex-direction: row-reverse;
}

.concept__img {
    width: 49%;
}

.concept__text {
    flex: 1;
}

.concept__head {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.concept__head .num {
    font-size: 121px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    line-height: 1;
}

.concept__head .en .trust {
    width: 200px;
}

.concept__head .en .hospital {
    width: 300px;
}

.concept__head .en .satisfaction {
    width: 300px;
}

.concept__subhead {
    font-size: 32px;
    color: #1A1201;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.concept__text p {
    letter-spacing: 0;
    line-height: 1.5;
}

.concept__note {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .concept__img {
        width: 100%;
    }

    .concept__img img {
        aspect-ratio: 13 / 7;
        object-fit: cover;
        object-position: center top;
    }

    .concept__item {
        display: block;
        margin-bottom: 20px;
    }

    .concept__head {
        margin-bottom: 0;
        padding-bottom: 5px;
        gap: 5px;
    }

    .concept__head .num {
        font-size: 60px;
    }

    .concept__head .en .trust {
        width: 100px;
    }

    .concept__head .en .hospital {
        width: 150px;
    }

    .concept__head .en .satisfaction {
        width: 150px;
    }

    .concept__subhead {
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px;
    }
}

/* Services */
.services__grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.services__item {
    display: flex;
    align-items: center;
    gap: 60px;
}

.services__item--reverse {
    flex-direction: row-reverse;
}

.services__img {
    width: 52%;
    height: 380px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px;
}

.services__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.services__item:hover .services__img img {
    transform: scale(1.04);
}

.services__content {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.services__label {
    font-family: 'Cormorant Garamond', 'EB Garamond', serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: #8a9e7a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services__label::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #8a9e7a;
}

.services__heading {
    margin-bottom: 20px;
}

.services__title-en {
    font-family: 'Cormorant Garamond', 'EB Garamond', 'Times New Roman', serif;
    font-size: 38px;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin: 0 0 6px;
}

.services__title-ja {
    font-size: 13px;
    color: #888;
    letter-spacing: 0.15em;
    margin: 0;
}

.services__desc {
    font-size: 14px;
    color: #555;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    padding-left: 16px;
    border-left: 2px solid #d8e0d0;
}

.services__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #4a6741;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #4a6741;
    transition: gap 0.3s ease, color 0.3s ease;
}

.services__btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.services__btn:hover {
    gap: 16px;
    color: #2c4a22;
}

.services__btn:hover svg {
    transform: translateX(4px);
}

@media screen and (max-width: 768px) {
    .services__item {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .services__item--reverse {
        flex-direction: column;
    }

    .services__grid {
        gap: 60px;
    }

    .services__img,
    .services__content {
        width: 100%;
    }

    .services__title-en {
        font-size: 28px;
    }

    .services__desc {
        font-size: 13px;
        margin-bottom: 24px;
    }
}


/* Gallery */
.gallery__list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 70px;
}

.gallery__list img {
    width: calc(20% - 12px);
    object-fit: cover;
    border-radius: 8px;
}

/* Gallery Slider */
.gallery__slider-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}

.gallery__slider {
    overflow: hidden;
    width: 100%;
}

.gallery__track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: galleryScroll 20s linear infinite;
}

.gallery__track:hover {
    animation-play-state: paused;
}

.gallery__track img {
    width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

@keyframes galleryScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50%));
    }
}

.icon-insta {
    width: 57px;
    display: inline-block;
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    .gallery__list {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

    .gallery__track img {
        width: 180px;
        height: 220px;
    }

    .icon-insta {
        width: 20px;
        margin-right: 10px;
    }
}


/* Staff */
.staff {
    padding-bottom: 60px;
}

.staff__list {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.staff__item {
    width: 300px;
    text-align: center;
    position: relative;
}

.staff__img {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0;
    aspect-ratio: 3/4;
}

.staff__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.staff__item:hover .staff__img img {
    transform: scale(1.04);
}

.staff__info {
    background: #fff;
    margin: -28px 16px 0;
    position: relative;
    z-index: 1;
    padding: 16px 20px 18px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.staff__role {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.2em;
    color: #8a9e7a;
    border: 1px solid #8a9e7a;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.staff__name {
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: 0.12em;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .staff__list {
        gap: 20px;
    }

    .staff__item {
        width: calc(50% - 10px);
    }

    .staff__info {
        margin: -20px 10px 0;
        padding: 12px 14px 14px;
    }

    .staff__name {
        font-size: 15px;
    }

    .staff__role {
        font-size: 9px;
    }
}

/* Voice & Reservation */
.voice-reserve {
    background: var(--color-beige);
    padding-bottom: 100px;
}

.voice-reserve .l-inner {
    max-width: 1100px;
}

.voice-reserve .section-title {
    color: var(--color-beige-dark);
    margin-bottom: 60px;
}

.voice-reserve .section-title h2 {
    font-family: "Playfair Display", 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 2px;
    line-height: 1.2;
}

.voice-reserve__cols {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* Voice box */
.voice-box {
    width: 55%;
    background: #fff;
    border-radius: 20px;
    padding: 36px 40px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.voice-box__quote {
    font-family: Georgia, serif;
    font-size: 100px;
    color: #e8e0d5;
    line-height: 0.8;
    position: absolute;
    top: 20px;
    left: 24px;
    pointer-events: none;
    user-select: none;
}

.voice-box__title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #8a7a6a;
    margin: 0 0 16px;
    text-align: left;
    position: relative;
}

.voice-box__text {
    font-size: 14px;
    line-height: 2;
    color: #444;
    flex: 1;
    position: relative;
    margin-bottom: 24px;
}

.voice-box__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0ebe4;
    padding-top: 18px;
}

.stars {
    color: #f5b922;
    font-size: 20px;
    letter-spacing: 3px;
}

.btn-google {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 13px;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: box-shadow 0.2s;
}

.btn-google:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

.btn-google img {
    width: 20px;
    flex-shrink: 0;
}

/* Reserve box */
.reserve-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.reserve-box__label {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #8a7a6a;
    margin: 0 0 4px;
    text-align: center;
}

.reserve-box__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    padding: 20px 24px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
    transition: box-shadow 0.2s;
}

.reserve-box__tel:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.12);
}

.reserve-box__tel-tag {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #8a7a6a;
    background: #f5f0ea;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

.tel-number {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #2c2c2c;
    line-height: 1;
    vertical-align: middle;
}

.btn-line-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #06c755;
    color: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(6,199,85,0.25);
}

.btn-line-reserve:hover {
    background: #05b04b;
    box-shadow: 0 6px 28px rgba(6,199,85,0.35);
}

.btn-line-reserve svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .voice-reserve {
        padding-bottom: 50px;
    }

    .voice-reserve .section-title {
        margin-bottom: 30px;
    }

    .voice-reserve .section-title h2 {
        font-size: 26px;
    }

    .voice-reserve__cols {
        flex-direction: column;
        gap: 20px;
    }

    .voice-box,
    .reserve-box {
        width: 100%;
        box-sizing: border-box;
    }

    .voice-box {
        padding: 28px 24px 24px;
        border-radius: 14px;
    }

    .voice-box__quote {
        font-size: 70px;
        top: 14px;
        left: 16px;
    }

    .voice-box__text {
        font-size: 13px;
    }

    .stars {
        font-size: 16px;
    }

    .tel-number {
        font-size: 28px;
    }

    .btn-line-reserve {
        font-size: 15px;
        padding: 16px 20px;
    }
}


/* Salon Info */
.salon-info {
    padding-bottom: 100px;
}

.salon-info .l-inner {
    max-width: 1160px;
}

.salon-info__cols {
    display: flex;
    gap: 48px;
    align-items: stretch;
}

.salon-info__map {
    width: 52%;
    border-radius: 16px;
    overflow: hidden;
    min-height: 380px;
    flex-shrink: 0;
}

.salon-info__map iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    display: block;
}

.salon-info__data {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-list {
    margin: 0 0 32px;
    padding: 0;
}

.info-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 18px 0;
    border-bottom: 1px solid #ede8e0;
}

.info-list__item:first-child {
    border-top: 1px solid #ede8e0;
}

.info-list__item dt {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    color: #7a6a5a;
    letter-spacing: 0.06em;
}

.info-list__item dt svg {
    width: 16px;
    height: 16px;
    color: #8a9e7a;
    flex-shrink: 0;
}

.info-list__item dd {
    margin: 0;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.7;
}

.info-list__item dd a {
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    transition: color 0.2s;
}

.info-list__item dd a:hover {
    color: #4a6741;
}

.info-list__note {
    font-size: 12px;
    color: #888;
}

.info-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #4a6741;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #4a6741;
    transition: gap 0.3s ease;
}

.info-more-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.info-more-btn:hover {
    gap: 16px;
}

.info-more-btn:hover svg {
    transform: translateX(4px);
}

@media screen and (max-width: 768px) {
    .salon-info {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .salon-info .l-inner {
        width: 100%;
        box-sizing: border-box;
    }

    .salon-info__cols {
        flex-direction: column;
        gap: 24px;
    }

    .salon-info__data,
    .salon-info__map {
        width: 100%;
        box-sizing: border-box;
    }

    .salon-info__map {
        min-height: 240px;
        border-radius: 12px;
    }

    .salon-info__map iframe {
        min-height: 240px;
    }

    .info-list__item dt {
        width: 80px;
        font-size: 12px;
    }

    .info-list__item dd {
        font-size: 13px;
    }

    .info-more-btn {
        font-size: 12px;
    }
}

/* 下層 */
/* 下層共通 */
.page main {
    margin-top: 110px;
}

@media screen and (max-width: 768px) {
    .page main {
        margin-top: 65px;
    }
}

/* 会社概要 */
.company .p-header-img {
    max-width: 1040px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.company .p-header-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.company .p-section {
    margin-bottom: 80px;
}

.company .c-heading {
    background-color: var(--color-beige);
    padding: 16px 24px;
    font-size: var(--font-size-base);
    font-weight: 500;
    margin: 0 0 24px 0;
    letter-spacing: 0.05em;
}

.company .c-dl {
    margin: 0;
}

.company .c-dl__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 24px;
}

/* 偶数行に薄いベージュの背景色を適用 */
.company .c-dl__row:nth-child(odd) {
    background-color: color-mix(in srgb, var(--color-beige), transparent 70%);
}

.company .c-dl__dt {
    font-weight: normal;
    margin: 0;
    flex-shrink: 0;
    margin-right: 24px;
}

.company .c-dl__dd {
    margin: 0;
    text-align: right;
}

.company .c-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company .c-list__item {
    padding: 20px 24px;
}

.company .c-list__item:nth-child(odd) {
    background-color: color-mix(in srgb, var(--color-beige), transparent 70%);
}

@media screen and (max-width: 768px) {
    .company .c-dl__row {
        padding: 15px 10px;
        background-color: color-mix(in srgb, var(--color-beige), transparent 70%);
        margin-bottom: 10px;
    }

    .company .p-header-img {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .company .c-heading {
        font-size: 13px;
        padding: 15px 10px;
    }

    .company .c-list__item {
        padding: 15px 10px;
        background-color: color-mix(in srgb, var(--color-beige), transparent 70%);
        margin-bottom: 10px;
    }

}

/* サービス */

/* --- Dog Trimming Section --- */
.p-service__hero-section {
    padding-top: 60px;
}

.p-service-trimming {
    padding: 0 0;
    text-align: center;
}

.p-service-trimming__title {
    font-size: 40px;
    margin-bottom: 30px;
}

.p-service-trimming__title span {
    display: block;
    font-size: var(--font-size-base);
    margin-top: -10px;
}

.p-service-trimming__hero-images {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto 40px;
    width: 100%;
    box-sizing: border-box;
}

.p-service__images {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto 40px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
    box-sizing: border-box;
}

.p-service__head {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.p-service-trimming__text {
    line-height: 2;
    margin-bottom: 20px;
}

.p-service__note {
    line-height: 1.5;
    margin-bottom: 50px;
}

.p-service-trimming__full-img {
    margin-bottom: 50px;
}

.p-service-trimming__detail-box {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.p-service-trimming__detail-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.p-service-trimming__list {
    list-style: none;
    padding: 0;
}

.p-service-trimming__list li {
    margin-bottom: 20px;
    line-height: 1.5;
}

.p-service-trimming__list li strong {
    display: block;
    font-size: 16px;
}

/* --- Suipet Section --- */
.p-service-suipet {
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
}

.p-service-suipet__images {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.p-service-suipet__img-half {
    width: 50%;
}

.p-service-suipet__img-half img,
.p-service-suipet__full-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.p-service-suipet__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
}

.p-service-suipet__text {
    line-height: 1.5;
    margin-bottom: 30px;
}

.p-service-suipet__full-img {
    margin-bottom: 50px;
}

.p-service-suipet__features {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.p-service-suipet__feature-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.p-service-suipet__list dt {
    font-weight: bold;
    margin-top: 20px;
}

.p-service-suipet__list dd {
    line-height: 1.5;
    margin-left: 0;
}

.p-service-menu img {
    margin-bottom: 40px;
}

/* Price Table */
/* Option Detail */
.p-option-detail {
    padding-bottom: 40px;
}

.p-option-detail__list {
    text-align: left;
    margin-top: 24px;
}

.p-option-detail__item {
    padding: 20px 0;
    border-bottom: 1px solid #ede8e0;
}

.p-option-detail__item:last-child {
    border-bottom: none;
}

.p-option-detail__name {
    font-size: 15px;
    font-weight: 600;
    color: #4a6741;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
    line-height: 1.5;
}

.p-option-detail__name span {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    display: block;
    letter-spacing: 0.04em;
    margin-top: 2px;
}

.p-option-detail__item p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin: 0 0 8px;
}

/* Set Option */
.p-set-option {
    padding-bottom: 60px;
}

.p-set-option__series-label {
    font-size: 12px;
    letter-spacing: 0.18em;
    color: #8a9e7a;
    margin-bottom: 4px;
}

.p-set-option__courses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
    text-align: left;
}

.p-set-option__course {
    border: 1px solid #d8e0d0;
    border-radius: 12px;
    overflow: hidden;
}

.p-set-option__course-header {
    background: #f5f7f3;
    padding: 16px 20px;
    border-bottom: 1px solid #d8e0d0;
}

.p-set-option__course-num {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #8a9e7a;
    display: block;
    margin-bottom: 4px;
}

.p-set-option__course-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 4px;
    letter-spacing: 0.02em;
}

.p-set-option__course-ja {
    font-size: 13px;
    color: #666;
    margin: 0;
    letter-spacing: 0.1em;
}

.p-set-option__course-body {
    padding: 16px 20px;
}

.p-set-option__label {
    font-size: 12px;
    font-weight: 600;
    color: #4a6741;
    letter-spacing: 0.1em;
    margin: 0 0 6px;
}

.p-set-option__menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.p-set-option__menu ul li {
    font-size: 13px;
    color: #444;
    line-height: 1.8;
    padding-left: 12px;
    position: relative;
}

.p-set-option__menu ul li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #8a9e7a;
}

.p-set-option__price {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.p-set-option__price li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #333;
    padding: 3px 0;
    padding-left: 0 !important;
}

.p-set-option__price li::before {
    display: none !important;
}

.p-set-option__price li span:last-child {
    font-weight: 600;
    color: #2c2c2c;
}

@media (max-width: 768px) {
    .p-set-option__courses {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .p-set-option__course-title {
        font-size: 17px;
    }
}
.p-service-option {
    padding-bottom: 60px;
}

.p-option-table {
    min-width: 360px;
}

.p-option-table th.col-option,
.p-option-table td:first-child {
    width: 70%;
    text-align: left;
    padding-left: 14px;
}

.p-option-table th.col-price,
.p-option-table td:last-child {
    width: 30%;
    text-align: center;
}

.p-option-table td small {
    font-size: 11px;
    color: #888;
    display: block;
    margin-top: 2px;
}

.p-price-table__subtitle--section {
    font-size: 16px;
    font-weight: 600;
    color: #4a6741;
    letter-spacing: 0.1em;
    margin: 32px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0cec8;
    text-align: left;
}

.p-price-table__subcaption {
    font-size: 12px;
    color: #666;
    text-align: left;
    margin: 8px 0 0;
    padding-left: 2px;
}
.p-price-table__wrap {
    padding: 20px 0 60px;
}

.p-price-table__ornament {
    border: 2px solid #6b8c6b;
    padding: 40px 30px;
    position: relative;
}

.p-price-table__ornament::before,
.p-price-table__ornament::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #6b8c6b;
    border-style: solid;
    pointer-events: none;
}

.p-price-table__ornament::before {
    top: 5px;
    left: 5px;
    border-width: 2px 0 0 2px;
}

.p-price-table__ornament::after {
    bottom: 5px;
    right: 5px;
    border-width: 0 2px 2px 0;
}

.p-price-table__inner {
    position: relative;
    text-align: center;
}

.p-price-table__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 600;
    color: #4a6741;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.p-price-table__subtitle {
    font-size: 13px;
    color: #555;
    margin-bottom: 30px;
}

.p-price-table__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.p-price-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
}

.p-price-table thead tr {
    background-color: #f5f5f0;
}

.p-price-table th {
    padding: 12px 10px;
    border: 1px solid #d0cec8;
    font-weight: 600;
    color: #3a3a3a;
    vertical-align: top;
    line-height: 1.5;
}

.p-price-table th.col-breed {
    width: 30%;
    text-align: center;
    vertical-align: middle;
}

.p-price-table th.col-course {
    width: 23%;
}

.p-price-table .course-detail {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #666;
    margin-top: 6px;
    text-align: left;
    line-height: 1.6;
}

.p-price-table tbody tr {
    border-bottom: 1px solid #e8e5e0;
}

.p-price-table tbody tr:nth-child(even) {
    background-color: #fafaf8;
}

.p-price-table tbody tr:hover {
    background-color: #f0f5ee;
}

.p-price-table td {
    padding: 10px 8px;
    border: 1px solid #e0ddd8;
    color: #3a3a3a;
    line-height: 1.4;
}

.p-price-table td:first-child {
    text-align: left;
    padding-left: 14px;
    font-size: 13px;
}

.p-price-table td:not(:first-child) {
    font-size: 14px;
    font-weight: 500;
}

.p-price-table td.no-menu {
    color: #aaa;
    font-weight: 400;
}

.p-price-table__notes {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    text-align: left;
}

.p-price-table__notes li {
    font-size: 11px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .p-price-table__ornament {
        padding: 24px 16px;
    }

    .p-price-table__title {
        font-size: 17px;
    }

    .p-price-table__subtitle {
        font-size: 11px;
    }

    .p-price-table {
        font-size: 12px;
    }

    .p-price-table th {
        padding: 10px 6px;
        font-size: 11px;
    }

    .p-price-table .course-detail {
        font-size: 9px;
    }

    .p-price-table td {
        padding: 8px 6px;
    }

    .p-price-table td:first-child {
        padding-left: 8px;
        font-size: 12px;
    }

    .p-price-table td:not(:first-child) {
        font-size: 12px;
    }
}

.p-service-terms {
    font-size: 18px;
    padding-bottom: 120px;
}

/* --- Responsive (SP) --- */
@media screen and (max-width: 768px) {
    .p-service__hero-section {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .p-service-trimming__hero-images {
        padding: 0;
    }

    .p-service__images {
        padding: 0;
    }

    .p-service-trimming__title {
        font-size: 26px;
    }

    .p-service-trimming__title span {
        font-size: 12px;
    }

    .p-service__head {
        font-size: 17px;
        line-height: 1.4;
    }

    .p-service-trimming__hero-images,
    .p-service-suipet__images {
        flex-direction: row;
        /* 画像が2つ並んでいる場合は row、1つずつにするなら column */
        gap: 5px;
    }

    /* SPで画像を100%（縦並び）にする場合 */
    /*
  .p-service-trimming__img-half,
  .p-service-suipet__img-half {
    width: 100%;
  }
  */

    .p-service-trimming__text,
    .p-service-suipet__text {
        font-size: 12px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .p-service__note {
        font-size: 12px;
    }

    .p-service-terms {
        font-size: 11px;
    }

}

.admin-bar .header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}