@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202607-okoshibus{background: url("../../../img/outing/202607-okoshibus/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.okoshibus_202607_titlwrap {
  border-top: 2px solid #b72f8c;
  border-bottom: 2px solid #b72f8c;
  padding: 10px 0 20px;
  position: relative;
}
.okoshibus_202607_redtx {
  color: #df431c;
}
.okoshibus_202607_textindent01 {
  text-indent: 5.2em !important;
}
.okoshibus_202607_textindent02 {
  text-indent: 6.3em !important;
}
.okoshibus_202607_textspace01 {
  letter-spacing: 2.4em;
}
.okoshibus_202607_textspace02 {
  letter-spacing: 0.8em;
}
.okoshibus_202607_Box {
  display: inline-block;
  color: #fff;
  background-color: #df431c;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
}
.okoshibus_202607_ruby_center {
  font-size: 34% !important;
  text-align: center;
  ruby-align: center;
  color: #000;
}
.okoshibus_202607_bg {
  background-image: linear-gradient(90deg, #f9e2bb, #f7f7f7 10% 90%, #f9e2bb);
  padding: 20px 0;
}

/*--------------------------------------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) {
  .okoshibus_202607_photol {
      display: flex;
      justify-content: space-between;
  }
  .okoshibus_202607_width {
      width: 60%;
  }
  .okoshibus_202607_width02 {
      width: 40%;
  }
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
