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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html[lang="en-US"] body {
  background-color: #ffffff;
  color: #333;
}

/*html[lang="en-US"] body {
/*  background-color: #ffffff;
/*  color: #333;
/*  background-image: url('https://www.cozy-lives.com/wp-content/uploads/2025/07/cozy-en-background.png');
/*  background-repeat: repeat;
/*  background-size: auto;
/*  background-position: center;
/*  background-attachment: fixed;
/*}

/*html[lang="en-US"] .navi {
/*  background-color: #ffffff;
/*  border-bottom: 2px solid #264653;
/*}

/*html[lang="en-US"] .navi a {
/*  color: #b52b27;
/*}

/*html[lang="en-US"] .navi a:hover {
/*  color: #264653;
/*}

/*html[lang="en-US"] a {
/*  color: #b52b27;
/*}

/*html[lang="en-US"] a:hover {
/*  color: #264653;
/*}

/*html[lang="en-US"] .button {
/*  background-color: #b52b27;
/*  color: #fff;
/*  border: none;
/*}

/*html[lang="en-US"] .button:hover {
/*  background-color: #264653;
/*}

/*html[lang="en-US"] #main {
/*  background-color: rgba(255, 255, 255, 0.7);
/*  padding: 2rem;
/*  border-radius: 8px;
/*}

/*html[lang="en-US"] #header-container {
/*  / background-color: rgba(255, 255, 255, 0.8); /* 半透明白 */
/*  background-color: transparent;
/*}

/*html[lang="en-US"] .sns-buttons a,
/*html[lang="en-US"] .sns-buttons a span,
/*html[lang="en-US"] .sns-buttons a .social-icon,
/*html[lang="en-US"] .sns-buttons a .button-caption {
/*  color: #ffffff !important;
/*  fill: #ffffff !important;
/*}


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

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

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