@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-access-train {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-access-train__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-access-train__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }
}
.p-access-train__list__item {
  position: relative;
}
.p-access-train__list__txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-access-train__list__txt {
    font-size: 1.4rem;
  }
}
.p-access-train__list__txt em {
  font-size: 2em;
  line-height: 1;
  margin-left: 0.5rem;
}
.p-access-train__rosenzu {
  margin-top: 5rem;
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-access-train__rosenzu {
    overflow: scroll;
  }
  .p-access-train__rosenzu img {
    width: 200vw;
    max-width: unset;
  }
}
.p-access-route-search {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  background-color: #BFD0DE;
  text-align: center;
  padding: 2rem;
}
.p-access-route-search__ttl {
  font-size: 2.4rem;
  background-color: #559AC8;
  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.6rem;
}
@media only screen and (max-width: 767px) {
  .p-access-route-search__lead {
    font-size: 1.4rem;
  }
}
.p-access-route-search__input-area {
  display: flex;
  justify-content: 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: #559AC8;
  color: #fff;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.p-access-route-search__input-area dl dd {
  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, "Shippori Mincho B1", "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: #559AC8;
  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;
}
.p-access-first {
  margin-top: 10rem;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-access-first__txt {
  font-size: 2.4rem;
  text-align: center;
}
.p-access-first__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-first__inner {
    grid-template-columns: 1fr;
  }
}
.p-access-first__schedule {
  position: relative;
}
.p-access-first__schedule__ttl {
  background-color: #559AC8;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-access-first__schedule__ttl {
    text-align: left;
  }
}
.p-access-first__schedule__ttl.time {
  display: grid;
  grid-template-columns: 3.6fr 2.2fr 2.2fr 2.2fr;
  gap: 0;
}
.p-access-first__schedule__ttl.time span {
  text-align: center;
}
.p-access-first__schedule__badge {
  width: 8.5rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -25%);
}
@media only screen and (max-width: 767px) {
  .p-access-first__schedule__badge {
    transform: translate(0%, 50%);
  }
}
.p-access-first__sheet {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.p-access-first__sheet h4 {
  font-size: 2.4rem;
}
.p-access-first__sheet__img {
  background-color: #e4ebf1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-access-first__sheet__img .p01 {
  text-align: center;
  font-size: 1.6rem;
}
.p-access-first__sheet__img .p02 {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.p-access-first__sheet__detail .p01 {
  font-size: 1.6rem;
}
.p-access-first__sheet__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.p-access-first__sheet__list li {
  position: relative;
  background-color: #B9CFE6;
  color: #fff;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
}
.p-access-first__sheet__list li.ofuna {
  background-color: #559AC8;
}
.p-access-first__sheet__list li em {
  font-size: 2em;
}
.p-access-first__sheet__list li .cap {
  position: absolute;
  bottom: 1rem;
  font-size: 1.1rem;
}
.p-access-ranking {
  border: 1px solid #5D6970;
  background-color: #D4E4EA;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-access-ranking {
    padding: 1.5rem;
  }
}
.p-access-ranking__txt {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-access-ranking__txt {
    font-size: 1.6rem;
  }
}
.p-access-holiday {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-access-holiday__map {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.p-access-holiday__spot__mainImg {
  height: 100%;
}
.p-access-holiday__spot__mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40%;
     object-position: 40%;
}
.p-access-holiday__spot__heading {
  font-size: 3rem;
  text-align: center;
  color: #559AC8;
}
.p-access-holiday__spot__detail {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-access-holiday__spot__detail {
    grid-template-columns: 1fr;
  }
}
.p-access-holiday__spot__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-holiday__spot__list {
    gap: 1rem;
  }
}
.p-access-holiday__spot__listItem .name {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-access-holiday__spot__listItem .name {
    font-size: 1.4rem;
  }
}
.p-access-holiday__spot__listItem .lead {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-access-holiday__spot__listItem .lead {
    font-size: 1.2rem;
  }
}
.p-access-holiday__spots__catch {
  text-align: center;
  font-size: 2rem;
}
.p-access-holiday__spots__catch span {
  display: inline-block;
}
.p-access-airport {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-access-airport__facility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-access-airport__facility {
    grid-template-columns: 1fr;
  }
}
.p-access-airport__facility__mainImg {
  height: 100%;
}
.p-access-airport__facility__mainImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-access-airport__facility__detail {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.p-access-airport__facility__sche {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-access-airport__facility__sche {
    font-size: 1.8rem;
  }
}
.p-access-airport__facility__sche small {
  font-size: 0.5em;
  line-height: 1.2;
  display: block;
}
.p-access-airport__facility__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  transform: translate(10%, -80%);
}
@media only screen and (max-width: 767px) {
  .p-access-airport__facility__badge {
    width: 7rem;
    transform: translate(20%, -80%);
  }
}
.p-access-airport__facility__simg img {
  border-radius: 1rem;
}
.p-access-car {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-access-car__map {
  max-width: 1000px;
  margin-inline: auto;
}
.p-access-car__spotWrap {
  margin-top: 5rem;
}
.p-access-car__spotcatch {
  text-align: center;
  font-size: 2.4rem;
}
.p-access-car__spots, .p-access-car__spots--col3 {
  margin-top: 2rem;
}
.p-access-car__spots--col3 {
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1080px) {
  .p-access-car__spots, .p-access-car__spots--col3 {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.p-access-car__spots__detail, .p-access-car__spots__detail--col1 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.p-access-car__spots__detail--col1 {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 767px) {
  .p-access-car__spots__detail, .p-access-car__spots__detail--col1 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-access-car__spots__img {
  position: relative;
}
.p-access-car__spots__img .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}
.p-access-car__spots__time {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.6rem;
}
.p-access-car__spots__time em {
  font-size: 2em;
  line-height: 1;
}
.p-access-car__spots__time .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  font-size: 1.1rem;
}
/*# sourceMappingURL=../../map/access/style.css.map */