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

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

/*ページタイトル非表示*/
.entry-title {
display: none;
}

/*本文背景の透過*/
.main {
background-color: #ffffffa8;
}

/*SNSシェアボタンの幅*/
.sns-share-buttons {
	width: 70%;
	margin: 0 auto;
}

/*保護ページの合言葉Form*/

#himitsu {
background-color: #fff;
width: 300px;
Padding: 20px;
margin: 200px auto;
border-radius: 10px;
}

#subb {
margin: 10px 0px;
  justify-content: space-between;
  align-items: center;
  color: #2285b1;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #2285b1;
border-radius: 5px;
}

#subb:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00a7ff;
}


/*!動画の大きさを調整 親からCopyしてポジションリレイティブをスタティックに変更*/
.video-container .video {
  position: static;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

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

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