@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202510-kyotobus{background: url("../../../img/outing/202510-kyotobus/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .kyotobus_202510_green{color: #288e3a;}

.kyotobus_202510_textindent {
  text-indent: 5.1em !important;
}
.kyotobus_202510_textindent02 {
  text-indent: 1.2em !important;
}
.kyotobus_202510_textindent03 {
  text-indent: 6.3em !important;
}


.l_main .l_shop .kyotobus_202510_is_shopdetail li {
  font-size: 75%;
  padding-left: 0.9em !important;
  margin-bottom: 5px;
}

.kyotobus_202510_is_titleborder {
  border-top: #288e3a 3px solid !important;
  padding-top: 30px !important;
  margin-top: 16px;
}
.kyotobus_202510_is_titleborder {
  border-bottom: #288e3a 3px solid !important;
  padding-bottom: 30px !important;
}

.kyotobus_202510_is_bordertop01{
	border-top: #c8c8c8 2px dotted !important;
	margin-top: 40px !important;
	padding-top: 20px !important;
}

.kyotobus_202510_green_Box {
    display: inline-block;
    color: #fff;
    background-color: #288e3a;
    padding: 10px;
    vertical-align: middle;
    border-radius: 8px;
}
.kyotobus_202510_titlledeco {
  position: relative;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .l_main .kyotobus_202510_is_borderbottom{
	border-bottom: #c8c8c8 2px dotted !important;
	padding-bottom: 20px !important;
}

.kyotobus_202510_titlledeco::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  background: url("../../../img/outing/202510-kyotobus/titledecoration01.png") no-repeat;
  background-size: contain;
  width: 150px;
  height: 53px;
}
  .kyotobus_202510_mt {
    margin-top: 20px;
  }

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
.kyotobus_202510_titlledeco::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -155px;
  transform: translateY(-50%);
  background: url("../../../img/outing/202510-kyotobus/titledecoration01.png") no-repeat;
  background-size: contain;
  width: 150px;
  height: 63px;
}

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/

