.tel {
  color: #000;
  text-decoration: none;
}

.temporary {
  position: fixed;
  bottom: 200px;
  left: 0;
  width: 70%;
}
@media screen and (max-width: 981px) {
  .temporary {
    width: 100%;
    bottom: 245px;
  }
}
.temporary .new-year-holidays {
  position: relative;
  width: 85%;
  margin: auto;
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #BC0000;
  line-height: 1.8;
}
@media screen and (max-width: 981px) {
  .temporary .new-year-holidays {
    width: 95%;
    margin-bottom: 30px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .temporary .new-year-holidays {
    width: max(50%, 295px);
    margin: 0 auto 10px 20px;
    padding: clamp(0.313rem, 0.199rem + 0.57vw, 0.625rem);
  }
}
.temporary .new-year-holidays .batu {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.temporary .new-year-holidays .batu:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .temporary .new-year-holidays .batu {
    bottom: 430px;
    left: 25px;
  }
}
.temporary .new-year-holidays .holidays__title {
  color: #BC0000;
  font-weight: bold;
  text-align: center;
}
.temporary .new-year-holidays .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .temporary .new-year-holidays .flex {
    flex-direction: column;
  }
}
.temporary .new-year-holidays .flex .flex__box:first-child {
  width: 35%;
  border-right: 3px solid #BC0000;
}
@media screen and (max-width: 768px) {
  .temporary .new-year-holidays .flex .flex__box:first-child {
    width: 90%;
    margin: 0 auto;
    border-right: none;
    border-bottom: 3px solid #BC0000;
  }
}
.temporary .new-year-holidays .flex .flex__box:last-child {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .temporary .new-year-holidays .flex .flex__box:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
.temporary .new-year-holidays .flex dl {
  display: flex;
  flex-wrap: nowrap;
}
.temporary .new-year-holidays .flex dl .triangle {
  position: relative;
}
.temporary .new-year-holidays .flex dl .triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #555;
}
.temporary .new-year-holidays .flex dl dt {
  white-space: nowrap;
}
.temporary .new-year-holidays .flex .new-year dl dt {
  margin-right: 20px;
}/*# sourceMappingURL=add.css.map */