@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202510-biwakohotel{background: url("../../../img/gourmet/202510-biwakohotel/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.biwakohotel202510_bg_gr {
    display: block;
    background: #ffdd36;
    background: linear-gradient(90deg,rgba(255, 221, 54, 1) 0%, rgba(247, 247, 247, 1) 8%, rgba(247, 247, 247, 1) 92%, rgba(255, 221, 54, 1) 100%);
    height: 160px;
    margin-top: 16px;
}
.biwakohotel202510_color {
  color: #E06C00;
}
.biwakohotel202510_ruby_center {
    font-size: 40% !important;
    text-align: center;
    ruby-align: center;
    color: #353535;
}
.biwakohotel202510_orangeborder_Box {
    display: inline-block;
    color: #fff;
    background-color: #E06C00;
    padding: 5px 10px;
    border-radius: 8px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
.biwakohotel202510_pt {
  padding-top: 5px;
}
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
.biwakohotel202510_pt {
  padding-top: 12px;
}
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/