/* ===== レイアウト ===== */
.section {
  margin: 0 .625rem 2rem;
}
.section__name {
  margin: 0 .625rem;
}
#section-tree1 {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1000px;
    margin: 0 auto 2rem;
  }
  .section__name {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin: .625rem auto 1rem auto;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .section {
    padding: 0 1.25rem;
    margin: 0 auto 2rem;
  }
  .section__name {
    padding: 0 1.25rem;
  }
}

/* ===== 補助 ===== */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.margin__side--10 {
  margin-left: .625rem;
  margin-right: .625rem;
}

/* ===== 既存クラス ===== */
.detail_main {
  margin-top: 4.25rem;
}
.searchlead-box {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .detail_main {
    margin-top: 0;
  }
}

/* ===== ナビ　一部他のcssと競合しているのでcss上書き ===== */
/* ナビ：レイアウト */
.nav__menu {
  background-color: #f5f5f5;
  border-bottom: solid 1px #e6e6e6;
}
.list__menu {
  display: flex;
  justify-content: left;
  margin: 0;
  max-width: 1000px;
  background: #f5f5f5;
}
.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
}
.position-fixed {
  position: fixed;
  height: 3.875rem;
  z-index: 1000;
  top: 3.125rem;
  transition: .3s;
  width: 100%;
}
.position-move {
  top: 0;
}
.menu__fix {
  display: none;                 /* 初期はDOM外相当 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s linear;
}
.menu__fix.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu__fix.is-fixed {
  display: block;
}

/* ナビ：メニュー名 */
.list__menu strong {
  display: block;
  margin-top: .375rem;
  font-size: .75rem;
}

/* ナビ：霊園トップのアイコン切り替え */
.list__menu .icon-contents,
.menu__md .icon-head {
  display: none;
}
.list__menu .icon-contents {
  display: none;
}
.content__menu .icon-contents {
  display: block;
}
.content__menu .icon-head {
  display: none;
}

/* ナビ：アイコン */
.list__menu .material-symbols-outlined {
  color: #999;
  font-size: 1.5rem;
  line-height: 1;
  height: inherit;
  overflow: hidden;
  padding: 0;
}

/* ナビ：墓じまいアイコン */
.icon__hakajimai {
  display: block;
  height: 1.5rem;
  margin: .125rem auto;
}

/* ナビ：墓じまいアイコンの色 */
.list__menu svg {
  fill: #999;
}

/* ナビ：アンカー */
.list__menu a {
  border-bottom: #ddd solid 4px;
  border-radius: 0 0 4px 0;
  background: #fff;
  display: block;
  color: #0088ce;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  padding: .32rem 0;
  height: auto;
  line-height: inherit;
  transition: all .3s;
}
.list__menu li:last-child{
  border-right: #ddd solid 1px;
}
.list__menu a:hover {
  border-bottom: #05aa22 solid 4px;
}
.list__menu a:hover,
.list__menu a:hover .material-symbols-outlined {
  color: #05aa22;
  text-decoration: none;
}
.list__menu a:hover svg {
  fill: #05aa22;
}
.list__menu a.current {
  border-bottom: #05aa22 solid 4px;
  color: #05aa22;
  cursor: text;
}
.list__menu a.current .material-symbols-outlined {
  color: #05aa22;
}
#menuPC .list__menu a.current-top {
  border-top: #05aa22 solid 4px;
  color: #05aa22;
}
#menuPC .list__menu .icon-contents {
  color: #05aa22;
}

/* PC版の追従ナビ、SP版の追従ナビ */
.list__menu li {
  background: #fff;
  color: inherit;
  display: block;
  height: auto;
  line-height: inherit;
  flex: none;
  border-left: #ddd solid 1px;
  text-align: center;
  width: 4.5rem;
}

/* PC版のタブ */
.content__menu {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.content__menu .list__menu li {
  width: 11%;
}
.content__menu .list__menu a{
  border-top: #ddd solid 4px;
  border-radius: 0 4px 0 0;
  border-bottom: none;
}
.content__menu .list__menu a:hover{
  border-top: #05aa22 solid 4px;
}

@media only screen and (min-width: 768px) {
  /* ナビ */
  .position-fixed {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
  }
  .list__menu {
    margin: 0 auto;
  }
  .list__menu li {
    width: 11%;
  }
  .list__menu a {
    padding: .125rem 0;
  }
  .list__menu .material-symbols-outlined {
    font-size: 1.75rem;
  }
  .content__menu .list__menu .material-symbols-outlined {
    font-size: 1.25rem;
  }
  .list__menu strong {
    font-size: .75rem;
  }
  .content__menu .list__menu strong {
    font-size: .875rem;
    margin-top: .25rem;
  }
  /* 墓じまいアイコン 追従ヘッダー */
  .list__menu .icon__hakajimai {
    height: 1.5rem;
    margin: .375rem auto;
  }
    /* 墓じまいアイコン タブ */
  .content__menu .icon__hakajimai {
    height: 1.25rem;
    margin: .125rem auto .25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .fix-nav-title>ul>li.ttl {
    padding-left: .625rem;
  }
}

/* ===== エレメント ===== */
h2 {
  font-size: 1.125rem;
  font-weight: normal;
  border-bottom: 1px solid #05aa22;
  line-height: 1.8;
  margin: 0 0 1.25rem;
  padding: 0 0 .5rem;
}
h2.ttl__h2--pr {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
h2.ttl__h2--pr span {
  display: inline-block;
  margin: 0 0 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1;
  padding: 3px 5px;
  font-size: 11px;
  color: #ccc;
  background: #fff;
  position: absolute;
  right: 0;
  top: 17px;
}
h2.ttl__h2--flex {
  position: relative;
  margin-bottom: 2.75rem;
}
.txt_link {
  color: #0088ce;
  display: inline-block;
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding: 0 1.25rem 0 0;
  position: relative;
}
.txt_link::after {
  content: "\e5e1";
  font-family: Material Icons;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0088ce;
  font-size: 1rem;
}
.card_row_item .txt_link::after {
  content: none;
}
.anchor__access {
    color: #0088ce;
    display: inline-block;
    font-size: .875rem;
    text-decoration: underline;
    padding: 0 1.25rem 0 0;
    position: absolute;
    right: 0;
    bottom: -2rem;
}
.anchor__access::after {
  content: "\e5e1";
  font-family: Material Icons;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0088ce;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: 1px solid #05aa22;
    line-height: 1.4;
    padding: 1rem 0 .625rem;
  }
  h2.ttl__h2--flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  .txt_link {
    font-size: 1rem;
  }
  .anchor__access {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 1rem;
  }
}

/* ===== MOON_L1-6506 reien_top.cssから抜粋 ===== */
/* FV */
.detail-fv__ttl {
  justify-content: space-between;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  flex-wrap: wrap;
}
.heading-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 10px 0;
}
.heading-inner .rating {
  align-items: center;
  display: flex;
  line-height: 1;
}
.heading-inner .rating i {
  color: #fdc92f;
  font-size: 16px;
  margin: 0 -1px;
}
.heading-inner .rating span {
  color: #232b39;
  margin-left: 4px;
  font-size: 16px;
}
.heading-inner p {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 4px;
}
.heading-inner p:before {
  color: #232b39;
  content: "(";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.heading-inner p:after {
  color: #232b39;
  content: ")";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.furigana {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  display: block;
  letter-spacing: -0.1rem;
  margin-bottom: 6px;
}

/* 中間の豪華特典の告知 */
.toku-bnr {
  position: relative;
  display: block;
  padding: .625rem 0 3rem;
  line-height: 1.4;
  background: url(/responsive/img/tokuten-bg.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  height: auto;
  border: dashed 1px #ccc;
}
.toku-bnr a {
  text-decoration: none;
  color: #333;
}
.toku-bnr h2.bnr--title {
  width: auto;
  text-align: center;
}
.toku-bnr h2 img {
  width: 80%;
}
.bnr--inner {
  position: relative;
  width: 100%;
  left: 0;
  margin: 0px 0 0 0;
}
.bnr--textbox {
  padding: 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bnr--syosai {
  display: none;
}
.bnr--textbox h3 {
  font-size: 20px;
  margin-bottom: 8px;
  background: linear-gradient(#0000 70%, #fff17f 70%);
  display: inline;
}
.bnr--textbox p:first-of-type {
  font-size: 17px;
  margin: 10px 0 8px 0;
  line-height: 1.4;
}
.bnr--inner .bnr--textbox p:first-of-type {
  word-break: auto-phrase;
}
.bnr--textbox .taisyo {
  font-size: 14px;
  margin-bottom: 0px;
}
.bnr--syosai::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(225deg);
  position: absolute;
  right: 8px;
  top: 8px;
}
.section-info {
  clear: both;
  margin-bottom: 20px;
}

/* 特典のアコーディオン */
.accordion {
  margin: 0 auto 2rem;
  max-width: 52.5rem;
}
.accordion__summary {
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 0 .625rem;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::before {
  content: "特典の詳細を見る";
  font-size: .875rem;
  padding: .625rem 1.5rem .625rem .75rem;
  background: #09a921;
  color: #fff;
  position: absolute;
  text-decoration: none;
  display: block;
  z-index: 1;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.accordion__summary::after {
  content: "\e313";
  font-size: 1.4em;
  font-family: 'Material Icons';
  position: absolute;
  right: calc(50% - 75px);
  bottom: .35rem;
  z-index: 2;
  color: #fff;
}
.accordion[open] .accordion__summary::after {
  content: "\e316";
  font-size: 1.4em;
  font-family: 'Material Icons';
  position: absolute;
  right: 31%;
  bottom: .35rem;
  z-index: 2;
  color: #fff;
}
.accordion__detail {
  border-right: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 1rem;
  margin: 0 .625rem;
}
@media only screen and (min-width: 768px) {
  .accordion__summary {
    padding: 0;
  }
  .accordion__summary::before {
    font-size: 1rem;
    bottom: 0;
    right: -.125rem;
    transform: inherit;
    padding: .625rem 1.5rem .625rem .875rem;
  }
  .accordion__summary::after {
    right: 0;
  }
  .accordion[open] .accordion__summary::after {
    right: 0;
  }
  .accordion__detail {
    padding: 0 1rem;
    margin: 0;
  }
}
/* アーカイブ */
.detail-fv__archive {
  background: #f8f5f1;
  margin: 10px 0;
  width: 100%;
  border: solid 5px #f8f5f1;
  padding: 10px 20px;
}
.detail-fv__archive--date {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  /* fv */
  .heading-inner {
    margin: 10px 0 0 0;
  }
  .heading-inner .rating i {
    color: #ef7b00;
    font-size: 20px;
  }
  .heading-inner .rating span {
    font-size: 22px;
    margin-left: 8px;
  }
  .heading-inner p {
    font-size: 15px;
    margin: 0 0 0 10px;
  }
  .heading-inner p em {
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
  }

  /* 中間の豪華特典の告知 */
  .toku-bnr {
    position: relative;
    display: block;
    padding: 0 0 1.25rem 0;
    line-height: 1.4;
    background: url(/responsive/img/tokuten-bg.jpg) no-repeat;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    height: auto;
    border: dashed 1px #ccc;
  }
  .toku-bnr a {
    text-decoration: none;
    color: #333;
  }
  .toku-bnr h2 img {
    width: auto;
  }
  .bnr--inner {
    position: relative;
    width: 850px;
    left: 0;
    margin: 0px 0 0 0;
  }
  .bnr--textbox {
    padding: 0px;
    width: 670px;
    margin: 0 auto;
    text-align: center;
  }
  .bnr--textbox h3 {
    font-size: 38px;
    letter-spacing: 2px;
  }
  .bnr--textbox p:first-of-type {
    font-size: 30px;
    margin: 10px 0 8px 0;
    letter-spacing: 1px;
  }
  .bnr--textbox .taisyo {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .section-info {
    margin-bottom: 40px;
  }
}

/* ===== MOON_L1-6506 reien.cssから抜粋 ===== */
.section h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
}
.section h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #05aa22;
}
.section-more {
  padding: 20px 0;
}

/* FVのCTA */
.cv-button-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 6px rgb(0 0 0 / 15%);
}
.button-conversion.top {
  background-color: #fff;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: calc(100% - 20px);
}
.button-conversion .cv-button-orange {
  background: linear-gradient(to bottom, rgb(255, 170, 0), rgb(255, 119, 0));
  border: 1px solid rgb(255, 119, 0);
}
.button-conversion .cv-button-darkgreen {
  background: linear-gradient(to bottom, rgba(87, 221, 6, 1), rgba(5, 170, 34, 1));
  border: 1px solid rgba(5, 170, 34, 1);
}
.conversion-box-right {
  position: relative;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  margin: 10px 0 0;
}
.conversion-box-right>a {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 13px 0;
  text-decoration: none;
  width: 100%;
}
.conversion-box-right>a>.icon-free {
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  margin: 0 -16px 0 8px;
  padding: 0 4px;
}
.button-conversion .cv-button-orange>a>.icon-free {
  color: #ff6012;
}
.button-conversion .cv-button-darkgreen>a>.icon-free {
  color: #05AA22;
}
.button-conversion .cv-button-darkgreen .cv-button-title {
  text-shadow: 1px 0px 4px rgba(5, 98, 22, 0.5);
}
.cv-button-subtext {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 3px 0 0 0;
  text-shadow: 1px 0 4px rgba(66, 89, 3, 0.5);
  width: 100%;
}
.button-conversion__tel {
  max-width: 25rem;
  margin: 0 auto;
}
.detail-fv .button-conversion__tel {
  margin: 0 auto 1.25rem auto;
}
.detail-cv__emergency {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  color: #232b39;
  text-decoration: none;
  font-size: .75rem;
  display: flex;
  justify-content: center;
  gap: 0 .625rem;
  align-items: center;
  margin: 0;
  text-align: center;
  padding: .6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  border-radius: .25rem;
  line-height: 1;
}
.detail-cv__emergency strong {
  display: flex;
  align-items: center;
  gap: 0 2px;
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: bold;
}
.detail-cv__emergency i {
  color: #05aa22;
}
.detail-cv__emergency i {
  font-size: 1.875rem;
}
.text-left {
  text-align: left;
}
#footer_fix .detail-cv__emergency {
  padding: .5rem 0;
}
#footer_fix .detail-cv__emergency strong {
  font-size: 1.125rem;
}
#footer_fix .detail-cv__emergency strong em{
  display: none;
}
#footer_fix .detail-cv__emergency strong span{
  color: #05aa22;
}

/* FV内　区画・販売価格をすべて見る：タグ */
.sp-meta .order__headingmeta--2,
.link_price {
  display: none;
}
.link_price {
  text-decoration: none;
}

/* FV内　住所のリンク色 */
.sp-meta .list-place>li a {
  color: unset;
  text-decoration: unset;
  font-weight: 400;
}

/* ＼霊園をご検討中の方はお早めに／ */
.detail-cv__note {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  background: linear-gradient(transparent 70%, #FFEE93 0%);
  display: inline;
  line-height: 1.45;
}

/* 見学予約専用ダイヤル */
.detail-cv__title {
  display: block;
  margin: 1.25rem 0 .875rem;
  text-align: center;
  width: 100%;
}
.detail-cv__title--element {
  font-size: 16px;
  position: relative;
  font-weight: bold;
  padding: 0 20px;
}
.detail-cv__title--element::before,
.detail-cv__title--element::after {
  content: "";
  display: block;
  background: #05AA22;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.detail-cv__title--element::before {
  left: 0;
}
.detail-cv__title--element::after {
  right: 0;
}

/* 中間CTA */
.detail-fv .button-conversion {
  border: none;
  text-align: center;
  margin: 0;
  width: 100%;
}
.inquirycta {
  margin: 2rem -.625rem;
}
.inquirycta-balloon {
  background: #03aa22;
  padding: 7px 14px;
  position: relative;
  text-align: center;
}
.inquirycta-balloon::before {
  background: #03aa22;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: calc(32px / 2);
  left: 50%;
  position: absolute;
  top: calc(100% - 4px);
  transform: translateX(-50%);
  width: 36px;
}
.inquirycta-catch {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.inquirycta-ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.inquirycta-contents {
  background: #fef6d9;
  margin: auto;
  padding: 1.375rem .625rem 1.25rem;
}
.inquirycta-list {
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
  gap: 8px 0;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}
.inquirycta-item {
  text-align: center;
  width: 100%;
}
.inquirycta-link-arrow {
  position: relative;
}
.inquirycta-link {
  align-items: center;
  background: #fff;
  border: 1px solid #03aa22;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  display: inline-flex;
  height: 48px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.inquirycta-modalbtn-list {
  display: flex;
  flex-flow: column wrap;
  gap: 16px 20px;
  justify-content: center;
  margin-top: 16px;
}
.inquirycta-modalbtn-item {
  width: 100%;
}
.inquirycta-modalbtn-inner {
  align-items: center;
  background: #fff;
  border: 1px solid #03aa22;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.inquirycta-link-arrow::before,
.inquirycta-link-arrow::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 12px;
    vertical-align: middle;
}
.inquirycta-link-arrow::before {
  border-right: 3px solid #03aa22;
  border-top: 3px solid #03aa22;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.inquirycta-link em,
.inquirycta-link i {
  margin-left: 11px;
}
.inquirycta-link em {
  background: #03aa22;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px;
  text-align: center;
}
.inquirycta-link span {
  color: #232b39;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 30px 0 8px;
}
.inquirycta-link i {
  color: #03aa22;
  font-size: 26px;
}
.inquirycta-modalbtn-img {
  display: block;
  height: 85px;
  object-fit: cover;
  width: 127px;
}
.inquirycta-modalbtn-text {
  padding: 0 20px 0 13px;
  text-align: left;
  width: calc(100% - 127px);
}
.inquirycta-modalbtn-ttl {
  color: #03aa22;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.inquirycta-modalbtn-detail {
  color: #232b39;
  font-size: 14px;
  font-weight: 400;
}

/* 口コミ */
.wrap_review_detail .list_review {
  padding-bottom: 1.25rem;
}
.wrap_review_detail .list_review .item_review {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0 28px;
  padding: 10px;
}
.block__review--character {
  line-height: 32px;
  margin: 0 0 30px;
  padding: 0;
  font-weight: 400;
  position: relative;
}
.block__review--character::before {
  position: absolute;
  left: 10px;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #05aa22;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #05aa22;
  font-family: Material Icons;
  content: "person";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.block__review--character::after {
  position: absolute;
  left: 0;
  top: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  content: "ご購入";
  line-height: 1;
  font-size: 0.6875rem;
  border: 1px solid #ccc;
  padding: 1px 0;
  text-align: center;
  width: 52px;
  box-sizing: border-box;
}
.block__review--character.visit::after {
  content: "見学/訪問";
}
.block__review--character.man::before {
  border: 1px solid #4373d9;
  color: #4373d9;
}
.block__review--character.woman::before {
  border: 1px solid #d94372;
  color: #d94372;
}
.block__review--character span {
  font-size: 0.8125rem;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  line-height: 1;
}
.block__review--character span:first-child {
  padding-left: 52px;
}
.wrap_review_detail .review_total {
  align-items: center;
  display: flex;
  line-height: 1;
  margin: -32px 0 10px 62px;
}
.review_top .review_total_ttl,
.wrap_review_detail .review_total_ttl {
  line-height: 1;
  margin: 0 10px 0 0;
}
.kuchikomi-star {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
}
.review_top .kuchikomi-star, .wrap_review_detail .kuchikomi-star {
  margin: 0;
}
.kuchikomi-star i {
  color: #ef7b00;
  font-size: 22px;
  margin: 0;
  vertical-align: text-bottom;
}
.wrap_review_detail .list_review .list_score {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.wrap_review_detail .list_review .list_score .item_score {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  text-align: center;
  min-width: 50px;
  flex: 1;
  max-width: 25%;
}
.wrap_review_detail .list_review .list_score .item_score .item {
  align-items: center;
  background: #f5f5f5;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.2;
  height: 2rem;
}
.wrap_review_detail .blk_type_price {
  margin-bottom: 20px;
  position: static;
}
.wrap_review_detail .blk_type_price .txt_price span {
  color: #d94372;
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 5px;
}
.wrap_more_check {
  visibility: hidden;
}
.item_review:first-child .wrap_more_content,
.detail_main #section-tree1 .wrap_more_content {
  height: auto;
}
.wrap_review_detail .list_review .item_review h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap_review_detail .list_review .item_review .txt_review {
  margin-bottom: 20px;
}
.helpful {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #05aa22;
  cursor: pointer;
  display: flex;
  font-size: .875rem;
  justify-content: center;
  line-height: 1;
  width: 10rem;
}
.more__content .helpful {
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}
.helpful__txt {
  align-items: center;
  border-right: 1px solid #05aa22;
  display: flex;
  height: 1.5rem;
  padding: 0 .5rem;
}
.helpful__txt::before {
  color: #05aa22;
  content: "\e8dc";
  font-family: Material Icons;
  font-size: 1.25rem;
  margin-right: .5rem;
}
.helpful__number {
  align-items: center;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.75rem;
}

/* 口コミ：コンパクトタイプ */
.section-voice {
  line-height: 1.5;
}
#kuchikomi-list {
  padding: 0 10px;
}
.kuchikomi {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  font-size: 13px;
  margin: 0 0 15px;
  text-align: left;
}
.kuchikomi-inner {
  padding-left: 38px;
}
.kuchikomi-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #05aa22;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #05aa22;
  font-family: Material Icons;
  content: "person";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.kuchikomi-star {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
}

/* 特徴 */
.wrap_more {
  box-sizing: border-box;
  position: relative;
}
.wrap_more_check {
  visibility: hidden;
}
.wrap_more {
  box-sizing: border-box;
  position: relative;
}
.wrap_more_content {
  height: 11rem;
  margin: 0;
  overflow: hidden;
}
.wrap_more_detail {
  height: 20rem;
  margin: 0 0 20px;
  overflow: hidden;
}
.wrap_more_content:before,
.wrap_more_detail:before {
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
}
.wrap_more_label {
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
  bottom: 0;
  color: #05aa22;
  cursor: pointer;
  display: flex;
  font-size: .875rem;
  height: 9rem;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.wrap_more_label.more_fee {
  background: #fff;
  bottom: 40px;
  height: 2rem;
}
.wrap_more_label::before {
  content: "もっと見る";
  margin-right: 4px;
}
.wrap_more_label::after {
  border-top: 2px solid #05aa22;
  border-left: 2px solid #05aa22;
  border-right: none;
  content: "";
  display: inline-block;
  height: 7px;
  margin-bottom: 8px;
  transform: rotate(225deg);
  vertical-align: text-bottom;
  width: 7px;
  right: auto;
  top: auto;
  position: relative;
}
.wrap_more_label.more_fee:after,
.wrap_more_label.more_access:after {
  margin-bottom: 5px;
}
.wrap_more_check:checked~.wrap_more_label {
  background: none;
  height: 1rem;
  position: static;
}
.wrap_more_check:checked~.wrap_more_label {
  display: none;
}
.section-card-area {
  margin: auto 15px;
}
.section-card-area ul {
  display: block;
  margin-bottom: 30px;
}
.section-card-area li {
  box-sizing: border-box;
  margin-bottom: 28px;
}
.section-card-area li:nth-child(odd) {
  padding: 0 20px 27px 0;
}
.section-card-area li:nth-child(even) {
  padding: 0 0 27px 20px;
}
.section-card-area figcaption {
  font-weight: 700;
  font-size: 17px;
  padding: 15px 0 17px 0;
  line-height: 1.7;
}

/* 特徴:#section-tree1の「もっと見る」を非表示にする */
/* 特徴:１つ目の口コミの「もっと見る」を非表示にする */
.item_review:first-child .wrap_more_label,
.detail_main #section-tree1 .wrap_more_label {
  height: auto;
}
.wrap_more_fee {
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.wrap_more_check:checked~.wrap_more_fee {
  margin: 0;
  height: auto;
}
.item_review:first-child .wrap_more_label,
.detail_main #section-tree1 label,
.item_review:first-child .more__label,
.item_review:first-child .more__label--review,
.wrap_more_check:checked~.more__label,
.wrap_more_check:checked~.more__label--review {
  display: none;
}

/* 概要 */
.section-detail {
  padding: 0;
}
.section-txt-area {
  line-height: 1.6;
  padding: 0 0 1.25rem;
}
.section-detail .map-box {
  width: 100%;
  display: inline-block;
  max-height: 50vh;
}
.detail-box {
  margin-top: 20px;
}
.wrap_more_check {
  visibility: hidden;
}

/* 概要：表 */
.txt-lead {
  display: none;
}

@media only screen and (min-width: 768px) {
  .section h3 {
    font-size: 18px;
  }
  /* FVのCTA */
  .detail-fv .button-conversion {
    border: solid 1px #ccc;
    margin: 0 auto;
  }
  /* 中間CTA */
  .inquirycta {
    margin: 2rem 0;
  }
  .inquirycta-balloon::before {
    height: calc(32px / 2);
    width: 43px;
  }
  .inquirycta-catch {
    margin-bottom: 3px;
  }
  .inquirycta-contents {
    padding: 1.375rem 0 1.25rem;
  }
  .inquirycta-list {
    align-items: center;
    display: flex;
    flex-flow: row;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 940px;
  }
  .inquirycta-item {
    width: 300px;
  }
  .inquirycta-modalbtn-list {
    flex-flow: row wrap;
  }
  .inquirycta-modalbtn-item {
    width: calc(50% - 10px);
  }
  .inquirycta-item:first-child:nth-last-child(4)>.inquirycta-link,
  .inquirycta-item:first-child:nth-last-child(4)~*>.inquirycta-link {
    padding: 5px 0;
  }
  .inquirycta-item:first-child:nth-last-child(4)>.inquirycta-link span,
  .inquirycta-item:first-child:nth-last-child(4)~*>.inquirycta-link span {
    line-height: 1.2;
    max-width: 150px;
  }
  .inquirycta-link span {
    font-size: 16px;
  }
  /* h2 */
  .txt-lead {
    background-color: #f5f5f5;
    border-bottom: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 特徴のもっと見る */
  .wrap_more_content {
    height: auto;
    overflow: visible;
  }
  .wrap_more_label {
    display: none;
  }
  .section-detail {
    padding: 0;
  }
  .section-txt-area {
    padding: 0 0 1.25rem 0;
  }
  .section-detail .map-box {
    display: inline-block;
    max-width: 1000px;
    max-height: 500px;
  }
  .wrap_review_detail .list_review .item_review {
    background: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 0 28px;
    padding: 0;
  }
  .wrap_review_detail .list_review .item_review .frame_border {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 40px;
    position: relative;
    width: 100%;
  }
  .wrap_review_detail .list_review .item_review .frame_border:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    left: 32px;
    margin-left: -16px;
    position: absolute;
    top: -20px;
    z-index: 2;
  }
  .wrap_review_detail .list_review .item_review .frame_border:after {
    border: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    content: "";
    left: 32px;
    margin-left: -17px;
    position: absolute;
    top: -22px;
    z-index: 1;
  }
  .block__review--character::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #05aa22;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    font-size: 24px;
    color: #05aa22;
    font-family: Material Icons;
    content: "person";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }
  .block__review--character::after {
    position: absolute;
    left: 34px;
    top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    content: "ご購入";
    line-height: 1;
    font-size: 0.75rem;
    border: 1px solid #ccc;
    padding: 2px 0;
    text-align: center;
    width: 60px;
    box-sizing: border-box;
  }
  .block__review--character {
    line-height: 32px;
    margin: 0 0 10px;
    padding-left: 60px;
    position: relative;
  }
  .wrap_review_detail .review_total {
    margin: 0 0 10px;
  }
  /* 特徴 */
  .section-card-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .section-card-area li {
    width: 50%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  /*中間のCTA*/
  .inquirycta-list {
    flex-flow: row wrap;
  }
  .inquirycta-modalbtn-img {
    height: 75px;
    width: 117px;
  }
}

/* ===== MOON_L1-6506 特徴：・概要 detail_other.cssとreien.cssから抜粋 ===== */
.section-txt-area p {
  margin-bottom: auto;
  font-size: 14px;
}
.detail-box dl {
  border: 1px solid #ccc;
  display: block;
  line-height: 1.5;
}
.detail-box dt {
  background: #efefef;
  padding: .75rem;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.detail-box dl dt .material-icons {
  font-size: 24px;
  margin-right: .25rem;
}
.detail-box dd {
  padding: .75rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.detail-box dt:last-of-type,
.detail-box dd:last-of-type {
  border-bottom: none;
}
.wrap_more_check:checked~.wrap_more_content,
.wrap_more_check:checked~.wrap_more_detail {
  display: block;
  height: auto;
}
.wrap_more_check:checked~.wrap_more_content:before,
.wrap_more_check:checked~.wrap_more_detail:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  /*特徴：・概要*/
  .section-txt-area p {
    font-size: 16px;
  }
  .detail-box dl,
  .wrap_more_check:checked~.wrap_more_detail {
    display: flex;
    flex-wrap: wrap;
  }
  .detail-box dl {
    display: flex;
    flex-wrap: wrap;
  }
  .detail-box dt {
    width: 20%;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
  }
  .detail-box dd {
    border-top: none;
    width: 80%;
    padding: 1rem;
  }
}

/* ===== MOON_L1-6506 detail.css ===== */
.cem-info__link {
  color: #0088ce;
  position: relative;
  z-index: 1;
}
.wrap_more_check:checked~.more__content,
.wrap_more_check:checked~.more__content--overview,
.wrap_more_check:checked~.more__content--ai {
  height: auto;
}
.more__content--overview {
  height: 22.875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.more__content {
  height: 11rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.wrap_more_check:checked~.more__content--overview {
  padding-bottom: 3.25rem;
}
.detail__overview,
.detail__ai,
.detail__price {
  position: relative;
}
.detail__price {
  width: 100%;
}
.item_review:first-child .more__content::before {
  content: none;
}
/* 口コミ */
.more__label--review {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #05aa22;
  bottom: .25rem;
  cursor: pointer;
  display: flex;
  font-size: .875rem;
  gap: 0 .25rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  z-index: 2;
}
.more__label--review::before {
  content: "続きを読む";
  color: #03aa22;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.more__label--review::after {
  color: #03aa22;
  content: "▼";
  display: inline-block;
  position: relative;
}
.more__label, .more__label--review {
  bottom: 0;
}
.detail__price .more__label {
  bottom: -2.375rem;
}
.item_review:first-child .more__content {
  height: auto;
}
.more__content.adjust-pb {
  padding-bottom: 1rem;
}
.link-kuchikomi,
.link-kuchikomi:hover,
.link-kuchikomi:visited {
  text-decoration: none;
}
.heading.detail-fv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto .625rem auto;
}
.detail-fv__ttl .blk_ttl_cemetery a,
.detail-fv__ttl .blk_ttl_cemetery a:hover,
.detail-fv__ttl .blk_ttl_cemetery a:visited {
  color: #05aa22;
}
.detail-fv__place a,
.detail-fv__place a:hover,
.detail-fv__place a:visited {
  color: #0088ce;
  padding-right: 5px;
}
.detail-fv__place {
  box-sizing: border-box;
  overflow-x: scroll;
}
.detail-fv__place li {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin: 0 0 5px 0;
  white-space: nowrap;
}
.detail-fv__place li:last-child {
  margin: 0;
}
.detail-fv__place .material-icons {
  color: #05aa22;
  margin-right: 2px;
  font-size: 24px;
}
/* fv 価格 */
.detail-fv__price {
  padding: 9px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.detail-fv__contents--price {
  margin: 0;
}
.detail-fv__title--price {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
}
.detail-fv__discription--price {
  margin: 0;
  padding: 10px 0 0 0;
}
.detail-fv__title--sub {
  color: #0088ce;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 20px;
  text-decoration: underline;
  position: relative;
}
.detail-fv__title--sub .material-icons {
  color: #05aa22;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.detail-fv__list--price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
}
.detail-fv__item--price {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 0 0;
}
.detail-fv__item--price span {
  color: #ff6011;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.detail-fv__item--price em {
  font-family: Roboto, sans-serif;
  font-size: 28px;
}
.detail-fv__item--price small {
  font-weight: normal;
}
.detail-fv__price .detail-fv__anchor {
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
/* fv バッジ */
.award_badge {
  height: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 53px;
  z-index: 1;
}
/* 見学カレンダー */
.section-calendar {
  margin: auto 10px 40px 10px;
}
.section-calseep {
  border: solid 2px #05aa22;
  margin: 24px -10px;
  padding: 0 10px 16px 10px;
  text-align: center;
  color: #404040;
}
.visit-calendar.section-calseep {
  box-sizing: border-box;
  margin: 34px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  color: #232B39;
  text-align: center;
}
.calseep__ttl {
  font-size: 16px;
  font-weight: bold;
  background-color: #05aa22;
  color: #fff;
  margin: 0 -10px 12px;
  padding: 2px 0;
}
.visit-calendar .calseep__ttl {
  padding: 6px 0 4px;
  background-color: #FEF6D9;
  border-radius: 5px 5px 0 0;
  color: inherit;
}
.calseep__calendar {
  margin: 5px 0 16px;
}
.calseep__week {
  display: flex;
  width: 100%;
}
.calseep__week li {
  width: calc(100% / 7);
  padding: 5px 0;
}
.calseep__days {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.visit-calendar .calseep__days {
  border-bottom: solid 1px #ccc;
}
.calseep__days a {
  width: calc(100% / 7);
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-bottom: none;
  border-right: none;
  height: 56px;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}
.visit-calendar .calseep__days a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  padding: 0;
}
.visit-calendar .calseep__days a p {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.calseep__today p span {
  font-size: 14px;
}
.visit-calendar .calseep__explanation, .visit-calendar .calseep__explanation>div {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.visit-calendar .calseep__explanation p.calseep__tel, .visit-calendar .calseep__explanation span.calseep__circle {
  margin-top: 0;
  margin-right: 4px;
}
.visit-calendar .calseep__explanation>div:not(:last-child) {
  margin-right: 16px;
}
.visit-calendar .calseep__today p.calseep__tel {
  font-size: 16px;
}
.visit-calendar .calseep__days a:nth-child(n+8) {
  display: none;
}
.visit-calendar .calseep__week .sat, .visit-calendar .calseep__days .sat, .visit-calendar .calseep__set .sat {
  color: #1F63F7;
}
.visit-calendar .calseep__week .sun, .visit-calendar .calseep__days .sun, .visit-calendar .calseep__set .sun {
  color: #F64539;
}
.visit-calendar .calseep__days a p, .visit-calendar .calseep__set a p, .visit-calendar .calseep__set div p {
  text-decoration: underline;
}
.visit-calendar span.calseep__circle {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px auto 0;
  border: solid 2px #0088ce;
  border-radius: 50%;
  text-decoration: none;
  width: 12px;
  height: 12px;
}
.visit-calendar .calseep__explanation {
  margin-top: 10px;
}
.visit-calendar .calseep__explanation,
.visit-calendar .calseep__explanation>div {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.visit-calendar .calseep__explanation>div:not(:last-child) {
  margin-right: 16px;
}
.visit-calendar .calseep__explanation p.calseep__tel,
.visit-calendar .calseep__explanation span.calseep__circle {
  margin-top: 0;
  margin-right: 4px;
}
.visit-calendar .calseep__today p.calseep__tel {
  text-decoration: none;
  font-weight: 600;
}
.calseep__today p.calseep__tel {
  color: #05aa22;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.calseep__form {
  border-bottom: 1px solid;
  padding-bottom: 2px;
  color: #0088ce;
  text-decoration: none;
}
.calseep__today p span {
  font-size: 12px;
}
.visit-calendar .calseep__today div p {
  text-decoration: none;
}
/* 概要 */
.more__label--overview {
  bottom: -.3rem;
}
.more__content--overview {
  height: 22.875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.more__content::before,
.more__content--overview::before {
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, #fff 35.58%, rgba(255, 255, 255, 0.90) 67.79%, rgba(255, 255, 255, 0.80) 87.98%, rgba(255, 255, 255, 0.09) 100%);
  height: 4.125rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.text__overview {
  line-height: 1.6;
  margin: 0;
}
.text__overview,
.more__content--ai,
.text__overview p,
.more__content--ai p {
  font-size: .875rem;
}
.section .text__overview h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.more__content--ai.is-open {
  height: auto;
  margin: .875rem 0;
}
.text__overview p,
.more__content--ai p {
  margin: 0 0 .625rem;
}
.text__overview,
.more__content--ai,
.text__overview p,
.more__content--ai p {
  font-size: .875rem;
}
.blk_staff {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px auto;
  max-width: 980px;
  padding: 0 10px;
}
.more__content--overview .blk_staff {
  margin: 1.875rem auto 0;
}
.blk_staff figure {
  margin-right: 20px;
  max-width: 80px;
  min-width: 48px;
  width: 17%;
}
.blk_staff .comment-txt {
  width: auto;
  position: relative;
  background: #edf5e2;
  padding: 10px 20px;
}
.blk_staff .comment-txt h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blk_staff .comment-txt p {
  font-size: 14px;
}
.blk_staff .comment-txt:after {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.blk_staff .comment-txt:after {
  border-color: rgba(237, 246, 227, 0);
  border-right-color: #edf5e2;
  border-width: 15px;
  margin-top: -15px;
}
/* AIが解説 */
.detail__ai {
  border: #ccc solid 1px;
  border-radius: .5rem;
  box-sizing: border-box;
  margin: 2rem .625rem 2.125rem;
  padding: 1.125rem 1rem 1.25rem;
}
.ttl__ai {
  align-items: center;
  display: flex;
  font-size: 1rem;
  margin: 1.125rem 0;
}
.detail__ai .ttl__ai {
  margin: 0 0 .875rem;
}
.faq__icon--ai {
  margin-right: .375rem;
  height: 1.875rem;
  width: 1.875rem;
}
.faq__icon--test {
  background: #efefef;
  border-radius: 0.125rem;
  color: #666;
  display: inline-block;
  font-size: .875rem;
  height: 1.25rem;
  line-height: 1.5;
  margin-left: .875rem;
  padding: 0 .375rem;
}
.ttl__h3--ai {
  color: #03aa22;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin: 0 0 .25rem;
}
.item__ai {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 .125rem;
  padding: 0 0 0 1rem;
  position: relative;
}
.item__ai::before {
  content: "";
  background: #03aa22;
  border-radius: 50%;
  display: inline-block;
  height: .625rem;
  width: .625rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.more__label--ai {
  bottom: 3.25rem;
}
.more__label, .more__label--overview, .more__label--ai {
  align-items: center;
  background: #fff;
  border: #03aa22 solid 1px;
  border-radius: 1.25rem;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  gap: 0 .5rem;
  height: 2rem;
  justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 9.375rem;
  z-index: 2;
}
.more__label::before,
.more__label--overview::before,
.more__label--ai::before {
  content: "続きを読む";
  color: #03aa22;
  font-size: .875rem;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.more__label::after,
.more__label--overview::after,
.more__label--ai::after {
  border-top: 2px solid #03aa22;
  border-left: 2px solid #03aa22;
  content: "";
  display: inline-block;
  height: .4375rem;
  margin-bottom: 5px;
  transform: rotate(225deg);
  width: .4375rem;
  position: relative;
}
.wrap_more_check:checked~.more__label--overview::before,
.wrap_more_check:checked~.more__label--ai::before {
  content: "閉じる";
}
.wrap_more_check:checked~.more__label--overview::after,
.wrap_more_check:checked~.more__label--ai::after {
  top: .35rem;
  transform: rotate(45deg);
}
.ai__note {
  color: #666;
  font-size: .75rem;
  line-height: normal;
  margin: 0 .625rem;
}
.ai__note a, .ai__note a:hover, .ai__note a:visited {
  color: #666;
}
/* 口コミをAIが要約 */
.review-summary {
  background: #fdfff3;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 0 0 1.75rem;
  padding: .625rem;
}
.section .review-summary__title {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: .5rem;
}
.review-summary__icon {
  margin-right: .5rem;
  height: 1.875rem;
  width: 1.875rem;
}
.review-summary__list {
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  gap: .5rem;
}
.review-summary__term {
  align-items: center;
  background: #05aa22;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  height: 1.6875rem;
  justify-content: center;
  width: 2.875rem;
}
.review-summary__desc {
  line-height: 1.5;
  width: calc(100% - 3.375rem);
}
.review-summary__desc strong {
  color: #05aa22;
  font-weight: bold;
}
 /* よくある質問 AIが解説 */
.list__faq--detail {
  margin: 0;
}
.faq__ttl--dt {
  color: #049a2a;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.111;
  padding-left: 2rem;
  position: relative;
}
.faq__ttl--dt::before {
  background: #049a2a;
  border-radius: .375rem;
  color: #fff;
  content: 'Q';
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 1.375rem;
  left: 0;
  line-height: 1.45;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
}
.faq__description--dd {
  font-size: .875rem;
  line-height: 1.42;
  margin: .375rem 0 1.625rem;
}
/* ハンドブック */
.conversion-pdf {
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
  padding: 10px 5px;
  position: relative;
}
.conversion-pdf_wrap {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.conversion-pdf_img {
  margin: 0;
  flex-shrink: 0;
}
.conversion-pdf_img img {
  height: auto;
  margin: 0 10px 0 32px;
  max-width: 96px;
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
}
.conversion-pdf_img p {
  background: no-repeat 1px 0 / 68px auto url(../img/balloon.png);
  font-size: 14px;
  height: 68px;
  left: 5px;
  line-height: 1.4;
  padding: 14px 0 0;
  position: absolute;
  top: 5px;
  width: 68px;
}
.conversion-pdf_txt {
  width: calc(100% - 140px);
}
.conversion-pdf_ttl {
  color: #05aa22;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
.conversion-pdf_subtxt {
  font-size: .875rem;
  font-weight: bold;
}
.conversion-pdf .button_conversion-pdf {
  width: 100%;
}
.button_conversion-pdf {
  background: linear-gradient(to bottom, rgba(87, 221, 6, 1), rgba(5, 170, 34, 1));
  border-radius: 5px;
  border: 1px solid rgba(5, 170, 34, 1);
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: auto;
  margin: 0;
}
.button_conversion-pdf a {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}
.button_conversion-pdf .cv-button-title {
  font-size: 22px;
}
.button_conversion-pdf .icon-free {
  background-color: #fff;
  border-radius: 2px;
  color: #05aa22;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  padding: 0 5px;
  transform: translateY(-3px);
}
.regist.txtC.button_conversion-pdf.hakajimai_cta {
  background: linear-gradient(to bottom, rgb(255, 119, 0), rgb(225 105 0));
  border-radius: 5px;
  border: 1px solid rgb(207 98 3);
}
.regist.txtC.button_conversion-pdf.hakajimai_cta .icon-free {
  color: #cf6203;
}
.conversion-pdf_ttl.hakajimai_cta {
  color: rgb(255, 119, 0);
}
.cv-button-subtext {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 3px 0 0 0;
  text-shadow: 1px 0 4px rgba(66, 89, 3, 0.5);
  width: 100%;
}
/* 販売中の区画 - 墓所価格 / 費用目安 */
#ttl-price h3.ttl__h3--cemetery {
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 2em;
  background: #f9fff0;
  font-size: 1rem;
  padding: 1rem .625rem;
  line-height: 1;
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-left: #ccc solid 1px;
  color: #0088ce;
}
#ttl-price h3.ttl__h3--cemetery:last-of-type {
  border-bottom: #ccc solid 1px;
}
#ttl-price h3.ttl__h3--cemetery .material-symbols-outlined {
  font-variation-settings:
  'wght' 300
}
#ttl-price h3.ttl__h3--cemetery .material-symbols-outlined {
  transform: translateY(-50%);
  color: #0088ce;
  position: absolute;
  right: 0;
  font-size: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .2s;
}
#ttl-price h3.ttl__h3--cemetery.is-open .material-symbols-outlined{
  transform: translateY(-50%) rotate(180deg);
}
.count__cemetery--price {
  color: #232b39;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: .875rem;
  font-weight: bold;
}
.count__cemetery--price em{
  color: #c33d64;
}
.list_detail_cemetery_price {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  color: #232b39;
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.list_detail_cemetery_price:last-of-type {
  border-bottom: #ccc solid 1px;
}
.wrap_more_fee .list_detail_cemetery_price {
  border-top: none;
  border-bottom: none;
}
.price__contents {
  padding: 1rem;
  font-size: .875rem;
  line-height: 1.5;
}
.price__contents strong{
  font-weight: bold;
}
.price__lead {
  margin: 0 0 1.25rem;
  width: 100%;
}
.list_detail_cemetery_price h4 {
  font-size: 0.875rem;
  color: #0088ce;
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 0;
  overflow: hidden;
}
.is__space--price {
  padding-bottom: 2.5rem;
}
.price__description {
  margin-top: 1.25rem;
}
.price__description p {
  margin-bottom: 1.25rem;
}
.price__description p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .heading.detail-fv {
    margin: 0 auto .25rem auto;
  }
  #ttl-price h3.ttl__h3--cemetery {
    font-size: 1.25rem;
    padding: 1rem 1.25rem;
  }
  #ttl-price h3.ttl__h3--cemetery:last-of-type {
    border-bottom: none;
  }
  .price__inr--foreach {
    padding: 1rem;
  }
  .price__contents {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .price__figure {
    width: 41.4%;
  }
  .price__description {
    margin: 0;
    box-sizing: border-box;
    width: 55.69%;
    padding: 0 0 0 1.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .price__contents {
    font-size: 1rem;
    display: block;
  }
  .price__lead {
    text-align: center;
  }
  .price__figure {
    width: 60%;
    margin: 0 auto;
  }
  .price__description {
    width: auto;
    padding: 1.25rem 0 0 0;
  }
}

.price_tag {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 9px -5px;
}
.price_tag .tag_item {
  margin-left: 5px;
  margin-top: 5px;
}
.price_tag .tag_item p {
  padding: 2px 5px;
  font-size: 0.8125rem;
  color: #05AA22;
  line-height: 1.5;
  border: 1px solid #05AA22;
  border-radius: 2px;
}
.list_detail_cemetery_price .price_indication {
  margin-bottom: 4px;
  font-size: .875rem;
  line-height: 1.5;
}
.list_detail_cemetery_price .price_indication .price_value {
  position: relative;
  font-size: .875rem;

}
.list_detail_cemetery_price .price_indication .price_value::after {
  color: #232b39;
  content: "〜";
  position: absolute;
  right: -1rem;
  top: 50%;
  font-size: .875rem;
  transform: translateY(-50%);
}
.list_detail_cemetery_price .price_indication .price_value em {
  color: #d94372;
  font-size: 1.25rem;
  font-weight: bold;
}
.list_detail_cemetery_price .link_card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_detail_cemetery_price .link_card::after {
  content: "\e5e1";
  font-family: Material Icons;
  position: absolute;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0088ce;
  font-size: 1.5rem;
}
.cem__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: .625rem 0 0 0;
}
.cem__item--wide {
  align-items: center;
  width: 100%;
  display: flex;
  margin-bottom: .25rem;
}
.cem__item {
  align-items: center;
  display: flex;
}
.cem__item--wide dt,
.cem__item dt {
  background: #f5f5f5;
  font-weight: bold;
  font-size: .875rem;
  line-height: 1.5rem;
  height: 1.5rem;
  width: 5.125rem;
  text-align: center;
}
.cem__item--wide dd,
.cem__item dd {
  font-size: .875rem;
  padding: .125rem .625rem;
}
.cem__item dd {
  box-sizing: border-box;
  width: calc(100% - 5.125rem);
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cem__item--wide {
    margin-bottom: .625rem;
  }
}
.modal__cemetery-price {
  width: 100%;
  font-size: 15px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
.modal__cemetery-price:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}
.modal__cemetery-price .modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.modal__cemetery-price {
  width: 100%;
  font-size: 15px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
.modal__cemetery-price .modal__container {
  display: flex;
  flex-direction: column;
  width: 94%;
  max-height: 92%;
  max-width: 800px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 103;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__cemetery-price:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}
.modal__cemetery-price::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal__cemetery-price .modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  height: 48px;
  min-height: 48px;
  position: relative;
  text-align: center;
}
.modal__cemetery-price .modal__body {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  line-height: 1.5;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(5, 170, 34, 0.75) rgba(5, 170, 34, 0.25);
}
.modal__cemetery-price .modal__footer {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #ccc;
}
.modal__cemetery-price .modal__close {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  color: #ccc;
}
.modal__cemetery-price .modal__close:before {
  color: #ccc;
  content: "";
  font-family: Material Icons;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  right: 0;
}
.modal__cemetery-price .modal__header h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
}
.modal__cemetery-price .modal__body figure {
  width: 100%;
  max-height: 200px;
  margin-bottom: 10px;
  background: #ECF4E1;
}
.modal__cemetery-price .modal__body figure img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}
.modal__cemetery-price .blk_price_indication {
  width: 100%;
}
.modal__cemetery-price .modal__body h3 {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.5;
}
.modal__cemetery-price .box_price_indication {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
.modal__cemetery-price .blk_price_empty {
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
  background: #ECF4E1;
  border-radius: 5px;
}
.modal__cemetery-price .blk_price_empty p {
  font-size: 0.875rem;
  line-height: 1.3;
}
.modal__cemetery-price .blk_price_empty em {
  font-weight: bold;
}
.modal__cemetery-price dl {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal__cemetery-price dl * {
  box-sizing: border-box;
}
.modal__cemetery-price dl dt {
  background: #F5F5F5;
  border-top: 1px solid #ccc;
  letter-spacing: -0.03em;
}
.modal__cemetery-price dl dt,
.modal__cemetery-price dl dd {
    width: 100%;
    padding: 4px 10px;
}
.modal__cemetery-price dl dd em {
    font-weight: bold;
}
.modal__cemetery-price .price_indication .price_value {
  color: #D94372;
}
.modal__cemetery-price .price_indication span {
  font-size: 1rem;
}
.modal__cemetery-price .price_indication span em {
  font-size: 1.25rem;
  font-weight: bold;
}
.modal__cemetery-price .modal__footer {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #ccc;
}
.modal__cemetery-price .modal__footer .button-conversion {
  box-sizing: border-box;
  margin: 10px;
  text-align: center;
}
.modal__cemetery-price .modal__footer div.button-conversion .cvbtn-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 10px;
}
.modal__cemetery-price .modal__footer .button-conversion .regist {
  width: 100%;
  height: auto;
}
.button-conversion .cv-button-darkgreen {
  background: linear-gradient(to bottom, rgba(87, 221, 6, 1), rgba(5, 170, 34, 1));
  border: 1px solid rgba(5, 170, 34, 1);
}
.button-conversion .cv-button-orange {
  background: linear-gradient(to bottom, rgb(255, 170, 0), rgb(255, 119, 0));
  border: 1px solid rgb(255, 119, 0);
}
.conversion-box-right {
  position: relative;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  margin: 10px 0 0;
}
.conversion-box-right>a {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 13px 0;
  text-decoration: none;
  width: 100%;
}
.modal__cemetery-price .button-conversion .cvBtn-4569 .conversion-box-right .cv-button-title {
  font-size: 20px;
}
.list_detail_cemetery_price .txt_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0 0;
  color: #05aa22;
  font-size: 14px;
  text-decoration: underline;
}
.list_detail_cemetery_price .txt_link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 2px solid #05aa22;
  border-right: 2px solid #05aa22;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: text-bottom;
}
/* 【無料】個別相談実施中！【無料】送迎実施中！ */
.modal__header--type {
  border-bottom: solid 1px #dcdcdc;
}
.inquirycta-modal__header--type {
  height: auto;
  line-height: normal;
}
.section h2.inquirycta-modal__ttl {
  border-bottom: none;
  font-weight: 600;
  margin: 12px auto;
  padding: 0;
  text-align: center;
}
.modal__header--type .btn-close {
  cursor: pointer;
  display: inline-table;
  line-height: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.modal__header--type .btn-close i.material-icons {
  border: solid 1px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 24px;
  height: 24px;
  margin: 12px;
  text-align: center;
  width: 24px;
}
.modal__inr--type {
  overflow-y: scroll;
}
.inquirycta-modal__content {
  height: 80%;
  margin: auto;
  padding: 17px 13px 33px;
  text-align: center;
  max-width: 600px;
}
.inquirycta-modal__subttl:nth-of-type(1) {
  margin-bottom: 17px;
}
.inquirycta-modal__merit-ttl {
  font-size: 14px;
}
.inquirycta-modal__merit-list {
  background: #fef6d9;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 12px 30px;
  box-sizing: border-box;
}
.inquirycta-modal__merit-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 1em;
  text-align: left;
}
.inquirycta-modal__table {
  margin: 0 auto 25px;
}
.inquirycta-modal__table-content {
  display: flex;
}
.inquirycta-modal__table-label {
  background: #eee;
  font-weight: 600;
  width: 120px;
}
.inquirycta-modal__table-detail, .inquirycta-modal__table-label {
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: -1px;
  padding: 4px 7px;
  text-align: left;
  box-sizing: border-box;
}
.inquirycta-modal__table-detail {
  margin-left: -1px;
  width: calc(100% - 120px);
}
.inquirycta-modal__subttl:nth-of-type(2) {
  margin-bottom: 5px;
}
.inquirycta-modal__present {
  background: #ecf4e1;
  border: 2px solid #ccc;
  margin: 0 auto 80px;
  padding: 10px 6px 6px;
  box-sizing: border-box;
}
.inquirycta-modal__present-text {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: center;
}
.inquirycta-modal__present-text strong {
  font-weight: 600;
  display: block;
}
.inquirycta-modal__present-text em {
  font-size: 20px;
}
.inquirycta-modal__present-link {
  color: #03aa22;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-decoration-line: underline;
}
.modal__footer--type {
  align-items: center;
  background: #fff;
  border-top: 1px solid #ccc;
  bottom: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  left: 0;
  padding: 12px 13px;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
.inquirycta-modal__nav-close {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  max-width: 99px;
  padding: 17px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.inquirycta-modal__nav-link {
  background: linear-gradient(180deg, #fa0 0%, #f70 100%);
  border: 1px solid #f70;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(102, 48, 0, 0.50);
  display: inline-block;
  max-width: 208px;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.inquirycta-modal__nav-link span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-shadow: 1px 0 4px rgba(156, 83, 2, 0.50);
}
/* お墓の種類の特徴 */
.blk_search_link .input_trigger_link:checked~.list_link {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  margin: 10px 20px 10px;
}
.blk_search_link .input_trigger_link:checked~.list_link.list_inr--type {
  margin: 10px;
  padding: 0;
}
.list_inr--type .list_inr--type--txt {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
.list_inr--type .list_inr--type--txt figure {
  display: block;
  margin: 10px 0 0 10px;
  float: right;
  width: 30%;
}
.blk_search_link h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.list_inr--type .list_inr--type--txt h4 {
    font-size: 15px;
}
.list_inr--type .list_inr--type--txt h4::before {
  content: "■";
  color: #03aa22;
  margin-right: 5px;
}
.list_inr--type .list_inr--type--txt h4 span {
  display: inline-block;
  font-size: 11px;
  position: relative;
  padding: 0 0 0 5px;
  font-weight: normal;
}
.list_inr--type .list_inr--type--txt p {
  font-size: 13px;
  padding: 5px 0 0;
  line-height: 1.5;
}
.list_inr--type .list_inr--type--txt strong {
  font-weight: bold;
}
/* [霊園名]霊園・墓地に関するよくある質問 */
.blk_search_link .input_trigger_link:checked~.list_link.list_inr--type {
  margin: 10px;
  padding: 0;
}
.art_faq .cont_faq {
  margin-bottom: 16px;
  padding-left: 30px;
}
.art_faq .cont_faq dt {
  color: #05aa22;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.art_faq .cont_faq dt::before {
  background: #05aa22;
  color: #fff;
  content: 'Q';
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 5px 5px 0 -30px;
  position: absolute;
  text-align: center;
  width: 22px;
}
.art_faq .cont_faq dd {
  font-size: .875rem;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
}
.art_faq .cont_faq dd::before {
  background: #ecf4e1;
  color: #05aa22;
  content: 'A';
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin: 0 8px 0 -30px;
  position: absolute;
  text-align: center;
  width: 22px;
}
.list_inr--type .list_inr--type--ul {
  margin-top: 10px;
}
.blk_search_link .list_link li {
  padding: 0 0 10px;
  width: 50%;
}
.list_inr--type .list_inr--type--ul li {
  width: 100% !important;
  letter-spacing: -0.05em !important;
  padding: 0 0 10px !important;
}
@media only screen and (min-width: 768px) {
  .detail-fv__ttl .blk_ttl_cemetery a,
  .detail-fv__ttl .blk_ttl_cemetery a:hover,
  .detail-fv__ttl .blk_ttl_cemetery a:visited {
    color: #0088ce;
  }
  .detail-fv__place {
    margin: 16px 0 0 0;
  }
  .detail-fv__place li {
    font-size: 16px;
    width: 320px;
  }
  .detail-fv__place li {
    font-size: 16px;
    width: 320px;
  }
  /* fv 価格 */
  .detail-fv__price {
    background: #f8f7f5;
    margin: 16px 0 0 0;
  }
  /* 地図アイコン */
  .heading-map {
    border: 1px solid #ccc;
    float: none;
    height: 64px;
    right: 10px;
    top: 0;
    width: 64px;
  }
  .heading-map p {
    font-size: 16px;
    margin: 42px 0 0;
  }
  /* fv バッジ */
  .award_badge {
    margin: 0 10px 0 0;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 53px;
  }
  /* sp価格 */
  .fv__price--sp {
    display: none;
  }
  /* 見学カレンダー */
  .visit-calendar.section-calseep {
    margin: 0 auto;
    max-width: 1000px;
  }
  .visit-calendar .calseep__ttl {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 16px;
  }
  .visit-calendar .calseep__calendar {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
  }
  .calseep__set {
    display: flex;
    height: 96px;
  }
  .calseep__set li {
    width: calc(100% / 14);
    border-bottom: solid 1px #ccc;
  }
  .visit-calendar .calseep__set li,
  .visit-calendar .calseep__set li>p,
  .visit-calendar .calseep__set li:last-child {
    border: none;
  }
  .calseep__set li>p {
    padding: 3px 0;
  }
  .calseep__set li>a {
    color: inherit;
    text-decoration: none;
  }
  .visit-calendar .calseep__set li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-height: 64px;
  }
  .visit-calendar .calseep__today div,
  .visit-calendar .calseep__set li>a {
    border: solid 1px #ccc;
    border-right: none;
  }
  .calseep__set li>a>p {
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 0;
  }
  .visit-calendar .calseep__today div p,
  .visit-calendar .calseep__set li>a>p {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .calseep__set li>a>p,
  .calseep__today div p {
    font-family: 'Arial', sans-serif;
  }
  .visit-calendar .calseep__explanation, .visit-calendar .calseep__explanation>div {
    font-size: 14px;
  }
  .calseep__today div {
    padding: 11px 0;
  }
  /* 概要 */
    .more__label,
    .more__label--review,
    .more__label--overview,
    .more__label--ai,
    .wrap_more_check:checked~.more__label--overview {
    display: none;
  }
  .more__content,
  .more__content--overview,
  .more__content--ai {
    height: auto;
  }
  .more__content::before,
  .more__content--overview::before {
    content: none;
  }
  .text__overview,
  .more__content--overview.is-open .text__overview {
    margin: 0;
  }
  .text__overview,
  .more__content--ai,
  .more__content--ai p,
  .text__overview p {
    font-size: 1rem;
  }
  .text__overview,
  .more__content--ai,
  .more__content--ai p,
  .text__overview p {
    font-size: 1rem;
  }
  .more__content--overview .blk_staff {
    margin: 2.5rem auto 0;
  }
  /* AIが解説 */
  .detail__ai {
    max-width: 1000px;
    margin: 2.25rem auto 0;
    padding: 1.875rem;
  }
  .ttl__ai {
    font-size: 1.125rem;
    margin: 1.5rem 0;
  }
  .detail__ai .ttl__ai {
    margin: 0 0 1.5rem;
  }
  .item__ai {
    font-size: 1rem;
    line-height: 1.31;
    margin: 0 0 .375rem;
  }
  .ttl__h3--ai {
    font-size: 1.125rem;
    line-height: normal;
    margin: 0 0 .25rem;
  }
  .more__content--ai, .more__content--ai.is-open {
    margin: 1.25rem 0;
  }
  .ai__note {
    font-size: .875rem;
    margin: 0;
  }
  /* 口コミをAIが要約 */
  .review-summary {
    margin: 0 0 1.75rem;
    padding: 1.25rem 2.5rem;
  }
  .review-summary__list {
    font-size: .9375rem;
  }
  .review-summary__term {
    width: 4rem;
  }
  .review-summary__desc {
    width: calc(100% - 4.5rem);
  }
  .review-summary__desc strong {
    color: #05aa22;
    font-weight: bold;
  }
  /* よくある質問 AIが解説 */
  .list__faq--detail {
    margin: 0;
  }
  .faq__ttl--dt {
    font-size: 1.125rem;
  }
  .faq__description--dd {
    font-size: 1rem;
    line-height: 1.25;
    margin: .375rem 0 1.25rem;
  }
  /* ハンドブック */
  .conversion-pdf {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px;
    margin: 20px 0;
    width: 100%;
  }
  .conversion-pdf_wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .conversion-pdf_img {
    margin-right: 15px;
  }
  .conversion-pdf_img img {
    height: 104px;
    margin-left: 48px;
    width: 112px;
  }
  .conversion-pdf_img p {
    background-size: 80px auto;
    font-size: 1rem;
    height: 80px;
    left: 10px;
    padding-top: 16px;
    width: 80px;
  }
  .conversion-pdf_txt {
    width: 100%;
    margin-bottom: 5px;
  }
  .conversion-pdf_ttl {
    font-size: 26px;
  }
  .conversion-pdf_subtxt {
    font-size: 18px;
  }
  .conversion-pdf .button_conversion-pdf {
    height: 64px;
    margin-bottom: 8px;
    width: 284px;
  }
  /* お墓の購入からご納骨までの流れ */
  .section__flow {
    max-width: 1000px;
    margin: 2.5rem auto;
  }
  /* お墓の種類の特徴 */
  .list_inr--type .list_inr--type--txt figure {
    width: 200px;
  }
  .list_inr--type .list_inr--type--txt p {
    font-size: 14px;
    line-height: 1.6;
  }
  /* [霊園名]霊園・墓地に関するよくある質問 */
  .blk_search_link .list_link li a {
    background: url(/responsive/img/arw-bl.png) no-repeat left center;
    color: #076baf;
    margin-bottom: 5px;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  /* fv 価格 */
  .detail-fv__place {
    width: 32%;
  }
  /* 地図アイコン */
  .heading-map {
    right: 0;
  }
  /* 目安 */
  .button-conversion .conversion-box-right, .button-conversion .cvBtn-4569 .conversion-box-right, .button-conversion .cvBtn-4569 .conversion-box-right.cv-button-orange, .detail__other-review .heading.detail-fv .regist, .button-conversion .conversion-box-right {
    width: 400px;
    margin: 0;
  }
  .detail__ai {
    margin: 2.25rem 1.25rem 0;
  }
  .more__content--overview .blk_staff {
    margin: 2.5rem 1.25rem 0;
  }
}
/* 横スライダータイプ */
/* いいお墓おすすめの霊園 */
/* 最近見た霊園 */
/* 東京都の公営霊園 */

/* カード */
.section-item .inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}
.scroll_bar_x {
  padding-bottom: 15px;
  overflow-x: scroll;
}
.card_row_list {
  display: flex;
  overflow-x: scroll;
}
.card_row_item {
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  position: relative;
  width: 240px;
}
.card_row_item:not(:first-child) {
  margin-left: 13px;
}
.card_row_img {
  margin: 5px;
  max-height: 120px;
}
.card_row_img img {
  height: 100%;
  object-fit: cover;
}
.card_row_body {
  line-height: 1.4;
  margin: 5px 10px 10px;
}
.card_row_ttl_wrap .card_row_ttl {
  color: #0088ce;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  text-decoration: underline;
}
.card_row_body .card_row_address {
  font-size: .875rem;
}
.blk_rating {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2px;
}
.icon_stars {
  display: flex;
  letter-spacing: -.15rem;
  margin-right: 8px;
}
.icon_stars i {
  color: #ff7700;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.3;
}
.blk_rating .point_rating {
  align-items: baseline;
  display: inline-flex;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
  margin-right: 6px;
}
.blk_rating .point_rating em {
  font-size: 1.125rem;
  font-weight: bold;
}
.card_row_price .price_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.card_row_price .card_row_tag {
  border-radius: 3px;
  border: 1px solid #05aa22;
  color: #05aa22;
  font-size: .875rem;
  line-height: 1.3;
  padding: 1px 5px;
}
.card_row_price .card_row_price_txt {
  font-size: .875rem;
}
.card_row_price .card_row_price_txt em {
  color: #c33d64;
  font-size: 1.125rem;
  font-weight: bold;
}
.card_row_link {
  background: #ecf4e1;
  border-radius: 0px 0px 5px 5px;
  margin-top: auto;
  padding: 6px;
}


.card_link_overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.scroll_bar_x::-webkit-scrollbar {
  height: 5px;
}

.scroll_bar_x::-webkit-scrollbar-track {
  background-color: rgba(5, 170, 34, 0.15);
}

.scroll_bar_x::-webkit-scrollbar-thumb {
  background-color: rgba(5, 170, 34, 0.4);
}
@media only screen and (min-width: 768px) {
  .ttl__h2--pr span {
    font-size: .875rem;
  }
  /*　カード　*/
  .section-item .inner {
    padding: 0;
    margin-bottom: 20px;
  }
}

/* 人気の特集 */
.list__scroll--cemetery {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px 0;
}
.list__scroll--cemetery ul {
  display: flex;
}
.list__scroll--cemetery ul li {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  max-width: 242px;
  padding: 10px;
  position: relative;
}
.list__scroll--cemetery ul.list_recommend figure {
  height: 90px;
  width: 120px;
}
.list__scroll--cemetery ul.list_recommend li figure img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  transition: .3s all;
}
.list__scroll--cemetery ul.list_recommend .list__scroll--cemetery--pr--inr {
  margin-bottom: 0;
}

.detail_main h3.ttl__name--cemetery {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 48px;
}
.list__scroll--cemetery ul li p {
  font-size: 13px;
  margin: 5px 0 0 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  line-height: 1.3;
}
.list__scroll--cemetery ul li a.anchor__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.list__scroll--cemetery ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list__scroll--cemetery ul li:first-child,
.list__scroll--cemetery ul li:first-child {
  margin: 0 0 0 10px;
}
.list__scroll--cemetery::-webkit-scrollbar {
  height: 6px;
}
.list__scroll--cemetery::-webkit-scrollbar-track {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
  box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
}

.list__scroll--cemetery::-webkit-scrollbar-thumb {
  background: rgba(5, 170, 34, .5);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
  box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
}
@media only screen and (min-width: 768px) {
  .list__scroll--cemetery ul li {
    padding: 9px;
  }
  .list__scroll--cemetery ul.list_recommend li:first-child {
    margin: 0 .3% 0 .5%;
    max-width: 160px;
  }
  .list__scroll--cemetery ul.list_recommend li figure {
    width: 140px;
    overflow: hidden;
  }
}

/* ===== MOON_L1-6506 detail_other.cssから抜粋 ===== */
.icon__pr {
  display: block;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  color: #999;
  font-size: .875rem;
  font-weight: normal;
  height: 1.25rem;
  line-height: 1.25rem;
  width: 2rem;
  position: absolute;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
}

/* section */
.sec_report {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}

.sec_markdown p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_report p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.sec_markdown img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

/* youtube */
.sec_report .date_contribute {
  font-size: 0.75rem;
  margin-bottom: 15px;
  text-align: right;
  line-height: 1.5;
}
.sec_markdown h3 {
  border-left: 4px solid #05aa22;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 12px;
}
.section__pr-movie .pr-movie__h2 {
  margin-bottom: 1.25rem;
  padding-right: 3.125rem;
  position: relative;
}
.sec_markdown p:has(> iframe),
.sec_markdown p:has(> video) {
  width: 100%;
  margin: 0 auto 1.125rem;
}
.sec_markdown p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_markdown iframe,
.sec_markdown video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media (min-width: 768px) {
  .icon__pr {
    right: 0;
  }

  /* section */
  .sec_report {
    max-width: 1000px;
    width: 100%;
  }
  .sec_report p {
    font-size: 1rem;
  }

  /*youtube*/
  .sec_markdown h3 {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
  .sec_report .date_contribute {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .section__pr-movie .sec_markdown p,
  .section__pr-movie .sec_markdown p:nth-child(odd),
  .section__pr-movie .sec_markdown p:nth-child(even) {
    float: none;
    width: 100%;
  }
  .sec_markdown p:nth-child(odd) {
    float: right;
    width: 54%;
  }
  .sec_markdown p:nth-child(even) {
    clear: both;
    float: left;
    width: 44%;
  }
  .sec_markdown p:has(> iframe),
  .sec_markdown p:has(> video) {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  /* youtube */
  .sec_report {
    width: calc(100% - 40px);
  }
}

/* ===== FVのスライダー ===== */
.heading .main-visual {
  position: relative;
  width: 100%;
}
.blk_slider {
  position: relative;
  margin: 0;
  width: 100%;
}
#thumbnail-carousel .splide__arrow {
height: 40px;
}
@media only screen and (min-width: 768px) {
  .heading .main-visual {
    width: 100%;
  }
  .blk_slider {
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
  }
  #thumbnail-carousel {
    max-width: inherit;
    margin: .25rem auto 0;
  }
  #thumbnail-carousel .splide__list {
    flex-wrap: nowrap;
  }
}

/* ===== 購入者インタビュー ===== */
.section__purchaser {
  line-height: 1.7;
  max-width: 1000px;
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
}
#purchaser {
  padding-top: 3.125rem;
  margin-top: -3.125rem;
}
.purchaser__block--excerpt {
  border: 3px double #ccc;
  padding: .625rem .625rem 0;
  margin: 0 0 1.25rem 0;
  position: relative;
}
.purchaser__block--excerpt:last-child {
  margin: 0;
}
.purchaser__h2 {
  font-size: 1.125rem;
  font-weight: normal;
  border-bottom: 1px solid #05aa22;
  margin: 0 0 1.25rem;
  padding: 1rem 3.125rem 0 0;
  position: relative;
}
.purchaser__stamp--detail,
.purchaser__stamp--page {
    font-size: 0.875rem;
    text-align: right;
}
.purchaser__stamp--detail {
  margin: 0;
}
.section-more a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #0088ce;
  width: 84%;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.section-more a span {
  position: relative;
  color: #0088ce;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-more a .material-icons {
  color: #0088ce;
}
.material-icons.md-28 {
  font-size: 28px;
}
.purchaser__block--excerpt .purchaser__block--faq {
  margin-bottom: 0;
  position: relative;
}
.purchaser__block--excerpt .purchaser__block--faq::after {
  content: "";
  display: block;
  clear: both;
}
.purchaser__block--excerpt .purchaser__block--faq img {
  aspect-ratio: 5 / 3;
  display: block;
  object-fit: cover;
  float: left;
  width: 50%;
  height: auto;
  margin: 0 .5rem 0 0;
}
.purchaser__block--excerpt .purchaser__block--faq h3 {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  width: 45%;
}
.purchaser__block--faq h4 {
  font-size: 1.0625rem;
  font-weight: bold;
  position: relative;
  text-indent: -2rem;
  line-height: 1.5;
  margin: 2rem 0 1rem 2rem;
}
.purchaser__block--faq h4::before {
  display: inline-block;
  width: 5%;
  height: 1px;
  margin-right: 1rem;
  vertical-align: middle;
  content: "";
  background: #333;
}
.purchaser__block--excerpt .purchaser__block--faq h3:not(:first-of-type) {
  display: none;
}
.purchaser__block--excerpt .purchaser__block--faq h4,
.purchaser__block--excerpt .purchaser__block--faq p {
  display: none;
}
.purchaser__block--faq p {
  line-height: 1.7;
}

/* 現地レポート：ライター紹介 */
.sec_report .blk_editor {
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 30px;
  padding: 15px 10px 15px 84px;
  position: relative;
}
.sec_report .blk_editor::before {
  background: url(../img/header_logo.png) no-repeat center / 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  content: "";
  display: block;
  font-size: 0.375rem;
  height: 64px;
  left: 10px;
  position: absolute;
  width: 64px;
}
.sec_report .blk_editor dl>dt {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sec_report .blk_editor dl>dt>span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.sec_report .blk_editor dl>dd {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* 現地レポート：markdown */
.sec_report .wrap_more_report {
  height: 1000px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.sec_report .wrap_more_report::before {
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1) 80%);
  height: 10rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sec_report .wrap_more_check:checked~.wrap_more_report {
  display: block;
  height: auto;
}
.sec_report .wrap_more_check:checked~.wrap_more_report:before {
  content: none;
}
.sec_markdown h3 {
  border-left: 4px solid #05aa22;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 12px;
}
.sec_markdown img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.sec_markdown>ul {
  padding-bottom: 20px;
}
.sec_markdown ul>li {
  display: block;
  position: relative;
}
.sec_markdown ul>li::before {
  background: url(../img/header_logo.png) no-repeat center / 44px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  content: "編集部";
  display: block;
  font-size: 0.8rem;
  height: 48px;
  line-height: 1.2;
  padding-top: 46px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
}
.sec_markdown ul>li>p {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 63px 20px 0;
  padding: 15px;
  position: relative;
}
.sec_markdown ul>li>p::before {
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  content: "";
  position: absolute;
  right: -18px;
  top: 16px;
  z-index: 2;
}
.sec_markdown ul>li>p::after {
  border: 9px solid transparent;
  border-left: 11px solid #ccc;
  content: "";
  position: absolute;
  right: -20px;
  top: 15px;
  z-index: 1;
}
.sec_markdown ul>li>ul>li {
  border: none;
  background: #ecf4e1;
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 20px 63px;
  padding: 15px;
  position: relative;
}
.sec_markdown ul>li>ul>li::before {
  background: url(../../detail/img_report/icon_reporter.jpg) no-repeat center 2px / 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  content: "担当者";
  display: block;
  font-size: 0.8rem;
  height: 48px;
  left: -63px;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.sec_markdown ul>li>ul>li::after {
  border: 8px solid transparent;
  border-right: 10px solid #ecf4e1;
  content: "";
  left: -18px;
  position: absolute;
  top: 16px;
}
.sec_markdown p>strong, .sec_markdown li>strong {
    background: #ffffa6;
    display: inline;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
  /* 購入者インタビュー */
  .purchaser__h2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 1.5rem;
    padding-top: .9375rem;
  }
  .purchaser__block--excerpt {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .purchaser__block--excerpt .purchaser__block--faq img {
    margin: 0 1rem 0 0;
    width: 20%;
  }
  .purchaser__block--excerpt .purchaser__block--faq h3 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    width: 75%;
  }
  .purchaser__block--excerpt .purchaser__block--faq h4 {
    display: block;
    margin: .375rem 0 .25rem 1rem;
    font-size: .875rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-indent: -1rem;
    width: 75%;
  }
  .purchaser__block--excerpt .purchaser__block--faq h4::before {
    width: 1.5rem;
    margin-right: .5rem;
  }
  .purchaser__block--excerpt .purchaser__block--faq p {
    display: block;
    width: 75%;
    font-size: .875rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
  }
  .purchaser__block--excerpt .purchaser__block--faq h3:not(:first-of-type),
  .purchaser__block--excerpt .purchaser__block--faq h4:not(:first-of-type),
  .purchaser__block--excerpt .purchaser__block--faq p:not(:first-of-type) {
    display: none;
  }
  .purchaser__stamp--detail {
    margin: .5rem 0 0;
  }
  .section-more a {
    font-size: 18px;
    text-align: center;
    width: 50%;
    padding: 10px;
  }

  /* 現地レポート：ライター紹介 */
  .sec_report .blk_editor {
    margin-bottom: 40px;
    min-height: 110px;
    padding: 15px 20px 15px 120px;
  }
  .sec_report .blk_editor::before {
    background-size: 72px;
    height: 80px;
    left: 20px;
    width: 80px;
  }
  .sec_report .blk_editor dl>dt {
    font-size: 1rem;
  }
  .sec_report .blk_editor dl>dt>span {
    display: inline;
    font-size: 0.875rem;
    margin-right: 10px;
  }
  .sec_report .blk_editor dl>dd {
    font-size: 1rem;
  }

  /* 現地レポート：markdown */
  .sec_report .wrap_more_report {
    height: auto;
  }
  .sec_report .wrap_more_report::before {
    content: none;
  }
  .sec_markdown h3 {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
  .sec_markdown p:nth-child(even) {
    clear: both;
    float: left;
    width: 44%;
  }
  .sec_markdown p>img {
    margin: 0 0 26px 0;
    width: 100%;
  }
  .sec_markdown>ul {
    clear: both;
  }
  .sec_markdown ul>li::before {
    background: url(../img/header_logo.png) no-repeat center / 72px;
    font-size: 0.75rem;
    height: 80px;
    padding: 78px 10px 0;
    top: -10px;
    width: 80px;
  }
  .sec_markdown ul>li>p:nth-child(even),
  .sec_markdown ul>li>p:nth-child(odd) {
    float: none;
    margin: 20px 0 40px;
    padding: 20px;
    width: calc(100% - 104px);
  }
  .sec_markdown ul>li>p::after {
    border: 13px solid transparent;
    border-left: 15px solid #ccc;
    right: -28px;
    top: 17px;
  }
  .sec_markdown ul>li>p::before {
    border: 12px solid transparent;
    border-left: 14px solid #fff;
    right: -26px;
    top: 18px;
  }
  .sec_markdown ul>li>ul>li {
    font-size: 1rem;
    margin: 0 0 40px 104px;
    padding: 20px;
  }
  .sec_markdown ul>li>ul>li::before {
    background: url(../../detail/img_report/icon_reporter.jpg) no-repeat center 2px / 80px;
    font-size: 0.75rem;
    height: 80px;
    left: -104px;
    top: 0px;
    width: 80px;
  }
  .sec_markdown ul>li>ul>li::after {
    border: 12px solid transparent;
    border-right: 14px solid #ecf4e1;
    left: -26px;
    top: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  /* 購入者インタビュー */
  .section__purchaser {
    padding: 3rem 1.25rem 0;
  }
  /* お墓の購入からご納骨までの流れ */
  .section__flow {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ===== 中間CTAボタン（MOON_L1-6513の再コーディング） ===== */
.cta__middle,
.cta__middle--sub,
.cta__middle--register {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta__middle {
  gap: .625rem;
  margin-bottom: .625rem;
}
.detail-fv .cta__middle {
  gap: .625rem;
  margin: 0 0 1.25rem;
}
.cta__middle--sub {
  gap: .625rem;
  margin-bottom: 1rem;
}
.cta__middle--register {
  gap: .625rem;
}
.detail-fv .cta__middle--register {
  margin-bottom: 1.25rem;
}
.cta__item,
.cta__item--sub {
  max-width: 25rem;
  width: 100%;
  position: relative;
}
.cta__item--sub {
  position: relative;
}
.cta__item::after {
  content: "\e5e1";
  font-family: Material Icons;
  position: absolute;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
}
.detail-fv .cta__item::after {
  content: none;
}
.cta__middle a,
.cta__item--sub a,
.cta__item--register a {
  box-sizing: border-box;
  text-decoration: none;
}
.cta__item--register {
  max-width: inherit;
  width: 48.5%;
}
/* エレメント */
.btn__cta--visit {
  color: #fff;
  border-radius: .25rem;
  background: linear-gradient(180deg, #fa6e74 0%, #f4434b 100%);
  border: 1px solid #d90d33;
  box-shadow: rgba(102, 48, 0, .5) 0 2px 4px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  height: 3rem;
}
.btn__cta--register {
  color: #fff;
  border-radius: .25rem;
  background: linear-gradient(180deg, #2d9bd3 0%, #006eff 100%);
  border: 1px solid #006eff;
  box-shadow: rgba(1, 56, 11, 0.5) 0 2px 4px 0;
  display: block;
  text-align: center;
  letter-spacing: -1px;
  font-weight: bold;
  height: 3rem;
  cursor: pointer;
}
.detail-fv .btn__cta--visit,
.detail-fv .btn__cta--register {
  height: 3.875rem;
}
.wrap__cta--register .btn__cta--register {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn__cta--sub {
  color: #fff;
  border-radius: .25rem;
  background: linear-gradient(180deg, #FA0 0%, #F70 100%);
  border: 1px solid #ff5722;
  box-shadow: rgba(102, 48, 0, .5) 0 2px 4px 0;
  display: block;
  text-align: center;
  letter-spacing: -0.0625rem;
  font-weight: bold;
}
.btn__cta--type {
  align-items: center;
  background: #fff;
  border-radius: .25rem;
  display: flex;
  color: #0088ce;
  font-size: .875rem;
  font-weight: bold;
  border-top: 1px solid #0088ce;
  border-bottom: 2px solid #0088ce;
  border-left: 1px solid #0088ce;
  border-right: 1px solid #0088ce;
  background: #fff;
  justify-content: center;
  height: 2.5rem;
  line-height: 2.5rem;
}
.btn__cta--boseki {
  box-sizing: border-box;
  color: #fff;
  display: block;
  border-radius: .25rem;
  border: 1px solid #147DB8;
  background: linear-gradient(180deg, #3496CD 0%, #147DB8 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
  font-weight: normal;
  line-height: 1;
  padding: 8px 0;
  height: auto;
  font-size: .75rem;
  text-decoration: none;
  margin: 1rem;
}
.btn__cta--carve {
  box-sizing: border-box;
  color: #fff;
  display: block;
  border-radius: .25em;
  border: 1px solid #532C85;
  background: linear-gradient(180deg, #754AAD 0%, #532C85 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
  font-weight: normal;
  line-height: 1;
  padding: 8px 0;
  height: auto;
  font-size: .75rem;
  text-decoration: none;
  margin: 1rem;
}
.btn__cta--boseki span,
.btn__cta--carve span {
  display: block;
  margin: 0 0 .25rem;
  font-size: 1.125rem;
  font-weight: bold;
}
/* アイコン */
.icon__free--visit {
  color: #d90d33;
  background: #fff;
  border-radius: .25rem;
  font-size: .75rem;
  display: inline-block;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0 0 0 .625rem;
  padding: 0 .25rem;
}
.icon__free--register {
  color: #006eff;
  background: #fff;
  border-radius: .25rem;
  font-size: .75rem;
  display: inline-block;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0 0 0 .625rem;
  padding: 0 .375rem;
}
/* テキスト */
.cta__text {
  box-sizing: border-box;
  font-size: 1.25rem;
  margin: 0;
  padding: 0 0 0 .625rem;
  display: flex;
  align-items: center;
  height: 3rem;
}
.detail-fv .cta__text {
  align-items: inherit;
  font-size: 1.125rem;
  margin: .625rem 0 0;
  justify-content: center;
  padding: 0;
  height: auto;
}
.cta__text--register {
  box-sizing: border-box;
  font-size: 1.25rem;
  margin: 0;
  padding: 0 0 0 .625rem;
  display: flex;
  align-items: center;
  height: 3rem;
}
.cta__text--sub {
  box-sizing: border-box;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  height: 3rem;
}
.detail-fv .cta__text--sub {
  display: block;
  font-size: .875rem;
  margin-top: .375rem;
  height: auto;
}
.cta__item--sub .material-icons,
.cta__text .material-icons {
  margin-right: .625rem;
}
/* タイトル */
.cta__ttl--register {
  color: #05aa22;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
}
.cta__ttl--register::before {
  background: #05aa22;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: .125rem;
  width: 10.7%;
}
.cta__ttl--register::after {
  background: #05aa22;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: .125rem;
  width: 10.7%;
}
.cta__ttl--visit {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin: 1.25rem auto 1rem;
  position: relative;
  text-align: center;
}
.cta__ttl--visit::before {
  background: #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: .125rem;
  width: 10.7%;
}
.cta__ttl--visit::after {
  background: #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: .125rem;
  width: 10.7%;
}
@media only screen and (min-width: 768px) {
  .detail-fv .cta__middle {
    margin: 1.25rem 0;
  }
  .button-conversion .cta__middle {
    margin: 0 0 1.25rem;
  }
  .detail-fv .button-conversion .cta__middle {
    margin: .625rem 0 1.25rem;
  }
  .cta__item--sub::after {
    content: none;
  }
  .cta__item--register {
    max-width: 12.125rem;
    width: 100%;
  }
  .cta__item::after {
    content: none;
  }
  .cta__item--map {
    align-items: center;
    width: 58%;
    padding: .785rem 0;
    gap: 1.25rem;
    margin: 0;
  }
  .cta__item--map p {
    margin: 0;
  }
  .cta__item--map strong {
    justify-content: left;
  }
  /* エレメント */
  .btn__cta--boseki,
  .btn__cta--carve {
    display: inline-block;
    margin: 1rem;
    max-width: 25rem;
    width: 100%;
  }
  .btn__cta--visit,
  .btn__cta--register,
  .detail-fv .btn__cta--visit,
  .detail-fv .btn__cta--register {
    height: 3.375rem;
    letter-spacing: inherit;
  }
  .wrap__cta--register {
    margin: 2rem auto 3rem;
    width: 31.25rem;
  }
  .wrap__cta--register .btn__cta--register strong {
    font-size: 1.25rem;
  }

  /* テキスト */
  .cta__text {
    align-items: inherit;
    font-size: 1.125rem;
    margin: .375rem 0 0;
    justify-content: center;
    padding: 0;
    height: auto;
  }
  .detail-fv .cta__text {
    margin: .375rem 0 0;
  }
  .cta__text--register {
    justify-content: center;
  }
  .cta__text--sub {
    display: block;
    font-size: .875rem;
    margin-top: .375rem;
    height: auto;
  }
  .cta__ttl--visit {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .cta__item--register {
    max-width: calc(25% - 1.5rem);
  }
  .cta__item,
  .cta__item--sub {
    max-width: calc(50% - 2.5rem);
  }
  .visit-calendar.section-calseep {
    margin: 0 1.25rem;
  }
  .cta__item--map {
    width: 50%;
  }
}
/* ===== 見学予約このあと9時より受付開始 ===== */
  .button-conversion__info {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: .75rem;
  margin: .625rem auto 0 auto;
  text-align: center;
  width: 100%;
  height: 3.875rem;
}
.button-conversion__info strong {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  margin: 0 0 .3rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.button-conversion__info .material-icons {
  color: #05aa22;
  font-size: 18px;
}
.button-conversion__info strong {
  margin: .75rem 0 .3rem;
}
.button-conversion__info span {
  color: #05aa22;
}
@media only screen and (min-width: 768px) {
  .button-conversion__info {
    margin: 1.25rem auto 0 auto;
    width: 400px;
    height: 3.375rem;
  }
  .detail-fv .button-conversion__info {
    margin: 0 auto 1.25rem auto;
  }
  .button-conversion__info strong {
    gap: 0 2px;
    margin: 8px 0 6px;
  }
  .detail-fv .button-conversion__info strong {
    margin: 8px 0 3px;
  }
  .button-conversion__info span, .button-conversion__info .material-icons {
    font-size: 18px;
  }
}

/* ===== 料金サマリー ===== */
.list__price {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 .625rem 1.25rem .625rem;
  padding: 0;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.list__price li {
  box-sizing: border-box;
  font-size: .75rem;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  padding: .6rem .625rem 0 2.75rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  height: 3.5rem;
}
.list__price li strong {
  display: block;
  margin: 0 0 .31rem 0;
}
.list__price li span {
  color: #d94372;
  display: inline-block;
  font-size: .75rem;
  font-weight: bold;
}
.list__price li em {
  color: #d94372;
  font-size: 1.125rem;
}
.list__price li small {
  font-size: .75rem;
  font-weight: normal;
}
.is-off {
  opacity: 0.2;
}
.list__price li .is-off small {
  font-size: 1rem;
}
.back__image--ippan {
    background: url(https://cdn.e-ohaka.com/common_img/icon_ippan.png) no-repeat .5rem center / 1.75rem auto;
    background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
}
.back__image--eitai {
    background: url(https://cdn.e-ohaka.com/common_img/icon_eitai.png) no-repeat .625rem center / 1.5rem auto;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}
.back__image--jumoku {
    background: url(https://cdn.e-ohaka.com/common_img/icon_jumoku.png) no-repeat .625rem center / 1.5rem auto;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}
.back__image--nokotu {
    background: url(https://cdn.e-ohaka.com/common_img/icon_nokotu.png) no-repeat .625rem .75rem / 1.5rem auto;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}
.anchor__price {
  color: #0088ce;
  font-size: .875rem;
  display: flex;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin: .625rem 0 2rem;
}
@media only screen and (min-width: 768px) {
  .detail-fv__ttl {
    justify-content: flex-start;
    width: 50%;
    font-size: 24px;
  }
  .margin-summary {
    width: 48%;
  }
  .list__price {
    margin: 0;
  }
  .list__price li {
    padding: .85rem .625rem 0 2.75rem;
    height: 2.75rem;
  }
  .list__price li strong {
    display: inline-block;
    margin: 0;
  }
  .list__price li span {
    margin-left: .625rem;
  }
  .list__price li .is-off small {
    margin-left: .625rem;
  }
  .anchor__price {
    margin: .25rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .detail-fv__ttl {
    width: 45%;
    font-size: 1.375rem;
  }
  .margin-summary {
    width: 54%;
  }
  .list__price li {
    padding: .85rem .25rem 0 2.75rem;
  }
  .list__price li em {
    font-size: 1rem;
  }
  .list__price li strong {
      font-size: .75rem;
  }
  .list__price li span {
    margin-left: .25rem;
  }
  .list__price li .is-off small {
    margin-left: .25rem;
  }
}

/* ===== 基本情報 ===== */
.section__info {
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.info__cemetery {
  box-sizing: border-box;
  display: flex;
  line-height: 1.625;
  font-size: 1rem;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
}
.info__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #f5f5f5;
  border-right: #ccc solid 1px;
  font-weight: bold;
  padding: .5rem 0.625rem;
  width: 28%;
  font-feature-settings: "palt";
}
.info__description {
  box-sizing: border-box;
  padding: .5rem .625rem;
  width: 72%;
  position: relative;
}
.info__description--icon {
  box-sizing: border-box;
  padding: .5rem 2.75rem .5rem .625rem;
  width: 72%;
  position: relative;
}
.info__description a,
.info__description--icon a {
  color: #0088ce;
  display: inline-block;
  margin-right: .125rem;
}
a.icon__map {
  background: #0088ce;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.icon__map .material-symbols-outlined {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.icon__info {
  color: #05aa22;
  font-size: 1.125rem;
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  width: 1.5rem;
  height: 1.5rem;
}
/* 基本情報のモーダル */
/* トリガー */
.is-modal {
  cursor: pointer;
}
/* 画面ロック（オーバレイ用） */
.body-locked {
  overflow: hidden;
  position: relative;
}
/* オーバーレイ */
.modal__overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.7);
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9998;
}
.modal__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
/* モーダル本体 */
.modal__info {
  position: fixed; left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(.98);
  max-width: 90vw;
  max-height: 80vh; overflow: auto;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
  width: 100%;
}
.modal__info.is-open {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal__contents {
  background: #fff;
}
.modal__contents dt {
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  background: #05aa22;
  padding: 1rem;
}
.modal__contents dd {
  padding: 1rem;
}
.modal__contents dd p{
  margin-bottom: 1rem;
  line-height: 1.42;
  font-size: .875rem;
}
.modal__contents dd p:last-child {
  margin-bottom: 0;
}
.modal__contents dd strong {
  font-weight: bold;
}
/* 閉じるボタン */
.modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
}
.modal__close .material-symbols-outlined {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .section__info {
    display: flex;
    flex-wrap: wrap;
    right: .625rem;
  }
  .info__cemetery {
    width: 50%;
  }
  .info__item {
    padding: .94rem 1.25rem;
    width: 10rem;
  }
  .info__description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .94rem 1.25rem;
    width: 21.25rem;
  }
  .info__description p {
    width: 100%;
  }
  .info__description--icon {
    padding: .94rem 2.75rem .94rem 1.25rem;
    width: 21.25rem;
  }
  a.icon__map {
    right: 1.25rem;
  }
  .icon__info {
    right: .625rem;
  }
  .item__facility .icon__info {
    right: .18rem;
  }
  /* モーダル本体 */
  .modal__info {
    max-width: 50vw;
  }
}

/* ===== 施設・仕様の特徴 ===== */
#section-facility h3 {
  font-size: .875rem;
  margin: 0 0 .625rem;
  line-height: 1;
}
.item__facility {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 1.25rem;
}
.item__facility li {
  box-sizing: border-box;
  border-radius: .25rem;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #bbb;
  font-weight: bold;
  font-size: .875rem;
  padding: .5rem .75rem;
  position: relative;
  width: 48.7%;
}
.item__facility li.valid {
  background-color: #f3fff5;
  border: #67bf8d solid 1px;
  color: #232b39;
}
.sr-only {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.item__note {
  font-size: .875rem;
}
@media only screen and (min-width: 768px) {
  .item__facility {
    gap: .625rem;
  }
  .item__facility li {
    width: 19.2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .info__item {
    padding: .94rem 1rem;
    width: 40%;
  }
  .info__description,
  .info__description--icon {
    padding: .94rem 2.75rem .94rem 1rem;
  }
  a.icon__map {
    right: .5rem;
  }
  .icon__info {
    right: .25rem;
  }
}

/* ===== 墓所価格 / 費用目安 ===== */
.item_detail_cemetery_price {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: .375rem;
  background: #fff;
}
ul.list_detail_cemetery_price {
  padding: .625rem;
  gap: .5rem 0;
}
ul.list_detail_cemetery_price.is__space--price {
  background: #f5f5f5;
  padding-bottom: 3rem;
}
.figure__cemetery--item {
  aspect-ratio: 2 / 1;
  height: 4rem;
  background: #ecf4e1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-right: .625rem;
}
.figure__cemetery--item img {
  width: 100%;
  height: 100%;
  max-height: 4rem;
  object-fit: cover;
}
.price_info {
  width: 53%;
}
/* 空きあり */
.badge__availability {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  background: #05aa22;
  padding: .375rem;
}
/* 残りわずか */
.badge__availability--limited {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  background: #ff3a64;
  padding: .375rem;
}
/* 空きなし */
.badge__availability--unavailable {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  background: #444;
  padding: .375rem;
}
/* 問い合わせ */
.badge__availability--inquiry {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
  background: #0088ce;
  padding: .375rem;
}
.badge__availability--inquiry a{
  color: #fff;
}

.modal__cemetery-price .button-conversion .cta__middle .cta__text {
  justify-content: center;
  padding: 0;
}
.modal__cemetery-price .button-conversion .cta__middle .cta__item::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .item_detail_cemetery_price {
    max-width: 30rem;
    padding: .375rem .375rem .625rem .375rem;
  }
  .detail__price .wrap_more_fee {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: .5rem 0;
  }
  ul.list_detail_cemetery_price {
    padding: 1rem;
  }
  ul.list_detail_cemetery_price.is__space--price {
    padding-bottom: 1rem;
  }
    /* 墓所価格 / 費用目安 */
  .figure__cemetery--item {
    height: 6.25rem;
  }
  .figure__cemetery--item img {
    max-height: 6.25rem;
  }
  .list_detail_cemetery_price h4 {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: .17rem;
    height: 4.5rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .list_detail_cemetery_price .price_indication {
    font-size: 1rem;
  }
  .list_detail_cemetery_price .price_indication span {
    font-size: 1.125rem;
  }
  .list_detail_cemetery_price .price_indication span em {
    font-size: 1.25rem;
  }
  .list_detail_cemetery_price .txt_link {
    justify-content: flex-end;
    margin-top: auto;
    font-size: 1rem;
    padding: 0;
  }
  .modal__cemetery-price .modal__footer div.button-conversion {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center;
    background-color: #fff;
  }
  .modal__cemetery-price .button-conversion .cta__middle {
    margin: 0;
  }
  .modal__cemetery-price .button-conversion .cta__middle .btn__cta--visit,
  .modal__cemetery-price .button-conversion .cta__middle .btn__cta--register {
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .modal__cemetery-price .button-conversion .cta__middle .cta__text {
    margin: 0;
    align-items: center;
  }
  .modal__cemetery-price .button-conversion .cta__middle .cta__item {
    width: 45%;
  }
  .modal__cemetery-price .modal__footer .button-conversion .regist .cv-button-title {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .modal__cemetery-price dl {
    flex-direction: row;
    flex-flow: row wrap;
  }
  .modal__cemetery-price dl dt,
  .modal__cemetery-price dl dd {
    width: 100%;
    padding: 4px 10px;
  }
  .modal__cemetery-price .blk_price_dl._sub dt {
    flex-basis: 42%;
  }
  .modal__cemetery-price dl dd {
    border-top: 1px solid #ccc;
  }
  .modal__cemetery-price .blk_price_dl._sub dd {
    flex-basis: 58%;
  }
  .modal__cemetery-price dl dt, .modal__cemetery-price dl dd {
    font-size: 1rem;
  }
  .modal__cemetery-price .modal__body {
    max-height: calc(100% - 87px);
    padding: 20px;
  }
  .modal__cemetery-price .blk_price_contents_top {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .modal__cemetery-price .modal__body figure {
    width: auto;
    height: auto;
    max-width: 420px;
    max-height: 252px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .modal__cemetery-price .modal__body figure img {
    width: 420px;
    height: 252px;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }
  .modal__cemetery-price .blk_price_indication {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .modal__cemetery-price .modal__body h3 {
    text-align: left;
    margin-bottom: 3px;
    grid-row: 1 / 2;
  }
  .modal__cemetery-price .box_price_indication {
    justify-content: flex-start;
    margin-bottom: 12px;
    grid-row: 2 / 3;
  }
  .modal__cemetery-price .price_year {
    font-size: 1rem;
  }
  .modal__cemetery-price .price_indication span {
    font-size: 1.125rem;
}
  .modal__cemetery-price .price_indication span em {
    font-size: 1.375rem;
  }
  .modal__cemetery-price .price_year {
    font-size: 1rem;
  }
  .modal__cemetery-price .blk_price_empty {
    padding: 7px;
    grid-row: 3 / 4;
  }
  .modal__cemetery-price .blk_price_empty p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .item_detail_cemetery_price {
    max-width: 49%;
  }
  .list_detail_cemetery_price h4 {
    font-size: 1rem;
    height: 4rem;
  }

  .figure__cemetery--item {
    height: 4.375rem;
  }
  .figure__cemetery--item img {
    max-height: 4.375rem;
  }
}

/* ===== 地図・アクセス・行き方 ===== */
#section-map .cta__middle {
  align-items: center;
  margin: 1.25rem 0;
  justify-content: center;
}
.cta__item--map {
  display: flex;
  flex-wrap: wrap;
  max-width: inherit;
  border: #ccc solid 1px;
  border-radius: 4px;
  padding: 1.25rem 0;
  font-size: 1.125rem;
  box-sizing: border-box;
  gap: 0 .875rem;
  justify-content: center;
  margin-top: 1rem;
}
.cta__item--map p {
  margin: 0 0 .75rem 0;
}
.cta__item--map strong {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  gap: .25rem;
  justify-content: center;
  margin-bottom: .5rem;
}
.cta__item--map .material-icons {
  color: #0088ce;
}
.cta__item--map span {
  display: block;
  font-size: .875rem;
  line-height: 1.28;
  text-align: center;
}
.btn__map {
  align-items: center;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  border-left: solid 1px #ccc;
  border-radius: .25rem;
  color: #232b39;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
  height: 3rem;
  line-height: 3rem;
  text-decoration: none;
  max-width: 18.75rem;
  width: 100%;
  position: relative;
}
.btn__map::after {
  content: "\e5e1";
  font-family: Material Icons;
  position: absolute;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0088ce;
  font-size: 1.125rem;
}

/* ===== 地図・アクセス・行き方 この霊園・墓地を家族と共有する ===== */
.wrap__share {
  text-align: center;
}
.btn__share {
  align-items: center;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  border-left: solid 1px #ccc;
  border-radius: .25rem;
  color: #232b39;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
  height: 3rem;
  line-height: 3rem;
  text-decoration: none;
  max-width: 25rem;
  width: 100%;
}
.btn__share.visible-xs__flex {
  display: flex;
}
.visible-md__flex {
  display: none;
}
.list__share {
  display: flex;
  justify-content: center;
  gap: .625rem;
}
.icon-line {
  margin-right: .75rem;
  width: 1.5rem;
}
.icon-line img {
  vertical-align: middle;
}
.btn__share .material-symbols-outlined {
  color: #05aa22;
  margin-right: .75rem;
}
@media only screen and (min-width: 768px) {
  .btn__map {
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .btn__share{
    font-size: 1.125rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .btn__share.visible-xs__flex {
    display: none;
  }
  .visible-md__flex {
    display: flex;
  }
}

/* ===== 墓じまい /hakajimai/ から引用し修正 ===== */
.section__hakajimai {
  background: #f0f9e6;
  margin: 0 -.625rem 2rem;
  padding: 0 .625rem;
}
.summary {
  background: #fff;
  border-radius: 1.25rem;
}
.kv__summary {
  position: relative;
}
.kv__title {
  padding: 1.25rem 0;
}
.kv__figure {
  width: 91.71%;
  margin: -.75rem auto 0 auto;
}
.summary__discription {
  padding: 1.125rem 0;
}
.summary__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem 0 1.375rem;
}
.summary__item:nth-child(odd) {
  width: 46%;
}
.summary__item {
  display: flex;
  align-items: center;
  font-size: .875rem;
  width: 50%;
  font-weight: bold;
  margin: 0 0 1rem;
}
.summary__item figure {
  margin: 0 .5rem 0 0;
}
.icon-kv__dev {
  margin: auto;
  height: 1.5rem;
}
.icon-kv__office {
  margin: auto;
  height: 1.5rem;
}
.icon-kv__moving {
  margin: auto;
  height: 1.75rem;
}
.icon-kv__temple {
  margin: auto;
  height: 1.5rem;
}
.kv__title h2{
  font-size: 1.125rem;
  line-height: 1.55;
  border-bottom: 2px solid #05aa22;
  margin: 0 0 1.25rem;
  text-align: center;
  font-weight: bold;
  padding: 0 0 .125rem;
}
.kv__title strong {
  color: #03951d;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  line-height: 1.62;
  margin-bottom: 1.25rem;
}
.kv__title p {
  font-size: .875rem;
  line-height: 1.71;
}
.btn__hakajimai {
  border-radius: 4px;
  border: 1px solid #05AA22;
  background: linear-gradient(180deg, #06C755 0%, #03951D 100%);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 1.125rem auto 0;
  text-decoration: none;
  padding: .625rem 0;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}
.btn__hakajimai span{
  display: block;
  font-size: .875rem;
  font-weight: normal;
  margin-top: .5rem;
}
@media (min-width: 768px) {
  .section__hakajimai {
    max-width: 1000px;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: center;
    gap: 0 2.5rem;
    padding: 0;
  }
  .kv__summary {
    width: 31.25rem;
  }
  .summary {
    margin: 1rem 0 0;
  }
  .summary__item {
    font-size: 1.125rem;
  }
  .summary__discription {
    padding: 2rem 0;
  }
  .kv__figure {
    margin: -1.8rem auto 0 auto;
  }
  .kv__title {
    margin: 0;
    padding: 1.125rem 0 1.125rem 1.125rem;
    width: 26.125rem;
  }
  .icon-kv__dev {
    height: 1.8125rem;
  }
  .icon-kv__office {
    height: 2rem;
  }
  .icon-kv__moving {
    height: 2.1875rem;
  }
  .icon-kv__temple {
    height: 2.0625rem;
  }
  .btn__hakajimai {
    width: 22.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .section__hakajimai {
    padding: 0;
    margin: 0 auto 2rem;
    display: block;
    padding: 1.125rem;
  }
  .kv__title {
    text-align: left;
    width: auto;
    padding: 0;
  }
  .kv__title strong {
    margin-bottom: .625rem;
  }
  .kv__figure {
    margin: 0;
    width: 16rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .kv__summary {
    width: auto;
  }
  .summary__discription {
    margin-top: .75rem;
    padding: 1rem 0 0;
  }
  .summary__list {
    margin: 0 1rem;
    width: 60%;
  }
  .summary__item {
    width: 50%;
    font-size: 1.125rem;
  }
  .summary__item figure {
    margin: 0 .75rem 0 0;
  }
}
/*　===== 同じエリアで人気の霊園・墓地 ===== */
.register__area {
  border: #ccc solid 1px;
  padding: .625rem;
}
.list__popular {
  display: block;
  margin: 1.25rem 0 0;
}
.item__popular {
  margin-bottom: 1.25rem;
  position: relative;
}
/*　吹き出し　*/
.fukidashi__check {
    background: #fff;
    border: #0088ce solid 1px;
    border-radius: 14px;
    color: #0088ce;
    display: table;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px 10px;
    position: relative;
    text-align: center;
    width: 255px;
    z-index: 20;
}
.fukidashi__check::before, .fukidashi__check::after {
    content: '';
    border-top: 12px solid #0088ce;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -12px;
    left: 20px;
    transform: translateX(-50%);
    position: absolute;
}
.fukidashi__check::before, .fukidashi__check::after {
    content: '';
    border-top: 12px solid #0088ce;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -12px;
    left: 20px;
    transform: translateX(-50%);
    position: absolute;
}
.fukidashi__check::after {
    bottom: -10px;
    border-top: solid 12px #fff;
}
/* カード */
.check__popular {
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1rem;
}
.popular__cemetery {
  border-bottom: none;
  color: #0088ce;
  font-size: 1.125rem;
  text-decoration: underline;
  margin: 0;
  line-height: 1.4;
  padding: .75rem .625rem .75rem 3.125rem;
}
.popular__label {
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border: #ccc solid 1px;
  border-radius: .25rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.popular__label::before {
  content: "";
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  position: absolute;
  width: 28px;
  background: #fff;
  border: #ccc solid 2px;
  left: 10px;
  top: 10px;
  z-index: 20;
}
.popular__label::after {
  content: "";
  display: block;
  cursor: pointer;
  height: 14px;
  left: 20px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 6px;
  z-index: 20;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
input[type="checkbox"].check__popular:checked ~ label.popular__label .popular__cemetery {
  background: #ecf4e1;
  border-radius: .25rem .25rem 0 0;
}
input[type="checkbox"].check__popular:checked ~ label.popular__label {
  border: #05aa22 solid 2px;
}
input[type="checkbox"].check__popular:checked ~ label.popular__label::before {
  content: "";
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  position: absolute;
  width: 28px;
  background: #05aa22;
  border: #05aa22 solid 2px;
  left: 10px;
  top: 10px;
  z-index: 20;
}
input[type="checkbox"].check__popular:checked ~ label.popular__label::after {
  content: "";
  display: block;
  cursor: pointer;
  height: 14px;
  left: 20px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 6px;
  z-index: 20;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.item__popular--tag {
  background: #fff;
  border: #05aa22 solid 1px;
  color: #05aa22;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
}
.anchor__popular {
  color: #232b39;
  text-decoration: none;
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item__popular--inr {
  padding: .25rem .625rem .625rem;
  position: relative;
}
.history__figure {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 15px 0;
  width: 100%;
  z-index: 1;
}
.history__figure img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.cemetery-attribute {
  background: #05aa22;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
}
.history__text--price {
  line-height: 1.5;
}
.popular__cemetery--type {
  font-size: 1rem;
  display: inline-block;
}
.popular__cemetery,
.popular__cemetery--type {
  font-weight: bold;
}
.text-red {
  color: #c33d64;
  font-style: normal;
}
.popular__cemetery--type .text-red {
  font-size: 18px;
}
.popular__note {
  font-size: 14px;
}
.popular__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 11px 0 10px 0;
}
.popular__text--address, .popular__text--station {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 14px;
  line-height: 1.4;
}
.popular__text--address::before {
  color: #05aa22;
  content: '\e55f';
  font-family: 'Material Icons';
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.popular__text--station::before {
  color: #05aa22;
  content: '\e536';
  font-family: 'Material Icons';
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .register__area {
    border: none;
    padding: 0;
  }
  .list__popular {
    display: flex;
    gap: 1.25rem;
    margin: 0;
  }
  .item__popular {
    width: 32%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .fukidashi__check {
    margin: 0 0 5px 0;
  }
}
/* ===== パンクズ（上書き） ===== */
.breadcrumb-container ol li a {
  color: #0088ce;
  text-decoration: underline;
}

/* ===== 販売中の区画（モーダル） ===== */
.modal__cemetery-price .input_check {
  display: none;
}
.modal__cemetery-price .content_more {
  height: 0;
  overflow: hidden;
}
.modal__cemetery-price .label_check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: .875rem;
  color: #05AA22;
  position: absolute;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.modal__cemetery-price .label_check::before {
  content: "価格の内訳";
  text-decoration: underline;
}
.modal__cemetery-price .label_check::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: -4px 8px 0 8px;
  border-top: solid 2px #05AA22;
  border-right: solid 2px #05AA22;
  transform: rotate(135deg);
}
.modal__cemetery-price .wrap_more .input_check:checked~.label_check::before {
  content: "閉じる";
}
.modal__cemetery-price .wrap_more .input_check:checked~.label_check::after {
  margin-top: 3px;
  transform: rotate(-45deg);
}
.modal__cemetery-price .wrap_more .input_check:checked~.content_more {
  display: block;
  height: auto;
  margin-bottom: 10px;
}
.modal__cemetery-price .price_year em {
  font-weight: bold;
}
.modal__cemetery-price .wrap_more {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.modal__cemetery-price .modal__footer .button-conversion .cta__item {
    width: 48%;
}
.detail_main .wrap_more {
  box-sizing: border-box;
  position: relative;
}
.modal__cemetery-price dl {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .modal__cemetery-price .content_more {
    display: block;
    height: auto;
    overflow: auto;
  }
  .modal__cemetery-price .label_check {
    display: none;
  }
  .modal__cemetery-price .blk_price_dl._main dt {
    flex-basis: 43%;
  }
  .modal__cemetery-price .blk_price_dl._main dd {
    flex-basis: 57%;
  }
}

/* ===== 360度とFVのバナー ===== */
.vr_link {
  margin: 0 .625rem 2rem;
}
.vr_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 40px 4px 15px;
  text-decoration: none;
  font-size: 1rem;
  color: #05aa22;
  border: 1px solid #05aa22;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.2);
  position: relative;
}
.vr_link a::before {
  content: '';
  width: 38px;
  height: 28px;
  margin-right: 8px;
  background: url(/detail/img/icon_vr_360.png) no-repeat center center / cover;
}
.vr_link a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #03aa32;
  border-right: solid 3px #03aa22;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 40%;
  right: 15px;
}
.blk_vr {
  padding-top: 40px;
  margin: -40px 10px 40px;
}
.blk_vr .lead_vr {
  font-size: 1.125rem;
  font-weight: normal;
  border-bottom: 1px solid #05aa22;
  line-height: 1.8;
  margin: 0 0 1.25rem;
  padding: 0 0 .5rem;
}
.blk_vr iframe {
  height: calc(50vw - 10px);
  width: 100%;
}
/* バナー */
.area-wc {
  margin: 0 auto 10px;
  max-width: 713px;
}
.area-wc a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .vr_link {
    width: 100%;
    max-width: 16rem;
    margin: .5rem 0 0 0;
  }
  .vr_link a {
    padding: 2px 30px 2px 1px;
    font-size: .875rem;
  }
  .vr_link a::after {
    width: .5rem;
    height: .5rem;
  }
  .blk_vr {
    margin: -80px auto 40px;
    padding-top: 80px;
    max-width: 1000px;
  }
  .blk_vr .lead_vr {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: 1px solid #05aa22;
    line-height: 1.4;
    padding: 1rem 0 .625rem;
  }
  .blk_vr iframe {
    max-height: 500px;
  }
  /* バナー */
  .area-wc {
    margin: 10px auto 20px;
    max-width: 851px;
  }
}

/* ===== GTM移植 ===== */
.tel_button {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  border-left: solid 1px #ccc;
  border-radius: .25rem;
  background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
  color: #232b39;
  font-size: .875rem;
  margin: auto;
  position: relative;
  width: 90%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.tel_button a {
  font-weight:bold;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #05aa22;
  display: inline-block;
  padding: .875rem 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.tel_button small {
  font-weight: normal;
  font-size: .75rem;
  display: inline-block;
  color: #232b39;
}
.tel_txt {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tel_cation {
  display:block;
  font-size: .875rem;
  font-weight: bold;
  margin-bottom: .5rem;
  text-align: center;
}
.tel_area {
  background: #edf5e2;
  padding: 1.25rem 0;
  margin: 2rem .625rem;
  box-sizing: border-box;
}
.tel_subtxt {
  font-weight: bold;
  font-size: .875rem;
  width: 90%;
  margin: auto;
  padding-top: .625rem;
  color: #c33d64;
}
@media only screen and (min-width: 767px) {
  .tel_area {
    max-width: 1000px;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem .75rem 1rem 2rem;
    gap: 2rem;
  }
  .tel_inner {
    width: 100%;
    max-width: 21.25rem;
    order: 2;
  }
  .tel_button {
    width: 100%;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: none;
  }
  .tel_subtxt {
    width: auto;
    padding: 0;
    margin: 0;
    order: 1;
    font-size: 1rem;
    flex: 1;
  }
  .tel_button a {
    font-size: 1.25rem;
    cursor: default;
    pointer-events: none;
  }
}
