/*
Theme Name: AW-Base Child
Theme URI: https://athenai-wander.com/
Author: あてさん/Antigravity/Claude
Author URI: https://athenai-wander.com/
Description: Child theme for AW-Base
Template: aw-base
Version: 1.0.0
Text Domain: aw-base-child
*/

/****ここから「あてない日々」の独自設定****/

/* HOME 投稿メタ要素非表示 (あてない日々独自) */
/* ※ header / notice-area の表示制御は AW-Base 管理画面 → 一般設定 で行う */
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info {
    display: none!important;
}

/* スケジュール表の設定 (あてない日々独自記事用) */
.cp_timeline04 {
    position: relative;
    margin: 3em auto;
    padding-bottom: 2em;
}
.cp_timeline04:before {
    position: absolute;
    top: 10px;
    left: 45px;
    width: 3px;
    height: 90%;
    content: '';
    background: #e91e63;
}
.cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
    font-family: serif;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    margin: 0;
    letter-spacing: 3px;
    color: rgba(233,30,99,0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
    position: absolute;
    top: 80%;
    left: -42px;
    width: 10px;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    border: 3px solid #e91e63;
    background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    margin-top: -30px;
    color: #880e4f;
}
.cp_timeline04 .timeline_item .desc {
    font-size: 0.8em;
    line-height: 20px;
    margin-top: 8px;
    padding-left: 20px;
    border-left: 1px solid #880e4f;
}
@media only screen and (max-width: 768px) {
    .cp_timeline04:before {
        left: 15px;
    }
    .cp_timeline04 .timeline_item .time_date .time:before {
        left: -32px;
    }
    .cp_timeline04 .timeline_item {
        margin: 0px 0px 0px 40px;
    }
    .cp_timeline04 .timeline_item .desc {
        padding-left: 0px;
        border-top: 1px solid #880e4f;
        border-left: none;
    }
}

/****ここまで「あてない日々」の独自設定****/
