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

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

/*ボックスメニュー*/
.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 a {
font-size: 14px;
}

/*Gナビ区切り線*/
#navi .navi-in > ul > li{
border-left: 1px dotted #64ac90;
}
#navi .navi-in > ul > li:last-child{
border-right: 1px dotted #64ac90;
}
.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; }

/*カスタムテキスト1.2*/
.cocoon-custom-text-1{
color: coral;
}

.cocoon-custom-text-2{

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

/*モバイルGナビ*/
.mobile-menu-buttons .menu-button {
background-color:#00633b;
}	
.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:#00633b;		
}
.menu-close-button {
  color:#ffff;
}		
.menu-drawer a {
  color:#ffff;
padding: 16px;
border-bottom: dotted 1px #64ac90;	
}			
	
}/*1023px以下*/


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


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