@charset "UTF-8";

.bus__company button {
  margin: 0;
  padding: 0;
  background: transparent none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	cursor: pointer;
}
.bus__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 15px;
  background-color: #f3f3f3;
}
.bus__time {
  display: flex;
  margin-right: 8px;
}
.bus__time li {
  display: block;
}
.bus__time li:nth-child(n+2) {
  margin-left: 5px;
}
.bus__time img {
  display: block;
  width: 20px;
  height: 20px;
}
.bus__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5625rem;
  word-break: break-word;
}
.bus__body {
  position: relative;
  padding: 10px 15px;
}
.bus__box:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bus__company {
  line-height: 1.5625rem;
}
.bus__company button {
  color: #1a73e8;
}
.bus__booking {
  font-size: 0.75rem;
}
.bus__price {
  margin-top: 15px;
  line-height: 1.5625rem;
}
.bus__price em {
  color: #fb2705;
  font-weight: bold;
  font-style: normal;
}
.bus__price span {
  font-size: 1.56rem;
}
.bus__block {
  display: none;
}
.bus__action a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #fda62f;
}
.bus__action a:hover {
  background-color: #E68500;
}
.bus__action--body {
  width: 400px;
}
.bus__action--body li {
  display: block;
  width: 100%;
}
.bus__action--body li:nth-child(2) {
  margin-top: 10px;
}
.bus__action--body a {
  line-height: 1.3px;
  padding: 20px 15px;
  border-radius: 50px;
}
.bus__action--body a:hover {
  text-decoration: none !important;
}
.bus__action--footer {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}
.bus__action--footer li {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.bus__action--footer li:nth-child(2) {
  margin-top: 10px;
}
.bus__action--footer a {
  width: 100%;
  border-radius: 50px;
  line-height: 1.3;
  padding: 10px 15px;
}
.bus__action--footer a:hover {
  text-decoration: none;
}
.bus__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px 15px;
}
@media screen and (min-width: 768px) {
  .bus__photo--footer {
    width: auto;
    margin-right: 15px;
  }
  .bus__action--footer {
    display: flex;
    justify-content: space-between;
    width: 60%;
  }
  .bus__action--footer li {
    width: 50%;
  }
  .bus__action--footer a {
    line-height: 1.3;
    border-radius: 50px;
  }
}
@media screen and (min-width: 992px) {
  .bus__body {
    display: flex;
    padding: 20px 15px;
  }
  .bus__box:nth-child(1) {
    width: 40%;
  }
  .bus__box:nth-child(2) {
    justify-content: flex-end;
    width: 60%;
  }
  .bus__price {
    margin-top: 0;
    margin-right: 15px;
  }
  .bus__block {
    display: flex;
    align-items: center;
  }
  .bus__footer {
    display: none;
  }
}

/* ----- modal ----- */
.bus .modal {
  z-index: 9999;
}
.bus .popup--txt {
  text-align: center;
  padding-bottom: 10px;
  line-height: 18px;
}
.buslist li {
  width: 48%;
  padding: 15px 10px;
  text-align: center;
  display: block;
}
.buslist li:nth-child(odd) {
  float: left;
}
.buslist li:nth-child(even) {
  float: right;
}
.buslist li:nth-child(2n+1) {
  clear: both;
}
.buslist li div.max-height {
  height: 110px;
  margin-bottom: 10px;
}
.buslist li div img {
  max-width: 100%;
  max-height: 100%;
}
.buslist li > p {
  font-weight: bold;
}
.bus .btn-close {
  border: none;
  border-radius: 20px;
  padding: 7px 20px;
  margin: 0 auto;
}
.bus .btn-close:first-letter {
  text-transform: uppercase;
}
.bus .modal-footer {
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .buslist li div.max-height {
    margin-bottom: 5px;
  }
}
@media (max-width: 375px) {
  .buslist li div.max-height {
    height: 90px;
  }
}
.rosen-api-arw img {
  width: 16px;
  margin-bottom: 3px;
}