@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

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


/************************************************************************
** ●島根県スキー連盟 Top stylesheet(styl.css)ファイルを共用
https://ski-shimane.org/wordpress/wp-content/themes/cocoon-child-master/style.css
Cocoon Child > tmp-user > head-insert.php で設定
************************************************************************/


/************************************************************************
** ●競技部 独自 stylesheet(styl.css)ここから下）
************************************************************************/


/************************************
** ●アピールエリア モバイル画像 
************************************/
@media screen and (max-width: 480px) {
	.appeal {
	/* background-image: url(https://ski-shimane.org/kyogibu/wordpress/wp-content/uploads/2022/09/ap_kyogibu_1200_500.jpg) !important; */
	background-image: url(https://ski-shimane.org/kyogibu/wordpress/wp-content/uploads/2025/06/ap_kyogibu_1000_820_2020622.png) !important;
	background-image: url(https://ski-shimane.org/kyogibu/wordpress/wp-content/uploads/2025/07/ap_kyogibu_1000_1200_20250717.png) !important;	
}
}
/************************************
** ●ヘッダー モバイル画像 
************************************/
/* @media screen and (max-width: 480px) {
  .site-logo-image {
    visibility: hidden;
  }
  .header {
    background-image: url(https://ski-shimane.org/kyogibu/wordpress/wp-content/uploads/2023/05/ho_sp_kyogibu20230519.png)!important;
  }
} */
/************************************
** ●各部メニュー　bottom（ボックスメニューカスタマイズ）
************************************/
.box_menu_kakubu_bottom .box-menu {
width: calc(100%/1)!important;
}
/************************************
** ●行事一覧（新着記事　競技部 行事一覧） 
************************************/
.gyouziitiran-box .new-entry-cards .display-none { /* 部行事　日付非表 */
display: none;
}