<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*EVENT*/
.areabtn {
  display: block;
}
.areabtn ul li {
  display: block;
  width: 122px;
  margin: 0 6px 0 0;
  float: left;
}
.areabtn ul li.last {
  margin: 0;
}
.areabtn ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.areabtnsp {
  display: none;
}

h2.eventttl,
h3.eventttl {
  color: #af6fcf;
  font-size: 24px;
  margin-top: 30px;
}
.eventlist {
  width: 660px;
  margin: 0;
  font-size: 0;
}
.eventlist .grid {
  display: inline-block;
  width: 640px;
  margin: 0 0 20px 0;
  vertical-align: top;
  float: none;
}
.eventlist .grid:nth-child(3n) {
  /*margin: 0 0 20px 0;*/
}
.grid .spwrapimg {
  display: block;
  width: 200px;
  float: left;
}
.grid .spwrap {
  display: block;
  width: 420px;
  float: right;
}
.eventlist a {
  color: #af6fcf;
  text-decoration: none;
  display: block;
  height: 100%;
  height: auto;
}
.eventlist a.zoom .photo {
  height: 130px;
}
.eventlist a.zoom .photo img {
  height: 130px;
}
.eventlist a:hover {
  background: none;
  text-decoration: none;
}
.eventlist .grid h1 {
  color: #af6fcf;
  border: none;
  padding: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.eventlist .grid h2,
.eventlist .grid .event_area {
  color: #666;
  padding: 0 0 5px;
  font-size: 12px;
  line-height: 20px;
}
.eventlist .grid h2 span,
.eventlist .grid .event_area span {
  padding: 0 2px;
}
.eventlist .grid h2 span.withmovie,
.eventlist .grid .event_area span.withmovie {
  color: #e60012;
  padding-left: 15px;
  display: inline-block;
  margin-left: 10px;
  background: url(../common/images/icon_movie.png) no-repeat center left;
  background-size: 12px 12px;
}
.eventlist .grid h2.event_catch,
.eventlist .grid h3.event_catch {
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  color: #222;
  font-size: 14px;
  line-height: 1.3em;
}
.eventlist .grid p {
  display: inline-block;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5em;
}
.eventlist .grid p span.event_date {
  display: block;
  background: url(../images/icon_cale.png) no-repeat center left;
  background-size: 10px 10px;
  padding-left: 15px;
  margin: 0 0 2px 0;
  color: #333;
}
.eventlist .grid p span.event_place {
  display: block;
  background: url(../images/icon_map.png) no-repeat center left;
  background-size: 10px 10px;
  padding-left: 15px;
  margin: 0 0 2px 0;
  color: #333;
}
.eventlist .photo {
  position: relative;
}
.eventlist .photo img {
  width: auto;
  height: 130px;
}
/*SINGLE PAGE*/
.spotimg_date {
  color: #f00;
}
.shop-infor-inbox {
  width: 600px;
  margin: 20px 0 0;
  padding: 20px;
  background: #eff4ed;
}
.shop-infor-inbox h2 {
  font-size: 14px;
  color: #0d9265;
}
.shop-data dl {
  width: 100%;
}
.shop-data dl dt,
.shop-data dl dd {
  font-size: 100%;
}
.shop-data dl dt {
  width: 100px;
  float: left;
  clear: both;
}
.shop-data dl dd {
  padding: 0 0 5px 120px;
  line-height: 1.4em;
}
.bklistbtn a {
  background-color: #af6fcf;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  display: block;
  border-radius: 5px;
}
.bklistbtn a:hover {
  background-color: #f1ebf5;
  color: #000;
}
.bklistbtn br {
  display: none;
}
/* STATE */
.state_wrap .state,
.eventpriod b {
  color: #f00;
  font-weight: normal;
}
.state_wrap .event_be,
.eventpriod b.event_be {
  color: #00a0e9;
}
.state_wrap .event_af,
.eventpriod b.event_af {
  color: #440062;
}
.state_wrap .state {
  border: 1px solid #f00;
  padding: 5px;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 15px;
}
.state_wrap .state:nth-of-type(2) {
  margin-left: 5px;
}
.state_wrap .event_to {
  color: #fff;
  background: #f00;
}
.state_wrap .event_be {
  border: 1px solid #00a0e9;
}
.state_wrap .event_af {
  border: 1px solid #440062;
}
.state_wrap .event_wbe {
  color: #fff;
  background: #00a0e9;
  border: 1px solid #00a0e9;
}
.state_wrap .event_win {
  color: #fff;
  background: #f00;
  border: 1px solid #f00;
}

@media (max-width: 767px) {
  .areabtn {
    display: none;
  }
  .areabtnsp {
    display: block;
  }
  .areabtnsp ul {
    margin-top: 20px;
  }
  .areabtnsp ul li {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px 0;
    border: 3px solid #925fa6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: transparent url("../common/images/sp/smp_arw.png") no-repeat
      scroll right center;
  }
  .areabtnsp a li {
    background-color: #a87fb8;
    color: #fff;
  }
  .areabtnsp a:hover li {
    background-color: #925fa6;
    color: #fff;
  }
  .eventlist {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
  }
  .eventlist a {
    width: 100%;
  }
  .eventlist .grid {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    float: none;
    border-top: 1px solid #f1ebf5;
  }
  .eventlist .grid:nth-child(3n) {
    margin: 10px 0 0 0;
  }
  .grid .spwrapimg {
    width: 100px;
  }
  .eventlist .grid .spwrap {
    width: -webkit-calc(98% - 100px);
    width: -moz-calc(98% - 100px);
    width: calc(98% - 100px);
    margin: 0 0 0 2%;
    float: left;
  }
  .eventlist .date {
    background: none;
    font-size: 0.8em;
    padding: 0;
    color: #db675e;
    font-weight: bold;
  }
  .eventlist .grid h1 {
    padding: 0;
  }
  .eventlist .grid h2 {
    padding: 0 0 5px;
    font-size: 10px;
    line-height: 14px;
  }
  .eventlist .grid h3.event_catch {
    padding: 5px 0 5px;
  }
  .eventlist .grid p {
    margin: 0;
    line-height: 1.3em;
  }
  .eventlist a.zoom .photo {
    height: 100px;
    width: 100px;
    margin: 0;
    float: left;
  }
  .eventlist a.zoom .photo img {
    height: 100px;
  }
  .eventlist .photo img {
    width: 100%;
    height: auto;
  }
  .bklistbtn a {
    line-height: 1.3em;
  }
  .bklistbtn a:hover {
    text-decoration: none;
    color: #af6fcf;
  }
  .bklistbtn br {
    display: inline;
  }
  /*SINGLE PAGE*/
  .spot_img img {
    max-width: 640px;
    width: 100%;
    height: auto;
  }
  .shop-infor-inbox {
    width: 100%;
  }
}

.event_flyer_sliderwrap {
  max-width: 100%;
  overflow: hidden;
}

.event_flyer_item {
  padding: 0 5px;
}

.event_flyer_item figure {
  position: relative;
}

.event_flyer_title {
}

.event_flyer_item figcaption {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 0.4rem;
  width: 113px;
}

.event_flyer_item img {
  object-fit: cover;
  width: 113px;
  height: 160px;
}

@media (max-width: 767px) {
  .event_flyer_item img {
    height: 280px;
  }
}
</pre></body></html>