@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.page .date-tags {display:none;}
.post-date { display: none; }
.al-c{text-align:center!important;}
.small{font-size:80%;}
.big{font-size:120%;}
.big2{font-size:140%;}
a:hover img{opacity:0.5;}

/*■グローバルナビ--------------*/
.navi-in a:hover{
	background: #cfe2e6!important;
	border-left:5px solid #ffec47;
	text-decoration:none;
}


/*サイドバーコンテンツ*/
/*教室テーマ*/
.theme1{background:#e9ffff;border:2px solid #a4d5bd;border-radius:10px;padding:0px 10px 10px 10px;}
.theme1 h3{background:#e9ffff;border-bottom:dotted 3px #f8c3a2;color:#726250;font-size:90%;}
.theme1 li{list-style-type:none;background:url(https://kankoku-ryouri.jp/hansamo/wp-content/uploads/2025/10/side-themaicon.gif)no-repeat center left;padding-left:20px;}
.theme2{background:#fef6ef;border:2px solid #fff1e6;border-radius:10px;padding:0px 10px 10px 10px;}
.theme2 h3{background:#fef6ef;border-bottom:dotted 3px #ffe2cc;color:#726250;font-size:90%;}
.theme2 li{list-style-type:none;background:url(https://kankoku-ryouri.jp/hansamo/wp-content/uploads/2025/10/side-themaicon1.gif)no-repeat center left;padding-left:20px;}

.udemy{text-align:center;padding:20px;font-size:90%;}

.book img{border:1px solid #a9a9a9;}
.booklist{margin-bottom:8px;font-size:80%;}

/*プロフィールSNSボタン全体とサイトリンクボタン*/
.author-box .sns-follow-buttons a.follow-button{font-size:30px;width:38px;height:38px;color:#fff;border:none;background-color:#839b5c;border-radius:8px;}
/*ホバー時*/
.author-box .sns-follow-buttons a.follow-button:hover{border:1px solid #839b5c;background-color:#fff;color:#839b5c;}
/*Instagram*/
.author-box .sns-follow-buttons a.instagram-button{background-color:#405de6;margin-right:20px;}
.author-box .sns-follow-buttons a.instagram-button:hover{border:1px solid #405de6;background-color:#fff;color:#405de6;}
/*YouTube*/
.author-box .sns-follow-buttons a.youtube-button{background-color:#cd201f;}
.author-box .sns-follow-buttons a.youtube-button:hover{border:1px solid #cd201f;background-color:#fff;color:#cd201f;}
/*Facebook*/
.author-box .sns-follow-buttons a.facebook-button{background-color:#3b5998;}
.author-box .sns-follow-buttons a.facebook-button:hover{border:1px solid #3b5998;background-color:#fff;color:#3b5998;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
