/* 20260701 add */
/* 注釈ボックス (日本語版は reservation.css に設定あり) */
#page-reservation .caution-list {
  width: 1240px;
  padding: 22px 30px 23px;
  margin: 60px auto 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #page-reservation .caution-list {
    width: calc(93.3333333333 * var(--vw));
    padding: calc(4.8 * var(--vw)) calc(5.0666666667 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) auto 0;
    border-radius: calc(0.8 * var(--vw));
  }
}
#page-reservation .caution-list li {
  font-size: 1.2rem;
  color: #464646;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #page-reservation .caution-list li {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#page-reservation .caution-list a {
  color: #B79100;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #page-reservation .caution-list a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #page-reservation .caution-list a.is-hover {
    text-decoration: none;
  }
}
