@charset "UTF-8";

div.cal_wrapper {
  padding: 10px 0;
  width: 100%;
  margin: auto;
}

div.schedule_wrapper {
  padding: 10px 0;
  /* border: solid 2px #ccc; */
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  color: #000;
  text-align: left;
}

div.schedule_wrapper h3 {
  padding: 0 10px;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #666;
}

div.schedule_wrapper div.schedule_list {
  padding: 0 10px;
  margin: 0;
  overflow-y: scroll;
  height: 75pt;
}

div.schedule_wrapper div.schedule_list ol {
  padding: 0;
  margin: 5px auto;
  border-top: solid 1px #ccc;
}

div.schedule_wrapper div.schedule_list ol li {
  list-style: none;
  padding: 5px 10px 0 0;
  margin: 0 0 0 5px;
  font-size: 9pt;
  line-height: 1.5em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.schedule_wrapper div.schedule_list ol li:hover {
  background: #eee;
}

div.cal_wrapper table {
  width: 100%;
  table-layout: fixed !important;
}

div.cal_wrapper table th {
  border-top: 1px #d1d1d1 solid;
  border-bottom: 1px #d1d1d1 solid;
  padding: 10px 5px;
  width: 20%;
  font-weight: normal;
}

div.cal_wrapper table.cal tr th p {
  float: left;
  /* padding: 0 0 0 20px; */
  margin: 0;
  font-size: 14px;
  line-height: 40px;
}

div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}

div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #d1d1d1;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  margin: 0 1px;
  padding: 8px 8px;
  border-radius: 3px;
}
@media (min-width: 991px) {
  div.cal_wrapper table.cal tr th div.cal_ui input {
    padding: 8px 16px;
  }
}

div.cal_wrapper table.cal tr td {
  /* border-top: solid 1px #eee; */
  font-size: 14px;
  text-align: center;
  padding: 2px;
}

div.cal_wrapper table.cal tr.headline {
  display: table-row;
}
div.cal_wrapper table.cal tr.headline td {
  padding: 10px 0;
  color: #666;
  background: #eee;
}

div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  color: #000;
}

@media (max-width: 768px) {
  div.cal_wrapper table.cal tr td div {
    padding: 5px 0;
  }
}

div.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  z-index: 3;
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
}

div.cal_wrapper table.cal tr td div.Sat {
  color: #0c6dda;
}

div.cal_wrapper table.cal tr td div.Sun {
  color: #ca2a13;
}

div.cal_wrapper table.cal tr td div.Today {
  border: 2px solid #f90;
}

div.cal_wrapper table.cal tr td div.Deli {
  background-color: #efe;
}

div.cal_wrapper table.cal tr td div.Holiday {
  font-weight: bolder;
  color: #fff;
  background-color: #bbb;
}

div.cal_wrapper table.cal tr td div.Closing {
  font-weight: bolder;
  background-color: #BEB2B0;
  color: #fff;
  border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
  font-weight: 400;
  background-color: #dfdfdf;
  color: #aaa;
  border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

div.cal_wrapper table.cal tr td div.pointer:hover {
  border: 1px solid #14355b;
}

@media (max-width: 640px) {
  div.cal_wrapper {
    width: 100%;
  }
}

h3.calt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.231em;
  gap: 1em;
  font-weight: normal;
  padding: 0 0 1em;
}
@media (max-width: 767px) {
  h3.calt {
    justify-content: center;
  }
}
h3.calt:after {
  /* content: "";
  display: block;
  border-top: solid 1px #fff;
  width: 100%;
  height: 1px;
  position: relative;
   z-index: 1; */
  /* top: 50%;
  left: 15%; */
}

h3.calt span {
  /* flex-shrink: 0;
  background: #e5e5e5;
  padding-right: 20px;
  position: relative;
  z-index: 2; */
}

h3.calt .calNote {
  font-size: .75em;
  font-weight: 400;
  letter-spacing: 0;
}

h3.calt + p {
  margin-top: 0px;
}

.caltx {
  margin: 20px 5rem 5px;
}

@media (max-width: 640px) {
  .caltx {
    margin: 5px 20px;
  }
}

.ft__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

.ft__info__hour {
  background: #ededed;
  padding: 0.5rem;
  margin: 0 auto 6rem;
}

.ft__info > div {
  width: 50%;
}

@media (max-width: 640px) {
  .ft__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ft__info > div {
    width: 100%;
  }
}

.cal_ui > input:hover {
  cursor: pointer;
}
