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

アクセス

***********************/
.container {
  margin: 50px 0;
}
#access,
#trainSchedule {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
b.big {
  color: var(--col-accent);
  font-size: clamp(18px, 1.5rem, 25px);
  margin-top: 3%;
  display: block;
}
/* 見出し・基本(触らない)
***********************/
.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);
}

.access-items {
  border-bottom: none;
}

.access-item {
  display: block;
  padding-top: 0.625rem;
  border-top: 1px solid #ddd;
}
.access-item:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.625rem;
}

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

.text-area {
  padding-top: 30px;
}

.asterisk {
  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;
}
/* 車
***********************/
.access-cont {
  font-size: 1.1rem;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid rgb(233, 30, 121);
  background: rgba(233, 30, 121, 0.1);
}
.access-cont .title,
.access-cont .block {
  margin-bottom: 10px;
}
.access-cont .title,
.access-cont .sub-title {
  font-weight: bold;
  display: block;
}
.access-title {
  font-size: 1.5rem;
}
.access-title b {
  color: var(--col-accent);
}
.access-title b,
.access-address {
  font-size: 0.95rem;
}
.access-address a {
  color: #1272b6;
}
/* マップ */
.car-access-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  margin-top: 50px;
}
.car-access-cont {
  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);
  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 .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;
}
/**********************

レスポンシブ

***********************/
/* 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 .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) {
  .car-access-cont {
    width: 100%;
  }
  #access {
    padding: 0 5%;
    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;
  }
  /* 引換券 */
  .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: -10%; */
    right: 0;
  }
}
