@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: ishida
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

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

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

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

body {
    /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;*/
	background:#efefef;
}

.breadcrumb.sbp-main-before, 
.breadcrumb.sbp-footer-before, 
.breadcrumb.pbp-main-before, 
.breadcrumb.pbp-footer-before {
    background: none;
}
/*
.sidebar {
	background:none !important;
}*/

/* 固定ページで日付非表示 */
.type-page .date-tags {
    display: none;
}
.article.type-page {
    max-width: 700px;
    margin: 0 auto 100px;
}
.article.type-page h1.entry-title {
    text-align: center;
    margin: 0 0 2.5em;
}

/* グロナビ */
.sub-caption {
    opacity: 0.8;
}
/* top */
.front-top-page .main {
    background:none;
	padding:0;
}
/* top パネル */
.entry-card-snippet, .related-entry-card-snippet {
    font-size: 0.9em;
    line-height: 1.5;
}
figure.entry-card-thumb.card-thumb.e-card-thumb {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}
@media (max-width: 480px){
figure.entry-card-thumb.card-thumb.e-card-thumb {
    max-height: 150px;
    overflow: hidden;
}
}
.ect-vertical-card .entry-card-wrap {
        background: #fff;
    border: 1px solid #ddd;
}
/* common */
.main {
    padding: 60px 60px;
}
h1.entry-title {
    text-align: center;
    margin: 0 0 1.5em;
}
/* コメント */
div#comment-area {
    border-top: 1px solid #ccc;
	margin-top:100px;
}
.under-entry-content h2 {
    padding: 0;
    border-left: none;
    border-radius: 0;
}

/* コメント */
.comment-respond {
    background: #e9e9e9;
    padding: 40px;
    border-radius: 20px;
}
p.form-submit {
	text-align:center;
}
.comment-form input#submit {
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    background: #5caad3;
}
/**/
.header{
    background-color: #ffeca6 !important;
	background: url(http://mocostone.xsrv.jp/test_rinkake/wp-content/uploads/2026/02/bg_protain.png);
}
/**/
h3.widget-sidebar-title.widget-title {
    border: none;
    font-size: 0.9rem;
    text-align: center;
    background: #999;
    color: #fff;
    line-height: 1;
    padding: 8px 10px;
}
/**/
.entry-categories-tags {
    text-align: right;
}
/**/
#header-container {
	background-color: #ff6890 !important;
}
.fixed-header #header-container .navi, 
.fixed-header #navi .navi-in>.menu-header .sub-menu {
    background-color: #0087ff;
}
#header-container .navi, #navi .navi-in>.menu-header .sub-menu {
   background-color: #ff8baa;
	background-color: #f792ad;
}
#header-container.fixed-header .navi {
	/*background-color:#0050d7 !important;*/
    box-shadow: none !important;
}
#header-container.fixed-header .navi-in > ul .menu-item-has-description > a > .caption-wrap > div {
    color: #fff;
}
.item-label {
    font-weight: 600;
}
/* header */
.tagline {
    text-align: center;
    margin: 0.6em 1em;
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
	letter-spacing:0.05em;
  text-shadow    : 
       2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff;
}
@media (max-width: 780px){
.tagline {
    font-size: 1.2rem;
}
}
@media (max-width: 480px){
.tagline {
    font-size: 1.0rem;
}
}
h3.widget-sidebar-title.widget-title {
border: none;
    font-size: 0.8rem;
    text-align: center;
    background: #ffffff;
    color: #040404;
    line-height: 1;
    padding: 8px 10px;
    border-bottom: 3px solid #ffd3df;
    font-weight: 600;
}
.textwidget p {
    font-size: 0.9rem;
    line-height: 1.5;
}
/**/
.a-wrap:hover, .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, 
.wp-block-group ul li a:hover {
    color: var(--text-main);
    background-color: var(--bg1-on);
    transform: translateY(-4px);
    box-shadow: 0 0 8px rgb(0 0 0 / 24%);
    transition-duration: 0.3s;
}
.a-wrap:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: #333;
}
.navi {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
    font-weight: bold;
}
.pager-post-navi.post-navi-square a {
    width: 50%;
    border: 1px solid #ccc;
}
p.more a {
    text-align: center;
    background: #8fcd00;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #fff;
    margin: 20px auto;
    display: block;
    max-width: 200px;
}
p.more a:hover {
    background: #00a9ff;
    color: #fff;
}

/* contact */
.wpcf7-form label {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
}
.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 {
    background: #f9fbfd;
}
input[type='submit'] {
    border: 1px solid #ffd900;
    background-color: #ffd900;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    max-width: 400px;
    margin: 0 auto;
	display: block;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
}
input[type='submit']:hover {
    background-color: #ffe23f;
}
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, .carousel .a-wrap, .pager-post-navi.post-navi-border a.a-wrap, .article .toc, .a-wrap .blogcard, .author-box, .comment-reply-link, .ranking-item {
    border-color: #cbcbcb;
}
.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, 
.widget_block ul li a {
    font-size: 0.9rem;
	padding: 0.5em 1em;
}
/* logo */
.logo-header img {
    /*width: 600px;
    height: auto;
    max-width: 85%;*/
}
/*　画像ボーダーなし　*/
.noborder img{
	border:none;
}

/* 見出し */
.article h2 {
    padding: 0.5em;
	background-color: #0050d7;
}
.article h3 {
	padding: 0.3em;
	background:#fff;
	border-color: #0050d7;
}
.article h4 {
    padding: 0.3em;
	border-color: #0050d7;
}
.article h5 {
    padding: 0.3em;
	border-color: #0050d7;
}
/* menu */
.wrap_menu{
	max-width:1100px;
	margin:0 auto 20px;
}
.wrap_menu ul {
    display: flex;
    justify-content: space-between;
	padding:0;
}
.wrap_menu ul li{
	list-style:none;
}
.wrap_menu ul li {
    list-style: none;
    width: 250px;
    /*background: #ffc9c9;*/
    padding: 10px;
    margin: 0 10px;
    border-radius: 10px;
}
.wrap_menu ul li:hover{
	margin-top:-8px;
	transition:0.5s;
}

/*-----------------------
 * footer
 -----------------------*/
#footer {
    background: #ffe476;
}


.wrap {
    width: inherit;
}
.content-in {
    max-width: 1100px !important;
}

/*-----------------------
 * ヘッダー説明文
 -----------------------*/
.tagline {
    color: #f97598;
}

/*-----------------------
 * サイドバー
 -----------------------*/
.sidebar {
    background: none;
    padding-top: 0;
}
h2.wp-block-heading {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.5em;
    line-height: 1.5;
    background: #ffecb2;
    border-radius: 5px;
    color: #333;
}
.wp-block-search__button {
    border: none;
    background-color: #ff99b4;
}
.sidebar li{
    border-bottom: 1px dotted #ffbc66;
} 

/*-----------------------
 * メインコンテンツ
 -----------------------*/
.main {
    padding: 0;
	background:none;
}
/* タイトル（カテゴリー） */
h1#archive-title {
    text-align: center;
    padding: 1em;
    line-height: 1.5;
    margin: 0 0 30px;
    background: #ffc1d1;
    border-radius: 5px;
}
/*
.main:has(.post) {
	padding: 50px;
	background: #fff;
} 
*/
/* 関連記事 */
aside#related-entries {
    background: #fff6d0;
    padding: 10px 30px;
}



.entry-content.cf {
    background: #fff;
    padding: 10px 50px 50px;
	margin:0;
}
h1.entry-title {
    text-align: center;
    margin: 0 0 1.5em;
    background: #ffffff;
    padding: 30px 0;
    margin: 0;
    border-bottom: 3px solid #f792ad;
}
.date-tags {
    background: #fff;
    margin: 0;
    padding: 20px 10px;
}
.entry-categories-tags {
    background: #fff;
    padding: 20px;
}
/* SNS */
[class*=bc-brand-color] .x-corp-button {
    --cocoon-sns-color: #b7b7b7;
}
[class*=bc-brand-color] .facebook-button {
    --cocoon-sns-color: #95aee3;
}
[class*=bc-brand-color] .hatebu-button {
    --cocoon-sns-color: #79b4f9;
}
[class*=bc-brand-color] .line-button {
    --cocoon-sns-color: #87d187;
}
[class*=bc-brand-color] .pinterest-button {
    --cocoon-sns-color: #ed9ca5;
}
[class*=bc-brand-color] .copy-button {
    --cocoon-sns-color: #f5d55c;
}
[class*=bc-brand-color] .feedly-button {
    --cocoon-sns-color: #54c5b1;
}
[class*=bc-brand-color] .rss-button {
    --cocoon-sns-color: #ffa377;
}

/*-----------------------
 * カテゴリータイトル
-----------------------*/
.category-4 h1#archive-title {
    background: #fec4c3;
}
.category-5 h1#archive-title {
    background: #c6ecda;
}
.category-6 h1#archive-title {
    background: #fbef9b;
}
.category-7 h1#archive-title {
    background: #dec2e8;
}
/* アーカイブ　フォルダのアイコン非表示 */
.fa-folder-open:before {
	display:none;
}
/* not found */
.posts-not-found {
    text-align: center;
    padding: 80px 0;
    font-size: 0.9em;
}

/*-----------------------
 * サイドメニュー　hoverのshadow無しに
-----------------------*/
.a-wrap:hover, 
.widget_recent_entries 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, 
.wp-block-group ul li a:hover {
    transform: none;
    box-shadow: none;
}
.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,
.widget_block ul li a {
    padding: 0.8em 1em;
}
}
/*-----------------------
フォーム
-----------------------*/
.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 {
    background: #ffffff;
}