/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Playfair Display', 'Noto Serif JP', serif;
    background-color: #f8f1eb;
    color: #5d4e37;
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    padding-top: 110px; /* ヘッダーが下がった分のパディングを調整 */
}

/* 画像のデフォルトスタイル */
img {
    opacity: 1;
    transition: none;
}

/* Typography */
.script-font {
    font-family: 'Dancing Script', cursive;
    font-weight: 500;
    font-style: italic;
}

/* Main Container - Mobile First (responsive width) */
.main-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f8f1eb;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Sidebar Navigation */
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    background: rgba(248, 241, 235, 0.98);
    backdrop-filter: blur(15px);
    border-right: 1px solid rgba(139, 126, 102, 0.2);
    padding: 40px 0 40px;
    z-index: 110; /* ヘッダーより上に表示してメニューが被らないように */
    transition: all 0.3s ease;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    padding-top: 120px; /* 固定ヘッダーの高さ分のパディングを追加 */
}

.nav-menu ul {
    list-style: none;
}

.nav-menu li {
    border-bottom: 1px solid rgba(139, 126, 102, 0.1);
}

.nav-menu a {
    display: block;
    padding: 15px 20px;
    color: #5d4e37;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.nav-menu a:hover,
.nav-menu a.active {
    background: rgba(196, 155, 122, 0.15);
    color: #c49b7a;
    padding-left: 30px;
    border-left: 3px solid #c49b7a;
}

/* 予約バナー広告スタイル */
.nav-menu li.reservation-item {
    margin: 15px 12px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 127, 78, 0.3) !important;
    border: 1px solid rgba(0, 195, 107, 0.3) !important;
    /* クリック領域を制限するために追加 */
    position: relative !important;
    pointer-events: none !important; /* li要素自体はクリック不可に */
}

.nav-menu li.reservation-item a {
    background: linear-gradient(135deg, #007f4e 0%, #00a55a 30%, #00c96b 60%, #00d574 100%) !important;
    color: white !important;
    padding: 16px 15px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.6px !important;
    border-radius: 12px !important;
    min-height: 50px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* クリック可能にする */
    pointer-events: auto !important;
    /* ボタンの境界を明確にする */
    position: relative !important;
    overflow: hidden !important;
}

.nav-menu li.reservation-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transition: left 0.6s ease;
}

.nav-menu li.reservation-item a:hover::before {
    left: 100%;
}

.nav-menu li.reservation-item a:hover {
    padding-left: 15px !important;
    background: linear-gradient(135deg, #006442 0%, #00874f 30%, #00a55a 60%, #00c96b 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 25px rgba(0, 127, 78, 0.4) !important;
}

/* 予約バナーの上品な装飾 */
.nav-menu li.reservation-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

@keyframes elegant-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(139, 126, 102, 0.2);
    }
    50% {
        box-shadow: 0 6px 20px rgba(139, 126, 102, 0.3);
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    background-color: #f8f1eb;
}

/* Hero Image Container */
.hero-image-container {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 450px;
    max-height: none;
    background-color: #d4c4a8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    /* レスポンシブ対応の追加 */
    aspect-ratio: 16 / 9;
    max-height: 100vh;
    margin-top: -90px; /* ヘッダーが下がった分を調整 */
}


/* 背景動画設定 - レスポンシブ対応 */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: translate(-50%, -50%);
    /* レスポンシブスケーリングの追加 */
    object-position: center center;
}

/* ヘッダーとオーバーレイを動画の上に表示 */
.hero-header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    z-index: 100;
    transition: all 0.3s ease;
    height: 70px;
}

.hero-header .logo h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 30%, #b8860b 70%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    position: relative;
}

.hero-header .logo h1::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 20%, #ffd700 50%, #daa520 80%, transparent 100%) !important;
    border: none !important;
    box-shadow: 0 0 3px rgba(212, 175, 55, 0.5);
    display: none;
}

.hero-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    color: white;
    text-align: center;
    padding: 30px 20px 80px 20px;
    z-index: 5;
    background: transparent;
}

.subtitle p {
    font-size: 0.75rem;
    color: white;
    letter-spacing: 0.5px;
    text-align: right;
    margin: 0;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Menu Course Pricing */
.course-pricing {
    display: flex;
    align-items: center;
    gap: 8px;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.8rem;
}

.current-price {
    font-weight: 600;
    color: #c49b7a;
    font-size: 0.9rem;
}

.discount-label {
    background: #e74c3c;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

/* Customer's Voice Section */
.customers-voice-section {
    background: #f8f1eb;
    padding: 40px 0;
}

.voice-item {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.voice-icon {
    flex-shrink: 0;
    text-align: center;
}

.customer-silhouette {
    width: 50px;
    height: 50px;
    background: #c49b7a;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px;
}

.customer-silhouette::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 25px;
    background: #8b7e66;
    border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
}

.customer-silhouette::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #f5e6d3;
    border-radius: 50%;
    box-shadow: 
        -6px 8px 0 -4px #5d4e37,
        6px 8px 0 -4px #5d4e37,
        0 12px 0 -6px #d4a786;
}

.customer-info {
    font-size: 0.7rem;
    color: #8b7e66;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.voice-content h3 {
    color: #8b7e66;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.voice-content p {
    color: #6b5d4a;
    font-size: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

/* Access Section Updates */
.address-info {
    text-align: center;
    margin: 20px 0;
}

.address-info p {
    color: #5d4e37;
    font-size: 0.9rem;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.google-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(135deg, #8b7e66 0%, #756954 30%, #6b5d4a 70%, #5d4e37 100%);
    color: white;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(139, 126, 102, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.google-maps-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.google-maps-btn:hover::before {
    left: 100%;
}

.google-maps-btn:hover {
    background: linear-gradient(135deg, #6b5d4a 0%, #8b7e66 30%, #756954 70%, #8b7e66 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(139, 126, 102, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
}

.google-maps-btn:hover .external-link-icon {
    transform: translate(2px, -2px);
}

.external-link-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.access-images {
    margin: 30px 0;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.access-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.access-image-container img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.access-image-container img:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 140px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 2;
    border: 3px solid white;
}

/* Products Section Update */
.products-section {
    clear: both;
    text-align: right;
    margin-top: 40px;
}

.products-section h3 {
    color: #c49b7a;
    margin: 40px 0 20px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.products-section p {
    font-size: 0.85rem;
    color: #6b5d4a;
    line-height: 1.7;
    letter-spacing: 0.3px;
    margin-top: 15px;
}

/* Specialty Section */
.specialty-section {
    clear: both;
    text-align: left;
    margin: 40px 0;
}

.specialty-image {
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    float: right;
    width: 80%;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: -20px;
}

.specialty-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.specialty-section h3 {
    color: #c49b7a;
    margin: 40px 0 20px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: left;
}

.specialty-section p {
    font-size: 0.85rem;
    color: #6b5d4a;
    line-height: 1.7;
    letter-spacing: 0.3px;
    margin: 15px 0;
    text-align: left;
}

/* Section Container */
.section-container {
    padding: 40px 20px;
    max-width: 100%;
}

.page-section-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.8rem;
    color: #8b7e66;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-style: italic;
    position: relative;
}

.page-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c49b7a, transparent);
}

/* About Section */
.about-section {
    background: white;
    text-align: center;
}

.welcome-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #5d4e37;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
}

.about-text h2 {
    font-size: 1.1rem;
    margin: 30px 0 20px;
    color: #c49b7a;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-family: 'Playfair Display', serif;
}

.about-text h3 {
    font-size: 1.1rem;
    margin: 30px 0 20px;
    color: #c49b7a;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.about-section p {
    margin: 15px 0;
    font-size: 0.85rem;
    color: #6b5d4a;
    line-height: 1.7;
    letter-spacing: 0.3px;
}

.about-image {
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    float: right;
    width: 75%;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: -20px;
}

.about-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.about-experience {
    text-align: left !important;
    clear: both;
    margin: 40px 0;
}

.about-experience h3 {
    text-align: left !important;
    color: #c49b7a;
    margin: 40px 0 20px;
}

.about-experience p {
    text-align: left !important;
    margin: 15px 0;
    font-size: 0.85rem;
    color: #6b5d4a;
    line-height: 1.7;
    letter-spacing: 0.3px;
}

.about-bottom-image {
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    float: left;
    width: 70%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: -20px;
}

.about-bottom-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

/* Service Section */
.service-section {
    background: #f8f1eb;
}

.service-item {
    margin: 40px 0;
    text-align: center;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.service-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
    color: #8b7e66;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.service-content h3 {
    font-size: 1.1rem;
    color: #5d4e37;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.service-content p {
    font-size: 0.85rem;
    color: #6b5d4a;
    line-height: 1.7;
    letter-spacing: 0.2px;
    margin: 10px 0;
}

.service-cta {
    text-align: center;
    margin: 40px 0 20px;
}

/* Menu Section */
.menu-section {
    background: white;
}

.menu-image {
    position: relative;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.menu-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.menu-label {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #8b7e66;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.menu-category {
    margin: 30px 0;
    text-align: center;
}

.menu-category h3 {
    font-size: 1.1rem;
    color: #5d4e37;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.menu-item-detailed {
    background: #f9f6f0;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.menu-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.course-name {
    font-weight: 500;
    color: #5d4e37;
    font-size: 0.9rem;
}

.course-time {
    color: #8b7e66;
    font-size: 0.85rem;
}

.course-price {
    font-weight: 600;
    color: #c49b7a;
    font-size: 0.9rem;
}

.menu-category p {
    font-size: 0.8rem;
    color: #6b5d4a;
    line-height: 1.6;
    margin-top: 15px;
    letter-spacing: 0.2px;
}

.menu-aging {
    margin: 40px 0;
}

/* FAQ Section */
.faq-section {
    background: #f8f1eb;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background: white;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f9f6f0;
}

.faq-icon {
    background: #8b7e66;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-weight: bold;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.faq-question span:nth-child(2) {
    flex: 1;
    color: #5d4e37;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.faq-toggle {
    color: #8b7e66;
    font-size: 1rem;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.faq-answer {
    padding: 0 20px 20px 52px;
    color: #6b5d4a;
    line-height: 1.7;
    display: none;
    font-size: 0.85rem;
    letter-spacing: 0.2px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

/* Access Section */
.access-section {
    background: white;
    text-align: center;
}

.map-container {
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
    width: 100%;
    height: 250px;
}

/* Contact Section */
.contact-section {
    background: #f8f1eb;
    padding-bottom: 40px; /* フッターとの間隔を追加 */
}

.contact-section .section-container {
    padding: 50px 30px 0;
    max-width: 100%;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.phone-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.phone-icon {
    font-size: 1.2rem;
    margin-right: 10px;
    color: #8b7e66;
}

.phone-details {
    text-align: left;
}

.phone-number {
    display: block;
    font-size: 1.4rem;
    color: #5d4e37;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.phone-hours {
    font-size: 0.75rem;
    color: #6b5d4a;
    letter-spacing: 0.2px;
}

/* Contact Form */
.contact-form {
    max-width: 100%;
    margin: 0;
    background: white;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    color: #5d4e37;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.required {
    background: #8b7e66;
    color: white;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    margin-left: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0ddd5;
    border-radius: 5px;
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
    letter-spacing: 0.2px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #33cc66;
}

.privacy-section {
    margin: 25px 0;
    text-align: center;
}

.privacy-title {
    color: #6b5d4a;
    font-size: 0.8rem;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.privacy-title:hover {
    color: #8b7e66;
    border-bottom: 1px solid #8b7e66;
}

.privacy-checkbox {
    margin-top: 10px;
}

.privacy-checkbox input[type="checkbox"] {
    margin-right: 6px;
}

.privacy-checkbox label {
    color: #5d4e37;
    font-size: 0.8rem;
    letter-spacing: 0.2px;
}

.submit-button {
    width: 100%;
    background: #8b7e66;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.submit-button:hover {
    background: #756954;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: #8b7e66;
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-top: 0; /* コンタクトセクションとの間の余白を削除 */
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
}

.footer-logo h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 30%, #b8860b 70%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 10px 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: relative;
}

.footer-logo h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

.footer-logo p {
    margin-bottom: 20px;
    opacity: 0.9;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
}

.social-links {
    margin: 20px 0;
}

.social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 1.1rem;
    color: white !important;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.social-links a:hover {
    transform: scale(1.2);
    opacity: 1;
}

.social-links a svg {
    fill: white !important;
    color: white !important;
}

.footer-links {
    margin: 20px 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.75rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    display: inline-block;
    letter-spacing: 0.2px;
}

.footer-links a:hover {
    opacity: 1;
}

.copyright {
    margin-top: 15px;
    opacity: 0.8;
    font-size: 0.7rem;
    letter-spacing: 0.2px;
}

/* Responsive Design - PC View */
@media (min-width: 768px) {
    .sidebar {
        left: 0 !important;
        display: block !important;
        transition: left 0.3s ease;
    }
    
    .sidebar.closed {
        left: -280px !important;
    }
    
    body {
        background: linear-gradient(135deg, #f8f1eb 0%, #f0e6d6 100%);
        padding: 20px;
        padding-top: 110px; /* 固定ヘッダー + 余白 */
        display: flex;
        justify-content: center;
        min-height: 100vh;
        transition: padding-left 0.3s ease;
    }

    body.sidebar-open {
        padding-left: 300px;
    }

    .main-container {
        max-width: 390px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        overflow: hidden;
        background: #f8f1eb;
        position: relative;
        min-height: auto;
        flex: none;
        transition: margin-left 0.3s ease;
        margin-top: 0; /* PCではメインコンテナのマージンをリセット */
    }

    .main-container.sidebar-closed {
        margin-left: 0;
    }

    .hero-header {
        padding: 20px 30px;
    }

    .logo h1 {
        font-size: 2rem;
    }

    .subtitle p {
        font-size: 0.8rem;
    }

    .hero-image-container {
        min-height: 600px;
        max-height: 800px;
        margin-top: -90px; /* PCでは少し大きめの負のマージン */
    }

    .catchphrase {
        font-size: 2rem;
    }

    .cta-button {
        width: auto;
        padding: 18px 50px;
        margin: 0;
    }

    .section-container {
        padding: 50px 30px;
    }

    .contact-section .section-container {
        padding: 50px 30px 0;
    }

    .legal-content {
        padding: 40px 30px;
    }
}

/* Mobile responsive for About Section images */
@media (max-width: 767px) {
    /* 全体のレイアウトをモバイル最適化 */
    body {
        padding-top: 100px; /* モバイルでヘッダーが下がった分のパディング */
    }
    
    .main-container {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
    }
    
    /* top画面でHero SectionとSecondary Sectionのみ表示 */
    .hero-image-container {
        width: 100%;
        margin: 0;
        height: 85vh;
        min-height: 450px;
        max-height: none;
        margin-top: -100px; /* モバイルでヘッダーが下がった分を調整 */
    }
    
    .hero-header {
        padding: 15px 25px; /* モバイルでは少し小さくパディング */
        height: 60px; /* モバイルでのヘッダー高さ */
    }
    
    .hero-header .logo h1 {
        font-size: 1.5rem; /* モバイルではロゴを少し小さく */
    }
    
    .secondary-section {
        min-height: 30vh;
    }
    
    .about-image,
    .about-bottom-image {
        /* モバイルでも右寄り・左寄りを維持 */
        margin: 30px 0;
        display: block;
    }
    
    .about-image {
        float: right;
        width: 75%;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: -20px;
    }
    
    .about-bottom-image {
        float: left;
        width: 70%;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: -20px;
    }

    .about-image img,
    .about-bottom-image img {
        height: 140px;
    }

    .about-experience {
        text-align: center;
        clear: both;
    }

    .about-experience h3 {
        text-align: center;
    }

    .about-section .section-container {
        padding: 40px 20px;
    }
    
    /* CTAボタンもモバイル幅に対応 */
    .cta-button {
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 20px;
    }

    .sidebar {
        right: -100vw !important;
        left: auto !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(93, 78, 55, 0.98) !important;
        backdrop-filter: blur(15px) !important;
        border: none !important;
        box-shadow: none !important;
        display: block !important;
        transition: right 0.3s ease !important;
        padding: 0 !important;
        top: 0 !important; /* 固定ヘッダーに合わせて調整 */
        z-index: 110 !important; /* ヘッダーより上に表示 */
    }
    
    .sidebar.active {
        right: 0 !important;
    }
    
    /* モバイル時のメニュー項目のスタイル調整 */
    .sidebar .nav-menu a {
        color: white !important;
        padding: 12px 20px !important;
        font-size: 1rem !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
    
    .sidebar .nav-menu a:hover {
        background: rgba(255,255,255,0.1) !important;
        color: white !important;
        border-left: none !important;
        padding-left: 20px !important;
    }
    
    /* モバイル版の予約ボタンスタイル */
    .nav-menu li.reservation-item {
        margin: 15px 12px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 127, 78, 0.3) !important;
        border: 1px solid rgba(0, 195, 107, 0.3) !important;
        /* クリック領域を制限するために追加 */
        position: relative !important;
        pointer-events: none !important; /* li要素自体はクリック不可に */
    }
    
    .nav-menu li.reservation-item a {
        background: linear-gradient(135deg, #007f4e 0%, #00a55a 30%, #00c96b 60%, #00d574 100%) !important;
        color: white !important;
        padding: 16px 15px !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        letter-spacing: 0.6px !important;
        border-radius: 12px !important;
        min-height: 50px !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* クリック可能にする */
        pointer-events: auto !important;
        /* ボタンの境界を明確にする */
        position: relative !important;
        overflow: hidden !important;
    }
    
    .nav-menu li.reservation-item a:hover {
        padding-left: 15px !important;
        background: linear-gradient(135deg, #006442 0%, #00874f 30%, #00a55a 60%, #00c96b 100%) !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 8px 25px rgba(0, 127, 78, 0.4) !important;
    }
    
    /* メインコンテナの左マージンを削除 */
    .main-container {
        margin-left: 0 !important;
    }

    .sidebar-header {
        display: flex !important;
        padding-top: 80px; /* 固定ヘッダーの下に表示 */
    }

    .specialty-image {
        float: right;
        width: 75%;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: -20px;
    }

    .specialty-image img {
        height: 140px;
    }

    /* Contact UI モバイル対応 */
    .contact-ui-section {
        padding: 30px 15px;
    }

    .contact-ui-title {
        font-size: 1.1rem;
        margin-bottom: 20px;
        letter-spacing: 0.6px;
    }

    .contact-buttons {
        gap: 10px;
        margin-bottom: 20px;
    }

    .contact-btn {
        padding: 14px 20px;
        font-size: 0.95rem;
        letter-spacing: 0.5px;
    }

    .benefits-grid {
        gap: 12px;
        margin-top: 18px;
        max-width: 240px;
    }

    .benefit-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 5px;
    }

    .yen-symbol {
        font-size: 0.75rem;
        top: 3px;
        left: 6px;
    }

    .zero {
        font-size: 1.1rem;
        margin-left: 3px;
    }

    .benefit-text {
        font-size: 0.6rem;
        letter-spacing: 0.1px;
        line-height: 1.0;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-item,
.menu-category,
.faq-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scroll padding */
section {
    scroll-margin-top: 80px;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #33cc66 0%, #28a745 100%);
    color: white;
    padding: 18px 50px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.4s ease;
    letter-spacing: 1.5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 0 20px;
    box-shadow: 0 8px 25px rgba(51, 204, 102, 0.4);
    position: relative;
    overflow: hidden;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(51, 204, 102, 0.6);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Hero Overlay CTA Button */
.hero-overlay .cta-button {
    width: auto;
    margin: 0;
    padding: 18px 50px;
    min-width: 280px;
}

/* Contact UI Section */
.contact-ui-section {
    background: linear-gradient(145deg, #1a252f 0%, #2c3e50 50%, #34495e 100%);
    color: white;
    padding: 35px 20px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.contact-ui-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        linear-gradient(145deg, transparent 0%, rgba(212, 175, 55, 0.03) 50%, transparent 100%);
    pointer-events: none;
}

.contact-ui-container {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-ui-title {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #f8f9fa;
    letter-spacing: 0.8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', serif;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.contact-btn {
    display: block;
    padding: 16px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.contact-btn:hover::before {
    left: 100%;
}

.email-btn {
    background: linear-gradient(135deg, #d4af37 0%, #f1c40f 50%, #d4af37 100%);
    color: #2c3e50;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.email-btn:hover {
    background: linear-gradient(135deg, #b8956a 0%, #d4af37 50%, #b8956a 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.line-btn {
    background: linear-gradient(135deg, #00B300 0%, #00D300 50%, #00B300 100%);
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.line-btn:hover {
    background: linear-gradient(135deg, #009300 0%, #00B300 50%, #009300 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 179, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.benefits-grid {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    min-width: 65px;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-3px);
}

.benefit-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.yen-symbol {
    font-size: 0.75rem;
    font-weight: 700;
    color: #2c3e50;
    position: absolute;
    top: 3px;
    left: 6px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.zero {
    font-size: 1.1rem;
    font-weight: 900;
    color: #2c3e50;
    margin-left: 3px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.credit-icon, .cashback-icon {
    font-size: 1.5rem;
}

.card-icon, .money-icon {
    font-size: 1.8rem;
}

.benefit-text {
    font-size: 0.6rem;
    color: #f8f9fa;
    text-align: center;
    line-height: 1.0;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 1px;
}

/* About Section specific container */
.about-section .section-container {
    padding: 40px 15px;
    max-width: 100%;
    overflow: hidden;
}

/* Sidebar header */
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(139, 126, 102, 0.1);
}

.sidebar-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 30%, #b8860b 70%, #daa520 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.sidebar-header h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

.close-menu {
    background: none;
    border: none;
    color: #8b7e66;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.close-menu:hover {
    background: rgba(139, 126, 102, 0.1);
    color: #5d4e37;
    transform: scale(1.1);
}

/* SEO最適化のための要素スタイリング */
mark {
    background-color: rgba(196, 155, 122, 0.2);
    color: #5d4e37;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 500;
}

em {
    font-style: italic;
    color: #8b7e66;
    font-weight: 500;
}

strong {
    color: #5d4e37;
    font-weight: 600;
}

/* Address要素のスタイリング */
address {
    font-style: normal;
    line-height: 1.8;
}

address p {
    margin: 8px 0;
}

/* フォームのアクセシビリティ改善 */
.form-group small {
    display: block;
    margin-top: 5px;
    font-size: 0.75rem;
    color: #8b7e66;
    font-style: italic;
}

#submit-help {
    text-align: center;
    margin-top: 10px;
    color: #6b5d4a;
}

/* 画像のパフォーマンス最適化 */
img[loading="lazy"] {
    transition: opacity 0.3s ease;
}

/* アクセシビリティ向上 */

/* Skipリンク（将来的に追加する場合） */
.skip-link {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    background: #8b7e66;
    color: white;
    padding: 0 !important;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    /* より確実に隠す */
    visibility: hidden !important;
    opacity: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    margin: -1px !important;
}

.skip-link:focus {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    clip: auto !important;
    white-space: normal !important;
    padding: 8px !important;
    margin: 0 !important;
    border: 2px solid #8b7e66 !important;
}

/* モバイル時のスキップリンク完全非表示 */
@media (max-width: 767px) {
    .skip-link {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
    
    .skip-link:focus {
        display: block !important;
        position: fixed !important;
        top: 10px !important;
        left: 10px !important;
        z-index: 9999 !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
    }
}

/* ソーシャルアイコン用 */
.social-icon,
.x-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

/* Legal Pages Styles */
.legal-content {
    background: white;
    padding: 40px 20px;
    min-height: 100vh;
}

/* ハンバーガーメニューボタン */
.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 25px;
    height: 25px;
    justify-content: space-around;
    z-index: 101; /* 固定ヘッダーより上に表示 */
    transition: opacity 0.3s ease;
}

/* PC画面でサイドバーが開いている時はハンバーガーを隠す */
@media (min-width: 768px) {
    .hamburger {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    
    .hamburger.sidebar-closed {
        opacity: 1;
        pointer-events: auto;
    }
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #b8860b, #cd853f, #a0712d);
    border-radius: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.legal-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.legal-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #8b7e66;
    padding-bottom: 20px;
}

.legal-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #5d4e37;
    margin-bottom: 10px;
}

.legal-subtitle {
    color: #8b7e66;
    font-size: 0.9rem;
}

.legal-section {
    margin: 25px 0;
}

.legal-section h2 {
    font-size: 1.1rem;
    color: #5d4e37;
    margin-bottom: 12px;
    border-bottom: 1px solid #8b7e66;
    padding-bottom: 5px;
}

.legal-section p, .legal-section ul {
    line-height: 1.7;
    color: #6b5d4a;
    margin-bottom: 12px;
    font-size: 0.85rem;
}

.legal-section ul {
    padding-left: 20px;
}

.back-link {
    text-align: center;
    margin-top: 30px;
}

.back-link a {
    color: #8b7e66;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #8b7e66;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.back-link a:hover {
    background: #8b7e66;
    color: white;
}

/* ヘッダーのスタイル調整 */
.legal-page-header {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
    color: white;
}

/* PC時のサイドバー表示 */
@media (min-width: 768px) {
    .legal-content {
        padding: 40px 30px;
    }
}

/* メインページ用のヒーローヘッダー（オーバーライド） */
.hero-section .logo h1::after {
    display: none;
}

/* ======================================
   予約ページ専用スタイル
   ====================================== */

.reservation-intro {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}

.reservation-intro h2 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.line-section {
    background: linear-gradient(135deg, #00C300 0%, #00A300 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 15px;
    margin: 60px 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 195, 0, 0.15);
}

.line-section h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: white;
    font-weight: 500;
}

.qr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
}

.qr-code {
    width: 280px;
    height: 280px;
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.line-add-button {
    background-color: rgba(255,255,255,0.1);
    color: white;
    padding: 12px 25px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.line-add-button:hover {
    background-color: white;
    color: #00C300;
    border-color: white;
    transform: translateY(-1px);
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
    margin: 50px 0;
}

.reservation-notes {
    margin: 50px 0;
    padding: 0;
}

.reservation-notes h3 {
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.reservation-notes h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #d4a574;
    margin: 10px auto 0;
}

.reservation-notes ul {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.reservation-notes li {
    margin-bottom: 15px;
    padding: 15px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.7;
    font-size: 0.95rem;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.reservation-notes li:last-child {
    border-bottom: none;
}

.reservation-notes li:before {
    content: "・";
    position: absolute;
    left: 8px;
    color: #d4a574;
    font-weight: bold;
    font-size: 1.2rem;
}

.info-section {
    margin: 40px 0;
    padding: 0;
}

.info-section h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f9fa;
}

.info-item {
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    padding-left: 15px;
    position: relative;
}

.info-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: #d4a574;
    border-radius: 50%;
}

.form-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: 60px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-section h3 {
    color: #2c3e50;
    margin-bottom: 35px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
}

.form-section h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #d4a574 0%, #c9a96e 100%);
    margin: 15px auto 0;
    border-radius: 2px;
}

.form-section .form-group {
    margin-bottom: 25px;
}

.form-section .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.95rem;
}

.form-section .form-group input,
.form-section .form-group select,
.form-section .form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: white;
}

.form-section .form-group input:focus,
.form-section .form-group select:focus,
.form-section .form-group textarea:focus {
    outline: none;
    border-color: #d4a574;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
    transform: translateY(-1px);
}

.form-section .form-group.half {
    display: flex;
    gap: 20px;
}

.form-section .form-group.half > div {
    flex: 1;
}

.form-section .form-group.date-time {
    display: block;
    margin-bottom: 25px;
}

.form-section .form-group.date-time .date-input,
.form-section .form-group.date-time .time-select {
    margin-bottom: 15px;
}

.form-section .form-group.date-time .date-input label,
.form-section .form-group.date-time .time-select label {
    text-align: left;
}

.form-section .form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-button {
    background: linear-gradient(135deg, #d4a574 0%, #c9a96e 100%);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(212, 165, 116, 0.4);
    background: linear-gradient(135deg, #c9a96e 0%, #b8956a 100%);
}

.submit-button:active {
    transform: translateY(0);
}

/* 予約ページのレスポンシブ対応 */
@media (max-width: 768px) {
    .form-section .form-group.half {
        flex-direction: column;
        gap: 20px;
    }

    .form-section .form-group.date-time {
        display: block;
        margin-bottom: 25px;
    }

    .form-section .form-group.date-time .date-input,
    .form-section .form-group.date-time .time-select {
        margin-bottom: 15px;
    }

    .qr-code {
        width: 240px;
        height: 240px;
    }
    
    .line-section {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .form-section {
        padding: 30px 20px;
        margin-top: 40px;
    }
}

/* SEO強化のための追加スタイル */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #8b7e66;
    color: white;
    padding: 8px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 6px;
}

/* 新しい導入セクションのスタイル */
.section-intro,
.price-intro,
.voice-intro,
.faq-intro {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(196, 155, 122, 0.05);
    border-radius: 8px;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* 特徴ポイントのスタイル */
.specialty-points,
.service-benefits,
.course-benefits {
    margin-top: 20px;
    padding: 20px;
    background: rgba(248, 241, 235, 0.8);
    border-radius: 8px;
    border-left: 4px solid #c49b7a;
}

.specialty-points h4,
.service-benefits h4,
.course-benefits h4 {
    color: #8b7e66;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.specialty-points ul,
.service-benefits ul,
.course-benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.specialty-points li,
.service-benefits li,
.course-benefits li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.specialty-points li:before,
.service-benefits li:before,
.course-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c49b7a;
    font-weight: bold;
    font-size: 1.2rem;
}

/* CTAボタン注釈のスタイル */
.cta-note {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #8b7e66;
    font-style: italic;
}

/* 構造化データで見えない要素 */
/* cspell:disable-next-line */
meta[itemprop] {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .section-intro,
    .price-intro,
    .voice-intro,
    .faq-intro {
        padding: 15px;
        font-size: 1rem;
    }
    
    .specialty-points,
    .service-benefits,
    .course-benefits {
        padding: 15px;
    }
}

/* LINE診断ポップアップスタイル */
.line-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.line-popup-overlay.show {
    display: flex;
}

.line-popup-container {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp 0.4s ease;
}

.line-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    color: #666;
    font-weight: bold;
}

.line-popup-close:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.line-popup-header {
    background: #00C300;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

.line-popup-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.line-popup-content {
    padding: 40px 25px 30px;
    text-align: center;
}

.line-popup-question {
    margin-bottom: 25px;
    line-height: 1.4;
}

.diet-text {
    font-size: 2.2rem;
    font-weight: 900;
    color: #2c3e50;
    margin-bottom: 8px;
    text-decoration: underline;
    text-decoration-color: #e74c3c;
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.plan-text {
    font-size: 1.3rem;
    color: #34495e;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.failure-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: #e74c3c;
    position: relative;
    text-shadow: 1px 1px 3px rgba(231, 76, 60, 0.3);
    letter-spacing: 0.5px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.line-popup-image {
    margin: 25px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.line-popup-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.line-popup-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.line-popup-btn {
    flex: 1;
    padding: 18px 20px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.yes-btn {
    background: #e74c3c;
    color: white;
}

.yes-btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
}

.no-btn {
    background: #95a5a6;
    color: white;
}

.no-btn:hover {
    background: #7f8c8d;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(149, 165, 166, 0.4);
}

/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* モバイル対応 */
@media (max-width: 768px) {
    .line-popup-container {
        width: 95%;
        margin: 0 10px;
    }
    
    .line-popup-content {
        padding: 30px 20px 25px;
    }
    
    .line-popup-buttons {
        flex-direction: column;
        gap: 12px;
        margin-top: 25px;
    }
    
    .line-popup-btn {
        padding: 16px;
        font-size: 1.1rem;
    }
    
    .diet-text {
        font-size: 1.8rem;
        margin-bottom: 6px;
    }
    
    .plan-text {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .failure-text {
        font-size: 1.5rem;
    }
    
    .line-popup-image img {
        height: 160px;
    }
}

.credit-icon, .cashback-icon {
    font-size: 1.5rem;
}

.document-icon {
    position: relative;
    width: 20px;
    height: 24px;
}

.document-body {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #2c3e50 0%, #34495e 100%);
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.document-body::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    width: 5px;
    height: 5px;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    transform: skew(-45deg);
    border-top-right-radius: 1px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.document-check {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    color: #00D300;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hand-money-icon {
    position: relative;
    width: 24px;
    height: 20px;
}

.hand-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 10px;
    background: linear-gradient(145deg, #2c3e50 0%, #34495e 100%);
    border-radius: 6px 6px 2px 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hand-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 2px;
    height: 6px;
    background: linear-gradient(145deg, #2c3e50 0%, #34495e 100%);
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hand-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    right: 2px;
    width: 2px;
    height: 6px;
    background: linear-gradient(145deg, #2c3e50 0%, #34495e 100%);
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.money-flow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d4af37 0%, #f1c40f 50%, #d4af37 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
    color: #2c3e50;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.money-flow::before {
    content: '¥';
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* モバイル向けの動画最適化 */
@media (max-width: 768px) {
    .hero-image-container {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        aspect-ratio: 9 / 16; /* モバイル向けアスペクト比 */
    }
    
    .hero-video {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

/* タブレット向けの最適化 */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-image-container {
        height: 90vh;
        min-height: 500px;
        aspect-ratio: 16 / 10;
    }
}

/* デスクトップ向けの最適化 */
@media (min-width: 1025px) {
    .hero-image-container {
        height: 85vh;
        min-height: 600px;
        max-height: 800px;
        aspect-ratio: 16 / 9;
    }
}

.news-list {
    margin: 40px 0;
}

.news-list-item {
    border-bottom: 1px solid #e8e0d5;
    padding: 18px 0;
}

.news-list-item:last-child {
    border-bottom: none;
}

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

.news-category {
    display: inline-block;
    background: #8b7e66;
    color: white;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.news-date {
    color: #888;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.news-list-item h4 {
    font-size: 1.15rem;
    color: #5d4e37;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.news-list-item h4 a {
    color: inherit;
    text-decoration: none;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .news-list-item {
        padding: 15px 0;
    }
    
    .news-meta {
        gap: 10px;
        margin-bottom: 12px;
    }
    
    .news-category {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
    
    .news-date {
        font-size: 0.75rem;
    }
    
    .news-date::before {
        font-size: 0.6rem;
        margin-right: 3px;
    }
    
    .news-list-item h4 {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .news-btn {
        padding: 15px 25px;
        font-size: 0.9rem;
    }
    
    .news-list-item:hover {
        transform: translateX(5px);
        padding-left: 15px;
    }
    
    .news-list-item:hover::before {
        width: 4px;
        height: 4px;
        left: 3px;
    }
}

/* News Section - ニュースセクション用スタイル */
.news-section {
    background: white;
    position: relative;
}

.news-intro {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
}

.news-intro h3 {
    font-size: 1.3rem;
    color: #5d4e37;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Playfair Display', serif;
}

.news-list {
    margin: 40px 0;
}

.news-list-item {
    border-bottom: 1px solid #e8e0d5;
    padding: 18px 0;
}

.news-list-item:last-child {
    border-bottom: none;
}

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

.news-category {
    display: inline-block;
    background: #8b7e66;
    color: white;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.news-date {
    color: #888;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.news-list-item h4 {
    font-size: 1.15rem;
    color: #5d4e37;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

.news-list-item h4 a {
    color: inherit;
    text-decoration: none;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .news-list-item {
        padding: 15px 0;
    }
    
    .news-meta {
        gap: 10px;
        margin-bottom: 12px;
    }
    
    .news-category {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
    
    .news-date {
        font-size: 0.75rem;
    }
    
    .news-date::before {
        font-size: 0.6rem;
        margin-right: 3px;
    }
    
    .news-list-item h4 {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .news-btn {
        padding: 15px 25px;
        font-size: 0.9rem;
    }
    
    .news-list-item:hover {
        transform: translateX(5px);
        padding-left: 15px;
    }
    
    .news-list-item:hover::before {
        width: 4px;
        height: 4px;
        left: 3px;
    }
}

