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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.post-81.date-tags,
.post-75.date-tags,
.post-03.date-tags,
.post-77.date-tags,
.post-79.date-tags{
display:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1080px){
/* 	.header .header-in {
		min-height: 390px;
	} */
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#header .site-name-text {
		font-size: 2.5rem;
	}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	#header .site-name-text {
		font-size: 1.5rem;
	}
}

/*VK Blocks設定でレイアウトが崩れるのをリセット*/
.container.cf {
    max-width: unset;
}

/*Cocoonスキン設定リセット（背景画像をブラウザ幅いっぱいにする）*/
body, .header, .appeal {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*サイトタイトルのテキスト色+テキストシャドウ*/
.header .site-name-text{
	color: #6a5050;
    text-shadow: 1px 1px 6px #cabcbc;
}

/*サイトキャッチのテキスト色*/
.tagline {
    color: #695252;
}

/*お問い合わせボタンなどボタン背景色をヘッダーに合わせた*/
.btn, .ranking-item-link-buttons a, .btn-wrap > a, .wp-block-freeform .btn-wrap > a {
    background-color: #debdcd;
}
	

