@charset "utf-8";

.img-zoom{
  zoom:0.5;
}
.font-size-12 {font-size: 12px;}

input.datepicker,
.datepicker tbody td:hover {
  cursor: pointer;
}

.table-condensed thead tr:nth-child(2) {
  background:#ddd;
  border: 1px solid #d3d3d3;
  cursor:default !important;
}

.table-condensed thead tr:nth-child(2) th:hover {
  background:#fee6ee !important;
}

.table-condensed {
  font-size:15px;
  border: 1px solid #d3d3d3;
}

.table-condensed th,
.table-condensed td {
  padding:7px !important;
  border-radius:0;
}

.table-condensed td.day.active,
.table-condensed td.day.focused,
.table-condensed td.day:hover {
  border-radius:0px;
}

.table-condensed td.day:hover {
  background:#fee6ee !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  color:#333 !important;
}

.datepicker-days .table-condensed thead tr:last-child th {
  background:#f4f4f4;
  border:1px solid #d3d3d3;
}

.datepicker-days td:last-child {
  color:#006699;
  background:#e8f2fa;
}

.datepicker-days td:first-child {
  color:#ff384c;
  background:#ffeefd;
}

.datepicker-days td {
  border:1px solid #d3d3d3;
}

.datepicker table tr td span {
  height:40px;
  line-height:40px;
}

.datepicker td.holiday{
  color: #ff384c;
  background: #ffeefd;
}

/* ====================================
セクション分けの設定
==================================== */
#section-toursearch,
#section-willercolle,
#section-othercontents,
#section-collaboration {
  margin-bottom: 64px;
}

#section-campaignsearch {
  margin-bottom: 81px;
}

#section-bussearch {
  margin-bottom: 24px;
  margin-bottom: 64px;
}

@media (max-width: 767px){
  #section-toursearch,
  #section-willercolle,
  #section-othercontents {
    margin-bottom: 30px;
  }

  #section-campaignsearch {
    margin-bottom: 57px;
  }

  #section-bussearch {
    position: relative;
    top: 0px;
    margin-bottom: 68px;
  }
}

/* ====================================
メインスライド部分
==================================== */
@media (max-width: 767px){
  #section-hero {
    margin-bottom: 6px;
  }
}

.slide-cpn-area {
  background: #fff;
  overflow: hidden;
}
.slick-slider{
  margin-bottom: 0;
}
#section-hero img {
  width: 100%;
}



.test-slide-area .slide-cpn-area {
  background: #fff;
  overflow: hidden;
  padding-top: 4px;
}
.test-slide-area .slide-cpn-test{
  height: 22vw;
  overflow: hidden;
}
.test-slide-area .slick-slider{
  margin-bottom: 0;
}
.test-slide-area .slick-slide a{
  padding: 0 3px;
  display: block;
}
.test-slide-area .slick-slide a img{
  border: solid 1px #ccc;
}
.test-slide-area .slick-slide a:hover img{
  border: solid 1px #F53D7E;
  opacity: 0.8;
}

/*スライドのドットの装飾
----------------------------------------*/
.slick-dots {
  position: absolute;
  bottom:54px;
  width: 100%;
  max-width: 1030px;
  padding: 0;
  left: 50%;
  margin-left: -515px;
  list-style: none;
  text-align: right;
}
.test-slide-area .slick-dots {
  position: relative;
  top: -5px;
  bottom:auto;
  width: 100%;
  max-width: 1030px;
  padding: 0;
  margin:0 auto;
  list-style: none;
  text-align: right;
  left: auto;
}
.test-slide-area .slick-dots li button{
  padding-bottom: 0;
}
@media (max-width: 991px){
  .slick-dots {
    bottom:4px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    left: initial;
    margin-left: 0;
    list-style: none;
    text-align: right;
  }
  .test-slide-area .slick-dots {
    width: 100%;
    max-width: 100%;
    padding: 0;
    left: initial;
    margin-left: 0;
    list-style: none;
    text-align: right;
  }
}
@media (max-width: 767px){
  .slick-dots {
    bottom:4px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    left: 0;
    margin-left: 0;
    list-style: none;
    text-align: right;
  }
  .test-slide-area .slick-dots {
    width: 100%;
    max-width: 100%;
    padding: 0;
    left: 0;
    margin-left: 0;
    list-style: none;
    text-align: right;
  }
}
@media (max-width: 767px){
  .test-slide-area .slide-cpn-test{
    height: 49vw;
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  z-index: 1;
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  display: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-dots li {
  width: 60px;
  height: 4px;
}
.slick-dots li button {
  width: 60px;
  height: 4px;
}
.slick-dots li button:before {
  opacity:1;
  content:"";
  background: rgba(0,0,0,0.3);
  width: 60px;
  height: 6px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.2);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f53d7e;
  border-radius: 4px;
  border: 1px solid #f53d7e;
}
@media (max-width: 767px){
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 30px;
  }
}


.test-slide-area .slick-prev,
.test-slide-area .slick-next {
  z-index: 1;
  width: 60px;
  height: 20vw;
  margin-top: 0;
  top: 0;
  display: block !important;
}
.test-slide-area .slick-prev:hover,
.test-slide-area .slick-next:hover{
  background: rgba(255, 255, 255, 0.1);
}
.test-slide-area .slick-prev {
  left: 0;
}
.test-slide-area .slick-next {
  right: 0;
}
.test-slide-area .slick-prev:before,
.test-slide-area .slick-next:before{
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.test-slide-area .slick-dots li {
  width: 60px;
  height: 4px;
}
.test-slide-area .slick-dots li button {
  width: 60px;
  height: 4px;
}
.test-slide-area .slick-dots li button:before {
  opacity:1;
  content:"";
  background: rgba(0,0,0,0.3);
  width: 60px;
  height: 6px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.2);
}
.test-slide-area .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f53d7e;
  border-radius: 4px;
  border: 1px solid #f53d7e;
}
@media (max-width: 767px){
  .test-slide-area .slick-dots li,
  .test-slide-area .slick-dots li button,
  .test-slide-area .slick-dots li button:before {
    width: 30px;
  }
  .test-slide-area .slick-prev,
  .test-slide-area .slick-next {
    width: 15%;
    height: 42vw;
  }
  .test-slide-area .slick-prev:before,
  .test-slide-area .slick-next:before{
    font-size: 24px;
  }
}





.nav-contents-category {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  color: #333;
  font-size: 12px;
  position: relative;
}

.nav-contents-category.nav-contents-park {
  display: block;
  width: 98%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  color: #333;
  font-size: 12px;
  position: relative;
  border: 4px solid #7ad3f4;
  border-width: 4px 2px 4px 4px;
  border-radius: 0;
  margin-top: 4px;
  margin-left: auto;
  margin-right: 0;
}

.row-0 .col-6:last-child .nav-contents-category.nav-contents-park {
  border-width: 4px 4px 4px 2px;
  margin-left: 0;
  margin-right: auto;
}
.nav-contents-category.bg-icon-bus {background: url(/static/img/common/icon/i-nav-bus.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-tour {background: url(/static/img/common/icon/i-nav-tour.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-ferry {background: url(/static/img/common/icon/i-nav-ferry.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-train {background: url(/static/img/common/icon/i-nav-train.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-activity {background: url(/static/img/common/icon/i-nav-activity.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-overseas {background: url(/static/img/common/icon/i-nav-overseas.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-restaurant {background: url(/static/img/common/icon/i-nav-restaurant.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-airbus {background: url(/static/img/common/icon/i-nav-airbus.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-ticket {background: url(/static/img/common/icon/i-nav-ticket.png) no-repeat 50% 10px;padding-top: 35px;}
.nav-contents-category.nav-contents-category:hover {
  text-decoration: none;
}

.nav-contents-category:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #dbdbdb;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: 1;
}

.nav-contents-category:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ee6295;
  background: -moz-linear-gradient(left, #ee6295 0%, #da6bae 50%, #be77d2 100%);
  background: -webkit-linear-gradient(left, #ee6295 0%,#da6bae 50%,#be77d2 100%);
  background: linear-gradient(to right, #ee6295 0%,#da6bae 50%,#be77d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6295', endColorstr='#be77d2',GradientType=1 );
  visibility: initial;
  z-index: 1;
}

.nav-contents-category:hover:after {
  transform: scale(0, 1);
}

.nav-contents-category-defa:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ee6295;
  background: -moz-linear-gradient(left, #ee6295 0%, #da6bae 50%, #be77d2 100%);
  background: -webkit-linear-gradient(left, #ee6295 0%,#da6bae 50%,#be77d2 100%);
  background: linear-gradient(to right, #ee6295 0%,#da6bae 50%,#be77d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6295', endColorstr='#be77d2',GradientType=1 );
  visibility: initial;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: 1;
}

.nav-contents-category-defa:before {
  display: none;
}

.nav-contents-category-defa:hover:after {
  transform: initial;
}

.nav-contents-category.bg-icon-ticket:after {
  display: none;
}

.nav-contents-category.bg-icon-ticket:before {
  display: none;
}

.nav-contents-category.bg-icon-ticket:hover:after {
  display: none;
}

/* ====================================
共通部分
==================================== */
h1{
  margin: 0;
  padding: 0;
}

.toptitle-level-1{
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: #666;
}
.toptitle-level-1 span{
  position: relative;
}
.toptitle-level-1-2{
  text-align: center;
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #666;
  background: url(/static/img/index/title-saiyasune.png) no-repeat center bottom;
  background-size: 200px 21px;
  padding-bottom: 26px;
}

.toptitle-level-1-3{
  text-align: center;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 767px){
  .toptitle-level-1 {
    margin-bottom: 28px;
    font-size: 20px;
  }
  .toptitle-level-1-2 {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 20px;
    background: url(/static/img/index/title-saiyasune.png?20230210) no-repeat center bottom;
    background-size: 130px 14px;
    padding-bottom: 16px;
  }
  .toptitle-level-1-3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.toptitle-level-2 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #5d5d5d;
}

.toptitle-level-2 span {
  display: block;
  text-align: center;
  color: #fd5586;
}

@media (max-width: 767px){
  .toptitle-level-2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.toptitle-level-1 img,
.toptitle-level-2 img {
  margin-left: auto;
  margin-right: auto;
}

/*タイトル画像の調整
---------------------------------------*/
.img-width-max-254-sp-148 {max-width: 254px;}
.img-width-max-254 {max-width: 254px;}
.img-width-max-224 {
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.img-title-tour-icon {
  width:96.92px;
  position: absolute;
  top: -30px;
  left: -70px;
}
.icon-pickupwillercolle{
  margin: 0 auto;
  display: block;
}

.img-width-max-250 {width:100%;max-width: 250px;}
.img-width-max-382 {width:100%;max-width: 382px;}
.img-width-max-180 {width:100%;max-width: 180px;}
.img-width-max-238 {width:100%;max-width: 238px;}
.img-width-max-200 {width:100%;max-width: 200px;}
.img-width-max-400 {width:100%;max-width: 480px;}

@media (max-width: 767px){
  .img-width-max-148 {
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .img-title-bus-icon {
    width:76.92px;
    position: absolute;
    top: 0;
    left:-110px;
  }
}

@media (max-width: 576px){
  .img-width-max-148 {
    max-width: 256px;
  }
  .img-title-bus-icon {
    width:53.52px;
    position: absolute;
    top: -18px;
    left:-40px;
  }
  .img-width-max-224 {
    max-width: 150px;
  }
  .img-title-tour-icon {
    width:64.61px;
    top: -22px;
    left:-50px;
  }
  .img-width-max-250 {max-width: 166px;}
  .img-width-max-382 {max-width: 255px;}
  .img-width-max-180 {max-width: 150px;}
  .img-width-max-238 {max-width: 159px;}
  .img-width-max-254-sp-148 {max-width: 168px;}
  .img-width-max-400 {max-width: 300px;}
}

/* ====================================
バス予約部分
==================================== */
.wrap-newsearchbox{
  margin-top: 12px;
  margin-bottom:48px;
}
.nav-toptab.nav-tabs{
  border:none;
}
.nav-toptab.nav-tabs .nav-link{
  border: none;
}
.nav-toptab.nav-tabs>li{
  float: none;
  display: block;
  width: 100%;
}
.nav-toptab.nav-tabs .nav-item{
  float: left;
  width: 18.89%;
  margin:0 0.5%;
}
.nav-toptab.nav-tabs .nav-item .nav-link{
  display: table;
  width: 100%;
  border-radius: 4px 4px 0 0;
  margin:0;
  padding: 3px 1px;
  font-size: 14px;
  text-align: center;
  background:#eee;
}
.nav-toptab.nav-tabs .nav-item .nav-link span{
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  line-height: 1.2;
}
.nav-toptab.nav-tabs .nav-item.show .nav-link,
.nav-toptab.nav-tabs .nav-link.active{
  border:none;
  background:#F989B1;
  display: table !important;
  width: 100%;
  color: #fff;
}
.nav-toptab.nav-tabs .nav-item .nav-link:hover{
  background:#F989B1;
  color: #fff;
}
.top-tab-content{
  width: 100%;
  background: #F989B1;
  padding: 16px;
  border-radius: 4px;
}

/*.title-search{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}*/
@media (max-width: 767px){
  .wrap-newsearchbox{
    margin:0 -5px 36px;
  }
  .nav-toptab{
    width: 100%;
    margin:0 auto;
  }
  .top-tab-content{
    background: #F989B1;
    padding: 16px 10px 12px 10px;
  }
  /*.title-search{
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
  }*/
  .nav-toptab.nav-tabs .nav-item .nav-link{
    font-size: 11px;
  }
  .nav-toptab.nav-tabs .nav-item .nav-link span{
    height: 40px;
  }
}




/*検索ボックス
---------------------------------------*/
.row-bus-searchbox {
  margin:0 auto;
  width: 100%;
}

.row-bus-searchbox-main {
  padding: 0;
  margin-bottom: 12px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.row-bus-searchbox-main.row-hotel-searchbox-main{
  width: 100%;
}
.col-bus-searchbox-05 {
  width: 10%;
  float: left;
  padding: 0 0 0 8px;
  position: relative;
}

.col-bus-searchbox-02 {
  width: 33.33%;
  padding: 0 8px 0 0;
}

.col-bus-searchbox-03,
.col-bus-searchbox-04 {
  width: 33.33%;
  padding: 0 8px;
}
.row-hotel-searchbox-main .col-bus-searchbox-04{
  display: flex;
  width: 30%;
}
.col-bus-searchbox-06 {
  width: 100%;
  float:none;
  text-align: right;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.label-goto{
  background: #f00;
  color: #fff;
  border:solid 1px #fff;
  font-size: 70%;
  padding: 2px 4px;
  border-radius: 2px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
@media (max-width: 991px){
  .col-bus-searchbox-02,
  .col-bus-searchbox-03,
  .col-bus-searchbox-04 {
    padding: 5px 5px;
  }
  .col-bus-searchbox-05 {
    width: 100%;
    margin-top: 10px;
    position: relative;
    text-align: center;
  }
  .col-bus-searchbox-06{
    width: 100%;
    float:left;
    clear: initial;
  }
}

@media (max-width: 767px){
  .col-bus-searchbox-05,
  .col-bus-searchbox-02,
  .col-bus-searchbox-03,
  .col-bus-searchbox-04,
  .col-bus-searchbox-06 {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.col-bus-searchbox-01 img {
  margin-left: auto;
  margin-right: auto;
}

.col-bus-searchbox-02 select,
.col-bus-searchbox-03 select,
.col-bus-searchbox-04 select,
input#departure_date::placeholder,
#departure_date.datepicker{
  width: 100%;
  font-size: 16px;
}
.col-bus-searchbox-06 {
  padding-right: 2.5px !important;
}
.col-bus-searchbox-07 {
  padding-left: 2.5px !important;
}
@media (max-width: 767px){
  .col-bus-searchbox-02 select,
  .col-bus-searchbox-03 select,
  .col-bus-searchbox-04 select{
    font-size: 16px;
  }
}

/*出発日から探す*/
.searchbox-dep-set{
  position: relative;
}

.icon-bussearch{
  position: absolute;
  top: 50%;
  left: 33px;
  margin-top: -61px;
}

@media (max-width: 991px){
  .icon-bussearch{
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -86px;
  }
}

.searchbox-dep-set .config-accordion {
  pointer-events: none;
}

.btn-select-design-dep,
.btn-select-design-arriv,
.btn-select-design-date,
.btn-select-design-day{
  background:#fff !important;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
}
.btn-select-design-dep:after,
.btn-select-design-arriv:after,
.btn-select-design-date:after,
.btn-select-design-day:after {
  content: "";
  background: url(/static/img/common/icon/angle-down-solid.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.row-hotel-searchbox-main .btn-select-design-day{
  margin-right: 3px;
}
.row-hotel-searchbox-main .btn-select-design-day:last-child{
  margin-right: 0;
}
#departure_pref,
#arrival_pref {
  width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  text-indent:60px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  display: block;
  text-align: left !important;
  line-height: 1;
}
option:disabled {
    color: #ddd;
}
@-moz-document url-prefix() {
  #departure_pref , #arrival_pref {
    text-indent:30px;
  }
}

#departure_date {
  width: 100%;
  padding: 12px 10px;
  cursor: pointer;
  text-indent:60px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  line-height: 1;
  background:none !important;
}
#departure_pref::-ms-expand,
#arrival_pref::-ms-expand,
#departure_date::-ms-expand {
  display: none;
}
.hotel_departure_pref,
.hotel_arrival_pref{
  width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  text-indent: 60px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  display: block;
  text-align: left !important;
  line-height: 1;
}
@-moz-document url-prefix() {
  .hotel_departure_pref, .hotel_arrival_pref {
    text-indent:30px;
  }
}
.hotel_day_pref{
  width: 100% !important;
  padding: 16px 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  display: block;
  text-align: left !important;
  line-height: 1;
}
.btn-select-design-dep,
.btn-select-design-arriv,
.btn-select-design-date {
  background: url(/static/img/common/icon/i-nav-dep.png) #fff no-repeat 94% 50%;
  position: relative;
  border-radius: 3px;
}

/*#departure_date{
  background: url(/static/img/common/icon/i-nav-day.png) #fff no-repeat 94% 50% !important;
}*/

.btn-select-design-dep::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: '出発地';
  font-size: 14px;
  margin-top: -8px;
  color: #666;
}

.btn-select-design-arriv::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: '到着地';
  font-size: 14px;
  margin-top: -8px;
  color: #666;
}

.btn-select-design-date::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: '出発日';
  font-size: 14px;
  margin-top: -8px;
  color: #666;
}

input#departure_date::placeholder,
#departure_date.datepicker {
  color: #333 !important;
  text-align: left !important;
  /*font-size: 18px;*/
}

#departure_pref.form-control select,
#arrival_pref.form-control select {
  color: #da3c41;
  padding: 10px 10px !important;
}

/*.btn-reverse01 {
    font-size: 12px;
    color: #fff;
    border:none;
    cursor: pointer;
    background: none;
    text-decoration: underline;
}*/
.btn-search-small{
  padding: 15px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #F53D7E;
  border-radius: 4px;
  display: inline-block;
}
.btn-search-small:hover{
  text-decoration: none;
  color: #fff;
}

/*@media (max-width: 991px){
  .btn-reverse01{
    position: relative;
    top: -5px;
  }
}*/

@media (max-width: 767px){
  .btn-select-design-dep::before{
    font-size: 13px;
    transform: translate(0, -50%);
    margin-top: 0;
  }
  .btn-select-design-date::before{
    font-size: 13px;
    transform: translate(0, -50%);
    margin-top: 0;
  }
  #departure_pref,
  #arrival_pref{
    padding: 12px 10px;
  }
  #departure_date{
    padding: 8px 10px;
  }
  .btn-search-small{
    padding: 10px 12px;
  }
  /*.btn-reverse01{
    position: absolute;
    right: 0;
    bottom:0;
    top: auto;
    transform: translate(0, -50%);
    color: #fff;
  }*/
  .hotel_departure_pref,
  .hotel_arrival_pref{
    padding: 12px 10px;
  }
  .hotel_day_pref{
    padding: 12px 10px;
  }
  .btn-select-design-day + .btn-select-design-day{
    margin-top: 5px;
  }
}

.datepicker {
  padding-top: 6px;
  font-size: 16px;
  text-align: center;
  background: #fff !important;
}

.btn-search {
  display: block;
  background: #f53d7e;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: 15px 16px;
  text-align: center;
  border:none;
  cursor: pointer;
  margin-bottom: 0;
}

/*ボタン*/
.btn-search-main-pink {
  display: block;
  background: #f53d7e;
  border-radius: 2px;
  color: #fff !important;
  padding: 12px 10px 12px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.btn-search-main-pink small {
  font-weight: normal;
}

.btn-search-main-pink:hover {
  opacity: .5;
  color: #fff;
  text-decoration: none;
}

.bg-icon-dep img,
.bg-icon-rosen img,
.bg-icon-seat img {
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.bus-search-other-link {
  float: right;
}

.btn-search-ofukunado {
  float: left;
  margin-right: 16px;
}

.bus-search-other-link .btn-search-ofukunado:last-child{
  float: right;
  margin-right: 0;
}

.btn-search-ofukunado a {
  background: #fdd7e5;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 8px 25px;
  border-radius: 50px;
  color: #F53D7E;
  border:solid 2px #F53D7E;
  background: #fff3f7;
}

.btn-search-ofukunado a:hover {
  background: #f53d7e;
  color: #fff;
  }

.btn-search-ofukunado a:after {
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  margin-left: 15px;
}
.row-bus-searchbox-bottom{
  width: 100%;
}
@media (max-width: 991px){
  .row-bus-searchbox-main {
    width: 100%;
    margin-bottom: 0;
  }
  .btn-search {
    display: block;
    width: 100% !important;
    padding: 16px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #F53D7E;
    border-radius: 4px;
  }

  .bus-search-other-link {
    margin-top: 20px;
  }
}

@media (max-width: 767px){
  .btn-search{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border:none;
    cursor: pointer;
    margin: 0 auto;
    max-width: 140px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #F53D7E;
    border-radius: 4px;
  }

  .row-bus-searchbox {
    margin-bottom: 5px;
    padding: 0;
    background:none;
  }

  .col-bus-searchbox-02,
  .col-bus-searchbox-03 {
    margin-bottom: 5px;
  }

  .col-bus-searchbox-04 {
    margin-bottom: 12px;
  }

  .col-bus-searchbox-05 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom:none;
    margin-top: 0;
  }

  .row-bus-searchbox-main {
    padding: 0;
    display: block;
    margin-bottom: 0;
    background: none;
    border-radius:0;
  }

  .btn-search-main-pink {
    font-size: 15px;
    margin-bottom: 0;
    padding: 15px 5px 15px 5px;
  }

  .btn-search-main-pink.config-accordion {
    margin-left: -15px;
    margin-right: -15px;
  }

  .searchbox-dep-set .config-accordion + li.switchactive {
    background: none;
    padding-bottom: 15px;
  }

  .row-bus-searchbox-bottom{
    margin-top: 20px;
  }
  .bus-search-other-link {
    float: none;
    margin-bottom: 0px;
    margin-top: 6px;
    padding-top: 0px;
    border-top: none;
  }

  .btn-search-ofukunado {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  .bus-search-other-link .btn-search-ofukunado:last-child {
    float: none;
    margin-bottom: 0;
  }

  .btn-search-ofukunado a {
    background: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 0;
    border-radius:initial;
    border: none;
  }
  .btn-search-ofukunado a:hover{
    background: none;
    text-decoration: underline;
  }

  .btn-search-ofukunado a:after {
    display: none;
  }

  .btn-search-ofukunado a:before {
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid-black.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 9px;
  margin-right: 6px;
  }
}

.row-bus-searchbox-bottom .col-lg-6 {
  flex: 0 0 49.799999%;
  max-width: 49.799999%;
}

@media (max-width: 991px){
  .row-bus-searchbox-bottom .col-12 {
    flex: 0 0 99.799999%;
    max-width: 99.799999%;
  }
  .row-hotel-searchbox-main .col-bus-searchbox-04{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.row-hotel-searchbox-main .col-bus-searchbox-02,
.row-hotel-searchbox-main .col-bus-searchbox-03{
  width: 30%;
}
@media (max-width: 991px){
.row-hotel-searchbox-main .col-bus-searchbox-02,
.row-hotel-searchbox-main .col-bus-searchbox-03{
  width: 50%;
}
}
@media (max-width: 767px){
.row-hotel-searchbox-main .col-bus-searchbox-02,
.row-hotel-searchbox-main .col-bus-searchbox-03,
.row-hotel-searchbox-main .col-bus-searchbox-04{
  width: 100%;
}
.row-hotel-searchbox-main .col-bus-searchbox-04{
  display: block;
}
}
@media (min-width: 767px){
.col-bus-searchbox-04 select.hotel_day_pref{
  width: 49%;
  float: left;
  margin-right: 1%;
}
.col-bus-searchbox-04 select.hotel_day_pref:last-child{
  margin-right: 0;
}
}


.row-search-pickup{
  width: 50%;
  float: left;
}
.top-search-pickup-link{
  display: block;
  position: relative;
}
.top-search-pickup-link span{
  position: absolute;
  bottom:0;
  width: 100%;
  left: 0;
  background:rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  padding: 3px;
}
.top-search-other-link{
  margin:0;
  padding: 0;
  width: 50%;
  float: left;
}
#tab06 .top-search-other-link{
  width: 100%;
  float: none;
}
.top-search-other-link li{
  float: left;
  width: 48%;
  margin:0.5% 1%;
}
.top-search-other-link li a{
  display: block;
  background:#fff;
  padding: 16px 18px 16px 12px;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
}
.top-search-other-link li a:hover{
  text-decoration: none;
  background:#fff5f9;
}
.top-search-other-link li a:after {
  content: "";
  background: url(/static/img/common/icon/angle-right-solid.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.col-pickup{
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px){
  .row-search-pickup{
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }

  .top-search-pickup-link{
    display: block;
    position: relative;
  }
  .top-search-pickup-link span{
    position: absolute;
    bottom:0;
    width: 100%;
    left: 0;
    background:rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    padding: 3px;
  }
  .top-search-other-link{
    width: 100%;
    float: none;
  }
  .top-search-other-link li{
    float: none;
    width:100%;
    margin:0;
  }
  .top-search-other-link li a{
    padding: 10px 18px 10px 12px;
  }
  .top-search-other-link li a:after {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
  }
  .top-search-other-link li + li{
    margin-top: 5px;
  }
  .col-pickup{
    padding: 0 20px;
  }
}


/* tour-link *************************/

.tour-link {
  text-align:center;
  padding:20px 0 0;
}

.tour-link a {
  display:inline-block;
  padding:10px 10px;
  color:#3bafda;
  font-weight: bold;
  font-size:16px;
  background: #fff;
  text-decoration:none;
  border-radius: 5px;
  position: relative;
  border:solid 2px #3bafda;
  float: left;
  margin:0;
}

.tour-link a:last-child {
  float: right;
}

.tour-link a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  }

.tour-link a:hover {
  color:#fff;
  background:#3bafda;
}

.tour-link a br {
  display:none;
}

.tour-link {
  margin-bottom:25px;
}

.tour-link a {
  width:49% !important;
  padding:16px 16px;
}

/*最安値情報
---------------------------------------*/
.lowest_price {
  margin-bottom: 7px;
}

.lowest_price .col-6 {
  margin-bottom: 40px;
  /*padding-left: 10px !important;
  padding-right: 10px !important;*/
}

.lowest_price .col-6 img {
  max-width: 100px;
}

.lowest_price .col-6 a {
  display: block;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.lowest_price .col-6 a div {
  width: 100%;
}

.lowest_price .col-6 a h3 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 5px;
}

.lowest_price .col-6 a h3 img {
  margin: 0 5px;
  position: relative;
  top: -5px;
  zoom:0.4;
}

.lowest_price .col-6 a p {
  color: #f53c7f;
  background: #fff5f9;
  font-size: 30px;
  padding: 5px 15px;
}

.lowest_price .col-6 a p span:before {
  content: "￥";
  font-size: 22px;
}

.lowest_price .col-6 a p span:after {
  content: "～";
}

@media (max-width: 767px){
  .lowest_price {
    margin-top: 15px;
    margin-bottom: 24px;
  }

  .lowest_price .col-6 {
    margin-bottom: 5px;
    padding-right: 2.5px !important;
    padding-left: 15px !important;
  }

  .lowest_price .col-6:nth-child(even) {
    padding-left:2.5px !important;
    padding-right: 15px !important;
  }

  .lowest_price .col-6 a {
    background: #fff5f9;
    padding: 10px 10px 5px 10px;
    border-radius: 3px;
  }

  .lowest_price .col-6 a div {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 0;
  }

  .lowest_price .col-6 a h3 {
    font-size: 14px;
  }
  .lowest_price .col-6 a h3 img {
    top: -5px;
    zoom:0.3;
  }
  .lowest_price .col-6 a p {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }

  .lowest_price .col-6 a p span:before {
    font-size: 18px;
  }
}

@media (max-width: 767px){
  .bus-search-other-link {
    float: none;
  }
}

/* ====================================
ツアーピックアップ部分
==================================== */
#section-toursearch{
  background: #fafafa;
  padding: 110px 0 110px 0;
  margin-bottom: 0;
}

@media (max-width: 767px){
  #section-toursearch{
    padding: 70px 0 70px 0;
  }
}

/* テーマパーク用のカラム */
.row-themepark{
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

.col-themepark {
  width: 50%;
  float: left;
}

.col-tdr {
  padding-right:12px;
}

.col-usj {
  padding-left:12px;
}

.col-fujiq {
  padding-right:12px;
}

.col-lego {
  padding-left:12px;
}

@media (max-width: 767px){
  .row-themepark {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .col-tdr {
    padding-right:5px;
  }
  .col-usj {
    padding-left:5px;
  }

  .col-fujiq {
    padding-right:5px;
  }

  .col-lego {
    padding-left:5px;
  }
}

.row-card-plan-01 {
  margin-bottom: 36px;
}

@media (max-width: 767px){
  .row-card-plan-01 {
  margin-bottom: 20px;
  }
}

@media (max-width: 767px){
  .row-card-plan-01 .col-6 {
    flex: 0 0 49.799999%;
    max-width: 49.799999%;
    box-sizing: border-box;
  }
}

/* カードレイアウトのカラム落ちを調整 safari */
@media (min-width: 768px){
  .row-card-plan-01 .col-md-6,
  .row-card-plan-01 .col-6 {
    flex: 0 0 49.799999%;
    max-width: 49.799999%;
  }
}

@media (min-width: 1200px){
  .row-card-plan-01 .col-lg-3 {
    flex: 24.799999%;
    max-width: 24.799999%;
    width: 24.799999%;
  }
}

.row-willercolle {
  margin-bottom: 36px;
}
.row-willercolle .col-md-6,
.row-willercolle .col-6 {
  flex: 0 0 49.799999%;
  max-width: 49.799999%;
}

@media (min-width: 1200px){
  .row-willercolle .col-lg-3 {
    flex: 24.799999%;
    max-width: 24.799999%;
    width: 24.799999%;
  }
}

.row-willercolle .card-plan-01 p {
  padding: 24px 24px 0 24px;
}

@media (max-width: 768px){
  .row-willercolle {
    margin-bottom: 20px;
  }
  .row-willercolle .card-plan-01 p {
    padding: 16px 12px 0 12px;
  }
}

/*もっと見る*/
.link-motto {
  text-align: right;
}

.link-motto a,
.link-motto span {
  background: url(/static/img/index/bg-stripe-pink.png) top left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 50px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.link-motto a:after{
  display: none;
}
.link-motto a img,
.link-motto span img{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  zoom:0.5;
}
.link-motto span .arrow-up{
  display: inline-block;
}
.link-motto span .arrow-down{
  display: none;
}
.link-motto span.collapsed .arrow-up{
  display: none;
}
.link-motto span.collapsed .arrow-down{
  display: inline-block;
}


.link-motto a:hover,.link-motto span:hover {
  color: #f53d7e!important;
}

@media (min-width: 1200px){
  .link-motto {
    margin-right: -15px;
  }
}

#section-bussearch .link-motto a,
#section-bussearch .link-motto span{
  font-size:18px;
  font-weight:bold;
  padding:10px 40px;
}

@media(max-width:767px) {
  .link-motto a,
  .link-motto span {
    display: block;
    text-align: center;
  }
  #section-bussearch .link-motto a,
  #section-bussearch .link-motto span  {
    font-size:16px;
    padding:10px 25px;
  }
}

@media(max-width:374px) {
  #section-bussearch .link-motto a,
  #section-bussearch .link-motto span {
    font-size:14px;
    padding:10px 25px;
  }
}

/* ====================================
キャンペーン部分
==================================== */
.img-fluid2 {
  width: 100%;
  height: auto;
}


@media (max-width: 767px) {

/* ====================================
  バス予約部分
  ==================================== */

  /*検索ボックス
  ---------------------------------------*/
  /*出発日から探す*/
  .searchbox-dep-set .config-accordion {
    pointer-events: initial;
  }
}

.row-willercolle h3 img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .row-willercolle h3 img {
    height: 106px;
  }
}

#background {
  background-image: url(/static/img/index/hero-restran-01.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

#background,
#background-front {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
}

#background-front {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}
.bg-none {
  background: none;
}

/* ====================================
コラボ案件部分
==================================== */
#section-collaboration {
  background: #fafafa;
  padding: 60px 0 104px 0;
  margin-bottom: 0;
}

.list-collabo-category {
  float: left;
  width: 15%;
  padding: 3px 0;
}

.label-collabo {
  display: block;
  text-align: center;
  background: #2993f7;
  color: #fff;
  padding: 1px 8px;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: normal;
}

.list-collabo-detail {
  float: left;
  width: 85%;
}

.list-collabo-detail a {
  display: block;
  padding: 5px 5px;
}

@media (max-width: 767px){
  #section-collaboration {
    padding: 70px 0 50px 0;
  }

  .list-collabo-category {
    width: 35%;
    font-size: 12px;
  }

  .list-collabo-detail {
    width: 65%;
    font-size: 12px;
  }
}



#Toppage .nav-link-pc-detail a {
  text-shadow: 1px 1px 0px #ffffff, 0px 1px 0px #ffffff;
}



.ico-goto{
  position: relative;
}
.ico-goto:before{
  content: "GOTO トラベル 対象";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  background:rgba(236,62,134,0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 3px 4px;
  line-height: 1;
  font-weight: bold;
}
.ico-goto:hover{
  text-decoration: none !important;
}
@media (max-width: 767px){
.ico-goto:before{
  font-size: 11px;
  padding: 4px 1px 2px;
  background:rgba(236,62,134,0.9);
}
.card-layout-02.ico-goto:before{
  position: relative;
}
}

/* TOPレイアウト調整 */

.nav-toptab.nav-tabs .nav-item .nav-link{
  color:#333;
}
.nav-toptab.nav-tabs .nav-item.show .nav-link, .nav-toptab.nav-tabs .nav-link.active{
  color:#fff;
}

.slick-arrow{
  display:none !important;
}

@media(min-width : 992px) {
  #Toppage header{
    position:absolute;
    top:35px;
		/*top:70px;*//* 分社化 */
    width:100%;
  }
  #Toppage article{
    margin-top:155px;
  }
}

@media(min-width : 992px) and (max-width : 1199px) {
  .slick-dots{
    bottom:10px;
  }
}
@media(min-width : 768px) and (max-width : 991px) {
  .slick-dots{
    bottom:10px;
  }
  #Toppage header{
    position:absolute;
    top:35px;
		/*top:70px;*//* 分社化 */
    width:100%;
  }
  #Toppage article{
    margin-top:155px;
  }
}
@media(min-width : 768px){
  _::-webkit-full-page-media, _:future, :root #Toppage article {
    margin-top:150px;
  }
}
@media(max-width : 767px) {
  #section-hero,
  .slick-slide picture{
    overflow: hidden;
  }
  #section-hero img{
    width: 100%;
    object-fit: cover;
  }
}

@media(min-width : 700px) and (max-width : 767px) {

  #section-hero,
  #section-hero img{
    height:450px;
  }
}

@media(min-width : 575px) and (max-width : 699px) {

  #section-hero,
  #section-hero img{
    height:355px;
  }
}

@media(min-width : 500px) and (max-width : 574px) {
  #section-hero,
  #section-hero img{
    height:320px;
  }
}

@media(min-width : 400px) and (max-width : 499px) {
  #section-hero,
  #section-hero img{
    height:250px;
  }
}
@media(max-width:400px) {
  #section-hero,
  #section-hero img{
    height:240px;
  }
}
@media(max-width:374px) {
  #section-hero,
  #section-hero img{
    height:200px;
  }
}



@media(min-width : 700px) and (max-width : 767px) {

  .test-slide-area #section-hero,
  .test-slide-area #section-hero img{
    height:auto;
  }
}

@media(min-width : 575px) and (max-width : 699px) {

  .test-slide-area #section-hero,
  .test-slide-area #section-hero img{
    height:auto;
  }
}

@media(min-width : 500px) and (max-width : 574px) {
  .test-slide-area #section-hero,
  .test-slide-area #section-hero img{
    height:auto;
  }
}

@media(min-width : 400px) and (max-width : 499px) {
  .test-slide-area #section-hero,
  .test-slide-area #section-hero img{
    height:auto;
  }
}
@media(max-width:400px) {
  .test-slide-area #section-hero,
  .test-slide-area #section-hero img{
    height:auto;
  }
}
@media(max-width:374px) {
  .test-slide-area #section-hero,
  .test-slide-area #section-hero img{
    height:auto;
  }
}




@media (max-width : 767px) {
  #Toppage header{
    position:absolute;
    top:35px;
		/*top:70px;*//* 分社化 */
    width:100%;
  }
  #Toppage article{
    margin-top:54px;
  }
}


/* 検索窓内　txt-until */
.txt-until{
  text-align:center;
  margin-bottom:5px;
  font-weight:bold;
  color: #fff;
  font-size:14px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
}
.txt-until:before{
  content:"＼";
  margin-right:15px;
  font-weight:normal;
  position: absolute;
  left: 0;
  top: 0;
}
.txt-until:after{
  content:"／";
  margin-left:15px;
  font-weight:normal;
  position: absolute;
  right: 0;
  top: 0;
}
@media(min-width : 1200px) {
  .txt-until{
    font-size:18px;
    letter-spacing:0.8px;
  }
}

/* WEX通知用 */
.wex-info{
  text-align:center;
}
.wex-notice{
  text-align:center;
  margin-bottom:10px;
}
.wex-notice a{
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
  position:relative;
  padding-left:10px;
}
.wex-notice a:hover{
  color:#fff;
  text-decoration:none;
}
.wex-notice a:before{
  content:"\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left:0;
}
@media(min-width:768px) {
  .txt-until,
  .wex-notice{
    display:inline-block;
  }
  .wex-notice{
    margin-left:40px;
  }
}
@media(max-width:767px) {
  .wex-notice a{
    font-size:14px;
  }
}


/*------------20210907追記---オリジナルシートSLIDE---------*/
#seat_slides{
  margin: 48px auto;
  padding: 24px 0px 32px;
  background: #fddde8;
  border-top: 1px solid #f43d7d;
  border-bottom: 1px solid #f43d7d;
  position: relative;
}
#seat_slides:before{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 2px);
  top: -1px;
  left: -15px;
  background: #fddde8;
  border-top: 1px solid #f43d7d;
  border-bottom: 1px solid #f43d7d;
  z-index: -1;
}
.seat_slides_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.seat_slides_title{
  font-size: 18px;
  font-weight: bold;
  color: #f43d7d;
}
.link_to_seat{
  font-size: 13px;
  display: flex;
  align-items: center;
}
.link_to_seat:hover{
  text-decoration: none;
}
.link_to_seat:hover span{
  text-decoration: underline;
}
.link_to_seat img{
  zoom:0.4;
}
.seat_slides_box{
  margin-top: 16px;
}
.original_seats{
  position: relative;
}
.original_seats .original_seat a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  display: block;
  padding: 0;
  margin: 0 8px;
}
.original_seats .original_seat a:hover{
  text-decoration: none;
}
.original_seats .original_seat a img{
  width: 100%;
  height: auto;
  transition: all 0.24s ease;
}
.original_seats .original_seat a:hover img{
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.4))
          brightness(1.04);
}
.original_seats .original_seat a .seat_name{
  font-size: 16px;
  margin-top: 8px;
}
.original_seats .original_seat a .seat_lines{
  font-size: 12px;
}
.original_seats .original_seat a:hover .seat_name{
  color: #f43d7d;
}
.original_seats .slick-arrow.seat_slides-arrow{
  display: block!important;
  position: absolute;
  color: #fff;
  background: #f43d7d;
  padding: 8px 12px;
  top: 30%;
  z-index: 5;
  cursor: pointer;
}
.fa-chevron-left:before{
  content: "" !important;
  display: inline-block;
  font-family: initial;
  background: url(/static/img/common/icon/angle-left-solid-white.png) no-repeat;
  width: 10px;
  height: 16px;
  background-size: cover;
}
.fa-chevron-right:before{
  content: "" !important;
  display: inline-block;
  font-family: initial;
  background: url(/static/img/common/icon/angle-right-solid-white.png) no-repeat;
  width: 10px;
  height: 16px;
  background-size: cover;
}
.seat_prev-arrow{
  left: -15px;
}
.seat_next-arrow{
  right: -15px;
}
/*------------PCサイズ------------*/
@media screen and (min-width:1200px) {
  #seat_slides{
    margin: 64px auto;
    padding: 40px 16px 40px;
    border: 1px solid #f43d7d;
  }
  #seat_slides:before{
    content: none;
  }
  .seat_slides_title{
    font-size: 20px;
  }
  .link_to_seat{
    font-size: 15px;
  }
  .link_to_seat img{
    zoom:0.5;
  }
}


/* 人気の都市路線
*****************************************/

ul.popular-rosen-list{
  width:100%;
  margin:0 auto 15px auto;
}

ul.popular-rosen-list li{
  border:1px solid #ccc;
  float:left;
  margin:5px;
  background:#fff;
  position: relative;
}

ul.popular-rosen-list li:hover{
  background:#fad6dc;
}
ul.popular-rosen-list a{
  font-size:16px;
  color:#333;
  display:block;
  padding:8px 8px 7px 8px;
}


ul.popular-rosen-list li:after{
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right:10px;
}

  @media(min-width:1200px) {
    ul.popular-rosen-list li{
      width:218px;
    }
  }

  @media only screen and (min-width : 992px) and (max-width : 1199px) {
    ul.popular-rosen-list{
      max-width:928px;
    }

    ul.popular-rosen-list li{
      width:222px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width : 991.98px) {
    ul.popular-rosen-list{
      max-width:688px;
    }
    ul.popular-rosen-list li{
      width:162px;
    }

    ul.popular-rosen-list li a{
      font-size:14px;
    }
  }

  @media(max-width:767px) {
    ul.popular-rosen-list li{
      width:48.2%;
      margin:5px 10px 5px 0;

    }
    ul.popular-rosen-list li:nth-child(even){
      margin-right:0px;
    }

    ul.popular-rosen-list li a{
      font-size:14px;
      padding:6px 8px 5px 8px;
    }

    ul.popular-rosen-list li:after{
      right:5px;
    }
    #popular-city-routes .title02{
      font-size:18px !important;
    }
  }
  @media(max-width:374px) {
    #section-bussearch .link-motto a,
    #section-bussearch .link-motto span{
      padding:10px;
    }
    #popular-city-routes .title02{
      font-size:16px !important;
    }
  }

/*.link-motto a.top-popularlink:after,
.link-motto span.top-popularlink:after{
  content:"\f106";
}*/
/*.link-motto a.collapsed:after,
.link-motto span.collapsed:after{
  content:"\f107";
}*/

/*head直書きを移設*/
.off:after{display: none;}




/*テストパターン1*/
.col-bus-searchbox-00{
  display: flex;
  flex-wrap: wrap;
}
.col-bus-searchbox-00 .row-bus-searchbox-main {
  padding: 0;
  width: 90%;
  margin-bottom: 0;
}
.col-bus-searchbox-00 .col-bus-searchbox-05 {
  width: 10%;
  padding: 0 0 0 8px;
  position: relative;
  display: flex;
}
.col-bus-searchbox-00 .col-bus-searchbox-02,
.col-bus-searchbox-00 .col-bus-searchbox-03{
  width: 33.33%;
  padding: 0 8px 0 0;
}
.col-bus-searchbox-00 .col-bus-searchbox-04{
  width: 33.33%;
  padding: 0;
}
.col-bus-searchbox-00 .col-bus-searchbox-06 {
  width: 100%;
  float:none;
  text-align: right;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.col-bus-searchbox-00 .col-bus-searchbox-08 {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.btn-busradio{
  width: 100%;
  border: none;
  border-radius: .25em;
}
.btn-busradio .btn+.btn{
  margin-left: 0;
}
.btn-busradio .btn{
  width: 50%;
  text-align: center;
  border-radius: .25em;
}
.btn-busradio label.btn {
  word-wrap: break-word;
  word-break: break-all;
  white-space: initial;
  font-size: 14px;
}
.btn-wexbus{
  border-left: 1px solid #ced4da;
  position: relative;
}
.btn-busradio .btn.active{
  color: #fff;
}
.btn-busradio .btn.active:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}
.col-bus-searchbox-00 .row-bus-searchbox-bottom{
  width: 100%;
}
@media (max-width: 991px){
  .col-bus-searchbox-00{
    width: 100%;
  }
  .col-bus-searchbox-00 .row-bus-searchbox-main{
    width: 100%;
  }
  .col-bus-searchbox-00 .col-bus-searchbox-05 {
    width: 50%;
    position: relative;
    text-align: center;
    padding-left: 0;
    margin: 10px auto 0;
  }
  .col-bus-searchbox-00 .col-bus-searchbox-06{
    width: 100%;
    text-align: center;
    clear: initial;
  }
}
@media (max-width: 767px){
  .col-bus-searchbox-00 .col-bus-searchbox-05{
    margin-bottom: 20px;
  }
  .col-bus-searchbox-00 .col-bus-searchbox-05,
  .col-bus-searchbox-00 .col-bus-searchbox-02,
  .col-bus-searchbox-00 .col-bus-searchbox-03,
  .col-bus-searchbox-00 .col-bus-searchbox-04,
  .col-bus-searchbox-00 .col-bus-searchbox-06 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .col-bus-searchbox-00 .col-bus-searchbox-08{
    margin-bottom: 5px;
  }
  .col-bus-searchbox-00 .col-bus-searchbox-02 select,
  .col-bus-searchbox-00 .col-bus-searchbox-03 select,
  .col-bus-searchbox-00 .col-bus-searchbox-04 select{
    font-size: 16px;
  }
  .btn-busradio .btn:before {
    left: 10px;
  }
  .btn-busradio .btn:hover:before {
    left: 10px;
  }
  .btn-busradio .btn.active:before {
    left: 10px;
  }
  .btn-busradio label.btn {
    font-size: 13px;
    line-height: 1.3;
  }
}

.wex-info.test-textline{
  display: none;
}

.title-search{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.row-bussearch-box{
  width: 100%;
}
.col-search{
  width: 100%;
}
.col-search + .col-search{
  margin-top: 5px;
}
.col-search.col-searchbtn{
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.btn-gyakukukan{
  position: absolute;
  right: 0;
  top:50%;
  transform: translate(0, -50%);
  color: #fff;
  background: none;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
.row-bussearch-box .btn-search{
  line-height: initial;
}
.row-bussearch-box #departure_pref,
.row-bussearch-box #arrival_pref,
.row-bussearch-box #departure_date{
  padding: 15px 10px;
  text-indent: 60px;
  line-height: initial;
}
.btn-select-design-date{
  background: #fff;
}
.row-bussearch-box .btn-select-design-dep,
.row-bussearch-box .btn-select-design-arriv{
  background: none !important;
  border-radius: 0;
}
.row-bussearch-box .btn-select-design-dep:after,
.row-bussearch-box .btn-select-design-arriv:after,
.row-bussearch-box .btn-select-design-day:after,
.row-bussearch-box .btn-select-design-dep::before,
.row-bussearch-box .btn-select-design-arriv::before{
  display: none;
}
.btn-select-design-dep-in + .btn-select-design-dep-area,
.btn-select-design-arriv-in + .btn-select-design-arriv-area{
  margin-top: 3px;
  position: relative;
}
.row-bussearch-box #departure_area,
.row-bussearch-box #arrival_area{
  width: 100%;
  padding: 12px 10px;
  cursor: pointer;
  text-indent: 60px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  display: block;
  text-align: left !important;
  line-height: 1;
}
.btn-select-design-dep-in,
.btn-select-design-arriv-in{
  position: relative;
}
.btn-select-design-dep-in:after,
.btn-select-design-arriv-in:after,
.row-bussearch-box .btn-select-design-date:after{
  content: "";
  background: url(/static/img/common/icon/angle-down-solid.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.btn-select-design-dep-in:before{
  position: absolute;
  top: 50%;
  left: 15px;
  content: "出発地";
  font-size: 14px;
  transform: translate(0, -50%);
  color: #666;
}
.btn-select-design-arriv-in:before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "到着地";
  font-size: 14px;
  transform: translate(0, -50%);
  color: #666;
}
.row-bussearch-box .btn-select-design-date:before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "出発日";
  font-size: 14px;
  margin:0;
  transform: translate(0, -50%);
  color: #666;
}
.btn-select-design-dep-area::before,
.btn-select-design-arriv-area::before{
  position: absolute;
  top: 50%;
  left: 25px;
  content: '┗';
  font-size: 14px;
  transform: translate(0, -50%);
  color: #666;
}
.row-bussearch-box .btn-select-design-date{
  position: relative;
}
.row-bussearch-box .btn-select-design-dep-area:after,
.row-bussearch-box .btn-select-design-arriv-area:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f53d7e;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.row-bussearch-box .form-control{
  border-radius: 3px;
}
.btn-wexonly{
  position: relative;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 0;
}
.btn-wexonly:before{
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  top: 50%;
  left: 5px;
  font-size: 16px;
  transform: translate(0, -50%);
}
.btn-wexonly span{
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.btn-wexonly.btn-unselected{
  opacity: 0.5;
  pointer-events: none;
}
.btn-wexonly.btn-unselected span{
  border:none;
  font-weight: normal;
}
.btn-wexonly.active:after{
  content: "";
  background: url(/static/img/common/icon/check-solid.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
  z-index: 1;
}
.btn-wexonly input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.row-bussearch-box input[type='checkbox']{
  display: none;
}
.row-bussearch-under{
  margin-top: 30px;
}
.row-bussearch-under .text-yakoannotation{
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}
.link-bussearch-other > li + li{
  margin-top: 5px;
}
.btn-bussearch-other a{
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
.btn-bussearch-other a:before {
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid-black.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 9px;
  margin-right: 6px;
}
@media (min-width: 767px){
.title-search{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.row-bussearch-box{
  display: flex;
  flex-wrap:wrap;
}
.col-search{
  width: 30%;
  padding: 0 5px;
}
.col-search + .col-search{
  margin-top: 0;
}
.col-search.col-searchbtn{
  width: 10%;
  margin-top: 0;
  text-align: right;
}
.row-bussearch-box #departure_pref,
.row-bussearch-box #arrival_pref,
.row-bussearch-box #departure_date{
  padding: 15px 10px;
  text-indent: 60px;
}
.btn-gyakukukan{
  position: relative;
  right: auto;
  top:auto;
  transform: none;
  margin:10px 0 0 auto;
}
.row-bussearch-under{
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.row-bussearch-under .text-yakoannotation{
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.link-bussearch-other{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.link-bussearch-other > li{
  padding: 0 5px;
  width: auto;
}
.link-bussearch-other > li + li{
  margin-top: 0;
}
.btn-bussearch-other a{
  font-size: 13px;
  display: inline-block;
  background: #fdd7e5;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 100px;
  color: #f53d7e;
}
.btn-bussearch-other a:before{
  display: none;
}
.btn-bussearch-other a:after{
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  margin-left: 15px;
}
.btn-select-design-dep-in + .btn-select-design-dep-area,
.btn-select-design-arriv-in + .btn-select-design-arriv-area{
  margin-top: 5px;
}
#departure_area,
#arrival_area{
  padding: 16px 10px;
}
}
@media (min-width: 992px){
.row-bussearch-under .text-yakoannotation{
  width: 50%;
  margin-bottom: 0px;
}
.link-bussearch-other{
  width: 50%;
}
}

/*テストパターン1*/
.row-test-01 .btn-search{
  display: inline-block;
  max-width: 180px !important;
  border-radius: 100px;
  padding: 15px 5px;
  box-shadow: 0px 4px 0px 1px #ffd6e5;
  font-size: 20px;
  background: url(/static/img/index/icon-search.png) no-repeat 90% center , #F53D7E;
  line-height: initial;
}
.row-test-01 .btn-search:hover{
  box-shadow: none;
  position: relative;
  top: 4px;
}
.col-wexselect{
  width: 100%;
}
.col-search + .col-search.col-wexselect{
  margin-top: 5px;
}

@media (min-width: 767px){
.row-test-01 .top-tab-content{
  padding: 16px 48px 32px;
}
.row-test-01 .col-search{
  width: 33.33%;
}
.row-test-01 .col-search.col-searchbtn{
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}
.row-test-01 .col-search.col-searchbtn .btn-search{
  width: 100%;
  max-width: 260px;
  border-radius: 100px;
  margin:0 auto;
}
.row-test-01 .btn-search{
  max-width: 260px !important;
}
.row-test-01 .btn-gyakukukan{
  position: absolute;
  right: 0;
  top: -40px;
  margin: 0;
}

.row-test-01 .col-bus-searchbox-02,
.row-test-01 .col-bus-searchbox-03,
.row-test-01 .col-bus-searchbox-04{
  width: 33.33%;
}
.row-test-01 .col-bus-searchbox-05{
  width: 100%;
  text-align: center;
  float: none;
  padding: 0;
  margin-top: 20px;
}
}




/*テストパターン2*/
.row-test-02 .title-search{
  color: #1c1c1c;
}
.row-test-02 .txt-until{
  color: #1c1c1c;
}
.row-test-02 .top-tab-content{
  background: #fff3f7;
}
.row-test-02 .nav-toptab.nav-tabs .nav-item.show .nav-link,
.row-test-02 .nav-toptab.nav-tabs .nav-link.active{
  background: #1c1c1c;
  position: relative;
}
.row-test-02 .nav-toptab.nav-tabs .nav-link.active:before {
  border-right: 6px solid transparent;
  border-top: 18px solid #1c1c1c;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  left: 50%;
  content: "";
  display: block;
  bottom: -20px;
  transform: translateX(-50%);
  position: absolute;
}
.row-test-02 .nav-toptab.nav-tabs .nav-item .nav-link:hover{
  background: #1c1c1c;
}
.row-test-02 .btn-search{
  display: inline-block;
  max-width: 180px !important;
  border-radius: 100px;
  padding: 15px 5px;
  box-shadow: 0px 4px 0px 1px #ffd6e5;
  font-size: 20px;
  background: url(/static/img/index/icon-search.png) no-repeat 90% center , #F53D7E;
  line-height: initial;
}
.row-test-02 .btn-search:hover{
  box-shadow: none;
  position: relative;
  top: 4px;
}
.row-test-02 .row-bussearch-under .text-yakoannotation,
.row-test-02 .btn-bussearch-other a{
  color: #1c1c1c;
}
.row-test-02 .btn-gyakukukan{
  color: #1c1c1c;
}
.row-test-02 .form-control{
  border: solid 1px #ccc !important;
}
.row-test-02 .btn-wexonly{
  background: #fff;
  color: #333;
  width: 100%;
  padding:10px 10px 10px 35px;
  border-radius: 3px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  border:solid 1px #ccc;
}
.row-test-02 .btn-wexonly:before{
  content: "";
  background: url(/static/img/common/icon/check-circle-solid.png) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
}
/*.row-test-02 .btn-wexonly.btn-unselected:before{
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #d4d4d4;
  top: 50%;
  left: 10px;
  font-size: 16px;
  transform: translate(0, -50%);
}*/
.row-test-02 .btn-wexonly span{
  border-bottom: none;
  font-weight: normal;
}
.row-test-02 .btn-wexonly.btn-unselected{
  opacity: 1;
  background: #fff;
  color: #d4d4d4;
  pointer-events: none;
  border:solid 1px #fff;
}
.row-test-02 .btn-wexonly.btn-unselected span{
  border:none;
  font-weight: normal;
}
.row-test-02 .btn-wexonly.active{
  color: #fff;
  background: #F53D7E;
}
.row-test-02 .btn-wexonly.active:after{
  background: url(/static/img/common/icon/check-circle-solid-white.png) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
}
.row-test-02 .btn-wexonly input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.row-test-02 .col-search + .col-search.col-wexselect{
  margin-top: 5px;
}
@media (min-width: 767px){
.row-test-02 .top-tab-content{
  padding: 16px 48px 32px;
}
.row-test-02 .col-search{
  width: 33.33%;
}
.row-test-02 .col-search.col-wexselect{
  width: 66.66%;
}
.row-test-02 .col-search.col-searchbtn{
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}
.row-test-02 .col-search.col-searchbtn .btn-search{
  width: 100%;
  max-width: 260px;
  border-radius: 100px;
  margin:0 auto;
}
.row-test-02 .col-search + .col-search.col-wexselect{
  margin-top: 10px;
}
.row-test-02 .btn-search{
  max-width: 260px !important;
}
.row-test-02 .btn-gyakukukan{
  position: absolute;
  right: 0;
  top: -50px;
  margin: 0;
}
.row-test-02 .btn-bussearch-other a{
  color: #F53D7E;
  border:solid 2px #F53D7E;
  background: #fff3f7;
}
.row-test-02 .col-bus-searchbox-02,
.row-test-02 .col-bus-searchbox-03,
.row-test-02 .col-bus-searchbox-04{
  width: 33.33%;
}
.row-test-02 .col-bus-searchbox-05{
  width: 100%;
  text-align: center;
  float: none;
  padding: 0;
  margin-top: 20px;
}
.row-test-02 .btn-wexonly{
  display: inline-block;
  width: auto;
  padding-right: 20px;
}
}
@media (min-width: 992px){
.row-test-02 .col-search.col-wexselect{
  width: 33.33%;
}
.row-test-02 .btn-wexonly{
  display: block;
  width: 100%;
  padding-right: 0;
}
}
@media (max-width: 767px){
.row-test-02 .btn-search-ofukunado a{
  color: #1c1c1c;
}
}