|
|
|
|
@ -163,27 +163,25 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="selectionBlock" style="margin-bottom: 10px;">
|
|
|
|
|
<h4 style="margin-bottom: 0;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
font-size: 1.2rem;">
|
|
|
|
|
<p style=" text-align: left; font-weight: 400; padding-bottom: 0;">
|
|
|
|
|
* When would you travel?
|
|
|
|
|
</h4>
|
|
|
|
|
</p>
|
|
|
|
|
<div id="starting_date_errmsg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<div class="hotel_group date_select">
|
|
|
|
|
<input type="radio" value="exact dates" id="exact" name="trip_date">
|
|
|
|
|
<label for="exact" class="hotel_pick" style="font-size: 18px;">
|
|
|
|
|
Exact dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<div class="hotel_group date_select">
|
|
|
|
|
<input type="radio" value="approximate dates" id="approximate" name="trip_date">
|
|
|
|
|
<label for="approximate" class="hotel_pick" style="font-size: 18px;">
|
|
|
|
|
Approximate dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<div class="hotel_group date_select">
|
|
|
|
|
<input type="radio" value="Undecided dates" id="yet" name="trip_date">
|
|
|
|
|
<label for="yet" class="hotel_pick" style="font-size: 18px;">
|
|
|
|
|
Undecided dates
|
|
|
|
|
@ -778,7 +776,7 @@
|
|
|
|
|
</script>
|
|
|
|
|
<style>
|
|
|
|
|
.date_select {
|
|
|
|
|
width: 27.5% !important;
|
|
|
|
|
width: 31.5% !important;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -787,10 +785,14 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input.arrivalDate {
|
|
|
|
|
width: 95%;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
width: 90%;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
background: url(https://data.japanhighlights.com/pic/tour-calendar.png) 15px 8px no-repeat #fff;
|
|
|
|
|
padding-left: 50px;
|
|
|
|
|
background-size: 23px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
|
|