@charset "utf-8";

/* 各セクション背景色 */
#INTORO.contentsBox { background-color: #C40F55;}


/* ページ内リンク */
.contentsBox.innerPageLinks { background-color: #E40B20; }
.contentsBox__list { background-color: #E40B20; }
.contentsBox__item { background-color: #E40B20; width: 25%; padding: 10px;}
@media screen and (max-width: 768px) {
    .contentsBox__item { font-size: 14px; }
}


/* -----------------------
  トップビジュアル_予約ボタン 
----------------------- */

/* ノーマル*/
a.yoyakuLink_normal { background-color: #EE2A51; }
a.yoyakuLink_normal.__yoyakuFukidashi::before {
    content: "＼　席数限定！ご予約はお早めに！ ／";
    position: absolute;
    top: -2.5vw;
    color: #EE2A51;
    font-size: 87%;
}
