@charset "UTF-8";
/* CSS Document */

.access .main {
width: 100%;
position: relative;
}
.access .main figure img {
width: 100%;
height: 356px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .access .main figure img {
  height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .access .main figure img {
  height: auto;
  }
  .access .main .photoCap {
  font-size: 2.2vw;
  }
}

/*==================================================
co01
==================================================*/
.accessCont .inner {
max-width: 930px;
margin: 0 auto;
}
.accessCont h2 {
color: #ad8b76;
font-size: 33px;
line-height: 1.4em;
font-weight: 600;
text-align: center;
letter-spacing: 0.1em;
margin-bottom: 2em;
}
.accessCont .read {
color: #4f2600;
}
.accessCont .read h3 {
font-size: min(3vw, 25px);
line-height: 1.8em;
letter-spacing: 0.1em;
margin-bottom: 1.2em;
text-align: center;
}
.accessCont .read p {
font-size: min(2vw, 15px);
line-height: 2.5em;
letter-spacing: 0.05em;
margin-bottom: 2em;
text-align: center;
}
.accessCont .stationList ul {
width: 100%;
display: flex;
justify-content: space-between;
}
.accessCont .stationList li {
width: 31.5%;
}
.accessCont .stationList li figure {
margin-bottom: 7%;
}
.accessCont .stationList li dd {
font-size: min(1.1vw,11px);
line-height: 1.5em;
text-indent: -1em;
letter-spacing: 0.05em;
padding: 1.5em 0 3em 1em;

display: flex;
justify-content: center;
}
.accessCont .stationList li:nth-of-type(2) dd {
white-space: nowrap;
}
.accessCont .cap {
font-family: 'Noto Sans JP', sans-serif;
font-size: min(1.1vw,11px);
line-height: 1.5em;
}
.co01 {
padding: 110px 35px 110px;
}
.co01 .accessMap {
margin-bottom: 6%;
}
@media screen and (max-width: 750px) {
  .accessCont .inner {
  width: 92%;
  max-width: 100%;
  margin: 0 auto;
  }
  .accessCont h2 {
  font-size: 5.5vw;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  }
  .accessCont .read h3 {
  font-size: 5vw;
  line-height: 1.8em;
  }
  .accessCont .read p {
  font-size: 3.8vw;
  line-height: 2.2em;
  margin-bottom: 2.5em;
  }
  .accessCont .stationList ul {
  width: 100%;
  display: block;
  }
  .accessCont .stationList li {
  width: 100%;
  margin-bottom: 8%;
  }
  .accessCont .stationList li figure {
  margin-bottom: 4%;
  }
  .accessCont .stationList li dt {
  width: 76%;
  margin: 0 auto;
  }
  .accessCont .stationList li dd {
  width: 90%;
  margin: 0 auto;
  font-size: 3vw;
  line-height: 1.5em;
  text-indent: -1em;
  padding: 1em 0 0 1em;
  }
  .accessCont .cap {
  font-size: 2.5vw;
  line-height: 1.5em;
  }
  .co01 {
  padding: 14% 0 18%;
  }
  .co01 .stationList ul:nth-child(1) {
  border-bottom: #191919 1px solid;
  margin-bottom: 8%;
  }
  .co01 .accessMap {
  margin-bottom: 10%;
  }
}

/*==================================================
co02
==================================================*/
.co02 {
padding: 140px 0 140px;
color: #FFF;
}
.co02 .read {
color: #FFF;
}
.co02 .read p {
margin-bottom: 4em;
}

.co02 .stationList {
width: 80%;
margin: 0 auto;
}
.co02 .stationList li {
width: 47%;
}
@media screen and (max-width: 750px) {
  .co02 {
  padding: 18% 0 18%;
  }
  .co02 .read p {
  margin-bottom: 2.5em;
  }
  .co02 .stationList {
  width: 100%;
  margin: 0 auto;
  }
  .co02 .stationList li {
  width: 100%;
  }
}

/*==================================================
co03
==================================================*/
.co03 {
padding: 140px 0 140px;
}
.co03 .read p {
margin-bottom: 4em;
}
.co03 .stationList {
width: 80%;
margin: 0 auto;
}
.co03 .stationList li {
width: 47%;
}
.co03 .accessMap {
margin: 8% 0;
}
@media screen and (max-width: 750px) {
  .co03 {
  padding: 18% 0 18%;
  }
  .co03 .read p {
  margin-bottom: 2.5em;
  }
  .co03 .stationList {
  width: 100%;
  margin: 0 auto;
  }
  .co03 .stationList li {
  width: 100%;
  }
  .co03 .accessMap {
  margin: 14% 0;
  }
}

/*==================================================
co04
==================================================*/
.co04 {
padding: 140px 0 140px;
color: #FFF;
}
.co04 .read {
color: #FFF;
}
.co04 .read p {
margin-bottom: 4em;
}
@media screen and (max-width: 750px) {
  .co04 {
  padding: 18% 0 18%;
  }
  .co04 .read p {
  margin-bottom: 2.5em;
  }

}









