#cancelled .h1-wrapper {
  padding: 40px 00px 10px 0px;
}

@media screen and (max-width: 999px) {

  header {
    z-index: 999999 !important;
    position: absolute;
  }

}

@media screen and (max-width: 767px) {

  .ttl-lv1 {
    padding: 30px 0 20px 0;
    line-height: 1.2;
  }

  .ttl-lv2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

}

@media screen and (min-width: 768px) {

  .wi-40 {
    width: 400px;
  }

}

/* Form */

.button1,
.button2 {
  box-shadow: 0px 2px 0px #ccc;
  font-weight: bold;
}

.button3 {
  box-shadow: 0px 2px 0px #e5e5e5;
}

.button1 {
  background-color: #d2232a;
  color: #fff !important;
  font-weight: bold;
  border: 1px solid #d2232a;
}

.button2 {
  background-color: #fed600;
  color: #141414 !important;
  border: 1px solid #fed600;
}

.button3 {
  border: 1px solid #aaa;
  color: #141414 !important;
  background-color: #fff;
}

#current-selection .btn {
  padding: 0;
}

.btn.btn-xxx {
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
}

.button2.inactive,
.inactive{
  background-color: #cccccc!important;
  color: #999999!important;
  border: none!important;
  box-shadow: none;
  font-weight: normal!important;
  pointer-events: none;
  cursor: default;
}

a.inactive:hover {
  opacity: 1;
}

a.inactive:after {
  font-weight: bold;
  color: #999999;
}

.btn.inactive:after{
  /* content:"";
  position:absolute;
  display: block;
  top:20;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0); */
}


input,
select {
  border: 1px solid #aaaaaa;
  padding: 10px 16px;
  border-radius: 5px;
}

.style-control--radio .style-control__indicator::after {
  left: 3px;
  top: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #141414;
}

@media screen and (max-width: 767px) {
  .style-control {
    font-size: 1.4rem;
  }
}

/* Table */

table td,
table th {
  text-align: left;
}


/* Header */

@media screen and (min-width: 1000px) {

  header.reserve {
    border-bottom: 1px solid #bbbbbb;
    margin-top: 33px;
  }

}

@media screen and (max-width: 999px) {

  header.reserve {
    margin-top: 0px;
  }

}


/* Footer */

@media screen and (max-width: 767px) {

  footer.reserve {
    margin-top: 30px;
  }

}

/* Step */

#stepNav ol {
  margin-bottom: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 20px;
}

#stepNav ol li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.8rem;
  background-color: #999999;
  font-weight: bold;
}

@media screen and (max-width:767px) {

  #stepNav ol li {
    font-size: 1.4rem;
  }

}

#stepNav ol li:first-child {
  padding-left: 3%;
}

#stepNav ol li.current {
  background-color: #474747;
  color: #FFF;
}

#stepNav ol li:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -9px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 9px solid #ffffff;
  z-index: 1;
}

#stepNav ol li:nth-child(5):before {
  display: none;
}

#stepNav ol li:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -6px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 6px solid #999999;
  z-index: 1;
}

#stepNav ol li:last-child:after {
  display: none;
}

#stepNav ol li.current:after {
  border-left: 6px solid #474747;
}


/* Checkbox */

.style-control__indicator {
  background-color: #fff;
}

@media screen and (min-width: 768px) {

  #stepNav ol {
    height: 16px;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  #stepNav ol li:first-child {
    padding-left: 0;
  }

  #stepNav ol li span {
    display: block;
    position: absolute;
    width: 100%;
    top: -25px;
    left: 0px;
    color: #474747;
  }

  #stepNav ol li:before {
    top: -5px;
    right: -10px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #ffffff;
  }

  #stepNav ol li:nth-child(5):before {
    display: none;
  }

  #stepNav ol li:after {
    top: 0px;
    right: -6px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #999999;
  }

}

@media screen and (max-width:767px) {

  #stepNav {
    width: calc(105% + 3px);
    position: relative;
    left: -3%;
  }

}


/* Campaign */
/* Notice-box */

.applied-campaign,
.notice-box {
  background-color: #f7f6ef;
  border-color: #d2cdc3;
  border-style: solid;
  border-width: 3px;
  padding: 16px;
  font-weight: bold;
  text-align: left;
}

.notice-box:not(:first-child){
  margin-top: 20px;
}

.notice-box span {
  font-weight: bold;
}

.fee-detail .applied-campaign,
.us .applied-campaign {
  margin-bottom: 20px;
}


/* Button wrapper */

button {
  cursor: pointer;
}

.mini-btn-wrap {
  /* float: right; */
}

.btn-mini::after {
  font-family: FontAwesome;
  padding-left: 10px;
}

.btn-mini {
  padding: 10px;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #aaaaaa;
  box-shadow: 0px 2px 0px #e5e5e5;
  background-color: #ffffff;
  line-height: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #141414;
  text-decoration: none;
}

@media screen and (min-width:768px) {

  .sub .mini-btn-wrap {
    display: none;
  }

  .btn-mini {
    padding: 5px 10px;
  }

  .btn-mini::after {
    content: '\f105';
  }

}

@media screen and (max-width:767px) {
  .mini-btn-wrap {
    float: right;
  }

  #payment table.reserve th.sub,
  #input table.reserve th.sub {
    background-color: #ffffff;
    position: relative;
  }

  #payment table.reserve .btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }

}

.process-button-wrapper {
  margin-bottom: 60px;
  margin-top: 30px;
}

.process-button-wrapper .btn {
  margin-bottom: 20px;
}

.process-button-wrapper .single-btn .btn {
  margin-bottom: 0;
}

.secondary-button {
  font-weight: bold;
}

.single-btn {
  margin: 0 auto;
}

@media screen and (max-width:767px) {

  .process-button-wrapper {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #email-modal .modalInBox .process-button-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .single-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

}

.process-button-wrapper .other-button::after {
  content: none;
}

.process-button-wrapper .btn-prev::before,
.btn-down::after,
.btn-top::after {
  font-family: FontAwesome;
  position: absolute;
}

.process-button-wrapper .other-button.btn-prev::before {
  content: '\f104';
  left: 15px;
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
}

.process-button-wrapper .other-button.btn-top::after {
  content: '\f105';
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.process-button-wrapper .primary-button.btn-down::after {
  content: '\f107';
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
}

.process-button-wrapper .secondary-button.btn-pdf::after {
  content: '\f1c1';
}

@media screen and (min-width:768px) {

  .process-button-wrapper {
    margin-top: 60px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .process-button-wrapper .other-button {
    float: left;
  }

  .process-button-wrapper .single-btn .other-button {
    float: none;
  }

}

@media screen and (min-width:1000px) {

  .process-button-wrapper div:not(.single-btn):first-of-type {
    float: right;
  }

}

/* Form buttons */

.button2.btn-form,
.button3.btn-form {
  display: inline-block;
  padding: 12px 20px 12px 52px;
}

.button3.btn-form {
  text-align: left;
}

.button2.btn-form::after,
.button3.btn-form::after {
  content: "";
}

.button2.btn-form.checked {
  background-color: #474747;
  border-color: #474747;
  color: #fff !important;
}

.style-control-group .button2.btn-form.style-control input:checked ~ span,
.button2.btn-form.style-control:hover input ~ span,
.button2.btn-form.style-control input:focus ~ span,
.button2.btn-form span {
  background-color: transparent;
  border: transparent;
  display: inline-block;
  position: relative;
  width: 150px;
}

.button2.btn-form.style-control:hover input:not([disabled]):unchecked ~ span,
.button2.btn-form.style-control:hover input:not([disabled]):checked ~ span,
.button2.btn-form.style-control input:checked:focus ~ span {
  background-color: transparent;
}

.button2.btn-form input:checked ~ span:after {
  content: " ";
  left: 10px;
  top: 2px;
  width: 5px;
  height: 13px;
  border: solid #fed600;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  position: absolute;
}

.disabled-txt-style {
  color: #999 !important;
  cursor: default;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .button2.btn-form input:checked ~ span:after {
    left: -20px;
  }
}

.button3.btn-form.checked {
  background-color: #f7f6ef;
}

.button3.btn-form .style-control__indicator {
  left: 18px;
  top: 16px;
}


.style-control-group .select select {
  background-color: #fff;
}

@media screen and (max-width:767px) {

  .button2.btn-form input:checked ~ span:after {
    top: 0;
  }

  .button3.btn-form .style-control__indicator {
    top: 15px;
  }

  .button2.btn-form:not(:last-of-type),
  .button3.btn-form:not(:last-of-type) {
    border-bottom: transparent;
  }

  .button1.btn-form,
  .button2.btn-form,
  .button3.btn-form {
    box-shadow: 0 0 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .button2.btn-form input:checked ~ span:after {
    left: -20px;
    top: 0;
  }

}


/* Form button consent */

.consent {
  display: inline-block;
  padding: 14px 20px 14px 52px;
  background-color: #f6f6f6;
}

.consent {
  text-align: left;
}

.consent::after {
  content: "";
}

.checkbox {
  background-color: #fff;
}

.consent.btn-form.checked {
  background-color: #f7f6ef;
}

.consent.btn-form .style-control__indicator {
  left: 18px;
  top: 15px;
}

.style-control-group .select select {
  background-color: #fff;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {

  .consent {
    width: 100%;
  }

}

@media screen and (min-width:768px) {

  .consent {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .consent.btn-form .style-control__indicator {
    top: 19px;
  }

}

/* Table */

table.reserve {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  text-align: left;
  table-layout: fixed;
  margin-bottom : 20px;
}


@media screen and (min-width:999px) {

  table.reserve h4 {
    font-size: 1.8rem;
  }

}

table.reserve th {
  font-weight: bold;
  background-color: #E9F0F3;
}


/* Required */

table.reserve th.sub {
  font-weight: normal;
}

table.reserve th,
table.reserve th.sub {
  vertical-align: top;
}

table.reserve th.sub .ttl-lv4 {
  margin-bottom: 0;
  margin-top: auto;
}

table.reserve th,
table.reserve td {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

table.reserve .price {
   /* margin-top: 10px; */
  line-height: 1.8;
  margin-left: 5px;
  margin-right: 5px;
}

table.reserve .price__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

table.reserve .price__list dt,
table.reserve .price__list dd {
  display: block;
  width: 50%;
}

table.reserve .price__list dd {
  text-align: right;
}

table.reserve .price__list--border {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
}

table.reserve .price-total {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

table.reserve .price-total .price__list {
  align-items: center;
}

table.reserve .price-total dt,
table.reserve .price-total dd {
  font-weight: bold;
}

table.reserve .price-total dd {
  color: #D1232A;
  margin-top: 0;
}

table.reserve .price-total dd span {
  font-size: 2.3rem !important;
}

table.reserve .term dt {
  font-weight: bold;
}

@media screen and (min-width:768px) {

  table.reserve th,
  table.reserve td {
    padding: 15px;
  }

  table.reserve th {
    width: 274px;
  }

  table.reserve th.req::after {
    top: -0.5em;
  }

  table.reserve tr:nth-child(7) th .ttl-lv4,
  table.reserve ef .ttl-lv4,
  table.reserve th.sub .ttl-lv4 {
    margin-top: auto;
    border-left: none;
    padding-left: 0px;
    text-align: left;
  }

  table.reserve .date {
    display: flex;
  }

  table.reserve .term dt {
    font-weight: normal;
  }

  table.reserve th.sub h4,
  table.reserve td.sub h5 {
    font-weight: normal;
  }

  .tel .style-control h5,
  .tel .style-control-group h5 {
    min-width: 305px;
  }

  .tel .style-control-group input[type="text"],
  .flight .style-control-group input[type="text"] {
    width: auto;
  }

}

@media screen and (max-width:767px) {

  table.reserve th,
  table.reserve td {
    display: block;
  }

  table.reserve th {
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  table.reserve th.req::after {
    top: -0.3em;
  }

  table.reserve tr:nth-child(7) th,
  table.reserve th {
    background-color: #fff;
    border-bottom: none;
  }

  table.reserve tr:nth-child(7) th.sep {
    border-bottom: 1px solid #aaaaaa;
  }

  table.reserve th.sub {
    border-bottom: none;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  table.reserve td {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  table.reserve tr:not(:last-child) td {
    border-bottom: 0;
  }

  table.reserve td.us {
    padding-bottom: 30px !important;
    position: relative;
  }

  table.reserve td.us:after {
    content: '';
    width: calc(100% + 2px) !important;
    height: 10px;
    background-image: url(../bg_001.html);
    background-size: 100% 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    bottom: -10px;
    padding-bottom: 10px;
  }

  /* 20190208 current-selection_table-reserve iOS表示不具合修正 - Start */

  #current-selection .reserve .ttl-lv4.fee{margin-bottom : 0;}
  #current-selection .reserve td.fee-detail{padding-top : 0;}
  #current-selection .reserve th.ttl-customer{height : 49px;}
  #current-selection .reserve th.ttl-customer .ttl_cs-info{
    text-align: left;
    float: left;
    border-left: 3px solid #fed700;
    font-weight: bold;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  #current-selection .reserve tr.dr-license,
  #current-selection .reserve tr.fl-number {
    border-bottom: 1px solid #aaa;
  }
  #current-selection .reserve tr:nth-child(8) th.sub{padding-top: 0px;}
  #current-selection .reserve th.sub .ttl_cs-info_sub{
    border: none;
    padding-left: 0;
    font-size: 1.45rem;
  }
  #current-selection .reserve td.detail_cs-info{padding-top: 0;}
}

@media screen and (max-width: 378px){
  #current-selection .reserve th.ttl-customer{height : 75px;}
  #current-selection .reserve th.ttl-customer .ttl_cs-info{margin-bottom:5px}
}

/* 20190208 current-selection_table-reserve iOS表示不具合修正 - End */

@media screen and (min-width: 768px) and (max-width: 999px) {

  table.reserve th {
    /* width: 154px; */
    width: 167px;
  }

  table.reserve th.sub {
    width: 184px;
  }

  table.reserve .date {
    flex-wrap: wrap;
  }

  table#form .style-control h5,
  .style-control-group h5 {
    width: 100%;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  table.reserve th {
    width: 234px;
  }

  table.reserve th.sub {
    width: 184px;
  }

  .btn {
    padding: 15px 30px 15px 25px;
  }

}

@media screen and (min-width:1000px) {

  table.reserve th.sub .ttl-lv4 {
    font-size: 1.8rem;
  }

  table.reserve th,
  table.reserve td {
    padding: 15px;
    font-size: 1.8rem;
  }

  table.reserve .term dl {
    display: flex;
  }

  table.reserve .term dd {
    margin-left: 30px;
  }

  table.reserve .date a:last-child {
    margin-left: 30px;
  }

  table#form .style-control h5,
  .style-control-group h5 {
    display: inline-block;
  }

  .flight .style-control-group {
    display: inline-flex!important;
    vertical-align: top;
  }

  .flight .style-control-group h5 {
    min-width: 100px;
  }

}

@media screen and (max-width:767px) {
  .btn {
    padding: 12px 25px 12px 30px;
  }
}

/* Form table */

table#form .style-control {
  padding-left: 0;
}

table#form th,
table#form td {
  text-align: left;
}

@media screen and (max-width: 767px) {

  table#form,
  table#form th,
  table#form td,
  table#form .style-control {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (min-width: 768px) {

  table#form th.sub {
    padding: 20px 25px;
    text-align: left;
    vertical-align: middle;
    width: 320px;
  }

  table#form .tel input {
    width: 305px;
  }

}

/* Current selection */

#current-selection {
  text-align: right;
}

#current-selection .button3 {
  cursor: pointer;
  line-height: 41px;
  font-weight: normal;
  margin-top: 15px;
  height: 41px;
  width: 100%;
}

#current-selection .button3.btn-minus {
  border-bottom: none;
  box-shadow: 0 0 0;
}

#current-selection .button3.btn-minus:after,
#current-selection .button3.btn-plus:before,
#current-selection .button3.btn-plus:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}

#current-selection .button3.btn-minus:after,
#current-selection .button3.btn-plus:before {
  border-top: 2px solid #141414;
  top: 19px;
  right: 15px;
}

#current-selection .button3.btn-plus:after {
  border-left: 2px solid #141414;
  top: 12px;
  right: 6px;
}

@media screen and (max-width: 767px) {

  #current-selection .button3 {
    background-color: #f6f6f6;
    text-align: left !important;
    padding: 0 15px;
  }

}

@media screen and (min-width: 768px) {

  #current-selection .button3 {
    line-height: 48px;
    height: 48px;
    margin-top: 30px;
    width: 348px;
  }

  #current-selection .button3.btn-minus:after,
  #current-selection .button3.btn-plus:before,
  #current-selection .button3.btn-plus:after {
    width: 12px;
    height: 12px;
  }

  #current-selection .button3.btn-minus:after,
  #current-selection .button3.btn-plus:before {
    top: 23px;
    right: 18px;
  }

  #current-selection .button3.btn-plus:after {
    top: 18px;
    right: 11px;
  }

}

#current-selection > div {
  display: none;
}

#current-selection table.reserve {
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}

#current-selection table.reserve .detail_cs-info_colon {
  padding-right: 0.5em;
}


@media screen and (max-width: 767px) {

  #current-selection table.reserve tr:not(:nth-child(7)):not(.payment) th:not(.sub) {
    display: none;
  }

  #current-selection table.reserve tr td {
    border-bottom: none;
  }

  #current-selection table.reserve tr:nth-child(2) td,
  #current-selection table.reserve tr:nth-child(6) td,
  #current-selection table.reserve tr:nth-child(7) td,
  #current-selection table.reserve tr:nth-child(17) td {
    border-bottom: 1px solid #aaaaaa;
  }

}

@media screen and (min-width: 768px) {

  #current-selection table.reserve th {
    vertical-align: top;
  }

  #current-selection table.reserve dl {
    display: flex;
    flex-wrap: wrap;
  }

  #current-selection table.reserve ul.flex-l li:first-child,
  #current-selection table.reserve dt {
    padding-right: 28px;
  }

}

/* Error box */

.error-box {
  background-color: #f4d3d3;
  border: 3px solid #d2232a;
  padding: 20px;
  margin: 20px 0 20px;
  text-align: left;
}

h1 + .error-box {
  margin-top: 0;
}

.error-box ul {
  list-style-type: disc;
  margin-left: 30px;
}

.error-text {
  color: #d2232a;
  font-weight: bold;
}

.text-restriction {
  font-size: 1.2rem;
}

@media screen and (min-width: 1000px) {

  .text-restriction {
    font-size: 1.6rem;
  }

}

@media screen and (max-width: 999px) {

  .button3.btn-form .style-control__indicator {
    top: 13px;
  }

  .btn span {
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 767px) {

  .ft_Copyright {
    padding: 15px 0;
  }

  .ft_Copyright p {
    font-size: 1.1rem !important;
  }

}

.style-control--radio.style-control:hover input:not([disabled]):checked ~ .style-control__indicator,
.style-control--radio input:checked:focus ~ .style-control__indicator,
.style-control-group .style-control--radio input:checked ~ .style-control__indicator {
  background-color: #fff;
  border: 1px solid #aaaaaa;
}


/*----------------------------------------
   error-box
   -----------------------------------------*/
.error-input {
    background-color: #f4d3d3!important;
    text-align: left;
    border: 1.5px solid #d2232a!important;
}

/** datepicker */
.t-table-wrap tr td.t-special-day {
    background-color: #f4d3d3;
}
.t-special-day:before {
    border: none!important;
}
.t-date-title {
    display: none!important;
}
.t-input {
    display: none!important;
}