@import url("/user_data/packages/ravijour/feature/common/css/style.css");
.lp-body {
  color: #54635E;
}
.lp-body img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.lp-body *[data-show="pc"] {
  display: block;
}
.lp-body *[data-show="sp"] {
  display: none;
}
.lp-body a.btn {
  background: #54635E;
  border: 1px solid #54635E;
  color: #fff;
}
.lp-body a.btn.-detail {
  position: relative;
  background: #54635E;
  border: 1px solid #54635E;
  color: #fff;
}
.lp-body a.btn.-detail:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .lp-body *[data-show="pc"] {
    display: none;
  }
  .lp-body *[data-show="sp"] {
    display: block;
  }
  .lp-body a.btn.-detail {
    font-size: 14px;
  }
  .lp-body a.btn.-detail:after {
    right: 14px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
  }
}

.lp-mainvisual {
  margin-bottom: 80px;
}
.lp-mainvisual .title {
  margin-bottom: 35px;
  line-height: 1;
}
.lp-mainvisual .title img {
  width: 82.81%;
  max-width: 100%;
}
.lp-mainvisual .text p {
  padding: 0 7.81%;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  color: #54635E;
}
.lp-mainvisual .text p + p {
  margin-top: 1em;
}
.lp-mainvisual div.btn {
  width: 81.25%;
  margin-top: 8.82%;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 11.76%;
  }
  .lp-mainvisual .title {
    margin-bottom: 15px;
  }
  .lp-mainvisual .text p {
    padding: 0 3%;
    font-size: 14px;
  }
}

.lp-section {
  margin-bottom: 60px;
}
.lp-section .img-list a {
  display: block;
}
.lp-section .img-list li {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
.lp-section .img-list li + li {
  margin-top: 67px;
}
.lp-section .img-list li:last-child {
  margin-bottom: 0;
}
.lp-section .detail {
  margin-top: 40px;
  padding: 0 9.38%;
  font-family: inherit;
}
.lp-section .detail .item-list {
  font-size: 17px;
}
.lp-section .detail .item-list a {
  color: #333;
}
.lp-section .detail .btns {
  margin-top: 60px;
}
.lp-section .detail .btns li {
  width: 100%;
}
.lp-section.specialContents {
  padding-bottom: 60px;
  background: #E6EEE8;
}
.lp-section .offshot h2 {
  padding: 17px;
  background: #8DA2A5;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.lp-section .offshot-img {
  padding: 48px;
}
.lp-section .offshot-img li {
  margin-bottom: 50px;
}
.lp-section .offshot-img li > div {
  position: relative;
  padding: 10px;
  border: 1px solid #8DA2A5;
}
.lp-section .offshot-img li > div span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: inline-block;
  padding: 0 8px;
  background: #E6EEE8;
  font-size: 21px;
  color: #8DA2A5;
  text-align: center;
  white-space: nowrap;
}
.lp-section .offshot-img li:nth-of-type(1) {
  width: 65.07%;
}
.lp-section .offshot-img li:nth-of-type(2) {
  width: 68.01%;
  margin-left: auto;
}
.lp-section .offshot-img li:nth-of-type(3) {
  width: 80.88%;
}
.lp-section .profile {
  width: 90.63%;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #4D4D4D;
}
.lp-section .profile dt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  letter-spacing: .075em;
}
.lp-section .profile dt span {
  display: inline-block;
  padding: 0 10px;
  background: #E6EEE8;
  transform: translateY(-50%);
}
.lp-section .profile dd {
  padding: 0 26px 20px;
}
.lp-section .profile dd img {
  display: block;
  margin: 0 auto;
  width: 75.76%;
}
.lp-section .profile dd p {
  line-height: 1.6;
  font-size: 17px;
}
.lp-section .profile dd p.name {
  margin: 20px 0 14px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-section {
    margin-bottom: 8.82%;
  }
  .lp-section .img-list li + li {
    margin-top: 9.85%;
  }
  .lp-section .text {
    margin: 20px 0;
    font-size: 14px;
  }
  .lp-section .detail {
    margin-top: 5.88%;
  }
  .lp-section .detail p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .lp-section .detail .item-list {
    font-size: 14px;
  }
  .lp-section .detail .btns {
    margin-top: 8.82%;
  }
  .lp-section.specialContents {
    padding-bottom: 8.82%;
  }
  .lp-section .offshot h2 {
    padding: 17px;
    font-size: 20px;
  }
  .lp-section .offshot-img {
    padding: 7.06%;
  }
  .lp-section .offshot-img li {
    margin-bottom: 9.19%;
  }
  .lp-section .offshot-img li > div {
    padding: 2.82%;
  }
  .lp-section .offshot-img li > div span {
    padding: 0 8px;
    font-size: 12px;
  }
  .lp-section .profile {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lp-section .profile dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .lp-section .profile dd {
    padding: 0 4.91% 4.91%;
  }
  .lp-section .profile dd img {
    display: block;
    margin: 0 auto;
  }
  .lp-section .profile dd p {
    font-size: 14px;
  }
  .lp-section .profile dd p.name {
    margin: 20px 0 14px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .lp-collection-title {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
