@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    イベント

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
イベントタイトル
****************************************************************************************************************************/
article.under section.event_page {
  padding: 0 0 50px 0;
}

article.under section.event_page .event_ttl {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

article.under section.event_page .event_ttl .ttlArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 15px;
  width: 100%;
}

article.under section.event_page .event_ttl h1 {
  font-size: 21px;
}

article.under section.event_page .event_ttl span.category {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f490c7+0,eb846c+100 */
  background: #f490c7; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f490c7 0%, #eb846c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f490c7", endColorstr="#eb846c",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 10px 20px;
}

article.under section.event_page .event_ttl .ttlArea > .icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin: 5px 15px;
}

article.under section.event_page .event_ttl .ttlArea > .icon .soldout {
  display: inline-block;
  font-size: 12px;
  width: 45px;
  background-color: #ccc;
  text-align: center;
  margin-left: 7px;
}

article.under section.event_page .event_ttl .ttlArea > .icon span img {
  display: block;
  margin-left: 7px;
}

/****************************************************************************************************************************
写真
****************************************************************************************************************************/
article.under section.photo > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

article.under section.photo > ul.event_slider .img {
  width: 680px;
  height: auto;
}

article.under section.photo > ul.event_slider li .img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 680px;
  height: auto;
}

article.under section.photo > ul.event_slider_nav li .img {
  width: 150px;
  margin: 0 10px;
  height: 112px;
  overflow: hidden;
  position: relative;
}

article.under section.photo > ul.event_slider_nav li .img img {
  display: block;
  width: 170px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

article.under section.event_page section.detail {
  padding: 50px 0 0 0;
}

article.under section.event_page section.detail h2 {
  background: #bdbdbd;
  color: #fff;
  padding: 5px 10px;
}

article.under section.event_page section.detail dl {
  display: flex;
  flex-wrap: wrap;
}

article.under section.event_page section.detail dl dt {
  background: #f6f6f6;
  width: 18%;
  border-bottom: 1px solid #505050;
  padding: 20px;
  display: flex;
  align-items: center;
}

article.under section.event_page section.detail dl dd {
  width: 82%;
  border-bottom: 1px solid #505050;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
}

article.under section.event_page section.detail dl dd .text.red {
  display: block;
}

article.under section.event_page section.detail dl dd p {
  padding: 10px 0;
}

article.under section.event_page section.detail dl dd.ticket_sale p {
  display: flex;
  justify-content: space-between;
}

article.under section.event_page section.detail dl dd.ticket_sale p .onsale_day {
  margin-right: 100px;
}

article.under section.event_page section.detail dl dd .hokuticketBnr {
  margin: 20px 20px 0;
  border: 1px solid #ccc;
}

/***********
メールフォームへリンクボタン
************/
article.under section.event_page section.detail .event_mail_btn {
  text-align: center;
  margin: 30px auto;
}

article.under section.event_page section.detail .event_mail_btn a {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 40px;
  background: #f490c7;
  background: linear-gradient(135deg, #f490c7 0%, #eb846c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f490c7", endColorstr="#eb846c",GradientType=1 );
  color: #fff;
  text-decoration: none;
}

/****************************************************************************************************************************
アイコン説明
****************************************************************************************************************************/
article.under section.event_page .icon_description {
  display: flex;
  border: 1px solid #505050;
  margin-top: 50px;
}

article.under section.event_page .icon_description ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

article.under section.event_page .icon_description ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 1.6;
}

article.under section.event_page .icon_description ul li img {
  display: block;
  margin-right: 10px;
}

article.under section.event_page .icon_description h3 {
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 10px;
  min-width: 120px;
  border-right: 1px solid #505050;
}

@media screen and (max-width: 1000px) {
  article.under section.event_page .icon_description ul li .pc {
    display: none;
  }
}
/****************************************************************************************************************************
イベントスケジュール
****************************************************************************************************************************/
article.under section.event_schedule {
  background: #f6f6f6;
  padding: 50px 0;
}

article.under section.event_schedule .subttl img {
  display: block;
  margin: 10px auto;
}

article.under section.event_schedule h2 {
  flex: 1;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

article.under section.event_schedule h2 img {
  display: block;
  margin: 10px auto;
}

article.under section.event_schedule h2:before {
  content: "";
  background: url(../img/line.png);
  width: 275px;
  height: 20px;
}

article.under section.event_schedule h2:after {
  content: "";
  background: url(../img/line2.png);
  background-position: right;
  width: 275px;
  height: 20px;
}

article.under section.event_schedule > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

article.under section.event_schedule > ul li {
  width: 32%;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 20px;
}

article.under section.event_schedule > ul li:nth-child(3n) {
  margin-right: 0;
}

article.under section.event_schedule > ul li a {
  width: 100%;
  display: flex;
}

article.under section.event_schedule > ul li a .img {
  width: 157px;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

article.under section.event_schedule > ul li a .img img {
  display: block;
  width: 200px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}

article.under section.event_schedule > ul li a .detail {
  width: 46%;
  margin: 0 2%;
}

article.under section.event_schedule > ul li a .detail p.date {
  font-size: 12px;
  background: #e37796;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px auto;
}

article.under section.event_schedule > ul li a .detail p.ttl {
  text-align: center;
  margin-top: 30px;
  position: relative;
  overflow-y: hidden;
  height: 60px;
}

article.under section.event_page section.detail a {
  color: #e37796;
  text-decoration: underline;
}

/****************************************************************************************************************************
イベント一覧
****************************************************************************************************************************/
article.under section.event_archive {
  margin-bottom: 80px;
}

article.under section.event_archive .event_archive_ttl {
  background: #f3f3f3;
  position: relative;
  padding: 40px 0;
  margin-bottom: 60px;
}

article.under section.event_archive .event_archive_ttl:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;
  background: #f490c7;
  background: linear-gradient(135deg, #f490c7 0%, #eb846c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f490c7", endColorstr="#eb846c",GradientType=1 );
}

article.under section.event_archive .event_list > ul {
  display: flex;
  flex-wrap: wrap;
}

article.under section.event_archive .event_list > ul li {
  border: 1px solid #b5b6b6;
  margin-right: 5%;
  width: 30%;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

article.under section.event_archive .event_list > ul li:nth-child(3n) {
  margin-right: 0;
}

article.under section.event_archive .event_list > ul li a {
  display: block;
  height: 100%;
}

article.under section.event_archive .event_list > ul li span {
  position: absolute;
  top: 10px;
  background: #e37796;
  padding: 0px 30px;
  color: #fff;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  font-size: 13px;
}

/*FS20181220*/
article.under section.event_archive .event_list > ul li .eve {
  position: absolute;
  background: #e37796;
  padding: 0px 10px;
  color: #fff;
  margin: 5px 0;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  font-size: 11px;
}

article.under section.event_archive .event_list > ul li .e_1 {
  /*top:0px;*/
}

article.under section.event_archive .event_list > ul li .e_2 {
  top: 30px;
}

article.under section.event_archive .event_list > ul li .e_3 {
  top: 60px;
}

article.under section.event_archive .event_list > ul li .e_4 {
  top: 90px;
}

article.under section.event_archive .event_list > ul li .e_5 {
  top: 120px;
}

article.under section.event_archive .event_list > ul li .e_6 {
  top: 150px;
}

article.under section.event_archive .event_list > ul li .e_7 {
  top: 180px;
}

article.under section.event_archive .event_list > ul li .img {
  width: 100%;
  height: 235px;
}

article.under section.event_archive .event_list > ul li .img img {
  display: block;
  height: 235px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

article.under section.event_archive .event_list > ul li .text {
  padding: 30px;
}

article.under section.event_archive .event_list > ul li p.end_img {
  text-align: center;
}

article.under section.event_archive .event_list > ul li p.ttl {
  text-align: center;
  margin-bottom: 10px;
}

article.under section.event_archive .event_list > ul li p.date {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px dotted #505050;
}

article.under section.event_archive .event_list > ul li p.detail {
  margin: 10px auto 10px auto;
  font-size: 12px;
  line-height: 1.5em;
  height: 87px;
  overflow: hidden;
}

article.under section.event_archive .event_list > ul li .detail {
  height: 200px;
  overflow: hidden;
  font-size: 12px;
  text-align: left;
}

/* カテゴリボタン */
article.under section.event_archive .event_list > ul li p.link {
  border: 1px solid #b5b6b6;
  font-size: 13px;
  display: inline-block;
  padding: 0 20px;
  margin: 10px auto 0 auto;
}

article.under section.event_archive .btnArea {
  max-width: 1000px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
}

article.under section.event_archive .btnArea li {
  width: 228px;
  height: 50px;
  margin: 0 29px 20px 0;
}

article.under section.event_archive .btnArea li:nth-child(4n) {
  margin: 0 0 20px 0;
}

article.under section.event_archive .btnArea .btn a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(to right, #0bb066 0%, #0dab73 25%, #10a588 50%, #10a488 51%, #139e9d 75%, #1599aa 100%);
}

/****************************************************************************************************************************
検索
****************************************************************************************************************************/
article.under section.search h2 {
  position: relative;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background: #f490c7;
  background: linear-gradient(135deg, #f490c7 0%, #eb846c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f490c7", endColorstr="#eb846c",GradientType=1 );
}

article.under section.search h2 span {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
  padding: 0 3px;
  font-size: 20px;
  cursor: pointer;
}

article.under section.search .list {
  margin-bottom: 50px;
}

article.under section.search dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #d8d9d9;
  border-left: solid 1px #d8d9d9;
}

article.under section.search dl dt {
  width: 20%;
  height: 100px;
  background: #f3f3f3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #d8d9d9;
}

article.under section.search dl dd {
  height: 100px;
  width: 80%;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d8d9d9;
}

article.under section.search dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

article.under section.search dl dd ul li {
  margin-left: 20px;
}

article.under section.search p.btn {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 20px;
  margin: 30px auto 70px auto;
  cursor: pointer;
}

input[type=checkbox].on-off {
  display: none;
}

.list {
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=checkbox].on-off + .list {
  height: 0;
  overflow: hidden;
}

input[type=checkbox].on-off:checked + .list {
  height: 600px;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  article.under section.event_page .event_ttl span.category {
    height: 100%;
    padding: 30px;
  }
  article.under section.event_page .event_ttl {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  article.under section.event_page .event_ttl h1 {
    font-size: 18px;
  }
  article.under section.event_page .event_ttl > .icon {
    flex-wrap: wrap;
  }
  article.under section.event_page .event_ttl > .icon span {
    width: 20px;
  }
  article.under section.photo > ul.event_slider .img {
    max-width: 100%;
    height: auto;
  }
  article.under section.photo > ul.event_slider li .img img {
    max-width: 100%;
    position: static;
  }
  article.under section.photo > ul.event_slider_nav li .img {
    width: 90%;
    height: auto;
    margin: 0;
  }
  article.under section.photo > ul.event_slider_nav li .img img {
    position: static;
    width: 100%;
    overflow: visible;
  }
  article.under section.photo > ul.event_slider_nav {
    max-width: 100%;
    box-sizing: border-box;
  }
  article.under section.photo .movie {
    max-width: 100%;
  }
  article.under section.event_page section.detail dl dt {
    padding: 5px;
    align-items: flex-start;
    justify-content: center;
  }
  article.under section.event_schedule > ul li {
    width: 48%;
  }
  article.under section.event_schedule > ul li a .detail p.ttl {
    margin-top: 10px;
  }
  article.under section.event_schedule > ul li:nth-child(3n) {
    margin-right: 2%;
  }
  /**************　アーカイブ **************/
  article.under section.event_archive .backlink {
    margin-bottom: 0;
  }
  article.under section.event_archive .event_list > ul {
    margin-bottom: 40px;
  }
  article.under section.event_archive .event_list > ul li {
    width: 100%;
  }
  article.under section.event_archive .event_list > ul li a {
    display: block;
  }
  article.under section.event_archive .event_list > ul li .text {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  article.under section.event_archive .event_list > ul li p.date {
    order: -1;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  article.under section.event_archive .event_list > ul li p.end_img {
    text-align: center;
  }
  article.under section.event_archive .event_list > ul li p.end_img img {
    width: 50%;
  }
  article.under section.event_archive .event_list > ul li p.ttl {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
  }
  article.under section.event_archive .event_list > ul li .img {
    max-width: 200px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  article.under section.event_archive .event_list > ul li .img img {
    width: 100%;
    height: auto;
  }
  article.under section.event_archive .event_list > ul li .eve,
  article.under section.event_archive .event_list > ul li span {
    position: relative;
    border-radius: 30px;
    font-size: 12px;
    padding: 0px 25px;
    margin: 8% 0;
  }
  article.under section.event_archive .event_list > ul li {
    border-top: none;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
  article.under section.event_archive .event_list > ul li .text {
    display: block;
    padding: 10px;
  }
  article.under section.event_archive .event_list > ul li p.detail {
    margin: 0;
    height: 87px;
    overflow: hidden;
  }
  article.under section.event_archive .event_list > ul li:last-child {
    border-bottom: 1px solid #b5b6b6;
  }
  /*
  article.under section.event_archive .event_list > ul li a:after{
    position:absolute;
    right:0;
    font-family:FontAwesome;
    color:#fff;
    content:"\f105";
    height:100%;
    width: 20px;
    background: #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  */
  /*
  article.under section.event_archive .event_list > ul li:nth-child(odd) a:after{
    position:absolute;
    right:0;
    font-family:FontAwesome;
    color:#fff;
    content:"\f105";
    height:100%;
    width: 20px;
    background: #b9b9b9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  */
  .w1000 {
    width: 100%;
    padding: 0;
  }
  /* カテゴリボタン */
  article.under section.event_archive .btnArea {
    margin: 0 10px 10px;
    justify-content: space-between;
  }
  article.under section.event_archive .btnArea li {
    width: 49%;
    height: 50px;
    margin: 0 0 2%;
  }
  article.under section.event_archive .btnArea li:nth-child(4n) {
    margin: 0 0 2%;
  }
  article.under section.event_archive .btnArea .btn a {
    font-size: 14px;
  }
}
/****************************************************************************************************************************
  レスポンシブ　600px
****************************************************************************************************************************/
@media screen and (max-width: 600px) {
  article.under section.search dl {
    display: block;
  }
  article.under section.search dl dt, article.under section.search dl dd {
    padding: 10px 0;
    width: 100%;
    height: auto;
  }
  input[type=checkbox].on-off:checked + .list {
    height: auto;
  }
  article.under section.event_page section.detail dl dd .hokuticketBnr {
    width: 100%;
    margin: 20px 0 0;
  }
}
/****************************************************************************************************************************
  レスポンシブ　480px
****************************************************************************************************************************/
@media screen and (max-width: 480px) {
  article.under section.event_page .event_ttl .ttlArea {
    display: block;
    margin-left: 15px;
  }
  article.under section.event_page .event_ttl .ttlArea > .icon {
    margin: 5px 0;
  }
  article.under section.event_page .event_ttl .ttlArea > .icon span img {
    margin: 0 10px 0 0;
  }
  article.under section.event_page .icon_description {
    display: block;
  }
  article.under section.event_page .icon_description h3 {
    border-bottom: 1px solid #505050;
    border-right: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
  }
  article.under section.event_page .icon_description ul {
    display: block;
    padding: 20px 10px 5px;
  }
  article.under section.event_page .icon_description ul li {
    padding: 0 0 15px;
  }
  article.under section.event_schedule > ul {
    display: block;
  }
  article.under section.event_schedule > ul li {
    width: 100%;
  }
  article.under section.event_schedule h2 img {
    max-width: 100%;
  }
  article.under section.event_archive .event_list > ul li .img {
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  article.under section.event_archive .event_list > ul li .img img {
    width: 100%;
  }
  article.under section.event_page section.detail dl dd.ticket_sale p {
    display: grid;
  }
  article.under section.event_page section.detail dl dd.ticket_sale p .onsale_day {
    margin-right: none;
  }
}
/****************************************************************************************************************************
  レスポンシブ　380px
****************************************************************************************************************************/
@media screen and (max-width: 380px) {
  article.under section.event_archive .event_list > ul li .eve,
  article.under section.event_archive .event_list > ul li span {
    position: relative;
    border-radius: 30px;
    font-size: 12px;
    padding: 0px 25px;
    margin: 10% 0;
  }
}
/****************************************************************************************************************************
  レスポンシブ　340px
****************************************************************************************************************************/
@media screen and (max-width: 340px) {
  article.under section.event_archive .btnArea .btn a {
    font-size: 12px;
  }
}
/*----------------------------------
2021-11-02 改修
----------------------------------*/
@media screen and (min-width: 769px) {
  body article.under section.event_page .icon_description ul li {
    width: 33.233%;
    padding-right: 0;
  }
}

/*----------------------------------
2021-11-26 北区event詳細改修
----------------------------------*/
@media screen and (max-width: 768px) {
  body article.under section.photo {
    padding: 0;
    width: 95vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  body article.under section.photo > ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  body article.under section.photo > ul.event_slider li .img img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body article.under section.photo > ul.event_slider_nav .slick-list.draggable {
    width: 100%;
  }
  body article.under section.photo > ul.event_slider_nav .slick-track {
    transform: unset !important;
    margin: 0;
    width: 50vw !important;
  }
  body article.under section.photo > ul.event_slider_nav li .img {
    width: 100%;
  }
  body article.under section.photo > ul.event_slider_nav li .img img {
    width: 100%;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  body article.under section.event_page .slick-track {
    display: flex;
  }
}

/*----------------------------------
2024-11-26 北区event スライド画像 調整
----------------------------------*/
article.under section.photo > ul.event_slider li .img img {
  width: 100%;
}
article.under section.photo > ul.event_slider_nav li .img img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-dots li button:before {
  font-size: 36px !important;
}

.slick-prev, .slick-next {
  width: 30px !important;
  height: 50px !important;
  z-index: 10 !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 40px !important;
  color: #f490c7 !important;
}

.slick-prev {
  left: 5px !important;
}
.slick-prev:before {
  content: "<" !important;
}

.slick-next {
  right: 5px !important;
}
.slick-next:before {
  content: ">" !important;
}

.slick-track {
  display: flex !important;
  align-items: center !important;
}/*# sourceMappingURL=event.css.map */