@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202606-keihanbus{background: url("../../../img/outing/202606-keihanbus/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.keihanbus_202606_titlwrap {
  border-top: 2px solid #b72f8c;
  border-bottom: 2px solid #b72f8c;
  padding: 10px 0 20px;
  position: relative;
}
.keihanbus_202606_redtx {
  color: #C40000;
}
.keihanbus_202606_textindent01 {
  text-indent: 5.2em !important;
}
.keihanbus_202606_textspace {
  letter-spacing: 2.4em;
}
.keihanbus_202606_Box {
  display: inline-block;
  color: #fff;
  background-color: #b72f8c;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
}
.keihanbus_202606_ruby_center {
  font-size: 34% !important;
  text-align: center;
  ruby-align: center;
  color: #000;
}
.keihanbus_202606_bg {
  background: linear-gradient(180deg, rgba(213, 189, 217, 1) 0%, rgba(247, 247, 247, 1) 15%);
  padding: 20px 0;
}
.keihanbus_202606_font {
  font-size: 150% !important;
}
/*--------------------------------------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) {
  .keihanbus_202606_photol {
      display: flex;
      justify-content: space-between;
  }
  .keihanbus_202606_width {
      width: 60%;
  }
  .keihanbus_202606_width02 {
      width: 40%;
  }
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
