@charset "UTF-8";

/* -----------------------------------------------------------------------------

ページ内CSS

----------------------------------------------------------------------------- */

/* 共通パーツ */
/* .mod_main{
    background: #f00;
} */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

:root {
  --bg: #f3efec;
  --green: #228a90;
  --font-en: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
}
body {
  color: #4c3e38;
}

a:hover {
  opacity: 0.8;
}

.u-hidden-pc {
  display: none;
}
.u-hidden-sp {
  display: block;
}
@media screen and (max-width: 640px) {
  .u-hidden-pc {
    display: block;
  }
  .u-hidden-sp {
    display: none;
  }
}
.title_design01 {
  display: table;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  font-family: "hannari";
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 1;
  color: #473933;
  text-align: center;
  
  

  &::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: linear-gradient(
      90deg,
      #218a90 0%,
      #218a90 50%,
      #94c3c6 50%,
      #94c3c6 100%
    );
  }

  &.nobar {
    &::after {
      content: none;
    }
  }
}

.text_design01 {
  position: relative;

  &::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: linear-gradient(
      90deg,
      #218a90 0%,
      #218a90 50%,
      #94c3c6 50%,
      #94c3c6 100%
    );
  }
}

/* アコーディオン用 */
.setPos {
  position: absolute;
}

.more-type2 {
  background: #fff;
  padding: 16px 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  position: relative;

  &::after {
    position: absolute;
    content: "＋";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4efec;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}

/* 各プランメイン */
.family-title--pc {
  flex-direction: column;
}

/* 各セクション */
.sec_plan_detail--type2 .in h2 {
  padding-bottom: 0.22rem;
  font-size: 0.36rem;
}

.sec_plan_detail {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  @media screen and (max-width: 640px) {
    margin-bottom: 0.6rem;
  }

  & h2 {
    font-size: 0.32rem;
    text-align: center;
    padding-bottom: 0.12rem;
    font-family: var(--yu-min);
  }

  @media screen and (max-width: 640px) {
    &.fv_detail_box {
      position: relative;
      margin-bottom: 0;

      & .in {
        padding: 54px 0 0;

        & .sec_plan_detail_box {
          padding: 20px 20px 30px;
        }
      }
    }
  }

  & .in {
    padding: 1.2rem 0 0 0;
    background: linear-gradient(90deg, #f0f7f7 30%, #fff 74%, #f6fafb 100%);
    border-radius: 0 0 1.6rem 0;

    @media screen and (max-width: 640px) {
      background: linear-gradient(0deg, #f0f7f7 0%, #fff 50%, #f0f7f7 100%);
      padding: 40px 0 0;
      border-radius: 0;
    }

    & .sec_plan_detail_box {
      --card-bg: #fff;
      --card-stroke: #e7f0f0;
      --title-accent: #1f8f97;
      --text: #3f3a36;
      --muted: #6b6560;
      width: 100%;
      max-width: 904px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 0.21rem 0.3rem;
      align-items: center;
      box-sizing: border-box;
      padding: 0.16rem 0.2rem 0.16rem 0.16rem;
      background: var(--card-bg);
      box-shadow: 0 0 10px 0 #ddd;
      border-radius: 28px;
      position: relative;
      overflow: hidden;

      > * {
        position: relative;
        z-index: 2;
      }

      @media screen and (max-width: 640px) {
        box-sizing: border-box;
        overflow: visible;
        padding: 20px;
        gap: 20px;
        box-shadow: 0 5px 10px #eee;
      }

      &::before,
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 80px;
        height: 80px;
        border-radius: 0px 28px 0px 28px;
        background: rgb(240, 247, 247, 30%);
        background: linear-gradient(
          45deg,
          rgb(240, 247, 247, 70%) 0%,
          rgb(240, 247, 247, 70%) 50%,
          rgb(240, 247, 247, 0%) 50%,
          rgb(240, 247, 247, 0%) 100%
        );
      }

      &::before {
        bottom: 6px;
        left: 6px;

        @media screen and (max-width: 640px) {
          bottom: auto;
          top: 0.15rem;
          left: 8px;
          width: 70px;
          height: 70px;
          border-radius: 28px 0px 0px 0px;
          background: linear-gradient(
            135deg,
            rgb(240, 247, 247, 70%) 0%,
            rgb(240, 247, 247, 70%) 50%,
            rgb(240, 247, 247, 0%) 50%,
            rgb(240, 247, 247, 0%) 100%
          );
        }
      }

      &::after {
        width: 40px;
        height: 40px;
        top: 6px;
        right: 6px;
        background: rgb(240, 247, 247, 30%);
        background: linear-gradient(
          -135deg,
          rgb(240, 247, 247, 70%) 0%,
          rgb(240, 247, 247, 70%) 50%,
          rgb(240, 247, 247, 0%) 50%,
          rgb(240, 247, 247, 0%) 100%
        );

        @media screen and (max-width: 640px) {
          content: none;
        }
      }

      & .sec_plan_detail__media {
        flex: 0 0 calc(47% - 15px);
        margin: 0;
        border-radius: 18px;
        overflow: hidden;
        background: #fff;
        position: relative;

        @media screen and (max-width: 640px) {
          flex: none;
          width: 100%;
        }

        & img {
          display: block;
          width: 100%;
          height: auto;
          aspect-ratio: 4/3;
          object-fit: cover;

          @media screen and (max-width: 640px) {
            aspect-ratio: 16 / 9;
          }
        }

        & figcaption {
          position: absolute;
          bottom: 10px;
          left: 18px;
          padding: 4px;
          font-size: 16px;
          line-height: 1;
          border-radius: 4px;

          @media screen and (max-width: 640px) {
            font-size: 14px;
          }
        }
      }

      & .sec_plan_detail__content {
        flex: 1 1 calc(53% - 15px);
        min-width: 0;
        color: var(--text);

        @media screen and (max-width: 640px) {
          flex: none;
          width: 100%;
        }
      }

      & .sec_plan_detail__title {
        font-size: 0.36rem;
        line-height: 1.25;
        letter-spacing: 0.02em;
        padding-bottom: 0.2rem;
        font-family: source-han-serif-japanese, serif;

        @media screen and (max-width: 640px) {
          
          
          
          
          
          
          
          text-align: center;
          font-size: 0.36rem;
          line-height: 1.4;
          
          
          
          
          
          
          
        }

        & span {
          color: #333;
          font-size: 20px;
          margin-right: 10px;
        }

        &.choice_family_plan {
          color: #333;

          & span {
            border: 2px solid var(--title-accent);
            color: var(--title-accent);
            padding: 10px;
            font-size: 16px;
            border-radius: 8px;
            font-family: sans-serif;
            position: relative;
            top: -7px;

            @media screen and (max-width: 640px) {
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              position: absolute;
              border: none;
              background: #fff;
              top: -2.6rem;
              left: 50%;
              transform: translateX(-50%);
              font-size: 23px;
              width: 300px;
              border-radius: 30px;
              text-align: center;
              padding: 8px 10px;
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
            }
          }
        }
      }

      & .sec_plan_detail__badges {
        display: grid;
        gap: 12px;
        margin-bottom: 0.16rem;

        & p {
          margin: 0;
          padding: 0.08rem;
          border-radius: 10px;
          text-align: center;
          font-weight: 700;
          background: #f2ece6;
          font-size: 18px;

          @media screen and (max-width: 640px) {
            padding: 0.1rem 0;
            font-size: 0.16rem;
          }
        }

        & p:nth-child(2) {
          background: #f0f7f7;
        }
      }

      & .sec_plan_detail__prices {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 12px;

        @media screen and (max-width: 640px) {
          
          
          
          
          
          
          
          
          
          
          
          
          flex-direction: column;
          width: 100%;
          margin: 0 auto .16rem;
          gap: 10px;
          align-items: center;
          max-width: 331px;
          
          
          
          
          
          
          
          
          
          
          
          
        }

        & .sec_plan_detail__priceMain,
        & .sec_plan_detail__priceSub {
          margin: 0;
          line-height: 1.05;
          white-space: nowrap;
          font-family: source-han-serif-japanese, serif;
          position: relative;
          font-size: 16px;

          @media screen and (max-width: 640px) {
            width: 100%;
            text-align: center;
          }

          & .sec_plan_detail__tax {
            font-size: 13px;
            font-weight: bold;
            font-family: sans-serif;
            color: var(--muted);
            margin-right: 6px;
            display: inline-block;
            transform: translateY(-10px);
            position: absolute;
          }
        }

        & .sec_plan_detail__priceMain {
          & strong {
            font-size: 59px;
            font-weight: 800;

            @media screen and (max-width: 640px) {
              font-size: 60px;
            }
          }

          & .sec_plan_detail__tax {
            top: 16px;
            right: -12px;

            @media screen and (max-width: 640px) {
              display: table;
              top: 7px;
              right: calc(50% - 100px);
              transform: translateX(50%);
              font-size: 14px;
              right: 0.44rem;
            }
          }

          & b {
            font-size: 40px;

            @media screen and (max-width: 640px) {
              font-size: 40px;
            }
            span {
              @media screen and (max-width: 640px) {
                display: inline-block !important;
              }
            }
          }
        }

        & .sec_plan_detail__priceSub {
          & strong {
            font-size: 25px;
            font-weight: 700;
          }

          @media screen and (max-width: 640px) {
            text-align: right;
            position: relative;
            right: 0.14rem;
          }

          & .sec_plan_detail__tax {
            top: -2px;
            right: 0;

            @media screen and (max-width: 640px) {
              position: relative;
              top: 8px;
              right: 0.09rem;
            }
          }

          & b {
            font-size: 16px;
          }
        }
      }

      & .sec_plan_detail__txt {
        width: 100%;
        margin-top: 0;
        padding: 0.2rem;
        background: #f4fbfb;
        border-radius: 0.1rem;
        text-align: center;
        color: var(--text);
        font-size: 0.16rem;
        line-height: 1.8;

        @media screen and (max-width: 640px) {
          padding: 0.2rem;
          border-radius: 14px;
          text-align: left;
          font-size: 0.16rem;
          line-height: 1.8;
        }

        & p {
          margin: 0;
        }

        & p + p {
          margin-top: 2px;
        }
      }

      & .sec_plan_detail__note {
        margin: 0;
        font-size: 13px;
        color: var(--muted);

        @media screen and (max-width: 640px) {
          
          
          
          
          
          
          
          
          text-align: center;
          font-size: .14rem;
          
          
          
          
          
          
          
          
        }
      }
    }

    .recommend {
      max-width: 875px;
      margin: 0 auto;
      padding: 1.01rem 0 0.6rem;

      @media screen and (max-width: 640px) {
        padding: 60px 0 40px;
      }

      & h2 {
        font-size: 38px;
        /* margin-bottom: 30px; */
        letter-spacing: 2px;

        @media screen and (max-width: 640px) {
          line-height: 1.2;
          font-size: 0.26rem;
          font-weight: 600;
          padding-bottom: 0.24rem;
        }
      }

      & p {
        font-size: 16px;
        text-align: center;
        line-height: 2;

        @media screen and (max-width: 640px) {
          text-align: justify;
          padding: 0 20px;
          line-height: 1.8;
          font-size: 18px;
        }

        & b {
          color: #218a90;
        }
      }

      & p.reco_ballon {
        font-size: 0.22rem;
        color: var(--green);
        font-weight: bold;
        border-top: 1px solid var(--green);
        border-bottom: 1px solid var(--green);
        padding: 0.1rem 0;

        &::after {
          /* content: ""; */
          display: block;
          border-style: solid;
          border-width: 14px 10px;
          border-color: #218a90 transparent transparent transparent;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -28px;
        }

        @media screen and (max-width: 640px) {
          width: calc(100% - 40px);
          margin: 0 auto 30px;
          padding: 8px 10px;
          font-size: 0.19rem;
          text-align: center;
        }
      }
    }
  }
}

/* 函館エリア周辺の葬儀場 */
.sec_target_hall {
  background: linear-gradient( 90deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 1) 100% ), #f0f7f7;
  padding: 0.6rem 0 1.05rem;
  background: linear-gradient(    90deg,    rgba(255, 255, 255, 0.35) 0%,    rgba(255, 255, 255, 1) 100%  ),  #e2eeee;
  
  
  
  
  

  & .in {
    max-width: 840px;
    margin: 0 auto;

    & .secTit {
      margin-bottom: 40px;
    }
  }

  @media screen and (max-width: 640px) {
    padding: 40px 0 60px;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec_target_hall {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.5) 100%
      ),
      #d4e8e8;
  }
}

.target_hall_wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;

  @media screen and (max-width: 640px) {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 20px 20px 20px;
  }

  & .target_hall_box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;

    &:hover {
      box-shadow: 0 0 10px #acdcdf;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }

    & .hall_thumb {
      & img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;

        @media screen and (max-width: 640px) {
          aspect-ratio: 16 / 8;
        }
      }
    }
    & .hall_info {
      padding: 20px;
      font-size: 14px;

      & .hall_title {
        margin-bottom: 1em;

        & h3 {
          font-size: 18px;
          margin-bottom: 5px;
        }

        & p {
          line-height: 1.6;
          padding-bottom: 1em;
          border-bottom: 2px solid #f0f7f7;
        }
      }

      & .hall_detail {
        & .tagBox {
          line-height: 1.8;

          & > li {
            &::before {
              content: "";
              display: inline-block;
              vertical-align: middle;
              position: relative;
              top: -2px;
              width: 16px;
              height: 16px;
              margin-right: 5px;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
            }

            &.address::before {
              background-image: url("../img/hakodate_limited/icon_pin.svg");
            }

            &.access::before {
              background-image: url("../img/hakodate_limited/icon_car.svg");
            }

            &.capacity::before {
              background-image: url("../img/hakodate_limited/icon_chair.svg");
            }
          }
        }
      }
    }

    & .detail-link {
      background: #f3efec;
      padding: 10px;

      & span {
        display: block;
        background: #fff;
        border-radius: 100px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        position: relative;

        &::after {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          background-image: url("../img/hakodate_limited/icon_arrow.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
        }
      }
    }
  }
}

.sec_price.sec_basic_set .option::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-radius: 20px 0 0 0;
  background: rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* 基本料金に含まれるセット */
.sec_price.sec_basic_set {
  & .in {
    @media screen and (max-width: 640px) {
      padding: 0;
      width: inherit;
      padding: 0 0.2rem;
    }
  }

  & .title_design01 {
    margin-bottom: 20px;

    &::
  after {
      bottom: -75px;
    }
    @media screen and (max-width: 640px) {
      line-height: 1.4;
    }
  }

  & .option {
    border-radius: 20px;
    padding: 0.5rem 0.2rem 0.36rem 0.2rem;
    position: relative;
    background: #f4efec;
    width: 100%;
    margin-bottom: 0.16rem;

    &::
  before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 60px;
      height: 60px;
      top: 10px;
      left: 10px;
      border-radius: 20px 0px 0px 0px;
      background: rgb(255, 255, 255, 30%);
      background: linear-gradient(
        135deg,
        rgb(255, 255, 255, 30%) 0%,
        rgb(255, 255, 255, 30%) 50%,
        rgb(255, 255, 255, 0%) 50%,
        rgb(255, 255, 255, 0%) 100%
      );
    }
    @media screen and (max-width: 640px) {
      padding: 40px 0 20px;
      margin-bottom: 0.14rem;

      &::
  before {
        width: 50px;
        height: 50px;
      }
    }
  }

  & .includeWrap {
    background: none;
    margin: 0 auto;
    padding: 0;

    & .basic_set_box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;

      & .item {
        width: 100%;
        margin: 0;

        &::
  before {
          content: none;
        }

        & .ph {
          width: 130px;
        }

        & .txt {
          width: 100%;

          & .ttl {
            font-family: sans-serif;
            font-weight: 500;
          }
        }
      }
      @media screen and (max-width: 640px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
      }
    }

    & > p {
      font-size: 0.16rem;
      text-align: center;
      margin-bottom: 70px;
      line-height: 2;
      @media screen and (max-width: 640px) {
        text-align: justify;
        margin-bottom: 80px;
      }
    }
  }

  & .caution_text {
    max-width: 900px;
    font-size: 16px;
    padding-left: 0.23rem;
  }
  margin-bottom: 0;
}

/* おすすめセット */
.sec_plan_favset {
  background: #f0f7f7;
  background: linear-gradient(90deg, #f9f7f6 30%, #f9f7f6 74%);
  border-radius: 80px 0 80px 0;
  position: relative;
  z-index: 2;

  & .sec_plan_detail {
    padding: 20px 0 240px;

    @media screen and (max-width: 640px) {
      padding: 20px 0 0px;
    }

    & .in {
      background: none;

      & .title_design01 {
        font-size: 40px;
        margin-bottom: 20px;

        &::after {
          content: none;
        }
      }

      & .txt {
        text-align: center;

        @media screen and (max-width: 640px) {
          text-align: justify;
          padding: 20px;
        }
      }

      & .plan_fav_box {
        position: absolute;
        top: 240px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 5px 10px #f3f8f8;

        & .sec_plan_detail__title {
          font-size: 42px;
        }

        &.eset {
          top: 150px;
        }

        @media screen and (max-width: 640px) {
          position: relative;
          transform: none;
          top: auto;
          left: auto;
          transform: none;

          &.eset {
            top: auto;
          }
        }

        &::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 80px;
          height: 80px;
          border-radius: 0px 28px 0px 28px;
          background: rgb(240, 247, 247, 30%);
          background: linear-gradient(
            135deg,
            rgb(240, 247, 247, 70%) 0%,
            rgb(240, 247, 247, 70%) 50%,
            rgb(240, 247, 247, 0%) 50%,
            rgb(240, 247, 247, 0%) 100%
          );
          top: 6px;
          left: 6px;

          @media screen and (max-width: 640px) {
            width: 70px;
            height: 70px;
            top: 8px;
            left: 8px;
            border-radius: 28px 0px 0px 0px;
          }
        }
      }
    }
  }
}

.sec_plan_setlist {
  & .in {
    max-width: 980px;
    margin: 0 auto;
    padding: 260px 60px 60px;
    background: #fcfbfa;
    border-radius: 40px;

    @media screen and (max-width: 640px) {
      padding: 20px 20px 30px;
    }
  }

  & img {
    display: block;
    width: 100%;
    height: auto;
  }

  & .set_intro {
    text-align: center;
    margin-bottom: 37px;

    & h4 {
      font-size: 36px;
      line-height: 1.4;
      margin-bottom: 24px;
      font-family: source-han-serif-japanese, serif;

      & span {
        color: #1e9aa0;
      }

      @media screen and (max-width: 640px) {
        font-size: 32px;
      }
    }

    & p {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 6px;

      @media screen and (max-width: 640px) {
        text-align: justify;
      }
    }

    &::after {
      content: "";
      display: block;
      width: 40px;
      height: 4px;
      background: #1e9aa0;
      background: linear-gradient(
        90deg,
        #218a90 0%,
        #218a90 50%,
        #94c3c6 50%,
        #94c3c6 100%
      );
      margin: 30px auto 0;
    }
  }

  & .set_sum {
    margin-bottom: 20px;
  }

  & .set_sum_title {
    background: #edf7f7;
    border-radius: 12px;
    font-size: 24px;
    text-align: center;
    padding: 12px 20px;
    margin-bottom: 24px;
    font-weight: bold;

    @media screen and (max-width: 640px) {
      font-size: 22px;
    }
  }

  & .set_sum_plus {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 54px;
    border: 2px solid #999;

    @media screen and (max-width: 640px) {
      font-size: 52px;
    }
  }

  & .set_group {
    border: 3px solid #e6e1dd;
    border-radius: 30px;
    padding: 40px 30px 30px;
    position: relative;
    background: #fdfbfa;

    @media screen and (max-width: 640px) {
      padding: 30px 16px 16px;
    }

    & h3 {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fdfbfa;
      border: 3px solid #e6e1dd;
      border-radius: 24px;
      font-size: 22px;
      width: 100%;
      max-width: 340px;
      height: 53px;
      z-index: 1;

      @media screen and (max-width: 640px) {
        width: calc(100% - 80px);
      }

      & b {
        color: #1e9aa0;
      }

      & span {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;

        @media screen and (max-width: 640px) {
          font-size: 20px;
        }
      }

      &::after {
        content: "";
        background: #fdfbfa;
        display: block;
        width: 110%;
        height: 30px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -3px;
        z-index: 2;
      }
    }
  }

  & .set_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;

    @media screen and (max-width: 640px) {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
    }

    & > div {
      display: flex;
      align-items: center;
      background: #f4f1ef;
      border-radius: 8px;
      overflow: hidden;
    }

    & img {
      width: 110px;
      height: 80px;
      object-fit: cover;
      flex-shrink: 0;

      @media screen and (max-width: 640px) {
        width: 90px;
        height: 68px;
      }
    }

    & span {
      padding: 0 16px;
      font-size: 14px;
      line-height: 1.4;
    }

    & .more-type2 {
      background: #f4f1ef;

      &::after {
        background: #fff;
      }

      & span {
        font-size: 18px;
      }
    }
  }

  & .set_caption {
    font-size: 14px;
    margin-bottom: 30px;
  }

  & .sum_price {
    & .title_design01 {
      font-size: 40px;

      @media screen and (max-width: 640px) {
        line-height: 1.2;
      }

      & span {
        font-size: 0.8em;

        @media screen and (max-width: 640px) {
          display: block;
        }

        & b {
          color: #218a90;
        }
      }
    }
  }

  & .price_calc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;

    @media screen and (max-width: 640px) {
      flex-direction: column;
    }

    & .price_box {
      /* デフォルトカラー */
      --border-color: #e6e1de;
      --head-bg: #e6e1de;
      --head-color: #4d403a;

      width: 100%;
      border: 4px solid var(--border-color);
      border-radius: 20px;
      overflow: hidden;
      background: #fff;

      & .price_calc_head {
        padding: 14px 5px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        color: var(--head-color);
        background: var(--head-bg);
      }

      & .price_calc_body {
        display: flex;
        align-items: center;
        justify-content: center;

        & div {
          display: table;
          width: auto;
          margin: 0 auto;
          padding: 14px 0 14px 10px;
          text-align: right;
          font-family: source-han-serif-japanese, serif;
          line-height: 1.6;
          font-weight: bold;
        }
      }

      & .price-tax-excluded {
        color: #4d403a;
        line-height: 1.2;

        & .price_calc_num {
          font-size: 43px;
          letter-spacing: -1px;

          @media screen and (max-width: 1080px) {
            font-size: 40px;
          }

          & b {
            font-size: 0.6em;
            margin-left: 4px;
            position: relative;
          }
        }

        & .tax {
          font-size: 14px;
          margin-left: 1px;
          font-family: sans-serif;
          font-weight: normal;
        }
      }

      & .price-tax-included {
        font-size: 20px;

        & .tax {
          margin-left: 1px;
          font-family: sans-serif;
          font-size: 13px;
          font-weight: normal;
        }
      }

      /* バリエーション */
      &.is-set {
        --border-color: #edf7f7;
        --head-bg: #edf7f7;
      }

      &.is-total {
        --head-bg: #218a90;
        --head-color: #fff;
        --border-color: #218a90;
      }
    }

    & .symbol {
      font-size: 40px;
      color: #4d403a;
      font-weight: bold;

      @media screen and (max-width: 640px) {
        writing-mode: vertical-lr;
      }
    }
  }

  & .set_note {
    & h4 {
      font-size: 18px;
      margin-bottom: 8px;
      font-weight: normal;
    }

    & ul {
      list-style: none;
      padding: 0;
    }

    & li {
      position: relative;
      font-size: 16px;
      line-height: 1.8;
    }
  }
}

.sec_plan_contact {
  background: #f3f3f3;
  padding: 160px 0 80px;

  @media screen and (max-width: 640px) {
    padding: 40px 0;
  }

  & .in {
    max-width: 980px;
    margin: 0 auto;

    @media screen and (max-width: 640px) {
      padding: 20px;
    }
  }

  & a {
    pointer-events: none;
    display: block;
    color: inherit;
    text-decoration: none;
  }

  & .plan_contact_wrapper {
    border-radius: 30px;
    padding: 40px 60px 0;
    background: #1f9298;
    border: 8px solid #fff;
    box-shadow: 0 0 0 2px #1f9298;

    @media screen and (max-width: 640px) {
      padding: 40px 20px 20px;
      border: none;
      box-shadow: none;
    }

    & h2 {
      color: #fffdf7;
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;

      @media screen and (max-width: 640px) {
        font-size: 26px;
      }

      & span {
        color: #fef1d2;
      }
    }

    & p {
      color: #fffdf7;
      font-size: 16px;
      line-height: 2;
      text-align: center;
      margin-bottom: 30px;

      @media screen and (max-width: 640px) {
        margin-bottom: 20px;
        text-align: justify;
      }
    }

    & .contact_list {
      display: flex;
      justify-content: center;
      gap: 36px;
      list-style: none;
      background: #278f96;
      margin-bottom: 30px;

      & li {
        flex: 1;
        background: #fff;
        border-radius: 10px;
        color: #5a4b44;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        padding: 10px;
      }

      @media screen and (max-width: 640px) {
        flex-direction: column;
        gap: 14px;

        & li {
          font-size: 16px;
        }
      }
    }
  }
}

/* 共通slickスライダーデザイン */

.js-areaSlickSlider {
  & .slick-list {
    margin: 0 -15px;
  }
  & .slick-slide {
    margin: 0 15px;
  }

  &.slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  & .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;

    & li button::before {
      font-size: 14px;
      opacity: 1;
      color: #fff;
    }

    & li.slick-active button::before {
      opacity: 1;
      color: #218a90;
    }
  }

  & .slick-prev,
  & .slick-next {
    width: 40px;
    height: 40px;
    top: calc(16%);
    right: 0px;
    transform: translate(0, -50%);
    background-image: url(../img/area/area_slick_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    &::before {
      content: none;
    }

    &:hover {
      background-image: url(../img/area/area_slick_arrow.svg);
      opacity: 0.8;
    }
  }

  & .slick-prev {
    left: 0px;
    transform: translate(0, -50%) rotate(180deg);
    background-image: url(../img/area/area_slick_arrow.svg);

    &:hover {
      background-image: url(../img/area/area_slick_arrow.svg);
      opacity: 0.8;
    }
  }
}

/* お問い合わせ */
.sec_faq > .in {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  /*@include sc(pcMin){
  	@include pcMinpt(75px);
  	padding-bottom: 126px;
  }
  @include sc(tab){
  	@include tabMinpt(75px);
  	padding-bottom: 100px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq > .in {
    padding-top: 0.75rem;
    padding-bottom: 0.6rem;
  }
}
.sec_faq .faqBox {
  display: block;
  max-width: 10rem;
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
  /*@include sc(pcMin){
  	max-width: 69.44%;
  	margin-top: 17px;
  }
  @include sc(tab){
  	max-width: 69.44%;
  	margin-top: 13px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox {
    position: relative;
    margin-top: 0.4rem;
    max-width: 100%;
    width: calc(100% - 0.6rem);
  }
  .sec_faq .faqBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 0.02rem;
    background-image: url("../common/img/toggle_splitline.svg");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    opacity: 0.2;
  }
}
.sec_faq .faqBox .itemBox {
  color: #473933;
}
.sec_faq .faqBox .itemBox .title {
  position: relative;
  display: flex;
  height: 80px;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.18rem;
  letter-spacing: 0.11em;
  line-height: 1.38;
  font-feature-settings: "palt";
  padding: 0 0.6rem;
  cursor: pointer;
  /*@include sc(pcMin){
  	height: 67px;
  	font-size: 15px;
  	padding: 0 50px;
  }
  @include sc(tab){
  	height: 53px;
  	font-size: 12px;
  	padding: 0 40px;
  }*/
  justify-content: flex-start;
}

.sec_faq .faqBox .itemBox .title h3 {
  font-size: 0.18rem;
  letter-spacing: 0.11em;
  line-height: 1.38;
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .title {
    height: auto;
    font-size: 0.16rem;
    line-height: 1.51;
    padding: 0.15rem 0.3rem 0.15rem 0.45rem;
  }
}
.sec_faq .faqBox .itemBox .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.04rem;
  background-image: url("../common/img/toggle_splitline.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  opacity: 0.2;
  /*@include sc(pcMin){
  	height: 3px;
  }
  @include sc(tab){
  	height: 2px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .title:before {
    height: 0.02rem;
  }
}
.sec_faq .faqBox .itemBox .title:after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: calc(50% - 0.1rem);
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../common/img/list_acc_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(0);
  transition: transform 0.3s;
  /*@include sc(pcMin){
  	right: 21px;
  	top: calc(50% - 8px);
  	width: 17px;
  	height: 17px;
  }
  @include sc(tab){
  	right: 17px;
  	top: calc(50% - 7px);
  	display: block;
  	width: 14px;
  	height: 14px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .title:after {
    width: 0.1rem;
    height: 0.1rem;
    right: 0.08rem;
    top: calc(50% - 0.05rem);
  }
}
.sec_faq .faqBox .itemBox .title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.16rem);
  display: block;
  width: 0.44rem;
  height: 0.32rem;
  background-image: url("../img/faq_subtxt_q.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /*@include sc(pcMin){
  	top: calc(50% - 13px);
  	width: 37px;
  	height: 27px;
  }
  @include sc(tab){
  	top: calc(50% - 11px);
  	width: 29px;
  	height: 21px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .title span:before {
    top: calc(50% - 0.12rem);
    width: 0.35rem;
    height: 0.25rem;
  }
}
.sec_faq .faqBox .itemBox .title.open:after {
  transform: rotate(180deg);
}
.sec_faq .faqBox .itemBox .detail {
  margin-top: 0.1rem;
  padding: 0.3rem 0.4rem;
  background-color: #fff;
  border-radius: 0.06rem;
  /*@include sc(pcMin){
  	margin-top: 8px;
  	padding: 25px 34px;
  	border-radius: 5px;
  }
  @include sc(tab){
  	margin-top: 7px;
  	padding: 20px 27px;
  	border-radius: 4px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .detail {
    padding: 0.15rem 0.2rem;
  }
}
.sec_faq .faqBox .itemBox .detail .txt {
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #473933;
  /*@include sc(pcMin){
  	font-size: 13px;
  }
  @include sc(tab){
  	font-size: 11px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .itemBox .detail .txt {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.84;
  }
}
.sec_faq .link {
  margin-top: 0.5rem;
  /*@include sc(pcMin){
  	margin-top: 42px;
  }
  @include sc(tab){
  	margin-top: 33px;
  }*/
}
@media screen and (max-width: 640px) {
  .sec_faq .link {
    margin: auto;
    margin-top: 0.25rem;
    width: calc(100% - 0.6rem);
  }
}

/* サポート */

.after-support .in {
  max-width: 904px;
  margin: 0 auto;
  background: #fff9e2;
  padding: 0.5rem 0.46rem;
  border-radius: 0.24rem;
}

.after-support {
  margin: 0.98rem 0;
  text-align: center;
}

.after-support__title {
  font-size: 0.32rem;
  padding-bottom: 0.23rem;
}

.after-support__title span {
  font-size: 0.32rem;
}

.txt_green {
  color: var(--green);
  font-weight: 600;
  font-size: 0.2rem;
}

.after-support__text {
  font-size: 0.16rem;
  padding-bottom: 0.4rem;
}

.after-support__link {
  width: 3.83rem;
  display: inline-block;
  background: var(--green);
  color: white;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  box-shadow: 0.04rem 0.04rem 0 rgba(34, 138, 144, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.after-support__link p {
  color: white;
}

.after-support__link div {
  display: flex;
  gap: 0.16rem;
  align-items: center;
  justify-content: center;
}

.after-support__link img {
  width: 0.21rem;
}

.after-support__link:hover {
  box-shadow: 0 0 0 rgba(34, 138, 144, 0.4);
}

/* 葬儀のご依頼 */

.funeral-inquiry {
  background: var(--bg);
}

.funeral-inquiry .in {
  width: 904px;
  margin: 0 auto;
  padding: 1.1rem;
}

.funeral-inquiry__sec-title {
  padding-bottom: 0.4rem;
}

.funeral-inquiry__lead {
  text-align: center;
  font-size: 0.16rem;
  padding-bottom: 0.76rem;
}

.funeral-inquiry__link + .funeral-inquiry__link {
  margin-top: 0.6rem;
}

.bg {
  background: #f2f8f8;
}

.extra-cost__plus {
  width: 0.98rem;
  margin: 0 auto 0.6rem;
}

@media screen and (max-width: 640px) {
  .extra-cost__plus {
    width: 0.8rem;
    margin: 0.36rem auto 0.36rem;
  }
}

.extra-cost {
  padding-bottom: 1.1rem;
}

.extra-cost .in {
  max-width: 904px;
  margin: 0 auto;
  width: 100%;
}

.extra-cost__block {
  background: white;
  padding: 0.26rem 0.3rem;
  border-radius: 0.3rem;
}

.extra-cost__block:not(:last-child) {
  margin-bottom: 0.4rem;
}

.extra-cost__term {
  background: var(--green);
  text-align: center;
  color: white;
  border-radius: 0.1rem;
  font-size: 0.22rem;
  padding: 0.09rem 0;
  margin-bottom: 0.24rem;
  font-weight: bold;
}

.extra-cost__text {
  font-size: 0.15rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0.24rem;
}

.extra-cost__variable-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.1rem;
  margin-bottom: 0.24rem;
}

.extra-cost__variable-item {
  background: #fff9e2;
  text-align: center;
  border-radius: 0.06rem;
  font-size: 0.16rem;
  font-weight: 600;
  padding: 0.1rem;
}

.extra-cost__variable-item span {
  font-weight: 500;
  font-size: 0.13rem;
}

.extra-cost__note {
  text-align: center;
  font-size: 0.14rem;
}

.extra-cost__cremation-table {
  background: white;
  border-radius: 0.12rem;
  border: 1px solid #707070;
}

.extra-cost__cremation-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.extra-cost__cremation-cell {
  font-size: 0.16rem;
  line-height: 1.8;
  text-align: center;
}

.extra-cost__cremation-row {
  padding: 0;
}

.extra-cost__cremation-row--head {
  background: #fff9e2;
  border-radius: 0.12rem 0.12rem 0 0;
  padding: 0;
}

.extra-cost__cremation-row:nth-child(2) {
  border-bottom: 1px solid #707070;
}

.extra-cost__cremation-cell:not(:first-child) {
  border-left: 1px solid #707070;
}

.extra-cost__cremation-cell .txt_green span {
  font-size: 0.18rem;
}

.extra-cost__cremation-cell p {
  line-height: 1;
}

.extra-cost__cremation-cell p:not(:last-child) {
  padding-bottom: 0.12rem;
}

.extra-cost__cremation-row--head .extra-cost__cremation-cell {
  padding: 0.09rem;
}

.extra-cost__cremation-row--head .extra-cost__cremation-cell p {
  font-weight: bold;
}

.extra-cost__cremation-cell {
  padding: 0.18rem;
}

.extra-cost__offering {
  border-radius: 0.12rem;
  border: 1px solid #707070;
  margin-bottom: 0.3rem;
}

.extra-cost__offering-title {
  background: #fff9e2;
  border-radius: 0.12rem 0.12rem 0 0;
  padding: 0;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  padding: 0.09rem 0;
}

.extra-cost__offering-box {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  justify-content: space-between;
  padding: 0.3rem;
}

.extra-cost__offering-col {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 0.08rem 0.08rem;
  align-items: baseline;
}

.extra-cost__offering-row {
  display: contents;
}

.extra-cost__offering-name {
  margin: 0;
  font-size: 0.16rem;
}

.extra-cost__offering-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  position: relative;
  margin: 0;
}

.extra-cost__offering-suffix {
  position: absolute;
  left: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  color: #228a90;
  top: 50%;
  transform: translateY(-50%);
}

.extra-cost__offering-note {
  margin: 0;
  white-space: nowrap;
  font-size: 0.16rem;
}

.extra-cost__offering-amount {
  font-size: 0.2rem;
  font-weight: bold;
  color: #228a90;
}

.extra-cost__offering-unit {
  font-size: 0.18rem;
  font-weight: bold;
  color: #228a90;
}

.extra-cost__service-img-wrap {
  background: var(--green);
  border-radius: 0 0.09rem 0.09rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extra-cost__service-img {
  width: 0.24rem;
}

.extra-cost__service-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.extra-cost__summary-txt {
  text-align: center;
  font-size: 0.28rem;
  font-family: var(--yu-min);
  font-weight: bold;
}

.extra-cost__service-link {
  border-radius: 0.1rem;
  border: 1px solid var(--green);
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 0.64rem;
  margin-bottom: 0;
  height: 0.5rem;
  background: #f7fbfb;
}
.extra-cost__service-link:hover {
  opacity: 0.7;
}

.extra-cost__service-link--sp {
  display: none;
}

.extra-cost__summary {
  border-radius: 0.3rem;
  background: #fff9e2;
  padding: 0.4rem 1.3rem;
}

.extra-cost__summary-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.14rem;
  padding-bottom: 0.24rem;
}

.extra-cost__summary-item {
  text-align: center;
  border-radius: 0.1rem;
  background: #228a90;
  color: white;
  padding: 0.08rem;
  font-size: 0.26rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra-cost__summary-item:first-child {
  background: white;
  border: 2px solid var(--green);
  color: var(--green);
}

@media screen and (max-width: 640px) {
  .extra-cost__block {
    margin: 0 0.2rem;
    padding: 0.24rem 0.2rem;
  }

  .extra-cost__term {
    padding: 0.08rem;
  }

  .extra-cost__text {
    text-align: left;
  }

  .extra-cost__variable-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .extra-cost__service-text {
    font-size: 0.16rem;
    display: flex;
    flex-direction: column;
  }

  .extra-cost__service-link {
    margin: 0;
    height: 0.7rem;
  }

  .extra-cost__service-link--pc {
    display: none;
  }

  .extra-cost__service-link--sp {
    display: grid;
    margin: 0;
  }

  .extra-cost__summary {
    padding: 0.2rem;
    margin: 0.2rem;
  }

  .extra-cost__summary-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
    padding-bottom: 0.22rem;
  }

  .extra-cost__summary-item {
    font-size: 0.19rem;
    padding: 0.06rem;
  }

  .extra-cost__summary-txt {
    font-size: 0.22rem;
  }

  .extra-cost {
    padding-bottom: 0.3rem;
  }

  .extra-cost__cremation-sp-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .extra-cost__cremation-sp-item {
    display: grid;
    grid-template-columns: 26.5% 73.5%;
  }

  .extra-cost__cremation-sp-name {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #707070;
    text-align: center;
    font-size: 0.16rem;
  }

  .extra-cost__cremation-sp-item {
    border-radius: 0.12rem;
    border: 1px solid #707070;
  }

  .extra-cost__cremation-sp-title {
    background: #fff9e2;
    text-align: center;
    border-radius: 0 0.12rem 0 0;
    padding: 0.08rem;
    font-weight: bold;
    font-size: 0.16rem;
  }

  .extra-cost__cremation-sp-title span {
    font-size: 0.18rem;
    font-weight: bold;
  }

  .extra-cost__cremation-sp-price-item {
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .extra-cost__cremation-sp-price-item .txt_green span {
    font-size: 0.16rem;
  }

  .extra-cost__cremation-sp-price-list {
    padding: 0.16rem 0;
  }

  .extra-cost__cremation-sp-price-item:not(:last-child) {
    padding-bottom: 0.03rem;
  }
}

.bg-type2 {
  background: #fcf8f5;
  padding: 1.1rem 0;
}

/* 葬儀セット */
.selectable-set {
  margin-bottom: 1.4rem;
}

.selectable-set__body {
  background: white;
  padding: 0.46rem 0.38rem 0.3rem 0.38rem;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0 10px #f8f4f2;
}

.selectable-set__body .funeral-inquiry__web-icon {
  margin-bottom: 0.18rem;
}

.selectable-set .in {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
}

.selectable-set__title {
  font-family: var(--yu-min);
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  padding-bottom: 0.3rem;
  margin-bottom: 0.34rem;
  border-bottom: 0.021em solid #f8f4f2;
}

.selectable-set__title-sub {
  font-size: 0.24rem;
}

.selectable-set__title-main {
  font-size: 0.32rem;
}

.selectable-set__text {
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.8;
  padding-bottom: 0.28rem;
}

.selectable-set__emphasis.txt_green {
  font-size: 0.16rem;
}

.selectable-set__point-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
}

.selectable-set__point {
  /* background: white; */
  border: 1px solid #f8f4f2;
  border-radius: 0.1rem;
}

.selectable-set__point-text {
  background: #f8f4f2;
  text-align: center;
  padding: 0.1rem;
  border-radius: 0.1rem 0.1rem 0 0;
  font-size: 0.16rem;
}

/* ラインナップ */

.set-lineup .in {
  max-width: 904px;
  margin: 0 auto;
}

.set-lineup__lead {
  text-align: center;
  padding-bottom: 0.28rem;
  font-size: 0.22rem;
}

.set-lineup__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.32rem;
}

.funeral-inquiry__tel-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem;
}

.funeral-inquiry__tel-info-item,
.funeral-inquiry__web-info {
  background: white;
  text-align: center;
  font-size: 0.22rem;
  font-weight: bold;
  border-radius: 0.08rem;
  padding: 0.04rem 0;
}

/* お問い合わせカード */
/* 電話 */
.funeral-inquiry__tel {
  width: 5.2rem;
  display: block;
  margin: 0 auto 0.6rem;
  padding: 0.2rem 0.15rem 0.16rem;
  border-radius: 0.12rem;
  background: #01a33f;
  text-decoration: none;
}

.funeral-inquiry__tel-heading {
  font-size: 0.25rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.08rem;
  line-height: 1;
}

.funeral-inquiry__tel-heading-note {
  font-size: 0.2rem;
}

.funeral-inquiry__tel-body {
  display: grid;
  grid-template-columns: 0.6rem 1fr;
  align-items: center;
  gap: 0.1rem;
  padding-bottom: 8px;
  line-height: 1;
}

.funeral-inquiry__tel-icon {
  max-width: 100%;
}

.funeral-inquiry__tel-number {
  font-size: 0.56rem;
  color: #ffefac;
  font-weight: bold;
  font-family: var(--font-en);
}

.funeral-inquiry__tel-reception {
  background: #fff;
  text-align: center;
  border-radius: 0.08rem;
  padding: 0.06rem 0;
}

.funeral-inquiry__tel-reception-text {
  font-size: 0.22rem;
  font-weight: bold;
}

/* web相談 */

.funeral-inquiry__web {
  width: 5.2rem;
  display: block;
  margin: 0 auto;
  padding: 0 0.04rem 0.04rem;
  border-radius: 0.12rem;
  background: #f4bb22;
  text-decoration: none;
}

.funeral-inquiry__web-main {
  padding: 0.16rem 0.2rem 0.08rem;
  display: grid;
  grid-template-columns: 1fr 0.36rem;
  align-items: center;
}

.funeral-inquiry__web-heading {
  font-size: 0.34rem;
  font-weight: 600;
}

.funeral-inquiry__web-icon {
  max-width: 100%;
  margin-bottom: 0;
}

.funeral-inquiry__web-note {
  background: #fff;
  border-radius: 0 0 0.12rem 0.12rem;
  padding: 0.12rem;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.funeral-inquiry__web-free {
  font-size: 20px;
  position: relative;
  left: -7px;
}

/*  */
.recommend-set__card {
  position: relative;
  padding-top: 0.71rem;
}

.recommend-set {
  margin-bottom: 1rem;
}

.recommend-set__note {
  padding-left: 0.28rem;
  padding-top: 0.15rem;
  font-size: 0.14rem;
}

.recommend-set__card:last-child {
  margin-top: 0.5rem;
}

.recommend-set__card-title {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 2;
  width: 1.5rem;
  padding: 0.1rem 0.36rem;
  background: #fff;
  border: 0.02rem solid #eee9e5;
  border-bottom: 0;
  border-radius: 0.28rem 0.28rem 0 0;
  text-align: center;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  font-family: var(--yu-min);
}

.recommend-set .in {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
}

.recommend-set__title {
  text-align: center;
  font-size: 0.36rem;
  font-family: var(--yu-min);
  font-weight: 600;
  margin-bottom: 0.16rem;
}

.recommend-set__card-body {
  background: white;
  border-radius: 0 0.3rem 0.3rem 0.3rem;
  border: 2px solid #f3efec;
  box-shadow: 0 3px 6px rgba(34, 138, 144, 0.06);
  padding: 0.3rem 0.28rem 0.34rem 0.28rem;
}

/* 値段 */

.recommend-set__card-title > span {
  position: relative;
  top: .04rem;
}

.recommend-set__card-titleLarge {
  font-size: 0.43rem;
}

.recommend-set__summary {
  display: grid;
  grid-template-columns: 498fr 327fr;
  column-gap: 0.18rem;
  margin-bottom: 0.4rem;
}

.recommend-set__description {
  font-size: 0.16rem;
  line-height: 1.8;
  font-weight: 500;
}

.set-price__label-list {
  display: grid;
  grid-template-columns: 197fr 286fr;
  width: 100%;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 0.1rem;
}
.set-price__label {
  flex: 1;
  padding: 0.08rem;
  border-radius: 0.08rem;
  background: #edf6f6;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}

.set-price__label--member {
  background: #f3efec;
}

.set-price__body {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
}
.set-price__body--sp {
  display: none;
}

.set-price__item {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  width: max-content;
  font-weight: 600;
  position: relative;
}

.set-price__item:first-child {
  position: relative;
  bottom: -0.04rem;
}

.set-price__item p {
  width: fit-content;
  margin: 0;
  line-height: 1;
}

.set-price__amount,
.set-price__unit {
  font-family: var(--yu-min);
}

.set-price__amount {
  font-size: 0.74rem;
}

.set-price__unit {
  font-size: 0.45rem;
}

.set-price__tax {
  margin-bottom: 0.06rem;
  font-size: 0.12rem;
  line-height: 1.2;
}

.set-price__amount--type2 {
  font-size: 0.25rem;
}

.set-price__unit--type2 {
  font-size: 0.2rem;
}

.set-price__tax--type2 {
  margin-bottom: 0.03rem;
}

.set-price__amount {
  position: relative;
  top: 0.08rem;
}

.set-price__amount--type2 {
  top: inherit;
}

.set-price__tax {
  position: relative;
  left: -5px;
}

.recommend-set__contents-title {
  position: relative;
  text-align: center;
  font-size: 0.22rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
}

.recommend-set__contents-title:before,
.recommend-set__contents-title:after {
  position: absolute;
  content: "";
  top: 30%;
  width: 33%;
  height: 0.02rem;
  background: #f3efec;
}

.recommend-set__contents-title:before {
  left: 0;
}

.recommend-set__contents-title:after {
  right: 0;
}

.recommend-set__item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.12rem;
}

.recommend-set__item {
  display: grid;
  grid-template-columns: 0.86rem auto;
  border-radius: 0.06rem;
  align-items: center;
  background: #faf8f7;
}

.recommend-set__item-name {
  padding-left: 0.24rem;
  font-size: 0.16rem;
}

.recommend-set__item-figure {
  height: 72px;
}

.recommend-set__item-img {
  border-radius: 0.06rem 0 0 0.06rem;
  height: 100%;
  object-fit: cover;
}

/*  */

.funeral-inquiry__web--type2 {
  padding: 0.2rem 0.2rem 0.14rem 0.2rem;
  width: 100%;
}

.funeral-inquiry__tel--type2 {
  margin-bottom: 0;
  width: 100%;
}

.funeral-inquiry__tel--type2 .funeral-inquiry__tel-number {
  font-size: 47px;
}

.funeral-inquiry__tel--type2.funeral-inquiry__tel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.funeral-inquiry__tel--type2 .funeral-inquiry__tel-body {
  grid-template-columns: 0.5rem 1fr;
  line-height: 1;
  padding-bottom: 12px;
}

.funeral-inquiry__web--type2__txt {
  text-align: center;
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.08rem;
}

.funeral-inquiry__web--type2 .funeral-inquiry__web-main {
  display: grid;
  padding: 0;
  grid-template-columns: auto 0.52rem;
  gap: 0.1rem;
  line-height: 1;
  padding-bottom: 12px;
  justify-content: center;
  align-items: center;
}

.funeral-inquiry__tel--type2 .funeral-inquiry__web-heading {
  font-size: 0.42rem;
}

/*  追加打ち消し */
.bg .in .sec_plan_detail_box.plan_fav_box:before,
.bg .in .sec_plan_detail_box.plan_fav_box:after {
  content: none;
}

.bg .sec_plan_detail .in {
  background: none;
}

.bg .in .plan_fav_box .sec_plan_detail__prices {
  margin-bottom: 0;
}

.sec_basic_set .in {
  background: initial;
  max-width: 904px;
  margin: 0 auto;
  width: 100%;
  padding: 0.9rem 0 0.32rem;
}

.item:hover {
  opacity: initial !important;
}

.sec_price .includeWrap .item::before {
  content: none;
}

@media screen and (max-width: 640px) {
  .bg-type2 {
    padding: 0.5rem 0;
  }

  .selectable-set__body {
    margin: 0 0.2rem;
    padding: 0.38rem 0.2rem 0.3rem 0.2rem;
    box-shadow: none;
  }

  .selectable-set__title-sub {
    font-size: 0.16rem;
    padding-bottom: 0.12rem;
  }

  .selectable-set__title-main {
    font-size: 0.26rem;
  }

  .selectable-set__title {
    padding-bottom: 0.24rem;
    padding-bottom: 0;
    margin-bottom: 0.24rem;
    border-bottom: none;
  }

  .selectable-set__text,
  .selectable-set__text span {
    font-size: 0.15rem;
  }

  .selectable-set__text {
    text-align: left;
  }

  .selectable-set__text br {
    display: none;
  }

  .selectable-set__point-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .selectable-set__point-text {
    font-size: 0.13rem;
  }

  .funeral-inquiry__web-icon {
    padding: 0.06rem 0;
  }

  .selectable-set {
    margin-bottom: 0.6rem;
  }

  .recommend-set__title {
    font-size: 0.28rem;
    margin-bottom: .16rem;
    padding: 0.1rem;
  }

  .recommend-set__card-title > span {
    font-size: .36rem;
}

.recommend-set__card-title {
    padding: 0.04rem 0.1rem;
    max-width: 2.1rem;
    width: 100%;
    top: .2rem;
    line-height: 1;
}

.recommend-set__card-titleLarge {
    font-size: .43rem;
}

  .set-lineup {
    padding: 0 0.2rem;
  }

  .recommend-set {
    margin-bottom: 0.6rem;
  }

  .set-lineup__lead {
    text-align: left;
  }

  .set-lineup__body {
    grid-template-columns: 1fr;
  }

  .funeral-inquiry__tel--type2 .funeral-inquiry__tel-number {
    font-size: 34px;
  }

  .funeral-inquiry__tel--type2 .funeral-inquiry__tel-body {
    grid-template-columns: 0.42rem 1fr;
    padding-bottom: 0.1rem;
  }

  .funeral-inquiry__tel-info-item,
  .funeral-inquiry__web-info {
    font-size: 0.18rem;
  }

  .funeral-inquiry__web--type2__txt {
    padding-bottom: 0.04rem;
    line-height: 1;
    font-size: 0.2rem;
  }

  .funeral-inquiry__web--type2 .funeral-inquiry__web-main {
    grid-template-columns: auto 0.42rem;
    padding-bottom: 0.03rem;
  }

  .funeral-inquiry__web-heading {
    font-size: 0.3rem;
  }

  .after-support .in {
    padding: 0.3rem 0.2rem;
    margin: 0 0.2rem;
  }

  .after-support {
    margin: 0.6rem 0;
  }

  .after-support__title,
  .after-support__title span {
    font-size: 0.18rem;
  }

  .after-support__title br {
    display: none;
  }

  .after-support__text {
    padding-bottom: 0.2rem;
  }

  .after-support__link p {
    font-size: 0.15rem;
  }

  .after-support__link div {
    display: flex;
    justify-content: center;
  }

  .after-support__link {
    width: 100%;
    font-size: 0.15rem;
    padding: 0.14rem 0.06rem;
  }

  .funeral-inquiry .in {
    padding: 0.6rem 0.2rem;
    width: initial;
    margin: 0;
  }

  .funeral-inquiry__tel {
    margin: 0 auto;
    width: 100%;
  }

  .funeral-inquiry__web {
    width: initial;
  }

  .funeral-inquiry__title.title span {
    font-size: 0.23rem;
  }

  .funeral-inquiry__title.title {
    line-height: 1.4;
  }

  .funeral-inquiry__lead {
    text-align: left;
    padding-bottom: 0.3rem;
  }

  .funeral-inquiry__lead br {
    display: none;
  }

  .funeral-inquiry__tel-heading {
    font-size: 0.2rem;
  }

  .funeral-inquiry__tel-heading-note {
    font-size: 0.14rem;
  }

  .funeral-inquiry__tel-body {
    grid-template-columns: 0.4rem 1fr;
  }

  .funeral-inquiry__tel-number {
    font-size: 0.35rem;
  }

  .funeral-inquiry__tel-reception-text,
  .funeral-inquiry__tel-reception-text span {
    font-size: 0.16rem;
  }

  .funeral-inquiry__web-heading {
    font-size: 0.3rem;
  }

  .funeral-inquiry__web-note-text {
    font-size: 0.16rem;
  }

  .funeral-inquiry__web-free {
    font-size: 0.16rem;
  }

  .funeral-inquiry__web-note {
    padding: 0.06rem;
  }

  .funeral-inquiry__web-icon-wrap img {
    width: 100%;
  }

  .extra-cost__offering-sp {
    margin-bottom: 0.3rem;
  }

  .extra-cost__offering-box-sp {
    border: 0.01rem solid #666;
    border-radius: 0.12rem;
    background-color: #fff;
    overflow: hidden;
    max-width: 4rem;
    margin: 0 auto;
  }

  .extra-cost__offering-title-sp {
    background-color: #fff9e2;
    font-size: 0.15rem;
    font-weight: bold;
    text-align: center;
    padding: 0.06rem 0;
    margin: 0;
  }

  .extra-cost__offering-list-sp {
    list-style: none;
    padding: 0.14rem 0.36rem 0.14rem 0.14rem;
    margin: 0;
  }

  .extra-cost__offering-item-sp {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.08rem;
  }

  .extra-cost__offering-item-sp:last-child {
    margin-bottom: 0;
  }

  .extra-cost__offering-name-sp {
    margin: 0;
    font-size: 0.14rem;
    white-space: nowrap;
  }

  .extra-cost__offering-dots-sp {
    flex-grow: 1;
    margin: 0 0.1rem;
    position: relative;
    right: 3px;
  }

  .extra-cost__offering-dots-sp::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.04rem;
    border-bottom: 0.02rem dotted #666;
  }

  .extra-cost__offering-price-sp {
    margin: 0;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    position: relative;
  }

  .price-unit-sp {
    font-size: 0.18rem;
    font-weight: bold;
  }

  .price-suffix-sp {
    position: absolute;
    left: 100%;
    bottom: 0.02rem;
    font-size: 0.18rem;
    font-weight: bold;
  }

  .extra-cost__offering-item-sp--multiline {
    flex-direction: column;
    align-items: flex-start;
  }

  .extra-cost__offering-item-sp--multiline .extra-cost__offering-name-sp {
    white-space: normal;
    line-height: 1.5;
    white-space: nowrap;
  }

  .extra-cost__offering-item-sp--multiline .extra-cost__offering-price-sp {
    align-self: flex-end;
    margin-top: 0.04rem;
  }

  .set-price__body.u-hidden-pc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.05rem;
  }

  .set-price__item-sp {
    display: flex;
    align-items: flex-end;
    padding-bottom: .06rem;
    justify-content: flex-end;
  }

  .set-price__item-sp p {
    width: fit-content;
    margin: 0;
    line-height: 1;
  }

  .set-price__unit-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0.02rem;
  }

  .set-price__item-sp .set-price__tax {
    position: static;
    margin-bottom: 0.02rem;
  }

  .set-price__item-sp .set-price__amount {
    position: static;
  }

  .set-price__tilde {
    font-family: var(--yu-min);
    font-size: 0.45rem;
  }

  .set-price__item-sp--type2 {
    margin-top: 0.04rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }

  .set-price__item-sp--type2 .set-price__amount--type2 {
    position: relative !important;
    font-size: 0.23rem;
    top: 2px;
    left: -3px;
  }

  .set-price__item-sp--type2 .set-price__tax--type2 {
    font-size: 0.12rem;
    position: relative;
    left: -4px;
  }

  .set-price__tilde--type2 {
    font-family: var(--yu-min);
    font-size: 0.2rem;
  }

  .set-price__amount {
    font-size: .68rem;
    letter-spacing: -1.44px;
    position: relative !important;
    top: 6px;
  }

  .set-price__unit {
    font-size: 48px;
  }

  .set-price__unit--type2 {
    font-size: 0.18rem;
  }

  .recommend-set__card-title {
    left: 50%;
    transform: translateX(-50%);
  }

  .set-price__body {
    margin-bottom: 0.2rem;
  }

  .recommend-set__description {
    font-weight: 400;
  }

  .recommend-set__contents-title {
    font-size: 0.2rem;
  }

  .recommend-set__contents-title:before,
  .recommend-set__contents-title:after {
    width: 14%;
  }

  .recommend-set__item-list {
    grid-template-columns: 1fr;
  }

  .set-price__label-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.1rem;
    padding-bottom: 0.18rem;
  }

  .recommend-set__card-body {
    padding: 0.18rem 0.2rem;
    border-radius: 0.3rem;
  }

  .recommend-set__summary {
    grid-template-columns: 1fr;
    margin-bottom: 0.2rem;
    margin-bottom: .24rem;
  }

  .set-price__body--pc {
    display: none;
  }

  .set-price__body--sp {
    display: block;
    position: relative;
    left: -.33rem;
  }

  .funeral-inquiry .funeral-inquiry__tel {
    margin-bottom: 0.3rem;
  }

  .funeral-inquiry .funeral-inquiry__tel-heading {
    font-size: 0.14rem;
    padding-bottom: 0.1rem;
  }

  .funeral-inquiry .funeral-inquiry__tel-body {
    padding-bottom: 0.08rem;
  }

  .funeral-inquiry .funeral-inquiry__web-heading {
    font-size: 0.19rem;
  }

  .funeral-inquiry .funeral-inquiry__web-icon-wrap img {
    display: block;
    width: 0.3rem;
  }
}

.sec_basic_set .option .title_design01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .sec_basic_set .option .title_design01 {
    font-size: .23rem;
}
  
  .include-acc-panel {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    overflow: hidden;
  }

  .more-type2.active::after {
    content: "－";
  }

  .funeral-inquiry .funeral-inquiry__web-heading span {
    font-size: 0.23rem;
  }

  .funeral-inquiry .funeral-inquiry__web-main {
    padding: 0.1rem 0.2rem 0.06rem;
  }
}

@media screen and (min-width: 640px) {
  .sec_plan_detail
    .in
    .sec_plan_detail_box
    .sec_plan_detail__prices
    .sec_plan_detail__priceSub
    .sec_plan_detail__tax {
    position: initial;
    transform: initial;
    margin-right: 0;
    position: relative;
    left: -11px;
  }

  .mask02--type2 {
    aspect-ratio: 391 / 254 !important;
  }

  .sec_plan_detail__title--type2 {
    font-size: 0.3rem !important;
    padding-bottom: 20px !important;
  }
}
