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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
.thumbnail-slider li {
  width: 100% !important;
  margin:5px;
}

.thumbnail-slider .slick-track {
  transform: unset !important;
  width:100% !important;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	 .appeal .appeal-in {
    min-height: 400px;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.thumbnail-slider li {
  width: 30% !important;
  margin:5px;
}
	h2.cap {
	font-size: 1.3rem !important;
	}

}

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

.tac {
	text-align: center;
}

.logo-menu-button {
    flex-grow: 1;
  }

.date-tags {
display: none;
}
h2.cap {
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	color: #333333;
	background-color:transparent;
  font-size: 2rem;
	padding: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom:solid 1px #333333;
}

h1 {
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	color: #333333;
	background-color:transparent;
  font-size: 2rem;
	padding: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom:solid 1px #333333;
	position: relative;
}

h1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #333;
	border-radius: 50%;
}

.tab-3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #ffffff;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
	border-bottom: 4px solid #d1d8e4;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid #6b7e9e;
    color: #6b7e9e;
	background-color: #e7eaf0;
}

.tab-3 label:has(:checked) + div {
    display: block;
}

/*
.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #c5b07f; /* サイドバータイトルの色を指定 */
/*}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #c5b07f; /* サイドバータイトル横のバーの色を指定 */
/*}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}
.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 16px;
}
.widget_categories ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
  border-bottom: 1px dotted #ffc679;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
  color: black;
  border: 0px;
}
.author-box {
  border: 0px;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee; /* プロフィールにリンクを貼っている場合, ホバーした際の色指定 */
}
/* スマホサイドバー設定 */
#sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
#sidebar .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
  height: 0;
  padding-top: 75px;
  position: relative;
}
#sidebar .author-thumb img {
  border: 3px dashed #ffc679;
  width: 35%;
  padding: 6px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
#sidebar .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}

.mobile-header-menu-buttons {
	display: flex;
	bottom: auto;
	top: 0;
}
.header-container-in.hlt-top-menu {
	display:none;
}
/************************************
** トップシェアボタン
************************************/
.sns-share.ss-high-and-low-lc a .social-icon {
  font-size: 22px;
}

/************************************
** ボトムシェアボタン
************************************/
@media screen and (min-width: 481px) {
  .sns-share,
  .sns-follow {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

.sns-share-buttons {
  justify-content: space-evenly;
}

.sns-share-buttons a {
  width: 50px !important;
  height: 50px;
  font-size: 1.25em;
  border-radius: 50%;
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .ss-bottom .sns-share-buttons a {
    font-size: 1.3em;
  }
}

.sns-share-buttons a .button-caption {
  display: none !important;
}

.sns-share-message,
.sns-follow-message {
  position: relative;
  margin-bottom: 30px;
  color: #bbb;
}

.sns-share-message::before,
.sns-follow-message::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #c0c0c0;
  border-radius: 3px;
  transform: translateX(-50%);
}

/************************************
** ボトムフォローボタン
************************************/
.sns-follow-buttons {
  /*justify-content: space-evenly;*/
}

.sns-follow-buttons a {
  width: 50px;
  height: 50px;
  font-size: 1.7em;
  border-radius: 50%;
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .ss-bottom .sns-follow-buttons a {
    font-size: 1.3em;
  }
}

/* 画像を中央寄せ＆レスポンシブ幅調整 */
.img-custom-size {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80% !important; /* スマホ時のデフォルト（幅80%） */
  height: auto !important;
}

/* PCサイズ（769px以上）の場合 */
@media screen and (min-width: 769px) {
  .img-custom-size {
    width: 50% !important; /* PC時の幅（50%） */
  }
}

.cat-label.cat-label-41, .cat-link.cat-link-41 {
    background-color: #fff;
    color: #fff
}

.cat-label.cat-label-41, .cat-link.cat-link-41 {
    color: #333
}
