.remodal-product .lead a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #06c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: right;
    font-size: 105%;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .lead a {
      display: none;
    }
  }
  
  .remodal-product .question {
    font-weight: bold;
  }
  
  @media screen and (max-width: 767px) {
    .about-children {
      padding-bottom:0.75em;
    }
  }
  
  .remodal-product .question .ico-question {
    height: 1.2em;
    width: 1.2em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodalInner {
      background-color: transparent;
      border: none;
    }
  }
  
  .remodal-product .remodaInputBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0 0;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodaInputBox {
      background: #fff;
      border: 1px solid #d9d9d9;
      -webkit-border-radius: .3em;
      border-radius: .3em;
      margin-bottom: .75em;
      padding: .65em 0;
      width: 100%;
    }
  }
  
  .remodal-product .remodaInputBox.uniItem {
    padding: .95em 0 0;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodaInputBox.uniItem {
      padding: .65em 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodaInputBox.uniItem .fieldTitle {
      margin-bottom: 0;
      min-width: 41.8%;
      width: 41.8%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodaInputBox.uniItem .inputBox {
      padding: 0;
      margin: 0;
      width: auto;
    }
  }
  
  .remodal-product .remodaInputBox:last-of-type {
    border-bottom: none;
    padding-bottom: .85em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodaInputBox:last-of-type {
      border: 1px solid #d9d9d9;
      margin-bottom: 0;
    }
  }
  
  .remodal-product .fieldset {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 1em;
    width: 58%;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 0;
      width: 100%;
    }
  }
  
  .remodal-product .fieldset:nth-child(even) {
    width: 42%;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset:nth-child(even) {
      width: 100%;
    }
  }
  
  .remodal-product .fieldset:nth-child(even) .fieldSubTitle {
    min-width: 117px;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset:nth-child(even) .fieldSubTitle {
      min-width: 40.5%;
    }
  }
  
  .remodal-product .fieldset:nth-child(even) .fieldTitle-icon {
    min-width: 117px;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset:nth-child(even) .fieldTitle-icon {
      min-width: 41%;
    }
  }
  
  .remodal-product .fieldset:nth-child(n + 3) {
    margin-top: -5px;
  }
  
  .remodal-product .fieldset:nth-child(3n + 3) {
    padding-left: 100px;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset:nth-child(3n + 3) {
      padding-left: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset:last-of-type .inputBox {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .remodaInputBox.uniItem .inputBox.stayDate {
      padding-top: .5em;
    }
  }

  .remodal-product .fieldset .buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 1em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset .buttons {
      padding-left: 1.5em;
    }
  }
  
  .remodal-product .fieldset .buttons .btn:first-of-type {
    margin-right: .6em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset .buttons .btn:first-of-type {
      margin-right: .8em;
    }
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldset .buttons .btn {
      height: 2.2em;
      min-height: 2.2em;
      min-width: 2.2em;
      width: 2.2em;
    }
  }
  
  .remodal-product .fieldTitle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 99px;
    padding-left: .3em;
    width: 99px;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle {
      font-size: 110%;
      margin: 0 0 .4em .25em;
      min-width: 100%;
      width: 100%;
    }
  }
  
  .remodal-product .fieldTitle .ico {
    height: 1.2em;
    margin-bottom: .3em;
    width: 1.2em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle .ico {
      height: 1.1em;
      width: 1.1em;
    }
  }
  
  .remodal-product .fieldTitle .ico-hotel {
    margin-right: .2em;
  }
  
  .remodal-product .fieldTitle .ico-person,
  .remodal-product .fieldTitle .ico-child {
    margin: 0 .4em 0 .2em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle .ico-person,
    .remodal-product .fieldTitle .ico-child {
      margin-right: .5em;
    }
  }
  
  .remodal-product .fieldTitle .title {
    font-size: 115%;
    font-weight: bold;
  }
  
  .remodal-product .stayDateLabel {
    font-size: 115%;
    width: 420px;
  }
  @media screen and (max-width: 767px) {
    .remodal-product .stayDateLabel {
      width: auto;
    }
  }    
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle .title {
      font-size: 105%;
      font-weight: normal;
    }
  }
  
  .remodal-product .fieldSubTitle {
    font-size: 115%;
    min-width: 108px;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldSubTitle {
      line-height: 1.35;
      min-width: 40.5%;
    }
  }
  
  .remodal-product .fieldSubTitle span {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 75%;
  }
  
  .remodal-product .fieldTitle-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: -2px;
    min-width: 108px;
    padding: .5em 0 0;
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle-icon {
      min-width: 41%;
      padding: 0;
    }
  }
  
  .remodal-product .fieldTitle-icon span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 85%;
    margin-right: .2em;
    text-align: center;
    white-space: nowrap;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle-icon span {
      margin-right: .25em;
      position: relative;
      top: .2em;
    }
  }
  
  .remodal-product .fieldTitle-icon span + span {
    margin: 0 0 0 .2em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .fieldTitle-icon span + span {
      margin: 0 0 0 .25em;
    }
  }
  
  .remodal-product .fieldTitle-icon .ico {
    display: block;
    height: 1.8em;
    margin: 0 auto .3em;
    width: 1.8em;
  }
  
  .remodal-product .inputBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .inputBox {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      margin-bottom: .65em;
      padding: 0 0 .65em 4.5%;
    }
  }
  
  .modalselectBox select{
    color: #222;
  }
  
  .remodal-product .modalselectBox {
    width: 90px;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .modalselectBox {
      min-width: 6.7em;
      width: 6.7em;
    }
  }
  
  .remodal-product .link {
    margin-bottom: .65em;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .link {
      margin-bottom: .4em;
      text-align: right;
    }
  }
  
  .remodal-product .link a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  

  
  @media screen and (max-width: 767px) {
    .remodal-product .floatButton {
      padding: 0;
    }
  }
  
  .remodal-product .floatButton .inner {
    padding: 0 2.6% 1.2em 2.6%;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .floatButton .inner {
      padding: 1.2em 3.1% 1.6em;
    }
  }
  
  .remodal-product .floatButton .btn:first-of-type {
    margin-left: 0;
  }
  
  .remodal-product .floatButton .btn:last-of-type {
    margin-right: 0;
  }
  
  .remodal-product .floatButton .btn-tertiary {
    font-size: 100%;
    width: 40%;
  }
  
  @media screen and (max-width: 767px) {
    .remodal-product .floatButton .btn-primary {
      height: 3.09em;
    }
  }





/* レスポンシブ化したモーダルの調整*/
.calendar1.flatpickr-input.form-control ,.calendar2.flatpickr-input.form-control{
  display: none;
}
.remodal-product .flatpickr-calendar.animate{
  display: none;
}
.remodal-product .flatpickr-calendar.animate.multiMonth {
  display: block;
}
.remodal-product .hotelName.sp{
  display: none;
  font-size: 115%;
  font-weight: bold;
}
.remodal-product .hotelName.pc {
  display: block;
  font-size: 115%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .remodal-product .flatpickr-calendar.animate{
    display: block;
  }
  .remodal-product .flatpickr-calendar.animate.multiMonth {
    display: none;
  }
  .remodal-product .hotelName.sp{
    display: block;
    padding: 0.8em 1.3em 0px;
  }
  .remodal-product .hotelName.pc {
    display: none;
  }
}

/* select boxの調整*/
.remodal-product .displayStayDate {
  border: none;
  text-align: right;
  width: auto;
  padding: 0;
  font-size: 100%;
}
.remodal-product .fieldset.full {
  width: 100%;
}

.remodal-product .stayDateLabel {
  display: flex;
}

@media screen and (max-width: 767px) {
  .remodal-product .fieldTitle.stayDate {
    width: auto !important;
    min-width: 20% !important;
  }
  .remodal-product .inputBox.stayDate {
    margin-left: 43% !important;
  }
}

@media screen and (max-width: 767px) {
  .remodal-product .dayContainer {
    padding-bottom: 0.5em !important;
  }
}
/* モーダルのスクロール化*/
.remodal-product .remodalContents {
  overflow-y:scroll;
  height: 550px;
}

.remodal-product .remodalTitle {
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.5);
}

.remodal-product .floatButton .inner {
  padding-top: 15px;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

/*カレンダーのスタイル調整*/
.remodal-product .flatpickr-days .flatpickr-day {
  height: 40px;
}
.remodal-product .flatpickr-calendar.multiMonth .flatpickr-weekdaycontainer:first-of-type {
  padding-right: 1.2em;
}
.remodal-product .flatpickr-calendar.multiMonth .flatpickr-weekdaycontainer:last-of-type {
  padding-left: 1.2em;
}
.remodal-product .flatpickr-calendar.multiMonth .flatpickr-month:first-of-type {
  padding-right: 8.5em;
}
.remodal-product .flatpickr-calendar.multiMonth .flatpickr-month:last-of-type {
  padding-left: 8.5em;
}
.remodal-product .flatpickr-calendar.multiMonth .flatpickr-current-month {
  padding: 0;
}

.remodal-product .flatpickr-calendar.multiMonth .flatpickr-prev-month,
.remodal-product .flatpickr-calendar.multiMonth .flatpickr-next-month {
  width: 6em;
}

body .remodal-product .flatpickr-days {
  border: 1px solid #d0d0d0;
}
body .remodal-product .flatpickr-months {
  max-width: 740px;
}
.flatpickr-day.selected,
 .flatpickr-day.startRange,
 .flatpickr-day.endRange,
 .flatpickr-day.selected.inRange,
 .flatpickr-day.startRange.inRange,
 .flatpickr-day.endRange.inRange,
 .flatpickr-day.selected:focus,
 .flatpickr-day.startRange:focus,
 .flatpickr-day.endRange:focus,
 .flatpickr-day.selected:hover,
 .flatpickr-day.startRange:hover,
 .flatpickr-day.endRange:hover,
 .flatpickr-day.selected.prevMonthDay,
 .flatpickr-day.startRange.prevMonthDay,
 .flatpickr-day.endRange.prevMonthDay,
 .flatpickr-day.selected.nextMonthDay,
 .flatpickr-day.startRange.nextMonthDay,
 .flatpickr-day.endRange.nextMonthDay {
  background-color: transparent;
  border: none;
}

.remodal-product .remodalContents .lead {
  font-size: 85%;
}

/* 20240206 TAM Update for VTS_AEM-635 */
.remodal-product .remodalContents .lead span {
  color: #ea0000;
}

/* 20230612 update */
body .remodal-product .flatpickr-months {
  padding: .3em 0;
}
.remodal-product .remodalContents > .inner {
  padding: 14px 20px 18px;
}
@media screen and (max-width: 767px) {
  .remodal-product .remodalContents > .inner {
    padding-top: 0.3em;
  }
}
.remodal-product .remodalTitle {
  height: 40px;
}
body .remodal-product .remodalContents {
  height: 605px;
}

body .remodal-product .dayContainer {
  margin-top: 0px;
  padding: 0 1.1em 0.2em;
}

body .remodal-product .flatpickr-days .flatpickr-day {
  margin: 4px 2px 2px;
}

body .remodal-product .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font-size: 80%;
}

body .remodal-product .flatpickr-days .flatpickr-day {
  height: 30px;
}

body .remodal-product .flatpickr-days .flatpickr-day::before {
  height: 2.3em;
  width: 2.3em;
}


/* For FireFox */
@-moz-document url-prefix() {
  .remodal-product .stayDateLabel .displayStayDate {
    text-align: inherit;
    width: 180px;
  }
  .remodal-product .stayDateLabel span {
    width: 40px;
  }
  @media screen and (max-width: 767px) {
    .remodal-product .stayDateLabel .displayStayDate {
      width: 200px;
    }
  }
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .remodal-product .stayDateLabel .displayStayDate {
    text-align: inherit;
    width: 180px;
  }
  .remodal-product .stayDateLabel span {
    width: 60px;
  }
  @media screen and (max-width: 767px) {
    .remodal-product .stayDateLabel .displayStayDate {
      /* width: 250px; */
    }
  }
}