@charset "UTF-8";

.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

main {
  font-family: 'RyuminPro';
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.top-mv {
  background: #fff;
  position: relative;
}

.top-mv figure figcaption {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: -15px;
}

.top-mv figure figcaption.annotation {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  .accessContainer {
    width: 90%;
    margin-inline: auto;
  }
}

section.routeMap {
  background-image: url(../images/access/bg01.webp);
  background-size: cover;
  background-position: top;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.routeMap {
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.routeMap .accessContainer figure.access {
  width: 10%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section.routeMap .accessContainer figure.access {
    width: 20%;
  }
}

section.routeMap .accessContainer h2 {
  text-align: center;
  font-size: clamp(38px, 2.625vw, 42px);
  letter-spacing: 0.2em;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  section.routeMap .accessContainer h2 {
    font-size: clamp(20px, 3.5000000000000004vw, 21px);
  }
}

section.routeMap .accessContainer p {
  text-align: center;
  font-size: clamp(18px, 1.5vw, 24px);
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section.routeMap .accessContainer p {
    font-size: clamp(15px, 3vw, 18px);
    text-align: left;
    letter-spacing: 0.1em;
  }
}

section.routeMap .accessContainer figure.routeMapImage {
  max-width: 1065px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  section.routeMap .accessContainer figure.routeMapImage {
    margin-top: 90px;
  }
}

.accessCaptionContainer {
  background-color: #534d44;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 65px;
}

.accessCaptionContainer .accessCaption {
  max-width: 1310px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8rem;
  text-align: left;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .accessCaptionContainer .accessCaption {
    width: 90%;
  }
}

section.station {
  background-image: url(../images/access/bg02.webp);
  background-size: cover;
  background-position: top;
  padding-top: 70px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.station {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.station02 {
  background-image: url(../images/access/bg03.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.station02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.station .accessStationContainer,
section.station02 .accessStationContainer,
section.taxi .accessStationContainer,
section.shinkansen .accessStationContainer  {
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .accessStationContainer {
    width: 90%;
    margin-inline: auto; 
  }
}

section.station .accessStationContainer p.underline {
  text-align: left;
  font-size: clamp(24px, 3.375vw, 38px);
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-top: 50px;
  border-bottom: 1px solid #000;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section.station .accessStationContainer p.underline {
    font-size: clamp(18px, 3.5000000000000004vw, 21px);
    margin-top: 20px;
  }
}

section.station .accessStationContainer .accessStationBox {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.station .accessStationContainer .accessStationBox {
    margin-top: 30px;
  }
}

section.station .accessStationContainer .accessStationLead,
section.station02 .accessStationContainer .accessStationLead {
  font-size: clamp(20px, 1.5vw, 24px);
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.station .accessStationContainer .accessStationLead,
section.station02 .accessStationContainer .accessStationLead {
  font-size: clamp(16px, 3vw, 18px);
}
}

section.taxi .accessStationContainer .accessStationLead,
section.shinkansen .accessStationContainer .accessStationLead {
  font-size: clamp(20px, 1.5vw, 24px);
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  section.taxi .accessStationContainer .accessStationLead,
  section.shinkansen .accessStationContainer .accessStationLead {
    font-size: clamp(16px, 3vw, 18px);
    margin-top: 60px;
  }
}


section.station .accessStationContainer .stationFlex,
section.station02 .accessStationContainer .stationFlex,
section.taxi .accessStationContainer .stationFlex,
section.shinkansen .accessStationContainer .stationFlex {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.taxi .accessStationContainer .stationFlex {
  
    flex-direction: column;
    gap: 10px;
  }
  section.station .accessStationContainer .stationFlex,
  section.station02 .accessStationContainer .stationFlex,
  section.shinkansen .accessStationContainer .stationFlex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

section.station02 .accessStationContainer .stationFlex figcaption {
  position: relative;
  bottom: -5px;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.station02 .accessStationContainer .stationFlex figcaption {
    font-size: 11px;
  }
}

section.taxi {
  background-image: url(../images/access/bg04.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.taxi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.taxi .accessStationContainer .stationFlex .stationName {
  font-size: clamp(20px, 1.875vw, 30px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.taxi .accessStationContainer .stationFlex .stationName {
    margin-top: 10px;
  }
}

section.taxi .accessStationContainer .stationFlex .stationName span {
  font-size: clamp(16px, 1.25vw, 20px);
}

section.taxi .stationGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: clamp(20px, 1.625vw, 26px);
  margin-top: 30px;
  letter-spacing: 0.2em;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section.taxi .stationGrid {
    font-size: clamp(16px, 3.3333333333333335vw, 20px);
    max-width: 75%;
    margin-top: 10px;
  }
}

section.taxi .stationGrid p {
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px;
}

section.taxi .stationGrid p:nth-child(2n) {
  border-right: none;
}

section.taxi .stationGrid p:nth-last-child(-n+2) {
  border-bottom: none;
}

section.shinkansen {
  background-image: url(../images/access/bg05.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.shinkansen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}