.g-header .headerWrap, .g-wrapper {
  width: 1000px;
  padding: 0 5px;
}

.g-header .headerWrap {
  background: #fff;
}

.g-wrapper {
  background: #fff;
}

.g-footer {
  margin-top: 0;
}

.g-container {
  padding-bottom: 5px;
  min-height: 100vh;
}

.bread_counter {
  width: 990px;
  padding: 3px 5px 0;
}

.l-main {
  padding: 0 0 80px;
  color: #1f1d1e;
  background: #fff;
}

.f-reserveCal {
  background: #fff;
}

.f-reserveCal .reserveCal__ttl {
  display: flex;
  align-items: center;
  height: 62px;
  margin-bottom: 20px;
  padding: 18px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.01em;
  background: #fcfcfc;
}

.f-reserveCal .reserveCal__table {
  width: 100%;
  border: 1px solid #d0d0d3;
}

.f-reserveCal .reserveCal__table tr {
  border-bottom: 1px solid #d0d0d3;
}

.f-reserveCal .reserveCal__table thead tr:first-child {
  border-bottom: none;
}

.f-reserveCal .reserveCal__table tbody tr:last-child {
  border-bottom: none;
}

.f-reserveCal .reserveCal__table th,
.f-reserveCal .reserveCal__table td {
  border-right: 1px solid #d0d0d3;
  vertical-align: middle;
}

.f-reserveCal .reserveCal__table th:last-child,
.f-reserveCal .reserveCal__table td:last-child {
  border-right: none;
}

.f-reserveCal .reserveCal__monthTh {
  height: 48px;
  background: #e4e5e6;
}

.f-reserveCal .reserveCal__monthContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-reserveCal .reserveCal__monthNum {
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.f-reserveCal .reserveCal__monthNum:nth-child(2) {
  display: flex;
  align-items: flex-end;
}

.f-reserveCal .reserveCal__monthNum:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("/assets/img/user/pc/shop/reserve/icon_calMonth.svg") no-repeat center/contain;
}

.f-reserveCal .reserveCal__monthNum:last-child {
  margin-right: 0;
}

.f-reserveCal .reserveCal__month {
  font-size: 18px;
}

.f-reserveCal .reserveCal__dateTh {
  width: 104px;
  height: 61px;
  font-size: 18px;
  font-weight: bold;
}

.f-reserveCal .reserveCal__dateTh.saturday {
  color: #4ab1f0;
  background-color: #d5ecfa;
}

.f-reserveCal .reserveCal__dateTh.holiday {
  color: #f74654;
  background-color: #fad5d5;
}

.f-reserveCal .reserveCal__week {
  display: block;
  font-size: 16px;
  margin-top: 6px;
}

.f-reserveCal .reserveCal__time, .f-reserveCal .reserveCal__status {
  height: 60px;
}

.f-reserveCal .reserveCal__time {
  width: 61px;
  font-size: 14px;
  font-weight: bold;
}

.f-reserveCal .reserveCal__status {
  width: 100%;
  display: grid;
  place-content: center;
}

.f-reserveCal .reserveCal__status.able {
  background: url("/assets/img/user/pc/shop/reserve/icon_calAble.svg") no-repeat center/36px 36px;
}

.f-reserveCal .reserveCal__status.unable {
  background: url("/assets/img/user/pc/shop/reserve/icon_calUnable.svg") no-repeat center/36px 36px;
}

.f-reserveCal .reserveCal__status.tel {
  color: #48ba1e;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
