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

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

/* ↓↓ヘッダー ロゴの上下の余白を変更 
.header .site-name-text img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.logo-header {
  padding: 0px 0px 0px 0px;
}

.header-in {
    flex-direction: initial;
}
.tagline {
    margin: 0;
}
.logo-image{
    padding: 0;
}*/

/*固定ページ日付非表示*/
.page .date-tags {
display: none;
}

/*===============================
	reCAPTCHA
=================================*/

.grecaptcha-badge { visibility: hidden; }
.grecaptcha-badge {
	bottom: 65px !important;
}



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

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

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

/*----------------------------------------*/

/*角丸削除*/
.main,
.index-tab-buttons .index-tab-button,
.sidebar,
.author-box
{
border-radius: 0px;
}

/*ブログカードのタイトル下の本文を消す*/
.entry-card-snippet, .related-entry-card-snippet {display: none;}

/*サイドに合わせる高さ*/
.no-scrollable-main .main {
	height: auto;
}
.no-scrollable-sidebar .sidebar {
  height: auto;
}

/*ホバー時設定*/
/*.entry-card-thumb{overflow:hidden;}
.entry-card-thumb :hover{transform:scale(1.1);transition-duration:0.2s;}*/
.entry-card-thumb :hover{
	opacity: 0.8;
	transition: all 0.3s ease;
}
.related-entry-card-wrap.a-wrap.cf :hover{
    opacity: 0.8;
	*transition: all 0.3s ease;
}

.article a:hover img {
	opacity: 0.8;
	*transition: all 0.3s ease;
}

/************************************
** サイドバー
************************************/

/* ↓↓タイトル部分 */
.sidebar h3 {
  border-radius: 0px;
  padding: 2px 0px 0px 0px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 14px;
}
/* ↑↑タイトル部分 */

/*文字サイズ*/
.sidebar {
font-size: 12px;
}

/*--ウィジェット--------------------------------------*/

/*プロフィール欄*/
.profile_sc {
	width: 100%;
	height: 100%;
	padding: 20px 20px 15px 20px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.prof_img {
    display:flex;
    justify-content:center;
}
.prof_name {
    padding: 10px 0px 0px 0px;
    display:flex;
    justify-content:center;
    font-size: 12px;
}
.prof_text {
    padding: 10px 0px 0px 0px;
    display:flex;
    justify-content:center;
    font-size: 12px;
	line-height: 18px;
}

.prof_btm {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 25px 0px 0px 0px;
}
.prof_btm_x {
    margin:0px 0px 0px 0px;
    padding: 0px 5px 5px 0px;
}
.prof_btm_x img {
    transition: opacity .3s;
}
.prof_btm_x a:hover img {
    opacity:0;
}
.prof_btm_yt {
    margin:0px 0px 0px 0px;
    padding: 0px 5px 5px 0px;
}
.prof_btm_yt img {
    transition: opacity .3s;
}
.prof_btm_yt a:hover img {
    opacity:0;
}
.prof_btm_px {
    margin:0px 0px 0px 0px;
    padding: 0px 5px 5px 0px;
}
.prof_btm_px img {
    transition: opacity .3s;
}
.prof_btm_px a:hover img {
    opacity:0;
}
.prof_btm_cp {
    margin:0px 0px 0px 0px;
    padding: 0px 5px 5px 0px;
}
.prof_btm_cp img {
    transition: opacity .3s;
}
.prof_btm_cp a:hover img {
    opacity:0;
}
.prof_btm_bo {
    margin:0px 0px 0px 0px;
    padding: 0px 5px 5px 0px;
}
.prof_btm_bo img {
    transition: opacity .3s;
}
.prof_btm_bo a:hover img {
    opacity:0;
}

.prof_btm_mail {
    margin:0px 0px 0px 0px;
    padding: 0px 5px 5px 0px;
}
.prof_btm_mail img {
    transition: opacity .3s;
}
.prof_btm_mail a:hover img {
    opacity:0;
}

.prof_banner1 {
    padding: 15px 0px 0px 0px;
    display:flex;
    justify-content:center;
    font-size: 12px;
	line-height: 18px;
}
.prof_banner2 {
    padding: 10px 0px 5px 0px;
    display:flex;
    justify-content:center;
}
.prof_banner2 img {
    transition: opacity .3s;
}
.prof_banner2 a:hover img {
    opacity:0.7;
}

/*ここまで*/

/*サイドイメージ欄*/
.sideImg_sc {
	width: 100%;
	height: 100%;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    line-height:0px;
}
.sideImg_sc p {
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
    text-align: center;
}
.sideImg_btm {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 0px 0px 15px 0px;
    margin:0px 0px 0px 0px;
}
.sideImg_btm img {
    padding: 0px 0px 0px 0px;
    transition: opacity .3s;
}
.sideImg_btm a:hover img {
    opacity:0.5;
}
/*ここまで*/

/*リンク欄*/
.link_sc {
	width: 100%;
	height: 100%;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    line-height:0px;
}
.link_sc p {
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
    text-align: center;
}
.link_btm {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
.link_btm img {
    padding: 0px 0px 7px 0px;
    transition: opacity .3s;
}
.link_btm a:hover img {
    opacity:0.5;
}
/*ここまで*/

/* ①ボックス部分 */
.search-edit, .search-box input[type="text"] {
	color: #4d4435;
	border-radius: 0px;
	outline: none;
	padding-left: 20px;
}
/* ②検索ボタン */
[type=submit].search-submit {
	top: 0;
	right: 0;
	height: 100%;
	padding: 8px 15px;
	background: #333333; 
	color: #fff; 
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 0 0px 0px 0;
	transition:0.3s;
}
/* ③検索ボタン(hover) */
@media screen and (min-width: 980px) {
	[type=submit].search-submit:hover {
		color: #fff;
		background: #6f6f6f;
		transition:0.3s;
	}
}

/*カテゴリーウィジェットの基礎のカスタマイズ*/
/*ここから*/
/*ウィジェットの各部分をrelativeに設定*/
.cf .widget_categories, .sidebar .widget_categories h3, .cf .widget_categories ul, .cf .widget_categories ul li, .cf .widget_categories a {
    position: relative;
}

.cf .widget_categories > ul > li {
	font-size: 12px;
	padding: 0 0 0 10px;
}

.cf .widget_categories a {
	margin: 3px 0;
	padding: 4px 12px;
}

.cf .widget_categories a:hover {
	background-color: transparent;
	font-weight: 600;
}

.cf .widget_categories a, .cf .widget_categories a:hover {
	transition: 0s;
}

/*下線部分*/
.cf .widget_categories > ul > li::after, .cf .widget_categories > ul > li ul::before, .cf .widget_categories > ul > li > ul li::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 1px;
}

.cf .widget_categories > ul > li::after {
	bottom: -2px;
	background-color: #ccc;
}

.cf .widget_categories > ul > li ul::before {
	top: -2px;
	background-color: transparent;
	border-top: 1px dashed #ccc;
}


.cf .widget_categories > ul > li > ul li::after {
	bottom: -2px;
	background-color: transparent;
	border-bottom: 1px dashed #ccc;
}

.cf .widget_categories > ul > li:last-child::after, .cf .widget_categories > ul > li > ul li:last-child::after {
	content: none;
}
/*ここまで*/


/*新着情報*/
/*ここから*/
.info-list-item-date {
  /*display: none;*/
}
.info-list-item-categorys {
  display: none;
}

/*文字サイズ*/
.info-list-item-content-link {
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*ここまで*/

/*--コメント欄--------------------------------------*/

/*コメント部分メール・URL削除*/
.comment-form-email, .comment-form-url, .comment-notes {
  display: none;
}

/*コメント送信ボタンの色変更*/
#submit {
  border: solid 1px #e5e5e5!important; /*枠線*/
  border-radius: 0px!important; /*角丸コーナー*/
  font-size: 14px!important; /*フォントサイズ*/
  color: #ffffff!important; /*フォントカラー*/
  background-color: #333333!important; /*背景色*/
  letter-spacing: 0px!important; /*文字間隔*/
  transition: all 0.5s ease!important; /*アニメーション*/
}
#submit:hover{
  color: #ffffff!important; /*フォントカラー*/
  background-color: #6f6f6f!important; /*背景色*/
  transition: all 0.5s ease!important; /*アニメーション*/
}

/*アバター左へ*/
.st-comment-body{
     display: grid;
     grid-template-columns: 70px 1fr;
     margin: 0;
}
 .st-comment-avatar-container{
     text-align: center;
}
 .commets-list .avatar{
     float: left;
	 margin: 0px 20px 20px 0px;
}
.st-comment-content p{
     margin: 0px 0px 0px 70px;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
  border: solid 1px #e5e5e5!important; /*枠線*/
  border-radius: 0px!important; /*角丸コーナー*/
  font-size: 14px!important; /*フォントサイズ*/
  color: #ffffff!important; /*フォントカラー*/
  background-color: #333333!important; /*背景色*/
  letter-spacing: 0px!important; /*文字間隔*/
  transition: all 0.5s ease!important; /*アニメーション*/
}

input.wpcf7-submit:hover {
  color: #ffffff!important; /*フォントカラー*/
  background-color: #6f6f6f!important; /*背景色*/
  transition: all 0.5s ease!important; /*アニメーション*/
}

.btn-submit {
    width: 100%;
    text-align: center;
}



/*youtubeのサイズ変更*/
.video-container {
max-width: 100%;
margin: 0px auto;
}
