@charset "UTF-8";
.detail1-hero {
  background: url("../../images/detail/img_detail1_mv.jpg") no-repeat center;
  background-size: cover;
}

.detail2-hero {
  background: url("../../images/detail/img_detail2_mv.jpg") no-repeat center;
  background-size: cover;
}

.detail-content {
  margin: 0 20px;
  padding: 35px 0;
}

.detail-content p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
}

.detail-content figure {
  margin-bottom: 20px;
}

.detail-content figure img + img {
  margin-top: 20px;
}

.detail-content figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.75;
}

.detail-content__inner {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #E6E8E7;
}

.detail-content__inner p {
  margin-bottom: 0;
}

.detail-content__inner p + .detail-heading-c {
  margin-top: 20px;
}

.detail-content__figure-wide img {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.detail-content__figure-2col img {
  width: 49%;
}

.detail-content__figure-2col img + img {
  margin-top: 0;
}

.detail-content__figure-5col img {
  width: 32%;
}

.detail-content__figure-5col img + img {
  margin-top: 0;
}

.detail-content + .detail-content {
  border-top: 1px solid #a5a5a5;
}

@media (min-width: 768px) {
  .detail-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 55px 20px;
  }
  .detail-content p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
  }
  .detail-content figure {
    margin-bottom: 30px;
    text-align: center;
  }
  .detail-content figure img {
    width: auto;
  }
  .detail-content figure img + img {
    margin-top: 0;
  }
  .detail-content figure + figure {
    margin-top: 40px;
  }
  .detail-content figcaption {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
  }
  .detail-content__inner {
    padding: 22px 38px;
  }
  .detail-content__inner p {
    margin-bottom: 0;
  }
  .detail-content__inner p + .detail-heading-c {
    margin-top: 30px;
  }
  .detail-content__with-figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .detail-content__with-figure figure {
    margin-left: 60px;
  }
  .detail-content__2col--between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .detail-content__2col--between figure {
    width: 49%;
    max-width: 450px;
  }
  .detail-content__2col--between figure img {
    width: 100%;
  }
  .detail-content__2col--between figure + figure {
    margin-top: 0;
  }
  .detail-content__2col--between figcaption {
    text-align: left;
  }
  .detail-content .detail-content__figure-wide img {
    width: 100%;
    margin-left: 0;
  }
  .detail-content .detail-content__figure-2col img {
    margin: 0 45px;
  }
  .detail-content .detail-content__figure-2col--between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .detail-content .detail-content__figure-2col--between img {
    width: 49%;
    max-width: 450px;
  }
}

.detail-heading-a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.detail-heading-b {
  font-size: 18px;
  margin-bottom: 10px;
}

.detail-heading-b--circle-a, .detail-heading-b--circle-b {
  position: relative;
  padding-top: 3px;
  padding-left: 40px;
}

.detail-heading-b--circle-a::before, .detail-heading-b--circle-b::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  content: "";
}

.detail-heading-b--circle-a::before {
  background-color: #64618f;
}

.detail-heading-b--circle-b::before {
  background-color: #953369;
}

@media (min-width: 768px) {
  .detail-heading-b {
    margin-bottom: 20px;
    font-size: 21px;
  }
}

.detail-heading-c {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.detail-content-grid__item + .detail-content-grid__item {
  margin-top: 20px;
}

figure + .detail-content-grid {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .detail-content-grid {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  figure + .detail-content-grid {
    margin-top: 50px;
  }
  .detail-content-grid figure img {
    width: 100%;
  }
  .detail-content-grid__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .detail-content-grid__item figure {
    margin-top: auto;
  }
  .detail-content-grid__item + .detail-content-grid__item {
    margin-top: 0;
    margin-left: 6%;
  }
}
