@charset "utf-8";

/* Global Style Overide */
.accordion_box01 h3 a {
  color: #000;
}

.change-border01 {
  color: #182f5c;
}

.change-border01::before,
.change-border01::after {
  background-color: #182f5c;
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before,
.change-border02__inner::after,
.change-border02__inner::before {
  background-color: #182f5c;
  z-index: 0;
}

button.change-border01 {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 7px 10px;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  cursor: pointer;
}

button.change-border01:hover {
  color: #ffffff;
  background: #2d3f6c;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition-delay: 1.0s;
}

button.change-border01:hover::after,
button.change-border01:hover::before {
  width: 50%;
  transition-delay: 0.0s;
}

button.change-border01::after,
button.change-border01::before,
button.change-border01 .border01__inner::after,
button.change-border01 .border01__inner::before,
button.change-border01 .border02__inner::after,
button.change-border01 .border02__inner::before {
  background-color: #2d3f6c;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
}

button.change-border01::before,
button.change-border01::after {
  transition-delay: 0.6s;
}

button.change-border01 .border01__inner::before {
  height: 0px;
  right: 0;
  bottom: 0;
  width: 1px;
  transition-delay: 0.3s;
}

button.change-border01 .border01__inner::after {
  bottom: 0;
  height: 0px;
  left: 0;
  width: 1px;
  transition-delay: 0.3s;
}

button.change-border01:hover .border01__inner::before,
button.change-border01:hover .border01__inner::after {
  height: 100%;
  transition-delay: 0.3s;
}

button.change-border01 .border02__inner::before {
  height: 1px;
  left: 0;
  top: 0;
  width: 0px;
}

button.change-border01 .border02__inner::after {
  height: 1px;
  right: 0;
  top: 0;
  width: 0px;
}

button.change-border01:hover .border02__inner::before,
button.change-border01:hover .border02__inner::after {
  width: 50%;
  transition-delay: 0.6s;
}

/* */
#header {
  position: relative;
  width: 100%;
  height: 60px;
}

#header-fix {
  width: 100%;
  height: 60px;
  text-align: center;
  background: #182f5c;
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 1000;
}

#header-fix .switch {
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 20px;
}

#header-fix .switch:hover {
  color: #182f5c;
}

#header-fix .switch.border01::after,
#header-fix .switch.border01::before,
#header-fix .switch.border01 .border01__inner::after,
#header-fix .switch.border01 .border01__inner::before,
#header-fix .switch.border01 .border02__inner::after,
#header-fix .switch.border01 .border02__inner::before {
  background-color: #fff;
}

#footer .wrap {
  background: #182f5c;
}

.form_content *,
.form_content *:before,
.form_content *:after,
#ui-datepicker-div *,
#ui-datepicker-div *:before,
#ui-datepicker-div *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#content {
  overflow: visible;
}

.form_content {
  max-width: 1030px;
  padding-top: 15px;
  padding-bottom: 24px;
  padding-right: 3%;
  padding-left: 3%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}

.form_step {
  margin-bottom: 40px;
}

.form_step h2 {
  padding: 16px;
  margin-bottom: 14px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #0c68ac;
  border-radius: 3px;
}

.form_step ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.form_step li {
  width: 50%;
  margin-bottom: 14px;
}

.form_step div {
  width: 86%;
  height: 25px;
  margin: 0 auto 2px;
  line-height: 25px;
  font-size: 11px;
  color: #fff;
  background-color: #ccd2d5;
  border-radius: 2px;
}

.form_step p {
  font-size: 10px;
  color: #ccd2d5;
}

.form_step li.current div {
  background-color: #be2321;
}

.form_step li.current p {
  color: #be2321;
}

.form_box {
  /* margin-bottom: 40px; */
}

.form_box h2 {
  position: relative;
  padding: 12px 30px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #2096d5;
  border-radius: 3px;
  overflow: hidden;
  text-align: left;
}

.form_box h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #0c68ac;
}

.form_box input::placeholder {
  color: #182f5c;
}

.form_box input:-ms-input-placeholder {
  color: #182f5c;
}

.form_box input::-ms-input-placeholder {
  color: #182f5c;
}

.form_box input[type="text"].textInput::placeholder {
  color: #9f9f9f;
}

.form_box input[type="text"].textInput:-ms-input-placeholder {
  color: #9f9f9f;
}

.form_box input[type="text"].textInput::-ms-input-placeholder {
  color: #9f9f9f;
}

.form_box .hiddenElm {
  display: none;
}

.form_box fieldset:not(:last-of-type) {
  margin-bottom: 32px;
}

.form_box .fieldset {
  margin-bottom: 32px;
}

.form_box .fieldset.hidden {
  display: none;
}

.form_box .fieldset p small {
  display: block;
  font-size: 14px;
  color: #9f9f9f;
  margin-left: 1em;
  font-weight: normal;
}

.form_box .note_text {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

.form_box .note_text_link {
  margin-top: 1rem;
  /* color: #800020; */
}

.form_box .optional_color {
  color: #2ea8e1;
}

.form_box .optional_label {
  font-size: 14px;
  color: #2ea8e1;
  margin-left: .3em;
}

.form_box label {
  display: block;
  text-align: left;
}

.form_box label+label {
  margin-top: 14px;
}

.form_box label p {
  margin-bottom: 8px;
  font-size: 16px;
}

.form_box label>p {
  font-weight: bold;
}

.form_box label input,
.form_box label select,
.form_box textarea {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  color: #182f5c;
  background-color: #fff;
  border: solid 1px #e5e6e7;
}

.form_box input[type="text"],
.form_box textarea {
  border-radius: 3px;
}

.form_box textarea {
  height: calc(1.3em * 5);
  line-height: 1.3;
}

.form_box input[type="text"]:hover,
.form_box textarea:hover {
  border-color: rgba(34, 36, 38, .35);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form_box input[type="text"]:focus,
.form_box textarea:focus {
  border-color: #96c8da;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form_box .with_unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.form_box .with_unit input[type="text"] {
  margin-right: .3em;
  text-align: left;
}

.form_box .multi_col_select {
  display: flex;
  justify-content: space-between;
}

.form_box .multi_col_select>label,
.form_box .multi_col_select .ui.selection.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32.5%;
  min-width: 0;
  font-size: 16px;
}

.form_box .multi_col_select>label+label {
  margin: 0;
}

.form_box .multi_col_select>label input {
  margin-right: .3em;
  text-align: right;
}

.form_box .date_input {
  position: relative;
  padding-right: 80px;
}

.form_box .date_input::after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 3px;
  display: block;
  width: 55px;
  height: 51px;
  background-image: url('./images/calendar_icon.png');
  background-repeat: no-repeat;
}

@media only screen and (min-width: 681px) {
  .form_content {
    padding-top: 48px;
    padding-bottom: 64px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .form_box .multi_col_select>label {
    font-size: 19px;
  }

  .form_box .with_unit {
    font-size: 19px;
  }

  .form_box .mini_input {
    width: 250px;
  }
}

.number_input,
.participation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 14px;
  font-size: 19px;
  color: #182f5c;
  background-color: #fff;
  border: solid 1px #e5e6e7;
}

.number_input:not(:first-child),
.participation:not(:first-child) {
  margin-top: 14px;
}

div.number_input p,
div.participation p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.number_input_utility,
.participation_utility {
  display: flex;
  justify-content: space-between;
}

.number_input_utility span,
.participation_utility span {
  font-size: 14px;
}

.number_input_utility em,
.participation_utility em {
  font-size: 24px;
  color: #d71718;
}

.number_input_utility .plus,
.number_input_utility .minus,
.participation_utility .plus,
.participation_utility .minus {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  border-radius: 2px;
  cursor: pointer;
}

.number_input_utility .plus,
.participation_utility .plus {
  background-color: #182f5c;
}

.number_input_utility .minus,
.participation_utility .minus {
  background-color: #b5b5b5;
  cursor: default;
}

.number_input_utility .minus.active,
.participation_utility .minus.active {
  background-color: #182f5c;
  cursor: pointer;
}

.number_input_utility .minus::before,
.number_input_utility .plus::before,
.number_input_utility .plus::after,
.participation_utility .minus::before,
.participation_utility .plus::before,
.participation_utility .plus::after {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
}

.number_input_utility .plus::after,
.participation_utility .plus::after {
  top: 4px;
  left: -2px;
  transform: rotate(90deg);
}

.participation_note {
  margin-top: 14px;
}

.participation_count {
  margin-top: 24px;
  font-size: 19px;
}

.participation_count span {
  font-size: 24px;
  color: #d71718;
}

.radio_field {
  display: flex;
  justify-content: space-between;
  border: solid 1px #e5e6e7;
  border-radius: 3px;
}

.radio_field label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.radio_field label+label {
  margin-top: 0;
}

.radio_field label:not(:first-child) {
  border-left: solid 1px #e5e6e7;
}

.radio_field label:hover,
.radio_field label.active,
#stay_days_1:checked~.radio_field label[for="stay_days_1"],
#stay_days_2:checked~.radio_field label[for="stay_days_2"],
#stay_days_3:checked~.radio_field label[for="stay_days_3"] {
  color: #fff;
  background-color: #2ea8e1;
}

.radio_field_box input,
#stay_days_1,
#stay_days_2,
#stay_days_3 {
  display: none;
}

@media only screen and (min-width: 681px) {
  .form_box .fieldset p small {
    display: inline;
  }
}


.ui.selection.dropdown {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  color: #182f5c;
  background-color: #fff;
  border: solid 1px #e5e6e7;
}

.ui.dropdown .menu>.header:not(.ui) {
  color: #182f5c;
  font-size: 1rem;
}

.ui.dropdown>.dropdown.icon {
  display: flex;
  flex-direction: column;
}

.ui.dropdown>.dropdown.icon::before,
.ui.dropdown>.dropdown.icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.ui.dropdown>.dropdown.icon::before {
  margin-bottom: 4px;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #182f5c transparent;
}

.ui.dropdown>.dropdown.icon::after {
  border-width: 8px 6px 0 6px;
  border-color: #182f5c transparent transparent transparent;
}

.ui.default.dropdown:not(.button)>.text,
.ui.dropdown:not(.button)>.default.text {
  color: #182f5c;
}

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

.form_submit.change-border01 {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #182f5c;
  padding: 10px 40px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1.2em;
}

.form_submit.change-border01:not(:hover)::before,
.form_submit.change-border01:not(:hover)::after {
  width: 30%;
}

.form_submit.change-border01:hover {
  color: #fff;
  background-color: #2d3f6c;
}

@media only screen and (min-width: 681px) {
  button.form_submit {
    padding: 10px 56px;
  }
}

/* Date Picker */
.ui-datepicker {
  display: none;
  width: calc(100% - 30px);
  padding: 28px;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ui-datepicker-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.ui-datepicker-prev {
  order: 1;
  margin-right: 18px;
}

.ui-datepicker-title {
  order: 2;
  font-size: 16px;
}

.ui-datepicker-next {
  order: 3;
  margin-left: 18px;
}

.ui-datepicker-prev .ui-icon::before,
.ui-datepicker-next .ui-icon::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.ui-datepicker-prev .ui-icon::before {
  border-width: 6px 10px 6px 0;
  border-color: transparent #182f5c transparent transparent;
  cursor: pointer;
}

.ui-datepicker-next .ui-icon::before {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #182f5c;
  cursor: pointer;
}

.ui-datepicker-prev.ui-state-disabled .ui-icon::before {
  border-color: transparent #cfd7da transparent transparent;
  cursor: default;
}

.ui-datepicker-next.ui-state-disabled .ui-icon::before {
  border-color: transparent transparent transparent #cfd7da;
  cursor: default;
}

.ui-datepicker-calendar {
  width: 100%;
  border: solid 1px #182f5c;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  font-size: 12px;
  border: solid 1px #182f5c;
}

.ui-datepicker-calendar th {
  padding: 4px;
  background-color: #e6e6e7;
}

.ui-datepicker-unselectable span,
.ui-datepicker-calendar td a {
  display: block;
  padding: 4px;
}

.ui-datepicker-today {
  font-weight: bold;
}

td.ui-datepicker-week-end:first-child a.ui-state-default {
  color: #d71718;
}

td.ui-datepicker-week-end:last-child a.ui-state-default {
  color: #0c68ac;
}

.ui-datepicker-calendar td:not(.ui-state-disabled):hover {
  background-color: #2096d5;
}

.ui-datepicker-calendar td:not(.ui-state-disabled):hover a {
  color: #fff;
}

.ui-datepicker-calendar td.ui-datepicker-current-day:not(.ui-state-disabled) {
  background-color: #2096d5;
}

.ui-datepicker-calendar td.ui-datepicker-current-day:not(.ui-state-disabled) a {
  color: #fff;
}

td.ui-datepicker-week-end a.ui-state-hover {
  opacity: 0.8;
}

td.ui-datepicker-week-end a.ui-state-highlight {
  color: #fff;
}

.ui-datepicker-calendar .ui-state-disabled,
.ui-datepicker-calendar .ui-state-disabled:hover {
  color: #b5b5b5;
  background: #e6e6e7 !important;
}

.ui-datepicker-buttonpane {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ui-datepicker-buttonpane .ui-datepicker-current {
  display: none;
}

.ui-datepicker-buttonpane .ui-datepicker-close {
  width: 15px;
  height: 15px;
  border: none;
  background: none;
  cursor: pointer;
}

.ui-datepicker-buttonpane .ui-datepicker-close:before,
.ui-datepicker-buttonpane .ui-datepicker-close:after {
  position: absolute;
  top: -3px;
  right: 7px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #182f5c;
}

.ui-datepicker-buttonpane .ui-datepicker-close:before {
  transform: rotate(45deg);
}

.ui-datepicker-buttonpane .ui-datepicker-close:after {
  transform: rotate(-45deg);
}


@media only screen and (min-width: 681px) {

  .form_step h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .form_step div {
    width: 75px;
    height: 25px;
    margin-bottom: 6px;
    font-size: 16px;
  }

  .form_step p {
    font-size: 18px;
  }

  .form_step p br {
    display: none;
  }

  .form_step li {
    width: 25%;
    margin-bottom: 28px;
  }

  .form_box h2 {
    position: relative;
    padding: 26px 40px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .form_box label input,
  .form_box label select,
  .form_box label textarea {
    font-size: 19px;
  }

  div.number_input p,
  div.participation p {
    font-size: 19px;
  }

  .radio_field label {
    padding: 16px;
    font-size: 19px;
  }

  .ui.selection.dropdown {
    font-size: 19px;
  }

  .form_submit.change-border01 {
    margin-top: 32px;
    font-size: 20px;
  }

  .form_submit.change-border01:not(:hover)::before,
  .form_submit.change-border01:not(:hover)::after {
    width: 40%;
  }
}

@media only screen and (min-width: 900px) {
  .ui-datepicker {
    width: 900px;
  }

  .ui-datepicker-title {
    font-size: 23px;
  }

  .ui-datepicker-calendar th {
    padding: 12px;
  }

  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    font-size: 20px;
  }

  .ui-datepicker-unselectable span,
  .ui-datepicker-calendar td a {
    padding: 12px;
  }

  .ui-datepicker-prev .ui-icon::before {
    border-width: 10px 17px 10px 0;
    border-color: transparent #182f5c transparent transparent;
    cursor: pointer;
  }

  .ui-datepicker-next .ui-icon::before {
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #182f5c;
    cursor: pointer;
  }
}

/* Step2 */
.departure_date_select {}

.departure_date_select.header_label {
  background-color: #182f5c;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.departure_date_select.header_label button {
  color: #fff;
  background-color: #182f5c;
  cursor: default;
}

.departure_date_select:not(:first-child) {
  margin-top: 6px;
}

.departure_date_select label,
.departure_date_select>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
  border-radius: 3px;
  overflow: hidden;
}

.departure_date_select label {
  cursor: pointer;
  color: #182f5c;
  border: solid 1px #e5e6e7;
}

.departure_date_select label.gray_label {
  background-color: #f8f8f8;
}

.departure_date_select label.blue_label {
  background-color: #e3f3f7;
}

.departure_date_select label.red_label {
  background-color: #f6dcea;
}

.departure_date_select .departure_date_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.departure_date_info span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 13px;
}

.departure_date_info span:nth-child(1) {
  width: 8em;
}

.departure_date_info span:nth-child(2) {
  width: calc(100% - 10em);
}

.departure_date_info span:nth-child(3) {
  width: 10em;
}

.departure_date_select:not(.header_label) label:hover,
.departure_date_select:not(.header_label) label.active {
  color: #fff;
  background-color: #2ea8e1;
}

.departure_date_select button {
  display: none;
}

.select_button {
  display: none;
  position: relative;
  font-size: 12px;
  background-color: transparent;
  border: none;
}

.select_button:hover {
  background-color: transparent;
}

.departure_date_select label:hover .select_button {
  background-color: #182f5c;
  color: #ffffff;
  transition: all .3s ease;
  transition-delay: 1.0s;
}

.departure_date_select label .select_button.change-border01 {
  line-height: 20px;
  padding: 3px 8px;
}

.departure_date_select label .select_button.change-border01::after,
.departure_date_select label .select_button.change-border01::before {
  width: calc(50% - 8px);
  transition-delay: 0.6s;
  background-color: #182f5c;
}

.departure_date_select label:hover .select_button.change-border01::after,
.departure_date_select label:hover .select_button.change-border01::before {
  width: 50%;
  transition-delay: 0.0s;
  background-color: #182f5c;
}

.departure_date_select label:hover .select_button.change-border01 .change-border01__inner::after,
.departure_date_select label:hover .select_button.change-border01 .change-border01__inner::before {
  height: 100%;
  transition-delay: 0.3s;
  background-color: #182f5c;
}

.departure_date_select label:hover .select_button.change-border01 .change-border02__inner::after,
.departure_date_select label:hover .select_button.change-border01 .change-border02__inner::before {
  width: 50%;
  transition-delay: 0.6s;
  background-color: #182f5c;
}

.selected_conditions {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 1px #e5e6e7;
}

.selected_conditions_inner {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.selected_conditions .accordion_wrap {
  text-align: left;
}

.selected_conditions .accordion_wrap h3 a {
  font-size: 16px;
}

.selected_conditions .accordion_box01 {
  padding-bottom: 0;
}

.selected_conditions .accordion_box01 h3 a:before {
  line-height: 0;
  content: url(./images/form_arrow_down.png?ver=1.1);
  position: absolute;
  top: 10px;
  left: 0;
}

.selected_conditions .accordion_box01 h3 a.active:before {
  content: url(./images/form_arrow_up.png?ver=1.1);
}

.selected_conditions .desc {
  padding-top: 20px;
}

.selected_conditions .accordion_wrap dt,
.selected_conditions .accordion_wrap dd {
  font-size: 16px;
}

.selected_conditions .accordion_wrap dl {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #182f5c;
}

.selected_conditions .accordion_wrap .desc dl dt {
  position: relative;
  width: 6.5em;
  color: #182f5c;
}

.selected_conditions .accordion_wrap dd::before {
  content: '：';
}

.selected_conditions .desc h4 {
  color: #182f5c;
  font-size: 16px;
}

.footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: left;
  border-top: solid 1px #e5e6e7;
  background-color: #fff;
}

.footer_fix_inner {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer_fix .accordion_box01 {
  padding-bottom: 0;
}

.footer_fix h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.footer_fix_forms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_fix form {
  width: 49.5%;
  margin-bottom: 8px;
}

.footer_fix_button.change-border01 {
  position: relative;
  padding: 10px 6px;
  border: none;
  font-size: 12px;
  background: transparent;
}

.footer_fix_button.change-border01:not(:hover)::after,
.footer_fix_button.change-border01:not(:hover)::before {
  width: calc(50% - 12px);
}

.footer_fix .accordion_box01 h3 a:before {
  line-height: 0;
  content: url(./images/form_arrow_down.png?ver=1.1);
  position: absolute;
  top: 10px;
  left: 0;
}

.footer_fix .accordion_box01 h3 a.active:before {
  content: url(./images/form_arrow_up.png?ver=1.1);
}

.button_anim {
  cursor: pointer;
}

.button_anim:hover {
  background-color: #182f5c;
}

.change-border01::before,
.change-border01::after {
  background-color: #182f5c;
}

@media only screen and (min-width: 681px) {
  .footer_fix_forms {
    display: block;
  }

  .footer_fix form {
    display: inline-block;
    width: auto;
    margin-bottom: 8px;
  }

  .footer_fix_button.change-border01 {
    padding: 10px 12px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 681px) {

  .departure_date_select>div,
  .departure_date_select label {
    padding-left: 84px;
    padding-right: 84px;
  }

  .departure_date_select .departure_date_info {
    width: calc(100% - 72px);
  }

  .departure_date_info span:nth-child(1) {
    width: 8em;
  }

  .departure_date_info span:nth-child(2) {
    width: 280px;
  }

  .departure_date_info span:nth-child(3) {
    width: 10em;
  }

  .departure_date_select ul {
    width: auto;
  }

  .departure_date_info span {
    text-align: left;
    font-size: 19px;
  }

  .select_button {
    display: block;
  }
}

.form_headline_box,
.route_select_box {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form_headline_box h3,
.route_select_box h3 {
  position: relative;
  color: #000;
  border: solid 1px #182f5c;
  border-radius: 2px;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.form_headline_box h3::before,
.route_select_box h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  background-color: #182f5c;
}

.route_info {
  text-align: left;
}

.route_info dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  color: #000;
}

.route_info dd {
  font-size: 15px;
  margin-bottom: 16px;
  color: #182f5c;
}

.route_select_first {
  margin-bottom: 30px;
}

.select_accordion_second,
.route_select_second {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

#arrival_airport_route_first>fieldset,
#arrival_airport_route_second>fieldset,
#arrival_airport_route_first_return>fieldset,
#arrival_airport_route_second_return>fieldset {
  display: none;
}

.select_label,
.airport_route_select {
  border-radius: 3px;
  overflow: hidden;
}

.select_label.header_label,
.airport_route_select.header_label {
  background-color: #182f5c;
  cursor: default;
}

.select_label.header_label>div,
.airport_route_select.header_label>div {
  color: #fff;
}

.select_label:not(:first-child),
.airport_route_select:not(:first-child) {
  margin-top: 6px;
}

.select_label label,
.select_label>div,
.select_label .label,
.airport_route_select label,
.airport_route_select>div,
.airport_route_select .label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
  color: #182f5c;
}

.select_label label,
.airport_route_select label {
  cursor: pointer;
  border: solid 1px #e5e6e7;
}

.select_label .label,
.airport_route_select .label {
  border: solid 1px #e5e6e7;
}

.select_label label.gray_label,
.select_label .label.gray_label,
.airport_route_select label.gray_label,
.airport_route_select .label.gray_label {
  background-color: #f8f8f8;
}

.select_info,
.airport_route_select .airport_route_select_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.select_info span,
.airport_route_select_info span {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
}

.select_info span:nth-child(1),
.airport_route_select_info span:nth-child(1) {
  width: 6em;
}

.select_info span:nth-child(2),
.airport_route_select_info span:nth-child(2) {
  width: calc(100% - 11em);
}

.select_info span:nth-child(3),
.airport_route_select_info span:nth-child(3) {
  width: 4.5em;
}

.select_label input,
.airport_route_select input {
  display: none;
}

.select_label label:hover,
.airport_route_select label:hover,
.select_label input:checked+label,
.airport_route_select input:checked+label {
  color: #fff;
  background-color: #2ea8e1;
}

.select_label button,
.airport_route_select button {
  display: none;
}

.select_label label:hover .select_button,
.airport_route_select label:hover .select_button {
  background-color: #182f5c;
  color: #ffffff;
  transition: all .3s ease;
  transition-delay: 1.0s;
}

.select_label label .select_button.change-border01,
.airport_route_select label .select_button.change-border01 {
  line-height: 20px;
  padding: 3px 8px;
}

.select_label label .select_button.change-border01::after,
.select_label label .select_button.change-border01::before,
.airport_route_select label .select_button.change-border01::after,
.airport_route_select label .select_button.change-border01::before {
  width: calc(50% - 8px);
  transition-delay: 0.6s;
  background-color: #182f5c;
}

.select_label label:hover .select_button.change-border01::after,
.select_label label:hover .select_button.change-border01::before,
.airport_route_select label:hover .select_button.change-border01::after,
.airport_route_select label:hover .select_button.change-border01::before {
  width: 50%;
  transition-delay: 0.0s;
  background-color: #182f5c;
}

.select_label label:hover .select_button.change-border01 .change-border01__inner::after,
.select_label label:hover .select_button.change-border01 .change-border01__inner::before,
.airport_route_select label:hover .select_button.change-border01 .change-border01__inner::after,
.airport_route_select label:hover .select_button.change-border01 .change-border01__inner::before {
  height: 100%;
  transition-delay: 0.3s;
  background-color: #182f5c;
}

.select_label label:hover .select_button.change-border01 .change-border02__inner::after,
.select_label label:hover .select_button.change-border01 .change-border02__inner::before,
.airport_route_select label:hover .select_button.change-border01 .change-border02__inner::after,
.airport_route_select label:hover .select_button.change-border01 .change-border02__inner::before {
  width: 50%;
  transition-delay: 0.6s;
  background-color: #182f5c;
}

.add_second_route_button {
  text-align: left;
}

.add_second_route_button label {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 10px 12px;
}

.add_second_route_button:not(:hover) .change-border01::after,
.add_second_route_button:not(:hover) .change-border01::before {
  width: calc(50% - 12px);
}

.add_second_route_button input {
  display: none;
}

.route_selected_info {
  /* margin-bottom: 40px; */
}

.add_rental_car_option {
  text-align: center;
}

.add_rental_car_option input {
  display: none;
}

.add_rental_car_option label {
  position: relative;
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #182f5c;
  padding: 10px 56px;
  margin-top: 24px;
  font-size: 16px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.rental_car_option {
  display: none;
}

@media only screen and (min-width: 681px) {

  .form_headline_box,
  .route_select_box {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .form_headline_box h3,
  .route_select_box h3 {
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 22px;
    padding: 14px 14px 14px 40px;
  }

  .route_info dt {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .route_info dd {
    font-size: 19px;
    margin-bottom: 16px;
  }

  .airport_route_select label,
  .airport_route_select>div,
  .airport_route_select .label {
    padding-left: 84px;
    padding-right: 84px;
  }

  .select_info,
  .airport_route_select .airport_route_select_info {
    width: calc(100% - 72px);
  }

  .select_info span:nth-child(1),
  .airport_route_select_info span:nth-child(1) {
    width: 8em;
  }

  .select_info span:nth-child(2),
  .airport_route_select_info span:nth-child(2) {
    width: 280px;
  }

  .select_info span:nth-child(3),
  .airport_route_select_info span:nth-child(3) {
    width: 10em;
  }

  .select_info span,
  .airport_route_select_info span {
    justify-content: flex-start;
    text-align: left;
    font-size: 19px;
  }

  .add_rental_car_option label {
    font-size: 22px;
  }
}

.select_label label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select_info {
  justify-content: space-between;
}

.select_info span {
  font-size: 12px;
  text-align: left;
}

.select_info span:nth-child(1) {
  width: calc(8em + 4px);
  padding-right: 4px;
}

.select_info span:nth-child(2) {
  width: calc(100% - 18em);
  padding-left: 4px;
  padding-right: 4px;
}

.select_info span:nth-child(3) {
  width: calc(10em + 4px);
  padding-left: 4px;
}

@media only screen and (min-width: 681px) {
  .select_label label {
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
  }

  .select_info {
    justify-content: space-between;
    width: calc(100% - 120px);
  }

  .select_info span {
    font-size: 17px;
  }

  .select_info span:nth-child(1) {
    width: calc(8em + 8px);
    padding-left: 8px;
  }

  .select_info span:nth-child(2) {
    width: calc(100% - (18em + 16px));
    padding-left: 8px;
    padding-right: 8px;
  }

  .select_info span:nth-child(3) {
    width: calc(10em + 8px);
    padding-left: 8px;
  }
}

/* Step 5 */
.rental_car_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 35px auto 0;
  padding: 0 0 0 0;
  max-width: 800px;
}

.rental_car_nav li {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  width: 49%;
}

.rental_car_nav li:nth-of-type(2n) {
  margin-left: 2%;
}

.rental_car_nav li a {
  padding: 7px 5px;
  display: inline-block;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #2d3f6c;
  position: relative;
}

.rental_car_nav li a.change-border01:not(:hover)::before {
  width: calc(50% - 5px);
}

.rental_car_nav li a.change-border01:not(:hover)::after {
  width: calc(50% - 5px);
}

.rental_car {
  width: 100%;
  overflow: visible;
  clear: both;
}

.rental_car .car {
  border-bottom: none;
  overflow: visible;
}

.rental_car h2 {
  margin: 35px 0 24px;
  padding: 0;
  line-height: 1.2em;
  font-size: 26px;
  color: #000;
  background-color: transparent;
  font-weight: bold;
}

.rental_car h2::before {
  content: none;
}

.rental_car h3 {
  font-size: 22px;
}

.rental_car_form {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #323232;
}

.rental_car_form .fieldset:last-child {
  margin-bottom: 0;
}

.rental_car_submit {
  text-align: center;
}

.rental_car .car .price .cost {
  padding-bottom: 0;
  line-height: 1.2;
}

.rental_car .car .price .tax {
  font-size: 13px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 681px) {
  .rental_car_nav {
    margin-top: 30px;
    padding-top: 30px;
    width: 94%;
  }

  .rental_car_nav li {
    margin: 0 2% 0 0;
    padding: 0 0 30px 0;
    width: 32%;
  }

  .rental_car_nav li:nth-of-type(2n) {
    margin-left: 0;
  }

  .rental_car_nav li:nth-of-type(3n) {
    margin-right: 0;
  }

  .rental_car h2 {
    margin: 70px 0 40px;
    font-size: 30px;
  }

  .rental_car h3 {
    padding: 0 0 15px 0;
    font-size: 27px;
  }
}

/* Step 5-2 */
.produce_gifts {
  display: none;
  margin-bottom: 64px;
}

.produce_gifts h4 {
  margin-bottom: 20px;
  padding: 16px 16px;
  color: #fff;
  background-color: #162e59;
  text-align: left;
  font-size: 19px;
  border-radius: 3px;
}

.produce_gifts_option:nth-child(n+2) {
  display: none;
}

.add_field_button {
  text-align: left;
}

.add_field_button input {
  display: none;
}

.add_field_button label {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 10px 12px;
}

.add_field_button label.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .3;
}

.postal_code {
  display: flex;
  justify-content: space-between;
}

.form_box .postal_code input {
  width: calc(100% - 90px);
}

.form_box .postal_code span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  color: #fff;
  background-color: #162e59;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

@media only screen and (min-width: 681px) {
  .form_box .postal_code span {
    width: 280px;
    font-size: 19px;
  }

  .form_box .postal_code input {
    width: calc(100% - 300px);
  }
}

/* Step 6 */
.info_table_box {}

.info_table_box h4 {
  margin-bottom: 15px;
  padding: 10px;
  color: #fff;
  background-color: #162e59;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
}

.info_table_box table {
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #9fa0a0;
}

.info_table_box th,
.info_table_box td {
  padding: 8px 12px;
}

.info_table_box th {
  font-size: 14px;
  color: #182f5c;
  background-color: #f0efef;
  vertical-align: middle;
  text-align: left;
}

.info_table_box th[colspan] {
  background-color: #d4d4d4;
}

.info_table_box td {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.info_table_box .icon_wrap {
  display: block;
  position: relative;
  padding-left: 44px;
}

.info_table_box .icon_wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
}

.info_table_box .icon_wrap.hotel::before {
  width: 27px;
  height: 24px;
  background-image: url(./images/icon_hotel.png);
  background-size: contain;
}

.info_table_box .icon_wrap.car::before {
  width: 27px;
  height: 24px;
  background-image: url(./images/icon_car.png);
  background-size: contain;
}

.info_table_box .icon_wrap.airplane::before {
  width: 27px;
  height: 28px;
  background-image: url(./images/icon_airplane.png);
  background-size: contain;
}

.customer_table th,
.customer_table td,
.itinerary_table th,
.itinerary_table td {
  display: block;
  width: 100%;
  border-bottom: solid 1px #9fa0a0;
}

.customer_table tr:last-child td,
.itinerary_table tr:last-child td {
  border-bottom: none;
}

.price_table th,
.price_table td {
  display: block;
  width: 100%;
}

.price_table tr:not(:last-child) {
  border-bottom: solid 1px #9fa0a0;
}

.price_table .price_total {
  text-align: right;
}

.price_total {
  vertical-align: middle;
}

.price_total span {
  color: #d71718;
}

.price_total span.price_all {
  font-size: 20px;
  line-height: 1.2;
}

.price_total_tr td:not(.price_total) {
  display: none;
  padding: 0;
}

.confirm_text_box:not(:first-of-type) {
  margin-top: 20px;
}

.confirm_text_box label,
.confirm_text_box>p {
  font-size: 14px;
  line-height: 1.6;
}

.confirm_text_box>p {
  margin-top: 8px;
}

.confirm_text p:not(:first-child) {
  margin-top: 24px;
}

.confirm_text_box input[type=checkbox] {
  display: none;
}

.confirm_text_box .checkbox {
  position: relative;
  padding: 0;
  cursor: pointer;
  text-indent: 38px;
  line-height: 1.9;
}

.confirm_text_box .checkbox:hover:after {
  /* border-color: #53b300; */
}

.confirm_text_box .checkbox:after {
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b6b6;
  content: '';
}

.confirm_text_box .checkbox:before {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 26px;
  height: 26px;
  content: '';
  background: url(./images/g_check.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  z-index: 1;
}

.confirm_text_box input[type="checkbox"]:checked+.checkbox:before {
  opacity: 1;
}

.confirm_text {
  margin-top: 20px;
  line-height: 1.6;
}

.confirm_text .desc {
  line-height: 1.6em;
}

.confirm_text p {
  color: #7f7f80;
  font-size: 14px;
}

.confirm_text .accordion_box01 h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #3b7d82;
  font-size: 17px;
  border: none;
  padding: 0;
}

.confirm_text .accordion_box01 h3 a {
  color: #3b7d82;
}

.confirm_text .accordion_box01 h3::before {
  content: none;
}

@media only screen and (min-width: 681px) {
  .info_table_box h4 {
    padding: 16px 16px;
    font-size: 25px;
  }

  .customer_table th,
  .customer_table td,
  .itinerary_table th,
  .itinerary_table td {
    padding: 18px 20px;
  }

  .customer_table th,
  .customer_table td,
  .itinerary_table td,
  .itinerary_table th,
  .price_table td,
  .price_table th {
    display: table-cell;
  }

  .info_table_box th {
    border: solid 1px #9fa0a0;
  }

  .info_table_box td {
    border-top: solid 1px #9fa0a0;
    border-bottom: none;
  }

  .itinerary_table th {
    width: 17%;
  }

  .itinerary_table td {
    width: 83%;
  }

  .price_table th,
  .price_table td {
    padding: 14px 10px;
  }

  .price_table td:nth-child(1) {
    width: 49%;
    padding-left: 52px;
  }

  .price_table td:nth-child(2) {
    width: 32%;
  }

  .price_table td:nth-child(3) {
    width: 19%;
  }

  .price_table .price_total {
    text-align: left;
  }

  .price_total_tr td:not(.price_total) {
    display: table-cell;
    padding: 0;
  }

  .price_total span.price_all {
    font-size: 25px;
  }

  .confirm_text_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .confirm_text_box:not(:first-of-type) {
    margin-top: 40px;
  }

  .confirm_text_box label,
  .confirm_text_box>p {
    font-size: 18px;
    line-height: 1.8;
  }

  .confirm_text {
    margin-top: 32px;
  }

  .confirm_text .accordion_box01 h3 {
    font-size: 17px;
  }

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

  .confirm_text_box .checkbox {
    text-indent: 42px;
  }

  .confirm_text_box .checkbox:after {
    top: 6px;
    left: 10px;
    width: 20px;
    height: 20px;
  }

  .confirm_text_box .checkbox:before {
    top: 0;
    left: 4px;
    width: 34px;
    height: 34px;
  }

  .info_table_box .icon_wrap.hotel::before {
    width: 27px;
    height: 32px;
  }

  .info_table_box .icon_wrap.car::before {
    width: 27px;
    height: 24px;
  }

  .info_table_box .icon_wrap.airplane::before {
    width: 27px;
    height: 32px;
  }
}

/* Step 7 */
.payment_description {
  text-align: left;
}

.payment_description li {
  display: none;
  padding-top: 24px;
  line-height: 1.6;
  color: #162D57;
}

.confirm_text.privacy_policy_text h3,
.confirm_text.travel_conditions_text h3 {
  font-size: 17px;
}

@media only screen and (min-width: 681px) {

  .payment_select_label .select_label label {
    font-size: 19px;
  }

  .payment_select_label .select_button {
    font-size: 15px;
  }

  .payment_description li {
    font-size: 19px;
  }
    
  .customer_table th,
  .customer_table td {
    font-size: 17px;
  }

  .customer_table th {
    width: 25.4%;
  }

  .customer_table td {
    width: 74.6%;
  }
    
 .form_done_box h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }

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

/* Step 8 */
.form_note {
  margin-top: 30px;
  font-size: 12px;
  color: #d71718;
}

/* Step 9 */
.form_done_box h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  color: #182f5c;
}

.form_done_box p {
  font-size: 14px;
  line-height: 1.8;
}

/* Step3 add Style */
.hotels_wrapper {}

.hotels_wrapper[id$="_hotels_wrapper"] .select_accordion:not(.js-is-active) {
  display: none;
}
