/* ===========================================
   Common Styles - San Beaute
   =========================================== */

/* Reset & Base */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background: #FFFDF6;
}

a {
    color: inherit;
    text-decoration: none;
}

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

/* Utility Classes */
.sp-only {
    display: none;
}

@media (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sp-only {
        display: inline;
    }
}

.br-900 {
    display: none;
}

@media (max-width: 900px) {
    .br-900 {
        display: inline;
    }
}

@media (max-width: 1030px) {
    .hero-title {
        margin-top: 10px !important;
    }
}

.sp-br-550,
.sp-br-420,
.br-450,
.br-550up,
.br-1270 {
    display: none;
}

@media (min-width: 550px) {
    .br-550up {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1270px) {
    .br-1270 {
        display: block;
    }
}

@media (max-width: 550px) {
    .sp-br-550 {
        display: block;
    }
}

@media (max-width: 450px) {
    .br-450 {
        display: block;
    }
}

@media (max-width: 420px) {
    .sp-br-420 {
        display: block;
    }
}

@media (max-width: 768px) {
    .pc-only,
    .pc_only {
        display: none !important;
    }

    .site-header {
        width: calc(100% - 20px);
        top: 15px;
        margin: 0 auto;
        padding: 0 !important;
    }


    .footer-main {
        flex-direction: column;
        gap: 30px;
    }

    .footer-logo {
        width: 150px !important;
        margin-bottom: 0;
    }

    .footer-contact {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .footer-nav {
        width: 100%;
        justify-content: space-between;
        border-top: 1px solid #D9D5CD;
        padding: 20px 0;
    }

    .footer-nav-col {
        width: 45%;
    }

    .footer-nav-col:last-child {
        width: 55%;
    }

    .footer-nav::after {
        display: none;
    }

    .footer-social {
        width: 100%;
        justify-content: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D5CD;
    }

    .footer-social a img {
        filter: none;
    }
}

@media (max-width: 430px) {
    .footer-contact {
        align-items: flex-start !important;
        text-align: left;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .footer-contact {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
        width: 100%;
    }
}

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

p {
margin-block-start: 0;
margin-block-end: 0;
}

h1 {
    margin-block-start: 0;
    margin-block-end: 0;
}

h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

/* ===========================================
   Utility Classes
   =========================================== */
.gray-light {
    color: color-mix(in srgb, #A19E99, #000000 20%);
}

/* ===========================================
   Header
   =========================================== */
.site-header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 20px;
}

.header-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* Logo */
.site-logo a {
    display: flex;
    width: 138px;
    flex-direction: column;
}

/* Header Brand */
.header-brand {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1vw, 16px);
    flex-shrink: 0;
}

.header-brand-copy {
    margin: 0;
    color: #333;
    font-size: clamp(11px, 0.9vw, 13px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* Header Brand */
.header-brand {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.8vw, 12px);
    flex-shrink: 0;
}

/* ロゴを少しだけコンパクトに */
.header-brand .site-logo a {
    width: clamp(118px, 8.5vw, 138px);
}

.header-brand-copy {
    margin: 0;
    color: #333;
    font-size: clamp(10px, 0.75vw, 12px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* ヘッダー全体の余白を少し圧縮 */
.header-inner {
    padding-left: clamp(1rem, 2vw, 2rem);
    padding-right: clamp(1rem, 2vw, 2rem);
}

/* ナビの間隔を少しだけ詰める */
.nav-menu {
    gap: clamp(0.6rem, 1.4vw, 1.4rem);
}

.main-nav {
    margin-right: clamp(0.75rem, 1.5vw, 1.5rem);
}

/* Navigation */
.main-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: clamp(1rem, 2vw, 1.875rem);
}

.nav-menu {
    display: flex;
    gap: clamp(0.75rem, 2vw, 1.875rem);
}

.nav-menu li a {
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4D4951;
    font-weight: 500;
    line-height: 1.6;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #DDA5C9;
}

.nav-menu li a span {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.5rem, 0.7vw, 0.625rem);
    color: #5BA699;
    transition: opacity 0.3s;
}

.nav-menu li a:hover span {
    opacity: 0.7;
}

/* Header Right */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Header Buttons */
.header-buttons {
    display: flex;
    gap: clamp(0.5rem, 0.7vw, 0.625rem);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: clamp(2rem, 2.5vw, 2.3125rem);
    padding: 0 clamp(1rem, 1.5vw, 1.5rem);
    font-size: clamp(0.8rem, 1vw, 1rem);
    border-radius: 20px;
    border: 1px solid #DDA5C9;
    background: #DDA5C9;
    color: #fff;
    transition: background 0.3s, color 0.3s;
}

.btn:hover {
    background: #fff;
    color: #DDA5C9;
}

.btn_reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: clamp(2rem, 2.5vw, 2.3125rem);
    padding: 0 clamp(1rem, 1.5vw, 1.5rem);
    font-size: clamp(0.8rem, 1vw, 1rem);
    border-radius: 20px;
    border: 1px solid #00A2B9;
    background: #00A2B9;
    color: #fff;
    transition: background 0.3s, color 0.3s;
}

.btn_reserve:hover {
    background: #fff;
    color: #00A2B9;
}

/* Menu Toggle (Hamburger) */
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

.menu-toggle span {
    display: block;
    width: 40px;
    height: 1px;
    background: #4D4951;
    margin: 4px 0;
    transition: 0.3s;
}

/* ===========================================
   Mobile Menu
   =========================================== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile-menu.is-active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu.is-active .mobile-menu-bg {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.mobile-menu-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 40px 40px;
    overflow-y: auto;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-menu-header .site-logo a {
    width: 120px;
}

/* Close Button */
.menu-close {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #4D4951;
    transition: 0.3s;
}

.menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(24deg);
}

.menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-24deg);
}

.menu-close:hover span {
    background: #DDA5C9;
}

/* Mobile Menu Content */
.mobile-menu-content {
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: clamp(30px, 15vw, 150px);
    row-gap: 40px;
    margin: 50px auto 0;
}

.mobile-menu-nav {
    display: contents;
}

.mobile-menu-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mobile-menu-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-menu-title {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #30403E;
    margin: 0;
    line-height: 60px;
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-list li a {
    font-size: 18px;
    font-weight: 700;
    color: #30403E;
    transition: color 0.3s;
    line-height: 1;
    letter-spacing: 0.05em;
}

.mobile-menu-list li a:hover {
    color: color-mix(in srgb, #A19E99, #000000 20%);
}

/* Social Icons */
.mobile-menu-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-menu-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: opacity 0.3s;
}

.mobile-menu-social a:hover {
    opacity: 0.7;
}

.mobile-menu-social a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* CTA Buttons */
.mobile-menu-buttons {
    display: contents;
}



.mobile-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 297px;
    height: 70px;
    padding: 0;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #DDA5C9;
    background: #DDA5C9;
    color: #fff;
    transition: background 0.3s, color 0.3s;
}

.mobile-cta-btn .btn-icon {
    display: flex;
    width: 37px;
    height: 28px;
}

.mobile-cta-btn:hover {
    background: #fff;
    color: #DDA5C9;
}

/* Common CTA Button */
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    padding: 0 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #65BAA9;
    background: #65BAA9;
    color: #fff;
    transition: background 0.3s, color 0.3s;
}

.cta-btn:hover {
    background: #fff;
    color: #65BAA9;
}

.cta-btn .btn-icon {
    display: flex;
    width: 24px;
    height: 24px;
}

.cta-btn .btn-icon svg {
    width: 100%;
    height: 100%;
}

/* Body scroll lock when menu is open */
body.menu-open {
    overflow: hidden;
}

/* ===========================================
   Responsive
   =========================================== */
@media (max-width: 1160px) {
    .header-inner {
        height: 60px;
    }

    .main-nav,
    .header-buttons {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-inner {
        /* 768px:60px → 376px:46px */
        height: clamp(46px, calc(32.5px + 3.57vw), 60px);
    }

    .site-logo a {
        /* 768px:138px → 376px:104px */
        width: clamp(104px, calc(71.5px + 8.67vw), 138px);
    }
}

@media (max-width: 1024px) {
    .mobile-menu-title {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .mobile-menu-inner {
        padding: 15px 30px 30px;
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        max-width: none;
        row-gap: 0;
        column-gap: 0;
    }

    .mobile-menu-nav {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .mobile-menu-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
    }

    .mobile-cta-btn {
        width: 100%;
    }
}

/* ===========================================
   Campaign Section
   =========================================== */
.campaign-section {
    padding: clamp(30px, 5vw, 60px) 20px;
}

.campaign-card {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(20px, 3.5vw, 40px) clamp(25px, 4vw, 50px) clamp(30px, 5vw, 60px);
    background: #fff;
    border: 2px solid #79A39C;
    border-radius: clamp(20px, 2.5vw, 32px);
    text-align: center;
}

.campaign-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(5px, 0.8vw, 10px);
    font-size: clamp(24px, 3vw, 39px);
    font-weight: 700;
    line-height: 1.6;
    color: #5BA699;
    margin: 0 0 clamp(10px, 1.5vw, 20px);
}

.campaign-title span {
    white-space: nowrap;
}

.campaign-icon-left,
.campaign-icon-right {
    width: clamp(20px, 2.5vw, 30px);
    height: auto;
}

.campaign-subtitle {
    font-size: clamp(16px, 2vw, 26px);
    font-weight: 700;
    line-height: 1.6;
    color: color-mix(in srgb, #A19E99, #000000 20%);
    margin: 0 0 clamp(15px, 2.5vw, 30px);
}

.campaign-content {
    margin-bottom: clamp(15px, 2.5vw, 30px);
}

.campaign-label-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.5vw, 20px);
    margin-bottom: clamp(10px, 1.5vw, 20px);
}

.campaign-label-wrap::before,
.campaign-label-wrap::after {
    content: '';
    flex: 1;
    height: 0;
    border-top: 1px dashed #79A39C;
}

.campaign-label {
    display: inline-block;
    padding: 4px clamp(12px, 1.5vw, 20px);
    background: #fff;
    border: 1px solid #79A39C;
    border-radius: 4px;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    line-height: 1;
    color: #5BA699;
}

.campaign-info {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #B57FA2;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .campaign-info {
        font-size: clamp(22px, 5.99vw, 26px);
    }
}

.campaign-list {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 0.8vw, 10px);
    margin-bottom: clamp(10px, 1.2vw, 15px);
}

.campaign-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 0.8vw, 10px);
}

.campaign-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(28px, 3vw, 40px);
    height: clamp(28px, 3vw, 40px);
    background: #F7DA85;
    border-radius: 50%;
    font-family: "Lobster", sans-serif;
    font-size: clamp(20px, 2.3vw, 30px);
    font-weight: 400;
    line-height: 1;
    line-height: 1;
    color: #fff;
    flex-shrink: 0;
}

.campaign-text {
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 700;
    line-height: 1.7;
    color: #5BA699;
}

.campaign-note {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #B57FA2;
    margin: 0;
}

.campaign-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 0.8vw, 10px);
    height: clamp(40px, 4.5vw, 56px);
    padding: 0 clamp(24px, 3vw, 40px);
    border: 1px solid #DDA5C9;
    background: #DDA5C9;
    border-radius: 28px;
    color: #fff;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.campaign-btn .btn-icon {
    display: flex;
    width: clamp(24px, 3vw, 37px);
    height: clamp(18px, 2.2vw, 28px);
}

.campaign-btn:hover {
    background: #fff;
    color: #DDA5C9;
}

.campaign-btn-note {
    font-size: 0.7em;
    font-weight: 400;
}

@media (max-width: 768px) {
    .campaign-title {
        /* 768px:24px → 376px:22px */
        font-size: clamp(22px, calc(20.1px + 0.51vw), 24px);
        /* 768px:38.4px(≒1.6×24px) → 376px:28.2px(≒1.28×22px) */
        line-height: clamp(28.2px, calc(18.3px + 2.61vw), 38.4px);
        color: #5BA699;
    }

    .campaign-icon-left,
    .campaign-icon-right {
        /* 768px:40px → 376px:29px */
        width: clamp(29px, calc(18.4px + 2.81vw), 40px);
    }
}

@media (max-width: 580px) {
    .campaign-section {
        width: calc(100% - 20px);
        margin: 80px auto 50px auto;
        padding: 0;
    }

    .campaign-card {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .campaign-card {
        padding: 24px 16px 30px;
    }

    .campaign-title {
        gap: 8px;
    }

    .campaign-subtitle {
        font-size: clamp(12px, 3.5vw, 16px);
    }

    .campaign-label {
        font-size: 16px;
        padding: 4px 16px;
    }

    .campaign-list li {
        justify-content: flex-start;
    }

    .campaign-num {
        width: 40px;
        height: 40px;
        font-size: 30px;
        margin-right: 10px;
    }

    .campaign-text {
        font-size: 16px;
        text-align: left;
    }

    .campaign-note {
        font-size: 10px;
        margin-bottom: 30px;
    }

    .campaign-btn {
        width: 100%;
        max-width: 320px;
        height: 70px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.05em;
        padding: 0;
        border-radius: 35px;
    }

    .campaign-btn .btn-icon {
        width: 37px;
        height: 28px;
    }
}

@media (max-width: 430px) {
    .campaign-card {
        padding: 20px 12px 24px !important;
    }

    .campaign-subtitle {
        font-size: 20px !important;
    }

    .campaign-label {
        padding: 4px 12px !important;
    }

    .campaign-list {
        margin-bottom: 20px;
    }

    .campaign-btn {
        width: 320px !important;
        max-width: 320px !important;
        height: 70px !important;
        padding: 0 !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        letter-spacing: -0.05em !important;
        border-radius: 35px !important;
    }

    .campaign-btn .btn-icon {
        width: 37px !important;
        height: 28px !important;
    }
}

/* ===========================================
   Common Banner Section
   =========================================== */
.banner-common-section {
    background: url('../images/banner-01.png') no-repeat center / cover;
    padding: clamp(50px, 5.3vw, 70px) 20px;
}

.banner-common-inner {
    max-width: 927px;
    margin: 0 auto;
}

.banner-common-card {
    padding: clamp(30px, 3.8vw, 50px) clamp(20px, 3vw, 40px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 13px;
    position: relative;
    z-index: 0;
    margin-bottom: clamp(25px, 3.8vw, 50px);
}

.banner-text-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 4px;
    background: rgba(53, 0, 36, 0.2);
    filter: blur(35px);
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.banner-common-title {
    font-size: clamp(24px, 3.5vw, 46px);
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.banner-common-text {
    font-size: clamp(14px, 1.8vw, 24px);
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.banner-common-buttons {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 1.5vw, 20px);
    flex-wrap: wrap;
}

.banner-common-buttons .cta-btn {
    width: auto;
    min-width: 297px;
    height: clamp(40px, 4.5vw, 56px);
    padding: 0 clamp(20px, 2.5vw, 30px);
    font-size: clamp(12px, 1.2vw, 16px);
    border-radius: clamp(20px, 2.2vw, 28px);
    color: #FFFDF6;
}

.banner-common-buttons .cta-btn:hover {
    color: #65BAA9;
}

.banner-common-buttons .cta-btn .btn-icon {
    width: clamp(22px, 2.4vw, 32px);
    height: clamp(16px, 1.8vw, 24px);
}

@media (max-width: 768px) {
    .banner-common-section {
        background-image: url('../images/banner-sp-02.png');
        background-size: 100%;
        background-position: top left;
    }

    .banner-text-wrap {
        margin-bottom: 40px;
    }

    .banner-common-title {
        font-size: clamp(1px, 10.64vw, 40px);
        font-weight: 700;
        line-height: 1.6;
    }

    .banner-common-card {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-common-text {
        font-size: clamp(1px, 6.38vw, 24px);
        font-weight: 700;
        line-height: 1.6;
    }

    .banner-common-buttons .cta-btn {
        width: 354px;
        height: 56px;
        border-radius: 28px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.05em;
        padding: 0;
        gap: 10px;
    }

    .banner-common-buttons .cta-btn .btn-icon {
        width: 32px;
        height: 24px;
    }

    .banner-common-buttons .cta-btn .btn-icon svg {
        width: 32px;
        height: 24px;
    }
}


/* ===========================================
   Footer
   =========================================== */
.site-footer {
    padding: clamp(40px, 4.5vw, 60px) 20px clamp(20px, 2.3vw, 30px);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 40px);
    padding-bottom: clamp(20px, 3vw, 40px);
    position: relative;
    overflow: visible;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.2vw, 15px);
}

.footer-contact {
    display: contents;
}

.footer-logo {
    width: 181px;
    margin-bottom: clamp(5px, 0.8vw, 10px);
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-address {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #30403E;
}

.footer-zip {
    margin: 0;
}

.footer-addr {
    margin: 0;
}

.footer-map-link {
    display: inline-flex;
    align-items: center;
    gap: clamp(3px, 0.4vw, 5px);
    font-size: 14px;
    font-weight: 500;
    color: #30403E;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-map-link:hover {
    opacity: 0.7;
}

.footer-map-link img {
    width: clamp(12px, 1.2vw, 16px);
    height: auto;
}

.footer-map-link span:last-child {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #65BAA9;
}

.footer-map-arrow {
    display: inline-flex;
    align-items: center;
    width: clamp(35px, 4.4vw, 57.5px);
    height: 1px;
    background: #65BAA9;
    position: relative;
    margin: 0 clamp(3px, 0.4vw, 5px);
}

.footer-map-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 1px;
    background: #65BAA9;
    transform: rotate(45deg);
    transform-origin: right center;
}

.footer-tel {
    display: inline-flex;
    align-items: center;
    gap: clamp(5px, 0.6vw, 8px);
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #65BAA9;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-tel:hover {
    opacity: 0.7;
}

.footer-tel img {
    width: clamp(15px, 1.5vw, 20px);
    height: auto;
}

.footer-hours {
    display: inline-flex;
    align-items: center;
    gap: clamp(6px, 0.8vw, 10px);
    margin: 0;
}

.footer-hours-label {
    display: flex;
    width: 48px;
    height: 17px;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    background: #5BA699;
    border-radius: 4px;
    line-height: unset;
    padding-bottom: 1px;
    justify-content: center;
    align-items: center;
}

.footer-hours-time {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #5BA699;
}

.footer-hours-note {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #5BA699;
}

@media (max-width: 768px) {
    .footer-hours-label {
        width: 52px;
        height: 20px;
        font-size: 10px;
    }

    .footer-hours-time {
        font-size: 16px;
    }

    .footer-hours-note {
        font-size: 10px;
    }
}

.footer-nav {
    display: flex;
    gap: clamp(20px, 4.5vw, 60px);
    position: relative;
}

.footer-nav::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: calc(-100% - 60px);
    height: 1px;
    background: #D9D5CD;
    z-index: 10;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 0.9vw, 12px);
}

.footer-menu li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: color-mix(in srgb, #A19E99, #000000 20%);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu li a:hover {
    color: #000000;
}

.footer-social {
    display: flex;
    gap: clamp(8px, 0.9vw, 12px);
    align-items: flex-end;
    justify-content: flex-start;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(28px, 2.7vw, 36px);
    height: clamp(28px, 2.7vw, 36px);
    transition: opacity 0.3s ease;
}

.footer-social a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(91%) sepia(5%) saturate(300%) hue-rotate(350deg) brightness(98%) contrast(90%);
    transition: filter 0.6s ease;
}

.footer-social a:hover img {
    filter: brightness(0);
}

.footer-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(15px, 3vw, 40px);
    padding-top: clamp(15px, 1.5vw, 20px);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: color-mix(in srgb, #A19E99, #000000 20%);
}

.footer-bottom-links {
    display: flex;
    gap: clamp(15px, 2.3vw, 30px);
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-links li {
    display: flex;
}

.footer-bottom-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #000000;
}

@media (max-width: 768px) {
    .site-footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-main {
        flex-wrap: wrap;
    }

    .footer-logo {
        width: 181px !important;
        height: 52px;
        display: block;
        margin-right: auto;
        margin-left: 0;
    }

    .footer-address {
        font-size: clamp(1px, 3.19vw, 12px);
        font-weight: 500;
        line-height: 1.6;
    }

    .footer-map-link {
        font-size: 18px;
    }

    .footer-map-link img {
        width: 17px;
        height: 24px;
        margin-right: 10px;
    }

    .footer-map-arrow {
        width: 57.5px;
    }

    .footer-tel {
        font-size: 24px;
        font-weight: 300;
        line-height: 1;
    }

    .footer-tel img {
        width: 22px;
        height: auto;
        margin-right: 10px;
    }

    .footer-hours-label {
        width: 48px;
        height: 14px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        margin-right: 10px;
    }

    .footer-hours-time {
        font-size: 18px;
        font-weight: 300;
        line-height: 1;
    }

    .footer-hours-note {
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
    }

    .footer-menu li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
    }

    .footer-bottom-links a {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.6;
    }

    .footer-bottom {
        display: block;
        text-align: left;
        align-items: flex-start;
    }

    .mobile-menu-list li a {
        font-size: 16px;
    }
}

.footer-copyright {
    color: inherit;
    margin: 0;
}

/* ===========================================
   Archive Section（共通）
   =========================================== */
.archive-section {
    padding: clamp(40px, 6vw, 80px) 20px;
}

.archive-container {
    max-width: 1120px;
    margin: 0 auto;
}

/* ===========================================
   Single Article（共通）
   =========================================== */
.single-section {
    padding: clamp(40px, 6vw, 80px) 20px;
    background: #FFFDF6;
}

.single-container {
    max-width: 800px;
    margin: 0 auto;
}

.single-header {
    margin-bottom: clamp(30px, 4vw, 50px);
}

.single-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.single-date {
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 300;
    color: #888;
}

.single-category {
    display: inline-block;
    padding: 4px 12px;
    background: #5BA699;
    border-radius: 4px;
    font-size: clamp(10px, 0.9vw, 12px);
    font-weight: 500;
    color: #fff;
}

.single-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.5;
    color: #30403E;
    margin: 0;
}

.single-thumbnail {
    margin-bottom: clamp(30px, 4vw, 50px);
    border-radius: 12px;
    overflow: hidden;
}

.single-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-content {
    font-size: clamp(14px, 1.3vw, 16px);
    font-weight: 400;
    line-height: 2;
    color: #333;
}

.single-content h2 {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    color: #30403E;
    margin: clamp(40px, 5vw, 60px) 0 clamp(15px, 2vw, 20px);
    padding-bottom: 10px;
    border-bottom: 2px solid #5BA699;
}

.single-content h3 {
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 700;
    color: #30403E;
    margin: clamp(30px, 4vw, 40px) 0 clamp(10px, 1.5vw, 15px);
}

.single-content p {
    margin: 0 0 1.5em;
}

.single-content ul,
.single-content ol {
    margin: 0 0 1.5em;
    padding-left: 1.5em;
}

.single-content li {
    margin-bottom: 0.5em;
}

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}

.single-content blockquote {
    margin: 1.5em 0;
    padding: 20px 25px;
    background: #f8f8f8;
    border-left: 4px solid #5BA699;
    border-radius: 0 8px 8px 0;
}

.single-content blockquote p:last-child {
    margin-bottom: 0;
}

/* ===========================================
   Page Header（共通）
   =========================================== */
.page-header {
    background: url('../images/page-title-bg.svg') no-repeat center center;
    background-size: cover;
    padding-top: clamp(120px, 15vw, 180px);
    padding-bottom: clamp(60px, 10vw, 100px);
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.page-header-inner {
    max-width: 1030px;
    margin: 0 auto;
}

.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 1vw, 12px);
}

.page-title-en {
    font-family: "Poppins", sans-serif;
    font-size: clamp(32px, 7.71vw, 107px);
    font-weight: 500;
    line-height: 1;
    color: color-mix(in srgb, #A19E99, #000000 20%);
    letter-spacing: 0.05em;
}

.page-title-ja {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 1.5vw, 16px);
    font-size: clamp(18px, 4.79vw, 26px);
    font-weight: 700;
    line-height: 1.6;
    color: #30403E;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-title-ja::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        #65BAA9 0% 75.84%,
        transparent 75.84% 82.3%,
        #65BAA9 82.3% 87.92%,
        transparent 87.92% 94.38%,
        #65BAA9 94.38% 100%
    );
}

/* ===========================================
   Breadcrumb（共通）
   =========================================== */
.breadcrumb-section {
    padding: clamp(40px, 5vw, 60px) 20px clamp(16px, 2vw, 24px);
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(8px, 1vw, 12px);
    max-width: 1120px;
    margin: 0 auto;
}

.breadcrumb-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: color-mix(in srgb, #A19E99, #000000 20%);
    text-decoration: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.breadcrumb-item:hover {
    opacity: 0.7;
}

.breadcrumb-separator {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url('../images/pan-arrow.svg') no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}

.breadcrumb-current {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: color-mix(in srgb, #A19E99, #000000 20%);
}

.single-breadcrumb {
    margin-top: 50px;
}

.column-single-breadcrumb {
    padding-top: clamp(100px, 12vw, 140px);
}

/* ===========================================
   Pagination（共通）
   =========================================== */
.navigation.pagination {
    margin-top: clamp(30px, 4vw, 60px);
    text-align: center;
}

.navigation.pagination .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #5BA699;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFDF6;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.navigation.pagination .page-numbers:hover {
    background: #5BA699;
    color: #fff;
}

.navigation.pagination .page-numbers.current {
    background: #5BA699;
    color: #fff;
    border-color: #5BA699;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    display: none;
}

.navigation.pagination .page-numbers.dots {
    border: none;
    width: auto;
    color: #A19E99;
}

.no-posts {
    text-align: center;
    font-size: 16px;
    color: #888;
    padding: 60px 0;
}

.pagination,
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: clamp(30px, 4vw, 50px);
}

.pagination .page-numbers,
.nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    background: color-mix(in srgb, #A19E99, #000000 20%);
    border: none;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #FFFDF6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.nav-links .page-numbers:hover {
    opacity: 0.8;
}

.pagination .page-numbers.current,
.nav-links .page-numbers.current {
    background: #65BAA9;
    color: #FFFDF6;
}

.pagination .page-numbers.current:hover,
.nav-links .page-numbers.current:hover {
    opacity: 1;
}

.pagination .page-numbers.dots,
.nav-links .page-numbers.dots {
    background: transparent;
    color: #A19E99;
}

.pagination .page-numbers.dots:hover,
.nav-links .page-numbers.dots:hover {
    background: transparent;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    display: none;
}

/* Post Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: clamp(40px, 5vw, 60px);
    padding-top: clamp(30px, 4vw, 40px);
    border-top: 1px solid #e0e0e0;
}

.post-navigation a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 500;
    color: #5BA699;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.post-navigation a:hover {
    opacity: 0.7;
}

.nav-previous a::before {
    content: '←';
}

.nav-next a::after {
    content: '→';
}

/* Back to List Button */
.back-to-list {
    display: flex;
    justify-content: center;
    margin-top: clamp(30px, 4vw, 50px);
}

.back-to-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 0.8vw, 10px);
    height: clamp(36px, 3.5vw, 48px);
    padding: 0 clamp(20px, 2.5vw, 32px);
    background: transparent;
    border: 1px solid #65BAA9;
    border-radius: 4px;
    font-size: clamp(14px, 1.3vw, 17px);
    font-weight: 500;
    color: #65BAA9;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.back-to-list a .btn-icon {
    display: flex;
    align-items: center;
}

.back-to-list a:hover {
    background: #65BAA9;
    color: #fff;
}

@media (max-width: 768px) {
    .page-header {
        background-image: url(../images/page-title-sp-bg.svg);
        aspect-ratio: 376 / 235;
        padding: 50px 0 0 0;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-title-en {
        font-size: clamp(40px, 10.64vw, 81px);
        font-weight: 500;
    }

    .breadcrumb-section {
        padding-top: 40px;
    }

    .column-single-breadcrumb {
        padding-top: 100px;
    }

    .post-navigation {
        flex-direction: column;
    }
}
/* ===========================================
   SP Floating CTA
   =========================================== */

.sp-floating-cta {
    display: none;
}

@media (max-width: 768px) {
    .sp-floating-cta {
        position: fixed;
        left: 2px;
        right: 2px;
        bottom: calc(5px + env(safe-area-inset-bottom));
        z-index: 9000;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 6px;
        background: rgba(255, 253, 246, 0.92);
        border: 1px solid rgba(48, 64, 62, 0.08);
        border-radius: 999px;
        box-shadow: 0 10px 30px rgba(48, 64, 62, 0.5);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(18px);
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

    .sp-floating-cta.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .sp-floating-cta__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 52px;
        padding: 10px 12px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: -0.02em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    .sp-floating-cta__btn:active {
        transform: scale(0.97);
    }

    .sp-floating-cta__btn:hover {
        opacity: 0.95;
    }

    .sp-floating-cta__btn--reserve {
        background: linear-gradient(135deg, #008DA2 0%, #00A2B9 100%);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .sp-floating-cta__btn--line {
        background: linear-gradient(135deg, #009D00 0%, #00B900 100%);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .sp-floating-cta__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .sp-floating-cta__icon svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: currentColor;
    }

    .sp-floating-cta__label {
        display: inline-block;
        white-space: nowrap;
    }

    body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 374px) {
    .sp-floating-cta {
        left: 8px;
        right: 8px;
        gap: 6px;
        padding: 6px;
    }

    .sp-floating-cta__btn {
        min-height: 48px;
        font-size: 12px;
        gap: 6px;
        padding: 8px 10px;
    }

    .sp-floating-cta__icon,
    .sp-floating-cta__icon svg {
        width: 16px;
        height: 16px;
    }
}