@charset "utf-8";

.only-sp,
.w530 {
  display: none;
}
.page-title {
  margin-bottom: 80px;
}
.section-access {
  padding-block: 70px 90px;
}


.access-header {
  width: 870px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.access-header .google-map {
  aspect-ratio: 29 / 19;
  margin-bottom: 30px;
}
.access-header .google-map + p {
  margin-bottom: 80px;
  font-size: 1.8rem;
  text-align: center;
}

.section-access .tab-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  border-bottom: 1px solid var(--border-color2);
}
.section-access .tab-list li {
  width: 328px;
  height: 74px;
  border-radius: 10px 10px 0 0;
  background-color: var(--border-color);
}
.section-access .tab-list li a {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out,font-weight 0.3s ease-in-out,font-size 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .section-access .tab-list li a:hover {
    border: 1px solid var(--border-color2);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    opacity: 1;
  }
}
.section-access .tab-list li a[aria-selected="true"] {
  color: var(--accent-color);
  font-weight: bold;
  border: 1px solid var(--border-color2);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  pointer-events: none;
}
.section-access .tab-list li a[aria-selected="true"]::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}

.access-map {
  width: 970px;
  max-width: calc(100% - 60px);
  margin: 0 auto 40px;
}
.panel-inner .link-text:has(+ .access-note) {
  margin-bottom: 40px;
}
.access-note {
  width: 970px;
  max-width: calc(100% - 60px);
  margin: 0 auto 70px;
  padding-left: 1em;
  font-size: 1.6rem;
}
.access-note p {
  line-height: 1.66;
  text-indent: -1em;
}
.access-note ul {
  padding-left: 1em;
}
.access-note ul li {
  text-indent: -1em;
}

.section-access .access-table {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 1.6rem;
}
.section-access .access-table + .access-table {
  margin-bottom: 70px;
}
.access-table .table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: var(--bg-cardmenu);
}
.access-table dl {
  display: flex;
  border-top: 1px solid var(--bg-calendar);
}
.access-table dl:last-child {
  border-bottom: 1px solid var(--bg-calendar);
}
.access-table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-size: 1.6rem;
  background: var(--bg-menu);
}
.access-table dl dd {
  padding: 20px 0 20px 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.access-table dl + dl dd {
  width: calc(100% - 150px);
}
.access-table .bold,
.access-table .bold + .color {
  font-size: 1.8rem;
  font-weight: bold;
}
.access-table .color {
  color: var(--accent-color);
  font-weight: bold;
}

.access-table .note {
  font-size: 1.4rem;
}
.access-table ul {
  padding-top: 10px;
  font-size: 1.6rem;
}
.access-table ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.access-table ul li + li {
  padding-top: 8px;
}
.link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 340px;
  height: 86px;
  margin: 0 auto 100px;
  padding-block: 18px;
  font-size: 1.8rem;
  background: var(--bg-cardmenu);
}
.panel-inner {
  width: 1100px;
  max-width: calc(100% - 60px);
  padding-top: 90px;
  margin: 0 auto;
}
.panel-inner .access-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.panel-inner .access-title:has(+ p) {
  margin-bottom: 30px;
}
.panel-inner .access-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: var(--text-color);
}
.panel-inner .access-title span {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #fff;
  padding-right: 10px;
}
.panel-inner .access-title + p {
  margin-bottom: 40px;
}
.panel-inner .link-text {
  margin-bottom: 70px;
}

.panel-inner .access-list {
  display: flex;
  flex-wrap: wrap;
}
.panel-inner .access-list li {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 100px;
  padding-inline: 50px;
}
.panel-inner .access-list li:nth-child(3) {
  margin-bottom: 70px;
}
.panel-inner .access-list-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.panel-inner .access-list-content {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.panel-inner .access-list-content .note {
  font-size: 1.4rem;
}
.panel-inner .access-list .link-text {
  margin: auto 0 0;
  text-align: center;
  font-size: 1.8rem;
}
.panel-inner .access-list .link-text span span {
  font-size: 1.4rem;
}









.section-access .event-list {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 274px);
  gap: 51px;
  justify-content: center;
}
.section-access .event-list li {
  position: relative;
}
.section-access .event-list .new-shop {
  position: absolute;
  inset: -30px auto auto -23px;
  z-index: 10;
  width: 97px;
}
.section-access .event-list .list-image {
  position: relative;
  width: 274px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-access .event-list .list-image img {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: auto;
  object-fit: contain;
}
.section-access .event-list .list-image img:nth-child(2) {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(10px);
}
.section-access .event-list .list-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.428;
}
.section-access .event-list .calendar-date {
  font-size: 1.5rem;
  font-weight: 400;
}
.section-access .event-list .calendar-date img {
  width: 16px;
  margin-right: 8px;
  vertical-align: sub;
}



@media (max-width: 1150px) {
  .panel-inner .access-list {
    gap: 100px;
  }
  .panel-inner .access-list li {
    width: auto;
    margin-bottom: 0;
    padding-inline: 50px 0;
  }
}


@media (max-width: 767.999px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .section-access {
    padding-block: 35px 50px;
  }
  .access-header {
    max-width: calc(100% - 30px);
  }
  .access-header .google-map {
    margin-bottom: 20px;
  }
  .access-header .google-map + p {
    width: fit-content;
    margin: 0 auto 40px;
    font-size: 1.4rem;
    text-align: left;
  }
  .access-header .google-map + p span {
    display: block;
  }
  .section-access .tab-list {
    gap: 8px;
    padding-inline: 15px;
  }
  .section-access .tab-list li {
    width: 180px;
    height: 50px;
  }
  .section-access .tab-list li a[aria-selected="true"] {
    font-size: 1.2rem;
  }
  .section-access .tab-list li a {
    font-size: 1.2rem;
  }

  .access-map {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .panel-inner .link-text:has(+ .access-note) {
    margin-bottom: 20px;
  }
  .access-note {
    max-width: 100%;
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .section-access .access-table {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .access-table .table-title {
    height: 50px;
  }
  .access-table dl {
    border-top: none;
  }
  .access-table dl:first-child {
    flex-wrap: wrap;
    border-top: none;
  }
  .access-table dl dt {
    width: 90px;
    font-size: 1.4rem;
    border-top: 1px solid var(--bg-calendar);
  }
  .access-table + .access-table dl dt {
    width: 70px;
    text-align: center;
  }
  .access-table dl dd,
  .access-table dl + dl dd {
    width: calc(100% - 90px);
    padding: 12px 0 12px 19px;
    font-size: 1.4rem;
    border-top: 1px solid var(--bg-calendar);
  }
  .access-table + .access-table dl dd,
  .access-table + .access-table dl + dl dd {
    width: calc(100% - 70px);
  }
  .access-table .bold,
  .access-table .color,
  .access-table .bold + .color,
  .access-table ul {
    font-size: 1.4rem;
  }
  .access-table .note {
    font-size: 1.2rem;
  }
  .access-table .bold + .note {
    display: inline-block;
  }
  .access-table dl:first-child dd {
    width: calc(100% - 90px);
  }
  .access-table .point-note {
    margin-bottom: 40px;
    font-size: 1.2rem;
    line-height: 1.66;
  }

  .panel-inner {
    max-width: calc(100% - 30px);
    padding-top: 50px;
  }
  .link-text {
    width: 250px;
    height: 68px;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  #tabpanel1 .link-text {
    width: 180px;
    height: 50px;
  }
  .panel-inner .access-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .panel-inner .access-title::before {
    content: none;
  }
  .panel-inner .access-title:has(+ p) {
    margin-bottom: 15px;
  }
  .panel-inner .access-title + p {
    margin-bottom: 30px;
  }
  .panel-inner .link-text {
    gap: 10px;
    margin-bottom: 40px;
  }

  .panel-inner .access-list {
    gap: 50px;
  }
  .panel-inner .access-list li {
    padding-inline: 0;
  }
  .panel-inner .access-list-title {
    font-size: 1.8rem;
  }
  .panel-inner .access-list-content {
    font-size: 1.4rem;
  }
  .panel-inner .access-list-content .note {
    font-size: 1.2rem;
  }
  .panel-inner .access-list .link-text {
    font-size: 1.4rem;
  }
  .panel-inner .access-list .link-text span span {
    font-size: 1.2rem;
  }
  .panel-inner .access-list li:nth-child(3) {
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .w530 {
    display: block;
  }
}
