@charset "UTF-8";

div.newSearchPanel label,
div.remodal label
{
  margin: 0;
  font: inherit;
}

div.newSearchPanel,
div.remodal {
  font-family: 'Noto Sans Japanese', sans-serif;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -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;
}

html,
body {
  border: none;
  height: 100%;
  position: relative;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Arial, meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
}
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* common style */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../font/NotoSansCJKjp-Light.otf), url(../font/NotoSansCJKjp-Light.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansCJKjp-Regular.otf), url(../font/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKjp-Bold.otf), url(../font/NotoSansCJKjp-Bold.woff) format("woff");
}



@media screen and (max-width: 767px) {
  div.newSearchPanel,
  div.remodal {
    font-size: 3.61vw;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  div.newSearchPanel,
  div.remodal {
    font-size: 3.5vw;
  }
}


@media (orientation: landscape) and (max-width: 767px) {
  body .flatpickr-calendar .dayContainer {
    padding-bottom: 3em;
  }
  body .calendarFooter {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
  body .calendarFooter .inner {
    padding-bottom: 1em;
  }
}

div.newSearchPanel a,
div.remodal a {
  color: #06c;
  text-decoration: none;
}

/*
@media screen and (min-width: 768px) {
  div.newSearchPanel a,
  div.remodal a {
    opacity: .7;
  }
}
*/

label.disabled {
  pointer-events: none;
}

/*
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
*/

/* button style */
/* 
.btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
*/

.newSearchPanel .btn,
.remodal .btn {
  max-width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .newSearchPanel .btn,
  .remodal .btn {
    font-size: 100%;
  }
}

div.newSearchPanel .btn:hover,
div.remodal .btn:hover{
  opacity: .7;
}

div.newSearchPanel .btn:disabled,
div.remodal .btn:disabled {
  cursor: default;
}

div.newSearchPanel .btn:disabled:hover,
div.remodal .btn:disabled:hover {
  opacity: 1;
}

.btn.btn-primary {
  background: #f59143;
  border: 1px solid #f59143;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: .7em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn.btn-primary {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: 115%;
  }
}

.btn-primary i {
  font-style: normal;
}

.btn-primary:disabled {
  background: #999;
  border: 1px solid #999;
}

.btn-secondary {
  background: #029e9a;
  border: 1px solid #029e9a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: .7em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn-secondary {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: 115%;
  }
}

.btn-secondary i {
  font-style: normal;
}

.btn-secondary:disabled {
  background: #999;
  border: 1px solid #999;
}

.btn-tertiary {
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  font-weight: bold;
  padding: .7em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn-tertiary {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: 115%;
  }
}

.btn-quaternary {
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #06c;
  font-weight: bold;
  padding: .7em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn-quaternary {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: 115%;
  }
}

.btn-quinary {
  background: #aaa;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: .7em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn-quinary {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: 115%;
  }
}

.btn-quinary i {
  font-style: normal;
}

.btn-quinary:disabled {
  background: #999;
  border: 1px solid #999;
}

.btn-close {
  background: #029e9a;
  border: 1px solid #029e9a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: .7em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn-close {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: 100%;
    padding: .9em 2.3em;
  }
}

.btn-close i {
  font-style: normal;
}

.btn-minus {
  background: url(../img/icon/ic_g_decrease@2x.png) no-repeat 50% 50%/100% auto;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  height: 30px;
  padding: 0;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .btn-minus {
    height: 2.1em;
    width: 2.1em;
  }
}

.btn-minus:disabled {
  background: url(../img/icon/ic_decrease@2x.png) no-repeat 50% 50%/100% auto;
  pointer-events: none;
}

.btn-minus-gn {
  background: url(../img/icon/ic_g_decrease@2x.png) no-repeat 50% 50%/100% auto;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  height: 30px;
  padding: 0;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .btn-minus-gn {
    height: 2.1em;
    width: 2.1em;
  }
}

.btn-plus {
  background: url(../img/icon/ic_g_increase@2x.png) no-repeat 50% 50%/100% auto;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  height: 30px;
  padding: 0;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .btn-plus {
    height: 2.1em;
    width: 2.1em;
  }
}

.btn-plus:disabled {
  background: url(../img/icon/ic_increase@2x.png) no-repeat 50% 50%/100% auto;
  pointer-events: none;
}

.btn-select {
  background: #fff;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #06c;
  font-size: 87.5%;
  font-weight: bold;
  padding: .61em 2.3em;
}

@media screen and (max-width: 767px) {
  .btn-select {
    position: relative;
  }
}

.btn-select i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .btn-select i {
    position: absolute;
    right: 1.3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after {
  clear: both;
}

/* .inner {
  zoom: 1;
  max-width: 780px;
  margin: 0 auto;
} */

.inner:before, .inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.inner:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 4%;
  }
}

.l-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    min-width: inherit;
  }
}

.mainContents {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .spToggleContents {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .spToggleContents {
    display: none;
  }
}

/* .tabWrapper {
  zoom: 1;
  border-bottom: 4px solid #47c4c9;
  clear: both;
  padding: 0 10px;
}

.tabWrapper:before, .tabWrapper:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.tabWrapper:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .tabWrapper {
    padding: 0;
  }
} */

.tabList {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  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;
}

.tabList li {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .tabList li {
    margin-right: .5em;
    width: 49%;
  }
}

.tabList li:last-of-type {
  margin-right: 0;
}

.tabList a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 180px;
  padding: .7em 1em;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .tabList a {
    -webkit-border-radius: .3em .3em 0 0;
    border-radius: .3em .3em 0 0;
    font-size: 115%;
    height: auto;
    min-width: inherit;
  }
}

.tabList a.active {
  background-color: #47c4c9;
  border: 1px solid #47c4c9;
  border-bottom: none;
  cursor: default;
  color: #fff;
}

.tabList a.active:hover {
  opacity: 1;
}

.tabList a.disabled {
  background-color: #d9d9d9;
  pointer-events: none;
}

/* .tabContents {
  display: none;
} */

.tabContents.active {
  display: block;
}

.errorMessage {
  background: #fef2f2;
  border: 1px solid #ea0000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ea0000;
  /* margin-bottom: 1.5em; */
  padding: 1em 0.8em 1em 1.8em;
}

@media screen and (max-width: 767px) {
  .errorMessage {
    /* margin: -.55em 0 1.1em; */
    /* padding: 1.05em .7em; */
  }
}


input::-ms-clear, input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal,
button::-ms-clear,
button::-ms-reveal {
  visibility: hidden;
}

.textInput:placeholder-shown {
  color: #a6a6a6;
}

.textInput::-webkit-input-placeholder {
  color: #a6a6a6;
}

.textInput:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.textInput::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.textInput:-ms-input-placeholder {
  color: #a6a6a6;
}

@media screen and (max-width: 767px) {
  .textInput {
    -webkit-border-radius: .3em;
    border-radius: .3em;
    padding: .3em .8em;
  }
}

.textInput input {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  font-size: 115%;
  width: 100%;
}

.textInput input:placeholder-shown {
  color: #c0c0c0;
}

.textInput input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.textInput input:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

.textInput input::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

.textInput input:-ms-input-placeholder {
  color: #c0c0c0;
}

@media screen and (max-width: 767px) {
  .textInput input {
    height: 2.75em;
  }
}

.textInput input[type="radio"], .textInput input[type="checkbox"] {
  cursor: pointer;
}

.textInput .ico {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .textInput .ico {
    margin-right: .5em;
  }
}

.textInput .ico-bed {
  height: 1.5em;
  margin-right: 7px;
  min-width: 1.3em;
  width: 1.3em;
}

@media screen and (max-width: 767px) {
  .textInput .ico-bed {
    margin-right: .5em;
    min-width: 1.4em;
    margin-left: 0.1em;
  }
}

.textInput .ico-calendar {
  height: 1.4em;
  margin-left: 0.1em;
  margin-right: .4em;
  min-width: 1.32em;
  width: 1.32em;
  font-size: 85%;

}

.textInput .ico-child {
  height: 1.2em;
  min-width: 1.2em;
  width: 1.2em;
}

.textInput .ico-clock {
  height: 1.3em;
  margin-right: .4em;
  min-width: 1.3em;
  width: 1.3em;
}

.textInput .ico-hotel {
  height: 1.5em;
  margin-left: 1px;
  margin-right: 7px;
  width: 1.15em;
}

@media screen and (max-width: 767px) {
  .textInput .ico-hotel {
    margin-left: .3em;
    margin-right: .5em;
  }
}

.textInput .ico-marker {
  height: 1.65em;
  min-width: 1.5em;
  width: 1.5em;
}

.textInput .ico-person {
  height: 1.2em;
  margin-left: .1em;
  margin-right: 6px;
  min-width: 1.12em;
  width: 1.12em;
}

@media screen and (max-width: 767px) {
  .textInput .ico-person {
    margin-right: .5em;
    min-width: 1.15em;
    width: 1.15em;
    height: 1.4em;
    margin-left: 0;
  }
}

.textInput .ico-train,
.textInput .ico-train-gr {
  height: 1.5em;
  margin-left: 2px;
  margin-right: 7px;
  min-width: 1.15em;
  width: 1.15em;
}

@media screen and (max-width: 767px) {
  .textInput .ico-train,
  .textInput .ico-train-gr {
    margin-right: .6em;
  }
}

.textInput .ico-trank {
  height: 1.5em;
  margin-right: .4em;
  min-width: 1.55em;
  width: 1.55em;
}

@media screen and (max-width: 767px) {
  .textInput .ico-trank {
    min-width: 1.5em;
    width: 1.5em;
    left: 0.6em;
  }
}

.textInput.readonly {
  background-color: transparent;
  border: none;
  cursor: default;
  pointer-events: none;
}

.textInput.readonly .ico-calendar {
  margin-right: .6em;
}

.textInput.unset input,
.textInput.unset .text {
  color: rgba(0, 0, 0, 0.6);
}

.textInput.disabled {
  pointer-events: none;
}

.textInput.disabled input,
.textInput.disabled .text {
  color: rgba(0, 0, 0, 0.35);
}

.textInput.disabled input:disabled {
  background-color: #fff;
  pointer-events: none;
}

.textInput.disabled .ico-bed {
  background-image: url(../img/icon/ic_d_sleep@2x.png);
}

.textInput.disabled .ico-calendar {
  background-image: url(../img/icon/ic_d_calender@2x.png);
}

.textInput:disabled {
  pointer-events: none;
}

.textInput.textInput-area, .textInput.textInput-date, .textInput.textInput-people, .textInput.textInput-rooms, .textInput.textInput-stay, .textInput.textInput-TDRDate, .textInput.textInput-plan {
  cursor: pointer;
}

.textInput.textInput-area input:placeholder-shown {
  color: #222;
}

.textInput.textInput-area input::-webkit-input-placeholder {
  color: #222;
}

.textInput.textInput-area input:-moz-placeholder {
  color: #222;
  opacity: 1;
}

.textInput.textInput-area input::-moz-placeholder {
  color: #222;
  opacity: 1;
}

.textInput.textInput-area input:-ms-input-placeholder {
  color: #222;
}

.textInput.textInput-people input {
  font-size: 115%;
}

.textInput.textInput-planDetail {
  margin-bottom: 0;
  padding: 0;
}

.textInput.textInput-planDetail input {
  height: 50px;
  padding: 9px 15px;
}

@media screen and (max-width: 767px) {
  .textInput.textInput-planDetail input {
    font-size: 1.2em;
    height: 2.35em;
    padding: .4em .7em;
  }
}

.textInput.textInput-planDetail .text {
  padding-left: .4em;
}

.textInput.textInput-rooms input {
  background: #fff;
}

.textInput.textInput-startStation, .textInput.textInput-returnStation {
  position: relative;
}

.textInput.textInput-startStation .ico-substitute, .textInput.textInput-returnStation .ico-substitute {
  background-color: #fff;
  left: 48%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6em;
  z-index: 500;
}

.textInput.textInput-startStation .unset .text, .textInput.textInput-returnStation .unset .text {
  color: rgba(0, 0, 0, 0.6);
}

.textInput.textInput-startStation .disabled .ico-train, .textInput.textInput-returnStation .disabled .ico-train {
  background-image: url(../img/icon/ic_d_rosen_train_2@2x.png);
}

.textInput.textInput-startStation .disabled .text, .textInput.textInput-returnStation .disabled .text {
  color: rgba(0, 0, 0, 0.35);
}

.textInput.textInput-startStation .disabled .placeholder, .textInput.textInput-returnStation .disabled .placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.textInput.textInput-stay.unset .unit {
  display: none;
}

.textInput .placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.textInput .text,
.textInput .unit {
  display: block;
  font-size: 115%;
  height: 30px;
  padding: .25em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
  .textInput .text,
  .textInput .unit {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .textInput .text,
  .textInput .unit {
    height: 2.75em;
    padding: .65em 0;
  }
}

.textInput .text {
  width: 100%;
}

.textInput .text small {
  font-size: 80%;
}

.textInput .unit {
  width: auto;
}

.checkBox {
  -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;
}

.checkBox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}

.checkBox input:checked + .text::before {
  background-image: url(../img/icon/ic_checkbox_on@2x.png);
}

.checkBox input:disabled + .text {
  cursor: default;
  color: #a6a6a6;
}

.checkBox input:disabled + .text::before {
  opacity: .4;
}

.checkBox .text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  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;
  position: relative;
  width: 100%;
}

.checkBox .text::before {
  background: url(../img/icon/ic_checkbox_off@2x.png) no-repeat 50% 50%;
  -webkit-background-size: 98% auto;
  background-size: 98% auto;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 1em;
  width: 1em;
}

.checkBox-roomAssign .ico-child {
  background-image: url(../img/icon/ic_child-gr@2x.png);
}

.checkBox-roomAssign .ico-family {
  background-image: url(../img/icon/ic_family-gr@2x.png);
}

.checkBox-roomAssign .ico-person {
  background-image: url(../img/icon/ic_personal-gr@2x.png);
}

.checkBox-roomAssign input:checked + .text {
  color: #029e9a;
}

.checkBox-roomAssign input:checked + .text .ico-child {
  background-image: url(../img/icon/ic_child@2x.png);
}

.checkBox-roomAssign input:checked + .text .ico-family {
  background-image: url(../img/icon/ic_family@2x.png);
}

.checkBox-roomAssign input:checked + .text .ico-person {
  background-image: url(../img/icon/ic_personal@2x.png);
}

.checkBox-roomAssign input:disabled + .text .ico {
  opacity: .45;
}

.checkBox-roomAssign .text::before {
  height: 1.32em;
  margin-right: 1em;
  min-width: 1.3em;
  width: 1.32em;
}

@media screen and (max-width: 767px) {
  .checkBox-roomAssign .text::before {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.checkBox-roomAssign .text .ico {
  height: 1.69em;
  margin-right: 1.15em;
  min-width: 1.69em;
  width: 1.69em;
}

@media screen and (max-width: 767px) {
  .checkBox-roomAssign .text .ico {
    height: 1.2em;
    margin-right: .75em;
    min-width: 1.2em;
    width: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .checkBox-roomAssign .text .ico-child {
    min-width: inherit;
  }
}

.checkBox-roomAssign .text .ico-person {
  height: 1.6em;
  min-width: 1.6em;
  width: 1.6em;
}

@media screen and (max-width: 767px) {
  .checkBox-roomAssign .text .ico-person {
    height: 1.2em;
    min-width: 1.2em;
    width: 1.2em;
  }
}

.checkBox-roomAssign .text .label {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .checkBox-roomAssign .text .label {
    font-size: 101%;
  }
}

.checkBox-roomAssign .text .label > span {
  display: inline;
  font-size: 85%;
  font-weight: normal;
  margin-left: .3em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .checkBox-roomAssign .text .label > span {
    font-size: 90%;
  }
}

.checkBox-roomAssign .text .label .infant {
  margin-left: 0;
}

.checkBox-roomAssign .text .label .infant span {
  display: block;
}

.radioBox {
  -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;
}

.radioBox input {
  opacity: 0;
  position: absolute;
}

.radioBox .text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  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;
}

.radioBox .text::before {
  background: #fff url(../img/icon/ic_radio@2x.png) no-repeat 50% 50%/100% auto;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  content: "";
  display: inline-block;
  height: 1.245em;
  margin-right: .5em;
  vertical-align: middle;
  width: 1.245em;
}

@media screen and (max-width: 767px) {
  .radioBox .text::before {
    height: 1.45em;
    width: 1.45em;
  }
}

.radioBox input:checked + .text {
  color: #029e9a;
  cursor: default;
  font-weight: bold;
}

.radioBox input:checked + .text::before {
  background-image: url(../img/icon/ic_radio_on@2x.png);
}

.radioBox input:disabled + .text {
  cursor: default;
  color: rgba(0, 0, 0, 0.35);
  font-weight: bold;
}

.radioBox input:disabled + .text::before {
  opacity: .45;
}

.selectBox {
  display: inline-block;
  position: relative;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .selectBox {
    width: 6.7em;
  }
}

.selectBox::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;
}

@media screen and (max-width: 767px) {
  .selectBox::after {
    right: 1em;
  }
}

.selectBox 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%;
}

@media screen and (max-width: 767px) {
  .selectBox select {
    height: 2.5em;
    font-size: 1.2em;
  }
}

.selectBox select::-ms-expand {
  display: none;
}

.selectBox select:disabled {
  pointer-events: none;
}

.selectBox.selectBox-pref option:first-of-type, .selectBox.selectBox-year option:first-of-type, .selectBox.selectBox-month option:first-of-type, .selectBox.selectBox-day option:first-of-type, .selectBox.selectBox-checkIn option:first-of-type {
  display: none;
}

.selectBox.selectBox-year .empty, .selectBox.selectBox-month .empty, .selectBox.selectBox-day .empty, .selectBox.selectBox-checkIn .empty {
  color: rgba(0, 0, 0, 0.35);
}

.selectBox.selectBox-year .empty option, .selectBox.selectBox-month .empty option, .selectBox.selectBox-day .empty option, .selectBox.selectBox-checkIn .empty option {
  color: #222;
}

.selectBox-js {
  cursor: pointer;
  position: relative;
}

.selectBox-js::after {
  background: url(../img/icon/ic_dropdown@2x.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 1em;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .72em;
}

@media screen and (max-width: 767px) {
  .selectBox-js::after {
    right: 1.1em;
  }
}

.selectBox-js select {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.selectBox-js .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 #a6a6a6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 115%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  padding: .5em .7em;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .selectBox-js .text {
    height: 2.7em;
    font-size: 100%;
  }
}

.selectBox-js.selectBox-sort {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  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;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 150px;
}

.selectBox-js.selectBox-sort::before {
  background: url(../img/icon/ic_replace@2x.png) no-repeat 50% 50%/100% auto;
  content: "";
  display: inline-block;
  height: 1.7em;
  margin: 0 0 0 .8em;
  min-width: 1.7em;
  width: 1.7em;
}

.selectBox-js.selectBox-sort::after {
  display: none;
}

.selectBox-js.selectBox-sort .text {
  border: none;
  height: auto;
  padding: 0;
}

.selectBox-js.selectBox-sort select {
  font-size: 1.3em;
}

.switchBox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.switchBox label:first-of-type .text {
  -webkit-border-radius: .3em 0 0 .3em;
  border-radius: .3em 0 0 .3em;
}

.switchBox label:last-of-type .text {
  -webkit-border-radius: 0 .3em .3em 0;
  border-radius: 0 .3em .3em 0;
}

.switchBox label + label .text {
  border-left: none;
}

.switchBox input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.switchBox input:checked + .text {
  background-color: #f2f9f2;
  border: 2px solid #029e9a;
  color: #029e9a;
  position: relative;
}

.switchBox .text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #979797;
  cursor: pointer;
  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;
  font-weight: bold;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 4.7em;
}

@media screen and (max-width: 767px) {
  .switchBox .text {
    height: 2.2em;
    width: 4.5em;
  }
}

.formStep {
  background: #fff;
  padding: 1.55em 10px 1.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .formStep {
    height: auto;
    padding: 1.4em 0 1.5em;
    overflow: hidden;
  }
}

.formStep ul {
  -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-flex-basis: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0 -.5em;
  max-width: 780px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .formStep ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: inherit;
    width: 90%;
  }
}

.formStep ul::before {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  display: none;
  height: 2px;
  left: 0;
  position: absolute;
  top: .75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .formStep ul::before {
    display: none;
  }
}

.formStep li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .formStep li {
    -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;
    margin-right: auto;
    padding-top: 2.02em;
  }
}

.formStep li::before {
  background: #a6a6a6;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  content: "";
  display: inline-block;
  height: .72em;
  margin-right: 1em;
  min-width: .72em;
  padding: 0;
  width: .72em;
}

@media screen and (max-width: 767px) {
  .formStep li::before {
    height: .7em;
    left: 50%;
    margin-right: 0;
    min-width: .7em;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: .5em;
    width: .7em;
    z-index: 1000;
  }
}

.formStep li::after {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  display: inline-block;
  height: 2px;
  margin-left: .9em;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .formStep li::after {
    background: #fff;
    display: none;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .formStep li:first-of-type::after {
    display: block;
    left: 0;
  }
}

.formStep li:last-of-type {
  margin-right: 0;
}

.formStep li:last-of-type::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .formStep li:last-of-type::after {
    display: block;
    right: 0;
  }
}

.formStep li:last-of-type .text::before {
  display: none;
  max-width: 0;
}

.formStep li.finished::before {
  background: #fff url(../img/icon/ic_active@2x.png) no-repeat 50% 50%/100% auto;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  height: 1.575em;
  margin-right: .8em;
  min-width: 1.575em;
  width: 1.575em;
}

@media screen and (max-width: 767px) {
  .formStep li.finished::before {
    height: 1.5em;
    top: 0;
    width: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .formStep li.finished .text::before {
    background: #029e9a;
    top: calc(.75em + 2px);
  }
}

.formStep li.active::before {
  background: #029e9a;
  height: 1.5em;
  margin-right: 1em;
  min-width: 1.5em;
  width: 1.5em;
}

@media screen and (max-width: 767px) {
  .formStep li.active::before {
    height: 1.5em;
    top: .1em;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: 1.5em;
  }
}

.formStep li.active .text {
  color: #029e9a;
}

@media screen and (max-width: 767px) {
  .formStep li.active .text {
    font-weight: bold;
  }
}

.formStep .text {
  font-size: 95%;
  min-width: 5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .formStep .text {
    font-size: 85%;
    font-weight: normal;
    position: static;
    z-index: 500;
  }
  .formStep .text::before {
    background: #a6a6a6;
    content: "";
    display: block;
    height: 2px;
    left: 40%;
    position: absolute;
    top: calc(.75em + 2px);
    width: 105%;
    z-index: 1;
  }
}

.formStep.cancelReservation ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 46.9%;
}

@media screen and (max-width: 767px) {
  .formStep.cancelReservation ul {
    max-width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .formStep.cancelReservation li {
    min-width: 13em;
  }
}

.formStep.cancelReservation li::after {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .formStep.cancelReservation li::after {
    width: 5em;
  }
}

.formStep.cancelReservation li:first-of-type {
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .formStep.cancelReservation li:first-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .formStep.cancelReservation .text::before {
    left: 46%;
  }
}

/* icon style */
.ico {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  height: 1em;
  min-width: 1em;
  vertical-align: middle;
  width: 1em;
}

.ico-arrow-r-gn {
  background-image: url(../img/icon/ic_arrow-r-gn03@2x.png);
}

.ico-back {
  background-image: url(../img/icon/ic_arrow_back-bl@2x.png);
}

.ico-back-wh {
  background-image: url(../img/icon/ic_arrow_back-wh@2x.png);
}

.ico-bar-gr {
  background: #bbb;
  height: 2px;
  width: 1em;
}

.ico-bathToilet {
  background-image: url(../img/icon/ic_toiletbath@2x.png);
}

.ico-bed {
  background-image: url(../img/icon/ic_sleep@2x.png);
}

.ico-bed-gr {
  background-image: url(../img/icon/ic_d_sleep@2x.png);
}

.ico-bed_n {
  background-image: url(../img/icon/ic_bed_no@2x.png);
}

.ico-bed_y {
  background-image: url(../img/icon/ic_bed@2x.png);
}

.ico-blank {
  background-image: url(../img/icon/ic_inactive-bl@2x.png);
}

.ico-blank-gn {
  background-image: url(../img/icon/ic_inactive-gn@2x.png);
}

.ico-bulletTrain {
  background-image: url(../img/icon/ic_rosen_shinkansen@2x.png);
}

.ico-calendar {
  background-image: url(../img/icon/ic_calender@2x.png);
}

.ico-calendar-gr {
  background-image: url(../img/icon/ic_d_calender@2x.png);
}

.ico-chevron-down {
  background-image: url(../img/icon/ic_dropdown-bl@2x.png);
}

.ico-chevron-up {
  background-image: url(../img/icon/ic_up@2x.png);
}

.ico-child {
  background-image: url(../img/icon/ic_child@2x.png);
}

.ico-circle {
  background-image: url(../img/icon/ic_seki_status_ari@2x.png);
}

.ico-clock {
  background-image: url(../img/icon/ic_clock@2x.png);
}

.ico-family {
  background-image: url(../img/icon/ic_family@2x.png);
}

.ico-food {
  background-image: url(../img/icon/ic_eat@2x.png);
}

.ico-hotel {
  background-image: url(../img/icon/ic_hotel@2x.png);
}

.ico-narrowDown {
  background-image: url(../img/icon/ic_meter@2x.png);
}

.ico-noSmoke {
  background-image: url(../img/icon/ic_nonsmorking@2x.png);
}

.ico-marker {
  background-image: url(../img/icon/ic_location@2x.png);
}

.ico-marker-bl {
  background-image: url(../img/icon/ic_location-bl@2x.png);
}

.ico-meal_n {
  background-image: url(../img/icon/ic_meal_no@2x.png);
}

.ico-meal_y {
  background-image: url(../img/icon/ic_meal@2x.png);
}

.ico-person {
  background-image: url(../img/icon/ic_personal@2x.png);
}

.ico-plus {
  background-image: url(../img/icon/ic_add@2x.png);
}

.ico-point3 {
  background-image: url(../img/icon/ic_point3@2x.png);
}

.ico-question {
  background-image: url(../img/icon/ic_help@2x.png);
}

.ico-seatFree {
  background-image: url(../img/icon/ic_sekisyu_jiyu@2x.png);
}

.ico-seatGran {
  background-image: url(../img/icon/ic_sekisyu_granclass@2x.png);
}

.ico-seatGreen {
  background-image: url(../img/icon/ic_sekisyu_green@2x.png);
}

.ico-seatReserved {
  background-image: url(../img/icon/ic_sekisyu_shitei@2x.png);
}

.ico-smoke {
  background-image: url(../img/icon/ic_smorking@2x.png);
}

.ico-sort {
  background-image: url(../img/icon/ic_replace@2x.png);
}

.ico-substitute {
  background-image: url(../img/icon/ic_round@2x.png);
}

.ico-text-gr {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #363636;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 78.75%;
  font-weight: normal;
  height: 1.8em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  padding: .35em .55em;
}

.ico-text-gr .ico-food {
  margin-right: .4em;
  min-width: .75em;
  width: .75em;
}

@media screen and (max-width: 767px) {
  .ico-text-gr .ico-food {
    margin-right: .3em;
  }
}

.ico-text-point3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 2px solid #008000;
  -webkit-border-radius: 5em;
  border-radius: 5em;
  color: #008000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 78.75%;
  font-weight: normal;
  line-height: 1;
  padding: .15em .4em .15em .1em;
}

.ico-text-point3 .ico-point3 {
  height: 1.5em;
  margin: 0 .2em 0 .3em;
  width: 1.5em;
}

.ico-text-point3 .ico-blank-gn {
  height: 1.1em;
  margin-left: .4em;
  width: 1.1em;
}

.ico-ticket {
  background-image: url(../img/icon/ic_ticket@2x.png);
}

.ico-train {
  background-image: url(../img/icon/ic_rosen_train_2@2x.png);
}

.ico-train-lo {
  background-image: url(../img/icon/ic_rosen_local@2x.png);
}

.ico-trank {
  background-image: url(../img/icon/ic_travel@2x.png);
}

.ico-train-gr {
  background-image: url(../img/icon/ic_d_rosen_train_2@2x.png);
}

.ico-triangle {
  background-image: url(../img/icon/ic_seki_status_zansyo@2x.png);
}

/* 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;
}

@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;
}

.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;
  }
}

@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;
}

@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: 115%;
    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;
}

@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;
}

@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;
  }
}

.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: 90%;
  height: 60px;
  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%;
  }
}

@media screen and (max-width: 767px) {
  .floatButton .btn-primary {
    font-size: 110%;
    height: 3.1em;
    width: 57%;
  }
}

.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;
}

@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;
}

.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;
  }
}

.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: .7em;
  }
}

.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%;
  }
}

.remodal-people .selectBox {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .remodal-people .selectBox {
    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 .selectBox {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .remodal-peopleDaytrip .selectBox {
    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 .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 .selectBox {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .remodal-rooms .selectBox {
    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 .selectBox,
.remodal-calendarTDR .stayDate .stay .selectBox {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .selectBox,
  .remodal-calendarTDR .stayDate .stay .selectBox {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-calendarStay .stayDate .stay .selectBox select,
  .remodal-calendarTDR .stayDate .stay .selectBox 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%;
  }
}

.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 .selectBox {
  width: 30.5%;
}

@media screen and (max-width: 767px) {
  .remodal-calendar .timeSetWrapper .selectBox {
    font-size: 112%;
    width: 29.2%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-calendar .timeSetWrapper .selectBox 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 (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 .selectBox {
  width: 30.5%;
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper .selectBox {
    font-size: 112%;
    margin-right: .7em;
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .remodal-time .timeSetWrapper .selectBox 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;
}

.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%;
}

/* text style */
.txt-blue {
  color: #06c;
}

.txt-red {
  color: #ea0000;
}

.txt-small {
  font-size: 80%;
}

.center {
  text-align: center;
}

/* title style */
.section-title > .inner {
  max-width: 800px;
  padding: 2.1em 10px 2em;
}

@media screen and (max-width: 767px) {
  .section-title > .inner {
    padding: 1.5em 4% .8em;
  }
}

.section-title > .inner::before, .section-title > .inner::after {
  display: none;
}

.section-title .titleNavi {
  margin-bottom: 1.4em;
}

@media screen and (max-width: 767px) {
  .section-title .titleNavi {
    margin-bottom: .9em;
    padding: 0 1%;
  }
}

.section-title .titleNavi a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-title .titleNavi a {
    font-size: 100%;
  }
}

.section-title .titleNavi .back {
  -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;
  margin-left: .25em;
}

@media screen and (max-width: 767px) {
  .section-title .titleNavi .back {
    margin-left: .1em;
  }
}

.section-title .titleNavi .back::before {
  background: url(../img/icon/ic_arrow_back-bl@2x.png) no-repeat 50% 50%/auto 100%;
  content: "";
  display: inline-block;
  height: .8em;
  margin-right: .65em;
  width: .6em;
}

@media screen and (max-width: 767px) {
  .section-title .titleNavi .back::before {
    margin-right: .75em;
  }
}

.section-title .titleWrapper {
  background: #616161;
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2.25em;
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-title .titleWrapper {
    margin-bottom: 1.7em;
    padding: 0;
  }
}

.section-title .titleWrapper-redistribution {
  background: #47c4c9;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-title .titleWrapper-redistribution {
    margin-top: -.3em;
  }
}

.section-title .titleWrapper-redistribution a {
  font-size: 65%;
  font-weight: bold;
  margin-left: auto;
}

.section-title .titleWrapper-redistribution a .ico-question {
  height: 1.25em;
  width: 1.25em;
}

.section-title .titleWrapper-redistribution .question {
  -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;
}

.section-title .pageTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .section-title .pageTitle {
    font-size: 144%;
    font-weight: bold;
    height: auto;
    padding: .55em 0;
  }
}

.section-title .dynamic {
  margin: .5em 0 -.2em;
  width: 241px;
}

@media screen and (max-width: 767px) {
  .section-title .dynamic {
    margin: .15em 0 .68em;
    width: 70%;
  }
}

.section-title .dynamic a {
  display: block;
}

.section-title .dynamic img {
  width: 100%;
}

.subTitle01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.2em;
  padding: 0 0 .62em;
  position: relative;
  word-break: normal;
  color: #222;
  font-size: 130%;
}

@media screen and (max-width: 767px) {
  .subTitle01 {
    font-size: 115%;
    padding: 0 0 .6em;
    margin-bottom: .7em;
  }
}

.subTitle01::after {
  background: url(../img/icon/ic_titleline@2x.png) no-repeat 0 0/100% 100%;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.9em;
}

@media screen and (max-width: 767px) {
  .subTitle01::after {
    height: .2em;
    width: 1.9em;
  }
}

.subTitle01 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: 90%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .subTitle01 a {
    font-size: 1.4rem;
    margin-right: .3em;
  }
}

.subTitle01 a.question .ico-question {
  height: 1.25em;
  min-width: 1.25em;
  width: 1.25em;
}

@media screen and (min-width: 768px) {
  .subTitle01 a.sp {
    display: none;
  }
}

.subTitle02 {
  color: #626262;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: .6em;
  word-break: normal;
}

@media screen and (max-width: 767px) {
  .subTitle02 {
    margin-bottom: .8em;
  }
}

.subTitle02 span {
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
  margin-left: .9em;
}

.subTitle02 .num {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}


.selectList01 {
  zoom: 1;
  padding: 0 0 .3em;
}


.selectList01:before, 
.selectList01:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}


.selectList01:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  
.selectList01 {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    margin-bottom: .4em;
    overflow: hidden;
    padding: 0;
  }
}


.selectList01 li {
  clear: left;
  float: left;
  margin-top: .6em;
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  
.selectList01 li {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    float: none;
    width: 100%;
  }
}


.selectList01 li:nth-child(even) {
  clear: right;
  float: right;
}


.selectList01 li:nth-child(1), 
.selectList01 li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  
.selectList01 li:last-of-type {
    border-bottom: none;
  }
}


.selectList01 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;
  -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) {
  
.selectList01 label {
    padding: .2em .45em .2em 1em;
  }
}


.selectList01 .title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  min-width: 30%;
}

@media screen and (max-width: 767px) {
  
.selectList01 .title {
    color: #666;
    font-size: 103%;
  }
}


.selectList01 .selectBox {
  width: 100%;
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    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;
    font-size: 1.25em;
    height: 2.26em;
    text-align: right;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox option {
    text-align: right;
  }
}


.selectList01 .selectBox-js {
  width: 100%;
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox-js::after {
    background-image: url(../img/icon/ic_arrow_next-bk@2x.png);
    right: .7em;
    width: .45em;
  }
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox-js .text {
    border: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  
.selectList01 .selectBox-js select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 1.25em;
  }
}

.selectList02 {
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .35em;
}

@media screen and (max-width: 767px) {
  .selectList02 {
    display: block;
  }
}

.selectList02 li {
  margin-top: .7em;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .selectList02 li {
    margin-top: 1.4em;
    width: auto;
  }
}

.selectList02 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.selectList02 li .title {
  font-weight: bold;
}

.selectList02 li .selectBox,
.selectList02 li .selectBox-js {
  margin-left: .5em;
  min-width: 240px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .selectList02 li .selectBox,
  .selectList02 li .selectBox-js {
    min-width: inherit;
    width: 63%;
  }
}

@media screen and (max-width: 767px) {
  .selectList02 li .selectBox .text,
  .selectList02 li .selectBox-js .text {
    font-size: 115%;
    height: 2.5em;
  }
}

