@charset "UTF-8";
/*
 Theme Name:Royal Blue
 Template:swell
*/

/* メインビジュアル */
.p-mainVisual {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 959px) {
  .p-mainVisual__img {
    object-position: right;
  }  
}

.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
  font-weight: 600;
  max-width: 468px;
  width: 65%;
}

.p-mainVisual__slideTitle hr {
  border-color: #231651;
  margin-bottom: 0.2em;
  margin-top: 0.3em;
  width: 100%;
}

/* ピックアップバナー */
.-cap-btm_wide .c-bannerLink__label {
  background: rgba(35, 22, 81, 0.8);
}

/* ランキングicon */
.-w-ranking.-type-list .p-postList__item::before {
  border-radius: 50%;
}

/* カテゴリicon */
.widget_categories>ul>.cat-item>a::before {
  content: "\e921";
}

/* イベントリスト */
.css-events-list .eventlist {
  list-style: none;
  padding-left: 0;
}
.eventlist-item {
  list-style: none;
  min-height: 135px;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

.eventlist-item .eventlist-right {
  float: left;
  width: 680px;
  padding-left: 20px;
  border-left: 1px solid #e9e9e9;
  min-height: 85px;
  display: flex;
  align-items: center;
}

.eventlist-item .date {
  color: #202124;
  float: left;
  text-align: center;
  width: 160px;
}

.eventlist-item .date .year {
  font-size: 14px;
}

.eventlist-item .date .day {
  font-size: 18px;
  font-weight: 700;
}

.eventlist-item .date .time {
  font-size: 14px;
  font-weight: 400;
}

.eventlist-item .eventlist-right h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.eventlist-item .eventlist-right h3:before {
  content: unset;
}

.css-events-list .eventlist-item .eventlist-right a {
  color: inherit;
  text-decoration: none !important;
}
.eventlist-item .eventlist-right a:hover {
  color: #292491;
}

.eventlist-item .address {
  margin-top: 0.2em;
}

.eventlist-item .address span {
  font-size: 14px;
  margin-right: 1em;
}

.all-events-link {
  text-align: center;
}

.all-events-link a {
  display: block;
  color: white;
  margin: 3em auto;
  width: 183px;
  height: 40px;
  padding: 10px 12.5px 12.5px 13px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ed7f2e;
}

/* イベント一覧 */
.css-events-list {
  margin-top: 2em;
}
.css-events-list table.events-table th.event-time {
  width: 40%;
}
.css-events-list table.events-table td {
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .css-events-list table.events-table td {
    padding: 0.5em;
  }
}
.css-events-list + p + p[style="color:#999; font-size:11px;"] {
  display: none;
}


/* イベント詳細 */
.em-booking-form-details {
  max-width: 100%;
}
.em-booking-buttons {
  margin-top: 1.5em;
}
.em-booking-form p {
  margin-bottom: 0.8em;
}

.em-booking-form label {
  font-weight: 600;
}

.em-booking-form .input-field-data_privacy_consent label {
  font-weight: normal;
}

@media (max-width: 959px) {
  /* メインビジュアル */
  .p-mainVisual__img {
    object-position: right;
  }  

  /* イベント */
  .eventlist-item .date {
    width: 110px;
  }
  .eventlist-item .eventlist-right {
    width: calc(100% - 110px);
  }
}