.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
}

.tourListPage[data-v-58890448]{
    position: static;
	align-items: flex-start;
}
.content_search{
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.search__form {
	background-color: #fff;
	border-radius: 8px;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}
.departure {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	color: #333;
}
/* ツアー検索レイアウト変更 */

.form_search_box {
	width: 960px;
	margin: 0 auto;
}
.form_search_box .departureBox {
	margin-bottom: 10px;
}
.departure-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}
.departure {
	display: flex;
	align-items: center;
	gap: 12px;
}
.departure span{
    font-size: 14px;
    color: #333;
}
.select-departure .departure_place_id {
	width: 200px;
}
.destination_wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.destination, .multi_destination {
	display: flex;
	align-items: center;
	gap: 12px;
}
.destination span{
    font-size: 14px;
    color: #333;
}
.multi_destination dt {
    width: 42px;
}
.select-region, .bottom_yellow {
	display: flex;
	gap: 24px;
}
.bottom_yellow {
	align-items: center;
	margin-bottom: 20px;
}
.spaceElement .region, .spaceElement .region2, .spaceElement .region3, .spaceElement .region4 {
	width: 200px;
}
.spaceElement .country, .spaceElement .country2, .spaceElement .country3, .spaceElement .country4 {
	width: 200px;
}
.spaceElement .city, .spaceElement .city2, .spaceElement .city3, .spaceElement .city4 {
	width: 250px;
}
.spaceElement .district, .spaceElement .district2, .spaceElement .district3, .spaceElement .district4 {
	width: 250px;
}
.addBtn {
	font-size: 14px;
}
.addBtn a {
	color: #f9423a;
	font-weight: bold;
}
.departureDate span{
    font-size: 14px;
    color: #333;
}
.departureDateBox {
	display: flex;
	align-items: center;
	gap: 12px;
}
.departureDateBox .departureDate {
	display: flex;
	align-items: center;
	gap: 12px;
}
.departureDateBox .days {
	display: flex;
	align-items: center;
	gap: 12px;
}
.departureDateBox .days span {
    font-size: 14px;
    color: #333;
}
.departureDateBox .dateSelect {
	display: flex;
	align-items: center;
	gap: 12px;
}
.departureDateBox .select2 {
	width: 120px;
}
.departureDateBox .select3 {
	width: 100px;
}
.departureDateBox .btn_calendar {
	width: 21px;
	cursor: pointer;
}
.departureDateBox .select-duration {
	display: flex;
	align-items: center;
	gap: 12px;
}
.departureDateBox .duration_from, .departureDateBox .duration_to {
	width: 96px;
}
.buttonBox {
	margin-left: auto;
}
#search .buttonBox .area-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #f9423a;
	width: 100px;
	height: 50px;
	border-radius: 5px;
}
#search .buttonBox .area-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
}
#search .buttonBox .area-btn .search {
	font-size: 14px;
	font-weight: bold;
}
body .ui-datepicker {
  width: 20em;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
body .ui-datepicker table {
  width: 92%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 4%;
}
body .ui-datepicker th {
  padding-bottom: 4px;
}
body .ui-datepicker td {
  border: 0;
  padding: 1px;
}
body .ui-datepicker td a, body .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
body .ui-datepicker td a:hover {
  background: #F9423A;
  color: #FFF;
  opacity: 1;
}
body .ui-datepicker .ui-icon {
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 34px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: 0;
  background: #000;
  transition: 0.2s;
}
body .ui-datepicker .ui-icon:after {
  content: "";
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
}
body .ui-datepicker .ui-datepicker-prev .ui-icon {
  left: 0;
}
body .ui-datepicker .ui-datepicker-prev .ui-icon:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
body .ui-datepicker .ui-datepicker-next .ui-icon {
  right: 0;
}
body .ui-datepicker .ui-datepicker-next .ui-icon:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body .ui-datepicker .ui-state-default {
  border: 1px solid #E2E3EA;
}
body .ui-datepicker .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
body .ui-datepicker-title {
  padding: 10px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
body .ui-datepicker-header {
  background: #F9423A;
  color: #ffffff;
  font-weight: normal;
  position: relative;
}
.tourListPage_header_text {
	max-width: 960px;
	margin: 10px auto;
}
.tourListPage_header_text h1 {
	width: 960px;
	padding: 0.3rem 0.3rem 0.3rem 1rem;
	border-left: 6px solid #f9423a;
	text-align: left;
	line-height: 1.4;
	color: #f9423a;
}
.tourListPage_header_count {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	text-align: right;
}
.pager_block {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	overflow: auto;
	white-space: nowrap;
}
.pager_block span, .pager_block a {
	margin: 0 5px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
}
.pager_block span {
	background: #f9423a;
	border: 1px solid #f9423a;
	color: #fff;
}
.pager_block a:hover {
	background: #f9423a;
	border: 1px solid #f9423a;
	color: #fff;
	transition: all 0.2s ease;
}
.tkTooltips_tips {
	top: 0 !important;
}
.tourFilter_bottom[data-v-2735f6d7] {
	position: sticky;
	top: 0;
	z-index: 10;
	display: block;
	margin-bottom: 30px;
}
.tourFilter_filterButton[data-v-2735f6d7] {
	display: block;
	width: 100%;
	height: 50px;
	background: #f9423a url(https://www.tabikobo.com/tour/media/tabi_sp_files/img/common/ico_search.png) no-repeat 66px center !important;
	border-radius: 4px;
}
.tourFilter_section[data-v-2735f6d7]{
	padding: 10px;
}
.relation_tourList{
	margin-top: 20px;
}
.relation_tourList{
	border-bottom: 1px solid #ccc;
}
.relation_tourList li{
	position: relative;
}
.relation_tourList a{
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
}
.relation_tourList .icon-arrow{
	position: absolute;
	top: calc(50% - 1px);
	right: 14px;
	display: inline-block;
	width: 7.7px;
	height: 13.3px;
}
.relation_tourList .icon-arrow::before,
.relation_tourList .icon-arrow::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	border-radius: 9999px;
	background-color: #cccccc;
	transform-origin: calc(100% - 1px) 50%;
}

.relation_tourList .icon-arrow::before {
	transform: rotate(45deg);
}

.relation_tourList .icon-arrow::after {
	transform: rotate(-45deg);
}

.tourListPage_header{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.tourListPage_header-sp {
	display: none;
}
.sort-options {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	margin-bottom: 30px;
}
.sort-options li:first-child{
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.sort-options a{
	text-decoration: none;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.sort-options .active{
	background-color: #f9423a;
	color: #fff;
	border-color: #f9423a;
	font-weight: bold;
}
.tourListPage_listArea[data-v-58890448]{
	margin-bottom: 20px;
}
.tkTooltips_closeButton{
    display: none;
}