:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-container
================================================ */
@media all and (max-width: 767px) {
  #clinic_newyear .l-container {
    padding-top: 0;
  }
}
/* .clinic_newyear-ico-scroll
================================================ */
@media all and (max-width: 767px) {
  .clinic_newyear-ico-scroll {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 78.5px;
    height: 83px;
  }
  .clinic_newyear-ico-scroll.is-hidden {
    display: none;
  }
  .clinic_newyear-ico-scroll__wrapper {
    position: relative;
  }
}

/* .clinic_newyear-table01
================================================ */
.clinic_newyear-table01 thead th {
  color: #fff;
  background: rgb(var(--black));
}
.clinic_newyear-table01 tbody th {
  text-align: center;
  background: rgb(var(--beige));
}
.clinic_newyear-table01 tbody td {
  line-height: 1;
  text-align: center;
}
.clinic_newyear-table01 tbody td.open {
  color: rgb(var(--main));
  font-size: 1.5em;
  font-weight: bold;
}
.clinic_newyear-table01 tbody td.closed {
  background: rgb(var(--bg));
}
@media all and (max-width: 767px) {
  .clinic_newyear-table01 {
    --cell_width: 80px;
    width: calc(var(--cell_width) * 10);
  }
  .clinic_newyear-table01__wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .clinic_newyear-table01 th, .clinic_newyear-table01 td {
    width: var(--cell_width);
  }
  .clinic_newyear-table01 thead th:nth-child(-n+2) {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: var(--cell_width);
    width: var(--cell_width);
  }
  .clinic_newyear-table01 thead th:first-child {
    left: 0;
  }
  .clinic_newyear-table01 tbody th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: var(--cell_width);
    width: var(--cell_width);
  }
  .clinic_newyear-table01 tbody th.area {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .clinic_newyear-table01 {
    --th_width: 14%;
  }
  .clinic_newyear-table01 tbody th {
    width: var(--th_width);
  }
  .clinic_newyear-table01 tbody td {
    width: calc((100% - var(--th_width) * 2) / 8);
  }
}

/* .clinic_newyear-reserve__note01
================================================ */
.clinic_newyear-reserve__note01 {
  font-size: 1.2rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .clinic_newyear-reserve__note01 {
    font-size: 1.3rem;
  }
}