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

.c-tab-container:not(.-column-2) ul {
  grid-template-columns: 1.2fr auto 1fr;
}

.c-section-title-bar {
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.c-section-title-bar.-dark {
  background: #5a5a5a;
}
.c-section-title-bar .icon {
  display: grid;
  place-content: center;
  margin-right: 0.5rem;
}

.p-access-content p:not(:last-child) {
  margin-bottom: 0;
}
.p-access-content .content-block {
  padding-bottom: 4rem;
  border-bottom: 1px solid #a3a4a4;
}
.p-access-content__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 1650px) {
  .p-access-content__inner .img {
    width: 43%;
  }
  .p-access-content__inner .img img {
    width: 100%;
  }
}
.p-access-content__link {
  padding-top: 5rem;
}
.p-access-content__link .c-section-title-icon-column::after {
  margin-top: 1rem;
}
.p-access-content__link .parking-more:nth-of-type(1) {
  margin-bottom: 3rem;
}
.p-access-content__link .c-button.-parking {
  line-height: 1.7;
  border-radius: 8rem;
}
.p-access-content__link .c-button.-parking::before {
  background: transparent url(../../../../assets/img/access/button-icon-parking.svg) no-repeat 50% 50%/contain;
}
.p-access-content__link .c-button__text {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
.p-access-guide h3 {
  color: #fff;
}
.p-access-guide h4 {
  color: #a56f14;
  margin-bottom: 0.5rem;
}
.p-access-guide.-has-border-bottom.--dodted {
  border-bottom: 1px dotted #707070;
}
.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: #be934a;
}
.p-access-guide table.price .notes {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0.3rem 0 0 0;
}