/* 特集ページカスタムブロック_202606改修 */
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page {
  background-color: #fff;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page > .inner-block02 > * + * {
  margin-top: 22px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page p {
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}

.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv {
  position: relative;
  overflow: hidden;
  margin-bottom: 88px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__bg {
  position: relative;
  aspect-ratio: 1220/367;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.18)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.18));
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__ttl {
  font-size: 46px;
  line-height: 1;
  margin-top: 10px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__lead {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__eyebrow,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head .en,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__eyebrow {
  color: #c8a96e;
  font-size: 12px;
  letter-spacing: 0.18em;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__eyebrow {
  color: #c8a96e !important;
  font-size: 12px !important;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__eyebrow {
  color: #c8a96e !important;
  font-size: 20px !important;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head {
  margin-bottom: 40px;
  text-align: center;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head .ja {
  color: #2c2a1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 8px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head.side-ribon .ja {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.editor-styles-wrapper.block-editor-writing-flow .c-mini-ribon {
  display: block;
  width: 40px;
  height: 1px;
  margin: 16px auto 0;
  position: relative;
  background: #c8a96e;
}
.editor-styles-wrapper.block-editor-writing-flow .c-mini-ribon::after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(../../img/template/ribon.svg) no-repeat center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head.side-ribon .c-mini-ribon {
  display: inline-block;
  margin: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__1col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__1col .p_feature-page-plan-card__img {
  aspect-ratio: 506/285;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__3col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__4col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__subhead {
  border-left: 2px solid #c8a96e;
  margin-top: 40px;
  padding-left: 14px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__subttl {
  color: #2c2a1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ede8df;
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card.is-wide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__2col .p_feature-page-plan-card {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__img {
  overflow: hidden;
  background: #f4f0e8;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__img img {
  width: 100%;
  aspect-ratio: 324/182;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card.is-wide .p_feature-page-plan-card__img {
  width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  padding: 20px 18px 18px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__2col .p_feature-page-plan-card__body {
  padding: 0 0 0 16px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__3col .p_feature-page-plan-card__body,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card.is-small .p_feature-page-plan-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__ttl {
  color: #2c2a1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__txt {
  color: #777;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__btn {
  margin-top: 16px;
  text-align: right;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__3col .p_feature-page-plan-card__btn,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card.is-small .p_feature-page-plan-card__btn {
  margin-top: auto;
  padding-top: 16px;
  text-align: center;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 144px;
  background: #c8a96e;
  border: 1px solid #c8a96e;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 10px 34px 10px 18px;
  text-align: center;
  text-decoration: none;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .p_home-cont01,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend .p_home-cont01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .p_home-cont01__img01,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .p_home-cont01__img01 img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend .p_home-cont01__img01,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend .p_home-cont01__img01 img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__item,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__img img {
  border-radius: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .p_home-cont01__img01,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend .p_home-cont01__img01 {
  aspect-ratio: 1/0.25;
  display: block;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .p_home-cont01__img01 img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend .p_home-cont01__img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-left: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-left: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__item,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list__item {
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__img img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list__img img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__img img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list__img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list__img img {
  border-radius: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list__img img,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list__img img {
  aspect-ratio: 324/220;
}

.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #5f4e3e;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene-card img {
  aspect-ratio: 324/101;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene-card span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 25px;
  padding: 5px 8px;
  background: #5f4e3e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__lead,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__note {
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-included {
  padding: 20px 16px 16px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-included__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  padding-left: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-included__item {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #ede8df;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0 11px 18px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-included__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 11px;
  color: #c8a96e;
  font-size: 11px;
  font-weight: 700;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-list {
  margin-top: 30px;
  border-top: 1px solid #ede8df;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item {
  border-bottom: 1px solid #ede8df;
  padding: 16px 0;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item__q,
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item__a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item__a {
  margin-top: 10px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item__label {
  color: #c8a96e;
  font-size: 24px;
  line-height: 1;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item__label.is-a {
  color: #333;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq-item__txt {
  color: #777;
  font-size: 16px;
  line-height: 1.7;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__box {
  padding: 24px 0 0;
  text-align: center;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #2c2a1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__tel img {
  width: 20px;
  height: 20px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__btn {
  margin-top: 16px;
}
.editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 450px;
  max-width: 100%;
  min-height: 40px;
  background: #c8a96e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-section,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-heading,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-faq,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-cta {
    padding: 40px 16px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__bg {
    aspect-ratio: 375/260;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv {
    margin-bottom: 60px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-mv__ttl {
    font-size: 36px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head.side-ribon .txt-wrap {
    display: inline-block;
    max-width: 216px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page__head.side-ribon .ja .c-mini-ribon {
    margin: 0 6px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__1col,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__2col,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__3col,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page .l-gallery-list,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-gallery .l-gallery-list,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-included__list {
    grid-template-columns: 1fr;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan__4col,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page .p_home-cont01,
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-recommend .p_home-cont01 {
    grid-template-columns: 1fr;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card.is-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card.is-wide .p_feature-page-plan-card__img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .editor-styles-wrapper.block-editor-writing-flow .p_feature-page-plan-card__btn {
    text-align: center;
  }
}
