@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 受付時間テーブル */
.clinic-hours{
  --main: #6b4a12;      /* 濃いブラウン */
  --line: #c8b48a;      /* 薄いゴールド */
  --bg: #ffffff;
  --muted: #777;
  max-width: 920px;
  margin: 0 auto;
  background: var(--bg);
}

.clinic-hours__title{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .06em;
  color: var(--main);
  margin: 0 0 10px;
}

.clinic-hours__table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 4px solid var(--main);
}

.clinic-hours__table thead th{
  color: var(--main);
  font-weight: 700;
  padding: 14px 8px;
  border-bottom: 4px solid var(--line);
  text-align: center;
  white-space: nowrap;
}

.clinic-hours__table tbody th,
.clinic-hours__table tbody td{
  padding: 16px 8px;
  text-align: center;
  border-bottom: 2px solid var(--line);
}

.clinic-hours__time{
  text-align: left !important;
  padding-left: 14px !important;
  font-weight: 700;
  color: #2b2b2b;
  width: 150px;
}

.mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  font-size: 18px;
  user-select: none;
}

/* ●（受付） */
.mark--circle{
  background: var(--main);
  color: #fff;
}

/* —（休み） */
.mark--dash{
  background: transparent;
  color: var(--main);
  width: auto;
  height: auto;
  font-size: 26px;
  font-weight: 800;
}

/* ▲（予約のみ） */
.mark--tri{
  background: #fff;
  color: var(--main);
  border: 2px solid var(--main);
  font-size: 16px;
}

.clinic-hours__note{
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.clinic-hours__badge{
  display: inline-block;
  color: var(--main);
  font-weight: 900;
  margin-right: 6px;
}

.clinic-hours__strong{
  color: var(--main);
  font-weight: 800;
}

/* スマホ調整 */
@media (max-width: 640px){
  .clinic-hours__time{ width: 120px; font-size: 14px; }
  .clinic-hours__table thead th{ padding: 10px 4px; font-size: 14px; }
  .clinic-hours__table tbody th,
  .clinic-hours__table tbody td{ padding: 12px 4px; }
  .mark{ width: 28px; height: 28px; font-size: 16px; }
  .mark--dash{ font-size: 22px; }
}
