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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.widget_categories ul li a{
	line-height: 0.5;
}
/**サイドバーの見出し装飾**/
h3.widget-title
{
		padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fceda9;/*背景色*/
	border-left: solid 15px orange;/*左線（実線 太さ 色）*/


/**ブログタイトル「尼崎市立」の文字サイズを変更**/
.top-title-text-px
{
	font-size:24px

/**モバイルメニューボタンの色を変更**/
.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:#ffcc33;
	color:#000000;
}

/**サイドバーメニュー（お知らせメニュー）**/

#slide-in-custom_html-3 a,
.widget_text.widget.widget-sidebar.widget-sidebar-standard.widget_custom_html
{
background-color:#ffffff
}

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

#header .site-name-text {
	font-size: 28px;
}

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

#header .site-name-text {
	font-size: 25px;
}

}
/*480px以下*/
@media screen and (max-width: 480px){
.header div.header-in {
min-height: 90px;
}
.header {
background-image: url(https://mizudou.jp/wp-content/uploads/2024/01/5c3d739ddfc5d85a6ce7c60f545190d7.jpg);
background-size: 100%;
background-position: center;
}
}


#header .site-name-text {
	font-size: 24px;
}

}
/* 段落の行間を詰める */
p {
  line-height: 1.2; /* 好みの行間の値に調整してください */
}