@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202605-keihanbus{background: url("../../../img/outing/202605-keihanbus/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.keihanbus_202605_titlwrap {
  border-top: 2px solid #C40000;
  border-bottom: 2px solid #C40000;
  padding: 10px 0 20px;
  position: relative;
}
.keihanbus_202605_redtx {
  color: #C40000;
}
.keihanbus_202605_textindent01 {
  text-indent: 5.2em !important;
}
.keihanbus_202605_textspace {
  letter-spacing: 2.4em;
}
.keihanbus_202605_redBox {
  display: inline-block;
  color: #fff;
  background-color: #C40000;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
}
.keihanbus_202605_ruby_center {
  font-size: 34% !important;
  text-align: center;
  ruby-align: center;
  color: #000;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
}
@media only screen and (max-width: 480px) {
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
