@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

body {
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.5em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

a {
  color: inherit;
  transition: 0.3s;
}

img {
  width: 100%;
}

.inner {
  width: 80vw;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 85vw;
  }
}

.mb150 {
  margin-bottom: 7.8125vw;
}
@media (max-width: 768px) {
  .mb150 {
    margin-bottom: 70px;
  }
}

.mb100 {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.right {
  margin-left: auto;
}

.center {
  margin-inline: auto;
}

.brown {
  color: #574B3F;
}

.pink {
  color: #F07991;
}

.tubomi {
  width: 2.8vw;
  margin-inline: auto;
  display: block;
}
@media (max-width: 768px) {
  .tubomi {
    width: 16px;
  }
}

.sec-tit {
  font-size: clamp(28px, 3vw, 58px);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.sec-tit span {
  font-size: clamp(10px, 1vw, 20px);
}

#fade-in {
  animation: fade-in 5s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  background-color: #f5f1ed;
  padding: 50px 0 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 130px;
  }
}
.footer__logo {
  width: 250px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 130px;
  }
}

.cta {
  position: fixed;
  right: 0px;
  bottom: 50px;
  width: 180px;
}
@media (max-width: 768px) {
  .cta {
    bottom: 0px;
    background-color: #e7d9cb;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 10px 8vw;
    box-sizing: border-box;
  }
}
.cta__btn {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__btn {
    width: 40%;
    margin-bottom: 0px;
  }
}
.cta__btn a {
  background-color: #3b3a3a;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
  line-height: 2em;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cta__btn a {
    border-radius: 5px;
    font-size: 14px;
  }
}
.cta__btn a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .cta__tel {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
  }
}
.cta__tel img {
  width: 43px;
}

#lp .treeburial {
  padding-top: 7.8125vw;
}
@media (max-width: 768px) {
  #lp .treeburial {
    padding-top: 70px;
  }
}
#lp .treeburial__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lp .treeburial__box::after {
  content: "";
  width: 30%;
}
#lp .treeburial__box img {
  width: 30%;
  margin-bottom: 4vw;
}
@media (max-width: 768px) {
  #lp .treeburial__box img {
    width: 48%;
  }
}
#lp .features {
  padding-top: 7.8125vw;
}
@media (max-width: 768px) {
  #lp .features {
    padding-top: 70px;
  }
}
#lp .worry {
  padding-top: 7.8125vw;
  position: relative;
}
@media (max-width: 768px) {
  #lp .worry {
    padding-top: 70px;
  }
}
#lp .worry__tit span {
  font-size: clamp(39px, 4.16vw, 80px);
}
#lp .worry__illust img {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  #lp .worry__illust img {
    width: 100%;
    margin-left: 0;
  }
}
#lp .worry__bg {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #lp .worry__bg {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#lp .solution {
  background-color: #f5f1ed;
  padding: 7.8125vw 0;
  text-align: center;
}
@media (max-width: 768px) {
  #lp .solution {
    padding: 70px 0;
  }
}
#lp .solution__txt {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  #lp .solution__txt {
    font-size: 16px;
  }
}
#lp .solution__txt2 {
  background-color: #f07991;
  color: #fff;
  padding: 2px 40px;
  border-radius: 5px;
  display: inline-block;
  margin: 40px 0 10px;
  font-size: 20px;
}
@media (max-width: 768px) {
  #lp .solution__txt2 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
}
#lp .solution__tit {
  font-size: clamp(24px, 2.6vw, 50px);
  margin-bottom: 30px;
}
#lp .solution__tit span {
  font-size: clamp(34px, 3.65vw, 70px);
}
#lp .solution__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lp .solution__box__item {
  width: 45%;
  text-align: left;
}
@media (max-width: 768px) {
  #lp .solution__box__item {
    width: 100%;
  }
}
#lp .solution__box__item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  padding-left: 55px;
}
@media (max-width: 768px) {
  #lp .solution__box__item h3 {
    font-size: 18px;
    padding-left: 35px;
  }
}
#lp .solution__box__item h3::after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 33px;
  background-image: url(../img/hasu.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 768px) {
  #lp .solution__box__item h3::after {
    width: 30px;
    height: 20px;
  }
}
#lp .smile {
  padding: 7.8125vw 0 13.0208333333vw;
  background-image: url(../img/smile-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#lp .smile::after {
  content: "";
  width: 23vw;
  height: 12vw;
  background-image: url(../img/branch.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  #lp .smile::after {
    width: 149px;
    height: 74px;
  }
}
@media (max-width: 768px) {
  #lp .smile {
    padding: 70px 0 120px;
  }
}
#lp .smile__tit img {
  width: 47%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  #lp .smile__tit img {
    width: 95%;
  }
}
#lp .smile__txt {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  #lp .smile__txt {
    font-size: 14px;
  }
}
#lp .smile__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#lp .voice {
  background-color: #f5f1ed;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #lp .voice {
    padding: 70px 0;
  }
}
#lp .voice__list h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #lp .voice__list h3 {
    font-size: 18px;
  }
}
#lp .voice__list h3 span {
  background-color: #3b3a3a;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #lp .voice__list h3 span {
    font-size: 12px;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
}
#lp .voice__list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lp .voice__list__box img {
  width: 40%;
}
@media (max-width: 768px) {
  #lp .voice__list__box img {
    width: 100%;
    margin-bottom: 30px;
  }
}
#lp .voice__list__box p {
  width: 55%;
}
@media (max-width: 768px) {
  #lp .voice__list__box p {
    width: 100%;
  }
}
#lp .voice__list hr {
  margin: 50px 0;
}
@media (max-width: 768px) {
  #lp .voice__list hr {
    margin: 30px 0;
  }
}
#lp .flow {
  padding: 13.0208333333vw 0 7.8125vw;
  position: relative;
}
@media (max-width: 768px) {
  #lp .flow {
    padding: 100px 0 70px;
  }
}
#lp .flow::after {
  content: "";
  width: 23vw;
  height: 12vw;
  background-image: url(../img/branch.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
@media (max-width: 768px) {
  #lp .flow::after {
    width: 149px;
    height: 74px;
  }
}
#lp .flow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(180deg);
}
#lp .flow__tit span {
  font-size: clamp(39px, 4.16vw, 80px);
}
#lp .flow__illust img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  #lp .flow__illust img {
    width: 200px;
  }
}
#lp .cemetery {
  text-align: center;
  padding: 0 0 7.8125vw 0;
}
@media (max-width: 768px) {
  #lp .cemetery {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 768px) {
  #lp .cemetery__txt {
    font-size: 12px;
  }
}
#lp .cemetery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
#lp .cemetery__list li {
  text-align: left;
  width: 30%;
  padding-bottom: 2.6041666667vw;
}
#lp .cemetery__list li:nth-last-of-type(n + 3) {
  border-bottom: 4px dotted #e3e2de;
}
@media (max-width: 768px) {
  #lp .cemetery__list li {
    width: 100%;
    padding-bottom: 25px;
  }
  #lp .cemetery__list li:nth-last-of-type(n + 2) {
    border-bottom: 4px dotted #e3e2de;
  }
}
#lp .cemetery__list li h3 {
  font-size: 24px;
  font-weight: 400;
  border-left: 6px solid #f07991;
  padding: 2px 8px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #lp .cemetery__list li h3 {
    font-size: 18px;
  }
}
#lp .cemetery__list li p {
  margin-top: 5px;
}
#lp .cemetery__list li p span {
  font-size: 28px;
}
@media (max-width: 768px) {
  #lp .cemetery__list li p span {
    font-size: 22px;
  }
}
#lp .cemetery__list li img {
  width: 100%;
}
#lp .other {
  background-image: url(../img/other-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #lp .other {
    padding: 70px 0;
  }
}
#lp .other__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lp .other__list li {
  width: 28%;
}
@media (max-width: 768px) {
  #lp .other__list li {
    width: 180px;
    margin: 0 auto 30px;
  }
}
#lp .other__list li p {
  font-size: 18px;
}
@media (max-width: 768px) {
  #lp .other__list li p {
    font-size: 16px;
  }
}
#lp .contact {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #lp .contact {
    padding: 70px 0;
  }
}
#lp .contact .inner {
  max-width: 700px;
}
#lp .contact__annotation {
  text-align: right;
}

/* フォーム */
.cf-area {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .cf-area {
    padding: 10px 0;
  }
}
.cf-area:last-of-type {
  padding: 0 0 15px 0;
}

.cf-area dt {
  line-height: 2em;
}

.cf-area dd {
  flex: 1;
}

.cf-area input {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}

.cf-area input:focus,
.cf-area textarea:focus {
  outline: none;
  background: #e3edf6;
}

.cf-send {
  color: #fff;
  margin: 30px auto;
  text-align: center;
}

.cf-send a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cf-send a {
    font-size: 16px;
  }
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  padding: 5px;
  background-color: #3b3a3a;
  border: 2px solid #3b3a3a;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  input[type=submit] {
    width: 200px;
    font-size: 16px;
  }
}

span.wpcf7-spinner {
  display: none;
}

input[type=submit]:hover {
  background-color: #fff;
  color: #3b3a3a;
}

.wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid;
}

.acceptance {
  text-align: center;
  margin: 40px 0 55px;
}
@media (max-width: 768px) {
  .acceptance {
    font-size: 14px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.date-01 {
  width: 150px !important;
  margin-right: 10px;
}

.date-02 {
  width: 150px !important;
  margin-right: 10px;
}

.time-01 {
  width: 120px !important;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}

.time-02 {
  width: 120px !important;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}

.p-postal-code {
  width: 150px !important;
}

#thanks .thanks {
  text-align: center;
  padding: 13.0208333333vw 0;
}
@media (max-width: 768px) {
  #thanks .thanks {
    padding: 70px 0;
  }
}/*# sourceMappingURL=style.css.map */