@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-kyototower{background: url("../../../img/gourmet/202601-kyototower/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.kyototower_202601_red_Box {
    display: inline-block;
    color: #fff;
    background-color: #D60000;
    padding: 5px 10px;
    height: 100%;
    border-radius: 8px;
}
.kyototower_202601_color {
	color: #D60000;
}
.bg_gr202601 {
    display: block;
background: #ffd4d4;
background: linear-gradient(180deg, rgba(255, 212, 212, 1) 0%, rgba(255, 230, 230, 1) 10%, rgba(255, 250, 250, 1) 30%, rgba(247, 247, 247, 1) 100%);
}
.kyototower_202601_ruby {
    font-size: 40% !important;
    text-align: center;
	ruby-align: center;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/