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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* grayish sub-menuを常に表示できるようにするコード */
.skin-grayish .navi-in[data-active=ture]>ul>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}
/*YouTube動画の中央配置*/
div.video-container{
	margin: 0px auto;
}
figure.is-provider-youtube figcaption {
	text-align: center;
}
/* Contact Form7 送信後にFormを閉じる */
form.sent p{
	display:none;
}

/* -------------------------------------
	H3 デザインカスタマイズ
	https://saruwakakun.com/html-css/reference/h-design
   ------------------------------------- */
.entry-content h3{
	border:none;
	background:none;
	padding: 0;
}
.entry-content h3 {
	position: relative;
	display: inline-block;
	padding: 0 48px;
}
.entry-content h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 36px;
	height: 1px;
	background-color: black;
}
.entry-content h3:before {
	left:0;
}
.entry-content h3:after {
	right: 0;
}
/* H4 デザインカスタマイズ */
.entry-content h4 {
	font-size: 120%;
}

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

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

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