@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202508-kyotobus{background: url("../../../img/outing/202508-kyotobus/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.is_margintop1 {
  margin-top: 1em;
}
.redborder_Box202508 {
  display: inline-block;
  color: #c11920;
  border: 2px solid #c11920;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 0 auto 15px !important;
  }
.line_202508{
    border-top: #c8c8c8 3px dotted;
    margin-top: 40px;
    padding-top: 40px;
}
/*--------------------------------------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)  {
  }*/

