@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

<meta name="viewport" content="width=device-width" />


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

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

/***********************************
複数の固定ページの日付を非表示にする
************************************/
.post-65 .date-tags {
  display: none;
}

/***********************************
ヘッダーの中のサイト名（ロゴ）を消す
************************************/
.logo-header{
  display: none;
}

/***********************************
全固定ページでタイトルを非表示にする
************************************/
.page .entry-title {
    display: none;
}

/***********************************
サイドバーのフォントサイズを変更する
************************************/
.widget-entry-card {
    font-size: 14px;
}

#sidebar {
    font-size: 14px;
}


/***********************************
アピールエリアのボタンを消す
************************************/
.appeal-content {
	display: none;
}

/************************************
** ヘッダーナビ
************************************/
/*固定*/
.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navi.fixed{
    position: fixed;
    top: 0 ;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0;
}

.first-view {
    height: 100vh;
	width: 100%;
    background-image: url(https://www.dondovision.com/wp-content/uploads/2022/10/topheader-.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  } 

/*  height: calc(100vh - 50px); */

