@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){
  /*必要ならばここにコードを書く*/
}

/* ===== のとせと絆合唱団 送信エリア ===== */

.notoseto-form__submit-area {
  padding: 38px 28px;
  background: #315f70;
  border-radius: 18px;
  text-align: center;
  color: #ffffff;
}

.notoseto-form__submit-note {
  margin-bottom: 22px;
  color: #ffffff;
}

.notoseto-form input[type="submit"] {
  min-width: 280px;
  padding: 16px 34px;
  border: none;
  border-radius: 30px;
  background: #d98258;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.notoseto-form__mail-note {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.8;
  color: #d9e0e2;
}

/* HOME2026 ヒーロー見出し */
.home-hero-title {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #183544;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.4;
  font-weight: 600;
}

/* HOME2026 日付を非表示 */
.page-id-2193 .date-tags,
.page-id-2193 .post-date,
.page-id-2193 .entry-date {
  display: none !important;
}