@charset "UTF-8";
/* ======================================================================
 * アクセス／駐車場
====================================================================== */
/* アンカーナビのhoverの色 */
@media screen and (min-width: 769px) {
  .p-access-navi a:hover {
    background: #e9d0d7;
  }
}

.p-access-guide h3 {
  color: #fff;
}
.p-access-guide h4 {
  color: #6e3041;
}
.p-access-guide table.info th {
  width: 8.3rem;
  font-size: 1.2rem;
}
.p-access-guide table.info td {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-access-guide table.price thead th,
.p-access-guide table.price tbody td {
  padding: 1rem 0.5rem;
}
.p-access-guide table.price thead th {
  font-size: 1.2rem;
  background: #c7899a;
}
.p-access-guide table.price .text {
  margin: 0;
}
.p-access-guide table.price .text span {
  font-size: 1.8rem;
}
.p-access-guide table.price .notes {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.3rem 0 0 0;
}