/*設定*/
:root {
  --header-bg-color: linear-gradient(90deg, #09c4ff, #8900ff);/* ヘッダーの背景色 */
  --header-text-color: #fff;/* ヘッダーの文字色・ホバー時のborder色 */
  --boothtitle-color: #323266;/* コンテンツ名の色 */
  --top-line-color: #323266;/* コンテンツ名 アンダーライン・もっとみるボタン色 */
  --sectiontitle-color: linear-gradient(45deg, #65c1da 0%, #6c8fcf 33%, #606cee 66%);/* セクションタイトルの色 */
  --outline-underline-color: #333;/* 開催概要アンダーライン色 */
  --footer-bg-color: linear-gradient(90deg, #2882C0, #22BED6);/* フッターの背景色 */
  --footer-text-color: #fff;/* フッターの文字色 */

  /* ブースの中身 */
  --booth-name-bg-color: linear-gradient(-135deg, #009acd, #191970);/* ブースの説明文 項目名の背景色 */
  --booth-contact-bg-color: linear-gradient(-135deg, #C0AF80, #A38A44);/* ブース お問い合わせ先の背景色 */
  --booth-btn-color: linear-gradient(-135deg, #009acd, #191970);/* ブース ボタンの背景色 */
}


/*ヘッダー幅*/
@media only screen and (min-width: 851px) {
  .header__wrap {
    height: 48px !important;
  }
}