@charset "UTF-8";

body {
  font-family: "Quicksand", 'hiragino kaku gothic pro', YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.m_breadcrumb {
  margin-top: 0;
}

.header-events {
  text-align: center;
  position: relative;
  padding: 8px;
  background-size: cover;
  background-position: top left; }
  @media (min-width: 992px) {
    .header-events {
      background-position: top right; } }
  @media (min-width: 992px) {
    .header-events {
      padding: 8px; } }
  .header-events__sns {
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 32px; }
    .header-events__sns a {
      color: #2685bb; }
    @media (min-width: 992px) {
      .header-events__sns {
        right: 120px;
        top: 5px;
        font-size: 32px; } }
  .header-events__title {
    text-align: center; }
    .header-events__title img {
      width: 180px; }
      @media (min-width: 992px) {
        .header-events__title img {
          width: 220px; } }
  .header-events__label {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px; }
    @media (min-width: 992px) {
      .header-events__label {
        width: 220px; } }
.drawer-nav {
  top: 0;
}
.slider-info {
  margin: 30px 0;
}

.slider-info .slick-slide {
  padding-top: 30px;
}

.slider-info .slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slider-info .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #9E9E9E;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-info .slick-dots li.slick-active button:before {
  color: #2A86C6;
  opacity: 1;
}

.slick-next,
.slick-prev {
  z-index: 1000;
  position: absolute;
  display: block;
  height: 56px;
  width: 56px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 40%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: .75;
  font-family: "FontAwesome";
  font-size: 56px;
}

.slick-prev {
  left: -50px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -50px;
}

.slick-next:before {
  content: "\f105";
}

.module-pickup {
  padding: 5px 10px;
  margin: 0 0 40px;
  border: 1px solid #433936;
  background: #FFF;
  position: relative;
}
/*
.module-pickup::after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.module-pickup.background1::after {
  background-image: url("/website/static/icon/info.svg");
}

.module-pickup.background2::after {
  background-image: url("/website/static/icon/info-200.svg");
}

.module-pickup.background3::after {
  background-image: url("/website/static/icon/info-201.svg");
}

.module-pickup.background4::after {
  background-image: url("/website/static/icon/info-199.svg");
}


.module-pickup.is-new {
  border: 3px solid #d9534f;
}

.module-pickup.is-new:before {
  position: absolute;
  display: block;
  left: -3px;
  top: -25px;
  content: "最新情報";
  background: #d9534f;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: bold;
}

.module-pickup__title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #433936;
  padding: 0 5px 0 0;
  margin: 5px 0 10px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .module-pickup__title {
    padding: 0 5px 0 0;
  }
}

.module-pickup__title a {
  color: #433936;
}

.module-pickup__desc {
  font-size: 10px;
  margin-bottom: 5px;
  display: none;
}

.module-pickup__tag {
  font-size: 10px;
  display: inline-block;
  padding: 1px 3px;
  margin-right: 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
}

.module-pickup__tag.is-sale {
  background: #F59322;
  border: 1px solid #F59322;
  color: #fff;
}

.module-pickup__tag.is-important {
  background: #F55422;
  border: 1px solid #F55422;
  color: #fff;
}

.module-pickup__time {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}

@media (min-width: 768px) {
  .slider-info {
    margin: 0 0 30px;
  }
  .module-pickup {
    padding: 10px;
    margin: 0 5px 30px;
  }
  .module-pickup.is-new {
    border-width: 3px;
  }
  .module-pickup__desc {
    font-size: 12px;
    display: block;
  }
  .module-pickup__title {
    font-size: 13px;
    padding: 0 0 5px 0;
  }
  .module-pickup__tag {
    font-size: 10px;
    margin-right: 5px;
  }
}

.ant-modal {
  font-family: "Quicksand", 'hiragino kaku gothic pro', YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, .65);
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  position: relative;
  width: auto;
  top: 100px;
  padding-bottom: 24px;
}

.ant-modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: rgba(0, 0, 0, .85);
}

.ant-modal h2 {
  margin: 1.5em 0 1em;
  padding: 1rem 1.4rem;
  border-left: 5px solid #2A86C6;
  font-weight: bold;
  background-color: #f9f9f9;
  line-height: 1.42857;
  font-size: 18px;
  letter-spacing: .08em;
}

.ant-modal h3 {
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #999;
  padding: .75rem;
  font-size: 18px;
  font-weight: bold;
}

.ant-modal h4 {
  column-span: all;
  font-weight: 700;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 32px 0 22px;
  position: relative;
  border-left: 1px solid #000;
  padding: .75rem;
}

.ant-modal p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 16px;
  word-break: break-word;
  color: #333;
}

.ant-modal a {
  text-decoration: underline;
}

.ant-modal .btn {
  text-decoration: none;
}

.ant-modal img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 14px auto;
  vertical-align: middle;
  border-radius: 4px;
}

.ant-modal em {
  background: linear-gradient(transparent 60%, #2A86C6 60%);
  font-style: normal;
}

.ant-modal strong {
  font-weight: 700;
}

.ant-modal blockquote {
  padding: 1rem;
  border-left: 6px solid #eee;
  background: #f7f7f7;
}

.ant-modal table {
  margin: 26px 0;
}

.ant-modal table th,
td {
  white-space: nowrap !important;
  border-color: #eee;
  padding: 5px;
  font-size: 6px;
  word-break: break-all;
  border: solid 1px #ddd;
  vertical-align: top;
}

.ant-modal .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}

.ant-modal .border-1 {
  padding: 1rem;
  border: solid 3px #2a2a2a;
  border-radius: 4;
  margin: 30px 0;
}

.ant-modal iframe {
  width: 100%;
}

*/