/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/


/* ===== 国語教室ページ専用デザイン ===== */
.page-id-sample-page {
    background-color: #f6f1e7; /* 淡い上品ベージュ */
}

/* メインコンテンツ背景 */
.page-id-sample-page .site-content {
    background-color: rgba(255,255,255,0.85);
    max-width: 1100px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 6px;
}

/* 奥行きを出す柔らかい影 */
.page-id-sample-page .site-content {
    box-shadow:
        0 10px 30px rgba(120,110,90,0.08);
}

.page-id-sample-page {
    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(255,255,255,0.35),
            transparent 40%
        ),
        #f6f1e7;
}

body {
    font-family:
        "Noto Serif JP",
        serif;
}

h1, h2, h3 {
    font-family:
        "Noto Sans JP",
        sans-serif;
    letter-spacing: 0.05em;
}

.page-id-sample-page p {
    line-height: 2.0;
}

.page-id-sample-page {
    color: #333333;
}