@charset "UTF-8";
/*******************************************************************************
*
* JR東日本ツアーパネル用CSS
*
*******************************************************************************/
/*=========================================
ボタンテンプレート
=========================================*/
/* デフォルトCSSを無効にするだけのCSS */
/* 高強調ボタン大 */
/* 高強調ボタン中 */
/* 高強調ボタン小 */
/* 高強調ボタン小　インライン */
/* 高強調ボタン大　背景緑 */
/* 高強調ボタン中　背景緑 */
/* 高強調ボタン小　背景緑 */
/* 高強調ボタン小　背景緑　インライン */
/* 高強調ボタン大　背景白 */
/* 高強調ボタン中　背景白 */
/* 高強調ボタン小　背景白 */
/* 高強調ボタン小　背景白　インライン */
/* 中強調ボタン大　緑 */
/* 中強調ボタン中　緑 */
/* 中強調ボタン小　緑 */
/* 中強調ボタン小　緑　インライン */
/* 中強調ボタン大　背景緑 */
/* 中強調ボタン中　背景緑 */
/* 中強調ボタン小　背景緑 */
/* 中強調ボタン小　背景緑　インライン */
/* 中強調ボタン大　青 */
/* 中強調ボタン中　青 */
/* 中強調ボタン小　青 */
/* 中強調ボタン小　青　インライン */
/* サブボタン小　青 */
/* サブボタン小　緑 */
/* サブボタン小　グレー */
/* ボタン内のフォントサイズ変更 */
.tmp_btn_font-small {
  font-size: 70%;
}

/* アイコン設置用 */
.tmp_btn_icon-posLeft {
  padding-left: 30px !important;
}

.tmp_btn_icon-posRight {
  padding-right: 30px !important;
}

.tmp_btn_icon-back-green::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngreen-icon.png") no-repeat left top;
  background-size: 7px 11px;
}
.tmp_btn_icon-back-green.nonselect::before {
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
}

.tmp_btn_icon-next-green::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngreen-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}
.tmp_btn_icon-next-green.nonselect::after {
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}

.tmp_btn_icon-back-blue::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnblue-icon.png") no-repeat left top;
  background-size: 7px 11px;
}
.tmp_btn_icon-back-blue.nonselect::before {
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
}

.tmp_btn_icon-next-blue::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnblue-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}
.tmp_btn_icon-next-blue.nonselect::after {
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}

.tmp_btn_icon-back-red::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnred-icon.png") no-repeat left top;
  background-size: 7px 11px;
}
.tmp_btn_icon-back-red.nonselect::before {
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
}

.tmp_btn_icon-next-red::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnred-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}
.tmp_btn_icon-next-red.nonselect::after {
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}

.tmp_btn_icon-back-gray::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
}

.tmp_btn_icon-next-gray::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtngray-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}

.tmp_btn_icon-back-white::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnwhite-icon.png") no-repeat left top;
  background-size: 7px 11px;
}

.tmp_btn_icon-next-white::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultnextprevbtnwhite-icon.png") no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}

.tmp_btn_icon-timeSelect {
  padding-right: 30px;
  position: relative;
  text-decoration: none;
  /*&::before {
  	position: absolute;
  	content:"";
  	display: block;
  	width: 3px;
  	height: 3px;
  	right:3px;
  	top:0;
  	bottom:3px;
  	margin-top: auto;
  	margin-bottom: auto;
  	border-top:1px solid $primary_blue;
  	border-right:1px solid $primary_blue;
  	transform: rotate(-45deg);
  }*/
}
.tmp_btn_icon-timeSelect::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_timeSelect-icon.png") no-repeat;
  background-size: 24px 15px;
}

.tmp_btn_icon-rentacar::before {
  content: "";
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resultrentacar-icon.png") no-repeat left top;
  background-size: 25px 25px;
}

.tmp_btn_icon-twitter::before {
  content: "";
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("/Personal/reserve/wb/img/trainsearch/ts_resulttwitter-icon.png") no-repeat left top;
  background-size: 25px 25px;
}

/* ボタン幅調整用 */
@media print, screen and (min-width: 750px) {
  .pc_w380px {
    max-width: 380px;
    width: 100%;
  }
}

/*=========================================
フォームテンプレート
=========================================*/
/* 1行テキストエリア */
/* テキストエリア */
/* テキストエリア枠に▼アイコン付けるcss */
/* セレクトボックス */
/*=========================================
ツアーパネルの大枠
=========================================*/
.tP_W {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 18px;
}
@media print, screen and (min-width: 750px) {
  .tP_W {
    padding-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    max-width: 530px;
    margin-top: 0;
  }
}
.error .tP_W {
  padding-bottom: 25px;
}
.searchNotuse .tP_W {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*=========================================
ヘッダー
=========================================*/
.tP_headerW {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .tP_headerW {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.tP_headerWTitleW {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .tP_headerWTitleW {
    width: inherit;
  }
}

.tP_headerWSubW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .tP_headerWSubW {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
  }
}

.tP_headerWSubWList {
  margin: 0;
  padding: 0;
}

/*=========================================
コース選択
=========================================*/
.tP_courseSelectW {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 750px) {
  .tP_courseSelectW {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.searchNotuse .tP_courseSelectW {
  display: none;
}

.tP_courseSelectWTitleW {
  width: 100%;
  font-size: 1.05rem;
  font-weight: bold;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 29px 3px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  .tP_courseSelectWTitleW {
    width: calc(100% / 3);
    font-size: 0.938rem;
  }
}

.tP_courseSelectWCheckW {
  margin-top: 10px;
  width: 50%;
}
@media print, screen and (min-width: 750px) {
  .tP_courseSelectWCheckW {
    width: calc(100% / 3);
  }
}

/*=========================================
宿泊日
=========================================*/
.tP_accdateW {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateW {
    align-items: center;
  }
}
.searchNotuse .tP_accdateW {
  display: none;
}

.tP_accdateWTitleW {
  width: 100%;
  font-size: 1.05rem;
  font-weight: bold;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 29px 3px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWTitleW {
    max-width: 62px;
    width: 100%;
    font-size: 0.938rem;
  }
}

.tP_accdateWdateW {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWdateW {
    max-width: 260px;
    width: 100%;
    margin-top: 0;
    margin-right: 24px;
    height: 34px;
  }
  .tP_accdateWdateW .top_formEntryDateStartSelectDate {
    margin-bottom: 0;
  }
}

.tP_accdateWstaydaysW {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWstaydaysW {
    max-width: 153px;
    width: 100%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWstaydaysW > select {
    width: calc(100% - 4em);
  }
}

.tP_accdateWstaydaysW-label {
  width: 3em;
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWstaydaysW-label {
    font-size: 0.938rem;
    width: 4em;
  }
}

.tP_accdateWstaydaysW-select {
  width: calc(100% - 60px - 3em);
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWstaydaysW-select {
    width: calc(100% - 3em);
  }
}

.tP_accdateWgoW {
  width: 100%;
  margin-top: 15px;
}

.tP_accdateWgoWinput {
  width: 100%;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWgoWinput {
    max-width: 370px;
  }
}
.tP_accdateWgoWinput select {
  min-height: 46px;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWgoWinput select {
    width: calc(100% - 4.5em);
    font-size: 0.875rem;
    min-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tP_accdateWgoWinput input:placeholder-shown {
  color: #333;
}
.tP_accdateWgoWinput input::-webkit-input-placeholder {
  color: #333;
}
.tP_accdateWgoWinput input:-moz-placeholder {
  color: #333;
}
.tP_accdateWgoWinput input::-moz-placeholder {
  color: #333;
}
.tP_accdateWgoWinput input:-ms-input-placeholder {
  color: #333;
}
@media print, screen and (min-width: 750px) {
  .tP_accdateWgoWinput input:placeholder-shown {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_accdateWgoWinput input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_accdateWgoWinput input:-moz-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_accdateWgoWinput input::-moz-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_accdateWgoWinput input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
}

.tP_accdateWhotelW {
  width: 100%;
  margin-top: 15px;
}

/*=========================================
乗車駅・乗車時間を指定する
=========================================*/
.tP_getonW {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.tP_getonW.active {
  display: block;
}
.searchNotuse .tP_getonW {
  display: none !important;
}

.tP_getonWsub {
  width: 100%;
  height: auto;
}

.tP_getonWbtnW {
  width: 100%;
  height: auto;
}

.tP_getonWmainW {
  display: none;
  width: 100%;
  height: auto;
  padding: 0;
}

.tP_getonWmainWoutW {
  width: 100%;
  height: auto;
  background: #f0f3f5;
  border-radius: 5px;
  padding: 14px 10px;
  margin-bottom: 25px;
}
.tP_getonW.active .tP_getonWmainWoutW {
  margin-top: 20px;
}

.tP_getonWmainWoutWH {
  width: 100%;
  font-size: 1.05rem;
  font-weight: bold;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 29px 3px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  .tP_getonWmainWoutWH {
    width: calc(100% / 3);
    font-size: 0.938rem;
  }
}

.tP_getonWmainWinW {
  width: 100%;
  height: auto;
  background: #f0f3f5;
  border-radius: 5px;
  padding: 14px 10px;
}

.tP_getonWmainWinWH {
  width: 100%;
  font-size: 1.05rem;
  font-weight: bold;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 29px 3px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  .tP_getonWmainWinWH {
    width: calc(100% / 3);
    font-size: 0.938rem;
  }
}

.tP_getonWmainWoutWdl {
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 5px;
}
@media print, screen and (min-width: 750px) {
  .tP_getonWmainWoutWdl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 0;
  }
}

.tP_getonWmainWoutWdt {
  width: 100%;
  height: auto;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.tP_getonWmainWoutWdt:first-of-type {
  margin-top: 0;
}
.tP_getonWmainWoutWdt button {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}
.tP_getonWmainWoutWdt button::before {
  top: 2px;
}
@media print, screen and (min-width: 750px) {
  .tP_getonWmainWoutWdt {
    max-width: 100px;
    width: 100%;
    margin-top: 12px;
    justify-content: flex-end;
  }
}

.tP_getonWmainWoutWdd {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 750px) {
  .tP_getonWmainWoutWdd {
    max-width: calc(100% - 100px);
    width: 100%;
    margin-top: 12px;
    padding-left: 20px;
  }
  .tP_getonWmainWoutWdd.calendar {
    justify-content: flex-start;
  }
  .tP_getonWmainWoutWdd.calendar .top_formEntryDateStartSelectDate {
    max-width: 195px;
    width: 100%;
    margin-bottom: 0;
  }
  .tP_getonWmainWoutWdd:first-of-type {
    margin-top: 0;
  }
}

.tP_getonWmainWoutWdd-geton {
  padding-left: 10px;
}

.tP_getonWmainWoutWdd-getoffW {
  width: 100%;
  height: auto;
}

.tP_getonWmainWoutWdd-getoffWinputW {
  width: calc(50% - 18px);
  position: relative;
}
.tP_getonWmainWoutWdd-getoffWinputW:first-of-type::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #c7cdd1;
  left: calc(100% + 10px);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.tP_getonWmainWoutWdd-getoffWinputW-text {
  font-size: 0.9rem;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
.tP_getonWmainWoutWdd-getoffWinputW-text span {
  display: block;
  font-size: 0.7rem;
}

.tP_getonWmainWoutWdd-getoffWinputW-input {
  min-height: 46px;
}
.tP_getonWmainWoutWdd-getoffWinputW-input:placeholder-shown {
  color: #333;
}
.tP_getonWmainWoutWdd-getoffWinputW-input::-webkit-input-placeholder {
  color: #333;
}
.tP_getonWmainWoutWdd-getoffWinputW-input:-moz-placeholder {
  color: #333;
}
.tP_getonWmainWoutWdd-getoffWinputW-input::-moz-placeholder {
  color: #333;
}
.tP_getonWmainWoutWdd-getoffWinputW-input:-ms-input-placeholder {
  color: #333;
}
@media print, screen and (min-width: 750px) {
  .tP_getonWmainWoutWdd-getoffWinputW-input {
    min-height: 34px;
    border-radius: 3px;
    font-size: 0.875rem;
  }
  .tP_getonWmainWoutWdd-getoffWinputW-input:placeholder-shown {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_getonWmainWoutWdd-getoffWinputW-input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_getonWmainWoutWdd-getoffWinputW-input:-moz-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_getonWmainWoutWdd-getoffWinputW-input::-moz-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
  .tP_getonWmainWoutWdd-getoffWinputW-input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #333;
  }
}

.tP_getonWmainWoutWdd-selectW {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.tP_getonWmainWoutWdd-selectW-select {
  width: 93px;
  margin-right: 15px;
}

.tP_getonWmainWoutWdd-selectW-select:focus {
  outline: solid 2px #06e;
}

@media print, screen and (min-width: 750px) {
  .tP_getonWmainWoutWdd-selectW-select {
    height: 34px;
    min-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    font-size: 0.875rem;
  }
}

.tP_getonWmainWoutWdd-selectW-text {
  font-size: 0.875rem;
}

/*=========================================
人数
=========================================*/
.tP_acW {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.tP_acW .top_formEntryAc-subW {
  padding-left: 0;
  padding-right: 0;
}
.searchNotuse .tP_acW {
  display: none;
}

/*=========================================
検索オプション
=========================================*/
/*=========================================
出発地・宿泊地ポップアップ
=========================================*/
.topTourDeptW {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e9f0e9;
  padding: 0;
}
@media print, screen and (min-width: 750px) {
  .topTourDeptW {
    position: absolute;
    left: -372px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 413px;
    width: 100%;
    height: auto;
    z-index: 1500;
    border: 2px solid #007a52;
    border-radius: 5px;
    transition-duration: 0s;
    overflow: inherit !important;
  }
  .topTourDeptW::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: calc(100% + 2px);
    right: 25px;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #007a52 transparent;
  }
}

.topTourDeptWinner {
  width: 100%;
}
@media print, screen and (min-width: 750px) {
  .topTourDeptWinner {
    padding: 18px 14px;
  }
}

.topTourDeptDl {
  width: 100%;
  padding: 20px 14px;
}
@media print, screen and (min-width: 750px) {
  .topTourDeptDl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}

.topTourDeptDt {
  width: 100%;
  font-size: 1.05rem;
  font-weight: bold;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 29px 3px;
  padding-bottom: 5px;
  margin-top: 23px;
}
.topTourDeptDt:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 750px) {
  .topTourDeptDt {
    width: 72px;
    font-size: 0.8rem;
    margin-top: 12px;
    background: none;
    padding-bottom: 0;
    padding-right: 20px;
    text-align: right;
  }
}

.topTourDeptDd {
  margin-top: 12px;
}
@media print, screen and (min-width: 750px) {
  .topTourDeptDd {
    width: calc(100% - 72px);
  }
  .topTourDeptDd:first-of-type {
    margin-top: 0;
  }
}

.topTourDeptPopupFixBtnW {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2100;
  background: #fff;
}
.top_slidePopupW.active .topTourDeptPopupFixBtnW {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .topTourDeptPopupFixBtnW {
    position: static;
    background: none;
  }
}

.subPuSmap_displayW {
  width: 100%;
  height: auto;
  padding: 15px;
}
@media print, screen and (min-width: 750px) {
  .subPuSmap_displayW {
    padding-top: 0;
  }
}

.subPuSmap_displayBtnW {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 750px) {
  .subPuSmap_displayBtnW {
    justify-content: center;
  }
}

.subPuSmap_displayBtnW-clear {
  width: 48%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .subPuSmap_displayBtnW-clear {
    display: none;
  }
}
.subPuSmap_displayBtnW-clear button {
  color: #666666;
  border-color: #a6a6a6;
}

.subPuSmap_displayBtnW-decide {
  width: 48%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .subPuSmap_displayBtnW-decide button {
    height: 36px;
  }
}

/*=========================================
行きの列車乗車駅を選択ポップアップ
=========================================*/
.topTourGetonW {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e9f0e9;
  padding: 0;
}
@media print, screen and (min-width: 750px) {
  .topTourGetonW {
    position: absolute;
    left: -229px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 413px;
    width: 100%;
    height: auto;
    z-index: 1500;
    border: 2px solid #007a52;
    border-radius: 5px;
    transition-duration: 0s;
    overflow: inherit !important;
  }
  .topTourGetonW::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: calc(100% + 2px);
    right: 173px;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #007a52 transparent;
  }
}

@media print, screen and (min-width: 750px) {
  .topTourGetonDd-text {
    font-size: 0.9rem;
  }
}

/*=========================================
行きの列車降車駅を選択ポップアップ
=========================================*/
.topTourGetoffW {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e9f0e9;
  padding: 0;
}
@media print, screen and (min-width: 750px) {
  .topTourGetoffW {
    position: absolute;
    left: 158px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 413px;
    width: 100%;
    height: auto;
    z-index: 1500;
    border: 2px solid #007a52;
    border-radius: 5px;
    transition-duration: 0s;
    overflow: inherit !important;
  }
  .topTourGetoffW::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: calc(100% + 2px);
    right: 173px;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #007a52 transparent;
  }
}

/*=========================================
帰りの列車乗車駅を選択ポップアップ
=========================================*/
.topTourReturnGetonW {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e9f0e9;
  padding: 0;
}
@media print, screen and (min-width: 750px) {
  .topTourReturnGetonW {
    position: absolute;
    left: -229px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 413px;
    width: 100%;
    height: auto;
    z-index: 1500;
    border: 2px solid #007a52;
    border-radius: 5px;
    transition-duration: 0s;
    overflow: inherit !important;
  }
  .topTourReturnGetonW::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: calc(100% + 2px);
    right: 173px;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #007a52 transparent;
  }
}

@media print, screen and (min-width: 750px) {
  .topTourGetonDd-text {
    font-size: 0.9rem;
  }
}

/*=========================================
JRツアーを検索するボタン直下の注意リンク（SPのみ）
=========================================*/
.idxSearchWTourSubmit-attW {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 12px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourSubmit-attW {
    display: none;
  }
}
.idxSearchWTourSubmit-attW .tP_headerWSubW {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourSubmit-attW .tP_headerWSubW {
    display: none;
  }
}
.idxSearchWTourSubmit-attW .tP_headerWSubWList {
  text-align: right;
  margin-bottom: 10px;
}
.idxSearchWTourSubmit-attW .tP_headerWSubWList:last-of-type {
  margin-bottom: 0;
}

/*=========================================
JRツアーのエラー表示
=========================================*/
.top_tP-error {
  width: 100%;
  color: #b42700;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5px;
}
.top_tP-error.error2 {
  margin-top: 20px;
  margin-bottom: -20px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryAc-subW .top_tP-error {
    order: 3;
  }
}

/*# sourceMappingURL=top_searchparts-tour.css.map */
