@charset "UTF-8";
  .search__results--text {
    display: block;
  }
  .search__results--text.sp {
    display: none;
  }
.cont-area {
    background: url(https://assets.pandabus.com/assets/user/image/panda.png) no-repeat top left 1300px;
    padding-top: 0;
}
.country__head {
  display: flex;
  align-items: center;
  background: #FFFFF5;
  min-width: 1200px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.country__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: url(https://assets.pandabus.com/assets/user/image/country/country-ttl.svg) no-repeat top left;
  position: absolute;
  top: 0;
  left: 50%;
}
.country__head-inner {
  width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
.country__head-copy {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.country__head-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.country__head-lead {
  font-size: 14px;
  font-weight: bold;
}
.country__wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.country__wrap .c-pandabus__ranking--title {
  padding-top: 0;
}
.c-reco__campaign .slick-prev,
.c-reco__campaign .slick-next {
  top: 105px;
}
.country__flex {
  display: flex;
  justify-content: space-between;
}
.country__sidebar {
  width: 280px;
}
.country__main-area {
  width: 900px;
}
.country__main-area .c-sort__area {
  margin-top: 0;
}
.country__departure-head {
  text-align: center;	
}
.country__departure {
  margin-bottom: 20px;
}
.country__departure-title {
  display: inline-block;
  padding: 0 0 0 60px;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.country__departure-title::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 27px; 
  background: url(https://assets.pandabus.com/assets/user/image/country/airplane.svg) no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: 0;
}
.country__departure-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.country__departure-item {
  margin-right: 16px;
  margin-bottom: 10px;
  width: 280px;
}
.country__departure-item:nth-child(3n) {
  margin-right: 0;
}
.country__departure-img {
  padding: 4px;
  border: 1px solid #D1D1D1;
}
.country__departure-img img {
  width: 100%;
}
.country__departure-item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.country__departure-area {
  display: block;
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 4px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: rgba(0,0,0,.65);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* キーワード検索結果 */
.kw__head {
  margin: 25px auto 20px;
  width: 1200px;
}
.kw__head-title {
  font-size: 26px;
}
@media(max-width:970px){
  .search__results--text {
    display: none;
  }
  .search__results--text.sp {
    display: block;
  }
  .country__head {
    padding: 0 10px;
    min-width: 1px;
  }
  .country__head-inner {
    width: 100%;
  }
  .country__wrap {
      width: 100%;
  }
  .country__sidebar {
    width: 26%;
  }
  .country__main-area {
    width: 70%;
  }
  .country__departure-item {
    width: 32.5%;
  }

  /* キーワード検索結果 */
  .kw__head {
    padding: 0 10px;
  }
}
  @media(max-width:800px){
  .search__results--text {
    display: none;
  }
  .search__results--text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
 .search__results--text.sp {
    display: block;
    border-image: linear-gradient(to right, #FF7600 0%, #FEA100 100%) 1/2px 0 0 0;
    border-style: solid;
    margin-top: 20px;
  }
  .search__results--text.sp ul {
    display: flex;
    justify-content: space-between;
    /*line-height: 60px;*/
  }
  .search__results--text li:first-child {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding: 7px;
  }
  .search__results--text li:last-child {
    padding-right: 10px;
  }
  .search__results--text li span {
    font-size: 38px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1;
  }
  .country__flex {
    flex-flow: column;
  }
  .country__wrap {
    padding: 0 10px 20px 10px;
  }
  .country__wrap .c-pandabus__ranking--title {
    padding-top: 10px;
  }
  .c-reco__campaign .slick-prev, .c-reco__campaign .slick-next {
    top: 115%;
  }
  .country__head {
    display: block;
    height: auto;
    padding: 30px 10px 10px;
  }
  .country__head-copy {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .country__head-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .country__head-lead {
    font-size: 10px;
  }
  .country__sidebar {
    width: 100%;
  }
  .country__main-area {
    width: 100%;
  }
  .country__departure-item {
    width: 100%;
  }
  .country__departure-title {
    margin-bottom: 15px;
    padding: 0 0 0 48px;
    font-size: 18px;
  }
  .country__departure-list {
    flex-flow: column;
  }
  .country__departure-item {
    margin: 0 0 12px;
  }
  .country__departure-area {
    font-size: 17px;
  }

  /* キーワード検索結果 */
  .kw__head {
    margin: 18px 0 20px;
    padding: 0 10px;
    width: auto;
  }
  .kw__head-title {
    font-size: 20px;
  }
}

