*:focus {
  outline: none;
}

.input-hidden{
  display: none !important;
}

.section-title,
.tabWrapper {
  background: #fff;
}

.tabBody{
  display: none;
}

.tabBody.active{
  display: block;
}

.topSearchArea .tabContents {
  background-color: #f5f5f5;
  padding: 2em 1.5em;
}

.topSearchArea .tabContents.train {
  padding-top:0;
}

@media screen and (max-width: 767px) {
  .topSearchArea .tabContents {
    padding: 1.1em 0 3em;
  }
}

.topSearchArea .tabContents .inner {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 26px;
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .topSearchArea .tabContents .inner {
    border: none;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}

.topSearchArea .tabContents .inner:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .topSearchArea .tabContents .inner .subTitle01 {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .tabContents .inner .subTitle01 + .subTitle02 {
    margin-bottom: .8em;
  }
}

.topSearchArea .tabContents .subTitle01 {
  padding-left:1.5em;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .topSearchArea .tabContents .subTitle01 {
    padding-left:0;
  }
}

.subTitle01::after {
  background: url(../img/icon/ic_titleline@2x.png) no-repeat 0 0/100% 100%;
  content: "";
  height: 4px;
  position: absolute;
  left: 1.5em;
  bottom: 0;
  width: 1.9em;
}

.remodalHeader .subTitle01::after {
  left: 0;
}

@media screen and (max-width: 767px) {
  .subTitle01::after {
    left: 0;
  }
}

.remodal-general .remodalHeader p.subTitle01 {
  line-height: 1.1;
}

.topSearchArea .tabContents .narrowDown {
  width: 100%;
}

.topSearchArea .formWrapper {
  -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;
}

.topSearchArea .formWrapper-stay .textInput,
.topSearchArea .formWrapper-plan .textInput {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-stay .textInput,
  .topSearchArea .formWrapper-plan .textInput {
    width: 100%;
  }
}

.topSearchArea .formWrapper-stay .textInput.redistribution,
.topSearchArea .formWrapper-plan .textInput.redistribution {
  width: 100%;
}

.topSearchArea .formWrapper-stay .blank,
.topSearchArea .formWrapper-plan .blank {
  width: 60%;
}

.topSearchArea .formWrapper-date {
  -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;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .formWrapper-station-daybreak,
  .formWrapper-date.daytrip,
  .daytrip .textInput-startDate {
    width: 100% !important;
  }
}

.topSearchArea .formWrapper-station .textInput, 
.topSearchArea .formWrapper-station-daybreak .textInput{
  cursor: default;
}

.topSearchArea .returnWrapper.open .ico-substitute,
.topSearchArea .returnWrapper-daybreak.open .ico-substitute,
.topSearchArea .formWrapper-station.open .ico-substitute,
.topSearchArea .formWrapper-station-daybreak.open .ico-substitute,
.topSearchArea .formWrapper.open .ico-substitute  {
  pointer-events: none;
  display: none;
}
.topSearchArea .formWrapper-station .textInput-startDate,
.topSearchArea .formWrapper-station .textInput-returnDate,
.topSearchArea .formWrapper-station-daybreak .textInput-returnDate {
  display: none;
}

.topSearchArea .formWrapper-station.open .textInput-startDate,
.topSearchArea .formWrapper-station-daybreak.open .textInput-startDate{
  display: block;
}

.topSearchArea .formWrapper-station.open .textInput .getoff::before,
.topSearchArea .formWrapper-station-daybreak.open .textInput .getoff::before,
.topSearchArea .returnWrapper.open .textInput .getoff::before,
.topSearchArea .returnWrapper-daybreak.open .textInput .getoff::before {
  opacity: 1;
}

.topSearchArea .formWrapper-date {
  float: right;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date label:last-of-type {
    display: block;
    width: 45%;
  }
  .topSearchArea .formWrapper-date label:last-of-type.open {
    width: 45%;
  }
}

.topSearchArea .formWrapper-date .textInput:first-of-type {
  margin-bottom: 1.45em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date .textInput:first-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date .textInput-startDate {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date.daytrip {
    margin-bottom: .5em;
  }
}

.topSearchArea .formWrapper-date.daytrip .placeholder {
  display: none;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date.daytrip .textInput {
    padding-left: .8em;
    width: 100%;
  }
}

.topSearchArea .formWrapper-date.daytrip .textInput .text,
.topSearchArea .formWrapper-date.daytrip .textInput .time {
  -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;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date.daytrip .textInput .text,
  .topSearchArea .formWrapper-date.daytrip .textInput .time {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 100%;
  }
}

.topSearchArea .formWrapper-date.daytrip .textInput .time:first-of-type {
  margin-left: .2em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .formWrapper-date.daytrip .textInput .time {
    -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;
  }
}

.topSearchArea .formWrapper-date.daytrip .textInput .start,
.topSearchArea .formWrapper-date.daytrip .textInput .return {
  margin-right: .3em;
}

.topSearchArea .formWrapper-date.daytrip .unset .placeholder {
  display: inline-block;
}

.topSearchArea .formWrapper-date.daytrip .unset .start,
.topSearchArea .formWrapper-date.daytrip .unset .return {
  display: none;
}

.topSearchArea .textInput {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput {
    margin-bottom: 1.45em;
    padding: .15em .8em;
    width: 100%;
    height: auto;
  }
}

.topSearchArea .textInput.textInput-people {
  overflow: hidden;
  font-size: 115%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-people {
    padding-right: 0;
  }
}

.topSearchArea .textInput.textInput-people input,
.topSearchArea .textInput.textInput-people span {
  -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;
  height: 1.9em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 30.5%;
}

@media all and (-ms-high-contrast: none) {
  .topSearchArea .textInput.textInput-people input,
  .topSearchArea .textInput.textInput-people span {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-people input,
  .topSearchArea .textInput.textInput-people span {
    height: 2.75em;
    width: 27%;
  }
}

.topSearchArea .textInput.textInput-people div {
  font-size:85%;
  margin-top: 0.1em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-rooms, .topSearchArea .textInput.textInput-stay {
    height: 3.562em;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay {
    display: block;
    padding-left: 2.5em;
    position: relative;
  }
  .topSearchArea .textInput.textInput-stay .ico {
    left: .5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .topSearchArea .textInput.textInput-stay .ico-calendar {
    left: .9em;
  }
}

.topSearchArea .textInput.textInput-stay .head {
  font-size: 115%;
  margin-right: .8em;
  white-space: nowrap;
  width: auto;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay .head {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay span {
    display: inline-block;
    height: auto;
    font-size: 85%;
    padding: 0;
    vertical-align: middle;
  }
}

.topSearchArea .textInput.textInput-stay .date,
.topSearchArea .textInput.textInput-stay .number {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay .date {
    width: 100%;
    font-size: 115%;
    margin-top: 0.3em;
  }
  .topSearchArea .textInput.textInput-stay.unset .date {
    font-size: 100%;
    margin-top: 0em;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay .number {
    font-size: 105%;
  }
  .topSearchArea .textInput.textInput-stay.unset .number {
    font-size: 100%;
  }
}

.topSearchArea .textInput.textInput-stay .text {
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay .text {
    display: inline-block;
    height: auto;
    padding: 0;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay .unit {
    vertical-align: middle;
  }
}

.topSearchArea .textInput.textInput-stay input {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay input {
    height: 1.52em;
    width: 100%;
  }
}

.topSearchArea .textInput.textInput-stay input:first-of-type {
  color: #999;
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay input:first-of-type {
    color: #222;
    font-size: 86%;
  }
}

.topSearchArea .textInput.textInput-stay.unset .text {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay.unset {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay.unset .date {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-stay.unset .text {
    font-size: 115%;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-planDetail {
    padding: 0;
  }
}

.topSearchArea .textInput.textInput-startStation, .topSearchArea .textInput.textInput-returnStation {
  -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: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startStation, 
  .topSearchArea .textInput.textInput-returnStation
  {
    margin-bottom: .85em;
  }
}

.topSearchArea .textInput.textInput-startStation label, .topSearchArea .textInput.textInput-returnStation label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  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: 9px;
  position: relative;
}

.topSearchArea .textInput.textInput-startStation label.disabled, .topSearchArea .textInput.textInput-returnStation label.disabled {
  cursor: default;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startStation label, .topSearchArea .textInput.textInput-returnStation label {
    padding: 0 .8em;
  }
}

.topSearchArea .textInput.textInput-startStation label::before, .topSearchArea .textInput.textInput-returnStation label::before {
  /* opacity: 0; */
}

.topSearchArea .textInput.textInput-startStation label.getoff, .topSearchArea .textInput.textInput-returnStation label.getoff {
  padding-left: .9em;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startStation label.getoff, .topSearchArea .textInput.textInput-returnStation label.getoff {
    padding-left: 1.6em;
  }
}

.topSearchArea .textInput.textInput-startStation label.getoff::before,
.topSearchArea .textInput.textInput-returnStation label.getoff::before {
  background: url(../img/icon/ic_arrow_next@2x.png) no-repeat 50% 50%/100% auto;
  content: "";
  height: 1em;
  left: -.7em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .55em;
}

.topSearchArea .textInput.textInput-startStation label.readonly, .topSearchArea .textInput.textInput-returnStation label.readonly {
  cursor: default;
}

.topSearchArea .textInput.textInput-startStation label.readonly .text, .topSearchArea .textInput.textInput-returnStation label.readonly .text {
  color: #aaa;
}

.topSearchArea .textInput.textInput-startStation input, .topSearchArea .textInput.textInput-returnStation input {
  width: 100%;
}

.topSearchArea .textInput.textInput-startStation .text, .topSearchArea .textInput.textInput-returnStation .text {
  display: block;
  height: 31px;
  padding: .3em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startStation .text, .topSearchArea .textInput.textInput-returnStation .text {
    height: 3.0133em;
    padding: .8em 0;
  }
}

.topSearchArea .textInput.textInput-startStation,
.topSearchArea .textInput.textInput-returnStation,
.topSearchArea .textInput.textInput-startDate,
.topSearchArea .textInput.textInput-returnDate{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-returnStation{
    margin-bottom: 0px;
  }
}

.topSearchArea .textInput.textInput-startDate, .topSearchArea .textInput.textInput-returnDate {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate, .topSearchArea .textInput.textInput-returnDate {
    margin-bottom: 0;
    padding-left: 2.3em;
    position: relative;
  }
}

.topSearchArea .textInput.textInput-startDate .text, .topSearchArea .textInput.textInput-returnDate .text {
  -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;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate .text, .topSearchArea .textInput.textInput-returnDate .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.25em 0 0.5em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (-ms-high-contrast: none) {
  .topSearchArea .textInput.textInput-startDate .text label,
  .topSearchArea .textInput.textInput-returnDate .text label,
  .topSearchArea .textInput.textInput-startDate .text .time span,
  .topSearchArea .textInput.textInput-returnDate .text .time span,
  .topSearchArea .formWrapper-date.daytrip .textInput .time span
  {
    height: 31px;
    padding: 0.3em 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .topSearchArea .formWrapper-date.daytrip .textInput .time .return
  {
    height: 31px;
    padding: 0.2em 0;
  }
}

.topSearchArea .textInput.textInput-startDate .ico-calendar, .topSearchArea .textInput.textInput-returnDate .ico-calendar {
  width: 1.13em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate .ico-calendar, .topSearchArea .textInput.textInput-returnDate .ico-calendar {
    left: .8em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.topSearchArea .textInput.textInput-startDate span:first-of-type, .topSearchArea .textInput.textInput-returnDate span:first-of-type {
  margin-right: .2em;
}

.topSearchArea .textInput.textInput-startDate span, .topSearchArea .textInput.textInput-returnDate span {
  display: inline-block;
  vertical-align: middle;
}

.topSearchArea .textInput.textInput-startDate span:first-of-type, .topSearchArea .textInput.textInput-returnDate span:first-of-type {
  margin-right: .2em;
}

.topSearchArea .textInput.textInput-startDate span.sp, .topSearchArea .textInput.textInput-returnDate span.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate span.sp, .topSearchArea .textInput.textInput-returnDate span.sp {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate .time, .topSearchArea .textInput.textInput-returnDate .time {
    -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-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;
    font-size: 88%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate.daytrip .text, .topSearchArea .textInput.textInput-returnDate.daytrip .text {
    padding: .55em .25em;
  }
}

.topSearchArea .textInput.textInput-startDate.disabled, .topSearchArea .textInput.textInput-returnDate.disabled {
  cursor: default;
}

.topSearchArea .textInput.textInput-startDate.disabled .text, .topSearchArea .textInput.textInput-returnDate.disabled .text {
  -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;
  vertical-align: middle;
}

.topSearchArea .textInput.textInput-startDate.disabled .time .sp, .topSearchArea .textInput.textInput-returnDate.disabled .time .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-startDate.unset .time, .topSearchArea .textInput.textInput-returnDate.unset .time {
    position: absolute;
  }
}

.topSearchArea .textInput.textInput-startDate {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.topSearchArea .textInput.textInput-startDate input {
  width: 6.2em;
}

.topSearchArea .textInput.textInput-startDate.daytrip::before {
  display: none;
}

.topSearchArea .textInput.textInput-returnDate {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-returnDate {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .textInput.textInput-startDate.unset label,
  .textInput.textInput-returnDate.unset label{
    font-size: 100%;
  }
  .textInput.textInput-startDate label,
  .textInput.textInput-returnDate label{
    font-size: 85%;
  }
}

/*
.topSearchArea .textInput.textInput-returnDate::before {
  background: url(../img/icon/ic_expand_more@2x.png) no-repeat 50% 50%/100% auto;
  content: "";
  display: none;
  height: 1em;
  position: absolute;
  right: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% + 1em);
  width: .78em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .textInput.textInput-returnDate::before {
    background-image: url(../img/icon/ic_arrow_next@2x.png);
    bottom: inherit;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 1em);
    width: .55em;
  }
}
*/

.topSearchArea .textInput.textInput-returnDate input {
  width: 6.2em;
}

.topSearchArea .textInput.textInput-dayTripTime {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.topSearchArea .returnButton,
.topSearchArea .returnButtonDaybreak {
  font-weight: bold;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .returnButton,
  .topSearchArea .returnButtonDaybreak {
    -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;
    padding: .3em 0 .3em .6em;
    width: 100%;
  }
}

.topSearchArea .returnButton a,
.topSearchArea .returnButtonDaybreak a {
  -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;
}

.topSearchArea .returnButton .ico-chevron-down,
.topSearchArea .returnButtonDaybreak .ico-chevron-down{
  margin-left: .6em;
  margin-top: -.1em;
  min-width: .57em;
  width: .57em;
}

.topSearchArea .returnButton.on,
.topSearchArea .returnButtonDaybreak.on {
  height: .7em;
  margin-bottom: 0;
  display: none;
}

.topSearchArea .returnButton.on a,
.topSearchArea .returnButtonDaybreak.on a {
  display: none;
}

.topSearchArea .returnButton.on .ico-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .topSearchArea .returnButton + .returnWrapper
  .topSearchArea .returnButton + .returnWrapper-daybreak {
    margin-bottom: .7em;
  }
}

.topSearchArea .returnWrapper,
.topSearchArea .returnWrapper-daybreak {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSearchArea .returnWrapper .attention,
  .topSearchArea .returnWrapper-daybreak .attention {
    padding-top: .4em;
  }
}

.topSearchArea .returnWrapper.open,
.topSearchArea .returnWrapper-daybreak.open {
  display: block;
}

@media screen and (max-width: 767px) {
  .topSearchArea .returnWrapper.open,
  .topSearchArea .returnWrapper-daybreak.open {
    width: 100%;
  }
}

.topSearchArea .attention {
  clear: both;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.6em;
  width: 100%;
  /*padding-left: 1.5em;*/
}

.topSearchArea .attentionWrapper {
  padding-left:1.5em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .attention {
    font-size: 86%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .topSearchArea .narrowDown {
    margin: 0;
    width: 100%;
  }
}

.topSearchArea .narrowDown .btn {
  border: 1px solid #d9d9d9;
  font-size: 1.4rem;
  padding: .61em 2em .6em;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .topSearchArea .narrowDown .btn {
    font-size: 1.4rem;
    padding: .9em .8em .9em 0;
    width: 100%;
  }
}

.topSearchArea .narrowDown .ico {
  height: .75em;
  min-width: inherit;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .75em;
}

.topSearchArea .submit {
  clear: both;
  padding-top: 1.5em;
  text-align: center;
}

.newsearchpanel .submit .btn-primary {
  height: 60px;
  margin: 0 auto;
  width: 380px;
  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) {
  .topSearchArea .submit .btn-primary {
    height: 3em;
    width: 100%;
  }
}

.topSearchArea .notes {
  clear: both;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .topSearchArea .notes {
    font-size: 86%;
    line-height: 1.5;
    padding-left: 0;
  }
}

.topMenu-list02 li a {
  background: #fff url(../img/icon/ic_open_in_new_bl.png) no-repeat 20px 50%/24px auto;
  height: 52px;
  padding-left: 60px;
}

.submit #submitStay,
.submit #submitDaytrip{
  margin: 0 auto;
  width: 380px;
}

@media screen and (max-width: 767px) {
  .textInput {
    height: auto;
  }
}

.topSearchArea .tabContents.messageArea {
  padding-bottom: 0;
  display: none;
}

.topSearchArea .tabContents.messageArea .errorMessage li:before{
  content: "・";
  margin-left: -1em;
}
