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

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


.main {
    padding: initial;
}
/*ボックスメニュー*/
.box-menu {
	width: 16.66%;

}
.box-menu:first-child{
    margin-left: auto;
}

/*更新日非表示*/
.page .date-tags {
display: none;
}

/*テーブル*/
table td  {
background: #ffffff;　
}
table th {
background-color: rgb(53 228 157 / 10%);
}
/*Flexテーブル*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
border-color: #64ac90;
background-color: #fff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
border-color: #64ac90;
background-color: #f8fbf8;
}	



/*TOPページお知らせ日付*/
.new-entry-card-date {
  display: block;
}

/*Gナビ幅*/
.navi-in > ul li {
    width: 110px;
}
/*Gナビ右寄せ*/
.navi-in > ul {
 justify-content: right;
}
/*Gナビフォントサイズ*/
.navi-in a {
font-size: 14px;
}

/*Gナビ区切り線*/
#navi .navi-in > ul > li{
border-left: 1px dotted #676767;
}
#navi .navi-in > ul > li:last-child{
border-right: 1px dotted #676767;
}
.navi-in > ul > .menu-item-has-children > a::after{
right: 10px;
}
/*固定メニュー子メニュー表示*/
.fixed-header .navi-in > ul li:hover > ul {
display: block;
}

.navi-in > ul .sub-menu {
 width: initial;
}


/*フッターページ下部固定*/
.footer-bottom {
margin-top: 0px;
font-size: 12px;	
}
div.siteContent{
	margin-bottom:200px; /* サイトに合わせて要調整。フッターで隠れる部分のマージン */
}
footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}

.navi-footer-in a {
font-size: 12px;
}

/*reCAPTCHAのロゴを非表示にする*/
.grecaptcha-badge { visibility: hidden; }

/*お知らせ一覧空き*/
.has-bottom-margin.is-style-bottom-margin-8em {
    margin-bottom: 1em !important;
}



/* カテゴリーページのカード一覧を固定ページ風にシンプル化 */
.archive .entry-card {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 0.5em;
  display: block;
}
.archive .entry-card-thumb  {
	width: 120px;
}	
.archive .entry-card-content {
  display: block;
  padding: 0;
}
.archive .entry-card-title {
  font-size: 1.1em;
  font-weight: bold;
}
.archive .entry-card-snippet {
margin-top: 6px;
    font-size: 12px;
    opacity: 0.8;
}
.archive .new-entry-card-date {
    display: block;
}
.archive .entry-card-content {
    margin-left: 136px;
}
.archive .entry-card-meta {
    bottom: 0;
    position: absolute;
 right: initial;
text-align: right; 
    line-height: 1;
	margin-top: 10px;
}

.pagination-next {
  display: none;
}	
.pagination {
 margin: initial;
	margin-bottom:100px;
}	
	
.archive .list.ecb-entry-border .entry-card-wrap {
    border-color: rgb(224 224 224);
}

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

/*モバイルGナビ*/
.mobile-menu-buttons .menu-button {
background-color:#222324;
}	
.mobile-menu-buttons .search-menu-button {
display:none;
}	
.mobile-menu-buttons .menu-caption {
  color:#ffff;
}		
.mobile-menu-buttons .menu-icon {
  color:#ffff;
}		
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}	
.navi-menu-content {
background-color:#222324;		
}
.menu-close-button {
  color:#ffff;
}		
.menu-drawer a {
  color:#ffff;
padding: 16px;
border-bottom: dotted 1px #676767;	
}			
	
}/*1023px以下*/


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


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