/*
Theme Name: Starblossom_original-001
Theme URI: 
Description: Twenty Seventeenの子テーマ。
Author: Manus
Author URI: 
Template: twentyseventeen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starblossom_original
*/

/* 親テーマのスタイルをインポート */
@import url('../twentyseventeen/style.css');

/* カスタムスタイル */
:root {
    --main-gold-color: #e6c84c;
    --accent-green-color: #5aaa96;
    --accent-pink-color: #e87a90;
    --text-brown-color: #6a4028;
    --bg-light-color: #f9f6f0;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
    color: var(--text-brown-color);
    background-color: var(--bg-light-color);
}

.site-header {
    background-color: white;
}

.navigation-top {
    background-color: transparent;
    border: none;
}

.main-navigation a {
    color: var(--text-brown-color);
    font-weight: bold;
}

.site-content {
    padding: 0;
}

.page .panel-content .entry-title, 
.page-title, 
.single-post .entry-title {
    color: var(--text-brown-color);
    font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Yu Mincho', 'YuMincho', serif;
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    color: var(--accent-green-color);
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong {
    color: var(--accent-pink-color);
}

.site-footer {
    background-color: var(--main-gold-color);
    border-top: 5px solid var(--accent-green-color);
}

/* ストライプの区切り線 */
.stripe-divider {
    height: 20px;
    background: repeating-linear-gradient(
        -45deg,
        var(--main-gold-color),
        var(--main-gold-color) 10px,
        #f9f3d9 10px,
        #f9f3d9 20px
    );
    margin: 30px 0;
}

/* セクションタイトル */
.section-title {
    text-align: center;
    margin: 40px 0;
    font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Yu Mincho', 'YuMincho', serif;
    color: var(--text-brown-color);
}

.section-title h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 1.2em;
}

/* ボタンスタイル */
.custom-button {
    display: inline-block;
    background-color: var(--accent-green-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.custom-button:hover {
    background-color: var(--accent-pink-color);
    color: white;
}

/* スクロールトップボタン */
#wpfront-scroll-top-container {
    opacity: 0.7;
}

#wpfront-scroll-top-container:hover {
    opacity: 1;
}
