/*
  Skin Name: スキンテンプレート
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://wp-cocoon.com/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 99998b99ad
*/
/*以下にスタイルシートを記入してください*/


/************************************
メインカラー：8b99ad
見出しタイトル・その他アイコン色：8b99ad
見出しタイトル背景・下線：ededed
カテゴリラベル： rgba(231, 224, 218, 1);
オーバー背景色：background: rgba(231, 224, 218, 0.2);
************************************/


/************************************
** 基本
************************************/
body {
	background-color: #f5f5f5;
	color: #333;
}

.sidebar {
    background-color: initial;
}

.main,
.archive .main{
	background: rgba(255, 255, 255, 0);
}
/************************************
** フォーム関連
************************************/
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	padding: 10px;
	border: 1px solid #8b99ad;
	font-size: 14px;
}

.search-submit {
	line-height: 20px;	
}



/************************************
** サイトタイトル
************************************/
.header-container-in.hlt-top-menu .site-name-text {
	font-size: 1.6em;
	font-weight: bold;
	color: #8b99ad;
}

.mobile-menu-buttons .menu-button>a {
    color: #fff;
    font-size: 1.3em;
}
.tagline{
	color:#8b99ad;
}
/************************************
** ヘッダー
************************************/
.header-container {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 600px){
	.header {
    margin-top: 50px;
}
}
/************************************
** グローバルメニュー
************************************/
.header-container .navi{
	background-color: #fff;

}
.navi .item-label{
	color: #8b99ad;
}

#navi .navi-in a:hover {
background: rgba(231, 224, 218, 0.6);
}

.sub-caption {
    color: #b8aa8b;
}

/************************************
** モバイルヘッダーナビ
************************************/

.mobile-menu-buttons .menu-button>a {
    color: #ffffff;
}


#navi .navi-in>.menu-mobile li {
    border-left: 1px solid #b8aa8b;
	border-bottom:1px solid #b8aa8b;
}



@media screen and (max-width: 834px){
.navi-in>ul {
    border: 1px solid #b8aa8b;
	border-bottom:0;
	border-left:0;
	}

  .sidebar h2,
  .sidebar h3 {
    font-size: 16px;
  }

#navi .navi-in>.menu-mobile {
    flex-wrap: wrap;
}
}

/************************************
** エントリーカード
************************************/
.ect-vertical-card .entry-card-wrap {
    max-width: 48%;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    padding: 0;
    margin-bottom: 35px;
	border-radius: 10px;
}
.card-thumb img {
    border-radius: 10px 10px 0 0;
}

#sidebar .card-thumb img,
.related-list .card-thumb img,
#pager-post-navi .card-thumb img{
    border-radius: 10px;
}

.ect-vertical-card {
    column-gap: 1em;
}

.ect-vertical-card .a-wrap:hover {
  background-color: #fff;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
    margin: 8px 12px 9px 12px;
}

.ect-vertical-card .entry-card-wrap .entry-card-content .post-date{
    margin: 0px 5px 5px 0px;
}

@media screen and (max-width:480px) {
    .ect-vertical-card .entry-card-wrap {
	max-width: 100%;
	margin-bottom: 1.3em;
    }
}

.entry-card-title, .related-entry-card-title {
    font-weight: normal;
}

.ect-vertical-card .entry-card-wrap:hover {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
    transform: translateY(-2px);
}

/* カテゴリラベル */
.cat-label,
.eye-catch .cat-label{
	top:10px;
	left:10px;
	background-color: rgba(231, 224, 218, 1);
	border-top: none !important;
	border-bottom: none !important;
	border-left: 2px dotted rgba(231, 224, 218, .15) !important;
	border-right: 2px dotted rgba(231, 224, 218, .15) !important;
	box-shadow: 0 0 5px rgba(231, 224, 218, .2);
	text-shadow: 0 0 1px rgba(fcfbf2, 1);
	padding: .25em .5em;
	color: #333;

}

/************************************
** もっとみる・新着記事
************************************/

#list-wrap > div.list-new-entries > h1{
margin-top:0;
}
.list-title{
	font-size: 1.7em;
	font-weight:normal ;
}


.list-more-button{
	border: 0;
	background-color: #e7e0da;
	color: #000;
	width: 50%;
	padding: 0.7em;
}

.list-more-button:hover{
	background-color: #fff;
	color: #000;
    box-shadow: 0px 0px 20px 0 rgb(231, 224, 218, .9);
}

.list-title-in:before, .list-title-in:after {
	background-color: #fff;
}



/************************************
** SNS
************************************/

#main a .button-caption{
	display:none;
}
#main .sns-buttons a,
.sns-buttons a{
	height:35px;
	width:35px;
	border-radius:50%;
	opacity:0.8;
	margin-right:10px;
}
#main .sns-buttons a:last-child{
	margin-right:0;
}
.sns-share-buttons{
	justify-content: flex-start;
}

.ss-top .sns-share-buttons {
	flex-wrap: nowrap;
	justify-content: right;
	margin-bottom: .5em;
}

.sns-share-buttons,
.sns-follow-buttons{
	justify-content: center;
}
.sns-share-message, 
.sns-follow-message{
	color:#666;
	font-size:0.8em;
}
.sns-follow-buttons a{
	font-size:1.3em;
}
.sns-share-message::before, 
.sns-follow-message::before{
	content:'＼ ';
}
.sns-share-message::after, 
.sns-follow-message::after{
	content:' ／';
}
.sns-share,
.sns-follow{
	margin:0;
}
.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
    right: -10px;
    bottom: -10px;
    color: #aaa;
}

#sns_follow_buttons-2{
	margin-bottom:0;
}
.sns-follow-buttons a {
    background-color: #fff;
	color:#8b99ad;
}



/************************************
** 見出し
************************************/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	color: #8b99ad;
}
.article h3,
.article h4,
.article h5,
.article h6 {
	margin-top: 40px;
	margin-bottom: 35px;
}

.article h4,
.article h5,
.article h6 {
	font-size: 18px;
}


.article h2{
  padding: 1rem 1rem;
  border-top: 1px solid #8b99ad;
  border-bottom: 1px solid #8b99ad;
background-size: auto auto;
background-color: rgba(255, 255, 255, 0);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(139, 153, 173, 0.16) 3px, rgba(139, 153, 173, 0.16) 6px );
}


.article h3 {
	border:none;
  position: relative;
  padding: 1rem 1rem;
  border-bottom: 4px solid #d8e0ea;
}

.article h3 :before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #8b99ad;
}


.article h4 {
	border-bottom: 1px solid #8b99ad;
	border-top:none;
}

.article h5 {
	border:none;
	
}

.article h5:before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f00c';
	margin-right: 0.5em;
}

.article h6 {
	font-size: 0.9em;
	border:none;
}

.archive-title {
	padding: 5px;
	border-bottom: 3px solid #ededed;
	color: #666;
	font-size: 20px;
}


/************************************
** アーカイブページ
************************************/
.archive-title {
    padding: 5px;
    border-bottom: 0px;
	color: #8b99ad;
    font-size: 20px;
}

.archive .breadcrumb,
.archive .breadcrumb-home,
.archive .breadcrumb-caption{
	color: #fff;
}

/************************************
** サイドバー ウィジェットタイトル
************************************/
.sidebar h2,
.sidebar h3 {
  padding: 0.5rem 1rem;
  background-color: #8b99ad;
  color: #fff;
  text-align: center;
}

/************************************
** サイドバー表示スタイル
************************************/
.sidebar:not(#slide-in-sidebar) .widget-sidebar {
    background-color: #fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 12%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    border-radius: 3px;
}

.widget-sidebar>div {
    padding: 0 .5em .4em .5em;
}



.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
	padding: 5px 0;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget-entry-cards .a-wrap:hover,
.rect-vertical-card-3 .related-entry-card-wrap:hover,
#pager-post-navi a.a-wrap:hover
{
background: rgba(231, 224, 218, 0.2);
}

/************************************
** 新着記事ウィジェット
************************************/
.widget-entry-cards .a-wrap {
	list-style-type: none !important;
	margin-bottom: 0;
	border-bottom: solid 1px #d6d3ce;
}
.widget-entry-cards .a-wrap:last-of-type {
	border-bottom: none;
}
.widget-entry-cards .a-wrap:
first-of-type {
	border-top: none;
}

.widget-entry-cards .widget-entry-card-content {
	padding-top: 0.5em;
}

/************************************
** サイドバーカテゴリ
************************************/
.widget_categories ul {
    padding: 0 0px 10px 9px;
    margin-right: 8px;
}

.widget_categories ul li a {
    font-size: .9em;
}
.cat-item a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 6px;
  margin-left: 10px;

}
.font-awesome-5 .cat-item a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.widget_categories ul li a .post-count {
    display: inline-block;
    overflow: hidden;
    min-width: 25px;
    height: 25px;
    margin-left: 3px;
    border-radius: 25%;
    background: #f2f2f2;
    color: #626262;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}

/************************************
** プロフィールボックス
************************************/
.author-box {
	border:none;
	background: rgba(237, 237, 237, 0);
}
.author-box p {
	margin: 0.3em 0 1em;
}

.nwa .author-box .author-thumb{
	width:100%;
}
.author-box .author-name a {
	color: #8b99ad;
	text-decoration: none;
}

@media screen and (min-width: 481px){
.author-box .author-description {
	margin: 0.5em 0;
	font-size: 0.75em;
	}
}
.author-box .sns-follow-buttons a.follow-button{
	width: 30px !important;
	height: 30px!important;
	border: solid 1px #8b99ad;
	border-radius: 50%;
	background-color: #fff;
	color: #8b99ad;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
	font-size: 22px !important;
}

.author-box .sns-follow-buttons a.follow-button:hover{
opacity: 0.7!important;
}

.main .author-content,
.footer .author-content {
	margin-left: 100px;
}

.nwa .author-box {
	max-width: 100%;
}

/************************************
** PR
************************************/
.pr-label-s {
    left: auto;
    color: #8b99ad;
	border: 1px solid rgba(51, 51, 51, .3);
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 0);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(139, 153, 173, 0.06) 3px, rgba(139, 153, 173, 0.06) 6px );}

/************************************
** 目次
************************************/
.toc {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #8b99ad;
}

.toc-content {
	border-top: 1px solid #ededed;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
	padding: 10px 30px 10px 50px;
	border-color: #E39FAD;
	background-color: #f9f8f8;
}
blockquote::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 12px;
	color: #e2dfdc;
	vertical-align: middle;
	line-height: 1;
}
blockquote::after {
	content: none;
}


/************************************
** カテゴリリンク・タグリンク
************************************/
.cat-link {
	background-color: #8b99ad;
	color: #fff;
}

.cat-link:hover {
	background-color: #8b99ad;
	opacity: 0.7;
	color: #fff;
}

.tag-link,
.comment-reply-link {
	border: 1px solid #8b99ad;
	color: #8b99ad;
}

.tag-link:hover,
.comment-reply-link:hover {
	background-color: #fff;
	color: #8b99ad;
}

/************************************
** ページャーリンク
************************************/
.pager-links a {
	text-decoration: none;
}

.pager-links a span {
	background-color: #8b99ad;
	color: #fff;
	transition: all 0.4s ease-out;
}

.pager-links a:hover span {
	background-color: #8b99ad;
	color: #fff;
	opacity: 0.7;
}
/************************************
** 記事ページ
************************************/
.article-footer,
.entry-footer {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 0px solid #8b99ad;
}

/************************************
** ブログカード
************************************/
.blogcard-wrap .blogcard {
	padding: 1.2% 2%;
	border: 1px solid #8b99ad;
	background-color: #fff;
}
.blogcard-wrap .blogcard:hover {
	border: 1px solid #8b99ad;
	background-color: #f9f8f8;
}

/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
	border: 1px solid #8b99ad;
}


.pager-post-navi .card-thumb img {
	vertical-align: bottom;
}

@media screen and (max-width: 480px) {
	.pager-post-navi a figure {
		min-width: 20%;
		max-width: 20%;
	}
	.pager-post-navi a.next-post {
		border-top: 1px solid #8b99ad;
	}
}
@media screen and (min-width: 481px) {
	.pager-post-navi {
		display: flex;
		flex-direction: row;
		position: relative;
		justify-content: space-between;
	}
	.pager-post-navi a.prev-post,
	.pager-post-navi a.next-post {
		width: 50%;
		margin: 0;
	}
	.pager-post-navi::after {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: #ededed;
		content: "";
	}
}
.pager-post-navi a.prev-post::before,
.pager-post-navi a.next-post::before {
	color: #ededed;
}

/************************************
** 関連記事
************************************/
.related-entry-heading,
.comment-title {
	padding: 6px 20px;
	background-color: #8b99ad;
	color: #fff;
	font-size: 20px;
}

.related-entry-card-title {
	color: #8b99ad;
}

.related-entry-border .related-entry-card-wrap {
	border: 1px solid #8b99ad;
}


.related-entry-card-thumb-image.card-thumb-image.wp-post-image{
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
}

.related-entry-card .cat-label{
	top:5px;
	left:5px;
}


/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
	margin: 4em auto 0;
	padding: 8px 0;
	border: none;
	border-radius: 4px;
	background-color: #8b99ad;
	color: #fff;
	font-size: 0.938em;
	transition: all 0.4s ease-out;
}

.pagination-next-link:hover {
	background-color: #8b99ad;
	opacity: 0.7;
	color: #fff;}

@media screen and (min-width: 769px) {
	.pagination-next-link {
		width: 60%;
	}
}


/************************************
** ページナンバー
************************************/
.page-numbers {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 2px;
	line-height: 30px;
}

a.page-numbers {
	background-color: #8b99ad;
	color: #fff;
	transition: all 0.4s ease-out;
}
a.page-numbers:hover {
	background-color: #8b99ad;
	opacity: 0.7;
	color: #fff;
}



/************************************
** フッターメニュー
************************************/

.footer{
	background-color: #8b99ad;
	color: #fff;
}
.navi-footer-in a {
	color: #fff;
}
.navi-footer-in a:hover {
background: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.navi-footer-in > .menu-footer li {
	border-left: 1px solid #e2dfdc;
}

@media screen and (max-width: 834px) {
	.navi-footer-in > .menu-footer li.menu-item {
		border: none;
	}
	    .navi-footer-in>.menu-footer li.menu-item {
        background-color: #f5f5f5;
}
	.navi-footer-in a {
    color: #8b99ad;
	}

	#mobile_ad-2{
		margin-bottom:0;
	}
	
}



/************************************
** モバイルフッターバー
************************************/
.mobile-menu-buttons {
	background: #8b99ad;
}
.mobile-menu-buttons .menu-caption,
.mobile-menu-buttons .menu-icon {
	color: #fff;
}
.mobile-menu-buttons .menu-button:hover {
background: rgba(0, 0, 0, 0.1);
}

.navi-menu-content {
	background-color: #fff;
}
.navi-menu-content .menu-drawer a {
	color: #8b99ad;
	border-bottom: 1px solid #8b99ad;
}
.navi-menu-content .menu-drawer .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.navi-menu-content .menu-drawer .sub-menu a {
	padding-left: 2.2em;
}
.navi-menu-content .menu-drawer .sub-menu a::before {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 1.4em;
	width: 1em;
	content: "-";
}
.navi-menu-content .menu-drawer a {
	position: relative;
	padding: 10px;
}
.navi-menu-content .menu-drawer a:hover {
	background-color: #ededed;
}

/************************************
** トップへ戻るボタン
************************************/
.go-to-top-button {
	background-color: #8b99ad;
	color: #fff;
}
.go-to-top-button:hover {
	background-color: 8b99ad;
}

/************************************
** ボックス
************************************/
.primary-box,
.sp-primary,
.primary {
	background-color: #a6a5a3;
	color: #fff;
}

/*サクセスメッセージ*/
.success-box,
.sp-success,
.success {
	border: #b4d09b;
	background-color: #dbe8cf;
}

/*インフォメッセージ*/
.info-box,
.sp-info,
.info {
	border: #9ac4d0;
	background-color: #cee2e8;
}

/*注意メッセージ*/
.warning-box,
.sp-warning,
.warning {
	border: #e6da94;
	background-color: #f7f2db;
}

/*警告メッセージ*/
.danger-box,
.sp-danger,
.danger {
	border: #df9a87;
	background-color: #f4ded7;
}

/*キャプション付き*/
.tab-caption-box {
    --cocoon-custom-border-color: #bdc4cd;
}

/*付箋*/
.blank-box.sticky {
    background-color: #ffffff;
}

/************************************
** テーブル
************************************/
.wp-block-table td,
.wp-block-table th {
    border: 1px solid #8b99ad!important;
}

table th {
	font-weight: normal;
	background-color: #ededed;
}


.wp-block-table.is-style-stripes,
.wp-block-table.is-style-stripes {
    border: 1px solid #b8aa8b42 !important;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border: 1px solid #fff !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #b8aa8b42!important;
}




/*******************************
* 補足説明
********************************/
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
	margin-top: 2em;
	padding: 16px;
	border-width: 2px 2px 2px 48px;
	border-radius: 5px 0 0 5px;
	background-color: #fff;
	line-height: 2;
}
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
	left: -46px;
	padding: 0;
	border-right: none;
	color: #fff;
	font-size: 30px;
}
.information-box p,
.question-box p,
.alert-box p,
.information p,
.question p,
.alert p,
.memo-box p,
.comment-box p,
.common-icon-box p {
	margin: 0;
}
.information-box p + p,
.question-box p + p,
.alert-box p + p,
.information p + p,
.question p + p,
.alert p + p,
.memo-box p + p,
.comment-box p + p,
.common-icon-box p + p {
	margin-top: 10px;
}

.information-box,
.information {
	border-color: #bcd8e0;
}

.question-box,
.question {
	border-color: #ebe1a9;
}

.alert-box,
.alert {
	border-color: #e9bcaf;
}

.memo-box {
	border-color: #cee0bd;
}

.comment-box {
	border-color: #ced2d5;
}

.ok-box {
	border-color: #8dd2e1;
}

.ng-box {
	border-color: #eea9a9;
}

.good-box {
	border-color: #a6c978;
}

.bad-box {
	border-color: #f196a6;
}

@media screen and (max-width: 440px) {
	.information-box,
	.question-box,
	.alert-box,
	.information,
	.question,
	.alert,
	.memo-box,
	.comment-box,
	.common-icon-box {
		padding: 6px;
		border-width: 2px 2px 2px 30px;
	}
	.information-box::before,
	.question-box::before,
	.alert-box::before,
	.information::before,
	.question::before,
	.alert::before,
	.memo-box::before,
	.comment-box::before,
	.common-icon-box::before {
		top: 50%;
		left: -13px;
		margin-left: -0.5em;
		padding: 0;
		font-size: 20px;
	}
}
.blank-box.bb-yellow {
	border-color: #e6da94;
}

.blank-box.bb-red {
	border-color: #df9a87;
}

.blank-box.bb-blue {
	border-color: #9ac4d0;
}

.blank-box.bb-green {
	border-color: #b4d09b;
}

.blank-box.bb-tab.bb-yellow::before,
.blank-box.bb-tab.bb-yellow .bb-label {
	background-color: #e6da94;
}

.blank-box.bb-tab.bb-red::before,
.blank-box.bb-tab.bb-red .bb-label {
	background-color: #df9a87;
}

.blank-box.bb-tab.bb-blue::before,
.blank-box.bb-tab.bb-blue .bb-label {
	background-color: #9ac4d0;
}

.blank-box.bb-tab.bb-green::before,
.blank-box.bb-tab.bb-green .bb-label {
	background-color: #b4d09b;
}

.blank-box.sticky.st-yellow {
	border-color: #e6da94;
	background-color: #f7f2db;
}

.blank-box.sticky.st-red {
	border-color: #df9a87;
	background-color: #f4ded7;
}

.blank-box.sticky.st-blue {
	border-color: #9ac4d0;
	background-color: #dfecf0;
}

.blank-box.sticky.st-green {
	border-color: #b4d09b;
	background-color: #e8f0e0;
}

