@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

figure.wp-block-gallery .blocks-gallery-grid {
	margin: 0 auto !important;
}

/*　全体　*/

body {
	/* text-align: justify; */
	text-justify: inter-ideograph;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	;
	font-weight: 500;
}

.entry-title,
.archive-title {
	font-size: 36px;
}

.wp-block-image .aligncenter>figcaption {
	text-align: center;
}

.blocks-gallery-item__caption {
	padding: 1em 0.3em 0.2em !important;
	text-align: right !important;
	font-size: 0.5em !important;
	background: linear-gradient(180deg, transparent, #777) !important;
}

figcaption {
	text-align: center;
}

/* .body .wp-block-image figcaption {
	text-align: center;
} */

.card-title-bold .card-title {
	text-align: center;
	padding-top: 0.5em;
}



/*　ロゴ　*/
.header {
	border-top: 4px solid #019ddb;
}

.logo {
	text-align: left;
	margin: 0 0 0 20px;
}

/*　グローバルナビ　*/
#navi .navi-in a {
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: 1px;
}

#navi .navi-in a:hover {
	color: #ffff02;
}

li#menu-item-54,
li#menu-item-55 {
	width: 100% !important;
	border-bottom: 1px solid #FFF;
}

li#menu-item-56 {
	width: 100% !important;
}

/*　パンくず　*/
.breadcrumb a:hover {
	color: #2ca9e1;
}

.breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb.pbp-main-before {
	margin: 0;
	padding: 0;
}

.breadcrumb.sbp-main-before {
	margin: 0;
	padding: 0;
}

.single .breadcrumb.sbp-main-before {
	margin: 20px auto 0;
	padding: 0 30px;
}

#breadcrumb .breadcrumb-top p {
	display: inline-block;
	margin: 0;
}

.fa-file-o:before {
	font-family: fontawesome;
}

.breadcrumb {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 3em 0;
}


/*　固定ページ　*/
.content {
	margin-top: 0;
}

.article-header,
entry-header {
	line-height: 1.2;
}

.date-tags {
	display: none;
}

.entry-content,
.entry-content>* {
	margin-top: 0;
	margin-bottom: 0;
}

.widget-entry-cards.card-large-image .a-wrap {
	float: left;
	width: 50%;
}

#post-7 .sns-share {
	display: none;
	margin: 0;
}

#post-7 h1.entry-title {
	text-align: center;
	margin: 1em 0;
}

#post-7 h2 {
	margin: 0;
}



/*　アピールポイント　*/
.appeal-message p {
	text-align: left;
	margin: 0.5em 0 0
}

/*　サイドバー　*/
.sidebar h3 {
	background: none;
	color: #333;
	font-size: 18px;
	letter-spacing: 2px;
	text-indent: 2px;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}

.sidebar h3::before,
.sidebar h3::after {
	content: '';
	position: absolute;
	top: 46%;
	width: 12%;
	/*ラインの長さ*/
	border-top: 2px solid #333;
	/*ラインの色*/
}

.sidebar h3::before {
	left: 0;
}

.sidebar h3::after {
	right: 0;
}

.widget_categories ul li,
.widget_archive ul li {
	padding-left: 10px;
	border-bottom: 1px dotted rgba(125, 125, 125, 0.2);
}

.widget_categories ul li a,
.widget_archive ul li a {
	padding: 10px;
}

.widget_categories ul li a::before,
.widget_archive ul li a::before {
	font-family: Fontawesome;
	content: "\f138";
	color: #000000;
	margin-right: 6px;
}

.widget_categories ul .children li a:before {
	font-family: Fontawesome;
	content: "\f105";
	color: #000000;
	font-weight: normal;
	margin-right: 6px;
}

.widget_categories ul .children li {
	border-bottom: none;
}

.widget_categories ul .children li a {
	padding: 3px 10px;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
	background: transparent;
	color: #2ca9e1;
	margin-left: 5px;
}

.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count {
	border: 1px solid rgba(221, 221, 221, 0.867);
	border-radius: 5px;
	padding: 1px 7px;
	font-size: 0.7em;
}

.widget_categories ul li a:hover .post-count,
.widget_archive ul li a:hover .post-count {
	border-color: #2ca9e1;
	background: #2ca9e1;
	color: #fff;
	transition: .4s;
}

.widget-entry-card {
	font-size: 16px;
}

.border-partition a:first-of-type {
	border-top: none;
}

/*　フッター　*/
.footer-left,
.footer-center,
.footer-right,
.footer-mobile {
	padding-top: 20px;
}

#footer-in h3 {
	border-bottom: 2px solid #FFF;
	padding: 0 0.5em
}

.footer-bottom {
	margin-top: 0;
	font-size: 12px;
}

.copyright {
	margin: 3em 0 2em;
	font-weight: bold;
	font-size: 0.8em;
}

.tagcloud a {
	background-color: none;
	line-height: 1.5;
}

.widget-footer-right p {
	margin: 0 0 1em;
}

.widget_tag_cloud a {
	font-size: 15px;
}

.widget_popular_entries h3::before {
	font-family: Fontawesome;
	content: "\f040";
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 6px;
}

.widget_tag_cloud h3::before {
	font-family: Fontawesome;
	content: "\f06d";
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 6px;
}

.widget_cta_box h3::before {
	font-family: Fontawesome;
	content: "\f0fb";
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 6px;
}

.cta-box {
	padding: 0;
	background-color: #FFF;
	color: #333;
}

.cta-heading {
	font-size: 18px;
	padding: 10px 0;
}

.cta-message {
	font-size: 16px;
}

/*　カテゴリの記事一覧　*/
.entry-card-title {
	font-size: 20px;
}

/*　投稿内　*/
.single .main {
	padding: 0 29px;
}

.single .breadcrumb.sbp-main-before+.content {
	margin-top: 0;
}

.eye-catch-wrap {
	margin: 1em 0;
}

.read-time {
	margin: 1em 3%;
	padding: 10px 0;
}

.single .entry-content,
.entry-content>* {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

h1.entry-title {
	font-size: 36px;
}

.article h2 {
	font-size: 32px;
	color: #000000;
	padding: 0.5em;
	background: #e8f8ff;
	border-left: solid 3px #019ddb;
}

.article h3 {
	font-size: 28px;
	color: #000000;
	padding: 0.5em;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #019ddb;
}

.fa-external-link:before {
	font-family: fontawesome;
}

/*
#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img,
#gallery-6 img,
#gallery-7 img,
#gallery-8 img,
#gallery-9 img,
#gallery-10 img {
	border:	2px solid #FFF!important;
}
*/

/*一覧ページ*/
#post-21 h2,
#post-23 h2 {
	text-align: center;
	border-left: none;
	background: none;
	margin: 0.3em 0;
	padding: 0;
	letter-spacing: 2px;
	text-indent: 2px;
}

#post-21 .wp-block-button.aligncenter,
#post-23 .wp-block-button.aligncenter {
	margin-bottom: 3em;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
	/*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px) {
	/*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px) {
	/*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {

	/*必要ならばここにコードを書く*/
	.slicknav_menu {
		background: #019ddb;
	}

	.slicknav_menu .slicknav_menutxt {
		color: #019ddb;
		text-shadow: none;
	}

	.slicknav_btn {
		background-color: #FFF;
		text-shadow: none;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #019ddb;
		box-shadow: none;
	}

	.slicknav_nav a:hover {
		background: #019ddb;
		color: #ffff02;
	}

	.logo-image {
		padding: 10px 10px 0;
	}

	h1.entry-title {
		margin: 0.5em 0;
		padding: 0;
	}

	.widget-entry-cards.card-large-image .a-wrap {
		width: 100%;
	}

	.widget-entry-cards.large-thumb-on .card-content {
		font-size: 15px;
	}

	h1.entry-title,
	.archive-title {
		font-size: 1.5em;
	}

	.article h2 {
		font-size: 1.4em;
	}

	.article h3 {
		font-size: 1.3em;
	}

	.single .breadcrumb.sbp-main-before {
		padding: 0 10px;
	}

	.single .main {
		padding: 0 10px;
	}

	.widget_popular_entries,
	.widget_tag_cloud,
	.widget_cta_box {
		margin-bottom: 30px;
	}

	.entry-card-title {
		font-size: 15px;
		line-height: 1.2;
		padding: 3px 0 3px 5px;
	}
}