@charset "UTF-8";

/*!
Theme Name: ZEZTZ
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

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

#breadcrumb .sp {
	display: inline !important;
}
#go-to-top {
	width: 50px;
	height: 86px;
}

.single h2,
.single h3,
.single h4{
	margin-top: 0;
	padding-top: 80px;
}

.single #sidebar h2 {
	padding-top: 0;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#go-to-top {
		width: 44px;
		height: 76px;
	}
	
	.header-50th input[type="search"] {
		-webkit-border-radius : 10px 0 0 10px ;
	}
}



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