@charset "UTF-8";
/*******************************************************************************
*
* 列車検索条件入力
*
*******************************************************************************/
/*=========================================
ボタンテンプレート
=========================================*/
/* デフォルト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行テキストエリア */
.topPuStGeton_tabStFormGetonW label, .topPuStGetoff_tabStFormGetonW label, .topFormEntryVia_tabStFormGetonW label {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  min-height: 40px;
  height: 2rem;
  background: #007a52;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px 0 0 5px;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .topPuStGeton_tabStFormGetonW label, .topPuStGetoff_tabStFormGetonW label, .topFormEntryVia_tabStFormGetonW label {
    width: 7em;
  }
}

.topPuStGeton_tabStFormGetonW input, .topPuStGetoff_tabStFormGetonW input, .topFormEntryVia_tabStFormGetonW input {
  display: block;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6em);
  min-height: 40px;
  height: 2rem;
  font-size: 1rem;
  border: 1px solid #a6a6a6;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .topPuStGeton_tabStFormGetonW input, .topPuStGetoff_tabStFormGetonW input, .topFormEntryVia_tabStFormGetonW input {
    width: calc(100% - 7em);
  }
}
.topPuStGeton_tabStFormGetonW input:placeholder-shown, .topPuStGetoff_tabStFormGetonW input:placeholder-shown, .topFormEntryVia_tabStFormGetonW input:placeholder-shown {
  color: #a6a6a6;
}
.topPuStGeton_tabStFormGetonW input:focus:placeholder-shown, .topPuStGetoff_tabStFormGetonW input:focus:placeholder-shown, .topFormEntryVia_tabStFormGetonW input:focus:placeholder-shown {
  color: transparent;
}
.topPuStGeton_tabStFormGetonW input::-webkit-input-placeholder, .topPuStGetoff_tabStFormGetonW input::-webkit-input-placeholder, .topFormEntryVia_tabStFormGetonW input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.topPuStGeton_tabStFormGetonW input:focus::-webkit-input-placeholder, .topPuStGetoff_tabStFormGetonW input:focus::-webkit-input-placeholder, .topFormEntryVia_tabStFormGetonW input:focus::-webkit-input-placeholder {
  color: transparent;
}
.topPuStGeton_tabStFormGetonW input:-moz-placeholder, .topPuStGetoff_tabStFormGetonW input:-moz-placeholder, .topFormEntryVia_tabStFormGetonW input:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.topPuStGeton_tabStFormGetonW input:focus:-moz-placeholder, .topPuStGetoff_tabStFormGetonW input:focus:-moz-placeholder, .topFormEntryVia_tabStFormGetonW input:focus:-moz-placeholder {
  color: transparent;
}
.topPuStGeton_tabStFormGetonW input::-moz-placeholder, .topPuStGetoff_tabStFormGetonW input::-moz-placeholder, .topFormEntryVia_tabStFormGetonW input::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.topPuStGeton_tabStFormGetonW input:focus::-moz-placeholder, .topPuStGetoff_tabStFormGetonW input:focus::-moz-placeholder, .topFormEntryVia_tabStFormGetonW input:focus::-moz-placeholder {
  color: transparent;
}
.topPuStGeton_tabStFormGetonW input:-ms-input-placeholder, .topPuStGetoff_tabStFormGetonW input:-ms-input-placeholder, .topFormEntryVia_tabStFormGetonW input:-ms-input-placeholder {
  color: #a6a6a6;
}
.topPuStGeton_tabStFormGetonW input:focus:-ms-input-placeholder, .topPuStGetoff_tabStFormGetonW input:focus:-ms-input-placeholder, .topFormEntryVia_tabStFormGetonW input:focus:-ms-input-placeholder {
  color: transparent;
}
.topPuStGeton_tabStFormGetonW input:disabled, .topPuStGetoff_tabStFormGetonW input:disabled, .topFormEntryVia_tabStFormGetonW input:disabled {
  background: #ebebeb;
  color: #a6a6a6;
}

.top_seaFreeWord input {
  display: block;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  font-size: 1rem;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
  -webkit-user-select: auto;
  background-color: #fff;
}
.top_seaFreeWord input:focus {
  outline: 2px solid #06c;
  color: inherit !important;
}
.top_seaFreeWord input:placeholder-shown {
  color: #a6a6a6;
}
.top_seaFreeWord input:focus:placeholder-shown {
  color: transparent;
}
.top_seaFreeWord input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.top_seaFreeWord input:focus::-webkit-input-placeholder {
  color: transparent;
}
.top_seaFreeWord input:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.top_seaFreeWord input:focus:-moz-placeholder {
  color: transparent;
}
.top_seaFreeWord input::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.top_seaFreeWord input:focus::-moz-placeholder {
  color: transparent;
}
.top_seaFreeWord input:-ms-input-placeholder {
  color: #a6a6a6;
}
.top_seaFreeWord input:focus:-ms-input-placeholder {
  color: transparent;
}
.top_seaFreeWord input::-ms-input-placeholder {
  color: #a6a6a6;
}
.top_seaFreeWord input:focus::-ms-input-placeholder {
  color: transparent;
}
.top_seaFreeWord input:disabled {
  background: #ebebeb;
  color: #a6a6a6;
}

/* テキストエリア */
/* テキストエリア枠に▼アイコン付けるcss */
/* セレクトボックス */
/*=========================================
ヘッダー（SP版）
=========================================*/
.ofh-html,
.ofh-body {
  overflow: hidden;
}

.idxTopSpHW {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 750px) {
  .idxTopSpHW {
    display: none;
  }
}

.idxTopSpHMenuW {
  width: 100%;
  height: auto;
  display: block;
}

.idxTopSpHnavW {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
  position: static;
}
.idxTopSpHnavW.active {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.idxTopSpHnavLogoH {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  margin-right: 5px;
}

.idxTopSpHnavLogoHLink {
  display: block;
}
.idxTopSpHnavLogoHLink img {
  display: block;
}

.idxTopSpHnavMenuList {
  max-width: 190px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: auto;
}

.idxTopSpHnavMenuListItem {
  max-width: 65px;
  width: 100%;
  height: auto;
  border-left: 1px solid #d9d9d9;
  position: relative;
}
.idxTopSpHnavMenuListItem:last-of-type {
  border-right: 1px solid #d9d9d9;
  max-width: 60px;
}

.idxTopSpHnavMenuListItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  color: #000;
  text-decoration: none;
}

.idxTopSpHnavJreogoH {
  min-width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idxTopSpHnavJreogoHLink {
  display: block;
}
.idxTopSpHnavJreogoHLink img {
  display: block;
}

.idxTopSpHnavMenuListItemBtn {
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0px;
  background: url("/top/jrticket/img/index_headersubmenuopen-icon.png") no-repeat center top 9px;
  background-size: 18px 15px;
}
.idxTopSpHnavMenuListItemBtn::after {
  content: "メニュー";
  display: block;
  font-size: 0.6rem;
  margin-top: 24px;
}
.idxTopSpHnavMenuListItemBtn.active {
  background: url("/top/jrticket/img/index_headersubmenuclose-icon.png") no-repeat center top 9px;
  background-size: 18px 15px;
  background-color: #007a52;
  color: #fff;
}
.idxTopSpHnavMenuListItemBtn.active::after {
  content: "とじる";
}

/* サブメニュー */
.idxTopSpHnavSubW {
  width: calc(100vw - 49px);
  height: calc(100vh - 50px);
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  background: #007a52;
  overflow: auto;
}
.idxTopSpHnavSubW.active {
  display: block;
}

.idxTopSpHnavSubList {
  width: 100%;
  height: auto;
  padding: 15px 15px 0 15px;
}

.idxTopSpHnavSubListItem {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.idxTopSpHnavSubListItem:last-of-type {
  margin-bottom: 0;
}

.idxTopSpHnavSubListItemLink {
  width: 100%;
  height: auto;
  display: block;
  background: #07855b;
  color: #fff;
  text-decoration: none;
  padding: 14px 15px 15px;
  border-bottom: 1px solid #53a68a;
  position: relative;
  line-height: 1;
  font-size: 0.938rem;
}
.idxTopSpHnavSubListItemLink::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.idxTopSpHnavSubList2 {
  width: 100%;
  height: auto;
  padding: 0 5px;
}

.idxTopSpHnavSubList2Item {
  width: 100%;
  height: auto;
}

.idxTopSpHnavSubList2ItemLink {
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px 15px 20px;
  border-bottom: 1px solid #53a68a;
  font-size: 0.8rem;
  line-height: 1.6;
}

.idxTopSpHnavSubList3 {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.idxTopSpHnavSubList3Item {
  width: auto;
  height: auto;
  display: inline-block;
}

.idxTopSpHnavSubList3ItemLink {
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 9px 0 9px 20px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.idxTopSpHnavSubList3ItemLink span {
  border-right: 1px solid #53a68a;
  padding-right: 20px;
}
.idxTopSpHnavSubList3Item:last-of-type .idxTopSpHnavSubList3ItemLink span {
  border-right: none;
}

.idxTopSpHnavSubBtnW {
  width: 100%;
  height: auto;
}

.idxTopSpHnavSubBtn {
  appearance: none;
  background: none;
  padding: 20px 0 25px;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
}

.idxMainContent {
  width: 100%;
  height: auto;
}
.idxMainContent.active {
  padding-top: 50px;
  pointer-events: none;
}

/* 会員情報枠 */
.idxTopSpHMemberW {
  width: 100%;
  height: auto;
  display: block;
  background: #f0f3f5;
  border-top: 1px solid #d9d9d9;
}

.idxTopSpHMemberSubmenuList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.idxTopSpHMemberSubmenuListItem {
  height: auto;
  position: relative;
}
.idxTopSpHMemberSubmenuListItem:first-of-type {
  width: 60%;
  border-bottom: 1px solid #d9d9d9;
}
.idxTopSpHMemberSubmenuListItem:last-of-type {
  width: 40%;
  border-bottom: 1px solid #d9d9d9;
}

.idxTopSpHnavLoginAfterListItemSubWPointW {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9rem;
  padding: 0 5px;
}

.idxTopSpHnavLoginAfterListItemSubWPointW-img {
  width: 26px;
  height: 20px;
  margin-right: 5px;
}

.idxTopSpHnavLoginAfterListItemSubWPointW-text {
  width: auto;
}
.idxTopSpHnavLoginAfterListItemSubWPointW-text span {
  font-size: 0.7rem;
}

.idxTopSpHMemberSubmenuListItemBtn {
  appearance: none;
  background: none;
  padding: 8px 34px 8px 50px;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  height: auto;
  min-height: 46px;
  background: url("/top/jrticket/img/index_headermember-icon.png") no-repeat left 15px top 8px;
  background-size: 30px 30px;
  font-size: 0.9rem;
  border-right: 1px solid #d9d9d9;
}
.idxTopSpHMemberSubmenuListItemBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
}
.idxTopSpHMemberSubmenuListItemBtn span {
  font-size: 0.8rem;
  min-width: 2em;
}

.idxTopSpHMemberSubmenuList2 {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  background: #f0f3f5;
  border-top: 1px solid #d9d9d9;
  z-index: 9800;
}
.idxTopSpHMemberSubmenuList2.active {
  display: block;
}

.idxTopSpHMemberSubmenuList2Item {
  width: 100%;
  height: auto;
}

.idxTopSpHMemberSubmenuList2ItemLink {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 30px;
  position: relative;
  font-size: 0.9rem;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  color: #000;
  text-decoration: none;
}
.idxTopSpHMemberSubmenuList2ItemLink::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 12px;
  border-top: 2px solid #007a52;
  border-right: 2px solid #007a52;
  transform: rotate(45deg);
}

/* ポイント照会ボタン */
.idxTopSpHMemberSubmenuPointBtn {
  appearance: none;
  background: none;
  padding: 8px 12px 8px 30px;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  text-align: left;
}
@media print, screen and (min-width: 750px) {
  .idxTopSpHMemberSubmenuPointBtn {
    width: auto;
    padding: 0 0 0 10px;
  }
}
.idxTopSpHMemberSubmenuPointBtn::before {
  content: "";
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-top: 2px solid #007a52;
  border-right: 2px solid #007a52;
  transform: rotate(45deg);
}

/* マイページ誘導ボタン枠 */
.idxTopSpHMypageW {
  width: 100%;
  height: auto;
  background: #f0f3f5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.idxTopSpHMypageTxt {
  width: 60%;
  height: auto;
  font-size: 0.75rem;
  padding: 9px 15px;
}

.idxTopSpHMypageBtnW {
  width: 40%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 15px;
}
.idxTopSpHMypageBtnW button {
  height: 45px;
  margin-bottom: 10px;
}
.idxTopSpHMypageBtnW button:last-of-type {
  margin-bottom: 0;
}

/*=========================================
ヘッダー（PC版）
=========================================*/
.idxTopPcHW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .idxTopPcHW {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
}

.idxTopPcHMenuW {
  width: 100%;
  height: auto;
}

.idxTopPcHnavW {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

_:-ms-lang(x)::-ms-backdrop, idxTopPcHnavW {
  height: 66px;
}

.idxTopPcHnavLogoH {
  width: 130px;
  min-height: 46px;
  height: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLogoH {
  /*display: block;*/
}

.idxTopPcHnavLogoHLink {
  display: flex;
  align-items: center;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLogoHLink {
  /*display: block;*/
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLogoHLink img {
  width: 100%;
  height: auto;
}

.idxTopPcHnavMenuList {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-right: auto;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuList {
  flex-wrap: wrap;
  margin-left: 0;
  width: auto;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuList {
  /*width: calc(100% - 650px);*/
  /*max-width: calc(100% - 400px);*/
}

.idxTopPcHnavMenuListItem {
  width: auto;
  height: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuListItem {
  height: auto;
}

/*
_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuListItem:nth-of-type(1) {
  width: 24%;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuListItem:nth-of-type(2) {
  width: 22%;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuListItem:nth-of-type(3) {
  width: 26%;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavMenuListItem:nth-of-type(4) {
  width: 28%;
}
*/

.idxTopPcHnavMenuListItemLink {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-size: 0.7rem;
}
.idxTopPcHnavMenuListItemLink span {
  border-right: 1px solid #a6a6a6;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.idxTopPcHnavMenuListItem:first-of-type .idxTopPcHnavMenuListItemLink span {
  padding-left: 0;
}
.idxTopPcHnavMenuListItem:last-of-type .idxTopPcHnavMenuListItemLink span {
  border-right: none;
  padding-right: 0;
}
.idxTopPcHnavMenuListItemLink:hover {
  text-decoration: underline;
  color: #333;
}

/* ログイン前ボタン枠 */
.idxTopPcHnavLoginList {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}

.idxTopPcHnavLoginListItem {
  width: auto;
  height: 40px;
  margin-right: 10px;
}
.idxTopPcHnavLoginListItem:last-of-type {
  margin-right: 0;
}

.idxTopPcHnavLoginListItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f0f3f5;
  color: #007a52;
  font-weight: bold;
  font-size: 0.8rem;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1;
}
.idxTopPcHnavLoginListItemLink:hover {
  background: #f0f7f0;
  color: #007a52;
}
.idxTopPcHnavLoginListItemLink.newmember {
  padding-left: 20px;
  padding-right: 20px;
}
.idxTopPcHnavLoginListItemLink.login {
  padding-left: 30px;
  padding-right: 30px;
}

/* ログイン後ボタン枠 */
.idxTopPcHnavLoginAfterList {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: auto;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLoginAfterList {
  width: 444px;
  padding-left: 15px;
  height: 46px;
}

.idxTopPcHnavLoginAfterListItem {
  width: auto;
  min-width: 194px;
  min-height: 46px;
  margin-right: 10px;
  background: #f0f3f5;
  border-radius: 3px;
  position: relative;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLoginAfterListItem {
  min-width: calc(100% - 239px);
  width: auto;
}

.idxTopPcHnavLoginAfterListItem:last-of-type {
  margin-right: 0;
}

.idxTopPcHnavLoginAfterListItemBtn {
  appearance: none;
  background: none;
  padding: 0 20px 0 45px;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(/top/jrticket/img/index_headermember-icon.png) no-repeat left 7px center;
  background-size: 30px 30px;
  background-color: #f0f3f5;
  color: #333;
  font-weight: normal;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  text-align: left;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLoginAfterListItemBtn {
  line-height: 1;
}

.idxTopPcHnavLoginAfterListItemBtn span {
  font-size: 0.75rem;
  min-width: 2em; /*最大のお客様指名を表示した場合の画面崩れ解消のため*/
}
.idxTopPcHnavLoginAfterListItemBtn::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background: #dfe6eb;
  border-left: 1px solid #d9d9d9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.idxTopPcHnavLoginAfterListItemBtn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 4px;
  display: block;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #666666 transparent transparent transparent;
}
.idxTopPcHnavLoginAfterListItemBtn:hover {
  color: #333;
}
.idxTopPcHnavLoginAfterListItemBtn.active {
  color: #333;
}
.idxTopPcHnavLoginAfterListItemBtn:focus {
  outline: solid 2px #06c;
}

.idxTopPcHnavLoginAfterListItemSubW {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 100%;
  background: #f0f3f5;
  padding-right: 10px;
  border-radius: 3px;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLoginAfterListItemSubW {
  width: 249px;
}

.idxTopPcHnavLoginAfterListItemSubWPointW {
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 0.8rem;
  line-height: 1.4;
  background: url(/top/jrticket/img/logo_jrepoint.png) no-repeat left 12px center;
  background-size: 26px 20px;
  padding-left: 45px;
}

.idxTopPcHnavLoginAfterListItemSubWPointW span {
  display: block;
  font-size: 0.875rem;
}
.idxTopPcHnavLoginAfterListItemSubWPointW span:last-of-type {
  font-size: 0.6rem;
}

.idxTopPcHnavLoginAfterListItemSubWBtnW {
  width: auto;
  height: 100%;
  margin-left: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLoginAfterListItemSubWBtnW {
  width: 50%;
  max-width: 5em;
  margin-left: 15px;
}

.idxTopPcHnavLoginAfterListItemSubWBtn {
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.75rem;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavLoginAfterListItemSubWBtn {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1;
}

/* 会員名前枠のポップアップ枠 */
.idxTopPcHnavLoginAfter2W {
  display: none;
  position: absolute;
  width: 290px;
  height: auto;
  top: 100%;
  left: calc(50% - 145px);
  padding-top: 6px;
  z-index: 9800;
}
.idxTopPcHnavLoginAfter2W.active {
  display: block;
}

.idxTopPcHnavLoginAfter2List {
  width: 100%;
  height: auto;
  background: #f0f3f5;
  border: 2px solid #007a52;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
}
.idxTopPcHnavLoginAfter2List::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: calc(100% + 2px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #007a52 transparent;
}

.idxTopPcHnavLoginAfter2ListItem {
  width: 100%;
  height: auto;
  display: block;
}

.idxTopPcHnavLoginAfter2ListItemLink {
  display: block;
  font-size: 0.8rem;
  position: relative;
  padding-left: 15px;
  color: #333;
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1;
}
.idxTopPcHnavLoginAfter2ListItemLink::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 3px;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  border-top: 1px solid #007a52;
  border-right: 1px solid #007a52;
  transform: rotate(45deg);
}
.idxTopPcHnavLoginAfter2ListItemLink:hover {
  text-decoration: underline;
  color: #333;
}

/* JR東日本ロゴ */
.idxTopPcHnavJreogoH {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: auto;
  margin-left: 15px;
}

.idxTopPcHnavJreogoHLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .idxTopPcHnavJreogoHLink img {
  width: 100%;
  height: auto;
}

.idxTopPcHSubmenuW {
  width: 100%;
  height: 52px;
  background: #007a52;
}

.idxTopPcHSubmenuList {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.idxTopPcHSubmenuListItem {
  width: calc(100% / 3);
  height: 100%;
  position: relative;
  /*&:nth-of-type(2) {
  border-right: 1px solid #53a68a;
	}*/
}
.idxTopPcHSubmenuListItem:last-of-type {
  border-left: 1px solid #53a68a;
  border-right: 1px solid #53a68a;
}

.idxTopPcHSubmenuListItemBtn {
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

  font-size: 1.0625rem;
  line-height: 1;
  background: #007a52;
  border-left: 1px solid #53a68a;
  border-right: 1px solid #53a68a;
}
.idxTopPcHSubmenuListItemBtn:hover {
  background: #106b4d;
  color: #fff;
}
.idxTopPcHSubmenuListItemBtn.active {
  background: #106b4d;
  color: #fff;
}
.idxTopPcHSubmenuListItemBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.idxTopPcHSubmenuListItemBtn:focus {
  outline: solid 2px #06c;
}

.idxTopPcHSubmenuListItemLink {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.0625rem;
  line-height: 1;
  text-decoration: none;
  background: #007a52;
}
.idxTopPcHSubmenuListItemLink:hover {
  background: #106b4d;
  color: #fff;
}

.idxTopPcHSubmenu2W {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: calc(100% - 1px);
  left: 0;
  background: #106b4d;
  z-index: 9999;
  padding: 10px 15px 20px;
  border-left: 1px solid #53a68a;
  border-right: 1px solid #53a68a;
  border-bottom: 1px solid #53a68a;
  border-top: 1px solid #106b4d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.idxTopPcHSubmenu2W.active {
  display: block;
}

.idxTopPcHSubmenu2List {
  width: 100%;
  height: auto;
}

.idxTopPcHSubmenu2ListItem {
  width: 100%;
  height: auto;
}

.idxTopPcHSubmenu2ListItemLink {
  width: 100%;
  height: auto;
  display: block;
  background: #0b7350;
  color: #fff;
  text-decoration: none;
  padding: 13px 15px;
  border-bottom: 1px solid #53a68a;
  position: relative;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .idxTopPcHSubmenu2ListItemLink {
    font-size: 0.938rem;
  }
}
.idxTopPcHSubmenu2ListItemLink::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.idxTopPcHSubmenu2ListItemLink:hover {
  color: #fff;
  text-decoration: underline;
}

.idxTopPcHSubmenu2List2 {
  width: 100%;
  height: auto;
  padding: 0 5px;
}

.idxTopPcHSubmenu2List2Item {
  width: 100%;
  height: auto;
}

.idxTopPcHSubmenu2List2ItemLink {
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px 15px 20px;
  border-bottom: 1px solid #53a68a;
  font-size: 0.825rem;
  line-height: 1;
}
.idxTopPcHSubmenu2List2ItemLink:hover {
  text-decoration: underline;
  color: #fff;
}

.idxTopPcHSubmenu2List3 {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.idxTopPcHSubmenu2List3Item {
  width: auto;
  height: auto;
  display: inline-block;
}

.idxTopPcHSubmenu2List3ItemLink {
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 11px 0 11px 20px;
  font-size: 0.8rem;
  line-height: 1;
}
.idxTopPcHSubmenu2List3ItemLink span {
  border-right: 1px solid #53a68a;
  padding-right: 20px;
}
.idxTopPcHSubmenu2bList3Item:last-of-type .idxTopPcHSubmenu2List3ItemLink span {
  border-right: none;
}
.idxTopPcHSubmenu2List3ItemLink:hover {
  text-decoration: underline;
  color: #fff;
}

/* スタイル競合のため削除 */

/*=========================================
ページ下部ナビゲーションボタン
=========================================*/
/* SP版ポイント照会モーダルウィンドウ */
.modal_spPointCheckW {
  background: #fff;
}

.modal_spPointCheckContentW {
  display: block;
  width: 100%;
  height: auto;
}

.modal_spPointCheckContentPoint {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal_spPointCheckContentPoint span {
  font-size: 0.8rem;
  margin-left: 3px;
}
.modal_spPointCheckContentPoint img {
  margin-right: 5px;
}

.modal_spPointCheckContentCloseBtn {
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #000;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  padding: 12px 10px;
  font-size: 0.9rem;
}

.modal_spPointCheckContentAtt {
  color: #007a52;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.modal_spPointCheckContentAtt-errorCode {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.2;
}

.modal_spPointCheckContentTxt {
  font-size: 0.9rem;
  margin-top: 15px;
}

.modal_spPointCheckContentBtnW {
  margin-top: 20px;
}
.modal_spPointCheckContentBtnW button:last-of-type {
  margin-top: 15px;
}

/*=========================================
駅レンタカー枠
=========================================*/
.top_formEntryStartW {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryStartW {
    max-width: 335px;
  }
}
.rentacarPagemove .top_formEntryStartW {
  display: none;
}
.searchNotuse .top_formEntryStartW {
  display: none;
}

.top_formEntryDateStartInner {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateStartInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 8px;
  }
}
.rentacarPagemove .top_formEntryDateStartInner {
  display: none;
}
.searchNotuse .top_formEntryDateStartInner {
  display: none;
}

.top_formEntryDateStartInnerH {
  width: 100%;
  height: auto;
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 5px;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 35px 3px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateStartInnerH {
    width: 7rem;
    margin-top: 0;
    font-size: 0.9rem;
  }
}

.top_formEntryDateStartSelectW {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateStartSelectW {
    width: calc(335px - 7em + 37px);
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 750px) {
  .top_formEntryDateStartSelectCalendar {
    margin-left: 10px;
  }
}

.top_formEntryDateStartSelectDate {
  width: calc(100% - 45px);
  padding-right: 15px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateStartSelectDate {
    padding-right: 0;
    margin-bottom: 8px;
  }
}

.top_formEntryDateStartSelectTime {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateStartSelectTime {
    justify-content: flex-start;
    margin-top: 0;
  }
}

.top_formEntryGoalW {
  width: 100%;
  height: auto;
  border-top: 1px solid #d9d9d9;
  margin-top: 16px;
  padding-top: 16px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryGoalW {
    padding-right: calc(100% - 335px);
  }
}
.rentacarPagemove .top_formEntryGoalW {
  display: none;
}
.searchNotuse .top_formEntryGoalW {
  display: none;
}

.top_formEntryDateGoalInner {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 8px;
  }
}
.rentacarPagemove .top_formEntryDateGoalInner {
  display: none;
}
.searchNotuse .top_formEntryDateGoalInner {
  display: none;
}

.top_formEntryDateGoalInnerH {
  width: 100%;
  height: auto;
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 5px;
  background: url(/top/jrticket/img/ts_header-bg-1.png) no-repeat left bottom;
  background-size: 35px 3px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalInnerH {
    width: 7rem;
    margin-top: 0;
    font-size: 0.9rem;
  }
}

.top_formEntryDateGoalSelectW {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalSelectW {
    width: calc(335px - 7em + 37px);
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalSelectCalendar {
    margin-left: 10px;
  }
}

.top_formEntryDateGoalSelectDate {
  width: calc(100% - 45px);
  padding-right: 15px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalSelectDate {
    padding-right: 0;
    margin-bottom: 8px;
  }
}

.top_formEntryDateGoalSelectTime {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalSelectTime {
    justify-content: flex-start;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .top_formEntryDateGoalSelectTime .top_formEntryDateSelectTimeInput:first-of-type {
    margin-right: 10px;
  }
}

.topPuRcGeton {
  /*	position: fixed;
  	//top: 100%;
  	top: 100%;
  	left: 0;
  	width: 100%;
  	height: 100vh;
  	z-index:9999;
  	background:$white;
  	transition-duration: .5s;

  	@include pc {*/
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  /*	}*/
  box-shadow: 0px 0px 1px 0px #cccccc;
}
.topPuRcGeton.active {
  /*		top: 0;

  		@include pc {*/
  display: block;
  top: 100%;
  background: #f5f5f5;
  /*		}*/
}
@media print, screen and (min-width: 750px) {
  .topPuRcGeton.active {
    position: fixed;
    left: 128px;
    right: 527px;
    margin-left: auto;
    margin-right: auto;
  }
}

.topPuRcGetoff {
  /*	position: fixed;
  	//top: 100%;
  	top: 100%;
  	left: 0;
  	width: 100%;
  	height: 100vh;
  	z-index:9999;
  	background:$white;
  	transition-duration: .5s;

  	@include pc {*/
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  /*	}*/
  box-shadow: 0px 0px 1px 0px #cccccc;
}
.topPuRcGetoff.active {
  /*		top: 0;

  		@include pc {*/
  display: block;
  top: 100%;
  background: #f5f5f5;
  /*		}*/
}
@media print, screen and (min-width: 750px) {
  .topPuRcGetoff.active {
    position: fixed;
    left: 128px;
    right: 527px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*=========================================
駅レンタカーのログイン後のご案内枠
=========================================*/
.idxSearchWRentacar_logininfoW {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.rentacarPagemove .idxSearchWRentacar_logininfoW {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacar_logininfoW {
    margin-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
    height: 312px;
    font-size: 0.9rem;
  }
}
.idxSearchWRentacar_logininfoW a {
  font-size: 1.2rem;
  height: 60px;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacar_logininfoW a {
    font-size: 1rem;
    height: 48px;
    margin-top: 24px;
  }
}

/*=========================================
駅レンタカーの営業所選択枠
=========================================*/
.topPuRcOfficeW {
  display: none;
}

.rcOfficeW_contents {
  display: none;
}

.topPuRcGetoffOfficeW {
  display: none;
}

.rcGetoffOfficeW_contents {
  display: none;
}

/*=========================================
JRきっぷのエラー表示
=========================================*/
.top_ticketP-error {
  width: 100%;
  color: #b42700;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5px;
}
@media print, screen and (min-width: 750px) {
  .top_formEntryAc-subW .top_ticketP-error {
    order: 3;
  }
}
@media print, screen and (min-width: 750px) {
  .top_formEntryAc-subW .top_ticketP-error {
    padding-left: 140px;
  }
}

/* *****************************************
	SP用ログアウトボタン
***************************************** */
@media (max-width: 749px) {
  .sp_logout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Noto Serif Japanese', sans-serif;
    font-size: 0.75rem;
    padding: 0;
    border: none;
    background: none;
  }
}

/*# sourceMappingURL=top_searchparts.css.map */