@charset "UTF-8";
/* CSS Document */
/* COMMON-PARTS-------------------------------------------*/
@media screen and (min-width: 769px) {
  .pagetype-event .main-box {
    padding: 45px 0 80px;
  }

}

/* イベントカレンダー設定-------------------------------------------*/
.calendar-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 35px;
}

.calendar-selector .pager {
  position: relative;
  font-weight: bold;
  font-size: 16px;
}

.calendar-selector .pager .icon-arrow01 {
  top: auto;
  bottom: -10px;
}

.calendar-selector .pager .icon-arrow01:before {
  border-width: 4.5px 0 4.5px 8px;
}

.calendar-selector .pager .icon-arrow01:after {
  width: 51px;
  height: 3px;
}

.calendar-selector .btn-back {
  padding-left: 12px;
}

.calendar-selector .btn-back .icon-arrow01 {
  left: 0;
  transform: rotate(180deg);
}

.calendar-selector .btn-next {
  padding-right: 12px;
}

.calendar-selector .btn-next .icon-arrow01 {
  right: 0;
}

.calendar-selector .calendar-ttl {
  font-size: 24px;
  font-weight: bold;
}

.calendar-selector .disable {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .calendar-selector {
    max-width: none;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
  .calendar-selector .pager .icon-arrow01 {
    top: 0;
    bottom: 0;
  }
  .calendar-selector .btn-back {
    padding-left: 80px;
  }
  .calendar-selector .btn-next {
    padding-right: 70px;
  }
  .calendar-selector .btn-next .icon-arrow01 {
    right: 0;
  }
  .calendar-selector .icon-arrow01 {
    top: 8px;
    width: 50px;
    right: 42px;
  }
  .calendar-selector .icon-arrow01:after {
    width: 50px;
  }

}

.calendar-tbl {
  width: 100%;
  margin-bottom: 16px;
  table-layout: fixed;
}

.calendar-tbl td, .calendar-tbl th {
  border: 1px solid #DDD;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  font-family: "Cabin", sans-serif;
}

.calendar-tbl th {
  font-weight: 500;
  font-size: 16px;
}

.calendar-tbl .cell-sat {
  background: #EEF4F5;
}

.calendar-tbl .cell-sun {
  background: #FCF1F1;
}

.calendar-tbl .current {
  background: #FEFA81;
}

.calendar-tbl .haslink {
  padding: 0;
}

.calendar-tbl .haslink a {
  display: block;
  padding: 8px 0;
}

.calendar-tbl .haslink a:hover {
  opacity: 1;
  background: #FEFA81;
}

@media screen and (min-width: 769px) {
  .calendar-tbl td, .calendar-tbl th {
    padding: 17px 0;
    font-size: 16px;
  }
  .calendar-tbl .haslink a {
    padding: 17px 0;
  }

}

.calendar-box .calendar-note {
  text-align: center;
  margin-bottom: 27px;
}

.calendar-box .btn-list {
  line-height: 1.4;
}

.calendar-box .btn-list a {
  padding: 12px 0;
}

.calendar-box .btn-list .icon-arrow01 {
  right: 20px;
}

@media screen and (min-width: 769px) {
  .calendar-box .btn-list {
    width: 435px;
    margin: 0 auto 20px;
  }
  .calendar-box .btn-list a {
    padding: 30px 0;
  }

}

/* イベント記事一覧-------------------------------------------*/
.article-box .category-ttl .mds-ttl {
  font-size: 22px;
}

.article-box .thumb-box {
  margin-bottom: 8px;
}

.article-box .title {
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.5;
}

.article-box .date {
  font-family: "Cabin", sans-serif;
  color: #9A9A9A;
}

@media screen and (min-width: 769px) {
  .article-box .category-ttl .mds-ttl {
    font-size: 26px;
  }
  .article-box .thumb-box {
    margin-bottom: 14px;
  }
  .article-box .title {
    font-size: 18px;
  }

}

/* イベント詳細ページ-------------------------------------------*/
.pagetype-detail .main-box {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 40px;
}

.pagetype-detail .main-box .pc-r-wrapper .title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.5;
}

.pagetype-detail .main-box .pc-r-wrapper .shopimg-box {
  position: relative;
}

.pagetype-detail .main-box .pc-r-wrapper .shopimg-box .shopimg .img-wrapper {
  position: relative;
  height: 100%;
}

.pagetype-detail .main-box .pc-r-wrapper .shopimg-box .shopimg .img-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pagetype-detail .main-box .pc-r-wrapper .shopimg-box .shopimg .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.pagetype-detail .main-box .subttl {
  font-size: 18px;
  color: #0941A2;
  margin-bottom: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.pagetype-detail .btn-list {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .main-box {
    flex-direction: row;
    max-width: 1070px;
    margin: 0 auto;
    padding: 70px 20px 40px;
  }
  .pagetype-detail .main-box .pc-l-wrapper {
    width: 520px;
    margin-right: 50px;
  }
  .pagetype-detail .main-box .pc-r-wrapper {
    width: 500px;
  }
  .pagetype-detail .main-box .pc-r-wrapper .shopimg-box {
    width: 100%;
  }
  .pagetype-detail .main-box .pc-r-wrapper .shopimg-box .shopimg {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .pagetype-detail .main-box .pc-r-wrapper .shopimg-box .shopimg:before {
    content: none;
  }
  .pagetype-detail .main-box .pc-r-wrapper .shopimg-box .shopimg img {
    position: initial;
  }
  .pagetype-detail .entry-detail .title {
    margin-bottom: 18px;
  }
  .pagetype-detail .entry-detail .info dd {
    padding: 25px 14px 25px 0;
  }
  .pagetype-detail .btn-list {
    width: 465px;
  }
  .pagetype-detail .btn-list a {
    padding: 32px 0;
  }

}

.eventimg-box {
  margin-bottom: 50px;
}
/*# sourceMappingURL=_map/event.css.map */
