@import url("/user_data/packages/ravijour/feature/common/css/style.css");
#undercolumn_blog {
  max-width: 100%;
  padding: 0;
}

#blog_post_item_list {
  max-width: 1350px;
  margin: 0 auto;
}

.lp-body {
  max-width: 100%;
  padding-bottom: 1px;
}
.lp-body * [data-show="pc"] {
  display: block;
}
.lp-body * [data-show="sp"] {
  display: none;
}
.lp-body a.btn {
  position: relative;
  background: #fff;
  border: 0;
  color: #c1272d;
  font-family: 'Noto Serif JP';
  font-weight: bold;
}
.lp-body a.btn:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background: #c1272d;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.lp-body a.btn.-detail {
  background: #fff;
  border: 0;
  color: #c1272d;
}
.lp-body a.btn.-detail:after {
  width: 17px;
  height: 25px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 768px) {
  .lp-body * [data-show="pc"] {
    display: none;
  }
  .lp-body * [data-show="sp"] {
    display: block;
  }
  .lp-body a.btn:after {
    right: 12px;
    width: 11px;
    height: 7px;
  }
  .lp-body a.btn.-detail:after {
    width: 8px;
    height: 12px;
  }
}

.contents {
  background: url(../img/bg_top.jpg) top center no-repeat;
  background-size: cover;
}
.contents-btm {
  background: url(../img/bg_btm.jpg) bottom center no-repeat;
  background-size: cover;
}

.lp-mainvisual {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.lp-mainvisual .title img {
  width: 83.44%;
}
.lp-mainvisual .text p {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 35px;
  }
  .lp-mainvisual .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .lp-mainvisual .text p {
    font-size: 16px;
  }
}

.lp-section {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.lp-section .img-list {
  width: 90.63%;
  margin: 0 auto;
}
.lp-section .img-list.-wide {
  width: 100%;
}
.lp-section .img-list + .slider {
  margin-top: 45px;
}
.lp-section .detail {
  padding: 40px 9% 0;
}
.lp-section .detail .color {
  margin: 20px auto 40px;
}
.lp-section .detail .color img {
  max-height: 73px;
}
.lp-section .detail .item-list {
  margin-bottom: 25px;
}
.lp-section .detail .item-list a {
  color: #fff;
}
.lp-section .slider + .detail {
  padding-top: 24px;
}
.lp-section .message {
  padding: 30px 0 20px;
  text-align: center;
  font-family: 'Noto Sans JP';
}
.lp-section .message p {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .2em;
}
.lp-section .message p:nth-of-type(3) {
  letter-spacing: 0;
}
.lp-section .bnr {
  padding: 0 7%;
  text-align: center;
}
.lp-section.profile {
  max-width: 100%;
  background: #FAF4EB;
  margin: 0;
  padding: 50px 0;
  font-family: 'Noto Sans JP';
}
.lp-section.profile .contents {
  max-width: 640px;
  margin: 0 auto;
}
.lp-section.profile .img {
  padding: 0 7%;
  margin-bottom: 40px;
}
.lp-section.profile dl {
  padding: 0 7%;
}
.lp-section.profile dl dt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 21px;
  letter-spacing: .18em;
  font-weight: 500;
}
.lp-section.profile dl dd {
  padding: 0 2%;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .lp-section {
    padding-bottom: 60px;
  }
  .lp-section .detail {
    padding-top: 30px;
  }
  .lp-section .detail .color {
    margin: 10px auto 20px;
  }
  .lp-section .detail .color img {
    max-height: 35px;
  }
  .lp-section .detail .item-list {
    margin-bottom: 15px;
  }
  .lp-section .slider + .detail {
    padding-top: 14px;
  }
  .lp-section .message {
    padding: 30px 0 20px;
  }
  .lp-section .message p {
    margin-bottom: 2em;
    font-size: 14px;
  }
  .lp-section.profile {
    padding: 30px 0;
  }
  .lp-section.profile .img {
    margin-bottom: 20px;
  }
  .lp-section.profile dl dt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .lp-section.profile dl dd {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
