body{
  padding-right: 0px !important;
}

/* new-modal */
@media screen and (min-width: 569px) {
  .new-modal-content .new-modal-inner{width: 800px;margin: auto;}
	body{overflow-y: scroll;}
	.lock { width: calc(100vw - 17px); }
}

.new-modal-content {
  position:relative;
  display:none;
  left: 0 !important;
  background : none;
  -webkit-box-shadow: none;
  text-align : left;
  
}
.new-modal-inner{background: #fff;position: relative;}
.new-modal-inner > h2.title {font-size: 2.6rem;}
.new-modal-content p {
  margin:0;
  padding:0;
}

.new-modal-padding{
  padding: 35px 40px;
}

.new-modal-overlay {
  z-index:2;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

.new-modal-wrap {
  z-index:3;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}
/*
.new-modal-open {
  color:#00f;
  text-decoration:underline;
}

.new-modal-open:hover {
  cursor:pointer;
  color:#f00;
}
*/
.new-modal-content .new-modal-header-close {
text-decoration: none;
border: 1px solid #434343;
color: #434343 !important;font-size: 32px;line-height: 1px;
position: absolute;right: 15px;top: 15px;
width: 32px;height: 32px;text-align: center;padding-top: 14px;
}

.new-modal-close:hover {
  cursor:pointer;
  color:#f00;
}

.new-modal-header{
  background-color: #47c4c9;
  color: #ffffff;
  padding: 10px 0px 10px 15px;
  font-size: 20px;
}

.new-modal-header-close{
  -webkit-appearance: none;
    background: url(../img/icon/ic_seki_status_nashi@2x.png) no-repeat 50% 50%/1.9em auto;
    border: none;
    cursor: pointer;
    height: 1.9em;
    right: 18px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.9em;
}

.new-modal-content-heading{
  color: #029e9a;
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 .6em;
}

.new-modal-contents {
  margin: 10px 0 20px;
  padding: 0 6.8% 20px;
}

.new-modal-content p{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.new-modal-content p + .new-modal-content-heading {
  margin-top: 1.1em;
}

.btn-tertiary{
  height: 50px;
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    font-weight: bold;
}

.new-modal-flort-button{
  padding: 0 5.7% 2.3em;
}


html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/* remodal style */
@media screen and (max-width: 767px) {
  .remodal-open {
    overflow: hidden;
  }
}

body .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

body .remodal-wrapper {
  padding: 10px 5px 0;
}

@media screen and (max-width: 767px) {
  body .remodal-wrapper {
    overflow: hidden;
    padding: 0;
  }
}

body .remodal-wrapper .remodal {
  visibility: inherit;
}

body .remodal {
  background-color: transparent;
  padding: 0 2.5%;
  position: relative;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  body .remodal {
    margin-bottom: 0;
  }
}

body .remodal.remodal-general {
  padding: 0;
}

@media screen and (min-width: 768px) {
  body .remodal.remodal-general {
    max-width: 440px;
  }
}

@media screen and (max-width: 767px) {
  body .remodal.remodal-general {
    padding: 0 2.8%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  body .remodal.remodal-general {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  body .remodal.remodal-photoGallery, body .remodal.remodal-hotelPhotoGallery {
    max-width: 540px;
    padding: 0;
  }
}

body .remodal.remodal-photoGallery .remodalPage, body .remodal.remodal-hotelPhotoGallery .remodalPage {
  background: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  body .remodal.remodal-photoGallery .remodalContents, body .remodal.remodal-hotelPhotoGallery .remodalContents {
    padding: .6em 4.5% .7em;
  }
}

body .remodal.remodal-photoGallery .remodalClose, body .remodal.remodal-hotelPhotoGallery .remodalClose {
  right: 12px;
  top: 80%;
}

@media screen and (max-width: 767px) {
  body .remodal.remodal-photoGallery .remodalClose, body .remodal.remodal-hotelPhotoGallery .remodalClose {
    right: 1.2em;
    top: 58%;
  }
}

body .remodal-fullPage {
  zoom: 1;
  background: #f5f5f5;
  max-width: 780px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body .remodal-fullPage:before, body .remodal-fullPage:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

body .remodal-fullPage:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  body .remodal-fullPage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  body .remodal-fullPage .remodalContents {
    height: calc(85vh - 3.5em);
    font-size: 100%;
    max-height: inherit;
  }
}

body .remodal-fullPage .remodalContents.calendarContents {
  padding: 0;
}

body .remodal-fullPage.remodal-refineSearch {
  max-width: 700px;
}

@media screen and (min-width: 768px) {
  body .remodal-fullPage.remodal-refineSearch .remodalContents {
    /* height: 350px; */
  }
}

@media screen and (min-width: 768px) {
  body .remodal-fullPage.remodal-plan, body .remodal-fullPage.remodal-desiredType {
    max-width: 440px;
  }
}

@media screen and (min-width: 768px) {
  body .remodal-fullPage.remodal-parentalConsent {
    max-width: 440px;
  }
  body .remodal-fullPage.remodal-parentalConsent .remodalPage {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 650px;
    max-width: 440px;
    min-width: inherit;
  }
  body .remodal-fullPage.remodal-parentalConsent .remodalTitle {
    width: 100%;
  }
  body .remodal-fullPage.remodal-parentalConsent .floatButton {
    margin-top: auto;
    width: 100%;
  }
}

body .remodal-calendar {
  background: #fff;
  max-width: 440px;
}

@media screen and (min-width: 768px) {
  body .remodal-calendar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body .remodal-calendar {
    max-width: inherit;
  }
}

body .remodal-calendar .remodalPage {
  background: #fff;
}

@media screen and (min-width: 768px) {
  body .remodal-calendar .remodalPage.prevPage {
    margin-left: -100%;
  }
}

body .remodal-time {
  background: #fff;
  max-width: 440px;
}

@media screen and (min-width: 768px) {
  body .remodal-time {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body .remodal-time {
    max-width: inherit;
  }
}

body .remodal-time .remodalPage {
  background: #fff;
}

body .remodal-is-opening .flatpickr-innerContainer {
  opacity: 0;
}

body .remodal-is-opened .flatpickr-innerContainer {
  opacity: 1;
}

body .remodal-is-opened .remodal-time .floatButton .btn-primary {
  pointer-events: all;
}

.remodalWrapper {
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.remodalHeader {
  padding: 1.2em 1.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .remodalHeader {
    padding: 1.2em 7.2%;
  }
}

.remodalHeader .subTitle01 {
  font-size: 120%;
  margin-bottom: 0;
}

.remodalHeader .remodalClose {
  -webkit-appearance: none;
  background: url(../img/icon/ic_seki_status_nashi@2x.png) no-repeat 50% 50%/1.9em auto;
  border: none;
  cursor: pointer;
  height: 1.9em;
  right: 18px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.9em;
}

@media screen and (max-width: 767px) {
  .remodalHeader .remodalClose {
    height: 1.35em;
    left: inherit;
    right: 5%;
    width: 1.35em;
  }
}

.remodalInner {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 1.1em;
}

@media screen and (max-width: 767px) {
  .remodalInner {
    padding: 0;
  }
}

.remodalTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #029e9a;
  border-bottom: 1px solid #028683;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 120%;
  font-weight: normal;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .7em 0;
  position: relative;
  z-index: 5000;
}

@media screen and (max-width: 767px) {
  .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);
    height: 3.6em;
    font-size: 100%;
    padding: 1em 0 1.3em;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .remodalTitle {
    height: auto;
    padding: 1em 0;
  }
}

.remodalTitle h1 {
  font-weight: normal;
  font-size: inherit !important;
}

@media screen and (max-width: 767px) {
  .remodalTitle h1 {
    font-size: 105%;
  }
}

.remodalTitle .remodalClose {
  -webkit-appearance: none;
  background: url(../img/icon/ic_cross@2x.png) no-repeat 50% 50%;
  -webkit-background-size: .7em auto;
  background-size: .7em auto;
  border: none;
  cursor: pointer;
  height: 1em;
  right: 12px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
}

@media screen and (max-width: 767px) {
  .remodalTitle .remodalClose {
    -webkit-background-size: .9em auto;
    background-size: .9em auto;
    height: 1.3em;
    right: 2%;
    width: 1.3em;
  }
}

.remodalTitle .remodalBack {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 85%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .remodalTitle .remodalBack {
    font-size: inherit !important;
    left: 3.8%;
    top: 50%;
  }
}

.remodalTitle .remodalBack .ico-back-wh {
  margin-right: .5em;
  min-width: .6em;
  width: .6em;
}

@media screen and (max-width: 767px) {
  .remodalTitle .remodalBack .ico-back-wh {
    height: 1.5em;
    margin-right: .85em;
    min-width: .67em;
    width: .67em;
  }
}

.remodalPage {
  background: #f5f5f5;
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  .remodalPage {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  .remodalPage.prevPage {
    margin-left: -100% !important;
    pointer-events: none;
  }
}

.remodalPage.prevPage .floatButton {
  display: none;
}

.remodalLink {
  margin-bottom: 1.4em;
}

.remodalLink 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;
  font-size: 105%;
  font-weight: bold;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.remodalLink a.back:before {
  background: #222;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: .6em;
  width: 1em;
}

.remodalLink + .remodalPageWrapper .remodalHeading:first-of-type {
  margin-bottom: .6em;
}

.remodalContents {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .remodalContents {
    font-size: 104%;
    line-height: 1.46;
    max-height: calc(85vh - 3.5em);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.remodalContents > .inner {
  max-width: inherit;
  padding: 18px 20px 18px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodalContents > .inner {
    margin-bottom: 8.5em;
    padding: 18px 1.3em 18px;
  }
}

.remodalContents p + .remodalHeading02 {
  margin-top: 1.1em;
}

.remodalContents .lead {
  margin-bottom: 1.2em;
  padding: .6em .5em .1em 0;
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .remodalContents .lead {
    font-size: 104%;
    margin-bottom: .3em;
    padding-top: 0;
  }
}

.remodalContents .notes {
  color: #666;
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .remodalContents .notes {
    font-size: 105%;
  }
}

.remodalContents .btn-close {
  margin: 1.4em auto 0;
}

@media screen and (max-width: 767px) {
  .remodalContents .btn-close {
    margin: 1.4em 0;
    width: 100%;
  }
}

.remodalContents.calendarContents {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .remodalContents.setTimeContents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 48px);
  }
}

@media screen and (min-width: 768px) {
  .remodalContents.setTimeContents .floatButton {
    margin-top: auto;
  }
}

.remodalHeading {
  color: #626262;
  font-size: 115%;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .remodalHeading {
    font-size: 115%;
    margin-bottom: .5em;
  }
  .remodalHeading:first-of-type {
    padding-top: .3em;
  }
}

.remodalHeading02 {
  color: #029e9a;
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 .6em;
  line-height:1.1;
}

@media screen and (max-width: 767px) {
  .remodalHeading02 {
    margin-bottom: .3em;
  }
}

.remodalList {
  background: #fff;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 90%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .remodalList {
    font-size: 100%;
    margin-bottom: 2em;
  }
}

.remodalList li {
  border-bottom: 1px solid #d9d9d9;
}

@media all and (-ms-high-contrast: none) {
  .remodalList li {
    position: relative;
  }
}

.remodalList li:last-of-type {
  border-bottom: none;
}

.remodalList li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #06c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 42px;
  padding: .5em .3em .5em .9em;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .remodalList li a {
    min-height: 3.01em;
    padding: .5em 1.1em;
  }
}

.remodalList li a.hasChild {
  padding-right: 1.6em;
}

@media all and (-ms-high-contrast: none) {
  .remodalList li a.hasChild {
    position: static;
  }
}

.remodalList li a.hasChild::after {
  background: url(../img/icon/ic_arrow_next-bk@2x.png) no-repeat 50% 50%/100% auto;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .45em;
}

@media screen and (max-width: 767px) {
  .remodalList li a.hasChild::after {
    right: 1.1em;
  }
}

.remodalList.moreOpen {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .remodalList.moreOpen {
    overflow: hidden;
  }
}

.remodalList.moreOpen .listMore {
  display: none;
}

.remodalList .setValue {
  background-color: transparent;
  border: none;
  color: #a6a6a6;
  font-weight: normal;
  text-align: right;
  pointer-events: none;
  position: absolute;
  right: 2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

.remodalList .radioBox {
  padding: .5em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodalList .radioBox {
    padding: .78em 1.25em;
  }
}

.listScroll {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -25px;
  display: none;
  left: 5px;
  position: absolute;
  width: 240px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .listScroll.show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .listScroll.show + .remodalList {
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .listScroll.show {
    display: none !important;
  }
}

.listScroll.bottom span {
  pointer-events: none;
}

.listScroll.bottom span::after {
  opacity: .4;
}

.listScroll span {
  display: block;
  cursor: pointer;
  height: 44px;
  position: relative;
  text-indent: -9999px;
}

@media screen and (min-width: 768px) {
  .listScroll span:hover {
    opacity: .7;
  }
}

.listScroll span::after {
  background: url(../img/icon/ic_arrow_down-bl@2x.png) no-repeat 50% 50%/100% auto;
  content: "";
  height: 1em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: .85em;
}

.remodalList02 dt {
  color: #626262;
  float: left;
  font-weight: bold;
  padding-top: 1.2em;
}

.remodalList02 dd {
  margin-bottom: 1.25em;
  padding-left: 7.88em;
}

.remodalPageWrapper {
  display: none;
  height: 100%;
}

.remodalPageWrapper.pageActive {
  display: block;
}

.floatButton {
  padding: 0;
}

@media (orientation: landscape) and (max-width: 767px) {
  .floatButton {
    font-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  .floatButton {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5000;
  }
}

.floatButton .inner {
  -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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: inherit;
  padding: 0 2.6% 1.2em 2.6%;
}

@media screen and (max-width: 767px) {
  .floatButton .inner {
    background: #fff;
    bottom: 0;
    -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);
    left: 0;
    padding: 1.2em 3.1% 1.6em;
    width: 100%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .floatButton .inner {
    padding: .8em 3.1% 1.2em;
  }
}

.floatButton .btn {
  font-size: 100%;
  height: 50px;
  margin: 0 6px;
}

@media screen and (max-width: 767px) {
  .floatButton .btn {
    font-size: 100%;
    height: 3.4em;
    margin: 0 .35em;
  }
}

.floatButton .btn-tertiary {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .floatButton .btn-tertiary {
    width: 38%;
  }
}

.floatButton .btn-primary {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .floatButton .btn-primary {
    font-size: 110%;
    height: 3.1em;
    width: 57%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .remodal-general .remodalWrapper {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.remodal-general .remodalHeader {
  padding: 2em 6.5% .5em;
}

@media screen and (max-width: 767px) {
  .remodal-general .remodalHeader {
    padding: 1.2em 7% .5em;
  }
}

.remodal-general .remodalHeader .subTitle01 {
  font-size: 115%;
  padding-bottom: .35em;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .remodal-general .remodalHeader .subTitle01 {
    font-size: 120%;
  }
}

.remodal-general .remodalContents {
  margin: 10px 0 20px;
  max-height: 385px;
  overflow: auto;
  padding: 0 6.8% 20px;
}

@media screen and (max-width: 767px) {
  .remodal-general .remodalContents {
    margin: 1.3em 0 5.5em;
    max-height: 66vh;
    padding: 0 6.7% 1.3em 6.7%;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .remodal-general .remodalContents {
    margin: .3em 0 5em 0;
    max-height: inherit;
  }
}

.remodal-general .floatButton {
  padding: 0 5.7% 2.3em;
}

@media screen and (max-width: 767px) {
  .remodal-general .floatButton {
    padding: 0 9.3% 1.5em;
  }
}

.remodal-general .button {
  padding-top: 2em;
}

.remodal-general .btn-tertiary {
  height: 60px;
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodal-general .btn-tertiary {
    height: 3.4em;
    font-size: 100%;
  }
}

.remodal-area,
.remodal-station {
  height: 520px;
  max-width: 780px;
}

@media screen and (max-width: 767px) {
  .remodal-area,
  .remodal-station {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalPageWrapper,
  .remodal-station .remodalPageWrapper {
    height: auto;
  }
}

.remodal-area .remodalPage,
.remodal-station .remodalPage {
  float: left;
  min-width: 30%;
  padding-top: 59px;
  width: 250px;
}

@media screen and (max-width: 781px) {
  .remodal-area .remodalPage,
  .remodal-station .remodalPage {
    width: 32.5%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalPage,
  .remodal-station .remodalPage {
    float: none;
    min-width: 100%;
    padding: 0;
    width: auto;
    z-index: 6000;
  }
  .remodal-area .remodalPage + .remodalPage,
  .remodal-station .remodalPage + .remodalPage {
    z-index: 5000;
  }
  .remodal-area .remodalPage.prevPage + .remodalPage,
  .remodal-station .remodalPage.prevPage + .remodalPage {
    z-index: 6000;
  }
}

@media screen and (min-width: 768px) {
  .remodal-area .remodalPage:first-of-type,
  .remodal-station .remodalPage:first-of-type {
    margin-left: 15px;
  }
}

@media screen and (max-width: 781px) {
  .remodal-area .remodalPage:first-of-type,
  .remodal-station .remodalPage:first-of-type {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalPage:first-of-type,
  .remodal-station .remodalPage:first-of-type {
    margin-left: 0;
  }
}

.remodal-area .remodalPage .remodalContents,
.remodal-station .remodalPage .remodalContents {
  padding: 17px 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalPage .remodalContents,
  .remodal-station .remodalPage .remodalContents {
    padding: 1.4em 4.3%;
  }
}

.remodal-area .remodalPage .remodalLink,
.remodal-station .remodalPage .remodalLink {
  display: none;
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalPage .remodalLink,
  .remodal-station .remodalPage .remodalLink {
    display: block;
  }
}

.remodal-area .remodalPage .remodalTitle,
.remodal-station .remodalPage .remodalTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalPage .remodalTitle,
  .remodal-station .remodalPage .remodalTitle {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .remodal-area .remodalPage:nth-child(n + 2) .remodalTitle,
  .remodal-station .remodalPage:nth-child(n + 2) .remodalTitle {
    display: none;
  }
}

.remodal-area .remodalHeading,
.remodal-station .remodalHeading {
  color: #222;
}

.remodal-area .remodalList,
.remodal-station .remodalList {
  max-height: 345px;
  overflow: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalList,
  .remodal-station .remodalList {
    max-height: inherit;
    overflow: inherit;
  }
}

.remodal-area .remodalList.moreOpen,
.remodal-station .remodalList.moreOpen {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalList.moreOpen,
  .remodal-station .remodalList.moreOpen {
    overflow: hidden;
  }
}

.remodal-area .remodalList li,
.remodal-station .remodalList li {
  display: table;
  width: 100%;
}

.remodal-area .remodalList li a,
.remodal-station .remodalList li a {
  display: table-cell;
  font-size: 115%;
  height: 42px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .remodal-area .remodalList li a,
  .remodal-station .remodalList li a {
    overflow: hidden;
    padding: .2em .25em .2em 1em;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  .remodal-area .remodalList li a,
  .remodal-station .remodalList li a {
    font-size: 104%;
    height: 3.01em;
  }
}

.remodal-area .remodalList li .hasChild,
.remodal-station .remodalList li .hasChild {
  padding-right: 1.6em;
}

.remodal-people .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-people .lead a {
    display: none;
  }
}

.remodal-people .question {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about-children {
    padding-bottom:0.75em;
  }
}

.remodal-people .question .ico-question {
  height: 1.2em;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  .remodal-people .remodalInner {
    background-color: transparent;
    border: none;
  }
}

.remodal-people .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-people .remodaInputBox {
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    margin-bottom: .75em;
    padding: .65em 0;
    width: 100%;
  }
}

.remodal-people .remodaInputBox:first-of-type {
  padding: .95em 0 0;
}

@media screen and (max-width: 767px) {
  .remodal-people .remodaInputBox:first-of-type {
    padding: .65em 0;
  }
}

@media screen and (max-width: 767px) {
  .remodal-people .remodaInputBox:first-of-type .fieldTitle {
    margin-bottom: 0;
    min-width: 41.8%;
    width: 41.8%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-people .remodaInputBox:first-of-type .inputBox {
    padding: 0;
    margin: 0;
    width: auto;
  }
}

.remodal-people .remodaInputBox:last-of-type {
  border-bottom: none;
  padding-bottom: .85em;
}

@media screen and (max-width: 767px) {
  .remodal-people .remodaInputBox:last-of-type {
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
}

.remodal-people .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-people .fieldset {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    width: 100%;
  }
}

.remodal-people .fieldset:nth-child(even) {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset:nth-child(even) {
    width: 100%;
  }
}

.remodal-people .fieldset:nth-child(even) .fieldSubTitle {
  min-width: 117px;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset:nth-child(even) .fieldSubTitle {
    min-width: 40.5%;
  }
}

.remodal-people .fieldset:nth-child(even) .fieldTitle-icon {
  min-width: 117px;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset:nth-child(even) .fieldTitle-icon {
    min-width: 41%;
  }
}

.remodal-people .fieldset:nth-child(n + 3) {
  margin-top: -5px;
}

.remodal-people .fieldset:nth-child(3n + 3) {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset:nth-child(3n + 3) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset:last-of-type .inputBox {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.remodal-people .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-people .fieldset .buttons {
    padding-left: 1.5em;
  }
}

.remodal-people .fieldset .buttons .btn:first-of-type {
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset .buttons .btn:first-of-type {
    margin-right: .8em;
  }
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldset .buttons .btn {
    height: 2.2em;
    min-height: 2.2em;
    min-width: 2.2em;
    width: 2.2em;
  }
}

.remodal-people .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-people .fieldTitle {
    font-size: 110%;
    margin: 0 0 .4em .25em;
    min-width: 100%;
    width: 100%;
  }
}

.remodal-people .fieldTitle .ico {
  height: 1.2em;
  margin-bottom: .3em;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldTitle .ico {
    height: 1.1em;
    width: 1.1em;
  }
}

.remodal-people .fieldTitle .ico-hotel {
  margin-right: .2em;
}

.remodal-people .fieldTitle .ico-person,
.remodal-people .fieldTitle .ico-child {
  margin: 0 .4em 0 .2em;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldTitle .ico-person,
  .remodal-people .fieldTitle .ico-child {
    margin-right: .5em;
  }
}

.remodal-people .fieldTitle .title {
  font-size: 115%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldTitle .title {
    font-size: 105%;
    font-weight: normal;
  }
}

.remodal-people .fieldSubTitle {
  font-size: 115%;
  min-width: 108px;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldSubTitle {
    line-height: 1.35;
    min-width: 40.5%;
  }
}

.remodal-people .fieldSubTitle span {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 75%;
}

.remodal-people .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-people .fieldTitle-icon {
    min-width: 41%;
    padding: 0;
  }
}

.remodal-people .fieldTitle-icon span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 85%;
  margin-right: .2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldTitle-icon span {
    margin-right: .25em;
    position: relative;
    top: .2em;
  }
}

.remodal-people .fieldTitle-icon span + span {
  margin: 0 0 0 .2em;
}

@media screen and (max-width: 767px) {
  .remodal-people .fieldTitle-icon span + span {
    margin: 0 0 0 .25em;
  }
}

.remodal-people .fieldTitle-icon .ico {
  display: block;
  height: 1.8em;
  margin: 0 auto .3em;
  width: 1.8em;
}

.remodal-people .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-people .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-people .modalselectBox {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .remodal-people .modalselectBox {
    min-width: 6.7em;
    width: 6.7em;
  }
}

.remodal-people .link {
  margin-bottom: .65em;
}

@media screen and (max-width: 767px) {
  .remodal-people .link {
    margin-bottom: .4em;
    text-align: right;
  }
}

.remodal-people .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;
}

.remodal-people .floatButton {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .remodal-people .floatButton {
    padding: 0;
  }
}

.remodal-people .floatButton .inner {
  padding: 0 2.6% 1.2em 2.6%;
}

@media screen and (max-width: 767px) {
  .remodal-people .floatButton .inner {
    padding: 1.2em 3.1% 1.6em;
  }
}

.remodal-people .floatButton .btn:first-of-type {
  margin-left: 0;
}

.remodal-people .floatButton .btn:last-of-type {
  margin-right: 0;
}

.remodal-people .floatButton .btn-tertiary {
  font-size: 100%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .remodal-people .floatButton .btn-primary {
    height: 3.09em;
  }
}

.remodal-peopleDaytrip .lead {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .lead {
    margin-bottom: .4em;
  }
}

.remodal-peopleDaytrip .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-peopleDaytrip .lead a {
    display: none;
  }
}

.remodal-peopleDaytrip .question {
  font-weight: bold;
}

.remodal-peopleDaytrip .question .ico-question {
  height: 1.2em;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .remodalInner {
    background-color: transparent;
    border: none;
  }
}

.remodal-peopleDaytrip .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: 1.1em 0 0;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .remodaInputBox {
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    margin-bottom: .75em;
    padding: .7em 0;
  }
}

.remodal-peopleDaytrip .remodaInputBox:first-of-type {
  padding: .95em 0 0;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .remodaInputBox:first-of-type {
    padding: .75em 0;
  }
}

.remodal-peopleDaytrip .remodaInputBox:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .remodaInputBox:last-of-type {
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
}

.remodal-peopleDaytrip .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-peopleDaytrip .fieldset {
    padding-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldset:last-of-type .inputBox {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.remodal-peopleDaytrip .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: 1.6em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldset .buttons {
    padding-left: .8em;
  }
}

.remodal-peopleDaytrip .fieldset .buttons .btn:first-of-type {
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldset .buttons .btn:first-of-type {
    margin-right: .8em;
  }
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldset .buttons .btn {
    height: 2.2em;
    min-height: 2.2em;
    min-width: 2.2em;
    width: 2.2em;
  }
}

.remodal-peopleDaytrip .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: 97px;
  padding-left: .2em;
  width: 97px;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldTitle {
    font-size: 110%;
    margin: 0 0 0 .38em;
    min-width: 40.9%;
    width: 40.9%;
  }
}

.remodal-peopleDaytrip .fieldTitle .ico {
  height: 1.2em;
  margin-bottom: .3em;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldTitle .ico {
    height: 1.1em;
    width: 1.1em;
  }
}

.remodal-peopleDaytrip .fieldTitle .ico-hotel {
  margin-right: .2em;
}

.remodal-peopleDaytrip .fieldTitle .ico-person,
.remodal-peopleDaytrip .fieldTitle .ico-child {
  margin: 0 .4em 0 .2em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldTitle .ico-person,
  .remodal-peopleDaytrip .fieldTitle .ico-child {
    margin-right: .5em;
  }
}

.remodal-peopleDaytrip .fieldTitle .title {
  font-size: 115%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldTitle .title {
    font-size: 105%;
    font-weight: normal;
  }
}

.remodal-peopleDaytrip .fieldSubTitle {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 85%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldSubTitle {
    font-size: 75%;
  }
}

.remodal-peopleDaytrip .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-peopleDaytrip .fieldTitle-icon {
    min-width: 41%;
    padding: 0;
  }
}

.remodal-peopleDaytrip .fieldTitle-icon span {
  font-size: 85%;
  margin-right: .2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldTitle-icon span {
    margin-right: .25em;
    position: relative;
    top: .2em;
  }
}

.remodal-peopleDaytrip .fieldTitle-icon span + span {
  margin: 0 0 0 .2em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .fieldTitle-icon span + span {
    margin: 0 0 0 .25em;
  }
}

.remodal-peopleDaytrip .fieldTitle-icon .ico {
  display: block;
  height: 1.8em;
  margin: 0 auto .3em;
  width: 1.8em;
}

.remodal-peopleDaytrip .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-peopleDaytrip .inputBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: .65em;
    padding: 0 0 .65em 0;
  }
}

.remodal-peopleDaytrip .modalselectBox {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .modalselectBox {
    min-width: 6.95em;
    width: 6.95em;
  }
}

.remodal-peopleDaytrip .link {
  margin-bottom: .65em;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .link {
    margin-bottom: .4em;
    text-align: right;
  }
}

.remodal-peopleDaytrip .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;
}

.remodal-peopleDaytrip .floatButton {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .floatButton {
    padding: 0;
  }
}

.remodal-peopleDaytrip .floatButton .inner {
  padding: 0 2.6% 1.2em 2.6%;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .floatButton .inner {
    padding: 1.2em 3.1% 1.6em;
  }
}

.remodal-peopleDaytrip .floatButton .btn:first-of-type {
  margin-left: 0;
}

.remodal-peopleDaytrip .floatButton .btn:last-of-type {
  margin-right: 0;
}

.remodal-peopleDaytrip .floatButton .btn-tertiary {
  font-size: 100%;
  width: 40%;
}

.remodal-peopleDaytrip .floatButton .btn-primary {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .floatButton .btn-primary {
    height: 3.09em;
  }
}

.remodal-rooms .remodalWrapper {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.remodal-rooms .question {
  font-weight: bold;
}

.remodal-rooms .question .ico-question {
  height: 1.2em;
  width: 1.2em;
}

.remodal-rooms .remodalInner {
  margin-top: 1.3em;
  padding: 0 1.4em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodalInner {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}

.remodal-rooms .remodalInner-room {
  margin: 0 0 1.3em;
}

.remodal-rooms .remodalInner-room .fieldset {
  padding-bottom: 0;
}

.remodal-rooms .remodalInner-room .fieldset .ico-bed {
  height: 1.4em;
  margin: 0 .45em 0 0;
  min-width: 1.35em;
  width: 1.35em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodalInner-room .fieldset .ico-bed {
    margin: 0 .45em 0 .2em;
  }
}

.remodal-rooms .remodalInner-room .remodaInputBox:last-of-type {
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodalInner-room .remodaInputBox:last-of-type {
    padding: .65em 0;
  }
}

.remodal-rooms .setPerson.hide {
  display: none;
}

.remodal-rooms .setPerson + .setPerson {
  margin-top: 1.1em;
}

.remodal-rooms .subTitle02 {
  font-weight: bold;
  margin-bottom: .5em;
}

.remodal-rooms .subTitle02 + p {
  display: none;
}

.remodal-rooms [data-room="Room1"] .subTitle02 + p {
  display: block;
}

.remodal-rooms .link {
  -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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 1em 0 .6em;
  padding-right: .65em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .link.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .link.sp {
    display: none;
  }
}

.remodal-rooms .remodaInputBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 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-rooms .remodaInputBox {
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    margin-bottom: .75em;
    padding: .65em 0;
  }
}

.remodal-rooms .remodaInputBox:first-of-type {
  padding: .95em 0 0;
}

@media screen and (min-width: 768px) {
  .remodal-rooms .remodaInputBox:first-of-type {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodaInputBox:first-of-type {
    padding: .65em 0;
  }
}

.remodal-rooms .remodaInputBox:first-of-type .fieldTitle {
  min-width: 201px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodaInputBox:first-of-type .fieldTitle {
    margin-bottom: 0;
    min-width: 42.7%;
    width: 42.7%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodaInputBox:first-of-type .inputBox {
    padding: 0;
    margin: 0;
    width: auto;
  }
}

.remodal-rooms .remodaInputBox:last-of-type {
  padding-bottom: .85em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .remodaInputBox:last-of-type {
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
}

.remodal-rooms .remodaInputBox.hide {
  display: none;
}

.remodal-rooms .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-rooms .fieldset {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    width: 100%;
  }
}

.remodal-rooms .fieldset:nth-child(even) {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset:nth-child(even) {
    width: 100%;
  }
}

.remodal-rooms .fieldset:nth-child(even) .fieldSubTitle {
  min-width: 117px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset:nth-child(even) .fieldSubTitle {
    min-width: 41%;
  }
}

.remodal-rooms .fieldset:nth-child(even) .fieldTitle-icon {
  min-width: 117px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset:nth-child(even) .fieldTitle-icon {
    min-width: 41%;
  }
}

.remodal-rooms .fieldset:nth-child(n + 3) {
  margin-top: -5px;
}

.remodal-rooms .fieldset:nth-child(3n + 3) {
  padding-left: 93px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset:nth-child(3n + 3) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset:last-of-type .inputBox {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.remodal-rooms .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-rooms .fieldset .buttons {
    padding-left: .7em;
  }
}

.remodal-rooms .fieldset .buttons .btn:first-of-type {
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset .buttons .btn:first-of-type {
    margin-right: .8em;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset .buttons .btn {
    height: 2.2em;
    min-height: 2.2em;
    min-width: 2.2em;
    width: 2.2em;
  }
}

.remodal-rooms .fieldset-children {
  width: 100%;
}

.remodal-rooms .fieldset-children .inputBox:last-of-type {
  padding-left: 1.8%;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset-children .inputBox:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: .65em;
    padding-left: 4.5%;
    padding-top: .65em;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-children .inputBox:last-of-type .fieldSubTitle {
    min-width: 118px;
  }
}

.remodal-rooms .fieldset-children .hide + .inputBox {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-children .hide + .inputBox .fieldSubTitle {
    min-width: 109px;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset-children .hide + .inputBox {
    padding-left: 4.5%;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-Infants {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .35em;
    padding-left: 92px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-Infants .fieldTitle {
    position: absolute;
    left: 0;
    top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset-Infants .fieldTitle {
    background: #fff;
    margin: 0 0 -1em;
    padding: 0 0 .3em .5em;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-Infants .fieldTitle-icon {
    min-width: 109px;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-Infants .inputBox {
    margin-bottom: .65em;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldset-Infants .inputBox {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: .65em;
    padding-top: .65em;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-Infants .inputBox.column-2, .remodal-rooms .fieldset-Infants .inputBox.column-4 {
    margin-left: auto;
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .remodal-rooms .fieldset-Infants .inputBox.column-2 .fieldTitle-icon, .remodal-rooms .fieldset-Infants .inputBox.column-4 .fieldTitle-icon {
    min-width: 115px;
  }
}

.remodal-rooms .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: 93px;
  width: 93px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldTitle {
    font-size: 110%;
    margin: 0 0 .4em .25em;
    min-width: 100%;
    padding: 0 0 0 .25em;
    width: 100%;
  }
}

.remodal-rooms .fieldTitle .ico {
  height: 1.2em;
  margin-bottom: .3em;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldTitle .ico {
    height: 1.1em;
    width: 1.1em;
  }
}

.remodal-rooms .fieldTitle .ico-hotel {
  margin-right: .2em;
}

.remodal-rooms .fieldTitle .ico-person,
.remodal-rooms .fieldTitle .ico-child {
  margin: 0 .4em 0 .2em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldTitle .ico-person,
  .remodal-rooms .fieldTitle .ico-child {
    margin-right: .5em;
  }
}

.remodal-rooms .fieldTitle .title {
  font-size: 115%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldTitle .title {
    font-size: 105%;
    font-weight: normal;
  }
}

.remodal-rooms .fieldSubTitle {
  font-size: 115%;
  min-width: 108px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldSubTitle {
    line-height: 1.35;
    min-width: 41%;
  }
}

.remodal-rooms .fieldSubTitle span {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 75%;
}

.remodal-rooms .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-rooms .fieldTitle-icon {
    min-width: 41%;
    padding: 0;
  }
}

.remodal-rooms .fieldTitle-icon span {
  font-size: 85%;
  margin-right: .2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldTitle-icon span {
    margin-right: .25em;
    position: relative;
    top: .2em;
  }
}

.remodal-rooms .fieldTitle-icon span + span {
  margin: 0 0 0 .2em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .fieldTitle-icon span + span {
    margin: 0 0 0 .25em;
  }
}

.remodal-rooms .fieldTitle-icon .ico {
  display: block;
  height: 1.8em;
  margin: 0 auto .3em;
  width: 1.8em;
}

.remodal-rooms .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-rooms .inputBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: .65em;
    padding: 0 0 .65em 4.5%;
  }
}

.remodal-rooms .inputBox.hide {
  display: none;
}

.remodal-rooms .modalselectBox {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .modalselectBox {
    min-width: 6.7em;
    width: 6.7em;
  }
}

.remodal-rooms .link {
  margin-bottom: .65em;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .link {
    margin-bottom: .4em;
    text-align: right;
  }
}

.remodal-rooms .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;
}

.remodal-rooms .floatButton {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .floatButton {
    padding: 0;
  }
}

.remodal-rooms .floatButton .btn:first-of-type {
  margin-left: 0;
}

.remodal-rooms .floatButton .btn:last-of-type {
  margin-right: 0;
}

.remodal-rooms .floatButton .btn-tertiary {
  font-size: 100%;
  width: 40%;
}

.remodal-rooms .floatButton .btn-primary {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .floatButton .btn-primary {
    height: 3.09em;
  }
}

.remodal-calendarStay .stayDate,
.remodal-calendarTDR .stayDate {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 410px;
  padding: 0 0 .2em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate,
  .remodal-calendarTDR .stayDate {
    max-width: inherit;
  }
}

.remodal-calendarStay .stayDate .subTitle02,
.remodal-calendarTDR .stayDate .subTitle02 {
  font-weight: bold;
  margin-bottom: .45em;
}

.remodal-calendarStay .stayDate input,
.remodal-calendarTDR .stayDate input {
  border: none;
  text-align: right;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate input,
  .remodal-calendarTDR .stayDate input {
    font-size: 115%;
    font-weight: normal;
    text-align: right;
  }
}

.remodal-calendarStay .stayDate .stay,
.remodal-calendarTDR .stayDate .stay {
  -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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .8em;
  padding-top: .5em;
  width: 52%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay,
  .remodal-calendarTDR .stayDate .stay {
    margin-bottom: 1.2em;
    width: 100%;
  }
}

.remodal-calendarStay .stayDate .stay .modalselectBox,
.remodal-calendarTDR .stayDate .stay .modalselectBox {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .modalselectBox,
  .remodal-calendarTDR .stayDate .stay .modalselectBox {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .modalselectBox select,
  .remodal-calendarTDR .stayDate .stay .modalselectBox select {
    font-size: 1.25em;
    height: 2.6em;
  }
}

.remodal-calendarStay .stayDate .stay .buttons,
.remodal-calendarTDR .stayDate .stay .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;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .buttons,
  .remodal-calendarTDR .stayDate .stay .buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: .6em;
  }
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .btn:first-of-type,
  .remodal-calendarTDR .stayDate .stay .btn:first-of-type {
    margin-right: 1.25em;
  }
}

.remodal-calendarStay .stayDate .stay .btn-plus,
.remodal-calendarStay .stayDate .stay .btn-minus,
.remodal-calendarTDR .stayDate .stay .btn-plus,
.remodal-calendarTDR .stayDate .stay .btn-minus {
  height: 30px;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .btn-plus,
  .remodal-calendarStay .stayDate .stay .btn-minus,
  .remodal-calendarTDR .stayDate .stay .btn-plus,
  .remodal-calendarTDR .stayDate .stay .btn-minus {
    height: 2.3em;
    width: 2.3em;
  }
}

.remodal-calendarStay .stayDate .button,
.remodal-calendarTDR .stayDate .button {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .button,
  .remodal-calendarTDR .stayDate .button {
    width: 100%;
  }
}

.remodal-calendarStay .stayDate .button .btn,
.remodal-calendarTDR .stayDate .button .btn {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .remodal-refineSearch .pageActive {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .remodal-refineSearch .remodalContents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.remodal-refineSearch .remodalHeading {
  margin-top: 1.2em;
}

.remodal-refineSearch .remodalHeading:first-of-type {
  margin-top: 0;
}

.remodal-refineSearch .textInput {
  font-size: 115%;
  width: 48.6%;
  padding: .7em;
}

@media screen and (max-width: 767px) {
  .remodal-refineSearch .textInput {
    font-size: 1.2em;
    padding: .45em .7em;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-refineSearch .selectList01 {
    display: none;
  }
}

.remodal-refineSearch .selectList01 a {
  color: #666;
}

.remodal-refineSearch .selectList01 + .floatButton .btn-primary {
  width: 100%;
}

.remodal-refineSearch .selectList01 li {
  margin-bottom: .65em;
  width: 50%;
  float: left;
  padding: 0 0.5em;
}

.remodal-refineSearch .selectList01 li label {
  -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;
  width: 100%;
}

.remodal-refineSearch .selectList01 li .modalselectBox {
  width: 100%;
}

.remodal-refineSearch .selectList01 .title {
  min-width: 25%;
}

@media screen and (max-width: 767px) {
  .remodal-refineSearch .remodalList {
    font-size: 103%;
  }
}

.remodal-refineSearch .remodalList a {
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .remodal-refineSearch .remodalList a {
    line-height: 2;
  }
}

.remodal-refineSearch .remodalList02 {
  margin: 1em 0 3.2em;
}

.remodal-refineSearch .remodalList02 dd {
  padding-left: 6.3em;
}

.remodal-refineSearch .remodalList02 .modalselectBox {
  width: 53%;
}

@media screen and (min-width: 768px) {
  .remodal-refineSearch .floatButton {
    margin-top: auto;
    padding: 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .remodal-refineSearch .floatButton .inner {
    padding: 0 2.5% .9em 2.5%;
  }
}

.remodal-refineSearch .floatButton .btn:first-of-type {
  margin-left: 0;
}

.remodal-refineSearch .floatButton .btn:last-of-type {
  margin-right: 0;
}

.remodal-refineSearch .floatButton .btn-tertiary {
  font-size: 100%;
  width: 60%;
}

.remodal-refineSearch .floatButton .btn-primary {
  width: 61%;
}

@media screen and (max-width: 767px) {
  .remodal-refineSearch .floatButton .btn-primary {
    width: 100%;
  }
}

.remodal-calendar .daytrip {
  display: none;
}

.remodal-calendar.modal-daytripDate .daytrip, .remodal-calendar.modal-daytripStartDate .daytrip {
  display: block;
}

.remodal-calendar.modal-daytripDate .daytripDate {
  display: block;
}

.remodal-calendar.modal-daytripDate .daytripDate + button {
  display: none;
}

@media screen and (min-width: 768px) {
  .remodal-calendar .remodalPage {
    min-height: 550px;
  }
}

@media screen and (min-width: 768px) {
  .remodal-calendar .setTimeContents {
    min-height: 590px;
  }
}

.remodal-calendar .setTimeContents .lead {
  margin-bottom: 1.4em;
  padding: .1em .5em .1em .4em;
}

.remodal-calendar .setTimeContents + .floatButton {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.remodal-calendar .setTimeContents + .floatButton .inner {
  margin-bottom: 26px;
  padding: 0 4.8%;
}

@media screen and (max-width: 767px) {
  .remodal-calendar .setTimeContents + .floatButton .inner {
    margin-bottom: 0;
    padding: .7em 4.8% 1em;
  }
}

.remodal-calendar[data-modalType="inputStartDate"] span.return,
.remodal-calendar[data-modalType="inputStartDate"] div.return, .remodal-calendar[data-modalType="daytripDate"] span.return,
.remodal-calendar[data-modalType="daytripDate"] div.return, .remodal-calendar[data-modalType="daytripStartDate"] span.return,
.remodal-calendar[data-modalType="daytripStartDate"] div.return {
  display: none;
}

.remodal-calendar[data-modalType="inputReturnDate"] span.start,
.remodal-calendar[data-modalType="inputReturnDate"] div.start, .remodal-calendar[data-modalType="daytripReturnDate"] span.start,
.remodal-calendar[data-modalType="daytripReturnDate"] div.start {
  display: none;
}

.remodal-calendar[data-modalType="daytripDate"] .remodalTitle .start,
.remodal-calendar[data-modalType="daytripDate"] .floatButton .start, .remodal-calendar[data-modalType="daytripStartDate"] .remodalTitle .start,
.remodal-calendar[data-modalType="daytripStartDate"] .floatButton .start {
  display: none;
}

@media screen and (max-width: 767px) {
  .remodal-calendar .lead {
    margin-bottom: 1.6em;
    padding: .55em 0 0;
  }
}

@media screen and (max-width: 767px) {
  .remodal-calendar .remodalHeading {
    font-size: 120%;
    margin-bottom: .6em;
  }
}

.remodal-calendar input.calendar {
  opacity: 0;
  position: absolute;
}

.remodal-calendar .timeSetWrapper {
  -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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .4em;
  padding: 0 0 0 1.5%;
}

.remodal-calendar .timeSetWrapper .timePicker {
  -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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.remodal-calendar .timeSetWrapper .modalselectBox {
  width: 30.5%;
}

@media screen and (max-width: 767px) {
  .remodal-calendar .timeSetWrapper .modalselectBox {
    font-size: 112%;
    width: 29.2%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-calendar .timeSetWrapper .modalselectBox select {
    height: 2.3em;
  }
}

.remodal-calendar .timeSetWrapper + .notes,
.remodal-calendar .timeSetWrapper + * + .notes {
  font-size: 100%;
  padding: .3em 1%;
}

@media screen and (max-width: 767px) {
  .remodal-calendar .timeSetWrapper + .notes,
  .remodal-calendar .timeSetWrapper + * + .notes {
    padding-top: 1em;
  }
}

.remodal-calendar form {
  height: 100%;
}

.remodal-calendar .daytripDate {
  display: none;
}

@media screen and (max-width: 767px) {
  .remodal-calendar .btn-primary {
    height: 3.2em;
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .remodal-time .remodalContents {
    min-height: 590px;
  }
}

.remodal-time .lead {
  margin-bottom: 1.25em;
  padding: .3em 0 0 .3em;
}

@media screen and (max-width: 767px) {
  .remodal-time .lead {
    margin-bottom: 1.2em;
    padding: .85em 0 0 .3em;
  }
}

.remodal-time .setDate {
  margin-bottom: 1.2em;
  padding: 0 .3em;
}

@media screen and (max-width: 767px) {
  .remodal-time .setDate {
    margin-bottom: 1.8em;
  }
}

.remodal-time .setDate .subTitle02 {
  margin-bottom: .4em;
}

.remodal-time .setDate .ico-calendar {
  height: 1.3em;
  margin: 0 .4em 0 .3em;
  min-width: 1.2em;
  width: 1.2em;
}

.remodal-time .setDate input {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  font-size: 115%;
}

@media screen and (max-width: 767px) {
  .remodal-time .setDate input {
    width: 80%;
  }
}

.remodal-time .timeSetWrapper {
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .5em;
  padding: 0 0 0 1.2%;
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2em;
  }
}

.remodal-time .timeSetWrapper .subTitle02 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper .subTitle02 {
    margin-bottom: .7em;
  }
}

.remodal-time .timeSetWrapper .modalselectBox {
  width: 30.5%;
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper .modalselectBox {
    font-size: 112%;
    margin-right: .7em;
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper .modalselectBox select {
    height: 2.1em;
    padding: .5em .35em;
  }
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper:last-of-type {
    margin-bottom: 1.3em;
  }
}

.remodal-time .timeSetWrapper + .notes,
.remodal-time .timeSetWrapper + * + .notes {
  font-size: 100%;
  padding: .3em 1%;
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper + .notes,
  .remodal-time .timeSetWrapper + * + .notes {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .remodal-time .switchBox {
    width: 30%;
  }
}

.remodal-time .floatButton .btn-primary {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .remodal-time .floatButton .btn-primary {
    width: 100%;
  }
}

.remodal-station[data-modalType="inputStartStation01"] .getOff, .remodal-station[data-modalType="inputReturnStation01"] .getOff, .remodal-station[data-modalType="daytripStartStation01"] .getOff, .remodal-station[data-modalType="daytripReturnStation01"] .getOff {
  display: none;
}

.remodal-station[data-modalType="inputStartStation02"] .getOn, .remodal-station[data-modalType="inputReturnStation02"] .getOn, .remodal-station[data-modalType="daytripStartStation02"] .getOn, .remodal-station[data-modalType="daytripReturnStation02"] .getOn {
  display: none;
}

.remodal-station .twoColumn .remodalContents {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .remodal-station .twoColumn .remodalContents {
    display: block;
  }
}

.remodal-station .twoColumn .remodalListWrapper {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .remodal-station .twoColumn .remodalListWrapper {
    width: auto;
  }
}

.remodal-station .twoColumn.prevPage {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .remodal-station .twoColumn.prevPage {
    width: auto;
  }
}

.remodal-station .twoColumn.prevPage .primaryStation {
  display: none;
}

.primaryStation01.disabled,
.primaryStation02.disabled,
.primaryStation03.disabled{
  display: none !important;
}

.remodal-station .notes {
  bottom: .4em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 85%;
  left: 15px;
  position: absolute;
}

.remodal-station .notes.sp {
  margin-bottom: .5em;
  position: static;
}

.remodal-plan .planListWrapper,
.remodal-plan .searchListWrapper,
.remodal-plan .desiredTypeWrapper,
.remodal-desiredType .planListWrapper,
.remodal-desiredType .searchListWrapper,
.remodal-desiredType .desiredTypeWrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .remodal-plan .planListWrapper,
  .remodal-plan .searchListWrapper,
  .remodal-plan .desiredTypeWrapper,
  .remodal-desiredType .planListWrapper,
  .remodal-desiredType .searchListWrapper,
  .remodal-desiredType .desiredTypeWrapper {
    height: 432px;
  }
}

.remodal-plan .planListWrapper .listScroll,
.remodal-plan .searchListWrapper .listScroll,
.remodal-plan .desiredTypeWrapper .listScroll,
.remodal-desiredType .planListWrapper .listScroll,
.remodal-desiredType .searchListWrapper .listScroll,
.remodal-desiredType .desiredTypeWrapper .listScroll {
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .remodal-plan .planListWrapper .listScroll,
  .remodal-plan .searchListWrapper .listScroll,
  .remodal-plan .desiredTypeWrapper .listScroll,
  .remodal-desiredType .planListWrapper .listScroll,
  .remodal-desiredType .searchListWrapper .listScroll,
  .remodal-desiredType .desiredTypeWrapper .listScroll {
    display: none;
  }
}

.remodal-plan .remodalHeading,
.remodal-desiredType .remodalHeading {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.remodal-plan .remodalList,
.remodal-desiredType .remodalList {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .remodal-plan .remodalList,
  .remodal-desiredType .remodalList {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 30.8em;
    overflow: auto;
  }
  .remodal-plan .remodalList li,
  .remodal-desiredType .remodalList li {
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    overflow: hidden;
  }
  .remodal-plan .remodalList li:first-of-type,
  .remodal-desiredType .remodalList li:first-of-type {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .remodal-plan .remodalList li:last-of-type,
  .remodal-desiredType .remodalList li:last-of-type {
    border-bottom: 1px solid #aaa;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .remodal-plan .remodalList label,
  .remodal-desiredType .remodalList label {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .remodal-plan .remodalList.overflow,
  .remodal-desiredType .remodalList.overflow {
    border-right: 1px solid #aaa;
  }
  .remodal-plan .remodalList.overflow li,
  .remodal-desiredType .remodalList.overflow li {
    border-right: none;
  }
  .remodal-plan .remodalList.overflow li:first-of-type,
  .remodal-desiredType .remodalList.overflow li:first-of-type {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .remodal-plan .remodalList.overflow li:last-of-type,
  .remodal-desiredType .remodalList.overflow li:last-of-type {
    border-bottom: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.remodal-plan .checkBox,
.remodal-desiredType .checkBox {
  font-size: 115%;
  font-weight: bold;
  padding: .75em 1.2em;
  width: 100%;
}

.remodal-plan .checkBox .text,
.remodal-desiredType .checkBox .text {
  color: rgba(0, 0, 0, 0.6);
}

.remodal-plan .checkBox .text::before,
.remodal-desiredType .checkBox .text::before {
  height: 1.28em;
  margin-right: .6em;
  min-width: 1.28em;
  width: 1.28em;
}

.remodal-plan .floatButton,
.remodal-desiredType .floatButton {
  padding-bottom: 2px;
}

.remodal-plan .floatButton .btn:first-of-type,
.remodal-desiredType .floatButton .btn:first-of-type {
  margin-left: 0;
}

.remodal-plan .floatButton .btn:last-of-type,
.remodal-desiredType .floatButton .btn:last-of-type {
  margin-right: 0;
}

.remodal-plan .floatButton .btn-tertiary,
.remodal-desiredType .floatButton .btn-tertiary {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .remodalContents > .inner,
  .remodal-hotelPhotoGallery .remodalContents > .inner {
    margin-bottom: 0;
    padding: 0;
  }
}

.remodal-photoGallery .photoGalleryWrapper,
.remodal-hotelPhotoGallery .photoGalleryWrapper {
  position: relative;
}

.remodal-photoGallery .photoGallery .slick-slide,
.remodal-photoGallery .hotelPhotoGallery .slick-slide,
.remodal-hotelPhotoGallery .photoGallery .slick-slide,
.remodal-hotelPhotoGallery .hotelPhotoGallery .slick-slide {
  margin: 0 .5em;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .photoGallery .slick-slide,
  .remodal-photoGallery .hotelPhotoGallery .slick-slide,
  .remodal-hotelPhotoGallery .photoGallery .slick-slide,
  .remodal-hotelPhotoGallery .hotelPhotoGallery .slick-slide {
    max-width: 86vw;
  }
}

.remodal-photoGallery .photoGallery > li,
.remodal-photoGallery .hotelPhotoGallery > li,
.remodal-hotelPhotoGallery .photoGallery > li,
.remodal-hotelPhotoGallery .hotelPhotoGallery > li {
  display: none;
  max-width: 500px;
}

.remodal-photoGallery .photoGallery figcaption,
.remodal-photoGallery .hotelPhotoGallery figcaption,
.remodal-hotelPhotoGallery .photoGallery figcaption,
.remodal-hotelPhotoGallery .hotelPhotoGallery figcaption {
  margin: .5em 0 0;
}

.remodal-photoGallery .photoGallery-thumb,
.remodal-photoGallery .hotelPhotoGallery-thumb,
.remodal-hotelPhotoGallery .photoGallery-thumb,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .photoGallery-thumb,
  .remodal-photoGallery .hotelPhotoGallery-thumb,
  .remodal-hotelPhotoGallery .photoGallery-thumb,
  .remodal-hotelPhotoGallery .hotelPhotoGallery-thumb {
    padding-top: .4em;
  }
}

.remodal-photoGallery .photoGallery-thumb .slick-slide,
.remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide {
  cursor: pointer;
  margin: 5px;
  max-width: 80px;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .photoGallery-thumb .slick-slide,
  .remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide,
  .remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide,
  .remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide {
    margin: .3em .8%;
    max-width: 18.65%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .photoGallery-thumb .slick-slide:first-of-type,
  .remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide:first-of-type,
  .remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide:first-of-type,
  .remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .photoGallery-thumb .slick-slide:last-of-type,
  .remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide:last-of-type,
  .remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide:last-of-type,
  .remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide:last-of-type {
    margin-right: 0;
  }
}

.remodal-photoGallery .photoGallery-thumb .slick-slide:hover,
.remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide:hover,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide:hover,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide:hover {
  opacity: .7;
}

.remodal-photoGallery .photoGallery-thumb .slick-slide img,
.remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide img,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide img,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide img {
  width: 100%;
}

.remodal-photoGallery .photoGallery-thumb .slick-slide figcaption,
.remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide figcaption,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-slide figcaption,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide figcaption {
  display: none;
}

.remodal-photoGallery .photoGallery-thumb .slick-current,
.remodal-photoGallery .hotelPhotoGallery-thumb .slick-current,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-current,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-current {
  opacity: .3;
}

.remodal-photoGallery .photoGallery-thumb .slick-current:hover,
.remodal-photoGallery .hotelPhotoGallery-thumb .slick-current:hover,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-current:hover,
.remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-current:hover {
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .hotelPhotoGallery-thumb .slick-slide,
  .remodal-hotelPhotoGallery .hotelPhotoGallery-thumb .slick-slide {
    margin: .3em;
    max-width: 5.5em;
  }
}

.remodal-photoGallery .photoGallery-thumb .slick-list .slick-cloned,
.remodal-hotelPhotoGallery .photoGallery-thumb .slick-list .slick-cloned {
  display: none;
}

.remodal-photoGallery .arrows,
.remodal-hotelPhotoGallery .arrows {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.remodal-photoGallery .arrows button,
.remodal-hotelPhotoGallery .arrows button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icon/ic_arrow-r-wh02@2x.png) no-repeat 50% 50%/100% auto;
  border: none;
  cursor: pointer;
  height: 2.5em;
  opacity: .8;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3em;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .arrows button,
  .remodal-hotelPhotoGallery .arrows button {
    height: 1.85em;
    width: .95em;
  }
}

.remodal-photoGallery .arrows button:hover,
.remodal-hotelPhotoGallery .arrows button:hover {
  opacity: 1;
}

.remodal-photoGallery .arrows .slick-prev,
.remodal-hotelPhotoGallery .arrows .slick-prev {
  left: 1.1em;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .arrows .slick-prev,
  .remodal-hotelPhotoGallery .arrows .slick-prev {
    left: .8em;
  }
}

.remodal-photoGallery .arrows .slick-next,
.remodal-hotelPhotoGallery .arrows .slick-next {
  right: 1.1em;
}

@media screen and (max-width: 767px) {
  .remodal-photoGallery .arrows .slick-next,
  .remodal-hotelPhotoGallery .arrows .slick-next {
    right: .8em;
  }
}

.remodal-photoGallery .photoGallery-thumb .slick-track {
  -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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

.remodal-desiredType .remodalList {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .remodal-desiredType .remodalList {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .remodal-desiredType .remodalList .radioBox {
    padding: .85em 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .remodal-desiredType .remodalList .text {
    font-size: 115%;
  }
}

@media screen and (min-width: 768px) {
  .remodal-desiredType .floatButton {
    padding: 0;
  }
  .remodal-desiredType .floatButton .inner {
    padding: 0 3.2% 1.2em 3.2%;
  }
}

.modal-planDate .calendarFooter .inner {
  padding: 1em 4.6% 1.1em;
}

.modal-planDate .calendarFooter .button {
  width: 100%;
}

.modal-planDate .calendarFooter .btn {
  margin: 0;
  width: 100%;
}

.modal-changeTrainDate .calendarFooter .inner {
  padding: 1em 4.5% .4em;
}

@media screen and (max-width: 767px) {
  .modal-changeTrainDate .calendarFooter .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal-changeTrainDate .calendarFooter .date {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .modal-changeTrainDate .calendarFooter .date {
    -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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 1.1em;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal-changeTrainDate .calendarFooter .date input {
    font-size: 105%;
    font-weight: normal;
    text-align: right;
  }
}

.modal-changeTrainDate .calendarFooter .date + .button {
  width: 52%;
}

@media screen and (max-width: 767px) {
  .modal-changeTrainDate .calendarFooter .date + .button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal-changeTrainDate .calendarFooter .date + .button .btn-primary {
    padding: .5em;
    width: 100%;
  }
}

.remodal-seat .remodalContents {
  padding: 1.05em 3%;
}

.remodal-seat .remodalHeading {
  font-weight: bold;
  margin-bottom: .6em;
}

.remodal-seat .seatPlan {
  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;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .remodal-seat .seatPlan {
    margin-bottom: 1.35em;
  }
}

.remodal-seat .seatPlan .departure,
.remodal-seat .seatPlan .arrival {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 115%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .remodal-seat .seatPlan .departure,
  .remodal-seat .seatPlan .arrival {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .remodal-seat .seatPlan .departure,
  .remodal-seat .seatPlan .arrival {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 105%;
  }
}

.remodal-seat .seatPlan .arrival {
  position: relative;
  margin-left: 2.45em;
}

@media screen and (max-width: 767px) {
  .remodal-seat .seatPlan .arrival {
    margin-left: 3.35em;
  }
}

.remodal-seat .seatPlan .arrival::before {
  bottom: .25em;
  content: "\002192";
  display: inline-block;
  font-size: 105%;
  font-weight: normal;
  left: -1.8em;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .remodal-seat .seatPlan .arrival::before {
    left: -2.1em;
  }
}

.remodal-seat .seatPlan .time {
  font-size: 125%;
  margin-left: .1em;
}

@media screen and (max-width: 767px) {
  .remodal-seat .seatPlan .time {
    font-size: 137%;
    margin-left: 0;
  }
}

.remodal-seat .wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 1.6em 2.4% 1.4em 2.4%;
}

@media screen and (max-width: 767px) {
  .remodal-seat .wrapper {
    margin-bottom: 8em;
  }
}

.remodal-seat .floatButton .inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3% 1.5em;
}

@media screen and (max-width: 767px) {
  .remodal-seat .floatButton .inner {
    padding: 1.2em 3% 1.5em;
  }
}

.remodal-seat .floatButton .inner::before, .remodal-seat .floatButton .inner::after {
  display: none;
}

.remodal-seat .floatButton .inner .btn:first-of-type {
  margin-left: 0;
}

.remodal-seat .floatButton .inner .btn:last-of-type {
  margin-right: 0;
}

.remodal-seat .floatButton .inner .btn-tertiary {
  width: 278px;
}

.remodal-seat .floatButton .inner .btn-primary {
  width: 450px;
}

.remodal-parentalConsent .remodalContents {
  width: 100%;
}

.remodal-parentalConsent .lead {
  margin-bottom: 0;
  padding-bottom: .7em;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .remodal-parentalConsent .lead {
    padding: .1em 0 .7em .2em;
  }
}

.remodal-parentalConsent .link {
  margin-bottom: 1.6em;
}

@media screen and (min-width: 768px) {
  .remodal-parentalConsent .link {
    padding: 0 .2em;
  }
}

.remodal-parentalConsent .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;
  font-size: 115%;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .remodal-parentalConsent .link a {
    font-size: 100%;
  }
}

.remodal-parentalConsent .link a .ico {
  margin-left: .5em;
}

.remodal-parentalConsent .parentalConsentList {
  padding: 0 1%;
}

.remodal-parentalConsent .parentalConsentList li {
  margin-bottom: 1.3em;
}

.remodal-parentalConsent .parentalConsent input {
  opacity: 0;
  position: absolute;
}

.remodal-parentalConsent .parentalConsent input:checked + .text {
  background: #f2fafa;
  color: #029e9a;
}

.remodal-parentalConsent .parentalConsent input:checked + .text::before {
  opacity: 1;
}

.remodal-parentalConsent .parentalConsent .text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.4em 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .remodal-parentalConsent .parentalConsent .text {
    min-height: 110px;
  }
}

.remodal-parentalConsent .parentalConsent .text::before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: "";
  border: 2px solid #029e9a;
  height: calc(100% - 1px);
  left: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  width: calc(100% - 1px);
}

.remodal-parentalConsent .parentalConsent .text strong {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
}

.remodal-parentalConsent .parentalConsent .text strong:first-of-type {
  margin-top: .3em;
}

@media screen and (min-width: 768px) {
  .remodal-parentalConsent .floatButton .inner {
    padding: 0 4.2% 2.2em 4.2%;
  }
}

.remodal-parentalConsent .floatButton .btn-primary {
  width: 100%;
}

body .flatpickr-calendar {
  background: #f5f5f5;
  font-size: 100%;
  width: 100%;
}

body .flatpickr-calendar.inline {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: inherit;
  top: 0;
}

body .flatpickr-calendar .yearWrapper {
  height: 3.2em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .flatpickr-calendar .yearWrapper {
    font-size: 100%;
    height: 12.2vw;
  }
}

body .flatpickr-calendar .yearSelect {
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  pointer-events: all;
  position: absolute;
  right: 34.5%;
  top: .8em;
  width: 1.5em;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  body .flatpickr-calendar .yearSelect {
    right: 32%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

body .flatpickr-calendar .yearSelect::before {
  content: "";
  background: url(../img/icon/ic_dropdown-bl@2x.png) no-repeat 50% 50%/100% auto;
  color: #06c;
  height: .7em;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  width: .7em;
}

body .flatpickr-calendar .yearSelect select {
  cursor: pointer;
  height: 100%;
  font-size: 1.2em;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
}

body .flatpickr-rContainer,
body .flatpickr-days,
body .dayContainer,
body .flatpickr-day {
  max-width: inherit;
  width: 100%;
}

body .dayContainer {
  margin-top: -10px;
  padding: 0 1.1em 1em;
}

@media screen and (max-width: 767px) {
  body .dayContainer {
    background: #fff;
    margin-top: 0;
    padding-bottom: 14em;
  }
}

body .flatpickr-months {
  -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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 440px;
  padding: .9em 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  body .flatpickr-months {
    font-size: 110%;
    max-width: inherit;
    padding: .8em 0;
  }
}

body .flatpickr-months .flatpickr-month {
  display: inline-block;
  height: auto;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -moz-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  max-width: 32.5%;
  min-width: 12em;
  pointer-events: none;
  width: 37.8%;
}

@media all and (-ms-high-contrast: none) {
  body .flatpickr-months .flatpickr-month {
    margin: 0 .5em\0;
    min-width: 10.5em\0;
  }
}

@media screen and (max-width: 767px) {
  body .flatpickr-months .flatpickr-month {
    font-size: 125%;
    width: 45%;
  }
}

body .flatpickr-months .flatpickr-current-month {
  color: #06c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: auto;
  left: 0;
  padding: 0 1em 0 0;
  pointer-events: all;
  position: relative;
  width: auto;
}

@media screen and (max-width: 767px) {
  body .flatpickr-months .flatpickr-current-month {
    font-size: 115%;
  }
}

body .flatpickr-months .flatpickr-current-month .cur-month {
  -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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 95%;
  margin-left: 0;
}

@media all and (-ms-high-contrast: none) {
  body .flatpickr-months .flatpickr-current-month .cur-month {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 767px) {
  body .flatpickr-months .flatpickr-current-month .cur-month {
    font-size: 90%;
  }
}

body .flatpickr-months .flatpickr-current-month .cur-month:hover {
  background-color: transparent;
}

body .flatpickr-months .flatpickr-prev-month,
body .flatpickr-months .flatpickr-next-month {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: .55em auto;
  background-size: .55em auto;
  height: 1.2em;
  padding: 0;
  pointer-events: all;
  position: static;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  body .flatpickr-months .flatpickr-prev-month,
  body .flatpickr-months .flatpickr-next-month {
    font-size: 105%;
  }
}

body .flatpickr-months .flatpickr-prev-month svg,
body .flatpickr-months .flatpickr-next-month svg {
  display: none;
}

body .flatpickr-months .flatpickr-prev-month.disabled,
body .flatpickr-months .flatpickr-next-month.disabled {
  cursor: default;
  display: block;
  opacity: 0;
}

body .flatpickr-months .flatpickr-prev-month {
  background-image: url(../img/icon/ic_arrow_back@2x.png);
}

body .flatpickr-months .flatpickr-next-month {
  background-image: url(../img/icon/ic_arrow_next@2x.png);
}

body .flatpickr-months .numInputWrapper {
  font-size: 95%;
  position: static;
  width: auto;
}

@media screen and (max-width: 767px) {
  body .flatpickr-months .numInputWrapper {
    font-size: 90%;
  }
}

body .flatpickr-months .numInputWrapper:hover {
  background-color: transparent;
}

body .flatpickr-months .numInputWrapper::after {
  content: "\005e74";
  font-weight: bold;
}

body .flatpickr-months .numInputWrapper .numInput {
  color: #06c;
  font-size: 100%;
  font-weight: bold;
  max-width: 2.5em;
  padding-left: 0;
  pointer-events: none;
  text-align: right;
  width: 5em;
  -webkit-appearance: none;
}

body .flatpickr-months .numInputWrapper .numInput:disabled {
  color: #06c;
  -webkit-text-fill-color: #06c;
  opacity: 1;
}
@media all and (-ms-high-contrast: none) {
  body .flatpickr-months .numInputWrapper .numInput:disabled {
    margin-bottom: 4%;
  }
}

body .flatpickr-months .numInputWrapper span {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: none;
  color: #06c;
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: .55em;
}

body .flatpickr-months .numInputWrapper span::after {
  display: none;
}

body .flatpickr-months .numInputWrapper span:hover {
  background-color: transparent;
}

body .flatpickr-months .numInputWrapper .arrowUp {
  background-image: url(../img/icon/ic_up@2x.png);
}

body .flatpickr-months .numInputWrapper .arrowDown {
  background-image: url(../img/icon/ic_dropdown-bl@2x.png);
}

body .flatpickr-weekdays {
  height: auto;
  padding: .3em 2.5% .65em;
}

@media screen and (max-width: 767px) {
  body .flatpickr-weekdays {
    padding: .3em .5em .2em;
  }
}

body .flatpickr-weekdays .flatpickr-weekdaycontainer {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -moz-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .flatpickr-weekdays .flatpickr-weekdaycontainer {
    font-size: 80%;
  }
}

.flatpickr-weekday:nth-child(1) {
  color: red;
}
.flatpickr-weekday:nth-child(7) {
  color: blue;
}
.flatpickr-weekday {
  color: #2d2d2d;
}

body .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -moz-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  font-size: 110%;
  font-weight: normal;
  margin: 0 3px;
  width: 12.5%;
}

.flatpickr-weekday:nth-child(1) {
  color: red;
}
.flatpickr-weekday:nth-child(7) {
  color: blue;
}

@media screen and (max-width: 767px) {
  body .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
    margin: 0 .16em;
  }
}

body .flatpickr-days {
  background: #fff;
  border-top: 1px solid #d0d0d0;
  padding-top: 0;
}

body .flatpickr-days .flatpickr-day,
body .flatpickr-days .prevMonthDay,
body .flatpickr-days .nextMonthDay {
  outline: 0;
}

body .flatpickr-days .flatpickr-day:hover,
body .flatpickr-days .prevMonthDay:hover,
body .flatpickr-days .nextMonthDay:hover {
  background-color: transparent;
  border: none;
}

@media all and (-ms-high-contrast: none) {
  body .flatpickr-days .flatpickr-day:hover,
  body .flatpickr-days .prevMonthDay:hover,
  body .flatpickr-days .nextMonthDay:hover {
    background-color: transparent;
    border: 1px solid transparent;
  }
}

body .flatpickr-days .flatpickr-day {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  font-size: 110%;
  font-weight: bold;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 50px;
  margin: 12px 2px 2px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  body .flatpickr-days .flatpickr-day {
    -webkit-border-radius: 500em;
    border-radius: 500em;
    height: 3em;
    font-size: 115%;
    line-height: 1;
    margin: .8em .16em 0;
  }
}

body .flatpickr-days .flatpickr-day::before {
  background: #029e9a;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  content: "";
  display: block;
  height: 2.5em;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 2.5em;
  z-index: -1;
}

body .flatpickr-days .flatpickr-day.saturday {
  color: #06c;
}

body .flatpickr-days .flatpickr-day.sunday, body .flatpickr-days .flatpickr-day.holiday, body .flatpickr-days .flatpickr-day.jp-holiday {
  color: #ea0000;
}

body .flatpickr-days .flatpickr-day.disabled {
  color: #a0a0a0;
}

body .flatpickr-days .flatpickr-day.selected {
  color: #fff;
}

body .flatpickr-days .prevMonthDay,
body .flatpickr-days .nextMonthDay {
  background: #eee;
  color: #a0a0a0;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

body .flatpickr-days .prevMonthDay:hover,
body .flatpickr-days .nextMonthDay:hover {
  background: #eee;
}

body .flatpickr-days .today {
  border: none;
}
@media all and (-ms-high-contrast: none) {
  body .flatpickr-days .today {
    border: 1px solid transparent;
  }
}

body .flatpickr-days .today:hover {
  color: #1875d1;
}

body .flatpickr-days .selected {
  background-color: transparent;
  border: none;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  body .flatpickr-days .selected {
    border: 1px solid transparent;
  }
}

body .flatpickr-days .selected:hover {
  color: #fff;
}

body .flatpickr-days .selected:hover:before {
  height: 2.5em;
  width: 2.5em;
}

body .flatpickr-days .selected::before {
  opacity: 1;
}

body .flatpickr-days .disabled {
  background: url(../img/icon/bg_calendar_day@2x.png) 50% 50%/100% 100%;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #a0a0a0;
}

@media all and (-ms-high-contrast: none) {
  body .flatpickr-days .disabled {
    border: 1px solid transparent;
  }
}

body .flatpickr-days .disabled:hover {
  background: url(../img/icon/bg_calendar_day@2x.png) 50% 50%/100% 100%;
  color: #a0a0a0;
}

.calendarFooter {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .calendarFooter {
    border-top: none;
    margin-top: 10em;
  }
}

.calendarFooter .inner {
  padding: 1em 4% .4em;
}

@media screen and (max-width: 767px) {
  .calendarFooter .inner {
    display: block;
  }
}

.calendarFooter .date {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .calendarFooter .date {
    -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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 .9em;
    width: auto;
  }
}

.calendarFooter .date .subTitle02 {
  font-weight: bold;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .calendarFooter .date .subTitle02 {
    margin-bottom: 0;
    min-width: 30%;
  }
}

.calendarFooter .date .subTitle02 span {
  font-size: 100%;
  font-weight: bold;
  margin-left: 0;
}

.calendarFooter .date input {
  border: none;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .calendarFooter .date input {
    font-weight: normal;
    margin: 0;
    max-width: 65%;
    text-align: right;
  }
}

.calendarFooter .date + .button {
  padding-bottom: .75em;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .calendarFooter .date + .button {
    width: auto;
  }
}

.calendarFooter .date + .button .btn-primary {
  margin: 0;
  padding: 1em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .calendarFooter .date + .button .btn-primary {
    height: 3.15em;
    margin: 0;
    padding: 0;
  }
}

.subTitle02 {
  color: #626262;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: .6em;
  word-break: normal;
}

.modalselectBox {
  display: inline-block;
  position: relative;
  width: 100px;
}

.modalselectBox select:disabled {
  pointer-events: none;
}

.modalselectBox select {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 115%;
  height: 50px;
  line-height: 1;
  padding: .5em .5em;
  width: 100%;
}

.modalselectBox select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px){
  .modalselectBox select {
      height: 2.5em;
      font-size: 1.2em;
  }
}

.modalselectBox::after {
  background: url(../img/icon/ic_dropdown@2x.png) no-repeat 50% 50%/100% auto;
  content: "";
  height: 1.2em;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .72em;
}

.modaltextInput {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff !important;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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;
  padding: 9px;
}

.remodal-refineSearch .selectList01 .title {
  min-width: 30.5%;
  display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.remodal-refineSearch .selectList01 li .modalselectBox {
  width: 100%;
}

.btn-primary {
  background: #f59143;
  border: 1px solid #f59143;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: .7em 2.3em;
}

.remodal-refineSearch .textInput {
  font-size: 115%;
  width: 48.6%;
  padding: .7em;
}

p.remodalHeading {
  font-weight: bold;
  line-height: 1.1;
}