ul,
ol,
li {
  list-style: none;
}

ul,
p {
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

img {
  width: 100%;
}

/* PC・SP切替用 */
.pc {
  display: none;
}
.sp {
  display: block;
}
img {
  width: 100%;
}

.l-main__contents._top > :last-child {
  padding-bottom: var(--space-25);
}

/* mv */
.mv {
  padding-bottom: 40px;
}

.mv-wrapper {
  margin-top: 40px;
  /* padding削除 */
  /* padding: 0 6.5%; */
}

/* mv-imgに高さを出すため */
.mv-bg {
  height: 48vw;
}

.mv-img {
  position: absolute;
  left: 0;
}

.mv-txt {
  font-size: var(--text-md);
  letter-spacing: -1px;
}
.mv-btn {
  margin-top: 40px;
  text-align: center;
  /* width: fit-content; */
}
.mv-link {
  margin: 16px auto 0;
  width: fit-content;
}

.mv-contact {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.mv .p-accordion p {
  letter-spacing: -1px;
}

.mv-contact-icon svg {
  fill: #c61217;
  width: 30px;
  height: 30px;
}
.mv-contact a {
  font-size: var(--text-2xl);
  font-weight: bold;
}

.mv-contact .tel {
  text-align: center;
}

.mv-contact p {
  padding-top: 11px;
}

.banner {
  margin: 0 auto;
}

.schedule {
  padding-top: 120px;
}

/* tableスクロール */
.table-wrap {
  overflow-x: scroll;
}

.table-wrap table .name {
  min-width: 122px;
}

.schedule table th:first-child {
  background-color: #fff;
}

.schedule table th:first-child,
.schedule table tr .name {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  padding: 8px 0;
}
table .tit {
  min-width: 183px;
  background-color: #fff0ee;
  border-left: 12px solid #fff;
}
table .name {
  padding: 32px 0;
  border-bottom: 1px solid #fff;
  background-color: #fff0ee;
  font-size: clamp(1.2rem, 0.836rem + 0.97vw, 2rem);
}
table tbody tr:last-of-type .name {
  border-bottom-color: #d7d7d7;
}
table tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}
table td {
  padding: 32px 0;
  border-top: 1px solid #d7d7d7;
  text-align: center;
  line-height: 1.6;
}

/* 集合時間・行程表 */
.place {
  padding-top: 100px;
}

.place nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.place nav ul li {
  max-width: 250px;
  width: 48%;
}

.place h3 {
  padding: 80px 0 20px;
}

/* 地図部分 */
/* .place .mapImg {
  width: 100%;
  height: 40vw;
} */

/* .place .mapImg img {
  width: auto;
  height: 100%;
  margin: 0 auto;
} */

/* 地図を囲っている枠線 */
.place .imgBorder {
  margin-top: 15px;
  padding: 2px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}

/* 地図の文 */
.place .imgBorder p {
  font-size: var(--text-2xs);
  text-align: right;
}

.place .p-accordion .announceText {
  padding: 19px 0 30px;
}

/* ボタン */
.btn {
  text-align: center;
}

.btn-group {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 集合場所と行程表の文章 */
.announceTit {
  padding: 14px 0;
  letter-spacing: -0.8px;
  font-weight: bold;
}
/* 松戸便　アコーディオン前の文章のタイトル */
.nextTit {
  padding-top: 23px;
}

.announceText {
  line-height: 1.5;
  letter-spacing: -1.2px;
}

.info {
  font-size: var(--12px);
  line-height: 1.5;
  letter-spacing: -1.3px;
  color: #666666;
}

/* 松戸駅バス乗り場時刻表 */
.place-contents .timetable {
  padding-top: 12px;
}

.place-contents .timetable span {
  font-weight: bold;
  font-size: var(--text-xs);
}

/* 松戸駅の交通手段のタイトルの下線 */
.underline {
  width: fit-content;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

/* アコーディオンの中bus-table */
.place .p-accordion .tableTit {
  padding-bottom: 16px;
}

.bus-table .name {
  min-width: 86px;
  padding-left: 0;
  text-align: center;
  letter-spacing: 0;
}

.bus-table tr td {
  padding-left: 12px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-align: left;
}

.bus-table tr td .info {
  padding: 5px 0;
  letter-spacing: -1px;
  color: #666666;
}

/* bus-tableの下の部分 */
.place .p-accordion .tableInfo {
  font-size: var(--text-xs);
  padding-top: 19px;
  letter-spacing: -1px;
  color: #666666;
}

/* 横浜便箇条書き部分 */
.place-contents .line {
  margin-left: 0.8em;
  text-indent: -0.8em;
  letter-spacing: -1.5px;
}

/* フッター */
.p-footer {
  padding-top: 0;
}

.p-footer:before {
  display: none;
}

.p-footer-sns {
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-gray-50);
}

@media only screen and (min-width: 768px) {
  /* PC・SP切替用 */
  .pc {
    min-width: 247px;
    display: block;
  }
  .sp {
    display: none;
  }

  .l-main__contents._top > :last-child {
    padding-bottom: var(--space-56);
  }

  .mv {
    padding-bottom: 80px;
  }

  .mv-wrapper {
    margin-top: 98px;
  }

  /* mv-imgに高さを出すため */
  .mv-bg {
    height: min(41.5vw);
  }

  .mv-txt {
    text-align: center;
  }

  .mv-btn {
    margin-top: 33px;
  }

  .mv-link {
    margin: 32px auto 80px;
  }

  .mv-contact a {
    font-size: 22px;
  }

  .mv-contact p {
    padding-top: 0;
  }

  .mv-contact .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  /* クラス名table-wrap */
  .table-wrap table tr td .table-interval {
    padding-top: 35px;
  }

  /* table */
  table .tit {
    border-left: 6px solid #fff;
  }

  table th {
    padding: 23px 0 24px;
  }

  .table-wrap table .name {
    width: 20.2%;
    padding: 40px 0;
  }

  .table-wrap table tr td {
    padding: 45px 0;
  }

  .place nav {
    max-width: 910px;
    margin: 0 auto;
  }

  .place nav ul {
    gap: 24px;
  }

  .place nav ul li {
    max-width: 282px;
  }

  /* h3 */
  .place h3 {
    padding: 99px 0 25px;
  }

  /* 地図 */

  /* place-contentsの文章 */
  .announceTit {
    padding: 16px 0 0;
  }

  .info {
    font-size: var(--text-xs);
  }

  /* ボタン */
  .btn {
    width: 41.8%;
  }

  .btn-group {
    margin-bottom: 174px;
    flex-direction: unset;
    justify-content: center;
    gap: 24px;
  }

  /* bus-table */
  .place .p-accordion .tableTit {
    padding-bottom: 13px;
  }

  .bus-table tr td {
    padding: 40px 0;
    text-align: center;
    line-height: 1.6;
  }

  .bus-table .name {
    width: 36%;
    padding: 52px 0;
  }

  .bus-table tr td .info {
    padding: 0;
  }

  /* アコーディオンの中のtable下の文章 */
  .place .p-accordion .announceText {
    padding: 15px 0 30px;
  }

  .place .p-accordion .tableInfo {
    padding-top: 15px;
  }

  /* フッター */
  .p-footer {
    padding: 0;
  }

  .p-footer-sns {
    padding-top: var(--space-22);
  }
}

@media screen and (min-width: 1441px) {
  .mv-img {
    /* width: 1440px; */
    width: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
  }
}
