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

.p-access-guide h3 {
  color: #fff;
  background: #0075bf;
}
.p-access-guide h4 {
  color: #0075bf;
}
.p-access-guide h4.fz--md {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.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 {
  font-size: 1.2rem;
  background: #99c8e5;
}
.p-access-guide table.price tbody td {
  text-align: left;
}
.p-access-guide table.price .text {
  font-size: 1.2rem;
  padding: 1rem 0.5rem 1rem 1rem;
}
.p-access-guide table.price .description {
  width: 18rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-access-guide__info {
  padding: 3rem 4rem;
  background: #66acd8;
}
.p-access-guide__info p {
  color: #fff;
}
.p-access-guide__info .title {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
}
.p-access-guide__info .title .icon {
  margin-right: 0.3rem;
}
.p-access-guide__info .name {
  font-size: 1.4rem;
  color: #fff;
}
.p-access-guide__bicycle.--line {
  border-bottom: 2px dotted #a3a4a4;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.p-access-guide .link-btn__icon {
  margin-right: 0.4rem;
}
.p-access-guide__card .title p {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.p-access-guide__card .title__top {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-left: -5rem;
}
.p-access-guide__card .title__top p {
  font-size: 1.5rem;
  color: #0083c6;
  margin-top: 2rem;
}
.p-access-guide__card .title__btm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-access-guide__card .title__btm::before, .p-access-guide__card .title__btm::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #0083c6;
}
.p-access-guide__card .title__btm::before {
  margin-right: 0.2rem;
  transform: rotate(60deg);
}
.p-access-guide__card .title__btm::after {
  transform: rotate(-60deg);
}
.p-access-guide__card .title__btm p {
  font-size: 2rem;
  color: #e8380d;
  line-height: 1;
}
.p-access-guide__card .title__btm span {
  font-size: 3rem;
}
.p-access-guide__card .img {
  margin: 3rem auto;
  text-align: center;
}
.p-access-guide__flow {
  color: #fff;
  background: #0075bf;
  padding: 2rem 0;
  position: relative;
}
.p-access-guide__flow .icon {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
  background: #0075bf;
}
.p-access-guide__flow .title {
  font-size: 1.8rem;
  color: #fcd866;
  text-align: center;
  border-bottom: 2px dotted #fff;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
.p-access-guide__flow ol {
  padding: 0 2rem;
}
.p-access-guide__flow ol li {
  font-size: 1.5rem;
  color: #fff;
  list-style: none;
  margin-bottom: 1rem;
}
.p-access-guide__flow ol li p {
  margin: 0;
}
.p-access-content__link {
  padding-top: 5rem;
}
.p-access-content__link .c-section-title-icon-column::after {
  margin-top: 1rem;
}
.p-access-content__link .c-button.-parking {
  line-height: 1.7;
  border-radius: 8rem;
}
.p-access-content__link .map-image--parking {
  margin: 5rem 0 3rem 0;
}
.p-access-content .link_btn {
  margin: 0 auto;
}
.p-access-content .link_btn .c-button-keyword {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}