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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{
  display: none;
}

/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow{
  display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
		flex-direction:row-reverse;
	}
	
	li.logo-menu-button.menu-button {
		justify-content: space-between;
	}
	
	li.search-menu-button.menu-button {
		display:none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
		flex-direction:row-reverse;
	}
	
	li.logo-menu-button.menu-button {
		justify-content: space-between;
	}
	
	li.search-menu-button.menu-button {
		display:none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
		flex-direction:row-reverse;
	}
	
	li.logo-menu-button.menu-button {
		justify-content: space-between;
	}
	
	li.search-menu-button.menu-button {
		display:none;
	}
}

/*480px以下でロゴの大きさを変更*/
＠media screen and (max-width: 480px){
	width: 50px;
	max-height: none;
	margin: 2px auto 0;
}

/*ヘッダーモバイルボタン高さ変更*/
.serch-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 50px;
	padding-top: 5px;
}

/* エントリーカード横に並べる */
.widget-entry-cards.card-large-image .a-wrap {
	width:32.5%;
	height:auto;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.widget-entry-cards.card-large-image .a-wrap {
		width:49%;
		display: inline-flex;
}

@media screen and (max-width: 480px) {
	.widget-entry-cards.card-large-image .a-wrap {
		width:auto;
		display: inline-flex;
	}
}
.widget-entry-cards.not-default figure img {
	padding: .5em;
}

.widget-entry-cards.card-large-image .a-wrap {
	font-size: 95%;
	text-align: left;
	padding:.5em;
}
	
.home .mobile-2 {
	justify-content:space-between;
	}
    .home .mobile-2 a{
        width:48% !important;
    }
    .home .mobile-2 figure img {
        object-fit: unset !important;
        height: auto !important;
    }

/*モバイルメニューを右から表示する*/
.navi-menu-content {
	width:35%;
	left: auto;
  	right: 0;
  	transform: translateX(105%);
}

.mobile-menu-buttons .menu-caption {
	display:none;
}

/*×アイコンを移動*/
/*
.menu-close-button {
 padding-top: 15px;
 padding-right: 25px;
 padding-bottom: 30px;
text-align: right;
font-size: 1.3em;
}
*/

