@charset "UTF-8";
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .font12 {
    font-size: clamp(11px, 1vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .font12 {
    font-size: clamp(10px, 1.432vw, 11px);
  }
}
@media screen and (max-width: 480px) {
  .font12 {
    font-size: clamp(9px, 2.083vw, 10px);
  }
}

/* ===================================================================
PLAN
=====================================================================*/
@media screen and (max-width: 768px) {
  .introbox.head {
    padding: 6% 0;
  }
}

section#Plan .introbox.in_page {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section#Plan .introbox.in_page {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  section#Plan.section_basic {
    padding-top: 12%;
  }
}

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

/* -------------------------------------------------------------- */
.flower_top_right:after, .flower_bottom_left:after {
  width: 38%;
}

/* -------------------------------------------------------------- */
#plan_choiceBloc {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #plan_choiceBloc {
    margin: 6% auto 0;
  }
}

/* -------------------------------------------------------------- */
ul#plan_chioceList {
  list-style-type: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ul#plan_chioceList {
    display: block;
  }
}
ul#plan_chioceList li {
  width: 30.3333333333%;
  height: auto;
  margin-right: 4%;
}
ul#plan_chioceList li:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#plan_chioceList li {
    width: 80%;
    margin: 0 auto 6%;
  }
  ul#plan_chioceList li:last-of-type {
    margin: 0 auto;
  }
}

/* -------------------------------------------------------------- */
.choice_photo {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto 1.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.choice_photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------------- */
.choice_headline {
  line-height: 160%;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #78C153;
  font-family: "NotoSerif", serif !important;
}
@media screen and (min-width: 769px) {
  .choice_headline {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .choice_headline {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .choice_headline {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  .choice_headline {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}

/* -------------------------------------------------------------- */
.choice_infobox {
  line-height: 140%;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .choice_infobox {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .choice_infobox {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .choice_infobox {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .choice_infobox {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}
.choice_infobox p {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .choice_infobox p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .choice_infobox p {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .choice_infobox p {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .choice_infobox p {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}

/* -------------------------------------------------------------- */
#one_pointBox {
  text-align: center;
  max-width: 1000px;
  width: 90%;
  margin: 45px auto 0;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #one_pointBox {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #one_pointBox {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #one_pointBox {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #one_pointBox {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
#one_pointBox p {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #one_pointBox p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #one_pointBox p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #one_pointBox p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #one_pointBox p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  #one_pointBox {
    margin-top: 6%;
  }
}

/* -------------------------------------------------------------- */
.one_point_inner {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #78C153;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .one_point_inner {
    display: block;
  }
}

/* ===================================================================
選べるご葬儀プラン：ANCHOR LINK
=====================================================================*/
#plan_typelinkBloc {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#plan_typelinkBloc.one_period {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* -------------------------------------------------------------- */
ul#plan_anchorLink {
  list-style-type: none;
  width: 100%;
  margin: 0 auto 60px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#plan_anchorLink {
    margin-bottom: 9%;
  }
}
ul#plan_anchorLink li {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 30.6%;
  margin-right: 4%;
}
ul#plan_anchorLink li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul#plan_anchorLink li {
    width: 48%;
    margin-bottom: 6%;
  }
  ul#plan_anchorLink li:nth-of-type(3n) {
    margin-right: 4%;
  }
  ul#plan_anchorLink li:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul#plan_anchorLink li {
    width: 90%;
    margin: 0 auto 6%;
  }
  ul#plan_anchorLink li:nth-of-type(3n) {
    margin: 0 auto 9%;
  }
  ul#plan_anchorLink li:nth-of-type(even) {
    margin: 0 auto 9%;
  }
  ul#plan_anchorLink li:last-of-type {
    margin-bottom: 0;
  }
}
ul#plan_anchorLink li a {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(1, 111, 184, 0.2);
          box-shadow: 0 0 20px rgba(1, 111, 184, 0.2);
}
ul#plan_anchorLink li a:hover {
  opacity: 0.75;
}

/* -------------------------------------------------------------- */
.plan_anchor_thumb {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
}
.plan_anchor_thumb img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------------------------- */
.plan_anchor_textbox {
  padding: 1.5rem;
}
.plan_anchor_textbox p {
  font-size: 18px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .plan_anchor_textbox p {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .plan_anchor_textbox p {
    font-size: clamp(14px, 1.757vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .plan_anchor_textbox p {
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .plan_anchor_textbox p {
    font-size: 2.916vw;
  }
}

.plan_anchor_title {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
  text-align: center;
  font-family: "NotoSerif", serif !important;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 24px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .plan_anchor_title {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .plan_anchor_title {
    font-size: clamp(20px, 2.343vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .plan_anchor_title {
    font-size: clamp(20px, 3.125vw, 24px);
  }
}
@media screen and (max-width: 480px) {
  .plan_anchor_title {
    font-size: clamp(17px, 4.166vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .plan_anchor_title {
    margin-bottom: 2rem;
  }
}
.plan_anchor_title:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: 1rem;
  height: 1px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* -------------------------------------------------------------- */
dl.plan_anchor_price {
  margin-bottom: 1rem;
}
dl.plan_anchor_price dt, dl.plan_anchor_price dd {
  height: auto;
}
dl.plan_anchor_price dt {
  margin-bottom: 1rem;
  border-bottom: 1px solid #D6D6D6;
  color: #78C153;
  padding-bottom: 1rem;
}
dl.plan_anchor_price dd {
  color: #D61105;
}

/* -------------------------------------------------------------- */
table.plan_anchor_pricetable {
  width: 100%;
}
table.plan_anchor_pricetable th, table.plan_anchor_pricetable td {
  font-weight: 400;
  line-height: 140%;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  font-size: 18px;
  font-family: "NotoSerif", serif !important;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  table.plan_anchor_pricetable th, table.plan_anchor_pricetable td {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table.plan_anchor_pricetable th, table.plan_anchor_pricetable td {
    font-size: clamp(14px, 1.757vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  table.plan_anchor_pricetable th, table.plan_anchor_pricetable td {
    font-size: clamp(17px, 2.343vw, 19px);
  }
}
@media screen and (max-width: 480px) {
  table.plan_anchor_pricetable th, table.plan_anchor_pricetable td {
    font-size: clamp(16px, 3.54vw, 17px);
  }
}
table.plan_anchor_pricetable td {
  text-align: right;
}
table.plan_anchor_pricetable td.intax {
  font-size: 85%;
}

/* -------------------------------------------------------------- */
#bannerArea.in_plan {
  margin-top: 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #bannerArea.in_plan {
    margin-bottom: 18%;
  }
}

/* ===================================================================
ご葬儀の費用について
=====================================================================*/
section#Price {
  background: #F9FAFC;
}
section#Price.section_basic {
  padding-bottom: 0;
}
section#Price .contents_basic {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  section#Price .contents_basic {
    padding-bottom: 12%;
  }
}

/* -------------------------------------------------------------- */
#Introduction.price {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #Introduction.price {
    margin-bottom: 6%;
  }
}

.price_title {
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1.5rem;
  font-size: 28px;
  text-align: center;
  font-family: "NotoSerif", serif !important;
}
@media screen and (min-width: 769px) {
  .price_title {
    font-size: clamp(24px, 1.459vw, 28px);
  }
}
@media screen and (max-width: 1024px) {
  .price_title {
    font-size: clamp(20px, 2.343vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .price_title {
    font-size: clamp(20px, 3.125vw, 24px);
  }
}
@media screen and (max-width: 480px) {
  .price_title {
    font-size: clamp(17px, 4.166vw, 20px);
  }
}

/* -------------------------------------------------------------- */
.price_detailbox {
  background: #fff;
  padding: 2.4rem 2rem;
}

/* -------------------------------------------------------------- */
ul.table_layoutbox {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
ul.table_layoutbox li {
  width: calc(50% - 0.5rem);
  margin: 0 1rem 1rem 0;
}
ul.table_layoutbox li:nth-of-type(2n) {
  margin-right: 0;
}
ul.table_layoutbox li.fullsize {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ul.table_layoutbox li {
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
  }
}
ul.table_layoutbox.required li {
  background: #EFECF7;
}
ul.table_layoutbox.about li {
  background: #F3F7F0;
}

/* -------------------------------------------------------------- */
.price_detail_inner {
  padding: 1rem;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .price_detail_inner {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .price_detail_inner {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .price_detail_inner {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .price_detail_inner {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

.price_detailheadline {
  text-align: center;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
  font-size: 20px;
  font-family: "NotoSerif", serif !important;
}
@media screen and (min-width: 769px) {
  .price_detailheadline {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .price_detailheadline {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .price_detailheadline {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .price_detailheadline {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}

@media screen and (max-width: 768px) {
  #bannerArea.mb {
    margin-bottom: 0;
  }
}
/* -------------------------------------------------------------- */
#Correspondence .one_period {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #Correspondence .one_period {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #Correspondence dl.twolayout_body dd {
    width: 95%;
  }
}