@charset "UTF-8";
/* ----------------------------------------------------------------
Common
-------------------------------------------------------------------*/
.semNav {
  margin: 15px 10px;
}

.semNav > .semNavButton {
  margin-bottom: 20px;
}

.semNav > .semNavText {
  font-size: 16px;
}

.semButton {
  position: relative;
  display: block;
  padding: 18px;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
  border: #ccc solid 1px;
  border-radius: 2px;
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.semButton:hover,
.semListItem:hover .semButton {
  background: #ddd;
}

.semButton > span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.semButton > span:before {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 13px;
  content: "";
  vertical-align: middle;
  border-radius: 16px;
  background-color: #003e63;
}

.semButton > span:after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.semButtonEntry {
  display: block;
  margin: 0 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border-bottom: 4px #61010c solid;
  border-radius: 3px;
  background-color: #b10511;
  font-size: 20px;
  font-weight: bold;
}

.semButtonEntry > span {
  padding-right: 20px;
  background: url("../images/sem_button_entry_arrow.png") no-repeat right center;
  background-size: 11px auto;
  line-height: 1;
}

.semButtonEntryLarge {
  margin: 0;
  padding: 20px;
}

.semTextMiddle {
  margin-bottom: 0.8em;
  font-size: 16px;
}

.semTextAlert {
  color: #b10511;
}

.semTextNote {
  position: relative;
  padding-left: 1.4em;
}

.semTextNoteMark {
  position: absolute;
  top: 0.03em;
  left: 0;
}
/* Utility
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
/* ----------------------------------------------------------------
List
-------------------------------------------------------------------*/
/* title
------------------------------------------------------*/
.semListTitleInner {
  display: table;
  width: 100%;
  border-bottom: 4px solid #b10510;
}

.semListTitleInner > * {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.semListTitle h1 {
  line-height: 1.4;
}

.semListTitleTop {
  font-size: 12px;
  font-weight: bold;
}

.semListTitleTop img {
  width: 221px;
}

.semListTitleFree {
  padding-left: 0;
  text-align: right;
}

.semListTitleFree img {
  width: auto;
  height: 52px;
}

.semListTitleMain {
  font-size: 17px;
  font-weight: bold;
}

.semListTitle h2 {
  margin-bottom: 10px;
  padding: 10px;
  color: #512501;
  font-size: 16px;
}

.semListTitle > .semListTitleBanner {
  display: none;
}
/* haeder
------------------------------------------------------*/
.semListHaeder {
  display: none;
}
/* footer
------------------------------------------------------*/
.semListFooter {
  margin: 25px 30px;
}

.semListFooter:before,
.semListFooter:after {
  display: table;
  content: " ";
}

.semListFooter:after {
  clear: both;
}
/* item
------------------------------------------------------*/
.semListItem {
  position: relative;
  margin: 0 10px;
  margin-bottom: 25px;
  padding: 18px;
  padding-top: 0;
  border: #e2e2e2 solid 1px;
  background-color: #e2edef;
  line-height: 1;
}

.semListItemLink:hover .semListItem,
.semListItem:hover {
  cursor: pointer;
  background-color: #ffffc0;
}
/* head */
.semListItemHead {
  margin-top: -6px;
  margin-bottom: 20px;
  text-align: center;
}

.semListItemHead:before {
  position: absolute;
  top: -6px;
  right: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 6px 0 0 6px;
  border-style: solid;
  border-color: transparent transparent transparent #788691;
}

.semListItemHeadData {
  padding: 10px 10px 2px;
  border: 1px #d1d1d1 solid;
  border-width: 0 1px 1px 0;
  background-color: #fff;
}

.semListItemHeadYear {
  margin-bottom: 7px;
  font-size: 14px;
}

.semListItemHeadDay {
  display: inline-block;
  margin: 0 0.2em 8px;
  font-size: 20px;
  font-weight: bold;
}

.semListItemHeadDayWeek {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: bold;
}

.semListItemHeadDayWeekSat {
  color: #0072b2;
}

.semListItemHeadDayWeekHoliday {
  color: #ab0700;
}

.semListItemHeadPlace {
  padding: 10px;
  color: #fff;
  background-color: #003e63;
  font-size: 16px;
  font-weight: bold;
}

.semListItemHeadEnd {
  display: table;
  margin: 3px auto 8px;
  padding: 10px;
  color: #b10511;
  background-color: #fdd8d0;
  font-size: 18px;
  font-weight: bold;
}

.semListItemHeadEnd br {
  display: none;
}
/* title */
.semListItemTitle {
  margin-bottom: 10px;
  color: #003e63;
}

.semListItemTitleMain {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

.semListItemTitleSub {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}
/* Owner */
.semListItemOwner {
  margin-bottom: 10px;
  padding: 10px 0;
  border: 2px dotted #ccc;
  border-width: 2px 0;
  font-size: 16px;
}

.semListItemOwner:before,
.semListItemOwner:after {
  display: table;
  content: " ";
}

.semListItemOwner:after {
  clear: both;
}

.semListItemOwnerTitle {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff;
  background-color: #8ea70d;
  font-weight: normal;
}

.semListItemOwnerName {
  float: left;
  overflow: hidden;
  margin-top: -0.1em;
  line-height: 1.8;
}
/* text */
.semListItemText {
  display: none;
}
/* detail */
.semListItemDetail {
  margin-top: 10px;
  text-align: right;
}
/* ----------------------------------------------------------------
Detail
-------------------------------------------------------------------*/
/* title
------------------------------------------------------*/
.semDetailTitle {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
  border-bottom: 4px solid #b10510;
  line-height: 1;
}

.semDetailTitle > * {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.semDetailTitleMain {
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
}

.semDetailTitleFree {
  text-align: right;
}

.semDetailTitleFree img {
  width: auto;
  height: 52px;
}
/* button
------------------------------------------------------*/
.semDetailButton {
  clear: both;
  margin: 15px 10px;
  text-align: right;
}
/* end
------------------------------------------------------*/
.semDetailEnd {
  clear: both;
  margin: 0 10px 15px;
  padding: 15px 10px;
  color: #b10511;
  background-color: #fdd8d0;
}

.semDetailEndTitle {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.semDetailEndMessage {
  font-size: 16px;
  line-height: 1.2;
}
/* back
------------------------------------------------------*/
.semDetailBack {
  margin: 24px 10px;
  font-size: 16px;
}
/* item
------------------------------------------------------*/
.semDetailItem {
  margin: 0 10px;
}
/* head */
.semDetailItemHead {
  position: relative;
  margin-bottom: 15px;
  padding: 17px;
  border: #e2e2e2 solid 1px;
  background-color: #f9f9f9;
  line-height: 1;
}

.semDetailItemHeadDeadline {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #b10511;
  background-color: #fdd8d0;
  font-size: 16px;
  font-weight: bold;
}

.semDetailItemHeadDeadline br {
  display: none;
}
/* freee */
.semDetailItemFree {
  display: none;
}
/* place*/
.semDetailItemPlace {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 18px;
  vertical-align: middle;
  color: #fff;
  background-color: #003e63;
  font-size: 16px;
  font-weight: bold;
}
/* title */
.semDetailItemTitle {
  margin-bottom: 17px;
  padding-top: 3px;
  color: #003e63;
}

.semDetailItemTitleMain {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.25;
}

.semDetailItemTitle__sub {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.25;
}
/* category */
.semDetailItemCategory ul {
  margin-bottom: -4px;
}

.semDetailItemCategory ul:before,
.semDetailItemCategory ul:after {
  display: table;
  content: " ";
}

.semDetailItemCategory ul:after {
  clear: both;
}

.semDetailItemCategory li {
  float: left;
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 4px;
  font-size: 13px;
}

.semDetailItemCategory li:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.semDetailItemCategoryItem {
  display: block;
  padding: 5px 1px;
  text-align: center;
  color: #fff;
  background-color: #8ea70d;
}
/* text */
.semDetailItemText {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.semDetailItemText p {
  margin-bottom: 20px;
}
/* hd */
.semDetailItemHd {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 14px;
  border-left: #003e63 4px solid;
  font-size: 18px;
  font-weight: bold;
}

.semDetailItemHd:first-child {
  margin-top: 0;
}

.semDetailItemHdSub {
  font-size: 16px;
  font-weight: bold;
}

.semDetailItemHdSub:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  content: "";
  border: 4px solid #003e63;
  border-radius: 7px;
}
/* table */
.semDetailItemTable {
  margin-bottom: 25px;
  border-bottom: #ccc solid 1px;
}

.semDetailItemTable,
.semDetailItemTable tbody,
.semDetailItemTable tr,
.semDetailItemTable th,
.semDetailItemTable td,
.semDetailItemTable thead,
.semDetailItemTable tfoot {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.semDetailItemTable th,
.semDetailItemTable td {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.semDetailItemTable th:before,
.semDetailItemTable td:before,
.semDetailItemTable th:after,
.semDetailItemTable td:after {
  display: table;
  content: " ";
}

.semDetailItemTable th:after,
.semDetailItemTable td:after {
  clear: both;
}

.semDetailItemTable th {
  padding: 10px 7px;
  vertical-align: top;
  border: #ccc solid 1px;
  border-width: 1px 0;
  background-color: #e2edef;
  font-weight: bold;
}

.semDetailItemTable td {
  padding: 10px 7px;
  line-height: 1.3;
}

.semDetailItemTable td img {
  max-width: 100%;
  height: auto;
}

.semDetailItemTable td strong {
  font-size: 17px;
}

.semDetailItemTableDate {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.semDetailItemTableWeekHoliday {
  color: #ab0700;
  font-weight: bold;
}

.semDetailItemTableWeekSat {
  color: #0072b2;
  font-weight: bold;
}
/* deadline */
.semDetailItemDeadline {
  margin-bottom: 15px;
  padding: 10px 10px;
  text-align: center;
  color: #b10511;
  background-color: #fdd8d0;
  font-size: 18px;
  font-weight: bold;
}

.semDetailItemDeadlineTitle {
  font-size: 14px;
}
/* entry */
.semDetailItemEntry {
  margin-bottom: 14px;
  padding: 20px 15px;
  text-align: center;
  background-color: #e2edef;
}

.semDetailItemEntry:before,
.semDetailItemEntry:after {
  display: table;
  content: " ";
}

.semDetailItemEntry:after {
  clear: both;
}

.semDetailItemEntryTitle {
  margin-bottom: 20px;
  color: #003e63;
  font-size: 17px;
  font-weight: bold;
}

.semDetailItemEntryTel {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #a4b4cb;
}

.semDetailItemEntryTelNo {
  display: block;
  color: #b10511;
  font-size: 30px;
  line-height: 1;
}

.semDetailItemEntryTelNote {
  font-size: 14px;
}

.semDetailItemEntryAddress {
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}