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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ロゴサイズ */
.logo-image {
  padding: 20px 0 0;
}

/* 固定ページの日付＆投稿者名を非表示 */
.page .date-tags,
.author-info {
  display: none;
}
.post-date {
  display: none !important;
}

/* 見出し */
.article h4 {
  margin-bottom: 20.4px;
}

/* テーブル */
table th {
  background-color: #1e50a2;
  color: #fff;
}
.club_tbl tr td:nth-child(1) {
  width: 25%;
}
.club_tbl tr td:nth-child(2) {
  width: 15%;
}

/* キャプション */
figcaption {
  font-size: 0.777em;
  opacity: 0.8em;
  padding: 0 6px;
  text-align: center;
}
.wp-block-image figcaption {
  margin-top: 0em!important;
  margin-bottom: 1em;
}

/* 動画の横幅MAX */
.video-container {
  max-width: none;
}

/* ボックスメニューの余白除去 */
.box-menu-icon * {
  margin: 0;
  max-width: 90%;
  max-height: 90%;
}
.box-menu {
  padding: 0.5em 0;
  box-shadow: none;
}

/* カレンダー */
#ai1ec-container {
  margin: 20px 0 80px;
}
.ai1ec-pull-right {
  display: none;
}
.ai1ec-btn-toolbar {
  margin: 0 0 0 -8px;
}

/* 加入申込書のボタン */
.sdm_download_button_box_default {
  margin: 10px 0;
  text-align: center;
}
.sdm_download {
  padding: 1em;
  font-size: 1.125em;
}

/* ニュースレター */
/*.news_mailform {
  width: 80%;
  margin: 0 auto;
}
.news_btn {
  width: 50%;
  margin: 0 auto;
}*/
.mailpoet_validate_success {
  color: #5d5a56;
  width: 100%;
  font-size: 1rem;
  text-align: left;
}

/* 問い合わせ */
input[type="submit"], #bbp_reply_submit, .bp-login-widget-register-link a {
  width: 40%;
  margin: 0 1.5%;
  border-radius: 7px;
  font-size: 1rem;
}
input[type="submit"] {
  -webkit-appearance: none;
  width: 40%;
  border: 1.9px solid #e8e5e1;
  background-color: #f5f8fa;
  font-size: 1rem;
}

/* ドロワー */
.menu-drawer a {
  padding: 10px 8px;
}

/* 問い合わせ */
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 10px;
  border-radius: 5px;
  -webkit-appearance: none; 
}

/*ContactForm7カスタマイズ*/
/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
}
.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.req {
  font-size: .875em;
  padding: 5px;
  background: #d43f3a;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.unreq {
  font-size: .875em;
  padding: 5px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #3454b4;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin:0 auto;
	width: 50%;
}
.CF7_btn{
	text-align: center;
	margin-top: 20px;
}
.wpcf7-spinner{
	width: 0;
	margin: 0;
}

.CF7_mt10 {
	margin: 10px 0 0
}

/* その他 */
.mb100 {
	margin-bottom: 100px!important;
}

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

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

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