/*
Skin Name: スキンテンプレート
Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
Skin URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
Version: 1.0.2
Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/

/*
ホバー背景　#f7f3e8
メインカラー　#f7f3e8
カテゴリーラベル rgba(208,0,124,0.9);
*/

/************************************
** 基本
************************************/
body {
background-color: #fff;
color: #333;
}

/************************************
** ヘッダー
************************************/
.header {
background-color: #fff!important;
}
.header-container {
color: #000;
background-color: #fff;
box-shadow: 0px 2px 5px  rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 834px){

element.style {
}
@media screen and (max-width: 834px)
.header-container-in.hlt-top-menu .header .header-in, .header-container-in.hlt-top-menu .header .logo-text {
display: block;
height: 100%;
}
.header-container-in.hlt-top-menu .wrap {
width: auto;
}
.header div.header-in {
min-height: 10px!important;
}
}

/************************************
** グローバルメニュー
************************************/
.header-container .navi,
#navi .navi-in > .menu-header .sub-menu{
background-color: #fff;
}

#navi .navi-in a {
color: #000;
font-weight: bold;
}

#navi .navi-in a:hover {
background-color: #f7f3e8;
color: #d0007c;
}

div.item-description.sub-caption{
color: #d0007c!important;
}

.menu-header .item-label {
font-size: 14px;
letter-spacing: 0.5px;
}
#navi .navi-in>ul>li>a {
padding: 0 0em!important;
}

/************************
/ レスポンシブ
/************************/

/*480px以下*/
@media screen and (max-width: 480px){
.article h2{
padding: .6em 0.2em;
}
.article h3{
padding: .4em 1em;
}
}

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

/* ヘッダーモバイル */
#navi .navi-in > .menu-mobile {
display: block;
overflow-x: auto;
white-space: nowrap;
}

#navi .navi-in > .menu-mobile li {
display: inline-block;
width: auto;
}

.navi-in > .menu-mobile::-webkit-scrollbar {
height: 6px;
}

.navi-in > .menu-mobile::-webkit-scrollbar-track {
background: #fff;
box-shadow: inset 0 0 2px #999;
border-radius: 3px;
}

.navi-in > .menu-mobile::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 3px;
}

```
.navi .item-label{
font-size: 0.8em;
}

```

}

/************************************
** エントリーカード
************************************/
.ect-vertical-card .entry-card-wrap{
max-width: 48%;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 20%);
background-color: #fff;
border-radius: 3px;
padding: 0;
margin-bottom: 35px;
}

.ect-vertical-card .a-wrap:hover{
background-color: #fff;
}

#related-entries .a-wrap:hover,
#pager-post-navi .a-wrap:hover{
background-color: #f7f3e8;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 20%);
border-radius: 3px;
}

.entry-card-title:hover,
.related-entry-card-title:hover{
color: #d0007c;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
margin: 8px 12px 9px 12px;
}

.ect-vertical-card .entry-card-wrap .entry-card-content .post-date{
margin: 0px 5px 5px 0px;
}

@media screen and (max-width:480px) {
.ect-vertical-card .entry-card-wrap {
max-width: 48%;
margin-bottom: 15px;
}
.e-card-title {
font-size: 13px;
}
}

.ect-vertical-card .entry-card-wrap:hover {
opacity: .8;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 4px rgb(0 0 0 / 10%);
transform: translateY(-2px);
}

/* カテゴリラベル */
.cat-label {
background-color: rgba(208,0,124,0.9);
border-top: none !important;
border-bottom: none !important;
border-left: 2px dotted rgba(208,0,124, .15) !important;
border-right: 2px dotted rgba(208,0,124, .15) !important;
box-shadow: 0 0 5px rgba(208,0,124, .2);
text-shadow: 0 0 1px rgba(fcfbf2, 1);
padding: .5em;
color: rgba(255,255,255, 1);
transform: rotate(355deg);
margin-left: -10px;
}

/************************************
** 新着記事、その他カテゴリー
************************************/

.list-title {
margin-top: 0;
}

.list-title-in{
position: relative;
padding: 1.5rem;
margin-bottom: 0;
text-align: center;
font-size: 1.6em;
}

.list-title-in:before {
position: absolute;
top: 80%;
left: calc(50% - 30px);
width: 60px;
height: 5px;
content: '';
border-radius: 3px;
background: #d0007c;
}

.list-title-in:after{
display:none;
}

/************************************
** もっとみる
************************************/
.list-more-button{
border: solid 0.5px #999;
background-color: #fff;
color: #999;
font-weight: bold;
margin-bottom: 5em;
border-radius:0;
padding: 0.3em 5em;
}
.list-more-button::after {
content: "　\f054";
font-family: "Font Awesome 5 Free";
color:#99;
}

.list-more-button:hover{
background-color: #f7f3e8;
}

/************************************
** SNS
************************************/

#main a .button-caption{
display:none;
}
#main .sns-buttons a{
height:35px;
width:35px;
border-radius:50%;
opacity:0.8;
margin-right:10px;
}
#main .sns-buttons a:last-child{
margin-right:0;
}
.sns-share-buttons{
justify-content: flex-start;
}

.ss-top .sns-share-buttons {
flex-wrap: nowrap;
justify-content: right;
margin-bottom: .5em;
}

.article-footer .sns-share-buttons,.article-footer .sns-follow-buttons{
justify-content: center;
}
.sns-share-message, .sns-follow-message{
color:#666;
font-size:0.8em;
}
.sns-follow-buttons a{
font-size:1.3em;
}
.sns-share-message::before, .sns-follow-message::before{
content:'＼ ';
}
.sns-share-message::after, .sns-follow-message::after{
content:' ／';
}
.sns-share, .sns-follow{
margin:0;
}
.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
right: -10px;
bottom: -10px;
color: #aaa;
}
/************************************
** フォーム関連
************************************/
.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 {
padding: 10px;
border: 1px solid #333;
font-size: 14px;
}

.search-submit {
line-height: 27px;
}

/************************************
** 見出し
************************************/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
color: #000;
}
.article h3,
.article h4,
.article h5,
.article h6 {
margin-top: 40px;
margin-bottom: 35px;
}

.article h4,
.article h5,
.article h6 {
font-size: 18px;
}

.article h2 {
position: relative;
padding: 1.5rem;
text-align: center;
background-color: #fff;
}

.article h2:before {
position: absolute;
bottom: 0px;
left: calc(50% - 50px);
width: 100px;
height: 5px;
content: '';
border-radius: 3px;
background: #d0007c;
}

.article h3 {
padding: 12px 10px;
border: none;
border-left: 4px solid #d0007c;
}

.article h4 {
	border-bottom: 1px dashed #000;
	border-top:none;
}

h4::first-letter {
  font-size: 24px;
  color: #d0007c;
}

.article h5 {
border-bottom: 1px solid #ccc;
border-top:none;
}

.article h6 {
border:none;
}

.archive-title {
padding: 5px;
border-bottom: 3px solid #f7f3e8;
color: #666;
font-size: 20px;
}

/************************************
** サイドバー
************************************/
.sidebar h2,
.sidebar h3 {
position: relative;
margin-bottom: 1.5em;
padding: 0 5px;
border-bottom: 2px solid #000;
background: none;
color: #000;
font-size: 18px;
}
.sidebar h2::before,
.sidebar h3::after {
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 30%;
border-bottom: 2px solid #d0007c;
content: " ";
}

/************************************
** ウィジェット
************************************/
.widget h2 {
color: #a69783;
}

.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 {
padding: 5px 0;
}

.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-entry-cards .a-wrap:hover,
.rect-vertical-card-3 .related-entry-card-wrap:hover,
#pager-post-navi a.a-wrap:hover
{
background-color: #f7f3e8;
}

/************************************
** 新着記事ウィジェット
************************************/
.widget-entry-cards .a-wrap {
list-style-type: none !important;
margin-bottom: 0;
border-bottom: solid 1px #d6d3ce;
}
.widget-entry-cards .a-wrap:last-of-type {
border-bottom: none;
}
.widget-entry-cards .a-wrap:
first-of-type {
border-top: none;
}

.widget-entry-cards .widget-entry-card-content {
padding-top: 0.5em;
}

/************************************
** サイドバーカテゴリ
************************************/
.cat-item a::before {
font-family: FontAwesome;
content: '\f0da';
margin-right: 6px;
margin-left: 10px;
color: #d0007c;
}

.cat-item .children a::before {
content: '\f105';
}

.font-awesome-5 .cat-item a::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}

.font-awesome-5 .cat-item .children a::before {
content: '\f105';
}

/************************************
** プロフィールボックス
************************************/
.author-box {
border-width:thin;
background: none;
}
.author-box p {
margin: 0.3em 0 1em;
}
.author-box .author-name {
font-size: 0.9em;
}
.author-box .author-name a {
color: #d0007c;
text-decoration: none;
}
.author-box .author-description {
margin: 0.5em 0;
font-size: 0.8em;
}
.author-box .sns-follow-buttons a.follow-button {
width: 25px !important;
height: 25px;
border: solid 2px #333;
border-radius: 50%;
background-color: #333;
color: #fff;
font-size: 20px !important;
}

#main .author-box .sns-buttons a{
height: 100%;
width:100%;
}

.author-box .sns-follow-buttons a.follow-button:hover {
background-color: #d0007c;
border: solid 2px #d0007c;
}

.author-thumb {
width: 80px;
}

.main .author-content,
.footer .author-content {
margin-left: 100px;
}

.nwa .author-box {
max-width: 100%;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
font-size: 18px !important;
}

/************************************
** 目次
************************************/
.toc {
width: 80%;
padding-top: 0.5em;
padding-bottom: 0.5em;
border: 1px solid #333;
}

.toc-content {
border-top: 1px solid #f7f3e8;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
padding: 10px 30px 10px 50px;
border-color: #333;
background-color: #f9f8f8;
}
blockquote::before {
display: inline-block;
position: absolute;
top: 20px;
left: 12px;
color: #e2dfdc;
font-family: FontAwesome;
font-size: 30px;
vertical-align: middle;
line-height: 1;
content: "\f10d";
}
blockquote::after {
content: none;
}

/************************************
** カテゴリリンク・タグリンク
************************************/
.cat-link {
background-color: #d0007c;
color: #fff;
}

.cat-link:hover {
background-color: #111;
opacity: 0.7;
color: #fff;
}

.tag-link,
.comment-reply-link {
border: 1px solid #111;
color: #111;
}

.tag-link:hover,
.comment-reply-link:hover {
background-color: #fff;
color: #111;
}

/************************************
** ページャーリンク
************************************/
.pager-links a {
text-decoration: none;
}

.pager-links a span {
background-color: #333;
color: #fff;
transition: all 0.4s ease-out;
}

.pager-links a:hover span {
background-color: #333;
color: #fff;
opacity: 0.7;
}
/************************************
** 記事ページ
************************************/
.article-footer,
.entry-footer {
margin-top: 3em;
padding-top: 3em;
border-top: 0;
}

/************************************
** ブログカード
************************************/
.blogcard-wrap .blogcard {
padding: 1.2% 2%;
border: 1px solid #333;
background-color: #fff;
}
.blogcard-wrap .blogcard:hover {
border: 1px solid #333;
background-color: #f9f8f8;
}

/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
border: 1px solid #333;
}

.pager-post-navi .card-thumb img {
vertical-align: bottom;
}

@media screen and (max-width: 480px) {
.pager-post-navi a figure {
min-width: 20%;
max-width: 20%;
}
.pager-post-navi a.next-post {
border-top: 1px solid #333;
}
}
@media screen and (min-width: 481px) {
.pager-post-navi {
display: flex;
flex-direction: row;
position: relative;
justify-content: space-between;
}
.pager-post-navi a.prev-post,
.pager-post-navi a.next-post {
width: 50%;
margin: 0;
}
.pager-post-navi::after {
position: absolute;
top: 0;
left: 50%;
width: 1px;
height: 100%;
background-color: #f7f3e8;
content: "";
}
}
.pager-post-navi a.prev-post::before,
.pager-post-navi a.next-post::before {
color: #f7f3e8;
}

/************************************
** 関連記事
************************************/
.related-entry-heading,
.comment-title {
padding: 6px 20px;
background-color: #000;
color: #fff;
font-size: 20px;
}

.related-entry-card-title {
color: #000;
}

.related-entry-border .related-entry-card-wrap {
border: 1px solid #333;
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
margin: 4em auto 0;
padding: 8px 0;
border: none;
border-radius: 4px;
background-color: #333;
color: #fff;
font-size: 0.938em;
transition: all 0.4s ease-out;
}

.pagination-next-link:hover {
background-color: #333;
opacity: 0.7;
color: #fff;}

@media screen and (min-width: 769px) {
.pagination-next-link {
width: 60%;
}
}

/************************************
** ページナンバー
************************************/
.page-numbers {
width: 30px;
height: 30px;
border: none;
border-radius: 2px;
line-height: 30px;
}

a.page-numbers {
background-color: #333;
color: #fff;
transition: all 0.4s ease-out;
}
a.page-numbers:hover {
background-color: #333;
opacity: 0.7;
color: #fff;
}

/************************************
** フッター
************************************/
.footer-widgets {
border-bottom: 1px solid #333;
}

.footer-title {
color: #333;
}

/************************************
** フッターメニュー
************************************/

.footer{
background-color: #f7f3e8;
color: #333;
}
.navi-footer-in a {
color: #666;
}
.navi-footer-in a:hover {
background: rgba(255, 255, 255, 0.3);
color: #d0007c;
}

.navi-footer-in > .menu-footer li {
border-left: 1px solid #999;
}

@media screen and (max-width: 834px) {
.navi-footer-in > .menu-footer li.menu-item {
border: none;
}

}
/************************************
** モバイルフッターバー
************************************/
.mobile-menu-buttons {
background: #000;
}
.mobile-menu-buttons .menu-caption,
.mobile-menu-buttons .menu-icon {
color: #fff;
}
.mobile-menu-buttons .menu-button:hover {
background: rgba(0, 0, 0, 0.1);
}

.navi-menu-content {
background-color: #fff;
}
.navi-menu-content .menu-drawer a {
color: #333;
border-bottom: 1px dotted #d0007c;
}
.navi-menu-content .menu-drawer .sub-menu {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.navi-menu-content .menu-drawer .sub-menu a {
padding-left: 2.2em;
}
.navi-menu-content .menu-drawer .sub-menu a::before {
display: block;
position: absolute;
top: 0.5em;
left: 1.4em;
width: 1em;
content: "-";
}
.navi-menu-content .menu-drawer a {
position: relative;
padding: 10px;
}
.navi-menu-content .menu-drawer a:hover {
background-color: #f7f3e8;
}

/************************************
** ボックス
************************************/
.primary-box,
.sp-primary,
.primary {
background-color: #a6a5a3;
color: #fff;
}

/*サクセスメッセージ*/
.success-box,
.sp-success,
.success {
border: #b4d09b;
background-color: #dbe8cf;
}

/*インフォメッセージ*/
.info-box,
.sp-info,
.info {
border: #9ac4d0;
background-color: #cee2e8;
}

/*注意メッセージ*/
.warning-box,
.sp-warning,
.warning {
border: #e6da94;
background-color: #f7f2db;
}

/*警告メッセージ*/
.danger-box,
.sp-danger,
.danger {
border: #df9a87;
background-color: #f4ded7;
}

/************************************
** テーブル
************************************/
table {
border: solid 1px #a8a196;
}

table th,
table td {
border-color: #333;
}

table th {
font-weight: normal;
background-color: #f7f3e8;
}

/*******************************

- 補足説明
********************************/
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
margin-top: 2em;
padding: 16px;
border-width: 2px 2px 2px 48px;
border-radius: 5px 0 0 5px;
background-color: #fff;
line-height: 2;
}
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
left: -46px;
padding: 0;
border-right: none;
color: #fff;
font-size: 30px;
}
.information-box p,
.question-box p,
.alert-box p,
.information p,
.question p,
.alert p,
.memo-box p,
.comment-box p,
.common-icon-box p {
margin: 0;
}
.information-box p + p,
.question-box p + p,
.alert-box p + p,
.information p + p,
.question p + p,
.alert p + p,
.memo-box p + p,
.comment-box p + p,
.common-icon-box p + p {
margin-top: 10px;
}

.information-box,
.information {
border-color: #bcd8e0;
}

.question-box,
.question {
border-color: #ebe1a9;
}

.alert-box,
.alert {
border-color: #e9bcaf;
}

.memo-box {
border-color: #cee0bd;
}

.comment-box {
border-color: #ced2d5;
}

.ok-box {
border-color: #8dd2e1;
}

.ng-box {
border-color: #eea9a9;
}

.good-box {
border-color: #a6c978;
}

.bad-box {
border-color: #f196a6;
}

@media screen and (max-width: 440px) {
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
padding: 6px;
border-width: 2px 2px 2px 30px;
}
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
top: 50%;
left: -13px;
margin-left: -0.5em;
padding: 0;
font-size: 20px;
}
}
.blank-box.bb-yellow {
border-color: #e6da94;
}

.blank-box.bb-red {
border-color: #df9a87;
}

.blank-box.bb-blue {
border-color: #9ac4d0;
}

.blank-box.bb-green {
border-color: #b4d09b;
}

.blank-box.bb-tab.bb-yellow::before,
.blank-box.bb-tab.bb-yellow .bb-label {
background-color: #e6da94;
}

.blank-box.bb-tab.bb-red::before,
.blank-box.bb-tab.bb-red .bb-label {
background-color: #df9a87;
}

.blank-box.bb-tab.bb-blue::before,
.blank-box.bb-tab.bb-blue .bb-label {
background-color: #9ac4d0;
}

.blank-box.bb-tab.bb-green::before,
.blank-box.bb-tab.bb-green .bb-label {
background-color: #b4d09b;
}

.blank-box.sticky.st-yellow {
border-color: #e6da94;
background-color: #f7f2db;
}

.blank-box.sticky.st-red {
border-color: #df9a87;
background-color: #f4ded7;
}

.blank-box.sticky.st-blue {
border-color: #9ac4d0;
background-color: #dfecf0;
}

.blank-box.sticky.st-green {
border-color: #b4d09b;
background-color: #e8f0e0;
}