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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-container{
	height:70px;
    display: flex;
    align-items: center;
}
/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
	font-size: 14px;
}
#navi .navi-in > ul li{
	height: 50px;
	line-height: 50px;
}
.widget-sidebar ul li a {
	font-size: 0.8em;
	line-height:0.9em;
}
.searchandfilter {
	font-size: 0.8em;
}

/*製品画像スライダー*/
.xo-slider-template-thumbnail {
	width:60%;
}
/*.wp-block-table table {
	width:100%;"
}*/
.wp-block-table table img {
    max-width: none;
}
/*ﾃﾞﾌｫﾙﾄﾃｰﾌﾞﾙ背景*/
.is-style-regular table td {
	background-color:#fff;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
width: fit-content;
}
.wp-block-table { white-space: nowrap;}
/*製品詳細ページ内 タイトル*/
h3.wp-block-heading {
 border-top: none;
 border-right: none;
 border-bottom: none;
}
/*画像下の余白削除*/
.img-padding-bottom img {
  vertical-align: bottom;
}
/*投稿日削除*/
.post-date {
	display: none;
}
/*製品詳細ページタイトル部分*/
.entry-title {
 margin:0;
 padding:0;
}
.entry-title {
	font-size:1.5em;
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background : rgba(0,0,0,1);
	text-shadow : 
		0 0 0.1em rgba(255,255,255,0.05),
		0.01em 0.04em 0.03em rgba(255,255,255,0.4);
	-webkit-background-clip : text;
}
input[type="submit"] { /* ～S&F用submit～ */
	margin:30px 0 0 30px;
	padding: 10px 50px 10px;
}
/*次のページ非表示*/
.pagination-next {
  display: none;
}

/*アーカイブページサムネイルのカテゴリー非表示*/
.entry-card-thumb-image { border:1px #eee solid; text-align:center;}
.entry-card-thumb .cat-label {
	display:none;
}
.entry-categories .cat-link
{		display:none;}
.entry-card-title { font-size:17px;}
/*ｱﾋﾟｰﾙｴﾘｱ*/
/**/
.appeal .appeal-in {
	width: 100%;
	/*background-color: rgba(0, 30, 60, .25);*/
}
.appeal{
	background-color: #000;
}

.appeal-title,
.appeal-message {
	color: #fff;
	text-align:left;
}
#appeal { 
height: calc(80vw * calc(527 / 1200)); 
}
/*ｽﾗｲﾀﾞｰ*/
.sidebar h3{
	background-color:#fff;
	font-weight:400;
}
.slide-content-text{color:#999;}

.posts-not-found p
{display:none;}


@media screen and (min-width: 1022px){
.search-box
{display:none;}
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
height: 250px;
}
/*アイキャッチの枠組み*/
.eye-catch-wrap {
	order: -1; /*順番*/
	overflow: hidden; /*はみ出した部分を非表示 ※IE対策*/
}

/*アイキャッチ*/
.eye-catch {
	margin-bottom: 0; /*下の余白*/
}

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

/*768px以下*/
@media screen and (max-width: 768px){
/*必要ならばここにコードを書く*/
/*製品画像スライダー*/
.xo-slider-template-thumbnail  {
	width:100%;
}
.logo-menu-button > a {
  margin: 5px 0;
}
	
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
height: 100%;
	width:100%;
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.card-type.card-three .entry-card-wrap {
  width: calc(33.333% - 20px);
  margin: 10px;
  float: left;
}



