@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.c-localNav {
  justify-content: center;
  border-bottom: 2px solid #719360;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-localNav {
    display: flex;
  }
}
.c-localNav::after {
  display: none;
}
.c-localNav a {
  width: 25%;
  border-radius: 3px 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-localNav a {
    width: calc(50% - 2rem);
    font-size: 4cqi;
    max-height: 3.5rem;
  }
}

.p-access__main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-access__ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 6em;
}
@media only screen and (max-width: 767px) {
  .p-access__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__ttl {
    font-size: 1.8rem;
  }
}
.p-access__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .p-access__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__txt {
    font-size: 1.3rem;
  }
}
.p-access__engttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  color: #719360;
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .p-access__engttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__engttl {
    font-size: 2rem;
  }
}
.p-access .p-train__intro {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 4rem;
  max-width: 1000px;
  margin-top: 10rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__intro {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}
.p-access .p-train__introImg {
  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__introImg {
    width: 100%;
  }
}
.p-access .p-train__introImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-access .p-train__introRight__ttl {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__introRight__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__introRight__ttl {
    font-size: 1.4rem;
  }
}
.p-access .p-train__introRight__list {
  container-type: inline-size;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__introRight__list {
    gap: 2rem;
  }
}
.p-access .p-train__introRight__item {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__introRight__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__introRight__item {
    font-size: 1.4rem;
  }
}
.p-access .p-train__introRight__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.p-access .p-train__introRight__txt span {
  padding-inline: 0.5em;
  background: #fff;
  position: relative;
  z-index: 1;
}
.p-access .p-train__introRight__txt span b {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.7;
}
.p-access .p-train__introRight__txt span em {
  font-size: 3.2em;
  font-weight: normal;
  color: #719360;
  line-height: 1;
}
.p-access .p-train__introRight__line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, #5d685f 2px, transparent 3px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  background-position: left top;
}
.p-access .p-train__introRight__bottom {
  width: 100%;
  font-size: 0.8em;
  letter-spacing: 0;
}
.p-access .p-train__tukin__wrap {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 36%;
  gap: 4rem;
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__tukin__wrap {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.p-access .p-train__tukin__l {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.p-access .p-train__tukin__l__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__tukin__l__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__tukin__l__txt {
    font-size: 1.3rem;
  }
}
.p-access .p-train__tukin__l__img02 {
  grid-area: 2/1/3/3;
}
.p-access .p-train__tukin__l__img02__txt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__tukin__l__img02__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__tukin__l__img02__txt {
    font-size: 1.6rem;
  }
}
.p-access .p-train__rank__inner {
  display: grid;
  grid-template-columns: 1fr 60%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__rank__inner {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.p-access .p-train__rank__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__rank__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__rank__txt {
    font-size: 1.3rem;
  }
}
.p-access .p-train__rank__img {
  width: 100%;
}
.p-access .p-train__rank__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-access .p-train__line {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line {
    margin-top: 5rem;
  }
}
.p-access .p-train__line__ttl {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__ttl {
    font-size: 1.8rem;
  }
}
.p-access .p-train__line__inner {
  background: #f4f8f1;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3rem 6rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__inner {
    padding: 3rem 1.5rem 3rem;
  }
}
.p-access .p-train__line__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 5rem;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
  }
}
.p-access .p-train__line__item {
  display: grid;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1.5rem;
}
.p-access .p-train__line__itemTtl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__itemTtl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__itemTtl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__itemTtl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-train__line__itemTtl {
    font-size: 2.4rem;
  }
}
.p-access .p-train__line__img img {
  width: 100%;
  height: 100%;
}
.p-access .p-car__img {
  position: relative;
  margin-top: 5rem;
  margin-inline: auto;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-access .p-car__img {
    margin-top: 2.5rem;
  }
}
.p-access .p-car__img img {
  width: 100%;
  height: 100%;
}
.p-access .p-car__list {
  margin-top: 5rem;
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access .p-car__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-access .p-car__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  text-align: center;
  gap: 0.5rem;
}
.p-access .p-car__list__img img {
  width: 100%;
  height: 100%;
}
.p-access .p-car__list__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-access .p-car__list__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .p-car__list__txt {
    font-size: 1.3rem;
  }
}
.p-access-route-search {
  max-width: 1000px;
  margin-top: 10rem;
  margin-inline: auto;
  margin-top: 8rem;
  background-color: #f0eee3;
  text-align: center;
}
.p-access-route-search__inner {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
  padding: 0 2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__inner {
    grid-template-columns: 1fr;
  }
}
.p-access-route-search__ttl {
  font-size: 2.4rem;
  background-color: #719360;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__ttl {
    font-size: 2.2rem;
  }
}
.p-access-route-search__lead {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__lead {
    font-size: 1.4rem;
  }
}
.p-access-route-search__lead small {
  font-size: 0.8em;
}
.p-access-route-search__arw {
  width: 1em;
  height: 1em;
  position: relative;
  border-top: 1px solid #5d685f;
  border-right: 1px solid #5d685f;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__arw {
    transform: rotate(135deg);
  }
}
.p-access-route-search__input-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__input-area {
    flex-direction: column;
  }
}
.p-access-route-search__input-area dl {
  display: flex;
  width: 40%;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__input-area dl {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-access-route-search__input-area dl dt {
  background-color: #719360;
  color: #fff;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.p-access-route-search__input-area dl dd {
  border-radius: 3px;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.p-access-route-search__input-area dl dd input {
  font-family: YakuHanMP, "Hiragino Mincho W4 JIS2004", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  border: none;
  width: 100%;
  background-color: #fff !important;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__input-area dl dd input {
    font-size: 1.6rem;
  }
}
.p-access-route-search__input-area dl dd input:focus {
  border: #fff;
  z-index: 1;
  outline: 0;
}
.p-access-route-search__input-area dl dd input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
.p-access-route-search__input-area dl dd input::-moz-placeholder {
  color: #ccc;
}
.p-access-route-search__input-area dl dd input::placeholder {
  color: #ccc;
}
.p-access-route-search__btn {
  max-width: 340px;
  margin: 25px auto 20px;
}
.p-access-route-search__btn #submit {
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  padding: 14px 0;
  background-color: #30312d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__btn #submit {
    font-size: 1.6rem;
  }
}
.p-access-route-search__btn #submit::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.39%2021.39%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m21.1%2C19.7l-6.97-6.97c2.4-3.1%2C2.19-7.58-.65-10.42C10.4-.77%2C5.39-.77%2C2.31%2C2.31-.77%2C5.39-.77%2C10.4%2C2.31%2C13.48c1.54%2C1.54%2C3.56%2C2.31%2C5.59%2C2.31%2C1.71%2C0%2C3.42-.56%2C4.84-1.66l6.97%2C6.97c.19.19.45.29.7.29s.51-.1.7-.29c.39-.39.39-1.02%2C0-1.4ZM3.71%2C12.08c-1.12-1.12-1.73-2.6-1.73-4.18s.62-3.07%2C1.73-4.18c1.15-1.15%2C2.67-1.73%2C4.18-1.73s3.03.58%2C4.18%2C1.73c1.12%2C1.12%2C1.73%2C2.6%2C1.73%2C4.18s-.62%2C3.07-1.73%2C4.18c-2.31%2C2.31-6.06%2C2.31-8.37%2C0Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  margin-right: 0.5rem;
}
.p-access-route-search__note {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__note {
    font-size: 0.8rem;
  }
}
.p-access-route-search__note span {
  display: inline-block;
}
/*# sourceMappingURL=../../map/access/style.css.map */