/*
Theme Name:serum child
Theme URI:
Description:WordPressテーマ「serum」の自作子テーマです。
Template:serum_tcd096
Author:
Author URI:https://tcd-theme.com/
Version:1.0
*/

/* メガメニューC 3列Splide */
.megamenu_c .splide__pagination{
    display:none;
}

/* メガメニューC(診療案内)だけ高さ変更 */
.megamenu_c{
    height:250px !important;
}

/* メガメニュー タイトル幅調整 */
.mega_treatment_category .title{
    min-width: 240px !important;
}

/* =========================================
   水俣協立病院
   1220px～1500px ヘッダー重なり防止
   ========================================= */

@media screen and (min-width: 1220px) and (max-width: 1500px) {

    /* -------------------------
       ロゴ
       ------------------------- */
    #header_logo2 {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }

    #header_logo2 .logo_text {
        white-space: nowrap !important;
        font-size: 24px !important;
    }


    /* -------------------------
       グローバルメニュー
       ------------------------- */
    #global_menu {
        flex-shrink: 1 !important;
    }

    #global_menu > ul > li > a {
        font-size: 13px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

}

