@charset "UTF-8";

.entry-title {
display: none;
}
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*
bg-slider {
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1000;
}
bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 15;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	position: absolute;
    top: 80%;
    left: 55%;
}
*/

/* アピールエリア内のコメントアウト */
.appeal-content {
 display: none;
}
@media screen and (max-width: 769px) {
	
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/*アピールエリアモバイル版では非表示
/*	div.appeal-in {
		display: none;
*/
	}
}

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