@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 変数名 */
:root {
    --my-colorGr: #1cc6ba;
    --my-colorY: #f9fc32;
    --my-colorGy: #aeaeae;
		--my-colorWh: #f3fffe;
    --primay-color-12: #222;
}
/* 全体 */
table tr:nth-of-type(2n+1), .page-numbers.dots{
	background: none;
}
.a-wrap:hover, .pagination a:hover, .pagination-next-link: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, .pager-links a:hover span, .tag-link:hover, .tagcloud a:hover{
	background: none;
   opacity: 0.8;
	color: var(--my-colorGr);
}
/* MV */
.header-container-in {
    background-image: url(/wp-content/uploads/2023/02/blog_header1.png);
    background-position: center;
    background-size: cover;
}
/* メニュー */
.header-container-in .navi {
    background: transparent;
}
.navi-in > ul li {
    display: block;
    width: auto;
    height: auto;
    line-height: 1.8;
}
.navi-in > ul li a{
    padding: 10px 20px;
}
#navi .navi-in a:hover {
    background: transparent;
    color: var(--my-colorY);
}
.menu-pc li:last-child svg {
    font-size: 22px;
}
/*ナビホバーエフェクト
#navi .navi-in a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f9fc32;
    bottom: 6px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#navi .navi-in a:hover::after {
    transform: scale(1, 1);
}
*/
/* 記事一覧 */
.list.ecb-entry-border .entry-card-wrap {
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(206, 206, 206, 0.5);
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    overflow: hidden;
}
.list.ecb-entry-border .entry-card-wrap:hover {
    background: #fff;
}
.list.ecb-entry-border .entry-card-wrap img {
    display: block;
    height: 150px;
    object-fit: cover;
    width: 100%;
    transition: 1s;
}
.list.ecb-entry-border .entry-card-wrap:hover img {
    transform: scale(1.2, 1.2);
}
.cat-label {
    background-color: var(--my-colorY);
}
.pagination-next {
    display: none;
}
/*サイドバー*/
.sidebar {
    box-shadow: 1px 1px 15px #e6e6e6;
}
.sidebar h3 {
    background: transparent;
    border-bottom: 2px solid var(--my-colorY);
    padding: 10px 10px 5px 10px;
    margin: 16px auto;
    color: var(--my-colorGr);
    font-weight: bold;
    text-align: center;
}
/*記事*/
.post-template-default .main {
    box-shadow: 1px 1px 15px #e6e6e6;
}
.post-template-default .post h2 {
    padding: 14px;
    border-left: 8px solid #18a298;
	color: var(--my-colorWh);
}
.post-template-default .post h3 {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px dotted var(--my-colorGr);
    padding: 10px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
    /*必要ならばここにコードを書く*/
}

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

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

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