@charset "UTF-8";
/* ▼▼▼ 一覧ページ
====================================================== */
.page_ttl .ttl_head:before {
  content: "EVENT";
}

.event {
  padding: 32px 0 0;
}
@media screen and (min-width: 769px) {
  .event {
    padding: 60px 0 0;
  }
}

.calendar_list_wrap {
  overflow-x: scroll;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .calendar_list_wrap {
    width: 75%;
    margin: 0 auto 30px;
  }
}

.event_calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  width: 280%;
}
.event_calendar li {
  width: 60px;
  height: 60px;
}
.event_calendar li a {
  background-color: #F7F7F7;
  border-radius: 50%;
  display: block;
  height: 100%;
}
.event_calendar li a .data {
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
}
.event_calendar li a .data:before {
  content: "";
  width: 75%;
  height: 1px;
  background: #383838;
  position: absolute;
  top: 22px;
  left: 5px;
  transform: rotate(135deg);
}
.event_calendar li a .data .month {
  position: absolute;
  top: 8px;
  left: 4px;
  line-height: 1;
}
.event_calendar li a .data .day {
  position: absolute;
  bottom: 3px;
  right: 0;
  line-height: 1;
}
.event_calendar li a .week {
  font-size: 10px;
  text-align: center;
  line-height: 1.37;
  font-weight: 500;
}
.event_calendar li.active a {
  background-color: #B71F59;
  color: #fff;
}
.event_calendar li.active .data:before {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .event_calendar {
    gap: 25px;
    width: 200%;
  }
  .event_calendar li {
    width: 75px;
    height: 75px;
  }
  .event_calendar li a {
    padding: 4px 0;
  }
  .event_calendar li a .data {
    font-size: 16px;
  }
  .event_calendar li a .data:before {
    width: 85%;
    top: 25px;
    left: 6px;
  }
  .event_calendar li a .data .day {
    font-size: 1.1em;
  }
  .event_calendar li a .data .week {
    font-size: 11px;
  }
}

.calendar_select {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .calendar_select {
    margin-bottom: 20px;
  }
}
.calendar_select #event_calendar {
  text-align: right;
  text-decoration: underline;
  position: relative;
  z-index: 50;
}
.calendar_select #event_calendar > span {
  cursor: pointer;
}
.calendar_select #event_calendar > span::before {
  content: "";
  display: inline-block;
  background: url(../img/event/icon_calendar.svg) center/contain no-repeat;
  width: 20px;
  height: 18px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 769px) {
  .calendar_select #event_calendar > span::before {
    height: 20px;
    margin-right: 10px;
  }
}
.calendar_select input#calendar {
  opacity: 0;
  width: 0;
  font-size: 16px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.calendar_select #ui-datepicker-div {
  width: 100%;
  max-width: 350px;
  max-height: 350px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto;
  top: 30px !important;
  right: 0 !important;
  left: inherit !important;
  font-size: 16px;
  z-index: 100;
}
.calendar_select .ui-datepicker th {
  font-size: 11px;
}
.calendar_select .ui-datepicker th:first-child {
  color: #A53224;
}
.calendar_select .ui-datepicker th:last-child {
  color: #436BB5;
}
.calendar_select .ui-datepicker td {
  font-size: 18px;
}
.calendar_select .ui-datepicker td span {
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 400;
}
.calendar_select .ui-state-default,
.calendar_select .ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  text-align: center;
}
.calendar_select .ui-state-highlight,
.calendar_select .ui-widget-content .ui-state-highlight {
  color: #B71F59;
}
.calendar_select .ui-datepicker .ui-datepicker-header {
  padding: 0.5em 0;
  border-radius: 3px 3px 0 0;
  border: none;
  background: linear-gradient(50deg, rgb(255, 237, 249) 0%, rgb(237, 236, 250) 35%, rgb(185, 232, 253) 100%);
}
.calendar_select .ui-widget-header .ui-icon {
  background-image: none;
}
.calendar_select .ui-datepicker .ui-datepicker-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.calendar_select .ui-datepicker .ui-datepicker-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  cursor: pointer;
}
.calendar_select .ui-state-active,
.calendar_select .ui-widget-content .ui-state-active {
  background-color: #b71f59;
  border-radius: 50%;
  width: 90%;
  margin: 0 auto;
}

.selected_date_txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 20px;
}
.selected_date_txt span {
  font-size: 1.35em;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .selected_date_txt {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.article_list {
  gap: 30px 16px;
}
.article_list li .article_thumb {
  padding-top: 100%;
  background-size: contain;
}
.article_list li .date_new_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 17px;
  background-color: #D41265;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.article_list li .article_desc .date {
  color: #969696;
}
.article_list li .article_desc .tag {
  color: #707070;
  background-color: transparent;
  font-size: 13px;
  padding: 1px 5px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid;
  line-height: 1.46;
  margin-top: 6px;
}
.article_list li .article_desc .caption {
  color: #707070;
}
@media screen and (min-width: 769px) {
  .article_list {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
  .article_list li .date_new_icon {
    width: 45px;
    height: 25px;
    font-size: 14px;
  }
  .article_list li .article_desc .tag {
    font-size: 14px;
  }
  .article_list li .article_desc .date,
  .article_list li .article_desc .caption {
    font-size: 15px;
  }
}

/* ▼▼▼ 詳細ページ
====================================================== */
.info_detail {
  padding: 32px 0 0;
}
.info_detail > .container {
  position: relative;
}
.info_detail > .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.info_detail article {
  padding-bottom: 20px;
}
.info_detail article .info_ttl {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 3px;
}
.info_detail article .data {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
.info_detail article .thumb {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.info_detail article .favorite_btn {
  bottom: -20px;
}
.info_detail article .txt {
  color: #505050;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.info_detail article a.btn {
  margin-bottom: 24px;
}
.info_detail article .description_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 2em 0;
}
.info_detail article .img_wrap {
  max-width: 600px;
  margin: auto;
}
.info_detail article .related_news_wrap {
  margin-top: 60px;
}
.info_detail article .related_news_wrap .related_news_ttl {
  font-size: 13px;
  margin-bottom: 20px;
  border-left: 5px solid #C10053;
  padding-left: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.info_detail article .related_news_wrap .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 28px;
}
.info_detail article .related_news_wrap .tag_list li a {
  color: #716F6F;
  font-size: 13px;
  line-height: 1.46;
  padding: 3px 10px;
  border: 1px solid #716F6F;
  border-radius: 3px;
}
.info_detail article .related_news_wrap .tag_list li a::before {
  content: "＃";
}
.info_detail article .related_news_wrap .article_list li .article_desc .shop {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}
.info_detail article .related_news_wrap .more_link {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.25;
}
.info_detail .share_link_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.info_detail .share_link_box p {
  font-size: 20px;
  letter-spacing: -0.02em;
}
.info_detail .share_link_box ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.info_detail .share_link_box ul li a {
  display: block;
  width: 35px;
  height: 35px;
}
.info_detail .share_link_box ul li a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .info_detail {
    padding: 60px 0;
  }
  .info_detail > .container:after {
    content: none;
  }
  .info_detail article {
    max-width: 1100px;
    margin: auto;
    padding-bottom: 0;
  }
  .info_detail article .thumb {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .info_detail article .info_ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .info_detail article .data {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .info_detail article .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
  }
  .info_detail article a.btn {
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    max-width: 300px;
    font-size: 15px;
  }
  .info_detail article .related_news_wrap .related_news_ttl {
    font-size: 18px;
  }
  .info_detail article .related_news_wrap .more_link {
    font-size: 15px;
  }
  .info_detail article .share_link_box {
    margin-top: 60px !important;
  }
}

.other_event {
  padding: 32px 0 0;
}
.other_event .other_eve_ttl {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 2.3em;
}
.other_event .other_eve_ttl:before {
  content: "Other Event";
  display: block;
  font-size: 26px;
  margin-bottom: 7px;
}
.other_event .page_back {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .other_event {
    padding: 64px 0 0;
    border-top: 1px solid #ccc;
  }
  .other_event .other_eve_ttl {
    font-size: 16px;
  }
  .other_event .other_eve_ttl:before {
    font-size: 36px;
  }
}

.page_back {
  margin: 24px auto 40px;
}
@media screen and (min-width: 769px) {
  .page_back {
    margin: 40px auto 0;
  }
}

.info_detail article .midashi {
  border-left: 5px solid #C10053;
  margin: 30px 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .info_detail article .midashi {
    font-size: 18px;
  }
}

.info_detail article .btn_wrap {
  margin: 35px 0;
}
@media screen and (min-width: 769px) {
  .info_detail article .btn_wrap {
    margin: 45px 0 70px;
  }
}