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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.fz-08em {
	font-size:0.8em;	
}

/*ヘッダーロゴの余白削除*/
.logo-image {
	padding: 0px
}

/*グローバルナビのサブメニュー文字をセンタリング*/
.navi-in a {
	text-align: center
}

/*グローバルナビのホバー時設定*/
.navi-in a:hover {
	background-color: #f8f4e6 !important; /*背景色なし(象牙色)*/
	text-decoration: underline /*下線*/
}

/*サイドバー見出しh3の編集*/
.sidebar h3 {
	border-bottom: none
}

/*フッター文字色*/
.footer a {
	color: #333333 !important /*黒*/
}

/*フッターホバー時設定*/
.navi-footer-in a:hover {
	background-color :#fff !important; /*背景色なし(白色)*/
	text-decoration: underline /*下線*/
}

/*記事一覧*/
/*.main {
	background-color: #fffef5 /*背景色*/
}

/*エントリーカードのデザイン*/
/*.entry-card-wrap,.widget-entry-card { 
	border-left:2px solid #f8f4e6 !important;/*背景色*/
	border-bottom:2px solid #f8f4e6 !important;/*背景色*/
}

/*サイドバー背景色*/
/*.sidebar {
	background-color: #fffef5 /*???*/
}

/*検索窓*/
.search-edit {
	border:1px solid #f8f4e6 !important; /*枠線色 象牙色*/
	font-size: 14px !important /*フォントサイズ*/
}

/*検索窓入力(フォーカス)時に枠線を付加しない*/
:focus {
    outline: none;
}

/*モバイルヘッダーメニューカスタマイズ*/
.mobile-menu-buttons .menu-button {
	background-color: #fffef5; /*背景色*/
	height: 80px; /*高さ*/
}
.mobile-menu-buttons .menu-button:hover {
	background-color: #fffef5; /*背景色*/
}

.search-menu-icon.menu-icon, 
.navi-menu-icon.menu-icon {
	color: #6f4b3e; /*アイコン色:焦茶*/
	padding-top: 5px;
}
.search-menu-caption.menu-caption,
.navi-menu-caption.menu-caption {
	display: none /*注釈なし*/
}

/*スライドインメニューを右から表示*/
.navi-menu-content{
	left: auto;
	right: 0;
	/*background-color: rgba(255,255,255,0.6);*/ /*背景色,半透明*/
	transform: translateX(101%);
	padding: 0 1em 30px; /*余白*/
}

/*スライドインメニュー内の文字設定*/
.menu-drawer a{
	font-size: 1.1em; /*文字の大きさ*/
	height: 3em  /*行の高さ*/
}

/*メニュー項目の前に"・"を追加*/
.menu-drawer a:before{
	content: "・"
}

.menu-drawer::before { /*スライドインメニューに"メニュー"と表示*/
	display: block;
	color: #6f4b3e; /*文字色 焦茶*/
	font-size: 1.6em;
	padding: 0.5em; /*余白*/
	margin-bottom: 1em;
	text-align: center;
	border-bottom: 3px dotted #b0ca71; /*苗色破線*/
	content: "メニュー"; /*表示する文字列*/
}

/*パンくずリストの色設定*/
.breadcrumb {
	color: #b0ca71;
}

/*トップへ戻るボタンの編集*/
.go-to-top-button {
	border-radius: 50%;
}

/*投稿見出しの編集*/
.article h2 {
	border-top: none; 
	border-bottom: none;
	color: #ffffff
}

.article h2:before {
    border-top: none
}

.article h2:after {
    border-bottom: none
}

.article h3 {
	border-bottom: none; /*下線なし*/
	padding: 0.5em 0.5em;/*文字の上下 左右の余白*/
	background: #f4f4f4; /*背景グレー*/
	border-left: solid 5px #b0ca71; /*左線　苗色*/
}

.article h4 {
	border-bottom: 3px solid #b0ca71 /*点線→実線,苗色*/
}

.article h5 {
	border-bottom: 3px dotted #b0ca71 /*実線→点線,苗色*/
}

/*記事フッター背景色*/
.article-footer, .entry-footer {
	background :none
}

.footer a:hover {
	background-color: #b0ca71 /*苗色*/
}

/*ブログカード 説明文(スニペット)*/
.blogcard-snippet {
	padding: 1em
}

/*タグ*/
.tag-link, .comment-reply-link {
	color: #b0ca71 /*文字色:苗色*/
}

/************************************
** 表のカスタマイズ
************************************/

/*ヘッダー*/
table th{
	background:#F3F7EB !important;
	border-color:#b0ca71 !important;
	border-width:0.5px !important;
}

/*ヘッダー*/
table td{
	border-color:#b0ca71 !important;
	border-width:0.5px !important;
}


/*SNSボタン編集*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}
/*シェアボタン*/
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 15px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}
/*フォローボタン*/
.sns-follow-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 15px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*関連記事 スタイル編集*/
.related-entry-heading, .comment-title {
	border-top: none; /*上線なし*/
	border-bottom-color: #d7d7d7; /*下線濃グレー*/
	background: #f4f4f4; /*背景グレー*/
}

/*ページ送りナビのスタイル編集*/
.pager-post-navi {
	background-color: transparent /*背景色なし*/	
}

/*コメントを書きこむボタン*/
.comment-btn {
	background-color: #f5f8fa;
	color: #6f4b3e;
	border: none;
	font-size: 0.8em;
}
.comment-btn:hover {
	background-color: #f5f8fa;
	color: #6f4b3e;
}

/*ボックスメニューのカスタマイズ*/
/*アイコンフォント色・サイズ変更*/
.box-menu-icon {
	font-size: 50px;  
}
/*タイトルのサイズ・色変更*/
.box-menu-label{
	color:#6f4b3e;　 
}

/*ボックス任意の幅*/
@media screen and (min-width: 600px){
.wwa .box-menu {
	width: calc(100%/2);　/*任意の幅*/
}
}

/*ボックスメニュー　センタリング*/
.box-menu:first-child{
    margin-left: auto;
}

/*ボックスメニュー　余白つくる*/
@media screen and (min-width: 600px){
.wwa .box-menu{
	width: 30%;  /*ボックスの幅*/
	margin-right: 10%;  /*余白の幅*/
}

/*アプリーチ新コード用CSS*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.logo-menu-button img {
		max-height: 80px !important
	}
	
	.header-in {
		display: none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/*トップへ戻るボタンの編集*/
	.go-to-top-button {
		width: 40px;
		height: 40px;
	}

}

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