@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

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

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

.entry-content {
	margin-bottom: 1rem;
}
p {
	margin-bottom: 1rem !important;
}
p+ul {
	margin-top: -1rem;
}
#header-in .logo-text {
	padding: 0 0 1.5rem 0;
}
#header-in .logo-text a:hover {
	background-color: transparent;
}
#header-in .site-name-text {
	font-size: 2rem;
	font-family: 'Homemade Apple', cursive;
	font-weight: 700;
}
#header-in div.tagline {
	font-size: 1rem;
	font-family: 'Homemade Apple', cursive;
	font-weight: 700;
	color: #ff6699;
	margin: 2rem 0 0 0;
}
.cat-label {
	top: 0.4rem;
	left: 0.4rem;
}
.eye-catch .cat-label {
	top: 0.5rem;
	left: 0.5rem;
}
.entry-card-snippet,
.card-snippet,
.e-card-snippet {
	font-size: 0.875rem;
}

.entry-card .admin-pv{
	margin: 0.4rem 0;
}

.footer, .footer-bottom {
	margin-top: 0;
}
#footer {
	padding-bottom: 16px;
}
.footer-bottom-logo {
	position: relative;
}
.footer-bottom-logo .site-name-text-link {
	padding-left: 0;
}
.st-tag-cloud .st-tags {
	border: 1px solid #cccccc;
	padding: 0 4px 2px 4px;
	margin: 1px;
	text-decoration-line: none;
	border-radius: 16px;
}
.st-tag-cloud .st-tags:hover {
	background-color: #ff99aa;
	color: #ffffff !important;
	font-weight: 700;
}
img.size-large {
	border-right: solid 6px #ffffff !important;
}
img.bottom-0 {
	margin-bottom: -1rem;
}
.gallery {
	margin: 1rem auto !important;
}
p+style+div.gallery {
	margin-top: -0.5rem !important;
}
.gallery-item {
	margin: 0 calc(100% / 615) !important;
}
.gallery-columns-2 .gallery-item {
	width: 49.675% !important;
}
.gallery-item dt a img {
	border-top: none !important;
	border-right: solid 4px #ffffff !important;
	border-bottom: none !important;
	border-left: none !important;
	margin: 0 0 8px 0 !important;
}
a {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #ff6633;
	background-color: #ffddee;
}
.sidebar h2,
.sidebar h3,
.sidebar h4 {
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	padding: 0;
	margin: 1rem 0 0.5rem 0;
}
.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,
.widget_block ul li a {
	padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
.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_block ul li a:hover {
	background-color: #ffddee;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts,
ul.wp-block-archives-list,
ul.wp-block-categories-list {
	padding: 0 0 0 1.5rem;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ul.wp-block-categories-list li {
	list-style-type: none;
	position: relative;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li:before,
ul.wp-block-archives-list li:before,
ul.wp-block-categories-list li:before {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: -1.375rem;
	top: 0.9375rem;
    content: "";
	background: #ff99aa;
}
.wp-block-latest-posts__list.wp-block-latest-posts a,
.wp-block-archives-list a,
.wp-block-categories-list a {
	margin-left: -0.5rem;
}
#fa-twitter-icon, #fa-aifan-icon, #fa-myfans-icon, #fa-thumbs-up-icon, #fa-patreon-icon {
	margin: 0.75rem 0 0.5rem 2.375rem;
	padding: 2px 4px 4px 0;
	font-family: "Noto Sans JP";
	color: #000000;
	font-weight: 700;
}
#fa-twitter-icon:before, #fa-thumbs-up-icon:before {
	font-family: "FontAwesome";
	margin: 0 0.5rem 0 -2.375rem;
	border-radius: 50%;
	font-size: 1.25rem;
	padding: 0.5rem;
}
#fa-aifan-icon:before, #fa-myfans-icon:before, #fa-patreon-icon:before {
	font-family: "FontAwesome";
	margin: 0 0.5rem 0 -2.375rem;
	border-radius: 50%;
	font-size: 1rem;
	padding: 0.6rem;
}
#fa-twitter-icon:before {
	background-color: #6699ff;
	color: #ffffff;
}
#fa-twitter-icon:hover {
	color:#ffffff;
	background-color:#6699ff;
}
#fa-aifan-icon:before {
	background-color: #6633cc;
	color: #ffffff;
}
#fa-aifan-icon:hover {
	color:#ffffff;
	background-color:#6633cc;
}
#fa-myfans-icon:before {
	color: #ffffff;
	background-color: #ff0000;
}
#fa-myfans-icon:hover {
	color:#ffffff;
	background-color:#ff0000;
}
#fa-thumbs-up-icon:before {
	color:#000000;
	background-color: #ffff00;
	border: 1px solid #cccc00;
}
#fa-thumbs-up-icon:hover {
	color: #ff0000;
	background-color: #ffff00;
}
#fa-patreon-icon:before {
	color: #ffffff;
	background-color: #000000;
}
#fa-patreon-icon:hover {
	color: #ffffff;
	background-color: #000000;
}
.age-gate__heading-title {
	font-family: 'Homemade Apple', cursive;
	font-size: 1.5rem;
	margin: 0;
}
.age-gate__challenge, .age-gate__error {
	font-family: 'Homemade Apple', cursive, 'Noto Sans JP';
	margin-bottom: 1rem;
}
.age-gate__submit {
	width: 4rem;
}
.age-gate__submit--no {
	background-color: #ff0000 !important;
}
.age-gate__submit--no:hover {
	background-color: #000000 !important;
}
.age-gate__submit--yes {
	background-color: #ff8899 !important;
}
.age-gate__submit--yes:hover {
	background-color: #ffccdd !important;
	color: #ff3300 !important;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
	display: inline-block;
	border: none !important;
}
.article h2, .article h3 {
	font-size: 1.5rem;
	letter-spacing: 1px;
	padding: 1rem;
	line-height: 1;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.article h2 {
	background-color: #eeeeee;
	background-color: #ff8899;
}
.article h3 {
	background-color: #f7f7f7;
	background-color: #ff99aa;
}
.article h4, .article h5, .article h6 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.article h4 {
	background-color: #ffaabb;
	font-size: 1.25rem;
	padding: 0.5rem 0;
}
.article h5 {
	background-color: #ffbbcc;
	font-size: 1rem;
	padding: 0.25rem;
}
.article h6 {
	background-color: #ffccdd;
	font-size: 1rem;
	padding: 0.25rem;
}
.page-numbers {
	border-radius: 50%;
	border: 1px solid;
	width: 3rem;
	height: 3rem;
	line-height: 2.75;
}
.page-numbers.current {
	border: 1px solid;
	background-color: #ffb1d8;
	color: #ffffff;
	font-weight: 700;
}
.pagination a:hover {
	background-color: #ffddee;
	border: 1px solid #ffb1d8;
}

.under-entry-content .ad-responsive,
.widget-index-bottom .ad-responsive {
	display: flex;
	flex-wrap: wrap;
}
.ad-responsive ins {
	width: auto;
	min-width: 33% !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
img.entry-card-thumb-image.card-thumb-image.wp-post-image {
	contain: none !important;
	contain-intrinsic-size: 250px 375px !important;
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
	.under-entry-content .ad-responsive,
	.widget-index-bottom .ad-responsive {
		display: block;
	}
	img.entry-card-thumb-image.card-thumb-image.wp-post-image {
		contain-intrinsic-size: 28vw !important;
	}
}
@media screen and (max-width: 845px){
	.under-entry-content .ad-responsive,
	.widget-index-bottom .ad-responsive {
		display: block;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	img.entry-card-thumb-image.card-thumb-image.wp-post-image {
		contain-intrinsic-size: 42vw !important;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	img.entry-card-thumb-image.card-thumb-image.wp-post-image {
		contain-intrinsic-size: 66vw !important;
	}
	.entry-card-content.card-content.e-card-content {
		margin: 0.25rem 0 0 0 !important;
	}
	.entry-card .admin-pv {
		margin: 0;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.gallery-item {
		margin: 0 !important;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
	  width: 50% !important;
	}
	.gallery br {
		clear: none !important;
	}
	.gallery br:last-child {
		clear: both !important;
	}
	img.entry-card-thumb-image.card-thumb-image.wp-post-image {
		contain-intrinsic-size: 62vw !important;
	}
}

/*356px以下*/
@media screen and (max-width: 356px){
  /*必要ならばここにコードを書く*/
	img.entry-card-thumb-image.card-thumb-image.wp-post-image {
		contain-intrinsic-size: 110vw !important;
	}
	.entry-card-content.card-content.e-card-content {
		margin: 0.5rem 0 0 0 !important;
	}
}
