/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.guide-banner-page {
  margin: 0;
}

.guide-banner-br .banner-bgImg-pc,
.guide-banner-br .banner-bgImg-mob {
  display: none;
}
.guide-banner-br .banner-container {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide-banner-br .banner-container .banner-txt {
  width: 85%;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .guide-banner-br .banner-container {
    height: 280px;
  }
  .guide-banner-br .banner-container .banner-txt {
    width: 90%;
    text-align: right;
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .guide-banner-br .banner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 10%;
    height: 296px;
  }
  .guide-banner-br .banner-container .banner-txt {
    width: 90%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }
}