/* fv */
.searchlead-box {
    margin: 20px 0 24px 0;
  }
  
  .heading {
    margin-bottom: 24px;
  }
  
  .heading-container {
    margin: 0;
  }
  
  .heading-title h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  
  .heading-title span {
    font-size: 12px;
  }
  
  .heading-inner {
    align-items: center;
    font-size: 12px;
    display: flex;
    padding: 16px 0 10px;
  }
  
  .heading-inner .rating i {
    font-size: 16px;
    line-height: 1;
    color: #ef7b00;
  }
  
  .rating span {
    font-size: 16px;
    margin-left: 4px;
  }
  
  .heading-meta {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .heading-cta {
    border-radius: 5px;
    background: #fef6d9;
    box-sizing: border-box;
    height: auto;
    margin: 16px 0 0 0;
    padding: 8px 10px 16px 10px;
    text-align: center;
  }
  
  .heading-cta__text {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  
  .button__cta--fv {
    align-items: center;
    background: #eb7005;
    box-shadow:0 2px 4px 1px rgba(0, 0, 0, 0.20);
    border-radius: 24px;
    line-height: 48px;
    height: 48px;
    color: #fff;
    display: flex;
    font-size: 18px;
    gap: 0 10px;
    justify-content: center;
    text-decoration: none;
  }
  
  .button__cta--footer {
    align-items: center;
    background: #eb7005;
    box-shadow:0 2px 4px 1px rgba(0, 0, 0, 0.20);
    border-radius: 22px;
    color: #fff;
    display: flex;
    font-size: 20px;
    gap: 0 10px;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    margin: 0 10px;
    text-decoration: none;
  }
  
  .button__cta--fv:hover,
  .button__cta--fv:visited,
  .button__cta--footer:hover,
  .button__cta--footer:visited {
    color: #fff;
  }
  
  /* タブ */
  .s-tab {
    border-bottom: solid 1px #ccc;
  }
  
  .s-tab__list {
    display: flex;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .s-tab__item {
    border-top: solid 1px #ccc;
    color: #232b39;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 25%;
  }
  
  .s-tab__item:last-child {
    border-right: solid 1px #ccc;
  }
  
  .s-tab__item,
  .s-tab__item a,
  .s-tab__item a:hover,
  .s-tab__item a:visited {
    color: #05aa22;
  }
  
  .s-tab__item a {
    border-left: solid 1px #ccc;
    display: block;
    text-decoration: none;
  }
  
  .s-tab__list .active {
    background: #f5f5f5;
    color: #232b39;
    font-weight: 700;
  }
  
  /* 紹介 */
  .ttl__h2--catchphrase {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  
  .s-profile {
    display: block;
  }
  
  .s-profile__photo {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap:0;
    grid-row-gap:0;
    position: relative;
  }
  
  .s-profile__view { grid-area: 1 / 1 / 2 / 5; }
  .s-profile__thumbnail-01 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  .s-profile__thumbnail-02 { grid-area: 2 / 2 / 3 / 3; justify-self: start; }
  .s-profile__thumbnail-03 { grid-area: 2 / 3 / 3 / 4; justify-self: start; }
  .s-profile__thumbnail-04 { grid-area: 2 / 4 / 3 / 5; justify-self: start; }
  
  .s-profile__photo input {
    visibility: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    left: -2px;
    top: -2px;
  }
  
  .s-profile__photo label {
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 56px;
    width: 56px;
    margin: 16px 2px 0 0;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
  }
  
  .s-profile__photo label:hover {
    opacity: 0.5;
  }
  
  .s-profile__photo label img {
    display: block;
    height: 60px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
  }
  
  .s-profile__photo input[name=switch_1]:checked+label,
  .s-profile__photo input[name=switch_2]:checked+label,
  .s-profile__photo input[name=switch_3]:checked+label,
  .s-profile__photo input[name=switch_4]:checked+label {
    border: 2px solid #05aa22;
  }
  
  .s-profile__view-container {
    aspect-ratio: 4 /3;
    overflow: hidden;
  }
  
  .s-profile__photo input[name=switch_1]~div img,
  .s-profile__photo input[name=switch_2]~div img,
  .s-profile__photo input[name=switch_3]~div img,
  .s-profile__photo input[name=switch_4]~div img {
    opacity: 0
  }
  
  .s-profile__photo input[name=switch_1]:checked+label+div img,
  .s-profile__photo input[name=switch_2]:checked+label+div img,
  .s-profile__photo input[name=switch_3]:checked+label+div img,
  .s-profile__photo input[name=switch_4]:checked+label+div img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .s-profile__text {
    margin: 16px 0 0 0;
  }
  
  /* 概要 */
  .section-info {
    margin-bottom: 20px;
  }
  
  .section-info .area-info {
    margin-bottom: 30px;
    padding: 0 10px;
    line-height: 1.6;
  }
  
  .section-info .section-txt-area {
    margin-bottom: 30px;
  }
  
  .section-item {
    margin-bottom: 24px;
  }
  
  .section-txt-area p {
    margin-bottom: 30px;
  }
  
  .feature-item {
    border-bottom: solid 1px #ccc;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
  }
  
  .feature-figure {
    margin: 0 0 16px 0;
    width: 100%;
  }
  
  .feature-discription__ttl {
    font-weight: 700;
    font-size: 16px;
    padding: 0 0 8px 0;
  }
  
  /* 無料のアイコン */
  .icon-free{
    background: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-shadow: none;
  }
  
  .icon__free--regist {
    border-radius: 4px;
    color:#eb7005;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    width: 48px;
  }
  
  .icon__free--footer {
    border-radius: 4px;
    color:#eb7005;
    font-size: 18px;
    height: 29px;
    line-height: 29px;
    width: 52px;
  }
  
  .icon__free--carousel {
    border-radius: 2px;
    color: #05aa22;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 32px;
  }
  
  /* カルーセル */
  #tab-cemetery {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", sans-serif;
  }
  
  .button__cta--book {
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--main, #05AA22);
    background: var(--gradation-grad_main, linear-gradient(180deg, #57DD06 0%, #05AA22 100%));
    box-shadow:0 2px 4px 1px rgba(0, 0, 0, 0.20);
    color: #fff;
    display: flex;
    gap: 0 5px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    margin: auto 5px 10px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
    z-index: 100;
  }
  
  .button__cta--book:hover,
  .button__cta--book:visited {
    color: #fff;
    text-decoration: none;
  }
  
  /* CTA */
  #footer_cta {
    background: rgba(0, 0, 0, 0.70);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    padding: 6px 0 10px 0;
    position: fixed;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 100;
  }
  
  /* ===== overwride ===== */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  }
  
  body {
    line-height: 1.8;
    font-size: 14px;
  }
  
  a,
  a:hover,
  a:visited {
    color: #0088ce;
  }
  
  .section {
    max-width: 1000px;
    margin: 0 10px 40px 10px;
  }
  
  .section-slider {
    max-width: 1000px;
    margin: 0 0 40px 0;
  }
  
  .ttl_h2 {
    margin: 0 0 24px 0;
    padding: 16px 0 4px 0;
  }
  
  .ttl_h3 {
    line-height: 1.4;
    margin: 0 0 16px 0;
  }
  
  p {
    line-height: 1.8;
  }
  
  .section-item {
    margin-bottom: 48px;
  }
  
  .section h4 {
    color: #05aa22;
  }
  
  .aside_link {
    padding: 0;
  }
  
  /* 対応霊園 */
  .area_link {
    margin: 0 10px;
  }
  
  .card_list>.card_item {
    border-bottom: 1px solid #ccc;
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 72px;
    position: relative;
  }
  
  .card_list>.card_item:after {
    border-top: solid 4px #05aa22;
    border-right: solid 4px #05aa22;
    content: "";
    display: block;
    height: 14px;
    margin: -5px 0 0 0;
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
  }
  
  /* 口コミ */
  .kuchikomi-star {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
    line-height: 1;
  }
  
  .kuchikomi-star img {
    width: 103px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  
  .kuchikomi-star i {
    color: #ef7b00;
    font-size: 22px;
    margin: 0;
    vertical-align: text-bottom;
  }
  
  .kuchikomi-star .txt-score {
    margin-left: 10px;
  }
  
  .kuchikomi-star .via {
    display: none;
  }
  
  .block__review--character {
    font-weight: 700;
  }
  
  .frame_border {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    position: relative;
  }
  
  .frame_border::before,
  .frame_border::after {
    content: none;
  }
  
  .block__review--character {
    line-height: inherit
  }
  
  .wrap_review_detail .list_review .item_review {
    margin: 0 0 24px;
  }
  
  .wrap_review_detail .list_review .item_review:last-child {
    margin: 0;
  }
  
  .wrap_review_detail .list_review {
    padding: 0;
  }
  
  /* カルーセル */
  .blk_rating .point_rating {
    letter-spacing: normal;
    margin-left: 8px;
  }
  
  .icon_stars i {
    letter-spacing: -.15rem;
  }
  
  .inner {
    padding: 0;
  }
  
  .wrap_review_detail .list_review .item_review .txt_review:last-child {
    margin: 0;
  }
  
  .card_row_ttl_wrap .card_row_ttl {
    font-size: 16px;
  }
  
  .card_row_body .card_row_address {
    font-size: 14px;
  }
  
  .blk_rating {
    margin: 5px 0;
  }
  /* ===== / overwride ===== */
  
  @media only screen and (max-width: 767.98px) {
    /* ===== overwride ===== */
    .detail_main .wrap_more_content{
      height: 3rem;
    }
    /* ===== / overwride ===== */
  }
  
  @media only screen and (min-width:768px) {
  
    /* fv */
    .searchlead-box {
      margin: 28px 0 38px 0;
    }
  
    .heading {
      align-items: start;
      display: flex;
      margin-bottom: 40px;
    }
  
    .heading-container {
      margin: 0 auto 0 0;
    }
  
    .heading-title h1 {
      font-size: 24px;
    }
  
    .heading-inner {
      font-size: 15px;
      padding: 18px 0 16px 0;
    }
  
    .heading-inner .rating i {
      font-size: 20px;
    }
  
    .rating span {
      font-size: 22px;
    }
  
    .heading-meta {
      font-size: 16px;
    }
  
    .heading-cta {
      padding: 16px 20px 24px 20px;
      width: 488px;
    }
  
    .heading-cta__text {
      font-size: 16px;
    }
  
    .button__cta--fv {
      border-radius: 28px;
      font-size: 20px;
      height: 56px;
      line-height: 56px;
      gap: 0 8px;
    }
  
    .button__cta--footer {
      font-size: 22px;
      gap: 0 5px;
      margin: 3px auto 0 auto;
      width: 488px;
    }
  
    /* タブ */
    .s-tab__list {
      border-top: none;
      gap: 0 6px;
    }
  
    .s-tab__item {
      border-top: none;
      width: 200px;
    }
  
    .s-tab__item:last-child {
      border-right: none;
    }
  
    .s-tab__item a {
      border-top: solid 1px #ccc;
      border-right: solid 1px #ccc;
      border-radius: 5px 5px 0 0;
      position: relative;
    }
  
    .s-tab__item a:hover {
      background: #05aa22;
      color: #fff;
    }
  
    .s-tab__list .active {
      background: #05aa22;
      border-radius: 5px 5px 0 0;
      color: #fff;
      position: relative;
    }
  
    .s-tab__list .active::before,
    .s-tab__item a:hover::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-top: 10px solid #05aa22;
      border-bottom: 0;
      bottom: -9px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
    }
  
    /* 紹介 */
    .ttl__h2--catchphrase {
      font-size: 20px;
    }
  
    .s-profile {
      display: flex;
      gap: 32px 24px;
    }
  
    .s-profile__photo,
    .s-profile__text {
      width: 50%;
    }
  
    .s-profile__text {
      margin: 0;
    }
  
    /* 概要 */
    .section-txt-area p {
      margin-bottom: 30px;
    }
  
    .section-item.bg-be {
      background: #f8f5f1;
    }
  
    .feature-item {
      display: flex;
      gap: 0 24px;
      margin: 0 0 24px 0;
      padding: 0 0 24px 0;
    }
  
    .feature-figure,
    .feature-discription {
      margin: 0;
      width: 50%;
    }
  
    .feature-discription__ttl{
      font-size: 18px;
    }
  
    /* 無料のアイコン */
    .icon__free--regist {
      font-size: 18px;
      height: 30px;
      line-height: 30px;
      width: 52px;
    }
  
    .icon__free--footer {
      font-size: 15px;
      height: 23px;
      line-height: 23px;
      width: 40px;
    }
  
    /* ===== overwride ===== */
    body {
      line-height: 1.6;
      font-size: 16px;
    }
  
    .ttl_h2{
      margin: 0 0 24px 0;
      padding: 16px 0 10px 0;
    }
  
    p {
      line-height: 1.6;
    }
  
    .section {
      margin: 0 20px 48px 20px;
    }
  
    .section-slider {
      margin: 0 20px 48px 20px;
    }
  
    /* 口コミ */
    .kuchikomi-star img {
      width: 110px;
      margin-right: 10px;
    }
  
    .kuchikomi-star i {
      font-size: 24px;
    }
  
    .wrap_review_detail .list_review .item_review {
      margin: 0 0 32px;
    }
  
    .frame_border {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .frame_border::before,
    .frame_border::after {
      content: " ";
    }
  
    .block__review--character {
      line-height: 32px;
    }
  
    .detail_main .wrap_more_label{
      height: 3rem;
    }
  
    /* カルーセル */
    .wrap_review_detail .list_review .item_review .frame_border{
      padding: 16px 40px;
    }
    /* ===== / overwride ===== */
  
  }
  
  @media only screen and (min-width:840px) {
      /* ===== overwride ===== */
      .section {
        margin: 0 auto 48px auto;
      }
    
      .section-slider {
        margin: 0 auto 48px auto;
      }
      /* ===== / overwride ===== */
  }