/* 共通スタイル (includes/header.phpより抽出) */

/* ベーススタイル */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
    background-color: #FFFFFF;
    color: #2C2C2C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

/* カスタムカラー */
.text-gold { color: #D4AF37; }
.bg-gold { background-color: #D4AF37; }
.border-gold { border-color: #D4AF37; }
.bg-cream { background-color: #F8F6F0; }
.bg-white { background-color: #FFFFFF; }
.text-dark { color: #2C2C2C; }
.text-medium { color: #555555; }

/* ヒーローセクション (NEWS専用) */
.hero-bg-news {
    background-color: #F8F6F0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(212, 175, 55, 0.03) 10px,
            rgba(212, 175, 55, 0.03) 20px
        );
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .hero-bg-news {
        background-attachment: fixed;
    }
}

/* ボタンデザイン */
.btn-gold {
    background: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    padding: 0.75rem 2rem; 
    font-family: 'Cormorant Garamond', sans-serif; 
    font-weight: 600; 
    letter-spacing: 0.15em;
    text-transform: uppercase; 
    position: relative; 
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 0.9rem; 
    text-align: center;
    width: 100%;
    max-width: 240px;
}
@media (min-width: 768px) {
    .btn-gold {
        width: auto;
        padding: 0.8rem 2.5rem;
        font-size: 0.95rem;
        min-width: 180px;
    }
}
.btn-gold:hover {
    background: #D4AF37;
    color: #FFFFFF;
    transform: translateY(-1px); 
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
}

/* ヘッダー用予約ボタン */
.btn-header {
    background: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    padding: 0.5rem 1.5rem;
    font-family: 'Cormorant Garamond', sans-serif; 
    font-weight: 600; 
    letter-spacing: 0.1em;
    text-transform: uppercase; 
    transition: all 0.4s ease;
    font-size: 0.9rem;
    display: inline-block;
    line-height: 1.4;
}
.btn-header:hover {
    background: #D4AF37;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(212, 175, 55, 0.15);
}

/* リンクスタイル */
.link-gold-serif {
    font-family: 'Cormorant Garamond', sans-serif; font-weight: 500;
    letter-spacing: 0.05em; color: #D4AF37; text-decoration: none;
    border-bottom: 1px solid transparent; transition: border-color 0.3s;
    font-size: 1rem;
}
.link-gold-serif:hover { border-bottom-color: #D4AF37; }

/* パンくずリスト */
.breadcrumbs {
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #666666;
}
.breadcrumbs a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}
.breadcrumbs a:hover {
    color: #D4AF37;
}
.breadcrumbs span {
    margin: 0 0.5rem;
    color: #CCCCCC;
}
.breadcrumbs .current {
    color: #2C2C2C;
}

/* アニメーション */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* モーダル */
.modal-hidden { opacity: 0; pointer-events: none; transition: all 0.3s; }
.modal-visible { opacity: 1; pointer-events: auto; }

/* 言語切替 */
.lang-switcher { display: flex; gap: 0.8rem; align-items: center; }
.lang-btn { color: #999; background: none; border: none; cursor: pointer; font-family: 'Cormorant Garamond'; font-size: 15px; padding: 0; transition: color 0.3s; }
.lang-btn.active { color: #D4AF37; font-weight: 600; }

.lang-select-wrapper { position: relative; display: inline-block; }
.lang-select { appearance: none; background-color: transparent; border: none; padding: 0.5rem 1.5rem 0.5rem 0; font-family: 'Cormorant Garamond', sans-serif; font-size: 1.1rem; font-weight: 600; color: #2C2C2C; outline: none; }
.lang-select-wrapper::after { content: ''; position: absolute; top: 50%; right: 0; width: 0.6em; height: 0.6em; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23D4AF37' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; transform: translateY(-50%); pointer-events: none; }

/* モバイルメニュー */
.mobile-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 100; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.mobile-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu { position: fixed; top: 0; right: -300px; width: 300px; max-width: 85%; height: 100%; background-color: #FFF; z-index: 110; padding: 90px 30px 40px; box-shadow: -5px 0 20px rgba(0,0,0,0.1); transition: right 0.3s ease-in-out; visibility: hidden; display: flex; flex-direction: column; gap: 1.5rem; overflow-y: auto; }
.mobile-menu.active { right: 0; visibility: visible; }
.mobile-menu a { font-size: 1.1rem; color: #2C2C2C; text-decoration: none; font-family: 'Cormorant Garamond', 'Noto Serif JP', serif; border-bottom: 1px solid #f0f0f0; padding-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; display: block; }

/* ハンバーガー */
.hamburger { display: flex; flex-direction: column; justify-content: space-around; width: 30px; height: 24px; cursor: pointer; z-index: 120; }
.hamburger span { width: 100%; height: 2px; background-color: #2C2C2C; transition: all 0.3s ease; }
.hamburger.active span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* ページネーション */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 5rem;
}
.pagination-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #2C2C2C;
    text-decoration: none;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.pagination-link:hover,
.pagination-link.active {
    border-color: #D4AF37;
    background-color: #D4AF37;
    color: #FFFFFF;
}
.pagination-dots {
    color: #999999;
    padding: 0 0.5rem;
}

@media (min-width: 1280px) {
    .hamburger { display: none; }
}
@media (max-width: 1279px) {
    .desktop-nav { display: none; }
    .lang-switcher { display: none; }
}
