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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#header .site-name-text {
    font-size: 45px;
    color: white;
    font-weight: bold;
    text-shadow: 3px 3px 3px #ba3c0e;
}
#header {
    background-color: white;
}
.header-in {
	background-image: url(https://yitocomfortable.com/wp-content/uploads/2025/06/kisaten_92A2582632-scaled.jpg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 85%;
	background-color: white;
}
.navi-in > ul {
	background-color: #af720d;
}
.item-label {
	color:white;
}
.widget-sidebar-title.widget-title {
	color: white;
    text-shadow: 2px 2px 2px #c83f3f;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
}
.footer-bottom-logo .site-name-text {
    font-size: 22px;
	color: white;
    font-weight: bold;
    text-shadow: 3px 3px 3px #ba3c0e;
}
#container {
	background-color: #fff;
}
.main {
	background-color: #f6ede5;
}
#sidebar {
	background-color: #f6ede5;
}

#header-container .navi {
	background-color: #af720d;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	#navi {
		display: none;
	}
	#header .site-name-text {
        font-size: 35px;
    }
}

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

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