@import url("/user_data/packages/ravijour/feature/common/css/style.css");
.lp-body * [data-show="pc"] {
  display: block;
}
.lp-body * [data-show="sp"] {
  display: none;
}
.lp-body a.btn {
  position: relative;
  background: #D36C7E;
  border: 1px solid #D36C7E;
  color: #fff;
}
.lp-body a.btn:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.lp-body a.btn.-detail {
  background: #D36C7E;
  border: 1px solid #D36C7E;
  color: #fff;
}
.lp-body a.btn.-detail:after {
  width: 17px;
  height: 25px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.lp-body .event-link {
  background: #D36C7E;
  text-align: center;
}
.lp-body .event-link a {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP';
}
.lp-body .bnr {
  width: 90.63%;
  margin: 0 auto 40px;
  text-align: center;
}
.lp-body .bnr span {
  display: block;
  margin-top: 15px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp-body * [data-show="pc"] {
    display: none;
  }
  .lp-body * [data-show="sp"] {
    display: block;
  }
  .lp-body .event-link a {
    font-size: 14px;
  }
  .lp-body .event-link a img {
    width: 70%;
    max-width: 320px;
  }
  .lp-body .bnr {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .lp-body .bnr span {
    font-size: 12px;
  }
  .lp-body a.btn:after {
    right: 12px;
    width: 11px;
    height: 7px;
  }
  .lp-body a.btn.-detail:after {
    width: 8px;
    height: 12px;
  }
}

.lp-mainvisual {
  margin-bottom: 70px;
}
.lp-mainvisual .title {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 1.6;
  font-weight: normal;
}
.lp-mainvisual .text p {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 35px;
  }
  .lp-mainvisual .title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .lp-mainvisual .title img {
    width: 67.5%;
  }
  .lp-mainvisual .text p {
    font-size: 14px;
  }
}

.lp-section {
  margin-bottom: 80px;
}
.lp-section .img-list {
  width: 90.63%;
  margin: 0 auto;
}
.lp-section .img-list li {
  text-align: center;
}
.lp-section .img-list.-wide {
  width: 100%;
}
.lp-section .img-list:not(.slider) {
  margin-bottom: 40px;
}
.lp-section .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
}
.lp-section .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
}
.lp-section .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background: #d36c7e;
}
.lp-section .detail {
  padding: 45px 9.38% 0;
  font-family: 'Noto Serif JP';
}
.lp-section .detail div.btn {
  margin-top: 45px;
}
.lp-section .detail .new {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 16px 10px;
  background: #ED1E79;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
}
.lp-section .slider + .detail {
  padding-top: 0;
}
.lp-section .comment {
  width: 90.63%;
  margin: 60px auto 0;
  color: #a48273;
  font-size: 21px;
  border: 2px solid #a48273;
  border-radius: 15px;
  font-family: 'Noto Sans JP';
}
.lp-section .comment dt {
  margin-top: -.5em;
  font-weight: bold;
  text-align: center;
}
.lp-section .comment dt span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}
.lp-section .comment dd {
  padding: 20px;
  line-height: 1.5;
  letter-spacing: .05em;
}
.lp-section .comment dd p + p {
  margin-top: 1em;
}
.lp-section.wide {
  margin-bottom: 60px;
}
.lp-section.wide .img-list {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lp-section {
    margin-bottom: 40px;
  }
  .lp-section .detail {
    padding: 30px 0 0;
  }
  .lp-section .detail .item-list {
    padding: 0 6%;
  }
  .lp-section .detail div.btn {
    margin-top: 30px;
    padding: 0 9.38%;
  }
  .lp-section .detail .new {
    width: 81.24%;
    margin: -15px auto 15px;
    padding: 14px 0;
    font-size: 13px;
  }
  .lp-section .comment {
    margin: 30px auto 0;
    font-size: 14px;
  }
  .lp-section .comment dt {
    font-size: 16px;
  }
  .lp-section .comment dd {
    padding: 15px;
  }
  .lp-section.wide {
    margin-bottom: 40px;
  }
  .lp-section.wide .img-list {
    margin-bottom: 3dvh;
  }
}

/*# sourceMappingURL=style.css.map */
