@charset "UTF-8";
.pc {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.hearder {
  margin-top: 12px;
  padding: 12px 16px;
  border-bottom: 2px solid #66b821;
}
.hearder.modal {
  box-sizing: border-box;
  position: fixed;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
}

.rt-header {
  z-index: 9999;
}
.rt-header #rt-nav-box {
  display: none;
  top: -30px;
}

a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.headerInner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.headerInner .userGadget ul {
  display: flex;
}
.headerInner .userGadget ul li {
  margin: 0 4px;
}
.headerInner .userGadget ul li a {
  font-size: 10px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
.headerInner .userGadget ul li a img {
  margin-bottom: 4px;
  height: 24px;
  width: 24px;
}
.headerInner .userGadget ul li.green a {
  padding: 4px 5px;
  background-color: #d6e9c7;
  color: #255500;
}

.rt-nav-link dt {
  display: none;
}

#grpLocationArea {
  font-size: 12px;
  background-color: #f5f5f5;
  padding: 16px;
}
#grpLocationArea a {
  color: #54822b;
}

#wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #333;
  background-color: #f5f5f5;
}
#wrapper .main__text {
  font-size: 18px;
  text-align: center;
  padding-bottom: 24px;
}
#wrapper .holder {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px;
  padding-top: 0;
}

.parts {
  padding: 16px;
  background-color: #fff;
  margin-bottom: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.parts h2 {
  padding-bottom: 16px;
}
.info__modal .info__list {
  overflow-y: auto;
  max-height: 60vh;
  max-height: 70svh;
}
.info__modal .info__modal__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
}
.info__modal .info__item {
  display: block !important;
  margin-bottom: 16px;
  line-height: 24px;
}
.info__modal .close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.info__modal .close img {
  width: 100%;
}

.info__list .info__item:not(:nth-child(-n+2)) {
  display: none;
}
.info__list .info__item.info__item-red a {
  color: #8c0000;
}
.info__list .info__item.info__item-red a::before {
  background-image: url(../images/suprise_red.svg);
}
.info__list .info__item a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.info__list .info__item a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 4px;
  flex: 0 0 20px;
  background: url(../images/suprise.svg) no-repeat;
  background-size: cover;
}
.info__list .info__item a::after {
  display: block;
  margin-left: auto;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-right: 10px;
  flex: 0 0 20px;
  background: url(../images/right.svg) no-repeat;
}

.info_more {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
  text-align: right;
}
.info_more a {
  color: #333;
}

.faq__text {
  animation: 800ms ease-in-out 0s 1 normal none running slideInUp;
  background-color: #eef3ff;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 12px;
}
.faq__text span {
  margin-left: 4px;
  height: 24px;
  width: 24px;
}
.faq__text span img {
  width: 100%;
}
.faq__text span:hover {
  cursor: pointer;
}

.faq__service__list {
  padding-bottom: 12px;
  margin: 0 0 12px;
  display: flex;
  margin-bottom: 12px;
}
.faq__service__list .faq__service__item {
  border-radius: 50px;
  border: 1px solid #9c9c9c;
  position: relative;
  margin-right: 16px;
  padding: 8px 16px;
  width: auto !important;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.faq__service__list .faq__service__item::before {
  content: "";
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.faq__service__list .faq__service__item.active::before {
  filter: invert(100%) brightness(100);
}
.faq__service__list .faq__service__item.hotel::before {
  background: url(../images/hotel.svg) no-repeat;
}
.faq__service__list .faq__service__item.package::before {
  background: url(../images/package.svg) no-repeat;
}
.faq__service__list .faq__service__item.jr::before {
  background: url(../images/jr_hotel.svg) no-repeat;
}
.faq__service__list .faq__service__item.car::before {
  background: url(../images/car.svg) no-repeat;
}
.faq__service__list .faq__service__item.bus::before {
  background: url(../images/bus.svg) no-repeat;
}
.faq__service__list .faq__service__item.overseas::before {
  background: url(../images/overseas_hotel.svg) no-repeat;
}
.faq__service__list .faq__service__item.air::before {
  background: url(../images/package.svg) no-repeat;
}
.faq__service__list .faq__service__item.flight::before {
  background: url(../images/flight.svg) no-repeat;
}
.faq__service__list .faq__service__item.users::before {
  background: url(../images/users.svg) no-repeat;
}
.faq__service__list .faq__service__item.suitcase::before {
  background: url(../images/suitcase.svg) no-repeat;
}
.faq__service__list .faq__service__item.active {
  position: relative;
  border: 1px solid #54822b;
  background-color: #54822b;
  color: #fff;
}
.faq__service__list .faq__service__item.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 50%;
  margin-right: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_down.svg) no-repeat;
}
.faq__service__list .faq__service__item:hover {
  opacity: 0.9;
}

.faq__content__inner {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  padding: 12px;
  margin-bottom: 16px;
}
.faq__content__inner .faq__content__title {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq__content__inner .faq__content__title.active {
  color: #54822b;
}
.faq__content__inner .faq__content__title::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-size: cover;
  margin-right: 8px;
}
.faq__content__inner .faq__content__title .pr {
  color: #686868;
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding-top: 2px;
  background-repeat: no-repeat;
}
.faq__content__inner .faq__content__title.active::after {
  transform: rotate(270deg);
  position: relative;
  top: -3px;
  right: -3px;
}
.faq__content__inner .faq__content__title.reserved::before {
  background-image: url(../images/reserved.svg);
}
.faq__content__inner .faq__content__title.cancel::before {
  background-image: url(../images/cancel.svg);
}
.faq__content__inner .faq__content__title.price::before {
  background-image: url(../images/price.svg);
}
.faq__content__inner .faq__content__title.help::before {
  background-image: url(../images/help.svg);
}
.faq__content__inner .faq__content__title.coupon::before {
  background-image: url(../images/coupon.svg);
}
.faq__content__inner .faq__content__title.receipt::before {
  background-image: url(../images/receipt.svg);
}
.faq__content__inner .faq__content__title.hotel::before {
  background-image: url(../images/hotel_green.svg);
}
.faq__content__inner .faq__content__title.package::before {
  background-image: url(../images/package_green.svg);
}
.faq__content__inner .faq__content__title.jr::before {
  background-image: url(../images/jr_hotel_green.svg);
}
.faq__content__inner .faq__content__title.bus::before {
  background-image: url(../images/bus_green.svg);
}
.faq__content__inner .faq__content__title.car::before {
  background-image: url(../images/car_green.svg);
}
.faq__content__inner .faq__content__title.overseas_hotel::before {
  background-image: url(../images/overseas_hotel_green.svg);
}
.faq__content__inner .faq__content__title.flight::before {
  background-image: url(../images/flight_green.svg);
}
.faq__content__inner .faq__content__title.suitcase::before {
  background-image: url(../images/suitcase_green.svg);
}
.faq__content__inner .faq__content__title.users::before {
  background-image: url(../images/users_green.svg);
}
.faq__content__inner .faq__content__title::after {
  display: block;
  margin-left: auto;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/right.svg) no-repeat;
  transform: rotate(90deg);
  background-size: cover;
}
.faq__content__inner .faq__content__inner__container {
  margin-top: 8px;
  border-top: 1px solid #d1d1d1;
  display: none;
}
.faq__content__inner .faq__content__inner__container.show {
  display: block;
}
.faq__content__inner .faq__content__inner__title {
  font-size: 12px;
  padding: 12px 0;
}
.faq__content__inner .faq__item__question {
  position: relative;
  height: 48px;
}
.faq__content__inner .faq__item__title {
  border-radius: 8px;
  padding: 6px;
  padding-bottom: 0;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.faq__content__inner .faq__item__title li {
  margin-bottom: 8px;
  padding: 4px;
  width: 100%;
  font-size: 12px;
}
.faq__content__inner .faq__item__title li.hide {
  display: none;
}
.faq__content__inner .faq__item__title.active {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  width: calc(100% - 14px);
  overflow: hidden;
}
.faq__content__inner .faq__item__title.active::after {
  transform: rotate(270deg);
  top: 7px;
  right: 7px;
}
.faq__content__inner .faq__item__title.hide {
  display: none;
}
.faq__content__inner .faq__item__title::after {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-bottom: auto;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/right.svg) no-repeat;
  background-size: cover;
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}
.faq__content__inner .faq__item__answer {
  padding: 6px;
  font-size: 12px;
  line-height: 1.5;
}
.faq__content__inner .faq__item__more {
  display: block;
  text-align: right;
  color: #54822b;
  font-size: 12px;
}
.faq__content__inner .faq__login {
  margin: 8px auto;
  border-radius: 8px;
  padding: 12px;
  background-color: #f5f5f5;
  font-size: 12px;
}
.faq__content__inner .faq__login.pa {
  text-align: center;
}
.faq__content__inner .faq__login.pa a {
  color: #54822b;
  font-weight: 700;
}
.faq__content__inner .faq__login.pb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__content__inner .faq__login.pb a {
  background-color: #bf0000;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-left: 8px;
  font-size: 13px;
}
.faq__content__inner .resolved__box {
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
}
.faq__content__inner .resolved__box .resolved {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.faq__content__inner .resolved__box .resolved.active::after {
  margin-top: 6px;
  text-align: center;
  flex: 0 0 100%;
  display: block;
  color: #767676;
  font-size: 12px;
  content: "フィードバックありがとうございました";
}
.faq__content__inner .resolved__title {
  font-size: 12px;
}
.faq__content__inner .ohter__approaches.active .ohter__approaches__title::after {
  transform: rotate(90deg);
  top: 0;
}
.faq__content__inner .ohter__approaches.active .ohter__approaches__btn {
  display: none;
}
.faq__content__inner .ohter__approaches__title {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.faq__content__inner .ohter__approaches__title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/help.svg) no-repeat;
  background-size: cover;
  margin-right: 4px;
  filter: grayscale(100%);
}
.faq__content__inner .ohter__approaches__title::after {
  position: relative;
  display: block;
  top: -2px;
  margin-left: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/right.svg) no-repeat;
  transform: rotate(270deg);
}
.faq__content__inner .ohter__approaches__btn {
  display: flex;
  align-items: center;
  padding: 12px 0 4px;
  gap: 8px;
  font-size: 12px;
}
.faq__content__inner .ohter__approaches__btn a {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  color: #333;
  align-items: center;
  display: flex;
}
.faq__content__inner .ohter__approaches__btn a.robot::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/robot.png) no-repeat;
  margin-right: 8px;
  background-size: cover;
  flex: 0 0 24px;
}
.faq__content__inner .ohter__approaches__btn a.hotel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/hotel.svg) no-repeat;
  margin-right: 8px;
  background-size: cover;
  flex: 0 0 24px;
  filter: brightness(180%);
}
.faq__content__inner .ohter__approaches__btn a.help {
  text-align: center;
  width: 100%;
}
.faq__content__inner .ohter__approaches__btn a.help span {
  width: 100%;
}
.faq__content__inner .ohter__approaches__btn a.help::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/help.svg) no-repeat;
  margin-right: 8px;
  background-size: cover;
  filter: grayscale(100%);
}
.faq__content__inner .resolved__btn {
  border-radius: 50px;
  border: 1px solid #eaeaea;
  display: flex;
  padding: 6px 12px;
  margin-top: auto;
}
.faq__content__inner .resolved__btn .resolved__good {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #54822b;
  color: #fff;
  height: 24px;
  width: 24px;
  background: url(../images/like.svg) no-repeat;
}
.faq__content__inner .resolved__btn .resolved__good:checked {
  background: url(../images/like_green.svg) no-repeat;
}
.faq__content__inner .resolved__btn span {
  border-right: 1px solid #8c8c8c;
  padding-left: 4px;
  margin-right: 4px;
  display: block;
}
.faq__content__inner .resolved__btn .resolved__bad {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #54822b;
  color: #fff;
  height: 24px;
  width: 24px;
  background: url(../images/like.svg) no-repeat;
  transform: rotate(180deg);
}
.faq__content__inner .resolved__btn .resolved__bad:checked {
  background: url(../images/like_green.svg) no-repeat;
}
.faq__content__inner .showMoreBtn {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #54822b;
  display: block;
  cursor: pointer;
  margin-top: -16px;
  margin-bottom: 4px;
}

.partsB .faq__item__question {
  margin-top: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
}
.partsB .faq__item__question::before {
  content: "Q";
  display: block;
  color: #54822b;
  margin-left: 12px;
  margin-right: 10px;
  font-weight: bold;
}
.partsB .faq__item__answer__holder {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}
.partsB .faq__item__answer__holder.active::after {
  content: "もっと見る";
  position: absolute;
  display: block;
  bottom: 4px;
  left: 50%;
  margin-left: -30px;
  pointer-events: none;
  font-size: 12px;
}
.partsB .faq__item__answer__holder.active {
  cursor: pointer;
  height: 140px;
}
.partsB .faq__item__answer__holder.hide {
  display: none;
}
.partsB .faq__item__answer__holder.active .faq__item__answer:after {
  background-image: linear-gradient(to top, white 40%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 60px;
}
.partsB .faq__item__answer {
  font-size: 14px;
}
.partsB .faq__item__list .more {
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
}

.category__list {
  padding: 12px;
  padding-right: 0;
}
.category__list li {
  display: none;
}
.category__list li:nth-child(-n+4) {
  display: list-item;
}
.category__list li:not(:last-child) {
  margin-bottom: 16px;
}
.category__list li a {
  margin-left: -4px;
  padding: 4px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 400;
  font-size: 12px;
}
.category__list li a::after {
  display: block;
  margin-left: auto;
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url(../images/right.svg) no-repeat;
  background-size: cover;
}
.category__list li a:hover {
  background: #f5f5f5;
}

.robot__answer {
  border-radius: 6px;
  border: 1px solid #b6b6b6;
  background: #fff;
  box-shadow: 0px 5.033px 10.066px 0px rgba(0, 0, 0, 0.08);
  padding: 22px 8px 8px;
  box-sizing: border-box;
  width: 78px;
  font-size: 10px;
  text-align: center;
  z-index: 999;
  animation: 800ms ease-in-out 0s 1 normal none running slideInUp;
  position: fixed;
  right: 8px;
  bottom: 60px;
}
.robot__answer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
}
.robot__answer b {
  font-size: 12px;
}
.robot__answer .robot__img {
  width: 26px;
  height: 26px;
  filter: invert(100%) brightness(30%);
}
.robot__answer .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.robot__answer .close img {
  width: 100%;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
}
.gotop {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #54822b;
  position: fixed;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
  z-index: 9998;
}
.gotop a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gotop a:after {
  display: block;
  border-color: #fff;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(-135deg);
  position: relative;
  top: 5px;
}

/*modal*/
.no-scroll-help {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
}

.blackCover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
}

.modal-container {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  top: 10vh;
  display: none;
  position: fixed;
  width: 90%;
  margin: 0 auto;
  left: 5%;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 70vh;
  max-height: 80svh;
  z-index: 99999;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

/*help__search*/
.help__search__container {
  display: flex;
  flex-direction: column;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fff;
}
.help__search__container.slideOutRight {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  padding-bottom: 0;
  position: fixed;
  animation: 500ms ease-in-out 0s 1 normal none running slideInLeft;
  animation: 200ms ease-in-out 0s 1 normal none running slideOutRight;
}
.help__search__container.slideOutRight h2 {
  text-align: left;
  padding-bottom: 0;
  font-size: 16px;
}
.help__search__container.slideOutRight .help__search {
  margin-top: 12px;
}
.help__search__container.slideOutRight .close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  left: 6px;
}
.help__search__container.slideOutRight .close img {
  width: 100%;
}
.help__search__container.slideOutRight .input__inner {
  justify-content: space-between;
  width: 100%;
}
.help__search__container.slideOutRight .help__search__list {
  display: none;
}
.help__search__container .close {
  display: none;
}
.help__search__container.modal {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  padding-left: 36px;
  padding-bottom: 0;
  position: fixed;
  animation: 500ms ease-in-out 0s 1 normal none running slideInLeft;
}
.help__search__container.modal h2 {
  text-align: left;
  padding-bottom: 0;
  font-size: 16px;
}
.help__search__container.modal .help__search {
  margin-top: 12px;
}
.help__search__container.modal .close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  left: 6px;
}
.help__search__container.modal .close.pc {
  display: none;
}
.help__search__container.modal .close img {
  width: 100%;
}
.help__search__container.modal .input__inner {
  justify-content: space-between;
  width: 100%;
}
.help__search__container.modal .help__search__list {
  display: none;
}

.help__search {
  margin: 0 auto 16px;
  border-radius: 8px;
  border: 1px solid #b6b6b6;
  background: #fff;
  height: 48px;
}
.help__search .input__inner {
  height: 46px;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
}
.help__search .input__inner .clear {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  margin-left: auto;
  cursor: pointer;
}
.help__search .input__inner::before {
  content: "";
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/search.svg) no-repeat center;
}
.help__search .input__inner input {
  cursor: pointer;
  max-width: 219px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.help__search .input__inner input:focus {
  outline: none;
}
.help__search .select__inner {
  display: none;
  flex: auto;
  position: relative;
}
.help__search .select__inner::after {
  position: absolute;
  border-color: #686868;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  right: 14px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg);
  top: 13px;
}
.help__search .select__inner select {
  width: 100%;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
  padding: 8px 16px;
  height: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 16px;
}
.help__search .select__inner select:focus {
  outline: none;
}
.help__search .help__search__btn {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  border: none;
  width: 60px;
  height: 48px;
  border-radius: 0 8px 8px 0;
  background: #54822b;
}

.help__search__list {
  display: flex;
  align-items: center;
}
.help__search__list dt {
  flex: 0 0 auto;
  margin-right: 5px;
}
.help__search__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.help__search__list ul li.sp {
  display: flex;
  align-items: center;
}
.help__search__list ul li a {
  font-size: 15px;
  color: #333;
  padding: 8px 16px;
  border-radius: 50px;
  text-align: center;
  display: block;
  border: 1px solid #b6b6b6;
}

.shortcut {
  margin-bottom: 24px;
}
.shortcut ul {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.shortcut ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.shortcut ul li:first-child {
  background: url(../images/infoCard.jpg) no-repeat center;
  background-size: cover;
}
.shortcut ul li:first-child a::before {
  content: "";
  margin-right: 6px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/user.svg) no-repeat center;
  background-size: cover;
}
.shortcut ul li:last-child a::before {
  content: "";
  margin-right: 6px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/robot.png) no-repeat;
  background-size: cover;
  background-position: top 2px left 0;
}
.shortcut ul li a {
  display: flex;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}
.shortcut ul li a span {
  margin-left: auto;
  color: #54822b;
}

.collapse-button {
  display: block;
  cursor: pointer;
  background-image: url(../images/plus.svg);
  height: 32px;
  width: 32px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.collapse-button.close {
  background-image: url(../images/minus.svg);
}

.settings__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.settings__list li {
  width: calc((100% - 16px) / 2);
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.settings__list li.user a::before {
  background-image: url(../images/user.svg);
}
.settings__list li.mypage a::before {
  background-image: url(../images/mypage.svg);
}
.settings__list li.coupon a::before {
  background-image: url(../images/coupon_grey.svg);
}
.settings__list li.mail a::before {
  background-image: url(../images/mail.svg);
}
.settings__list li.comment a::before {
  background-image: url(../images/comment.svg);
}
.settings__list li a {
  padding: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 14px;
}
.settings__list li a::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: -4px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 24px;
}
.settings__list li a span {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: #767676;
}

.iconPsnl,
.iconLogout,
.iconHelp {
  display: block !important;
}

.rt-header .rt-nav-link ul {
  position: absolute;
  top: 40px;
  right: 8px;
  width: 208px;
  padding: 0;
  border: 1px solid #b7b7b7;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.rt-header .rt-nav-link ul li {
  padding: 0 10px;
  border-bottom: none;
}

.rt-header .rt-nav-link ul li:nth-child(11) {
  border-bottom: 2px solid #827d7d;
}

.rt-header .rt-nav-link ul li:nth-child(11) a {
  border-bottom: none;
}

.rt-header .rt-nav-link ul li a {
  display: block;
  position: relative;
  padding: 14px 8px 14px 0;
  font-size: 15px;
  border-bottom: 1px solid #b7b7b7;
}

.rt-header .rt-nav-link ul li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  transform: rotate(45deg);
  content: "";
}

.rt-header .rt-nav-link ul li a:before {
  border: none;
}

.rt-header .rt-nav-link .rt-nav-secondary {
  display: none;
}

.rt-header .rt-nav-link ul .iconHelp {
  border-bottom: 2px solid #827d7d;
}

.rt-header .rt-nav-link ul .iconHelp a,
.rt-header .rt-nav-link ul li:last-child a {
  border-bottom: none;
}

.rt-header .rt-nav-link ul .iconPsnl a,
.rt-header .rt-nav-link ul .iconLogout a,
.rt-header .rt-nav-link ul .iconHelp a {
  padding-left: 32px;
}

.rt-header .rt-nav-link ul .iconPsnl a::before,
.rt-header .rt-nav-link ul .iconLogout a::before,
.rt-header .rt-nav-link ul .iconHelp a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(https://img.travel.rakuten.co.jp/share/smart/images/sprite_sptop-e.png?_=20201020);
  background-repeat: no-repeat;
  background-size: 32px auto;
}

.rt-header .rt-nav-link ul .iconPsnl a::before {
  background-position: -2px -216px;
}

.rt-header .rt-nav-link ul .iconLogout a::before {
  background-position: -2px -314px;
}

.rt-header .rt-nav-link ul .iconHelp a::before {
  background-image: url(//trvimg.r10s.jp/share/smart/images/sprite_sptop-b.png);
  background-position: -2px -1075px;
}

/* Header menu, Gnav | Added JR badge */
.searchNav li.srcDp span {
  position: relative;
}

.searchNav li.srcDp span:before {
  content: "";
  display: block;
  background: url(https://travel.rakuten.co.jp/smart/images/badge-jr.svg) no-repeat;
  width: 35px;
  height: 17px;
  position: absolute;
  top: 0px;
  left: 33px;
}

#dateSearch .searchNav li a span,
#dateSearch .searchNav li em span {
  background-image: url(https://travel.rakuten.co.jp/smart/test/pitari/202103/images/sprite-icon-gnav.svg?_=20231030);
}

/* /Header menu, Gnav | Added JR badge */
#dateSearch .searchNav li.srvOdp a span {
  background-position: 5px -520px;
}

.rt-header .rt-btn-info a,
.rt-header .rt-nav-link ul .iconHelp a::before,
.rt-header .rt-nav-link ul .iconImproveReq a::before,
.rt-header .rt-nav-link ul .iconLogout a::before,
.rt-header .rt-nav-link ul .iconPsnl a::before,
.rt-header .rt-nologin a,
.rt-notification-btn-box button {
  background-image: url(https://img.travel.rakuten.co.jp/smart/test/pitari/202103/images/sprite-icon-header.svg?_=20210910) !important;
  background-repeat: no-repeat;
  background-size: 32px auto;
}

.rt-notification-btn-box button {
  background-position: 8px 1px;
}

.rt-header .rt-btn-info a {
  background-position: 6px -57px;
}

.rt-header .rt-nologin li.rt-btn-register a {
  background-position: 6px -113px;
}

.rt-header .rt-nologin li.rt-btn-login a {
  background-position: 5px -169px;
}

.rt-header .rt-nav-link ul .iconPsnl a::before {
  background-position: -6px -220px !important;
}

.rt-header .rt-nav-link ul .iconLogout a::before {
  background-position: -4px -267px !important;
}

.rt-header .rt-nav-link ul .iconHelp a::before {
  background-position: -6px -313px !important;
}

.rt-header .rt-nav-link ul .iconHelp {
  border-bottom: none !important;
}

.rt-header .rt-nav-link ul .iconHelp a {
  border-bottom: 1px solid #b7b7b7 !important;
}

.rt-header .rt-nav-link ul .iconImproveReq {
  display: block !important;
  border-bottom: 2px solid #827d7d;
}

.rt-header .rt-nav-link ul .iconImproveReq a {
  padding-left: 32px;
  border-bottom: none;
}

.rt-header .rt-nav-link ul .iconImproveReq a::before {
  background-position: -5px -361px !important;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 32px auto;
}

.faqSwiper .swiper-button-next,
.faqSwiper .swiper-button-prev {
  display: none !important;
}

.help__search__dropdown {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  min-width: 120px;
  z-index: 100000;
}
.help__search__dropdown ul {
  padding: 8px;
  padding-bottom: 0;
}
.help__search__dropdown ul li {
  padding: 8px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.help__search__dropdown ul li:hover {
  background: #f5f5f5;
}/*# sourceMappingURL=contents_sp.css.map */