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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* #wpadminbar {
	display: none;
} */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,400;0,8..144,700;0,8..144,900;1,8..144,400;1,8..144,700;1,8..144,900&display=swap');

/* Display None */
.header-container-in.hlt-top-menu,
.site-name-text,
.logo-menu-button.menu-button,
.search-menu-icon.menu-icon,
.search-menu-button,
.navi-menu-button .menu-caption,
.search-menu-button .menu-caption,
.pagination-next-link.key-btn,
.tag-caption span,
.widget-footer-center-title,
.archive-title span,
.footer-right,
.footer-left,
.fa-folder-open,
.posts-not-found p,
.ss-top .sns-share-buttons a .button-caption,
.ss-bottom .sns-share-buttons a .button-caption,
.cat-label,
.entry-categories-tags,
.fa-clock {
	display: none;
}

#appeal {
	height: calc(100vw * calc(500 / 1920));
}

/* 見出しカスタマイズ（h1-4） */
.article h1,
.article h2,
.article h3,
.article h4 { 
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}

.article h1{
 	font-size: 2rem; 
	font-style: italic;
	font-weight: 900;
	margin: 0 auto;
	margin-bottom: 40px;
}

.entry-content h2 {
	background-color: #ffffff;
}

.entry-content h3 {
	font-size: 1.1rem;
	padding-bottom: 16px;
}

/* Entry Card Title */
.entry-card-title {
	font-size: 18px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.02em;
}

/* Contents Width */
.entry-content {
	max-width: 800px;
	margin: 0 auto;
}

/* Post Title Width */
.entry-header h1 {
	max-width: 960px;
}

.widget h2 {
	font-size: 1.6rem;
}

/* Images Pics */
.card-thumb img {
	border-radius: .5rem;
}

/* Copyrigth */
.copyright {
	margin: 0 auto;
}

.sns-share-message{
	font-weight: bold; 
	color: #875d5b; 
}

.sns-share-buttons {
	width: 200px;
	flex-wrap: nowrap; 
	justify-content: space-between; 
	margin: 2rem auto;
}

.sns-share-buttons a {
	border-radius: 50%; 
	font-size: 20px; 
	margin: 0 20px; 
}
#main .sns-share a {
	width: 40px;
	height: 40px; 
}

/* Footer SNS Follow */
#footer .sns-follow-buttons {
	width: 320px;
	justify-content: space-between; 
	margin: 60px auto;
}

#footer .sns-buttons a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 1.4em;
	margin: 0 20px;
}

/* Footer Nav Menu */
.menu-footer-nav-container ul {
	display: flex;
	justify-content: center;
}

.menu-footer-nav-container li {
	font-size: .9em;
	margin: 0 10px;
}

/* Index Page Middle Sections */
.widget-entry-card,
.related-entry-card {
	max-width: 480px;
	margin: 0 auto;
}

.widget-index-bottom {
	margin: 80px 0;
}

.popular-entry-cards,
.new-entry-cards {
	display: flex;
}

.main-widget-label,
.related-entry-heading,
.sns-share-message {
	font-size: 1.6rem;
	padding-bottom: 1rem;
	color: #ab0000;
	font-weight: 900;
}
.related-entry-heading {
	margin-top: 80px;
}
.sns-share-message {
	display: block;
	padding-top: 4rem;
}

.widget-entry-cards .a-wrap {
	padding: 20px;
}

/* Header / Navigation / Menu */
.mobile-header-menu-buttons {
	display: flex;
	bottom: auto;
	top: 0;
	padding: 10px 0;
}

.mobile-header-menu-buttons {
	background-color: transparent;
}

.mobile-menu-buttons {
	box-shadow: none;
}

#navi .navi-in>ul {
	justify-content: flex-end
}

#navi .navi-in>ul>li {
	width: 200px;
}

#navi .navi-in a {
	font-size: 18px;
}

/* Mobile Menu */
.mobile-header-menu-buttons {
	align-items: center;
	height: 64px;
}

.mobile-menu-buttons .menu-button > a {
	padding-right: 48px;
}

#navi-menu-content {
	background-color: rgba(43, 43, 43, .9); 
}

.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

.menu-close-button {
	color: #ffffff;
	padding: 20px 0;
}

.logo-menu-button.menu-button img {
	max-width: 128px;
}

.navi-menu-icon.menu-icon {
	font-size: 2.5rem;
	position: fixed;
	top: 0;
	right: -43%;
	z-index: 1000;
}

.fa-times:before {
	font-size: 1.5rem;
}

.menu-drawer li {
	text-align: center;
}

.menu-drawer li a {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 900;
	padding: 20px;
}

/*YouTube動画の中央配置*/
.video-container{
	margin: 0px auto;
}

.widget-entry-card-thumb {
	text-align: center;
}

 .entry-card-wrap {
	padding: ;
}
.ect-3-columns  .entry-card-wrap {
	padding: 0 1rem;
}
 .entry-card-wrap {
	padding-bottom: 2rem;
}

.entry-content h2 {
	font-size: 1.5rem;
	padding: 20px 0;
}

/* Comment */
.comment-title {
	text-align: center;
	font-size: 1.6rem;
	color: #ab0000;
	font-weight: 700;
}
#comment-area {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 80px;
}
.form-submit {
	max-width: 300px;
	margin: 0 auto;
}
.form-submit input {
	font-size: 1.2rem;
	color: #fff100;
	background-color: #12298c;
	border-radius: 30px;
}
.comment-btn {
	max-width: 300px;
	margin: 0 auto;
	font-size: 1.2rem;
	color: #fff100;
	background-color: #12298c;
	border-radius: 30px;
}
.comment-form {
	margin: 40px 0 80px;
}

/* Entry Card Mouth Hover Effect */
.entry-card-wrap img:hover,
.entry-card-content h2:hover,
.widget-entry-card-thumb img:hover,
.widget-entry-card-content div:hover{
	opacity: 0.6;
	transition: all 0.6s ease;
	transform: scale(1.05, 1.05);
}

/* Search Box */
.search-box {
	max-width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
input.search-edit {
	border-radius: 30px;
}

#main .pagination .page-numbers {
 	display: inline-block;
 	width: 46px;
 	height: 46px;
 	border-radius: 50%;
 	background: #fff;
 	font-size: 17.5px;
 	font-weight: bold;
 	text-decoration: none;
 	line-height: 46px;
 	border: unset;
 	margin: 20px 0;
}

#main .pagination .current {
 	color: #2b2b2b;
 	background-color: #e2dec1; 
}
#main .pagination a:hover {
 	background-color: #efefef; 
}

.entry-content p {
	line-height: 29px;
}

.error-404 {
    text-align: center;
    margin: 50px auto;
}

.go-to-top-button {
	border-radius: 50%;
}

.logo-header img {
	width: 200px;
	border-radius: 50px;
}

.logo-menu-button img {
	border-radius: 50px;
}

.tagcloud a {
    border: none;
	 margin: 1rem
    flex: 0 1 auto;
}
.tagcloud a {
	border: none;
	font-size: .9em;
}

.archive-title {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}

.footer-center {
	width: 64%;
	margin: 0 auto;
}

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

/* Amazon Affiliate Image Short Code */
.amz-img-container {
	text-align: center;
	margin: 80px auto 40px;
}

.amz-img {
 max-width: 200px;
	max-height: 200px;
	width: auto;
}

/* Amazon Affiliate Button Short Code */
.amz-btn {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.amz-btn p {
	display: inline-block;
	padding: 12px 40px;
	background-color: #FF9900;
	color: #000;
	text-decoration: none;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
	font-weight: bold !important;
}

/* Rakuten Affiliate Button Short Code */
.rkt-btn {
	display: block;
	text-align: center;
	margin: 0 auto 60px;
}

.rkt-btn p {
	display: inline-block;
	padding: 12px 40px;
background-color: #BE0000;
color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
	font-weight: bold !important;
}

/* Cloudflare Turnstile */
.turnstile-center {
  text-align: center;
}
.turnstile-center iframe {
  display: inline-block;
}

/************************************
Mobile
************************************/
/* 1280px */
@media screen and (max-width: 834px) {
	#sidebar {
		display: none;
	}
}

/*1023px*/
@media screen and (max-width: 1023px) {
	.appeal-in {
		margin-top: -56px;
	}
	.article h1{
		font-size: 1.8rem; 
		margin: 40px 0 40px 0;
	}
	#header {
		display: none;
	}
	#search-2 {
		display: none;
	} 
  .search-menu-button.menu-button {
    display: none;
  }
  .sns-follow-buttons.sns-buttons {
		width: 400px;
	}
	.widget-footer-mobile-title {
	display: none;
  }
}

/*834px*/
@media screen and (max-width: 834px) {
	#appeal {
		background-image: url(https://tuikau.com/wp-content/uploads/tuikau_main_visual_sp_01.jpg);
		height: calc(100vw * calc(1080 / 1080)); 
	}
	.widget-entry-cards a {
		margin: 0 auto;
	}
	.popular-entry-cards,
	.new-entry-cards {
		flex-direction: column;
	}
	#footer .widget-footer-mobile {
		margin-top: 40px;
	}
	.menu-footer-nav-container ul {
		flex-wrap: wrap;
	}
}

/*480px*/
@media screen and (max-width: 480px) {

	.widget-index-bottom {
	margin: 40px 0;
	}
	.article h1{
		font-size: 1.5rem; 
		margin: 20px 0 0 0;
	}
	.widget-entry-cards {
		padding: 10px;
	}
	.widget-entry-card figure {
		max-width: 150px;
		margin: 0 auto;
	}
	.widget-entry-cards.card-large-image figure {
		max-width: 240px;
	}
	.widget-entry-cards .a-wrap {
		padding: 10px 0;
	}
	.search-box {
	max-width: 200px;
	}
  .sns-follow-buttons.sns-buttons {
		width: 320px;
	}
	.archive-title {
	font-size: 1.75rem;
	}
}