@charset "UTF-8";
.c-emContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 801px) {
  .c-emContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 80px;
  }
}
@media screen and (min-width: 801px) {
  .c-emContainer.m-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: clamp(30px, 3vw, 60px);
    margin-top: 80px;
  }
}

@media screen and (min-width: 801px) {
  .c-emMain {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    min-width: 0;
  }
}
@media screen and (min-width: 801px) {
  .m-reverse .c-emMain {
    width: 69.1666666667%;
    min-height: 0;
    min-width: 0;
  }
}

.c-emSidebar {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
}
@media screen and (min-width: 801px) {
  .c-emSidebar {
    display: block;
    min-height: 0;
    min-width: 0;
  }
}
.m-reverse .c-emSidebar {
  display: none;
}
@media screen and (min-width: 801px) {
  .m-reverse .c-emSidebar {
    display: block;
    width: 100%;
    max-width: 310px;
    min-height: 0;
    min-width: 0;
  }
}

.c-emInner {
  width: 1232px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.c-emInner.m-sm {
  width: 1148px;
}
@media screen and (min-width: 801px) {
  .c-emInner.m-sm {
    width: 1168px;
    padding-inline: 26px;
  }
}

.c-emBreadclumb {
  margin-top: 50px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 1201px) {
  .c-emBreadclumb {
    margin-top: 66px;
  }
}

.c-emBreadclumb__inner {
  height: inherit;
}

.c-emBreadclumb__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 27px;
  gap: 3px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 801px) {
  .c-emBreadclumb__List {
    height: 30px;
  }
}

.c-emBreadclumb__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  gap: 3px;
}
@media screen and (min-width: 801px) {
  .c-emBreadclumb__item {
    font-size: 12px;
  }
}
.c-emBreadclumb__item:not(:last-child)::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRightBlack.svg) no-repeat center center/contain;
  padding-bottom: 1px;
}
.c-emBreadclumb__item a {
  display: block;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .c-emBreadclumb__item a {
    font-size: 12px;
  }
}

.c-emGlobalNavi {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* スムーズなアニメーション */
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1201px) {
  .c-emGlobalNavi {
    top: 66px;
  }
}
.c-emGlobalNavi.is-show {
  opacity: 1;
  visibility: visible;
}

.c-emGlobalNavi__inner {
  padding-left: 0;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .c-emGlobalNavi__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-inline: 40px;
    margin-right: auto;
    overflow: visible;
  }
}

.c-emGlobalNavi__arrow {
  display: none;
}
@media screen and (min-width: 801px) {
  .c-emGlobalNavi__arrow {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.c-emGlobalNavi__arrow.m-prev {
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineLeft.svg) no-repeat center center/cover;
}
.c-emGlobalNavi__arrow.m-next {
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineRight.svg) no-repeat center center/cover;
}
.c-emGlobalNavi__arrow.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-emGlobalNavi__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 801px) {
  .c-emGlobalNavi__list {
    overflow: hidden;
  }
}

.c-emGlobalNavi__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-emGlobalNavi__item:first-child .c-emGlobalNavi__link::before {
  display: none;
}
.c-emGlobalNavi__link {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
}
@media screen and (min-width: 801px) {
  .c-emGlobalNavi__link {
    padding-block: 16px;
  }
}
.c-emGlobalNavi__link::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #d2d2d2;
}

.c-emHeading {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .c-emHeading {
    font-size: 25px;
  }
}

.c-emMore {
  font-size: 16px;
  font-weight: 700;
  color: #ff7600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-emMore:hover {
  opacity: 0.7;
}

.c-emButton {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 343px;
  margin-inline: auto;
  color: #fff;
  padding: 12px 12px 13px 12px;
  border: 1px solid transparent;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#fea100), color-stop(#ff7600), to(#ff3200));
  background: linear-gradient(-90deg, #fea100, #ff7600, #ff3200);
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.c-emButton:hover {
  color: #ff7600;
  border-color: currentColor;
  background: #fff;
}

.c-emOutlineButton {
  display: inline-block;
  width: 100%;
  max-width: 343px;
  padding: 12px 12px 13px 12px;
  font-size: 15px;
  font-weight: 700;
  color: #ff7600;
  border: 1px solid currentColor;
  border-radius: 30px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-emOutlineButton:hover {
  opacity: 0.7;
}
.c-emOutlineButton:disabled {
  color: #d2d2d2;
  background-color: #f3f3f3;
}

.c-emInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
}
.c-emInput input {
  width: 100%;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-emInput button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-emInput button img {
  width: 100%;
  height: auto;
}

.c-emCards.slick-slider {
  margin: 0;
}
.c-emCards .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.c-emCards .slick-arrow {
  width: 50px;
  height: 50px;
}
.c-emCards .slick-arrow.slick-prev, .c-emCards .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-emCards .slick-arrow.slick-prev.slick-disabled, .c-emCards .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.c-emCards .slick-arrow.slick-prev {
  left: -26px;
  z-index: 10;
}
.c-emCards .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.c-emCards .slick-arrow.slick-next {
  z-index: 10;
  right: -26px;
}
.c-emCards .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}
.c-emCards .dots-wrap {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
}
.c-emCards .dots-wrap li {
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.45;
}
.c-emCards .dots-wrap li.slick-active,
.c-emCards .dots-wrap li:hover {
  background-color: #ff7600;
  opacity: 1;
}
.c-emCards .dots-wrap li:last-child {
  margin-bottom: 0;
}
.c-emCards .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.c-emCard {
  display: block;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 801px) {
  .c-emCard {
    width: 210px;
  }
}

.c-emCard__link {
  display: block;
}

.c-emCard__img img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (min-width: 801px) {
  .c-emCard__img img {
    height: 126px;
  }
}

.c-emCard__figcaption {
  margin-top: 8px;
}
.c-emCard__figcaption.m-bold {
  font-size: 16px;
  font-weight: 700;
}

.c-emCard__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-emCard__reviewName {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* ここで1行に制限 */
  overflow: hidden;
}
.c-emCard__reviewName::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_monoCircleUser.svg) no-repeat center center/cover;
}

.c-emCard__reviewStar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 69px;
  height: auto;
}
.c-emCard__reviewStar img {
  width: 100%;
  height: auto;
}

.c-emCard__title {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}

.c-emCard__more {
  font-size: 12px;
  font-weight: 700;
  color: #ff7600;
  text-align: right;
  margin-top: 4px;
}

.c-emSearchInput--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 343px;
  max-width: 100%;
  height: 48px;
  padding: 13px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  background-color: #fff;
}
.c-emSearchInput--lg input {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* ✗マーク非表示対応 */
}
.c-emSearchInput--lg input::-webkit-input-placeholder {
  color: #828282;
}
.c-emSearchInput--lg input::-moz-placeholder {
  color: #828282;
}
.c-emSearchInput--lg input:-ms-input-placeholder {
  color: #828282;
}
.c-emSearchInput--lg input::-ms-input-placeholder {
  color: #828282;
}
.c-emSearchInput--lg input::placeholder {
  color: #828282;
}
.c-emSearchInput--lg input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}
.c-emSearchInput--lg button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-emBanner {
  padding-block: 32px;
}

.c-emBanner__container {
  padding-inline: 31px;
  margin-top: 14px;
}
@media screen and (min-width: 801px) {
  .c-emBanner__container {
    margin-top: 16px;
    padding-inline: 0;
  }
}

.c-emBanner__topList {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px;
  margin-inline: auto;
}

.c-emBanner__topLink {
  display: block;
  width: 100%;
  height: 100%;
}

.c-emBanner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-emBanner__bottomList {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  gap: 8px;
  margin-top: 8px;
  margin-inline: auto;
}
@media screen and (min-width: 801px) {
  .c-emBanner__bottomList {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.c-emBanner__bottomLink {
  display: block;
  width: 100%;
  height: 100%;
}

.c-emBanner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 絞り込み画面 */
.c-emFilterOverlay {
  position: fixed;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.3);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: auto;
}
.c-emFilterOverlay.is-open {
  opacity: 1;
  visibility: visible;
}

.c-emFilter {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100000;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding-bottom: 30px;
  overflow: auto;
}
@media screen and (min-width: 801px) {
  .c-emFilter {
    max-width: 600px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    border-radius: 5px;
  }
}

.c-emFilter__Head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  padding-block: 15px 13px;
}

.c-emFilter__resetButton {
  font-size: 14px;
  color: #ff7600;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-emFilter__closeButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-emFilter__closeBar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-radius: 20px;
}
.c-emFilter__closeBar:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(45deg);
          transform: translateY(8.5px) rotate(45deg);
}
.c-emFilter__closeBar:nth-child(2) {
  visibility: hidden;
}
.c-emFilter__closeBar:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(-45deg);
          transform: translateY(-8.5px) rotate(-45deg);
}

.c-emFilter__form {
  margin-top: 21px;
}
.c-emFilter__form fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.c-emFilter__form legend {
  width: 100%;
  margin: 0;
  padding: 0;
}

.c-emFilter__formTitle {
  font-size: 16px;
  font-weight: 700;
}

.c-emFilter__formContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.c-emFilter__formLegend {
  font-size: 16px;
  font-weight: 700;
}

.c-emFilter__formWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.c-emFilter__formLabel {
  display: block;
}
.c-emFilter__formLabel input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px; /* ボックスモデルの崩れを防ぐため */
  overflow: hidden; /* コンテンツがはみ出さないようにする */
  clip: rect(0, 0, 0, 0); /* 非推奨だが依然として広く使われている */
  white-space: nowrap; /* テキストの折り返しを防ぐ */
  border: 0;
}
.c-emFilter__formLabel input[type=checkbox]:checked + span {
  color: #ff7600;
  background-color: #fdf5ee;
  border-color: currentColor;
}
.c-emFilter__formLabel span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-color: #f3f3f3;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 10px;
}

.c-emFilter__formButtonWrap {
  margin-top: 174px;
  text-align: center;
}

.c-emFilter__formButtonInfo {
  font-size: 12px;
  font-weight: 500;
}
.c-emFilter__formButtonInfo span {
  font-size: 16px;
  font-weight: 700;
  color: #ff7600;
}

.c-emFilter__formButton {
  margin-top: 8px;
}
.c-emFilter__formButton:disabled {
  cursor: auto;
}

/* PC時 サイドバー */
.c-emSidebar__heading.m-blog {
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
  background-color: #fdf5ee;
  border-bottom: 3px solid #fe9700;
}
.c-emSidebar__heading.m-feature {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  border-block: 2px solid #0c9ed1;
}
.c-emSidebar__heading.m-feature::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 2px;
  height: calc(100% + 12px);
  background: #0c9ed1;
}
.c-emSidebar__heading.m-feature::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  height: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0c9ed1;
}
.c-emSidebar__heading.m-campaign {
  position: relative;
  padding: 6px;
  background-color: #e7174d;
}
.c-emSidebar__heading.m-campaign span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 5px 9px;
  color: #fff;
  border: 1px solid currentColor;
}

.c-emSidebar__news {
  display: none;
}
@media screen and (min-width: 801px) {
  .c-emSidebar__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
  }
}

.c-emSidebar__newsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-blog .c-emSidebar__newsLink:not(:first-of-type) {
  border-top: 1px solid #d2d2d2;
}
.m-feature .c-emSidebar__newsLink:not(:first-of-type) {
  border-top: 2px dotted #0c9ed1;
}
.m-campaign .c-emSidebar__newsLink:not(:first-of-type) {
  border-top: 1px dashed #e7174d;
}
.c-emSidebar__newsLink:hover {
  color: currentColor;
  opacity: 0.7;
}

.c-emSidebar__newsTime {
  font-size: 14px;
  font-weight: 700;
  color: #828282;
}

.c-emSidebar__newsText {
  font-size: 16px;
  line-height: 500;
  line-height: 1.6;
  margin-top: 4px;
}

.c-emSidebar__article {
  display: none;
}
@media screen and (min-width: 801px) {
  .c-emSidebar__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}

.c-emSidebar__articleLink {
  display: block;
}

.c-emSidebar__articleFigure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.c-emSidebar__articleImg {
  width: 130px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-emSidebar__articleImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-emSidebar__articleFigcaption {
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-emSidebar__banner {
  display: none;
}
@media screen and (min-width: 801px) {
  .c-emSidebar__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 32px;
  }
  .c-emSidebar__banner a {
    display: block;
    width: 100%;
  }
  .c-emSidebar__banner a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 310/109;
  }
}

.c-emSidebar__login {
  padding-block: 11px;
  background-color: #f3f3f3;
}

.c-emSidebar__loginName {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #828282;
  padding-block: 8px;
  padding-right: 12px;
  padding-left: 64px;
}
.c-emSidebar__loginName::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_user.png) no-repeat center center/cover;
}
.c-emSidebar__loginName::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 44px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_footprint.png) no-repeat center center/cover;
}

.c-emSidebar__search {
  padding: 16px 12px;
  background-color: #f3f3f3;
}

.c-emSidebar__searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 13px 8px 13px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  background-color: #fff;
}
.c-emSidebar__searchBox input {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-emSidebar__searchBox button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-left: 5px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-emSidebar__searchCategorySection {
  margin-top: 16px;
}
.c-emSidebar__searchCategorySection + .c-emSidebar__searchCategorySection {
  margin-top: 24px;
}

.c-emSidebar__searchCategoryHeading {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  background-color: #fdf5ee;
  border-bottom: 3px solid #fe9700;
  padding: 11px 12px 11px 52px;
}
.c-emSidebar__searchCategoryHeading.m-type::before {
  width: 32px;
  height: 18px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_bus.svg) no-repeat center center/cover;
}
.c-emSidebar__searchCategoryHeading.m-theme::before {
  width: 32px;
  height: 27px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_theme.svg) no-repeat center center/cover;
}
.c-emSidebar__searchCategoryHeading.m-preference::before {
  width: 32px;
  height: 25px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_preference.svg) no-repeat center center/cover;
}
.c-emSidebar__searchCategoryHeading.m-time::before {
  width: 32px;
  height: 22px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_time.svg) no-repeat center center/cover;
}
.c-emSidebar__searchCategoryHeading.m-budget::before {
  width: 32px;
  height: 25px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_money.svg) no-repeat center center/cover;
}
.c-emSidebar__searchCategoryHeading.m-menu::before {
  width: 32px;
  height: 29px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_menu.svg) no-repeat center center/cover;
}
.c-emSidebar__searchCategoryHeading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 27px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_area.svg) no-repeat center center/cover;
}

.c-search__area--location {
  background-color: #FDFBF0;
  position: relative;
  display: block;
  padding: 12px 38px 12px 12px;
}
.c-emSidebar__searchCategoryItem {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px dashed #d2d2d2;
}

.c-emSidebar__searchCategoryLink {
  position: relative;
  display: block;
  padding: 12px 38px 12px 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-emSidebar__searchCategoryLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineRight.svg) no-repeat center center/cover;
}

.c-emSidebar__searchCategoryItemHeading {
  position: relative;
  display: block;
  padding: 12px 38px 12px 12px;
  cursor: pointer;
}
.c-emSidebar__searchCategoryItemHeading span {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.c-emSidebar__searchCategoryItemHeading::before, .c-emSidebar__searchCategoryItemHeading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: #ff7600;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-emSidebar__searchCategoryItemHeading::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-emSidebar__searchCategoryItemHeading.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.c-emSidebar__searchCategoryChildList {
  display: none;
  background-color: #fdfaee;
}

.c-emSidebar__searchCategoryChildItem {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px dashed #d2d2d2;
}

.c-emSidebar__searchCategoryChildLink {
  position: relative;
  display: block;
  padding: 12px 38px 12px 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-emSidebar__searchCategoryChildLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineRight.svg) no-repeat center center/cover;
}

/* ページネーション */
.p-emPagination {
  padding-block: 20px;
}

.p-emPagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.p-emPagination__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-emExperiences__link {
  display: block;
}
.p-emExperiences__link::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}
.p-emExperiences__link.m-first::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_prevDoubleArrow.svg) no-repeat center center;
}
.p-emExperiences__link.m-prev::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_prevArrow.svg) no-repeat center center;
}
.p-emExperiences__link.m-next::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_nextArrow.svg) no-repeat center center;
}
.p-emExperiences__link.m-last::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_nextDoubleArrow.svg) no-repeat center center;
}

body.no-scroll {
  overflow-y: scroll; /* スクロールバーが消えることによるガタツキ防止 */
  position: fixed; /* bodyをビューポートに固定 */
  left: 0;
  width: 100%;
}

/* header */
.c-emHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 10000;
}
@media screen and (min-width: 1201px) {
  .c-emHeader {
    height: 66px;
  }
}

.c-emHeader__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__inner {
    gap: 24px;
  }
}

.c-emHeader__logo {
  width: 134px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.c-emHeader__logoLink {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-emHeader__logoLink:hover {
  opacity: 0.7;
}
.c-emHeader__logoLink img:hover {
  opacity: 1;
}

.c-emHeader__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__container {
    margin-left: 24px;
  }
}

.c-emHeader__spNav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__spNav {
    display: none;
  }
}
.c-emHeader__spNav.is-open {
  opacity: 0;
  visibility: hidden;
}
.c-emHeader__spNav.is-open-search .c-emHeader__spNavItem:not(:first-of-type) {
  display: none;
}

.c-emHeader__spNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-emHeader__navPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 83px;
  padding: 6px;
  color: #333;
  border: 1px solid currentColor;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 0 currentColor;
          box-shadow: 0 2px 0 currentColor;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-emHeader__navPrice:hover {
  opacity: 0.7;
}
.c-emHeader__navPrice img {
  display: block;
  width: 16px;
  height: 16px;
}
.c-emHeader__navPrice span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-left: 7px;
  color: currentColor;
}

.c-emHeader__spNavSearch {
  display: block;
  width: 30px;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-emHeader__spNavSearch img {
  width: 100%;
}

.c-emHeader__spNavUser {
  display: block;
  width: 30px;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-emHeader__spNavUser img {
  width: 100%;
}

.c-emHeader__hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  z-index: 10000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__hamburger {
    display: none;
  }
}
.c-emHeader__hamburger.is-open .c-emHeader__hamburgerBar:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(45deg);
          transform: translateY(8.5px) rotate(45deg);
}
.c-emHeader__hamburger.is-open .c-emHeader__hamburgerBar:nth-child(2) {
  opacity: 0;
}
.c-emHeader__hamburger.is-open .c-emHeader__hamburgerBar:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(-45deg);
          transform: translateY(-8.5px) rotate(-45deg);
}

.c-emHeader__hamburgerBar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-radius: 20px;
}

.c-emHeader__searchMenu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100svh - 50px);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-x: visible;
  overflow-y: auto;
  z-index: 9999;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchMenu {
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 600px;
    border-radius: 10px;
  }
}
.c-emHeader__searchMenu.is-open {
  opacity: 1;
  visibility: visible;
}

.c-emHeader__searchMenuHead {
  display: none;
  position: sticky;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchMenuHead {
    display: block;
  }
}

.c-emHeader__searchMenuClose {
  position: absolute;
  bottom: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.c-emHeader__searchMenuCloseBar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #828282;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-radius: 20px;
}
.c-emHeader__searchMenuCloseBar:nth-child(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-emHeader__searchMenuCloseBar:nth-child(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-emHeader__searchMenuContainer {
  position: relative;
}

.js-suggest-hidden {
  display: block;
}
.js-suggest-hidden.is-active {
  display: none;
}

.c-emHeader__searchMenuTopContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchMenuTopContainer {
    gap: 40px;
    padding: 0 40px 40px;
  }
}

.c-emHeader__searchMenuExperience {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  background-color: #fff;
  padding: 21px 16px;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchMenuExperience {
    top: 40px;
    padding: 0 40px 40px;
  }
}

.c-emHeader__searchMenuHeading {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1201px) {
  .c-emHeader__searchMenuExperienceSearch {
    width: 100%;
  }
}

.c-emHeader__searchMenuSuggest {
  display: none;
  padding-inline: 16px;
}
.c-emHeader__searchMenuSuggest.is-active {
  display: block;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchMenuSuggest {
    padding-inline: 40px;
  }
}

.c-emHeader__searchMenuSuggestList {
  padding-block: 0 24px;
  border-bottom: 1px solid #d2d2d2;
}

.c-emHeader__searchMenuSuggestItem {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-left: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-emHeader__searchMenuSuggestItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_search-mono.svg) no-repeat center center/100% auto;
}
.c-emHeader__searchMenuSuggestItem span {
  color: #ff3200;
}

.c-emHeader__searchMenuSuggestResultList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-block: 16px;
}

.c-emHeader__searchMenuSuggestResultLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.c-emHeader__searchMenuSuggestResultImg {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-emHeader__searchMenuSuggestResultImg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-emHeader__searchMenuSuggestResultContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3px;
}

.c-emHeader__searchMenuSuggestResultTitle {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}
.c-emHeader__searchMenuSuggestResultTitle span {
  color: #ff3200;
}

.c-emHeader__searchMenuSuggestResultWrap {
  margin-top: 3px;
}

.c-emHeader__searchMenuSuggestResultArea {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #828282;
  padding-left: 12px;
}
.c-emHeader__searchMenuSuggestResultArea::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_position.svg) no-repeat center center/contain;
}
.c-emHeader__searchDetails {
  display: none;
}
.c-emHeader__searchDetails.is-active {
  display: block;
}
.c-emHeader__searchDetails .c-emHeader__searchSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 初期値の display: list-item 以外を指定したので、デフォルトの三角形アイコンは非表示になる */
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.c-emHeader__searchDetails .c-emHeader__searchSummary img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-emHeader__searchDetails[open] img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-emHeader__searchDetails .c-emHeader__searchSummaryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 4px;
  margin-top: 16px;
}
.c-emHeader__searchDetails .c-emHeader__searchSummaryContent button {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  padding: 10px;
  border-radius: 30px;
  background-color: #f3f3f3;
}

.c-emHeader__pcNav {
  display: none;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__pcNav {
    display: block;
  }
}

.c-emHeader__pcNavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.c-emHeader__pcNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.c-emHeader__pcNavItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
}

.c-emHeader__pcNavLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  background: #ff7600;
  border: 2px solid #ff7600;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.c-emHeader__pcNavLogin svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.c-emHeader__pcNavLogin:hover {
  color: #ff7600;
  background-color: #fff;
}
.c-emHeader__pcNavLogin:hover svg {
  fill: #ff7600;
}

.c-emHeader__pcNavSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.c-emHeader__pcNavSearchCountry select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  width: 150px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  background-image: url(https://assets.pandabus.com/assets/user/image/ico_chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px;
  padding-right: 35px;
}

.c-emHeader__pcNavSearchKeyword button {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #828282;
  width: 183px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-emHeader__pcNavSearchKeyword button::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_search.svg) no-repeat center center/100% auto;
}
.c-emHeader__pcNavSearchKeyword button:hover {
  opacity: 0.7;
}

.c-emHeader__pcNavTel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-emHeader__pcNavTel span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.c-emHeader__pcNavTel span:last-of-type {
  font-size: 16px;
  color: #ff3200;
}

.c-emHeader__pcNavExchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 38px;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
}
.c-emHeader__pcNavExchange img {
  display: block;
  width: 16px;
}
.c-emHeader__pcNavExchange span {
  display: block;
  font-size: 10px;
  font-weight: 700;
}

.c-emHeader__searchTab {
  padding: 0 16px 37px;
  background-color: #fdf5ee;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchTab {
    padding: 0 40px 37px;
  }
}

.c-emHeader__searchTabMenu {
  position: sticky;
  top: 122px;
  width: 100%;
  padding: 32px 16px 24px;
  background-color: #fdf5ee;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchTabMenu {
    top: 160px;
    padding: 32px 40px 24px;
  }
}

.c-emHeader__searchTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  /* ブラウザ標準のスクロールバーを削除 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 1201px) {
  .c-emHeader__searchTabList {
    padding: 0;
    margin: 0;
  }
}
.c-emHeader__searchTabList::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.c-emHeader__searchTabItem {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 12px;
  padding-bottom: 18px;
  cursor: pointer;
}
.c-emHeader__searchTabItem::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d2d2d2;
}
.c-emHeader__searchTabItem:first-child::before {
  border-radius: 10px 0 0 10px;
}
.c-emHeader__searchTabItem:last-child::before {
  border-radius: 0 10px 10px 0;
}
.c-emHeader__searchTabItem.is-active {
  font-weight: 700;
}
.c-emHeader__searchTabItem.is-active::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #ff7600;
}

.c-emHeader__searchTabPanelContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
}

.c-emHeader__searchTabPanelCards {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px 10px;
  width: clamp(288px, 76.8vw, 520px);
  max-width: 100%;
  counter-reset: searchRanking 0;
  overflow: hidden;
  scroll-snap-align: start;
}

.c-emHeader__searchTabPanelCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 10px;
}
.c-emHeader__searchTabPanelCard:not(:first-child) {
  border-top: 1px solid #d2d2d2;
}

.c-emHeader__searchTabPanelImg {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.c-emHeader__searchTabPanelImg.m-ranking::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_ranking.svg) no-repeat center/cover;
  z-index: 2;
}
.c-emHeader__searchTabPanelImg.m-ranking::after {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: searchRanking 1;
  content: counter(searchRanking) "";
  font-size: 11px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 18px;
  height: 20px;
  z-index: 3;
  color: #fff;
}
@media screen and (min-width: 801px) {
  .c-emHeader__searchTabPanelImg.m-ranking::after {
    font-size: 13px;
  }
}
.c-emHeader__searchTabPanelImg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-emHeader__searchTabPanelContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 3px;
}

.c-emHeader__searchTabPanelTitle {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ここで2行に制限 */
  overflow: hidden;
}

.c-emHeader__searchTabPanelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-emHeader__searchTabPanelArea {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #828282;
  padding-left: 12px;
}
.c-emHeader__searchTabPanelArea::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_position.svg) no-repeat center center/contain;
}

.c-emHeader__searchTabPanelPrice {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ff3200;
  margin-left: auto;
}

.c-emHeader__login {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100svh - 50px);
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: auto;
}
.c-emHeader__login.is-open {
  opacity: 1;
  visibility: visible;
}

.c-emHeader__loginHeading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.c-emHeader__loginForm {
  padding-block: 16px 32px;
}

.c-emHeader__loginIput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.c-emHeader__loginIput:not(:first-of-type) {
  margin-top: 24px;
}
.c-emHeader__loginIput label {
  font-size: 13px;
  font-weight: 700;
}
.c-emHeader__loginIput input {
  font-size: 15px;
  font-weight: 500;
  padding: 12px;
  border-radius: 5px;
}
.c-emHeader__loginIput input::-webkit-input-placeholder {
  color: #828282;
}
.c-emHeader__loginIput input::-moz-placeholder {
  color: #828282;
}
.c-emHeader__loginIput input:-ms-input-placeholder {
  color: #828282;
}
.c-emHeader__loginIput input::-ms-input-placeholder {
  color: #828282;
}
.c-emHeader__loginIput input::placeholder {
  color: #828282;
}

.c-emHeader__loginLink {
  text-align: right;
  margin-top: 8px;
}
.c-emHeader__loginLink a {
  font-size: 14px;
  font-weight: 500;
  color: #ff7600;
}

.c-emHeader__loginButton {
  margin-top: 24px;
}

.c-emHeader__loginRegister {
  padding-block: 32px;
  border-top: 1px solid #d2d2d2;
}

.c-emHeader__loginRegisterButton a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ff7600;
  padding: 12px;
  border: 1px solid #ff7600;
  border-radius: 30px;
  text-align: center;
  max-width: 343px;
  margin-inline: auto;
}

.c-emHeader__loginRegisterText {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
}

.c-emHeader__loginSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  max-width: 375px;
  margin-inline: auto;
}

.c-emHeader__loginSocialButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 1px solid #ccc;
}

.c-emHeader__loginSocialImg {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: transparent;
  width: 82px;
  height: inherit;
}
.c-emHeader__loginSocialImg.m-yahoo {
  background-color: #ff0033;
}
.c-emHeader__loginSocialImg.m-facebook {
  background-color: #385c8e;
}

.c-emHeader__loginSocialText {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: inherit;
  font-size: 18px;
  font-weight: 500;
}

.c-emHeader__loginInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.c-emHeader__loginInner, .c-em__LoginInner {
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}

.c-em__LoginInner {
  padding: 70px 30px;
}

.login__error {
    box-sizing: border-box;
    color: #e00;
    font-size: 16px;
    margin: 0 auto 5px;
    padding: 5px;
    text-align: center;
}

.login__backbutton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  z-index: 10000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
}

.login__backbutton .login__backbuttonBar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.login__backbutton .login__backbuttonBar:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.login__backbuttonBar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-radius: 20px;
}

/* SP時 ハンバーガーメニュー押下時 */
.c-emHeader__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}
.c-emHeader__overlay.is-open {
  display: block;
}

.c-emHeader__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 85.3333333333%;
  height: 100svh;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: auto;
}
.c-emHeader__drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.c-emHeader__drawerInner {
  padding-block: 46px;
}

.c-emHeader__drawerLink {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  padding-block: 16px;
}
.c-emHeader__drawerLink::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
}
.c-emHeader__drawerLink::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 12px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineRight.svg) no-repeat center center/cover;
}
.c-emHeader__drawerLink.m-beginner::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_mono-beginner.svg) no-repeat center center/cover;
}
.c-emHeader__drawerLink.m-history::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_mono-history.svg) no-repeat center center/cover;
}
.c-emHeader__drawerLink.m-panda::before {
  background: url(https://assets.pandabus.com/assets/user/image/ico_panda.svg) no-repeat center center/cover;
}

.c-emHeader__drawerContainer {
  margin-top: 8px;
  border-top: 1px solid #d2d2d2;
  padding-block: 24px;
}

.c-emHeader__drawerHeading {
  font-size: 15px;
  font-weight: 500;
}

.c-emHeader__drawerTel {
  display: block;
  font-weight: 15;
  font-weight: 700;
  color: #ff7600;
  padding: 12px;
  border: 1px solid #ff7600;
  border-radius: 30px;
  text-align: center;
  max-width: 343px;
  margin-inline: auto;
}

.p-emTopCategory__mainVisualInner {
  height: inherit;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__mainVisualInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px;
  }
}

.p-emTopCategory__mainVisualHeading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.p-emTopCategory__mainVisualContent {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-emTopCategory__mainVisualBgImg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-emTopCategory__mainVisualBgImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/230;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__mainVisualBgImg img {
    aspect-ratio: 1440/303;
  }
}

.p-emTopCategory__mainVisualContainer {
  display: contents;
  min-width: 343px;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__mainVisualContainer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    min-width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-emTopCategory__mainVisualHeadingImg {
  position: absolute;
  top: 20px;
  left: 16px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__mainVisualHeadingImg {
    position: static;
  }
}
.p-emTopCategory__mainVisualHeadingImg img {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__mainVisualHeadingImg img {
    width: 100%;
    max-width: 600px;
  }
}

.p-emTopCategory__mainVisualSearch {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  padding-inline: 16px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__mainVisualSearch {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-emTopCategory__mainVisualSearchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  height: 48px;
  padding: 10px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  background-color: #fff;
}
.p-emTopCategory__mainVisualSearchWrap input {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 残りのスペースを全て占める */
  height: 100%;
  border: none;
  background: none;
  outline: none; /* フォーカス時のアウトラインを消す */
  /* ✗マーク非表示対応 */
}
.p-emTopCategory__mainVisualSearchWrap input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}
.p-emTopCategory__mainVisualSearchWrap input::-webkit-input-placeholder {
  color: #828282;
}
.p-emTopCategory__mainVisualSearchWrap input::-moz-placeholder {
  color: #828282;
}
.p-emTopCategory__mainVisualSearchWrap input:-ms-input-placeholder {
  color: #828282;
}
.p-emTopCategory__mainVisualSearchWrap input::-ms-input-placeholder {
  color: #828282;
}
.p-emTopCategory__mainVisualSearchWrap input::placeholder {
  color: #828282;
}
.p-emTopCategory__mainVisualSearchWrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 縮まないようにする */
}

.p-emTopCategory__category {
  padding-block: 22px 20px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__category {
    padding-block: 40px;
  }
}

.p-emTopCategory__categoryContainer {
  padding-bottom: 16px;
  margin-right: calc(50% - 50vw);
  /*　スクロールバーのツマミ部分の色を変えたい時　*/
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__categoryContainer {
    margin-right: 0;
  }
}
.p-emTopCategory__categoryContainer .simplebar-track.simplebar-horizontal {
  width: 55px;
  height: 4px;
  margin-inline: auto;
  background-color: #d2d2d2;
  border-radius: 10px;
}
.p-emTopCategory__categoryContainer .simplebar-scrollbar {
  height: 4px;
  background: #ff7600;
  border-radius: 10px;
}

.p-emTopCategory__categoryList {
  display: -ms-grid;
  display: grid;
  gap: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__categoryList {
    gap: 29px 22px;
    margin-inline: auto;
    padding-bottom: 0;
  }
}
.p-emTopCategory__categoryList.m-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.p-emTopCategory__categoryList.m-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.p-emTopCategory__categoryList.m-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p-emTopCategory__categoryList.m-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.p-emTopCategory__categoryList.m-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.p-emTopCategory__categoryList.m-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.p-emTopCategory__categoryList.m-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.p-emTopCategory__categoryList.m-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
.p-emTopCategory__categoryList.m-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
.p-emTopCategory__categoryList.m-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 800px) {
  .p-emTopCategory__categoryList.m-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .p-emTopCategory__categoryList.m-9 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .p-emTopCategory__categoryList.m-10 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-emTopCategory__categoryList.m-11 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.p-emTopCategory__categoryList.m-12 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.p-emTopCategory__categoryList.m-13 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.p-emTopCategory__categoryList.m-14 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.p-emTopCategory__categoryList.m-15 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
.p-emTopCategory__categoryList.m-16 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
.p-emTopCategory__categoryList.m-17 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
.p-emTopCategory__categoryList.m-18 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
.p-emTopCategory__categoryList.m-19 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
.p-emTopCategory__categoryList.m-20 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}

.p-emTopCategory__categoryItem {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  border-radius: 5px;
}
.p-emTopCategory__categoryItem.m-hot {
  background-color: #ffe9d4;
}
.p-emTopCategory__categoryItem.m-hot::before {
  display: inline-block;
  content: "HOT";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 1px 4px;
  color: #fff;
  border-radius: 5px 0 2px 0;
  background-color: #ff7600;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__categoryItem.m-hot::before {
    line-height: 1.4;
    padding: 3px 4px;
  }
}

.p-emTopCategory__categoryItemWrapper {
  /* 1行目を占有しないように2行目から配置 */
  grid-column: 1/-1; /* 全ての列を占有 (1列目から最終列まで) */
  -ms-grid-row: 2;
  grid-row: 2; /* 2行目に配置 */
  /* ラッパー内でFlexboxを使ってアイテムを配置し、中央寄せにする */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央寄せ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* アイテムが収まらない場合は折り返し */
  gap: 10px; /* アイテム間の隙間（親グリッドのgapと合わせる） */
}

.p-emTopCategory__categoryLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 85px;
  padding: 8px 2px 9px;
  cursor: pointer;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__categoryLink {
    height: 100px;
    padding: 8px 4px 6px;
  }
}
.p-emTopCategory__categoryLink img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__categoryLink img {
    width: 62px;
  }
}
.p-emTopCategory__categoryLink img:hover {
  opacity: 1;
}
.p-emTopCategory__categoryLink div {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-emTopCategory__categoryLink div:hover {
  color: currentColor;
}
.p-emTopCategory__categoryLink:hover {
  opacity: 0.8;
  color: #333;
}

/* タイの売れ筋ランキング */
.p-emTopCategory__ranking {
  padding-top: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 0, 0.2)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(rgba(255, 118, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__ranking {
    padding-block: 40px 75px;
    background: #fdf5ee;
  }
}

.p-emTopCategory__rankingHeading {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__rankingHeading {
    font-size: 25px;
  }
}

.p-emTopCategory__rankingContainer {
  position: relative;
  padding-right: 16px;
  margin-top: 14px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__rankingContainer {
    overflow: visible;
    margin-top: 16px;
    margin-right: auto;
    padding-right: 0;
  }
}

.p-emTopCategory__rankingCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-reset: ranking 0;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__rankingCards {
    width: 100%;
    margin-inline: auto;
  }
}

.p-emTopCategory__rankingCard {
  position: relative;
  width: 200px;
  max-width: 100%;
  z-index: 1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__rankingCard {
    width: 210px;
  }
}
.p-emTopCategory__rankingCard::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 30px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_ranking.svg) no-repeat center/cover;
  z-index: 2;
}
.p-emTopCategory__rankingCard::after {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ranking 1;
  content: counter(ranking) "";
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 28px;
  height: 30px;
  z-index: 3;
  color: #fff;
}

.p-emTopCategory__rankingLink {
  display: block;
}

.p-emTopCategory__rankingImg {
  position: relative;
  display: block;
}
.p-emTopCategory__rankingImg img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 5px 5px 5px;
}
.p-emTopCategory__rankingImg figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 103, 103, 0.1)), to(rgba(1, 1, 1, 0.9)));
  background: linear-gradient(rgba(103, 103, 103, 0.1) 0%, rgba(1, 1, 1, 0.9) 100%);
  color: #fff;
  padding: 16px 10px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* ここで3行に制限 */
  overflow: hidden;
}

.p-emTopCategory__rankingTitle {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}

/* 特集・キャンペーン */
.p-emTopCategory__feature {
  position: relative;
  padding-top: 20px;
  margin-top: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__feature {
    padding-top: 24px;
    margin-top: 50px;
  }
}
.p-emTopCategory__feature::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 80px;
  background: url(https://assets.pandabus.com/assets/user/image/bg_pink-sp.png) no-repeat left top/100% auto;
  margin-inline: auto;
  z-index: -1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__feature::before {
    max-width: 1200px;
    height: 100px;
    background: url(https://assets.pandabus.com/assets/user/image/bg_pink-pc.png) no-repeat left top/100% auto;
  }
}

.p-emTopCategory__featureHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 22px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__featureHeading {
    font-size: 20px;
  }
}
.p-emTopCategory__featureHeading::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_bell.svg) no-repeat center center/cover;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__featureHeading::before {
    width: 22px;
    height: 22px;
  }
}

.p-emTopCategory__featureContainer {
  position: relative;
  margin-top: 20px;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__featureContainer {
    margin-top: 16px;
    padding-right: 0;
    margin-right: 0;
    overflow: visible;
  }
}

.p-emTopCategory__featureCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__featureCards {
    width: 100%;
    margin-inline: auto;
  }
}

.p-emTopCategory__featureCard {
  width: 296px;
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__featureCard {
    width: 360px;
  }
}

.p-emTopCategory__featureLink {
  display: block;
  height: auto;
}
.p-emTopCategory__featureLink img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 人気の行き先 */
.p-emTopCategory__popularSpot {
  position: relative;
  margin-top: 32px;
  padding-top: 20px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpot {
    padding-top: 24px;
    margin-top: 40px;
  }
}
.p-emTopCategory__popularSpot::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 80px;
  background: url(https://assets.pandabus.com/assets/user/image/bg_orange-sp.png) no-repeat left top/100% auto;
  margin-inline: auto;
  z-index: -1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpot::before {
    max-width: 1200px;
    height: 100px;
    background: url(https://assets.pandabus.com/assets/user/image/bg_orange-pc.png) no-repeat left top/100% auto;
  }
}

.p-emTopCategory__popularSpotHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 22px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpotHeading {
    font-size: 20px;
  }
}
.p-emTopCategory__popularSpotHeading::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_spot.svg) no-repeat center center/cover;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpotHeading::before {
    width: 22px;
    height: 22px;
  }
}

.p-emTopCategory__popularSpotContainer {
  position: relative;
  margin-top: 20px;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpotContainer {
    overflow: visible;
    margin-top: 16px;
    margin-right: auto;
    padding-right: 0;
  }
}

.p-emTopCategory__popularSpotCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpotCards {
    width: 100%;
    margin-inline: auto;
  }
}

.p-emTopCategory__popularSpotLink {
  display: block;
}

.p-emTopCategory__popularSpotImg {
  position: relative;
  display: block;
  width: 145px;
  height: 145px;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__popularSpotImg {
    width: auto;
  }
}
.p-emTopCategory__popularSpotImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-emTopCategory__popularSpotImg figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 103, 103, 0.1)), to(rgba(1, 1, 1, 0.9)));
  background: linear-gradient(rgba(103, 103, 103, 0.1) 0%, rgba(1, 1, 1, 0.9) 100%);
  color: #fff;
  padding: 21px 8px 5px;
  border-radius: 0 0 5px 5px;
}

/* 人気のアクティビティ */
.p-emTopCategory__activity {
  position: relative;
  padding-top: 20px;
  margin-top: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__activity {
    padding-top: 24px;
    margin-top: 40px;
  }
}
.p-emTopCategory__activity::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 80px;
  background: url(https://assets.pandabus.com/assets/user/image/bg_orange-sp.png) no-repeat left top/100% auto;
  margin-inline: auto;
  z-index: -1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__activity::before {
    max-width: 1200px;
    height: 100px;
    background: url(https://assets.pandabus.com/assets/user/image/bg_orange-pc.png) no-repeat left top/100% auto;
  }
}

.p-emTopCategory__activityHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emTopCategory__activityHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 22px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__activityHeading {
    font-size: 20px;
  }
}
.p-emTopCategory__activityHeading::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_star.svg) no-repeat center center/cover;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__activityHeading::before {
    width: 22px;
    height: 22px;
  }
}

.p-emTopCategory__activityContainer {
  position: relative;
  margin-top: 20px;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__activityContainer {
    overflow: visible;
    margin-top: 16px;
    margin-right: auto;
    padding-right: 0;
  }
}

.p-emTopCategory__activityCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__activityCards {
    width: 100%;
  }
}

/* 新着ツアー */
.p-emTopCategory__tour {
  position: relative;
  padding-top: 20px;
  margin-top: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__tour {
    padding-top: 24px;
    margin-top: 40px;
  }
}
.p-emTopCategory__tour::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 80px;
  background: url(https://assets.pandabus.com/assets/user/image/bg_orange-sp.png) no-repeat left top/100% auto;
  margin-inline: auto;
  z-index: -1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__tour::before {
    max-width: 1200px;
    height: 100px;
    background: url(https://assets.pandabus.com/assets/user/image/bg_orange-pc.png) no-repeat left top/100% auto;
  }
}

.p-emTopCategory__tourHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emTopCategory__tourHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 22px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__tourHeading {
    font-size: 20px;
  }
}
.p-emTopCategory__tourHeading::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_tour.svg) no-repeat center center/cover;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__tourHeading::before {
    width: 22px;
    height: 22px;
  }
}

.p-emTopCategory__tourContainer {
  position: relative;
  margin-top: 20px;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__tourContainer {
    overflow: visible;
    margin-top: 16px;
    margin-right: auto;
    padding-right: 0;
  }
}

.p-emTopCategory__tourCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__tourCards {
    width: 100%;
  }
}

.p-emTopCategory__tourCardLink {
  display: block;
}

.p-emTopCategory__tourCardFigure {
  position: relative;
}

.p-emTopCategory__tourCardFigcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 103, 103, 0.1)), to(rgba(1, 1, 1, 0.9)));
  background: linear-gradient(rgba(103, 103, 103, 0.1) 0%, rgba(1, 1, 1, 0.9) 100%);
  color: #fff;
  padding: 16px 10px 3px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
}

.p-emTopCategory__tourCardContent {
  margin-top: 8px;
}

.p-emTopCategory__tourCardTitle {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}

.p-emTopCategory__pickup {
  padding-block: 30px;
  border-top: 4px solid transparent; /* ボーダーの太さを定義 */
  -o-border-image: linear-gradient(to right, #ff2e00, #fd9600) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#ff2e00), to(#fd9600)) 1;
     border-image: linear-gradient(to right, #ff2e00, #fd9600) 1;
  background-color: #fdf5ee;
  margin-top: 40px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickup {
    padding-block: 25px 60px;
    margin-top: 50px;
  }
}

.p-emTopCategory__pickupHeading {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-emTopCategory__pickupHeading span {
  font-size: 29px;
}

.p-emTopCategory__pickupText {
  font-size: 14px;
  font-weight: 700;
}

.p-emTopCategory__pickupForm {
  margin-top: 18px;
}

.p-emTopCategory__pickupFormWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 343px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupFormWrapper {
    max-width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupFormWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-emTopCategory__pickupFormWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emTopCategory__pickupFormLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}

.p-emTopCategory__pickupFormInputDeparture {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 293px;
}
.p-emTopCategory__pickupFormInputDeparture select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  width: 293px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  background-image: url(https://assets.pandabus.com/assets/user/image/ico_chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px;
  padding-right: 35px;
}

.p-emTopCategory__pickupFormFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupFormFlex {
    margin-top: 0;
  }
}

.p-emTopCategory__pickupFormInput {
  width: 160px;
  font-weight: 500;
}
.p-emTopCategory__pickupFormInput input[type=date] {
  color: #000;
  font-family: inherit;
  font-weight: inherit;
}

.p-emTopCategory__pickupFormButton button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 167px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-emTopCategory__pickupFormText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupFormText {
    margin-top: 16px;
  }
}
.p-emTopCategory__pickupFormText span {
  font-size: 20px;
  font-weight: 700;
}

.p-emTopCategory__pickupCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(168px, 1fr) 7px minmax(168px, 1fr);
  grid-template-columns: repeat(2, minmax(168px, 1fr));
  gap: 16px 7px;
  margin-top: 8px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCards {
    gap: 32px 16px;
    -ms-grid-columns: minmax(168px, 1fr) 16px minmax(168px, 1fr) 16px minmax(168px, 1fr);
    grid-template-columns: repeat(3, minmax(168px, 1fr));
    margin-top: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .p-emTopCategory__pickupCards {
    -ms-grid-columns: (minmax(168px, 1fr))[4];
    grid-template-columns: repeat(4, minmax(168px, 1fr));
  }
}

.p-emTopCategory__pickupCard {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 6;
  grid-row: span 6;
  gap: 0;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCard {
    padding-bottom: 16px;
  }
}
.p-emTopCategory__pickupCard :is(.p-emTopCategory__pickupCardTags, .p-emTopCategory__pickupCardTitle, .p-emTopCategory__pickupCardPrice, .p-emTopCategory__pickupCardReview) {
  padding-inline: 10px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCard :is(.p-emTopCategory__pickupCardTags, .p-emTopCategory__pickupCardTitle, .p-emTopCategory__pickupCardPrice, .p-emTopCategory__pickupCardReview) {
    padding-inline: 16px;
  }
}

.p-emTopCategory__pickupCardImg {
  display: block;
}
.p-emTopCategory__pickupCardImg img {
  width: 100%;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardImg img {
    height: 151px;
  }
}

.p-emTopCategory__pickupCardTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px 2px;
  padding-top: 7px;
}

.p-emTopCategory__pickupCardTag {
  font-size: 8px;
  padding: 1px 3px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardTag {
    font-size: 11px;
    padding: 1px 4px;
  }
}

.p-emTopCategory__pickupCardTitle {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardTitle {
    margin-top: 8px;
  }
}

.p-emTopCategory__pickupCardPrice {
  font-size: 15px;
  font-weight: 700;
  color: #ff3200;
  margin-top: 5px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardPrice {
    margin-top: 3px;
  }
}

.p-emTopCategory__pickupCardReserved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  background-color: #f3f3f3;
  margin-top: 3px;
  margin-inline: 10px;
  padding: 2px 2px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardReserved {
    font-size: 12px;
    margin-top: 4px;
    margin-inline: 16px;
  }
}
.p-emTopCategory__pickupCardReserved span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardReserved span {
    font-size: 16px;
  }
}

.p-emTopCategory__pickupCardReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-top: 3px;
}

.p-emTopCategory__pickupCardStar {
  width: 69px;
  height: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardStar {
    width: 92px;
  }
}
.p-emTopCategory__pickupCardStar img {
  width: 100%;
  height: auto;
}

.p-emTopCategory__pickupCardAverage {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardAverage {
    font-size: 14px;
  }
}
.p-emTopCategory__pickupCardAverage span {
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__pickupCardAverage span {
    font-size: 16px;
  }
}

.p-emTopCategory__pickupButton {
  text-align: center;
  margin-top: 32px;
}

.p-emTopCategory__story {
  padding-block: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__story {
    padding-block: 40px 75px;
  }
}

.p-emTopCategory__storyHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emTopCategory__storyBody {
  position: relative;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  margin-top: 14px;
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__storyBody {
    overflow: visible;
    padding-right: 0;
    margin-right: auto;
  }
}

.p-emTopCategory__storyCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__storyCards {
    width: 100%;
  }
}

.p-emTopCategory__article {
  background: #f3f3f3;
  padding-block: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__article {
    padding-block: 32px 75px;
  }
}

.p-emTopCategory__articleHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emTopCategory__articleBody {
  position: relative;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  margin-top: 14px;
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__articleBody {
    overflow: visible;
    padding-right: 0;
    margin-right: auto;
  }
}

.p-emTopCategory__articleCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTopCategory__articleCards {
    width: 100%;
  }
}

.p-emExperiences__tourHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourHead {
    gap: 30px;
  }
}

.p-emExperiences__tourImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48.9795918367%;
  max-width: 200px;
  height: auto;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourImg {
    max-width: 300px;
  }
}
.p-emExperiences__tourImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-emExperiences__tourContentLabel {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourContentLabel {
    font-size: 18px;
  }
}

.p-emExperiences__tourContentTitle {
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourContentTitle {
    font-size: 20px;
    margin-top: 8px;
  }
}

.p-emExperiences__tourContentPrice {
  font-size: 15px;
  font-weight: 700;
  color: #ff3200;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourContentPrice {
    font-size: 18px;
    margin-top: 8px;
  }
}

.p-emExperiences__tourBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__tourBody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    margin-top: 21px;
  }
}

@media screen and (min-width: 1201px) {
  .p-emExperiences__tourTotalReview {
    width: 46.4444444444%;
  }
}

.p-emExperiences__tourTotalReviewBox {
  padding: 18px 10px;
  background-color: #fdf5ee;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourTotalReviewBox {
    padding: 24px 17px 22px;
  }
}

.p-emExperiences__tourTotalReviewHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 27px;
  padding-bottom: 14px;
  border-bottom: 2px solid #fe9700;
}

.p-emExperiences__tourTotalReviewHeadLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emExperiences__tourTotalReviewHeadLabel {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-emExperiences__tourTotalReviewHeadLabel span {
  display: inline-block;
  margin-left: 8px;
  font-size: 24px;
  color: #ff3200;
}

.p-emExperiences__tourTotalReviewHeadStars {
  width: 120px;
  height: auto;
}
.p-emExperiences__tourTotalReviewHeadStars img {
  width: 100%;
}

.p-emExperiences__tourTotalReviewHeadCases {
  font-size: 14px;
  font-weight: 500;
}
.p-emExperiences__tourTotalReviewHeadCases span {
  font-weight: 700;
}

.p-emExperiences__tourTotalReviewContent {
  margin-top: 10px;
}

.p-emExperiences__tourTotalReviewContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-emExperiences__tourTotalReviewContentWrap:not(:first-of-type) {
  margin-top: 6px;
}
.p-emExperiences__tourTotalReviewContentWrap dt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  width: 170px;
  text-align: right;
}
.p-emExperiences__tourTotalReviewContentWrap dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-emExperiences__tourTotalReviewContentWrap dd img {
  width: 84px;
  height: auto;
}

.p-emExperiences__tourTotalReviewDetails {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  color: #828282;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__tourTotalReviewDetails {
    margin-top: 10px;
  }
}

.p-emExperiences__tourTotalReviewButton {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__tourTotalReviewButton {
    margin-top: 32px;
  }
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourTotalReviewButton .c-emOutlineButton {
    max-width: 300px;
  }
}

.p-emExperiences__tourReviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-block: 20px;
  background-color: #f3f3f3;
  margin-top: 20px;
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 801px) {
  .p-emExperiences__tourReviews {
    padding-inline: 20px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__tourReviews {
    width: 51.7777777778%;
    margin-top: 0;
    margin-inline: 0;
  }
}

.p-emExperiences__tourReview {
  background-color: #fff;
}

.p-emExperiences__tourReviewInner {
  padding: 18px 10px;
}

.p-emExperiences__tourReviewHead {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d2d2;
}

.p-emExperiences__tourReviewLead {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-emExperiences__tourReviewDate {
  margin-top: 10px;
}

.p-emExperiences__tourReviewWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
}

.p-emExperiences__tourReviewName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-emExperiences__tourReviewName img {
  width: 21px;
  height: 21px;
}
.p-emExperiences__tourReviewName img:hover {
  opacity: 1;
}

.p-emExperiences__tourReviewStar img {
  width: 118px;
  height: auto;
}

.p-emExperiences__tourReviewNone {
  font-size: 16px;
  width: 100%;
  padding-block: 32px;
  margin-top: 10px;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.p-emExperiences__userReviews {
  padding-block: 20px;
}

.p-emExperiences__userReviewsSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
}

.p-emExperiences__userReviewsSortWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emExperiences__userReviewsSortLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.p-emExperiences__userReviewsSortDate select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  width: 168px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  background-image: url("https://assets.pandabus.com/assets/user/image/ico_chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; /* アイコンの位置を調整 */
  background-size: 22px;
  padding-right: 35px;
}

.p-emExperiences__userReviewsSortPlan select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  width: 343px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  background-image: url("https://assets.pandabus.com/assets/user/image/ico_chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; /* アイコンの位置を調整 */
  background-size: 22px;
  padding-right: 35px;
}

.p-emExperiences__userReviewsContainer hr {
  border: none;
  width: 100vw;
  height: 10px;
  background-color: #f3f3f3;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 801px) {
  .p-emExperiences__userReviewsContainer hr {
    width: 100%;
    margin-inline: 0;
  }
}

.p-emExperiences__userReviewsContent {
  padding-block: 24px 12px;
  scroll-margin-top: 80px;/* アンカーリンクの位置調整 */
}
@media screen and (min-width: 801px) {
  .p-emExperiences__userReviewsContent {
    padding-block: 24px;
    scroll-margin-top: 100px;/* アンカーリンクの位置調整 */
  }
}

.p-emExperiences__userReviewsContentCards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-right: 16px;
  margin-right: -16px;
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__userReviewsContentCards {
    overflow-x: visible;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-emExperiences__userReviewsContentCards.slick-slider {
  width: 100%;
  margin: 0;
}
.p-emExperiences__userReviewsContentCards .slick-track {
  margin-block: 0;
  margin-right: 0;
  margin-left: -16px;
}
.p-emExperiences__userReviewsContentCards .slick-slide {
  width: 200px !important;
}
.p-emExperiences__userReviewsContentCards .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-emExperiences__userReviewsContentCards .slick-arrow {
  width: 50px;
  height: 50px;
}
.p-emExperiences__userReviewsContentCards .slick-arrow.slick-prev, .p-emExperiences__userReviewsContentCards .slick-arrow.slick-next {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-emExperiences__userReviewsContentCards .slick-arrow.slick-prev.slick-disabled, .p-emExperiences__userReviewsContentCards .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.p-emExperiences__userReviewsContentCards .slick-arrow.slick-prev {
  left: 0;
  z-index: 10;
}
.p-emExperiences__userReviewsContentCards .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.p-emExperiences__userReviewsContentCards .slick-arrow.slick-next {
  z-index: 10;
  right: 0;
}
.p-emExperiences__userReviewsContentCards .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}

.p-emExperiences__userReviewsContentCard {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.p-emExperiences__userReviewsContentCard img {
  width: 200px;
  height: 120px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-emExperiences__userReviewsContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.p-emExperiences__userReviewsContentLikeButton {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  color: #ff7600;
  border: 1px solid currentColor;
  border-radius: 30px;
  padding: 0px 6px 0px 22px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.p-emExperiences__userReviewsContentLikeButton::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 16px;
  height: 16px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_good.svg) no-repeat center center/cover;
}
.p-emExperiences__userReviewsContentLikeButton.m-inverted {
  color: #fff;
  background-color: #ff7600;
}
.p-emExperiences__userReviewsContentLikeButton.m-inverted::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-emExperiences__userReviewsContentUserWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__userReviewsContentUserWrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 100px;
  }
}

.p-emExperiences__userReviewsContentUserName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
}
.p-emExperiences__userReviewsContentUserName img {
  width: 24px;
  height: 24px;
}
.p-emExperiences__userReviewsContentUserName img:hover {
  opacity: 1;
}

.p-emExperiences__userReviewsContentUserStar img {
  width: 118px;
  height: auto;
}

.p-emExperiences__userReviewsContentBox {
  padding-top: 10px;
  border-top: 1px dashed #d2d2d2;
}

.p-emExperiences__userReviewsContentTitle {
  font-size: 16px;
  font-weight: 700;
}

.p-emExperiences__userReviewsContentLead {
  font-size: 16px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.p-emExperiences__userReviewsContentLead.is-open {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.p-emExperiences__userReviewsContentStaff {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  margin-top: 8px;
}
@media screen and (min-width: 801px) {
  .p-emExperiences__userReviewsContentStaff {
    margin-top: 10px;
    padding: 14px 16px 10px 16px;
  }
}
.p-emExperiences__userReviewsContentStaff dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-emExperiences__userReviewsContentStaff dd {
  font-size: 16px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-emExperiences__userReviewsContentStaff dd.is-open {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.p-emExperiences__userReviewsContentPlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 10px;
  margin-top: 10px;
  background-color: #fdf5ee;
  border-radius: 5px;
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__userReviewsContentPlan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 12px;
    padding: 16px;
  }
}

.p-emExperiences__userReviewsContentPlanDl {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__userReviewsContentPlanDl {
    max-width: 540px;
  }
}
.p-emExperiences__userReviewsContentPlanDl dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-emExperiences__userReviewsContentPlanDl dd {
  margin-top: 8px;
}
.p-emExperiences__userReviewsContentPlanDl dd a {
  font-size: 16px;
  color: #ff7600;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-emExperiences__userReviewsContentPlanDl.is-open dd a {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.p-emExperiences__userReviewsContentDl {
  display: none;
}
@media screen and (min-width: 1201px) {
  .p-emExperiences__userReviewsContentDl {
    display: block;
    padding-right: 24px;
  }
}
.p-emExperiences__userReviewsContentDl.is-open {
  display: block;
}

.p-emExperiences__userReviewsContentDlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.p-emExperiences__userReviewsContentDlWrap dt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  width: 170px;
  text-align: right;
}
.p-emExperiences__userReviewsContentDlWrap dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-emExperiences__userReviewsContentDlWrap dd img {
  width: 84px;
  height: auto;
}

.p-emExperiences__button {
  margin-top: 16px;
  text-align: center;
}
.p-emExperiences__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 343px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ff7600;
  border: 1px solid #ff7600;
  margin-inline: auto;
  border-radius: 30px;
}
.p-emExperiences__button button span {
  position: relative;
  display: inline-block;
  padding-inline: 22px;
}
.p-emExperiences__button button span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: block;
  content: "";
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevron-outline.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-emExperiences__button button.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-emExperiences__blog:not(:first-of-type) {
  padding-top: 32px;
  border-top: 1px solid #d2d2d2;
}
.p-emExperiences__blog {
  padding-bottom: 32px;
}
.p-emExperiences__blogLink:hover {
  color: currentColor;
  opacity: 0.7;
}
.p-emExperiences__blogTime {
  font-size: 16px;
  font-weight: 700;
  color: #828282;
}
.p-emExperiences__blogText {
  font-size: 16px;
  line-height: 500;
  line-height: 1.6;
  margin-top: 4px;
}

@media screen and (min-width: 801px) {
  .p-emPostExperience {
    padding: clamp(16px, 4vw, 50px);
    background-color: #fdf5ee;
  }
}

@media screen and (min-width: 801px) {
  .p-emPostExperience__inner {
    background-color: #fff;
  }
}

@media screen and (min-width: 801px) {
  .p-emPostExperience__container {
    width: 74%;
    min-width: 350px;
    padding-block: 50px;
    margin-inline: auto;
  }
}

.p-emPostExperience__login {
  padding-block: 11px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__login {
    display: none;
  }
}

.p-emPostExperience__loginName {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #828282;
  padding-block: 8px;
  padding-right: 12px;
  padding-left: 64px;
}
.p-emPostExperience__loginName::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_user.png) no-repeat center center/cover;
}
.p-emPostExperience__loginName::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 44px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_footprint.png) no-repeat center center/cover;
}

.p-emPostExperience__speechBubble {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
  max-width: 343px;
  margin-inline: auto;
  color: #fff;
  padding-block: 10px;
  background-color: #fe9700;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__speechBubble {
    margin-top: 0;
  }
}
.p-emPostExperience__speechBubble::before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fe9700;
  width: 26px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-emPostExperience__heading {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 8px 6px 8px;
  margin-top: 8px;
  border-bottom: 1px solid #a5a5a5;
}

.p-emPostExperience__lead {
  font-size: 16px;
  margin-top: 16px;
}

.p-emPostExperience__annotation {
  font-size: 14px;
  color: #828282;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__annotation {
    margin-top: 8px;
  }
}

.p-emPostExperience__plan {
  padding: 16px 10px;
  margin-top: 32px;
  background-color: #fdf5ee;
  border-radius: 5px;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__plan {
    margin-top: 20px;
    padding: 16px;
  }
}
.p-emPostExperience__plan dt {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__plan dt {
    font-size: 14px;
  }
}
.p-emPostExperience__plan dd {
  font-size: 16px;
  margin-top: 4px;
}

.p-emPostExperience__formDt {
  font-size: 15px;
  font-weight: 700;
  background-color: #f3f3f3;
  padding: 10px;
  margin-top: 32px;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__formDt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__formDt.m-center {
    text-align: center;
  }
}
.p-emPostExperience__formDt + .p-emPostExperience__formDt {
  margin-top: 32px;
}
.p-emPostExperience__formDt.m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-emPostExperience__formDt .m-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding-inline: 10px;
  color: #fff;
  background-color: #fe9700;
  margin-left: auto;
  border-radius: 30px;
}
.p-emPostExperience__formDt .m-annotation {
  display: inline-block;
  font-size: 12px;
  padding-inline: 10px;
  font-weight: 500;
}

.p-emPostExperience__formDd {
  font-size: 16px;
  padding-inline: 4px;
  margin-top: 10px;
}
.p-emPostExperience__formDd input[type=text] {
  font-size: 15px !important;
  margin: 0;
  padding: 12px;
  background: none;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-emPostExperience__formDd input[type=text]::-webkit-input-placeholder {
  color: #828282;
}
.p-emPostExperience__formDd input[type=text]::-moz-placeholder {
  color: #828282;
}
.p-emPostExperience__formDd input[type=text]:-ms-input-placeholder {
  color: #828282;
}
.p-emPostExperience__formDd input[type=text]::-ms-input-placeholder {
  color: #828282;
}
.p-emPostExperience__formDd input[type=text]::placeholder {
  color: #828282;
}
.p-emPostExperience__formDd textarea {
  font-size: 15px !important;
  margin: 0;
  padding: 12px;
  background: none;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  height: 186px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-emPostExperience__formDd textarea::-webkit-input-placeholder {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #828282;
  font-weight: 500;
}
.p-emPostExperience__formDd textarea::-moz-placeholder {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #828282;
  font-weight: 500;
}
.p-emPostExperience__formDd textarea:-ms-input-placeholder {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #828282;
  font-weight: 500;
}
.p-emPostExperience__formDd textarea::-ms-input-placeholder {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #828282;
  font-weight: 500;
}
.p-emPostExperience__formDd textarea::placeholder {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #828282;
  font-weight: 500;
}
.p-emPostExperience__formDd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__formPicture {
    margin-top: 55px;
  }
}

.p-emPostExperience__formPicturePreview {
  position: relative;
  padding: 10px 10px 20px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.p-emPostExperience__formPicturePreviewCloseButton {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_close.svg) no-repeat center center/cover;
}

.p-emPostExperience__formPicturePreviewEditButton {
  text-align: center;
  margin-top: 10px;
}
.p-emPostExperience__formPicturePreviewEditButton button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  font-weight: 700;
  color: #ff7600;
  background-color: #fff;
  border: 1px solid #ff7600;
  border-radius: 30px;
  padding-block: 7px 8px;
  width: 168px;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.p-emPostExperience__formPicturePreviewImg {
  width: 200px;
  height: 120px;
  margin-inline: auto;
}
.p-emPostExperience__formPicturePreviewImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-emPostExperience__formPicturePreviewText {
  margin-top: 20px;
}
.p-emPostExperience__formPicturePreviewText label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.p-emPostExperience__formPicturePreviewText input[type=text] {
  font-size: 15px !important;
  margin: 0;
  padding: 12px;
  margin-top: 4px;
  background: none;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-emPostExperience__formPicturePreviewText input[type=text]::-webkit-input-placeholder {
  color: #828282;
}
.p-emPostExperience__formPicturePreviewText input[type=text]::-moz-placeholder {
  color: #828282;
}
.p-emPostExperience__formPicturePreviewText input[type=text]:-ms-input-placeholder {
  color: #828282;
}
.p-emPostExperience__formPicturePreviewText input[type=text]::-ms-input-placeholder {
  color: #828282;
}
.p-emPostExperience__formPicturePreviewText input[type=text]::placeholder {
  color: #828282;
}

.p-emPostExperience__formRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-emPostExperience__formRatingBox {
  position: relative;
  padding-block: 10px;
}
.p-emPostExperience__formRatingBox.m-border {
  padding-top: 18px;
}
.p-emPostExperience__formRatingBox.m-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fe9700;
  border-radius: 5px;
}

.p-emPostExperience__formRatingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emPostExperience__formRatingLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  width: 186px;
  padding-right: 16px;
}
.p-emPostExperience__formRatingLabel.m-bold {
  font-weight: 700;
}

.p-emPostExperience__formRatingStars {
  direction: rtl; /* 星の並び順を逆転 */
  display: inline-block; /* インライン要素 */
  /* 選択された星とその前の星に色を付ける */
  /* ホバー時の星の色を変える */
  /* ホバー中の星が選択されていない場合、その後の星の色を元に戻す */
}
.p-emPostExperience__formRatingStars input {
  display: none; /* ラジオボタン自体は非表示 */
}
.p-emPostExperience__formRatingStars label {
  /* ここで独自のアイコン画像を適用 */
  background-image: url("https://assets.pandabus.com/assets/user/image/ico_monoStar.svg"); /* 未選択の星アイコンのパス */
  background-size: cover; /* 背景画像を要素に合わせる */
  width: 21px; /* アイコンの幅 */
  height: 20px; /* アイコンの高さ */
  display: inline-block; /* アイコンを表示するためにインラインブロックにする */
  padding: 0; /* paddingをリセット */
  cursor: pointer;
}
.p-emPostExperience__formRatingStars label:not(:last-of-type) {
  margin-left: 5px;
}
.p-emPostExperience__formRatingStars input:checked ~ label {
  background-image: url("https://assets.pandabus.com/assets/user/image/ico_star.svg");
}
.p-emPostExperience__formRatingStars label:hover,
.p-emPostExperience__formRatingStars label:hover ~ label {
  background-image: url("https://assets.pandabus.com/assets/user/image/ico_star.svg");
}
.p-emPostExperience__formRatingStars input:not(:checked) ~ label:hover,
.p-emPostExperience__formRatingStars input:not(:checked) ~ label:hover ~ label {
  background-image: url("https://assets.pandabus.com/assets/user/image/ico_star.svg");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-emPostExperience__formDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emPostExperience__errorText {
  position: relative;
  font-size: 12px;
  color: #ff3200;
  width: 100%;
  padding-left: 18px;
}
.p-emPostExperience__errorText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_warningOutline.svg) no-repeat center center/cover;
}
.p-emPostExperience__errorText.m-top {
  margin-top: 4px;
}

.p-emPostExperience__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-emPostExperience__count span {
  font-weight: 700;
}

.p-emPostExperience__formPictureBox {
  padding: 20px;
  background-color: #f3f3f3;
  border: 1px solid #d2d2d2;
  margin-top: 16px;
}

.p-emPostExperience__formPictureLabel {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #828282;
}

.p-emPostExperience__formPictureFile {
  text-align: center;
  margin-top: 10px;
}
.p-emPostExperience__formPictureFile label {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ff7600;
  background-color: #fff;
  border: 1px solid #ff7600;
  border-radius: 30px;
  padding-block: 7px 8px;
  width: 168px;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  cursor: pointer;
}
.p-emPostExperience__formPictureFile input[type=file] {
  display: none;
}

.p-emPostExperience__formAnnotation {
  margin-top: 16px;
}

.p-emPostExperience__formAnnotationLabel {
  font-size: 13px;
  font-weight: 700;
}

.p-emPostExperience__formAnnotationList {
  margin-top: 7px;
}

.p-emPostExperience__formAnnotationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 15px;
}
.p-emPostExperience__formAnnotationItem:not(:first-of-type) {
  margin-top: 4px;
}

.p-emPostExperience__formSubmit {
  margin-top: 32px;
  text-align: center;
}

.p-emPostExperience__list {
  margin-top: 80px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 801px) {
  .p-emPostExperience__list {
    display: none;
  }
}

.p-emPostExperience__item {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px dashed #d2d2d2;
  padding-inline: 16px;
}
.p-emPostExperience__item:first-child {
  border-top: 1px dashed #d2d2d2;
}

.p-emPostExperience__link {
  position: relative;
  display: block;
  padding: 12px 38px 12px 12px;
}
.p-emPostExperience__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineRight.svg) no-repeat center center/cover;
}

/* 概要 */
.p-emTour__summary {
  margin-top: -24px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summary {
    margin-top: 0;
  }
}

.p-emTour__summaryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 17px;
  }
}

@media screen and (min-width: 1201px) {
  .p-emTour__summaryTop {
    width: 60%;
  }
}

.p-emTour__summaryTopContainer {
  position: relative;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopContainer {
    margin-inline: 0;
  }
}

.p-emTour__summaryTopCards {
  width: 100%;
}
.p-emTour__summaryTopCards:not(.slick-initialized) {
  visibility: hidden;
}
.p-emTour__summaryTopCards.slick-initialized {
  visibility: visible;
}
.p-emTour__summaryTopCards.slick-slider {
  margin: 0;
}
.p-emTour__summaryTopCards .slick-list {
  padding-bottom: 18px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopCards .slick-list {
    padding-bottom: 25px;
  }
}
.p-emTour__summaryTopCards .slick-arrow {
  width: 50px;
  height: 50px;
}
.p-emTour__summaryTopCards .slick-arrow.slick-prev, .p-emTour__summaryTopCards .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-emTour__summaryTopCards .slick-arrow.slick-prev.slick-disabled, .p-emTour__summaryTopCards .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.p-emTour__summaryTopCards .slick-arrow.slick-prev {
  left: 0;
  z-index: 10;
}
.p-emTour__summaryTopCards .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.p-emTour__summaryTopCards .slick-arrow.slick-next {
  z-index: 10;
  right: 0;
}
.p-emTour__summaryTopCards .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}
.p-emTour__summaryTopCards .dots-wrap {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.p-emTour__summaryTopCards .dots-wrap li {
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.45;
}
.p-emTour__summaryTopCards .dots-wrap li.slick-active,
.p-emTour__summaryTopCards .dots-wrap li:hover {
  opacity: 1;
  background-color: #fe9700;
}
.p-emTour__summaryTopCards .dots-wrap li:last-child {
  margin-bottom: 0;
}
.p-emTour__summaryTopCards .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.p-emTour__summaryTopCard img {
  width: 100%;
  aspect-ratio: 375 / 211;
  object-fit: cover;
}

@media screen and (min-width: 1201px) {
  .p-emTour__summaryTopCard img {
    max-height: 300px;
  }
}

.p-emTour__summaryTopMore {
  position: absolute;
  right: 16px;
  bottom: -6px;
}
.p-emTour__summaryTopMore a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ff7600;
}

.p-emTour__summaryTopContent {
  margin-top: 20px;
}

.p-emTour__summaryTopTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 4px;
  margin-top: 4px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopTags {
    margin-top: 7px;
  }
}
.p-emTour__summaryTopTags span {
  display: inline-block;
  font-size: 12px;
  padding-inline: 3px;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopTags span {
    font-size: 13px;
  }
}

.p-emTour__summaryTopCampaign {
  font-size: 15px;
  font-weight: 700;
  color: #ff2e00;
  background: -webkit-gradient(linear, left top, right top, from(#ff2e00), to(#fd9600));
  background: linear-gradient(90deg, #ff2e00, #fd9600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopCampaign {
    font-size: 20px;
  }
}

.p-emTour__summaryTopHeading {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopHeading {
    font-size: 18px;
  }
}

.p-emTour__summaryTopStrongTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 4px;
}
.p-emTour__summaryTopStrongTags span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ff3200;
  padding-inline: 3px;
  border: 1px solid currentColor;
  border-radius: 1px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTopStrongTags span {
    font-size: 13px;
  }
}

.p-emTour__summaryBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryBottom {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 24px;
    margin-top: 0;
  }
}

.p-emTour__summaryBottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emTour__summaryBottomFavorite {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding-inline: 15px;
  border: 1px solid #bbbbbb;
  border-radius: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-emTour__summaryBottomFavorite span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #bbbbbb;
  padding-left: 17px;
}
.p-emTour__summaryBottomFavorite span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.57px;
  height: 11px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_heart.svg) no-repeat center center/100% auto;
}
.p-emTour__summaryBottomFavorite:hover {
  opacity: 0.7;
}

.p-emTour__summaryBottomReserved {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  text-align: center;
  background-color: #f3f3f3;
}
.p-emTour__summaryBottomReserved span {
  font-size: 16px;
  font-weight: 700;
}

.p-emTour__summaryBottomReviewBox {
  padding: 18px 10px;
  background-color: #fdf5ee;
}

.p-emTour__summaryBottomReviewHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 27px;
  padding-bottom: 16px;
  border-bottom: 2px solid #fe9700;
}

.p-emTour__summaryBottomReviewHeadLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emTour__summaryBottomReviewHeadLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-emTour__summaryBottomReviewHeadLabel span {
  display: inline-block;
  font-size: 24px;
  margin-left: 8px;
  color: #ff3200;
}

.p-emTour__summaryBottomReviewHeadStars {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: auto;
}
.p-emTour__summaryBottomReviewHeadStars img {
  width: 100%;
}

.p-emTour__summaryBottomReviewHeadRight {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-emTour__summaryBottomReviewHeadCases {
  font-size: 14px;
  font-weight: 500;
}
.p-emTour__summaryBottomReviewHeadCases span {
  font-weight: 700;
}

.p-emTour__summaryBottomReviewContent {
  margin-top: 12px;
}

.p-emTour__summaryBottomReviewImg {
  width: 174px;
  height: auto;
}
.p-emTour__summaryBottomReviewImg img {
  width: 100%;
}

.p-emTour__summaryBottomReviewList {
  font-size: 16px;
  list-style-position: outside;
  margin-top: 4px;
  margin-left: 20px;
}

.p-emTour__summaryBottomReviewItem {
  list-style: disc;
}

.p-emTour__summaryBottomReviewLink {
  margin-top: 12px;
  text-align: right;
}
.p-emTour__summaryBottomReviewLink a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-right: 12px;
  color: #ff7600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-emTour__summaryBottomReviewLink a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevronOutlineRight.svg) no-repeat center center/cover;
}
.p-emTour__summaryBottomReviewLink a:hover {
  opacity: 0.7;
}

.p-emTour__summaryLead {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #ff3200;
  text-align: center;
  padding-inline: 4px;
  padding-bottom: 12px;
  margin-top: 31px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryLead {
    text-align: left;
  }
}
.p-emTour__summaryLead::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fe9700;
}
.p-emTour__summaryLead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ff7600;
}

.p-emTour__summaryText {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.p-emTour__summaryText.is-open {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.p-emTour__summaryText > a {
  color: #ff7600;
}
.p-emTour__summaryButton {
  margin-top: 24px;
  text-align: center;
}
.p-emTour__summaryButton button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 343px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ff7600;
  border: 1px solid #ff7600;
  margin-inline: auto;
  border-radius: 30px;
}
.p-emTour__summaryButton button span {
  position: relative;
  display: inline-block;
  padding-inline: 22px;
}
.p-emTour__summaryButton button span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: block;
  content: "";
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevron-outline.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-emTour__summaryButton button.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-emTour__summaryRecommend {
  position: relative;
  padding-bottom: 16px;
  margin-top: 23px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryRecommend {
    margin-top: 16px;
    padding-bottom: 0;
  }
}
.p-emTour__summaryRecommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 268px;
  width: 53px;
  height: 80px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_panda.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryRecommend::before {
    left: 50px;
    width: 30px;
    height: 45px;
  }
}

.p-emTour__summaryRecommendTitle {
  position: relative;
  padding: 19px 0 14px 16px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryRecommendTitle {
    padding: 0 0 7px 90px;
  }
}

.p-emTour__summaryRecommendList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 16px;
  border: 1px solid #828282;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryRecommendList {
    font-size: 14px;
    margin-inline: 0;
  }
}
.p-emTour__summaryRecommendList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 240px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #828282;
  translate: -50% -100%;
  -webkit-transform: skew(-52deg);
          transform: skew(-52deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryRecommendList::before {
    left: 30px;
  }
}
.p-emTour__summaryRecommendList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 240px;
  border-style: solid;
  border-width: 0 7.2px 7.2px 7.2px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
  -webkit-transform: skew(-52deg);
          transform: skew(-52deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryRecommendList::after {
    left: 30px;
  }
}
.p-emTour__summaryRecommendList li {
  list-style: disc;
  margin-left: 20px;
}

.p-emTour__summaryAnnotation {
  padding: 5px 16px 22px;
  margin-top: 24px;
  background-color: #fdefee;
  border-radius: 10px;
}
.p-emTour__summaryAnnotation dt {
  padding: 16px 12px;
  border-bottom: 1px solid #e7174d;
}
.p-emTour__summaryAnnotation dt span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
}
.p-emTour__summaryAnnotation dt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 19px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_exclamation-mark.svg) no-repeat center center/100% auto;
}
.p-emTour__summaryAnnotation dd {
  margin-top: 11px;
}
.p-emTour__summaryAnnotation dd p {
  font-size: 16px;
}

/* プランを選ぶ */
.p-emTour__summaryPlan {
  margin-top: 60px;
}

.p-emTour__summaryPlanBox {
  padding-top: 24px;
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  background-color: #fdf5ee;
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #ff7600 50%, #fe9700 50%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff7600), color-stop(50%, #fe9700)) 1;
     border-image: linear-gradient(to right, #ff7600 50%, #fe9700 50%) 1;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanBox {
    padding-inline: 16px;
    margin-inline: 0;
  }
}

.p-emTour__summaryPlanHeading {
  font-size: 20px;
  font-weight: 700;
}

.p-emTour__summaryPlanContainer {
  margin-top: 24px;
}

.p-emTour__summaryPlanList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-right: calc(50% - 50vw);
  padding-right: 16px;
  padding-bottom: 28px;
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanList {
    margin-right: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanList {
    overflow-x: visible;
  }
}
.p-emTour__summaryPlanList.slick-slider {
  margin: 0;
}
.p-emTour__summaryPlanList .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 28px;
}
.p-emTour__summaryPlanList .slick-arrow {
  width: 50px;
  height: 50px;
}
.p-emTour__summaryPlanList .slick-arrow.slick-prev, .p-emTour__summaryPlanList .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-emTour__summaryPlanList .slick-arrow.slick-prev.slick-disabled, .p-emTour__summaryPlanList .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.p-emTour__summaryPlanList .slick-arrow.slick-prev {
  right: -15px;
  z-index: 10;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanList .slick-arrow.slick-prev {
    right: -9px;
  }
}
.p-emTour__summaryPlanList .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.p-emTour__summaryPlanList .slick-arrow.slick-next {
  z-index: 10;
  right: -15px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanList .slick-arrow.slick-next {
    right: -9px;
  }
}
.p-emTour__summaryPlanList .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}
.p-emTour__summaryPlanList .dots-wrap {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.p-emTour__summaryPlanList .dots-wrap li {
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.45;
}
.p-emTour__summaryPlanList .dots-wrap li.slick-active,
.p-emTour__summaryPlanList .dots-wrap li:hover {
  background-color: #ff7600;
  opacity: 1;
}
.p-emTour__summaryPlanList .dots-wrap li:last-child {
  margin-bottom: 0;
}
.p-emTour__summaryPlanList .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.p-emTour__summaryPlanItem {
  position: relative;
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #d2d2d2;
  border-radius: 10px;
  cursor: pointer;
}
.p-emTour__summaryPlanItem.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#fe9700), to(#ff7600));
  background: linear-gradient(to right, #fe9700, #ff7600);
}
.p-emTour__summaryPlanItem.is-active::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 12.9903810568px;
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fe9700), to(#ff7600));
  background: linear-gradient(to right, #fe9700, #ff7600);
}

.p-emTour__summaryPlanItemWrap {
  padding: 14px 11px;
  margin: 4px;
  background: #f3f3f3;
  border-radius: 10px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanItemWrap {
    padding: 14px 10px;
  }
}
.is-active .p-emTour__summaryPlanItemWrap {
  background: #fff;
}

.p-emTour__summaryPlanItemTop {
  padding-bottom: 11px;
  border-bottom: 1px dashed #d2d2d2;
}

.p-emTour__summaryPlanItemTopHeading {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-emTour__summaryPlanItemTopCode {
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.p-emTour__summaryPlanItemMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-block: 11px;
  border-bottom: 1px dashed #d2d2d2;
}

.p-emTour__summaryPlanItemMiddleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 10px;
}
.p-emTour__summaryPlanItemMiddleWrap dt {
  font-size: 14px;
  flex-grow: 1;
}
.p-emTour__summaryPlanItemMiddleWrap dd {
  flex-shrink: 0;
  width: 85px;
  font-size: 14px;
  font-weight: 700;
  color: #ff3200;
}

.p-emTour__summaryPlanItemBottom {
  padding-top: 12px;
}

.p-emTour__summaryPlanItemBottomBadge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 6px 10px;
  border-radius: 30px;
  background-color: #fe9700;
}

.p-emTour__summaryPlanItemBottomText {
  font-size: 15px;
  font-weight: 700;
  color: #ff3200;
  margin-top: 4px;
}

.p-emTour__summaryPlanCardContainer {
  display: none;
}
.p-emTour__summaryPlanCardContainer.is-show {
  display: block;
}

.p-emTour__summaryTour {
  padding-block: 16px 32px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryTour {
    padding-block: 50px 71px;
  }
}

.p-emTour__summaryTourContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryTourContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-emTour__summaryTourImg {
  aspect-ratio: 343/192;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryTourImg {
    width: 49.3333333333%;
  }
}
.p-emTour__summaryTourImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1201px) {
  .p-emTour__summaryTourContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-emTour__summaryTourHeading {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryTourHeading {
    font-size: 18px;
  }
}

.p-emTour__summaryTourDl {
  margin-top: 24px;
}

.p-emTour__summaryTourWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 8px;
  border-bottom: 1px dashed #d2d2d2;
}

.p-emTour__summaryTourDt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  width: 140px;
}
.p-emTour__summaryTourDt.m-lg {
  width: 152px;
}

.p-emTour__summaryTourDd {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

/* スケジュール */
.p-emTour__summaryPlanTab.is-close {
  display: none;
}

.p-emTour__summaryPlanTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  overflow-x: auto;
  border-bottom: 2px solid #fe9700;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanTabList {
    padding-inline: 16px;
    margin-inline: 0;
  }
}

.p-emTour__summaryPlanTabItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-emTour__summaryPlanTabButton {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  color: #fff;
  padding: 6px 12px 4px 12px;
  background-color: #d2d2d2;
  border-radius: 10px 10px 0 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-emTour__summaryPlanTabButton.is-current {
  background-color: #fe9700;
}

.p-emTour__summaryPlanTabPanels {
  padding-top: 18px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanTabPanels {
    padding: 40px;
    background-color: #fdf5ee;
    margin-bottom: 32px;
  }
}

.p-emTour__summaryPlanTabPanel {
  display: none;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanTabPanel {
    padding: 18px 36px;
  }
}
.p-emTour__summaryPlanTabPanel.is-current {
  display: block;
}

.p-emTour__summaryPlanTabPanelHeading {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px solid #fe9700;
}

.p-emTour__summaryPlanTabPanelToggleOuter {
  display: flex;
  justify-content: flex-end;
}

.p-emTour__summaryPlanTabPanelToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  cursor: pointer;
}
.p-emTour__summaryPlanTabPanelToggle .p-emTour__summaryPlanTabPanelToggleButton {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 22px;
  border-radius: 23px;
  background-color: #d2d2d2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-emTour__summaryPlanTabPanelToggle .p-emTour__summaryPlanTabPanelToggleButton::after {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.p-emTour__summaryPlanTabPanelToggle .p-emTour__summaryPlanTabPanelToggleButton:has(:checked) {
  background: -webkit-gradient(linear, right top, left top, from(#fd9600), to(#ff2e00));
  background: linear-gradient(to left, #fd9600, #ff2e00);
}
.p-emTour__summaryPlanTabPanelToggle .p-emTour__summaryPlanTabPanelToggleButton:has(:checked)::after {
  left: 16px;
}
.p-emTour__summaryPlanTabPanelToggle .p-emTour__summaryPlanTabPanelToggleButton input {
  display: none;
}

.p-emTour__summaryPlanTabPanelList {
  margin-top: 14px;
}
.p-emTour__summaryPlanTabPanelList.m-noBorder {
  margin-top: 24px;
}

.p-emTour__summaryPlanTabPanelItem {
  position: relative;
  padding-bottom: 40px;
}
.p-emTour__summaryPlanTabPanelItem > a.panel__area--document {
  color: #fe9700;
}
.p-emTour__summaryPlanTabPanelItem::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 2px;
  height: 100%;
  background-color: #fe9700;
}
.p-emTour__summaryPlanTabPanelItem:last-of-type::before {
  display: none;
}
.m-noBorder .p-emTour__summaryPlanTabPanelItem::before {
  display: none;
}

.p-emTour__summaryPlanTabPanelTime {
  position: relative;
  padding-left: 26px;
}
.p-emTour__summaryPlanTabPanelTime span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 6px 10px;
  background-color: #fe9700;
  border-radius: 30px;
}
.p-emTour__summaryPlanTabPanelTime::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #fe9700;
  border-radius: 50%;
}
.p-emTour__summaryPlanTabPanelTime::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: auto;
  border-top: 1px dashed #fe9700;
}
.m-noBorder .p-emTour__summaryPlanTabPanelTime {
  padding-left: 0;
}
.m-noBorder .p-emTour__summaryPlanTabPanelTime::after, .m-noBorder .p-emTour__summaryPlanTabPanelTime::before {
  display: none;
}

.p-emTour__summaryPlanTabPanelContent {
  padding-top: 16px;
  padding-left: 26px;
}
.m-noBorder .p-emTour__summaryPlanTabPanelContent {
  padding-left: 0;
}

.p-emTour__summaryPlanTabPanelContentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.p-emTour__summaryPlanTabPanelContentWrap dt {
  font-size: 15px;
  font-weight: 700;
}
.p-emTour__summaryPlanTabPanelContentWrap dd:not(:first-of-type) {
  margin-top: 10px;
}
.p-emTour__summaryPlanTabPanelContentWrap:not(:first-of-type) {
  margin-top: 15px;
}

.p-emTour__summaryPlanTabPanelContentCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-emTour__summaryPlanTabPanelStrongText {
  font-size: 16px;
  font-weight: 700;
}
.p-emTour__summaryPlanTabPanelStrongText + .p-emTour__summaryPlanTabPanelAccordion {
  margin-top: 24px;
}

.p-emTour__summaryPlanTabPanelAccordion summary {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-right: 22px;
  cursor: pointer;
}
.p-emTour__summaryPlanTabPanelAccordion summary::-webkit-details-marker {
  display: none;
}
.p-emTour__summaryPlanTabPanelAccordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_plus.svg) no-repeat center center;
}
.p-emTour__summaryPlanTabPanelAccordion[open] summary::after {
  background: url(https://assets.pandabus.com/assets/user/image/ico_minus.svg) no-repeat center center;
}

.p-emTour__summaryPlanTabPanelAccordionText {
  font-size: 16px;
  margin-top: 8px;
}

.p-emTour__summaryPlanTabPanelImg {
  margin-top: 15px;
  max-width: 402px;
}
.p-emTour__summaryPlanTabPanelImg img {
  width: 100%;
  height: auto;
}

.p-emTour__summaryPlanTabPanelButton {
  text-align: center;
}
.p-emTour__summaryPlanTabPanelButton button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 343px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ff7600;
  border: 1px solid #ff7600;
  margin-inline: auto;
  border-radius: 30px;
}
.p-emTour__summaryPlanTabPanelButton button span {
  position: relative;
  display: inline-block;
  padding-inline: 22px;
}
.p-emTour__summaryPlanTabPanelButton button span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: block;
  content: "";
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevron-outline.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-emTour__summaryPlanTabPanelButton button.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-emTour__summaryPlanCalender {
  padding: 24px 16px 0 16px;
  margin-top: 40px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalender {
    padding: 20px 20px 0 20px;
  }
}

.p-emTour__summaryPlanCalenderPriceContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderPriceContainer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "price price-sale" "sale price-sale";
  }
}
/** 割引が無い場合の中央寄せレイアウト */
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderPriceContainer.m-noDiscount {
    display: block;
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderPrice {
    grid-area: price;
  }
}

.p-emTour__summaryPlanCalenderPriceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 11px 8px;
  border-bottom: 1px dashed #d2d2d2;
}
.p-emTour__summaryPlanCalenderPriceWrap:first-of-type {
  padding-top: 0;
}
.p-emTour__summaryPlanCalenderPriceWrap dt {
  font-size: 16px;
}
.p-emTour__summaryPlanCalenderPriceWrap dd {
  font-size: 16px;
  font-weight: 700;
  color: #ff3200;
}

.p-emTour__summaryPlanCalenderSale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderSale {
    grid-area: sale;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.p-emTour__summaryPlanCalenderSaleBadge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  color: #fff;
  border-radius: 30px;
  background-color: #fe9700;
}

.p-emTour__summaryPlanCalenderSaleText {
  font-size: 15px;
  font-weight: 700;
  color: #ff3200;
}

.p-emTour__summaryPlanCalenderSalePrice {
  padding: 16px;
  background-color: #fff;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderSalePrice {
    grid-area: price-sale;
  }
}
@media screen and (min-width: 1201px){
  .p-emTour__summaryPlanCalenderPrice {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-emTour__summaryPlanCalenderSale {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-emTour__summaryPlanCalenderSalePrice {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

.p-emTour__summaryPlanCalenderSalePriceWrap {
  padding-block: 11px 8px;
  border-bottom: 1px dashed #d2d2d2;
}
.p-emTour__summaryPlanCalenderSalePriceWrap:first-of-type {
  padding-top: 0;
}
.p-emTour__summaryPlanCalenderSalePriceWrap dt {
  font-size: 16px;
}
.p-emTour__summaryPlanCalenderSalePriceWrap dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.p-emTour__summaryPlanCalenderSalePriceWrap dd span {
  display: inline-block;
}
.p-emTour__summaryPlanCalenderSalePriceWrap dd span:nth-child(1) {
  font-size: 14px;
  color: #000000;
  text-decoration: line-through;
}
.p-emTour__summaryPlanCalenderSalePriceWrap dd span:nth-child(2) {
  font-size: 14px;
  color: #ff3200;
  margin-left: 8px;
}
.p-emTour__summaryPlanCalenderSalePriceWrap dd span:nth-child(3) {
  font-size: 16px;
  font-weight: 700;
  color: #ff3200;
  margin-left: 22px;
}

.p-emTour__summaryPlanCalenderButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  padding-block: 24px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderButtonContainer {
    padding-block: 38px 28px;
  }
}

.p-emTour__summaryPlanCalenderButtonLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 30px;
}
.p-emTour__summaryPlanCalenderButtonLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_calender.svg) no-repeat center center/100% auto;
}

.p-emTour__summaryPlanCalenderButton {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 11px 15px 12px;
  border: 1px solid transparent;
  width: 100%;
  max-width: 228px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#fea100), color-stop(#ff7600), to(#ff3200));
  background: linear-gradient(-90deg, #fea100, #ff7600, #ff3200);
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 #cc4729;
          box-shadow: 0 3px 0 #cc4729;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.p-emTour__summaryPlanCalenderButton:hover {
  color: #ff7600;
  border-color: currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #ff7600;
          box-shadow: 0 3px 0 #ff7600;
}

.p-emTour__summaryPlanCalenderWrapper {
  display: none;
}
.p-emTour__summaryPlanCalenderWrapper.is-open {
  display: block;
  padding-bottom: 30px;
}

.p-emTour__summaryPlanCalenderContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  border-top: 1px dashed #d2d2d2;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 37px;
  }
}

.p-emTour__summaryPlanCalenderSchedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-emTour__summaryPlanCalenderScheduleHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.p-emTour__summaryPlanCalenderScheduleHead button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-emTour__summaryPlanCalenderScheduleBody {
  margin-top: 18px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderScheduleBody {
    margin-top: 20px;
  }
}

.p-emTour__summaryPlanCalenderScheduleTable table th {
  font-size: 12px;
  font-weight: 500;
  width: 45px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderScheduleTable table th {
    font-size: 16px;
    width: 61px;
  }
}
.p-emTour__summaryPlanCalenderScheduleTable table td {
  height: 47px;
  vertical-align: top;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  padding: 3px 5px;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderScheduleTable table td {
    height: 65px;
  }
}
.p-emTour__summaryPlanCalenderScheduleTable table td.m-active {
  color: #333;
  background-color: #fff;
  cursor: pointer;
}
.p-emTour__summaryPlanCalenderScheduleTable table td.m-active.m-selected {
  color: #fff;
  background-color: #ff7600;
}
.p-emTour__summaryPlanCalenderScheduleTable table td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.p-emTour__summaryPlanCalenderScheduleTable table td .wrap .date {
  font-size: 9px;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderScheduleTable table td .wrap .date {
    font-size: 12px;
  }
}
.p-emTour__summaryPlanCalenderScheduleTable table td .wrap .price span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderScheduleTable table td .wrap .price span {
    font-size: 13px;
  }
}
.p-emTour__summaryPlanCalenderScheduleCount {
  margin-top: 24px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderScheduleCount {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 71px;
    padding-right: 20px;
  }
}

.p-emTour__summaryPlanCalenderScheduleCountWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 12px;
  border-bottom: 1px dashed #d2d2d2;
}
.p-emTour__summaryPlanCalenderScheduleCountWrap:first-of-type {
  border-top: 1px dashed #d2d2d2;
}

.p-emTour__summaryPlanCalenderScheduleCountDt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}
.p-emTour__summaryPlanCalenderScheduleCountDt span:nth-child(1) {
  font-size: 16px;
}
.p-emTour__summaryPlanCalenderScheduleCountDt span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  color: #ff3200;
}

.p-emTour__summaryPlanCalenderScheduleCountDd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  width: 168px;
  max-width: 100%;
  padding: 10px 10px 10px 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(https://assets.pandabus.com/assets/user/image/ico_chevron-down.svg);
  cursor: pointer;
}

.p-emTour__summaryPlanCalenderScheduleCountButton {
  margin-top: 32px;
}
.p-emTour__summaryPlanCalenderScheduleCountButton button {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 11px 15px 12px;
  border: 1px solid transparent;
  width: 100%;
  max-width: 343px;
  margin-inline: auto;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#fea100), color-stop(#ff7600), to(#ff3200));
  background: linear-gradient(-90deg, #fea100, #ff7600, #ff3200);
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 #cc4729;
          box-shadow: 0 3px 0 #cc4729;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 801px) {
  .p-emTour__summaryPlanCalenderScheduleCountButton button {
    max-width: 343px;
  }
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderScheduleCountButton button {
    max-width: 380px;
  }
}
.p-emTour__summaryPlanCalenderScheduleCountButton button:hover {
  color: #ff7600;
  border-color: currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #ff7600;
          box-shadow: 0 3px 0 #ff7600;
}

.p-emTour__summaryPlanCalenderToggleButton {
  margin-top: 16px;
}
@media screen and (min-width: 1201px) {
  .p-emTour__summaryPlanCalenderToggleButton {
    margin-top: 32px;
  }
}
.p-emTour__summaryPlanCalenderToggleButton button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 343px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ff7600;
  border: 1px solid #ff7600;
  margin-inline: auto;
  border-radius: 30px;
}
.p-emTour__summaryPlanCalenderToggleButton button span {
  position: relative;
  display: inline-block;
  padding-inline: 22px;
}
.p-emTour__summaryPlanCalenderToggleButton button span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  content: "";
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevron-outline.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* みんなの体験談 */
.p-emTour__review {
  padding-bottom: 32px;
  margin-top: 40px;
}

@media screen and (min-width: 1201px) {
  .p-emTour__reviewTop {
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 0, 0.13)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 118, 0, 0.13), #fff);
  }
}

@media screen and (min-width: 1201px) {
  .p-emTour__reviewTopContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.p-emTour__reviewTopHead {
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  padding-top: 24px;
  padding-bottom: 155px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 0, 0.13)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 118, 0, 0.13), #fff);
}
@media screen and (min-width: 801px) {
  .p-emTour__reviewTopHead {
    padding-inline: 16px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-emTour__reviewTopHead {
    padding-bottom: 0;
    background: none;
  }
}

.p-emTour__reviewTopHeading {
  font-size: 20px;
  font-weight: 700;
}

.p-emTour__reviewTopLead {
  font-size: 16px;
  margin-top: 11px;
}

.p-emTour__reviewTopReviewBox {
  padding: 18px 10px;
  margin-top: -139px;
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .p-emTour__reviewTopReviewBox {
    padding: 18px 10px;
    margin-inline: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .p-emTour__reviewTopReviewBox {
    margin-top: 0;
    width: 46.6666666667%;
  }
}

.p-emTour__reviewTopReviewHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 27px;
  padding-bottom: 16px;
  border-bottom: 2px solid #fe9700;
}

.p-emTour__reviewTopReviewHeadLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emTour__reviewTopReviewHeadLabel {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-emTour__reviewTopReviewHeadLabel span {
  display: inline-block;
  margin-left: 8px;
  font-size: 24px;
  color: #ff3200;
}

.p-emTour__reviewTopReviewHeadStars {
  width: 120px;
  height: auto;
}
.p-emTour__reviewTopReviewHeadStars img {
  width: 100%;
}

.p-emTour__reviewTopReviewHeadCases {
  font-size: 14px;
  font-weight: 500;
}
.p-emTour__reviewTopReviewHeadCases span {
  font-weight: 700;
}

.p-emTour__reviewTopReviewContent {
  margin-top: 10px;
}

.p-emTour__reviewTopReviewContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-emTour__reviewTopReviewContentWrap:not(:first-of-type) {
  margin-top: 6px;
}
.p-emTour__reviewTopReviewContentWrap dt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  width: 170px;
  text-align: right;
}
.p-emTour__reviewTopReviewContentWrap dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-emTour__reviewTopReviewContentWrap dd img {
  width: 84px;
  height: auto;
}

.p-emTour__reviewBottom {
  margin-top: 24px;
}

.p-emTour__reviewBottomContainer {
  position: relative;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  margin-top: 14px;
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTour__reviewBottomContainer {
    padding-inline: 26px;
    margin-right: auto;
    overflow-x: visible;
  }
}

.p-emTour__reviewBottomCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTour__reviewBottomCards {
    width: 100%;
    padding-bottom: 26px;
  }
}
.p-emTour__reviewBottomCards .slick-slide {
  width: 200px;
}
.p-emTour__reviewBottomCards.slick-slider {
  margin: 0;
}
.p-emTour__reviewBottomCards .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-emTour__reviewBottomCards .slick-arrow {
  width: 50px;
  height: 50px;
}
.p-emTour__reviewBottomCards .slick-arrow.slick-prev, .p-emTour__reviewBottomCards .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-emTour__reviewBottomCards .slick-arrow.slick-prev.slick-disabled, .p-emTour__reviewBottomCards .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.p-emTour__reviewBottomCards .slick-arrow.slick-prev {
  right: -15px;
  z-index: 10;
}
@media screen and (min-width: 801px) {
  .p-emTour__reviewBottomCards .slick-arrow.slick-prev {
    right: -26px;
  }
}
.p-emTour__reviewBottomCards .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.p-emTour__reviewBottomCards .slick-arrow.slick-next {
  z-index: 10;
  right: -15px;
}
@media screen and (min-width: 801px) {
  .p-emTour__reviewBottomCards .slick-arrow.slick-next {
    right: -26px;
  }
}
.p-emTour__reviewBottomCards .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}
.p-emTour__reviewBottomCards .dots-wrap {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.p-emTour__reviewBottomCards .dots-wrap li {
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.45;
}
.p-emTour__reviewBottomCards .dots-wrap li.slick-active,
.p-emTour__reviewBottomCards .dots-wrap li:hover {
  background-color: #ff7600;
  opacity: 1;
}
.p-emTour__reviewBottomCards .dots-wrap li:last-child {
  margin-bottom: 0;
}
.p-emTour__reviewBottomCards .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* ガイド紹介 */
.p-emTour__guide {
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  background-color: #f3f3f3;
}
@media screen and (min-width: 801px) {
  .p-emTour__guide {
    padding-inline: 0;
    margin-inline: 0;
  }
}

.p-emTour__guideInner {
  padding-block: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTour__guideInner {
    padding: 32px 26px 20px;
  }
}

.p-emTour__guideList.slick-slider {
  margin: 0;
}
.p-emTour__guideList .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-emTour__guideList .slick-arrow {
  width: 50px;
  height: 50px;
}
.p-emTour__guideList .slick-arrow.slick-prev, .p-emTour__guideList .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-emTour__guideList .slick-arrow.slick-prev.slick-disabled, .p-emTour__guideList .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.p-emTour__guideList .slick-arrow.slick-prev {
  right: -15px;
  z-index: 10;
}
@media screen and (min-width: 801px) {
  .p-emTour__guideList .slick-arrow.slick-prev {
    right: -26px;
  }
}
.p-emTour__guideList .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.p-emTour__guideList .slick-arrow.slick-next {
  z-index: 10;
  right: -15px;
}
@media screen and (min-width: 801px) {
  .p-emTour__guideList .slick-arrow.slick-next {
    right: -26px;
  }
}
.p-emTour__guideList .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}
.p-emTour__guideList .dots-wrap {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.p-emTour__guideList .dots-wrap li {
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.45;
}
.p-emTour__guideList .dots-wrap li.slick-active,
.p-emTour__guideList .dots-wrap li:hover {
  background-color: #ff7600;
  opacity: 1;
}
.p-emTour__guideList .dots-wrap li:last-child {
  margin-bottom: 0;
}
.p-emTour__guideList .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.p-emTour__guideItemContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 16px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
      grid-template-areas: "header header" "image text" "footer footer";
  gap: 16px;
  padding-bottom: 30px;
}
@media screen and (min-width: 801px) {
  .p-emTour__guideItemContainer {
    -ms-grid-columns: 200px 16px 1fr;
    grid-template-columns: 200px 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "image header" "image text" "image footer";
    row-gap: 0;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.p-emTour__guideHeader {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
}
.p-emTour__guideHeading {
  font-size: 20px;
  font-weight: 700;
}

.p-emTour__guideImg {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image;
}
.p-emTour__guideImg img {
  width: 100%;
  height: auto;
}

.p-emTour__guideText {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 801px) {
  .p-emTour__guideText {
    margin-top: 11px;
  }
}

.p-emTour__guideFooter {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: footer;
  text-align: center;
}

@media screen and (min-width: 801px){
  .p-emTour__guideHeader {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-emTour__guideImg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-emTour__guideText {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-emTour__guideFooter {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (min-width: 801px) {
  .p-emTour__guideFooter {
    margin-top: 24px;
  }
}
.p-emTour__guideFooter a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ff7600;
  padding: 11px 15px 12px;
  border: 1px solid currentColor;
  width: 100%;
  max-width: 343px;
  margin-inline: auto;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 #ff7600;
          box-shadow: 0 3px 0 #ff7600;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.p-emTour__guideFooter a:hover {
  opacity: 1;
  color: #fff;
  border-color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#fea100), color-stop(#ff7600), to(#ff3200));
  background: linear-gradient(-90deg, #fea100, #ff7600, #ff3200);
  -webkit-box-shadow: 0 3px 0 #cc4729;
  box-shadow: 0 3px 0 #cc4729;
}

/* タイの人気ランキング */
.p-emTour__rankingInner {
  padding-block: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTour__rankingInner {
    padding-block: 32px 64px;
    padding-inline: 26px;
  }
}

.p-emTour__rankingHeading {
  font-size: 20px;
  font-weight: 700;
}

.p-emTour__rankingContainer {
  position: relative;
  padding-right: 16px;
  margin-top: 14px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTour__rankingContainer {
    padding-right: 0;
    margin-right: 0;
    overflow-x: visible;
  }
}

.p-emTour__rankingCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-reset: ranking 0;
}
@media screen and (min-width: 801px) {
  .p-emTour__rankingCards {
    width: 100%;
    margin-inline: auto;
  }
}
.p-emTour__rankingCards .slick-slide {
  width: 200px;
}

.p-emTour__rankingCard {
  display: block;
  width: 200px;
  position: relative;
  z-index: 1;
}
.p-emTour__rankingCard::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 30px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_ranking.svg) no-repeat center/cover;
  z-index: 2;
}
.p-emTour__rankingCard::after {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ranking 1;
  content: counter(ranking) "";
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 28px;
  height: 30px;
  z-index: 3;
  color: #fff;
}

.p-emTour__rankingLink {
  display: block;
}

.p-emTour__rankingImg {
  position: relative;
  display: block;
}
.p-emTour__rankingImg img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 5px 5px 5px;
}
.p-emTour__rankingImg figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 103, 103, 0.1)), to(rgba(1, 1, 1, 0.9)));
  background: linear-gradient(rgba(103, 103, 103, 0.1) 0%, rgba(1, 1, 1, 0.9) 100%);
  color: #fff;
  padding: 16px 10px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* ここで3行に制限 */
  overflow: hidden;
}

.p-emTour__rankingTitle {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}

/* 新着ツアー */
.p-emTour__tour {
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  background-color: #f3f3f3;
}
@media screen and (min-width: 801px) {
  .p-emTour__tour {
    padding-inline: 0;
    margin-inline: 0;
  }
}

.p-emTour__tourInner {
  padding-block: 32px;
}
@media screen and (min-width: 801px) {
  .p-emTour__tourInner {
    padding: 24px 26px 40px;
  }
}

.p-emTour__tourHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-emTour__tourHeading {
  font-size: 20px;
  font-weight: 700;
}

.p-emTour__tourContainer {
  position: relative;
  margin-top: 14px;
  padding-right: 16px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTour__tourContainer {
    overflow: visible;
    padding-right: 0;
    margin-right: auto;
  }
}

.p-emTour__tourCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  .p-emTour__tourCards {
    width: 100%;
  }
}
.p-emTour__tourCards .slick-slide {
  width: 200px;
}

.p-emTour__tourCardLink {
  display: block;
}

.p-emTour__tourCardFigure {
  position: relative;
}

.p-emTour__tourCardFigcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 103, 103, 0.1)), to(rgba(1, 1, 1, 0.9)));
  background: linear-gradient(rgba(103, 103, 103, 0.1) 0%, rgba(1, 1, 1, 0.9) 100%);
  color: #fff;
  padding: 16px 10px 3px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
}

.p-emTour__tourCardContent {
  margin-top: 8px;
}

.p-emTour__tourCardTitle {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}

.p-emProductList__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-emProductList__comprise + .p-emProductList__comprise {
  margin-top: 32px;
}
@media screen and (min-width: 801px) {
  .p-emProductList__comprise + .p-emProductList__comprise {
    margin-top: 40px;
  }
}

@media screen and (min-width: 801px) {
  .p-emProductList__compriseInner {
    padding-inline: 42px;
  }
}

.p-emProductList__compriseHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 22px;
}
.p-emProductList__compriseHeading.m-place::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_spot.svg) no-repeat center center/100% auto;
}
.p-emProductList__compriseHeading.m-activity::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_filter.svg) no-repeat center center/100% auto;
}

.p-emTour__compriseContainer {
  position: relative;
  padding-right: 16px;
  margin-top: 16px;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
@media screen and (min-width: 801px) {
  .p-emTour__compriseContainer {
    padding-right: 0;
    margin-right: 0;
    overflow-x: visible;
  }
}

.p-emProductList__compriseCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  .p-emProductList__compriseCards {
    width: 100%;
    margin-inline: auto;
  }
}
.p-emProductList__compriseCards.slick-slide {
  width: 200px;
  margin: 0;
}
.p-emProductList__compriseCards .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-emProductList__compriseCards .slick-arrow {
  width: 50px;
  height: 50px;
}
.p-emProductList__compriseCards .slick-arrow.slick-prev, .p-emProductList__compriseCards .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-emProductList__compriseCards .slick-arrow.slick-prev.slick-disabled, .p-emProductList__compriseCards .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.p-emProductList__compriseCards .slick-arrow.slick-prev {
  left: -28px;
  z-index: 10;
}
.p-emProductList__compriseCards .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.p-emProductList__compriseCards .slick-arrow.slick-next {
  z-index: 10;
  right: -28px;
}
.p-emProductList__compriseCards .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}

.p-emProductList__compriseCard {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}
@media screen and (min-width: 801px) {
  .p-emProductList__compriseCard {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 140px;
  }
}

.p-emProductList__compriseCardLink {
  display: block;
}

.p-emProductList__compriseCardImg {
  height: 90px;
}
.p-emProductList__compriseCardImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-emProductList__compriseCardFigcaption {
  margin-top: 8px;
}

.p-emProductList__compriseCardTitle {
  font-size: 16px;
  font-weight: 700;
}

/* 一覧 */
.p-emProductList__pickup {
  padding-block: 30px;
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  background-color: #fdf5ee;
  margin-top: 32px;
}
@media screen and (min-width: 801px) {
  .p-emProductList__pickup {
    padding-block: 25px 30px;
    padding-inline: 21px;
    margin-inline: 0;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1201px) {
  .p-emProductList__pickup {
    padding-block: 50px 60px;
    padding-inline: 42px;
    margin-inline: 0;
    margin-top: 50px;
  }
}

.p-emProductList__pickupFormWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 343px;
}
@media screen and (min-width: 1201px) {
  .p-emProductList__pickupFormWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

.p-emProductList__pickupFormWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-emProductList__pickupFormLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}

.p-emProductList__pickupFormInputDeparture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 293px;
}
.p-emProductList__pickupFormInputDeparture select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  width: 293px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  background-image: url(https://assets.pandabus.com/assets/user/image/ico_chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px;
  padding-right: 35px;
}

.p-emProductList__pickupFormFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 801px) {
  .p-emProductList__pickupFormFlex {
    margin-top: 0;
  }
}

.p-emProductList__pickupFormInput {
  width: 160px;
  font-weight: 500;
}
.p-emProductList__pickupFormInput input[type=date] {
  color: #000;
  font-family: inherit;
  font-weight: inherit;
}

.p-emProductList__pickupFormButton button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 167px;
  max-width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-emProductList__pickupFormText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (min-width: 801px) {
  .p-emProductList__pickupFormText {
    margin-top: 16px;
  }
}
.p-emProductList__pickupFormText span {
  font-size: 20px;
  font-weight: 700;
}

.p-emProductList__pickupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 8px;
}
@media screen and (min-width: 801px) {
  .p-emProductList__pickupList {
    margin-top: 16px;
  }
}

.p-emProductList__pickupItem .c-emCustomBlock__tour01 {
  margin-block: 0;
}
.p-emProductList__pickupItem .c-emCustomBlock__tour01Inner {
  background-color: #fff;
}

.c-emArticleHead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.c-emArticleHead__tag {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 30px;
}
@media screen and (min-width: 801px) {
  .c-emArticleHead__tag {
    font-size: 16px;
  }
}
.c-emArticleHead__tag.m-blog {
  background-color: #fe9700;
}
.c-emArticleHead__tag.m-feature {
  background-color: #0c9ed1;
}
.c-emArticleHead__tag.m-campaign {
  background-color: #e7174d;
}

.c-emArticleHead__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 801px) {
  .c-emArticleHead__date {
    font-size: 16px;
  }
}

.c-emArticleHead__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 3px;
}
@media screen and (min-width: 801px) {
  .c-emArticleHead__heading {
    font-size: 28px;
    margin-top: 8px;
  }
}

.c-emArticleHead__cardsContainer {
  margin-top: 32px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 801px) {
  .c-emArticleHead__cardsContainer {
    margin-inline: 0;
  }
}

.c-emArticleHead__cards {
  width: 100%;
}
.c-emArticleHead__cards.slick-slider {
  margin: 0;
}
.c-emArticleHead__cards .slick-list {
  padding-bottom: 18px;
}
@media screen and (min-width: 801px) {
  .c-emArticleHead__cards .slick-list {
    padding-bottom: 25px;
  }
}
.c-emArticleHead__cards .slick-arrow {
  width: 50px;
  height: 50px;
}
.c-emArticleHead__cards .slick-arrow.slick-prev, .c-emArticleHead__cards .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-emArticleHead__cards .slick-arrow.slick-prev.slick-disabled, .c-emArticleHead__cards .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}
.c-emArticleHead__cards .slick-arrow.slick-prev {
  left: -26px;
  z-index: 10;
}
.c-emArticleHead__cards .slick-arrow.slick-prev::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowLeft.svg) no-repeat center center/cover;
}
.c-emArticleHead__cards .slick-arrow.slick-next {
  z-index: 10;
  right: -26px;
}
.c-emArticleHead__cards .slick-arrow.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://assets.pandabus.com/assets/user/image/ico_arrowRight.svg) no-repeat center center/cover;
}
.c-emArticleHead__cards .dots-wrap {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.c-emArticleHead__cards .dots-wrap li {
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.45;
}
.c-emArticleHead__cards .dots-wrap li.slick-active,
.c-emArticleHead__cards .dots-wrap li:hover {
  opacity: 1;
}
.c-emArticleHead__cards .dots-wrap li:last-child {
  margin-bottom: 0;
}
.c-emArticleHead__cards .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.c-emArticleHead__cards.m-blog .dots-wrap li.slick-active,
.c-emArticleHead__cards.m-blog .dots-wrap li:hover {
  background-color: #ff7600;
}
.c-emArticleHead__cards.m-feature .dots-wrap li.slick-active,
.c-emArticleHead__cards.m-feature .dots-wrap li:hover {
  background-color: #0c9ed1;
}
.c-emArticleHead__cards.m-campaign .dots-wrap li.slick-active,
.c-emArticleHead__cards.m-campaign .dots-wrap li:hover {
  background-color: #e7174d;
}

.c-emArticleHead__card {
  aspect-ratio: 375/211;
}
.c-emArticleHead__card img,
.c-emArticleHead__card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 見出し */
.c-emCustomBlock__blogLargeHeading {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__blogLargeHeading {
    font-size: 26px;
    padding-bottom: 18px;
    margin-block: 32px;
  }
}
.c-emCustomBlock__blogLargeHeading::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fe9700;
}
.c-emCustomBlock__blogLargeHeading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ff7600;
}

.c-emCustomBlock__featureLargeHeading {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  color: #056b8f;
  border: 1px solid #0c9ed1;
  background-color: #fff9e2;
  margin-block: 16px;
  margin-right: 6px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__featureLargeHeading {
    font-size: 26px;
    padding: 24px 10px;
    margin-block: 32px;
  }
}
.c-emCustomBlock__featureLargeHeading::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #fff9e2;
  z-index: -1;
}

.c-emCustomBlock__campaignLargeHeading {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px 18px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__campaignLargeHeading {
    font-size: 26px;
    margin-block: 32px;
  }
}
.c-emCustomBlock__campaignLargeHeading::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(45deg, #f44336 25%, #ffffff 25%, #ffffff 50%, #f44336 50%, #f44336 75%, #ffffff 75%, #ffffff 100%);
  background-size: 8px 8px;
}

.c-emCustomBlock__blogMediumHeading {
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
  background-color: #fdf5ee;
  border-bottom: 3px solid #fe9700;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__blogMediumHeading {
    font-size: 22px;
    margin-block: 32px;
  }
}

.c-emCustomBlock__featureMediumHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 4px 20px;
  border-block: 2px solid #0c9ed1;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__featureMediumHeading {
    font-size: 22px;
    padding: 10px 30px;
    margin-block: 32px;
  }
}
.c-emCustomBlock__featureMediumHeading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 2px;
  height: calc(100% + 12px);
  background: #0c9ed1;
}
.c-emCustomBlock__featureMediumHeading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  height: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0c9ed1;
}

.c-emCustomBlock__campaignMediumHeading {
  position: relative;
  padding: 6px;
  background-color: #e7174d;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__campaignMediumHeading {
    margin-block: 32px;
  }
}
.c-emCustomBlock__campaignMediumHeading span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 5px 9px;
  color: #fff;
  border: 1px solid currentColor;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__campaignMediumHeading span {
    font-size: 22px;
    padding: 11px 9px;
  }
}

.c-emCustomBlock__blogSmallHeading {
  font-size: 16px;
  font-weight: 700;
  padding: 2px 8px 2px 12px;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(to bottom, #fe9700 50%, #ff7600 50%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fe9700), color-stop(50%, #ff7600)) 1;
     border-image: linear-gradient(to bottom, #fe9700 50%, #ff7600 50%) 1;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__blogSmallHeading {
    font-size: 18px;
    margin-block: 32px;
  }
}

.c-emCustomBlock__featureSmallHeading {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 8px 4px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__featureSmallHeading {
    font-size: 18px;
    margin-block: 32px;
  }
}
.c-emCustomBlock__featureSmallHeading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(https://assets.pandabus.com/assets/user/image/bg_articleBorder.png) no-repeat center center/cover;
}

.c-emCustomBlock__campaignSmallHeading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 8px 2px 20px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__campaignSmallHeading {
    font-size: 18px;
    margin-block: 32px;
  }
}
.c-emCustomBlock__campaignSmallHeading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e7174d;
}

.c-emCustomBlock__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__news {
    display: none;
  }
}

.c-emCustomBlock__newsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 32px;
}
.m-blog .c-emCustomBlock__newsLink:not(:first-of-type) {
  border-top: 1px solid #d2d2d2;
}
.m-feature .c-emCustomBlock__newsLink:not(:first-of-type) {
  border-top: 2px dotted #0c9ed1;
}
.m-campaign .c-emCustomBlock__newsLink:not(:first-of-type) {
  border-top: 1px dashed #e7174d;
}
.c-emCustomBlock__newsLink:hover {
  color: currentColor;
  opacity: 0.7;
}
.c-emCustomBlock__newsTime {
  font-size: 14px;
  font-weight: 700;
  color: #828282;
}
.c-emCustomBlock__newsText {
  font-size: 16px;
  line-height: 500;
  line-height: 1.6;
  margin-top: 4px;
}
.c-emCustomBlock__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-right: 16px;
  margin-top: 16px;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__article,
  .c-emCustomBlock__articleHeading {
    display: none;
  }
}

.c-emCustomBlock__articleFigure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-emCustomBlock__articleImg {
  width: 200px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-emCustomBlock__articleImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-emCustomBlock__articleFigcaption {
  font-size: 15px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-emCustomBlock__space {
  height: 32px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__space {
    height: 64px;
  }
}

.c-emCustomBlock__accordion {
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__accordion {
    margin-block: 32px;
  }
}
.c-emCustomBlock__accordion[open] {
  padding-bottom: 10px;
}
.c-emCustomBlock__accordion summary {
  position: relative;
  display: block;
  padding: 16px 44px 12px 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.c-emCustomBlock__accordion summary::-webkit-details-marker {
  display: none;
}
.c-emCustomBlock__accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_plus.svg) no-repeat center center;
}
.c-emCustomBlock__accordion.m-blog {
  border: 4px solid #ffd699;
}
.c-emCustomBlock__accordion.m-blog summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_plus.svg) no-repeat center center;
}
.c-emCustomBlock__accordion.m-blog[open] summary::after {
  background: url(https://assets.pandabus.com/assets/user/image/ico_minus.svg) no-repeat center center;
}
.c-emCustomBlock__accordion.m-feature {
  border: 4px solid transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-emCustomBlock__accordion.m-feature:hover {
  background-color: #f4fbfd;
}
.c-emCustomBlock__accordion.m-feature summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_plus-feature.svg) no-repeat center center;
}
.c-emCustomBlock__accordion.m-feature[open] summary::after {
  background: url(https://assets.pandabus.com/assets/user/image/ico_minus-feature.svg) no-repeat center center;
}
.c-emCustomBlock__accordion.m-campaign {
  border-bottom: 1px solid #e7174d;
}
.c-emCustomBlock__accordion.m-campaign summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_plus-campaign.svg) no-repeat center center;
}
.c-emCustomBlock__accordion.m-campaign[open] summary::after {
  background: url(https://assets.pandabus.com/assets/user/image/ico_minus-campaign.svg) no-repeat center center;
}
.c-emCustomBlock__accordion > * {
  margin-block: 7px 0;
  padding-inline: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__accordion > * {
    margin-top: 11px;
  }
}

.c-emCustomBlock__img {
  aspect-ratio: 343/193;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__img {
    margin-block: 32px;
  }
}
.c-emCustomBlock__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-emCustomBlock__youtube {
  aspect-ratio: 343/193;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__youtube {
    margin-block: 32px;
  }
}
.c-emCustomBlock__youtube iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.c-emCustomBlock__text {
  font-size: 16px;
  line-height: 1.6;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__text {
    line-height: 2;
    margin-block: 32px;
  }
}
.c-emCustomBlock__text.m-bold {
  font-weight: 700;
}

.c-emCustomBlock__textLink {
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__textLink {
    margin-block: 32px;
  }
}
.c-emCustomBlock__textLink a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: #376dab;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__textLink a {
    line-height: 2;
  }
}
.c-emCustomBlock__textLink a:hover {
  color: #376dab;
  opacity: 0.7;
}

.c-emCustomBlock__ulList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 16px;
  margin-block: 16px;
  list-style-type: disc;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__ulList {
    margin-block: 32px;
  }
}
.c-emCustomBlock__ulList li {
  list-style-type: disc;
  margin-left: 20px;
}
.c-emCustomBlock__ulList li .m-bold {
  font-weight: 700;
}

.c-emCustomBlock__blockQuote {
  padding: 16px;
  border-left: 2px solid #828282;
  background-color: #f6f6f6;
  word-break: break-all;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__blockQuote {
    margin-block: 32px;
  }
}
.c-emCustomBlock__blockQuote div,
.c-emCustomBlock__blockQuote p {
  font-size: 16px;
}

.c-emCustomBlock__strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-block: 3px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__strong {
    margin-block: 32px;
    line-height: 2;
  }
}
.c-emCustomBlock__strong.m-blog {
  background-color: rgba(255, 214, 153, 0.5);
}
.c-emCustomBlock__strong.m-feature {
  background-color: #fff7cf;
}
.c-emCustomBlock__strong.m-campaign {
  background-color: rgba(254, 241, 244, 0.6);
}

.c-emCustomBlock__olList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 16px;
  margin-block: 16px;
  list-style-type: decimal;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__olList {
    margin-block: 32px;
  }
}
.c-emCustomBlock__olList li {
  list-style-type: decimal;
  margin-left: 20px;
}
.c-emCustomBlock__olList li::marker {
  font-weight: 700;
}
.c-emCustomBlock__olList.m-blog li::marker {
  color: #fe9700;
}
.c-emCustomBlock__olList.m-feature li::marker {
  color: #0c9ed1;
}
.c-emCustomBlock__olList.m-campaign li::marker {
  color: #e7174d;
}

.c-emCustomBlock__hr {
  border: none;
  width: 100%;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__hr {
    margin-block: 32px;
  }
}
.c-emCustomBlock__hr.m-blog {
  height: 1px;
  border-top: 1px solid #d2d2d2;
}
.c-emCustomBlock__hr.m-feature {
  height: 2px;
  border-top: 2px dotted #0c9ed1;
}
.c-emCustomBlock__hr.m-campaign {
  height: 1px;
  border-top: 1px dashed #e7174d;
}

.c-emCustomBlock__blogLink {
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__blogLink {
    margin-block: 32px;
  }
}
.c-emCustomBlock__blogLink a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 11px 15px 12px;
  border: 1px solid transparent;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#fea100), color-stop(#ff7600), to(#ff3200));
  background: linear-gradient(-90deg, #fea100, #ff7600, #ff3200);
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 #cc4729;
          box-shadow: 0 3px 0 #cc4729;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-emCustomBlock__blogLink a:hover {
  color: #ff7600;
  border-color: currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #ff7600;
          box-shadow: 0 3px 0 #ff7600;
}
.c-emCustomBlock__blogLink.m-reverse a {
  color: #ff7600;
  border: 1px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #ff7600;
          box-shadow: 0 3px 0 #ff7600;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-emCustomBlock__blogLink.m-reverse a:hover {
  color: #fff;
  border-color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#fea100), color-stop(#ff7600), to(#ff3200));
  background: linear-gradient(-90deg, #fea100, #ff7600, #ff3200);
  -webkit-box-shadow: 0 3px 0 #cc4729;
          box-shadow: 0 3px 0 #cc4729;
}

.c-emCustomBlock__featureLink {
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__featureLink {
    margin-block: 32px;
  }
}
.c-emCustomBlock__featureLink a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 11px 15px 12px;
  border: 1px solid transparent;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
  background: #0c9ed1;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 #297f9e;
          box-shadow: 0 3px 0 #297f9e;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-emCustomBlock__featureLink a:hover {
  color: #0c9ed1;
  border-color: currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 currentColor;
          box-shadow: 0 3px 0 currentColor;
}
.c-emCustomBlock__featureLink.m-reverse a {
  color: #0c9ed1;
  border: 1px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 currentColor;
          box-shadow: 0 3px 0 currentColor;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-emCustomBlock__featureLink.m-reverse a:hover {
  color: #fff;
  border-color: transparent;
  background: #0c9ed1;
  -webkit-box-shadow: 0 3px 0 #297f9e;
          box-shadow: 0 3px 0 #297f9e;
}

.c-emCustomBlock__campaignLink {
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__campaignLink {
    margin-block: 32px;
  }
}
.c-emCustomBlock__campaignLink a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 11px 15px 12px;
  border: 1px solid transparent;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
  background: #e7174d;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 #740c27;
          box-shadow: 0 3px 0 #740c27;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-emCustomBlock__campaignLink a:hover {
  color: #e7174d;
  border-color: currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 currentColor;
          box-shadow: 0 3px 0 currentColor;
}
.c-emCustomBlock__campaignLink.m-reverse a {
  color: #e7174d;
  border: 1px solid currentColor;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 currentColor;
          box-shadow: 0 3px 0 currentColor;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-emCustomBlock__campaignLink.m-reverse a:hover {
  color: #fff;
  border-color: transparent;
  background: #e7174d;
  -webkit-box-shadow: 0 3px 0 #740c27;
          box-shadow: 0 3px 0 #740c27;
}

.c-emCustomBlock__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-emCustomBlock__banner a {
  width: 100%;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__banner a {
    margin-top: 32px;
  }
}
.c-emCustomBlock__banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 343/121;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__banner {
    display: none;
  }
}
.c-emCustomBlock__banner.m-sidebar {
  display: none;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__banner.m-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 145px;
  }
}
.c-emCustomBlock__banner.m-sidebar a {
  width: 100%;
  margin-top: 0;
}
.c-emCustomBlock__banner.m-sidebar a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 343/121;
}

.c-emCustomBlock__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 16px;
  margin-block: 16px;
  background: #f3f3f3;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__map {
    margin-block: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-emCustomBlock__mapFrame iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 311/175;
}
/* @media screen and (min-width: 1201px) {
  .c-emCustomBlock__mapFrame {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 41.3253012048%;
  }
  .c-emCustomBlock__mapFrame iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 343/206;
  }
} */

@media screen and (min-width: 1201px) {
  .c-emCustomBlock__mapContents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-emCustomBlock__mapHeading {
  font-size: 18px;
  font-weight: 700;
}

.c-emCustomBlock__mapWrap {
  margin-top: 16px;
}
.c-emCustomBlock__mapWrap dt {
  font-size: 16px;
  font-weight: 700;
}
.c-emCustomBlock__mapWrap dd {
  font-size: 16px;
}

.c-emCustomBlock__tour01 {
  position: relative;
  display: block;
  margin-block: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.c-emCustomBlock__tour01:hover {
  color: currentColor;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01 {
    margin-block: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01:hover {
    color: currentColor;
    opacity: 0.8;
    cursor: pointer;
  }
}

.c-emCustomBlock__tour01Inner {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Inner {
    padding: 24px;
  }
}

.c-emCustomBlock__tour01Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 16px;
  }
}

.c-emCustomBlock__tour01Img {
  aspect-ratio: 343/206;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Img {
    width: 44.6614583333%;
    height: 205px;
  }
}
.c-emCustomBlock__tour01Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01Img img {
    border-radius: 5px;
  }
}
.c-emCustomBlock__tour01Img img:hover {
  opacity: 1;
}

.c-emCustomBlock__tour01Contents {
  padding: 16px 10px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Contents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 53.2552083333%;
    padding: 0 0 0 16px;
  }
}
.c-emCustomBlock__tour01Contents.m-product {
  padding: 16px 10px 0 10px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Contents.m-product {
    padding: 0 0 0 16px;
  }
}

.c-emCustomBlock__tour01Tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 2px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01Tags {
    gap: 4px;
  }
}
.c-emCustomBlock__tour01Tags span {
  display: inline-block;
  font-size: 12px;
  padding-inline: 3px;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
}
.c-emCustomBlock__tour01Tags.m-product {
  display: none;
  margin-top: 4px;
}
.c-emCustomBlock__tour01Tags.m-product.is-open {
  display: block;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Tags.m-product {
    display: block;
  }
}

.c-emCustomBlock__tour01Campaign {
  font-size: 15px;
  font-weight: 700;
  color: #ff2e00;
  background: -webkit-gradient(linear, left top, right top, from(#ff2e00), to(#fd9600));
  background: linear-gradient(90deg, #ff2e00, #fd9600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Campaign {
    display: none;
  }
}
.c-emCustomBlock__tour01Campaign.m-xl {
  display: none;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Campaign.m-xl {
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
}
.c-emCustomBlock__tour01Campaign.m-product {
  display: none;
}
.c-emCustomBlock__tour01Campaign.m-product.is-open {
  display: block;
}

.c-emCustomBlock__tour01Heading {
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Heading {
    display: none;
  }
}
.c-emCustomBlock__tour01Heading.m-xl {
  display: none;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Heading.m-xl {
    font-size: 18px;
    display: -webkit-box;
  }
}

.c-emCustomBlock__tour01Plan {
  font-size: 12px;
  font-weight: 700;
  color: #ff3200;
  margin-top: 4px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01Plan {
    font-size: 14px;
  }
}

.c-emCustomBlock__tour01Sale {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 1px 11px;
  margin-top: 8px;
  background-color: #ff3200;
  border-radius: 30px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01Sale {
    font-size: 14px;
    padding: 1px 24px;
  }
}
.c-emCustomBlock__tour01Sale + .c-emCustomBlock__tour01Wrap {
  margin-top: 8px;
}

.c-emCustomBlock__tour01Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Wrap {
    margin-top: 36px;
  }
}

.c-emCustomBlock__tour01Price {
  font-size: 16px;
  font-weight: 700;
  color: #ff3200;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01Price {
    font-size: 22px;
  }
}

.c-emCustomBlock__tour01Review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.c-emCustomBlock__tour01Review.m-product {
  visibility: hidden;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Review.m-product {
    visibility: visible;
  }
}
.c-emCustomBlock__tour01Review.m-product.is-open {
  visibility: visible;
}

.c-emCustomBlock__tour01ReviewImg {
  width: 82px;
  height: 14px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01ReviewImg {
    width: 112px;
    height: 19px;
  }
}
.c-emCustomBlock__tour01ReviewImg img {
  width: 100%;
  height: 100%;
}

.c-emCustomBlock__tour01ReviewAverage {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01ReviewAverage {
    font-size: 14px;
  }
}
.c-emCustomBlock__tour01ReviewAverage span {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01ReviewAverage span {
    font-size: 20px;
  }
}

.c-emCustomBlock__tour01Reserved {
  font-size: 12px;
  text-align: center;
  background-color: #f3f3f3;
  margin-top: 8px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01Reserved {
    font-size: 14px;
  }
}
.c-emCustomBlock__tour01Reserved span {
  font-size: 16px;
  font-weight: 700;
}
.c-emCustomBlock__tour01Reserved.m-product {
  display: none;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Reserved.m-product {
    display: block;
  }
}
.c-emCustomBlock__tour01Reserved.m-product.is-open {
  display: block;
}

.c-emCustomBlock__tour01StrongTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 2px;
  margin-top: 8px;
}
.c-emCustomBlock__tour01StrongTags span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ff3200;
  padding-inline: 3px;
  border: 1px solid currentColor;
  border-radius: 1px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour01StrongTags span {
    font-size: 15px;
  }
}

.c-emCustomBlock__tour01Recommend {
  position: relative;
  padding-bottom: 16px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Recommend {
    margin-top: 16px;
    padding-bottom: 0;
  }
}
.c-emCustomBlock__tour01Recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 250px;
  width: 53px;
  height: 80px;
  background: url(https://assets.pandabus.com/assets/user/image/article_ico_panda.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Recommend::before {
    left: 50px;
    width: 30px;
    height: 45px;
  }
}
.c-emCustomBlock__tour01Recommend.m-product {
  display: none;
  margin-top: 8px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01Recommend.m-product {
    display: block;
    margin-top: 16px;
  }
}
.c-emCustomBlock__tour01Recommend.m-product.is-open {
  display: block;
}

.c-emCustomBlock__tour01RecommendTitle {
  position: relative;
  padding: 19px 0 14px 32px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01RecommendTitle {
    padding: 0 0 7px 90px;
  }
}

.c-emCustomBlock__tour01RecommendList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 16px;
  margin-inline: 16px;
  border: 1px solid #828282;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01RecommendList {
    font-size: 14px;
    margin-inline: 0;
  }
}
.c-emCustomBlock__tour01RecommendList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 210px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #828282;
  translate: -50% -100%;
  -webkit-transform: skew(-52deg);
          transform: skew(-52deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01RecommendList::before {
    left: 30px;
  }
}
.c-emCustomBlock__tour01RecommendList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 210px;
  border-style: solid;
  border-width: 0 7.2px 7.2px 7.2px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
  -webkit-transform: skew(-52deg);
          transform: skew(-52deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01RecommendList::after {
    left: 30px;
  }
}
.c-emCustomBlock__tour01RecommendList li {
  list-style: none;
  margin-left: 20px;
}

.c-emCustomBlock__tour01BottomWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: 10px;
  margin-bottom: 16px;
  z-index: 10;
  margin-top: 8px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour01BottomWrap {
    display: none;
  }
}
.c-emCustomBlock__tour01BottomWrap button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-emCustomBlock__tour01BottomButton {
  padding: 9px 24px;
  border: 1px solid #ff7600;
  border-radius: 30px;
  visibility: hidden;
}
.c-emCustomBlock__tour01BottomButton span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ff7600;
  padding-right: 16px;
}
.c-emCustomBlock__tour01BottomButton span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 0;
  display: inline-block;
  content: "";
  background: url(https://assets.pandabus.com/assets/user/image/ico_chevron-outline.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-emCustomBlock__tour01BottomButton.is-open {
  visibility: visible;
}

.c-emCustomBlock__tour01BottomAccordion {
  padding-block: 5px;
}
.c-emCustomBlock__tour01BottomAccordion span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ff7600;
  padding-right: 34px;
}
.c-emCustomBlock__tour01BottomAccordion span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(https://assets.pandabus.com/assets/user/image/ico_circlePlus.svg) no-repeat center center/100% auto;
}
.c-emCustomBlock__tour01BottomAccordion.is-open span::after {
  background: url(https://assets.pandabus.com/assets/user/image/ico_circleMinus.svg) no-repeat center center/100% auto;
}

.c-emCustomBlock__tour02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(168px, 1fr) 7px minmax(168px, 1fr);
  grid-template-columns: repeat(2, minmax(168px, 1fr));
  gap: 16px 7px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02 {
    gap: 32px 16px;
    margin-block: 32px;
  }
}

.c-emCustomBlock__tour02Card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 6;
  grid-row: span 6;
  gap: 0;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02Card {
    padding-bottom: 16px;
  }
}
.c-emCustomBlock__tour02Card :is(.c-emCustomBlock__tour02CardTags, .c-emCustomBlock__tour02CardTitle, .c-emCustomBlock__tour02CardPrice, .p-emTopCategory__pickupCardReview) {
  padding-inline: 10px;
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour02Card :is(.c-emCustomBlock__tour02CardTags, .c-emCustomBlock__tour02CardTitle, .c-emCustomBlock__tour02CardPrice, .p-emTopCategory__pickupCardReview) {
    padding-inline: 16px;
  }
}
.c-emCustomBlock__tour02Card:hover {
  color: currentColor;
  opacity: 0.7;
}

.c-emCustomBlock__tour02CardImg {
  display: block;
}
.c-emCustomBlock__tour02CardImg img {
  display: block;
  width: 100%;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardImg img {
    height: 243px;
  }
}

.c-emCustomBlock__tour02CardTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px 2px;
  padding-top: 7px;
  padding-inline: 8px;
}
.c-emCustomBlock__tour02CardTags span {
  font-size: 8px;
  padding: 1px 3px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardTags span {
    font-size: 11px;
    padding: 1px 4px;
  }
}

.c-emCustomBlock__tour02CardTitle {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
  padding-inline: 8px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardTitle {
    margin-top: 8px;
  }
}

.c-emCustomBlock__tour02CardPrice {
  font-size: 15px;
  font-weight: 700;
  color: #ff3200;
  margin-top: 5px;
  padding-inline: 8px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardPrice {
    margin-top: 3px;
  }
}

.c-emCustomBlock__tour02CardReserved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  background-color: #f3f3f3;
  margin-top: 3px;
  margin-inline: 10px;
  padding: 2px 2px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardReserved {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1201px) {
  .c-emCustomBlock__tour02CardReserved {
    margin-inline: 16px;
  }
}
.c-emCustomBlock__tour02CardReserved span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardReserved span {
    font-size: 16px;
  }
}

.c-emCustomBlock__tour02CardReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-top: 3px;
  padding-inline: 8px;
}

.c-emCustomBlock__tour02CardStar {
  width: 69px;
  height: auto;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardStar {
    width: 92px;
  }
}
.c-emCustomBlock__tour02CardStar img {
  width: 100%;
  height: auto;
}

.c-emCustomBlock__tour02CardAverage {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardAverage {
    font-size: 14px;
  }
}
.c-emCustomBlock__tour02CardAverage span {
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__tour02CardAverage span {
    font-size: 16px;
  }
}

.c-emCustomBlock__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-block: 16px;
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-block: 32px;
  }
}
@media screen and (min-width: 801px) {
  .c-emCustomBlock__media.m-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-emCustomBlock__mediaImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 343/193;
}
.c-emCustomBlock__mediaImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 801px) {
  .c-emCustomBlock__mediaContent {
    width: 43.8554216867%;
  }
}

.c-emCustomBlock__mediaText {
  font-size: 16px;
  line-height: 2;
}

.c-emCustomBlock__mediaLink {
  margin-top: 16px;
}
/** ツアー詳細開始時間タブ */
.js-planTimeTabPanel {
  cursor: pointer;
}
.js-planTimeTabPanel.is-current {
	color: #fe9700;
}
.refinement-condition__delete {
  background-color: #F5EFD1;
  position: relative;
}
.refinement-condition__delete:hover {
  background-color: rgba(245, 239, 209, 0.7);
}
.refinement-condition__delete::after {
  content: url(https://assets.pandabus.com/assets/user/image/svg/refine_close_btn.svg);
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.planTimeTabPanel_pointer {
  cursor: pointer;
}
.p-emTour__start__time {
    display: none;
}
.p-emTour__start__time.is-active {
    display: block;
}
/* t-reserv SP専用 */
@media only screen and (max-width: 800px) {
  .t-reserv {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #F5F5F5;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .t-reserv__sp-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 65%;
  }

  .t-reserv__p-news {
    display: inline;
    margin-bottom: 0;
  }

  .t-reserv__p-news img {
    display: none;
  }

  .t-reserv__p-news--callout {
    display: inline-block;
    padding: 3px 7px;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 30px;
  }

  /* 吹き出しの矢印を消す */
  .t-reserv__p-news--callout:before,
  .t-reserv__p-news--callout:after {
    content: none;
    display: none;
  }

  .t-reserv__p-news--word {
    display: inline;
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }

  .t-reserv__p-news--num {
    color: #F40000;
    font-size: 18px;
    font-weight: bold;
  }

  .t-reserv__price--area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }

  .t-reserv__price--num {
    color: #F40000;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.3;
    padding-right: 3px;
  }

  .t-reserv__price--currency {
    font-size: 14px;
    padding-right: 5px;
  }

  .t-reserv__price--tax {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
  }

  /* 予約ボタン */
  .t-reserv .tour-detail__btn--reserv {
    display: block;
    padding: 22px 0 20px;
    width: 35%;
    background-color: #FF3200;
    border-radius: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }

  .t-reserv .tour-detail__btn--reserv.tour-detail__btn--reserv--close {
    background-color: #ccc;
    pointer-events: none;
  }
  /* t-reservの高さ分上にずらす */
  .re-top--with-reserv {
    bottom: 80px;
  }
}
@media only screen and (min-width: 801px) {
  .t-reserv {
    display: none;
  }
}
/* ツアー詳細画面のSP表示のお知らせの開閉 */
@media screen and (max-width: 800px) {
  .p-emTour__summaryAnnotation dd {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-emTour__summaryAnnotation.is-open dd {
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
