@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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


/************************************
** 基本表示
************************************/
body {
  /* フォントの種類 */
  font-family: "游ゴシック体", "Yu Gothic", "times new roman", "メイリオ", sans-serif;
  /* フォントのサイズ */
  font-size: 16px;
  /* フォントの色 */
  color: #444;
    /** 背景色 浅縹 あさはなだ**/
  background-color: #84b9cb;
  
  /* カーニングの設定 */
  /* 行間の設定 */
  line-height: 1.8;
  margin: 0;
  overflow-wrap: break-word;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
}

.sidebar {
 background: transparent;
}

.ff-meiryo, .wf-loading body {
  font-family: "times new roman", "Georgia", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*デフォルトリンク*/
a {
  color: #164a84;
  text-decoration: none;
}
a:visited {
  color: #164a84;
  text-decoration: none;
}
a:hover {
  color: #2a83a2;
  text-decoration: none;
  opacity: 0.7;
}

ol, ul {
  margin: 1em 0;
  padding-left: 20px;
}

hr {
  color: #eee;
}


/************************************
** ヘッダー
************************************/

.header .header-in {
height: 110px}

/* フロント固定ページ /*タイトル非表示*/
.home.page.entry-title{
  display: none;}


.site-name-text {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: 'Georgia','times new roman',serif;
  font-style: italic;
  padding: 0:}

a.site-name.site-name-text-link {padding: 0;}
.site-name-text:hover {
  background-color: none;}
.logo-text {padding: 20px 0;}

.tagline {
  text-align: center;
  color: #f8f4e6;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: 'Georgia','times new roman',serif;
  margin-top: -12px;
  padding-bottom: 12px;
}


/************************************
** サイトタイトルのフォントサイズ変更
************************************/
/*ヘッダーレイアウトがトップメニューのとき*/
.header-container-in.hlt-top-menu .site-name-text{
  font-size: 22px;
}
/*ヘッダーレイアウトがトップメニュー（小）のとき*/
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text{
  font-size: 20px;
}
/*端末幅が768px以下のとき*/
@media screen and (max-width: 768px){
  #header .site-name-text{
    font-size: 18px;}
}
/*端末幅が480px以下のとき*/
@media screen and (max-width: 480px){
  #header .site-name-text{
    font-size: 16px;}
}




/************************************
** グローバルメニュー
************************************/
.navi-in a {
  font-size: 14px;
}
.navi-in .has-icon {
  display: none; 
}
.navi-in > ul li {
  line-height: 32px;
  height: 32px;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap {
  height: 32px;
}
.navi-in > ul .sub-menu ul {
  top: -32px;
}


/************************************
** 本文部分
************************************/

.main {
  width: 880px;
  padding: 16px 26px 36px;
  margin-right: 0px;
  background-color: #fffffc;
}


/************************************
** パンくずリスト
************************************/
#main .breadcrumb {
  color: #ccc;
  font-size: 12px;
  margin: 0px;
}
#main .breadcrumb a {
  color: #999;
  letter-spacing: 0.02em;
  padding: 4px;
}

.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  margin: 12px auto 0;
  padding: .6em;
  background-color: #fff;
}
.breadcrumb.sbp-main-before + .content,
.breadcrumb.pbp-main-before + .content {
  margin-top: 0px;
}


/*----------------------------------*/
/* 投稿日付を非表示                 */
/*----------------------------------*/
.post-date, .post-update {
  color: #999;
  font-size: .88em;
  letter-spacing: 0.03em;
  padding: 6px 20px;
  margin: 10px 20px;
}
.page .date-tags,
.page .author-info {
  display: none;
} 

/************************************
** 見出し
************************************/
/*エントリー・アーカイブの見出し*/
.entry-title {
  color: #223a70;
  font-size: 20px;
  font-family: 'Georgia','times new roman',"メイリオ",serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 20px 6px 16px;
  padding: 12px 16px;
  border-top: 1px solid #bccddb;
  border-bottom: 1px solid #bccddb;
}
  

/* 見出し変更 */
.article h1 {
  color: #223a70;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 12px 16px;
}

.article h2{
  color: #223a70;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 4px 24px;
  margin: 20px 0px 24px -2px;
  background: #d3e6eb;
}

.article h3{
  color: #223a70;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 4px 6px;
  margin: 10px 0px;
  background-color: #fafafa;
  border-color: transparent;
  border-radius: 6px;}
.article h3 a, .article h3 a:visited {color: #223a70}
.article h3 a:hover {color: #007bbb;
  text-decoration: none;
  opacity: 0.7;
  }
 
.article h4{
  color: #2a4073;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 4px 20px;
  margin: 16px 6px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.article h5 {
  color: #7b7c7d;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 6px 16px;
  margin: 12px 0px;
  border-bottom: 1px solid #ccc;
}
.article h6 {
  color: #9ea1a3;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 10px;
  margin: 10px 12px;
  border: none;
}

.category .archive-title {
  color: #777;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 4px 10px;
  }


 /************************************
** 投稿
************************************/

.entry-content {
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 6px 12px;
}

.article {
  padding: 4px 10px 4px 12px;}


/************************************
** 投稿・固定ページで使うHTML要素
************************************/
p,
.paragraph {
  margin: 1.2em 0;
}
p.has-background {
  padding: 12px 16px !important;} 
.has-small-font-size {
  font-size: .86em! important;}

table {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  background-color: #f3f4f5;
}
table tr:nth-of-type(2n+1) {
  background-color: #fafbfc;
}
table th,
table td {
  border: 1px solid #ddd;
  padding: 3px 6px;
}

.wp-block-column {padding-bottom: 6px;}
.body .wp-block-columns {margin-bottom: 30px;}
.body .wp-block-image {margin-bottom: 8px;}

.article ul {
  font-size: 0.94em;
  padding: 2px 6px;
  margin: 2px 4px 6px 2px;}
.article ul li {
  list-style:none;
  line-height: 22px;
  letter-spacing: 0.05;
  text-indent: -2px;
  padding: 0 6px 4px 6px;
  border-bottom: 1px dotted #ddd;}
.article ol {
  padding: 2px 12px;
  margin: 6px 30px 12px 12px;}
.article ol li {
  line-height: 22px;
  letter-spacing: 0.05;
  padding: 0 6px 4px 12px;
  border-bottom: 1px dotted #ddd;}


/************************************
** 画像の囲み効果
************************************/
.iwe-border img,
.iwe-border amp-img {
  border: 1px solid #eee;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
  color: #666;
  font-size: 16px;
  padding: 16px 22px 30px 36px;
  position: relative;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
}


/************************************
** メイン下部
************************************/

/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 2.2em;
  height: 2.2em;
  margin-left: 0.7em;
}
.sns-share-buttons {
  justify-content: flex-end;
}
#main .social-icon {
  font-size: 20px;
}
.sns-share-message {
  text-align: right;
  padding-right: 12px;}

/*本文下カテゴリ*/
.cat-link, .cat-link a:visited {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-left: 12px;
  padding: 2px 6px;
  background-color: #38a1db;
  border-radius: 3px;
}
.cat-link a:hover {
  opacity: 0.7;
 }

/*本文下タグ*/
.tag-link, .comment-reply-link {
  color: #38a1db;
  font-size: 12px;
  letter-spacing: 0.03em;
  margin: 0 8px;
  padding: 2px 6px;
  border: 1px solid #89c3eb;
  border-radius: 3px;
}
.tag-link a:hover, .comment-reply-link a:hover {
  opacity: 0.7;
}


/************************************
** blogcard
************************************/
.blogcard-wrap {
  width: 94%;
  max-height: 360px;
  margin: 20px auto;
  padding: 3px;
  background-color: #f3fafe;
  border-radius: 6px;
  border: none;
}

.blogcard-thumbnail {
  float: none;
  width: 160px;
  max-height: 160px;
  margin: 10px auto;
}
.blogcard-content {
  max-height: 160px;
  min-height: 160px;
  overflow: hidden;
  padding: 6px;
  margin-left: 6px;
}
.blogcard-title {
  color: #223a70;
  font-weight: bold;
}
.blogcard-snippet {
  color: #777;
  font-size: 0.8em;
  padding: 0 0 16px;
}
.blogcard-site, .blogcard-date {
  display: none;
}

/************************************
** エントリーカードの設定
************************************/
.a-wrap {
  color: #666;
  display: block;
  padding: 6px 10px;
  margin-bottom: 12px;
  background: transparent;
  border-radius: 3px;
  border: none;
}
.a-wrap:hover {
  color: #666;
  text-decoration: none;
  opacity: 0.7;
}
.entry-card-thumb {
  width: 220px;
  height: 165px;
  padding: 16px 0 12px 16px;
  overflow: hidden; 
}
.card-thumb img {
  width: 90%;
}
.entry-card-thumb img,
.related-entry-card-thumb img {
  padding: 0px;
  border: solid 1px #eee;
}
.entry-card-title,
.related-entry-card-title {
  color: #223a70;
  font-size: 16px;
  padding: 20px 0 12px 1px;
}
.entry-card-snippet,
.related-entry-card-snippet {
  color: #666;
  font-size: 14px;
  padding-right: 30px;
}


/************************************
** 関連記事
************************************/
.related-entry-heading {
  color: #223a70;
  font-size: 18px;
  padding-left: 20px;
  margin: 30px 30px 20px;
  border-top: 1px solid #bccddb;
  border-bottom: 1px solid #bccddb;
}
.cat-label {
  display: none;
}
.related-entry-card-content {
  padding: 0px;
}

/** 関連記事表示タイプがミニカードの時**/
.rect-mini-card .related-list {
  margin: 0 6px 0 40px;
}
.rect-mini-card .related-entry-card-thumb {
  width: 110px;
}
.rect-mini-card .related-entry-card-content {
  margin-left: 120px;
}
.rect-mini-card .related-entry-card-title {
  font-size: 14px;
  padding: 4px;
}
.rect-mini-card .related-entry-card-snippet {
  color: #777;
  display: block;
  height: 50px;
  font-size: 12px;
}


/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
  margin: 30px 20px 0;
}
.pager-post-navi a {
  color: #666;
  font-size: 0.90em;
  padding: 4px 40px;
  border-top: 1px dotted #bccddb;
  border-bottom: 1px dotted #bccddb;
}
.pager-post-navi a:visited {
  color: #666;
}
.pager-post-navi a.next-post .next-post-title {
  margin-right: 8px;
  margin-left: 10px;
}
.pager-post-navi a.prev-next-home {
  color: #999;
  font-size: 24px;
  justify-content: center;
  text-align: center;
}
.pager-post-navi a .iconfont {
  color: #ddd;
  font-size: 1.8em;
  padding: 12px 6px;
}
.pager-post-navi a figure {
  min-width: 55px;
  max-width: 55px;
  padding: 4px 6px;
}


/************************************
** ページネーション
************************************/
.page-numbers {
  color: #777;
  line-height: 37px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  height: 37px;
  width: 37px;
  margin: 0 7px;
  border: 1px solid #bccddb;
  border-radius: 8px;
}


/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin: 50px 0 0px;}
.pagination-next-link {
  color: #777;
  font-size: 1em;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: block;
  justify-content: center;
  text-align: center;
  width: 45%;
  padding: 0px 10px;
  margin-left: 200px;
  background-color: #f9f9f9;
  border: 1px solid #bccddb;
  border-radius: 8px;
}
.pagination-next-link:hover {
  opacity: 0.7;
}


/************************************
** マルチページのページャーリンク
************************************/
.pager-links {
  clear: both;
  text-align: center;
  margin: 30px 0 0px;
}
.pager-links .post-page-numbers {
  background-color: transparent;
}
.pager-links span {
  background-color: #eee;
}
.pager-links a {
  display: inline-block;
}
.pager-links a span {
  background-color: #fff;
}
.pager-links a:hover span {
  opacity: 0.7;
}
.pager-prev-next a {
  color: #777;
  font-size: 1em;
  letter-spacing: 0.04em;
  margin: 0 4px;
}
.pager-prev-next span {
  line-height: 26px;
  width: 100%;
  height: 26px;
  padding-bottom: 6px;
  margin: 0;
}

/************************************
** reCAPTCHA
************************************/
.grecaptcha-badge { visibility: hidden; }


/************************************
** サイドバーのスタイル
************************************/
.sidebar {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  width: 230px;
  padding: 0px 10px 10px 0px;
  border-radius: 1px;
}
.sidebar a {
  color: #666;
}
.sidebar h3 {
  color: #f7fcfe;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.07em;
  padding: 4px 16px;
  margin: 16px -2px 10px;
  background-color: #abced8;
  border-radius: 2px;
}


/************************************
** ウィジェット
************************************/
/*ウィジェットリスト*/
.widget {
  margin-bottom: 20px;
  padding: 0 4px 6px;
}

/*Text Widget サイト・メニュー*/
.textwidget {
  font-size: 13px;
  letter-spacing: 0.03;
}
.textwidget ul li {
	list-style: none;
	padding: 4px;
	margin: 2px 2px 2px -22px;
    border-bottom: 1px dotted #bccddb;
}
.textwidget ul li a{
	color: #444;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	display: block;
}
.textwidget ul li a:before{
	color: #223a70;
	font-family: Fontawesome;
	content: "\f105";
	margin-right: 8px;
}
.textwidget ul li a:hover{
    opacity: 0.7;
}

/*カテゴリ・アーカイブ*/
.widget_categories ul li,
.widget_archive ul li{/*カテゴリ・アーカイブ下線*/
	padding-left: 2px;
	margin: 2px;
	border-bottom: 1px dotted #bccddb;
}
.widget_categories ul li a{
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 2px 0;
}
.widget_archive ul li a{
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 6px 4px;
}
.widget_categories ul li a:before,
.widget_archive ul li a:before{/*親カテゴリ・アーカイブアイコン*/
	color: #223a70;
	font-family: Fontawesome;
	content: "\f105";
	margin-right: 10px;
}
 
.widget_categories ul li ul,
.widget_archive ul li ul {
    padding-left: 0px;}

.widget_categories ul .children li{
	border-bottom: none;
}	
.widget_categories ul .children li a{
	font-size: 13px;
	padding: 3px 0px;
	margin-left: -2px;
}
.widget_categories ul .children li a:before{/*子カテゴリアイコン*/
	color: #2792c3;
	font-family: Fontawesome;
	content: "・";
	margin-right: 6px;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover{
    opacity: 0.7;
}
.widget_categories ul li a .post-count,
.widget_archive ul li a  .post-count{
	color: #223a70;
	font-size: 12px;
	margin-right: 16px;
}

/************************************
** 新着記事ウィジェット（デフォルト）
************************************/
/************************************
** 人気記事ウィジェットランキング表示
************************************/
.widget-entry-cards .widget-entry-card {
  font-size: 0.96em;
}
.widget-entry-cards figure {
  width: 90px;
}
.widget-entry-cards .widget-entry-card-content {
  margin-left: 100px;
  padding-top: 10px;
}
.widget-entry-card:hover {
  opacity: 0.7;
}
.widget-entry-cards-date {
  display: none;
}


/************************************
**検索フォーム
************************************/
input::placeholder{
	font-size:0.74em;/*「サイト内を検索」の文字サイズ*/
}
.search-edit{
	height:36px;
	border-radius:10px;/*検索ボックスの角のまるさ*/
}
.search-submit{
	top:0px;
	line-height:0.24;
	bottom:0;
}
.search-submit:hover::before{
	opacity: 0.7; /*検索ボタンホバー時*/
}

/************************************
** フッター
************************************/

.footer {
  letter-spacing: 0.02em;
  margin-left: 22px;
  padding: 10px;
}
.footer-widgets {
  line-height: 1.4;}


/************************************
** スライドインのカスタマイズ
************************************/
.mobile-menu-buttons {
	min-height: 44px;
	padding-top: 2px;
	background: #2792c3;
}
.menu-button,
.mobile-menu-buttons .menu-button > a {
	color: #223a70;
}


/*拡張クラスを追加するスタイルシート*/
.badge-red {
  color: #fff;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 4px;
}
.badge-red {
  background-color: #c9caca;
}
.badge,.ref,.reffer,
.sankou, .badge-pink, .badge-purple, .badge-blue, .badge-green, .badge-yellow, .badge-brown, .badge-grey {
  color: #fff;
  font-size: 13px;
  padding: 2px 10px;
  margin-right: 4px;
  border-radius: 3px;
}
.badge,.ref,.reffer,.sankou {
  background-color: #f39800;
}
.badge-pink {
  background-color: #d9aacd;
}
.badge-purple {
  background-color: #a6a5c4;
}
.badge-blue {
  background-color: #abced8;
}
.badge-green {
  background-color: #3eb370;
}
.badge-yellow {
  background-color: #fff799;
}
.badge-brown {
  background-color: #928178;
}
.badge-grey {
  background-color: #c9caca;
}



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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.column-wrap,
.wp-block-columns {
  flex-direction: row;
  flex-wrap: nowrap;
}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.column-wrap,
.wp-block-columns {
  flex-direction: column;
} 

}


