﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	COMMON
-------------------------------------------------------------------- */
.hacobune-layout-base-main-contents ul.hacobune-tag-list span.hacobune-tag-item-label {
  border: 0 !important;
}
ul.hacobune-tag-list .hacobune-tag-item-input[type=radio]:checked+.hacobune-tag-item-label {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-bottom: 1px solid #fff !important;
}
ul.hacobune-tag-list .hacobune-tag-item-input[type=radio]:checked+.hacobune-tag-item-label {
  background: #fff !important;
}

/* --------------------------------------------------------------------
	PC
-------------------------------------------------------------------- */
html[data-browse-mode="P"] .event_head_ {
  font-size: 30px;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 50px;
}
html[data-browse-mode="P"] .event_head_ span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

/* --------------------------------------------------------------------
	SP
-------------------------------------------------------------------- */
html[data-browse-mode="S"] .event_head_ {
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 20px;
  padding: 0;
}
html[data-browse-mode="S"] .event_head_ span {
  display: block;
  font-size: 10px;
  font-family: "メイリオ", Meiryo;
  font-weight: normal;
  letter-spacing: 1px;
}