/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2026 | 11:35:06 */
/* --------------------------------------------------
   ストウェブラボ かんたんUI 日程調整ツール (swl-adj-)
   統合・最適化済みスタイルシート
-------------------------------------------------- */

/* Base & Container */
.swl-adj-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 90px 16px 260px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2d3748;
  box-sizing: border-box;
}

.swl-adj-header { text-align: center; margin-bottom: 24px; }
.swl-adj-title { font-size: 1.75rem; font-weight: 700; margin-bottom: 6px; color: #1a202c; }
.swl-adj-subtitle { font-size: 0.95rem; color: #4a5568; }

.swl-adj-br-sp { display: none; }

/* Cards & Boxes */
.swl-adj-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.swl-adj-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3182ce;
  color: #2b6cb0;
}

/* 🏆 「決定した日時」おすすめ表示カード */
.swl-adj-recommend-card {
  background: linear-gradient(135deg, #ffedd5 0%, #fef3c7 100%);
  border: 2px solid #f59e0b;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.15);
}
.swl-adj-recommend-head {
  font-size: 0.9rem;
  font-weight: 700;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.swl-adj-recommend-icon { font-size: 1.2rem; }
.swl-adj-recommend-body {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.swl-adj-recommend-date {
  font-size: 1.3rem;
  font-weight: 800;
  color: #78350f;
}
.swl-adj-recommend-score {
  font-size: 0.85rem;
  font-weight: 700;
  color: #b45309;
}

/* Notifications & Notices */
.swl-adj-security-notice {
  background-color: #fffaf0;
  border: 1.5px solid #fbd38d;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 24px;
}
.swl-adj-notice-title { font-weight: 700; color: #c05621; font-size: 0.95rem; margin-bottom: 6px; }
.swl-adj-notice-body { font-size: 0.85rem; color: #7b341e; margin: 0; line-height: 1.5; }
.swl-adj-notice-text { font-size: 0.85rem; color: #4a5568; margin: -4px 0 12px; line-height: 1.4; }

/* Forms & Inputs */
.swl-adj-form-group { margin-bottom: 20px; }
.swl-adj-form-group label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 0.95rem; }
.swl-adj-required { color: #e53e3e; font-size: 0.85rem; font-weight: 400; }

.swl-adj-input,
.swl-adj-textarea,
.swl-adj-select {
  width: 100%;
  padding: 12px;
  border: 1.5px solid #cbd5e0;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

/* ① ステップ番号（強調バッジ） */
.swl-adj-step-box {
  background: #f7fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}

.swl-adj-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0066cc;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  line-height: 1;
  white-space: nowrap;
  margin-right: 8px;
  vertical-align: middle;
}

.swl-adj-step-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.5;
}

/* Calendar Navigation & Grid */
.swl-adj-cal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 12px;
  gap: 10px;
}
.swl-adj-nav-btn {
  background-color: #ffffff;
  color: #3182ce;
  border: 1.5px solid #3182ce;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.swl-adj-nav-btn:hover { background-color: #ebf8ff; }
.swl-adj-nav-btn:disabled {
  border-color: #cbd5e0;
  color: #a0aec0;
  cursor: not-allowed;
  background-color: #f7fafc;
}
.swl-adj-nav-hint { font-size: 0.8rem; color: #718096; text-align: center; }

.swl-adj-grid-cal-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 4px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.swl-adj-month-block {
  flex: 0 0 85%;
  max-width: 340px;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.swl-adj-month-title { text-align: center; font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; color: #2b6cb0; }
.swl-adj-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.swl-adj-cal-head { font-size: 0.8rem; font-weight: 700; color: #718096; padding: 4px 0; }
.swl-adj-cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 6px;
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  user-select: none;
  transition: all 0.15s ease;
}
.swl-adj-cal-day:hover { background: #e2e8f0; }
.swl-adj-cal-day.is-empty { background: transparent; border: none; cursor: default; }
.swl-adj-cal-day.is-disabled { color: #cbd5e0; cursor: not-allowed; background: #f7fafc; }
.swl-adj-cal-day.is-selected {
  background: #3182ce !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(49, 130, 206, 0.4);
}

.swl-adj-swipe-dots { display: flex; justify-content: center; gap: 6px; margin-top: 6px; }
.swl-adj-dot { width: 8px; height: 8px; border-radius: 50%; background-color: #cbd5e0; transition: all 0.2s; }
.swl-adj-dot.active { background-color: #3182ce; width: 18px; border-radius: 4px; }

/* Bulk Settings Accordion */
.swl-adj-bulk-accordion { margin: 15px 0 20px; }
.swl-adj-bulk-toggle-btn {
  width: 100%;
  background: #fffaf0;
  border: 1.5px dashed #dd6b20;
  color: #c05621;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.swl-adj-bulk-toggle-btn:hover { background: #feebc8; }
.swl-adj-arrow { transition: transform 0.2s ease; font-size: 0.8rem; }
.swl-adj-bulk-box {
  background: #fffaf0;
  border: 1.5px solid #fbd38d;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 14px;
}
.swl-adj-bulk-desc { font-size: 0.85rem; color: #7b341e; margin: 0 0 12px; line-height: 1.4; }
.swl-adj-bulk-controls { display: flex; gap: 10px; flex-wrap: wrap; }
.swl-adj-time-text-input { flex: 1 1 180px; border-color: #dd6b20; }
.swl-adj-time-preset-select { flex: 1 1 180px; border-color: #cbd5e0; }

.swl-adj-btn-bulk-apply {
  background-color: #dd6b20;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
  white-space: nowrap;
  flex: 1 1 100%;
}
.swl-adj-btn-bulk-apply:hover { background-color: #c05621; }

/* Selected Date List */
.swl-adj-time-list { display: flex; flex-direction: column; gap: 12px; margin: 10px 0; }
.swl-adj-date-card {
  background: #ffffff;
  border: 1px solid #cbd5e0;
  border-left: 4px solid #3182ce;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.swl-adj-date-title { font-weight: 700; font-size: 1rem; color: #2d3748; }
.swl-adj-date-actions { display: flex; align-items: center; gap: 8px; flex: 1; justify-content: flex-end; flex-wrap: wrap; }
.swl-adj-item-time-input { flex: 1 1 140px; min-width: 130px; padding: 8px; font-size: 0.9rem; }
.swl-adj-item-time-select { flex: 1 1 150px; min-width: 140px; padding: 8px; font-size: 0.9rem; }

.swl-adj-btn-remove {
  background: #fff5f5;
  color: #e53e3e;
  border: 1px solid #feb2b2;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  white-space: nowrap;
}

/* Creator & Recovery Box */
.swl-adj-creator-badge {
  background: #ebf8ff;
  border: 1.5px solid #63b3ed;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.swl-adj-creator-badge-icon { font-size: 1.5rem; }
.swl-adj-creator-badge-sub { font-size: 0.8rem; color: #2b6cb0; margin-top: 2px; }

.swl-adj-recovery-box { text-align: right; margin-bottom: 12px; }

.swl-adj-btn-link {
  background: none;
  border: none;
  color: #4299e1;
  text-decoration: underline;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
}
.swl-adj-btn-link:hover { color: #2b6cb0; }

/* Share Area */
.swl-adj-share-box {
  background-color: #f0fff4;
  padding: 18px;
  border-radius: 10px;
  border: 1.5px solid #68d391;
  margin-top: 15px;
}
.swl-adj-share-header { display: flex; align-items: center; gap: 6px; font-size: 1.05rem; color: #22543d; margin-bottom: 4px; }
.swl-adj-share-desc { font-size: 0.85rem; color: #2f855a; margin: 0 0 14px; }
.swl-adj-share-step { background: #ffffff; padding: 10px 12px; border-radius: 8px; border: 1px solid #c6f6d5; }
.swl-adj-share-label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 0.85rem; color: #276749; }
.swl-adj-share-flex { display: flex; gap: 8px; flex-wrap: wrap; }
.swl-adj-input-inline { flex: 1 1 200px; padding: 8px 12px; border: 1px solid #cbd5e0; border-radius: 6px; background: #f7fafc; font-size: 0.9rem; }

.swl-adj-btn-line {
  background-color: #06c755;
  color: #ffffff;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  box-shadow: 0 3px 8px rgba(6, 199, 85, 0.25);
  transition: background-color 0.2s;
}
.swl-adj-btn-line:hover { background-color: #05b34c; }

/* Attendance Selection (〇△× Buttons) */
.swl-adj-btn-choices-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.swl-adj-choice-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 16px; }
.swl-adj-choice-date-label { font-weight: 700; font-size: 1rem; margin-bottom: 10px; display: block; }
.swl-adj-toggle-group { display: flex; gap: 10px; }
.swl-adj-btn-toggle {
  flex: 1;
  padding: 12px 0;
  border: 2px solid #cbd5e0;
  background: #ffffff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  color: #718096;
  transition: all 0.2s ease;
  text-align: center;
}
.swl-adj-btn-toggle[data-val="〇"].is-active { background-color: #c6f6d5; border-color: #38a169; color: #22543d; }
.swl-adj-btn-toggle[data-val="△"].is-active { background-color: #fefcbf; border-color: #d69e2e; color: #744210; }
.swl-adj-btn-toggle[data-val="×"].is-active { background-color: #fed7d7; border-color: #e53e3e; color: #742a2a; }

/* Summary Table */
.swl-adj-badge-perfect,
.swl-adj-badge-top {
  display: inline-block;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
}
.swl-adj-badge-perfect { background-color: #38a169; }
.swl-adj-badge-top { background-color: #dd6b20; }
.swl-adj-row-highlight { background-color: #f0fff4 !important; }

.swl-adj-table-wrapper { overflow-x: auto; margin-bottom: 20px; }
.swl-adj-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; text-align: center; }
.swl-adj-table th, .swl-adj-table td { border: 1px solid #e2e8f0; padding: 12px; white-space: nowrap; }
.swl-adj-table th { background-color: #f7fafc; font-weight: 700; }
.swl-adj-table td:first-child { text-align: left; font-weight: 700; }

.swl-adj-msg-preview-box { background: #f7fafc; border: 1.5px solid #e2e8f0; border-radius: 8px; padding: 16px; margin-top: 15px; }
.swl-adj-msg-label { display: block; font-weight: 700; font-size: 0.9rem; color: #2d3748; margin-bottom: 8px; }

/* ② メインボタン＆指振りアニメーション */
.swl-adj-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
  color: #ffffff;
  font-weight: 800;
  padding: 16px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.15rem;
  box-shadow: 0 4px 12px rgba(56, 161, 105, 0.3);
  transition: transform 0.15s ease, background 0.2s ease;
}
.swl-adj-btn-primary:hover {
  background: linear-gradient(135deg, #2f855a 0%, #22543d 100%);
  transform: translateY(-1px);
}
.swl-adj-btn-icon {
  display: inline-block;
  font-size: 1.3rem;
  animation: swl-adj-hand-bounce 1.5s infinite ease-in-out;
}
@keyframes swl-adj-hand-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* ③ コピー完了フィードバック用アニメーション */
.swl-adj-btn-sub.is-copied,
.swl-adj-btn-accent.is-copied {
  background-color: #38a169 !important;
  color: #ffffff !important;
  border-color: #38a169 !important;
  animation: swl-adj-pop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes swl-adj-pop {
  0% { transform: scale(0.95); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Standard Buttons & Groups */
.swl-adj-btn-sub {
  background-color: #edf2f7;
  color: #2d3748;
  border: 1px solid #cbd5e0;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.2s;
}
.swl-adj-btn-accent {
  background-color: #3182ce;
  color: #ffffff;
  border: none;
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background-color 0.2s;
}
.swl-adj-btn-accent:hover { background-color: #2b6cb0; }

.swl-adj-divider { border: 0; height: 1px; background: #e2e8f0; margin: 30px 0; }
.swl-adj-hidden { display: none !important; }
.swl-adj-action-group { display: flex; gap: 10px; flex-wrap: wrap; }
.swl-adj-action-group button { flex: 1 1 200px; }
.swl-adj-sub-text { font-size: 0.85rem; color: #718096; margin-bottom: 10px; }

/* Expired View */
#swl-adj-expired-view { text-align: center; padding: 40px 20px; }
.swl-adj-expired-box {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 24px 20px;
  border-radius: 12px;
  display: inline-block;
  max-width: 520px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.swl-adj-expired-title { margin: 0 0 10px; font-size: 18px; font-weight: 700; color: #991b1b; }
.swl-adj-expired-text { margin: 0; font-size: 14px; line-height: 1.6; color: #7f1d1d; }

/* Media Queries (Responsive) */
@media (max-width: 639px) {
  .swl-adj-br-sp { display: inline; }
  .swl-adj-recovery-box { text-align: center; }
}

@media (min-width: 640px) {
  .swl-adj-month-block { flex: 1; max-width: none; }
  .swl-adj-nav-hint,
  .swl-adj-swipe-dots { display: none; }
  .swl-adj-btn-bulk-apply { flex: 0 0 auto; }
}