/* ------------------------------------------------------------------------------
     メインビジュアル
-------------------------------------------------------------------------------*/
.post-mainvisual {
  max-width: 1280px;
  height: 690px;
  margin: auto;
  padding-top: 90px;
}
@media (max-width:768px) {
  .post-mainvisual {
    height: 76.4vw;
    margin: 0 -5.33vw;
    padding-top: 9.87vw;
  }
}
.post-mainvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width:768px) {
  .post-mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}

/* ------------------------------------------------------------------------------
     記事
-------------------------------------------------------------------------------*/
.post-main {
  position: relative;
  max-width: 960px;
  margin: -75px auto 0;
  padding: 30px 0;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width:768px) {
  .post-main {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
  }
}
@media (max-width:768px) {
  .post-main p {
    font-size: 3.73vw;
  }
}
.post-main p + p {
  margin-top: 20px;
}
@media (max-width:768px) {
  .post-main p + p {
    margin-top: 2.67vw;
  }
}
.post-ttl-wrap {
  margin-bottom: 24px;
  padding: 0 36px;
}
@media (max-width:768px) {
  .post-ttl-wrap {
    margin-bottom: 4.53vw;
    padding: 0;
  }
}
@media (min-width:769px) {
  .post-ttl-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
.post-lead {
  font-weight: bold;
}
@media (max-width:768px) {
  .post-lead {
    font-size: 2.67vw;
  }
}
.post-event-ttl {
  font-size: 34px;
  font-weight: bold;
  clear: none;
  line-height: 1.2;
}
@media (max-width:768px) {
  .post-event-ttl {
    font-size: 5.87vw;
  }
}
.post-event-schedule {
  color: #9c9c9c;
}
@media (max-width:768px) {
  .post-event-schedule {
    display: none;
  }
}

.post-main ul {
  list-style-type: disc;
  padding-left: 1em;
}
.post-main ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

/* ------------------------------------------------------------------------------
    記事内画像
-------------------------------------------------------------------------------*/
.post-event-img {
  margin-top: 40px;
}
@media (max-width:768px) {
  .post-event-img {
    margin-top: 5.87vw;
  }
}
.post-event-img img {
  border-radius: 10px;
  height: 540px;
  object-fit: cover;
}
@media (max-width:768px) {
  .post-event-img img {
    border-radius: 1.33vw;
    height: 48vw;
  }
}
.post-event-img figcaption {
  margin-top: 16px;
}
@media (max-width:768px) {
  .post-event-img figcaption {
    margin-top: 2.67vw;
    font-size: 3.73vw;
  }
}

/* ------------------------------------------------------------------------------
     ボタン
-------------------------------------------------------------------------------*/
a.btn-post-event {
  margin-top: 64px;
  padding-left: 90px;
  background: #f5ba1c;
  text-align: left;
  font-weight: 500;
  line-height: normal;
}
@media (max-width:768px) {
  a.btn-post-event {
    margin-top: 6.67vw;
    padding-left: 20.6vw;
  }
}
a.btn-post-event::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 38px;
  display: block;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: contain;
  width: 33px;
  height: 36px;
  margin: auto;
}
@media (max-width:768px) {
  a.btn-post-event::before {
    left: 8.53vw;
    width: 7.73vw;
    height: 7.6vw;
  }
}

/* ------------------------------------------------------------------------------
     記事用スライド
-------------------------------------------------------------------------------*/
.shop-slide-list {
  margin: 40px -20px 0;
}
@media (max-width:768px) {
  .shop-slide-list {
    margin: 12.27vw -5.33vw 0;
  }
}
.shop-slide-list img {
  border-radius: 10px;
  width: 100%;
  /* height: 360px; */
  height: 25.71vw;
  object-fit: cover;
}
@media (max-width:768px) {
  .shop-slide-list img {
    border-radius: 1.33vw;
    height: 48vw;
  }
}
.shop-slide-list .slick-slide {
  margin: 0 8px;
}
@media (max-width:768px) {
  .shop-slide-list .slick-slide {
    margin: 0 1.33vw;
  }
}
.shop-slide-list .slick-prev, .shop-slide-list .slick-next {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  display: block;
  width: 140px;
  height: 140px;
  margin: auto 0;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.8;
}
@media (max-width:768px) {
  .shop-slide-list .slick-prev, .shop-slide-list .slick-next {
    width: 18.67vw;
    height: 18.67vw;
  }
}
.shop-slide-list .slick-next {
 content: "";
 left: auto; right: 0;
 transform: translateX(50%);
}
.shop-slide-list .slick-prev::before, .shop-slide-list .slick-next::before {
  content: "";
  position: absolute;
  top: -4px; bottom: 0;
  right: 30%;
  display: block;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  width: 16px;
  height: 16px;
  margin: auto;
  transform: rotate(45deg) translateX(100%) translateY(-50%);
  z-index: 2;
}
@media (max-width:768px) {
  .shop-slide-list .slick-prev::before, .shop-slide-list .slick-next::before {
    top: -3px; bottom: 0;
    width: 3.13vw;
    height: 3.13vw;
  }
}
.shop-slide-list .slick-next::before {
   top: 4px; bottom: 0;
   left: 30%; right: auto;
   transform: rotate(225deg) translateX(100%) translateY(-50%);
}
@media (max-width:768px) {
  .shop-slide-list .slick-next::before {
     top: 10px; bottom: 0;
  }
}

/* ------------------------------------------------------------------------------
     お店の情報
-------------------------------------------------------------------------------*/
.event-info {
  max-width: 960px;
  margin: 80px auto 0;
}
@media (max-width:768px) {
  .event-info {
    margin: 9.87vw auto 0;
  }
}
.event-info-ttl {
  position: relative;
  padding-left: 56px;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
@media (max-width:768px) {
  .event-info-ttl {
    padding-left: 12vw;
    font-size: 5.33vw;
  }
}
.event-info-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/icon_memo.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 37px;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width:768px) {
  .event-info-ttl::before {
    width: 7.73vw;
    height: 7.6vw;
    top: -3px;
  }
}
.event-info-dl {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width:768px) {
  .event-info-dl {
    margin-top: 8vw;
    font-size: 3.73vw;
  }
}
.event-info-dl > dt {
  padding: 10px 18px;
  background: #f6f6f6;
  line-height: normal;
}
@media (max-width:768px) {
  .event-info-dl > dt {
    padding: 3.73vw 4.8vw;
  }
}
.event-info-dl > dd {
  padding: 10px 18px;
}
@media (max-width:768px) {
  .event-info-dl > dd {
    padding: 3.73vw 4.8vw;
  }
}

/* ------------------------------------------------------------------------------
     注意事項
-------------------------------------------------------------------------------*/
.post-event-caution {
  margin-top: 50px;
  padding: 30px 38px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
@media (max-width:768px) {
  .post-event-caution {
    margin-top: 10.67vw;
    padding: 4.67vw 5.33vw;
    border-radius: 1.33vw;
  }
}
.post-event-caution > dt {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width:768px) {
  .post-event-caution > dt {
    font-size: 4.8vw;
  }
}
.post-event-caution > dt > span {
  border-bottom: 2px solid #000;
}
.post-event-caution > dd {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width:768px) {
  .post-event-caution > dd {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

/* ------------------------------------------------------------------------------
    お店の紹介一覧に戻る
-------------------------------------------------------------------------------*/
.post-archive-link {
  margin: 136px 0;
  text-align: center;
}
@media (max-width:768px) {
  .post-archive-link {
    margin: 24vw 0 0;
  }
}
.post-archive-link > a {
  position: relative;
  padding-top: 56px;
  color: #000;
  text-decoration: none;
}
@media (max-width:768px) {
  .post-archive-link > a {
    padding-top: 14.4vw;
    font-size: 4.27vw;
  }
}
.post-archive-link .icon-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; right: 0;
  display: block;
  width: 46px;
  height: 46px;
  margin: auto;
  background: #f5ba1c;
  border-radius: 50%;
}
@media (max-width:768px) {
  .post-archive-link .icon-arrow::before {
    width: 12vw;
    height: 12vw;
  }
}
.post-archive-link .icon-arrow::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/icon_arrow.png) no-repeat;
  background-size: contain;
  top: 23px;
  left: 0; right: 0;
  width: 22px;
  height: 17px;
  margin: auto;
  transform: rotate(180deg) translateY(50%);
  z-index: 1;
}
@media (max-width:768px) {
  .post-archive-link .icon-arrow::after {
    top: 6vw;
    width: 5.6vw;
    height: 4.27vw;
  }
}
