* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

.js-footer input {
  width: auto;
}
.js-footer .l-site-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  transition: transform 0.5s, opacity 0.3s;
  transform: translateY(calc(100% - 45px));
}
.js-footer .l-site-footer-fixed.appear-link_list.is-booking-open {
  transform: translateY(0);
}
.js-footer .l-site-footer-fixed.appear-link_list.is-booking-open .l-site-footer-fixed-heading::before {
  transform: translateY(-50%) rotate(0);
}
.js-footer .l-site-footer-fixed-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2C3441;
}
.js-footer .l-site-footer-fixed-heading::before {
  position: absolute;
  top: 50%;
  right: 44px;
  display: block;
  width: 11px;
  height: 3em;
  content: "";
  background: url(../images/icon_arrow_down_white.svg) center center/contain no-repeat;
  transform: translateY(-50%) rotate(-180deg);
}
.js-footer .l-site-footer-fixed-heading-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.js-footer .l-site-footer-fixed-booking {
  background-color: #2C3441;
}
.js-footer .l-site-footer-fixed-booking-contents-form {
  display: flex;
  justify-content: center;
  padding: 12px 5px;
  transition: all 0.3s;
}
.js-footer .l-site-footer-fixed-booking-contents-inner {
  display: flex;
  flex-flow: column wrap;
  gap: 8px;
}
.js-footer .l-site-footer-fixed-booking-contents-box {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}
.js-footer .l-site-footer-fixed-booking-contents-box .l-site-footer-fixed-booking-contents-list {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}
.js-footer .l-site-footer-fixed-booking-contents-item {
  position: relative;
  color: #fff;
  /* &.js-select{
        position: relative;
        display: flex;
        padding: 5px;
        cursor: pointer;
        .js-select-value,
        .js-select-label{
              display: flex;
              align-items: center;
              justify-content: center;

              .d-n.d-b-lg.ta-c{
                    text-align: center;
                    line-height: 1    ;
                    .fz-10{
                          font-size: 70%;
                    }
              } 
        }
  } */
  /* .js-select-options{
        position: absolute;
        top: 10px;
        right: 0;
        display: none;
        width: 94px;
        padding: 5px 10px;
        color: #624936;
        background-color: #fff;
        border-radius: 6px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
  } */
}
.js-footer .l-site-footer-fixed-booking-contents-item .d-n {
  display: none;
}
.js-footer .l-site-footer-fixed-booking-contents-item .ta-c {
  text-align: center;
}
.js-footer .l-site-footer-fixed-booking-contents-item .ta-c .fz-10 {
  font-size: 70%;
}
.js-footer .l-site-footer-fixed-booking-contents-flight {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.js-footer .l-site-footer-fixed-booking-contents-flight-link {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.js-footer .l-site-footer-fixed-booking-contents-flight-link:hover {
  opacity: 0.7;
}
.js-footer .l-site-footer-fixed-booking-contents-item-label {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.js-footer .l-site-footer-fixed-booking-contents-item-label.date {
  pointer-events: none;
}
.js-footer .l-site-footer-fixed-booking-contents-item-date {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 6px;
}
.js-footer .l-site-footer-fixed-booking-contents-item-date .inner {
  display: block;
  background-image: url(../images/icon_schedule_gold.svg);
  background-repeat: no-repeat;
  background-position: right 4px top 11px;
  background-size: 13px auto;
  transition: opacity 0.3s;
}
.js-footer .l-site-footer-fixed-booking-contents-item-date input {
  display: inline-block;
  width: 95px;
  padding: 0;
  padding-right: 4px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #624936;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 6px;
  outline: none;
  transform: scale(0.75);
  translate: -6px 0;
}
.js-footer .l-site-footer-fixed-booking-contents-item-date .outline {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.js-footer .l-site-footer-fixed-booking-contents-item-date:has(input:disabled) .inner {
  opacity: 0.3;
}
.js-footer .l-site-footer-fixed-booking-contents-item-checkbox {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 34px;
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 6px;
}
.js-footer .l-site-footer-fixed-booking-contents-item-checkbox input[type=checkbox] {
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #bf954c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.js-footer .l-site-footer-fixed-booking-contents-item-checkbox input[type=checkbox]:checked {
  background-image: url(../images/icon_check_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.js-footer .l-site-footer-fixed-booking-contents-item-checkbox .text {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  color: #624936;
}
.js-footer ul, .js-footer .ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select {
  display: inline-block;
  width: 100%;
  min-width: 50px;
  padding: 0 10px;
  padding-right: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 34px;
  color: #624936;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 10px auto;
  border: none;
  border-radius: 6px;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select-list {
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
  width: 94px;
  padding: 5px 10px;
  color: #624936;
  background-color: #fff;
  border-radius: 6px;
  transform: translateY(-100%);
}
.js-footer .l-site-footer-fixed-booking-contents-button {
  display: grid;
  flex: 1;
  place-items: center;
  width: 100%;
  min-width: 83px;
  height: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #cba86b;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: opacity 0.3s;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select-list-label {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select-list-label input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select-list-label input:checked + .radio-button::before {
  background: url(../images/icon_check.svg) center center/contain no-repeat;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select-list-label .radio-button {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.js-footer .l-site-footer-fixed-booking-contents-item-select-list-label .radio-button::before {
  display: block;
  flex: 0 0 auto;
  width: 11px;
  height: 1em;
  margin-right: 10px;
  content: "";
}
@media screen and (min-width: 375px) {
  .js-footer .l-site-footer-fixed-booking-contents-form {
    padding: 12px 22px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-date .inner {
    background-position: right 8px top 10px;
    background-size: 15px auto;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-date input {
    width: 106px;
    padding-right: 10px;
    background-size: 15px auto;
    translate: 0;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-select {
    min-width: 60px;
    background-size: 12px auto;
  }
}
@media screen and (min-width: 768px) {
  .js-footer .l-site-footer-fixed-booking-contents-form {
    padding: 12px 5px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .js-footer .l-site-footer-fixed-booking {
    padding: 5px 0 0;
  }
  .js-footer .l-site-footer-fixed-heading {
    display: none;
  }
  .js-footer .l-site-footer-fixed {
    transform: translateY(calc(100% - 80px));
    z-index: 998;
  }
  .js-footer .l-site-footer-fixed-booking-contents-form {
    align-items: center;
    height: 80px;
    padding: 8px 5px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-inner {
    flex-direction: row;
    gap: 6px 10px;
    align-items: center;
    justify-content: center;
  }
  .js-footer .l-site-footer-fixed-booking-contents-box {
    gap: 10px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-box .l-site-footer-fixed-booking-contents-list {
    gap: 10px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-flight {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }
  .js-footer .l-site-footer-fixed-booking-contents-flight-link {
    margin-left: 10px;
    font-size: 10px;
    text-align: left;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item {
    display: flex;
    flex: 0 0 auto;
    color: #cba86b;
    background-color: #fff;
    border-radius: 6px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item .d-b-lg {
    display: block;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    margin-bottom: 0;
    font-size: 12px;
    color: #cba86b;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-label.date {
    width: 107px;
    pointer-events: auto;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-label::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    content: "";
    background: #cba86b;
    transform: translateY(-50%);
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-label.pc-hidden {
    display: none;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-date .inner {
    background-position: right 8px top 12px;
    background-size: 18px auto;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-date input {
    width: 125px;
    padding: 0 8px;
    line-height: 40px;
    transform: scale(0.875);
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-checkbox {
    gap: 8px;
    height: 40px;
    padding-right: 24px;
    padding-left: 16px;
    /* text {
        font-size: 14px;
    } */
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .js-footer .d-n-lg {
    display: none;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-select {
    padding: 0 31px;
    padding-right: 41px;
    font-size: 14px;
    line-height: 40px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-select-list {
    top: -10px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-button {
    width: auto;
    height: 40px;
    padding: 4px 7px;
    margin-top: 0;
    line-height: 2;
  }
}
@media screen and (min-width: 1280px) {
  .js-footer .l-site-footer-fixed-booking-contents-flight {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .js-footer .l-site-footer-fixed-booking-contents-item-date .inner {
    background-position: right 18px top 12px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-date input {
    width: 143px;
    padding-right: 40px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-item-select {
    padding-right: 40px;
    background-position: right 15px center;
  }
  .js-footer .l-site-footer-fixed-booking-contents-button {
    padding: 4px 28px;
    font-size: 14px;
  }
  .js-footer .l-site-footer-fixed-booking-contents-flight-link {
    font-size: 14px;
  }
}
@media all and (max-width: 1350px) {
  .js-footer {
    font-size: 1vw;
  }
}

.ui-datepicker .ui-widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-weight: 500;
  color: #624936;
  background: #f1eae3;
  border: none;
}
.ui-datepicker .ui-widget-header a {
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ui-datepicker .ui-widget-header a .ui-icon {
  position: relative;
  top: auto;
  left: auto;
  width: 14px;
  height: 14px;
  margin: 0;
  background: #624936;
  border-radius: 50%;
}
.ui-datepicker .ui-widget-header a .ui-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0;
  content: "";
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg) translate(-60%, -15%);
}
.ui-datepicker .ui-widget-header a.ui-datepicker-next .ui-icon::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg) translate(-80%, 15%);
}
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  font-size: 18px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  font-weight: 500;
  color: #624936;
}
.ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end {
  color: #0054d9;
}
.ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:last-child {
  color: #e00000;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  text-align: center;
  background: #f1eae3;
  border: none;
  border-radius: 6px;
  padding: 0.5em;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  border: 1px solid #624936;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end .ui-state-default {
  color: #0054d9;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end:last-child .ui-state-default {
  color: #e00000;
}
/*# sourceMappingURL=booking.css.map */