@charset "UTF-8";
/* ===================================================================
BASIC
=====================================================================*/
.bg_blue {
  background-color: #F9FAFC !important;
}

.one_period .after-support {
  margin-bottom: 1.4rem !important;
}

.under_Line {
  text-decoration: underline !important;
}

/* ===================================================================
生前相談・事前相談のメリット
=====================================================================*/
#pageTitle p.after_titel {
  position: relative;
  display: inline-block;
  font-size: 35px;
  margin-bottom: 0;
  color: #050505;
}
@media screen and (min-width: 769px) {
  #pageTitle p.after_titel {
    font-size: clamp(28px, 1.823vw, 35px);
  }
}
@media screen and (max-width: 1024px) {
  #pageTitle p.after_titel {
    font-size: clamp(24px, 2.734vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  #pageTitle p.after_titel {
    font-size: clamp(24px, 3.645vw, 28px);
  }
}
@media screen and (max-width: 480px) {
  #pageTitle p.after_titel {
    font-size: clamp(20px, 5vw, 24px);
  }
}
#pageTitle p.after_titel:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-130%, -50%);
          transform: translate(-130%, -50%);
  display: block;
  width: 3.5em;
  aspect-ratio: 1/1;
  background: url(../images/after_support/free_icon.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #pageTitle p.after_titel:after {
    -webkit-transform: translate(-110%, -50%);
            transform: translate(-110%, -50%);
    max-width: 100px;
  }
}

/* -------------------------------------------------------------- */
.hall_basic {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .hall_basic {
    padding-top: 9%;
  }
}

/* -------------------------------------------------------------- */
dl.hall_list_basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 90px 0%;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic {
    display: block;
    margin: 0 auto;
  }
}
dl.hall_list_basic dt, dl.hall_list_basic dd {
  width: 48%;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic dt, dl.hall_list_basic dd {
    width: 100%;
  }
}
dl.hall_list_basic dt {
  margin: 0 auto 4%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic dt {
    margin: 0 auto 4%;
    padding-left: 0;
  }
}
dl.hall_list_basic.reverse {
  margin: 0 10% 90px 0;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic.reverse {
    margin-bottom: 0;
  }
}
dl.hall_list_basic.reverse dt {
  margin: 0 auto 4%;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic.reverse dt {
    margin: 0 auto 4%;
    padding-right: 0;
  }
}
dl.hall_list_basic .contents_title {
  margin-bottom: 2rem;
}
dl.hall_list_basic .contents_title font {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic .btn_basic {
    margin: 6% auto 0;
    width: 90%;
  }
}
dl.hall_list_basic .btn_basic a {
  max-width: 250px;
  width: 100%;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  dl.hall_list_basic .btn_basic a {
    display: block;
    margin: 0 auto;
  }
}
dl.hall_list_basic .reserve.type02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* -------------------------------------------------------------- */
.hall_photo {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.hall_photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .hall_basic .hall_list_basic .hall_photo img {
    width: 95% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .hall_basic .hall_list_basic.reverse .hall_photo img {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* -------------------------------------------------------------- */
.pickup_box {
  margin-top: 1.4rem;
}
.pickup_box p {
  margin-bottom: 0;
  text-indent: -1rem;
  padding-left: 1rem;
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .contents_title {
    padding-top: 9%;
    text-align: center;
  }
}

/*
/* HALL - PLAN
/* -------------------------------------------------------------- */
#top-hall_Plan {
  background: #F9FAFC;
}
#top-hall_Plan.content_basic {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top-hall_Plan.content_basic {
    padding-bottom: 9%;
  }
}
#top-hall_Plan .pickup_box p {
  margin-bottom: 1.8rem;
  padding: 0;
  text-indent: 0;
  line-height: 220%;
}
#top-hall_Plan .pickup_box p:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------- */
#bnr_urgencyLink {
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
#bnr_urgencyLink a, #bnr_urgencyLink img {
  width: 100%;
  height: auto;
  display: block;
}
#bnr_urgencyLink a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#bnr_urgencyLink p {
  margin-top: 0.5rem;
  text-align: center;
}

/*
選べるご相談方法
------------------------------------------------------------------------- */
ul#howtoList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#howtoList {
    display: block;
  }
}
ul#howtoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31.3333333333%;
  margin-right: 3%;
}
ul#howtoList li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul#howtoList li {
    width: 32.5833333333%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList li {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 9%;
  }
  ul#howtoList li:nth-of-type(3n) {
    margin: 0 auto 9%;
  }
  ul#howtoList li:last-of-type {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
.howto_pic, .howto_pic img {
  width: 100%;
  height: auto;
  display: block;
}

.howto_pic {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .howto_pic {
    margin-bottom: 4%;
    position: relative;
    z-index: 1;
  }
}

.howto_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* ---------------------------------------------------------------- */
.howto_info {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.howto_info p {
  text-align: left;
}

/* ---------------------------------------------------------------- */
.howto_headline {
  color: #78C153;
  font-family: "NotoSerif", serif !important;
  margin-bottom: 0.8rem;
  font-weight: 400;
}

/* ---------------------------------------------------------------- */
.btn_howto {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.btn_howto a {
  background-color: #78C153;
  padding: 1.5rem 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #78C153;
  color: #fff;
  font-family: "NotoSerif", serif !important;
  text-decoration: none;
  min-height: 150px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn_howto a {
    min-height: inherit;
    font-size: clamp(16px, 2.343vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  .btn_howto a {
    font-size: 3.333vw;
  }
}
.btn_howto a br.tabs {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .btn_howto a br.tabs {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .btn_howto a br.tabs {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
img.img_tel {
  width: 90%;
  height: auto;
  margin: 0.5rem auto 0;
  display: block;
  max-width: 300px;
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 900px) {
  ul#howtoList li#Case02 a {
    font-size: clamp(12px, 1.444vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList li#Case02 a {
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  ul#howtoList li#Case02 a {
    ont-size: 2.916vw;
  }
}
@media screen and (max-width: 550px) and (min-width: 768px) {
  ul#howtoList li#Case02 a br {
    display: none !important;
  }
}
ul#howtoList li#Case03 a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 1rem;
}
@media screen and (max-width: 768px) {
  ul#howtoList li#Case03 a {
    font-size: clamp(16px, 2.343vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  ul#howtoList li#Case03 a {
    font-size: 3.333vw;
  }
}
ul#howtoList li#Case03 a:after {
  content: none;
}
ul#howtoList li#Case03 a.tel_link {
  padding: 0;
}

/*
アフターサポート充実で安⼼
------------------------------------------------------------------------- */
ul#howtoList2 {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#howtoList2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 16px; /* アイテム間の余白はお好みで調整 */
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList2 .howto_info {
    margin-bottom: 0;
  }
}
ul#howtoList2 .howto_info p {
  text-align: center;
}
ul#howtoList2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 22%;
  margin-right: 3%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul#howtoList2 li {
    width: 22%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList2 li {
    list-style: none;
    width: 90%;
    height: auto;
    margin: 0 auto 9%;
  }
  ul#howtoList2 li:nth-of-type(4n) {
    margin: 0 auto 9%;
  }
  ul#howtoList2 li:last-of-type {
    margin-bottom: 0;
  }
}
ul#howtoList2 li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#howtoList2 figure img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*
こちらのフォームよりご予約いただけます。
------------------------------------------------------------------------- */
.form_notice {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

/*
アフターサポート充実で安⼼
------------------------------------------------------------------------- */
ul#howtoList3 {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#howtoList3 {
    display: block;
  }
}
ul#howtoList3 .howto_info p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul#howtoList3 .howto_info p {
    text-align: left;
  }
}
ul#howtoList3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 22%;
  margin-right: 3%;
}
ul#howtoList3 li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul#howtoList3 li {
    width: 22%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList3 li {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 9%;
  }
  ul#howtoList3 li:nth-of-type(3n) {
    margin: 0 auto 9%;
  }
  ul#howtoList3 li:last-of-type {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
#temporary_infoBox {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #temporary_infoBox {
    margin-bottom: 9%;
  }
}
#temporary_infoBox p {
  margin-bottom: 1%;
}

.notice_box {
  padding-left: 190px;
  padding-right: 190px;
}
@media screen and (max-width: 768px) {
  .notice_box {
    padding: 0;
  }
}

/* ---------------------------------------------------------------- */
#temporary_infoHeadline {
  margin-bottom: 1%;
  font-family: "NotoSerif", serif !important;
  font-weight: 400;
}

.section_title span {
  color: #444;
  font-family: "Cochin", "NotoSerif", serif !important;
  letter-spacing: 0;
  display: block;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

/* ---------------------------------------------------------------- */
#member_pickupBox {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-top: 1px solid #78C153;
  border-bottom: 1px solid #78C153;
  padding: 1rem 0;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #member_pickupBox {
    width: 100%;
    padding: 4.5% 0;
  }
}

/* ---------------------------------------------------------------- */
dl#member_pickupContents {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  dl#member_pickupContents {
    display: block;
    margin: 0 auto;
  }
}
dl#member_pickupContents dt, dl#member_pickupContents dd {
  height: auto;
}
dl#member_pickupContents dt {
  width: 40%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  dl#member_pickupContents dt {
    width: 100%;
    margin: 0 auto 6%;
    text-align: center;
  }
}
dl#member_pickupContents dd {
  width: 56%;
}
@media screen and (max-width: 768px) {
  dl#member_pickupContents dd {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------------------------------- */
#pickupHeadline {
  background: #fff;
  line-height: 120%;
  font-weight: 400;
  color: #78C153;
  padding: 1rem;
  border-radius: 10px;
  font-family: "NotoSerif", serif !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pickupHeadline {
    display: inline-block;
  }
}

/* ---------------------------------------------------------------- */
.bnr_listcap {
  margin-top: 1.5rem;
}

/* 生前相談・事前相談のご予約フォーム 
/* ---------------------------------------------------------------- */
.choice {
  width: 100%;
  background-color: #78C153;
  color: #FFF;
  height: auto;
  padding: 0.6rem 1.2rem;
  line-height: 120%;
  border-radius: 5px;
  margin-right: 78px;
  margin-top: 30px;
  margin-bottom: 1.5rem;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .choice {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .choice {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .choice {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .choice {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .choice {
    margin-right: 0;
    margin-top: 3%;
  }
}

/* ---------------------------------------------------------------- */
.emoji {
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
          filter: grayscale(100%) brightness(0) invert(1);
}

/* ---------------------------------------------------------------- */
.form_frame {
  width: 100%;
}

/* ---------------------------------------------------------------- */
.p-mem-sec__lead {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .p-mem-sec__lead {
    margin-bottom: 4.5%;
  }
}

/* ---------------------------------------------------------------- */
dl dd.post {
  width: calc(70% - 1em);
}
dl dd.post p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl dd.post .wpcf7-form-control-wrap {
  width: 15em !important;
}
dl dd.post a {
  color: #fff;
  font-weight: 600;
  background: #6F6E6D;
  line-height: 1;
  padding: 0.6em 1em;
  letter-spacing: 0;
  border-radius: 0.3em;
}

/* ---------------------------------------------------------------- */
.acceptance {
  /* padding-top: 60px;
    @include sp {
      padding-top: 30px;
    }
  */
}
.acceptance p {
  text-align: center;
}

/* ---------------------------------------------------------------- */
.payment-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向に中央揃え */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Cochin", "NotoSerif", serif !important;
}
.payment-tabs .tab-button {
  padding: 10px 80px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .payment-tabs .tab-button {
    height: 80px;
    padding: 10px;
    font-size: 1em;
  }
  .payment-tabs .tab-button.active {
    background: #78C153;
    color: #fff;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}