@charset "UTF-8";
:root {
  --color-main: red;
  --color-red: #d02335;
  --color-blue: #3498db;
}

a, abbr, acronym, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
  font-weight: 500;
}

.T-bl_blockSample {
  display: flex;
}

.T-bl_borderSection {
  margin-top: 10.6666666667vw;
  padding-top: 10.6666666667vw;
  border-top: 1px solid;
}
.T-bl_borderSection.-gray {
  border-color: #bcbdc2;
}
.T-bl_borderSection .JTB-ly_wrapper {
  margin-top: 0;
}

.T-bl_countUpDown {
  display: flex;
  align-items: center;
}
.T-bl_countUpDown + .T-bl_countUpDown {
  margin-top: 6.4vw;
}
.T-bl_countUpDown__text {
  width: 50%;
}
.T-bl_countUpDown__age {
  display: block;
  font-size: 0.875rem;
}
.T-bl_countUpDown__btn {
  width: 50%;
}
.T-bl_countUpDown__btnBl {
  display: flex;
  justify-content: space-between;
  max-width: 35.7333333333vw;
}
.T-bl_countUpDown__input {
  display: block;
  max-width: 50%;
  text-align: center;
}
.T-bl_countUpDown__input input {
  margin-left: -6.4vw;
  width: 9.6vw;
  text-align: right;
  border: 0;
  -moz-appearance: textfield;
}
.T-bl_countUpDown__input input::-webkit-outer-spin-button, .T-bl_countUpDown__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.T-el_breakdown .JTB-el_accordion__trigger {
  padding-right: 11.4666666667vw;
  justify-content: right;
}
.T-el_breakdown .JTB-el_accordion__trigger .JTB-el_accordion__heading {
  font-size: 0.6875rem;
  color: #3498db;
  transition: opacity 0.2s;
}
.T-el_breakdown .JTB-el_accordion__trigger .JTB-el_accordion__heading:hover {
  opacity: 0.8;
}
.T-el_breakdown .JTB-el_accordion__trigger[aria-expanded=false] .JTB-el_accordion__heading .T-el_breakdown__close {
  display: none;
}
.T-el_breakdown .JTB-el_accordion__trigger[aria-expanded=true]::after {
  transform: rotate(225deg);
}
.T-el_breakdown .JTB-el_accordion__trigger[aria-expanded=true] .JTB-el_accordion__heading .T-el_breakdown__open {
  display: none;
}
.T-el_breakdown .JTB-el_accordion__trigger.-center {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.T-el_breakdown .JTB-el_accordion__contents {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.T-el_breakdownDetail {
  margin: 0 0 0 auto;
  max-width: 42.6666666667vw;
}
.T-el_breakdownDetail__term {
  margin-top: 8px;
  font-size: 0.6875rem;
}
.T-el_breakdownDetail__item {
  margin-top: 8px;
  font-size: 0.6875rem;
  text-align: right;
  line-height: 1.8;
}

.T-el_conditionInfo {
  padding: 3.2vw 13.3333333333vw;
  border: 1px solid #bcbdc2;
}
.T-el_conditionInfo__term {
  margin-top: 1.6vw;
  font-size: 1rem;
  font-weight: bold;
}
.T-el_conditionInfo__term:first-of-type {
  margin-top: 0;
}
.T-el_conditionInfo__data {
  font-size: 1rem;
  font-weight: bold;
}

.T-bl_elementSample {
  margin-top: 40px;
}

.T-bl_elementSample__button {
  text-align: right;
}

.T-el_errorNotice {
  padding: 2.1333333333vw 1.6vw 2.1333333333vw 3.2vw;
  background: #fbedef;
}
.T-el_errorNotice__caption {
  font-size: 0.75rem;
}
.T-el_errorNotice__note {
  position: relative;
  font-weight: bold;
}
.T-el_errorNotice__note__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.T-el_errorNotice__note__icon .JTB-el_foundation-icons {
  display: block;
  color: #d94f5d;
}
.T-el_errorNotice__note__icon .JTB-el_foundation-icons::before {
  vertical-align: middle;
}
.T-el_errorNotice__note__icon .JTB-el_foundation-icons-outlined {
  display: block;
}
.T-el_errorNotice.-warning {
  background: rgba(253, 233, 218, 0.4) 0 0 no-repeat padding-box;
}
.T-el_errorNotice.-warning .T-el_errorNotice__note .T-el_errorNotice__note__icon .JTB-el_foundation-icons-outlined {
  color: #e18d52;
}
.T-el_errorNotice.-hidden {
  display: none;
}
.T-el_errorNotice__select {
  font-size: 0.6875rem;
  padding: 5px 8px;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background: #fff !important;
  color: #CC0D21;
  display: inline-block;
}

.JTB-el_choice.-checkbox.T-el_feesPrice {
  display: block;
}
.JTB-el_choice.-checkbox.T-el_feesPrice label .T-el_feesPrice__item {
  display: block;
  width: 100%;
}
.JTB-el_choice.-checkbox.T-el_feesPrice label .T-el_feesPrice__item .T-el_feesPrice__price {
  white-space: nowrap;
}

.T-el_formSize__01 {
  vertical-align: middle;
}
.T-el_formSize__01 .JTB-el_input__body,
.T-el_formSize__01 .JTB-el_select__inform {
  width: 32vw;
}

.JTB-el_input.-oneliner.-full {
  width: 100%;
}

.T-el_hereafterList__item {
  font-size: 1rem;
}
.T-el_hereafterList__item + .T-el_hereafterList__item {
  margin-top: 6.4vw;
}
.T-el_hereafterList__inner {
  overflow: hidden;
}

.T-el_listClause.JTB-el_list .JTB-el_list__item {
  counter-increment: list;
}
.T-el_listClause.JTB-el_list .JTB-el_list__item .JTB-el_list__trigger::before {
  content: counter(list) ". ";
}

.T-el_pagenavi {
  background-color: #fff;
  position: sticky;
  left: 0;
  top: -1px;
  z-index: 100;
  box-sizing: border-box;
}
.T-el_pagenavi_list {
  display: flex;
}
.T-el_pagenavi_item {
  width: 33.33%;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.T-el_pagenavi_item.-active a {
  color: #3498DB;
  background-color: #F6FEFF;
  position: relative;
}
.T-el_pagenavi_item.-active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3498DB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.T-el_pagenavi_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 10px;
  color: #323743;
  font-size: 1rem;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.T-el_pagenavi_item a:hover {
  opacity: 0.6;
}

.T-el_table {
  table-layout: fixed;
}
.T-el_table td,
.T-el_table th, .T-el_table__inner {
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
}
.T-el_table td,
.T-el_table th {
  display: table-cell;
  padding: 1.4666666667vw 2.1333333333vw;
  border: 1px solid #c0c5cb;
  font-size: 0.8125rem;
}
.T-el_table__heading,
.T-el_table .JTB-el_table__heading {
  width: 45%;
  background: rgba(50, 55, 67, 0.05);
  vertical-align: top;
}
.T-el_table__heading.-valignM,
.T-el_table .JTB-el_table__heading.-valignM {
  vertical-align: middle;
}
.T-el_table .JTB-el_charge__price.-small {
  font-size: 1.4375rem;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
}
.T-el_table .T-el_textColor .JTB-el_charge__price.-small {
  font-weight: bold;
}

.JTB-el_table__contents.-red {
  color: #d02335;
}

.T-el_table__column {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.T-el_textColor.-red {
  color: #c00;
}

.T-el_textWeight.-bold {
  font-weight: bold;
}
input:disabled + .T-el_textSize.-is-disabled {
  color: #989ba1;
}

.T-el_textAlign.-right {
  text-align: right !important;
}
.T-el_textAlign.-center {
  text-align: center !important;
}

.T-el_textStrong {
  font-weight: bold !important;
}

.T-el_textSemiBold {
  font-weight: 600 !important;
}

.T-el_verticalAlign.-middle {
  vertical-align: middle !important;
}

.T-el_tourSearch .JTB-p-select {
  width: 100%;
}
.T-el_tourSearch .JTB-p-select select {
  width: 100%;
}
.T-el_tourSearch .JTB-p-select .JTB-el_dropdown {
  width: 100%;
}
.T-el_tourSearch__placeholderDepth1 .JTB-el_input__body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.T-el_tourSearch__placeholderDepth1.-icon {
  position: relative;
}
.T-el_tourSearch__placeholderDepth1.-icon .JTB-el_articleIcon {
  pointer-events: none;
  position: absolute;
  top: 58%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  font-size: 4.2666666667vw;
}
.T-el_tourSearch__placeholderDepth1.-icon .JTB-el_input__body {
  padding-right: 9.6vw;
}
.T-el_tourSearch__placeholderDepth2 .JTB-el_input__body {
  resize: none !important;
  overflow: hidden;
  height: 10.6666666667vw !important;
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-size: 0.6875rem;
  color: rgba(50, 55, 67, 0.75);
}
.T-el_tourSearch__confirm .JTB-el_btn {
  font-size: 4.2666666667vw;
}
.T-el_tourSearch__select:invalid {
  color: #BCBDC2;
}

.T-el_tourSearchPanel {
  display: grid;
  gap: 3.7333333333vw;
}
.T-el_tourSearchPanel__item.-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.73556231%;
}
.T-el_tourSearchPanel__item .JTB-el_select,
.T-el_tourSearchPanel__item .JTB-el_select__inform {
  width: 100%;
}

@keyframes overflow-base {
  0% {
    overflow: visible;
    height: auto;
  }
  1% {
    overflow: hidden;
    height: auto;
  }
  100% {
    overflow: hidden;
    height: 0;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
    height: 0;
  }
  99% {
    overflow: hidden;
    height: auto;
  }
  100% {
    overflow: visible;
    height: auto;
  }
}
.T-el_tourSearchModal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.T-el_tourSearchModal.is-active {
  display: block;
}
.T-el_tourSearchModal__bg {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 55, 67, 0.5);
}
.T-el_tourSearchModal__body {
  z-index: 1002;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}
.T-el_tourSearchModal__titleArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 16vw;
  padding: 0 4vw;
  border-bottom: 1px solid #bcbdc2;
  background-color: #fff;
}
.T-el_tourSearchModal__titleArea .JTB-el_heading.-lv03 {
  font-size: 4.2666666667vw;
}
.T-el_tourSearchModal__titleArea.-borderNone {
  border: none;
}
.T-el_tourSearchModal__titleArea .T-el_tourSearchModal__clear {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
  padding: 1.6vw 1.6vw 1.6vw 0;
  background-color: transparent;
  border: none;
  font-size: 0.9375rem;
  color: var(--color-blue);
}
.T-el_tourSearchModal__titleArea .T-el_tourSearchModal__close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  padding: 2vw 0 0;
  background-color: transparent;
  border: none;
}
.T-el_tourSearchModal__titleArea .T-el_tourSearchModal__close .JTB-el_articleIcon {
  font-size: 1.125rem;
}
.T-el_tourSearchModal__scrollArea {
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100%;
  height: 100%;
  padding: 2.6666666667vw 4vw;
}
.T-el_tourSearchModal .JTB-el_accordion > .JTB-el_accordion__item:first-child {
  border-top: none;
}
.T-el_tourSearchModal .JTB-el_accordion__heading {
  font-weight: bold;
}
.T-el_tourSearchModal__selectContent {
  display: none;
}
.T-el_tourSearchModal__selectContent.is-active {
  display: block;
}
.T-el_tourSearchModal__inner.-brand .T-el_choiceAll.JTB-el_choice.-checkbox + div {
  padding-left: 30px;
  margin-top: 24px;
}
.T-el_tourSearchModal__inner.-brand .T-el_choiceAll.JTB-el_choice.-checkbox label {
  font-size: 1rem;
}
.T-el_tourSearchModal__inner.-brand .JTB-el_choice.-checkbox {
  position: relative;
}
.T-el_tourSearchModal__inner.-brand .JTB-el_choice.-checkbox .T-un_listInline.-label {
  position: absolute;
  top: 5px;
  left: 40px;
}
.T-el_tourSearchModal__inner.-brand .JTB-el_choice.-checkbox .T-un_listInline.-label > li {
  padding: 0 32px;
}
.T-el_tourSearchModal__inner.-brand .JTB-el_choice.-checkbox label {
  font-size: 0.875rem;
}
.T-el_tourSearchModal__buttonArea {
  padding: 0 4vw 2.6666666667vw;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.T-el_tourSearchModal__buttonArea .JTB-el_btn {
  font-size: 4.2666666667vw;
}

.T-el_tourSearchCalendar__heading {
  position: relative;
  padding: 0 4vw 1.3333333333vw;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.T-el_tourSearchCalendar__heading::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.T-el_tourSearchCalendar__heading .T-el_tourSearchCalendar__list > * {
  height: 5.3333333333vw;
}
.T-el_tourSearchCalendar__heading .T-el_tourSearchCalendar__item {
  height: 4vw;
}
.T-el_tourSearchCalendar__title {
  text-align: center;
  font-size: 1rem;
  color: rgba(50, 55, 67, 0.75);
}
.T-el_tourSearchCalendar__title .-large {
  font-size: 1.125rem;
  color: #323743;
}
.T-el_tourSearchCalendar__list {
  display: flex;
  flex-wrap: wrap;
}
.T-el_tourSearchCalendar__list > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.2857142857%;
  height: 10.9333333333vw;
}
.T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(1), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(2), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(3), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(4), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(5), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(6), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(7) {
  display: none;
}
.T-el_tourSearchCalendar__item {
  position: relative;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  text-align: center;
}
.T-el_tourSearchCalendar__item input {
  display: none;
}
.T-el_tourSearchCalendar__item input:checked + span {
  background: transparent linear-gradient(#3498db, #52c8ff) 0 0 no-repeat padding-box;
  color: #fff;
}
.T-el_tourSearchCalendar__item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.T-el_tourSearchCalendar__item label {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
}
.T-el_tourSearchCalendar__item.-dow {
  font-size: 0.8125rem;
}
.T-el_tourSearchCalendar__item.-date {
  font-size: 1rem;
}
.T-el_tourSearchCalendar__item.-blank {
  color: #bcbdc2;
}
.T-el_tourSearchCalendar__item.-sun, .T-el_tourSearchCalendar__item.-holiday {
  color: var(--color-red);
}
.T-el_tourSearchCalendar__item.-sat {
  color: var(--color-blue);
}
.T-el_tourSearchCalendar__selectAll {
  display: flex;
  justify-content: center;
}
.T-el_tourSearchCalendar__selectAll input {
  display: none;
}
.T-el_tourSearchCalendar__selectAll input:checked + label {
  background: transparent linear-gradient(#3498db, #52c8ff) 0 0 no-repeat padding-box;
  color: #fff;
}
.T-el_tourSearchCalendar__selectAll label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.3333333333vw;
  padding: 1.0666666667vw 0;
  border-radius: 4.2666666667vw;
  font-size: 0.875rem;
  color: var(--color-blue);
}

.JTB-el_tourSearchCaveat {
  position: fixed;
  bottom: 150px;
  right: 15px;
  left: 15px;
  font-size: 0.875rem;
}

.T-el_tourSearchCalendarBody {
  background-color: #fff;
}
.T-el_tourSearchCalendarBody tr.-days td:nth-child(1) {
  color: var(--color-red);
}
.T-el_tourSearchCalendarBody tr.-days td:nth-child(7) {
  color: var(--color-blue);
}
.T-el_tourSearchCalendarBody tr.-days td.-blank {
  color: #bcbdc2;
}

.-split .T-un_bookingHorizonal {
  display: block;
}

.T-un_bookingAnchor {
  line-height: 2;
}
.T-un_bookingAnchor a {
  display: inline-flex;
  align-items: center;
  padding: 3px 0;
}
.T-un_bookingAnchor i {
  font-size: 1rem;
  margin-left: 3px;
}
.T-un_bookingSchedule {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: 8px 0 10px;
}
.T-un_bookingSchedule__day {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 5px;
}
.T-un_bookingSchedule__date {
  width: 100%;
  margin-bottom: 14px;
}
.T-un_bookingSchedule__image {
  color: #656972;
  margin-right: 25px;
}
.T-un_bookingSchedule__info {
  width: calc(100% - (1.75rem + 25px));
}
.T-un_bookingSchedule__name {
  display: flex;
  line-height: 1.62;
}
.T-un_bookingSchedule__name dt {
  margin-right: 1em;
}
.T-un_bookingSchedule p.T-un_bookingSchedule__name {
  font-weight: 600;
}
.T-un_bookingSchedule__flightFrom {
  margin-top: 14px;
}
.T-un_bookingSchedule__flightFrom li {
  font-weight: 600;
  margin-bottom: 3px;
}
.T-un_bookingSchedule__flightIcon {
  color: #656972;
  text-align: center;
  margin-bottom: 8px;
}
.T-un_bookingSchedule__flightIcon i {
  transform: rotate(90deg);
}
.T-un_bookingSchedule__flightTo li {
  font-weight: 600;
  margin-bottom: 3px;
}
.T-un_bookingSchedule__hotelInfo {
  display: flex;
  align-items: center;
}
.T-un_bookingSchedule__hotelStay {
  margin-right: 38px;
}
.T-un_bookingSchedule__hotelType {
  display: flex;
  align-items: center;
}
.T-un_bookingSchedule__hotelType dt {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.T-un_bookingSchedule__hotelType i {
  color: #656972;
  margin-right: 8px;
}

.T-un_bookingFood {
  font-size: 0.8125rem;
  margin: 16px 0 11px;
}
.T-un_bookingFood__text {
  margin-bottom: 4px;
}
.T-un_bookingFood__list {
  display: flex;
  flex-wrap: wrap;
}
.T-un_bookingFood__list dt,
.T-un_bookingFood__list dd {
  margin-bottom: 2px;
}
.T-un_bookingFood__list dt {
  margin-right: 16px;
}
.T-un_bookingFood__list dd {
  width: calc(100% - (0.8125rem + 16px));
}

.T-un_bookingTable {
  text-align: right;
}
.T-un_bookingTable.-center {
  vertical-align: middle;
}

.T-un_bookingTourTable th {
  width: 60%;
}

.T-un_bookingCard {
  font-size: 0.875rem;
}
.T-un_bookingCard dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.T-un_bookingCard dt,
.T-un_bookingCard dd {
  margin-top: 10px;
}
.T-un_bookingCard dt {
  width: 60%;
}

.T-el_table_optional {
  width: 100%;
}
.T-el_table_optional__status.-active span {
  background-color: #3498DB;
  color: #fff;
}
.T-el_table_optional__status span {
  display: inline-block;
  line-height: 1;
  padding: 9px 16px;
  font-size: 0.875rem;
  background-color: #BCBDC2;
  color: #323743;
  border-radius: 16px;
}
.T-el_table_optional__content {
  font-size: 1rem;
  color: #323743;
}
.T-el_table_optional__list {
  display: flex;
  gap: 0 35px;
}

.T-un_submit__navi-01 {
  position: relative;
  min-height: 50px;
}
.T-un_submit__navi-01 .JTB-ly_placement {
  text-align: center;
}
.T-un_submit__navi-01 .JTB-ly_placement .JTB-el_btn.-loading {
  background: #f7f7f8;
  color: #dadbde;
  cursor: default;
}
.T-un_submit__navi-01 .JTB-ly_placement .JTB-el_btn.-loading:hover {
  border-radius: 0;
}
.T-un_submit__navi-01 .JTB-ly_placement .JTB-el_btn.-loading::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border: 2px solid #d94f5d;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}
.T-un_submit__navi-01 .T-un_submit__navi_prev .JTB-el_btn.-back {
  padding-left: 0;
  padding-right: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.T-un_tooltipIcon .JTB-el_foundation-icons {
  margin-left: 2.1333333333vw;
}
.T-un_tooltipIcon .JTB-el_foundation-icons::before {
  color: rgba(50, 55, 67, 0.5);
}

.T-js-activeVisible__Wrap.-hidden {
  display: none;
}
.T-js-activeVisible__Target.-hidden {
  display: none;
}

.JTB-el_table .JTB-el_charge__price.-small {
  font-size: 1.4375rem;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
}
.JTB-el_table .T-el_textColor .JTB-el_charge__price.-small {
  font-weight: bold;
}

.JTB-el_input__body[disabled] {
  color: #989ba1;
}

.JTB-el_heading.-lineHeight-01 {
  line-height: 1.5;
}

picture img {
  max-width: 100%;
}

.T-el_subHeading {
  font-size: 1.3125rem;
  margin: 40px 0 19px;
  font-weight: 600;
}

.JTB-el_table.-condition {
  border: 1px solid #BCBDC2;
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.JTB-el_table.-condition .JTB-el_table__inner {
  border: none;
}
.JTB-el_table.-condition .JTB-el_table__row:last-child th,
.JTB-el_table.-condition .JTB-el_table__row:last-child td {
  border-bottom: none;
}
.JTB-el_table.-condition .JTB-el_table__heading {
  background-color: transparent;
}
.JTB-el_table.-condition .JTB-el_table__heading, .JTB-el_table.-condition .JTB-el_table__contents {
  padding: 16px 0;
}
.JTB-el_table.-condition th,
.JTB-el_table.-condition td {
  border-left: none;
  border-top: none;
  border-right: none;
}

.T-el_conditionCountCard__more button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
  transition: opacity 0.2s;
}
.T-el_conditionCountCard__more button:hover {
  opacity: 0.8;
}
.T-el_conditionCountCard__more button i {
  color: #98A6B5;
  transition: transform 0.2s;
}
.T-el_conditionCountCard__more button[aria-expanded=true] i {
  transform: rotate(180deg);
}
.T-el_conditionCountCard__more .JTB-el_articleIcon {
  color: #3498DB;
}
.T-el_conditionCountCard__more + .T-el_conditionCountCard__moreContents {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: padding 0.2s, opacity 0.2s;
}
.T-el_conditionCountCard__more + .T-el_conditionCountCard__moreContents[aria-hidden=false] {
  height: auto;
  overflow: visible;
  opacity: 1;
  padding-top: 16px;
}

.T-el_conditionCountCard__moreContents .JTB-el_table__heading, .T-el_conditionCountCard__moreContents .JTB-el_table__contents {
  border-bottom: none;
  padding-top: 0 !important;
}

.T-el_conditionCountCard__caution {
  font-size: 0.75rem;
  color: #656972;
}

.T-un_countAll {
  padding: 16px;
  margin-top: 40px;
  background-color: #ECF9FF;
}
.T-un_countAll__title {
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.T-un_countAll__title input {
  font-weight: 600;
  width: 60px;
  margin-right: -34px;
  background-color: transparent;
  color: #000;
  border: none;
}
.T-un_countAll__title input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.T-un_countAll__title input[type=number]::-webkit-outer-spin-button, .T-un_countAll__title input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.T-un_countAll__table {
  max-width: 376px;
  width: 100%;
}
.T-un_countAll__row + .T-un_countAll__row th,
.T-un_countAll__row + .T-un_countAll__row td {
  padding-top: 16px;
}
.T-un_countAll__heading {
  font-size: 1rem;
}
.T-un_countAll__contents {
  font-size: 1rem;
  font-weight: 600;
}
.T-un_countAll__contents input {
  font-size: 1rem;
  font-weight: 600;
  width: 60px;
  margin-right: -34px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.T-un_countAll__contents input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.T-un_countAll__contents input[type=number]::-webkit-outer-spin-button, .T-un_countAll__contents input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.JTB-el_horizontal.-heading.T-el_addressContainer .JTB-el_horizontal {
  width: auto;
}

.T-js_select-gray-first:invalid {
  color: #323743;
}
.T-js_select-gray-first.-gray {
  color: #323743;
}

.T-el_textarea {
  height: 7.5rem;
}

.f-u-section {
  padding-right: 4vw;
  padding-left: 4vw;
}

.f-footer__title {
  margin-top: 8.5333333333vw;
  font-size: 1.3125rem;
  font-weight: 700;
}

.f-footer__subtitle {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.125rem;
}

.f-footer-list {
  margin-top: 1.6vw;
  /*.f-accordion-toggle--inBoth ~ .f-accordion-body,
  .f-accordion-toggle--inBoth ~ .f-accordion-body .f-accordion-body__inner {
    @include mq(md) {
      display: block;
    }
  }

  .f-accordion-toggle--inBoth ~ .f-accordion-body [class*="f-accordion-body__inner--figure"] {
    @include mq(md) {
      display: flex;
    }
  }*/
  /*.f-accordion-body__definitionList,
  .f-accordion-body__definitionList > * {
    @include mq(md) {
      display: block;
    }
  }*/
}
.f-footer-list > li {
  color: #6b6e71;
}
.f-footer-list > .f-footer-list--noBorder {
  border-bottom: none;
}
.f-footer-list .f-accordion-toggle {
  display: block;
  position: relative;
  padding: 4.5333333333vw 8vw 4vw 4.5333333333vw;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  background: none;
  color: rgb(50, 55, 67);
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  line-height: 1.3;
  outline: 0;
  cursor: pointer;
}
.f-footer-list .f-accordion-toggle .f-icon {
  display: none;
}
.f-footer-list .f-accordion-body__inner {
  display: none;
}
.f-footer-list .f-accordion-body[aria-hidden=false] .f-accordion-body__inner {
  display: block;
}

.f-footer-linkList__title {
  position: relative;
  display: block;
  padding: 2.1333333333vw 9.3333333333vw 2.1333333333vw 4vw;
  color: rgb(50, 55, 67);
  height: 100%;
  font-size: 0.875rem;
}
.f-footer-linkList__title:link, .f-footer-linkList__title:visited {
  color: rgb(50, 55, 67);
}

/*.f-footer-linkList__extend {
  @include mq(md) {
    display: block;
  }
}*/
/*.f-footer-linkList__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 8px 8px 15px;

  @include mq(md) {
    display: table;
    padding: 8px 8px 8px 0;
    // display: flex;
    // align-items: center;
    // // flex-shrink: 0;
    // flex-direction: row;
    // flex-basis:120px;
  }
}

.f-footer-linkList__more .material-icons-round {
  @include mq(md) {
    display: none;
  }
}

.f-footer-linkList__more .material-icons-round__extend {
  vertical-align: middle;
  padding-bottom: 2px;

  @include mq(md) {
    display: inline;
  }
}*/
.f-footer-linkList__arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #95999e;
  font-size: 2.2rem;
}

.f-footer-linkList__title--pcBold {
  position: relative;
  display: block;
  padding: 8px 35px 8px 15px;
  color: rgba(50, 55, 67, 0.87);
  font-size: 1.3rem;
}

/*.f-footer-linkList__title--arrow {
  display: block;
  padding: 20px 15px 20px;
  margin-bottom: 16px;
  text-align: right;

  .f-icon {
    display: inline-block;
    padding-left: 8px;
  }

  @include mq(md) {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    margin: 8px 0 0;
    padding: 0;
  }
}*/
/*.f-footer-linkList__title--arrowLg {
  display: block;
  padding: 20px 15px 20px;
  margin-bottom: 16px;
  text-align: right;

  .f-icon {
    display: inline-block;
    padding-left: 8px;
  }

  @include mq(md) {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    margin: 16px 0 8px;
    padding: 0;
  }
}*/
.f-footer-text-link {
  margin-top: 24px;
  font-size: 0.8125rem;
  text-align: right;
}
.f-footer-text-link a {
  padding-right: 35px;
  display: block;
  position: relative;
  color: #323743;
}

.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.T-un_listTar {
  text-align: right;
}

.T-un_listTac {
  text-align: center;
}

.T-un_listHeader {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.T-un_listHeader .T-el_tourSearchModalWrapper .T-el_tourSearchModal {
  left: unset;
  right: 0;
}

.T-un_listContents {
  padding-top: 1px;
  padding-bottom: 45.3333333333vw;
}

.T-un_listTourSearch__placeholderDepth1 > * {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 17.3333333333vw;
  padding: 1.3333333333vw 13.3333333333vw 1.3333333333vw 5.3333333333vw;
  border: 1px solid #bcbdc2;
  font-size: 0.75rem;
  line-height: 1.78;
  color: #323743;
}
.T-un_listTourSearch__placeholderDepth1 > * p {
  overflow: hidden;
}
.T-un_listTourSearch__placeholderDepth1 .JTB-el_articleIcon {
  position: absolute;
  top: 50%;
  right: 3.4666666667vw;
  transform: translateY(-50%);
  font-size: 1rem;
}
.T-un_listTourSearch__accordionContainer[aria-hidden=true] {
  overflow: hidden;
  height: 0;
  animation: overflow-base 0.3s forwards;
}
.T-un_listTourSearch__accordionContainer[aria-hidden=false] {
  overflow: visible;
  height: auto;
  animation: overflow 0.3s forwards;
}
.T-un_listTourSearch__accordionInner {
  padding-top: 5.3333333333vw;
  padding-bottom: 4vw;
}
[aria-hidden=true] .T-un_listTourSearch__accordionInner {
  opacity: 0;
  margin-top: -100%;
  transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}
[aria-hidden=false] .T-un_listTourSearch__accordionInner {
  opacity: 1;
  margin-top: 0;
  transition: opacity 0.3s 0.15s ease-in-out, margin 0.3s ease-in-out;
}
.T-un_listTourSearch__accordionClose {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 0.8125rem;
}
.T-un_listTourSearch__confirm {
  font-size: 1rem !important;
}
.T-un_listTourSearch__inner.-has-two-elm {
  display: flex;
  justify-content: space-between;
}
.T-un_listTourSearch__inner.-has-two-elm > * {
  width: calc(50% - 8px);
}

.T-un_listSort button {
  border: none;
  background-color: transparent;
  font-size: 0.8125rem;
}

.T-un_listCard .JTB-el_tooltip .JTB-el_foundation-icons {
  font-size: 1.1rem;
  color: #656972;
  transform: translateY(10%);
}
.T-un_listCard .JTB-el_btn.-normal-primary.-large {
  font-size: 4.2666666667vw;
}
.T-un_listCard__right {
  text-align: right;
}
.T-un_listCard__heading {
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 700;
}
.T-un_listCard__heading * {
  font-weight: inherit;
}
.T-un_listCard__image img {
  width: 100%;
  max-width: 100%;
}

.T-un_listCharge {
  color: var(--color-red);
}
.T-un_listCharge b {
  font-size: 1.4375rem;
}

.T-un_listInline {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.6666666667vw;
}
.T-un_listInline > li {
  margin-top: 2.6666666667vw;
}
.T-un_listInline > li:not(:last-child) {
  margin-right: 2.4vw;
}
.T-un_listInline.-label > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.3333333333vw 0;
  border: 1px solid rgba(188, 189, 194, 0.75);
  font-size: 0.6875rem;
  line-height: 1;
  color: rgba(50, 55, 67, 0.75);
}
.T-un_listInline.-tag > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8666666667vw 1.8666666667vw 0.9333333333vw;
  background-color: rgba(50, 55, 67, 0.09);
  border-radius: 4vw;
  font-size: 0.8125rem;
  line-height: 1;
  color: rgba(50, 55, 67, 0.75);
}
.T-un_listInline.-pipe > li:not(:last-child) {
  position: relative;
  padding-right: 12px;
}
.T-un_listInline.-pipe > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #bcbdc2;
}
.T-un_listInline.-pipe button {
  cursor: pointer;
}
.T-un_listDetailHead__button {
  max-width: 300px;
  margin-left: auto;
}

.T-un_listDetailStore__button {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
  font-size: 1rem;
}

.T-un_listDetailSlideTop {
  width: 84.8vw;
}
.T-un_listDetailSlideTop .JTB-el_foundation-icons {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.38);
}

.T-un_listDetailSection {
  border-top: 1px solid #bcbdc2;
}
.T-un_listDetailSection.-first {
  border-top: none;
}
.T-un_listDetailSection .JTB-ly_wrapper {
  margin-top: 0;
  padding-top: 64px;
}
.T-un_listDetailSection img {
  max-width: 100%;
}

.T-un_listDetailTable .JTB-el_foundation-icons {
  font-size: 1.1rem;
  color: #323743;
  opacity: 0.5;
  transform: translateY(20%);
}
.T-un_listDetailTable_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #bcbdc2;
  border-bottom: none;
}
.T-un_listDetailTable_list > * {
  width: 100%;
  padding: 2vw;
  border-bottom: 1px solid #bcbdc2;
  box-sizing: border-box;
}
.T-un_listDetailTable_list.-bdnone > * {
  border-bottom: none;
}
.T-un_listDetailTable_list .T-un_listDetailTable_term {
  background-color: rgba(50, 55, 67, 0.03);
}
.T-un_listDetailTable.-default {
  font-size: 0.75rem;
}
.T-un_listDetailTable.-schedule {
  font-size: 0.875rem;
}
.T-un_listDetailTable_child.-remarks th {
  width: 25%;
}
.T-un_ListDetailCard_item:is(a) {
  color: #323743;
}
.T-un_ListDetailCard_tel {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-blue);
}

.T-un_listDetailMonthRadio {
  max-width: 1066px;
  margin-right: auto;
  margin-left: auto;
}
.T-un_listDetailMonthRadio ul {
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
  margin-top: 0;
}
.T-un_listDetailMonthRadio li {
  margin-top: 0;
}
.T-un_listDetailMonthRadio_item input {
  display: none;
}
.T-un_listDetailMonthRadio_item input:checked + label {
  background: transparent linear-gradient(#3498db, #52c8ff) 0 0 no-repeat padding-box;
  color: #fff;
}
.T-un_listDetailMonthRadio_item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  padding: 1.0666666667vw 0;
  border-radius: 4.2666666667vw;
  font-size: 0.8125rem;
  cursor: pointer;
}
.T-un_listDetailMonthRadio_item label:hover {
  background: transparent linear-gradient(#3498db, #52c8ff) 0 0 no-repeat padding-box;
  color: #fff;
}

.T-un_listDetailMonthTitle {
  max-width: 1066px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.T-un_listDetailMonthTitle_button {
  width: auto;
}
.T-un_listDetailMonthTitle_button button {
  position: relative;
  border: none;
  background-color: transparent;
  font-size: 0.8125rem;
  color: var(--color-blue);
  cursor: pointer;
}
.T-un_listDetailMonthTitle_button button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 0.6666666667vw solid var(--color-blue);
}
.T-un_listDetailMonthTitle_button button.is-disabled {
  pointer-events: none;
  color: #989ba1;
}
.T-un_listDetailMonthTitle_button button.is-disabled::before {
  border-top-color: #bcbdc2;
}
.T-un_listDetailMonthTitle_button.-prev button {
  padding-left: 2.9333333333vw;
}
.T-un_listDetailMonthTitle_button.-prev button::before {
  left: 0.8vw;
  border-left: 0.6666666667vw solid var(--color-blue);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.T-un_listDetailMonthTitle_button.-prev button.is-disabled::before {
  border-left-color: #bcbdc2;
}
.T-un_listDetailMonthTitle_button.-next button {
  padding-right: 2.9333333333vw;
}
.T-un_listDetailMonthTitle_button.-next button::before {
  right: 0.8vw;
  border-right: 0.6666666667vw solid var(--color-blue);
  transform: translateY(-50%) translateX(50%) rotate(45deg);
}
.T-un_listDetailMonthTitle_button.-next button.is-disabled::before {
  border-right-color: #bcbdc2;
}
.T-un_listDetailMonthTitle_button.JTB-el_btn.is-disabled-parent {
  cursor: default;
}
.T-un_listDetailMonthTitle_button.JTB-el_btn.is-disabled-parent:hover::after {
  width: 0;
}

.T-un_listDetailCalendar {
  position: relative;
  max-width: 1066px;
  margin-right: auto;
  margin-left: auto;
}
.T-un_listDetailCalendar_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 1rem;
  color: rgba(50, 55, 67, 0.75);
}
.T-un_listDetailCalendar_title .-large {
  font-size: 1.125rem;
  color: #323743;
}
.T-un_listDetailCalendar_mainArea {
  border-top: 1px solid #bcbdc2;
}
.T-un_listDetailCalendar_container {
  display: none;
}
.T-un_listDetailCalendar_container.is-active {
  display: block;
}
.T-un_listDetailCalendar_item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 12.5333333333vw;
  border-bottom: 1px solid #bcbdc2;
}
.T-un_listDetailCalendar_item:is(a):hover .JTB-el_btn {
  border-radius: 40px;
  transition: border-radius 0.3s;
}
.T-un_listDetailCalendar_item:is(a):hover .JTB-el_btn::after {
  border: inherit;
  border-radius: 40px;
  transition: border-radius 0.3s;
}
.T-un_listDetailCalendar_item.-blank {
  background-color: rgba(50, 55, 67, 0.05);
}
.T-un_listDetailCalendar_item.-sat .T-un_listDetailCalendar_date p {
  color: #3498db;
}
.T-un_listDetailCalendar_item.-sun .T-un_listDetailCalendar_date p {
  color: #d94f5d;
}

.T-un_listDetailCourse {
  padding: 1.3333333333vw;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 1.0666666667vw;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.T-un_listDetailCourse__image {
  margin: 0 -1.3333333333vw;
}
.T-un_listDetailCourse .T-un_listCharge {
  line-height: 1;
}

.T-un_listDetailSticky {
  z-index: 1000;
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 4vw;
  background-color: #fff;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
}
.T-un_listDetailSticky .JTB-el_btn {
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  font-size: 1rem;
}
.T-un_listDetailSticky.T-js-listDetailSticky2.-non-sticky {
  position: static;
}

.T-un_listDetailIcon-01 .JTB-el_foundation-icons {
  vertical-align: middle;
}
.T-un_listDetailIcon-01 .JTB-el_btn.-normal-secondary {
  font-size: 0.75rem;
  vertical-align: -7px;
  padding: 3px 16px;
  min-width: 0;
  pointer-events: none;
}

.T-un_listDetailIcon-02 .JTB-el_foundation-icons {
  font-size: 0.75rem;
  vertical-align: middle;
}

.T-un_listDetailIndent {
  display: inline-block;
  margin-bottom: 1.3333333333vw;
  padding-left: 1em;
}
.T-un_listDetailAccordion .JTB-el_accordion__contents {
  padding-right: 0;
  padding-left: 0;
  font-size: 1rem;
}

.T-un_listDetailMore {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 40vw;
  font-size: 0.8125rem;
  text-align: center;
}
.T-un_listDetailMore[aria-expanded=false] .T-un_listDetailMore__close {
  display: none;
}
.T-un_listDetailMore[aria-expanded=true] .T-un_listDetailMore__open {
  display: none;
}

.JTB-el_foundation-icons.-airplane-takeoff::before {
  content: "\e905";
}
.JTB-el_foundation-icons.-horizonal-rule::before {
  content: "\f108";
}

.p-indexForm_required {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: #CC0D21;
  padding: 2px 6px 3px;
  border: solid 1px #CC0D21;
  border-radius: 50vw;
  background-color: #fff;
  margin-left: 2px;
  transform: translateY(-1px) scale(0.9);
}

.T-el_icon {
  position: relative;
}
.T-el_icon::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.T-el_icon.-map::before {
  background-image: url(../img/list/icon-map.svg);
}
.T-el_icon.-calendar::before {
  top: 22px;
  background-image: url(../img/list/icon-calendar.svg);
}
.T-el_icon.-brand::before {
  background-image: url(../img/list/icon-brand.svg);
}
.T-el_icon.-freeword::before {
  background-image: url(../img/list/icon-freeword.svg);
}
.T-el_icon.-search::before {
  background-image: url(../img/list/icon-search.svg);
}
.T-el_icon .JTB-el_input__heading {
  margin-left: 40px;
  margin-bottom: -21px;
  padding-left: 2px;
}
.T-el_icon .JTB-el_input__body {
  padding-top: 22px;
}
.T-el_icon .JTB-el_select__inform {
  padding-top: 10px;
}
.T-el_icon .JTB-el_input__body,
.T-el_icon .JTB-el_select__inform {
  padding-left: 40px;
}

.T-un_half {
  width: 49%;
  display: inline-block;
}
.T-un_half.-has-margin-left {
  margin-left: 0.7%;
}

.T-un_operatorWrapper {
  margin-top: 0;
}

.T-un_operatorNav {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  top: -8px;
  z-index: 1;
}
.T-un_operatorNav::after {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: -1;
  content: "";
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.T-un_operatorNav dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  font-size: 0.75rem;
  line-height: 1.83;
}
.T-un_operatorNav dt::after {
  content: "：";
}
.T-un_operatorNav ul {
  position: relative;
  display: flex;
  margin-left: auto;
}
.T-un_operatorNav ul::after {
  position: absolute;
  background-color: #bcbdc2;
  width: 1px;
  height: 36px;
  margin-top: -18px;
  top: 50%;
  left: 0;
  content: "";
}
.T-un_operatorNav li {
  position: relative;
}
.T-un_operatorNav li::after {
  position: absolute;
  background-color: #bcbdc2;
  width: 1px;
  height: 36px;
  margin-top: -18px;
  top: 50%;
  right: 0;
  content: "";
}
.T-un_operatorNav li:not(:last-child) {
  width: 208px;
}
.T-un_operatorNav li:last-child {
  width: 286px;
}
.T-un_operatorNav li:last-child a {
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 0 50px 0 71px;
}
.T-un_operatorNav ul a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #323743;
  width: 100%;
  height: 52px;
  transition: color 200ms;
}
.T-un_operatorNav ul a:hover {
  color: #3498db;
}
.T-un_operatorNav ul a.-is-active {
  position: relative;
}
.T-un_operatorNav ul a.-is-active::after {
  position: absolute;
  background-color: #3498db;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  content: "";
}
.T-un_operatorNav span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #c00 0%, #ec64a9 100%);
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 14px;
  height: 27px;
  margin-left: 7px;
  border-radius: 20px;
}
.T-un_operatorNav ul button {
  position: absolute;
  color: var(--color-blue);
  background-color: transparent;
  width: 50px;
  height: 36px;
  border: 0;
  border-left: 1px dashed #bcbdc2;
  margin-top: -18px;
  top: 50%;
  right: 0;
  cursor: pointer;
}
.T-un_operatorNav > button {
  margin-left: 80px;
}

.T-un_operatorTitle {
  font-size: 2rem;
  margin-bottom: 20px;
}

.T-un_operatorSubTitle {
  font-size: 1.625rem;
  margin-bottom: 10px;
}

.T-un_operatorSearch {
  position: relative;
  padding: 16px 24px 32px;
  border: 1px solid #bcbdc2;
  margin-bottom: 26px;
}
.T-un_operatorSearch__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.T-un_operatorSearch__item.-single > div {
  width: 232px;
}
.T-un_operatorSearch__item.-number {
  margin-bottom: 16px;
}
.T-un_operatorSearch__item.-number > div:first-of-type {
  width: 231px;
}
.T-un_operatorSearch__item.-number > div:nth-of-type(2) {
  margin: 20px 16px 0;
}
.T-un_operatorSearch__item.-number > div:last-of-type {
  width: 111px;
}
.T-un_operatorSearch__item.-date > div:first-of-type,
.T-un_operatorSearch__item.-date > div:last-of-type {
  width: 300px;
}
.T-un_operatorSearch__item.-date > div:nth-of-type(2) {
  margin: 20px 8px 0;
}
.T-un_operatorSearch__item.-name > div {
  width: 300px;
}
.T-un_operatorSearch__item.-name > div:first-of-type {
  margin-right: 32px;
}
.T-un_operatorSearch__item ul {
  color: rgba(50, 55, 67, 0.75);
  font-size: 0.75rem;
  margin: 9px 0 0 16px;
}
.T-un_operatorSearch__item .JTB-el_articleIcon {
  cursor: pointer;
}
.T-un_operatorSearch .JTB-el_input__notice {
  position: static;
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
  padding: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.T-un_operatorSearch .JTB-el_input__notice::before {
  visibility: visible;
  opacity: 1;
}
.T-un_operatorSearch__open {
  display: table;
  background-color: transparent;
  border: 0;
  margin: 28px auto;
  cursor: pointer;
}
.T-un_operatorSearch__open[aria-expanded=true] {
  display: none;
}
.T-un_operatorSearch__accordion {
  position: relative;
  height: 0;
  overflow: hidden;
  animation: overflow-base 0.3s forwards;
}
.T-un_operatorSearch__accordion[aria-hidden=false] {
  height: auto;
  overflow: visible;
  animation: overflow 0.3s forwards;
}
.T-un_operatorSearch__accordion[aria-hidden=false] .T-un_operatorSearch__accordionInner {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.3s 0.15s ease-in-out, margin-top 0.3s ease-in-out;
}
.T-un_operatorSearch__accordionInner {
  padding: 26px 0 27px;
  margin-top: -100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.T-un_operatorSearch__accordionInner::after {
  position: absolute;
  background-color: #bcbdc2;
  width: calc(100% + 48px);
  height: 1px;
  top: 0;
  left: -24px;
  content: "";
}
.T-un_operatorSearch__status {
  display: flex;
  align-items: center;
  margin: -15px 0 15px;
}
.T-un_operatorSearch__status dt {
  margin-right: 32px;
}
.T-un_operatorSearch__status ul {
  display: flex;
}
.T-un_operatorSearch__status li {
  margin-right: 27px;
}
.T-un_operatorSearch__close {
  display: table;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}
.T-un_operatorSearch__foot {
  position: relative;
  text-align: center;
}
.T-un_operatorSearch__foot button {
  width: 432px;
}
.T-un_operatorSearch__foot button div {
  font-size: 1rem;
  font-weight: bold;
}
.T-un_operatorSearch__foot .JTB-el_choice {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

[class^=JTB-] .T-un_operatorButton:not(.-noIcon):not(.-external) {
  font-size: 1.125rem;
  padding: 7px 0;
  width: 246px;
}

.T-un_operatorListSearch {
  padding: 11px 24px 3px;
  border: 1px solid #bcbdc2;
  margin: 18px 0 29px;
}
.T-un_operatorListSearch dt {
  font-size: 1.25rem;
  margin-bottom: 7px;
}
.T-un_operatorListSearch ul {
  display: flex;
  flex-wrap: wrap;
}
.T-un_operatorListSearch li:not(:last-child)::after {
  content: "｜";
}
.T-un_operatorListSearch button {
  padding-left: 0;
}

.T-un_operatorListResult {
  margin-bottom: 20px;
}
.T-un_operatorListResult span {
  font-weight: bold;
}

.T-un_operatorListTable {
  position: relative;
  font-size: 0.875rem;
  border: 1px solid #bcbdc2;
  border-bottom: none;
  margin-bottom: 24px;
}
.T-un_operatorListTable::after {
  position: absolute;
  background-color: #bcbdc2;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
}
.T-un_operatorListTable thead {
  background-color: rgba(50, 55, 67, 0.03);
  border-bottom: 1px solid #bcbdc2;
}
.T-un_operatorListTable tbody {
  border-bottom: 1px solid #bcbdc2;
}
.T-un_operatorListTable th,
.T-un_operatorListTable td {
  padding: 5px 25px;
}
.T-un_operatorListTable th {
  text-align: center;
  white-space: nowrap;
}
.T-un_operatorListTable__item:not(:last-of-type) {
  border-bottom: 1px solid #bcbdc2;
}
.T-un_operatorListTable__item:not(.-disabled) {
  position: relative;
  cursor: pointer;
  transition: background-color 200ms;
}
.T-un_operatorListTable__item:not(.-disabled)::after {
  position: absolute;
  color: var(--color-blue);
  font-family: "Material Icons";
  font-size: 1.3333333333vw;
  line-height: 1;
  top: 50%;
  right: 2px;
  content: "navigate_next";
  transform: translateY(-50%);
}
.T-un_operatorListTable__item:not(.-disabled):hover {
  background-color: #ecf9ff;
}
.T-un_operatorListTable__item.-disabled {
  color: #989ba1;
}
.T-un_operatorListTable td:first-of-type,
.T-un_operatorListTable td:nth-of-type(4),
.T-un_operatorListTable td:nth-of-type(5) {
  white-space: nowrap;
}
.T-un_operatorListTable td:not(:first-of-type):not(:nth-of-type(2)):not(:last-of-type) {
  text-align: center;
}

.T-un_operatorQueMain {
  background-color: rgba(50, 55, 67, 0.05);
  padding-bottom: 75pt;
  margin-bottom: -75pt;
}

.T-un_operatorQueSearch {
  position: relative;
  padding-top: 23px;
  margin-top: -22px;
}
.T-un_operatorQueSearch::before {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  content: "";
}
.T-un_operatorQueSearch h1 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.T-un_operatorQueSearch__card {
  position: relative;
  padding: 6px 24px;
  border: 1px solid #bcbdc2;
}
.T-un_operatorQueSearch__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.T-un_operatorQueSearch__head dl {
  display: flex;
}
.T-un_operatorQueSearch__head dt {
  font-weight: 600;
}
.T-un_operatorQueSearch__head dt::after {
  font-weight: normal;
  content: "：";
}
.T-un_operatorQueSearch__head ul {
  display: flex;
  flex-wrap: wrap;
}
.T-un_operatorQueSearch__head li:not(:last-child)::after {
  content: "｜";
}
.T-un_operatorQueSearch__head button {
  padding: 7px 20px 3px;
  width: 252px;
  transition: visibility 200ms, opacity 200ms, border-radius 300ms;
}
.T-un_operatorQueSearch__head .JTB-el_articleIcon {
  color: var(--color-blue);
  font-weight: bold;
}
.T-un_operatorQueSearch__head [aria-expanded=true] {
  visibility: hidden;
  opacity: 0;
}
.T-un_operatorQueSearch__accordion {
  position: relative;
  height: 0;
  overflow: hidden;
  animation: overflow-base 0.3s forwards;
}
.T-un_operatorQueSearch__accordion[aria-hidden=false] {
  height: auto;
  overflow: visible;
  animation: overflow 0.3s forwards;
}
.T-un_operatorQueSearch__accordion[aria-hidden=false] .T-un_operatorQueSearch__accordionInner {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.3s 0.15s ease-in-out, margin-top 0.3s ease-in-out;
}
.T-un_operatorQueSearch__accordionInner {
  padding: 22px 0 15px;
  margin-top: -100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.T-un_operatorQueSearch__item {
  display: flex;
  align-items: flex-start;
}
.T-un_operatorQueSearch__item.-category {
  margin-bottom: 18px;
}
.T-un_operatorQueSearch__item.-category > div:first-of-type {
  width: 152px;
  margin-right: 16px;
}
.T-un_operatorQueSearch__item.-category > div:nth-of-type(2) {
  width: 265px;
  margin-right: 43px;
}
.T-un_operatorQueSearch__item.-category > div:last-of-type {
  width: 384px;
}
.T-un_operatorQueSearch__item.-category .JTB-el_select,
.T-un_operatorQueSearch__item.-category select {
  min-width: 100%;
}
.T-un_operatorQueSearch__item .JTB-el_input__notice {
  position: static;
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
  padding: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.T-un_operatorQueSearch__item .JTB-el_input__notice::before {
  visibility: visible;
  opacity: 1;
}
.T-un_operatorQueSearch__item .-error select {
  border-color: rgba(217, 79, 93, 0.4);
}
.T-un_operatorQueSearch__item.-date {
  margin-bottom: 16px;
}
.T-un_operatorQueSearch__item.-date > div:first-of-type,
.T-un_operatorQueSearch__item.-date > div:last-of-type {
  width: 300px;
}
.T-un_operatorQueSearch__item.-date > div:nth-of-type(2) {
  margin: 20px 8px 0;
}
.T-un_operatorQueSearch__item.-name {
  margin-bottom: 13px;
}
.T-un_operatorQueSearch__item.-name > div:first-of-type {
  width: 232px;
  margin-right: 16px;
}
.T-un_operatorQueSearch__item.-name > div:last-of-type {
  width: 384px;
}
.T-un_operatorQueSearch__item.-name ul {
  margin-right: 147px;
}
.T-un_operatorQueSearch__item .JTB-el_articleIcon {
  cursor: pointer;
}
.T-un_operatorQueSearch__item ul {
  color: rgba(50, 55, 67, 0.75);
  font-size: 0.75rem;
  margin: 9px 0 0 16px;
}
.T-un_operatorQueSearch__button {
  padding: 11px 30px 6px !important;
  width: 167px;
}
.T-un_operatorQueSearch__button div {
  font-size: 1rem;
  font-weight: bold;
}
.T-un_operatorQueSearch__close {
  display: table;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}

.T-un_operatorQueNav {
  position: sticky;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24px 0;
  margin-bottom: 32px;
  top: 0;
  z-index: 2;
}
.T-un_operatorQueNav::before {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  content: "";
  box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.16);
}
.T-un_operatorQueNav p {
  margin: 0 35px 0 16px;
}
.T-un_operatorQueNav ul {
  display: flex;
}
.T-un_operatorQueNav li {
  margin-right: 32px;
}
.T-un_operatorQueNav button {
  position: relative;
  display: flex;
  align-items: center;
  color: #3498db;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: bold;
  border: 0;
  margin-left: auto;
  cursor: pointer;
}

.T-un_operatorQueCard {
  background-color: #fff;
  padding: 16px 16px 21px;
  margin-bottom: 24px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.T-un_operatorQueCard.-backlog label {
  font-weight: bold;
}
.T-un_operatorQueCard.-detail .T-un_operatorQueCard__info {
  grid-template-columns: auto 1fr;
}
.T-un_operatorQueCard__item {
  padding: 16px 16px 24px;
}
.T-un_operatorQueCard__item + .T-un_operatorQueCard__item {
  border-top: 1px solid #bcbdc2;
}
.T-un_operatorQueCard__item + .T-un_operatorQueCard__item h2 {
  margin: 0 0 12px 30px;
}
.T-un_operatorQueCard__item + .T-un_operatorQueCard__item .T-un_operatorQueCard__head > div:last-of-type {
  margin-top: 0;
}
.T-un_operatorQueCard__head {
  margin-bottom: 12px;
}
.T-un_operatorQueCard__head div {
  display: flex;
}
.T-un_operatorQueCard__head div:last-of-type {
  display: flex;
  margin: 0 30px;
}
.T-un_operatorQueCard h2 {
  margin-bottom: 4px;
}
.T-un_operatorQueCard__reply {
  margin-left: auto;
}
.T-un_operatorQueCard dl {
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 2px;
}
.T-un_operatorQueCard dl:first-of-type {
  width: 260px;
}
.T-un_operatorQueCard dl:nth-of-type(2) {
  width: 200px;
}
.T-un_operatorQueCard dl:nth-of-type(3) {
  width: 316px;
}
.T-un_operatorQueCard dl:nth-of-type(4) {
  margin-right: 150px;
}
.T-un_operatorQueCard dt::after {
  content: "：";
}
.T-un_operatorQueCard__item {
  padding: 16px 30px 29px;
  border-top: 1px solid #bcbdc2;
}
.T-un_operatorQueCard__item div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.T-un_operatorQueCard__text {
  line-height: 1.875;
}
.T-un_operatorQueCard__more {
  text-align: right;
}
.T-un_operatorQueCard__more button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.T-un_operatorQueCard__more [aria-expanded=true] {
  display: none;
}
.T-un_operatorQueCard__accordion {
  position: relative;
  height: 0;
  overflow: hidden;
  animation: overflow-base 0.3s forwards;
}
.T-un_operatorQueCard__accordion[aria-hidden=false] {
  height: auto;
  overflow: visible;
  animation: overflow 0.3s forwards;
}
.T-un_operatorQueCard__accordion[aria-hidden=false] .T-un_operatorQueCard__accordionInner {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.3s 0.15s ease-in-out, margin-top 0.3s ease-in-out;
}
.T-un_operatorQueCard__accordionInner {
  margin-top: -100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.T-un_operatorQueCard__close {
  text-align: right;
}
.T-un_operatorQueCard__close button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.T-un_operatorQueModal {
  position: fixed;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px 24px 24px;
  width: 1280px;
  height: 100%;
  margin-left: -640px;
  top: 0;
  left: 50%;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.925);
  transition: visibility 300ms, opacity 300ms, transform 300ms;
}
.T-un_operatorQueModal.is-open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.T-un_operatorQueModal.is-open + .T-un_operatorQueModalOverlay {
  visibility: visible;
  opacity: 1;
}
.T-un_operatorQueModal p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.T-un_operatorQueModal__item {
  display: flex;
  padding: 18px 16px 16px;
  border: 1px solid #bcbdc2;
  border-bottom: 0;
}
.T-un_operatorQueModal dl {
  display: flex;
  align-items: center;
  margin-right: 131px;
}
.T-un_operatorQueModal dt::after {
  content: "：";
}
.T-un_operatorQueModal .JTB-el_select {
  width: 384px;
}
.T-un_operatorQueModal select {
  min-width: 100%;
}
.T-un_operatorQueModal__item .JTB-el_input__notice {
  position: static;
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
  padding: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.T-un_operatorQueModal__item .JTB-el_input__notice::before {
  visibility: visible;
  opacity: 1;
}
.T-un_operatorQueModal__item .-error select {
  border-color: rgba(217, 79, 93, 0.4);
}
.T-un_operatorQueModal__input {
  position: relative;
}
.T-un_operatorQueModal__input > div {
  border: 1px solid #bcbdc2;
}
.T-un_operatorQueModal__input > div.-error {
  border-color: rgba(217, 79, 93, 0.4);
}
.T-un_operatorQueModal__input.-title > div {
  position: relative;
  margin-top: -1px;
  top: 1px;
}
.T-un_operatorQueModal__input.-title .-error {
  padding-bottom: 23px;
  z-index: 1;
}
.T-un_operatorQueModal__input div div {
  position: absolute;
  font-size: 0.75rem;
  right: 13px;
}
.T-un_operatorQueModal__input.-title div div {
  top: 50%;
  transform: translateY(-50%);
}
.T-un_operatorQueModal__input.-message div div {
  bottom: 13px;
}
.T-un_operatorQueModal__input .JTB-el_input__notice {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.3;
  bottom: 12px;
  left: 8px;
  z-index: 1;
}
.T-un_operatorQueModal input {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  height: 48px;
  border: 0;
}
.T-un_operatorQueModal textarea {
  box-sizing: border-box;
  padding: 12px 16px;
  width: 100%;
  height: calc(100vh - 280px);
  border: 0;
  resize: none;
}
.T-un_operatorQueModal > ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.T-un_operatorQueModal > ul li:first-child {
  margin-right: 24px;
}

.T-un_operatorQueModalOverlay {
  position: fixed;
  background-color: rgba(50, 55, 67, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms, opacity 300ms;
}

.T-un_operatorQueMoreHead {
  position: sticky;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  margin-bottom: 32px;
  top: 0;
  z-index: 1;
}
.T-un_operatorQueMoreHead::before {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  content: "";
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.T-un_operatorQueMoreHead button:first-of-type {
  padding-left: 0;
}
.T-un_operatorQueMoreHead button:last-of-type {
  position: relative;
  color: #bcbdc2;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.T-un_passportAddress textarea {
  height: 83px;
  resize: none;
}

.T-un_topText {
  font-size: 1.25rem;
  margin-top: 5.3333333333vw;
}

.T-un_topMainSearch {
  padding: 3.2vw 0 8vw;
  background: url(../img/top/bg_main_sp.jpg) center center/cover no-repeat;
}
.T-un_topMainSearch .JTB-ly_wrapper {
  margin-top: 0;
}
.T-un_topMainSearch .JTB-el_heading.-lv01 {
  color: #fff;
  text-shadow: 0 0 6px rgb(0, 0, 0);
}
.T-un_topMainSearch__inner {
  margin-top: 6.4vw;
  padding: 3.7333333333vw 2.1333333333vw;
  background: rgba(255, 255, 255, 0.95);
}
.T-un_topMainSearch .T-un_listTac .JTB-el_btn.-large {
  font-size: 1rem;
}

.T-un_topTourSearch {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.T-un_topTourSearch .JTB-el_input__heading {
  margin-bottom: -5.666667vw;
  padding-right: 0;
  padding-left: 1.6vw;
}
.T-un_topTourSearch .JTB-el_input__body {
  padding-top: 5.666667vw;
}
.T-un_topTourSearch .JTB-el_select__inform {
  padding-top: 5.666667vw;
  padding-bottom: 2.4vw;
  padding-left: 5.3333333333vw;
}
.T-un_topTourSearch__item {
  width: 100%;
}
.T-un_topTourSearch__item + .T-un_topTourSearch__item {
  margin-top: 3.7333333333vw;
}
.T-un_topTourSearch__item.-col2 {
  width: 48.632218845%;
}
.T-un_topTourSearch__item.-date .JTB-el_input::before {
  content: "today";
  position: absolute;
  bottom: 3.7333333333vw;
  right: 1.6vw;
  font-family: "Material Icons";
  font-size: 5.3333333333vw;
  line-height: 1;
}
.T-un_topTourSearch__item .JTB-el_select,
.T-un_topTourSearch__item .JTB-el_select__inform {
  width: 100%;
}

.T-un_inputDateIcon .JTB-el_input::before {
  content: "today";
  position: absolute;
  bottom: 3.7333333333vw;
  right: 1.6vw;
  font-family: "Material Icons";
  font-size: 5.3333333333vw;
  line-height: 1;
}

.T-un_courseExistence {
  position: relative;
}
.T-un_courseExistence .courseText {
  display: none;
}

.T-un_boxCourse {
  padding: 5.3333333333vw 4vw 0;
}
.T-un_boxCourse .JTB-el_input.-search .JTB-el_input__heading {
  position: absolute;
  top: 1.133333vw;
  left: 0;
}
.T-un_boxCourse .JTB-el_input.-search .JTB-el_input__body {
  padding-top: 5.666667vw;
}
.T-un_boxCourse .JTB-el_input__submit {
  background: transparent linear-gradient(112deg, #cc0d21, #ec64a9) 0 0 no-repeat padding-box;
}

.T-un_topTourSearchChoice.JTB-el_choice.-checkbox {
  display: block;
}

.T-un_topMainContent {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.T-el_tourTopHead {
  border-top: 1px solid #BCBDC2;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.T-el_tourTopHead_title {
  margin-top: 64px;
  font-size: 1.375rem;
  font-weight: bold;
}
.T-el_tourTopHead_text {
  font-size: 1rem;
  margin-top: 32px;
}
.T-el_tourTopHead_attention {
  margin-top: 24px;
  font-size: 0.75rem;
}

.T-el_tourTopMain {
  margin-top: 64px;
  background-color: #F4F4F4;
}
.T-el_tourTopMain + .T-el_tourTopMain {
  margin-top: 0;
}
.T-el_tourTopMain_photo {
  display: block;
}
.T-el_tourTopMain_photo img {
  width: 100%;
}
.T-el_tourTopMain_title {
  text-align: center;
  margin-top: -66px;
}
.T-el_tourTopMain_text {
  margin-top: 20px;
  text-align: center;
}
.T-el_tourTopMain_content {
  padding-bottom: 64px;
}

.T-el_tourTopMainItem {
  margin-top: 40px;
}
.T-el_tourTopMainItem_inner {
  padding: 0 15px 25px;
  background-color: #fff;
}
.T-el_tourTopMainItem_title {
  text-align: center;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
  position: relative;
}
.-tabimae .T-el_tourTopMainItem_title {
  background-color: #891934;
}
.-tabinaka .T-el_tourTopMainItem_title {
  background-color: #043958;
}
.-tabiato .T-el_tourTopMainItem_title {
  background-color: #3C664D;
}
.T-el_tourTopMainItem_title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: url(../img/top/bg_top_1.svg) 0 0 no-repeat;
}
.T-el_tourTopMainItem_title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url(../img/top/bg_top_1.svg) 0 0 no-repeat;
  transform: rotate(90deg);
}
.T-el_tourTopMainItem_title2 {
  padding-top: 30px;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.-tabimae .T-el_tourTopMainItem_title2 {
  color: #891934;
}
.-tabinaka .T-el_tourTopMainItem_title2 {
  color: #043958;
}
.-tabiato .T-el_tourTopMainItem_title2 {
  color: #3C664D;
}
.T-el_tourTopMainItem_title2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-top-width: 15px;
  border-bottom-width: 15px;
}
.-tabimae .T-el_tourTopMainItem_title2::before {
  border-top-color: #891934;
}
.-tabinaka .T-el_tourTopMainItem_title2::before {
  border-top-color: #043958;
}
.-tabiato .T-el_tourTopMainItem_title2::before {
  border-top-color: #3C664D;
}
.T-el_tourTopMainItem_text {
  margin-top: 20px;
  font-size: 1rem;
}
.T-el_tourTopMainItem_text span {
  font-weight: bold;
}
.T-el_tourTopMainItem_notice {
  font-size: 0.75rem;
}

.l-section.-bg-light {
  margin-top: 64px;
  padding: 40px 0;
  background-color: #f4f4f4;
}

.l-inner {
  padding-left: 16px;
  padding-right: 16px;
}

.l-block.-md:not(:last-child) {
  margin-bottom: 30px;
}

.c-ttl-main {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.p-indexSelect {
  line-height: 1.5;
}

.p-indexSelect_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.p-indexSelect_item:first-child {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.p-indexSelect_img {
  width: 97px;
  max-width: 97px;
  flex-basis: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-indexSelect_img img {
  width: 100%;
  height: auto;
}

.p-indexSelect_content {
  padding-left: 20px;
  margin-top: -4px;
  width: 100%;
}

.p-indexSelect_tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.p-indexSelect_txt {
  font-size: 16px;
}

.p-indexSelect_btn {
  width: 100%;
}

.c-btn {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  transition: opacity 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.c-btn.-normal-secondary {
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
  color: #3498db;
  border: none;
  font-weight: 700;
  transition: border-radius 0.3s;
  text-decoration: none;
  word-break: break-all;
}
.c-btn.-normal-secondary:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: 0.3s;
  z-index: -2;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 3px;
  background: #fff;
}

.p-indexSelect_btn[href^=tel] {
  margin-top: 6px;
}

.p-indexSelect_btn i {
  vertical-align: top;
  height: 0;
  margin-right: 5px;
  font-size: 30px;
  width: 30px;
  transform: translate(-5px, -2px);
}

.u-mb-sm {
  margin-bottom: 20px;
}

.u-fw-sb {
  font-weight: 700;
}

.u-d-ib {
  display: inline-block;
}

@media print, screen and (min-width: 769px){
  .T-bl_borderSection {
    margin-top: 56px;
    padding-top: 56px;
  }
  .T-bl_countUpDown + .T-bl_countUpDown {
    margin-top: 24px;
  }
  .T-bl_countUpDown__text {
    width: 300px;
    font-size: 1rem;
  }
  .T-bl_countUpDown__age {
    display: inline;
    font-size: 1rem;
  }
  .T-bl_countUpDown__btn {
    width: 134px;
  }
  .T-bl_countUpDown__btnBl {
    max-width: 134px;
  }
  .T-bl_countUpDown__input {
    max-width: 76px;
    font-size: 1rem;
  }
  .T-bl_countUpDown__input input {
    margin-left: -2em;
    width: 48px;
  }
  .T-el_breakdown .JTB-el_accordion__trigger {
    padding-right: 50px;
  }
  .T-el_breakdown .JTB-el_accordion__trigger .JTB-el_accordion__heading {
    font-size: 0.8125rem;
  }
  .T-el_breakdownDetail {
    max-width: none;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
  }
  .T-el_breakdownDetail__term {
    width: calc(100% - 250px);
    font-size: 1rem;
    text-align: right;
  }
  .T-el_breakdownDetail__item {
    width: 250px;
    font-size: 1rem;
    text-align: right;
  }
  .T-el_conditionInfo {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 100px 24px;
    max-width: 240px;
  }
  .T-el_conditionInfo__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .T-el_conditionInfo__term {
    margin-top: 16px;
    font-size: 1rem;
  }
  .T-el_conditionInfo__term:first-of-type {
    margin-top: 16px;
  }
  .T-el_conditionInfo__data {
    margin-top: 16px;
    font-size: 1rem;
  }
  .T-el_displayPcOnly {
    display: block;
  }
  tr.T-el_displayPcOnly {
    display: table-row;
  }
  .T-el_errorNotice {
    padding: 12px 16px;
  }
  .T-el_errorNotice__caption {
    font-size: 0.75rem;
  }
  .T-el_errorNotice__note {
    padding-left: 28px;
    font-size: 1rem;
  }
  .T-el_errorNotice__note__icon .JTB-el_foundation-icons {
    font-size: 1.25rem;
  }
  .JTB-el_choice.-checkbox.T-el_feesPrice label .T-el_feesPrice__item {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
  }
  .T-el_formSize__01 .JTB-el_input__body,
  .T-el_formSize__01 .JTB-el_select__inform {
    width: 120px !important;
    min-width: 120px;
  }
  .T-el_formSize__01.is-focused.JTB-el_input::after {
    width: 143.23px;
  }
  .T-el_formSize__02 {
    width: 324px;
  }
  .T-el_formSize__03 {
    width: 340px;
  }
  .T-el_formSize__04 {
    width: 124px;
  }
  .T-el_hereafterList__item {
    font-size: 1rem;
  }
  .T-el_hereafterList__item + .T-el_hereafterList__item {
    margin-top: 0;
  }
  .T-el_hereafterList__heading {
    float: left;
  }
  .T-el_pagenavi {
    max-width: 1280px;
    margin: 64px auto 0;
  }
  .T-el_table td,
  .T-el_table th {
    padding: 12px 16px;
    font-size: 1rem;
  }
  .T-el_table__heading,
  .T-el_table .JTB-el_table__heading {
    width: 24.2%;
  }
  .T-el_table .JTB-el_charge__price.-small {
    font-size: 1.625rem;
  }
  .T-el_table.-narrow__heading {
    width: 17.5%;
  }
  .T-el_cellPaddingPC-01 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .T-el_table__column {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  @-moz-document url-prefix() {
    .T-el_table__column {
      margin-top: 5px;
    }
  }
  .T-el_table__column .JTB-el_btn {
    min-width: 258px;
  }
  .T-el_textSize.-normal-01 {
    font-size: 1rem !important;
  }
  .T-el_textSize.-normal-02 {
    font-size: 1rem !important;
  }
  .T-el_textSize.-normal-03 {
    font-size: 1.125rem !important;
  }
  .T-el_textSize.-large-01 {
    font-size: 1.375rem !important;
  }
  .T-el_textSize.-large-02 {
    font-size: 1.125rem !important;
  }
  .T-el_textSize.-small-01 {
    font-size: 0.875rem !important;
  }
  .T-el_textSize.-small-02 {
    font-size: 0.75rem !important;
  }
  .T-el_textSize.-small-03 {
    font-size: 0.875rem !important;
  }
  .T-el_textSize.-small-04 {
    font-size: 1rem !important;
  }
  .T-el_textIndent.-indentSize-01 {
    padding-left: 32px;
  }
  .T-el_textIndent.-indentSize-02 {
    padding-left: 48px;
  }
  .T-el_textIndent.-indentSize-03 {
    padding-left: 64px;
  }
  .T-el_textIndent.-indentSize-04 {
    padding-left: 80px;
  }
  .T-el_textIndent.-indentSize-05 {
    padding-left: 96px;
  }
  .T-el_textIndent.-indentSize-06 {
    padding-left: 112px;
  }
  .T-el_textIndent.-indentSize-07 {
    padding-left: 128px;
  }
  .T-el_tourSearch__placeholderDepth1.-icon .JTB-el_articleIcon {
    right: 12px;
    font-size: 16px;
  }
  .T-el_tourSearch__placeholderDepth1.-icon .JTB-el_input__body {
    padding-right: 40px;
  }
  .T-el_tourSearch__placeholderDepth2 .JTB-el_input__body {
    height: 50px !important;
    padding-bottom: 0;
  }
  .JTB-hp_sp-only .T-el_tourSearch__placeholderDepth2 .JTB-el_input__body {
    display: none;
  }
  .T-el_tourSearch__confirm .JTB-el_btn {
    font-size: 1rem;
  }
  .T-el_tourSearchPanel {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 2.6315789474%;
    padding-top: 30px;
  }
  .T-el_tourSearchPanel__item.-col2 {
    gap: 8px;
  }
  .T-el_tourSearchPanel__item .JTB-js_dropdown {
    width: 100%;
  }
  .T-el_tourSearchModal__body {
    max-width: 632px;
    height: auto;
    max-height: calc(100vh - 200px);
    margin: 100px auto 0;
  }
  .T-el_tourSearchModal__body.-large {
    max-width: 1236px;
  }
  .T-el_tourSearchModal__titleArea {
    height: 80px;
    padding: 0;
    border: none;
  }
  .T-el_tourSearchModal__titleArea .JTB-el_heading.-lv03 {
    font-size: 1.125rem;
  }
  .T-el_tourSearchModal__titleArea .T-el_tourSearchModal__clear {
    left: 20px;
    padding: 5px 5px 5px 0;
  }
  .T-el_tourSearchModal__titleArea .T-el_tourSearchModal__close {
    right: 20px;
    padding: 5px;
  }
  .T-el_tourSearchModal__scrollArea {
    padding: 0 30px 30px;
  }
  .T-el_tourSearchModal__inner.-departure {
    display: flex;
  }
  .T-el_tourSearchModal__inner.-departure > p {
    font-size: 1rem;
  }
  .T-el_tourSearchModal__inner.-departure > *:nth-child(1) {
    padding-top: 7px;
  }
  .T-el_tourSearchModal__inner.-destinationCountry {
    display: flex;
  }
  .T-el_tourSearchModal__inner.-destinationCountry > p {
    font-size: 1rem;
  }
  .T-el_tourSearchModal__inner.-destinationCountry > *:nth-child(1) {
    width: 16.6666666667%;
    flex-shrink: 0;
    padding-top: 7px;
  }
  .T-el_tourSearchModal__inner.-destinationCountry > *:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .T-el_tourSearchModal__inner.-destinationCountry > *:nth-child(2) > * {
    min-width: 20%;
  }
  .T-el_tourSearchModal__inner.-destinationCountrySingle {
    display: flex;
  }
  .T-el_tourSearchModal__inner.-destinationCountrySingle > * {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .T-el_tourSearchModal__inner.-destinationCountrySingle > * > * {
    width: 20%;
    margin-right: 0;
  }
  .T-el_tourSearchModal__inner.-numberOfDays {
    display: flex;
    flex-wrap: wrap;
  }
  .T-el_tourSearchModal__inner.-numberOfDays > * {
    width: 50%;
  }
  .T-el_tourSearchModal__buttonArea .JTB-el_btn {
    font-size: 1rem;
  }
  .T-el_tourSearchModal__buttonArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
  }
  .T-el_tourSearchModal__buttonArea > * {
    position: relative;
    width: 48%;
  }
  .T-el_tourSearchModal__buttonArea > * .T-el_tourSearchModal__clear {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    font-size: 0.9375rem;
    color: var(--color-blue);
  }
  .T-el_tourSearchModal__buttonArea > * .JTB-el_btn {
    width: 100%;
  }
  .T-el_tourSearchModal__buttonArea.-large > *:nth-child(1) {
    width: 100%;
  }
  .T-el_tourSearchModal__buttonArea.-large > *:nth-child(2) {
    max-width: 305px;
    padding-left: 30px;
    flex-shrink: 0;
  }
  .T-el_tourSearchModalWrapper {
    position: relative;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal {
    position: absolute;
    top: 55px;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal.-calendar .T-el_tourSearchModal__body {
    width: 564px;
    max-width: 564px;
    margin: 0 auto 0 0;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal#tourSearch_numberOfDays {
    left: auto;
    right: 0;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal#tourSearch_numberOfDays .T-el_tourSearchModal__body {
    max-width: none;
    min-width: 320px;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal__bg {
    background-color: transparent;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal__body {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 0;
    border: 1px solid #bcbdc2;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal__titleArea {
    height: 50px;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal__clear {
    left: 20px;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal__close {
    right: 10px;
  }
  .T-el_tourSearchModalWrapper .T-el_tourSearchModal__scrollArea {
    padding: 0 20px 20px;
  }
  .T-el_tourSearchCalendar__title {
    font-size: 0.75rem;
  }
  .T-el_tourSearchCalendar__title .-large {
    font-size: 1.5rem;
  }
  .T-el_tourSearchCalendar__list {
    width: 244px;
  }
  .T-el_tourSearchCalendar__list > * {
    height: 30px;
  }
  .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(1), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(2), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(3), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(4), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(5), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(6), .T-el_tourSearchModal__scrollArea .T-el_tourSearchCalendar__list > *:nth-child(7) {
    display: flex;
  }
  .T-el_tourSearchCalendar__item {
    width: 24px;
    height: 24px;
  }
  .T-el_tourSearchCalendar__item span {
    font-size: 12px;
  }
  .T-el_tourSearchCalendar__item.-dow {
    font-size: 12px;
  }
  .T-el_tourSearchCalendar__selectAll label {
    width: 100px;
    padding: 4px 12px;
    font-size: 14px;
  }
  .T-el_tourSearchCalendar .swiper-button-prev {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .T-el_tourSearchCalendar .swiper-button-prev.swiper-button-disabled {
    cursor: default;
    opacity: 0.4;
  }
  .T-el_tourSearchCalendar .swiper-button-next {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .T-el_tourSearchCalendar .swiper-button-next.swiper-button-disabled {
    cursor: default;
    opacity: 0.4;
  }
  .JTB-el_tourSearchCaveat {
    position: static;
    font-size: 1rem;
  }
  .-split .T-un_bookingHorizonal {
    position: relative;
    display: flex;
  }
  .T-un_bookingAnchor {
    display: flex;
  }
  .T-un_bookingAnchor li:not(:last-child) {
    margin-right: 64px;
  }
  .T-un_bookingAnchor a {
    padding: 10px 0;
  }
  .T-un_bookingButton {
    position: absolute;
    display: flex !important;
    top: -30px;
    top: 0;
    right: 0;
  }
  .T-un_bookingButton li {
    margin-left: 24px;
  }
  .T-un_bookingSchedule {
    flex-wrap: nowrap;
    margin: 8px 0 32px;
  }
  .T-un_bookingSchedule__date {
    font-size: 1.125rem;
    min-width: 202px;
    max-width: 202px;
    margin-bottom: 0;
  }
  .T-un_bookingSchedule__image {
    margin-right: 79px;
  }
  .T-un_bookingSchedule__image i {
    font-size: 30px;
  }
  .T-un_bookingSchedule__info {
    display: flex;
    flex-wrap: wrap;
  }
  .T-un_bookingSchedule__name {
    width: 100%;
  }
  .T-un_bookingSchedule__flightFrom {
    width: 312px;
    margin-top: 12px;
  }
  .T-un_bookingSchedule__flightFrom li {
    margin-bottom: 1px;
  }
  .T-un_bookingSchedule__flightIcon {
    margin: 12px 68px 0 0;
  }
  .T-un_bookingSchedule__flightIcon i {
    font-size: 40px;
    transform: rotate(0);
  }
  .T-un_bookingSchedule__flightTo {
    width: calc(100% - 420px);
    margin-top: 12px;
  }
  .T-un_bookingSchedule__hotelStay {
    margin: 11px 82px 0 0;
  }
  .T-un_bookingSchedule__hotelType {
    margin-top: 11px;
  }
  .T-un_bookingSchedule__hotelType dt {
    margin-right: 24px;
  }
  .T-un_bookingSchedule__hotelType i {
    font-size: 22px;
  }
  .T-un_bookingFood {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin: 12px 16px;
  }
  .T-un_bookingFood__text {
    min-width: 91px;
    margin-bottom: 0;
  }
  .T-un_bookingFood__list dt,
  .T-un_bookingFood__list dd {
    margin-bottom: 8px;
  }
  .T-un_bookingFood__list dt:last-of-type,
  .T-un_bookingFood__list dd:last-of-type {
    margin-bottom: 0;
  }
  .T-un_bookingFood__list dd {
    width: calc(100% - (1rem + 16px));
  }
  .T-un_bookingCard dt {
    width: calc(100% - 200px);
  }
  .T-un_bookingProgress {
    justify-content: center;
  }
  .T-el_table_optional tr > *:nth-child(1) {
    width: 8.4%;
  }
  .T-el_table_optional tr > *:nth-child(2) {
    width: 50.6%;
  }
  .T-el_table_optional tr > *:nth-child(3) {
    width: 40.9%;
  }
  .T-el_table_optional__content, .T-el_table_optional__status {
    padding: 16px 0;
    vertical-align: middle;
    border-bottom: 1px solid #BCBDC2;
    border-top: 1px solid #BCBDC2;
  }
  .T-el_table_optional__status {
    width: 108px;
  }
  .T-un_submit__navi-01 .JTB-ly_placement .JTB-el_btn {
    display: block;
    margin: 0 auto;
  }
  .T-un_submit__navi-01 .T-un_submit__navi_prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .T-un_tableTextSP .JTB-el_table__heading {
    padding: 12px 16px;
    width: 24.2%;
  }
  .T-un_tableTextSP .JTB-el_table__contents {
    padding: 12px 16px;
    font-size: 1rem;
  }
  .T-un_tooltipIcon .JTB-el_foundation-icons {
    margin-left: 8px;
  }
  .JTB-el_table .JTB-el_charge__price.-small {
    font-size: 1.625rem;
  }
  .T-un_widthJust-01 {
    min-width: 80px;
  }
  .JTB-el_table.-condition .JTB-el_table__heading {
    width: 292px;
  }
  .T-un_conditionButton.JTB-el_btn.-large {
    padding: 9px 21px;
    font-size: 1.125rem;
    margin-left: 43px;
  }
  .JTB-el_table__heading.-vertical-top {
    vertical-align: top;
  }
  .JTB-el_table__heading.-vertical-top span {
    padding-top: 15px;
    display: inline-block;
  }
  .f-footer {
    padding-top: 30px;
  }
  .f-u-section {
    max-width: 1280px;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto;
  }
  .f-u-section--full {
    max-width: 1280px;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto;
  }
  .f-footer__title {
    margin-top: 56px;
    font-size: 1.625rem;
  }
  .f-footer__subtitle {
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 1.3125rem;
  }
  .f-footer-list {
    margin-top: 0;
  }
  .f-footer-list .f-accordion-toggle {
    padding: 0;
    border: 0;
    cursor: default;
  }
  .f-footer-list .f-accordion-body__inner {
    display: block;
  }
  .f-footer-list {
    overflow: hidden;
  }
  .f-footer-list * {
    display: inline;
  }
  .f-footer-list .f-accordion-toggle--inBoth {
    display: block;
  }
  .f-footer-list > li {
    border-bottom: none;
  }
  .f-footer-linkList {
    font-size: 0;
  }
  .f-footer-linkList__title {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 8px 0 0;
    margin-top: 4px;
    margin-right: 8px;
    color: rgba(50, 55, 67, 0.87);
  }
  .f-footer-linkList__title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    left: -8px;
    top: 0;
    z-index: 0;
  }
  .f-footer-linkList__title .f-icon {
    display: none;
  }
  .f-footer-linkList__title:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: rgba(222, 222, 222, 0.6);
  }
  .f-footer-linkList__title--pcBold {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 8px 0 0;
    margin-top: 4px;
    margin-right: 8px;
    color: rgba(50, 55, 67, 0.87);
    font-weight: 700;
  }
  .f-footer-linkList__title--pcBold::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    left: -8px;
    top: 0;
    z-index: 0;
  }
  .f-footer-linkList__title--pcBold .f-icon {
    display: none;
  }
  .f-footer-text-link {
    margin-top: 16px;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
  .f-footer-text-link a {
    padding-right: 30px;
    display: inline-block;
  }
  .is-spOnly {
    display: none !important;
  }
  .T-un_listHeader {
    padding-bottom: 30px;
    box-shadow: none;
  }
  .T-un_listContents {
    padding-bottom: 180px;
  }
  .T-un_listTourSearch__placeholderDepth1 > * {
    height: 30px;
    padding: 0;
    border: none;
    font-size: 1rem;
  }
  .T-un_listTourSearch__placeholderDepth1 > * p {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .T-un_listTourSearch__placeholderDepth1 {
    pointer-events: none;
  }
  .T-un_listTourSearch__accordionInner {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .T-un_listTourSearch__accordionClose {
    font-size: 0.75rem;
  }
  .T-un_listTourSearch {
    padding: 10px 30px;
    border: 1px solid #bcbdc2;
  }
  .T-un_listTourSearch__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .T-un_listTourSearch__heading > *:nth-child(1) {
    width: 70%;
  }
  .T-un_listTourSearch__heading > *:nth-child(2) {
    width: 252px;
    flex-shrink: 0;
  }
  .T-un_listTourSearch__heading > *:nth-child(2) .JTB-el_btn {
    width: 100%;
  }
  .T-un_listTourSearch__heading > *:nth-child(2)[aria-expanded=true] {
    overflow: hidden;
    height: 0;
    animation: overflow-base 0.3s forwards;
  }
  .T-un_listTourSearch__heading > *:nth-child(2)[aria-expanded=false] {
    overflow: visible;
    height: auto;
    animation: overflow 0.3s forwards;
  }
  .T-un_listTourSearch__heading .JTB-el_heading.-lv03 {
    font-size: 1.25rem;
  }
  .T-un_listTourSearch__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 2.49%;
    padding-left: 15px;
  }
  .T-un_listTourSearch__inner {
    box-sizing: border-box;
    width: calc((100% - 60px) / 3);
  }
  .T-un_listTourSearch__confirm {
    width: 308px;
    margin: 0 auto;
  }
  .T-un_listSort button {
    font-size: 1rem;
  }
  .T-un_listSort .T-un_listInline {
    justify-content: flex-end;
  }
  .T-un_listSort__item a,
  .T-un_listSort__item button {
    color: #323743;
  }
  .T-un_listSort__item a.is-active,
  .T-un_listSort__item button.is-active {
    font-weight: bold;
  }
  .T-un_listCard .JTB-el_btn.-normal-primary.-large {
    font-size: 1rem;
  }
  .T-un_listCard.-twin {
    min-height: 200px;
    display: flex;
    align-items: flex-start;
  }
  .T-un_listCard.-twin > *:nth-child(1) {
    width: 100%;
    padding-right: 5%;
  }
  .T-un_listCard.-twin > *:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 32%;
    height: 100%;
    flex-shrink: 0;
  }
  .T-un_listCard.-twin > *:nth-child(2)::before {
    content: "";
    position: absolute;
    top: calc(50% + 4px);
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: calc(100% + 24px + 32px);
    background-color: #bcbdc2;
  }
  .T-un_listCard__left {
      display: grid;
      grid-template: "image label" "image heading" "image text" "image text" "image text" "image text" "image text" "image text" "image text" "image text" "image text"; 
      align-items: flex-start;
      grid-template-columns: auto 1fr;
  }
  .T-un_listCard__left .JTB-hp_gutter-outer-left {
    margin-left: 0;
  }
  .T-un_listCard__left .T-un_listInline.-label {
      grid-area: label;
  }
  .T-un_listCard__heading {
    font-size: 1.3125rem;
    grid-area: heading;
  }
  .T-un_listCard__text {
      grid-area: text;
  }
  .T-un_listCard__image {
    width: 284px;
    margin-right: 24px;
    grid-area: image;
  }
  .T-un_listInline {
    margin-top: -8px;
  }
  .T-un_listInline > li {
    margin-top: 8px;
  }
  .T-un_listInline > li:not(:last-child) {
    margin-right: 8px;
  }
  .T-un_listInline.-label > li {
    padding: 0 48px 0;
    font-size: 0.75rem;
  }
  .T-un_listInline.-tag > li {
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 0.875rem;
  }
  .T-un_listDetail {
    padding-top: 10px;
    border-top: 1px solid #bcbdc2;
  }
  .T-un_listDetailHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .T-un_listDetailHead__button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .T-un_listDetailStore__button {
    min-width: 300px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }
  .T-un_listDetailSlideTop {
    max-width: 416px;
  }
  .T-un_listDetailTable_list > * {
    padding: 8px 16px;
  }
  .T-un_listDetailTable.-default {
    font-size: 0.875rem;
  }
  .T-un_listDetailTable.-default .T-un_listDetailTable_term {
    display: flex;
    align-items: center;
    width: 17%;
    border-right: 1px solid #bcbdc2;
  }
  .T-un_listDetailTable.-default .T-un_listDetailTable_term.-half:nth-child(4n+3) {
    border-left: 1px solid #bcbdc2;
  }
  .T-un_listDetailTable.-default .T-un_listDetailTable_desc {
    display: flex;
    align-items: center;
    width: 83%;
  }
  .T-un_listDetailTable.-default .T-un_listDetailTable_desc.-half {
    width: 33%;
  }
  .T-un_listDetailTable.-default .T-un_listDetailTable_desc .-nowrap {
    white-space: nowrap;
  }
  .T-un_listDetailTable.-schedule {
    font-size: 0.875rem;
  }
  .T-un_listDetailTable.-schedule .T-un_listDetailTable_list > *:nth-child(3n+1) {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #bcbdc2;
  }
  .T-un_listDetailTable.-schedule .T-un_listDetailTable_list > *:nth-child(3n+2) {
    width: 75%;
    border-right: 1px solid #bcbdc2;
  }
  .T-un_listDetailTable.-schedule .T-un_listDetailTable_list > *:nth-child(3n) {
    width: 15%;
  }
  .T-un_listDetailTable_child.-timetable th {
    min-width: 110px;
    padding-right: 16px;
    white-space: nowrap;
  }
  .T-un_listDetailTable_child.-timetable td {
    width: 100%;
  }
  .T-un_listDetailTable_child.-remarks tr.-meal th {
    display: none;
  }
  .T-un_ListDetailCard.-twin {
    display: flex;
    justify-content: space-between;
  }
  .T-un_ListDetailCard.-twin .T-un_ListDetailCard_item {
    width: calc(100% - 24px);
  }
  .T-un_ListDetailCard.-twin .T-un_ListDetailCard_item:not(:first-child) {
    margin-left: 24px;
  }
  .T-un_ListDetailCard.-twin .T-un_ListDetailCard_item .JTB-el_sentence.-caption,
  .T-un_ListDetailCard.-twin .T-un_ListDetailCard_item .JTB-el_sentence.-caption p {
    display: inline;
  }
  .T-un_ListDetailCard_item {
    padding: 24px;
  }
  .T-un_ListDetailCard_item.-flexPc {
    display: flex;
    justify-content: space-between;
  }
  .T-un_ListDetailCard_tel {
    font-size: 1.375rem;
  }
  .T-un_listDetailMonthRadio ul {
    width: 100%;
    justify-content: center;
  }
  .T-un_listDetailMonthRadio li:not(:last-child) {
    margin-right: 24px;
  }
  .T-un_listDetailMonthRadio_item label {
    width: 48px;
    height: 34px;
    padding: 0;
    font-size: 1rem;
  }
  .T-un_listDetailMonthTitle_button button {
    font-size: 1rem;
  }
  .T-un_listDetailMonthTitle_button button::before {
    width: 5px;
    height: 5px;
    border-top-width: 2px;
  }
  .T-un_listDetailMonthTitle_button.-prev {
    padding-left: 0;
  }
  .T-un_listDetailMonthTitle_button.-prev button::before {
    left: 24px;
    border-left-width: 2px;
  }
  .T-un_listDetailMonthTitle_button.-next {
    padding-right: 0;
  }
  .T-un_listDetailMonthTitle_button.-next button::before {
    right: 24px;
    border-right-width: 2px;
  }
  .T-un_listDetailCalendar_title {
    transform: translate(-50%, -150%);
  }
  .T-un_listDetailCalendar_mainArea {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #bcbdc2;
  }
  .T-un_listDetailCalendar_mainArea > li {
    box-sizing: border-box;
    position: relative;
    width: 14.2857142857%;
    padding-bottom: 11.4285714286%;
    border-left: 1px solid #bcbdc2;
  }
  .T-un_listDetailCalendar_mainArea > li > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  .T-un_listDetailCalendar_mainArea > li.-dow {
    padding-bottom: 2.8571428571%;
    background-color: rgba(50, 55, 67, 0.05);
    font-size: 0.75rem;
  }
  .T-un_listDetailCalendar_mainArea > li.-dow .-sat {
    color: #3498db;
  }
  .T-un_listDetailCalendar_mainArea > li.-dow .-sun {
    color: #d94f5d;
  }
  .T-un_listDetailCalendar_item {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0 6px;
  }
  .T-un_listDetailCalendar_item > * {
    width: 100%;
  }
  .T-un_listDetailCalendar_date {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  .T-un_listDetailCalendar_date p {
    font-size: 0.75rem;
    color: #323743;
  }
  .T-un_listDetailCalendar_state {
    height: 16%;
    text-align: center;
  }
  .T-un_listDetailCalendar_state p {
    font-size: 0.625rem;
    line-height: 1;
  }
  .T-un_listDetailCalendar_conducts {
    height: 20%;
    text-align: center;
  }
  .T-un_listDetailCalendar_conducts p {
    display: block;
    width: 78%;
    margin-right: auto;
    margin-left: auto;
    padding: 2px 0 1px;
    border-radius: 15px;
    background-color: #d6f5d3;
    font-size: 0.6875rem;
    color: #323743;
  }
  .T-un_listDetailCalendar_item.-disabled .T-un_listDetailCalendar_conducts p {
    background-color: rgba(50, 55, 67, 0.09);
  }
  .T-un_listDetailCalendar_price {
    height: 30%;
    text-align: center;
  }
  .T-un_listDetailCalendar_price p {
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #323743;
  }
  .T-un_listDetailCalendar_price p .-small {
    font-size: 0.5625rem;
  }
  .T-un_listDetailCalendar_item.-disabled .T-un_listDetailCalendar_price p {
    color: #bcbdc2;
  }
  .T-un_listDetailCalendar_button {
    height: 22%;
  }
  .T-un_listDetailCalendar_button .JTB-el_btn {
    display: block;
    width: 78%;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 3px 0 2px;
    font-size: 0.6875rem;
  }
  .T-un_listDetailCalendar_button .JTB-el_btn .JTB-el_foundation-icons {
    font-size: 0.75rem;
    vertical-align: -2px;
  }
  .T-un_listDetailCourse {
    display: flex;
    align-items: stretch;
    padding: 20px;
    border-radius: 4px;
  }
  .T-un_listDetailCourse__image {
    width: 200px;
    flex-shrink: 0;
    margin: 0;
  }
  .T-un_listDetailCourse__textArea {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .T-un_listDetailCourse__textArea > * {
    width: 100%;
  }
  .T-un_listDetailCourse__textArea > *:last-child {
    margin-top: auto;
  }
  .T-un_listDetailSticky {
    display: none;
  }
  .T-un_listDetailIcon-02 .JTB-el_foundation-icons {
    font-size: 0.75rem;
  }
  .T-un_listDetailIndent {
    margin-bottom: 5px;
  }
  .T-un_listDetailAccordion {
    display: block;
    height: auto;
    animation: none;
  }
  .T-un_listDetailAccordion .JTB-el_accordion__contents {
    margin-top: auto;
    opacity: 1;
  }
  .T-un_listDetailMore {
    display: none;
  }
  .T-un_passportAddress textarea {
    height: 48px;
  }
  .T-un_topMainSearch {
    padding: 36px 0 40px;
    background: url(../img/top/bg_main_pc.jpg) center center/cover no-repeat;
  }
  .T-un_topMainSearch__inner {
    margin-top: 20px;
    padding: 0 32px 30px;
  }
  .T-un_topMainSearch .T-el_tourSearchModal#tourSearch_course .T-el_tourSearchModal__body {
    top: 50%;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  .T-un_topMainSearch #tourSearch_course .T-el_tourSearchModal__titleArea {
    height: 40px;
  }
  .T-un_topMainSearch #tourSearch_course .T-el_tourSearchModal__scrollArea {
    padding-bottom: 40px;
  }
  .T-un_topMainSearch #tourSearch_course .T-un_tourSearchCourse .JTB-el_btn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .T-un_topMainSearch #tourSearch_course .T-un_tourSearchCourse .JTB-el_articleIcon__inner {
    font-weight: bold;
  }
  .T-un_topMainSearch #tourSearch_course .JTB-el_articleIcon__inner {
    font-size: 1rem;
  }
  .T-un_topMainSearch #tourSearch_course .T-el_tourSearchModal__titleArea .T-el_tourSearchModal__close {
    top: 60%;
    right: 10px;
  }
  .T-un_topTourSearch .JTB-el_input__heading {
    margin-bottom: -21px;
    padding-left: 5px;
  }
  .T-un_topTourSearch .JTB-el_input__body {
    padding-top: 26px;
  }
  .T-un_topTourSearch .JTB-el_select__inform {
    padding-top: 22px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .T-un_topTourSearch__item {
    margin-top: 30px;
    width: 31.5789473684%;
  }
  .T-un_topTourSearch__item + .T-un_topTourSearch__item {
    margin-top: 30px;
  }
  .T-un_topTourSearch__item.-col2 {
    width: 31.5789473684%;
  }
  .T-un_topTourSearch__item.-date .JTB-el_input::before {
    bottom: 14px;
    right: 14px;
    font-size: 1.25rem;
  }
  .T-un_topTourSearch__item .JTB-js_dropdown {
    width: 100%;
  }
  .T-un_inputDateIcon .JTB-el_input::before {
    bottom: 14px;
    right: 14px;
    font-size: 1.25rem;
  }
  .T-un_courseExistence .courseText {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .T-un_courseExistence .courseText .JTB-el_input__body {
    padding: 0;
    border: 0;
    width: 9em;
    color: #3498db;
    background: transparent;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
  }
  .T-un_tourSearchCourse .JTB-el_input__heading {
    padding-left: 0;
    position: absolute;
    top: 4px;
  }
  .T-un_tourSearchCourse .JTB-el_input__body {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .T-un_tourSearchCourse {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .T-un_tourSearchCourse .JTB-el_input {
    margin-top: 0;
  }
  .T-un_tourSearchCourse .JTB-el_input__validate {
    width: 60%;
  }
  .T-un_tourSearchCourse .JTB-el_btn {
    padding: 11px 30px 7px;
    vertical-align: bottom;
    color: #fff;
  }
  .T-un_boxCourse {
    display: none;
  }
  .T-el_tourTopHead {
    padding-right: 0;
    padding-left: 0;
  }
  .T-el_tourTopHead_title {
    margin-top: 80px;
    font-size: 1.625rem;
  }
  .T-el_tourTopMain {
    margin-top: 80px;
  }
  .T-el_tourTopMain + .T-el_tourTopMain {
    margin-top: 80px;
  }
  .T-el_tourTopMain_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 40px;
    padding: 0 64px 64px;
  }
  .T-el_tourTopMain_content.-tabiato {
    grid-template-columns: 526px;
    justify-content: center;
  }
  .T-el_tourTopMain_text br {
    display: none;
  }
  .T-el_tourTopMainItem {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
  }
  .T-el_tourTopMainItem_inner {
    padding: 0 15px 25px;
    background-color: #fff;
  }
  .T-el_tourTopMainItem_title {
    font-size: 1.125rem;
  }
  .T-el_tourTopMainItem_title2 {
    font-size: 1.375rem;
  }
  .T-el_tourTopMainItem_title2 br {
    display: none;
  }
  .l-section.-bg-light {
    margin-top: 80px;
    padding: 80px 0;
  }
  .l-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-ttl-main {
    font-size: 22px;
  }
  .p-indexSelect {
    display: flex;
    justify-content: center;
    gap: 70px;
  }
  .p-indexSelect_item {
    width: calc(25% - 60px);
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .p-indexSelect_item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .p-indexSelect_content {
    padding-left: 0;
    margin-top: 10px;
  }
  .p-indexSelect_img {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .p-indexSelect_img img {
    width: 97px;
  }
  .p-indexSelect_tit {
    text-align: center;
    margin-bottom: 12px;
  }
  .c-btn.-normal-secondary {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
    color: #3498db;
    border: none;
    font-weight: 700;
    transition: border-radius 0.3s;
  }
  .p-indexSelect_btn[href^=tel] {
    pointer-events: none;
    background: none !important;
  }
  .p-indexSelect_btn[href^=tel]:after {
    background: none !important;
  }
  .u-ta-c-md {
    text-align: center;
  }
}

@media screen and (max-width: 768px){
  .T-bl_countUpDown__text {
    font-size: 1rem;
  }
  .T-bl_countUpDown__input {
    font-size: 1rem;
  }
  .T-el_breakdown .JTB-el_accordion__trigger {
    padding-top: 0;
    padding-bottom: 0;
  }
  .T-el_displayPcOnly {
    display: none;
  }
  tr.T-el_displayPcOnly {
    display: none;
  }
  .T-el_errorNotice__text {
    font-size: 0.9375rem;
  }
  .T-el_errorNotice__note {
    padding-left: 6.4vw;
    font-size: 0.875rem;
  }
  .T-el_errorNotice__note__icon .JTB-el_foundation-icons {
    font-size: 1.25rem;
  }
  .T-el_errorNotice__note__icon .JTB-el_foundation-icons-outlined {
    font-size: 1.25rem;
  }
  .T-el_PostcodeSize__01 {
    width: 76vw;
  }
  .JTB-el_horizontal.-heading.-row.T-el_rowNoneSP {
    padding-top: 0;
  }
  .T-el_pagenavi {
    margin: 40px auto;
    padding: 0 15px;
  }
  .T-el_pagenavi_item a {
    font-size: 0.875rem;
    padding: 16px 0;
  }
  .T-el_pagenavi_item a .JTB-el_foundation-icons {
    font-size: 1.4rem;
  }
  .T-el_textSize.-normal-01 {
    font-size: 0.9375rem !important;
  }
  .T-el_textSize.-normal-02 {
    font-size: 1rem !important;
  }
  .T-el_textSize.-normal-03 {
    font-size: 0.875rem !important;
  }
  .T-el_textSize.-large-01 {
    font-size: 1.25rem !important;
  }
  .T-el_textSize.-large-02 {
    font-size: 1.3125rem !important;
  }
  .T-el_textSize.-small-01 {
    font-size: 0.8125rem !important;
  }
  .T-el_textSize.-small-02 {
    font-size: 0.75rem !important;
  }
  .T-el_textSize.-small-03 {
    font-size: 0.875rem !important;
  }
  .T-el_textSize.-small-04 {
    font-size: 0.875rem !important;
  }
  .T-el_tourSearchModal__titleArea .JTB-el_heading.-lv03 {
    margin-top: 0.1em;
  }
  .T-el_tourSearchModal__selectContent {
    margin: -2.6666666667vw -4vw;
  }
  .T-el_tourSearchModal__inner.-departure > p {
    font-size: 3.7333333333vw;
    line-height: 2.3;
    font-weight: bold;
  }
  .T-el_tourSearchModal__inner.-destinationCountrySingle {
    padding: 2.6666666667vw 4vw;
  }
  .T-el_tourSearchModal__inner.-brand .T-el_choiceAll.JTB-el_choice.-checkbox + div {
    padding-left: 25px;
  }
  .T-el_tourSearchModal__inner.-brand .T-el_choiceAll.JTB-el_choice.-checkbox label {
    padding-top: 5px;
  }
  .T-el_tourSearchModal__inner.-brand .JTB-el_choice.-checkbox .T-un_listInline.-label {
    left: 32px;
  }
  .T-el_tourSearchModal__buttonArea {
    box-sizing: border-box;
    z-index: 1003;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .T-el_tourSearchCalendar__container:not(:first-child) {
    border-top: 1px solid #bcbdc2;
  }
  .T-el_tourSearchCalendar .swiper-wrapper {
    flex-direction: column;
  }
  .T-el_tourSearchCalendar .swiper-button-prev {
    display: none;
  }
  .T-el_tourSearchCalendar .swiper-button-next {
    display: none;
  }
  .T-el_table_optional tr {
    border-bottom: 1px solid #BCBDC2;
    padding: 16px 0;
    display: block;
  }
  .T-el_table_optional tr:first-child {
    border-top: 1px solid #BCBDC2;
  }
  .T-el_table_optional tr > *:nth-child(2) {
    margin: 8px 0;
  }
  .T-el_table_optional__content, .T-el_table_optional__status {
    display: block;
    width: 100%;
  }
  .T-el_table_optional__list {
    gap: 0 49px;
  }
  .T-un_submit__navi-01 .T-un_submit__navi_prev .JTB-el_btn.-back {
    max-width: 100%;
  }
  .T-un_submit__navi-01 .T-un_submit__navi_prev .JTB-el_btn.-back > .JTB-el_btn__inner {
    max-width: 100%;
    font-size: 0.875rem;
  }
  .T-un_tableTextSP .JTB-el_table__heading {
    padding: 1.4666666667vw 2.1333333333vw;
    font-size: 0.875rem;
  }
  .T-un_tableTextSP .JTB-el_table__contents {
    padding: 2.1333333333vw;
    font-size: 0.875rem;
  }
  .JTB-el_horizontal.T-el_variableSP .JTB-el_horizontal__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .JTB-el_horizontal.T-el_variableSP .JTB-el_horizontal__inner .JTB-el_horizontal__item {
    margin-right: 12.8vw;
  }
  .T-el_widthFullSP {
    margin-right: 0;
    width: 100%;
  }
  .T-el_marginRightSP-01 {
    margin-right: 2.6666666667vw !important;
  }
  .-center .JTB-ly_placement__item.T-el_centerSP {
    display: table;
    margin: 0 auto;
  }
  .T-el_subHeading {
    font-size: 1.125rem;
    margin: 32px 0 16px;
  }
  .JTB-el_table.-condition .JTB-el_table__heading, .JTB-el_table.-condition .JTB-el_table__contents {
    width: auto !important;
    display: table-cell;
    font-size: 1rem;
    vertical-align: middle;
  }
  .JTB-el_table.-condition .JTB-el_table__contents .T-bl_countUpDown {
    justify-content: flex-end;
  }
  .T-el_conditionCountCard__caution {
    font-size: 0.6875rem;
  }
  .T-un_countAll {
    padding: 16px 8px;
    margin-top: 32px;
  }
  .T-un_countAll__title {
    font-size: 1.125rem;
  }
  .T-un_countAll__table {
    max-width: 252px;
  }
  .T-un_countAll__heading span {
    font-size: 0.875rem;
  }
  .T-un_conditionButton.JTB-el_btn.-large {
    margin-top: 16px;
    padding: 5px 21px;
    font-size: 0.875rem;
  }
  .T-un_listTourSearch__placeholderDepth1 > * p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .T-un_listTourSearch__placeholderDepth1[aria-expanded=true] {
    overflow: hidden;
    height: 0;
    animation: overflow-base 0.3s forwards;
  }
  .T-un_listTourSearch__placeholderDepth1[aria-expanded=false] {
    overflow: visible;
    height: auto;
    animation: overflow 0.3s forwards;
  }
  .T-un_listSort {
    position: relative;
    height: 10.6666666667vw;
  }
  .T-un_listSort__container {
    position: absolute;
    top: 100%;
    left: 8vw;
  }
  .T-un_listSort__container[aria-hidden=true] {
    overflow: hidden;
    height: 0;
    animation: overflow-base 0.3s forwards;
  }
  .T-un_listSort__container[aria-hidden=false] {
    overflow: visible;
    height: auto;
    animation: overflow 0.3s forwards;
  }
  .T-un_listSort__list {
    border: 1px solid #bcbdc2;
  }
  [aria-hidden=true] .T-un_listSort__list {
    opacity: 0;
    margin-top: -100%;
    transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  }
  [aria-hidden=false] .T-un_listSort__list {
    opacity: 1;
    margin-top: 0;
    transition: opacity 0.3s 0.15s ease-in-out, margin 0.3s ease-in-out;
  }
  .T-un_listSort__item {
    background-color: #fff;
  }
  .T-un_listSort__item:not(:first-child) {
    border-top: 1px solid #bcbdc2;
  }
  .T-un_listSort__item a,
  .T-un_listSort__item button {
    display: block;
    padding: 4vw 12vw 4vw 4vw;
    font-size: 0.8125rem;
  }
  .T-un_listSort__item a.is-active,
  .T-un_listSort__item button.is-active {
    background-color: rgba(82, 200, 255, 0.5);
    color: #fff;
  }
  .T-un_listCard__left {
    display: flex;
    flex-wrap: wrap;
  }
  .T-un_listCard__left > * {
    width: 100%;
  }
  .T-un_listCard__left .T-un_listCard__image {
    order: 1;
    width: 46%;
  }
  .T-un_listCard__left .T-un_listCard__text {
    order: 2;
    width: 54%;
  }
  .T-un_listDetailSlideTop {
    margin-right: auto;
    margin-left: auto;
  }
  .T-un_listDetailTable_child.-timetable th {
    width: 25%;
    padding-right: 3.2vw;
    white-space: nowrap;
  }
  .T-un_ListDetailCard.-twin .T-un_ListDetailCard_item:not(:first-child) {
    margin-top: 2vw;
  }
  .T-un_ListDetailCard.-twin .T-un_ListDetailCard_item .JTB-el_sentence.-caption {
    text-align: center;
  }
  .T-un_ListDetailCard_item {
    padding: 2.6666666667vw 4vw;
  }
  .T-un_ListDetailCard_item.-flexSp {
    display: flex;
    justify-content: space-between;
  }
  .T-un_listDetailMonthRadio {
    overflow: hidden;
  }
  .T-un_listDetailMonthRadio li {
    margin-bottom: 2.6666666667vw;
  }
  .T-un_listDetailMonthRadio li:not(:last-child) {
    margin-right: 5.6vw;
  }
  .T-un_listDetailMonthTitle_button.-prev {
    padding-top: 0;
    padding-bottom: 0;
  }
  .T-un_listDetailMonthTitle_button.-next {
    padding-top: 0;
    padding-bottom: 0;
  }
  .T-un_listDetailCalendar_item.-next, .T-un_listDetailCalendar_item.-scroll {
    position: relative;
  }
  .T-un_listDetailCalendar_item.-next::before, .T-un_listDetailCalendar_item.-scroll::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.4vw;
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .T-un_listDetailCalendar_item.-next::before {
    border-top: 0.6666666667vw solid #bcbdc2;
    border-right: 0.6666666667vw solid #bcbdc2;
    transform: translateY(-50%) translateX(50%) rotate(45deg);
  }
  .T-un_listDetailCalendar_item.-scroll::before {
    border-right: 0.6666666667vw solid #bcbdc2;
    border-bottom: 0.6666666667vw solid #bcbdc2;
    transform: translateY(-50%) translateX(75%) rotate(45deg);
  }
  .T-un_listDetailCalendar_date {
    width: 18.6666666667vw;
    flex-shrink: 0;
    padding-right: 2.6666666667vw;
    text-align: right;
  }
  .T-un_listDetailCalendar_date p {
    font-size: 1rem;
    font-weight: bold;
    color: #323743;
  }
  .T-un_listDetailCalendar_state {
    width: 10.6666666667vw;
    flex-shrink: 0;
    text-align: center;
  }
  .T-un_listDetailCalendar_state p {
    font-size: 0.9375rem;
    line-height: 1;
  }
  .T-un_listDetailCalendar_state .JTB-el_foundation-icons {
    transform: translateY(10%);
  }
  .T-un_listDetailCalendar_conducts {
    width: 17.3333333333vw;
    padding-right: 2.6666666667vw;
    flex-shrink: 0;
    text-align: center;
  }
  .T-un_listDetailCalendar_conducts p {
    display: inline;
    padding: 1.0666666667vw 2vw 0.8vw;
    border-radius: 4vw;
    background-color: #d6f5d3;
    font-size: 0.6875rem;
    color: #323743;
  }
  .T-un_listDetailCalendar_item.-disabled .T-un_listDetailCalendar_conducts p {
    background-color: rgba(50, 55, 67, 0.09);
  }
  .T-un_listDetailCalendar_price {
    width: 100%;
    padding: 0 5.3333333333vw 0 0;
    text-align: right;
  }
  .T-un_listDetailCalendar_price p {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
  .T-un_listDetailCalendar_item.-disabled .T-un_listDetailCalendar_price p {
    color: #bcbdc2;
  }
  .T-un_listDetailCalendar_button {
    display: none;
  }
  .JTB-el_float__menu.-up-position {
    bottom: 95px;
  }
  .T-el_icon .JTB-el_select__inform {
    padding-top: 22px;
    padding-bottom: 2.4vw;
  }
  .T-el_tourSearch__placeholderDepth2 .JTB-el_input__body {
    padding-left: 0;
  }
}

@media print{
  .T-el_noPrint {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px){
  .T-un_listDetailTable_child.-remarks tr.-hotel {
    display: none;
  }
}