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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
:root {
    --cocoon-tab-label-color: #e55a9b; /* タブの背景色 */
    --cocoon-tab-label-active-color: #c08fb3; /* 選択したタブの背景色 */
}

.cocoon-block-tab .tab-content-group {
	border: none;
	margin: 5px 0px;
padding: 5px 0px;
}

/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}
/*リンク設定*/
a {
	text-decoration: none;
}

.entry-content a {
	text-decoration: none;
}

.entry-content a:hover {
	color: #b3364f;
	text-decoration: underline;
}

.toc-content a:hover {
	color: #222222;
	text-decoration : underline;
}
.eo-fullcalendar table:not(.has-border-color) th, table:not(.has-border-color) td {
border-color: #ccc; /*枠線色*/
}
.eo-fullcalendar h2 {
	font-size: 20px !important; /*タイトル年月文字サイズ*/
}

/*イベント内容*/
.eo-fullcalendar .fc-event {
	font-size: 12px !important; /*文字サイズ*/
	font-weight:bold; /*文字太さ*/
	padding: 5px 5px; /*上下左右余白*/
	text-align: center !important; /*文字位置*/
}

/*日付*/
.eo-fullcalendar .fc-day-number.fc-past, .eo-fullcalendar .fc-day-number.fc-future {
	padding: 5px 5px !important; /*上下左右余白*/
}

/*土曜日*/
.eo-fullcalendar .fc-day-header.fc-sat {
	color: #3e39b2; /*文字色*/
    background: #f2f2f2; /*背景色*/
}
.eo-fullcalendar .fc-bg .fc-sat {
    background: #fff; /*カレンダー内背景色*/
}
.eo-fullcalendar .fc-day-number.fc-sat {
	color: #3e39b2; /*日付文字色*/
}

/*日曜日*/
.eo-fullcalendar .fc-day-header.fc-sun {
	color: #ed5053; /*文字色*/
    background: #f2f2f2; /*背景色*/
}
.eo-fullcalendar .fc-bg .fc-sun {
    background: #fff; /*カレンダー内背景色*/
}
.eo-fullcalendar .fc-day-number.fc-sun {
	color: #ed5053; /*日付文字色*/
}

/*リンク設定無効*/
.eo-fullcalendar .fc-event {
    pointer-events: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	
/* モバイル時に表示したい画像のURLを設定する */
 .skin-grayish.front-top-page .container .header-container .header {
 	background-image: url(https://mochico.nagoya/wp-content/uploads/2025/06/mobiletop2.jpg);
	background-position: center center;
 }	
	
}

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

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