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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.navi{
	border-top: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
}

body{
	background-color: initial;
}

.footer{
	border-top: solid 1px #8a8a8a;
}

.page .date-tags{
	display: none;
}

/* ホーム */
.home .entry-title{
	display: none;
}
.home #toc{
	display: none !important;
}

/* アクセス */
.page-id-17 .entry-content iframe{
	width: 100%;
}
#header{
	height: auto !important;
}


/* top */
.toppage .wrap{
	width: 100%;
}
.toppage .main{
	padding: 0;
}
.slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.toppage #breadcrumb{
	display: none;
}
.toppage #content{
	margin: 0 !important;
}
.slide-show{
	height: 600px;
	overflow: hidden;
}
.slide-show div{
	height: 100%;
}



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

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

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