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

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

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

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

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

/* ==================================================================
 * ドメイン共通セクションナビ（2026-08-26）
 * 本体 / lettercodes / kabuyu を横断するための細いバー。
 * HTMLは cocoon-child-master/tmp-user/body-top-insert.php にある。
 * 3サイトで同一の定義にすること。
 * ================================================================== */
.section-switcher{
	background: #f5f6f7;
	border-bottom: 1px solid #e0e2e5;
	font-size: 13px;
}
.section-switcher ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.section-switcher li{ margin: 0; }
.section-switcher a,
.section-switcher span{
	display: block;
	padding: .55em 1.1em;
	color: #555;
	line-height: 1.4;
	text-decoration: none;
}
.section-switcher a:hover,
.section-switcher a:focus{
	background: #e9ebed;
	color: #111;
}
.section-switcher .is-current span{
	color: #111;
	font-weight: 700;
	box-shadow: inset 0 -2px 0 #0a6ebd;
}
@media (max-width: 480px){
	.section-switcher{ font-size: 12px; }
	.section-switcher a,
	.section-switcher span{ padding: .5em .7em; }
}
