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

/************************************
** 内部リンクカード
************************************/
.internal-blogcard::after {
    content: '記事を読む \00bb';
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    font-size: 70%;
    background-color: #ffd242;
    padding: .4em 3em;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
}

/************************************
** ヘッダーロゴ
************************************/
.site-logo-image.header-site-logo-image {
    width: 200px !important;
    height: auto !important;
}

/************************************
** ボーダー・シャドウ削除
************************************/
#container,
#content,
.content-in,
#main {
    border: none !important;
    box-shadow: none !important;
}

/************************************
** トップページ：非表示要素
************************************/
.home .sns-share {
    display: none;
}
.sns-follow-buttons {
    display: none;
}
.sns-follow-message {
    display: none;
}

/************************************
** モバイル用アピールエリア画像切り替え
************************************/
@media screen and (max-width: 834px) {
    .appeal {
        background-image: url(https://sister-ley.com/wp-content/uploads/2026/05/sister-leys-whisky-blog-coloring-daily-life-with-whisky-blog-mobile.webp) !important;
        background-position: center center !important;
        background-size: cover !important;
    }
}

/************************************
** モバイル：ナビゲーションカードを横一列スクロール
************************************/
@media screen and (max-width: 834px) {
    .recommended-in {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 8px;
        gap: 6px;
    }
    .recommended-in::-webkit-scrollbar {
        display: none;
    }
    .navi-entry-cards {
        display: contents !important;
    }
    .navi-entry-card-link {
        flex: 0 0 130px !important;
        width: 130px !important;
    }
    .navi-entry-card-image {
        width: 130px !important;
        height: 80px !important;
        object-fit: cover !important;
    }
}

/************************************
** トップページ見出し：横線で囲むスタイル
************************************/
.home h2 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0.5em 0;
    margin: 1.5em 0 1em;
}
.home h2::before,
.home h2::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: #c8a96e;
}

/************************************
** グローバルナビ：ラグジュアリースタイル
************************************/
.menu-top.menu-pc li a {
    padding: 0 4px !important;
}
.menu-top.menu-pc .item-label {
    font-weight: 600;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    color: #444444 !important;
    position: relative;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.menu-top.menu-pc .item-label::before,
.menu-top.menu-pc .item-label::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-color: #c8a96e;
    border-style: solid;
    transition: all 0.3s ease;
    opacity: 0;
}
.menu-top.menu-pc .item-label::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.menu-top.menu-pc .item-label::after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.menu-top.menu-pc li a:hover .item-label {
    color: #c8a96e !important;
}
.menu-top.menu-pc li a:hover .item-label::before,
.menu-top.menu-pc li a:hover .item-label::after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

/************************************
** モバイルドロワーメニュー：ラグジュアリースタイル
************************************/
.menu-drawer li a {
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    color: #2a2a2a !important;
    border-left: 2px solid #c8a96e !important;
    padding-left: 12px !important;
    display: block;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.menu-drawer li a:hover {
    color: #c8a96e !important;
}

/************************************
** モバイル：フッターメニュー
************************************/
@media screen and (max-width: 834px) {
    .navi-footer-in ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .navi-footer-in ul li {
        width: 100%;
        text-align: center;
    }
    .navi-footer-in ul li a {
        display: block;
        padding: 6px 0;
    }
}

/************************************
** ナビゲーション全体を左寄せ
************************************/
#header-in {
    display: flex !important;
    align-items: center !important;
}
.logo.logo-header {
    flex-shrink: 0;
    margin-left: 60px !important;
    position: relative;
    z-index: 10;
}
#navi-in {
    justify-content: flex-start !important;
    margin-left: -240px !important;
}
#navi {
    margin-left: 0 !important;
}
.menu-top.menu-pc {
    margin-left: 0 !important;
}
/************************************
** 記事下部：シェアボタン デザイン
************************************/
.sns-share-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 16px 0;
}
.sns-share-buttons a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 1px solid #ddd !important;
    background: white !important;
    color: #555 !important;
    font-size: 18px !important;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0 !important;
}
.sns-share-buttons a:hover {
    border-color: #c8a96e !important;
    color: #c8a96e !important;
    box-shadow: 0 3px 10px rgba(200, 169, 110, 0.3);
}
.sns-share-buttons .button-caption {
    display: none !important;
}
.sns-share-buttons .share-count {
    display: none !important;
}
.sns-share .share-title {
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    color: #999;
    margin-bottom: 12px;
}
/************************************
** ヘッダーロゴ
************************************/
.site-logo-image.header-site-logo-image {
    width: 50px !important;
    height: auto !important;
}
/************************************
** ヘッダーロゴのリンクエリア修正
************************************/
.logo.logo-header {
    flex-shrink: 0;
    margin-left: 20px !important;
    position: relative;
    z-index: 10;
}
.site-name-text {
    display: block !important;
}
.site-name-text-link {
    display: block !important;
    cursor: pointer !important;
}
.site-logo-image.header-site-logo-image {
    width: 200px !important;
    height: auto !important;
}

/************************************
** モバイル：ロゴサイズ調整
************************************/
@media screen and (max-width: 834px) {
    .site-logo-image.header-site-logo-image {
        width: 50px !important;
        height: 50px !important;
    }
}