/* Hero */
.page-hero {
    position: relative;
    height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 3rem 5vw;
    overflow: hidden;
    background: url('https://www.kimono-clinic.net/wp-content/uploads/2026/04/kimono-clinic-storefront-parking.jpg') center/cover no-repeat;
}
.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.4) 50%, rgba(0,0,0,0.1) 100%);
}
.page-hero .hero-inner {
    position: relative;
    z-index: 1;
}
.page-hero .en {
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.25px;
    color: var(--color-accent);
    display: block;
    margin-bottom: 0.8rem;
}
.page-hero h1 {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--color-text);
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(255,255,255,0.5);
}

/* Sidebar */
.fixed-cta-pc {
    position: fixed;
    top: 90px;
    right: 0;
    transform: none;
    z-index: 100;
    display: none;
}
.fixed-cta-pc a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 64px;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: white;
    border-radius: 0;
    transition: opacity 0.3s;
}
.fixed-cta-pc a:hover { opacity: 0.85; }
.fixed-cta-pc a i { font-size: 1.2rem; margin-bottom: 5px; }
.fixed-cta-pc .cta-tel { background: var(--color-accent); }
.fixed-cta-pc .cta-line { background: #06C755; }
.fixed-cta-pc .cta-insta { background: #fff; color: #333; }
@media (min-width: 992px) {
    .fixed-cta-pc { display: block; }
}

/* Section Title */
.sec-title {
    margin-bottom: clamp(2.5rem, 6vw, 4rem);
}
.sec-title .en {
    font-family: var(--font-en);
    font-size: 40px;
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: 1.28px;
    display: block;
    margin-bottom: 0.8rem;
}
.sec-title h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    display: inline-block;
    padding-bottom: 1.2rem;
}
.sec-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--color-accent);
}

/* Access */
.access-sec {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.access-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.access-photo {
    width: 100%;
    overflow: hidden;
}
.access-photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s;
}
.access-photo:hover img {
    transform: scale(1.03);
}
.access-info {
    position: relative;
    z-index: 1;
}
.access-info .shop-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}
.access-info .shop-catch {
    font-size: 14px;
    color: var(--color-text-light);
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}
.info-table {
    width: 100%;
    border-collapse: collapse;
}
.info-table th,
.info-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--color-warm-gray);
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.9;
}
.info-table tr:last-child th,
.info-table tr:last-child td {
    border-bottom: none;
}
.info-table th {
    width: 100px;
    font-weight: 700;
    color: var(--color-text);
    white-space: nowrap;
    letter-spacing: 0.05em;
}
.info-table td {
    color: var(--color-text-light);
}
.info-table a {
    color: var(--color-accent);
    transition: opacity 0.3s;
}
.info-table a:hover {
    opacity: 0.7;
}
.access-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 1.5rem;
    padding: 10px 20px;
    background: var(--color-cream);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: 0.05em;
}
.access-badge i {
    color: var(--color-accent);
}

/* Map */
.map-sec {
    padding: 120px 0;
    background: var(--color-cream);
    position: relative;
    overflow: hidden;
}
.map-wrapper {
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

/* Method */
.method-sec {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
}
.method-card {
    background: white;
    padding: 40px 36px;
    border-top: 2px solid var(--color-accent);
    transition: all 0.4s;
}
.method-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.method-card h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 14px;
}
.method-card h3 i {
    width: 44px;
    height: 44px;
    background: rgba(157,137,74,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--color-accent);
    flex-shrink: 0;
}
.method-card ul {
    padding-left: 20px;
}
.method-card li {
    list-style: disc;
    margin-bottom: 12px;
    line-height: 2;
    color: var(--color-text-light);
    font-size: 15px;
    letter-spacing: 0.05em;
}

/* Qualification */
.qual-sec {
    padding: 120px 0;
    background: var(--color-cream);
    position: relative;
    overflow: hidden;
}
.qual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 24px;
}
.qual-card {
    background: white;
    padding: 36px 32px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-top: 2px solid var(--color-accent);
    transition: all 0.4s;
}
.qual-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.qual-card i {
    width: 48px;
    height: 48px;
    background: rgba(157,137,74,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--color-accent);
    flex-shrink: 0;
}
.qual-card h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.qual-card p {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 767px) {
    .page-hero { height: 240px; padding: 0 0 2rem 24px; }
    .page-hero h1 { font-size: 24px; }
    .access-sec { padding: 80px 0; }
    .access-layout { grid-template-columns: 1fr; gap: 32px; }
    .access-photo img { height: 260px; }
    .map-sec { padding: 80px 0; }
    .map-wrapper iframe { height: 300px; }
    .method-sec { padding: 80px 0; }
    .method-grid { grid-template-columns: 1fr; }
    .method-card { padding: 28px 24px; }
    .qual-sec { padding: 80px 0; }
    .qual-grid { grid-template-columns: 1fr; }
    .sec-title .en { font-size: 30px; }
    .sec-title h2 { font-size: 18px; }
}
