@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-lakebiwa{background: url(/k-press/assets/img/outing/202601-lakebiwa/img_kv.jpg) no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.lakebiwa_202601_is_bg {
  background-image: url(/k-press/assets/img/outing/202601-lakebiwa/img_bg.jpg);
  background-size: cover;
  padding: 0.1em 20px 0;
}
.lakebiwa_202601_ruby {
  font-size: 40% !important;
  text-align: center;
  ruby-align: center;
  color: #353535;
}
.lakebiwa_202601_textspace {
  letter-spacing: 2.4em;
}
.lakebiwa_202601_redborderbox {
  border: 2px solid #e60013;
  background-color: #fff;
}
.lakebiwa_202601_red {
  color: #e60013;
}
.lakebiwa_202601_red_Box {
  display: inline-block;
  color: #fff;
  background-color: #e60013;
  padding: 5px 10px;
  border-radius: 8px;
}
@media only screen and (min-width: 767.98px){
  .lakebiwa_202601_flexwrap {
    display: flex;
    justify-content: space-between;
  }
  .lakebiwa_202601_redborderbox {
    padding: 30px;
  }
  .lakebiwa_202601_flexWrap {
    display: flex;
    justify-content: space-between;
  }
  .lakebiwa_202601_flexitem01 {
    width: 40%;
  }
  .lakebiwa_202601_flexitem02 {
    width: 56%;
  }
}

@media only screen and (max-width: 767.98px){
  .lakebiwa_202601_redborderbox {
    padding: 20px;
  }
  .lakebiwa_202601_flexWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .lakebiwa_202601_flexitem01 {
    margin: 10px auto !important;
    width: 60%;
    order: 2;
  }
  .lakebiwa_202601_flexitem02 {
    width: 100%;
    order: 1;
  }
}
