/*
Theme Name: Uwaki Theme
Author: OraiSaori
Version: 1.0
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    background-color: #f9fafb;
}
h1, h2, h3 {
    font-family: 'Noto Serif JP', serif;
}
.gradient-bg {
    background: linear-gradient(135deg, #1e3a8a 0%, #172554 100%);
}
.gold-accent {
    color: #b45309;
}
.marker-yellow {
    background: linear-gradient(transparent 60%, #fef08a 60%);
}
.line-green-bg {
    background-color: #06c755;
}
.line-green-text {
    color: #06c755;
}
.shadow-soft {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.scroll-table table {
    min-width: 600px;
}
@keyframes shine {
    0% { transform: translateX(-100%) skewX(-15deg); }
    100% { transform: translateX(200%) skewX(-15deg); }
}

/* 特商法ページのみ（body の Noto / 見出しの Noto Serif を上書き） */
.page-tokushou-layout {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
.page-tokushou-layout h1,
.page-tokushou-layout h2,
.page-tokushou-layout h3 {
    font-family: inherit;
}

/* プライバシーポリシーページ（page-privacy.php） */
.page-privacy-layout {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
.page-privacy-layout h1,
.page-privacy-layout h2,
.page-privacy-layout h3 {
    font-family: inherit;
}
