@charset "utf-8";
@font-face {
  font-family: "notosanjp";
  font-weight: 400; 
  src: url("/static/css/fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2"), url("/static/css/fonts/notosansjp/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "notosanjp";
  font-weight: 600; 
  src: url("/static/css/fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2"), url("/static/css/fonts/notosansjp/NotoSansJP-Bold.otf") format("opentype");
}


#Toppage {
	font-family:"notosanjp", sans-serif;
	color: #2F242C;
}

#Toppage header#testheader{
  position: relative;
}

@media(min-width : 992px) {
  #Toppage header{
    /*position:absolute;
    top:35px;*/
    width:100%;
  }
}

@media(min-width : 768px) and (max-width : 991px) {

  #Toppage header{
    /*position:absolute;
    top:35px;*/
    width:100%;
  }
  #Toppage article{
    margin-top:0px !important;
  }

}
@media (min-width : 768px) {
  .none_newsflash article{
    margin-top: 0px !important;
  }
}
@media (max-width : 767px) {
  #Toppage header{
    /*position:absolute;
    top:35px;*/
    width:100%;
  }
  .none_newsflash article{
        margin-top: 0px !important;
  }
}

#Toppage #row-nav-header{
	width: 95%;
	max-width: 95%;
}
#Toppage #col-logo{
	text-align: left;
}
@media (max-width : 767px) {
#Toppage #row-nav-header{
	width: 97%;
	max-width: 98%;
}	
}

/*ナビゲーションの設定*/
#Tabselection{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#Toppage #nav-header-headr:after{
  display: none;
}

.wrap-tabselection{
  overflow-x: scroll;
}
.ul-tabselection{
 border-top: 1px solid #D8D8D8;
 border-bottom: 1px solid #D8D8D8;	
  width: 1150px;
  display: flex;
}
.ul-tabselection > li{
  display: flex;
  width: 100%;
}
.ul-tabselection > li + li{
  border-left: 1px solid #D8D8D8;
}
.ul-tabselection > li a{
  padding: 0 2px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #111111;
  width: 100%;
  height: 40px;
	line-height: 40px;
  justify-content: center;
}
.ul-tabselection > li a:hover{
  background: #2F242C;
  color: #fff;
  text-decoration: none;
}
#Toppage .ul-tabselection > li.li-home a{
  background: #2F242C;
  color: #fff;
  font-weight: bold;
}
@media(min-width:992px) {
.wrap-tabselection{
  overflow-x: initial;
}
.ul-tabselection{
  width: 100%;
}
.ul-tabselection > li{
  width:100%;
}
.ul-tabselection > li a{
  width: 100%;
  height: 60px;
  padding: 4px 2px;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
  justify-content: center;
}
}
@media(min-width:1280px) {
.ul-tabselection > li a{
  height: 60px;
	font-size: 14px;
}
}


/*キービジュアルの設定*/
#section-hero{
  width: 100%;
}
.slick-slider{
  margin: 0;
}
.slide-cpn{
  overflow: hidden;
}
.slick-list{

}
.slide-cpn > li:not(:first-child) {
    display: none;
}
.slide-cpn > li{
  opacity: 0;
  transition: opacity .3s linear;
}
.slide-cpn > li.slick-initialized{
  opacity: 1;
}
.slick-next{
  right: 1%;
}
.slick-prev{
  left: 1%;
  z-index: 2;
}
.slick-prev,
.slick-next{
  transform: translate(0, -50%);
/*  top: calc(50% - 10px);*/
  top: 50%;
  margin: 0;
}
.slick-prev:before,
.slick-next:before{
  color: #000;
}
.slick-slide{
/*スマホは全幅のため、左の線無し*/
/*  border-left: 2px solid #fff;*/
  margin-bottom: 0;
  text-align: center;
  /*width: 100%;
  width: 277px;
  height:170px;*/
}
.slick-slide img{
  width: 100%;
}
.slick-dots{
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 20px;
}
#section-hero .slick-dots{
  padding: 8px 8px 8px 0;
}
.slick-dots li{
  width: 10px;
  height: 10px;
  margin:0 7px;
}
.slick-dots li button{
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
}
.slick-dots li button:before{
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border: solid 1px #707070;
  border-radius: 100px;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
  background: #787878;
  border: solid 1px #707070;
}
@media(min-width:767px) {
.slick-slide{
  border-left: 2px solid #fff;
}
	
.slide-cpn{
/*  height: 550px !important;
  overflow: hidden;*/
}
.slick-dots{
  padding: 45px 0 10px;
}
#section-hero .slick-dots{
  padding: 20px 0 20px;
}
.slick-next{
  right: 13%;
}
.slick-prev{
  left: 13%;
}
.slick-prev,
.slick-next{
/*  top: calc(50% - 20px);*/
  top: 50%;
}
.slick-prev,
.slick-next{
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before{
  color: #000;
  font-size: 40px;
}
.slick-slide{
  border-left: 2.5px solid #fff;
}

.slick-dots li{
  width: 20px;
  height: 20px;
  margin:0 10px;
}
.slick-dots li button{
  width: 20px;
  height: 20px;
}
.slick-dots li button:before{
  width: 20px;
  height: 20px;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
  background: #787878;
  border: solid 1px #707070;
}
}
@media(min-width:811px) {
.slick-next{
  right: 2%;
}
.slick-prev{
  left: 2%;
}
}
@media(min-width:1280px) {
#section-hero .slick-dots{
  padding: 10px 20px 20px 0;
}
.slick-next{
  right: 3.5%;
}
.slick-prev{
  left: 3.5%;
}

.slick-dots li button{
  width: 20px;
  height: 20px;
}
.slick-dots li button:before{
  width: 20px;
  height: 20px;
}
.slick-prev, .slick-next{
  top: calc(50% - 0px);
}
}




/*@media(min-width:376px) {
.slide-cpn{
  height: 140px !important;
  overflow: hidden;
}
}
@media(min-width:470px) {
.slide-cpn{
  height: 300px !important;
  overflow: hidden;
}
.slick-slide img{
  width: 100%;
  max-width: 100%;
  max-height:initial;
  margin-left: auto;
  margin-right: auto;
}
}
@media(min-width:575px) {
.slide-cpn{
  height: 200px !important;
  overflow: hidden;
}
}
@media(min-width:767px) {
.slide-cpn{
  height:400px !important;
  overflow: hidden;
}
}
@media(min-width:1400px) {
.slide-cpn{
  height:500px !important;
  overflow: hidden;
}
}*/



/*バス検索ボックスの設定*/
#Bussearch{
  background: #F6F6F6;
  padding: 20px 0;
}
.title-search{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.row-bussearch-box{
  margin-top: 15px;
  position: relative;
}
.col-search + .col-search{
  margin-top: 8px;
}
.col-search{
  display: flex;
  align-items: center;
  position: relative;
}
.col-reverse{
  width: 20%;
  margin-top: -13px;
  margin-bottom: -22px;
  position: relative;
  z-index: 3;
}
.col-reverse img{
  width: 100%;
  max-width: 34px;
}
.col-arrive{
  margin-top: 9px;
}
.search-itemname{
  width: 16%;
  font-size: 12px;
  font-weight: bold;
}
.search-itemselect{
  width: 84%;
}
.col-search .form-control{
  padding: 0;
  height: initial;
  font-size: 16px;
  line-height: 1;
  height: 44px;
  color: #111111;
  background: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 39px;
  text-overflow: ellipsis;
  width: 100%;
}
.col-search .form-control[readonly]{
  background: #fff;
}
.col-search .datepicker::placeholder{
  color: #111111;
  text-indent: 4px;
}
#departure_pref,
#arrival_pref,
#arrival_area,
#departure_area{
  -webkit-appearance: none;
  background: url(/static/img/common/icon/icon-pin-pink.png) #fff no-repeat 96% 50%;
  background-size: 18px 18px;
}
#departure_date{
  background: url(/static/img/common/icon/icon-calendar-pink.png) #fff no-repeat 96% 50% !important;
  background-size: 18px 18px !important;
}
.col-search.col-wexselect{
  width: 84%;
  margin-left: auto;
  margin-right: 0;
}
.col-search.col-wexselect > div{
  width: 100%;
}
.btn-wexonly{
  background: #fff;
  color: #111;
  width: 100%;
  height: 44px;
  padding:10px 10px 10px 35px;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  border:solid 1px #ccc;
  position: relative;
  display: flex;
  align-items: center;
  word-wrap: break-word;
  white-space:normal;
  margin:0;
}
.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%);
}
.btn-wexonly span{
  border-bottom: none;
  font-weight: normal;
}
.btn-wexonly.btn-unselected{
  opacity: 1;
  background: #fff;
  color: #d4d4d4;
  pointer-events: none;
  border:solid 1px #fff;
}
.btn-wexonly.btn-unselected span{
  border:none;
  font-weight: normal;
}
.btn-wexonly.active{
  color: #fff;
  background: #EC7190;
}
.btn-wexonly.active:before{
  background: url(/static/img/common/icon/check-circle-solid-white.png) no-repeat !important;
  background-size: cover !important;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
}
.btn-wexonly input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.col-nightattention{
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.col-nightattention p{
  font-size: 12px;
  margin:0 0 6px;
}
.col-searchbtn{
  margin-top: 20px;
  display: block;
  text-align: center;
}
.btn-gyakukukan{
  background: none;
  padding: 0;
}
.btn-gyakukukan .img-tate{
  display: none;
}
.btn-search{
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  background: #EC7190;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 140px;
}
.btn-search:hover{
  opacity: 0.5;
}
.txt-until{
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.txt-until small{
  display: block;
}
.row-searchother{
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  border-top: 1px dashed #A5A5A5;
}
.txt-until-other{
  width: 45%;
  font-size: 10px;
  font-weight: bold;
}
.txt-until-other img{
  width: 100%;
  max-width: 20px;
  margin-right: 4px;
}
.link-bussearch-other{
  width: 55%;
}
.link-bussearch-other > li + li{
  margin-top: 10px;
}
.btn-bussearch-other{
  font-size: 12px;
}
.btn-bussearch-other a{
  color: #111111;
  text-decoration: underline;
  position: relative;
}
.btn-bussearch-other a:hover{
  color: #111111;
  text-decoration: 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: 5px;
  height: 8px;
  margin-left: 5px;
}
#departure_date::placeholder,
#departure_date,
#departure_pref,
#arrival_pref,
#arrival_area,
#departure_area{
  text-indent: 10px;
}
.btn-select-design-dep-area,
.btn-select-design-arriv-area{
  margin-top: 5px;
}
@media(min-width:767px) {
#Bussearch{
  padding: 40px 0;
}
#Bussearch .container{
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.title-search{
  font-size: 18px;
}
.row-bussearch-box{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.row-searchother{
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  border-top: none;
}
.txt-until-other{
  display: none;
}
.link-bussearch-other{
  text-align: right;
  width: 100%;
}
.col-search{
  width: calc(50% - 32px);
  padding: 0 5px;
}
.col-dep{
  order:1;
}
.col-reverse{
  width: 64px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  order:2;
}
.col-reverse img{
  width: 100%;
  max-width: 54px;
}
.col-arrive{
  margin-top: 0;
  order: 3;
}
.col-search + .col-search{
  margin-top: 0;
}
.col-search.col-depday{
  width: 100%;
  margin-top: 10px;
  order:4;
}
.col-search.col-wexselect{
  width: 50%;
  padding-top: 10px;
  margin-left: 0;
  order:5;
}
.col-search.col-nightattention{
  width: 50%;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  order:6;
}
.col-nightattention p{
  font-size: 14px;
}
.col-search.col-searchbtn{
  width: 100%;
  margin-top: 15px;
  order:7;
}
.col-search .form-control{
  font-size: 14px;
  height: 50px;
  padding-right: 40px;
  text-overflow: ellipsis;
}
.btn-wexonly{
  height: 40px;
  font-size: 16px;
}
#departure_pref,
#arrival_pref,
#arrival_area,
#departure_area{
  -webkit-appearance: none;
  background: url(/static/img/common/icon/icon-pin-pink.png) #fff no-repeat 96% 50%;
  background-size: 22px 22px;
}
#departure_date{
  background: url(/static/img/common/icon/icon-calendar-pink.png) #fff no-repeat 96% 50% !important;
  background-size: 22px 22px !important;
}
.btn-select-design-dep-in,
.btn-select-design-arriv-in{
  -webkit-appearance: none;
  background: url(/static/img/common/icon/icon-pin-pink.png) #fff no-repeat 96% 50%;
  background-size: 22px 22px;
}
.btn-select-design-date{
  background: url(/static/img/common/icon/icon-calendar-pink.png) #fff no-repeat 96% 50% !important;
  background-size: 22px 22px !important;
}
#departure_date::placeholder,
#departure_date,
#departure_pref,
#arrival_pref{
  text-indent: 100px;
  font-size: 16px;
}
#arrival_area,
#departure_area{
  text-indent: 30px;
  font-size: 20px;
}
.btn-search{
  max-width: 450px;
  font-size: 24px;
  padding: 25px 5px;
}
.txt-until{
  font-size: 18px;
}
.txt-until small{
  display: inline;
}
.search-itemname{
  width: auto;
  position: absolute;
  left: 30px;
  font-size: 16px;
  line-height: 1;
  top: 20px;
  z-index: 2;
}
.search-itemselect{
  width: 100%;
}
.row-searchother{
  margin-top: 10px;
  padding: 0;
}
.btn-bussearch-other{
  font-size: 14px;
}
.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: 6px;
  height: 10px;
  margin-left: 10px;
}
.btn-search{
  padding: 15px 5px;
  font-size: 20px;
  max-width: 300px;
}
.link-bussearch-other{
  display: flex;
  justify-content: center;
}
.link-bussearch-other > li + li{
  margin-top: 0;
  margin-left: 20px;
}
}
@media(min-width:992px) {
.col-search{
  width: calc(33.333% - 21.333px);
}
.col-search.col-depday{
  width: calc(33.333% - 21.333px);
  margin-top: 0;
  display: flex;
  align-items: flex-start;
}
.col-search.col-wexselect{
  width: calc(33.333% - 21.333px);
}
.col-search.col-nightattention{
  width: 66.66%;
}
}
@media(max-width:767px) {
#Bussearch .container{
  padding-left: 25px;
  padding-right: 25px;
}
.btn-gyakukukan .img-tate{
  display: inline-block;
}
.btn-gyakukukan .img-yoko{
  display: none;
}
.col-nightattention{
  justify-content: flex-end;
}
}
@media(min-width:1280px) {
.link-bussearch-other{
  justify-content: flex-end;
}
}


/*共通ブロック*/
.layout-01{
  padding: 40px 0;
}
.layout-01 + .layout-01{
  padding-top: 0;
}
@media(min-width:767px) {
.layout-01{
  padding: 140px 0;
}
#Routelink.layout-01{
  padding: 85px 0 140px;
}
.layout-01 + .layout-01{
  padding-top: 0;
}
}




/*タイトル・見出しの設定*/
.section-header{
  text-align: center;
  margin-bottom: 15px;
}
#Busprice .section-header,
#Seat .section-header,
#Willercolle .section-header{
  margin-bottom: 20px;
}
#Information .section-header{
  margin-bottom: 25px;
}
.title-base-01{
  font-size: 16px;
  font-weight: bold;
}
.section-header p{
  font-size: 13px;
}
.section-header h2 + p{
  margin-top: 5px;
}
.section-otherpage{
  padding: 15px 0;
  text-align: center;
}
@media(min-width:767px) {
.section-header{
  margin-bottom: 40px;
}
#Busprice .section-header,
#Seat .section-header,
#Willercolle .section-header{
  margin-bottom: 40px;
}
#Information .section-header{
  margin-bottom: 40px;
}
.title-base-01{
  font-size: 24px;
}
.section-header p{
  font-size: 18px;
}
.section-header h2 + p{
  margin-top: 15px;
}
#Information .section-body{
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#Willercolle .section-body{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-otherpage{
  padding: 40px 0;
}
}


.slider-box{
  padding: 0 0 0 5px;
}
.slider-container{
  padding-left: 10px;
}
.slider-plan-01{
  width: 100%;
  display: flex;
}
.slider-box-01{
  overflow-x: scroll;
  padding-bottom: 10px;
}
/*.slider-box-01::-webkit-scrollbar{
   width: 5px;
}
.slider-box-01::-webkit-scrollbar-track{
   background-color: #ccc;
}
.slider-box-01::-webkit-scrollbar-thumb{
   background-color: #17585d;
}*/

/*
1枠 156x枠+1 365で割る */
.slider-plan-01{
  width: 310%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01.ver-7{
  width: 490%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01.ver-8{
  width: 550%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01 > li{
  padding: 0 5px;
  display: flex;
  width: 60%;
}

.txt-em{
	background: #F0F0F0;
	padding: 5px;
	display: inline-block;
	line-height: 1em;
	margin-top: 5px;
	font-weight: bold;
}

@media(min-width:1200px) {
.slider-plan-01{
  width: 110.9%;
}
.slider-plan-01.ver-8{
  width: 199.7%;
}
.slider-plan-01 > li{
  width: 22.22%;/* 253 */
}
}
@media(min-width:1265px) {
.slider-plan-01{
  width: 100%;
}
.slider-box-01{
  width: 100%;
  max-width: 1265px;
  margin:0 auto;
  overflow-x: initial;
}
.slider-plan-01 > li{
  width: 25%;
}
.slider-plan-01 > li.slide-end{
  display: none;
}
.slider-plan-01.ver-7{
  width: 100%;
  max-width: 1265px;
  flex-wrap: wrap;
  justify-content: center;
}
.slider-plan-01.ver-8{
  width: 100%;
  max-width: 1265px;
  flex-wrap: wrap;
}
.slider-plan-01.ver-7 > li,
.slider-plan-01.ver-8 > li{
  margin-bottom: 10px;
}
}

.btn-alllist{
  display: inline-block;
  width: 80%;
  text-align: center;
  border:solid 1px #EC7190;
  color: #EC7190;
  border-radius: 60px;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.btn-alllist:hover{
  color: #EC7190;
  text-decoration: none;
  opacity: 0.5;
}
.btn-alllist:after {
  content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #EC7190;
}
@media(min-width:767px) {
.btn-alllist{
  display: inline-block;
  width: 100%;
  max-width: 450px;
  padding: 26px 10px;
  font-size: 20px;
}
.btn-alllist:after {
  content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #EC7190;
}
}



/*プランの掲載*/
.card-plan{
  display: block;
  border-radius: 15px;
  border:1px solid #D8D8D8;
  color: #111111;
  padding: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
}
.card-plan:hover{
  text-decoration: none;
  opacity: 0.7;
  color: #111111;
}
.slide-end .card-plan{
  border:1px solid #EC7190;
  display: flex;
  color: #EC7190;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
.slide-end .card-plan p{
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
}
.slide-end .card-plan img{
  display: block;
  width: 100%;
  max-width: 26px;
  margin: 20px auto 0;
}
.thum-seat{
  position: relative;
}
.label-seatspec{
  background: #F0F0F0;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: -3px;
}
.dl-plan{
  padding: 10px;
}

#Seat .dt-planname{
  font-size: 13px;
  font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
	

.dt-planname{
  font-size: 13px;
  font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	line-height: 1.4;	
}
.dd-plantext{
  font-size: 11px;
}
.plan-price{
  font-size: 11px;
  padding: 0 10px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: right;
  flex-wrap: wrap;
}
.plan-price b{
}
.plan-price .num{
  color: #EC7190;
  line-height: 1.2;
	font-size: 1.4em;
	margin-left: 5px;
}
.plan-price .num:after{
  content: "円～";
  font-size: 10px;
}
.slick-track{
  display: flex !important;
  align-items: stretch;
}
@media(min-width:767px) {
.dl-plan{
  padding: 16px 20px;
}
	
.dt-planname,#Seat .dt-planname{
  font-size: 18px;
  font-weight: bold;
}
.dd-plantext{
  font-size: 16px;
}
.plan-price{
  font-size: 18px;
}
.plan-price b{
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.plan-price .num{
  font-size: 28px;
}
.plan-price .num:after{
  font-size: 18px;
}
.slide-end .card-plan p{
  font-size: 22px;
}
.slide-end .card-plan img{
  max-width: 50px;
}
	.label-seatspec{
		font-size: 14px;
	}	
}



/*プランのスライドの設定*/
.slide-plan .slick-slide{
  padding: 0 5px;
  display: flex;

  height: auto;
  min-height: initial;
}



/*ウィラコレ記事のレイアウト*/
.list-article{
  margin-bottom: 5px;
}
.list-article > li + li{
  margin-top: 20px;
}
.card-article{
  display: flex;
  justify-content: space-between;
  color: #111111;
  align-items: flex-start;
}
.card-article:hover{
  text-decoration: none;
}
.card-article img{
  width: 90px;
}
.dl-article{
  width: calc(100% - 110px);
}
.dt-articletitle{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
.dd-articletext{
  font-size: 12px;
}
.dd-articletext img{
  width: 22px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media(min-width:767px) {
.card-article img{
  width: 220px;
}
.dl-article{
  width: calc(100% - 250px);
}
.dt-articletitle{
  font-size: 22px;
}
.dd-articletext{
  font-size: 18px;
}
.dd-articletext img{
  width: 33px;
  margin-right: 10px;
}
}


/*PickUp*/
.list-pickup > li{
  display: flex;
  align-items: flex-start;
}
.list-pickup > li + li{
  margin-top: 15px;
}
.list-pickup > li span{
  width: 30%;
  background: #F0F0F0;
  color: #101010;
  padding: 5px;
  display: block;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
	font-weight: bold;
}
.list-pickup > li a{
  width: 70%;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #111111;
}
@media(min-width:767px) {
.list-pickup > li{
  justify-content: space-between;
  align-items: center;
}
.list-pickup > li span{
  width: 180px;
  font-size: 18px;
  padding: 10px 5px;
}
.list-pickup > li a{
  width: calc(100% - 220px);
  padding: 0;
  font-size: 18px;
}
}




/*ガイドコンテンツ*/
.list-guide{
  display: flex;
  width: 100%;
  max-width: 675px;
  margin:0 auto;
}
.list-guide > li{
  width: 33.33%;
  padding: 0 6.5px;
}
.list-guide a:hover{
  opacity: 0.5;
}



#lowest-price{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#lowest-price .tab-pane{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#lowest-price .nav{
  padding:20px;
  
}
#lowest-price .nav li{
  text-align:center;
  font-size:16px;
  line-height:1.0;
  padding: 0 3px 0 1px;
}

#lowest-price .nav li a{
  display:block;
  color:#787878;
  font-weight:bold;
  background:#fff;
  padding:10px 20px;
  border-radius:60px;
  border:1px solid #787878;
}
#lowest-price .nav li a:hover,
#lowest-price .nav li a.active{
  text-decoration:none;
	color: #2F242C;
	border: #2F242C 1px solid;
}
#lowest-price table{
  font-size:14px;
  width:86%;
  margin:30px auto;
	outline: 1px solid #E7E7E7;
	border-radius: 15px;
}


#lowest-price table th,
#lowest-price table td{
  padding:16px;
  line-height:1.0;
  text-align: center;
  font-size: 16px;
}

#lowest-price table thead {
	border: none;
}
#lowest-price table thead th{
	background: #F6F6F6;
	border: none;
}
#lowest-price table thead th.after_2months{
	border-top-right-radius: 15px;
}

#lowest-price table thead th:first-child{
		border-top-left-radius: 15px;
}


#lowest-price table th:first-child,
#lowest-price table td.route_title{
  width:200px;
  background:#F6F6F6;
  padding-left:15px;
  padding-right:15px;
  border-color:#E7E7E7;
  text-align: center;
	border-right: 1px solid #dee2e6;
}
#lowest-price table td.route_title a{
  color: #111111;
}
.table thead th{
  color:#111111;
  border-bottom:none;;
}
#lowest-price table td.route_title{
  color:#111111;
}
.this_month,
.next_month,
.after_2months,
.after_3months{
  text-align:right;
}
.this_month a,
.next_month a,
.after_2months a,
.after_3months a,
.this_month a:hover,
.next_month a:hover,
.after_2months a:hover,
.after_3months a:hover{
  color:#EC7190;
  font-size:20px;
  font-weight:bold;
}
.this_month a:before,
.next_month a:before,
.after_2months a:before,
.after_3months a:before{
  content: "￥";
    font-size: 18px;
}
@media(max-width : 1199px) {
  #lowest-price .nav li{
    font-size:14px;
  }
  #lowest-price table{
    font-size:12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:20px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 18px;
  }
}
@media(min-width : 768px) and (max-width : 991.98px) {
  #lowest-price .nav li{
    font-size:16px;
  }
  #lowest-price table{
    font-size:14px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:16px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 14px;
  }
}
@media(max-width : 767px) {
  #lowest-price{
    height:auto;
  }
  #lowest-price .nav{
    padding:15px 8px;
  }
 #lowest-price .nav li{
		  padding: 0 2px;
  }		  
  #lowest-price table{
    margin: 13px auto;
    width: calc(100% - 20px);
  }
  #lowest-price table th,
  #lowest-price table td{
    padding:10px 5px;
    font-size: 12px;
  }
  #lowest-price table td{
    text-align: center;
  }
  #lowest-price table td.route_title{
    text-align: left;
  }
  #lowest-price table th:first-child,
  #lowest-price table td.route_title{
    padding-left:10px;
    padding-right:10px;
    width: 100px;
    font-size: 12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:11px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 10px;
  }
}
@media(max-width:374px) {
  #lowest-price .nav li{
    font-size:12px;
  }
  #lowest-price table{
    width:98%;
  }
  #lowest-price table td.route_title{
    padding-left:10px;
  }
  #lowest-price table th:first-child, 
  #lowest-price table td.route_title{
    width:95px !important;
  }
}
#lowest-price .scroll-set .nav{
  padding:12px 13px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#lowest-price .scroll-set{
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background:none;
  padding:0;
}
#lowest-price .scroll-set .nav-tabs {
	border-bottom: none;
}


#lowest-price .scroll-set .nav-tabs li a{
  font-size:16px;
}
#lowest-price .scroll-set .nav{
  width:100%;
}
@media(min-width : 768px) and (max-width : 991.99px) { 
  #lowest-price .scroll-set .nav{
    padding:21px 13px;
  }
  #lowest-price .scroll-set{
    overflow-x: hidden;
    background:none;
    padding:0;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    font-size:14px;
  }
  #lowest-price .scroll-set .nav{
    width:100%;
  }
} 
@media(max-width:767px) { 
  #lowest-price .scroll-set .nav{
    padding:10px 0;
  }
  #lowest-price .scroll-set{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background:none;
    padding:0;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    padding: 6px 7px;
    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;
}


/*
advertisement-box
****************************************/
#advertisement-box{
  text-align: center;
  min-height: 100px;

}
#advertisement-box .container{
  margin-top: 20px;
}
#advertisement-box .container a{
  display: inline-block;
  position: relative;
}
#advertisement-box .container img{
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: auto;
}
.ad-annotation{
  padding: 5px 8px 4px;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  display: inline-block;
  color: #333;
  border-radius: 0 0 0 4px;
  font-weight: 300;
}
@media(min-width:431px) {
#advertisement-box{
  min-height: 65px;
}
#advertisement-box .container img{
  max-width: 728px;
}
#advertisement-box .container{
  margin-top: 40px;
}
}
@media(min-width:768px) {
#advertisement-box{
  min-height: 85px;
}
}
@media(min-width:992px) {
#advertisement-box{
  min-height: 90px;
}
}

/*
2024TOPリニューアルstyle
****************************************
*/
#Appeal{
	background: #F6F6F6;
	padding: 16px 0 5px;
}
#Appeal .ex-value{
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	width: 100%;
	margin: 10px auto 2px;
	
}

.title-base-02{
		font-size: 14px;
	  font-weight: bold;
}

.ex-value li{
	border-right: 1px solid #ccc;
	  padding: 6px;
	flex: 1;
	text-align: center;	
}
.ex-value li:last-child{
	border-right: none;
}

.ex-value li dl dt{
	font-weight: normal;
	font-size: 14px;
}

.ex-value li dl dd{
	font-weight: bold;
	font-size: 14px;	
}

.ex-value li dl dd span{
	font-size: 2.2em;
	line-height: 1.2;
	color: #E6759E;
	font-family: 'Oswald', sans-serif, Arial, Helvetica, "sans-serif";
}

.new-bussearch .row-bussearch-box{
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.new-bussearch .row-searchother{
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  border-top: none;
}
.new-bussearch .txt-until-other{
  display: none;
}
.new-bussearch .link-bussearch-other{
  text-align: right;
  width: 100%;
}
.new-bussearch .col-search{
  width: calc(50% - 27px);
  padding: 0;
}
.new-bussearch .col-dep{
  order:1;
}
.new-bussearch .col-reverse{
  width: 54px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  order:2;
}
.new-bussearch .col-reverse img{
  width: 100%;
  max-width: 54px;
}
.new-bussearch .col-arrive{
  margin-top: 0;
  order: 3;
}
.new-bussearch .col-search + .col-search{
  margin-top: 0;
}
.new-bussearch .col-search.col-depday{
  width: 100%;
  margin-top: 10px;
  order:4;
}
.new-bussearch .col-search.col-wexselect{
  width: 100%;
  padding-top: 10px;
  margin-left: 0;
  order:5;
}
.new-bussearch .col-search.col-nightattention{
  width: 50%;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  order:6;
}
.new-bussearch .col-nightattention p{
  font-size: 14px;
}
.new-bussearch .col-search.col-searchbtn{
  width: 100%;
  margin-top: 15px;
  order:7;
}
.new-bussearch .col-search .form-control{
  font-size: 14px;
  height: 80px;
  padding-right: 40px;
  text-overflow: ellipsis;
}
.new-bussearch .btn-wexonly{
  height: 50px;
  font-size: 18px;
}

.new-bussearch .btn-wexonly{
  background: #fff;
  color: #111;
  width: 100%;
  height: 44px;
  padding:10px 10px 10px 35px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  border:solid 1px #ccc;
	border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  word-wrap: break-word;
  white-space:normal;
  margin:0;
}
.new-bussearch .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%);
}
.new-bussearch .btn-wexonly span{
  border-bottom: none;
  font-weight: normal;
}
.new-bussearch .btn-wexonly.btn-unselected{
  opacity: 1;
  background: #fff;
  color: #d4d4d4;
  pointer-events: none;
  border:solid 1px #fff;
}
.new-bussearch .btn-wexonly.btn-unselected span{
  border:none;
  font-weight: normal;
}
.new-bussearch .btn-wexonly.active{
  border:solid 1px #EC7190;

}

.new-bussearch .btn-wexonly.active span{
		font-weight: bold;
}

.new-bussearch .btn-wexonly.active:before{
  background: url(/static/img/common/icon/check-circle-sold-pink02.png) no-repeat !important;
  background-size: cover !important;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
}
.new-bussearch .btn-wexonly input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.new-bussearch .search-itemselect{
	width: 100%;
}



.new-bussearch .col-search .form-control{
  padding: 0;
  height: initial;
  font-size: 16px;
  line-height: 1;
  height: 44px;
  color: #101010;
  background: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   padding: 5px 5px 5px 20px;
  text-overflow: ellipsis;
  width: 100%;
	border-radius: 50px;
}
.new-bussearch .col-search .form-control[readonly]{
  background: #fff;
}
.new-bussearch .btn-gyakukukan img{
filter: grayscale(100%);	
}

.new-bussearch #departure_pref,.new-bussearch #arrival_pref,.new-bussearch #departure_date,.new-bussearch #departure_area,.new-bussearch #arrival_area{
	background: #fff!important;
	background-image: none;
	text-indent: 0!important;
}
.new-bussearch #departure_date::placeholder{
  text-indent: 0!important;
}	

.new-bussearch .btn-search{
  display: inline-block;
  padding: 16px 5px;
  font-size: 16px;
  font-weight: bold;
  background: #EC7190;
  color: #fff;
  border-radius:50px;
  width: 100%;
  max-width: 200px;
}

.new-bussearch .btn-search.new-color{
	background: #2F242C;
}

.new-bussearch .btn-search:hover{
  opacity: 0.5;
}

.new-bussearch .btn-select-design-date,.new-bussearch .btn-select-design-dep-in,.new-bussearch .btn-select-design-arriv-in{
	background: none!important;
}


@media(min-width:768px) {
#Appeal{
		padding: 40px 0 10px;
	}	
	
.title-base-02{
		font-size: 26px;	
}
	
.ex-value li{
	border-right: 1px solid #ccc;
	  padding: 12px;
	flex: 1;
	text-align: center;	
}

.ex-value li dl dt{
	font-weight: normal;
	font-size: 18px;
}

.ex-value li dl dd{
	font-weight: bold;
	font-size: 20px;
}

.ex-value li dl dd span{
	font-size: 3.0em;
	line-height: 1.2;
	color: #E6759E;
	font-family: 'Oswald', sans-serif, Arial, Helvetica, "sans-serif";

}	
	
.new-bussearch .col-search .form-control{
  font-size: 14px;
  height: 70px;
  padding-right: 40px;
  text-overflow: ellipsis;
	margin-bottom: 10px;
}	
	
.new-bussearch #departure_pref,.new-bussearch #arrival_pref,.new-bussearch #departure_date{
	background:#fff!important;
	background-image: none;	
	text-indent:0!important;
	line-height: 1.2em;
}		
.new-bussearch #departure_date::placeholder,
.new-bussearch #departure_date,
.new-bussearch #departure_pref,
.new-bussearch #arrival_pref{
  text-indent: 0!important;
  font-size: 18px;
}	
	}

@media(min-width:992px) {
.new-bussearch .col-search{
  width: calc(33.333% - 21.333px);
}
.new-bussearch .col-search.col-depday{
  width: calc(33.333% - 21.333px);
  margin-top: 0;
  display: flex;
  align-items: flex-start;
	padding-left: 10px;
}

.new-bussearch .col-search.col-nightattention{
  width: 66.66%;
}
.new-bussearch .btn-search{
  max-width: 450px;
  font-size: 24px;
  padding: 25px 5px;
}	
.new-bussearch .btn-wexonly{
  width: calc(33.333% - 21.333px);
	padding: 28px 28px 28px 35px;
	margin: 0;
	font-size: 15px;
	text-align: center;
	min-width: 310px;
}				
}

/*↑↑↑2024TOPリニューアルend*/


/*
20240726追記　テーマパークのニジゲンノモリ
****************************************/
/*コピーライト*/
.wrap-copyright {
    position: relative;
}
.text-copyright {
    font-size: 8px;
    line-height: 1;
    padding: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    width: 100%;
}

@media (max-width : 767px) {
	.text-copyright {
		font-size: 6px;
	}
}


/*
20250123追記　SEO施策
****************************************/
/*h1タグ------------------*/ 
.busprice-title{ 
	display:flex; 
	justify-content: center; 
} 
.section-header.busprice-title p{ 
	line-height: 1.2; 
	font-size: 16px; 
} 

/*tab*/ 
@media (min-width: 767px) { 
    .section-header.busprice-title p { 
        font-size: 24px; 
    } 
} 

/*pc*/ 
@media (min-width: 992px) { 
    .section-header.busprice-title p { 
        font-size: 20px; 
    } 
} 
/*h1タグここまで------------------*/ 

/*高速バス・夜行バス最安値Pick Up*/
.wrap-departure-arrival{
	padding: 6px;
    width: 100%; 
    margin: 10px auto;
	display: flex;
	text-align: left;
}

.wrap-departure,
.wrap-arrival{
	width: 50%;
}
	
/*小見出し*/
.search-text{
    font-weight: bold;
	font-size: 16px;
    margin: 0 0 5px;
}

/*ボタン*/
.prefectures-ul{
    display:flex;
	flex-wrap: wrap;
}
.prefectures-ul li{
    margin: 0 8px 0 0;
}
.prefectures-ul li a {
    color: #111;
    padding: 3px 10px;
	display: block;
	width: 100%;
}	

/*ウィラコレ*/
#Willercolle .section-body .title-base-01{
	font-size: 14px;
	background: #212529;
	color: #fff;
    width: fit-content;
    padding: 5px 15px 3px;
    border-radius: 50px;
	margin: 0 auto 20px;
}
	

@media (max-width : 767px) {
	/*タブ*/
	#lowest-price .scroll-set .nav{
		min-width: 380px;
		justify-content: left;
	}
	
	.wrap-departure-arrival {
        width: 100%;
        padding: 0 10px;
		margin: 10px auto 0;
		display: block;
	}
	.wrap-departure-arrival .search-text{
		font-size: 12px;
		font-weight: bold;
	}
	.prefectures-ul li{
		margin: 0 4px 4px 0;
	}
	.prefectures-ul li a{
		font-size: 12px;
		padding:2px 8px;
	}
	
	.wrap-departure,
	.wrap-arrival{
		width: 100%;
	}
	
	/*到着地のみ*/
	.wrap-arrival{
		margin-top: 8px;
		margin-left: 0px;
	}
	
	/*ウィラコレ*/
	#Willercolle .section-body .title-base-01{
		font-size: 16px;
		margin: 0 auto 10px;
	}
}
	

/*ウィラコレ記事のレイアウト 2025*/
.willercolle-link img{
	border-radius: 15px;
}
	
.willercolle-link:hover{
	text-decoration: none;
	opacity: 0.7;

}
.willercolle-link p{
	color: #101010;
	padding: 6px;
	font-size: 11px;
}

@media (min-width: 767px) { 
	.willercolle-link p{
		font-size: 16px;
		padding: 10px;
		margin-bottom: 20px;
	}
	
	
	}
/*
20250325追記　SEO施策 人気の路線
****************************************/

#Routelink .list-route{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#Routelink .list-route li{
	font-size: 13px;
	width: 32%;
	text-align: center;
	padding: 4px 0;
	
}

#Routelink .list-route li a{
	color: #111111;
	border:1px solid #D8D8D8;
	padding: 12px 4px;
	line-height: 1em;
	border-radius:56px;
	width: 100%;
	display: inline-block;
}

#Routelink .list-route li a:hover{
	text-decoration: none;
	opacity: 0.6;
}

@media (min-width: 767px) { 
	#Routelink .list-route {
		width: 86%;
		margin: 0 auto;
	}	
	#Routelink .list-route li{
		font-size: 18px;
		padding: 4px 0 8px;	
		width: 32%;	

	}
	
	#Routelink .list-route li a{
			padding:24px 4px;
	}	
	
}

/*
#faq-top-accordion
*******************/
#faq-top-accordion{
	max-width: 900px;
}
#faq-top-accordion .card{
	border:none;
	border-bottom:1px solid #D4D4D4;

}

#faq-top-accordion .card-header{
	background: none;
	border:none;
	padding: 0;
	position: relative;
}

#faq-top-accordion .card-header a{
	font-size: 16px;
	color: #2F242C;
	display: block;
	padding: 20px;
}

#faq-top-accordion .card-header a:hover{
	text-decoration: none;
}


#faq-top-accordion .card-header a span{
	font-weight: bold;
	color: #9F9F9F;
	padding-right: 12px;
	font-size: 1.2em;
}


#faq-top-accordion .card-header a:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color:#999;
}
#faq-top-accordion .card-header a.collapsed:after{
	content: "\f067";
}

#faq-top-accordion .card-body{
	padding: 0 20px 20px;
}

#faq-top-accordion .card-body p{
	padding-left: 30px;
}



@media (max-width: 767px){
	
#faq-top-accordion .card p{
	font-size: 12px;
}	
	
	#faq-top-accordion .card-header a{
	font-size: 12px;	
	padding: 12px;
	}
	
#faq-top-accordion .card-header a span{
	padding-right: 8px;
}	
#faq-top-accordion .card-header a:after{
	right: 8px;
}	
	

#faq-top-accordion .card-body{
	padding: 12px;		
	}	

#faq-top-accordion .card-body{
	padding: 0 12px 12px;
}
	
	
#faq-top-accordion .card-body p{
	padding-left: 24px;
}
	
	
}

