@charset "UTF-8";
/* =====
 * / Event レイアウト
============================================================================= */

.section-container {
  margin-top: 130px;
}

.section-container:first-of-type {
  margin-top: 60px;
}

.section-container.-detail {
  margin-top: 112px;
}

.noshop-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.noshop-title > span {
  background: linear-gradient(transparent 60%, #faf6ee 60%);
}

.noshop-title small {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

/* --------------------------------------------------------------------------
  * Event 詳細
-------------------------------------------------------------------------- */
.noshop-detail-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 50px;
}

.noshop-detail-head .image {
  width: 460px;
  margin-right: auto;
}

.noshop-detail-head .image .slide-item {
  position: relative;
  padding-top: 100%;
  vertical-align: bottom;
}

.noshop-detail-head .image .slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.noshop-detail-head .image .slick-arrow {
  width: 60px;
}

.noshop-detail-head .image .slick-arrow:before {
  width: 24px;
  height: 24px;
  border-width: 3px;
  margin-top: -14px;
}

.noshop-detail-head .image .slick-prev:before {
  margin-left: -5px;
}

.noshop-detail-head .contents {
  width: 470px;
}

.noshop-detail-head .title-box {
  margin-bottom: 1.85em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.noshop-detail-head .title-box p {
  margin: 0.3em 0;
}

.noshop-detail-head .title-box p:first-child {
  margin-top: 0;
}

.noshop-detail-head .title-box p:last-child {
  margin-bottom: 0;
}

.noshop-detail-head .title-box .title {
  margin: 0;
  font-size: 1.667em;
}

.noshop-detail-text {
  margin-bottom: 35px;
}

.noshop-detail-text a {
  color: #a58959;
}

.noshop-detail-text a:hover {
  text-decoration: none;
}

.content-bottom-button {
  margin: 50px 0 0;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  .section-container {
    margin-top: 82px;
  }
  .section-container:first-of-type {
    margin-top: 0;
  }
  .section-container.-detail {
    margin-top: 65px;
  }
  .noshop-title {
    font-size: 1.286rem;
  }
  .noshop-title small {
    font-size: 0.857rem;
  }

  /* --------------------------------------------------------------------------
    * Event 詳細
  -------------------------------------------------------------------------- */
  .noshop-detail-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .noshop-detail-head .image {
    width: 100%;
    margin-bottom: 25px;
  }
  .noshop-detail-head .image .slick-arrow {
    width: 40px;
  }
  .noshop-detail-head .image .slick-arrow:before {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
  .noshop-detail-head .contents {
    width: 100%;
  }
  .noshop-detail-head .title-box {
    margin-bottom: 1.05em;
    font-size: 1.143rem;
  }
  .noshop-detail-head .title-box .title {
    font-size: 1.5em;
  }
  .noshop-detail-text {
    margin-bottom: 25px;
  }
  .content-bottom-button {
    margin-top: 30px;
  }
}
