.newSearchPanel {
  border: none;
  height: 100%;
  position: relative;
  min-height: 100%;
}

.pc_only{
  display:block !important;
}
.sp_only{
  display:none !important;
}
@media screen and (max-width: 767px){
  .pc_only{
    display:none !important;
  }
  .sp_only{
    display:block !important;
  }
}

.topSearchArea{
    border: 5px solid #47c4c9;
}

.newSearchPanelBody{
    max-width: 1000px;
    margin: 80px auto;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1.4;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px){
  .inner {
      padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .newSearchPanelBody{
    width: 100%;
    padding: 0 10px 0 10px;
  }
}

.tabHeader{
    background-color: #47c4c9;
    color: #ffffff;
    padding: 10px 0px 10px 15px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tabWrapper {
    zoom: 1;
    clear: both;
    padding: 0 10px;
}

.question{
    -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: 85%;
    margin: 0 .9em 0 auto;
}

@media all and (-ms-high-contrast: none) {
  .question span{
    padding-top: 3%;
  }
}

.subTitle01 .question{
  padding-right: 1.5em;
  font-weight: normal;
  /*font-size: 1.4rem;*/
  font-size: 78%;
}
@media screen and (max-width: 767px){
  .subTitle01 .question{
    font-size: 90%;
  }
}

@media screen and (max-width: 767px){
  .subTitle01 .question{
    padding-right: 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;
    list-style: none;
    margin-bottom: 0px;
}

.tabList li {
    margin-right: 20px;
}

.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;
}

.textInput{
    -webkit-appearance: none;
    -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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 9px;
    height: 50px;
}

.columnItem1,
.columnItem2{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex: 0 1 calc(100% / 2);
    padding: 0em 1.5em;
    min-width: 300px;
    width: 48.75%;
}

@media screen and (max-width: 767px){
    .columnItem1,
    .columnItem2{
      width: 100%;
      flex: none;
      padding: 0;
      min-width: auto;
  }
}

@media screen and (max-width: 767px){
  .columnItem-left,
  .columnItem-right{
    flex: 0 1 calc(95% / 2);
  }
}

.itemTitle{
    margin-bottom: 20px;
    margin-right: .5rem;
    white-space: nowrap;
}

.dayBreakStationBox{
  display: flex;
  justify-content: space-between;
  flex: 0 1 calc(100% / 2.2);
}

.stationBox{
    display: flex;
    justify-content: space-between;
    /* flex: 0 1 calc(100% / 2.2); */
    width: 100%;
}

@media screen and (max-width: 767px) {
  .stationBox{
    flex: none;
  }
}


.dayBreakColumnItem .textInput-returnStation,
.dayBreakColumnItem .textInput-startStation{
    width: 150%;
}

.textInput-returnStation,
.textInput-startStation{
    width: 220px;
}

.textInput-startDate,
.textInput-returnDate{
    width: 80%;
}

.anchor{
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.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;
}

.textInput.textInput-area, .textInput.textInput-date, .textInput.textInput-people, .textInput.textInput-rooms, .textInput.textInput-stay, .textInput.textInput-TDRDate, .textInput.textInput-plan {
  cursor: pointer;
}

/* アイコン */
.ico-marker {
    background-image: url(../img/icon/ic_location@2x.png);
    height: 1.65em;
    min-width: 1.5em;
    width: 1.5em;
}
.ico-question{
    background-image: url(../img/icon/ic_help@2x.png);
}
.ico-person {
    background-image: url(../img/icon/ic_personal@2x.png);
    height: 1.2em;
    margin-left: .1em;
    margin-right: .5em;
    min-width: 1.12em;
    width: 1.12em;
}
.ico-child {
    background-image: url(../img/icon/ic_child@2x.png);
}
.textInput.disabled .ico-bed {
    background-image: url(../img/icon/ic_d_sleep@2x.png);
}
.ico-bed {
    background-image: url(../img/icon/ic_sleep@2x.png);
}
.ico-hotel {
    background-image: url(../img/icon/ic_hotel@2x.png);
}
.ico-plus {
    background-image: url(../img/icon/ic_add@2x.png);
}
.ico-train {
    background-image: url(../img/icon/ic_rosen_train_2@2x.png);
    height: 1.5em;
    margin-left: 2px;
    margin-right: 7px;
    min-width: 1.15em;
    width: 1.15em;
}
.ico-calendar {
    background-image: url(../img/icon/ic_calender@2x.png);
    width: 1.13em;
    height: 1.4em;
    margin-left: 0;
    margin-right: .4em;
    min-width: 1.32em;
}
.textInput.disabled .ico-calendar {
    background-image: url(../img/icon/ic_d_calender@2x.png);
}
.textInput.textInput-startStation .disabled .ico-train, .textInput.textInput-returnStation .disabled .ico-train {
    background-image: url(../img/icon/ic_d_rosen_train_2@2x.png);
}
.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-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-arrow-n {
    background-image: url(../img/icon/ic_arrow_next-bk@2x.png);
  }

.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;
}

.btn-plus:disabled {
    background: url(../img/icon/ic_increase@2x.png) no-repeat 50% 50%/100% auto;
    pointer-events: none;
}

.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;
}

.btn-minus:disabled {
    background: url(../img/icon/ic_decrease@2x.png) no-repeat 50% 50%/100% auto;
    pointer-events: none;
}

.textInput-keyword{
  display: inline-block;
  position: relative;
  width: 100%;
}

.textInput-keywordVal {
  padding-left: 7% !important;
  font-size: 115%;
}

@media all and (-ms-high-contrast: none) {
  .textInput-keywordVal {
    padding-left: 8% !important;
  }
}

@media screen and (max-width: 767px) {
  .textInput-keywordVal{
    padding-left: 11% !important;
    height: 3.1em !important;
  }
}

.textInput-keywordVal:placeholder-shown { 
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .textInput-keywordVal{
    height: 2.75em;
    padding: .65em 0;
  }
}

.textInput-keyword::before,
.textInput-keyword-daybreakVal::before {
  content: "";
  height: 1.5em;
  min-width: 1.3em;
  width: 1.3em;
  background-image: url(../img/icon/ic_search_b@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 2.5%;
}

@media screen and (max-width: 767px) {
  .textInput-keyword::before,
  .textInput-keyword-daybreakVal::before {
      left: 4%;
  }
}

.textInput-keyword-daybreak{
  display: inline-block;
  position: relative;
  width: 90%;
}

.textInput-keyword-daybreakVal { 
  padding-left: 4% !important;
}

@media screen and (max-width: 767px) {
  .textInput-keyword-daybreakVal{
    padding-left: 11% !important;
    height: 3.5em !important;
  }
}

.textInput-keyword-daybreakVal:placeholder-shown { 
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .textInput-keyword-daybreakVal{
    height: 2.75em;
    padding: .65em 0;
  }
}

.textInput-keyword-daybreakVal::before {
  content: "";
  height: 1.5em;
  min-width: 1.3em;
  width: 1.3em;
  background-image: url(../img/icon/ic_search_b@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 2.5%;
}

.narrowDown .btn{
    border: 1px solid #d9d9d9;
    font-size: 100%;
    padding: .61em 2em .6em;
    width: 220px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #06c;
    font-size: 87.5%;
    font-weight: bold;
    padding: .61em 2.3em;
}

.btnHelp{
    cursor: pointer;
}

.btn-select{
    position: relative;
}

.goto-title{
    min-width: 60px;
    font-size: 18px;
    word-wrap: break-word;
}


@media screen and (max-width: 767px) {
  .goto-title {
    font-size: 120%;
    min-width: none;
  }
}


.dayBreakColumnItem{
  flex :none;
  width :90%;
}

.dayBreakColumnItem .goto-title{
  margin-bottom: 20px;
}

.startDateStationBox{
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.startDateStationBox .itemTitle{
  margin: 0;
}


.startDateStationBox .textInput-startDate{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .startDateStationBox{
    justify-content: flex-start;
  }
  .startDateStationBox .textInput-startDate{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .spacer {
    margin: 0;
    width: 100%;
  }
}
.modalItemName{
  display: none;
}
@media screen and (max-width: 767px) {
  .open .modalItemName{
    display: block;
    color: #222;
  }
}

.topSearchArea .formWrapper-station-daybreak {
  float: left;
}

.topSearchArea .formWrapper-station-daybreak, .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: 48.75%;
}
.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;
}
