@charset "utf-8";

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.rsv__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rsv__actions-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  width: 280px;
  letter-spacing: 0.04em;
  font-size: 2.8rem;
  color: #5d6960;
  background: #fff;
  border-radius: 10px;
}

.rsv__actions-tel::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background: url("../img/common/icon-tel.png") no-repeat center / contain;
  display: inline-block;
}

@media (min-width: 1024px) {
  .rsv__actions-tel {
    width: 72%;
  }
}

@media (min-width: 1200px) {
  .rsv__actions-tel {
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .rsv__actions-tel:hover {
    opacity: 0.3;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact__title {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.contact__title.title-mt {
  margin-top: 40px;
}

.contact__title-line {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 4px;
  background: #bebcb3;
}

.contact__title-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #5d6960;
}

@media (min-width: 1024px) {
  .contact__title-line {
    width: 72%;
  }
}

.contact__time {
  display: flex;
  gap: 28px;
}

.contact__time-label {
  margin-top: 8px;
}

.contact__time-main {
  margin-top: 8px;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
}

.contact__note {
  margin-top: 12px;
}

.contact__note span {
  font-size: 1.8rem;
}

.contact__holiday {
  font-size: 2.4rem;
}
