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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#navi .wrap { width:1210px; }

.page .entry-title {
display: none;
}
.entry-title {
background: #fdeff2;
border-left: solid 5px #e95295;
margin-bottom: 1.62em;
font-size: 24px;
padding: 25px;
border-radius: var(--cocoon-badge-border-radius);
line-height: 1.25;
font-weight: bold;
}

#contactbnr {
position:fixed;
top:188px;
right:0px;
z-index:10000;
}
#header {display: none;}
#header2 {background-color:#fff; color:#000; padding: 15px 0px;}
.headerinner {width: 1110px; margin: 0 auto;}
.headerlogo {float:left;}
.headerright {float:right;}
.sns {float:right; margin: 5px 0px 0px 20px;}

.sns_footer {
position:absolute;
top: 15px;
left: 380px;
}

.article h2 {
  background: #fdeff2;
  border-left: solid 5px #e95295;
}
.article h3 {
  border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
  border-left: solid 5px #e95295;
}
.article h4 {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 6px solid #fdeff2;
}

.wp-block-table tbody tr td {
border: 1px solid #EC407A;
}
.boshu tbody tr:nth-child(1) td{
background-color: #F48FB1;
color: #fff;
}
.nittei tbody tr td:nth-of-type(1){
background-color: #F48FB1;
color: #fff;
}
.clear { clear: both;}

/*フロントタイトルリスト */
.info-list-item {
display:flex;/*横並びに変更*/
flex-direction: row-reverse;/*前後逆に*/
justify-content: flex-end;/*前後逆に*/
padding-bottom:0px;/*文字間調整*/
}
.info-list-item-categorys {
display:none;/*カテゴリ消す*/
}
.info-list-item-date {
font-size:16px;/*日付大きさ*/
margin-left:5px;/*文字間調整*/
color:#e95295;/*日付文字色変更*/
}
.info-list-content{
margin:0px;/*文字間調整*/
}

.info-list {
padding: 0px;
}

.info-list-caption {
display:none;
}

.grecaptcha-badge { bottom: 80px!important; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
#header2 {background-color:#D81B60; color:#fff; padding: 15px 0px; display: none;}
.mobile-menu-buttons {padding:10px 0px;}
.headerinner {width: 96%; margin: 0 auto;}
.headerlogo {float:none; text-align:center;}
.headerright {display:none;}
.sns {display:none;}
.sns_footer {display: none;}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
#contactbnr {display:none;}
.footer-mobile {padding: 0px;}
}

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