@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;
}