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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.toc {
	background: #e6f7f6;
	border: 3px solid #a5d6d3;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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


/* モバイルのグローバルメニューを一列3個に */
@media screen and (max-width: 768px) {
	#navi .navi-in > .menu-mobile li {
		width: 33%;
	}
	#navi .navi-in > .menu-mobile li a {
		font-size: 12px; /*場合によってフォントサイズを小さく*/
	}
}

/* アイコンフォント設定 */
#navi .fa:before{
  font-size: 1.3em; /* 大きさ */
  opacity: 0.9; /* 透明度 */
　color:#fff;/* 色 */
}

/*グローバルメニューのフォントサイズ等変更PC*/
.navi-in .menu-header .item-label{
font-size: 16px;
}

/*google　fontsからタイトルフォント設定（変える時は右側tmp-user head-insert.phpも変えること）*/
.site-name-text{
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
	}

/*サイトタイトル*/
.site-name-text {
    font-size: 50px;
}

/*ホームページの表示設定*/
body .entry-content>*:first-child {
    margin-top: .1em !important;
}
h2.top_menu {
    font-size: 1.4em;
    border-left: none;
    background-color: #f2a65a;
    color: #666;
    overflow: hidden;
    text-align: center;
    margin: 4em 0 0 !important;
}
/*padding-bottom: 10px 0 !important;
h2.top_menu:after {
    margin: .7rem auto 0;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #ffd09b;
}
*/
.page .breadcrumb,
.page .article-header,
.page .article-footer{
    display: none;
}
.widget-entry-cards {
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget-entry-cards.card-large-image .a-wrap {
    width: 48.5%;
    margin: 1em 0;
    max-width: none;
    background: white;
    padding: 10px;
}
.sidebar .widget-entry-cards.card-large-image .a-wrap {
    width: 100%;
    margin: 0;
}
.widget-entry-cards.card-large-image .a-wrap:nth-child(odd) {
    margin-right: 3%;
}
.card-content {
    padding-top: 10px;
    line-height: 1.6;
}
.widget-entry-card-date {
    text-align: right;
}
.p-button {
    max-width: 300px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:25px 0;
    padding: 0.6em 0.8em;
    border-radius: 2em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background: #D9C9B3; /* ボタンの色を変更する時はここを変更 */
    box-shadow: 0 5px 10px rgba(217, 183, 136, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow: none;
    transform: translateY(3px);
    opacity:1;
}
/*(スマホ)480px以下*/
@media screen and (max-width: 480px) {
    .widget-entry-cards.card-large-image .a-wrap {
	width: 100%;
    }
    .widget-entry-cards.card-large-image .a-wrap:nth-child(odd) {
 	margin-right: 0;
    }
}

/*見出しスタイルの変更*/
/*.article h1 {
    margin: 5px 0;
    padding: 20px 25px;
    background-color: #ffd09b;
    color: #fff;
    font-size: 22px;
    border-radius: 0.5em;
}*/

.article h2 {
	margin: 60px 0 25px;
    padding: 20px 25px;
    background-color: #f2a65a;
    font-size: 22px;
	color: #ffffff;
    border-radius: 0.5em;
}

.article h3 {
    padding: 15px 20px 11px;
    background-color: #fcf0e3;
    border-color: #fcc07c;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #f2a65a;
    border-left: none;
}

.article h4 {
	border-left: 6px solid #f2a65a;
}

/*ヘッダースタイルの変更*/
.header-container {
    color: #fff;
    background-color: #f2a65a;
}

.header-container .navi {
    background-color: #f2a65a;
}

/*フッダースタイルの変更*/
.footer {
    padding-top: 30px;
    padding-bottom: 35px;
    color: #fff;
    background-color: #f2a65a;
}

/*右サイドバー見出しスタイルの変更*/
.sidebar h2, .sidebar h3 {
    padding: 10px;
    color: #fff;
    background-color: #f2a65a;
    border: none;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0.5em;
}

/*プロフィール欄スタイルの変更*/
.author-box {
    border: 1px solid #f2a65a;
}

/*プルダウンスタイルの変更*/
select {
    font-size: 16px;
    border: 2px solid #f2a65a;
    border-radius: 0.5em;
}

/*プロフィールSNSアイコンスタイルの変更*/
.author-box .sns-follow-buttons a.follow-button {
    color: #ffd09b;
    border: 1px solid #f2a65a;
}

/*右サイドバートマ子文字スタイルの変更*/
a {
    color: #70706f;
}

/*トップ移動ボタンスタイルの変更*/
.go-to-top-button {
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #f2a65a;
    border-radius: 50%;
    transition: all 0.3s;
}

/*ブログ内目次スタイルの変更*/
.toc {
    background: #fcf0e3;
    border: 3px solid #ebb67a;
}

/*内部リンクスタイルの変更*/
.a-wrap .blogcard {
    border-color: #f2a65a;
}

.blogcard-label {
    background-color: #f2a65a;
}

/*リンク選択時の色アクションを変更*/
.a-wrap:hover {
	background-color: #fcf8f2;
}

/*新着記事の幅を揃えた*/
.widget-entry-cards .a-wrap {
	width: 100%;
}

/*検索欄の変更*/
.search-edit, input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select {
    border: 2px solid #fcc07c;
}

/*コメント欄の変更*/
.pagination-next-link, .comment-btn {
    color: #fcc07c;
    border: 1px solid #fcc07c;
}

/*画面下、アーカイブや最近の記事のリンク選択時の色アクションを変更*/
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
    background-color: #fcf8f2;
}
/*コメント欄の色アクションを変更*/
.pagination-next-link:hover, .comment-btn:hover {
    background-color: #fcf8f2;
	color: #fcc07c;
}
/*ページ上部への矢印アイコンの色アクション変更*/
.go-to-top-button:hover {
	color: #fff;
	background-color: #fabd78;
}
/*スマホベーじ番号の色*/
.pagination .current {
    background-color: #fcc07c;
}
.page-numbers {
    color: #fcc07c;
    border: 1px solid #fcc07c;
}

