.col-left-6 {
  float: left;
  width: 50%;
}

.bg-1{
  background-color: #f2f2f2;
}

.bg-1 .bg-box-1{
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.yn-list-letter li {
  list-style: none;
}

.yn-list-letter .letter {
  border-radius: 4px;
  text-align: center;
  color: #FFF;
  background-color: #FF6B00;
  font-weight: normal;
  width: 40px;
}

.yn-list-letter .letter-city {
  padding: 0 0 5px 35px;
  margin: 7px 0px;
  background: url(/template/1/travel1/assets/images/tour/location-1.png) no-repeat 15px 0px;
  font-weight: normal;
}

.yn-list-letter .letter-city a {
  color: #36C;
  text-decoration: underline;
  word-wrap: break-word;
}

@media only screen and (max-width: 1200px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }


}

@media only screen and (max-width: 599px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }
}

@media only screen and (max-width: 365px) {

  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }
}