@charset "utf-8";
/*
Theme Name: HOLOS child
Theme URI:https://tcd-theme.com/tcd108/
Description:WordPressテーマ「HOLOS」の子テーマ
Template:holos_tcd108
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

.reserve_widget .desc , .tcdce-tab__field {
  text-align: center;
}

  #global_menu > ul > li > a {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* --- サブメニュー（ドロップダウン）の幅調整 --- */

/* 1. サブメニュー全体の枠組みを広げる */
#global_menu .sub-menu {
    width: 370px !important;
    min-width: 370px !important;
}

/* 2. 中のリストとリンクも幅を追従させる */
#global_menu .sub-menu li,
#global_menu .sub-menu li a {
    width: 100% !important; 
    box-sizing: border-box;
}