@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ----- common ----- */
.rollover {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.rollover:hover {
  opacity: 0.8;
}
.a-wrap:hover,
.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,
.pagination a:hover,
.pagination-next-link:hover,
.comment-btn:hover {
	background-color: #fff8f8;
}
.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 {
	border-color: #eee;
	font-size: 13px;
}
.sp_block {
	display: none;
}
/* wrapper */
#container {
	background-color: #faf1f1;
/* 	background-image:-webkit-linear-gradient(280deg, #207edb 12.08%, #40bb9d 95.62%); */
/* 	background-image:-o-linear-gradient(280deg, #207edb 12.08%, #40bb9d 95.62%); */
/* 	background-image:linear-gradient(280deg, #207edb 12.08%, #40bb9d 95.62%); */
/* 	background-size: 100% 4px; */
/* 	background-repeat: no-repeat; */
	border-top: 4px solid #d70010;
/* 	padding-top: 4px; */
}
/* header */
.logo-image {
	padding-top: 22px;
}
/* navi */
.navi {
	background-color: #f4f4f4;
}
.navi-in > ul li {
	height: 53px;
	line-height: 53px;
}
.navi-in a {
	font-size: 13px;
}
.navi-in a:hover {
	background-color: #fff6f6;
}
/* notice-area */
.notice-area {
	padding: 14px;
	font-size: 13px;
	line-height: 1;
}
/* appeal */
.appeal {
	background-position: center;
	background-size: cover;
}
.appeal-content {
	display: none;
}
/* carousel */
.carousel {
	background-color: #fff;
	margin-top: 0;
	padding: 10px 0;
}
.carousel-entry-card-title {
	font-size: 13px;
}
.carousel .slick-arrow::before {
	color: #aeaeae;
	font-size: 24px;
}
.slick-dots {
	bottom: -40px;
}
.slick-dots li button::before {
	font-size: 10px;
	color: #cad0d5;
	opacity: 1;
}
.slick-dots li. button::before {
	opacity: 1;
}
/* sidebar */
.sidebar {
	padding: 20px 20px 30px;
}
.sidebar h3 {
	background-color: transparent;
	padding: 0;
	margin: 30px 0 10px;
	font-size: 20px;
}
.sidebar form {
	margin: 0;
}
.sidebar .widget-entry-cards .a-wrap {
	padding: 10px;
	border: 1px solid #eee;
}
.sidebar .widget-entry-cards img {
	vertical-align: middle;
}
.sidebar .widget-entry-cards .widget-entry-card-title {
	font-size: 13px;
}
.sidebar .widget_categories ul li {
	border-bottom: 1px solid #eee;
}
.sidebar .widget_categories ul a {
	font-size: 14px;
	padding: 10px 0;
}
.sidebar .widget_categories ul a::before {
	font-family: FontAwesome;
    content: "\f054";
    /*content: "→";*/
	margin-right: 5px;
}
.sidebar .widget_categories ul .post-count {
	text-align: center;
	font-size: 11.5px;
	background-color: #eee;
	padding: 3px 5px;
	min-width: 30px;
}
/* content-bottom */
.content-bottom {
	margin: 30px 0 50px;
}
/* footer */
.footer {
	padding-top: 30px;
}
.footer-bottom {
	margin-top: 0;
	padding-top: 0;
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
	border: none;
}
.navi-footer-in a {
	font-size: 12.5px;
}
.navi-footer-in a:hover {
/* 	background-color: #f8fdff; */
	background-color: transparent;
	text-decoration: underline;
}
.copyright {
	margin-top: 20px;
	color: #666;
	font-size: 8px;
}
/* menu-close-button */
.menu-close-button {
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}


/* ----- home ----- */
.home #content {
	margin-top: 40px;
}


/* ----- arcives ----- */
.ecb-entry-border .entry-card-wrap {
	border-color: #eee;
	margin-bottom: 15px;
}
.pagination {
	margin-bottom: 0;
}
.page-numbers {
	font-size: 15px;
}
.page-numbers,
.pagination-next-link {
	border-color: #d70010;
	border-width: 1px;
	border-radius: 4px;
}
.pagination-next-link,
.comment-btn {
	background-color: #fff;
	font-weight: bold;
}
.page-numbers.next,
.page-numbers.next:hover {
	color: #d70010;
}
.pagination .current {
	background-color: #d70010;
	border-color: #d70010;
	color: #fff;
}


/* ----- single ----- */
.single .entry-content {
	font-size: 15px;
	margin-bottom: 60px;
}
.single .toc {
	border: none;
	background-color: #ffeded;
}
.single .article h2 {
	background-color: transparent;
	background-image:-webkit-linear-gradient(280deg, #fc9ba2 12.08%, #ba000e 95.62%);
	background-image:-o-linear-gradient(280deg, #fc9ba2 12.08%, #ba000e 95.62%);
	background-image:linear-gradient(280deg, #fc9ba2 12.08%, #ba000e 95.62%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 25px;
	padding: 20px 0 21px;
	margin-top: 60px;
	margin-bottom: 20px;
}
.single .article h3 {
	border: none;
	font-size: 18px;
	margin-top: 30px;
	padding: 0 0 12px;
	margin-bottom: 20px;
	position: relative;
}
.single .article h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #d70010;
}
.single .article h4 {
	font-size: 16px;
	border: none;
	padding: 0;
	margin: 30px 0 16px;
}
.single .article h4 span {
	border-bottom: 3px solid #ffdcdc;
}
.single .article h5 {
	font-size: 15px;
	border: none;
	padding: 0;
	margin: 16px 0;
}
.single .article h5 span {
	display: inline-block;
	background-color:#f3f3f3;
	padding: 8px 10px;
}
.single .article h6 {
	font-size: 15px;
	border: none;
	padding: 0;
	margin: 16px 0 13px;
}
.single h5 + p,
.single h6 + p {
	margin-top: 0;
}
.single .cat-link {
	color: #d70010;
	background-color: transparent;
	padding: 0;
}
.single .entry-categories-tags {
	margin-bottom: 0;
}
.single .article-footer .sns-share {
	margin-top: 0;
}
.single .related-entry-heading {
	margin: 40px 0 20px;
	line-height: 24px;
}
.single .rect-vertical-card .related-list {
	justify-content: space-between;
}
.single .rect-vertical-card-4 .related-entry-card-wrap {
	padding: 0;
	width: 23.5%;
}
.single .rect-vertical-card .related-entry-card-title {
	font-size: 13px;
}
.single .rect-vertical-card .post-date {
	font-size: 11px;
}
.single .breadcrumb,
.single .breadcrumb a {
	color: #d70010;
	font-size: 12px;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1261px以上*/
@media screen and (min-width: 1261px){
	.entry-card-thumb {
		width: 240px;
	}
	.entry-card-content {
		margin-left: 260px;
	}
}
/*835px以上*/
@media screen and (min-width: 835px){
	.home .main {
		padding: 30px;
	}
	.ecb-entry-border .entry-card-wrap {
		padding: 20px;
	}
	.entry-card-thumb {
		margin-top: 0;
	}
	.entry-card-thumb img {
		vertical-align: middle;
	}
	.entry-card-meta,
	.related-entry-card-meta {
		bottom: -15px;
	}
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.pc {
		display: none;
	}
	.sp_block {
		display: inline-block;
	}
	.mblt-header-mobile-buttons {
		margin-top: 62px;
	}
	.mobile-header-menu-buttons {
		padding: 10px 0;
	}
	.has-logo-button .logo-menu-button {
		display: flex;
		align-items: center;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	main.main {
		padding: 24px 16px;
	}
	.appeal div.appeal-in {
		min-height: 140px;
	}
	.related-entry-card-meta {
		position: relative;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.notice-area {
		line-height: 1.6;
		padding: 10px 14px;
	}
	.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
		justify-content: flex-start;
	}
	.navi-footer-in > .menu-footer li:last-child {
		border-right: 1px solid #ccc;
	}
	.navi-footer-in > .menu-footer li.menu-item {
		border-left: 1px solid #ccc;
		width: auto;
		text-decoration: underline;
		margin: 0;
	}
	.copyright {
		margin-top: 40px;
	}
	/* single */
	.single .article h2 {
		font-size: 24px;
		line-height: 1.4;
	}
	.single .article h3 {
		margin-top: 36px;
	}
}
