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

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


/*----------------------------------*/
/* アイキャッチ　ラベル非表示*/
/*----------------------------------*/
.cat-label {display:none}

/*----------------------------------*/
/* Prev,Next非表示 */
/*----------------------------------*/
.pager-post-navi {
display:none;
}

/*----------------------------------*/
/* カレンダー */
/*----------------------------------*/
/*イベントが入った週の休診日表示修正 */
.xo-event-calendar table.xo-month td {
  position: static;
}

/*イベントページの日付、カテゴリ非表示 */
.xo-event-meta-details {
	display:none;
}

/*----------------------------------*/
/* 見出しのデザイン */
/*----------------------------------*/
/*H2 */
.entry-content h2{
/*border:none;*/
background:#e9a2c3;
/*padding: 0;*/
}

/*----------------------------------*/
/* モバイルフッタ　色変更 */
/*----------------------------------*/
.mobile-footer-menu-buttons .menu-button,
.mobile-footer-menu-buttons .menu-button:hover,
.mobile-footer-menu-buttons .menu-button a,
.navi-menu-content,
.menu-drawer a,
.menu-drawer a:hover{
  background-color: #e9a2c3;
  color: white;
}

/*----------------------------------*/
/* エントリーカード日付左 */
/*----------------------------------*/
.entry-card-meta {
	display: flex;
}



/*----------------------------------*/
/* 全固定ページで非表示 */
/*----------------------------------*/
.page .entry-title {
display: none;
}

/*----------------------------------*/
/* 診療時間のご案内　下の文字のバランス */
/*----------------------------------*/
div .details{
    width: 230px;               /* 幅指定 */
    height: 90px;               /* 高さ指定 */
    text-align:  center;             /* 中央寄せ */
}

div .details span{
	margin:  5px; 
	
}
/*----------------------------------*/
/* 投稿者非表示 */
/*----------------------------------*/
/*固定ページの著者情報を消す場合*/
.page .author-info {
    display: none;
}

/*投稿ページの著者情報を消す場合*/
.post .author-info {
    display: none;
}

/*----------------------------------*/
/* アピールエリア  □非表示　　　　 */
/*----------------------------------*/
.appeal-content {
	display: none;
}


/* ブログカード日付のみ不要な場合 */
.internal-blogcard-date {
	display: none;
}

table.shinsatsu {
   table-layout: fixed;
   width: 100%;
}
table th.title {
   width: 10em   /* セルの横幅：1.8文字分 */
}

table.footer {
   table-layout: fixed;
   width: 100%;
}
table th.title {
   width: 6em   /* セルの横幅：1.8文字分 */
}
table.footer th,td{
	white-space: nowrap;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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