/* ----- list-place　のリンクの色 ----- */
.list-place a {
  color: #0088ce;
  display: inline-block;
  padding-right: 5px;
}

.list-place a:hover {
  color: #0088ce;
}

.list-place a:visited {
  color: #0088ce;
}

/* ----- 買値表示 ----- */
/*エレメントやスペース補助*/
.heading-container p span {
  font-size: 14px;
  font-weight: normal;
}

/* ----- 目次 ----- */
.section-index {
  padding: 19px 62px 28px 62px;
  border: #ccc solid 1px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.section-index dt {
  text-align: center;
  font-size: 20px;
  padding-bottom: 32px;
}

.section-index li {
  list-style: decimal;
  margin-bottom: 16px;
}

.section-index li:last-child {
  margin-bottom: 0;
}

.section-index a {
  color: #0364b5;
  text-decoration: none;
}

.section-index a:hover {
  color: #0364b5;
  text-decoration: underline;
}

.section-index a:visited {
  color: #0364b5;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .section-index {
    padding: 20px 10px 31px 10px;
    margin: auto 15px 25px 15px;
  }

  .section-index dl {
    margin-left: 20px;
  }

  .section-index dt {
    font-size: 16px;
    padding-bottom: 24px;
  }

  .section-index dd {
    line-height: 1.8;
    font-size: 15px;
  }
}

/* ----- 墓石の特徴 photo+ttl+txt ----- */
.section-card-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 17px;
}

.section-card-area li {
  width: 50%;
  box-sizing: border-box;
}

.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-card-area dd {
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .section-card-area {
    margin: auto 15px;
  }

  .section-card-area ul {
    display: block;
    margin-bottom: 30px;
  }

  .section-card-area li {
    width: 100%;
    margin-bottom: 28px;
  }

  .section-card-area li:last-child {
    margin-bottom: 40px;
  }

  .section-card-area li:nth-child(odd) {
    padding: 0;
  }

  .section-card-area li:nth-child(even) {
    padding: 0;
  }

  .section-card-area figcaption {
    font-size: 15px;
    padding: 11px 0;
  }

  .section-card-area dd {
    font-size: 14px;
  }
}

/* ----- 費用目安 ----- */
/*費用目安 表*/
.list-fee table {
  margin-bottom: 30px;
  border-collapse: collapse;
  border-left: #eee solid 1px;
  width: 100%;
  table-layout: fixed;
}

.list-fee th,
.list-fee td {
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-right: #eee solid 1px;
  border-bottom: #eee solid 1px;
  line-height: 1.6;
}

.list-fee th {
  background: #08aa21;
  color: #fff;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  padding: 24px 2px;
}

.list-fee td {
  font-size: 15px;
  padding: 10px 0;
}

.list-fee td:last-child {
  text-align: left;
  padding: 10px;
}

.list-fee em {
  color: #d94372;
}

.list-fee small {
  display: block;
}

@media only screen and (max-width: 767px) {
  .list-fee {
    margin: 0 15px 17px 15px;
    overflow: hidden;
    border-right: #eee solid 1px;
  }

  .list-fee table {
    display: block;
    margin-bottom: 0;
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .list-fee th {
    width: 150px;
    min-width: 150px;
    padding: 12px 5px;
  }

  .list-fee th:first-child {
    width: 100px;
    min-width: 100px;
  }

  .list-fee th:last-child {
    width: 290px;
    min-width: 290px;
  }

  .list-fee td {
    text-align: left;
    padding: 5px;
  }
}

/* 墓所価格／費用目安テーブル化 */
.tbl_price {
  width: 100%;
}

/* 特徴一覧 */
.section_feature {
  margin-bottom: 80px;
}

.section_feature .ttl_feature {
  margin-bottom: 28px;
}

.section_feature .icon-online {
  background: #ff8501;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin: 0 4px 4px 0;
  padding: 3px;
  vertical-align: text-bottom;
}

.section_feature .icon-pdf {
  background: #F81723;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin: 0 4px 4px 0;
  padding: 3px;
  vertical-align: text-bottom;
}

.blk_tag h3 {
  border-left: 4px solid #05aa22;
  font-size: 17px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  padding-left: 12px;
}

.blk_tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.blk_tag ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  /*border: 1px solid #999;*/
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  margin: 0 1.33% 12px 0;
  width: 30%;
}

.blk_tag ul li.valid {
  background: #f3fff5;
  border: 1px solid #05aa22;
  color: #05aa22;
}

.section_feature .blk_tag ul li:nth-of-type(4n) {
  margin: 0 0 12px 0;
}

.blk_tag ul li .material-icons {
  font-size: 20px;
  margin-left: 10px;
}

.blk_tag ul .item_hover {
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 768px) {

  .section_feature .icon-online,
  .section_feature .icon-pdf {
    font-size: 16px;
    margin: 0 4px 4px 0;
    padding: 3px 6px;
  }

  .blk_tag ul .item_hover:hover .item_hover_balloon {
    opacity: 1;
    z-index: 100;
  }

  .blk_tag ul .item_hover .item_hover_balloon {
    background: #5bab69;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 50%;
    line-height: 1.28;
    opacity: 0;
    padding: 8px;
    position: absolute;
    top: calc(90%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 200px;
    z-index: -1;
  }

  .blk_tag ul .item_hover .item_hover_balloon::before {
    border: 10px solid transparent;
    border-bottom: 10px solid #5bab69;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    z-index: 2;
  }

  .blk_tag ul li a {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
    pointer-events: none;
    text-decoration: none;
  }

  .blk_tag ul li br {
    display: none;
  }

  .blk_tag .modal {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section_feature {
    margin: 20px 0 40px;
  }

  .section_feature .ttl_feature {
    margin-bottom: 24px;
  }

  .section_feature .blk_tag {
    margin: 0 10px;
  }

  .blk_tag h3 {
    border-left: 4px solid #05aa22;
    font-size: 17px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 12px;
  }

  .blk_tag ul {
    display: flex;
    justify-content: space-between;
  }

  .blk_tag ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    /*border: 1px solid #999;*/
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    margin: 0 0 8px;
    text-align: center;
    width: 49%;
  }

  .section_feature .blk_tag ul li:nth-of-type(4n) {
    margin: 0 0 8px 0;
  }

  .blk_tag ul li a {
    align-items: center;
    color: inherit;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%;
  }

  .blk_tag ul li span {
    display: none;
  }

  .blk_tag ul li .material-icons {
    font-size: 18px;
    margin-left: 5px;
  }

  .blk_tag ul .item_hover .item_hover_balloon {
    display: none;
  }

  .blk_tag .modal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    font-size: 15px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .blk_tag .modal__bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
  }

  .blk_tag .modal__container {
    background: #fff;
    border-radius: 5px;
    left: 50%;
    max-width: 600px;
    position: absolute;
    top: 20%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
  }

  .blk_tag .modal__header {
    border-bottom: 1px solid #ccc;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
  }

  .blk_tag .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;
  }

  .blk_tag .modal__close:before {
    color: #ccc;
    content: "";
    font-family: Material Icons;
    font-size: 1.5rem;
    font-weight: normal;
    position: absolute;
    right: -1px;
    top: -12px;
  }

  .blk_tag .modal__body {
    line-height: 1.4;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
  }
}

/* ======= MOON_L1-3820 ======= */
/* submit欄 */
.blk_submit {
  margin: 0 10px 40px;
}

.blk_submit .btn_submit {
  align-items: center;
  background: #05aa22;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px #036113;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 20px;
  max-width: 480px;
  padding: 0;
  position: relative;
  width: 100%;
}

.blk_submit .btn_submit a {
  color: #fff;
  text-decoration: none;
}

.blk_submit .btn_submit input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  background: none;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 1px 0px 4px rgb(0 0 0 / 25%);
}

.blk_submit .btn_submit input[type="submit"]::-webkit-search-decoration {
  display: none;
}

.blk_submit .btn_submit input[type="submit"]:focus {
  outline-offset: -2px;
}

.blk_submit .txt_agree {
  font-size: .875rem;
  line-height: 1.8;
  margin-bottom: 14px;
  text-align: center;
}

.blk_submit .txt_agree a {
  color: #05aa22;
  font-weight: bold;
}

.blk_submit .txt_attention {
  font-size: .75rem;
  line-height: 1.8;
  text-align: center;
}

/* MOON_L1-4731 */
.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 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--ul {
  margin-top: 10px;
}

.list_inr--type .list_inr--type--ul li {
  width: 100% !important;
  letter-spacing: -0.05em !important;
  padding: 0 0 10px !important;
}

.list_inr--type .list_inr--type--txt strong {
  font-weight: bold;
}

.list_inr--type .list_inr--type--txt figure {
  display: block;
  margin: 10px 0 0 10px;
  float: right;
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .list_inr--type .list_inr--type--txt p {
    font-size: 14px;
    line-height: 1.6;
  }

  .list_inr--type .list_inr--type--txt figure {
    width: 200px;
  }
}

/* FAQ */
.art_faq {
  margin-bottom: 24px;
  padding: 0 10px;
}

.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;
}

.art_faq .cont_faq dd p a {
  color: #0088ce;
  font-weight: normal;
  margin-bottom: 10px;
}

/* ===== detailのFV ===== */
/*アワードバッジ*/
.award_badge {
  height: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 53px;
  z-index: 1;
}

.detail_other .award_badge {
  display: block;
  margin: 0 10px 0 0;
  height: auto;
  position: relative;
  right: auto;
  top: auto;
  width: 53px;
}

/*霊園名*/
.detail-fv__ttl {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
  order: 1;
  width: 100%;
}

.detail-fv__ttl .blk_ttl_cemetery {
  box-sizing: border-box;
}

.detail-fv__ttl .blk_ttl_cemetery h1 {
  line-height: 1.4;
}

.detail_other .detail-fv__ttl .blk_ttl_cemetery {
  width: 80%;
}

.detail-fv__ttl h1 span {
  font-size: 14px;
}

.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_other .detail-fv__ttl .blk_ttl_cemetery a,
.detail_other .detail-fv__ttl .blk_ttl_cemetery a:hover,
.detail_other .detail-fv__ttl .blk_ttl_cemetery a:visited {
  color: #0087cd;
}

/*地図アイコン*/
.heading-map {
  display: block;
  height: 48px;
  float: right;
  border: 1px solid #05aa22;
  border-radius: 6px;
  background: url(/responsive/img/info.png) no-repeat top center/200%;
  margin: 0;
  position: relative;
  text-decoration: none;
  width: 48px;
}

.heading-map p {
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  color: #0087cd;
  font-size: 12px;
  margin: 30px 0 0;
  text-align: center;
  white-space: nowrap;
}

/*アクセス*/
.detail-fv__place {
  box-sizing: border-box;
  order: 2;
  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 a,
.detail-fv__place a:hover,
.detail-fv__place a:visited {
  color: #0088ce;
  padding-right: 5px;
}

.detail-fv__place .material-icons {
  color: #05aa22;
  margin-right: 2px;
  font-size: 24px;
}

/*価格*/
.detail-fv__price {
  padding: 9px 0;
  position: relative;
  order: 3;
  text-align: center;
  width: 100%;
}

.detail-fv__price .detail-fv__anchor {
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  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__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__discription--price {
  margin: 0;
  padding: 10px 0 0 0;
}

.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;
}

@media only screen and (min-width: 768px) {

  /*アクセス*/
  .detail-fv__place {
    margin: 16px 0 0 0;
  }

  .detail-fv__place li {
    font-size: 16px;
    width: 320px;
  }

  /*アワードバッジ*/
  .award_badge {
    margin: 0 10px 0 0;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 53px;
  }

  /*霊園名*/
  .detail-fv__ttl {
    font-size: 24px;
  }

  .detail-fv__ttl .blk_ttl_cemetery {
    max-width: 560px;
    padding: 0;
  }

  .detail-fv__ttl h1 span {
    font-size: 18px;
  }

  .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;
  }

  /*地図アイコン*/
  .heading-map {
    border: 1px solid #ccc;
    float: none;
    height: 64px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 64px;
  }

  .heading-map p {
    font-size: 16px;
    margin: 42px 0 0;
  }

  /*価格*/
  .detail-fv__price {
    background: #f8f7f5;
    margin: 16px 0 0 0;
  }

}

@media only screen and (min-width: 1024px) {

  /*アクセス*/
  .detail-fv__place {
    width: 32%;
  }

  .heading-map {
    right: 0;
  }

  .detail-fv__ttl {
    width: 60%;
    margin: 0;
  }

}

/*フッター工程*/
.fix-btn02 {
  padding: 12px 0 12px;
}

/* ----- FV ----- */
.detail_main .heading,
.detail_other .heading {
  position: relative;
  margin: 0 auto 16px auto;
}

.detail_main .heading.detail-fv,
.detail_other .heading.detail-fv {
  display: flex;
  flex-wrap: wrap;
}

.detail_main .heading .content-tab {
  width: 100%;
}

.detail_main .link-kuchikomi,
.detail_main .link-kuchikomi:hover,
.detail_main .link-kuchikomi:visited {
  color: #232b39;
  text-decoration: none;
}

/*霊園名*/
.detail_main .heading .heading-container {
  order: 1;
  margin: 0 10px;
}

/* h1下の買値 SPのみ */
.fv__price--sp {
  order: 2;
  width: 100%;
}

/* スライダー上の最寄駅 */
.fv-station {
  background: #fef6d9;
  order: 3;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
}

.detail_other .fv-station,
.detail__other-review .fv-station {
  display: none;
}

.fv-station__inr {
  display: flex;
  font-size: 13px;
}

.fv-station__inr dt,
.fv-station__inr dd {
  align-items: center;
  display: flex;
}

.fv-station__inr dt,
.fv-station__inr dd,
.fv-station__inr p {
  white-space: nowrap;
}

.fv-station__inr dt {
  background: #fdeaa7;
  padding: 5px;
}

.fv-station__inr dd {
  padding: 5px 5px 5px 0;
}

.fv-station__inr i {
  font-size: 13px;
}

.fv-station__inr p {
  margin-left: 7px;
  position: relative;
  padding-right: 5px;
}

.fv-station__inr p::after {
  content: "/";
  position: absolute;
  right: -5px;
}

.fv-station__inr p:last-child::after {
  content: none;
}

/*スライダー*/
.detail_main .heading .main-visual {
  order: 4;
  position: relative;
  width: 100%;
}

.detail_main .heading .main-visual .view {
  height: 200px;
}

.detail_main .heading .main-visual .thumbnail {
  height: 60px;
}

/*右側CV*/
@media (max-width: 767.98px) {

  .detail_main .txt-call>a {
    height: 42px;
    line-height: 42px;
  }

  .detail_main .txt-call>a>span {
    padding: 0;
    margin: 0;
  }

  .detail_main .txt-call>a>i {
    font-size: 20px;
    margin: 0 5px 0 0;
    top: 5px;
    position: relative;
  }
}

/*タグ*/
.detail_main .heading-meta .list_icon {
  margin-bottom: 8px;
}

.detail_main .heading-meta .list_icon li {
  font-size: 13px;
  height: 22px;
}

/*メタ SP*/
.detail_main .sp-meta .heading-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.detail_main .sp-meta .list-place {
  display: inline-block;
  margin-bottom: 5px;
  overflow-x: scroll;
  width: 300px;
}

@media only screen and (max-width: 320px) {
  .detail_main .sp-meta .list-place {
    width: 240px;
  }
}

.detail_main .sp-meta .list-place>li {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.detail_main .sp-meta .list-place>li a {
  color: #05aa22;
  font-weight: bold;
  padding: 0;
}

.detail_main .sp-meta .list-place>li .material-icons {
  color: #05aa22;
  font-size: 26px;
  margin-right: 2px;
  vertical-align: middle;
}

.detail_main .sp-meta .order__headingmeta--1 {
  order: 2;
  white-space: nowrap;
  width: 100%;
}

.detail_main .sp-meta .order__headingmeta--2 {
  order: 1;
  width: 100%;
}

.detail_main .sp-meta .order__headingmeta--3 {
  order: 3;
  width: 100%;
}

.detail_main .heading-meta .blk_price {
  padding: 0;
  background: #fff;
  display: block;
  width: 100%;
  flex-wrap: inherit;
  margin-bottom: 0;
}

.detail_main .heading-meta .blk_price .material-icons {
  font-size: 30px;
  margin: -4px;
}

#ttl-price {
  padding-top: 100px;
  margin-top: -100px;
}

.detail_main .heading .sp-meta {
  order: 2;
  margin: 10px;
  padding: 0;
  width: 100%;
}

/* 詳細改修（211029） */
.detail_main .list_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_main .list_price li {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  padding: 8px 0;
  width: 50%;
}

.detail_main .list_price li:nth-child(2) {
  border-left: none;
}

.detail_main .list_price li:nth-child(3) {
  border-top: none;
}

.detail_main .list_price li:nth-child(4) {
  border-left: none;
  border-top: none;
}

.detail_main .list_price li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5%;
  width: 5em;
}

.detail_main .list_price li em {
  color: #d94372;
  font-size: 14px;
  font-weight: bold;
}

.detail_main .link_price {
  text-decoration: none;
}

.detail_main .link_price p {
  align-items: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #05aa22;
  display: flex;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  margin-top: -1px;
  width: 100%;
}

@media only screen and (min-width: 768px) {

  .detail_main .heading,
  .detail_other .heading {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .detail_other .heading.detail-fv {
    margin: 0 auto 20px auto;
  }

  .detail_main .heading-meta .blk_price {
    width: auto;
  }

  .detail_main .heading-meta {
    display: block;
  }

  .detail_main .heading .heading-container {
    margin: 0;
    order: 1;
  }

  .detail_main .heading .main-visual {
    margin: 0 0 24px 0;
    order: 5;
    width: 100%;
  }

  .detail_main .heading .main-visual .view {
    height: 563px;
    overflow: hidden;
    position: relative;
  }

  .detail_main .heading .main-visual .thumbnail {
    height: 60px;
  }

  .detail_main .heading .button-conversion {
    order: 4;
    width: 100%;
  }

  /*タグ*/
  .detail_main .heading-meta .list_icon {
    margin-bottom: 12px;
  }

  .detail_main .heading-meta .list_icon li {
    font-size: 14px;
    height: 32px;
  }

  .detail_main .heading-meta .blk_price {
    padding: 12px 12px 12px 24px;
    background: #f8f7f5;
  }

  .detail_main .heading-meta .blk_price .material-icons {
    height: auto;
    line-height: 20px;
  }

  .fv__price--sp {
    display: none;
  }

}

/* 内部スタイルから移行 */
a.btn__file {
  display: block;
  width: 49%;
  padding: 0;
  height: 42px;
  line-height: 42px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f77670), to(#ef4620));
  background: -o-linear-gradient(top, #f77670, #ef4620);
  background: linear-gradient(to bottom, #f77670, #ef4620);
  border-radius: 4px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  -webkit-box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  margin: 0;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

a.btn__file:hover,
a.btn__file:visited {
  color: #fff;
}

a.btn__file:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

a.btn__file span.material-icons {
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  a.btn__file {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 18px;
  }

  a.btn__file:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }

  a.btn__file span.material-icons {
    top: 0;
  }
}

.heading-container .blk_ttl a.btn__file {
  display: block;
  width: 180px;
  height: 36px;
  line-height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f77670), to(#ef4620));
  background: -o-linear-gradient(top, #f77670, #ef4620);
  background: linear-gradient(to bottom, #f77670, #ef4620);
  border-radius: 4px;
  text-align: center;
  position: absolute;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  -webkit-box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  margin: 0 auto 5px -90px;
  left: 50%;
}

.heading-container .blk_ttl a.btn__file:hover,
.heading-container .blk_ttl a.btn__file:visited {
  color: #fff;
}

.heading-container .blk_ttl a.btn__file:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.heading-container .blk_ttl a.btn__file span.material-icons {
  font-size: 20px;
}

.heading-container .blk_ttl a.btn__file,
.heading-container .blk_ttl .btn_add,
.heading-container .blk_ttl .btn_remove {
  display: none;
}

@media (min-width: 768px) {
  .heading-container .blk_ttl a.btn__file {
    margin: 0;
    left: auto;
    right: 0;
    bottom: 35px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }

  .heading-container .blk_ttl a.btn__file,
  .heading-container .blk_ttl .btn_add,
  .heading-container .blk_ttl .btn_remove {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .heading-container .blk_ttl a.btn__file:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/*overwrite*/
.heading-container .blk_ttl button {
  bottom: 8px;
  margin: auto;
}

@media (min-width: 768px) {

  .heading-container .blk_ttl button {
    margin: 0;
    float: none;
    position: absolute;
    right: 0;
    left: auto;
    bottom: -5px;
  }

  .heading-container .blk_ttl .btn_add {
    transition: .3s all;
  }

  .heading-container .blk_ttl .btn_add:hover {
    transform: translateY(2px);
    margin: 0;
  }

}

.section-conversion a.btn__file {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f77670), to(#ef4620));
  background: -o-linear-gradient(top, #f77670, #ef4620);
  background: linear-gradient(to bottom, #f77670, #ef4620);
  border-radius: 4px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 18px;
  -webkit-box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.section-conversion a.btn__file:hover,
.section-conversion a.btn__file:visited {
  color: #fff;
}

.section-conversion a.btn__file:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section-conversion a.btn__file span.material-icons {
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .section-conversion a.btn__file {
    margin: 0 0 15px 0;
  }

  .section-conversion a.btn__file:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/* 詳細改修追加（211001） */
@media (max-width: 767.98px) {
  .detail_main .heading-container .blk_ttl {
    padding: 0 0 2px;
  }

  .detail_main .heading-container .blk_ttl h1 {
    font-size: 19px;
  }

  .detail_main .heading-container .blk_ttl .furigana {
    margin-bottom: 0;
  }

  .detail_main .heading-meta .list_icon .item_icon_type {
    background: #fff;
    border: 1px solid #05aa22;
    border-radius: 4px;
    font-size: 13px;
    height: 20px;
    width: 24%;
  }

  .detail_main .heading-meta .list_icon .item_icon_type .material-icons {
    color: #05aa22;
    font-size: 14px;
    margin-left: 2px;
  }

}

@media (min-width: 768px) {
  .detail_main .heading-container .blk_ttl h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .detail_main .heading-container .blk_ttl .furigana {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .cv-button-orange .cv-button-title {
    font-size: 16px;
  }

  .conversion-box.name a span {
    font-size: 14px;
  }
}

@media (max-width: 374.98px) {
  .detail_main .heading-meta .list_icon .item_icon_type {
    font-size: 3vw;
  }
}

/* 詳細改修（211029） */
/* スタッフコメント */
.detail_main .blk_staff {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px auto;
  max-width: 980px;
  padding: 0 10px;
}

.detail_main .blk_staff figure {
  margin-right: 20px;
  max-width: 80px;
  min-width: 48px;
  width: 17%;
}

.detail_main .blk_staff .comment-txt {
  width: auto;
  position: relative;
  background: #edf5e2;
  padding: 10px 20px;
}

.detail_main .blk_staff .comment-txt h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.detail_main .blk_staff .comment-txt p {
  font-size: 14px;
}

.detail_main .blk_staff .comment-txt:after {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.detail_main .blk_staff .comment-txt:after {
  border-color: rgba(237, 246, 227, 0);
  border-right-color: #edf5e2;
  border-width: 15px;
  margin-top: -15px;
}

.detail_main .blk_staff .comment-txt:before {
  border-color: rgba(5, 170, 34, 0);
  border-right-color: #edf5e2;
  border-width: 16px;
  margin-top: -16px;
}

.detail_main .section-info {
  clear: both;
}

/* アコーディオン（SP） */
@media (max-width: 767.98px) {
  .detail_main .wrap_more {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    position: relative;
  }

  .detail_main .wrap_more_content {
    height: 11rem;
    margin: 0;
    overflow: hidden;
  }

  .detail_main .wrap_more_fee {
    height: 2rem;
    margin: 0 0 40px;
    overflow: hidden;
  }

  .detail_main .wrap_more_detail {
    height: 20rem;
    margin: 0 0 20px;
    overflow: hidden;
  }

  .detail_main .wrap_more_content:before,
  .detail_main .wrap_more_fee:before,
  .detail_main .wrap_more_detail:before {
    bottom: 0;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .detail_main .wrap_more_label {
    -webkit-box-align: end;
    -ms-flex-align: end;
    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;
    position: absolute;
    width: 100%;
    z-index: 2;
  }

  .detail_main .wrap_more_label.more_fee {
    background: #fff;
    bottom: 40px;
    height: 2rem;
  }

  .detail_main .wrap_more_label:before {
    content: "もっと見る";
    margin-right: 4px;
  }

  .detail_main .wrap_more_label:after {
    border-top: 2px solid #05aa22;
    border-left: 2px solid #05aa22;
    content: "";
    display: inline-block;
    height: 7px;
    margin-bottom: 8px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    vertical-align: text-bottom;
    width: 7px;
  }

  .detail_main .wrap_more_label.more_fee:after,
  .detail_main .wrap_more_label.more_access:after {
    margin-bottom: 5px;
  }

  .detail_main .wrap_more_check:checked~.wrap_more_label {
    background: none;
    height: 1rem;
    position: static;
  }

  .detail_main .wrap_more_check:checked~.wrap_more_label {
    display: none;
  }

  .detail_main .wrap_more_check:checked~.wrap_more_content,
  .detail_main .wrap_more_check:checked~.wrap_more_fee,
  .detail_main .wrap_more_check:checked~.wrap_more_detail {
    display: block;
    height: auto;
  }

  .detail_main .wrap_more_check:checked~.wrap_more_content:before,
  .detail_main .wrap_more_check:checked~.wrap_more_fee:before,
  .detail_main .wrap_more_check:checked~.wrap_more_detail:before {
    display: none;
  }

  /* #section-tree1の「もっと見る」を非表示にする */
  /* １つ目の口コミの「もっと見る」を非表示にする */
  .detail_main .item_review:first-child .wrap_more_label,
  .detail_main #section-tree1 .wrap_more_label {
    height: auto;
  }

  .detail_main .item_review:first-child .wrap_more_label,
  .detail_main #section-tree1 label {
    display: none;
  }

  .detail_main .item_review:first-child .wrap_more_content,
  .detail_main #section-tree1 .wrap_more_content {
    height: auto;
  }

}

.detail_main .wrap_more_check {
  display: none;
}

.detail_main .ttl_h3 {
  border-left: 2px solid #05aa22;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 8px;
}

.detail_main .tbl_price {
  border-spacing: 0;
  margin: 0 auto;
  width: calc(100% - 20px);
}

/* 価格リスト */
.detail_main .list_cemetery_price {
  border-top: 1px solid #ccc;
  color: #232b39;
  display: block;
  margin: 0 10px 12px;
}

.detail_main .wrap_more_fee .list_cemetery_price {
  border-top: none;
}

.detail_main .item_cemetery_price {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding: 12px 0 12px;
}

.detail_main .list_cemetery_price h4 {
  color: #232b39;
  font-size: 1rem;
}

.detail_main .list_cemetery_price .price_indication {
  font-size: .875rem;
  margin-bottom: 10px;
}

.detail_main .list_cemetery_price .price_indication span {
  color: #d94372;
  padding-left: 10px;
}

.detail_main .list_cemetery_price .price_indication span em {
  font-weight: bold;
  font-size: 1rem;
}

.detail_main .list_cemetery_price .detail_cemetery_price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.detail_main .list_cemetery_price .detail_cemetery_price figure {
  height: 150px;
  margin-right: 10px;
  min-width: 150px;
  width: 150px;
}

.detail_main .list_cemetery_price .detail_cemetery_price figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.detail_main .list_cemetery_price .detail_cemetery_price ul li {
  line-height: 1.4;
  margin: 0 0 10px 15px;
  text-indent: -0.5em;
}

.detail_main .list_cemetery_price .detail_cemetery_price ul li::before {
  content: "■";
  display: inline-block;
}

.detail_main .list_cemetery_price .detail_cemetery_price ul li span {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .detail_main .ttl_h3 {
    border-left: 2px solid #05aa22;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 10px;
    padding-left: 8px;
  }

  .detail_main .list_cemetery_price {
    display: none;
  }
}

/*アウトライン*/
.detail_main .list__scroll--cemetery {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px 0;
}

.detail_main .list__scroll--cemetery ul {
  display: flex;
}

.detail_main .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;
}

.detail_main .list__scroll--cemetery ul li:first-child,
.detail_main .list__scroll--cemetery ul li:first-child {
  margin: 0 0 0 10px;
}

.detail_main .list__scroll--cemetery .list__scroll--cemetery--pr--inr {
  margin-bottom: 40px;
}

/*画像*/
.detail_main .list__scroll--cemetery ul li figure {
  width: 220px;
  overflow: hidden;
}

.detail_main .list__scroll--cemetery ul li figure {
  height: 90px;
}

.detail_main .list__scroll--cemetery ul li img {
  height: 100%;
  max-width: inherit;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

.detail_main .list__scroll--cemetery ul.list_recommend .list__scroll--cemetery--pr--inr {
  margin-bottom: 0;
}

.detail_main .list__scroll--cemetery ul.list_recommend figure {
  height: 90px;
  width: 120px;
}

.detail_main .list__scroll--cemetery ul.list_recommend li figure img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.detail_main .list__scroll--cemetery::-webkit-scrollbar {
  height: 2px;
}

.detail_main .list__scroll--cemetery::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
  box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
}

.detail_main .list__scroll--cemetery::-webkit-scrollbar-thumb {
  background: rgba(5, 170, 34, .5);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
  box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
}

/*見出し*/
.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;
  max-height: 48px;
}

.detail_main .ttl__h3--cemetery {
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.5;
  margin: 5px 10px 10px;
  border-left: 4px solid #05aa22;
  font-size: 1rem;
  padding-left: 12px;
}

/*所在地*/
.detail_main p.data__txt--address {
  font-size: 14px;
  line-height: 1.3;
}

/*評価*/
.detail_main .list__scroll--cemetery .rating {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.detail_main .list__scroll--cemetery .rating span {
  font-size: 15px;
}

.detail_main .list__scroll--cemetery .rating .count {
  font-weight: normal;
  margin-left: -4px;
}

.detail_main .list__scroll--cemetery .rating .count a {
  color: #0187cd;
}

.detail_main .list__scroll--cemetery dl {
  display: flex;
}

.detail_main .list__scroll--cemetery dl dt::after {
  content: "：";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.detail_main .list__scroll--cemetery dl dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .75rem;
}

.detail_main .list__scroll--cemetery dl dd em {
  color: #d94372;
  font-size: .875rem;
  font-weight: bold;
}

/*テキスト*/
.detail_main .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;
  overflow: hidden;
  line-height: 1.3;
}

/*クリッカブル*/
.detail_main .list__scroll--cemetery ul li a.anchor__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*ホバー時の画像ズーム*/
.detail_main .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);
}

/*ボタン*/
.detail_main .list__scroll--cemetery button.btn__to--regist {
  bottom: 10px;
  font-size: .8125rem;
  left: 10%;
  padding: 10px 0;
  position: absolute;
  width: 80%;
}

.detail_main button.btn__to--regist {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  box-shadow: inset 0 -2px 2px rgb(0 0 0 / 24%);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #05aa22;
  display: block;
  font-weight: normal;
  line-height: 1;
  margin: 10px auto 0 auto;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.detail_main button.btn__to--regist:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  background: #05aa22;
  color: #fff;
}

/*PRアイコン付き見出し*/
.detail_main .section h2.ttl__h2--pr {
  border-bottom: 1px solid #05aa22;
  padding: 16px 28px 4px 0;
  position: relative;
}

.detail_main .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;
}

@media (min-width: 768px) {
  .detail_main .ttl__h2--pr span {
    font-size: .875rem;
  }

  .detail_main .list__scroll--cemetery ul li {
    margin: 0 .5% 0;
    max-width: 190px;
    padding: 9px;
  }

  .detail_main .list__scroll--cemetery ul li:first-child {
    margin: 0 .5% 0;
  }

  .detail_main .list__scroll--cemetery ul li figure {
    margin: auto;
    width: 170px;
  }

  .detail_main .list__scroll--cemetery::-webkit-scrollbar {
    height: 10px;
  }

  .detail_main .list__scroll--cemetery::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
    box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
  }

  .detail_main .list__scroll--cemetery::-webkit-scrollbar-thumb {
    background: rgba(5, 170, 34, .5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
    box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
  }

  .detail_main .list__scroll--cemetery ul.list_recommend li {
    margin: 0 .3% 0;
    max-width: 160px;
  }

  .detail_main .list__scroll--cemetery ul.list_recommend li:first-child {
    margin: 0 .3% 0 .5%;
  }

  .detail_main .list__scroll--cemetery ul.list_recommend li figure {
    width: 140px;
  }
}

@media (max-width: 767.98px) {

  .detail_main .section h2 {
    line-height: 1.2;
    padding: 16px 0 4px;
  }

  #ttl-price {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.detail_main .kuchikomi-inner {
  padding-left: 38px;
}

.detail_main .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";
}

/* 220118 見学予約カレンダー染み出し */

/*SPの場合*/
.section-calseep {
  border: solid 2px #05aa22;
  margin: 24px -10px;
  padding: 0 10px 16px 10px;
  text-align: center;
  color: #404040;
}

.calseep__ttl {
  font-size: 16px;
  font-weight: bold;
  background-color: #05aa22;
  color: #fff;
  margin: 0 -10px 12px;
  padding: 2px 0;
}

.calseep__txt {
  font-size: 16px;
}

.calseep__calendar {
  margin: 5px 0 16px;
}

.calseep__week {
  display: flex;
  width: 100%;
}

.calseep__week li {
  width: calc(100% / 7);
  padding: 5px 0;
}

.calseep__week .sat,
.calseep__days .sat,
.calseep__set .sat {
  color: #0088ce;
}

.calseep__week .sun,
.calseep__days .sun,
.calseep__set .sun {
  color: #d94372;
}

.calseep__days {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.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;
}

.calseep__days a p {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.calseep__days a:nth-child(7n) {
  border-right: solid 1px #ccc;
}

.calseep__days a:nth-child(n+8) {
  border-bottom: solid 1px #ccc;
}

.calseep__today p span {
  font-size: 12px;
}

a.calseep__today {
  padding: 10px 0;
}

.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: inherit;
  text-decoration: none;
}

/*PCの場合*/
@media (min-width: 768px) {
  .section-calseep {
    max-width: 1000px;
    margin: -48px auto 32px;
  }

  .section-calseep {
    border: none;
  }

  .calseep__ttl {
    margin: 0 0 10px;
  }

  .calseep__txt {
    border: solid 1px #ccc;
    border-right: none;
    float: left;
    font-size: 14px;
    height: 94px;
    line-height: 1.2;
    width: 104px;
  }

  .calseep__txt p {
    margin: 28px 0;
    line-height: 1.4;
  }

  .calseep__set {
    display: flex;
    height: 96px;
  }

  .calseep__set li {
    width: calc(100% / 14);
    border: solid 1px #ccc;
    border-right: none;
  }

  .calseep__set li:last-child {
    border-right: solid 1px #ccc;
  }

  .calseep__set li>p {
    border-bottom: solid 1px #ccc;
    padding: 3px 0;
  }

  .calseep__set li>a {
    color: inherit;
    text-decoration: none;
  }

  .calseep__set li>a:hover>p {
    background-color: #f5faef;
  }

  .calseep__set li>a>p,
  .calseep__today div p {
    font-family: 'Arial', sans-serif;
  }

  .calseep__set li>a>p {
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 0;
  }

  .calseep__today div {
    padding: 13px 0;
  }

  .calseep__today div p {
    font-size: 18px;
    line-height: 1.2;
  }

}

/* カレンダー下リンク*/
.detail_main .cvBtn-4569.visiting-carve-button-xs {
  display: block;
  margin-bottom: 30px;
}

.detail_main .cvBtn-4569 .txt-call>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: initial;
  padding: 6px 0;
}

.detail_main .cvBtn-4569 .txt-call>a p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.detail_main .cvBtn-4569 .txt-call>a>i {
  margin-right: 10px;
  font-size: 27px;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .detail_main .cvBtn-4569 .box-call>.txt-call {
    font-size: 28px;
  }
}


/* ----- カレンダー ----- */
.visit-calendar .calseep__days a p,
.visit-calendar .calseep__set a p,
.visit-calendar .calseep__set div p {
  text-decoration: underline;
}

.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.section-calseep {
  box-sizing: border-box;
  margin: 34px 0 0 0;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
  color: #232B39;
}

.visit-calendar.section-calseep::before,
.visit-calendar.section-calseep::after {
  content: "";
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 0px 25px 21px 25px;
  position: absolute;
  right: 17%;
  left: auto;
}

.visit-calendar.section-calseep::before {
  border-color: transparent transparent #CCCCCC transparent;
  top: -21px;
}

.visit-calendar.section-calseep::after {
  border-color: transparent transparent #fef6d9 transparent;
  top: -20px;
}

.visit-calendar .calseep__ttl {
  padding: 6px 0 4px;
  background-color: #FEF6D9;
  border-radius: 5px 5px 0 0;
  color: inherit;
}

.visit-calendar .calseep__today div p {
  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-size: 16px;
  font-weight: 600;
}

.visit-calendar .calseep__today p.calseep__tel {
  margin-top: 4px;
  text-decoration: none;
  font-weight: 600;
}

/* detailのsp 口コミ上にあるカレンダー */
.section-calendar {
  margin: auto 10px 40px 10px;
}

.section-calendar .visit-calendar.section-calseep::before,
.section-calendar .visit-calendar.section-calseep::after {
  content: none;
}

/* 〇 */
.visit-calendar span.calseep__circle {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px auto 0;
  border: solid 2px #05AA22;
  border-radius: 50%;
  text-decoration: none;
}

/* 説明 */
.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;
}

@media only screen and (min-width: 768px) {
  .visit-calendar.section-calseep {
    margin: 0 auto 32px auto;
  }

  .visit-calendar.section-calseep::before,
  .visit-calendar.section-calseep::after {
    display: none;
  }

  .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;
  }

  .visit-calendar .calseep__set li,
  .visit-calendar .calseep__set li>p,
  .visit-calendar .calseep__set li:last-child {
    border: none;
  }

  .visit-calendar .calseep__today div,
  .visit-calendar .calseep__set li>a {
    border: solid 1px #ccc;
    border-right: none;
  }

  .visit-calendar .calseep__set li:last-child>a {
    border-right: solid 1px #ccc;
  }

  .visit-calendar .calseep__set li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-height: 64px;
  }

  .visit-calendar .calseep__set li>a:hover {
    background-color: #f5faef;
  }

  .visit-calendar .calseep__set li>a:hover>p {
    background-color: transparent;
  }

  .visit-calendar .calseep__today div {
    padding-bottom: 12px;
  }

  .visit-calendar .calseep__today div p,
  .visit-calendar .calseep__set li>a>p {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .visit-calendar .calseep__explanation,
  .visit-calendar .calseep__explanation>div {
    font-size: 14px;
  }

  /* 詳細情報カレンダー */
  #section-map .visit-calendar.section-calseep {
    width: 100%;
  }
}

/*---------- 価格リスト改修 ----------*/
.detail_main .ttl__h3--cemetery {
  margin-top: 40px;
}

.detail_main .list_detail_cemetery_price {
  display: block;
  margin: 0 10px 12px;
  color: #232b39;
  border-top: 1px solid #ccc;
}

.detail_main .item_detail_cemetery_price {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

/* 4件目以降のborder */
.detail_main .wrap_more_fee .list_detail_cemetery_price {
  border-top: none;
}

.detail_main .wrap_more:not(:last-of-type) .wrap_more_fee {
  margin-bottom: 0;
}

.detail_main .wrap_more_fee:before {
  height: 0;
}

/* 画像 */
.detail_main .item_detail_cemetery_price>figure {
  width: 100%;
  max-height: 160px;
  margin-bottom: 9px;
  background: #ECF4E1;
}

.detail_main .item_detail_cemetery_price>figure img {
  width: 100%;
  height: 100%;
  max-height: 160px;
}

.detail_main .list_detail_cemetery_price h4 {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  color: #232b39;
  font-weight: bold;
  line-height: 1.5;
}

.detail_main .list_detail_cemetery_price .price_indication {
  margin-bottom: 4px;
  font-size: .875rem;
  line-height: 1.5;
}

/* 価格表示部分 */
.detail_main .list_detail_cemetery_price .price_indication span {
  font-size: 1rem;
}

.detail_main .list_detail_cemetery_price .price_indication span:first-child {
  padding-left: 10px;
}

/* 価格赤字 */
.detail_main .list_detail_cemetery_price .price_indication .price_value {
  color: #D94372;
}

/* 価格太字 */
.detail_main .list_detail_cemetery_price .price_indication span em {
  font-size: 1.25rem;
  font-weight: bold;
}


.detail_main .list_detail_cemetery_price .price_area span {
  margin-left: 6px;
}

.detail_main .list_detail_cemetery_price .price_area span em {
  font-size: 1.125rem;
  font-weight: bold;
}

/* タグ */
.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;
}

/* 詳細を見る */
.detail_main .list_detail_cemetery_price .txt_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1px 0;
  color: #05aa22;
  font-size: 14px;
  text-decoration: underline;
}

.detail_main .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;
}

/* 全体リンク */
.detail_main .list_detail_cemetery_price .link_card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 4件目以降の「もっと見る」 */
.detail_main .wrap_more_label.more_fee {
  top: 0;
}

@media only screen and (min-width: 768px) {
  .item_detail_cemetery_price {
    display: flex;
  }

  .detail_main .item_detail_cemetery_price {
    padding: 12px 0;
  }

  .detail_main .item_detail_cemetery_price>div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .detail_main .item_detail_cemetery_price>figure {
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .detail_main .item_detail_cemetery_price>figure img {
    max-height: 200px;
  }

  .detail_main .list_detail_cemetery_price h4 {
    font-size: 1.125rem;
  }

  .detail_main .list_detail_cemetery_price .price_indication {
    font-size: 1rem;
  }

  .detail_main .list_detail_cemetery_price .price_indication span {
    font-size: 1.125rem;
  }

  .detail_main .list_detail_cemetery_price .price_indication span em {
    font-size: 1.25rem;
  }

  .detail_main .list_detail_cemetery_price .price_area {
    font-size: 1rem;
  }

  .detail_main .list_detail_cemetery_price .price_area em {
    font-size: 1.25rem;
  }

  .detail_main .list_detail_cemetery_price .txt_link {
    justify-content: flex-end;
    margin-top: auto;
    font-size: 1rem;
  }
}


/*---------- 価格リスト modal ----------*/
/* modal cemetery-price */
.detail_main .modal__cemetery-price {
  width: 100%;
  font-size: 15px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}

.detail_main .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;
}

.detail_main .modal__cemetery-price:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.detail_main .modal__cemetery-price::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.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 .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__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 .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__header h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
}

.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;
  /* Firefoxスクロールバー */
  scrollbar-width: thin;
  scrollbar-color: rgba(5, 170, 34, 0.75) rgba(5, 170, 34, 0.25);
}

.modal__cemetery-price .modal__body::-webkit-scrollbar {
  width: 5px;
}

.modal__cemetery-price .modal__body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
  box-shadow: inset 0 0 6px rgba(5, 170, 34, .1);
}

.modal__cemetery-price .modal__body::-webkit-scrollbar-thumb {
  background: rgba(5, 170, 34, .5);
  -webkit-box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
  box-shadow: 0 0 0 1px rgba(5, 170, 34, .3);
}

/* modal body 内容 */
/* 画像 */
.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 .price_indication span {
  font-size: 1rem;
}

.modal__cemetery-price .price_indication .price_value {
  color: #D94372;
}

.modal__cemetery-price .price_indication span em {
  font-size: 1.25rem;
  font-weight: bold;
}

.modal__cemetery-price .price_year em {
  font-weight: bold;
}

/* modal内アコーディオン */
/* 価格の内訳を見る */
.modal__cemetery-price .wrap_more {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.modal__cemetery-price .content_more {
  height: 0;
  overflow: hidden;
}

/* アコーディオン開閉 */
.modal__cemetery-price .input_check {
  display: none;
}

.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 .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 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,
.modal__cemetery-price dl dd {
  width: 100%;
  padding: 4px 10px;
}

.modal__cemetery-price dl dt {
  background: #F5F5F5;
  border-top: 1px solid #ccc;
  letter-spacing: -0.03em;
}

.modal__cemetery-price dl dd:last-of-type {
  border-bottom: 1px solid #ccc;
}

.modal__cemetery-price dl dd em {
  font-weight: bold;
}

/* 空き状況 */
.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 .blk_price_empty .empty_limited {
  color: #D94372;
}

.modal__cemetery-price .blk_price_empty .empty_limited_txt {
  font-size: 0.75rem;
  font-weight: bold;
}

/* modal footer */
.modal__cemetery-price .modal__footer {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #CCCCCC;
}

/* modal CTA */
.modal__cemetery-price .modal__footer .button-conversion {
  box-sizing: border-box;
  margin: 10px;
}

/* tel */
.modal__cemetery-price .txt-call {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  font-weight: bold;
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E0E0 100%);
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
}

.modal__cemetery-price .txt-call>.icn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #232B39;
  text-decoration: none;
  line-height: 1;
}

.modal__cemetery-price .txt-call>.icn-tel>i {
  font-size: 1.625rem;
  color: #05AA22;
  top: -2px;
}

.modal__cemetery-price .txt-call>.icn-tel>span {
  margin-top: 2px;
  font-family: Roboto, sans-serif;
}

.modal__cemetery-price .txt-call>.icn-tel>.icon-free {
  padding: 1px 4px;
  margin-left: 5px;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 1.5;
  background: #05AA22;
  border-radius: 2px;
}

.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;
}

/* PCの場合 */
@media only screen and (min-width: 768px) {
  .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_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;
  }

  /* PC版 アコーディオンなし */
  .modal__cemetery-price .wrap_more input,
  .modal__cemetery-price .wrap_more label {
    display: none;
  }

  .modal__cemetery-price .wrap_more {
    margin-bottom: 20px;
    padding-bottom: 0;
    grid-row: 4 / 5;
  }

  .modal__cemetery-price .content_more {
    display: block;
    height: auto;
    overflow: auto;
  }

  .modal__cemetery-price dl {
    flex-direction: row;
    flex-flow: row wrap;
  }

  .modal__cemetery-price dl dt,
  .modal__cemetery-price dl dd {
    font-size: 1rem;
  }

  .modal__cemetery-price dl dt:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  .modal__cemetery-price dl dd {
    border-top: 1px solid #ccc;
  }

  .modal__cemetery-price .blk_price_dl._main dt {
    flex-basis: 43%;
  }

  .modal__cemetery-price .blk_price_dl._main dd {
    flex-basis: 57%;
  }

  .modal__cemetery-price .blk_price_dl._sub dt {
    flex-basis: 42%;
  }

  .modal__cemetery-price .blk_price_dl._sub dd {
    flex-basis: 58%;
  }

  /* 空き状況 */
  .modal__cemetery-price .blk_price_empty {
    padding: 7px;
    grid-row: 3 / 4;
  }

  .modal__cemetery-price .blk_price_empty p {
    font-size: 1rem;
  }

  .modal__cemetery-price .blk_price_empty .empty_limited_txt {
    font-size: 0.875rem;
  }

  /* modal CTA */
  .modal__cemetery-price .modal__footer div.button-conversion {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
  }

  /* tel */
  .modal__cemetery-price .txt-call {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
  }

  .modal__cemetery-price .txt-call>.icn-tel {
    font-size: 2rem;
  }

  .modal__cemetery-price .txt-call>.icn-tel>i {
    margin-right: 6px;
    font-size: 1.8rem;
  }

  /* CVボタン */
  .modal__cemetery-price .modal__footer div.button-conversion .cvbtn-box {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .modal__cemetery-price .modal__footer .button-conversion .regist {
    margin-top: 0;
  }

  .modal__cemetery-price .modal__footer .button-conversion .regist:not(:last-child) {
    margin-bottom: 0;
  }

  .modal__cemetery-price .modal__footer .button-conversion .regist:first-of-type {
    margin-right: 22px;
  }

  .modal__cemetery-price .modal__footer .button-conversion .regist a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }

  .modal__cemetery-price .modal__footer .button-conversion .regist .cv-button-title {
    margin-top: 0;
    font-size: 1.25rem;
  }

}

/*ハンドブック資料請求のCTAを追加(MOON_L1-4906)*/
.conversion-pdf {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
  order: 6;
  padding: 10px 5px;
  position: relative;
  width: 100%;
}

.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;
}

.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;
}

.conversion-pdf .button_conversion-pdf {
  width: 100%;
}

.button_conversion-pdf a {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}

.cv-button-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 6px rgb(0 0 0 / 15%);
}

.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);
}

@media screen and (min-width: 768px) {

  .conversion-pdf {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
    padding: 10px 10px 0;
  }

  .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;
  }

  .button_conversion-pdf .icon-free {
    font-size: 1rem;
  }

}

#section-booklet .conversion-pdf {
  margin: 0 0 10px 0;
  width: auto;
}

/*----------./MOON_L1-4906----------*/

/* 墓じまいCV追加 */
.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;
}

.button_conversion-pdf.icon-free.hakajimai_cta {
  color: rgb(255, 119, 0);
}

.conversion-pdf_ttl.hakajimai_cta {
  color: rgb(255, 119, 0);
}

/*---------- MOON_L1-5027 ----------*/
/*下部にカルーセルを追加*/
/*いいお墓おすすめの霊園、最近見た霊園、東京都の公営霊園*/

/*public/responsive/css/top.css 10行目*/
.section-item .inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
  width: 100%;
}

/*public/responsive/css/top.css 110行目*/
/* スクロールバー */
.scroll_bar_x {
  padding-bottom: 15px;
  overflow-x: scroll;
}

.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);
}

/*public/responsive/css/top.css 406行目*/
/*===== module =====*/
/* 口コミ評価 */
.blk_rating {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

/* 星 */
.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;
}

/* 00件 */
.blk_rating .point_rating a {
  color: #232b39;
  text-decoration: none;
}

/* card */
/* 共通 */
.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: 10px;
}

.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: #05aa22;
  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 {
  margin-bottom: 2px;
}

/* 価格 */
.card_row_price .price_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.card_row_price .price_wrap:not(:last-child) {
  margin-bottom: 3px;
}

.detail-fv__ttl h1 i{
  font-size: .875rem;
  font-style: normal;
}

.detail-fv__ttl h1 span{
  display: inline-block;
  font-size: .875rem;
  font-feature-settings: 'palt';
}

.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;
}

.section-item .txt_link {
  color: #05aa22;
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

/*見出し*/
/*「一覧を見る」リンクを横に置く*/
.section-item .ttl__h2--pr {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 25px 10px 20px;
  padding: 16px 4px 4px;
}

/*「一覧を見る」リンクの横矢印*/
.section-item .ttl__h2--pr .txt_link {
  flex-shrink: 0;
}

.section-item .ttl__h2--pr .txt_link::after {
  border-right: solid 2px #05aa22;
  border-top: solid 2px #05aa22;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 6px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}

/* 全体リンク */
.card_link_overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section-item .inner {
    padding: 0;
    margin-bottom: 20px;
  }

  /*見出し*/
  .section-item .ttl__h2--pr {
    margin: 0 0 20px;
  }

  .section-item .txt_link {
    font-size: 1rem;
  }

  /*===== module =====*/

  /* card */
  /* カード共通設定 */
  .card_row_item:not(:first-child) {
    margin-left: 13px;
  }
}

/*---------- ./MOON_L1-5027 ----------*/

/* MOON_L1-5870 */
.blk-notice {
  margin: 16px 0 0;
  order: 5;
  width: 100%;
}

.blk-notice .txt-note {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.blk-notice .btn-notice {
  align-items: center;
  background: linear-gradient(180deg, #fa0 0, #eb7005 100%);
  border-radius: 4px;
  border: 1px solid #eb7005;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDGothic";
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 10px);
}

.blk-notice .btn-pdf {
  display: none;
}

.blk-notice .txt-notice {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.blk-notice .icon-free {
  background: #fff;
  border-radius: 2px;
  color: #eb7005;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 5px;
  padding: 0 4px;
  text-shadow: none;
}

.blk-notice .txt-lead {
  font-size: 12px;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
  .blk-notice {
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    justify-content: center;
    margin: 24px 0 16px;
    order: 2;
  }

  .blk-notice.inner-boseki {
    border: none;
    margin: 16px 0;
  }

  .blk-notice .txt-note {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .blk-notice .btn-notice {
    border-radius: 8px;
    height: 48px;
    margin: 12px 0;
    width: 360px;
  }

  .blk-notice .btn-pdf {
    align-items: center;
    background: linear-gradient(180deg, #57dd06 0, #05aa22 100%);
    border-radius: 8px;
    border: 1px solid #05aa22;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "BIZ UDGothic";
    height: 48px;
    justify-content: center;
    margin: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 360px;
  }
}
