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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.yrc-shell a {
	font-size:14px;
	font-weight:bold;
}
.btn{
	border-radius:60px;
}
.yrc-video-date{
	display:none;
}
.fab.fa-youtube{
	color:#c4302b;
}
/*コンテンツ幅のカスタマイズ*/
.wrapper100{
	width:100%;
}
.wrapper100-b{
	width:100%;
	background:rgb(0,0,0,0.03);
}
.content-wrapper{
	max-width: 1200px;
	margin:0 auto !important;
	padding:3% 3%;
}
h2.dj-page{
	margin:0;
	padding:0 1em;
	background:transparent;
	text-align:center;
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-size:200%;
}
h4.pt-cv-title{
	font-size:15px;
	border:none;
	padding:9px 0;
}
.pt-cv-view .pt-cv-title{
	margin:0;
}
.pt-cv-title a{
	color:inherit;
}
.pt-cv-thumbnail{
	margin-bottom:0 !important;
}
span.terms{
	background:#e43c3c;
	color:#FFF;
	padding:0.2em 1em;
	border-radius:3px;
	font-size:80%;
}
.pt-cv-meta-fields a{
	color:#FFF;
}
.search-box, .search-menu-content .search-box {
  width: 100%;
  margin: 1em 0 2em;
  position: relative;
  display: flex;
  border-radius: 50px; /*全体を囲むボックスの角丸*/
  box-shadow:0px 4px 6px 0px #c4c4c4; /*全体を囲むボックスのシャドウ*/
	border: solid 3px #333;
}
.search-menu-content .search-box {
  box-shadow:0px 4px 6px 0px #333; /*スライドイン表示でのシャドウ*/
}
.search-edit, input[type="text"] {
  width: 80%; /*入力部分の長さ*/
  background: #fff; /*入力部分の背景色*/
  padding: 0 10px;
  border: none; /*ボーダーを消す*/
  border-radius: 50px 0 0 50px; /*左上、左下のみ角丸*/
  font-size: 16px;
}
.search-submit {
  width: 20%; /*ボタン部分の長さ*/
  background: #333; /*ボタン部分の背景色*/
  color: #fff; /*アイコンの色*/
  position: static;
  right: auto;
  top: auto;
  font-size: 20px; /*アイコンの大きさ*/
  cursor: pointer;
  line-height: 40px; /*検索窓の高さ*/
  border: none;
  border-radius: 0 50px 50px 0; /*右上、右下のみ角丸*/
  padding: 0;
}
.search-box input::placeholder {
  color: #bbb; /*プレースホルダーの色*/
}
.search-box input:focus, .search-box button:focus {
  outline: 0; /*フォーカス時の枠線を消す*/
}
h1.archive-title{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:200%;
}
.archive-title span{
	display:none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	#header-container{
		display:none;
	}
	#content-top{
		display:none;
	}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	body.public-page{
		background-repeat: no-repeat;
    background-size: inherit;
	}
}
