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

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

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

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

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

.header-search {
  width: 200px !important;
}

.search-box {
    margin: 0.75em 0 2em !important;
    position: relative;
}

.header-search input[type="text"] {
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 14px 14px 14px 14px / 50% 50% 50% 50%;
}

.header-search .search-submit {
  color: #378cb0;
}

/************************************
** アイコン高さ
************************************/
.author-box .author-thumb img{
  height: 400px;
}

/************************************
** アイコン横幅
************************************/
.nwa .author-box .author-thumb{
  width: 400px;
}

/*COCOONプロフカード：SNSアイコンのサイズ設定*/
.widget_author_box .sns-follow-buttons.sns-buttons a{
	width:1.6rem;  /*アイコン枠の横幅*/
	height:1.6rem;  /*アイコン枠の高さ*/
}
.widget_author_box .sns-follow-buttons.sns-buttons a span{
	font-size:1.5rem;  /*アイコンフォントのサイズ*/
}

/************************************
SNS ボタンをまとめて小さくする
************************************/

/*トップシェアボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons {
	justify-content: flex-start; /*左寄せ*/
}

/*ボトムシェア・フォローボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: flex-start; /*左寄せ*/
	flex-wrap: wrap; /*折り返す*/
}

/*シェア・フォローボタンの形*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
	width: 35px; /*横幅*/
	height: 35px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
	border: none;/*ボタンの枠線*/
}

/*シェアボタンのアイコン*/
.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 25px; /*アイコンのサイズ*/
}

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 25px; /*アイコンのサイズ*/
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
	right: 1px; /*右側からの距離*/
	bottom: 0; /*下側からの距離*/
	font-size: 10px; /*文字の大きさ*/
}

/*シェアメッセージ*/
.sns-share-message {
	text-align: left;
}

/************************************
Google ReCapthcaのマークを消す
************************************/
.grecaptcha-badge { visibility: hidden; }

/************************************
固定ページの諸々非表示
************************************/
/*固定ページ（トップページカスタマイズ）*/
/*フロント固定ページのタイトルを非表示*/ .home.page .entry-title{ display: none; }/*フロント固定ページのシェアボタンを非表示*/ .home.page .sns-share{ display: none; } /*フロント固定ページの投稿日を非表示*/ .home.page .post-date{ display: none; } /*フロント固定ページの更新日を非表示*/ .home.page .post-update{ display: none; } /*フロント固定ページの投稿者名を非表示*/ .home.page .author-info{ display: none; }

/*新着記事を3列横並びにする（スマホでは２列）*/

.fp-new-entry-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fp-new-entry-cards > a {/*３列にする*/
   width: 31.5%;
}

.fp-new-entry-cards::after {/*最下列を左寄せ表示に*/
   content:"";
   display:block;
   width: 31.5%;
}
.widget-entry-cards.card-large-image .a-wrap {
    max-width: none;/*最大幅400pxの指定を初期化する*/
}


@media screen and (max-width:480px) {/*画面幅が480px以下のとき2列にする*/

   .fp-new-entry-cards > a {
      width: 48%;
   }
   
   .fp-new-entry-cards::after {
      content:"";
      display:block;
      width: 48%;
   }

}

/*タイトルロゴの余白調整*/
header .site-logo-image {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*グローバルナビの大きさと余白調整*/
.navi-in a {
	font-size: 16px;
    padding-right: 20px!important; 
    padding-left: 20px!important; 
    transition: all 0.3s ease-in-out;
}

.article h2{
border-left: 6px solid #333333;
}

.article h3{
border-bottom: 3px solid #333333;
border-left: 0px solid var(--cocoon-middle-thickness-color);
display: inline-block;	
}

/* metaslider前後のマージン消す */
.content-top {
	margin: 0 ;
}

.ms-theme-cubic {
	padding: 0 !important;
}

/* ボタンカスタマイズ */
.btn-circle, .btn-wrap-circle > a{
	border: 2px solid #333333;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #333333;
  box-shadow: 4px 4px 0 #000;
}

a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #333333;
  box-shadow: -4px -4px 0 #333333;
}

/* 目次タイトル */
.toc-title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

/*目次の背景色と枠線を変更*/
.toc-content {
	background: #f4f5f7;
	padding: 1rem 2rem;
	border-left: 4px double #333333;
}

/*次ページボタンを無くす*/
.pagination-next-link {
  display: none;
}

/* フォント　*/

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body{
	font-family:"Jost", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ブログカード　*/
.card-thumb img,
.blogcard-thumb img,
.internal-blogcard-thumbnail img,
.external-blogcard-thumbnail img,
.widget-entry-card,
.internal-blogcard,
.external-blogcard,
.eye-catch img {
	border-radius: 10px;
}

.internal-blogcard,
.internal-blogcard-title,
.external-blogcard,
.external-blogcard-title{
	font-size: 1.1em;
    font-weight: bold;
}

.internal-blogcard-thumbnail,
.external-blogcard-thumbnail{
width: 45%;
}

.blogcard-site{
display:none;
}


/* はみ出すデザイン */
.recommend-area,
.new-area,
.feature-area,
.tokai-area,
.chita-area,
.tokoname-area,
.handa-area,
.mihama-area,
.peninsula-area,
.nagoya-area,
.ranking-area{
   width: 100vw;
   margin: 0 calc(50% - 50vw);
 }


