@charset "UTF-8";
/* =============================================================
 * 日程ネット - アプリケーションCSS
 * Vuetify 0.17 (Material Design 1) の見た目をスクラッチで再現
 * ============================================================= */

/* ---------- リセット・ベース ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p { margin: 0; font-weight: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
img, svg { vertical-align: middle; }
main { display: block; }
[hidden] { display: none !important; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal; font-style: normal;
  font-size: 24px; line-height: 1;
  letter-spacing: normal; text-transform: none;
  display: inline-block; white-space: nowrap;
  word-wrap: normal; direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

/* ---------- タイポグラフィ (Vuetify 0.17) ---------- */
.headline { font-size: 24px !important; font-weight: 400; line-height: 32px !important; }
.title { font-size: 20px !important; font-weight: 500; line-height: 1 !important; }
.subheading { font-size: 16px !important; font-weight: 400; }
.body-2 { font-size: 14px !important; font-weight: 500; }
.body-1 { font-size: 14px !important; font-weight: 400; }
.caption { font-size: 12px !important; font-weight: 400; }

/* ---------- テキスト・背景色ユーティリティ ---------- */
.white--text { color: #ffffff !important; }
.black--text { color: #000000 !important; }
.red--text { color: #f44336 !important; }
.red--text.text--darken-1 { color: #e53935 !important; }
.grey--text { color: #9e9e9e !important; }
.grey--text.text--darken-1 { color: #757575 !important; }
.grey--text.text--lighten-1 { color: #bdbdbd !important; }
.grey--text.text--lighten-2 { color: #eeeeee !important; }
.teal--text.text--darken-4 { color: #004d40 !important; }
.blue--text.darken-4 { color: #0d47a1 !important; }
.cyan--text { color: #00bcd4 !important; }
/* 旧コードの 'gray--text' は Vuetify に存在しない無効クラス。互換のため定義しない */

.blue.accent-4 { background-color: #2962ff !important; }
.green.accent-4 { background-color: #00c853 !important; }
.green.accent-1 { background-color: #b9f6ca !important; }
.green.accent-3 { background-color: #00e676 !important; }
.red.accent-2 { background-color: #ff5252 !important; }
.red.lighten-4 { background-color: #ffcdd2 !important; }
.pink.accent-2 { background-color: #ff4081 !important; }
.amber.accent-3 { background-color: #ffc400 !important; }
.teal.accent-4 { background-color: #00bfa5 !important; }
.light-blue.lighten-4 { background-color: #b3e5fc !important; }
.blue-grey.darken-4 { background-color: #263238 !important; }
.blue-grey.darken-2 { background-color: #455a64 !important; }
.blue-grey.lighten-3 { background-color: #b0bec5 !important; }
.indigo.accent-2 { background-color: #536dfe !important; }
.light-blue.darken-1 { background-color: #039be5 !important; }
.cyan.darken-1 { background-color: #00acc1 !important; }
.deep-purple.accent-2 { background-color: #7c4dff !important; }
.orange.accent-3 { background-color: #ff9100 !important; }
.grey.darken-1 { background-color: #757575 !important; }
.brown.lighten-1 { background-color: #8d6e63 !important; }
.white { background-color: #ffffff !important; }
.transparent { background-color: transparent !important; }

/* ---------- スペーシング (Vuetify 0.17: 1=4px 2=8px 3=16px 4=24px 5=48px) ---------- */
.ma-0 { margin: 0 !important; }
.ml-1 { margin-left: 4px !important; }
.ml-2 { margin-left: 8px !important; }
.mr-1 { margin-right: 4px !important; }
.mr-3 { margin-right: 16px !important; }
.mt-3 { margin-top: 16px !important; }
.mt-4 { margin-top: 24px !important; }
.mt-5 { margin-top: 48px !important; }
.mb-1 { margin-bottom: 4px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mb-3 { margin-bottom: 16px !important; }
.mb-4 { margin-bottom: 24px !important; }
.mb-5 { margin-bottom: 48px !important; }
.my-4 { margin-top: 24px !important; margin-bottom: 24px !important; }
.pa-4 { padding: 24px !important; }
.pt-4 { padding-top: 24px !important; }
.pb-0 { padding-bottom: 0 !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 4px !important; padding-right: 4px !important; }
.px-3 { padding-left: 16px !important; padding-right: 16px !important; }
.px-4 { padding-left: 24px !important; padding-right: 24px !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-3 { padding-top: 16px !important; padding-bottom: 16px !important; }

.text-xs-center { text-align: center !important; }
.text-xs-right { text-align: right !important; }
.text-xs-left { text-align: left !important; }
.elevation-0 { box-shadow: none !important; }
@media (max-width: 959px) { .hidden-sm-and-down { display: none !important; } }

/* ---------- レイアウト ---------- */
.container {
  margin: 0 auto;
  padding: 16px;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 0) and (max-width: 680px) {
  .container { padding: 4vw !important; }
}
.PageContainer { margin-top: 0 !important; padding-bottom: 100px !important; }
.Page { position: relative; }

.layout-flex {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 960px) { .layout-flex { max-width: 100%; } }
@media (min-width: 1264px) { .layout-flex { max-width: 83.333%; } }

/* ---------- カード ---------- */
.card {
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.card__title { padding: 16px; display: flex; flex-wrap: wrap; align-items: center; }
.card__actions { display: flex; align-items: center; padding: 8px; }
.card__text { padding: 16px; }
.spacer { flex-grow: 1; }
.divider { border: 0; border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0; display: block; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 88px;
  margin: 6px 8px;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  transition: background-color .2s cubic-bezier(.4,0,.2,1), box-shadow .2s cubic-bezier(.4,0,.2,1);
  user-select: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn:hover { background-color: #ececec; }
.btn:active { box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12); }
.btn--flat { background-color: transparent !important; box-shadow: none !important; }
.btn--flat:hover { background-color: rgba(158, 158, 158, 0.2) !important; }
.btn--large { height: 44px; font-size: 15px; }
.btn--small { height: 28px; font-size: 13px; }
.btn--block { display: flex; width: 100%; margin-left: 0; margin-right: 0; }
.btn--icon {
  height: 40px; width: 40px; min-width: 0;
  padding: 0; border-radius: 50%;
  background: transparent; box-shadow: none;
}
.btn--icon:hover { background-color: rgba(158, 158, 158, 0.15); }
.btn--success { background-color: #4caf50 !important; color: #fff !important; }
.btn--success:hover { background-color: #43a047 !important; }
.btn--primary { background-color: #1976d2 !important; color: #fff !important; }
.btn--dark { color: #ffffff; }
.btn[disabled], .btn--disabled {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: rgba(0, 0, 0, 0.12) !important;
  box-shadow: none !important;
  cursor: default;
  pointer-events: none;
}
.btn .material-icons { font-size: 18px; }

/* FAB */
.btn--fab {
  height: 56px; width: 56px; min-width: 0;
  padding: 0; margin: 0;
  border-radius: 50%;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}
.btn--fab .material-icons { font-size: 24px; }
.btn--fixed-bottom-right { position: fixed; bottom: 16px; right: 16px; z-index: 4; }

/* アウトラインボタン (date picker「今日」。旧: グローバル上書き) */
.btn--outline {
  border: 1px solid #2962ff !important;
  background: #eaf0ff !important;
  color: #2962ff !important;
  box-shadow: none !important;
}

/* ---------- ツールバー (GlobalHeader) ---------- */
.toolbar {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.toolbar--dark { color: #ffffff; }
.toolbar__content { display: flex; align-items: center; height: 56px; padding: 0 16px; }
@media (min-width: 960px) { .toolbar__content { height: 64px; } }
.toolbar--dense .toolbar__content { height: 48px; }
.toolbar--flat { box-shadow: none; }
.toolbar__title {
  font-size: 20px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.toolbar__side-icon { color: inherit; }
.GlobalHeader { background-color: #2962ff; }
.GlobalHeader .toolbar__title { margin-left: 0 !important; }
.GlobalHeader .toolbar__content > .btn:first-child { margin-left: -8px; margin-right: 8px; }
.GlobalHeader__logo {
  display: flex; align-items: center; justify-content: flex-start;
  color: inherit; text-decoration: none; width: 100%;
}
.GlobalHeader__logo__icon {
  width: 30px; height: 30px; flex-basis: 30px; min-width: 30px;
  background: url('../img/logomark.png') center / cover no-repeat;
  border-radius: 50%;
  margin-right: 10px;
}
.GlobalHeader__logo__name {
  font-weight: 700;
  font-size: 1.05rem;
}
/* ドロワー内ロゴは画像ロゴで表示 (logo.svg にマークが含まれるためアイコンは非表示)
   width:100% のままだと margin (2px 10px) が加算されて横スクロールが出るため auto にする */
.GlobalNavigation .GlobalHeader__logo { width: auto; }
.GlobalNavigation .GlobalHeader__logo__icon { display: none; }
.GlobalNavigation .GlobalHeader__logo__name {
  background: url('../img/logo.svg') left center / contain no-repeat;
  width: 130px; height: 26px;
}
@media (min-width: 0) and (max-width: 680px) {
  .GlobalHeader__logo__name { font-size: 1rem; }
}

/* ---------- ナビゲーションドロワー ---------- */
.navigation-drawer {
  position: fixed;
  top: 0; left: 0;
  width: 280px; max-width: 85vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 40;
  transform: translateX(-110%);
  visibility: hidden; /* 閉時はフォーカス不可にする */
  transition: transform .2s cubic-bezier(.4,0,.2,1), visibility .2s;
  box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0;
}
.navigation-drawer.is-open { transform: translateX(0); visibility: visible; }
.GlobalNavigation__overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(33, 33, 33, 0.46);
  z-index: 39;
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4,0,.2,1);
}
.GlobalNavigation__overlay.is-open { opacity: 1; }

/* サイドバーのデザイン (モバイルはドロワー、PC は常時表示) */
.GlobalNavigation { background-color: #fafbfd; }
.GlobalNavigation .list { background: transparent; }
.GlobalNavigation .list__subheader {
  height: 30px;
  padding: 0 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(0, 0, 0, 0.4);
}
.GlobalNavigation__tenant {
  display: flex;
  align-items: center;
  gap: 8px;
  /* 上: ロゴとの間隔を空ける / 下: メニュー見出しとの間隔を詰める / 左右: ロゴ・メニュー項目の左端 (20px) に揃える */
  padding: 8px 20px 2px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.GlobalNavigation__tenant .avatar { flex-shrink: 0; }
.GlobalNavigation__tenant > span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.GlobalNavigation .list__tile--link,
.GlobalNavigation .list__tile--button {
  height: 42px;
  margin: 2px 10px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}
/* ログアウトボタンは width:100% + margin で横スクロールが出るため margin 分を差し引く */
.GlobalNavigation .list__tile--button { width: calc(100% - 20px); }
.GlobalNavigation .list__tile__action { min-width: 38px; }
.GlobalNavigation .list__tile--link .material-icons,
.GlobalNavigation .list__tile--button .material-icons { font-size: 21px; color: rgba(0, 0, 0, 0.45); }
.GlobalNavigation .list__tile--link:hover { background-color: rgba(41, 98, 255, 0.07); }
.GlobalNavigation .list__tile--link.is-active { background-color: rgba(41, 98, 255, 0.12); }
.GlobalNavigation .list__tile--link.is-active .list__tile__title { color: #2456d8; font-weight: 700; }
.GlobalNavigation .list__tile--link.is-active .material-icons { color: #2456d8; }

/* サイドバーを閉じるボタン (モバイルドロワー時: 右上の ✕)
   ツールチップ共通ルール [data-tooltip]:not(...) の position:relative (詳細度 0,2,0) に
   負けないよう #drawer 付きで指定する */
#drawer .GlobalNavigation__close {
  position: absolute;
  top: 8px; right: 6px;
  z-index: 1;
}
.GlobalNavigation__close .material-icons { color: rgba(0, 0, 0, 0.4); }
.GlobalNavigation__close:hover .material-icons { color: rgba(0, 0, 0, 0.7); }

/* サイドバーをたたむボタン (PC 常時表示のみ: 右下に飛び出す取っ手型タブ)
   ドロワーは overflow-y:auto ではみ出しが切れるため position:fixed で配置する
   (PC 常時表示中はドロワーに transform が無いので fixed はビューポート基準になる) */
.GlobalNavigation__collapse { display: none; }

/* PC サイズではサイドバーを常時表示する
   (レイアウトは body の padding-left で行う。margin 方式だと width:100% の
    .toolbar 等がはみ出して横スクロールが発生する)
   閉じるボタンで折りたたむと html.drawer-collapsed が付き、ドロワー動作に戻る
   (状態は localStorage に保存し、layout.php のインラインスクリプトで復元) */
@media (min-width: 1264px) {
  html:not(.drawer-collapsed) body.with-drawer { padding-left: 240px; }
  html:not(.drawer-collapsed) body.with-drawer .navigation-drawer {
    width: 240px;
    transform: none;
    visibility: visible;
    box-shadow: none;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  html:not(.drawer-collapsed) body.with-drawer .GlobalNavigation__overlay { display: none !important; }
  html:not(.drawer-collapsed) body.with-drawer #drawer-open { display: none; }
  html:not(.drawer-collapsed) body.with-drawer .GlobalNavigation__close { display: none; }
  html:not(.drawer-collapsed) body.with-drawer .GlobalNavigation__collapse {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 239px; /* サイドバー右端の境界線 (1px) に重ねて一体化させる */
    bottom: 28px;
    width: 27px;
    height: 56px;
    padding: 0;
    background-color: #fafbfd;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
    border-radius: 0 12px 12px 0;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    z-index: 1;
  }
  html:not(.drawer-collapsed) body.with-drawer .GlobalNavigation__collapse .material-icons {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.45);
  }
  html:not(.drawer-collapsed) body.with-drawer .GlobalNavigation__collapse:hover {
    background-color: rgba(41, 98, 255, 0.07);
  }
  html:not(.drawer-collapsed) body.with-drawer .GlobalNavigation__collapse:hover .material-icons {
    color: #2456d8;
  }
}

/* ---------- リスト ---------- */
.list { padding: 8px 0; background: #fff; }
.list--dense { padding: 4px 0; }
.list__subheader {
  display: flex; align-items: center;
  height: 48px; padding: 0 16px;
  font-size: 14px; font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}
.list__tile {
  display: flex; align-items: center;
  height: 48px; padding: 0 16px;
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  transition: background-color .15s;
  position: relative;
}
.list--dense .list__tile { height: 40px; font-size: 13px; font-weight: 500; }
.list__tile--link:hover { background-color: rgba(0, 0, 0, 0.06); cursor: pointer; }
.list__tile--button { width: 100%; text-align: left; }
.list__tile__action { min-width: 56px; display: flex; align-items: center; }
.list__tile__content { flex: 1 1 auto; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.list__tile__title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list__tile__sub-title { color: rgba(0, 0, 0, 0.54); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
.list--two-line .list__tile { height: 72px; }
.list__tile__avatar { min-width: 56px; display: flex; align-items: center; }

/* ---------- アバター ---------- */
.avatar {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  vertical-align: middle;
}

/* ---------- パンくず ---------- */
.breadcrumbs {
  display: flex; align-items: center; flex-wrap: wrap;
  padding: 0 0 14px 0 !important;
  list-style: none;
}
.breadcrumbs li { font-size: 0.8rem; font-weight: 500; text-transform: uppercase; }
@media (max-width: 680px) { .breadcrumbs li { font-size: 0.675rem; } }
.breadcrumbs li:nth-child(2n) { padding: 0 8px; color: rgba(0, 0, 0, 0.38); }
@media (min-width: 0) and (max-width: 680px) { .breadcrumbs li:nth-child(2n) { padding: 0 6px; } }
.breadcrumbs__item { text-decoration: none; color: #000000 !important; }
.breadcrumbs__item--disabled { color: rgba(0, 0, 0, 0.38) !important; }

/* ---------- フォーム (Material text field) ---------- */
.input-group { position: relative; padding: 18px 0 0; margin-bottom: 8px; }
.input-group label {
  position: absolute; top: 22px; left: 0;
  font-size: 16px; color: rgba(0, 0, 0, 0.54);
  pointer-events: none;
  transform-origin: top left;
  transition: transform .3s cubic-bezier(.25,.8,.5,1), color .3s;
}
.input-group.is-dirty label, .input-group.is-focused label,
.input-group--select label { transform: translateY(-18px) scale(0.75); }
.input-group.is-focused label { color: #2962ff; }
.input-group input[type="text"], .input-group input[type="password"],
.input-group input[type="email"],
.input-group textarea, .input-group select {
  width: 100%;
  border: 0; outline: 0;
  background: transparent;
  font: inherit; font-size: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  transition: border-color .3s;
  color: rgba(0, 0, 0, 0.87);
}
.input-group input:focus, .input-group textarea:focus, .input-group select:focus {
  border-bottom: 2px solid #2962ff;
  padding-bottom: 7px;
}
.input-group.has-error input, .input-group.has-error select, .input-group.has-error textarea {
  border-bottom: 2px solid #ff5252; padding-bottom: 7px;
}
/* プレースホルダはフォーカス時のみ表示 (Vuetify と同挙動: ラベルとの重なり防止) */
.input-group input::placeholder, .input-group textarea::placeholder { color: transparent; transition: color .2s; }
.input-group.is-focused input::placeholder, .input-group.is-focused textarea::placeholder { color: rgba(0, 0, 0, 0.38); }
.input-group.has-error label { color: #ff5252; }
.input-group--disabled input { color: rgba(0, 0, 0, 0.38); border-bottom-style: dotted; }
.input-group__details {
  display: flex; justify-content: space-between;
  min-height: 22px;
  padding-top: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-group__error { color: #ff5252; }
.input-group__counter { margin-left: auto; }
.input-group__suffix { position: absolute; right: 0; bottom: 30px; color: rgba(0,0,0,.54); font-size: 16px; }
.input-group__append {
  position: absolute; right: 0; bottom: 26px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.input-group--select { position: relative; }
.input-group--select::after {
  content: 'arrow_drop_down';
  font-family: 'Material Icons';
  position: absolute; right: 0; bottom: 30px;
  font-size: 24px; color: rgba(0, 0, 0, 0.54);
  pointer-events: none;
}
.input-group select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.input-group textarea { resize: vertical; min-height: 32px; }

/* 日付・時刻・数値入力 (filled ボックス型。タップしやすい大きめサイズ) */
.input-group input[type="date"], .input-group input[type="time"],
.input-group input[type="datetime-local"], .input-group input[type="number"] {
  width: 100%;
  border: 0; outline: 0;
  font: inherit; font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  background: #eef2f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 8px 8px 0 0;
  padding: 10px 12px;
  min-height: 46px;
  transition: border-color .3s, background-color .2s;
  -webkit-appearance: none; appearance: none;
}
.input-group input[type="date"]:hover, .input-group input[type="time"]:hover,
.input-group input[type="datetime-local"]:hover, .input-group input[type="number"]:hover {
  background: #e7edf5;
}
.input-group input[type="date"]:focus, .input-group input[type="time"]:focus,
.input-group input[type="datetime-local"]:focus, .input-group input[type="number"]:focus {
  border-bottom: 2px solid #2962ff;
  padding-bottom: 9px;
  background: #e8eefb;
}
.input-group.has-error input[type="date"], .input-group.has-error input[type="time"],
.input-group.has-error input[type="datetime-local"], .input-group.has-error input[type="number"] {
  border-bottom: 2px solid #ff5252;
  padding-bottom: 9px;
}
/* ボックス型入力はラベルを常に浮かせる (値表示と重ならないように) */
.input-group:has(input[type="date"]) label,
.input-group:has(input[type="time"]) label,
.input-group:has(input[type="datetime-local"]) label,
.input-group:has(input[type="number"]) label {
  transform: translateY(-18px) scale(0.75);
}
/* カレンダー・時計アイコンを大きく押しやすく */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  font-size: 20px;
  padding: 4px;
  opacity: .55;
  cursor: pointer;
  transition: opacity .2s;
}
input[type="date"]:hover::-webkit-calendar-picker-indicator,
input[type="time"]:hover::-webkit-calendar-picker-indicator,
input[type="datetime-local"]:hover::-webkit-calendar-picker-indicator { opacity: .9; }
/* iOS は値が中央寄せになるため左寄せに統一 */
input::-webkit-date-and-time-value { text-align: left; }

/* 数値入力: ブラウザ標準の小さなスピナーは消してステッパーで操作する */
.input-group input[type="number"]::-webkit-inner-spin-button,
.input-group input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.input-group input[type="number"] { -moz-appearance: textfield; }

/* 数量ステッパー (− / ＋ ボタン付き数値入力) */
.qty-stepper { display: flex; align-items: center; gap: 10px; }
.qty-stepper input[type="number"] { flex: 1; min-width: 0; text-align: center; font-size: 18px; font-weight: 500; }
.qty-stepper__btn {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s, transform .1s;
}
.qty-stepper__btn .material-icons { font-size: 22px; }
.qty-stepper__btn:hover { background: #f0f4ff; border-color: #2962ff; color: #2962ff; }
.qty-stepper__btn:active { transform: scale(0.92); }

/* アバター画像 (user_avatar ヘルパー) */
.avatar--img { overflow: hidden; background: #eceff1; }
.avatar--img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }

/* 備品の写真 */
.EquipmentPhoto {
  display: block;
  width: 120px; height: 90px;
  object-fit: cover;
  border-radius: 4px;
  background: #eceff1;
  flex: none;
}
.EquipmentPhoto--thumb { width: 72px; height: 72px; }
.EquipmentPhoto--small { width: 40px; height: 40px; }

/* 通知連携: イベント選択の折りたたみ */
.NotificationEvents summary { cursor: pointer; color: rgba(0, 0, 0, 0.54); }
.NotificationEvents summary:hover { color: #2456d8; }

/* 利用状況 (会議室・備品の利用率グラフ) */
.UsageStats__monthNav { display: flex; align-items: center; justify-content: space-between; }
.UsageBar { padding: 8px 0; }
.UsageBar + .UsageBar { border-top: 1px solid #f5f5f5; }
.UsageBar__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.UsageBar__name { font-size: 14px; min-width: 0; overflow-wrap: anywhere; }
.UsageBar__value { font-weight: 500; white-space: nowrap; }
.UsageBar__track {
  height: 10px;
  border-radius: 4px;
  background: #e0f2f1;
  overflow: hidden;
}
.UsageBar__fill {
  height: 100%;
  background: #00897b;
  border-radius: 0 4px 4px 0;
}
.UsageBar__meta { margin-top: 4px; }

/* チェックボックス */
.checkbox { display: inline-flex; align-items: center; cursor: pointer; user-select: none; }
.checkbox input { position: absolute; opacity: 0; }
.checkbox__icon { color: rgba(0, 0, 0, 0.54); margin-right: 8px; }
.checkbox__icon::before { content: 'check_box_outline_blank'; font-family: 'Material Icons'; font-size: 24px; }
.checkbox input:checked + .checkbox__icon { color: #2962ff; }
.checkbox input:checked + .checkbox__icon::before { content: 'check_box'; }

/* サブヘッダ */
.subheader {
  display: flex; align-items: center;
  height: 48px; padding: 0 16px;
  font-size: 14px; font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}

/* ---------- アラート ---------- */
.alert {
  display: flex; align-items: center;
  padding: 16px;
  margin: 16px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0;
}
.alert--error { background-color: #ff5252; }
.alert .material-icons { margin-right: 16px; }

/* ---------- 補足ノート (機能の使い分け案内など) ---------- */
.InfoNote {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 10px 14px; margin-bottom: 16px;
  background-color: #e3f2fd; border-radius: 4px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 13px; line-height: 1.7;
}
.InfoNote .material-icons { font-size: 18px; color: #1e88e5; margin-top: 3px; flex: 0 0 auto; }
.InfoNote a { color: #1e88e5; font-weight: 500; }

/* ---------- ダイアログ ---------- */
.dialog__overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(33, 33, 33, 0.46);
  z-index: 50;
  animation: FadeIn .25s cubic-bezier(.4,0,.2,1);
}
.dialog__container {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 51;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.dialog {
  background-color: #fff !important;
  border-radius: 2px;
  width: 500px;
  max-width: calc(100vw - 32px);
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
  animation: DialogIn .25s cubic-bezier(.25,.8,.25,1);
}
@keyframes DialogIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 960px) {
  .dialog--fullscreen-mobile {
    width: 100vw; height: 100%;
    max-width: 100vw; max-height: 100%;
    border-radius: 0;
    animation: DialogUp .3s cubic-bezier(.25,.8,.25,1);
  }
  .dialog__container--mobile-full { align-items: stretch; }
}
@keyframes DialogUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes FadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- メニュー (…ドロップダウン) ---------- */
.menu { position: relative; display: inline-block; }
.menu__content {
  position: absolute; right: 0; top: 100%;
  min-width: 120px;
  background-color: #fff !important;
  border-radius: 2px;
  z-index: 30;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
  transform-origin: top right;
  animation: MenuIn .2s cubic-bezier(.25,.8,.25,1);
}
@keyframes MenuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- スナックバー ---------- */
.Snackbar {
  position: fixed;
  right: 8px; bottom: 8px;
  z-index: 1000;
  pointer-events: none;
}
.Snackbar__content {
  display: none;
  align-items: center;
  min-width: 288px; max-width: 568px;
  min-height: 48px;
  padding: 8px 8px 8px 24px;
  background-color: #424242;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
  pointer-events: auto;
}
.Snackbar.is-active .Snackbar__content { display: flex; animation: SnackIn .3s cubic-bezier(.25,.8,.25,1); }
.Snackbar--error .Snackbar__content { background-color: #ff5252; }
.Snackbar--success .Snackbar__content { background-color: #4caf50; }
.Snackbar__text { flex: 1 1 auto; font-size: 14px; }
.Snackbar__close { margin-left: 8px; min-width: 0; height: 36px; }
@keyframes SnackIn { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 600px) {
  .Snackbar { left: 0; right: 0; bottom: 0; }
  .Snackbar__content { width: 100%; max-width: none; border-radius: 0; }
}

/* ---------- ツールチップ ---------- */
[data-tooltip]:not(.btn--fixed-bottom-right) { position: relative; }
[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%; transform: translateX(-50%);
  background: rgba(97, 97, 97, 0.9);
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 2px;
  white-space: nowrap;
  z-index: 20;
  pointer-events: none;
}

/* ---------- テーブル (v-data-table) ---------- */
.datatable-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.datatable { width: 100%; border-collapse: collapse; background: #fff; }
.datatable th {
  height: 56px;
  padding: 0 24px;
  font-size: 12px; font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.datatable td {
  height: 48px;
  padding: 0 24px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.datatable tbody tr:hover { background: #eeeeee; }
.datatable th.text-xs-center, .datatable td.text-xs-center { text-align: center; }

/* ---------- SVGアイコン ---------- */
.svgicon {
  vertical-align: middle; display: block;
  width: 1em; height: 1em;
  fill: currentColor; stroke: currentColor; stroke-width: 0;
}
.svgicon--full { width: inherit; height: inherit; max-width: 100%; max-height: 100%; }

/* =============================================================
 * ページ別スタイル
 * ============================================================= */

/* ---------- ログイン (.PageLogin) ---------- */
.PageLogin {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: scroll; overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
}
.PageLogin__inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
.LoginHello {
  top: 50%; transform: translateY(-50%);
  position: absolute; left: 0;
  text-align: center; width: 100%;
}
.LoginHello_logo_icon {
  display: block;
  width: 128px; height: 128px;
  background: url('../img/logomark.png') center / contain no-repeat;
  margin: 0 auto 12px;
}
@media (max-width: 680px) { .LoginHello_logo_icon { width: 20vw; height: 20vw; margin: 0 auto 2.5vw; } }
.LoginHello_logo_name { font-weight: 700; font-size: 22px; letter-spacing: 0.05em; margin-bottom: 35px; }
@media (max-width: 680px) { .LoginHello_logo_name { font-size: 16px; margin-bottom: 20px; } }
.LoginHello_form { max-width: 320px; margin: 0 auto; text-align: left; }
@media (max-width: 680px) { .LoginHello_form { max-width: 90vw; } }
.LoginHello_form .btn--login {
  width: 100%; margin: 16px 0 0;
  background-color: #2962ff !important; color: #fff;
  height: 44px; font-size: 15px;
}
.LoginHello_form .btn--login:hover { background-color: #1e4fd6 !important; }

/* ---------- 認証エラー (.PageAuthError) ---------- */
.PageAuthError {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #c53f3a; color: #ffffff;
}
.AuthErrorHello {
  top: 50%; transform: translateY(-50%);
  position: absolute; left: 0;
  text-align: center; width: 100%;
}
.AuthErrorHello .LoginHello_logo_name { color: #fff; }
.AuthErrorHello_loginButton {
  display: inline-block; border: 0;
  padding: 0.8em 3em;
  background-color: #ffffff; color: #000000;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-size: 14px; font-weight: 700;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(.4,0,.2,1), box-shadow 250ms cubic-bezier(.4,0,.2,1);
}
.AuthErrorHello_loginButton:hover { background-color: #f9f9f9; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }

/* ---------- 日程調整一覧 (.PageSchedule) ---------- */
.Schedule, .Schedule__list { position: relative; min-height: 80px; }
.Schedule__errorText { padding: 28px 5%; text-align: center; }
.Schedule__list__item {
  display: flex; align-items: center; justify-content: flex-start;
  padding: 30px; position: relative;
}
@media (max-width: 940px) {
  .Schedule__list__item { justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
}
@media (max-width: 680px) { .Schedule__list__item { padding: 10vw 6vw; } }
.Schedule__list__item.is-active { background-color: #fdf8e2; }

.ScheduleListItem__summary { margin-left: 1.5rem; min-width: 0; }
@media (max-width: 940px) {
  .ScheduleListItem__summary {
    display: flex; align-items: flex-start; justify-content: flex-start; flex-flow: column;
    width: calc(100% - 52px); max-width: calc(100% - 52px); margin: 0;
  }
}
@media (max-width: 680px) { .ScheduleListItem__summary { margin-left: 0; } }
.ScheduleListItem__summary__subtitle {
  display: flex; align-items: center; justify-content: flex-start;
  font-size: 0.9rem; letter-spacing: 0;
}
@media (max-width: 940px) {
  .ScheduleListItem__summary__subtitle { font-size: 0.8rem; order: 10; display: block; margin-top: 1rem; }
}
.ScheduleListItem__summary__subtitle__label { font-size: 0.9rem; margin-right: 1em; color: #999; }
@media (max-width: 940px) {
  .ScheduleListItem__summary__subtitle__label {
    width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    display: block; margin: 0.25em 0 0;
    color: #777777; letter-spacing: 0.05em;
  }
}
.ScheduleListItem__summary__title {
  font-family: YuGothic, 'Yu Gothic', sans-serif; font-weight: 700;
  font-size: 1.4rem; line-height: 1.2; margin-top: 0.2em;
  overflow-wrap: anywhere;
}
@media (max-width: 940px) { .ScheduleListItem__summary__title { font-size: 1.6rem; margin-top: 0; } }
@media (max-width: 680px) { .ScheduleListItem__summary__title { font-size: 1.155rem; } }

.ScheduleListItem__voteButton .btn { font-weight: bold !important; margin: 0; }
@media (max-width: 940px) {
  .ScheduleListItem__voteButton { order: 10; width: 100%; margin-top: 25px; }
  .ScheduleListItem__voteButton .btn { margin: 0; width: 100%; text-align: center; }
}
.ScheduleListItem__actions { margin-left: auto; }
.ScheduleListItem__actions .btn { margin: 0; }
@media (max-width: 940px) { .ScheduleListItem__actions { min-width: 50px; position: relative; top: -1rem; } }

.scheduleItem__card__header__title { font-size: 0.9rem; padding-bottom: 0.5rem; }
@media (max-width: 680px) { .scheduleItem__card__header__title { padding-bottom: 0.4rem; } }

/* ---------- 作成/編集モーダル ---------- */
.ModalScheduleAdd { position: relative; }
.ModalScheduleAdd .alert { margin: 0 !important; }
.ScheduleAdd__author .subheader { padding-left: 0 !important; padding-right: 0 !important; }
.ScheduleAdd__calender .subheader { padding-left: 0 !important; padding-right: 0 !important; }

.ScheduleAdd__clips .chip {
  display: flex; align-items: center;
  border-radius: 3px;
  background: #293237 !important; color: #ffffff !important;
  font-size: 17px; font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 0.025em;
  width: 100%; height: 50px;
  padding: 0 20px;
}
.ScheduleAdd__clips .chip__close {
  color: #ffffff !important;
  margin-left: auto;
  display: inline-flex; align-items: center;
  cursor: pointer;
}
.ScheduleAdd__clips .chip__close .material-icons { font-size: 24px; }
.clipsEmpty { color: rgba(0, 0, 0, 0.54); font-size: 14px; padding: 4px 0 8px; }

/* ---------- カレンダー (date picker再現) ---------- */
.picker {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  user-select: none;
}
.picker__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 8px;
}
.picker__header__title { font-size: 15px; font-weight: 500; }
.picker__nav {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(0, 0, 0, 0.54);
}
.picker__nav:hover { background: rgba(0, 0, 0, 0.06); }
.picker table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.picker th { font-size: 12px; color: rgba(0, 0, 0, 0.38); font-weight: 400; padding: 8px 0; }
.picker td { text-align: center; padding: 2px 0; }
.picker__day {
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 12px;
  display: inline-flex; align-items: center; justify-content: center;
}
.picker__day:not([disabled]):hover { background: rgba(0, 0, 0, 0.06); }
.picker__day.is-selected { background: #2962ff; color: #fff !important; }
.picker__day.is-today:not(.is-selected) { border: 1px solid #2962ff; color: #2962ff; }
.picker__day[disabled] { color: rgba(0, 0, 0, 0.26); cursor: default; }
.picker__actions { display: flex; justify-content: flex-end; padding: 8px; }

/* 締切日ピッカーのポップオーバー */
.deadline-picker-menu {
  position: absolute; z-index: 60;
  width: 100%; max-width: 400px; min-width: 270px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

/* ---------- 日程調整詳細 (.PageInner) ---------- */
.PageInner { position: relative; }
.scheduleItem__headerCard { padding: 50px; margin-bottom: 24px; }
@media (max-width: 680px) { .scheduleItem__headerCard { padding: 10vw 8vw; } }
@media (min-width: 940.01px) {
  .scheduleItem__header { display: flex; align-items: flex-start; justify-content: space-between; }
}
.scheduleItem__header__headline { max-width: 100%; min-width: 0; }
.scheduleItem__header__deadline { margin-bottom: 1rem; letter-spacing: 0; color: #999; }
.scheduleItem__header__deadline.is-passed { color: #f44336; }
.scheduleItem__header__deadline .label { margin-right: 0.5em; }
.scheduleItem__summary__title {
  margin-bottom: 1rem;
  font-family: YuGothic, 'Yu Gothic', sans-serif; font-weight: 700;
  font-size: 1.6rem; line-height: 1.2;
  overflow-wrap: anywhere;
}
.scheduleItem__summary__description { line-height: 1.9 !important; word-break: break-all; white-space: pre-wrap; }
@media (min-width: 940.01px) { .scheduleItem__summary__description { max-width: 45em !important; } }
.scheduleItem__header__author {
  display: flex; align-items: flex-start; flex-flow: column;
  margin-left: auto; max-width: 100%; white-space: nowrap;
  color: #999;
}
@media (min-width: 940.01px) { .scheduleItem__header__author { padding-left: 25px; } }
@media (max-width: 940px) { .scheduleItem__header__author { margin-top: 1.4rem; margin-bottom: 0; } }

.scheduleItem__vote { display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 680px) { .scheduleItem__vote { display: block; padding: 5vw !important; } }
.scheduleItem__vote--dark { background: #455a64; color: #fff; border-radius: 2px; }
.scheduleItem__vote__author { display: flex; align-items: center; justify-content: flex-start; }
@media (max-width: 680px) { .scheduleItem__vote__author { margin-bottom: 1rem; } }
.scheduleItem__vote__author .fr-summary { margin-left: 1rem; font-weight: bold !important; min-width: 0; }
.scheduleItem__vote__author .fr-summary-title { font-size: 0.9rem; font-weight: 700; }
.scheduleItem__vote__action { white-space: nowrap; }
.scheduleItem__vote__action .btn { margin: 0 !important; font-weight: bold !important; }
@media (max-width: 680px) { .scheduleItem__vote__action .btn { width: 100%; height: 44px; } }

/* 回答率グラフ */
.scheduleItem__graph { margin-top: 48px; margin-bottom: 4px; }
.scheduleItem__graph__title { margin-bottom: 4px; }
.scheduleItem__graph__bar {
  position: relative; overflow: hidden;
  width: 100%; max-width: 100%;
  height: 36px; border-radius: 3px;
}
.scheduleItem__graph__bar .graphOk, .scheduleItem__graph__bar .graphNo {
  display: flex; align-items: center; justify-content: center;
  font-weight: bold;
  position: absolute; top: 0; height: 100%;
  transition: transform 900ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}
.scheduleItem__graph__bar .graphOk {
  left: 0;
  background-image: linear-gradient(90deg, #68e281, #8eedb3);
  color: #1f4b40;
  border-radius: 3px 0 0 3px;
  transform: translateX(-100%);
}
.scheduleItem__graph__bar .graphNo {
  right: 0;
  background-color: #ee786f; color: #fff;
  border-radius: 0 3px 3px 0;
  border-left: 3px solid #ffffff;
  transform: translateX(100%);
}
.scheduleItem__graph.is-animated .graphOk,
.scheduleItem__graph.is-animated .graphNo { transform: translateX(0); }
.scheduleItem__graph small { font-size: 75%; margin-left: 1px; }

/* 集計テーブル */
.scheduleItem__totalTable .datatable td { width: 15%; padding: 0 10px; }
.scheduleItem__totalTable .datatable td:first-child { width: auto; padding: 0 24px; }
.scheduleItem__totalTable th.is-iconHeader { font-size: 0 !important; width: 15%; padding: 0 18px 0 0; text-align: center; }
.scheduleItem__totalTable th.is-iconHeader::after {
  content: '';
  display: inline-block;
  width: 18px; height: 18px;
  vertical-align: middle !important;
  background: center / contain no-repeat;
}
.scheduleItem__totalTable th.is-iconHeader--circle::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23616161' d='M12,1c6.1,0,11,4.9,11,11c0,6.1-4.9,11-11,11C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1v1v1C9.5,3,7.3,4,5.6,5.6 C4,7.3,3,9.5,3,12c0,2.5,1,4.7,2.6,6.4C7.3,20,9.5,21,12,21c2.5,0,4.7-1,6.4-2.6C20,16.7,21,14.5,21,12c0-2.5-1-4.7-2.6-6.4 C16.7,4,14.5,3,12,3V2V1z'/%3E%3C/svg%3E"); }
.scheduleItem__totalTable th.is-iconHeader--triangle::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23616161' d='M21.5,15.1L15,4.2l0,0l0,0c-0.7-1-1.8-1.6-3-1.6c-0.6,0-1.2,0.2-1.7,0.4l-0.1,0l-0.1,0C9.6,3.3,9.3,3.7,9,4.1l0,0l0,0 L2.4,15.1C1.9,16,1.7,16.9,2,17.9c0.2,0.9,0.8,1.7,1.6,2.1c0.6,0.4,1.2,0.5,1.8,0.5h13.1c2,0,3.6-1.6,3.6-3.6 C22.1,16.3,21.9,15.6,21.5,15.1z M18.5,18.5H5.4c-0.3,0-0.5-0.1-0.8-0.2c-0.7-0.4-1-1.3-0.5-2.1l6.6-10.9C10.8,5,11,4.8,11.2,4.7 c0.2-0.1,0.5-0.2,0.7-0.2c0.5,0,1,0.3,1.4,0.7l6.5,10.9c0.2,0.2,0.2,0.5,0.2,0.8C20.1,17.8,19.4,18.5,18.5,18.5z'/%3E%3C/svg%3E"); }
.scheduleItem__totalTable th.is-iconHeader--close::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23616161' d='M18.3,4.3l-14,14c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l14-14c0.4-0.4,0.4-1,0-1.4S18.7,3.9,18.3,4.3z M4.3,5.7l14,14 c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-14-14c-0.4-0.4-1-0.4-1.4,0S3.9,5.3,4.3,5.7z'/%3E%3C/svg%3E"); }

.scheduleItem__memberTable__row { position: relative; }
.scheduleItem__memberTable__row.is-number { font-weight: 500; font-size: 135%; }
.scheduleItem__memberTable__row.is-heatMap--4 { color: #1d4b40; background-color: #94eaa8; font-weight: 700; }
.scheduleItem__memberTable__row.is-heatMap--3 { color: #1d4b40; background-color: #baf2c6; font-weight: 700; }
.scheduleItem__memberTable__row.is-heatMap--2 { color: #1d4b40; background-color: #d8f7df; }
.scheduleItem__memberTable__row.is-heatMap--1 { color: #1d4b40; background-color: #effcf2; }
.scheduleItem__memberTable__row.is-negative.is-heatMap--4 { color: #aa2e27; background-color: #f7c7c1; }
.scheduleItem__memberTable__row.is-negative.is-heatMap--3 { color: #aa2e27; background-color: #f09084; }
.scheduleItem__memberTable__row.is-negative.is-heatMap--2 { color: #aa2e27; background-color: #f8c7c1; }
.scheduleItem__memberTable__row.is-negative.is-heatMap--1 { color: #aa2e27; background-color: #fbdcd9; }
.scheduleItem__memberTable__row.is-name { white-space: nowrap; }
.scheduleItem__memberTable__row.is-voteMember .svgicon {
  width: 18px; height: 18px;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  position: absolute; display: block;
}
.scheduleItem__memberTable__row.is-comment > .commentText {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  display: inline-block; vertical-align: middle;
  width: 20em !important; min-width: 20em !important;
}
.scheduleItem__memberTable__row.is-comment > .commentButton { display: inline-block; vertical-align: middle; }
.scheduleItem__memberTable__row .commentButton .btn { color: #1976d2; }

/* 未回答者リスト */
.scheduleItem__card--notVoteUsers .list__tile { height: 40px; }

/* ---------- 回答モーダル ---------- */
.scheduleItemAdd_headline { display: flex; justify-content: center; }
.scheduleVoteItem__container { position: relative; max-height: 100%; min-height: 100px; }
.scheduleVoteItem__pollList__item {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pollList__item__title { font-size: 1.3rem; font-weight: 400; }
@media (max-width: 680px) { .pollList__item__title { font-size: 1.1rem; } }
.scheduleVoteItem__action {
  display: flex; align-items: stretch; justify-content: flex-end;
  min-width: 200px; height: 100%;
}
.scheduleVoteItem__action__button {
  display: flex; align-items: center; justify-content: center;
  min-width: 33.3333%; height: 100%;
  padding: 4px;
}
.scheduleVoteItem__action__button > input[type="radio"] {
  position: absolute;
  visibility: hidden; width: 0; height: 0;
}
.scheduleVoteItem__action__button label {
  width: 46px; height: 46px; flex-basis: 46px; min-width: 46px;
  color: #495962 !important;
  display: block; position: relative; cursor: pointer;
  border-radius: 50%;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(209, 216, 220, 0.25);
}
.scheduleVoteItem__action__button label:hover { background-color: rgba(209, 216, 220, 0.75); }
.scheduleVoteItem__action__button label .svgicon {
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 20px; height: 20px; position: absolute;
}
/* ◯△✕ の色分け: 未選択はアイコン色、選択時は背景色 (集計表の色と統一) */
.scheduleVoteItem__action__button > input[value="0"] + label { color: #3a9e3a !important; }
.scheduleVoteItem__action__button > input[value="1"] + label { color: #e0a020 !important; }
.scheduleVoteItem__action__button > input[value="2"] + label { color: #d0454a !important; }
.scheduleVoteItem__action__button > input[type="radio"]:checked + label { color: #ffffff !important; }
.scheduleVoteItem__action__button > input[value="0"]:checked + label { background-color: #3a9e3a; }
.scheduleVoteItem__action__button > input[value="1"]:checked + label { background-color: #e0a020; }
.scheduleVoteItem__action__button > input[value="2"]:checked + label { background-color: #d0454a; }

/* ---------- 会員一覧 ---------- */
.users__list { position: relative; min-height: 80px; }
.users__list .list--two-line .list__tile { padding-right: 26px; }
@media (max-width: 680px) {
  .users__list .list--two-line .list__tile { height: 60px; padding-left: 12px; padding-right: 18px; }
}
/* ---------- チーム管理 ---------- */
.TeamSearch { position: relative; margin-bottom: 14px; }
.TeamSearch .material-icons {
  position: absolute; left: 11px; top: 50%; transform: translateY(-50%);
  font-size: 20px; color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.TeamSearch input {
  width: 100%; height: 40px;
  padding: 0 14px 0 39px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}
.TeamSearch input:focus { outline: none; border-color: #2962ff; }
.TeamMembers { display: flex; flex-wrap: wrap; gap: 6px; }
.TeamMembers__chip {
  display: inline-flex; align-items: center; gap: 7px;
  height: 34px; padding: 0 14px 0 6px;
  border-radius: 17px;
  background: #eef1f6;
  font-size: 13px; font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}
.TeamMembers__chip--inactive { opacity: 0.55; }
/* user_avatar のイニシャル表示 (.title は 20px !important) を 24px アバターに収める */
.TeamMembers__chip .avatar .title,
.TeamMemberPick .avatar .title { font-size: 12px !important; }

.userItem { border: 0; width: 100%; text-align: left; background: none; }
/* 並び替え対応リストは区切り線を border で描画 (hr 要素だとドラッグで位置が崩れるため) */
.list--bordered .userItem + .userItem { border-top: 1px solid rgba(0, 0, 0, 0.12); }
.userItem__avatar {
  padding: 0 !important;
  display: flex !important; justify-content: center !important; align-items: center !important;
  width: 40px !important; height: 40px !important;
  min-width: 40px !important; min-height: 40px !important;
  max-width: 40px !important; max-height: 40px !important;
  border-radius: 50%;
  margin-right: 16px;
}
@media (max-width: 680px) {
  .userItem__avatar { width: 30px !important; height: 30px !important; min-width: 30px !important; min-height: 30px !important; max-width: 30px !important; max-height: 30px !important; }
  .userItem__avatar .title { font-size: 15px !important; }
}
.userItem__title { font-size: 1rem; }
.userItem__subtitle { font-size: 0.8rem; }

/* ---------- ホーム (AuthSuccess) ---------- */
.PageSuccess .layout-flex { max-width: 100%; }
@media (min-width: 1264px) { .PageSuccess .layout-flex { max-width: 66.666%; margin: 0 auto; } }

/* =============================================================
 * SaaS 拡張
 * ============================================================= */

/* ---------- アプリ内バナー (トライアル・未払い・メール認証) ---------- */
.AppBanner {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  background: #e8f0fe; color: #174ea6;
}
.AppBanner--warning { background: #fef3e0; color: #b45309; }
.AppBanner .material-icons { font-size: 18px; }
.AppBanner a, .AppBanner button {
  color: inherit; font-weight: 700;
  text-decoration: underline;
  background: none; border: 0; cursor: pointer; font-size: 13px; padding: 0;
}

/* ---------- ランディングページ ---------- */
.Landing { background: #fff; }
.Landing__nav {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 16px 24px;
}
.Landing__nav__logo { height: 32px; }
.Landing__nav__actions { display: flex; align-items: center; }
.Landing__hero { background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%); }
.Landing__hero__inner {
  max-width: 800px; margin: 0 auto;
  padding: 72px 24px 88px;
  text-align: center;
}
.Landing__hero__title {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 40px; font-weight: 700; line-height: 1.35;
  letter-spacing: 0.02em;
}
@media (max-width: 680px) { .Landing__hero__title { font-size: 26px; } }
.Landing__hero__lead {
  font-size: 16px; line-height: 2;
  color: rgba(0, 0, 0, 0.62);
  margin-top: 24px;
}
.Landing__hero__cta { margin-top: 40px; }
.btn--cta {
  background-color: #2962ff !important; color: #fff !important;
  padding: 0 32px; font-size: 16px;
}
.btn--cta:hover { background-color: #1e4fd6 !important; }
.Landing__section { max-width: 1100px; margin: 0 auto; padding: 56px 24px; }
.Landing__section__title {
  text-align: center; font-size: 24px; font-weight: 700;
  margin-bottom: 40px;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
}
.Landing__features {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.Landing__feature { padding: 32px 24px; }
.Landing__feature p { color: rgba(0, 0, 0, 0.62); margin-top: 12px; line-height: 1.9; }
.Landing__section--pricing { max-width: 900px; }
.Landing__plans {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}
.Landing__pricing { padding: 40px 32px; text-align: center; }
.Landing__pricing--paid { border: 2px solid #2962ff; }
.Landing__pricing__name { font-size: 14px; font-weight: 700; color: #2962ff; letter-spacing: 0.1em; }
.Landing__pricing__price { font-size: 44px; font-weight: 700; margin: 12px 0 4px; }
.Landing__pricing__price small { font-size: 15px; font-weight: 400; color: rgba(0, 0, 0, 0.54); }
.Landing__pricing__list { margin: 24px 0 32px; text-align: left; display: inline-block; }
.Landing__pricing__list li { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 14px; }
.Landing__pricing__list .material-icons { font-size: 18px; color: #00c853; }
.Landing__footer { border-top: 1px solid rgba(0, 0, 0, 0.08); padding: 24px; text-align: center; }

/* 課金画面のプラン選択 */
.Billing__plans {
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.Billing__plan {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
}
.Billing__plan--recommended { border: 2px solid #2962ff; }
.Billing__plan__badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: #2962ff; color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 3px 12px; border-radius: 11px;
  white-space: nowrap;
}
.Billing__plan__name { font-size: 14px; font-weight: 700; }
.Billing__plan__price { font-size: 28px; font-weight: 700; margin: 4px 0; }
.Billing__plan__price small { font-size: 13px; font-weight: 400; color: rgba(0, 0, 0, 0.54); }
.Billing__plan .btn { margin: 0; }

/* フォームページ (サインアップ) は縦に長いので絶対中央配置を解除 */
.LoginHello--form-page {
  position: static; transform: none;
  padding: 48px 0 64px;
}

/* ---------- 課金ページ ---------- */
.Billing__status__badge {
  display: inline-block;
  color: #fff; font-size: 12px; font-weight: 700;
  padding: 4px 12px; border-radius: 12px;
}
.Billing__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.Billing__actions .btn { margin: 0; }
.Billing__url {
  display: inline-block;
  background: #f5f5f5; border-radius: 3px;
  padding: 8px 12px; font-size: 14px;
  word-break: break-all;
}
.Billing__pending, .Billing__bankTransfer {
  border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px;
  background: #fafafa; padding: 16px;
}
.Billing__formGrid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px;
}
.Billing__formGrid__wide { grid-column: 1 / -1; }
.BillingInvoice__actions { display: flex; justify-content: space-between; gap: 8px; }
.BillingInvoice { max-width: 820px; margin: 0 auto; padding: 48px; }
.BillingInvoice__head { display: flex; justify-content: space-between; gap: 32px; }
.BillingInvoice__head h1 { font-size: 30px; letter-spacing: .2em; margin: 0 0 8px; }
.BillingInvoice__issuer { text-align: right; font-size: 13px; line-height: 1.7; }
.BillingInvoice__recipient { margin-top: 40px; line-height: 1.8; }
.BillingInvoice__recipient strong { font-size: 18px; }
.BillingInvoice__total { margin-top: 24px; padding: 16px; border-bottom: 2px solid #263238; font-size: 16px; }
.BillingInvoice__total strong { font-size: 24px; margin-left: 16px; }
.BillingInvoice__payment { padding: 20px; background: #f5f5f5; border-radius: 4px; line-height: 1.8; }
@media (max-width: 600px) {
  .Billing__formGrid { grid-template-columns: 1fr; }
  .Billing__formGrid__wide { grid-column: auto; }
  .BillingInvoice { padding: 24px 16px; }
  .BillingInvoice__head { flex-direction: column; }
  .BillingInvoice__issuer { text-align: left; }
}
@media print {
  .PageBillingInvoice .BillingInvoice__actions, .PageBillingInvoice ~ * { display: none !important; }
  body.with-drawer { padding-left: 0 !important; }
  body.with-drawer .navigation-drawer, body.with-drawer .toolbar { display: none !important; }
  .PageContainer.container { max-width: none; padding: 0; }
  .BillingInvoice { box-shadow: none !important; max-width: none; }
}

/* ---------- 無料公開ツール ---------- */
.PublicHeader { background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.PublicHeader__inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 24px;
}
.PublicHeader__logo img { height: 28px; display: block; }
.PublicHeader__nav { display: flex; align-items: center; gap: 4px; }
.PublicPage { padding: 24px 0 80px; }
.PublicPage__inner { max-width: 820px; margin: 0 auto; padding: 0 16px; }
.PublicPage__title {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 26px; font-weight: 700; text-align: center;
  margin-bottom: 8px;
}
.PublicPage__lead { text-align: center; color: rgba(0, 0, 0, 0.6); margin-bottom: 24px; }
.PublicForm { padding: 24px; }
.PublicForm__calendar { margin: 8px 0 16px; }
.PublicForm__calendar .picker { max-width: 340px; }

.PublicEvent__created {
  padding: 20px 24px; margin-bottom: 24px;
  border-left: 4px solid #00c853;
}
.PublicEvent__created__title { font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.PublicEvent__created__title .material-icons { color: #00c853; }
.PublicEvent__created p { color: rgba(0, 0, 0, 0.62); margin: 8px 0 16px; font-size: 13px; line-height: 1.8; }
.PublicEvent__urlrow { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.PublicEvent__urlrow .caption { width: 80px; flex: 0 0 80px; color: rgba(0, 0, 0, 0.54); }
.PublicEvent__urlrow input {
  flex: 1 1 200px; min-width: 0;
  padding: 8px 10px; font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.16); border-radius: 3px;
  background: #f7f8fa;
}
.PublicEvent__urlrow .btn { margin: 0; }

.PublicEvent__header { padding: 24px; margin-bottom: 24px; }
.PublicEvent__title { font-family: YuGothic, 'Yu Gothic', sans-serif; font-size: 24px; font-weight: 700; line-height: 1.3; }
.PublicEvent__desc { margin-top: 12px; color: rgba(0, 0, 0, 0.7); line-height: 1.8; white-space: pre-wrap; }
.PublicEvent__share { display: flex; align-items: center; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.PublicEvent__share input {
  flex: 1 1 200px; min-width: 0;
  padding: 6px 10px; font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.16); border-radius: 3px; background: #f7f8fa;
}
.PublicEvent__share .btn { margin: 0; }

/* 集計グリッド */
.PublicEvent__grid th.is-sticky, .PublicEvent__grid td.is-sticky {
  position: sticky; left: 0; background: #fff; z-index: 1;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
.PublicEvent__grid thead th.is-sticky { z-index: 2; background: #fafafa; }
.PublicEvent__grid thead th { background: #fafafa; }
.PublicEvent__dateLabel { white-space: nowrap; font-weight: 500; }
.PublicEvent__respName { white-space: nowrap; max-width: 120px; overflow: hidden; text-overflow: ellipsis; }
.PublicEvent__tally { white-space: nowrap; font-weight: 700; font-size: 12px; }
.PublicEvent__tally .ok { color: #3a9e3a; }
.PublicEvent__tally .half { color: #e0a020; }
.PublicEvent__tally .no { color: #d0454a; }
.PublicEvent__tally .sep { color: rgba(0, 0, 0, 0.26); margin: 0 2px; }
.PublicEvent__grid tr.is-best td { background: #f0faf0; }
.PublicEvent__grid tr.is-best td.is-sticky { background: #f0faf0; }
.PublicEvent__crown { color: #f5b300; font-size: 16px; vertical-align: middle; margin-right: 2px; }
.PublicEvent__grid .is-voteMember { position: relative; min-width: 44px; }
.PublicEvent__grid .is-voteMember .svgicon { width: 18px; height: 18px; margin: 0 auto; }
.PublicEvent__commentRow td { vertical-align: top; background: #fbfbfb; }
.PublicEvent__comment { min-width: 120px; }
.PublicEvent__comment__text { font-size: 12px; color: rgba(0, 0, 0, 0.7); white-space: pre-wrap; word-break: break-word; }
.PublicEvent__comment__actions { display: flex; align-items: center; gap: 2px; margin-top: 4px; flex-wrap: wrap; }
.PublicEvent__comment__actions .btn { margin: 0; padding: 0 6px; height: 24px; min-width: 0; }
.PublicEvent__comment__actions form { margin: 0; }
.PublicEvent__mine {
  display: inline-block;
  font-size: 10px; font-weight: 700;
  color: #1976d2; background: #e8f0fe;
  padding: 1px 6px; border-radius: 8px;
  margin-right: 2px;
}
.PublicEvent__footer { margin-top: 24px; }
.PublicEvent__footer .caption { line-height: 1.8; }
.PublicEvent .btn--cta { background-color: #2962ff !important; color: #fff !important; }

/* ---------- 管理画面 ---------- */
.AdminHeader { background-color: #263238 !important; position: sticky; top: 0; z-index: 10; }
.AdminHeader .toolbar__content { gap: 24px; }
.AdminHeader__title { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.AdminHeader__brand { font-weight: 700; }
.AdminHeader__badge {
  font-size: 11px; font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
  padding: 2px 8px; border-radius: 10px;
}
.AdminHeader__nav { display: flex; gap: 4px; flex: 1 1 auto; }
.AdminHeader__nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px; font-weight: 500;
  padding: 6px 12px; border-radius: 2px;
}
.AdminHeader__nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.AdminHeader__nav a.is-active { color: #fff; background: rgba(255, 255, 255, 0.16); }
.AdminHeader__user { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.87); }
.AdminPage { padding: 24px 0 80px; }
.AdminPage__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.AdminStats {
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.AdminStat { padding: 20px; text-align: center; }
.AdminStat__value { font-size: 24px; font-weight: 700; }
.AdminStat__label { font-size: 12px; color: rgba(0, 0, 0, 0.54); margin-top: 4px; }
.AdminFilter { display: flex; gap: 16px; align-items: flex-end; padding: 8px 16px 0; flex-wrap: wrap; }
.AdminFilter .btn { margin: 0 0 26px; }
.AdminDetail__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.PageLogin--admin { background: #263238; }
.PageLogin--admin .LoginHello_logo_name { color: #fff; }
.btn--admin { background-color: #263238 !important; }
.btn--admin:hover { background-color: #37474f !important; }

/* ============================================================
   予約ページ (booking)
   ============================================================ */

.alert--success { background-color: #43a047; }

/* 一覧アイテム */
.BookingPageItem { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.BookingPageItem__main { flex: 1 1 280px; min-width: 0; }
.BookingPageItem__main a { word-break: break-all; }
.BookingPageItem__actions { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }

/* 受付時間帯の入力行 */
.BookingHoursRow { display: flex; align-items: center; gap: 8px; }
.BookingHoursRow__day { display: inline-block; width: 2em; }
.BookingHoursRow input[type="time"] {
  font: inherit; font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 8px;
  padding: 8px 10px; min-height: 44px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
}
.BookingHoursRow input[type="time"]:hover { border-color: rgba(0, 0, 0, 0.4); }
.BookingHoursRow input[type="time"]:focus {
  outline: 0;
  border-color: #2962ff;
  box-shadow: 0 0 0 3px rgba(41, 98, 255, 0.15);
}

/* 週送りナビ */
.BookingWeekNav { display: flex; align-items: center; justify-content: space-between; margin: 16px 0 8px; }

/* 空き枠グリッド */
.BookingSlots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; padding: 16px 8px; }
.BookingSlots__day-head { text-align: center; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); margin-bottom: 8px; }
.BookingSlots__day-body { display: flex; flex-direction: column; gap: 6px; }
.BookingSlot {
  display: block; text-align: center; padding: 6px 2px; border: 1px solid #2962ff; border-radius: 4px;
  color: #2962ff; font-size: 13px; font-weight: 500; text-decoration: none; transition: background 0.15s, color 0.15s;
}
.BookingSlot:hover { background: #e3f2fd; }
.BookingSlot--selected { background: #2962ff; color: #fff; }
@media (max-width: 600px) {
  .BookingSlots { display: flex; flex-direction: column; gap: 12px; }
  .BookingSlots__day { display: flex; gap: 12px; align-items: flex-start; }
  .BookingSlots__day-head { flex: 0 0 3.5em; border-bottom: none; margin-bottom: 0; }
  .BookingSlots__day-body { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); }
}

/* 予約詳細テーブル */
.BookingDetail { width: 100%; border-collapse: collapse; }
.BookingDetail th, .BookingDetail td { text-align: left; padding: 10px 8px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); vertical-align: top; }
.BookingDetail th { white-space: nowrap; color: rgba(0, 0, 0, 0.54); font-weight: 500; width: 6em; }
.BookingDetail td { word-break: break-all; }

/* ---------- 会議室予約タイムライン (縦=会議室、横=時間) ---------- */
.RoomGrid__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.RoomGrid__inner { position: relative; }
.RoomGrid__headrow, .RoomGrid__row { display: flex; }
.RoomGrid__row { border-top: 1px solid rgba(0, 0, 0, 0.12); }
.RoomGrid__namecell {
  flex: 0 0 110px; width: 110px;
  padding: 6px 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: flex; flex-direction: column; justify-content: center;
  position: sticky; left: 0; z-index: 2;
  background: #fff;
}
.RoomGrid__roomname { font-size: 13px; font-weight: 500; line-height: 1.3; word-break: break-all; }
.RoomGrid__timeline { position: relative; flex: 1 1 auto; min-width: 0; }
.RoomGrid__hourlabel {
  flex: 0 0 auto;
  font-size: 11px; color: rgba(0, 0, 0, 0.54);
  padding: 6px 0 4px 3px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap; overflow: hidden;
}
.RoomGrid__timeline--body { min-height: 52px; cursor: pointer; }
.RoomGrid__timeline--body:hover { background: rgba(41, 98, 255, 0.04); }
.RoomGrid__gridline {
  position: absolute; top: 0; bottom: 0; width: 1px;
  background: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.RoomGrid__nowline {
  position: absolute; top: 0; bottom: 0; width: 2px;
  background: rgba(229, 57, 53, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55);
  pointer-events: none; z-index: 2;
}
.RoomGrid__nowline::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: #e53935;
}
.RoomGrid__res {
  position: absolute; top: 8px; bottom: 8px;
  min-width: 10px;
  background: #455a64; color: #fff;
  border-radius: 4px;
  font-size: 11px; line-height: 1.2;
  padding: 2px 6px;
  display: flex; align-items: center;
  overflow: hidden; white-space: nowrap;
  text-align: left;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.RoomGrid__res span { overflow: hidden; text-overflow: ellipsis; }
.RoomGrid__res:hover { opacity: 0.85; }
.RoomGrid__res--own { background: #ff4081; }
.RoomGrid__legend {
  display: flex; gap: 12px; align-items: center;
  font-size: 11px; color: rgba(0, 0, 0, 0.54);
  padding: 4px 0 2px;
}
.RoomGrid__legend i {
  width: 12px; height: 12px; border-radius: 3px;
  display: inline-block; margin-right: 4px; vertical-align: -1px;
}

/* 予約受付時間外のシェーディング */
.RoomGrid__blocked {
  position: absolute; top: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

/* 予約ブロック内の 名前 + 目的 の2段表示 */
.RoomGrid__res__text { display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.RoomGrid__res__name { overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
.RoomGrid__res__purpose { overflow: hidden; text-overflow: ellipsis; opacity: 0.85; font-size: 10px; }

/* カレンダーの予約ありマーク (ドット) */
.picker__day { position: relative; }
.picker__day.is-marked::after {
  content: '';
  position: absolute; bottom: 1px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%;
  background: #ff4081;
}
.picker__day.is-selected.is-marked::after { background: #fff; }
.RoomGrid__markdot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: #ff4081; vertical-align: 1px;
}

/* 予約権限のない会議室の行 (クリック不可) */
.RoomGrid__timeline--locked { cursor: default; background: rgba(0, 0, 0, 0.02); }
.RoomGrid__timeline--locked:hover { background: rgba(0, 0, 0, 0.02); }

/* =====================================================
   フリーアドレス座席予約 (PageSeats / サイネージ以外)
   ===================================================== */

/* 情報系アラート (座席QRページ等) */
.alert--info { background-color: #546e7a; }

/* 自分の予約バナー */
.SeatMap__mine { display: flex; align-items: center; gap: 8px; }

/* 在席検索ボックス */
.SeatMap__search { display: flex; align-items: center; gap: 8px; padding-top: 0; }
.SeatMap__search input[type="search"] {
  flex: 1; border: none; outline: none; font-size: 14px; padding: 8px 0;
  background: transparent;
}

/* 凡例 + サマリー */
.SeatMap__legend {
  display: flex; flex-wrap: wrap; gap: 4px 16px;
  font-size: 12px; color: rgba(0, 0, 0, 0.54);
  padding-top: 6px;
}
.SeatMap__dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  margin-right: 4px; vertical-align: 0;
}
.SeatMap__dot--free { background: #cfd8dc; }
.SeatMap__dot--reserved { background: #4f8cff; }
.SeatMap__dot--checkedin { background: #2fae64; }

/* 座席マップ (エリアごとのカードグリッド) */
.SeatMap {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 8px;
}
.SeatCard {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 12px 8px; border-radius: 8px; text-align: center;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer; text-decoration: none; color: inherit;
  font: inherit; transition: box-shadow 0.15s, transform 0.15s;
}
.SeatCard:hover { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); transform: translateY(-1px); }
.SeatCard--free { border-style: dashed; background: #fafafa; }
.SeatCard--free:hover { background: #f1f8ff; }
.SeatCard--reserved { border-color: #4f8cff; background: #f4f8ff; }
.SeatCard--checkedin { border-color: #2fae64; background: #f2fbf6; }
.SeatCard--own { box-shadow: 0 0 0 2px #ff4081 inset; }
.SeatCard__name { font-size: 13px; font-weight: 500; color: rgba(0, 0, 0, 0.87); }
.SeatCard__user { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 0; width: 100%; }
.SeatCard__user .avatar .title { font-size: 16px !important; }
.SeatCard__username {
  font-size: 13px; font-weight: 500; max-width: 100%;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.SeatCard__freelabel { color: #b0bec5; }
.SeatCard__freelabel .material-icons { font-size: 32px; }
.SeatCard__status { font-size: 11px; color: rgba(0, 0, 0, 0.54); }

/* 人物詳細モーダル */
.SeatDetail__person { display: flex; align-items: center; gap: 16px; }
.SeatDetail__person .avatar .title { font-size: 24px !important; }

/* 席のQRページ (/s/{token}) */
.SeatQuick__badge {
  display: inline-block; padding: 6px 20px; border-radius: 999px;
  font-size: 16px; font-weight: 700; color: #fff;
}
.SeatQuick__badge--free { background: #43a047; }
.SeatQuick__badge--busy { background: #546e7a; }
.SeatQuick__badge--own { background: #ff4081; }
.SeatQuick__person { display: flex; align-items: center; justify-content: center; gap: 8px; }

/* 座席編集モーダルのQRプレビュー */
.SeatQr__preview { text-align: center; }
.SeatQr__preview svg { width: 132px; height: 132px; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; }

/* 検索で非表示にした座席カード・エリア (display 指定が hidden 属性に勝つため明示) */
.SeatCard[hidden], .SeatMap[hidden] { display: none !important; }

/* =====================================================
   フリーアドレス座席予約: 間取り図 (閲覧・サイネージ共用)
   ===================================================== */
.SeatMapView__scroll { overflow-x: auto; }
.SeatMapView__scroll svg { display: block; min-width: 700px; width: 100%; height: auto; }
.SeatMarker { cursor: pointer; }
.SeatMarker--btn:focus { outline: none; }
.SeatMarker--btn:focus circle:first-of-type { stroke: #ff4081; }
.SeatMarker__label { fill: #37474f; }
.SeatMarker__label--free { fill: #90a4ae; font-weight: 400; }
.SeatMapView__stamp { fill: #78909c; user-select: none; }
.SeatMarker.is-dimmed { opacity: 0.15; pointer-events: none; }

/* =====================================================
   間取り図エディタ
   ===================================================== */
.MapEditor__toolbar { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.MapEditor__name { max-width: 200px; flex: 1; min-width: 120px; padding-top: 0; }
.MapEditor__name input { font-size: 14px; }
.MapEditor__tools { display: flex; gap: 2px; }
.MapEditor__tool.is-active,
.MapEditor__stamp-btn.is-active { background: #eceff1; border-radius: 50%; }
.MapEditor__tool.is-active .material-icons,
.MapEditor__stamp-btn.is-active .material-icons { color: #ff4081; }
.MapEditor__stamps { display: flex; gap: 2px; padding: 0 4px; border-left: 1px solid rgba(0, 0, 0, 0.12); }
.MapEditor__layout { display: flex; gap: 12px; align-items: flex-start; }
.MapEditor__stagecard { flex: 1; min-width: 0; }
.MapEditor__stage { overflow: auto; max-height: 75vh; touch-action: none; }
.MapEditor__stage svg { display: block; }
.MapEditor__stage[data-tool="select"] { cursor: default; }
.MapEditor__stage[data-tool="desk"], .MapEditor__stage[data-tool="room"],
.MapEditor__stage[data-tool="line"], .MapEditor__stage[data-tool="text"],
.MapEditor__stage[data-tool="stamp"], .MapEditor__stage[data-tool="seat"] { cursor: crosshair; }
.MapEditor__stage .me-obj, .MapEditor__stage .me-seat { cursor: move; }
.MapEditor__stage .me-stamp, .MapEditor__stage .material-icons { user-select: none; }
.MapEditor__stage .me-handle { cursor: nwse-resize; }
.MapEditor__side { width: 280px; flex-shrink: 0; }
.MapEditor__props .MapEditor__propbtns { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.MapEditor__input {
  width: 100%; box-sizing: border-box; font-size: 13px; padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.24); border-radius: 4px;
}
.MapEditor__seatlist { display: flex; flex-direction: column; gap: 4px; max-height: 200px; overflow-y: auto; }
.MapEditor__seatitem {
  text-align: left; font-size: 13px; padding: 6px 8px; border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12); background: #fafafa; cursor: pointer;
}
.MapEditor__seatitem:hover { background: #f1f8ff; }
.MapEditor__seatitem.is-active { border-color: #ff4081; background: #fff0f5; }
@media (max-width: 800px) {
  .MapEditor__layout { flex-direction: column; }
  .MapEditor__side { width: 100%; }
}

/* =====================================================
   間取り図エディタ v22: ラベル付きツールボタン + プロパティコントロール
   ===================================================== */
.MapEditor__tool {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  min-width: 52px; padding: 5px 6px; border: none; background: none;
  border-radius: 8px; cursor: pointer; font: inherit; color: rgba(0, 0, 0, 0.72);
}
.MapEditor__tool:hover { background: #f5f5f5; }
.MapEditor__tool .material-icons { font-size: 22px; }
.MapEditor__toollabel { font-size: 10px; color: rgba(0, 0, 0, 0.54); white-space: nowrap; }
.MapEditor__tool.is-active,
.MapEditor__stamp-btn.is-active { background: #eceff1; border-radius: 8px; }
.MapEditor__tool.is-active .material-icons,
.MapEditor__tool.is-active .MapEditor__toollabel,
.MapEditor__stamp-btn.is-active .material-icons,
.MapEditor__stamp-btn.is-active .MapEditor__toollabel { color: #ff4081; }
.MapEditor__stamps { flex-wrap: wrap; }

.MapEditor__ctl { margin-bottom: 8px; }
.MapEditor__ctl-label { font-size: 11px; color: rgba(0, 0, 0, 0.54); margin-bottom: 2px; }
.MapEditor__ctl-body { display: flex; align-items: center; gap: 8px; }
.MapEditor__num {
  width: 64px; box-sizing: border-box; font-size: 13px; padding: 4px 6px;
  border: 1px solid rgba(0, 0, 0, 0.24); border-radius: 4px;
}
.MapEditor__range { flex: 1; min-width: 60px; accent-color: #ff4081; }
.MapEditor__color {
  width: 36px; height: 28px; padding: 0; border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px; background: none; cursor: pointer;
}
.MapEditor__nonelabel { display: flex; align-items: center; gap: 4px; font-size: 12px; color: rgba(0, 0, 0, 0.72); }

/* 間取り図エディタ: キャンバスサイズの数値入力 + 縦横比固定 */
.MapEditor__canvas-size { display: flex; align-items: flex-end; gap: 8px; }
.MapEditor__canvas-dim { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.MapEditor__canvas-dim span { font-size: 11px; color: rgba(0, 0, 0, 0.54); }
.MapEditor__canvas-dim .MapEditor__num { width: 100%; }
.MapEditor__ratio {
  border: 1px solid rgba(0, 0, 0, 0.24); background: #fafafa; border-radius: 4px;
  padding: 4px 6px; cursor: pointer; line-height: 0;
}
.MapEditor__ratio .material-icons { font-size: 18px; color: rgba(0, 0, 0, 0.4); }
.MapEditor__ratio.is-active { border-color: #ff4081; background: #fff0f5; }
.MapEditor__ratio.is-active .material-icons { color: #ff4081; }
