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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-container-in.hlt-top-menu {
    flex-direction: column;
}

.footer-bottom.fnm-text-width .menu-footer li {
    width: 33.3%;
    text-align: left;
}

#menu-item--581271109356732400,
#menu-item--8903159813916955000,
#menu-item--1576051443662442500 {
    pointer-events: none;
    font-weight: bold;
}

.header-container-in.hlt-top-menu {
    align-items: flex-start;
}

#menu-item-200,
#menu-item-201,
#menu-item-202 {
    pointer-events: none;
    font-weight: bold;
}

@media (max-width: 840px) {
    #navi-footer {
        display: none;
    }
}

.navi {
    border-radius: 7px;
    border: 1px solid #D7D7D7;
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    color: #585858;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 1px #f3f2f2;
    margin-top: 5px;
    margin-bottom: 15px;
}

.navi-in>ul {
    flex-wrap: nowrap;
}

.navi-in>ul li {
    border-right: 1px solid #D7D7D7;
}

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

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

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


/************************************
**  サイドバー全体設定
************************************/
.sideMenu-container {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
}

/*사이드메뉴 최상단 부분*/
.sideMenu-toi {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px;
    background: #f5f9fc;
    list-style: none;
    margin: 0 0 10px;

    border: 1px solid #d0cfcf;
    justify-content: center;
}

.sideMenu-toi li {
    display: inline-block;
    margin: 0 3px;
}

/* 営業時間ボックス */
.sideMenu-toi li.sideMenu-pic {
    flex: 1 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    border: 1px solid #ddd;

    text-align: center;
    font-size: 10px !important;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: -0.02em;

    width: 100%;
    margin: 0;
}

/* 連絡先ボタン */
.sideMenu-toi li.sideMenu-button {
    flex: 1;
    min-width: 0;
}

.sideMenu-toi li.sideMenu-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #d3e6ef;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: transform .15s, box-shadow .15s;
}

.sideMenu-button img {
    width: 28px;
    height: auto;
    border-radius: 5px;
    display: block;
}

/******************
 セクションタイトル 
 *****************/
.menu-drawer {
    padding: 0 !important;
}

/*사이드 메뉴 카테고리 제목*/
li.sideMenu>a {
    background: linear-gradient(90deg, rgba(3, 132, 197, 0.10) 0%, transparent 100%) !important;
    padding: 10px 14px 10px 24px;
    margin: 14px 0 6px;
    font-size: 14px;
    font-weight: 800;
    /* color: #1f2937;  cocoon색으로 대체 */
    text-align: center;
    position: relative;
    border-top: 1px solid #e0e0e0;
    pointer-events: none;
}

/*사이드 메뉴 카테고리 제목 앞 막대기*/
li.sideMenu>a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 25%;
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: linear-gradient(135deg, #0384c5, #02a9d6);
}


/* リストスタイル */
ul.sub-menu {
    list-style: none;
    padding: 0 14px 8px;
    margin: 0;
}

/*소메뉴 라인*/
ul.sub-menu li {
    list-style: none;
    border-bottom: 1px solid #eef2f6;
}

ul.sub-menu li {
    text-align: left;
    width: 90%;
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin: 0;
}

ul.sub-menu li>a {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    transition: background-color .15s, padding .15s;
}

ul.sub-menu li>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    vertical-align: middle;
    width: 4px;
    height: 4px;


    content: "";
    color: #2a2a2a;

    border-top: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
    transform: rotate(45deg);
}

ul.sub-menu li>a:hover {
    background-color: rgba(3, 132, 197, 0.05);
    padding-left: 20px;
    color: #0384c5;
}

.menu-close-button {
    display: none;
}

.menu-content {
    max-width: 300px;
}

/****************************************************/