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

/************************************
** 子テーマ用のスタイルを書く
************************************/


/*必要ならばここにコードを書く*/
/*ロゴ左寄せ*/
.logo {
  text-align: left;
}

/*更新日を非表示*/
.page .date-tags {
display: none;
}
/*固定ページシェアボタン非表示*/
.page .sns-share,
.page .sns-follow {
    display: none;
}
/*グローバルメニュー高さ*/
#navi .navi-in > ul li{
	height: 80px;
	line-height: 80px;
}
/*ヘッダー説明文*/

.tagline {
  color: #008b60;
}
/*スライダー説明文*/
.metaslider.ms-theme-jenga .flexslider ul.slides .caption-wrap .caption {
  padding-bottom: 20px!important;
}

/*h2デザイン*/
h2{
color: #424242;
  text-align: center;
  padding: 0.1em;
  border-top: solid 2px #008b60;
  border-bottom: solid 2px #008b60;
background-color:#fff;
}
.elementor-widget-heading .elementor-heading-title{
color: #424242;
background-color:#fff;
}
/*スライダー説明文*/
/* 
* ヘッダーロゴ(テキスト)の反対側に問い合わせボタン表示
*/
div#header-in {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンを横並び */
  flex-direction: row;
}
.header-in .logo-header {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンの位置を両端にする */
  margin-right: auto;
}
.header-contact {
  /* 問い合わせボタンにパディングを追加（見た目を整える） */
  padding: 10px 0;
}
  /* モバイル時メニューエリア余白 */
  @media screen and (max-width: 1023px)
.mobile-header-menu-buttons {
  top: 0;
  bottom: auto;
  justify-content: space-between;
  min-width: 46px;
  box-shadow: 0 0 5px darkgrey;
  padding: 10px;
  margin-bottom: 10px;
}
 /* iPad時メニューエリア余白 */
  @media screen and (max-width: 1023px)
.mobile-header-menu-buttons {
  top: 0;
  bottom: auto;
  justify-content: space-between;
  min-width: 46px;
  box-shadow: 0 0 5px darkgrey;
  padding: 5px;
}
/*サイドバータイトル文字太さ*/
.widget-sidebar-scroll-title
{
font-weight:500;}

.side_img{
text-align:center;}
/*カレンダー*/
#biz_calendar table.bizcal .holiday {
  background-color: #ff0000;}
#biz_calendar p span.boxholiday {
  background-color: #F63C9F;}

/*説明文枠*/
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #a9d5a5;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/*グローバルメニュー*/
#navi .navi-in > ul li {
  height: 100px;
  line-height: 40px;
}

/*h2文字色*/
elementor-widget-heading .elementor-heading-title {
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-primary-font-weight );
  color: #008b60;
}
/*ショートコードでエントリーカードのような表示に*/
.like-entry-cards .new-entry-card-link.widget-entry-card-link.a-wrap {
  padding: 1.5%;
  max-width: none;
  margin-bottom: 3%;
  border: 1px solid #ccc;
  border: 1px solid #a9d5a5;
  background-color: #f8f8f1;
}

.like-entry-cards .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  width: 320px;
  float: left;
  margin-right: 1.6%;
}

.like-entry-cards .new-entry-card-content.widget-entry-card-content.card-content {
  margin-left: 330px;
  padding-bottom: 1.2em;
}

.like-entry-cards .new-entry-card-title.widget-entry-card-title.card-title {
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-weight: bold;
  color:#008b60;
  border-bottom: dotted #008b60 2px;
}

.like-entry-cards .new-entry-card-snippet.widget-entry-card-snippet.card-snippet {
  font-size: 0.8em;
  max-height: 7.8em;
  line-height: 1.3;
  overflow: hidden;
}

.like-entry-cards .new-entry-card-date.widget-entry-card-date.display-none {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
  display: block;
  font-size: 0.7em;
}

@media screen and (max-width:1280px) {

  .like-entry-cards .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    width: 38%;
  }

  .like-entry-cards .new-entry-card-content.widget-entry-card-content.card-content {
    margin-left: 40%;
  }

}

@media screen and (max-width: 480px) {

  .like-entry-cards .new-entry-card-content.widget-entry-card-content.card-content {
    margin-left: 0;
  }

  .like-entry-cards .new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    margin-bottom: 6px;
  }

  .like-entry-cards .new-entry-card-title.widget-entry-card-title.card-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .like-entry-cards .new-entry-card-snippet.widget-entry-card-snippet.card-snippet {
    margin-bottom: 0;
    clear: both;
    font-size: 13px;
    /*display: none;スニペットを非表示にする場合に使用*/
  }

}


@media screen and (max-width: 600px) {
 
}

/*モバイルメニュー　文字消す*/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
  .mobile-menu-buttons{
    align-items: center;
  }
}

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

/*モバイルメニュー背景色*/
.navi-menu-content {
background-color: #fffffff0;
}
.menu-drawer a {
font-size: 0.9em;
line-height: 1.6em;
border-bottom: solid 1px #e6e6e6;
}
.menu-drawer a:hover {
background-color:#a9d5a5;　/*マウスオーバー時の背景色*/
}

/*サイドバー見出し*/
.sidebar h3 {
  font-size: 20px !important;/*文字のサイズ*/
  position: relative;
  color: #6f4e4e;
  background: #f8f8f1;
  padding: .5em .5em;
  border-left: solid 2em #197A80;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}
.sidebar h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  color: #FFF;
  font-weight: 600;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*フッターボタンエリア*/
.mobile-footer-menu-buttons,
.navi-menu-content,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
  background: #008b60;
  color: #fff;
}

/*フッターセンター*/
.footer-center p.wp-caption-text  {
  font-size: 0.8em;
  margin: 2px;
	text-align: left;}

/*固定ページタイトル*/
.entry-title {
    color: #6f4e4e;/*文字色*/
    font-size: 24px;/*文字サイズ*/
    padding: 15px 10px;/*文字回りの余白（上下 左右）*/
    display: block;
    font-weight: bold;
    border-bottom: 6px solid #e3e3e3;/*下線右側（太さ 実線 色）*/
    position: relative;
}
.entry-title:before {
    content: '';
    background-color: #ff8d00;/*下線左側の色*/
    width: 40px;/*下線左側の幅*/
    height: 6px;/*下線左側の太さ（高さ）*/
    position: absolute;
    bottom: -6px;
    left: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.mobile-menu-buttons .menu-caption {
  display: block;
}
/* モバイルボタンメニュー文字色 */
.mobile-menu-buttons .menu-button > a {
  color: #fff;}
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.mobile-menu-buttons .menu-button > a {
  display: block;
  color: var(--cocoon-black-color);
  text-decoration: none;
  margin: 10px;
}
/* モバイルボタンメニュー文字色 */
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
.fa-phone-square, .fa-calendar-plus, .fa-map-marker-alt, .fa-newspaper {font-size: 30pt;}
.mobile-menu-buttons .menu-caption {
  font-size: 14px;
padding-top: 0.5em;
}
.footer-bottom {
  margin-bottom: 40px;
}
}
