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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*カレンダー不要箇所整理*/
.toc {
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 1em 1.6em;
  display: none;
}
.tribe-events .tribe-events-header {
	display:none;
 }
.tribe-events-single-section {
	display:none;
}
.tribe-events-c-subscribe-dropdown{
	display:none;
}
#tribe-events-footer {
	display:none;
}
nav.tribe-events-calendar-list-nav {
	display:none;
}
.tribe-events-schedule {
	margin: 0px;
	padding:0px;
}
.article h2{
	margin-bottom:0;
}
.date-tags {
    display: none;
    line-height: 0.8;
    text-align: right;
    margin-bottom: 1em;
}
.entry-title, .archive-title {
    display: none;
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium {
    display: none;
    font-size: var(--tec-font-size-2);
    line-height: var(--tec-line-height-3);
}
.tribe-common .tribe-common-b1 {
    display: none;
    color: var(--tec-color-text-primary);
    font-family: var(--tec-font-family-sans-serif);
    font-size: var(--tec-font-size-2);
    font-weight: var(--tec-font-weight-regular);
    line-height: var(--tec-line-height-3);
}
.footer-meta {
    display: none;
    font-size: 0.8em;
    text-align: right;
}
.tribe-events .tribe-events-l-container {
    min-height: 600px;
    padding-bottom: var(--tec-spacer-12);
    padding-top:0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 700px;
    padding-bottom: var(--tec-spacer-14);
    padding-top:0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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