/* ==========================================================================
  common
========================================================================== */
#booking-package_schedulePage .courseListPanel {
	left: 0 !important;
	width: 100% !important;
}
#booking-package_schedulePage  .courseListPanel.box_shadow {
    box-shadow: none !important;
}
.caution_box {
	border: 3px solid #0084c4;
	background: #fff;
	display: block;
	padding: 10px;
	margin: 0 auto 30px;
}
.caution_box p.dogrun_caution {
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
	color: #222;
}
.caution_box p.dogrun_caution span {
	display: inline-block;
	font-size: 24px;
	position: relative;
	top: 4px;
}
/* ==========================================================================
  ドッグバス切り替えタブ（リンク対応）
========================================================================== */
.dogbath-switch {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.dogbath-switch a {
  flex: 1;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  color: #bbbbbb;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.dogbath-switch a:hover {
  background: #eee;
}
.dogbath-switch a.active {
  background: #333;
  color: #fff;
  border-color: #333;
}

/* ==========================================================================
  次の日ラベル非表示
========================================================================== */
#previous_available_day_button,
#next_available_day_button {
  display: none !important;
}

