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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*全てをまとめて非表示*/
.page .entry-title,
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info{
  display: none;
}
.category .entry-title{
  display: none;}
.wf-loading body { visibility: hidden; }

/*ブログカード*/
.blogcard-wrap{
	background: #f7f6f5
}
.blogcard-wrap:hover{
	background: #f0efee
}
.blogcard-title{
	font-size: 1.15em;
	font-family: 装甲明朝;
}
.internal-blogcard-footer{
	display: none
}

/*モバイルメニュー*/
.search-menu-button.menu-button ,.mobile-menu-buttons .menu-icon,  .prev-menu-button.menu-button, .home-menu-button.menu-button , .next-menu-button.menu-button , .navi-menu-button.menu-button{
	background: #1d3d5d;
	color: #f7f6f5;
}
.logo-menu-button.menu-button{
	background: #1d3d5d;
}
.mobile-menu-buttons{
	background: #1d3d5d;
}
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}

@media screen and (max-width: 1023px){
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
  .mobile-menu-buttons{
    align-items: center;
  }
}
#navi-menu-input:checked ~ #navi-menu-close,
#sidebar-menu-input:checked ~ #sidebar-menu-close,
#search-menu-input:checked ~ #search-menu-close,
#share-menu-input:checked ~ #share-menu-close,
#follow-menu-input:checked ~ #follow-menu-close {
opacity: 0;
}
/*モバイルメニュー背景色*/
.navi-menu-content {
background-color: #1d3d5dee;
}
@media screen and (max-width: 1023px){
.mobile-header-menu-buttons {
	    box-shadow: none;
	}
.mobile-menu-buttons {
    box-shadow: none;
}
.menu-drawer a {
font-size: 0.9em;
color: #d3bb74;
line-height: 1.6em;
border-bottom: solid 0.2px #7b9098;
}
.menu-drawer a:hover {
color: #f7f6f5;
background-color:#9d8c56;　/*マウスオーバー時の背景色*/
}
.sub-menu li {                                      
margin-left:1.5em;
font-size: 0.85em;
color: #e6e6e6;
}}


a{-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}
a:hover {
	color: #d3bb74;
}

/*ページナビ*/
.pagination-next {display: none;}
.page-numbers {
    color: #9d8c56;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    border-radius: 5px;
    border-color: #9d8c56;
}
.pagination .current,
.pagination a:hover {
    background-color: #9d8c56;
    color: #f7f6f5;
}
.page-numbers.dots {
    opacity: 0.5;
    background-color: #f7f6f5;
}
.prev-post-title:before,
.next-post-title:before {
    color: #7b9098; /* 文字色 */
    font-size: 0.7rem; /* 文字サイズ */
    margin-bottom: 0.3em;
    display: block;
}
.next-post-title:before {
    content: '次の記事';
}
.prev-post-title:before {
    content: '前の記事';
}


/*サイド タグの表示*/
.tagdis{
	color: #d3bb74; padding: 0.3em; margin:3px;
	font-size: 0.8em;
	font-family: "03スマートフォント",  筑紫A丸ゴシック, Tsukushi A Round Gothic, Noto Serif JP, serif ;
	border: 0.8px solid #9d8c56; border-radius: 2px;
	text-decoration:none;
	background-color: #1d3d5d;}
.tagdis::before {
	color: #9d8c56;
	font-family:'Font Awesome 5 Free';
	font-weight: 900; font-size: 0.7em;
	content: '\f02b';}

.tagli{
	color: #1d3d5d; padding: 0.3em; margin:3px;
	font-size: 0.7em;
	border: 0.8px solid #9d8c56; border-radius: 2px;
	text-decoration:none;
	background-color: #f7f6f5;}
.tagli::before {
	color: #1d3d5d;
	font-family:'Font Awesome 5 Free';
	font-weight: 900; font-size: 0.8em;
	content: '\f02b';}

/*文字の装飾*/

body{font-family: 游教科書体, YuKyokasyo !important;}
strong { font-weight: normal; background: linear-gradient(transparent 65%, #fcc8a5 80%);}
em { font-style:normal; background: linear-gradient(transparent 65%, #c8e0ed 80%);}

.red {font-size: 0.8rem; color: #7b9098;}
.bold-red {color: #b02e2c;}
.blue {color: #4a9ab0;}
.bold-blue {color: #bfbfbf; }
.green { color: #9d8c56;}
.bold-green {font-weight: bold; color: #1d3d5d; font-family: 装甲明朝, SoukouMincho, Source Han Serif, 凸版文久見出し明朝, Noto Serif JP, serif, メイリオ, Meiryo, 游教科書体, YuKyokasyo !important;}
.cocoon-custom-text-1 { font-family: Klee One !important;}
.cocoon-custom-text-2 { font-family: 源ノ明朝 JP Regular, しっぽり明朝, Shippori Mincho, serif, MS PMincho, MS PM明朝 !important;}

@media screen and (max-width: 768px){
.marker {font-size: 1.5rem;}
.marker-red { font-size: 1.2rem;}
.marker-under-red { font-size: 0.8rem;}
}

.marker {
background:none; font-size: 1.8rem;
}
.marker-under {
background: linear-gradient(transparent 55%, #ebdca0 60%);
}
.marker-red {
background:none;
font-size: 1.2rem;
}
.marker-under-red {
background:none;
font-size: 0.75rem;
}
.marker-under-blue {
background: linear-gradient(transparent 75%, #c8e0ed 50%);
}

.marker-blue {
	font-family: Klee One ;
	background: #cadef6;
	box-shadow: #cbdff5 0 0 0.5em 0.5em;
	border-radius: 0.8rem;
	padding: 1.1em;
	font-size:0.83rem;
	color:#1d3d5d
}

/*ボックス*/

.tyuuou{display: flex;
  align-items: center;
  justify-content: center;}
.mowa {
    display:inline-block; background: #cadef6; box-shadow: #cbdff5 0 0 10px 10px; border-radius: 20px; padding: 10px; margin: 2em 0em 0em 0em;
}
.mowap {font-size:0.83em; color:#1d3d5d; font-family: Klee One ;}

.box2 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1.5em;
    border: solid 1px #9d8c56;
    border-radius: 2px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 0.9em;
    background: #f7f6f5;
    color: #9d8c56;
	font-family: Klee One;
}

.inyou {
   margin: 1em 0 3em 0.5em; /* 外側余白 */
   padding: 0.2em 0 0.2em 0.8em;   /* 内側余白 */
   border-left: solid 2px #7b9098;  /* 左側の線 */
   background-color: #F7F6F5;
   color: #5b7078;
}

.inyou p {
    margin: 0; 
    padding: 0;
	font-family: Klee One;
}
.inyou .box2 p {
    margin: 0; 
    padding: 0;
}


/* ブログサムネイル画像*/
.bokunokoto, .nayamigoto, .naraigoto, .hitosigoto, .hitorigoto, .kakusigoto {
	display: flex;
	justify-content:center; 
	align-items: center;
	background-size: contain;
	width: 100%;
	height: 100%;
  aspect-ratio: 16 / 9; 
	font-size: 2.2rem;
	color: #f7f6f5;
	font-family: 装甲明朝, Source Han Serif, 凸版文久見出し明朝, Noto Serif JP, serif, メイリオ, Meiryo, 游教科書体, YuKyokasyo !important;
	margin:0;
}

@media screen and (max-width: 768px){
  .bokunokoto, .nayamigoto, .naraigoto, .hitosigoto, .hitorigoto, .kakusigoto {font-size: 1.2rem;}
}

.bokunokoto{background: url("https://dec25oct31.com/wp-content/uploads/2025/10/b4fa0700661f2f429ffbbf66db9c3450.jpg") no-repeat center center/cover;}
.hitosigoto{background: url("https://dec25oct31.com/wp-content/uploads/2025/10/722311b45fa5c2b134c8765ada60385e.jpg") no-repeat center center/cover;}
.nayamigoto{background: url("https://dec25oct31.com/wp-content/uploads/2025/10/759c25c27eea1693d9815e11029f107c.jpg") no-repeat center center/cover;}
.naraigoto{background: url("https://dec25oct31.com/wp-content/uploads/2025/10/2a342b9520ab736b32059dd655283eec.jpg") no-repeat center center/cover;}
.hitorigoto{background: url("https://dec25oct31.com/wp-content/uploads/2025/10/b42a6db596fb20b4c43dd825753d1755.jpg") no-repeat center center/cover;}
.kakusigoto{background: url("https://dec25oct31.com/wp-content/uploads/2025/12/e846de09719af397044152967139e3db.jpg") no-repeat center center/cover;}

/* サイドバーの変更*/
.sidebar{
background-color: #1d3d5d;
color: #f7f6f5;
}
.sidebar a{
color: #d3bb74;
text-decoration: none;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.sidebar a:hover {
	text-decoration: none;
	color: #9d8c56;
}

.irogae {
	color: #d3bb74;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.irogae:hover {
	color: #9d8c56;
}

/* 検索ボックス*/
input.search-edit{
 border: 0.5px solid #9d8c56;/*検索ボックスのボーダー*/
background-color: #1d3d5d;
color: #9d8c56;
position: relative;
}
input.search-edit::placeholder{
color: #9d8c56;/*placeholderの文字色*/
}
button.search-submit{
width: 60px;/*検索ボタンの幅*/
  height: 140%;
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: var(--cocoon-basic-border-radius);
  border-bottom-right-radius: var(--cocoon-basic-border-radius);
  border-bottom-left-radius: 0;
  color: #f7f6f5;/*虫眼鏡の色*/
}

input.search-edit:focus {
  outline: none;
color: #f7f6f5;
}


/* 小説用 縦書き*/
.tategaki {
  writing-mode: vertical-rl;
	width: 100%;
	height: 39.5em;
	padding: 0.25em;
	margin: auto;	
	overflow-x: scroll;
	font-family: 源ノ明朝 JP Regular, しっぽり明朝, Shippori Mincho, serif, MS PMincho, MS PM明朝 !important;
}

.tategaki::-webkit-scrollbar {
  width: 5px;
}
.tategaki::-webkit-scrollbar-track {
  background-color: #9d8c56;
}
.container::-webkit-scrollbar-thumb {
  background-color: #9d8c56;
  border-radius: 5px;
}


@media screen and (max-width: 756px) {
.tategaki {
  writing-mode: vertical-rl;
	width: 100%;
	height: 30.5em;
	padding: 0.25em;
	margin: auto;	
	overflow-x: scroll;
	font-family: 源ノ明朝 JP Regular, しっぽり明朝, Shippori Mincho, serif, MS PMincho, MS PM明朝 !important;
}
}


.tategaki2 {
  writing-mode: vertical-rl;
	width: 100%;
	height: 22.5em;
	padding: 0.25em;
	margin: auto;	
	overflow-x: scroll;
	font-family: 源ノ明朝 JP Regular, しっぽり明朝, Shippori Mincho, serif, MS PMincho, MS PM明朝 !important;
}

.tategaki2::-webkit-scrollbar {
  width: 5px;
}
.tategaki2::-webkit-scrollbar-track {
  background-color: #9d8c56;
}
.container::-webkit-scrollbar-thumb {
  background-color: #9d8c56;
  border-radius: 5px;
}


@media screen and (max-width: 756px) {
.tategaki2 {
  writing-mode: vertical-rl;
	width: 100%;
	height: 22.5em;
	padding: 0.25em;
	margin: auto;	
	overflow-x: scroll;
	font-family: 源ノ明朝 JP Regular, しっぽり明朝, Shippori Mincho, serif, MS PMincho, MS PM明朝 !important;
}
}

/* 画像をマウスホバーで拡大*/
.kakudai2 {
  cursor: pointer;
  max-width: 300px;
  width: 100%;
}
.kakudai2 img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.kakudai2:hover img {
  transform: scale(1.03); /* 拡大 */
}

.kakudai {
  cursor: pointer;
  max-width: 500px;
  width: 100%;
}
.kakudai img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.kakudai:hover img {
  transform: scale(1.05); /* 拡大 */
}


/* 歌詞表示*/

@media screen and (max-width: 1023px){.youso3 {
	width: 23em;
	height: auto;
	}}
.kasi {
	border-top: solid 2px #7b9098;
	border-bottom: solid 2px #7b9098;
	width: 23em;
	height: 22.5em;
	padding: 0.5em;
	margin: auto;	
	overflow-y: scroll;
	font-family: 源ノ明朝 JP Regular, しっぽり明朝, Shippori Mincho, serif, MS PMincho, MS PM明朝 !important;
}

.kasi::-webkit-scrollbar {
  width: 5px;
}
.kasi::-webkit-scrollbar-track {
  background-color: #9d8c56;
}
.container::-webkit-scrollbar-thumb {
  background-color: #9d8c56;
  border-radius: 5px;
}

/* 横並び*/
.yoko::-webkit-scrollbar{
  display:none;
}
.yoko {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.youso {
  flex: 0 0 auto;
  max-width: 100%;
  height: 300px;
  margin-right: 5px;
}
.youso-img {
  width: 300px;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px){
.yoko {
  position: relative;
  width: 100%;
  min-height: 120px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.youso {
  flex: 0 0 auto;
  max-width: 100%;
  height: 120px;
  margin-right: 5px;
}
.youso-img {
  width: 120px;
  height: 100%;
  object-fit: cover;
}}

.yoko2::-webkit-scrollbar{
  display:none;
}
.yoko2 {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.youso2 {
  flex: 0 0 auto;
  max-width: 100%;
  height: 300px;
  margin-right: 5px;
}
.youso-img2 {
  width: 20em;
  height: 100%;
  object-fit: cover;
}

/* 吹き出し*/
.entry-content .kuriharo 
{
 font-family: "03スマートフォント",  筑紫A丸ゴシック, Tsukushi A Round Gothic, Noto Serif JP, serif ; margin: 3px; color: #1d3d5d ;font-size:0.95em;
 position: relative;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding: 1em;
 border-radius: 15px; /* 吹き出し部分の周囲の丸み */
 border: 2px solid #7b9098;
 background-color: #f7f6f5;
 z-index: 1;
 margin: 1em 6em 1em auto;
}

.entry-content .morari
{
 font-family: "03スマートフォント",  筑紫A丸ゴシック, Tsukushi A Round Gothic, Noto Serif JP, serif ; margin: 3px; color: #5d491d ;font-size:0.95em;
 position: relative;
 display: inline-block;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding: 1em;
 border-radius: 15px; /* 吹き出し部分の周囲の丸み */
 border: 2px solid #9d8c56;
 background-color: #f7f6f5;
 z-index: 1;
 margin: 1em 0 2em 6em;
}


.entry-content .kuriharo::before 
{
 position: absolute;
 display: inline-block;
 content: "";
 top: 1em;
 width: 10px;
 height: 10px;
 border-right: 2px solid #7b9098;
 border-bottom: 2px solid #7b9098;
 background-color: #f7f6f5;
 z-index: 2;
 right: -7px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}

.entry-content .morari::before 
{
 position: absolute;
 display: inline-block;
 content: "";
 top: 2.5em;
 width: 10px;
 height: 10px;
 border-right: 2px solid #9d8c56;
 border-bottom: 2px solid #9d8c56;
 background-color: #f7f6f5;
 z-index: 2;
 left: -7px;
 transform: rotate(135deg);
 -webkit-transform: rotate(135deg);
}


.entry-content .kuriharo::after 
{
 position: absolute;
 content: "";
 width: 6em;
 height: 6em;
 top: -0.75em;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 right: -6em;
}

.entry-content .morari::after 
{
 position: absolute;
 content: "";
 width: 6em;
 height: 6em;
 top: -0.7em;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 left: -6.5em;
}

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

 .entry-content .kuriharo 
 {
  width: 70%
  margin-right: 30%;
 }

 .entry-content .morari 
 {
  width: 70%
  margin-left: 30%;
}
}

@media screen and (max-width: 478px)
 {
.entry-content .morari
{
 margin: 1em 0 1em 5.5em;
}
 .entry-content .kuriharo::after 
 {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  right: 2em;
}

 .entry-content .morari::after 
 {
  width: 2em;
  height: 2em;
  border-radius: 1.5em;
  left: 2em;
 }
}

.morari::after {background-image:url(https://dec25oct31.com/wp-content/uploads/2024/11/gifmov-2.gif);}
.morari::after {
  display: block;
  animation: morari_animation 4.5s infinite;
}

@keyframes morari_animation {
    0% {
        transform: scale(1, 0.9);
    }
    8% {
        transform: scale(0.9, 1.1);
    }
    19% {
        transform: scale(1, 1);
    }
	97% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.9);
    }
}
.kuriharo::after {background-image:url(https://dec25oct31.com/wp-content/uploads/2025/05/10af84728ace3572e41773b35ad3c249.gif);}

/* フォント見出しごとの見た目*/
skin-entryTitle {
font-family: 装甲明朝, Source Han Serif, 凸版文久見出し明朝, 游教科書体, YuKyokasyo, Noto Serif JP, serif, メイリオ, Meiryo;
color: #1d3d5d;
font-size: 1.7rem;
border-bottom: 1px solid #9d8c56;
margin-bottom: 15px;
padding-bottom: 15px;
}
.categoryid-11 .skin-entryTitle {
font-family: 装甲明朝, Source Han Serif, 凸版文久見出し明朝, 游教科書体, YuKyokasyo, Noto Serif JP, serif, メイリオ, Meiryo;
color: #9d8c56;
font-size: 1.7rem;
border-bottom: 1px solid #9d8c56;
margin-bottom: 15px;
padding-bottom: 15px;
}

h1 {
font-family: 装甲明朝, Source Han Serif, 凸版文久見出し明朝, 游教科書体, YuKyokasyo, Noto Serif JP, serif, メイリオ, Meiryo;
color: #1d3d5d;
font-size: 1.7rem;
border-bottom: 1px solid #9d8c56;
margin-bottom: 15px;
padding-bottom: 15px;
}

@media screen and (max-width: 478px)
{
skin-entryTitle {
font-family: 装甲明朝, Source Han Serif, 凸版文久見出し明朝, 游教科書体, YuKyokasyo, Noto Serif JP, serif, メイリオ, Meiryo;
color: #1d3d5d;
font-size: 1.3rem;
border-bottom: 1px solid #9d8c56;
margin-bottom: 15px;
padding-bottom: 15px;
}
h1 {
font-family: 装甲明朝, Source Han Serif, 凸版文久見出し明朝, 游教科書体, YuKyokasyo, Noto Serif JP, serif, メイリオ, Meiryo;
color: #1d3d5d;
font-size: 1.3rem;
border-bottom: 1px solid #9d8c56;
margin-bottom: 15px;
padding-bottom: 15px;
}}

/* H2 */
.entry-content h2{
border-bottom: 8px double #f7f6f5; border-top: 8px double #f7f6f5;
color: #f7f6f5; /* 文字色 */
font-size: 1.4rem;
font-family: 装甲明朝, 凸版文久見出し明朝,Source Han Serif, Noto Serif JP, serif, メイリオ, Meiryo;
background-color: #9d8c56; /* 背景色 */
padding-top:0.5em; /* 文字と上部の間隔 */
padding-bottom:0.5em;/* 文字と下部の間隔 */
}

.zyouge{
border-top: solid 2px #9d8c56;
border-bottom: solid 2px #9d8c56;
font-family: 装甲明朝, Source Han Serif;
}

/* H3 */
.entry-content h3{
color: #9d8c56; /* 文字色 */
font-family: 凸版文久見出し明朝,Source Han Serif, Noto Serif JP, serif, メイリオ, Meiryo;
font-size: 1.2em; /* 文字サイズ */
background-color: rgba(0,0,0,0);/* 背景色 */
padding: 0.3em 0.45em 0.3em 1em;
border-left: solid 0.4em #9d8c56; /* 左側に実線・色*/
}

/* 枠 */
.waku1{border:2px dashed #9aaec6; padding:0.5em 1em 0.5em 1em;}
.waku2{border:8px solid #9d8c56; background-color:#1d3d5d; color:#f7f6f5; padding:0.5em; border-radius:4px;}

.hiraku {
    max-width: auto;
    margin-bottom: 7px;
    border: 2px solid #7b9098;
    border-radius: 3px;
}

.hiraku summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.2em 1em;
    color: #7b9098;
    font-weight: 300; font-family:Klee One; font-size:0.8rem;
    cursor: pointer;
}

.hiraku summary::-webkit-details-marker {
    display: none;
}

.hiraku summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #7b9098b3;
    border-right: 3px solid #7b9098b3;
    content: '';
    transition: transform .3s;
}

.hiraku[open] summary::after {
    transform: rotate(225deg);
}

.hiraku p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .2em 1em 0.5em;
    color: #1d3d5d;
    transition: transform .5s, opacity .5s;
}

.hiraku[open] p {
    transform: none;
    opacity: 1;
}

/* サイドモジュールタイトル */
skin-widgetTitle {font-family: 装甲明朝, Source Han Serif, serif, 筑紫A丸ゴシック, Tsukushi A Round Gothic, 游教科書体, YuKyokasyo, Noto Serif JP, serif, メイリオ, Meiryo ;
color: #d3bb74;
border-bottom: 2px solid #d3bb74;
padding-bottom: 15px;
margin-bottom: 9px;
}

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

/*罫線の設定*/
.hr1{border-top: 0.2px solid #9d8c56;}
.hr2{border-top: 1px dashed #9d8c56;}
.hr3{border-top: 0.2px solid #7b9098;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/************************************
** SNS ボタンをまとめて小さくする
************************************/

/*トップシェアボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons {
	justify-content: flex-end; /*右に寄せる*/
}

/*ボトムシェア・フォローボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: center; /*中央に寄せる*/
	flex-wrap: wrap; /*折り返す*/
}

/*シェア・フォローボタンのリンク*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
	width: 40px; /*横幅*/
	height: 28px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 3px; /*丸み*/
}

/*シェアボタンのアイコン*/
.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 16px; /*アイコンの大きさ*/
}

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 20px; /*アイコンの大きさ*/
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
	right: 1px; /*右側からの距離*/
	bottom: 0; /*下側からの距離*/
	font-size: 10px; /*文字の大きさ*/
}


/*パスワードフォーム*/
.post-password-form {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-template-rows: 50px;
}
.post-password-form input[type="password"] {
  border:1px solid #9d8c56;
  padding: 0 1em;
}
.post-password-form input[type="submit"] {
  border:none;
  color:#f7f6f5;
  background:#1d3d5d;
}




/*ヘッダー全画面表示*/
.header-in {
    width: 100%;
}

.logo-image span, .logo-image a {
    width: 100%;
}

.header-in img {
    width: 100%;
}

/*ヘッダー画像・ロゴ　背景色の変更*/

.category .header, .tag .header {display: none;}
.categoryid-11 .header, .categoryid-12 .header, .categoryid-13 .header, .categoryid-14 .header, .categoryid-15 .header, .categoryid-16 .header, .categoryid-18 .header{display:none;}
.page-id-3 .header, .page-id-858 .header {display: none;}
.categoryid-20 .header, .categoryid-22 .header, .categoryid-23 .header {display:none;}

.page-id-786 .logo > a img {visibility: hidden;}
.page-id-786 .header {background-image: url("https://dec25oct31.com/wp-content/uploads/2025/10/0b2dc3932154befbbaba580f68c7cbd2.jpg");}
.page-id-786 .header-in{height: 300px;}
.page-id-786 .mobile-footer, .page-id-786 .footer{display: none;}


.page-id-110 .logo > a img {visibility: hidden;}
.page-id-110 .header {background-image: url("https://dec25oct31.com/wp-content/uploads/2025/10/8ad00793c73bad39914db6bb11d435c3.jpg");}
.page-id-110 .header-in{height: 300px;}
.page-id-110 .footer, .page-id-786 .footer{display: none;}

/* アビールエリア画像変更 */

.home.page .appeal {
  background-image: url('https://dec25oct31.com/wp-content/uploads/2025/03/b96853898f138af7490757244e7a3b77.png');
}
 .tag .appeal {display: none;}
.page-id-110 .appeal {background-image: url('https://dec25oct31.com/wp-content/uploads/2025/03/b96853898f138af7490757244e7a3b77.png');}
.page-id-3 .appeal, .page-id-786 .appeal, .page-id-858 .appeal {display: none;}

.page-id-262 .appeal {
  background-image: url('https://dec25oct31.com/wp-content/uploads/2024/11/ec0761744292a74b9af0a6c5466a9799.png');
}

.categoryid-20 .appeal, .categoryid-22 .appeal, .categoryid-23 .appeal {
  background-image: url('https://dec25oct31.com/wp-content/uploads/2025/10/b0f9503f352237b3c7b3327d481a79fc.png');
}/* 樅木霊 */
.category-20 .appeal, .category-22 .appeal, .category-23 .appeal {
  background-image: url('https://dec25oct31.com/wp-content/uploads/2025/10/b0f9503f352237b3c7b3327d481a79fc.png');
}/* 樅木霊 */

.categoryid-11 .appeal, .categoryid-12 .appeal, .categoryid-13 .appeal, .categoryid-14 .appeal, .categoryid-15 .appeal, .categoryid-16 .appeal, .categoryid-18 .appeal {
  background-image: url('https://dec25oct31.com/wp-content/uploads/2025/10/7b9bffb3f6a2c1b64d38ec1efca1c915.png');
}
.category-11 .appeal, .category-11 .appeal, .category-12 .appeal, .category-13 .appeal, .category-14 .appeal, .category-15 .appeal, .category-16 .appeal, .category-18 .appeal {
  background-image: url('https://dec25oct31.com/wp-content/uploads/2025/10/7b9bffb3f6a2c1b64d38ec1efca1c915.png');
}