@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* access */
/* ============================================ */
.access {
  background: none;
}
.access .bg {
  background: #fff url(../images/common/bg.webp) center/293px auto;
}
.access address {
  display: none;
}

main {
  position: relative;
  padding-top: 0;
}
main::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  background: url(../images/access/bg_parallax.webp) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  main::after {
    height: 896px;
  }
}

.mv {
  position: relative;
  color: #009be9;
}
.mv figure img {
  width: 100%;
}
.mv h1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 12.5vw;
  left: 4.95vw;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .mv h1 {
    top: 100px;
    left: 15px;
  }
}
.mv h1 span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.ancor-list {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ancor-list {
    margin-top: 0;
  }
}
.ancor-list ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.ancor-list ul li {
  width: calc((100% - 16px) / 3);
}
.ancor-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-block: 14px 36px;
  border-radius: 4px;
  border: 2px solid #076abc;
  background: #fff;
  color: #076abc;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .ancor-list ul li a {
    padding-bottom: 23px;
  }
}
.ancor-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow_blue.svg) no-repeat center/cover;
  transform: translateX(-50%) rotate(90deg);
}
@media all and (max-width: 896px) {
  .ancor-list ul li a::after {
    bottom: 10px;
    width: 9px;
    height: 9px;
  }
}
.ancor-list ul li a span {
  font-size: 1.4rem;
  line-height: 1.35;
}
@media all and (max-width: 896px) {
  .ancor-list ul li a span {
    font-size: 1.2rem;
  }
}

main {
  overflow: hidden;
}
main h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-bottom: 24px;
  color: #009be9;
  font-family: "Archivo", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
main h2 svg path {
  fill: #009be9;
}
main h2 + p {
  margin-block: -16px 24px;
}

.transport {
  position: relative;
  padding-block: 14px 40px;
}
.transport::before {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  z-index: 0;
  width: 227px;
  height: 254px;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  animation: rotation 15s linear infinite;
}
@media all and (max-width: 896px) {
  .transport::before {
    top: -70px;
  }
}
.transport::after {
  content: "";
  position: absolute;
  bottom: -235px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(../images/access/wave.webp) no-repeat center/100% auto;
}
@media all and (max-width: 896px) {
  .transport::after {
    bottom: -95px;
    height: 150px;
    background: url(../images/access/wave_sp.webp) no-repeat center/100% auto;
  }
}
.transport section {
  padding-top: 50px;
}
.transport section + section {
  margin-top: 50px;
  border-top: 1px solid #cddbe0;
}
.transport h3 {
  position: relative;
  margin-block: 24px 16px;
  padding-left: 30px;
  color: #009be9;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
.transport h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 22px;
  margin-top: -9px;
  background: url(../images/common/ico_snowflake_blue.svg) no-repeat center/cover;
  animation: rotation 5s linear infinite;
}
.transport h4 {
  position: relative;
  margin-top: 24px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
.transport h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #076abc;
  transform: translateY(-50%);
}
.transport .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.transport .tabs > input {
  display: none;
}
.transport .tabs .tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 8px) / 2);
  padding-block: 10px;
  border-radius: 4px 4px 0 0;
  background: #94aab3;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.transport .tabs .tab_item:hover,
.transport .tabs input:checked + .tab_item {
  background: #009be9;
}
.transport .tabs .tab_content {
  display: none;
}
.transport .tabs #tab01:checked ~ #tab01_content,
.transport .tabs #tab02:checked ~ #tab02_content,
.transport .tabs #tab03:checked ~ #tab03_content,
.transport .tabs #tab04:checked ~ #tab04_content,
.transport .tabs #tab05:checked ~ #tab05_content,
.transport .tabs #tab06:checked ~ #tab06_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  border: 2px solid #009be9;
}
.transport .access-route {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: rgba(205, 248, 255, 0.6);
}
.transport .access-route .location {
  background: #fff;
  border-radius: 4px;
}
.transport .access-route .location.center {
  display: flex;
  justify-content: center;
}
.transport .access-route .location a, .transport .access-route .location span {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 8px 8px 8px 36px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.transport .access-route .location a::before, .transport .access-route .location span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 21px;
  background: url(../images/common/ico_map_green.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.transport .access-route .location a i, .transport .access-route .location span i {
  display: inline-block;
  font-style: normal;
}
.transport .access-route .location a {
  padding-right: 24px;
}
.transport .access-route .location a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  background: url(../images/common/ico_arrow_blue.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.transport .access-route .col-2 {
  display: flex;
  gap: 8px;
}
.transport .access-route .col-2 p {
  width: calc((100% - 8px) / 2);
}
.transport .access-route .go {
  position: relative;
  padding: 8px 8px 8px 36px;
  color: #009be9;
  font-weight: 500;
  line-height: 1.8;
}
.transport .access-route .go::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 11px;
  height: 11px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%) rotate(90deg);
}
.transport .access-route .go span {
  margin-left: 5px;
  font-size: 1.4rem;
}
.transport .access-route .go.center {
  margin-left: calc(25% - 56px);
}
.transport .info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
  padding: 20px 30px;
  border-radius: 4px;
  background: #e9edef;
}
@media all and (max-width: 896px) {
  .transport .info {
    flex-direction: column;
    padding-inline: 20px;
  }
}
.transport .info dl {
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .transport .info dl {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  .transport .info dl + dl {
    padding-top: 24px;
    border-top: 1px solid #afb8bc;
  }
}
.transport .info dl dt {
  position: relative;
  padding-left: 30px;
  color: #009be9;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
.transport .info dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 22px;
  margin-top: -9px;
  background: url(../images/common/ico_snowflake_blue.svg) no-repeat center/cover;
  animation: rotation 5s linear infinite;
}
.transport .info dl dd {
  margin-top: 10px;
  /*
  margin-block: 10px 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #afb8bc;
  &:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }*/
}
.transport .info dl dd a {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 16px auto 0;
  padding: 14px;
  border-radius: 4px;
  background: #076abc;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
.transport .info dl dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .transport .info dl dd a::after {
    width: 9px;
    height: 9px;
  }
}
.transport .info dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.transport .info dl dd ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
}
.transport .info dl dd ul li:first-child a {
  background: #00ae91;
}
.transport .link-list {
  position: relative;
  z-index: 1;
}
.transport .link-list li {
  margin-block: 4px;
}
.transport .link-list li a {
  color: #076abc;
  line-height: 1.8;
  text-decoration-line: underline;
}
.transport .link-list li a[target=_blank] {
  position: relative;
  padding-right: 18px;
}
.transport .link-list li a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(../images/common/ico_blank.svg) no-repeat center/cover;
  transform: translateY(-50%);
}

.parallax {
  height: 750px;
}
@media all and (max-width: 896px) {
  .parallax {
    height: 284px;
  }
}

.map {
  position: relative;
  padding-block: 40px 160px;
}
.map::before {
  content: "";
  position: absolute;
  top: -265px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(../images/access/wave.webp) no-repeat center/100% auto;
  transform: scale(-1);
}
@media all and (max-width: 896px) {
  .map::before {
    top: -95px;
    height: 150px;
    background: url(../images/access/wave_sp.webp) no-repeat center/100% auto;
  }
}
.map::after {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  z-index: 0;
  width: 227px;
  height: 254px;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  animation: rotation 15s linear infinite;
}
@media all and (max-width: 896px) {
  .map::after {
    top: -70px;
  }
}
.map ul {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .map ul {
    display: block;
  }
}
.map ul li {
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .map ul li {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  .map ul li + li {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #cddbe0;
  }
}
.map ul li iframe {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 4px;
}
.map ul li h3 {
  margin-top: 10px;
  color: #009be9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.map ul li ul {
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.map ul li ul li {
  width: auto;
}
@media all and (max-width: 896px) {
  .map ul li ul li + li {
    margin-top: 8px;
    padding-top: 0;
    border-top: 0;
  }
}
.map ul li ul li a {
  display: flex;
  position: relative;
  padding: 14px 40px;
  justify-content: center;
  border: 2px solid #076abc;
  border-radius: 4px;
  background: #076abc;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}
.map ul li ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow_blue.svg) no-repeat center/cover;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .map ul li ul li a::after {
    width: 9px;
    height: 9px;
  }
}
.map ul li ul li:first-child a {
  border-color: #00ae91;
  background: #00ae91;
}
.map ul li ul li:last-child a {
  background: #fff;
  color: #076abc;
}
.map ul li ul li:last-child a::after {
  filter: none;
}

/*# sourceMappingURL=access.css.map */
