/*! 絞り込みpc用 */

.Result-wrap {
  position: relative;
}

#PageName {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
}

/* start_固定ボタン */

.FixBtn {
  display: flex;
  justify-content: space-between;
}

/* start_お気に入り */

.FixBtn__btn-favorite {
  display: block;
  margin-right: 10px;
  padding: 15px 20px;
  color: #666;
  font-size: 1.4rem;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  transition: opacity 0.3s;
}

.FixBtn__btn-favorite:hover {
  opacity: 0.7;
}

.FixBtn__btn-favorite-icn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: -5px;
  background: url(/sharing/common21/images/icn_favorite--stroke-pink.svg) no-repeat center / contain;
}

/* end_お気に入り */

/* start_条件 */

.FixBtn__btn-condition {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: var(--corporate-color);
  font-size: 1.4rem;
  border: 1px solid var(--corporate-color);
  border-radius: 4px;
  transition: background-color 0.3s;
}

.FixBtn__btn-condition:hover {
  background-color: var(--active-color);
}

.FixBtn__btn-condition-icn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: -5px;
  background: url(/sharing/common21/images/icn_condition.svg) no-repeat center / contain;
}

.FixBtn__btn-condition.active::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 22px;
  height: 22px;
  background: var(--corporate-color);
  border-radius: 50%;
}

.FixBtn__btn-condition.active::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 8px;
  height: 6px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-45deg);
}

/* end_条件 */

/* start_固定時 */

.FixBtn.prepare {
  position: fixed;
  top: -100px;
  left: 50%;
  z-index: 15;
  background: white;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 5%);
  transform: translateX(calc(-50% + 311px));
  transition: top 0.3s;
}

.FixBtn.active {
  top: 0;
}

.FixBtn.prepare .FixBtn__btn-favorite,
.FixBtn.prepare .FixBtn__btn-condition {
  padding: 10px 20px;
}

/* end_固定時 */

/* end_固定ボタン */

#Result {
  margin-bottom: 60px;
  padding: 20px 0 60px 0;
  background-color: #fafafa;
}

.Result__inner {
  width: 1024px;
  margin: 0 auto;
}

/* --------------------start_件数 / ソート-------------------- */

.Result__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* start_件数 */

.Result__number-wrap {
  font-size: 1.4rem;
  font-weight: 600;
}

.Result__number {
  margin: 0 3px;
  color: var(--caution-color);
  font-size: 2.6rem;
  letter-spacing: 0;
}

/* start_件数 */

/* start_ソート */

.Result__sort-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}

/* start_条件 */

.Result__sort-condition {
  position: relative;
  border: 1px solid #888;
  border-radius: 4px;
  background: white;
}

.Result__sort-condition::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

.Result__sort-condition-select {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 10px;
}

/* end_条件 */

/* start_表示件数 */

.Result__sort-display {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  border: 1px solid #888;
  border-radius: 4px;
  background: white;
}

.Result__sort-display::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

label[for="Result__sort-display"] {
  color: #666;
  padding-left: 10px;
}

.Result__sort-display-select {
  position: relative;
  padding: 10px 30px 10px 0;
}

/* end_表示件数 */

/* end_ソート */

/* --------------------end_件数 / ソート-------------------- */

/* --------------------start_ツアー枠-------------------- */

.Result__tour-wrap {
  margin-bottom: 20px;
}

/* start_no-tour */

.Result__tour-wrap--no-tour {
  padding: 40px 0;
}

.Result__no-tour-label {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.Result__no-tour-label-em {
  font-size: 2.1rem;
}

.Result__no-tour-txt {
  margin-bottom: 40px;
  color: #888;
  text-align: center;
}

.Result__no-tour-btn-caption {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  color: var(--corporate-color);
  font-size: 1.5rem;
  line-height: 1;
}

.Result__no-tour-btn-caption::before,
.Result__no-tour-btn-caption::after {
  content: "";
  position: absolute;
  bottom: 7px;
  display: block;
  width: 20px;
  height: 1px;
  background: var(--corporate-color);
}

.Result__no-tour-btn-caption::before {
  left: -25px;
  transform: rotate(50deg);
}

.Result__no-tour-btn-caption::after {
  right: -25px;
  transform: rotate(-50deg);
}

.Common21__fill-btn--result__no-tour {
  min-width: 560px;
}

/* end_no-tour */

.Result__tour {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background-color: white;
  box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 5%);
}

.Result__tour:not(:last-child) {
  margin-bottom: 40px;
}

.Result__tour-heading {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.Result__tour-ttl {
  font-weight: 600;
}

.Result__tour-ttl:hover {
  text-decoration: underline;
}

.Result__tour-caption {
  font-size: 1.5rem;
}

.Result__tour-info {
  margin-bottom: 10px;
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
}

.Result__tour-info-label {
  display: inline-block;
}

.Result__tour-info-label:not(:first-child) {
  margin-left: 10px;
}

.Result__tour-info-content {
  display: inline-block;
}

.Result__tour-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.Result__tour-tag {
  padding: 5px 10px;
  color: var(--sub-corporate-color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #99cae1;
}

.Result__tour-tag:not(:first-child) {
  margin-left: 5px;
}

.Result__tour-photo-group {
  width: 481px;
}

.Result__tour-photo-wrap {
  display: flex;
  justify-content: space-between;
}

.Result__tour-photo {
  width: 240px;
}

.Result__tour-price-group {
  width: 452px;
}

.Result__tour-price-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.Result__tour-price-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-weight: 600;
}

.Result__tour-price-ttl {
  margin-right: 5px;
  font-size: 1.3rem;
}

.Result__tour-price {
  color: var(--caution-color);
  font-size: 2.1rem;
}

.Result__tour-price-unit {
  font-size: 1.8rem;
}

/* start_お気に入りアイコン */

.icn_tour-favorite-outer {
  position: relative;
}

.icn_tour-favorite-wrap {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.icn_tour-favorite {
  border-radius: 50%;
}

.icn_tour-favorite-wrap .cls-1,
.icn_tour-favorite-wrap .cls-3 {
  fill: white;
}

.icn_tour-favorite-wrap .cls-2 {
  fill: #c3c3c3;
}

/* start_active */

.icn_tour-favorite-wrap.active {
  border: none;
}

.icn_tour-favorite-wrap.active .cls-1,
.icn_tour-favorite-wrap.active .cls-3 {
  fill: #ff6978;
}

.icn_tour-favorite-wrap.active .cls-2 {
  fill: white;
}

.icn_tour-favorite-wrap.active .icn_tour-favorite {
  animation: icn_tour-favorite linear 0.6s forwards;
}

@keyframes icn_tour-favorite {
  0% {
    transform: scale(0);
  }

  30% {
    transform: scale(1.3);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* end_active */

/* start_balloon */

.icn_tour-favorite-balloon {
  position: absolute;
  top: -60px;
  left: 50%;
  font-size: 1.2rem;
  color: #ea005a;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 0.6rem;
  background: white;
  border: 0.2rem solid #ff6978;
  box-shadow: 0px 0.4rem 0.7rem -0.6rem rgb(0 0 0 / 50%);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 99;
}

.icn_tour-favorite-balloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #ff6978 transparent transparent transparent;
  transform: translateX(-50%);
}

.icn_tour-favorite-balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: white transparent transparent transparent;
  transform: translateX(-50%);
}

/* .icn_tour-favorite-wrap.active + .icn_tour-favorite-balloon {
  animation: icn_tour-favorite-balloon ease-out 2s forwards;
} */

@keyframes icn_tour-favorite-balloon {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }

  10% {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  85% {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

/* start_disabled */
.icn_tour-favorite-wrap.icn_tour-favorite--disabled+.icn_tour-favorite-balloon {
  color: #888;
  border-color: #c3c3c3;
}

.icn_tour-favorite-wrap.icn_tour-favorite--disabled+.icn_tour-favorite-balloon::before {
  border-color: #c3c3c3 transparent transparent transparent;
}

/* end_disabled */

/* end_balloon */

/* end_お気に入りアイコン */

.Result__tour-period {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #f5f5f5;
}

.Result__tour-period-label {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-weight: 600;
}

.Result__tour-period-content {
  display: inline-block;
}

.Result__tour-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.Result__tour-table caption {
  padding: 2px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #c9c9c9;
  border-bottom: 0;
}

.Result__tour-table th,
.Result__tour-table td {
  padding: 5px 10px;
  border: 1px solid #c9c9c9;
}

.Result__tour-table th {
  width: 105px;
  color: #666;
  font-weight: 600;
}

.Result__tour-table td {
  width: calc(100% - 100px);
}

.Result__tour-table-txtlink {
  text-decoration: underline;
}

.Result__tour-table-txtlink:hover {
  color: var(--corporate-color);
}

.Result__tour-reserve-wrap {
  text-align: right;
}

.Result__tour-reserve {
  display: inline-block;
  padding: 15px 70px;
  color: white;
  font-weight: 600;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: opacity 0.3s;
}

.Result__tour-reserve:hover {
  opacity: 0.7;
}

/* --------------------end_ツアー枠-------------------- */

/* --------------------start_pager-------------------- */

.Result__pager-items {
  /* display: flex;
  justify-content: space-between;
  width: 270px;
  margin: 0 auto; */
  text-align: center;
}

.Result__pager-items li {
  display: inline-block;
  margin: 0 6px;
}

.Result__pager-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: var(--sub-corporate-color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
  background-color: white;
  transition: box-shadow 0.3s;
}

.Result__pager-item:not(.active):hover {
  box-shadow: 0px 0px 0px 1px var(--sub-corporate-color) inset;
}

.Result__pager-item--prev,
.Result__pager-item--next {
  position: relative;
  background-color: transparent;
}

.Result__pager-item--prev::before,
.Result__pager-item--next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sub-corporate-color);
  border-right: 2px solid var(--sub-corporate-color);
}

.Result__pager-item--prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.Result__pager-item--next::before {
  transform: translateX(-2px) rotate(45deg);
}

.Result__pager-item.active {
  cursor: default;
  pointer-events: none;
  color: white;
  background-color: var(--sub-corporate-color);
}

/* --------------------end_pager-------------------- */

/* --------------------start_詳細条件-------------------- */

#Condition {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding-bottom: 80px;
  background: white;
  transition: opacity 0.6s;
}

.condition-open #Condition {
  opacity: 1;
  pointer-events: auto;
}

.condition-open .HideGroup {
  display: none;
}

/* start_共通 */

#Condition ::placeholder {
  color: #333;
}

/* start_ラジオボタン（枠あり） */

#Condition input[type="radio"] {
  display: none;
}

.Condition__radio-label {
  display: inline-block;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Condition input[type="radio"]:checked+.Condition__radio-label {
  background: var(--active-color);
}

.Condition__radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 50%;
  border: 2px solid #888;
  background-color: white;
}

#Condition input[type="radio"]:checked+.Condition__radio-label .Condition__radio-btn {
  border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン（枠あり） */

/* start_ラジオボタン（枠なし） */

.Condition__radio-label--simple {
  margin-bottom: 0;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

#Condition input[type="radio"]:checked+.Condition__radio-label--simple {
  background: transparent;
}

/* end_ラジオボタン（枠なし） */

/* start_チェックボックス（枠あり） */

#Condition input[type="checkbox"] {
  display: none;
}

.Condition__checkbox-label {
  display: inline-block;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label {
  background: var(--active-color);
}

.Condition__checkbox-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 4px;
  border: 2px solid #888;
  background-color: white;
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label .Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label .Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス（枠あり） */

/* start_チェックボックス（枠なし） */

.Condition__checkbox-label--simple {
  height: auto;
  margin: 5px 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label--simple {
  background: transparent;
}

/* end_チェックボックス（枠なし） */

/* start_セレクトボックス */

.Condition__select {
  width: 100%;
  position: relative;
  border: 1px solid #888;
  border-radius: 4px;
}

.Condition__select::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

#Condition select {
  width: 100%;
  height: 40px;
  padding: 8px 30px 8px 10px;
}

/* end_セレクトボックス */

/* start_input-text */

#Condition input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 9px 30px 8px 10px;
  text-overflow: ellipsis;
}

.Condition__input-text {
  position: relative;
  width: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  height: 42px;
}

.Condition__input-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

/* end_input-text */

/* end_共通 */

/* start_Condition__header */

.Condition__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.Condition__ttl {
  font-size: 1.8rem;
  font-weight: 600;
}

.Condition__ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(/sharing/common21/images/icn_condition--black.svg) no-repeat center / contain;
}

.Condition__btn-close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 75px;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  background-color: #767676;
  border-radius: 3px;
  transition: opacity 0.3s;
}

.Condition__btn-close:hover {
  opacity: 0.7;
}

/* end_Condition__header */

.Condition__inner {
  width: 1024px;
  margin: 0 auto;
}

.Condition__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.Condition__group {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

.Condition__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 235px;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  background: #f5f5f5;
  border-right: 1px solid #e5e5e5;
}

.Condition__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 235px);
  padding: 15px;
  font-size: 1.5rem;
}

/* start_中身が2列 */

.Condition__group--2col .Condition__content {
  padding: 0;
}

.Condition__group--2col .Condition__inner-group {
  width: 50%;
  padding: 15px;
}

.Condition__group--2col .Condition__inner-group:not(:nth-child(even)) {
  border-right: 1px solid #e5e5e5;
}

.Condition__group--2col .Condition__inner-group:nth-child(n + 3) {
  border-top: 1px solid #e5e5e5;
}

/* start_中身が2列 */

/* start_中身が3列 */

.Condition__group--3col .Condition__content {
  padding: 0;
}

.Condition__group--3col .Condition__inner-group {
  width: calc(100% / 3);
  padding: 15px;
}

.Condition__group--3col .Condition__inner-group:not(:nth-child(3n)) {
  border-right: 1px solid #e5e5e5;
}

.Condition__group--3col .Condition__inner-group:nth-child(n + 4) {
  border-top: 1px solid #e5e5e5;
}

/* start_中身が3列 */

.Condition__inner-heading {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.Condition__inner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* start_交通手段 */

.Condition__group--transport {
  border-bottom: 1px solid #e5e5e5;
}

.Condition__group--transport .Condition__radio-label {
  width: 140px;
}

.Condition__group--transport .Condition__radio-label:not(:last-of-type) {
  margin-right: 10px;
}

/* end_交通手段 */

/* start_出発地 */

.Condition__group--departure {
  width: 100%;
  border-top: none;
}

.Condition__group--departure--has-bus {
  width: 50%;
  border-top: none;
}

/* end_出発地 */

/* start_バス乗車地 */

.Condition__group--bus {
  border-top: none;
  width: 50%;
}

.Condition__group--bus .Condition__content {
  position: relative;
}

/* start_アラート */

.Condition__group--bus .Condition__content .SearchCourse__alert {
  bottom: inherit;
  left: auto;
  right: 15px;
  top: -24px;
}

.Condition__group--bus .Condition__content .SearchCourse__alert::before {
  left: auto;
  right: 15px;
}

.Condition__group--bus .Condition__content .SearchCourse__alert::after {
  left: auto;
  right: 16px;
}

/* end_アラート */

/* start_アラート（目的地） */
.Condition__group--destination .Condition__content .SearchCourse__alert {
  top: -30px;
  bottom: auto;
  left: 15px;
}

.Condition__group--destination .Condition__content .SearchCourse__alert::before {
  left: 15px;
  right: auto;
  top: auto;
  bottom: -8px;
  transform: rotate(180deg);
}

.Condition__group--destination .Condition__content .SearchCourse__alert::after {
  left: 16px;
  right: auto;
  top: auto;
  bottom: -5px;
  transform: rotate(180deg);
}

/* end_アラート（目的地） */

.Condition__group--bus .Condition__input-text {
  background: url(../../sharing/common21/images/icn_busStop.svg) no-repeat right 10px center / 16px;
}

.Condition__group--bus .Condition__input-text::after {
  content: none;
}

/* end_バス乗車地 */

/* start_出発空港・到着空港 */

.Condition__group--departure-airpoint,
.Condition__group--arrival-airport {
  width: 50%;
}

/* end_出発空港・到着空港 */

/* start_出発日 */

.Condition__inner-group--day .Condition__input-text::after {
  content: none;
}

.Condition__inner-group--day .Condition__input-text {
  background: url(../../attending/common/images/icn_calendar.svg) no-repeat right 10px center / 16px;
}

/* end_出発日 */

/* start_旅行日数 */

.Condition__inner-group--days .Condition__select {
  width: 45%;
}

/* end_旅行日数 */

/* start_旅行代金 */

.Condition__inner-group--price .Condition__select {
  width: 45%;
}

/* end_旅行代金 */

/* start_添乗員 */

.Condition__group--conductor .Condition__checkbox-label {
  width: 170px;
  margin-right: 10px;
}

/* end_添乗員 */

/* start_こだわり条件 */

.Condition__group--commitment .Condition__content {
  padding: 0;
}

/* start_ブランド */

.Condition__inner-group--brand {
  width: 50%;
  padding: 15px;
  border-right: 1px solid #e5e5e5;
}

/* end_ブランド */

/* start_テーマ */

.Condition__inner-group--theme {
  width: 50%;
  padding: 15px;
}

/* end_テーマ */

/* start_キーワード */

.Condition__inner-group--keyword {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}

.Condition__inner-group--keyword .Condition__inner-content {
  justify-content: flex-start;
}

.Condition__inner-group--keyword .Condition__input-text {
  width: 364px;
  margin-right: 10px;
}

.Condition__inner-group--keyword .Condition__input-text::after {
  content: none;
}

.Condition__inner-group--keyword input[type="text"]::placeholder,
.Condition__inner-group--ex-keyword input[type="text"]::placeholder {
  color: #767676 !important;
}

.Condition__btn-keyword {
  position: relative;
  margin-left: auto;
  padding: 10px 35px 10px 15px;
  font-size: 1.4rem;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}

.Condition__btn-keyword:hover {
  background-color: var(--active-color);
  border-color: var(--corporate-color);
}

.Condition__keyword-input-wrap {
  width: 100%;
  margin-top: 5px;
}

.Condition__keyword-input-wrap .Condition__radio-label {
  margin-right: 10px;
}

/* end_キーワード */

/* start_除外キーワード */

.Condition__inner-group--ex-keyword {
  display: none;
  width: calc(100% - 30px);
  padding: 15px;
  margin: 0 auto 15px auto;
  background: #f5f5f5;
  border-radius: 4px;
}

.Condition__inner-group--ex-keyword .Condition__inner-content {
  justify-content: flex-start;
}

.Condition__inner-group--ex-keyword .Condition__input-text {
  width: 364px;
  margin-right: 10px;
  background: white;
}

.Condition__inner-group--ex-keyword .Condition__input-text::after {
  content: none;
}

.Condition__ex-keyword-input-wrap {
  width: 100%;
  margin-top: 5px;
}

.Condition__ex-keyword-input-wrap .Condition__radio-label {
  margin-right: 10px;
}

/* end_除外キーワード */

/* start_催行状況 */

.Condition__inner-group--do {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}

.Condition__inner-group--do .Condition__checkbox-label {
  width: 167px;
}

/* end_催行状況 */

/* end_こだわり条件 */

/* start_footer */

.Condition__footer {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 80px;
  background: white;
  border-top: 1px solid #e5e5e5;
}

.Condition__footer--inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.Condition__btn--clear {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  padding: 17px 30px 17px 50px;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  background-color: #767676;
  border-radius: 3px;
  transition: opacity 0.3s;
}

.Condition__btn--clear::before,
.Condition__btn--clear::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 15px;
  height: 2px;
  background-color: white;
}

.Condition__btn--clear::before {
  transform: translateY(-50%) rotate(45deg);
}

.Condition__btn--clear::after {
  transform: translateY(-50%) rotate(-45deg);
}

.Condition__btn--clear:hover {
  opacity: 0.7;
}

.Condition__hit-wrap {
  margin-right: 20px;
}

.Condition__hit-label {
  font-size: 1.4rem;
  font-weight: 400;
}

.Condition__hit {
  font-size: 1.4rem;
  line-height: 1;
}

.Condition__hit-num {
  margin-right: 3px;
  color: var(--caution-color);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
}

.Condition__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 75px;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: opacity 0.3s;
}

.Condition__btn::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

.Condition__btn:hover {
  opacity: 0.7;
}

/* end_footer */

/* --------------------end_詳細条件-------------------- */

/* --------------------start_モーダル-------------------- */

.CommonModal {
  width: 700px;
}

.CommonModal__contents {
  position: relative;
}

/* .CommonModal__scroll-area {
  min-height: 400px;
} */

.CommonModal__contents-inner {
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
  padding: 0;
}

.CommonModal .Condition__checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-color: #e5e5e5;
  height: auto;
  min-height: 45px;
}

.Condition__checkbox-txt {
  width: calc(100% - 25px);
  line-height: 1.3;
}

.CommonModal .CommonModal__set-btn-wrap {
  transform: translateY(-1px);
}

.ConditionModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px 10px 5px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 100px;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.ConditionModal__btn-detail:hover {
  background-color: var(--active-color);
}

.CommonModal .Search__icn-plus {
  right: 15px;
}

.CommonModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px 10px 5px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 100px;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

/* start_出発地 */

.ConditionModal--departure-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--departure-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.ConditionModal--departure-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--departure-ac-contents {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--departure-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

#ConditionModal--departure .Condition__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

#ConditionModal--departure .Condition__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

#ConditionModal--departure .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

/* end_出発地 */

/* start_バス乗車地 */

#ConditionModal--bus .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}

.ConditionModal--bus-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

#ConditionModal--bus .Condition__checkbox-label {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 0;
  border-top: none;
}

#ConditionModal--bus .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--bus .Condition__checkbox-label:nth-of-type(3n) {
  border-right: none;
}

/* end_バス乗車地 */

/* start_出発空港・到着空港 */

.ConditionModal--departure-airpoint-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--departure-airpoint-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.ConditionModal--departure-airpoint-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--departure-airpoint-ac-contents {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--departure-airpoint-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

#ConditionModal--departure-airpoint .Condition__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

#ConditionModal--departure-airpoint .Condition__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

#ConditionModal--departure-airpoint .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

.ConditionModal--arrival-airport-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--arrival-airport-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.ConditionModal--arrival-airport-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--arrival-airport-ac-contents {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--arrival-airport-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

#ConditionModal--arrival-airport .Condition__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

#ConditionModal--arrival-airport .Condition__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

#ConditionModal--arrival-airport .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

/* end_出発空港・到着空港 */

/* start_目的地 */

.ConditionModal--destination-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.ConditionModal--destination-ac-btn[data-lv="2"] {
  font-weight: 400;
}

.ConditionModal--destination-ac-btn:not(:first-of-type) {
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--destination-ac-contents {
  display: none;
  margin-bottom: -1px;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-contents[data-lv="2"] {
  padding-bottom: 15px;
}

.ConditionModal--destination-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto 0 auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

#ConditionModal--destination .Condition__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

#ConditionModal--destination .Condition__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

#ConditionModal--destination .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

/* end_目的地 */

/* start_出発日 */

#ConditionModal--day .CommonModal__contents-inner {
  box-shadow: none;
}

.ConditionModal-day-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 40px auto;
}

.ConditionModal-day-month {
  position: relative;
  width: 294px;
}

.ConditionModal-day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ConditionModal-day-ttl {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.ConditionModal-day-select-month {
  margin-left: auto;
  padding: 13px 15px;
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  transition: opacity 0.3s;
}

.ConditionModal-day-select-month:hover {
  opacity: 0.7;
}

.ConditionModal-day-table th,
.ConditionModal-day-table td {
  width: 42px;
  height: 42px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #e5e5e5;
}

.ConditionModal-day-table td.hol {
  /* background-color: #ffd7cb; */
  color: var(--caution-color);
}

.ConditionModal-day-table th:first-child,
.ConditionModal-day-table td:first-child {
  color: var(--caution-color);
}

.ConditionModal-day-table th:last-child,
.ConditionModal-day-table td:last-child {
  color: var(--corporate-color);
}

.ConditionModal-day-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ConditionModal-day-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.ConditionModal-day-table th .ConditionModal-day-bg {
  background: #f5f5f5;
}

.ConditionModal-day-bg:hover,
.ConditionModal-day-table th .ConditionModal-day-bg:hover {
  background: var(--active-color);
}

.ConditionModal-day-bg.active,
.ConditionModal-day-table th .ConditionModal-day-bg.active {
  color: white;
  background: var(--corporate-color);
}

.ConditionModal-day-empty {
  background: #e5e5e5;
}

.ConditionModal-day-g {
  opacity: 0.3;
}

.ConditionModal-day-control-wrap {
  display: flex;
  justify-content: center;
  width: calc(100% - 80px);
  padding: 15px 0;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal-day-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.ConditionModal-day-control--g {
  opacity: 0.3;
}

.ConditionModal-day-control:not(.ConditionModal-day-control--g) {
  cursor: pointer;
  transition: box-shadow 0.3s, background-color 0.3s;
}

.ConditionModal-day-control:not(.ConditionModal-day-control--g):hover {
  box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
  background-color: var(--active-color);
}

.ConditionModal-day-control::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sub-corporate-color);
  border-right: 2px solid var(--sub-corporate-color);
  transform: rotate(45deg);
}

.ConditionModal-day-control--prev {
  margin-right: 15px;
}

.ConditionModal-day-control--prev::before {
  transform: rotate(-135deg);
}

/* end_出発日 */

/* start_目的地 */

/* end_目的地 */

/* start_航空会社 */

#ConditionModal--airplane .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
}

#ConditionModal--airplane .Condition__checkbox-label {
  width: 50%;
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-top: none;
}

#ConditionModal--airplane .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--airplane .Condition__checkbox-label:nth-of-type(even) {
  border-right: none;
}

/* end_航空会社 */

/* start_新幹線・特急 */

#ConditionModal--shinkansen .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
}

#ConditionModal--shinkansen .Condition__checkbox-label {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 0;
  border-top: none;
}

#ConditionModal--shinkansen .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--shinkansen .Condition__checkbox-label:nth-of-type(3n) {
  border-right: none;
}

/* end_新幹線・特急 */

/* start_クルーズ船 */

#ConditionModal--cruise .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* end_クルーズ船 */

/* start_ホテルランク */

#ConditionModal--hotel-rank .CommonModal__contents-inner {
  box-shadow: none;
}

#ConditionModal--hotel-rank .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.ConditionModal--hotel-rank-note {
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.ConditionModal--hotel-rank-label {
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-rank-txt {
  padding: 15px;
}

/* end_ホテルランク */

/* start_ホテル・旅館 */

#ConditionModal--hotel {
  width: 800px;
}

/* start_タブ */

.ConditionModal--hotel-tab-items {
  display: flex;
  width: 100%;
  height: 50px;
  background: white;
}

.ConditionModal--hotel-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid #c3c3c3;
}

.ConditionModal--hotel-tab-item:not(.active) {
  transition: color 0.3s;
  cursor: pointer;
}

.ConditionModal--hotel-tab-item:not(.active):hover {
  color: var(--corporate-color);
}

.ConditionModal--hotel-tab-item.active {
  color: var(--corporate-color);
  background: var(--active-color);
  border-color: var(--corporate-color);
}

/* end_タブ */

#ConditionModal--hotel .CommonModal__scroll-area {
  max-height: unset;
  height: calc(700px - 50px - 85px - 50px);
  /*
      700px（モーダル最大の高さ）
      50px(モーダル見出しの高さ)
      85px（モーダル下部ボタンエリアの高さ）
      50px（モーダルタブの高さ）
      */
}

#ConditionModal--hotel .CommonModal__contents--map .CommonModal__scroll-area {
  height: calc(700px - 50px - 50px);
  /*
      700px（モーダル最大の高さ）
      50px(モーダル見出しの高さ)
      50px（モーダルタブの高さ）
      */
}

#ConditionModal--hotel .CommonModal__contents-inner {
  box-shadow: none;
}

/* start_絞り込む */

.ConditionModal--hotel-sort-wrap {
  height: 140px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-sort-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ConditionModal--hotel-sort-group:not(:first-child) {
  margin-top: 15px;
}

.ConditionModal--hotel-sort-ttl {
  width: 180px;
  font-size: 1.4rem;
  font-weight: 600;
}

.ConditionModal--hotel-sort-content {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 180px);
  overflow-x: auto;
}

/* start_ランクで */

.ConditionModal--hotel-sort-items {
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 600;
}

.ConditionModal--hotel-sort-item:not(:last-child) {
  margin-right: 10px;
}

.ConditionModal--hotel-sort-wrap .Condition__checkbox-label {
  min-height: unset;
  margin-bottom: 0;
  padding: 10px 12px;
  white-space: nowrap;
}

#Condition .ConditionModal--hotel-sort-wrap input[type="checkbox"]:checked+.Condition__checkbox-label {
  color: var(--corporate-color);
  background: var(--active-color);
  border-color: var(--corporate-color);
}

/* end_ランクで */

/* start_ホテル名で */

.CommonModal__contents--map .ConditionModal--hotel-sort-wrap {
  height: 80px;
}

.CommonModal__contents--map .ConditionModal--hotel-sort-group--name {
  display: none;
}

.ConditionModal--hotel-sort-wrap .Condition__input-text {
  position: relative;
  margin-right: 10px;
  width: 320px;
}

.ConditionModal--hotel-sort-wrap .Condition__input-text::after {
  content: none;
}

.ConditionModal--hotel-sort-name-btn-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ConditionModal--hotel-sort-name-btn-clear:hover {
  opacity: 0.7;
}

.ConditionModal--hotel-sort-name-btn-clear::before,
.ConditionModal--hotel-sort-name-btn-clear::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #888;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ConditionModal--hotel-sort-name-btn-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ConditionModal--hotel-sort-name-btn-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ConditionModal--hotel-sort-btn-narrow {
  display: block;
  padding: 10px 20px;
  font-size: 1.4rem;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.ConditionModal--hotel-sort-btn-narrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
  opacity: 0.8;
}

.ConditionModal--hotel-sort-btn-narrow:hover {
  opacity: 0.7;
}

/* end_ホテル名で */

/* end_絞り込む */

#ConditionModal--hotel .CommonModal__contents-inner {
  margin-top: -1px;
}

.ConditionModal--hotel-tab-contents {
  display: none;
}

.ConditionModal--hotel-tab-contents.active {
  display: block;
}

/* start_一覧から選択 */

.ConditionModal--hotel-list-prefecture-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-list-prefecture-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--hotel-list-prefecture-inner {
  display: none;
}

.ConditionModal--hotel-list-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-list-ac-btn:not(.js_condition-modal-ac-btn),
.ConditionModal--hotel-list-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--hotel-list-ac-contents {
  display: none;
}

.Condition__hotel-list-rank-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.ConditionModal--hotel-tab-contents--list .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.ConditionModal--hotel-tab-contents--list .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

.ConditionModal--hotel-list-prefecture-inner dl dt {
  padding-left: 30px;
}

.ConditionModal--hotel-list-prefecture-inner .Condition__hotel-list-rank-label {
  padding-left: 30px;
}

.ConditionModal--hotel-list-prefecture-inner .Condition__checkbox-label {
  padding-left: 30px;
}

/* end_一覧から選択 */

/* start_地図から選択 */

.ConditionModal--hotel-tab-contents-map-inner {
  display: flex;
  justify-content: space-between;
  height: calc(700px - 50px - 50px - 80px + 1px);
  /*
      700px（モーダル最大の高さ）
      50px(モーダル見出しの高さ)
      50px（タブの高さ）
      80px（絞り込みの高さ）
      1px（.CommonModal__contents-innerのネガティブマージン分）
      */
}

.ConditionModal--hotel-map-wrap {
  position: relative;
  width: 470px;
  background: #f5f5f5;
  border-radius: 0 0 0 6px;
}

/* start_地図上ホテル枠 */

.ConditionModal--hotel-map-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 345px;
  padding: 15px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 5%);
}

.ConditionModal--hotel-map-info-btn-close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #888;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}

.ConditionModal--hotel-map-info-btn-close:hover {
  opacity: 0.7;
}

.ConditionModal--hotel-map-info-btn-close::before,
.ConditionModal--hotel-map-info-btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background-color: white;
}

.ConditionModal--hotel-map-info-btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ConditionModal--hotel-map-info-btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ConditionModal--hotel-map-info-ttl {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.ConditionModal--hotel-map-info-img {
  width: 100px;
}

.ConditionModal--hotel-map-info-img img {
  border: 1px solid #e5e5e5;
}

.ConditionModal--hotel-map-info-txt {
  width: calc(100% - 110px);
}

.ConditionModal--hotel-map-info-rank {
  color: var(--sub-corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
}

.ConditionModal--hotel-map-info-description {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.ConditionModal--hotel-map-info-btn-items {
  display: flex;
  justify-content: flex-end;
}

.ConditionModal--hotel-map-info-btn-item {
  padding: 10px 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
}

.ConditionModal--hotel-map-info-btn-item--detail {
  color: var(--corporate-color);
  border: 1px solid #7fcff4;
  transition: background-color 0.3s;
}

.ConditionModal--hotel-map-info-btn-item--detail:hover {
  background-color: var(--active-color);
}

.ConditionModal--hotel-map-info-btn-item--add {
  color: white;
  background-color: var(--corporate-color);
  transition: opacity 0.3s;
}

.ConditionModal--hotel-map-info-btn-item--add:hover {
  opacity: 0.7;
}

.ConditionModal--hotel-map-info-btn-item:first-child {
  margin-right: 5px;
}

/* end_地図上ホテル枠 */

.ConditionModal--hotel-selected-wrap {
  width: calc(100% - 470px);
}

.ConditionModal--hotel-selected-scroll-area {
  max-height: calc(100% - 85px);
  overflow-y: auto;
}

.ConditionModal--hotel-selected-btn {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 20px auto;
  padding: 14px 0;
  font-size: 1.4rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
}

.ConditionModal--hotel-selected-num {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 22px;
  height: 22px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--corporate-color);
}

.ConditionModal--hotel-selected-items {
  /* display: none; */
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--hotel-selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-selected-item-name {
  line-height: 1.3;
  width: 165px;
}

.ConditionModal--hotel-selected-item-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 190px);
}

.ConditionModal--hotel-selected-item-btn {
  display: block;
  padding: 8px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7fcff4;
  border-radius: 50px;
  transition: background-color 0.3s;
}

.ConditionModal--hotel-selected-item-btn--detail:hover {
  background-color: var(--active-color);
}

.ConditionModal--hotel-selected-item-btn--delete {
  color: #666;
  border-color: #c9c9c9;
}

.ConditionModal--hotel-map-info-btn-item--del {
  /*  color: #666;
  border-color: #c9c9c9;*/
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.ConditionModal--hotel-selected-item-btn--delete:hover {
  background-color: #f5f5f5;
}

.CommonModal__contents--map .CommonModal__set-btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 470px);
}

/* end_地図から選択 */

/* end_ホテル・旅館 */

/* start_ブランド */

#ConditionModal--brand .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* end_ブランド */

/* start_テーマ */

#ConditionModal--theme .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}

.ConditionModal--theme-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

#ConditionModal--theme .Condition__checkbox-label {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 0;
  border-top: none;
}

#ConditionModal--theme .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--theme .Condition__checkbox-label:nth-of-type(3n) {
  border-right: none;
}

.ConditionModal--hotel-map-area {
  display: block;
  width: 100%;
  height: 97%;
  background-color: #ffffff;
}

#loadMask {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
}

.bgStyle {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: lightgray;
  z-index: 999;
}

.maskStyle {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.maskStyle img {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* end_テーマ */

/* --------------------end_モーダル-------------------- */

/* css 追加　2021/09/14 */

.CommonModal input[type="checkbox"]:disabled+.Condition__checkbox-label {
  color: var(--disable-font-color);
}

.CommonModal input[type="checkbox"]:disabled+.Condition__checkbox-label .Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

.CommonModal input[type="checkbox"]:disabled+.Condition__checkbox-li .Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

.CommonModal input[type="checkbox"]:disabled+.Condition__checkbox-label--simple {
  color: var(--disable-font-color);
}

#Condition .ConditionModal--hotel-sort-wrap input[type="checkbox"]:disabled+.Condition__checkbox-label {
  color: var(--disable-font-color);
}

#Condition input[type="radio"]:disabled+.Condition__radio-label {
  color: var(--disable-font-color);
}

#Condition input[type="radio"]:disabled+.Condition__radio-label .Condition__radio-btn {
  border: none;
  background-color: var(--disable-color);
}

#Condition input[type="text"]:disabled {
  background-color: var(--disable-color);
}

input::-webkit-input-placeholder {
  color: #333 !important;
}

input::-moz-input-placeholder {
  color: #333 !important;
}

input::-ms-input-placeholder {
  color: #333 !important;
}

.calM {
  display: none;
}

.search-item-one-line {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 24px;
  padding: 9px 30px 8px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.search-item-one-line.disabled {
  color: #9c9c9c;
  background-color: #c3c3c3;
  pointer-events: none;
}

.search-item-one-line ul,
.cursor-pointer {
  cursor: pointer;
}

.item-two-line {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#loadMask .loading-img {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1024px;
  height: 500px;
  margin: 20px auto 40px auto;
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.Gnav__item.active {
  color: white;
  background: #4cbcef;
  pointer-events: none;
}

.tourOneBlockDefault:not(:last-child),
.tourOneBlockHover:not(:last-child),
.tourOneBlockSelect:not(:last-child),
.tourOneBlockSelectHover:not(:last-child) {
  margin-bottom: 40px;
}

.couponInfo {
  border: solid 3px #df1f00;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #000000;
}

.couponInfo a {
  font-size: 14px;
  line-height: 1.6;
}

.hidden {
  display: none !important;
}

.hotel-alert-message {
  text-align: center;
}

.reArr_trainForm li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.no_hotel {
  text-align: center;
}

.Search__clear {
  margin-left: 15px;
  padding: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
  background-color: #8e8e8e;
  border-radius: 3px;
  left: 0;
  position: absolute;
}

.Search__clear:hover {
  background-color: #696868;
}

.SelectArea__alert {
  display: flex;
  position: absolute;
  bottom: 3px;
  left: 250px;
  padding: .8rem 1.5rem;
  font-weight: 600;
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: .6rem;
  background: white;
  border: .2rem solid var(--caution-color);
  box-shadow: 0px 0.4rem 0.7rem -0.6rem rgb(0 0 0 / 50%);
  z-index: 1;
}

.SelectArea__alert::before {
  content: '';
  display: block;
  position: absolute;
  top: -.8rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .6rem .6rem .6rem;
  border-color: transparent transparent var(--caution-color) transparent;
}

.SelectArea__alert::after {
  content: '';
  display: block;
  position: absolute;
  top: -.5rem;
  left: 1.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .5rem .5rem .5rem;
  border-color: transparent transparent white transparent;
}

.SelectArea__alert-txt {
  width: calc(100% - 1.6rem);
  line-height: 1.3;
}

[placeholder="指定しない"]::placeholder,
.graystyle {
  color: #333 !important;
}

input::placeholder {
  color: #333 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333 !important;
  ;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333 !important;
  ;
}


.js_commonModal {
  cursor: pointer;
}

.CommonModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 700px;
  font-size: 1.5rem;
  background: white;
  border-radius: 6px;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.CommonModal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.CommonModal__ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.CommonModal__ttl {
  margin-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

#Search .CommonModal__ttl:not(.CommonModal__ttl--no-icn)::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.CommonModal--search .CommonModal__contents-inner {
  padding: 0;
}

.CommonModal__scroll-area {
  height: calc(100vh - 40px - 50px - 85px);
  max-height: calc(700px - 50px - 85px);
  overflow-y: auto;
}

.CommonModal .Search__checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 10px 15px;
  border-color: #e5e5e5;
  height: auto;
  min-height: 45px;
  line-height: 1.3;
}

.Search__checkbox-txt {
  width: calc(100% - 25px);
  line-height: 1.3;
}

.CommonModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px 10px 5px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 100px;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.CommonModal__btn-detail:hover {
  background-color: var(--active-color);
}

.js_commonModal-close {
  cursor: pointer;
}

.CommonModal__close {
  display: block;
  position: relative;
  width: 50px;
  height: 100%;
  background: #888;
  border-radius: 0 5px 0 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.CommonModal__close:hover {
  opacity: 0.7;
}

.CommonModal__close::before,
.CommonModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}

.CommonModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CommonModal__set-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  border-top: 1px solid #e5e5e5;
  transform: translateY(-1px);
}

.CommonModal__set-btn {
  width: 240px;
  padding: 10px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 3px;
  background-color: var(--caution-color);
  transition: opacity 0.3s;
}

.CommonModal__set-btn:hover {
  opacity: 0.7;
}

.Calendar-head_icon-txt a {
  display: inline-block;
  padding: 12px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}

.Calendar-head_icon-txt a:hover {
  text-decoration: underline;
}

#Explain-Icons .CommonModal__contents-inner {
  display: flex;
  padding: 0 20px;
  box-shadow: none;
}

#Explain-Icons .CommonModal__contents-inner:first-child {
  padding-top: 20px;
}

#Explain-Icons .CommonModal__contents-inner:last-child {
  padding-bottom: 20px;
}

.Icons__icon,
.Icons__icon-th {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-color: #e5e5e5;
  width: 30%;
  height: auto;
  min-height: 45px;
  padding: 10px 15px;
  border: 1px solid #c3c3c3;
  border-top: none;
}

.Icons__ex,
.Icons__ex-th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-color: #e5e5e5;
  width: 70%;
  height: auto;
  min-height: 45px;
  padding: 10px 15px;
  border: 1px solid #c3c3c3;
  border-left: none;
  border-top: none;
}

.Icons__icon-th {
  justify-content: center;
  border: 1px solid #c3c3c3;
  background: #f5f5f5;
}

.Icons__ex-th {
  justify-content: center;
  border: 1px solid #c3c3c3;
  border-left: none;
  background: #f5f5f5;
}

.Calendar-head__tag-item {
  margin: 0;
}

.MapModal__close-wrap {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  transform: translateY(-1px);
}

.MapModal__close-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.MapModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.MapModal__close-btn-icn::before,
.MapModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
}

.MapModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
