@charset "UTF-8";
/* CSS Document */
.Search__form{
  padding: 0;
}
#Search {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Search__form-group-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.Search__form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc((100% - 20px - 20px) / 3);
}

.Search__form-group:not(:last-of-type) {
  margin-bottom: 0;
}


.Search__form-label {
  width: 80px;
  justify-content: flex-end;
}

.Search__form-content {
  width: calc(100% - 80px);
  padding-left:5px;
}
/* start_キーワード */
.Search__form-group--number .Search__input-text::after {
  content: none;
}
/* end_キーワード */

/* start_検索ボタン */
.Search__clear {
  width:177px;
  margin-top: 0;
  padding: 10px 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  background-color: #888888;
  border-radius: 3px;
  transition: opacity 0.3s;
}
.Search__clear:hover {
  opacity: 0.7;
}
.Search__submit{
  width:280px;
  margin-top: 0;
} 

.Search__submit-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  position: inherit;
  width: 100%;
}

.Search__submit_txt{
  color: #333;
  font-size: 1.4rem;
  width: calc(100% - 280px - 177px - 10px - 10px);
}
/* end_検索ボタン */



.Search-form-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}

/* start_旅行日数 */
#Search .Search__select--days select {
  padding: 8px 20px 8px 10px;
}

.Search__select--days.Search__select::after {
  right: 7px;
}
/* end_旅行日数 */

.select-calendar-month{display: none;}
.CommonModal-day-heading{height: 43px;}

#Search select {
  cursor: pointer;
}
.calendar-weekday{
  cursor: none;
  pointer-events: none;
}
