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

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




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

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

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


.content-top {
  margin: 0;
}

#smartslider3-3 {/*PC用*/
   display: block;
}

#smartslider3-4 {/*スマホ用*/
   display: none;
}

@media screen and (max-width:480px) {/*画面幅が480px以下のとき*/
   #smartslider3-3 {/*PC用*/
      display: none;
   }

    #smartslider3-4 {/*スマホ用*/
      display: block;
   }
}

.logo{
	text-align:left;
}

/* ヘッダーメニューのカスタマイズ */
.item-label {
 font-size: 15px;
 letter-spacing: 0.1px;
}
/* ヘッダーメニューのテキストにカーソルが当たった時のカスタマイズ */
.navi-in a:hover {
 background-color: transparent !important;
}
/* レスポンシブで見たときにヘッダーのロゴが上下中央に来るようにカスタマイズ */
@media screen and (max-width: 834px) {
 .header-container-in.hlt-top-menu #header .header-in {
  display: flex;
  align-items: center;
 }
}







/*ボックスメニュー*/	
.box-menu{
		padding: 0;
		min-height: 0;
	}
	
	.box-menu:hover{
		box-shadow: none;
		opacity: 0.5;
	}

.box-menu-label,
	.box-menu-description{
		display: none;
	}

.box-menu-icon *{
	margin: 0;
	max-width: 100%;
	max-height: 300px;}	

	
/*ボックスメニュー　余白つくる*/
@media screen and (min-width: 480px){
.wwa .box-menu{
	width: 22%;  /*ボックスの幅*/
	margin-right: 3%;  /*余白の幅*/
}
.box-menu:last-child{
	margin-right: 0px;
}
}

@media screen and (max-width: 769px){
.wwa .box-menu{
	width: 46%;  /*ボックスの幅*/
	margin-bottom: 3%;
	margin-left: 2%; 
	margin-right: 2%;  /*余白の幅*/
}
	
	
	
	
.page .entry-title{
  display: none;
}

	
	
/*全ての固定ページのタイトルを非表示*/
.page .entry-title{
  display: none;
}
	
	
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
  display: none;
}
	
