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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* add */
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:#e2f7ff;
    padding: 40px;
    border-radius: 20px;
}
p.form-submit {
	text-align:center;
}
.comment-form input#submit {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #fff;
    font-size: 1.1rem;
    font-weight: 600;
    background: #00a9ff;
    color: #fff;
}
/**/
.header{
    /*background-color: #fff !important;*/
}
/**/
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: #00a9ff;
	 background-color: #00a9ff !important;
	background-color: #0050d7 !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: #00a9ff;
}
#header-container .navi, #navi .navi-in>.menu-header .sub-menu {
   background-color: #ffffff;
}
#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: #f0f3f5;
    color: #040404;
    line-height: 1;
    padding: 8px 10px;
    border-bottom: 3px solid #0050d7;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
}
.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: #0050d7;
    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;
}
/**/
.widget-sidebar li.cat-item {
    border-bottom: 1px dotted #999;
	font-size:0.9rem;
}
.widget-sidebar li.cat-item a{
	padding:8px 10px;
}
.widget_categories ul li a:hover {
    background-color: rgb(235 248 255);
}
/* 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;
}
/* サイド　新着記事サムネイル */
.widget-entry-cards figure {
    max-height: 80px;
    overflow: hidden;
}
/* サイド　プロフィール */
.author-box.border-element.no-icon.cf {
    border: 1px solid #ccc;
}
/* 見出し */
.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;
}
