/**********************

アクセス

***********************/
/* .container { */
.p-access-intro {
  margin: 50px 0;
}
#access,
#trainSchedule {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
/* 見出し・基本(触らない)
***********************/
.top {
  border-bottom: 3px solid var(--col-accent);
  background: linear-gradient(transparent 0%, hsla(333, 82%, 52%, 0.15) 100%);
}

.access.top h2 {
  text-align: center;
  color: var(--col-accent);
}

.p-access_items {
  border-bottom: none;
}

.c-title {
  border-bottom: 1px solid #6bb6ff;
  text-align: left;
  padding-bottom: 15px;
}

.c-textCont {
  padding-top: 30px;
}

.p-access-way_carMap {
  padding-top: 15px;
}
@media screen and (min-width: 769px) {
  .access-post {
    max-width: 100%;
  }
  .access-item {
    display: flex;
  }
  .access.top {
    padding: 3.125rem !important;
  }
}
.img-1c {
  margin-top: 50px;
}
/* ページ内リンク
***********************/
.p-access_linkWrap {
  display: flex;
  gap: 2.5%;
  width: 100%;
}
.p-access_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5%;
  width: 47.5%;
  height: 75px;
  vertical-align: middle;
  font-size: var(--font-size__mid);
  color: #fff;
}
.p-access_link._car {
  background-color: var(--col-assort);
}
.p-access_link._train {
  background-color: var(--col-accent);
}
.p-access_link._car::before,
.p-access_link._train::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-access_link._car::before {
  background-image: url("../../assets/images/access/access-icon_car.svg");
}
.p-access_link._train::before {
  background-image: url("../../assets/images/access/access-icon_train.svg");
}
.p-access_link.c-linkbtn::after {
  transform: rotate(135deg) translate(-50%, 0);
}
/* 車
***********************/
.p-access-way_carTitle {
  margin-top: 20px;
  font-size: var(--font-size__mid);
  color: var(--col-accent);
}
.p-access-way_carTitle__sub {
  font-size: var(--font-size__mid);
  font-weight: 500;
}
.p-access-way_carTitle__sub::before {
  content: "●";
  color: #d9d9d9;
  margin-right: 5px;
}
.p-access-way_carTitle,
.p-access-way_carText .block:not(:last-child) {
  margin-bottom: 10px;
}
.p-access-way_carTitle,
.p-access-way_carText .c-title__sub {
  font-weight: bold;
  display: block;
}
.access-title {
  font-size: var(--font-size__big);
  font-weight: 700;
}
.access-title b {
  color: var(--col-accent);
}
.access-title b > span {
  font-size: 1.5rem;
}
.access-title b,
.access-address {
  font-size: 0.95rem;
}
.access-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access-address a {
  color: #1272b6;
}
/* マップ */
.p-access-way_carCont {
  margin-top: 50px;
}
.p-access-way_carWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
.p-access-way_car {
  width: 49%;
}
/* 限定 */
.date-limited {
  position: relative;
  display: inline-block;
  background-color: var(--col-assort);
  padding: 1% 2%;
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.date-limited::before {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  background-color: var(--col-assort);
  left: 10%;
  bottom: -10px;
}
/* 電車
***********************/
#trainSchedule {
  text-align: center;
}
.schedule-img {
  background-color: var(--col-assort);
  padding: 2%;
  margin: 20px auto;
}
.schedule-img img {
  max-height: 75px;
  width: auto;
  margin: 0 auto;
}

.schedule-title {
  color: var(--col-accent);
  font-size: 2rem;
  font-weight: bold;
  padding: 2% 3%;
  border: 3px solid;
}
.mini {
  font-size: 0.75em;
}
.schedule-flex {
  display: flex;
  justify-content: space-between;
}
.schedule-wrap {
  display: flex;
  margin-top: 3%;
  background-color: #fcebf3;
}
/* 見出し */
.schedule-wrap .c-title {
  width: 15%;
  max-width: 40px;
  padding: 1%;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: var(--col-assort);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule-cont .from,
.schedule-cont .to {
  font-size: 1.25rem;
}
.schedule-cont .from .home,
.schedule-cont .to .home {
  font-size: clamp(16px, 1.25rem, 18px);
  font-weight: bold;
}
/* 駅 */
.schedule-cont .from,
.schedule-cont .to,
.schedule-cont .from .schedule .time {
  display: flex;
  flex-direction: row;
  gap: 5%;
}
.schedule-cont {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 5%;
  padding: 20px 2%;
}
.schedule-cont .schedule .time p {
  display: flex;
  align-items: center;
  letter-spacing: 1.2px;
  width: 100%;
}
.schedule-cont .from .schedule .time,
.schedule-cont .from .schedule .time p {
  position: relative;
}
.schedule-cont .from .schedule .time::after {
  content: "→";
  margin-right: 1%;
}
.schedule-cont .from .schedule .time p::after {
  content: "発";
  font-size: 0.95rem;
}
.schedule-cont .to .schedule .time p::after {
  content: "着";
  font-size: 0.95rem;
}
/* ふきだし */
.schedule-cont .schedule .time {
  position: relative;
}
span.zoketsu {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  line-height: 1.25;
  background-color: var(--col-assort);
  color: #fff;
  min-width: max-content;
  width: 80px;
  padding: 5%;
}
span.zoketsu::before {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  background-color: var(--col-assort);
  left: -10px;
}
span.zoketsu.top::before {
  top: 10%;
}
span.zoketsu.bottom::before {
  bottom: 10%;
}

.schedule-cont .home {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
  border: 1px solid;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
.schedule-cont .schedule {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
}
.schedule-cont .other {
  display: grid;
  gap: 5%;
}
.schedule-wrap:not(.return) {
  width: 70%;
}
/* 帰り */
.schedule-wrap.return {
  width: 28%;
}
.schedule-wrap.return .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* 引換券 */

/* 注釈 */
.note {
  margin-top: 10px;
  text-align: left;
  font-size: 0.95em;
}

/* 列車
***********************/
.p-access-way_trainCont {
  width: 100%;
  margin-top: 60px;
  /* padding: 2rem 2.5%; */
  /* background-color: #fbe6ef; */
  text-align: center;
}
.p-access-way_trainCont .c-title__sub {
  font-size: var(--font-size__big);
  font-weight: 700;
}
/* おトク */
.p-access-way_tran__titile-sub {
  font-size: var(--font-size__mid);
  font-weight: 500;
  color: var(--col-accent);
}
ul.p-access-way_train__item {
  margin-top: 15px;
  font-weight: 500;
  color: var(--col-accent);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
li.p-access-way_train__items {
  position: relative;
  width: calc(100% / 3 - 20px);
  height: 100%;
  min-height: 140px;
  padding: 20px 2vw;
  background-color: #fbe6ef;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}
.p-access-way_train__items span {
  font-size: 0.95rem;
}
.p-access-way_train__items p {
  font-size: var(--font-size__mid);
  font-weight: 700;
  line-height: 1.25;
}
.p-access-way_train__items-note {
  color: var(--col-text);
  font-size: 0.65rem;
  margin-top: 5px;
  display: block;
}
.p-access-way_trainImg {
  width: 100%;
  height: auto;
}
.p-access-way_trainImg:first-of-type {
  width: 75%;
}
.p-access-way_trainImg:last-of-type {
  width: 30%;
}
li.p-access-way_train__items .date-limited {
  position: absolute;
  scale: 0.75;
  top: -15%;
  left: 0;
}
/* シャトルバス
***********************/
.p-shuttlebusCont {
  text-align: center;
  margin-top: 5rem;
}
.twocol {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.c-title__sub--cont {
  background: #caf0ff;
  padding: 1rem;
  margin-top: 1rem;
}
.c-title__sub--cont strong {
  font-size: 1.25rem;
}
.p-shuttlebus-note {
  font-size: 0.85rem;
  display: block;
}
.p-shuttlebus-time__table {
  margin-top: 1rem;
  display: block;
  width: 100%;
}
.p-shuttlebus-time__table table,
.p-shuttlebus-time__table tbody,
.p-shuttlebus-time__table tr {
  width: 100%;
  font-size: 1.15rem;
}
.p-shuttlebus-time__table tbody {
  outline: 1px solid #ccc;
}
.p-shuttlebus-time__table tr {
  display: grid;
  grid-template-columns: 30% 35% 35%;
  text-align: center;
  border-bottom: 5px solid #fff;
}
.p-shuttlebus-time__table tr:last-child {
  border-bottom: none;
}
.p-shuttlebus-time__table th,
.p-shuttlebus-time__table td {
  /* width: 50%; */
  padding: 1rem 0;
}
.p-shuttlebus-time__table th {
  background-color: var(--col-assort);
  color: #fff;
}
.p-shuttlebus-time__table tr:nth-child(2n + 1) {
  background-color: #caf0ff;
}
/* SNS
***********************/
.p-access-snsCont {
  width: 100%;
  margin-top: 24px;
  padding: 20px 5%;
  background: #e1f3fc;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
/**********************

レスポンシブ

***********************/
/* PC以下 */
/* @media screen and (max-width: 1440px) {
  #access {
    width: 80%;
  }
} */

/* PC以下 */
@media screen and (min-width: 1281px) {
  .schedule-wrap.return .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .schedule-flex {
    flex-direction: column;
  }
  .schedule-wrap {
    width: 100% !important;
    gap: 20px;
  }
}
/* iPad */
@media screen and (max-width: 960px) {
  .schedule-wrap {
    width: 100% !important;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .schedule-wrap .c-title {
    width: 100%;
    max-width: none;
  }
  .schedule-wrap:last-child {
    margin-top: 0;
  }
  .schedule-wrap.return .flex {
    flex-direction: column;
  }
  .schedule-cont .other {
    /* position: absolute;
    top: 0;
    right: -10%; */
    height: 100%;
  }
  .schedule-cont .from .home,
  .schedule-cont .to .home {
    font-size: 1.25rem;
  }
  .schedule-cont .home {
    width: 50px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .p-access-way_car {
    width: 100%;
  }
  #access {
    width: 100%;
  }
  .schedule-cont .from,
  .schedule-cont .to,
  .schedule-cont .from .schedule .time {
    gap: 8%;
  }
  span.zoketsu {
    /* font-size: 0.75rem; */
    width: fit-content;
    max-width: 50px;
  }
  .schedule-wrap {
    margin-top: 20px;
    padding-bottom: 0;
    gap: 0;
  }
  .schedule-cont .home {
    width: 30px;
  }
  /* SNS */
  .p-access-snsCont {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  /* 列車 */
  ul.p-access-way_train__item {
    gap: 10px;
  }
  li.p-access-way_train__items {
    width: calc(100% / 2 - 10px);
  }
  li.p-access-way_train__items .date-limited {
    top: -10%;
  }
  .p-access-way_train__items:first-child {
    width: 100%;
  }
  /* 引換券 */
  .hikikae .sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcebf3;
    border-radius: 20px;
    outline: 5px solid var(--col-accent);
  }
  .hikikae .sp .date {
    width: 50%;
    padding: 3%;
  }
  .hikikae .sp .text {
    width: 100%;
    background-color: #fff;
    padding: 5% 3%;
  }
  .hikikae .sp .text img:first-child {
    margin-bottom: 3%;
  }
  .hikikae .sp .text img {
    width: auto;
    max-height: 100px;
  }
}

/* SP */
@media screen and (max-width: 380px) {
  .schedule-cont .from,
  .schedule-cont .to,
  .schedule-cont .from .schedule .time {
    gap: 3%;
  }
  .schedule-cont {
    justify-content: flex-start;
  }
  .schedule-cont .other {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-access_linkWrap {
    flex-direction: column;
    gap: 1em;
  }
  .p-access_link {
    width: 100%;
  }
}

/* しゅうな
***********************/
.p-access-way__shunaText::before {
  color: #e1f3fc;
  order: 2;
  scale: -1;
}
.p-access-way__shunaText p {
  background-color: #e1f3fc;
}
/* シャトルバス
***********************/
.p-access-way_train__line {
  width: 100%;
  height: 2px;
  background-color: #e1f3fc;
  margin: 80px 0;
}
.twocol {
  gap: 1rem;
}
