@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202603-keihanbus{background: url("../../../img/outing/202603-keihanbus/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.keihanbus_202603_titlebg {
    background-image: url(/k-press/assets/img/outing/202603-keihanbus/img_bg.jpg);
    background-size: cover;
    padding: 0.1em 0 0;
}
.keihanbus_202603_titletx {
  text-shadow: 
    2px 2px 0 #fff;
  color: #c11920;
}
.keihanbus_202603_textindent01 {
  text-indent: 5em !important;
}
.keihanbus_202603_textspace {
  letter-spacing: 2.4em;
}
.keihanbus_202603_redBox {
	display: inline-block;
    color: #fff;
    background-color: #c11920;
    padding: 5px 10px;
    height: 100%;
    border-radius: 8px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
