@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/


/************************************
** レスポンシブデザイン
************************************/

/*1023px以下*/
@media screen and (max-width:1023px){

}

/*834px以下*/
@media screen and (max-width:834px){

}

/*480px以下*/
@media screen and (max-width:480px){

}


/* ==========================================
   ひとやすみAI 共通デザイン
========================================== */

.mwai-conversation{
    border-radius:16px;
    overflow:hidden;
}

.mwai-text{
    line-height:1.9;
    font-size:16px;
}

.mwai-reply{
    border-radius:16px;
    padding:14px;
    margin-bottom:12px;
    transition:all .2s ease;
}

.mwai-reply:hover{
    transform:translateY(-2px);
}

.mwai-input textarea{
    border-radius:14px;
    font-size:16px;
}

.mwai-submit,
.mwai-button{
    border-radius:999px;
}


/* ==========================================
   固定ページ
========================================== */

.page .entry-title{
    margin:0 !important;
    padding:8px 0 !important;
    line-height:1.2;
}

.page .article-header{
    padding:10px 0 !important;
    margin-bottom:10px !important;
}


/* ==========================================
   ヘッダー画像中央のサイト名を非表示
========================================== */

#header .site-name-text{
    display:none !important;
}

/* Cocoon標準フッターを非表示 */
#footer{
	display:none !important;
}

/* ==========================================
   お役立ちリンク Ver.1
========================================== */

.hitoyasumi-help-links{
    max-width:900px;
    margin:40px auto;
}

.hitoyasumi-help-links h2{
    text-align:center;
    font-size:32px;
    margin-bottom:20px;
}

.help-message{
    text-align:center;
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

.help-card{
    background:#ffffff;
    border-radius:18px;
    padding:25px;
    margin-bottom:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.help-card h3{
    margin-top:0;
    font-size:24px;
}

.help-card p{
    font-size:17px;
    line-height:1.8;
}

.help-button{
    display:inline-block;
    margin-top:15px;
    padding:14px 24px;
    background:#6a8f5b;
    color:#fff !important;
    text-decoration:none;
    border-radius:12px;
    font-weight:bold;
    transition:.2s;
}

.help-button:hover{
    background:#557547;
    transform:translateY(-2px);
}

@media screen and (max-width:768px){

    .hitoyasumi-help-links{
        margin:20px;
    }

    .hitoyasumi-help-links h2{
        font-size:26px;
    }

    .help-card{
        padding:18px;
    }

    .help-button{
        display:block;
        text-align:center;
    }

}