@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-randen{background: url(/k-press/assets/img/outing/202601-randen/img_kv.jpg) no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.randen_202601_titledecoration {
  border-bottom: 3px solid #924898;
  border-top: 3px solid #924898;
  position: relative;
}
.randen_202601_purple {
  color: #924898;
}
.randen_202601_purpleborder_Box {
  display: inline-block;
  border: 2px solid #7d4698;
  padding: 5px 10px;
  border-radius: 8px;
  color: #924898;
}
.randen_202601_textspace {
  letter-spacing: 2.4em;
}
.randen_202601_ruby {
  font-size: 40% !important;
  text-align: center;
  ruby-align: center;
  color: #353535;
}
@media only screen and (min-width: 767.98px){
  .randen_202601_titledecoration {
    padding: 10px 0;
  }
  .randen_202601_titledecoration::after {
    position: absolute;
    content: '';
    bottom: -50px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/k-press/assets/img/outing/202601-randen/titledecoration.png);
    background-size: contain;
  }
}

@media only screen and (max-width: 767.98px){
  .randen_202601_titledecoration {
    padding: 20px 0 30px;
  }
  .randen_202601_titledecoration::after {
    position: absolute;
    content: '';
    bottom: -60px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/k-press/assets/img/outing/202601-randen/titledecoration.png);
    background-size: contain;
  }
}
