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


/* 和合ホーム画面 */
#wagou-home {
  background: url('/wp-content/themes/cocoon-child/images/washi-bg.jpg') repeat;
  min-height: 100vh;
  text-align: center;
  padding: 5% 10%;
  font-family: 'Sawarabi Mincho', 'Noto Serif JP', serif;
}

.wagou-header h1 {
  font-size: 3rem;
  color: #800000; /* 臙脂 */
  text-shadow: 2px 2px 0 #f5f5dc;
}

.wagou-header .subtitle {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 2em;
}

.intro p {
  font-size: 1.1rem;
  margin-bottom: 2em;
  color: #222;
  background: rgba(255,255,255,0.8);
  padding: 1em;
  border: 2px solid #800000;
  border-radius: 8px;
}

.start-btn {
  background: linear-gradient(135deg, #800000, #c0392b);
  color: #fff;
  font-size: 1.4rem;
  padding: 1em 2em;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.2s;
}

.start-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #a52a2a, #e74c3c);
}
