@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-in,
.footer {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.tagline {
	margin: 0;
	background-color: #004EA2;
	padding: 10px;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
.article-footer div,
#wp-calendar,
.card-snippet,
.page-numbers,
pre,
.pager-links span,
table th,
.pagination .current,
blockquote,
.key-btn,
.widget_archive ul li a,
.pager-post-navi a.a-wrap::before,
.entry-content li {
	color: #333;
}

blockquote::before,
blockquote::after,
.button-caption,
.social-icon,
.cat-icon,
.icon-rss-logo,
.icon-feedly-logo {
	color: #fff;
}

.slick-arrow:before {
	color: #004EA2 !important;
}

.mobile-menu-buttons {
	background-color: #18191d;
}

.widget {
	font-size: 12px;
}

.widget_archive ul li a {
	padding: 0;
}

.entry-content p {
	font-size: 14px;
}

.logo {
	background: none;
	/* background-position: calc(50% - 240px) center;
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-image: url(http://sone-blog.local/wp-content/uploads/2026/01/logo_img.png); */
}

.main,
.sidebar,
.carousel-in {
	background: rgba(153, 204, 255, 0.25);
}

.carousel .a-wrap {
	background: none;
}

.carousel-entry-card-title {
	font-size: 14px;
	color: #333;
}

table th,
table td,
.page-numbers,
.page-numbers.dots,
.tagcloud a,
.list.ecb-entry-border .entry-card-wrap,
.related-entries.recb-entry-border .related-entry-card-wrap,
.pager-post-navi.post-navi-border a.a-wrap,
.article .toc,
.a-wrap .blogcard,
.author-box,
.comment-reply-link,
.ranking-item,
pre,
.pager-links span,
table th,
.pagination .current,
blockquote,
.key-btn {
	border-color: rgba(255, 255, 255, .7);
}

.s4ifbshare{
	bottom:auto !important;
}

#header-container{
	background-color: transparent;
}

.footer-bottom-logo img{
	height: 100px;
}

.footer-bottom-content,
.footer-bottom-logo {
  float: none;
	position: relative;
}

.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 50px;
}

.footer-bottom.fdt-logo.fnm-text-width.cf::after{
	display: none;
}

.go-to-top{
	right: 20px;
	bottom: 100px;
}

.go-to-top-button{
	width: 110px;
	height: 110px;
}

.go-to-top-button-image:hover {
  animation: furi 3s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes furi {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-6deg); }
  50%  { transform: rotate(6deg); }
  75%  { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}

.s4ifbshare{
	bottom:auto !important;
}

#header-container{
	background-color: transparent;
}

.footer-bottom-logo img{
	height: 100px;
}

.footer-bottom-content,
.footer-bottom-logo {
  float: none;
	position: relative;
}

.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 50px;
}

.footer-bottom.fdt-logo.fnm-text-width.cf::after{
	display: none;
}

.go-to-top{
	right: 20px;
	bottom: 100px;
}

.go-to-top-button{
	width: 110px;
	height: 110px;
}

.go-to-top-button-image:hover {
  animation: furi 3s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes furi {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-6deg); }
  50%  { transform: rotate(6deg); }
  75%  { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}

@media screen and (max-width: 834px){

}
.header-site-logo-image{
	height: 250px;
}

.site-name-text-link{
	margin-top: 30px;
}

.textwidget{
	line-height: 1.5;
}

/* アイキャッチ非表示 */
.eye-catch-wrap{
	display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
	/*必要ならばここにコードを書く*/
		#sidebar{
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
	
  .no-mobile-sidebar .sidebar,
  .mobile-button-fmb .go-to-top-button,
  .no-mobile-header-logo #header .logo-header {
    display: block;
  }
		
	.footer-bottom{
	height: 100%;
}
		#sidebar{
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
	
  .no-mobile-sidebar .sidebar,
  .mobile-button-fmb .go-to-top-button,
  .no-mobile-header-logo #header .logo-header {
    display: block;
  }
		
	.footer-bottom{
	height: 100%;
}
}

/*834px以下*/
@media screen and (max-width: 834px) {

	/*必要ならばここにコードを書く*/
	.logo {
		background: none;
		/* background-position: calc(75%) 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(https://smcblog.net/kblog/wp-content/uploads/2021/11/shocho_img2_.png); */
	}
	
		.go-to-top{
	right: 10px;
	bottom: 170px;
}

.go-to-top-button{
	width: 80px;
	height: 80px;
}

	
	.footer-bottom{
		margin-top: 0;
	}
	
	.footer-bottom{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
		padding-bottom: 20px;
}
.header-site-logo-image{
	height: auto;
}
	
	.go-to-top{
	right: 10px;
	bottom: 170px;
}

.go-to-top-button{
	width: 80px;
	height: 80px;
}

	
	.footer-bottom{
		margin-top: 0;
	}
	
	.footer-bottom{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
		padding-bottom: 20px;
}

}

/*480px以下*/
@media screen and (max-width: 480px) {
	/*必要ならばここにコードを書く*/
}