@charset "UTF-8";
/*******************************************************************************
*
* えきねっとトップCSS
*
*******************************************************************************/
.sp {
  display: block !important;
}
@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media print, screen and (min-width: 750px) {
  .pc {
    display: block !important;
  }
}

/*=========================================
トップページだけの全体フォントカラー変更
=========================================*/
body {
  color: #333;
}

/*=========================================
トップページだけのモーダル用CSS
=========================================*/
.modal.active {
  position: fixed;
}

/*=========================================
見出し
=========================================*/
.idx_h-1 {
  width: 100%;
  height: 130px;
  color: #fff;
  text-align: center;
  background: url(/top/jrticket/img/idxheader-bg-1.png) no-repeat center bottom 55px;
  background-size: 29px 3px;
  background-color: #007a52;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 37px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .idx_h-1 {
    height: auto;
    color: #333;
    text-align: center;
    background: url(/top/jrticket/img/idxheader-bg-2.png) no-repeat center bottom;
    background-size: 29px 3px;
    background-color: transparent;
    padding-top: 47px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
}
.idx_h-1::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 23px;
  left: -165px;
  margin-top: auto;
  margin-bottom: auto;
  border: 16px solid #12835e;
  background: none;
  box-shadow: 0 0 0 22px #007a52, 0 0 0 38px #12835e;
  transform: rotate(45deg);
  z-index: -1;
}
@media print, screen and (min-width: 750px) {
  .idx_h-1::before {
    content: none;
  }
}
.idx_h-1::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 23px;
  right: -165px;
  margin-top: auto;
  margin-bottom: auto;
  border: 16px solid #12835e;
  background: none;
  box-shadow: 0 0 0 22px #007a52, 0 0 0 38px #12835e;
  transform: rotate(45deg);
  z-index: -1;
}
@media print, screen and (min-width: 750px) {
  .idx_h-1::after {
    content: none;
  }
}

.idx_h-2 {
  width: 100%;
  height: auto;
  color: #000;
  text-align: center;
  background: url(/top/jrticket/img/idxheader-bg-2.png) no-repeat center bottom;
  background-size: 29px 3px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

/*=========================================
もっと見るボタン
=========================================*/
.idx_btnReadmoreW {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
@media print, screen and (min-width: 750px) {
  .idx_btnReadmoreW {
    display: none;
  }
  .idx_btnReadmoreW.show {
    display: block;
  }
}

.idx_btnReadmore {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 225px;
  height: 50px;
  background-color: #e9f0e9;
  color: #007a52;
  border: 1px solid #007a52;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition-duration: 0.4s;
}
.idx_btnReadmore.hide {
  display: none;
}
.idx_btnReadmore:focus {
  outline: 1px solid #007a52;
}
.idx_btnReadmore:hover {
  background: #fff;
}

.idx_btnReadmoreTxt {
  display: inline;
}

.idx_btnReadmoreIcon-plus {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #007a52;
  position: relative;
  margin-left: 9px;
}
.idx_btnReadmoreIcon-plus::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #e9f0e9;
}
.idx_btnReadmoreIcon-plus::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #e9f0e9;
}

/*=========================================
検索パネル
=========================================*/
@media print, screen and (min-width: 750px) {
  .index_form {
    background-color: #fff;
    border-bottom-left-radius: 4px;
  }
}

.idxSearchContentsW {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchContentsW {
    background: url("/top/jrticket/img/idxsearchw_bgimage.jpg") no-repeat center top;
    background-size: cover;
  }
}

.idxSearchW {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW {
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.idxSearchW-sub {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW-sub {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 1500;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 750px) {
  .idxSearchW-sub.activeOption {
    position: relative;
  }
}

.idxSearchW1st {
  width: 100%;
  height: auto;
  background: #007a52;
  padding-top: 10px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW1st {
    width: 66.459%;
    padding: 10px;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchW1st {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

.idxSearchW2nd {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW2nd {
    width: 31%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchW2nd {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.idxSearchW_menuList {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  background: linear-gradient(to bottom, #007a52 0, #007a52 62px, #fff 62px, #fff);
}
@media print, screen and (min-width: 750px) {
  .idxSearchW_menuList {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    background: none;
    background-repeat: no-repeat,repeat-y;
    background-size: 4px 4px,auto auto;
    overflow: hidden;
  }
  .idxSearchW_menuList::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    top: 0;
    right: 0;
    z-index: 9999;
    background: url("/top/jrticket/img/index_searchpanel-border.png") left top;
    background-size: 4px 4px;
    transform: scale(-1, -1);
  }
  .idxSearchW_menuList::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: url("/top/jrticket/img/index_searchpanel-border.png") left top;
    background-size: 4px 4px;
    transform: scale(-1, 1);
  }
}

.idxSearchW_menuListItem {
  width: calc((100% / 3) - 6px);
  height: auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW_menuListItem {
    width: 152.2%;
    max-width: 940px;
    margin-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: auto;
  }
}
.activeTicket .idxSearchW_menuListItem.ticket {
  z-index: 3;
}
@media print, screen and (min-width: 750px) {
  .activeTicket .idxSearchW_menuListItem.ticket {
    z-index: auto;
  }
}
.activeTicket .idxSearchW_menuListItem.ticket .idxSearchWTicketW {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .activeTicket .idxSearchW_menuListItem.ticket {
    position: static;
    display: flex;
    justify-content: flex-start;
  }
  .activeTicket .idxSearchW_menuListItem.ticket .idxSearchW_menuBtn {
    pointer-events: none;
    width: 90px;
    padding-right: 2px;
  }
}
.activeOption .activeTicket .idxSearchW_menuListItem.ticket {
  max-width: 940px;
}
@media print, screen and (min-width: 750px) and (max-width: 990px) {
  .activeOption .activeTicket .idxSearchW_menuListItem.ticket {
    width: 100%;
  }
}
.activeTicket .idxSearchW_menuListItem.tour .idxSearchWTourW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .activeTicket .idxSearchW_menuListItem.tour {
    position: absolute;
    top: 90px;
    pointer-events: none;
  }
  .activeTicket .idxSearchW_menuListItem.tour .idxSearchW_menuBtnW {
    pointer-events: all;
  }
}
.activeTicket .idxSearchW_menuListItem.rentacar .idxSearchWTourW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .activeTicket .idxSearchW_menuListItem.rentacar {
    position: absolute;
    top: 180px;
    pointer-events: none;
  }
  .activeTicket .idxSearchW_menuListItem.rentacar .idxSearchW_menuBtnW {
    pointer-events: all;
  }
}
.activeTicket .idxSearchW_menuListItem.rentacar .idxSearchWRentacarW {
  display: none;
}
.activeTour .idxSearchW_menuListItem.ticket .idxSearchWTicketW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .activeTour .idxSearchW_menuListItem.ticket {
    position: absolute;
    top: 0;
    pointer-events: none;
  }
  .activeTour .idxSearchW_menuListItem.ticket .idxSearchW_menuBtnW {
    pointer-events: all;
  }
}
.activeTour .idxSearchW_menuListItem.tour {
  z-index: 3;
}
@media print, screen and (min-width: 750px) {
  .activeTour .idxSearchW_menuListItem.tour {
    z-index: auto;
  }
}
.activeTour .idxSearchW_menuListItem.tour .idxSearchWTourW {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .activeTour .idxSearchW_menuListItem.tour {
    position: static;
    display: flex;
  }
  .activeTour .idxSearchW_menuListItem.tour .idxSearchW_menuBtn {
    top: 90px;
    pointer-events: none;
    width: 90px;
    padding-right: 2px;
  }
}
.activeTour .idxSearchW_menuListItem.rentacar .idxSearchWRentacarW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .activeTour .idxSearchW_menuListItem.rentacar {
    position: absolute;
    top: 180px;
    pointer-events: none;
  }
  .activeTour .idxSearchW_menuListItem.rentacar .idxSearchW_menuBtnW {
    pointer-events: all;
  }
}
.activeRentacar .idxSearchW_menuListItem.ticket .idxSearchWTicketW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .activeRentacar .idxSearchW_menuListItem.ticket {
    position: absolute;
    top: 0;
    pointer-events: none;
  }
  .activeRentacar .idxSearchW_menuListItem.ticket .idxSearchW_menuBtnW {
    pointer-events: all;
  }
}
.activeRentacar .idxSearchW_menuListItem.tour .idxSearchWTourW {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .activeRentacar .idxSearchW_menuListItem.tour {
    position: absolute;
    top: 90px;
    pointer-events: none;
  }
  .activeRentacar .idxSearchW_menuListItem.tour .idxSearchW_menuBtnW {
    pointer-events: all;
  }
}
.activeRentacar .idxSearchW_menuListItem.rentacar {
  z-index: 3;
}
@media print, screen and (min-width: 750px) {
  .activeRentacar .idxSearchW_menuListItem.rentacar {
    z-index: auto;
  }
}
@media print, screen and (min-width: 750px) {
  .activeRentacar .idxSearchW_menuListItem.rentacar {
    position: static;
    display: flex;
  }
  .activeRentacar .idxSearchW_menuListItem.rentacar .idxSearchW_menuBtn {
    top: 180px;
    pointer-events: none;
    width: 90px;
    padding-right: 2px;
  }
}
.activeOption .activeRentacar .idxSearchW_menuListItem.rentacar {
  max-width: 940px;
}
@media print, screen and (min-width: 750px) and (max-width: 990px) {
  .activeOption .activeRentacar .idxSearchW_menuListItem.rentacar {
    width: 100%;
  }
}

.idxSearchW_menuBtnW {
  width: 100%;
  height: 62px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW_menuBtnW {
    width: 88px;
    height: auto;
  }
}

.idxSearchW_menuBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #007a52;
  color: #fcfbe8;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  /*outline: none;*/
  padding: 6px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.idxSearchW_menuBtn:focus {
  outline: solid 2px #06e;
}

@media print, screen and (min-width: 750px) {
  .idxSearchW_menuBtn {
    width: 88px;
    height: 80px;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
    /*
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    */
  }
}
.activeTicket .ticket .idxSearchW_menuBtn, .activeTour .tour .idxSearchW_menuBtn, .activeRentacar .rentacar .idxSearchW_menuBtn {
  background: #fff;
  color: #007a52;
}

_:-ms-lang(x)::-ms-backdrop, .idxSearchW_menuBtn {
  width: 89px;
  border-right: 1px solid #fff;
}

.idxSearchW_menuBtnImgW {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW_menuBtnImgW {
    height: 30px;
    margin-bottom: 6px;
  }
}

.idxSearchW_menuBtnImg {
  width: 100%;
  max-width: 74px;
  height: auto;
}
.activeTicket .ticket .idxSearchW_menuBtnImg path {
  fill: #007a52;
}
.activeTour .tour .idxSearchW_menuBtnImg path {
  fill: #007a52;
}
.activeRentacar .rentacar .idxSearchW_menuBtnImg path {
  fill: #007a52;
}

.idxSearchW_menuBtnTxt {
  display: block;
  width: 100%;
  margin-top: 6px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchW_menuBtnTxt {
    display: inline;
  }
}

.idxSearchWTicketW {
  width: 100vw;
  margin-left: -15px;
  background: #fff;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketW {
    width: calc(100% - 88px);
    max-width: 852px;
    height: auto;
    margin-left: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: none;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWTicketW {
    max-width: 100%;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWTicketW-sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62.3% 1fr;
    grid-template-columns: 62.3% 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
    max-width: 852px;
    height: auto;
    background: linear-gradient(to left, #f0f3f5 0, #f0f3f5 40%, transparent 40%, transparent);
    position: relative;
  }
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketW-sub.error {
    min-height: 520px;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWTicketRsv {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
    max-width: 530px;
    background-color: #fff;
    /*
    &::after {
    	position: absolute;
    	display: block;
    	content:"";
    	width: 100%;
    	height: 1px;
    	bottom: 0;
    	left: 0;
    	background-color: #fff;
  }
    */
  }
}
.idxSearchWTicketRsv _:-ms-lang(x)::-ms-backdrop, .error .idxSearchWTicketRsv {
  min-height: 520px;
}

.idxSearchWTicketOpt {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOpt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    width: 100%;
    max-width: 322px;
    background: #f0f3f5;
    transition-duration: 0.4s;
    overflow: hidden;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWTicketOpt {
    overflow: hidden;
  }
}
.error .idxSearchWTicketOpt {
  display: none;
}
.searchNotuse .idxSearchWTicketOpt {
  display: none;
}

.idxSearchWTicketOpt-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  background: #f0f3f5;
  border-radius: 5px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOpt-sub {
    width: 100%;
    border-radius: 0;
    padding: 20px 0 15px 0;
  }
}

.idxSearchWTicketOptHW {
  width: 100%;
  height: auto;
  position: relative;
  padding: 17px 15px 16px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOptHW {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 0;
  }
}

.idxSearchWTicketOptH {
  width: 100%;
  height: auto;
  color: #007a52;
  font-weight: bold;
  font-size: 1.05rem;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOptH {
    font-size: 1.0625rem;
  }
}

.idxSearchWTicketOptHBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 0.6rem;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOptHBtn {
    display: none;
  }
}

.idxSearchWTicketOptHBtn-icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #007a52;
  border-radius: 50%;
  right: 7%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.idxSearchWTicketOptHBtn-icon::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #e4ebf0;
}
.idxSearchWTicketOptHBtn-icon::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background: #e4ebf0;
}
.spOptionActive .idxSearchWTicketOptHBtn-icon::after {
  display: none;
}
.typeClass .idxSearchWTicketOptHBtn-icon {
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.idxSearchWTicketOptHBtn-icon-close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #007a52;
  border-radius: 50%;
  margin-left: 8px;
}
.idxSearchWTicketOptHBtn-icon-close::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #fff;
}

.idxSearchWTicketOptHBtn-txt {
  position: absolute;
  display: block;
  width: auto;
  height: 1em;
  top: 0;
  bottom: -2.3em;
  margin-top: auto;
  margin-bottom: auto;
  right: 7%;
}
.typeClass .idxSearchWTicketOptHBtn-txt.open {
  display: block;
}
.spOptionActive.typeClass .idxSearchWTicketOptHBtn-txt.open {
  display: none;
}
.typeClass .idxSearchWTicketOptHBtn-txt.close {
  display: none;
}
.spOptionActive.typeClass .idxSearchWTicketOptHBtn-txt.close {
  display: block;
}

.idxSearchWTicketOptMainW {
  display: none;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOptMainW {
    display: block;
    width: calc(100% - 26px);
    padding-left: 0;
    padding-right: 0;
  }
}

.idxSearchWTicketOptMain {
  width: 100%;
  height: auto;
  border-top: 2px solid #d9d9d9;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTicketOptMain {
    border: none;
    padding-bottom: 0;
  }
}

.idxSearchWTourOptMainW {
  display: none;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOptMainW {
    display: block;
    width: calc(100% - 26px);
    padding-left: 0;
    padding-right: 0;
  }
}

.idxSearchWTourOptMain {
  width: 100%;
  height: auto;
  border-top: 2px solid #d9d9d9;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOptMain {
    border: none;
    padding-bottom: 0;
  }
}

.idxSearchWRentacarOptMainW {
  display: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptMainW {
    overflow: hidden;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.idxSearchWRentacarOptMain {
  width: 100%;
  height: auto;
  border-top: 2px solid #d9d9d9;
}

.idxSearchWTourW {
  display: block;
  width: 100vw;
  margin-left: calc((100vw / 3) * -1 - 8px);
  background: #fff;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourW {
    opacity: 0;
    width: calc(100% - 88px);
    max-width: 852px;
    height: auto;
    margin-left: 0;
    box-sizing: border-box;
    background: none;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWTourW {
    max-width: 100%;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWTourW-sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62.3% 1fr;
    grid-template-columns: 62.3% 1fr;
    width: 100%;
    max-width: 852px;
    height: auto;
    background: linear-gradient(to left, #f0f3f5 0, #f0f3f5 40%, transparent 40%, transparent);
    position: relative;
  }
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourW-sub.error {
    min-height: 520px;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWTourRsv {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
    max-width: 530px;
    background-color: #fff;
  }
}
.idxSearchWTourRsv _:-ms-lang(x)::-ms-backdrop, .error .idxSearchWTourRsv {
  min-height: 520px;
}

.idxSearchWTourOpt {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOpt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    width: 100%;
    max-width: 322px;
    background: #f0f3f5;
    overflow: hidden;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWTourOpt {
    overflow: hidden;
  }
}
.error .idxSearchWTourOpt {
  display: none;
}
.searchNotuse .idxSearchWTourOpt {
  display: none;
}

.idxSearchWTourOpt-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  background: #f0f3f5;
  border-radius: 5px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOpt-sub {
    width: 100%;
    border-radius: 0;
    padding: 20px 0 15px 0;
  }
}

.idxSearchWTourOptHW {
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOptHW {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 0;
  }
}

.idxSearchWTourOptH {
  width: 100%;
  height: auto;
  color: #007a52;
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOptH {
    font-size: 1.1rem;
  }
}

.idxSearchWTourOptHBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 0.6rem;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWTourOptHBtn {
    display: none;
  }
}

.idxSearchWTourOptHBtn-icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #007a52;
  border-radius: 50%;
  right: 7%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.idxSearchWTourOptHBtn-icon::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #fff;
}
.idxSearchWTourOptHBtn-icon::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background: #fff;
}
.spOptionActive .idxSearchWTourOptHBtn-icon::after {
  display: none;
}

.idxSearchWTourOptHBtn-icon-close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #007a52;
  border-radius: 50%;
  margin-left: 8px;
}
.idxSearchWTourOptHBtn-icon-close::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #fff;
}

.idxSearchWTourOptHBtn-txt {
  position: relative;
  width: auto;
  text-align: center;
  right: 15px;
  margin-top: 3px;
}

.idxSearchWRentacarW {
  display: block;
  width: 100vw;
  margin-left: calc((100vw / 3) * -2 - 1px);
  background: #fff;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarW {
    opacity: 0;
    width: calc(100% - 88px);
    max-width: 852px;
    height: auto;
    margin-left: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: none;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWRentacarW {
    max-width: 100%;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarW-sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62.3% 1fr;
    grid-template-columns: 62.3% 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
    max-width: 852px;
    height: auto;
    background: linear-gradient(to left, #f0f3f5 0, #f0f3f5 40%, transparent 40%, transparent);
    position: relative;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarRsv {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
    max-width: 530px;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWRentacarRsv {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarRsv-sub.rentacar_login {
    position: relative;
  }
  .idxSearchWRentacarRsv-sub.rentacar_login::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(/top/jrticket/img/index_searchpanel-border.png) left top;
    background-size: 4px 4px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarRsv-sub.error {
    min-height: 520px;
  }
}

.idxSearchWRentacarOpt {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOpt {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    width: 100%;
    max-width: 322px;
    background: #f0f3f5;
    overflow: hidden;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 750px) {
  .activeOption .idxSearchWRentacarOpt {
    overflow: hidden;
  }
}
.rentacarPagemove .idxSearchWRentacarOpt {
  display: none;
}
.searchNotuse .idxSearchWRentacarOpt {
  display: none;
}

.idxSearchWRentacarOpt-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOpt-sub {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0;
    padding: 20px 0 70px 0;
  }
}

.idxSearchWRentacarOptHW-contents {
  background: #f0f3f5;
  border-radius: 5px;
  margin-bottom: 15px;
}
.idxSearchWRentacarOptHW-contents:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptHW-contents {
    border-radius: 3px;
    background: #fff;
    width: calc(100% - 26px);
    margin-right: 13px;
    margin-left: 13px;
  }
}

.idxSearchWRentacarOptHW {
  width: 100%;
  height: auto;
  position: relative;
  padding: 17px 15px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptHW {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 0;
    border-radius: 3px;
  }
}

.idxSearchWRentacarOptH {
  width: 100%;
  height: auto;
  color: #007a52;
  font-weight: bold;
  font-size: 1.05rem;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptH {
    font-size: 1.1rem;
    padding: 15px;
    font-size: 0.938rem;
  }
  .idxSearchWRentacarOptH.typeClass {
    padding: 17px 45px 16px 15px;
  }
  .idxSearchWRentacarOptH.otherOption {
    padding: 12px 45px 11px 15px;
  }
}
.idxSearchWRentacarOptH span {
  font-size: 0.75rem;
  display: block;
  font-weight: normal;
  margin-top: 3px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptH span {
    margin-top: 0;
  }
}

.idxSearchWRentacarOptHBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 0.6rem;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  /*outline: none;*/
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptHBtn {
    border-radius: 3px;
  }
  .spOptionActive .idxSearchWRentacarOptHBtn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.idxSearchWRentacarOptHBtn-icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #007a52;
  border-radius: 50%;
  right: 7%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.idxSearchWRentacarOptHBtn-icon::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #e4ebf0;
}
.idxSearchWRentacarOptHBtn-icon::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background: #e4ebf0;
}
.typeClass .idxSearchWRentacarOptHBtn-icon {
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media print, screen and (min-width: 750px) {
  .typeClass .idxSearchWRentacarOptHBtn-icon {
    top: 0;
  }
}

.idxSearchWRentacarOptHBtn-icon-close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #007a52;
  border-radius: 50%;
  margin-left: 8px;
}
.idxSearchWRentacarOptHBtn-icon-close::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #fff;
}

.idxSearchWRentacarOptHBtn-txt {
  position: relative;
  width: auto;
  text-align: center;
  right: 15px;
  margin-top: 3px;
}
.typeClass .idxSearchWRentacarOptHBtn-txt {
  position: absolute;
  display: block;
  width: auto;
  height: 1em;
  top: 0;
  bottom: -2.3em;
  margin-top: auto;
  margin-bottom: auto;
  right: 7%;
}
.typeClass .idxSearchWRentacarOptHBtn-txt.open {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .typeClass .idxSearchWRentacarOptHBtn-txt.open {
    display: none;
  }
}
.typeClass .idxSearchWRentacarOptHBtn-txt.close {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .typeClass .idxSearchWRentacarOptHBtn-txt.close {
    display: none;
  }
}
.spOptionActive.typeClass .idxSearchWRentacarOptHBtn-txt.open {
  display: none;
}
.spOptionActive.typeClass .idxSearchWRentacarOptHBtn-txt.close {
  display: block;
}
@media print, screen and (min-width: 750px) {
  .spOptionActive.typeClass .idxSearchWRentacarOptHBtn-txt.close {
    display: none;
  }
}
@media print, screen and (min-width: 750px) {
  .idxSearchWRentacarOptHBtn-txt {
    display: none;
  }
}

.top_optionTicketClosebtn {
  display: none !important;
}
@media print, screen and (min-width: 750px) {
  .top_optionTicketClosebtn {
    display: flex !important;
    position: absolute !important;
    right: 15px;
    bottom: 20px;
  }
}

.top_optionRcClosebtn {
  display: none !important;
}
@media print, screen and (min-width: 750px) {
  .top_optionRcClosebtn {
    display: flex !important;
    position: absolute !important;
    right: 15px;
    bottom: 20px;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*=========================================
遅延等お知らせ枠
=========================================*/
.idxBusyperiodW {
  width: 100%;
  height: auto;
  background: #fff;
}

.idxBusyperiodWTextW {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .idxBusyperiodWTextW {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxBusyperiodWTextW {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.idxBusyperiodWTextW p {
  font-size: 1rem;
  line-height: 1.5;
}
.idxBusyperiodWTextW p a.blank {
  position: relative;
}
.idxBusyperiodWTextW p a.blank::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(/top/jrticket/img/index_linkblank-icon.png) no-repeat left top;
  background-size: 12px 12px;
  transform: scale(1, 1);
  margin-left: 3px;
  margin-right: 3px;
}

/*=========================================
予約した旅程のご確認
=========================================*/
.idxReserveW {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 30px;
  background: #f0f3f5;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW {
    margin-top: 0;
    padding-bottom: 50px;
  }
}

.idxReserveW-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: -32px;
  position: relative;
  z-index: 2; /*駅名より下に配置されるよう修正*/
}
@media print, screen and (min-width: 750px) {
  .idxReserveW-sub {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxReserveW-sub {
    max-width: 880px;
    margin-top: 0;
    position: static;
  }
}

.idxReserveW_list {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 35px;
  }
}

.idxReserveW_listItem {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItem {
    width: 30.9411%;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.idxReserveW_listItemLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 7px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #fff;
  position: relative;
  transition-duration: 0.4s;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLink {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 10px 13px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLink::after {
    position: absolute;
    content: "";
    bottom: 8px;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #007a52 transparent;
  }
}
.idxReserveW_listItemLink:hover {
  background: #f0f7f0;
  border: 1px solid #007a52;
  color: #333;
}

.idxReserveW_listItemLinkImg {
  display: flex;
  align-items: center;
  width: 44px;
  height: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg {
    height: auto;
    width: auto;
  }
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg.jrticket {
    margin-left: 7px;
  }
}
.idxReserveW_listItemLinkImg.jrticket img {
  width: 34px;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg.jrticket img {
    width: auto;
  }
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg.tour {
    margin-left: 8px;
  }
}
.idxReserveW_listItemLinkImg.tour img {
  width: 33px;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg.tour img {
    width: auto;
  }
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg.rentacar {
    margin-left: 3px;
  }
}
.idxReserveW_listItemLinkImg.rentacar img {
  width: 42px;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg.rentacar img {
    width: auto;
  }
}
.idxReserveW_listItemLinkImg img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkImg img {
    width: auto;
  }
}

.idxReserveW_listItemLinkTxt {
  width: calc(100% - 53px);
  height: auto;
  line-height: 1.4;
}
.idxReserveW_listItemLinkTxt span:first-of-type {
  margin-right: 1em;
}
.idxReserveW_listItemLinkTxt span.hosoku {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_listItemLinkTxt {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .idxReserveW_listItemLinkTxt span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .idxReserveW_listItemLinkTxt span:first-of-type {
    margin-right: 0;
  }
  .idxReserveW_listItemLinkTxt span.hosoku {
    margin-top: 0.2em;
  }
}

#rentcar-area-attention {
  margin-top: -3px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
}
#rentcar-area-attention .tmp_btn_default {
  font-size: 0.75rem;
}
#rentcar-area-attention .tmp_btn_icon-help {
  text-indent: 0;
  /* for IE11 */
}
@media print, screen and (min-width: 750px) {
  #rentcar-area-attention {
    margin-top: 0.5em;
    margin-left: 586px;
  }
}

.top_modalW_wrapper #mainvisual img {
  width: 100%;
}

.idxReserveW_QlistW {
  margin-top: 25px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistW {
    margin-top: 15px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.idxReserveW_QlistH {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistH {
    width: 30.9411%;
    height: auto;
    display: flex;
    align-content: stretch;
  }
}

.idxReserveW_QlistHLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 13px 7px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #fff;
  transition-duration: 0.4s;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistHLink {
    padding: 36px 15px 46px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
}
@media print, screen and (min-width: 750px) and (min-width: 750px) {
  .idxReserveW_QlistHLink::after {
    position: absolute;
    content: "";
    bottom: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #007a52 transparent;
  }
}

.idxReserveW_QlistHLink:hover {
  background: #f0f7f0;
  border: 1px solid #007a52;
  color: #333;
}

.idxReserveW_QlistHLinkImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistHLinkImg {
    height: auto;
  }
}
.idxReserveW_QlistHLinkImg img {
  width: 33px;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistHLinkImg img {
    width: 100%;
  }
}

.idxReserveW_QlistHLinkTxt {
  width: calc(100% - 50px);
  height: auto;
  line-height: 1.4;
}
.idxReserveW_QlistHLinkTxt span:first-of-type {
  margin-right: 1em;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistHLinkTxt {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .idxReserveW_QlistHLinkTxt span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .idxReserveW_QlistHLinkTxt span:first-of-type {
    margin-right: 0;
  }
}

.idxReserveW_Qlist {
  width: 100%;
  height: auto;
  padding-left: 45px;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_Qlist {
    width: 69.0589%;
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 2px solid #f0f3f5;
  }
}

.idxReserveW_QlistItem {
  width: 100%;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistItem {
    margin-bottom: 1.2em;
  }
}
.idxReserveW_QlistItem:last-of-type {
  margin-bottom: 0;
}

.idxReserveW_QlistItemLink {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 13px;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistItemLink {
    padding-right: 0;
  }
}
.idxReserveW_QlistItemLink::before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 7px;
  height: 11px;
  background: url(/top/jrticket/img/index_resultnextprevbtngreen-icon.png) no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}
.idxReserveW_QlistItemLink:hover {
  color: #333;
  text-decoration: underline;
}

.idxReserveW_QlistItemLink2 {
  display: block;
  position: relative;
  padding-right: 13px;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 750px) {
  .idxReserveW_QlistItemLink2 {
    padding-right: 0;
  }
}
.idxReserveW_QlistItemLink2::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(/top/jrticket/img/index_linkblank-icon.png) no-repeat left top;
  background-size: 12px 12px;
  transform: scale(1, 1);
  margin-right: 6px;
  margin-bottom: -1px;
}
.idxReserveW_QlistItemLink2:hover {
  color: #333;
  text-decoration: underline;
}

.idxRcmTourW_listItemLinkImgW {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItemLinkImgW {
    max-width: 240px;
  }
}
.idxRcmTourW_listItemLinkImgW img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItemLinkImgW img {
    max-width: 240px;
  }
}

/*=========================================
JR東日本 運行情報
運行情報 公式ツイッター一覧
=========================================*/
.idxReserveInfoW {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxReserveInfoW {
    margin-top: 35px;
  }
}

.idxReserveInfoWList {
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxReserveInfoWList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
  }
}

.idxReserveInfoWListItem {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 750px) {
  .idxReserveInfoWListItem {
    width: 250px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.idxReserveInfoWListItem:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxReserveInfoWListItem:last-of-type {
    margin-right: 0;
  }
}

.idxReserveInfoWListItemLink {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50px;
  background: #dfe6eb;
  border: 1px solid #dfe6eb;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  transition-duration: 0.4s;
}
.idxReserveInfoWListItemLink:hover {
  background: #f0f7f0;
  border: 1px solid #007a52;
  color: #333;
}

/*=========================================
JRE POINTを貯める・使う
=========================================*/
.idxPointW {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 750px) {
  .idxPointW {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxPointW {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}

.idxPointW_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 26px;
}
@media print, screen and (min-width: 750px) {
  .idxPointW_list {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}

.idxPointW_listItem {
  width: 48%;
  height: auto;
  display: flex;
  align-content: stretch;
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItem {
    width: 340px;
    height: 220px;
    align-items: center;
  }
}

.idxPointW_listItemLink {
  width: 100%;
  height: auto;
  display: block;
  border: 8px solid #f0f3f5;
  text-decoration: none;
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItemLink {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItemLink.pointCheck {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .idxPointW_listItemLink.pointCheck::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/top/jrticket/img/idxpointw_check-bg.jpg") no-repeat center center;
    background-size: cover;
    transform: scale(1);
    transition-duration: 0.2s;
  }
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItemLink.pointUse {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .idxPointW_listItemLink.pointUse::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/top/jrticket/img/idxpointw_use-bg.jpg") no-repeat center center;
    background-size: 100% auto;
    background-size: cover;
    transform: scale(1);
    transition-duration: 0.4s;
  }
}
.idxPointW_listItemLink:hover::before {
  opacity:0.7;
}

.idxPointW_listItemLinkBg {
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItemLinkBg {
    width: 240px;
    height: 120px;
    background: rgba(255, 255, 255, 0.9);
    justify-content: center;
    padding: 0;
  }
}
.idxPointW_listItemLinkBg::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #007a52 transparent;
}

.idxPointW_listItemLinkImg {
  width: 100%;
  height: 50%;
  text-align: center;
}
.idxPointW_listItemLinkImg img.check {
  width: 53px;
  height: auto;
}
.idxPointW_listItemLinkImg img.use {
  width: 49px;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItemLinkImg {
    height: auto;
  }
}

.idxPointW_listItemLinkTxt {
  width: 100%;
  height: 50%;
  color: #333;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 750px) {
  .idxPointW_listItemLinkTxt {
    height: auto;
    font-size: 1rem;
  }
}

/*=========================================
JRきっぷののおすすめ情報
=========================================*/
.idxRcmTicketW {
  width: 100%;
  height: auto;
  background: #fcfbe7;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW {
    padding-bottom: 45px;
  }
}

.idxRcmTicketW-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 36px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW-sub {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW-sub {
    padding-top: 55px;
    border-top: none;
  }
}

.idxRcmTicketW_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_list {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .idxRcmTicketW_list:after {
    content: "";
    display: block;
    width: 28.2352%;
    height: 0;
  }
}

.idxRcmTicketW_listItem {
  width: 48%;
  height: auto;
  background: #fff;
  margin-bottom: 25px;
  transition-duration: 0.4s;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItem {
    width: 28.2352%;
    background: none;
    margin-bottom: 70px;
  }
}
.idxRcmTicketW_listItem:nth-of-type(3), .idxRcmTicketW_listItem:nth-of-type(4) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItem:nth-of-type(3), .idxRcmTicketW_listItem:nth-of-type(4) {
    margin-bottom: 70px;
  }
}
.idxRcmTicketW_listItem:nth-child(n + 5) {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItem:nth-child(n + 5) {
    display: block;
    height: auto;
    opacity: 1;
    margin-bottom: 70px;
    pointer-events: all;
  }
}
.idxRcmTicketW_listItem:last-of-type, .idxRcmTicketW_listItem:nth-last-of-type(2):nth-of-type(odd) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItem:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}
.showAllList .idxRcmTicketW_listItem {
  height: auto;
  opacity: 1;
  margin-bottom: 25px;
  pointer-events: all;
}
.showAllList .idxRcmTicketW_listItem:last-of-type, .showAllList .idxRcmTicketW_listItem:nth-last-of-type(2):nth-of-type(odd) {
  margin-bottom: 0;
}

.idxRcmTicketW_listItemLink {
  display: block;
  text-decoration: none;
  color: #000;
}
.idxRcmTicketW_listItemLink:hover {
  color: #000;
}
.idxRcmTicketW_listItemLink:hover .idxRcmTicketW_listItemLinkImgW img {
  /* transform: scale(1.1); */
}

.idxRcmTicketW_listItemLinkImgW {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItemLinkImgW {
    max-width: 240px;
    height: auto;
  }
}
.idxRcmTicketW_listItemLinkImgW img {
  width: 100%;
  height: auto;
  display: block;
/*  transform: scale(1);*/
/*  transition-duration: 0.2s;*/
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItemLinkImgW img {
    max-width: 240px;
    height: auto;
  }
}

.idxRcmTicketW_listItemLinkH {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItemLinkH {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.idxRcmTicketW_listItemLinkTxt {
  font-size: 0.8rem;
  padding: 0 10px 10px 10px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTicketW_listItemLinkTxt {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

/*=========================================
ツアーのおすすめ情報
=========================================*/
.idxRcmTourW {
  width: 100%;
  height: auto;
  background: #fcfbe7;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW {
    border-top: 1px solid #d9d7c3;
    padding-bottom: 50px;
  }
}

.idxRcmTourW-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 36px;
  border-top: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW-sub {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW-sub {
    padding-top: 55px;
    border-top: none;
  }
}

.idxRcmTourW_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_list {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .idxRcmTourW_list:after {
    content: "";
    display: block;
    width: 28.2352%;
    height: 0;
  }
}

.idxRcmTourW_listItem {
  width: 48%;
  height: auto;
  background: #fff;
  margin-bottom: 25px;
  transition-duration: 0.4s;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItem {
    width: 28.2352%;
    background: none;
    margin-bottom: 70px;
  }
}
.idxRcmTourW_listItem:nth-of-type(3), .idxRcmTourW_listItem:nth-of-type(4) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItem:nth-of-type(3), .idxRcmTourW_listItem:nth-of-type(4) {
    margin-bottom: 70px;
  }
}
.showAllList .idxRcmTourW_listItem:nth-of-type(3), .showAllList .idxRcmTourW_listItem:nth-of-type(4) {
  margin-bottom: 25px;
}
.idxRcmTourW_listItem:nth-child(n + 5) {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
  /*& .idxRcmTourW_listItemLink {
  	height: 0;

  	& .idxRcmTourW_listItemLinkImgW {
  		height: 0;

  		& img {
  			height: 0;
  		}
  	}

  	& .idxRcmTourW_listItemLinkH,
  	& .idxRcmTourW_listItemLinkTxt {
  		height: 0;
  	}
  }*/
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItem:nth-child(n + 5) {
    height: auto;
    opacity: 1;
    margin-bottom: 70px;
    pointer-events: all;
  }
}
.idxRcmTourW_listItem:last-of-type, .idxRcmTourW_listItem:nth-last-of-type(2):nth-of-type(odd) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItem:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}
.showAllList .idxRcmTourW_listItem {
  display: block;
  height: auto;
  opacity: 1;
  margin-bottom: 25px;
  pointer-events: all;
}
.showAllList .idxRcmTourW_listItem:last-of-type, .showAllList .idxRcmTourW_listItem:nth-last-of-type(2):nth-of-type(odd) {
  margin-bottom: 0;
}

.idxRcmTourW_listItemLink {
  text-decoration: none;
  color: #000;
  display: block;
}
.idxRcmTourW_listItemLink:hover {
  color: #000;
}
.idxRcmTourW_listItemLink:hover .idxRcmTourW_listItemLinkImgW img {
  /* transform: scale(1.1); */
}

.idxRcmTourW_listItemLinkImgW {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItemLinkImgW {
    max-width: 240px;
    height: auto;
  }
}
.idxRcmTourW_listItemLinkImgW img {
  width: 100%;
  height: auto;
  display: block;
/*  transform: scale(1);*/
/*  transition-duration: 0.2s;*/
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItemLinkImgW img {
    max-width: 240px;
    height: auto;
  }
}

.idxRcmTourW_listItemLinkH {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItemLinkH {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.idxRcmTourW_listItemLinkTxt {
  font-size: 0.8rem;
  padding: 0 10px 10px 10px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_listItemLinkTxt {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.idxRcmTourW_moreW {
  width: 100%;
  height: auto;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_moreW {
    margin-top: 45px;
  }
}

.idxRcmTourW_moreWLink {
  display: block;
  width: 100%;
  height: auto;
  max-height: 48px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  color: #007a52;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: bold;
  transition-duration: 0.4s;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .idxRcmTourW_moreWLink {
    width: 280px;
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
}
.idxRcmTourW_moreWLink:hover {
  background: #f0f7f0;
  color: #007a52;
}

/*=========================================
その他のおすすめ情報
=========================================*/
.idxRcmOtherW {
  width: 100%;
  height: auto;
  background: #fcfbe7;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW {
    border-top: 1px solid #d9d7c3;
    padding-bottom: 45px;
  }
}

.idxRcmOtherW-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 36px;
  border-top: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW-sub {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW-sub {
    padding-top: 55px;
    border-top: none;
  }
}

.idxRcmOtherW_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_list {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .idxRcmOtherW_list:after {
    content: "";
    display: block;
    width: 28.2352%;
    height: 0;
  }
}

.idxRcmOtherW_listItem {
  width: 48%;
  height: auto;
  background: #fff;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItem {
    width: 28.2352%;
    background: none;
    margin-bottom: 70px;
  }
}
.idxRcmOtherW_listItem:nth-of-type(3), .idxRcmOtherW_listItem:nth-of-type(4) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItem:nth-of-type(3), .idxRcmOtherW_listItem:nth-of-type(4) {
    margin-bottom: 70px;
  }
}
.showAllList .idxRcmOtherW_listItem:nth-of-type(3), .showAllList .idxRcmOtherW_listItem:nth-of-type(4) {
  margin-bottom: 25px;
}
.idxRcmOtherW_listItem:nth-child(n + 5) {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
  /*& .idxRcmTourW_listItemLink {
  	height: 0;

  	& .idxRcmTourW_listItemLinkImgW {
  		height: 0;

  		& img {
  			height: 0;
  		}
  	}

  	& .idxRcmTourW_listItemLinkH,
  	& .idxRcmTourW_listItemLinkTxt {
  		height: 0;
  	}
  }*/
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItem:nth-child(n + 5) {
    height: auto;
    opacity: 1;
    margin-bottom: 70px;
    pointer-events: all;
  }
}
.idxRcmOtherW_listItem:last-of-type, .idxRcmOtherW_listItem:nth-last-of-type(2):nth-of-type(odd) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItem:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}

.idxRcmOtherW_listItemLink {
  text-decoration: none;
  color: #000;
  display: block;
}
.idxRcmOtherW_listItemLink:hover {
  color: #000;
}
.idxRcmOtherW_listItemLink:hover .idxRcmOtherW_listItemLinkImgW img {
  /* transform: scale(1.1); */
}

.idxRcmOtherW_listItemLinkImgW {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItemLinkImgW {
    max-width: 240px;
    height: auto;
  }
}
.idxRcmOtherW_listItemLinkImgW img {
  width: 100%;
  height: auto;
  display: block;
/*  transform: scale(1);*/
/*  transition-duration: 0.2s;*/
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItemLinkImgW img {
    max-width: 240px;
    height: auto;
  }
}

.idxRcmOtherW_listItemLinkH {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItemLinkH {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.idxRcmOtherW_listItemLinkTxt {
  font-size: 0.8rem;
  padding: 0 10px 10px 10px;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_listItemLinkTxt {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
/* バナーエリア */
.idxRcmOtherW_list_netsbnr {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  margin: 40px auto 0px auto ;
  width: 80%;
  justify-content: center;    
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_list_netsbnr {
  margin-top: 60px;
  width: 100%;
  justify-content: space-between;
  }
}
.idxRcmOtherW_list_netsbnr li {
  width:31.2%;
  height: auto;
  display: block;
}

@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_list_netsbnr li {
    max-width: 300px;
    height: auto;
  }
}
.idxRcmOtherW_list_netsbnr li img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 750px) {
  .idxRcmOtherW_list_netsbnr li img {
    max-width: 300px;
    height: auto;
  }
}
/*=========================================
お知らせ・新着情報
=========================================*/
.idxInfoW {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxInfoW {
    padding-top: 55px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
  }
}

.idxInfoW_list {
  width: 100%;
  height: auto;
  margin-top: 26px;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_list {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
.idxInfoW_list::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(-54deg, #dfe3e6 78%, #007a52 78.1%);
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_list::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(-54deg, #dfe3e6 84%, #007a52 84.1%);
  }
}

.idxInfoW_listItem {
  width: 100%;
  height: auto;
  transition-duration: 0.4s;
  /*&:nth-child(n + 6) {
  	//display: none;
  	height: 0;
  	opacity: 0;
  	margin-bottom: 0;
  }*/
  /*.showAllList & {
  	//display: block;
  	height: auto;
  	opacity: 1;
  }*/
}

.idxInfoW_listItemText-none {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}

.idxInfoW_listItemLink {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.9rem;
  transition-duration: 0.4s;
  word-wrap: break-word; /* 折り返しのため追加 */
}
.idxInfoW_listItemLink:hover {
  background: #f0f7f0;
  color: #000;
  cursor: pointer;
}
.idxInfoW_listItemLink.nolink:hover {
  background: none;
  cursor: auto;
}

.idxInfoW_listItemLinkDl {
  width: 100%;
  height: auto;
  display: block;
  padding: 18px 0 0;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_listItemLinkDl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
}
.active .idxInfoW_listItemLinkDl {
  outline: none;
}

.idxInfoW_listItemLinkDt {
  width: 100%;
  height: auto;
  font-weight: bold;
  display: block;
  padding-left: 10px;
  padding-right: 40px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_listItemLinkDt {
    width: 140px;
    padding-right: 0;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.idxInfoW_listItemLinkDd {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 40px;
  padding-bottom: 18px;
  position: relative;
}
.idxInfoW_listItemLinkDd::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 2.3rem;
  right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url(/top/jrticket/img/index_resultnextprevbtngreen-icon.png) no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_listItemLinkDd::after {
    bottom: 20px;
    right: 20px;
  }
}
.blank .idxInfoW_listItemLinkDd::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 2.3rem;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  width: 12px;
  height: 12px;
  background: url(/top/jrticket/img/index_linkblank-icon.png) no-repeat left top;
  background-size: 12px 12px;
  transform: scale(1, 1);
}
@media print, screen and (min-width: 750px) {
  .blank .idxInfoW_listItemLinkDd::after {
    bottom: 20px;
    right: 17px;
  }
}
.pdf .idxInfoW_listItemLinkDd::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 2.3rem;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  width: 13px;
  height: 14px;
  background: url(/top/jrticket/img/index_linkpdf-icon.png) no-repeat left top;
  background-size: 13px 14px;
  transform: scale(1, 1);
}
@media print, screen and (min-width: 750px) {
  .pdf .idxInfoW_listItemLinkDd::after {
    bottom: 20px;
    right: 18px;
  }
}
.acc .idxInfoW_listItemLinkDd::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 2.3rem;
  right: 7px;
  margin-top: auto;
  margin-bottom: auto;
  width: 16px;
  height: 16px;
  background: url(/top/jrticket/img/index_linkopen-icon.png) no-repeat left top;
  background-size: 16px 16px;
  transform: scale(1, 1);
}
@media print, screen and (min-width: 750px) {
  .acc .idxInfoW_listItemLinkDd::after {
    bottom: 20px;
    right: 15px;
  }
}
.acc.active .idxInfoW_listItemLinkDd::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 2.3rem;
  right: 7px;
  margin-top: auto;
  margin-bottom: auto;
  width: 16px;
  height: 16px;
  background: url(/top/jrticket/img/index_linkclose-icon.png) no-repeat left top;
  background-size: 16px 16px;
  transform: scale(1, 1);
}
@media print, screen and (min-width: 750px) {
  .acc.active .idxInfoW_listItemLinkDd::after {
    bottom: 20px;
    right: 15px;
  }
}
.nolink .idxInfoW_listItemLinkDd:hover {
  cursor: auto;
}
.nolink .idxInfoW_listItemLinkDd::after {
  content: none;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_listItemLinkDd {
    width: calc(100% - 160px);
    padding-bottom: 20px;
  }
}

.idxInfoW_listItemLinkDdAccW {
  display: none;
  width: auto;
  padding: 18px 10px;
  width: 100%;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_listItemLinkDdAccW {
    padding: 20px 55px 20px 170px;
  }
}
.active .idxInfoW_listItemLinkDdAccW {
  border-top: 1px dotted #d9d9d9;
}

.idxInfoW_moreW {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_moreW {
    margin-top: 30px;
  }
}

.idxInfoW_moreWLink {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  color: #007a52;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: bold;
  transition-duration: 0.4s;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .idxInfoW_moreWLink {
    width: 280px;
    max-height: 48px;
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
}
.idxInfoW_moreWLink:hover {
  background: #f0f7f0;
  color: #007a52;
}

/*=========================================
フッター
=========================================*/
.idxFooter {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 750px) {
  .idxFooter {
    padding-top: 0;
    position: relative;
    z-index: 1;
    margin-top: -38px;
  }
}

.idxFooter_listW {
  order: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listW {
    order: 2;
    background: #f0f3f5;
  }
}

.idxFooter_copyW {
  order: 3;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: #f0f3f5;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_copyW {
    width: auto;
    background: #fff;
  }
}

.idxFooter_backbtnW {
  order: 2;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnW {
    order: 1;
  }
}

.idxFooter_list {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_list {
    width: 730px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
}

.idxFooter_listItem {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #949799;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItem {
    width: auto;
    border-bottom: none;
    display: inline-block;
    border-right: 1px solid #a6a6a6;
    margin-bottom: 18px;
  }
  .idxFooter_listItem:nth-of-type(4), .idxFooter_listItem:nth-of-type(8) {
    border-right: none;
  }
  .idxFooter_listItem:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }
}
.idxFooter_listItem:last-of-type {
  border-bottom: none;
}

.idxFooter_listItemLink {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 15px;
  background: #464a4c;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink {
    background: none;
    color: #000;
    font-size: 0.75rem;
    padding: 0 25px;
    line-height: 1;
  }
}
.idxFooter_listItemLink span {
  font-size: 0.9rem;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink span {
    font-size: 0.8rem;
  }
}
.idxFooter_listItemLink::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 11px;
  background: url(/top/jrticket/img/index_resultnextprevbtnwhite-icon.png) no-repeat left top;
  background-size: 7px 11px;
  transform: scale(-1, 1);
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink::before {
    content: none;
  }
}
@media print, screen and (min-width: 750px) {
  .idxFooter_listItemLink:hover {
    color: #000;
    text-decoration: underline;
  }
}

.idxFooter_copy {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_copy {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxFooter_copy {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.idxFooter_copyTxt {
  font-size: 0.7rem;
  text-align: center;
  color: #333;
}

.idxFooter_backbtn {
  width: 100%;
  height: 193px;
  background: url(/top/jrticket/img/idxfooter_bg_sp-1.jpg) no-repeat center bottom;
  background-size: cover;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtn {
    height: 131px;
    background: url(/top/jrticket/img/idxfooter_bg_pc-1.jpg) no-repeat right bottom, url(/top/jrticket/img/idxfooter_bg_pc-2.jpg) repeat right 151px bottom;
    background-size: 430px 131px, 279px 131px;
  }
}

.idxFooter_backbtn-sub {
  width: calc(100% - 30px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtn-sub {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtn-sub {
    max-width: 956px;
    margin-top: 34px;
    position: relative;
  }
}

.idxFooter_backbtnDetail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: auto;
  background-color: #fff;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  font-size: 1rem;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition-duration: 0.4s;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnDetail {
    width: 36px;
    height: 32px;
    font-size: 0.8rem;
    border: none;
    padding: 0;
    margin-right: 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    bottom: -154px;
  }
  .idxFooter_backbtnDetail span {
    display: none;
  }
}
.idxFooter_backbtnDetail::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  bottom: -8px;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnDetail::before {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.idxFooter_backbtnDetail::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  top: 0;
  bottom: 10px;
  right: 19px;
  margin-top: auto;
  margin-bottom: auto;
  background: #7e7e7e;
}
@media print, screen and (min-width: 750px) {
  .idxFooter_backbtnDetail::after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.idxFooter_backbtnDetail:focus {
  outline: 1px solid #007a52;
}

/*=========================================
検索パネルの右側枠
=========================================*/
/* 告知枠 */
.idxSearchInfoW {
  width: 100%;
  height: auto;
  background: #fcfbe8;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 5px solid #007a52;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoW {
    background: none;
    display: block;
    border: none;
  }
}

.idxSearchInfoItem {
  width: 50%;
  height: auto;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItem {
    width: 100%;
    display: block;
    border: none;
    background: #fcfbe8;
    margin: 0 0 10px 0;
    padding: 0;
    border-radius: 4px;
    transition-duration: .4s;
  }
  .idxSearchInfoItem:hover {
    background: rgba(252, 251, 232, 0.85);
  }
}
.idxSearchInfoItem:last-of-type {
  border-right: none;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItem:last-of-type {
    margin-bottom: 0;
  }
}

.idxSearchInfoItemWLink {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.idxSearchInfoItemWLink:focus {
  outline: solid 2px #06e;
}

@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemWLink {
    background: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 15px;
  }
}

.idxSearchInfoItemSubW {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemSubW {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}

.idxSearchInfoItemTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #007a52;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemTitle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 3px;
    display: block;
    text-align: left;
  }
}

.idxSearchInfoItemImg {
  width: 100%;
  height: auto;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemImg {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}
.idxSearchInfoItemImg img {
  width: 125px;
  height: auto;
  border-radius: 5px;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemImg img {
    width: 100px;
  }
}

.idxSearchInfoItemTxt {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  color: #333;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemTxt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    line-height: 1.5;
    padding-left: 8px;
    font-size: 0.75rem;
  }
}

.idxSearchInfoItemLink {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .idxSearchInfoItemLink {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    text-align: right;
    font-size: 0.75rem;
  }
}

.idxSearchLoginAfterListItemLink-link {
  display: block;
  text-decoration: none;
  color: #1a70b2;
  margin-top: 5px;
}
.idxSearchLoginAfterListItemLink-link::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 5px;
  margin-bottom: 1px;
  border-top: 1px solid #1a70b2;
  border-right: 1px solid #1a70b2;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 750px) {
  .idxSearchLoginAfterListItemLink-link {
    margin-top: 0;
  }
}
.idxSearchInfoItemWLink:hover .idxSearchLoginAfterListItemLink-link {
  text-decoration: underline;
}

/* ログイン枠 */
.idxSearchLogin {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .idxSearchLogin {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.35);
    padding: 25px 30px 25px;
    border-radius: 4px;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchLoginList {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchLoginListItem {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
  }
  .idxSearchLoginListItem:last-of-type {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchLoginListItemMypageBtn {
    font-size: 0.938rem;
    transition-duration: .4s;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchLoginAfterList {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 750px) {
  .idxSearchLoginAfterListItem {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    font-size: 0.75rem;
  }
  .idxSearchLoginAfterListItem:last-of-type {
    margin-bottom: 0;
  }
}

.idxSearchLoginAfterListItemLink {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #333;
  text-decoration: none;
}
.idxSearchLoginAfterListItemLink::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);
}
.idxSearchLoginAfterListItemLink:hover {
  color: #333;
  text-decoration: underline;
}

/**************************************************************/
/* ただいまのお時間は、JRきっぷの検索はご利用いただけません。 */
/**************************************************************/
.error_sorryW {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
@media print, screen and (min-width: 750px) {
  .error_sorryW {
    margin-top: 70px;
    margin-bottom: 135px;
  }
}
.searchNotuse .error_sorryW {
  display: block;
}

/**************************************************************/
/* えきねっとトップページヘッダー */
/**************************************************************/
.idxTopHW {
  width: 100%;
  height: auto;
}






a:focus {
  outline: solid 2px #06e;
  transition-duration: 0s;
}
/*# sourceMappingURL=index.css.map */
