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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*アイチャッチ*/
.eye-catch img {
	filter:drop-shadow(2px 4px 6px black);
}
/*ボタンユーザー補助改善*/
.search-submit {
    margin-left: 10px;
	font-size: 24px;
}	
/*ボックスメニューの色*/
.box-menu-label{
	color: #333333;
	font-weight:500;
}
.box-menu-icon{
	color: #5F374B;
}
/*CLS改善*/
img {
	width:100%;
	height:auto;
}
/*CLSの改善広告・ヘッダーの広告に#ad-slotを記述*/
#ad-slot {
	min-width: 300px; 
	min-height: 280px;
}
@media screen and (max-width: 960px) {
#ad-slot {
	min-height: 100px;
  }
}
/*ショート動画を縦型に*/
.youtube iframe {
	position: relative;
	aspect-ratio:9 /16; /* ビデオの横/縦比 */
}
.youtube .video {
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 0;
	width: 300px;   /* ビデオ横幅 */
}
/*見出し*/
.article h3 {
    border-image: linear-gradient(to right,#967cff,#ff58cc) 3%;
    font-family: serif;
    padding: 0 .5em .5em 2.5em;
    border-width: 0 0 3px 3px;
    font-style: italic;
    border-bottom: solid 2px;
    border-image-slice: 1;
    background: none!important;
    border-left: 0;
    color: #383940!important;
}
/*表*/
figure.wp-block-table table {
	border: solid #333;
    width: 100%;
}



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

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

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