@charset "UTF-8";
#page_funeral .common_lead {
  flex-flow: wrap;
}
#page_funeral .common_lead .common_tit::before {
  left: 75%;
}
#page_funeral .btn_anc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 100rem;
  padding: 0 70rem;
}
#page_funeral .btn_anc li {
  width: 48%;
  text-align: center;
  font-size: 20rem;
}
#page_funeral .btn_anc li a {
  display: block;
  padding: 20rem 0 25rem;
  border: 1px solid #c2c2c2;
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 18rem;
}
#page_funeral .btn_anc li a:after {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-bottom: 1rem solid #c2c2c2;
  border-right: 1rem solid #c2c2c2;
  transform: rotate(45deg);
  margin: auto;
}
#page_funeral .about {
  background: #fff;
  padding: 0 90rem 0;
}
#page_funeral .about .read {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 70rem;
}
#page_funeral .about .read#link2 {
  margin: 100rem 50rem 0;
  flex-direction: row-reverse;
}
#page_funeral .about .read h2 {
  margin: 100rem 100rem 0 50rem;
  letter-spacing: 5rem;
}
#page_funeral .about .read img {
  width: 650rem;
}
#page_funeral .about .read .read_txt {
  margin: 40rem 0 30rem;
  padding: 0 0 30rem;
  border-bottom: 1rem solid #c2c2c2;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP";
}
#page_funeral .about .read .family_funeral {
  width: 100%;
  margin: 10rem 0 40rem;
  font-family: "Noto Sans JP";
}
#page_funeral .about .read .family_funeral .sect_tit {
  display: flex;
  align-items: center;
  color: #78BA90;
  font-size: 24rem;
  margin: 0 0 20rem;
}
#page_funeral .about .read .family_funeral .sect_tit:before {
  content: "";
  display: block;
  width: 40rem;
  height: 1px;
  background: #78BA90;
  margin-right: 15rem;
}
#page_funeral .about .read .family_funeral p {
  margin-bottom: 20rem;
  line-height: 1.8;
}
#page_funeral .about .read .link_arrow {
  display: inline-flex;
  align-items: center;
  color: #78BA90;
  font-size: 13rem;
  text-decoration: none;
  border-bottom: 1px solid #78BA90;
  padding-bottom: 2rem;
}
#page_funeral .about .read .link_arrow:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-top: 1px solid #78BA90;
  border-right: 1px solid #78BA90;
  transform: rotate(45deg);
  margin-left: 8rem;
}
#page_funeral .about .read .features {
  width: 100%;
  margin: 60rem 0 60rem;
  font-family: "Noto Sans JP";
}
#page_funeral .about .read .features dl {
  margin-bottom: 20rem;
}
#page_funeral .about .read .features .feature_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40rem 2%;
}
#page_funeral .about .read .features .feature_list li {
  width: 32%;
}
#page_funeral .about .read .features .feature_list li .circle {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(118, 168, 112, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #78BA90;
  font-size: 18rem;
  margin-bottom: 15rem;
  line-height: 1.5;
}
#page_funeral .about .read .features .feature_list li p {
  line-height: 1.6;
  margin-bottom: 10rem;
}
#page_funeral .about .read strong {
  display: flex;
  margin: 0 0 20rem;
  width: 100%;
}
#page_funeral .about .read strong:before {
  content: "●";
  display: flex;
  align-items: center;
  color: #78BA90;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_funeral .about .read table {
  margin: 0 0 40rem 18rem;
  width: 98%;
}
#page_funeral .about .read table th {
  background: #eee;
  border: solid #c2c2c2;
  border-width: 1rem 1rem 1rem 0;
  padding: 20rem;
}
#page_funeral .about .read table th:last-child {
  border-width: 1rem 0 1rem 1rem;
}
#page_funeral .about .read table th:nth-child(3) {
  text-align: center;
}
#page_funeral .about .read table td {
  padding: 20rem;
  border: solid #c2c2c2;
  border-width: 1rem 1rem 1rem 0;
  text-align: center;
}
#page_funeral .about .read table td:last-child {
  border-width: 1rem 0;
  text-align: left;
}
#page_funeral .about .read table td:nth-child(3) {
  text-align: center;
}
#page_funeral .about .read dl {
  width: 100%;
  font-family: "Noto Sans JP";
}
#page_funeral .about .read dl dt {
  display: flex;
  margin: 0 0 20rem;
}
#page_funeral .about .read dl dt:before {
  content: "●";
  display: flex;
  align-items: center;
  color: #78BA90;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_funeral .about .read dl dd {
  margin: 10rem 0 0 20rem;
  display: flex;
}
#page_funeral .about .read dl dd span {
  width: 150rem;
  margin: 0 30rem 0 0;
  flex-shrink: 0;
}
#page_funeral .about .read dl dd p {
  width: calc(100% - 150rem);
}
#page_funeral .about .read dl dd .dd_content p {
  width: 100%;
}
#page_funeral .about .read dl dd .dd_content .line_qr {
  margin: 20rem 0;
  text-align: center;
}
#page_funeral .about .read dl dd .dd_content .line_qr img {
  width: 120rem;
  height: auto;
}
#page_funeral .about .read dl dd .dd_content .line_qr .caption {
  display: block;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 14rem;
  width: 220rem;
}
#page_funeral .about .read dl dd .dd_content .info_box {
  background: #EEF5F0;
  padding: 25rem 40rem;
  margin-top: 20rem;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40rem;
       column-gap: 40rem;
}
#page_funeral .about .read dl dd .dd_content .info_box li {
  line-height: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#page_funeral .about .price {
  position: relative;
  margin: 60rem 70rem;
  font-family: "Noto Sans JP";
}
#page_funeral .about .price strong {
  display: flex;
  margin: 0 0 20rem;
}
#page_funeral .about .price strong:before {
  content: "●";
  display: flex;
  align-items: center;
  color: #78BA90;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_funeral .about .price table {
  margin: 0 0 40rem 18rem;
  width: 98%;
}
#page_funeral .about .price table th {
  background: #eee;
  border: solid #c2c2c2;
  border-width: 1rem 1rem 1rem 0;
  padding: 20rem;
}
#page_funeral .about .price table th:last-child {
  border-width: 1rem 0 1rem 1rem;
}
#page_funeral .about .price table th:nth-child(3) {
  text-align: center;
}
#page_funeral .about .price table td {
  padding: 40rem;
  border: solid #c2c2c2;
  border-width: 1rem 1rem 1rem 0;
  text-align: center;
}
#page_funeral .about .price table td:last-child {
  border-width: 1rem 0;
  text-align: left;
}
#page_funeral .about .price table td:nth-child(3) {
  text-align: center;
}
#page_funeral .about .price p {
  margin: 0 0 0 15rem;
}
#page_funeral .about .price a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390rem;
  padding: 20rem 0;
  text-align: center;
  color: #fff;
  background: #9c8e82;
  font-size: 18rem;
}
#page_funeral .about .price a span {
  position: relative;
  margin: 0 20rem 0 0;
}
#page_funeral .about .price a span:before {
  content: "";
  position: absolute;
  top: 10rem;
  right: -18rem;
  padding: 4rem 5rem;
  border: 1rem solid #fff;
}
#page_funeral .about .price a span:after {
  content: "";
  position: absolute;
  top: 5rem;
  right: -22rem;
  padding: 4rem 5rem;
  border: 1rem solid #fff;
  background: #9c8e82;
  box-shadow: 0 0 0 2rem rgb(156, 142, 130);
}
#page_funeral .about .contactArea {
  background: #EEF5F0;
  font-family: "Noto Sans JP";
  position: relative;
  padding: 40rem 0 50rem;
  margin: 100rem 70rem 100rem;
  overflow: hidden;
}
#page_funeral .about .contactArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../img/ico_content_l2.svg) no-repeat top center/contain;
  width: 180rem;
  height: 180rem;
  margin: auto;
  transform: rotate(270deg);
  opacity: 0.1;
}
#page_funeral .about .contactArea:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../img/ico_content_r2.svg) no-repeat top center/contain;
  width: 120rem;
  height: 120rem;
  margin: auto;
  transform: rotate(180deg);
}
#page_funeral .about .contactArea h3 {
  text-align: center;
  margin: 0 0 50rem;
  font-size: 18rem;
  line-height: 2;
  display: flex;
  position: relative;
  justify-content: center;
}
#page_funeral .about .contactArea h3:before {
  content: "";
  display: block;
  background: url(../../img/ico_arrow.svg) no-repeat top center/contain;
  width: 50rem;
  height: 70rem;
  margin: 0 30rem 0 0;
}
#page_funeral .about .contactArea h3:after {
  content: "";
  display: block;
  background: url(../../img/ico_arrow.svg) no-repeat top center/contain;
  width: 50rem;
  height: 70rem;
  transform: scale(-1);
  margin: 0 0 0 30rem;
  transform: rotate(90deg);
}
#page_funeral .about .contactArea h3 .ico_jizo {
  width: 60rem;
  height: auto;
  margin-right: 20rem;
  flex-shrink: 0;
}
#page_funeral .about .contactArea h3 span {
  font-size: 16rem;
}
#page_funeral .about .contactArea div {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
#page_funeral .about .contactArea div p {
  margin: 0 40rem 0 0;
  font-size: 14rem;
}
#page_funeral .about .contactArea div p span {
  display: block;
  font-size: 38rem;
  letter-spacing: 1rem;
}
#page_funeral .about .contactArea div .btn_contact {
  display: block;
  background: #78BA90;
  padding: 30rem 0;
  position: relative;
  color: #fff;
  width: 320rem;
  text-align: center;
  font-size: 18rem;
  line-height: 1;
}

@media screen and (max-width: 680px) {
  #page_funeral .btn_anc {
    padding: 0;
    margin: 0 auto 60rem;
  }
  #page_funeral .btn_anc li {
    font-size: 16rem;
  }
  #page_funeral .btn_anc li a {
    padding: 15rem 0 25rem;
  }
  #page_funeral .common_lead {
    flex-flow: wrap;
    display: block;
    padding: 60rem 0;
  }
  #page_funeral .common_lead figure {
    width: auto;
  }
  #page_funeral .common_lead .text_wrap {
    writing-mode: horizontal-tb;
    width: 335rem;
    text-align: center;
  }
  #page_funeral .common_tit {
    margin: 0 0 20rem;
    writing-mode: horizontal-tb;
    letter-spacing: 2rem;
  }
  #page_funeral .common_tit:before {
    position: static;
    transform: none;
    margin: auto;
  }
  #page_funeral .about {
    padding: 0 0 60rem;
  }
  #page_funeral .about .read {
    display: block;
    margin: 0;
  }
  #page_funeral .about .read#link2 {
    margin: 60rem 0 0;
  }
  #page_funeral .about .read h2 {
    margin: 0 0 40rem;
    writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: 2rem;
  }
  #page_funeral .about .read img {
    width: 100%;
  }
  #page_funeral .about .read .family_funeral .sect_tit {
    font-size: 20rem;
  }
  #page_funeral .about .read .family_funeral .sect_tit:before {
    width: 30rem;
  }
  #page_funeral .about .read .features .feature_list {
    gap: 30rem 4%;
  }
  #page_funeral .about .read .features .feature_list li {
    width: 48%;
    margin-bottom: 0;
  }
  #page_funeral .about .read .features .feature_list li .circle {
    font-size: 14rem;
  }
  #page_funeral .about .read table {
    margin: 0 0 40rem;
    width: 100%;
  }
  #page_funeral .about .read table th:last-child {
    width: 65%;
  }
  #page_funeral .about .read dl dt {
    margin: 0;
  }
  #page_funeral .about .read dl dd {
    margin: 20rem 0 0;
    display: block;
  }
  #page_funeral .about .read dl dd span {
    width: auto;
    display: block;
    margin: 0;
    padding-bottom: 2rem;
  }
  #page_funeral .about .read dl dd p {
    width: 100%;
  }
  #page_funeral .about .read dl dd .dd_content {
    width: 100%;
  }
  #page_funeral .about .read dl dd .dd_content .info_box {
    padding: 20rem;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 15rem;
  }
  #page_funeral .about .price {
    margin: 60rem 0;
  }
  #page_funeral .about .price p {
    margin: 0;
  }
  #page_funeral .about .price table {
    width: 100%;
    margin: 0 0 40rem;
  }
  #page_funeral .about .price table th {
    padding: 20rem 0;
  }
  #page_funeral .about .price table th:nth-child(1) {
    width: 35%;
  }
  #page_funeral .about .price table td:nth-child(1) {
    padding: 20rem 10rem;
  }
  #page_funeral .about .price a {
    position: static;
    width: 100%;
    display: block;
    margin: 30rem 0 0;
  }
  #page_funeral .about .contactArea {
    margin: 40rem 0 0;
    padding: 30rem 0;
  }
  #page_funeral .about .contactArea h3 {
    line-height: 1.6;
    margin: 0 20rem 40rem;
    align-items: center;
    font-size: 17rem;
    display: block;
  }
  #page_funeral .about .contactArea h3:before {
    background: url(../../img/ico_arrow.svg) no-repeat center/100%;
    width: 50rem;
    margin: 0 10rem 0 0;
    display: none;
  }
  #page_funeral .about .contactArea h3:after {
    background: url(../../img/ico_arrow.svg) no-repeat center/100%;
    width: 50rem;
    margin: 0 0 0 10rem;
    display: none;
  }
  #page_funeral .about .contactArea h3 .ico_jizo {
    position: absolute;
    bottom: 96rem;
    left: 2rem;
    margin: 0;
    width: 40rem;
  }
  #page_funeral .about .contactArea h3 .ico_jizo_tel {
    bottom: 58rem;
    left: 60rem;
    width: 34rem;
  }
  #page_funeral .about .contactArea div {
    display: block;
    text-align: center;
  }
  #page_funeral .about .contactArea div p {
    margin: 0 0 20rem;
  }
  #page_funeral .about .contactArea div a {
    margin: auto;
    width: 280rem;
  }
  #page_funeral .about .contactArea div .btn_contact {
    width: 90%;
  }
}
.note_wrap .note_inner {
  background: #fff;
  margin-bottom: 70rem;
}/*# sourceMappingURL=funeral.css.map */