@charset "UTF-8";

#page.charter-bus h2 {
  padding-left: initial;
}

#page.charter-bus h2::after {
  content: none;
}

/* heading */
#page.charter-bus .heading hgroup h2 {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
/* hero */
.charter-bus .hero .desc {
  text-align: justify;
  margin-inline: auto;
  padding-top: 5rem;
  max-width: 86rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.charter-bus .hero .desc span {
  font-weight: 600;
}
/* question */
.charter-bus .question {
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 86rem;
}
.charter-bus .question dl.faq > dt {
  position: relative;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 4.2rem;
  align-items: center;
  column-gap: 1rem;
  padding: 1.8rem 1.8rem 1.8rem 5rem;
  background-color: var(--main-color);
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  transition: filter 0.3s ease;
}
.charter-bus .question dl.faq > dt::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #999;
  z-index: -1;
}
.charter-bus .question dl.faq.is-open > dt {
  background-color: var(--dark-gray-color);
}
.charter-bus .question dl.faq.is-open > dt::after {
  display: none;
}
.charter-bus .question dl.faq dt span {
  position: relative;
  width: 4.2rem;
  background-color: #fff;
  aspect-ratio: 1;
}
.charter-bus .question dl.faq > dt span::before,
.charter-bus .question dl.faq > dt span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.9rem;
  height: 0.3rem;
  background-color: var(--soft-blue-color);
  transition: rotate 0.3s ease;
}
.charter-bus .question dl.faq > dt span::after {
  rotate: 90deg;
}
.charter-bus .question dl.faq.is-open > dt span::after {
  rotate: 0deg;
}
.charter-bus .question dl.faq > dd {
  display: grid;
  grid-template-rows: 0fr;
  background-color: #f0f0f0;
  transition: grid-template-rows 0.3s ease-in-out;
}
.charter-bus .question dl.faq.is-open > dd {
  grid-template-rows: 1fr;
}
.charter-bus .question dl.faq > dd p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.charter-bus .question dl.faq > dd .inner {
  overflow: hidden;
}
.charter-bus .question dl.faq > dd .inner .wrap {
  padding: 3rem 2.8rem;
  border-bottom: 1px solid #fff;
}
.charter-bus .question dl.faq > dd .inner .wrap > p {
  font-size: 2.2rem;
}
.charter-bus .question dl.faq > dd .inner .wrap .body {
  display: grid;
  gap: 2rem 0;
  margin-top: 2.8rem;
}
.charter-bus .question dl.faq > dd .inner .wrap .body dl {
  border-radius: 1.5rem;
  background-color: #fff;
}
.charter-bus .question dl.faq > dd .inner .wrap .body dl dt {
  border-bottom: 1px solid #cacaca;
  padding: 2rem 2.5rem;
}
.charter-bus .question dl.faq > dd .inner .wrap .body dl dd {
  padding: 2rem 2.5rem;
  color: #ff0000;
}
.charter-bus .question dl.faq > dd .inner .wrap .body dl dt p,
.charter-bus .question dl.faq > dd .inner .wrap .body dl dd p {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}
.charter-bus .question .scroll-wrap table {
  margin-top: 5rem;
  width: 100%;
  border-collapse: collapse;
}
.charter-bus .question th, td {
  text-align: center;
  padding: 1.2rem;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  font-size: 1.8rem;
}
.charter-bus .question th,
.charter-bus .question .category-cell {
  background-color: #f1f1f1;
  font-weight: 600;
}
.charter-bus .question .category-cell {
  padding-inline: 2.5rem;
}
.charter-bus .question .name {
  text-align: left;
}
.charter-bus .question .number {
  color: var(--bright-red-color);
}
/* type */
.charter-bus .type {
  margin-top: 10rem;
}
.charter-bus .type .lists > li {
  margin-top: 10rem;
}
.charter-bus .type .lists > li .head {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
.charter-bus .type .lists > li .head .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  min-width: 6rem;
  aspect-ratio: 1;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--en-font-family);
  line-height: 1;
}
.charter-bus .type .lists > li .head .number span {
  font-size: 3.4rem;
  letter-spacing: -0.01em;
}
.charter-bus .type .lists li .head > p {
  font-size: 4.9rem;
  font-family: var(--en-font-family);
  font-weight: 400;
}
.charter-bus .type .lists > li .head .capacity {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding-block: 1rem;
  background-color: var(--bright-red-color);
  min-width: 13.2rem;
  height: 100%;
  font-size: 1.8rem;
  color: #ffffff;
}
.charter-bus .type .lists > li .head .capacity.gold {
  background-color: var(--main-color);
}
.charter-bus .type .lists > li .head .capacity span {
  font-size: 2.4rem;
}
.charter-bus .type .lists > li .wrap {
  display: grid;
  grid-template-columns: 53.6rem 1fr;
  gap: 0 5rem;
  margin-top: 2rem;
}
.charter-bus .type .lists > li .wrap .gallery-container.text {
  position: relative;
}
.charter-bus .type .lists > li .wrap .gallery-container.text .thumbnail-text {
  position: absolute;
  top: 36rem;
  left: 0rem;
  width: 8rem;
  height: 2rem;
  font-size: 1.8rem;
  z-index: 1;
}
.charter-bus .type .lists > li .wrap .gallery-container .thumbnail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 36.7rem 1fr;
  gap: 2rem 1rem;
}
.charter-bus .type .lists > li .wrap .gallery-container .thumbnail li:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / -1;
}
/* modal */
.charter-bus .type .lists > li .wrap .gallery-container .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.charter-bus .type .lists > li .wrap .gallery-container .modal.active {
  opacity: 1;
  visibility: visible;
}
.charter-bus .type .lists > li .wrap .gallery-container .modal-content {
  position: relative;
  width: 90%;
  max-width: 80rem;
  max-height: 90vh;
  padding-block: 10rem;
  background: #fff;
  overflow: hidden;
}
/* modal slider */
.charter-bus .type .lists > li .wrap .gallery-container .splide-type {
  width: 100%;
  opacity: 0 !important;
  visibility: hidden !important;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__slide figcaption {
  margin-top: 1.2rem;
  font-size: 1.8rem;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide-type.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__arrow {
  border-radius: initial;
  background: url(../../../images/common/ic-slider-arrow-red.svg) no-repeat center / contain;
  width: 4.6rem;
  height: 4.6rem;
  opacity: 1;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__arrow svg {
  display: none;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__arrow.splide__arrow--prev {
  left: 4rem;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__arrow.splide__arrow--next {
  right: 4rem;
  transform: translateY(-50%) rotate(180deg);
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__arrow:hover {
  opacity: 0.8;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__pagination {
  bottom: -4.5rem;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__pagination .splide__pagination__page {
  margin: 0.5rem;
  border: 2px solid #b3b3b3;
  background: #fff;
  width: 2rem;
  height: 2rem;
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__pagination .splide__pagination__page.is-active {
  border: 2px solid var(--bright-red-color);
  background: var(--bright-red-color);
  opacity: 1;
  transform: scale(1);
}
.charter-bus .type .lists > li .wrap .gallery-container .splide__pagination .splide__pagination__page:hover {
  background: var(--bright-red-color);
  opacity: 0.8;
}
.charter-bus .type .lists > li .wrap .textarea {
  padding-right: 5rem;
}
.charter-bus .type .lists > li .wrap .textarea .desc {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.charter-bus .type .lists > li .wrap .textarea .desc span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.charter-bus .type .lists > li .wrap .textarea .info {
  text-align: center;
  margin-top: 1rem;
  border-radius: 2rem;
  background-color: var(--pale-purple-color);
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.charter-bus .type .lists > li .wrap .textarea .info p {
  font-weight: 600;
}
.charter-bus .type .lists > li .wrap .textarea .documents {
  display: flex;
  gap: 0 5rem;
  margin-top: 1.8rem;
}
.charter-bus .type .lists > li .wrap .textarea .documents a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 2rem;
  width: calc((100% - 5rem) / 2);
  min-height: 6.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.charter-bus .type .lists > li .wrap .textarea .documents a:nth-of-type(1) {
  border-color: var(--bright-red-color);
  color: var(--bright-red-color);
}
.charter-bus .type .lists > li .wrap .textarea .documents a:nth-of-type(2) {
  border-color: var(--deep-green-color);
  color: var(--deep-green-color);
}
.charter-bus .type .lists > li .wrap .textarea .option {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
}
.charter-bus .type .lists > li .wrap .textarea .option li {
  text-align: center;
  width: 6.4rem;
}
.charter-bus .type .lists > li .wrap .textarea .option li > p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.1em;
}
/* area */
.charter-bus .area {
  margin-top: 10rem;
}
.charter-bus .area .wrap {
  display: grid;
  grid-template-columns: 72.4rem 1fr;
  margin-top: 5rem;
}
.charter-bus .area .wrap table {
  margin-top: 19rem;
  margin-left: -14rem;
  width: 100%;
  border-collapse: collapse;
}
.charter-bus .area .wrap > p {
  margin-top: 1rem;
  grid-column: span 2;
  text-align: end;
  font-size: 1.8rem;
}
.charter-bus .area .wrap table tr td {
  text-align: center;
  padding: 0.5rem 1.2rem;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  font-size: 1.8rem;
}
.charter-bus .area .wrap table tr td.bg-gray {
  background-color: #f1f1f1;
}
.charter-bus .area .wrap table tr td.fw-bold {
  font-weight: 600;
}
.charter-bus .area .wrap table tr td:nth-of-type(1) {
  min-width: 14.5rem;
}
.charter-bus .area .wrap table tr td:nth-of-type(2),
.charter-bus .area .wrap table tr td:nth-of-type(3) {
  min-width: 10.5rem;
}
.charter-bus .area .wrap table tr td:nth-of-type(4) {
  min-width: 16rem;
}
.charter-bus .area .wrap table tr td:empty {
  background-image: linear-gradient(to right bottom, transparent calc(50% - 1px), #c1c1c1 calc(50% - .5px), #c1c1c1 calc(50% + .5px), transparent calc(50% + 1px), #fff);
  background-repeat: no-repeat;
}
/* case */
.charter-bus .case {
  margin-top: 10rem;
}
.charter-bus .case > h2 {
  margin-inline: auto;
  max-width: 110rem;
  width: 100%;
}
.charter-bus .case .splide {
  padding-top: 7rem;
}
.charter-bus .case .splide .splide__track {
  padding-inline: calc((100% / 2) - 55rem) !important;
}
.charter-bus .case .splide .splide__slide {
  position: relative;
  width: 50rem !important;
  margin-right: 2.5rem;
}
.charter-bus .case .splide .splide__slide > p {
  position: absolute;
  bottom: 2.3rem;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  text-align: center;
  padding-inline: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
.charter-bus .case .splide .splide__slide > p span {
  font-size: 1.4rem;
}
.charter-bus .case .splide .splide__pagination {
  top: 2rem;
  bottom: initial;
  justify-content: flex-end;
}
.charter-bus .case .splide .splide__pagination .splide__pagination__page {
  margin: 0.5rem;
  border: 2px solid #b3b3b3;
  background: #fff;
  width: 2rem;
  height: 2rem;
}
.charter-bus .case .splide .splide__pagination .splide__pagination__page.is-active {
  border: 2px solid var(--bright-red-color);
  background: var(--bright-red-color);
  opacity: 1;
  transform: scale(1);
}
.charter-bus .case .splide .splide__pagination .splide__pagination__page:hover {
  background: var(--bright-red-color);
  opacity: 0.8;
}
/* guide */
.charter-bus .guide {
  margin-top: 10rem;
}
.charter-bus .guide > ol {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem 5.5rem;
}
.charter-bus .guide > ol li {
  position: relative;
}
.charter-bus .guide > ol li .point {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bright-red-color);
  padding-top: 0.5rem;
  color: #fff;
  aspect-ratio: 1;
  z-index: 1;
  font-family: var(--en-font-family);
  line-height: 1;
}
.charter-bus .guide > ol li .point span {
  display: block;
  font-size: 1.1rem;
}
.charter-bus .guide > ol li .point span + span {
  font-size: 3rem;
  font-weight: 400;
}
.charter-bus .guide > ol li h4 {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.charter-bus .guide > ol li .desc {
  text-align: justify;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.charter-bus .guide .others {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7.5rem;
  margin-top: 8rem;
}
.charter-bus .guide .others .other {
  border: 1px solid #000;
  padding: 4rem 3rem;
}
.charter-bus .guide .others .other h4 {
  font-size: 2rem;
  font-weight: 600;
}
.charter-bus .guide .others .other p {
  text-align: justify;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.charter-bus .guide .others .other p a {
  display: inline-block;
  font-size: 1.6rem;
  word-break: break-all;
  color: var(--bright-red-color);
}
.charter-bus .guide .others .other p span {
  display: block;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  /* hero */
  .charter-bus .hero .desc {
    max-width: initial;
    padding-top: 12rem;
    padding-inline: 4.5rem;
    max-width: initial;
    font-size: 3.2rem;
  }
  /* question */
  .charter-bus .question {
    margin-top: 8rem;
    padding-inline: 4.5rem;
    max-width: 100%;
  }

  .charter-bus .question dl.faq > dt {
    grid-template-columns: 1fr 6.4rem;
    padding: 2.5rem 2.5rem 2.5rem 5rem;
    font-size: 3.7rem;
  }
  .charter-bus .question dl.faq dt span {
    width: 6.4rem;
  }
  .charter-bus .question dl.faq > dt span::before,
  .charter-bus .question dl.faq > dt span::after {
    width: 2.9rem;
    height: 0.4rem;
  }
  .charter-bus .question dl.faq > dd p {
    font-size: 3rem;
  }
  .charter-bus .question dl.faq > dd .inner {
    padding-inline: 0;
  }
  .charter-bus .question dl.faq > dd .inner .wrap {
    padding: 8rem 3rem;
  }
  .charter-bus .question dl.faq > dd .inner .wrap > p {
    font-size: 3.9rem;
  }
  .charter-bus .question dl.faq > dd .inner .wrap .body {
    gap: 4.5rem 0;
    margin-top: 7.2rem;
  }
  .charter-bus .question dl.faq > dd .inner .wrap .body dl {
    border-radius: 3rem;
  }
  .charter-bus .question dl.faq > dd .inner .wrap .body dl dt p,
  .charter-bus .question dl.faq > dd .inner .wrap .body dl dd p {
    padding-left: 3rem;
    text-indent: -3rem;
  }
  .charter-bus .question .scroll-wrap {
    margin-top: 14rem;
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
  }
  .charter-bus .question .scroll-wrap table {
    width: 153.7rem;
  }
  .charter-bus .question th, td {
    padding: 2rem;
    font-size: 3.2rem;
  }
  .charter-bus .question .category-cell {
    padding-inline: 4.5rem;
  }
  /* type */
  .charter-bus .type {
    margin-top: 18rem;
  }
  .charter-bus .type .lists > li .head .number {
    min-width: 10.7rem;
    font-size: 2rem;
  }
  .charter-bus .type .lists > li .head .number span {
    font-size: 6rem;
  }
  .charter-bus .type .lists li .head > p {
    font-size: 6.2rem;
  }
  .charter-bus .type .lists > li .head .capacity {
    padding-block: 1.5rem;
    min-width: 16.7rem;
    font-size: 2.2rem;
    font-weight: 600;
  }
  .charter-bus .type .lists > li .head .capacity span {
    font-size: 3rem;
  }
  .charter-bus .type .lists > li .wrap {
    grid-template-columns: 1fr;
    gap: 5rem 0;
  }
  .charter-bus .type .lists > li .wrap .gallery-container.text .thumbnail-text {
    top: 41rem;
    width: 13rem;
    height: 4rem;
    font-size: 3rem;
  }
  .charter-bus .type .lists > li .wrap .gallery-container .thumbnail {
    grid-template-rows: repeat(2, auto);
  }
  .charter-bus .type .lists > li .wrap .gallery-container .modal-content {
    max-width: initial;
  }
  .charter-bus .type .lists > li .wrap .gallery-container .splide__arrow {
    width: 6rem;
    height: 6rem;
  }
  .charter-bus .type .lists > li .wrap .gallery-container .splide__arrow.splide__arrow--prev {
    left: 1rem;
  }
  .charter-bus .type .lists > li .wrap .gallery-container .splide__arrow.splide__arrow--next {
    right: 1rem;
  }
  .charter-bus .type .lists > li .wrap .gallery-container .splide__pagination {
    bottom: -7.5rem;
  }
  .charter-bus .type .lists > li .wrap .gallery-container .splide__pagination .splide__pagination__page {
    margin: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .charter-bus .type .lists > li .wrap .textarea {
    padding-right: initial;
  }
  .charter-bus .type .lists > li .wrap .textarea .desc {
    text-align: center;
    font-size: 3.8rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .desc span {
    font-size: 2.4rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .info {
    margin-top: 4rem;
    padding: 1.5rem;
    font-size: 2.8rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .documents {
    justify-content: center;
    gap: 0 8rem;
    margin-top: 4rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .documents a {
    width: 25.6rem;
    min-height: 9.8rem;
    font-size: 2.8rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .option {
    margin-top: 5rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .option li {
    width: 12rem;
  }
  .charter-bus .type .lists > li .wrap .textarea .option li > p {
    font-size: 2.2rem;
  }
  /* area */
  .charter-bus .area {
    margin-top: 18rem;
  }
  .charter-bus .area .wrap {
    grid-template-columns: 1fr;
    margin-top: 10rem;
  }
  .charter-bus .area .wrap table {
    margin-top: 6rem;
    margin-left: initial;
  }
  .charter-bus .area .wrap > p {
    grid-column: initial;
  }
  .charter-bus .area .wrap table tr td {
    padding: 1rem;
    font-size: 2.5rem;
  }
  .charter-bus .area .wrap table tr td:nth-of-type(1) {
    min-width: 18rem;
  }
  .charter-bus .area .wrap table tr td:nth-of-type(2),
  .charter-bus .area .wrap table tr td:nth-of-type(3) {
    min-width: 12rem;
  }
  .charter-bus .area .wrap table tr td:nth-of-type(4) {
    min-width: 18rem;
  }
  /* case */
  .charter-bus .case {
    margin-top: 18rem;
  }
  .charter-bus .case > h3 {
    margin-inline: 4.5rem 0;
    max-width: 100%;
    width: calc(100% - 4.5rem);
  }
  .charter-bus .case .splide {
    padding-top: 14rem;
  }
  .charter-bus .case .splide .splide__track {
    padding-inline: 4.5rem !important;
  }
  .charter-bus .case .splide .splide__pagination {
    top: 8rem;
  }
  /* guide */
  .charter-bus .guide {
    margin-top: 18rem;
  }
  .charter-bus .guide > ol {
    margin-top: 10rem;
    grid-template-columns: 1fr;
    gap: 20rem 0;
  }
  .charter-bus .guide > ol li .point {
    top: -4rem;
    left: 0rem;
    width: 12rem;
    padding-top: 1rem;
  }
  .charter-bus .guide > ol li .point span {
    font-size: 2.3rem;
  }
  .charter-bus .guide > ol li .point span + span {
    font-size: 6rem;
  }
  .charter-bus .guide > ol li figure {
    padding-left: 4rem;
  }
  .charter-bus .guide > ol li h4 {
    margin-top: 3.2rem;
    font-size: 4.8rem;
  }
  .charter-bus .guide > ol li .desc {
    margin-top: 4rem;
    font-size: 3.2rem;
  }
  .charter-bus .guide .others {
    grid-template-columns: 1fr;
    gap: 5rem 0;
    margin-top: 16rem;
  }
  .charter-bus .guide .others .other {
    padding: 7rem 3rem;
  }
  .charter-bus .guide .others .other h4 {
    font-size: 3rem;
  }
  .charter-bus .guide .others .other p {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  .charter-bus .guide .others .other p a {
    font-size: 2.4rem;
  }
  .charter-bus .guide .others .other p span {
    padding-left: 2.4rem;
    text-indent: -2.4rem;
    font-size: 2.4rem;
  }
}