/* =========================
visual
========================= */
.visual {
  position: relative;
}
.visual .unit {
  width: calc(100% - 32px);
  padding: 40px 16px 38px;
  letter-spacing: 0.2em;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 16px;
}
.visual .visual-ttl {
  color: #813837;
}
.visual .visual-ttl .en,
.visual .visual-ttl .jp {
  display: block;
}
.visual .visual-ttl .en {
  font-size: 1.6rem;
}
.visual .visual-ttl .jp {
  font-size: 2.4rem;
}

@media screen and (min-width: 1000px) {
  .visual .wrap {
    position: absolute;
    width: 1120px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
/* =========================
contents
========================= */
.contents {
  padding: 0 0 120px;
}

@media screen and (min-width: 1000px) {
  .contents {
    padding: 0 0 160px;
  }
}
/* =========================
about
========================= */
.about {
  padding: 120px 16px;
}
.about .wrap {
  width: 100%;
  max-width: 1120px;
  padding: 80px 16px;
  margin: 0 auto 0;
  background-color: #FFD8DB;
}
.about .section-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}
.about .point .point-list {
  margin: 0 auto 80px;
}
.about .point .point-item:not(:last-child) {
  margin: 0 auto 40px;
}
.about .point .item-ttl {
  margin: 0 auto 16px;
}
.about .point .item-ttl .en,
.about .point .item-ttl .jp {
  display: block;
  color: #813837;
  text-align: center;
  line-height: 1.8;
}
.about .point .item-ttl .en {
  font-size: 1.6rem;
}
.about .point .item-ttl .jp {
  font-size: 2rem;
}
.about .point .ph {
  margin: 0 auto 24px;
}
.about .feature {
  margin: 0 auto 120px;
}
.about .feature .feature-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.about .feature .feature-item:not(:last-child) {
  margin: 0 auto 40px;
}
.about .feature .item-ttl {
  margin: 0 auto 24px;
  color: #813837;
  font-size: 2rem;
  text-align: center;
}
.about .feature .ph {
  margin: 0 auto 24px;
}
.about .range .range-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.about .structure .structure-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.about .structure .ph {
  margin: 0 auto 40px;
}
@media screen and (min-width: 1000px) {
  .about .wrap {
    padding: 80px 40px;
  }
  .about .section-ttl {
    margin: 0 auto 80px;
    font-size: 3.2rem;
  }
  .about .point .point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 120px;
  }
  .about .point .point-item {
    width: calc(33.3333333333% - 16px);
  }
  .about .point .point-item:not(:last-child) {
    margin: 0;
  }
  .about .feature .feature-ttl {
    font-size: 2.8rem;
    margin: 0 auto 80px;
  }
  .about .feature .feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .about .feature .feature-item {
    width: calc(33.3333333333% - 16px);
  }
  .about .feature .feature-item:not(:last-child) {
    margin: 0;
  }
  .about .range .range-ttl {
    font-size: 2.8rem;
  }
  .about .structure .structure-ttl {
    font-size: 2.8rem;
  }
  .about .structure .unit {
    display: flex;
  }
  .about .structure .ph {
    width: 36.538%;
    margin: 0;
  }
  .about .structure .txt-area {
    width: 63.462%;
    padding: 0 0 0 40px;
  }
}
/* =========================
price
========================= */
.price {
  width: 100%;
  max-width: 1120px;
  padding: 0 16px 40px;
  margin: 0 auto;
}
.price .section-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.price .lead {
  margin: 0 auto 40px;
  text-align: center;
}
.price .lead .txt {
  display: inline-block;
  text-align: justify;
}
.price .line {
  padding: 16px 16px;
  border-bottom: 1px solid #ccc;
}
.price .line:first-child {
  border-top: 1px solid #ccc;
}
.price .line-head {
  max-width: 768px;
}
.price .line-head .line-ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
.price .line-body {
  text-align: right;
}
.price .line-body .txt {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .price {
    padding: 0 40px 40px;
  }
  .price .section-ttl {
    font-size: 3.2rem;
  }
  .price .lead .txt {
    text-align: center;
  }
  .price .line-body {
    margin-top: -2.2em;
  }
}
/* =========================
hotpepper
========================= */
.hotpepper {
  padding: 0 16px;
  margin: 0 auto 80px;
  text-align: center;
}
.hotpepper .txt {
  display: inline-block;
  text-align: justify;
  margin: 0 auto 24px;
}
.hotpepper .txt a {
  color: #813837;
  text-decoration: underline;
}
.hotpepper .banner {
  text-align: center;
}
.hotpepper .banner a {
  display: inline-block;
  width: 100%;
  max-width: 410px;
}

@media screen and (min-width: 1000px) {
  .hotpepper {
    margin: 0 auto 120px;
  }
}
/* =========================
flow
========================= */
.flow {
  padding: 0 16px;
}
.flow .wrap {
  width: 100%;
  max-width: 1120px;
  padding: 80px 16px;
  margin: 0 auto 0;
  background-color: #FFD8DB;
}
.flow .section-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.flow .unit {
  margin: 0 auto 40px;
}
.flow .line:not(:last-child) {
  margin: 0 auto 40px;
}
.flow .ph {
  margin: 0 auto 24px;
}
.flow .box .line-ttl {
  margin: 0 auto 8px;
}
.flow .box .line-ttl .en,
.flow .box .line-ttl .jp {
  display: block;
  color: #813837;
  line-height: 1.8;
}
.flow .box .line-ttl .en {
  font-size: 1.6rem;
}
.flow .box .line-ttl .jp {
  font-size: 2rem;
}
.flow .aside .item {
  font-size: 1.2rem;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

@media screen and (min-width: 1000px) {
  .flow {
    padding: 0 16px;
  }
  .flow .wrap {
    padding: 80px 40px;
  }
  .flow .section-ttl {
    margin: 0 auto 80px;
    font-size: 3.2rem;
  }
  .flow .line {
    display: flex;
  }
  .flow .line:not(:last-child) {
    margin: 0 auto 80px;
  }
  .flow .ph {
    width: 38.462%;
    margin: 0;
  }
  .flow .box {
    width: 61.538%;
    padding: 0 0 0 40px;
  }
}
/* =========================
before_after
========================= */
.before_after {
  padding: 120px 16px;
}
.before_after .section-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.before_after .lead {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 40px;
  text-align: center;
}
.before_after .lead .txt {
  display: inline-block;
  text-align: justify;
}
.before_after .before_after_swiper {
  width: 100%;
  max-width: 1120px;
  padding: 0 0 40px;
  margin: 0 auto 0;
}
.before_after .before_after_swiper.off .swiper-wrapper {
  justify-content: center;
}
.before_after .before_after_swiper.off .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}
.before_after .swiper-slide {
  display: flex;
  gap: 16px;
}
.before_after .before,
.before_after .after {
  width: calc(50% - 8px);
  position: relative;
}
.before_after .before:before,
.before_after .after:before {
  width: 80px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 4px;
  left: 4px;
}
.before_after .before:before {
  content: "Before";
}
.before_after .before:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 12px solid #813837;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2px);
}
.before_after .after:before {
  content: "After";
}
.before_after .swiper-pagination {
  line-height: 1;
  bottom: 0;
}
.before_after .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.before_after .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #813837;
}

@media screen and (min-width: 1000px) {
  .before_after {
    padding: 160px 16px;
  }
  .before_after .section-ttl {
    font-size: 3.2rem;
  }
  .before_after .lead .txt {
    text-align: center;
  }
  .before_after .before_after_swiper {
    padding: 0 0 80px;
  }
  .before_after .before:before {
    content: "Before";
  }
  .before_after .after:before {
    content: "After";
  }
  .before_after .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
/* =========================
q_a
========================= */
.q_a {
  padding: 0 16px;
}
.q_a .wrap {
  width: 100%;
  max-width: 1120px;
  padding: 80px 16px;
  margin: 0 auto 0;
  background-color: #FFD8DB;
}
.q_a .section-ttl {
  margin: 0 auto 40px;
  color: #813837;
  font-size: 2.4rem;
  text-align: center;
}
.q_a .line {
  border-bottom: 1px solid #bbb;
}
.q_a .line:first-child {
  border-top: 1px solid #bbb;
}
.q_a .line .line-head {
  padding: 18px 40px 18px 40px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
.q_a .line .line-head:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp/wp-content/themes/enchanter/cmn/img/icon-question.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 8px;
}
.q_a .line .line-head:hover {
  cursor: pointer;
}
.q_a .line .line-head .mark {
  width: 16px;
  height: 16px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}
.q_a .line .line-head .mark:before, .q_a .line .line-head .mark:after {
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #1a1a1a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.q_a .line .line-head .mark:after {
  transform: rotate(90deg);
  transition-property: top;
  transition-duration: 0.3s;
}
.q_a .line .line-head.on .mark:after {
  top: 200%;
}
.q_a .line .line-body {
  padding: 16px 16px 16px 40px;
  background-color: #fff;
  position: relative;
}
.q_a .line .line-body:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp/wp-content/themes/enchanter/cmn/img/icon-answer.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 8px;
}
@media screen and (min-width: 1000px) {
  .q_a .wrap {
    padding: 80px 40px;
  }
  .q_a .section-ttl {
    margin: 0 auto 80px;
    font-size: 3.2rem;
  }
  .q_a .line .line-head {
    padding: 22px 40px 22px 48px;
    transition-property: background-color;
    transition-duration: 0.3s;
  }
  .q_a .line .line-head:before {
    top: 20px;
    left: 16px;
  }
  .q_a .line .line-head:hover {
    background-color: #FFE3E5;
  }
  .q_a .line .line-head .mark {
    right: 16px;
  }
  .q_a .line .line-body {
    padding: 22px 40px 22px 48px;
  }
  .q_a .line .line-body:before {
    content: "";
    top: 24px;
    left: 16px;
  }
}/*# sourceMappingURL=style.css.map */