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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** レスポンシブパディング
************************************/
/*パディング左右2％⇒480px以下で0*/
.respo2 {
	padding: 0 2%;
}
/*パディング左右5％⇒834px以下で0*/
.respo5 {
	padding: 0 5%;
}
/*パディング左右50px⇒834px以下で25px⇒480px以下で0*/
.respo50px {
	padding: 0 50px;
}
/*パディング左右20px⇒834px以下で10px⇒480px以下で0*/
.respo20px {
	padding: 0 20px;
}



/*834px以下*/
@media screen and (max-width: 834px){
.respo5 {
	padding: 0 0;
}
.respo50px {
	padding: 0 25px;
}
.respo20px {
	padding: 0 10px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.respo2 {
	padding: 0 0%;
}
.respo50px {
	padding: 0 0;
}
.respo20px {
	padding: 0 0;
}
}

/************************************
** レスポンシブフォント
************************************/
.respo_font12 {
	font-size: 1.2em;
}
.respo_font14 {
	font-size: 1.4em;
}
.respo_font20 {
	font-size: 2.0em;
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.respo_font12 {
	font-size: 1em;
}
.respo_font14 {
	font-size: 1.1em;
}
.respo_font20 {
	font-size: 1.6em;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.respo_font20 {
	font-size: 1.5em;
}
}
/************************************
** フォント調整スタイル
************************************/
/*パディング左右0.5em*/
.pr05em{
	padding: 0 0.5em;
}
/*パディング左右1em*/
.pr1em{
	padding: 0 1em;
}
/*パディング左右2em*/
.pr2em{
	padding: 0 2em;
}
/*フォント太字20pxカラークリムゾン*/
.font-w900-s20-crimson{
    font-weight: 900;
	color: crimson ;
	font-size: 20px ;
}
.text-center{
	text-align: center;
}

/************************************
** レイアウト調整スタイル
************************************/
/*インラインブロック*/
.ib {
  display: inline-block;
}
/*表示させない*/
.ts-none {
    display: none;
}

/************************************
** アピールエリアの表示仕様変更
************************************/
.appeal {
  background-size: cover !important;
}
.appeal {
  background-repeat: no-repeat;
  background-position: center center;
}
.appeal-content .appeal-title {
    font-family: "Rounded M+ 1c", sans-serif;
	font-size: 4.0em;
	color: darkorange;
	text-shadow: 2px 2px 0 white,
		0px 2px 0 white,
		-2px 2px 0 white,
		-2px 0px 0 white,
		-2px -2px 0 white,
		0px -2px 0 white,
		2px -2px 0 white,
		2px 0px 0 white,
		3px 3px 0 white,
		0px 3px 0 white,
		-3px 3px 0 white,
		-3px 0px 0 white,
		-3px -3px 0 white,
		0px -3px 0 white,
		3px -3px 0 white,
		3px 0px 0 white,
		4px 4px 0 black,
		0 0 3px black;
}
.appeal-content {
	background:none;
	padding: 0.1em;
}
.appeal-content p {
  font-family: "Sawarabi明朝", "游明朝", serif;
}
.appeal-color {
  color: hotpink;
}
/************************************
** 壁紙デザイン
************************************/
/*ヘッダー背景*/
.bg-header {
	background-color: #FFEECA;
	background-image: url(https://nen-ei.com/site/wp-content/uploads/2025/08/bg-header.gif);
}
/*ナビゲーション背景*/
.navi {
	background-color: #fac254;
	background-image: url(https://nen-ei.com/site/wp-content/uploads/2025/10/bg_h06.gif);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*非表示⇒480px以下で表示*/
.sp1 {
	display: none;
}
/*非表示⇒834px以下で表示*/
.sp2 {
	display: none;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.custom-header-widget-area {
display: none;
}

.sp2 {
	display: block;
}
.appeal-content .appeal-title {
	font-size: 2.8em;	
	}
}

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

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

/* =====================================================
   カスタムヘッダー：PC最大300px / スマホは幅いっぱいで調整
   ===================================================== */
.custom-top-header {
  background-image: url(https://nen-ei.com/site/wp-content/uploads/2025/09/bg_header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.custom-top-header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;            /* 常に1列 */
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  gap: 16px;
  box-sizing: border-box;
}

/* 左右画像：PCは最大300pxまで、同じ比率で縮小 */
.header-logo-img,
.header-add-img {
  display: block;
  height: auto;
  flex: 1 1 0;
  max-width: 300px;
  min-width: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* --------- スマホ幅以下 --------- */
@media (max-width: 768px) {
  .custom-top-header {
    padding: 12px 0;
  }

  .custom-top-header .header-inner {
    padding: 0 10px;         /* 余白を減らす */
    gap: 6px;                /* 隙間も小さく */
  }

  .header-logo-img,
  .header-add-img {
    flex: 1 1 0;
    max-width: 45vw;         /* 画面幅の約45%ずつに制限 */
    min-width: 0;            /* ←必須：極端に小さくてもOKにしてはみ出し防止 */
  }
}



/* Cocoon標準ヘッダーを非表示 */
#header {
  display: none !important;
  margin: 0;
  padding: 0;
  height: 0;
}

.site-name-text {
  display: none !important;
}

/* =====================================================
   カスタムヘッダーウィジェット
   ===================================================== */
/*ヘッダーウィジェット*/
.custom-header-widget {
	background-color: #f4e09f;
    padding: 0 5%;
    text-align: right;       
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}
.custom-header-widget .add {
	width: 230px;
    height: auto;
	display: block;
	margin: 0;
	vertical-align: bottom;
}

.custom-header-widget-area {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1000;
}

/* =====================================================
   オリジナルスタイル　見出し サイドバー
   ===================================================== */
.ts-side {
	padding-right: 3%;
	padding-left: 3%;"
	padding-bottom: 10px ;
}
.ts-side .ts-sign {
	background-color:#FFEDC4;
	border-radius:9px;
	padding-right: 5%;
	padding-left: 5%;
}	
.ts-side .ts-sign img {
	width:100%;
	height:auto;
}	
.ts-side .ts-link {
	margin-top: 5px;
	margin-bottom: 5px;
}	

.ts-side h3 {
	margin-bottom: .5em;
	padding: 0 5px;
	border-bottom: 2px solid #edecea;
	background: #ffd3a8;
	color: #665543;
	font-size: 26px;
}
.ts-info {
	padding: 0 2%;
	margin-top: 0;
	margin-bottom: 20px;
}
.ts-info .sub-heading01 {
	color: sienna;
	background-color: #FFEDC4;
	border-bottom: 1px solid tan;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ts-info .sub-heading02 {
	color: sienna;
	border-bottom: 3px solid wheat;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ts-info ul {
	padding: 0 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.ts-menu {
	margin-top: 30px;
	margin-bottom: 20px;
}
.ts-menu .menu-title {
	border-bottom-color:#ecd595;
	border-bottom-width:5px;
	background:linear-gradient(0deg,rgb(255,213,121) 0%,rgb(255,234,158) 29%);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-left:var(--wp--preset--spacing--40)
}
.ts-menu .menu-font {
  display: block;
  line-height: 1.5;
  padding-top: 5px;
  margin-left: 5px;
  height: 42px;
  font-size: 23px ;
}
.ts-menu ul {
	padding: 0 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.ts-menu .list-font {
  line-height: 1.1;
  padding: 0.3em 0;
  list-style-type: none!important;
  display: block;
  width: 100%;
  height: 24px;
}
.ts-menu .list-font::before{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f152";
  margin-right: 0.4em;
  color: #FFCC33;   /* ブルー */
  font-size: 1.2em; /* 少し大きく */
}
/*フォント太字*/
.ts-info-style01 p{
    font-weight: 900;
	color: crimson ;
	font-size: 20px ;
}
/* =====================================================
   カスタムリスト
   ===================================================== */
.ts-list {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.ts-list li {
  line-height: 1.5;
  padding: 0.3em 0;
  list-style-type: none!important;
  display: block;
  width: 100%;
  height: 40px;
}

.ts-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f152";
  margin-right: 0.4em;
  color: #FFCC33;   /* ブルー */
  font-size: 1.2em; /* 少し大きく */
}