@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202604-keihanbus{background: url("../../../img/outing/202604-keihanbus/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.keihanbus_202604_titlwrap {
  border-top: 3px solid #e47276;
  border-bottom: 3px solid #e47276;
  padding: 10px 0 20px;
  position: relative;
}
.keihanbus_202604_pinktx {
  color: #df656a;
}
.keihanbus_202604_textindent01 {
  text-indent: 5.2em !important;
}
.keihanbus_202604_textspace {
  letter-spacing: 2.4em;
}
.keihanbus_202604_pinkBox {
  display: inline-block;
  color: #fff;
  background-color: #e47276;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
}
.keihanbus_202604_ruby_center {
  font-size: 34% !important;
  text-align: center;
  ruby-align: center;
  color: #000;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .keihanbus_202604_titlwrap::before {
    position: absolute;
    content: '';
    top: 60px;
    left: 10px;
    width: 90px;
    height: 77px;
    background-image: url(/k-press/assets/img/outing/202604-keihanbus/titledecoration01.png);
    background-size: contain;
  }
  .keihanbus_202604_titlwrap::after {
    position: absolute;
    content: '';
    top: 20px;
    right: 10px;
    width: 90px;
    height: 77px;
    background-image: url(/k-press/assets/img/outing/202604-keihanbus/titledecoration02.png);
    background-size: contain;
  }
}
@media only screen and (max-width: 480px) {
  .keihanbus_202604_titlwrap::before {
    position: absolute;
    content: '';
    top: 82px;
    left: 0;
    width: 60px;
    height: 51px;
    background-image: url(/k-press/assets/img/outing/202604-keihanbus/titledecoration01.png);
    background-size: contain;
  }
  .keihanbus_202604_titlwrap::after {
    position: absolute;
    content: '';
    top: 15px;
    right: 0;
    width: 60px;
    height: 51px;
    background-image: url(/k-press/assets/img/outing/202604-keihanbus/titledecoration02.png);
    background-size: contain;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .keihanbus_202604_titlwrap::before {
    position: absolute;
    content: '';
    top: 50px;
    left: 20px;
    width: 110px;
    height: 94px;
    background-image: url(/k-press/assets/img/outing/202604-keihanbus/titledecoration01.png);
    background-size: contain;
  }
  .keihanbus_202604_titlwrap::after {
    position: absolute;
    content: '';
    top: 15px;
    right: 20px;
    width: 110px;
    height: 94px;
    background-image: url(/k-press/assets/img/outing/202604-keihanbus/titledecoration02.png);
    background-size: contain;
  }
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
