@charset "UTF-8";
/*
  Skin Name: sadochuo_01
  Description: 某無料WordPressテーマっぽいスキンです。「Like Simplicity_わいひら」より
  Skin URI: https://wp-cocoon.com/skin-simplicity/
  Author: staff
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/like-simplicity.png
  Version: 1.0.1
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: transparent;
}

/* グローバルメニュー　背景カラー */
.navi {
	background-color: #F7F7F7;
}

/* グローバルメニュー　背景の高さ */
#navi .navi-in > ul li{
	height: 60px;
	line-height: 60px;
}

.main,
.navi,
.sidebar,
.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: 1px solid #ccc;/* グローバルメニュー　ラインカラー　太さ */
  border-radius: 4px;
}

/*--------------------------------------------------------------
## グローバルメニュー　追加
--------------------------------------------------------------*/
/* グローバルメニュー　現在位置をハイライト */
.navi-in .current-menu-item a {
	background-color: #f1f1f1;
}

/* グローバルメニューのフォントサイズ等変更 */
.navi-in .menu-header .item-label{
	font-size: 14px;
	font-weight: normal;
}

/* グローバルメニューのホバーカラー */
.navi-in a:hover {
  background-color: #f1f1f1;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

/*グローバルナビメニュー マウスオーバーでアンダーライン*/
#navi .navi-in a:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 1px;/*線の位置*/
height: 1px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #666;/*線の色*/
transform: scale(0,1);/*マウスオーバーの前は線を消す*/
transition: 0.3s;/*線が0→100%になるまでの秒数*/
}

#navi .navi-in a:hover:after{
transform: scale(1);/*マウスオーバー後、線を100%出す*/
}

/*選択中のカテゴリーにアンダーライン*/
.current-menu-item:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 1px;/*線の位置*/
height: 1.5px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #666;/*線の色*/
}


/* ヘッダー　ロゴ画像　左右マージン */
.header-in {
	padding: 0px;
}

.logo-text {
	padding: 0;
}

.sidebar h2,
.sidebar h3 {
  background: transparent;
  padding: 0.4em;
  margin: 0.3em 0;
}

.article h2 {
  background: transparent;
  border-left: 1px solid #000;
  margin: 40px -29px 20px;
  padding: 25px 30px;
  font-size: 26px;
}

.article h3 {
  border: none;
  font-size: 23px;
  border-top: 1px solid #e7e7e7;/* 見出しライン h3　カラー　太さ */
  padding: 20px 0;
}

.article h4 {
  border: none;
  border-bottom: 5px dashed #eee;
}

.article h5,
.article h6 {
  border: none;
}

@media screen and (max-width: 834px) {
  .article h1, .entry h2 a, #archive-title, .article h2, .article h3, .article h4, .article h5 .article h6, .article h3, #comment-area h2, #related-entries h2 {
    font-size: 20px;
  }

  .article h2 {
    margin: 40px 0;
    padding: 14px;
  }
}

 /* ロゴの大きさ・幅に関するもの　上、スクロールで同じサイズ */
.header-container-in.hlt-top-menu .logo-header img {
	max-height: 100%;
	height: auto;
	max-width: 300px;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## リンクカラー　本体より
--------------------------------------------------------------*/
/* デフォルトリンク 
a {
  color: #1967d2;
}*/

/* リンク　ホバーカラー */
a:hover {
	color: #CAC6B7;
}


/*--------------------------------------------------------------
## 見出し　h1
--------------------------------------------------------------*/
.article h1 {
	color: #5d5a56;/*文字色*/
	padding-top: 0.7em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-top: solid 1px #cccccc;/*上線*/
/*	border-bottom: solid 1px #cccccc;下線*/
}

/*--------------------------------------------------------------
## アコーディオン（トグル）
--------------------------------------------------------------*/
/* アコーディオン（トグル）の見出しを左詰めにする */
.toggle-button {
	text-align: left;
}

/* アコーディオン（トグル）の開閉速度 */
.toggle-wrap .toggle-content {
transition: all 0.1s ease;
}

.toggle-checkbox:checked ~ .toggle-content {
transition: all 0.15s ease;
}

/* アコーディオン（トグル）枠線の太さ */
/*見出し*/
.toggle-button {
	border: 0.5px solid #cccccc; /*枠線種・太さ・色*/
	background-color: #f1f1f1;
}

/*内容*/
.toggle-content {
border: 0.5px solid #cccccc !important; /*枠線種・太さ・色*/
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.sidebar h2 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #5d5a56; /* サイドバータイトルの色を指定 */
}
.sidebar h2::before,
.sidebar h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 1px solid #cccccc; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h2::before {
  left: 0;
}
.sidebar h2::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;
}