@charset "UTF-8";
/*

 観光バス一覧
----------------------------------------------- */
/* ページタイトル英語画像 */
@media (width > 768px) {
  .page_header .en {
    width: 5.3362573099vw;
  }
}
@media (width <= 768px) {
  .page_header .en {
    width: 13.2978723404vw;
  }
}

/* アンカーリンク */
@media (width > 768px) {
  .anchor_links {
    padding-inline: 8.0409356725vw;
  }
}
@media (width <= 768px) {
  .anchor_links {
    padding-inline: 5.3191489362vw;
  }
}
.anchor_links {
  display: grid;
}
@media (width > 768px) {
  .anchor_links {
    margin-top: 3.6549707602vw;
    gap: 1.8274853801vw;
  }
}
@media (width <= 768px) {
  .anchor_links {
    margin-top: 7.9787234043vw;
    gap: 3.9893617021vw;
  }
}
.anchor_links .card {
  display: grid;
  align-items: center;
  background-color: #fff;
  border: solid #494A4D;
  position: relative;
}
.anchor_links .card::before, .anchor_links .card::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.anchor_links .card {
  transition: 0.2s;
}
.anchor_links .card::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f107";
  border-radius: 50%;
  aspect-ratio: 1;
  background: var(--color-blue);
  color: #fff;
  transition: 0.2s;
}
@media (width > 768px) {
  .anchor_links .card::after {
    right: 2.9239766082vw;
    width: 2.3391812865vw;
    font-size: clamp(12px, 1.0964912281vw, 20px);
  }
}
@media (width <= 768px) {
  .anchor_links .card::after {
    right: 5.3191489362vw;
    width: 6.3829787234vw;
    font-size: min(3.1914893617vw, 20px);
  }
}
.anchor_links .card:hover {
  background-color: var(--color-blue);
  color: #fff;
}
.anchor_links .card:hover .en {
  filter: brightness(0) saturate(100%) invert(100%) contrast(100%);
}
.anchor_links .card:hover::after {
  background-color: #fff;
  color: var(--color-blue);
}
@media (width > 768px) {
  .anchor_links .card {
    grid-template-columns: 13.8888888889vw auto 51%;
    gap: 2.1929824561vw;
    border-width: 0.0365497076vw;
    padding-inline: 4.3859649123vw 2.1929824561vw;
    height: 11.6959064327vw;
  }
}
@media (width <= 768px) {
  .anchor_links .card {
    grid-template-columns: 31.914893617vw 1fr;
    align-content: center;
    gap: 2.1276595745vw 5.3191489362vw;
    border-width: 0.1329787234vw;
    padding-inline: 5.3191489362vw;
    height: 26.5957446809vw;
  }
}
@media (width <= 768px) {
  .anchor_links .card .image {
    grid-row: 1/3;
  }
}
.anchor_links .card .en {
  transform: translateY(0.2em);
}
@media (width > 768px) {
  .anchor_links .card .en {
    margin-left: auto;
  }
}
@media (width <= 768px) {
  .anchor_links .card .en {
    margin-top: auto;
  }
}
.anchor_links .card .label {
  font-family: var(--font-min);
  white-space: nowrap;
}
@media (width > 768px) {
  .anchor_links .card .label {
    font-size: clamp(12px, 2.0467836257vw, 20px);
  }
}
@media (width <= 768px) {
  .anchor_links .card .label {
    margin-bottom: auto;
    font-size: min(5.3191489362vw, 20px);
  }
}

/* bustype英文字画像 */
@media (width > 768px) {
  .en .type01 {
    width: 5.8479532164vw;
  }
}
@media (width <= 768px) {
  .en .type01 {
    width: 13.2978723404vw;
  }
}
@media (width > 768px) {
  .en .type02, .en .type03 {
    width: 6.1403508772vw;
  }
}
@media (width <= 768px) {
  .en .type02, .en .type03 {
    width: 13.829787234vw;
  }
}

/* バス詳細情報 */
@media (width > 768px) {
  .bus_detail {
    padding-inline: 8.0409356725vw;
  }
}
@media (width <= 768px) {
  .bus_detail {
    padding-inline: 5.3191489362vw;
  }
}
.bus_detail {
  background-color: #fff;
}
@media (width > 768px) {
  .bus_detail {
    margin-top: 7.3099415205vw;
    padding-block: 8.7719298246vw 7.3099415205vw;
  }
}
@media (width <= 768px) {
  .bus_detail {
    margin-top: 15.9574468085vw;
    padding-block: 15.9574468085vw 15.9574468085vw;
  }
}
@media (width > 768px) {
  .bus_detail .bus_type_info {
    padding-top: 5.8479532164vw;
  }
  .bus_detail .bus_type_info:first-child {
    margin-top: -5.8479532164vw;
  }
}
@media (width <= 768px) {
  .bus_detail .bus_type_info {
    padding-top: 21.2765957447vw;
  }
  .bus_detail .bus_type_info:first-child {
    margin-top: -21.2765957447vw;
  }
}
.bus_detail .bus_type_info + .bus_type_info {
  border-top: 1px solid #707070;
}
@media (width > 768px) {
  .bus_detail .bus_type_info + .bus_type_info {
    margin-top: 5.8479532164vw;
  }
}
@media (width <= 768px) {
  .bus_detail .bus_type_info + .bus_type_info {
    margin-top: 21.2765957447vw;
  }
}
.bus_detail h3 {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 1.3em;
  font-family: var(--font-min);
}
@media (width > 768px) {
  .bus_detail h3 {
    font-size: clamp(12px, 2.1929824561vw, 20px);
  }
}
@media (width <= 768px) {
  .bus_detail h3 {
    font-size: min(6.3829787234vw, 20px);
  }
}

.bus_info {
  display: grid;
}
@media (width > 768px) {
  .bus_info {
    gap: 3.216374269vw 3.6549707602vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 768px) {
  .bus_info {
    gap: 7.9787234043vw;
  }
}
@media (width > 768px) {
  .bus_info + .bus_info {
    margin-top: 4.3859649123vw;
  }
}
@media (width <= 768px) {
  .bus_info + .bus_info {
    margin-top: 13.2978723404vw;
  }
}
.bus_info .hgroup {
  grid-column: 1/-1;
  background-color: var(--color-blue);
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media (width > 768px) {
  .bus_info .hgroup {
    padding: 0.9502923977vw 1.4619883041vw;
    border-radius: 0.4385964912vw;
  }
}
@media (width <= 768px) {
  .bus_info .hgroup {
    padding: 2.1276595745vw 3.9893617021vw;
    border-radius: 1.0638297872vw;
  }
}
.bus_info .hgroup h4 {
  color: #fff;
  line-height: 1.3;
}
@media (width > 768px) {
  .bus_info .hgroup h4 {
    font-size: clamp(12px, 1.7543859649vw, 20px);
  }
}
@media (width <= 768px) {
  .bus_info .hgroup h4 {
    font-size: min(5.3191489362vw, 20px);
  }
}
.bus_info .hgroup .capacity {
  background-color: #fff;
  border-radius: 0.37em;
  padding: 0 0.5em;
  font-weight: 600;
  line-height: 1.8;
  white-space: nowrap;
}
@media (width <= 768px) {
  .bus_info .hgroup .capacity {
    font-size: min(3.4574468085vw, 20px);
  }
}
.bus_info .bus-images {
  overflow: hidden;
}
.bus_info .bus-images .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bus_info .bus-images .slick-dots li {
  line-height: 1;
}
.bus_info .bus-images .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.bus_info .bus-images .slick-dots .slick-active button {
  background: rgb(255, 255, 255);
}
.bus_info .bus-images .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  translate: 0 -50%;
  height: inherit;
  aspect-ratio: 1;
  text-indent: -9999px;
}
.bus_info .bus-images .slick-arrow.slick-prev {
  left: 0;
}
.bus_info .bus-images .slick-arrow.slick-next {
  right: 0;
}
.bus_info .bus-images figure {
  aspect-ratio: 425/320;
  background-color: #E8F3FD;
}
.bus_info .bus-images figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  object-fit: contain;
}
@media (width > 768px) {
  .bus_info .bus-images .slider figure:has(img[alt*=padding]) {
    padding: 2.1929824561vw;
  }
}
@media (width <= 768px) {
  .bus_info .bus-images .slider figure:has(img[alt*=padding]) {
    padding: 3.9893617021vw;
  }
}
.bus_info .bus-images .thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.bus_info .bus-images .thumb img {
  cursor: pointer;
}
@media (width > 768px) {
  .bus_info .bus-images .thumb {
    gap: 0.730994152vw;
    margin-top: 2.1929824561vw;
  }
}
@media (width <= 768px) {
  .bus_info .bus-images .thumb {
    gap: 1.8617021277vw;
    margin-top: 3.9893617021vw;
  }
}
@media (width > 768px) {
  .bus_info .bus-images .thumb figure:has(img[alt*=padding]) {
    padding: 0.730994152vw;
  }
}
@media (width <= 768px) {
  .bus_info .bus-images .thumb figure:has(img[alt*=padding]) {
    padding: 1.8617021277vw;
  }
}
.bus_info .texts .seating {
  border: 1px solid #000;
  display: flex;
  font-weight: 500;
}
@media (width > 768px) {
  .bus_info .texts .seating > * {
    padding: 0.3em 0.9em;
    font-size: clamp(12px, 1.0964912281vw, 20px);
  }
}
@media (width <= 768px) {
  .bus_info .texts .seating > * {
    padding: 0.3em 0.8em;
    font-size: min(3.1914893617vw, 20px);
  }
}
.bus_info .texts .seating dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-blue);
  color: #fff;
  white-space: nowrap;
}
.bus_info .texts .desc {
  line-height: 1.5;
}
@media (width > 768px) {
  .bus_info .texts .desc {
    margin-top: 2.1929824561vw;
  }
}
@media (width <= 768px) {
  .bus_info .texts .desc {
    margin-top: 3.9893617021vw;
  }
}
.bus_info .texts .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7em;
  background-color: #EF718A;
  border: 1px solid #EF718A;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  transition: 0.2s;
}
.bus_info .texts .btn i {
  mask-image: url(../img/bus_lineup/ico-pdf-white.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #fff;
}
@media (width > 768px) {
  .bus_info .texts .btn {
    margin-top: 2.1929824561vw;
    width: 17.3976608187vw;
    height: 3.216374269vw;
    font-size: clamp(12px, 1.0964912281vw, 20px);
  }
  .bus_info .texts .btn i {
    width: 1.6812865497vw;
    height: 1.9736842105vw;
  }
}
@media (width <= 768px) {
  .bus_info .texts .btn {
    margin-top: 3.9893617021vw;
    width: 45.2127659574vw;
    height: 9.3085106383vw;
    font-size: min(3.1914893617vw, 20px);
  }
  .bus_info .texts .btn i {
    width: 4.7872340426vw;
    height: 5.585106383vw;
  }
}
.bus_info .texts .btn:hover {
  background-color: #fff;
  color: #EF718A;
}
.bus_info .texts .btn:hover i {
  background-color: currentColor;
}
.bus_info .texts .options {
  display: flex;
  flex-wrap: wrap;
}
@media (width > 768px) {
  .bus_info .texts .options {
    margin-top: 3.2894736842vw;
    gap: 0.5116959064vw;
  }
  .bus_info .texts .options img {
    width: min(5.3362573099vw, 73px);
  }
}
@media (width <= 768px) {
  .bus_info .texts .options {
    margin-top: 6.6489361702vw;
    gap: 1.8617021277vw;
  }
  .bus_info .texts .options img {
    width: min(15.9574468085vw, 70px);
  }
}
.bus_info .texts .notes {
  font-weight: 500;
  line-height: 1.43;
}
@media (width > 768px) {
  .bus_info .texts .notes {
    margin-top: 1.0964912281vw;
    font-size: clamp(12px, 1.0233918129vw, 20px);
  }
}
@media (width <= 768px) {
  .bus_info .texts .notes {
    margin-top: 3.9893617021vw;
    font-size: min(3.1914893617vw, 20px);
  }
}
.bus_info .cta {
  grid-column: 1/-1;
  text-align: center;
}
.bus_info .cta .button {
  font-weight: bold;
}
@media (width > 768px) {
  .bus_info .cta .button {
    width: min(30.701754386vw, 600px);
    height: 3.216374269vw;
    font-size: clamp(12px, 1.4619883041vw, 20px);
  }
}
@media (width <= 768px) {
  .bus_info .cta .button {
    width: 79.7872340426vw;
    max-width: 100%;
    height: 9.3085106383vw;
    font-size: min(4.2553191489vw, 20px);
  }
}

/* 運輸安全マネジメント */
@media (width > 768px) {
  .safety_management {
    padding-inline: 8.0409356725vw;
  }
}
@media (width <= 768px) {
  .safety_management {
    padding-inline: 5.3191489362vw;
  }
}
@media (width > 768px) {
  .safety_management {
    padding-top: 7.3099415205vw;
  }
}
@media (width <= 768px) {
  .safety_management {
    padding-top: 15.9574468085vw;
  }
}
.safety_management .download {
  display: grid;
  gap: 0.3em;
}
.safety_management .download li::after {
  display: inline-block;
  margin-left: 0.7em;
  content: "";
  background: url(../img/bus_lineup/ico-pdf.svg) no-repeat center/100%;
  aspect-ratio: 23/28;
  transform: translateY(0.4em);
}
@media (width > 768px) {
  .safety_management .download li::after {
    width: 1.6812865497vw;
  }
}
@media (width <= 768px) {
  .safety_management .download li::after {
    width: 4.5212765957vw;
  }
}
.safety_management .download a {
  font-weight: 500;
  text-decoration-color: var(--color-blue);
  text-underline-offset: 0.3em;
}