@charset "UTF-8";
@font-face {
  font-family: "hiragino-sans";
  src: url("../fonts/hiragino-sans/ヒラギノ角ゴシック W3.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "hiragino-sans";
  src: url("../fonts/hiragino-sans/ヒラギノ角ゴシック W4.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "hiragino-sans";
  src: url("../fonts/hiragino-sans/ヒラギノ角ゴシック W5.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "hiragino-sans";
  src: url("../fonts/hiragino-sans/ヒラギノ角ゴシック W6.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

.navigation {
  box-sizing: content-box;
}

body {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  color: #282828;
  line-height: 1.2;
}

section .container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  section .container {
    max-width: 100%;
  }
}
section .container.-md {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  section .container.-md {
    max-width: 100%;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 1280px) {
  main.pt {
    padding-top: 65px;
  }
}

.d-none {
  display: none !important;
}

@media (max-width: 575.98px) {
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.primary__title {
  font-family: "Hina Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  color: #282828;
  line-height: 0.693877551;
  letter-spacing: normal;
  display: inline-block;
  background-image: linear-gradient(to bottom, #F5F2E5, #F5F2E5);
  padding: 5px 10px 11px 5px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 17px;
}
@media only screen and (max-width: 991px) {
  .primary__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .primary__title {
    font-size: 24px;
    background-size: 100% 10px;
    padding: 5px 10px 5px 5px;
  }
}
@media only screen and (max-width: 575px) {
  .primary__title {
    font-size: 20px;
  }
}
.primary__title.-inquiry {
  background-image: linear-gradient(to bottom, #F0F5EA, #F0F5EA);
}
.primary__title.-white {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.primary__title.-vertical {
  writing-mode: vertical-lr;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-size: 17px 100%;
  background-position: right;
  padding: 0 14px 0 0px;
}
@media only screen and (max-width: 575px) {
  .primary__title.-vertical {
    background-size: 7px 100%;
    padding: 0 7px 0 0px;
  }
}
.primary__title.-inquiry {
  background-image: linear-gradient(to bottom, #F0F5EA, #F0F5EA);
}

.burial {
  padding: 50px 0 60px;
  background-color: #F5F2E5;
}
@media (min-width: 768px) {
  .burial {
    padding: 70px 0 90px;
  }
}
@media (min-width: 992px) {
  .burial {
    padding: 80px 0 120px;
  }
}
@media (min-width: 1200px) {
  .burial {
    padding: 108px 0 148px;
  }
}
.burial__block {
  position: relative;
  z-index: 1;
}
.burial__block::before {
  content: "";
  background-image: url("img/icons/bg-icon01.svg");
  background-size: cover;
  width: 725px;
  height: 1011px;
  display: inline-block;
  position: absolute;
  right: 66%;
  top: -56px;
  z-index: -1;
}
@media (max-width: 767px) {
  .burial__block::before {
    top: -40px;
  }
}
@media (max-width: 575px) {
  .burial__block::before {
    right: 15%;
  }
}
.burial__title {
  font-family: "Hina Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  color: #282828;
  line-height: 0.693877551;
  letter-spacing: 0.05em;
  display: inline-block;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 17px;
  padding: 5px 10px 13px 5px;
  margin-top: -16px;
}
@media (max-width: 991px) {
  .burial__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .burial__title {
    font-size: 24px;
    padding: 5px 10px 5px 5px;
  }
}
@media (max-width: 575px) {
  .burial__title {
    font-size: 20px;
    background-size: 100% 10px;
  }
}
.burial__left {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .burial__left {
    max-width: 355px;
    width: 100%;
  }
}
.burial__left-text {
  font-family: Hiragino Sans;
  font-size: 13px;
  font-weight: 400;
  color: #282828;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  padding-top: 30px;
  text-align: start;
}
@media (min-width: 768px) {
  .burial__left-text {
    font-size: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .burial__left-text {
    line-height: 2.0625;
    font-size: 16px;
    padding-bottom: 43px;
  }
}
.burial__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .burial__row {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
.burial__right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 10px;
  gap: 10px;
  padding: 12px 10px 13px 14px;
  box-shadow: 0 10px 15px rgba(100, 136, 64, 0.05);
}
.burial__right:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .burial__right {
    gap: 10px;
    padding: 12px 10px 13px 14px;
  }
}
@media (min-width: 992px) {
  .burial__right {
    gap: 32px;
    padding: 12px 40px 13px 14px;
  }
}
.burial__right-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-family: Hiragino Sans;
  color: #A89A6C;
  padding: 0 0 5px;
  text-align: start;
}
@media (min-width: 768px) {
  .burial__right-title {
    font-size: 18px;
    padding: 21px 0 10px;
  }
}
@media (min-width: 992px) {
  .burial__right-title {
    padding: 21px 0 26px;
  }
}
.burial__right-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.7;
  font-family: Hiragino Sans;
  max-width: 342px;
  width: 100%;
  color: #282828;
  padding-bottom: 0px;
  text-align: start;
}
@media (min-width: 768px) {
  .burial__right-txt {
    letter-spacing: 0.03em;
    line-height: 1.7692307692;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .burial__right-txt {
    font-size: 15px;
    line-height: 1.8666666667;
    padding-bottom: 23px;
  }
}
.burial__right-img img {
  height: auto;
  border-radius: 6px;
}

.advocate {
  background-color: rgba(168, 154, 108, 0.3);
  padding: 44px 0 65px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .advocate {
    padding: 88px 0 109px;
  }
}
.advocate::after {
  content: "";
  background-image: url("img/icons/bg-icon05.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2544px;
  height: 862px;
  position: absolute;
  bottom: -197px;
  right: -294px;
  z-index: -1;
}
.advocate::before {
  content: "";
  background-image: url("img/icons/bg-icon06.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1378px;
  height: 308px;
  position: absolute;
  top: -58px;
  right: 214px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .advocate::before {
    width: 868px;
    height: 98px;
    top: -38px;
    right: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .advocate::before {
    background-size: contain;
    width: 375px;
    height: 375px;
    top: -10px;
    right: 0;
  }
}
.advocate__title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4545454545;
  font-family: "Hina Mincho", serif;
  text-align: center;
  color: #282828;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .advocate__title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .advocate__title {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .advocate__title {
    font-size: 44px;
  }
}
.advocate__title::after {
  content: "";
  max-width: 739px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #A79A6C;
  border-bottom: 1px solid #A79A6C;
}
.advocate__title .color {
  color: #A89A6C;
}
.advocate__text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.2;
  font-family: Hiragino Sans;
  text-align: center;
  color: #282828;
  padding: 38px 0 35px;
}
@media (min-width: 768px) {
  .advocate__text {
    font-size: 14px;
    padding: 78px 0 71px;
  }
}
@media (min-width: 1200px) {
  .advocate__text {
    font-size: 20px;
  }
}
.advocate__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .advocate__btns {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .advocate__btns {
    gap: 35px;
  }
}
.advocate__btns a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4375;
  font-family: Hiragino Sans;
  text-align: center;
  color: #A89A6C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 48px;
  max-width: 333px;
  width: 100%;
  box-shadow: 0px 8px 0px 0px rgba(168, 154, 108, 0.13);
  transition: 0.3s ease;
  padding: 10px 0 10px;
  gap: 8px;
}
@media (min-width: 768px) {
  .advocate__btns a {
    font-size: 14px;
    padding: 15px 0 15px;
    gap: 11.8px;
  }
}
@media (min-width: 992px) {
  .advocate__btns a {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .advocate__btns a {
    font-size: 18px;
    line-height: 1.3888888889;
    padding: 27px 0 25px;
  }
}
.advocate__btns a:hover {
  box-shadow: 0px 0px 0px 0px rgba(168, 154, 108, 0.13);
  transform: translateY(2px);
}

.reason {
  padding-bottom: 40px;
  padding-top: 17px;
}
@media (min-width: 768px) {
  .reason {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .reason {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .reason {
    padding-bottom: 138px;
  }
}
.reason__title {
  font-size: 34px;
  font-weight: 400;
  color: #282828;
  line-height: 0.693877551;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
}
.reason__row {
  margin-top: 50px;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  counter-reset: count;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .reason__row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .reason__row {
    gap: 34px;
    margin-inline: auto;
    margin-top: 66px;
  }
}
@media (min-width: 992px) {
  .reason__row {
    gap: 61px;
  }
}
.reason__img {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .reason__img {
    max-width: 326px;
  }
}
.reason__img::before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  color: #8AA86C;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  position: absolute;
  top: -37px;
  left: -25px;
  width: 96px;
  height: 94px;
  background-image: url("img/icons/reason-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .reason__img::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: -25px;
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .reason__img::before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .reason__img::before {
    width: 70px;
    height: 70px;
    left: -10px;
  }
}
.reason__img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.reason__col {
  width: 100%;
}
@media (min-width: 576px) {
  .reason__col {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .reason__col {
    width: calc(33.3333333333% - 23px);
  }
  .reason__col:nth-child(2), .reason__col:nth-child(5) {
    margin-top: 40px;
  }
  .reason__col:nth-child(3), .reason__col:nth-child(6) {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .reason__col {
    width: calc(33.3333333333% - 41px);
  }
}
.reason__col-heading {
  font-size: 15px;
  font-family: Hiragino Sans;
  font-weight: 600;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  color: #A89A6C;
  padding: 10px 0 10px;
}
.reason__col-heading.-oneline {
  padding: 15px 0 15px;
}
@media (min-width: 768px) {
  .reason__col-heading.-oneline {
    padding: 39px 0 39px;
  }
}
@media (min-width: 768px) {
  .reason__col-heading {
    font-size: 19px;
    padding: 24px 0 24px;
  }
}
@media (min-width: 992px) {
  .reason__col-heading {
    font-size: 22px;
  }
}
.reason__col-text {
  font-size: 12px;
  font-family: Hiragino Sans;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #282828;
  text-align: start;
}
@media (min-width: 768px) {
  .reason__col-text {
    font-size: 15px;
  }
}

.features {
  padding-bottom: 50px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .features {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .features {
    padding-bottom: 115px;
  }
}
.features__title {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  color: #282828;
  line-height: 0.693877551;
  letter-spacing: 0.05em;
  display: inline-block;
  background-image: linear-gradient(transparent 19px, #F5F2E5 15px);
  padding: 5px 10px 13px 5px;
  margin-top: -11px;
}
.features__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2352941176;
  letter-spacing: 0.03em;
  font-family: Hiragino Sans;
  color: #282828;
  padding: 30px 0 45px;
}
@media (min-width: 768px) {
  .features__text {
    font-size: 17px;
    padding: 35px 0 50px;
  }
}
@media (min-width: 992px) {
  .features__text {
    font-size: 17px;
    padding: 40px 0 60px;
  }
}
@media (min-width: 1200px) {
  .features__text {
    font-size: 17px;
    padding: 60px 0 89px;
  }
}
.features__box {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .features__img {
    min-width: 650px;
  }
}
.features__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .features__img img {
    width: 800px;
  }
}
.features .scroll-hint-text {
  font-size: 16px;
}

.about {
  padding-bottom: 50px;
  position: relative;
  z-index: 111;
}
@media (min-width: 768px) {
  .about {
    padding-bottom: 100px;
  }
}
.about__row {
  max-width: 1100px;
  width: 100%;
  gap: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .about__row {
    flex-direction: row;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .about__row {
    gap: 70px;
  }
}
.about__col {
  width: 100%;
  text-align: end;
}
@media (min-width: 768px) {
  .about__col {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 992px) {
  .about__col {
    width: calc(33.3333333333% - 47px);
    text-align: end;
  }
}
.about__col img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about__col-title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  color: #282828;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  padding: 10px 0 15px;
  text-align: start;
}
@media (min-width: 768px) {
  .about__col-title {
    font-size: 22px;
    padding: 15px 0 20px;
  }
}
@media (min-width: 992px) {
  .about__col-title {
    font-size: 24px;
    padding: 17px 0 27px;
  }
}
.about__col-text {
  font-size: 14px;
  font-weight: 400;
  font-family: Hiragino Sans;
  color: #282828;
  line-height: 1.7333333333;
  letter-spacing: 0.03em;
  text-align: start;
  min-height: 110px;
}
@media (min-width: 768px) {
  .about__col-text {
    font-size: 13px;
    min-height: 132px;
  }
}
@media (min-width: 992px) {
  .about__col-text {
    font-size: 15px;
  }
}
.about__col-btn {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  color: #8AA86C;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  text-align: end;
}
.about__col-btn img {
  transition: 0.3s ease;
}
.about__col-btn:hover {
  opacity: 0.7;
}
.about__col-btn:hover img {
  transform: translateX(5px);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .about__col-btn {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .about__col-btn {
    font-size: 15px;
  }
}
.about__col-btn img {
  margin-left: 15px;
  width: 29px;
  height: 29px;
}
@media (min-width: 768px) {
  .about__col-btn img {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .about__col-btn img {
    margin-left: 15px;
  }
}
.about__col-dec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 768px) {
  .about__col-dec {
    gap: 24px;
  }
}

.inquires {
  padding-bottom: 60px;
  padding-top: 65px;
  border-top: 1px solid #8AA86C;
}
@media (min-width: 768px) {
  .inquires {
    padding-bottom: 112px;
  }
}
.inquires__block {
  max-width: 884px;
  width: 100%;
  margin-inline: auto;
}
.inquires__row {
  display: flex;
  padding-top: 45px;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .inquires__row {
    flex-direction: row;
    padding-top: 79px;
    gap: 0;
  }
}
.inquires__col-title {
  font-size: 16px;
  font-weight: 500;
  font-family: Hiragino Sans;
  color: #282828;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  text-align: center;
}
@media (min-width: 768px) {
  .inquires__col-title {
    text-align: start;
  }
}
.inquires__col-telephone {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 18px;
  padding: 14px 0 16px;
}
.inquires__col-telephone a {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #282828;
  font-family: "Hina Mincho", serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  .inquires__col-telephone a {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .inquires__col-telephone a {
    font-size: 48px;
  }
}
.inquires__col-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  color: #898989;
  font-family: Hiragino Sans;
}
.inquires__col-btn {
  max-width: 366px;
  width: 100%;
  padding: 16px 0px;
  background-color: #8AA86C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: Hiragino Sans;
  box-shadow: 0px 8px 0px 0px rgba(138, 168, 108, 0.3);
  transition: 0.3s ease;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .inquires__col-btn {
    padding: 16px 0px;
    margin: 16px 0;
  }
}
@media (min-width: 992px) {
  .inquires__col-btn {
    padding: 18.5px 15px;
    margin: 17px 0;
  }
}
.inquires__col-btn:hover {
  box-shadow: 0px 3px 0px 0px rgba(138, 168, 108, 0.3);
  transform: translateY(2px);
}

.cemeter {
  padding-top: 146px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cemeter {
    padding-top: 80px;
  }
}
.cemeter__wrapper {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .cemeter__wrapper {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .cemeter__wrapper {
    padding-bottom: 60px;
  }
}
.cemeter__wrapper::after {
  content: "";
  background-image: url("img/icons/bg-icon04.svg");
  background-size: cover;
  width: 155px;
  height: 107px;
  position: absolute;
  bottom: -22px;
  left: -120px;
  z-index: 1;
  rotate: 151deg;
}
.cemeter__block {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cemeter__block {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cemeter__block {
    flex-direction: column-reverse;
  }
}
.cemeter__block::before {
  content: "";
  background-image: url("img/icons/bg-icon03.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 47px;
  height: 53px;
  position: absolute;
  top: -173px;
  left: 401px;
  rotate: -90deg;
}
@media only screen and (max-width: 767px) {
  .cemeter__block::before {
    top: -100px;
    left: 50%;
    transform: translateY(-50%);
  }
}
.cemeter__block::after {
  content: "";
  background-image: url("img/icons/bg-icon02.svg");
  background-size: cover;
  width: 53px;
  height: 54px;
  position: absolute;
  top: -27px;
  right: 61px;
}
@media only screen and (max-width: 767px) {
  .cemeter__block::after {
    width: 35px;
    height: 35px;
    right: 0;
  }
}
.cemeter__block-right {
  max-width: 650px;
  position: relative;
  z-index: 1;
  flex-grow: 1;
  margin-top: -38px;
}
@media only screen and (max-width: 1199px) {
  .cemeter__block-right {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .cemeter__block-right {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .cemeter__block-right {
    width: 100%;
    max-width: 79%;
    margin: -70px auto 0;
  }
}
.cemeter__block-right img {
  box-shadow: 0 20px 20px rgba(59, 49, 8, 0.1);
  width: 100%;
  border-radius: 10px;
  display: block;
  aspect-ratio: 650/408;
  -o-object-fit: cover;
     object-fit: cover;
}
.cemeter__block-left {
  background-color: #F5F2E5;
  position: relative;
  max-width: 803px;
  width: 100%;
  margin-left: -243px;
  padding-left: 215px;
  padding-bottom: 79px;
  padding-right: 77px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .cemeter__block-left {
    flex-grow: 1;
    padding-left: 170px;
    padding-right: 15px;
    margin-left: -195px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .cemeter__block-left {
    flex-grow: 1;
    padding-left: 165px;
    padding-right: 15px;
    margin-left: -165px;
  }
}
@media only screen and (max-width: 767px) {
  .cemeter__block-left {
    flex-grow: 1;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
.cemeter__block-top {
  margin-top: -40px;
  margin-bottom: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .cemeter__block-top {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cemeter__block-top {
    margin: -40px 0 15px;
  }
}
.cemeter__block-box {
  max-width: 482px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .cemeter__block-box {
    max-width: 100%;
  }
}
.cemeter__heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.cemeter__ttl {
  border-left: 2px solid #A79A6C;
  writing-mode: vertical-lr;
  padding-left: 5px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.18;
  letter-spacing: 0.19em;
  color: #282828;
}
@media only screen and (max-width: 1199px) {
  .cemeter__ttl {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .cemeter__ttl {
    font-size: 35px;
  }
}
.cemeter__text {
  font-size: 18px;
  font-weight: 600;
  font-family: Hiragino Sans;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  color: #A89A6C;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 991px) {
  .cemeter__text {
    font-size: 14px;
  }
}
.cemeter__desc {
  font-size: 17px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 2.04;
  color: #282828;
  letter-spacing: 0.03em;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .cemeter__desc {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cemeter__desc {
    padding: 0 15px;
  }
}

.commercial {
  margin-bottom: 127px;
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .commercial {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .commercial {
    margin-bottom: 90px;
  }
}
.commercial__wrapper {
  background-image: url(img/cemeter/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F0F5EA;
  padding-bottom: 50px;
  border-radius: 10px;
  position: relative;
}
.commercial__wrapper::before {
  content: "";
  background-image: url("img/icons/bg-icon04.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 75px;
  rotate: 231deg;
  position: absolute;
  bottom: 40;
  right: 97%;
}
.commercial__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
}
@media only screen and (max-width: 991px) {
  .commercial__block {
    gap: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .commercial__block {
    flex-direction: column;
    gap: 80px;
  }
}
.commercial__block-right {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 38px;
}
@media only screen and (max-width: 991px) {
  .commercial__block-right {
    gap: 20px;
  }
}
.commercial__block-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 41px;
  margin-top: -56px;
}
.commercial__block-left img {
  border-radius: 10px;
}
.commercial__ttl {
  font-size: 30px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.4666666667;
  color: #282828;
  letter-spacing: 0.05em;
  padding-top: 75px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .commercial__ttl {
    font-size: 20px;
    padding-top: 50px;
  }
}
.commercial__ttl::after {
  content: "";
  background-image: url("img/icons/bg-icon02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 28px;
  position: absolute;
  right: -66px;
  top: 53px;
}
.commercial__desc {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: #282828;
  max-width: 414px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .commercial__desc {
    font-size: 12px;
  }
}

.btn__primary {
  display: block;
  width: 321px;
  font-size: 16px;
  font-weight: 500;
  font-family: Hiragino Sans;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #FFFFFF;
  padding: 17px 0 20px;
  background-color: #8AA86C;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease;
}
@media only screen and (max-width: 991px) {
  .btn__primary {
    font-size: 14px;
    width: 250px;
    padding: 19px 0;
  }
}
.btn__primary:hover {
  opacity: 0.7;
}
.btn__primary:hover::after {
  right: 20px;
}
.btn__primary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.772' height='7.745' viewBox='0 0 15.772 7.745'%3E%3Cg transform='translate(0 0.354)'%3E%3Cpath d='M11.836.5H0v-1H11.836Z' transform='translate(0 3.519)' fill='%23fff'/%3E%3Cpath d='M1235.535,7191.472l-.707-.707,3.165-3.165-3.165-3.166.707-.707,3.872,3.873Z' transform='translate(-1223.635 -7184.081)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  transition: all 0.25s ease;
}

.interment {
  padding: 135px 0 186px;
  background-color: #F5F2E5;
  position: relative;
  overflow-x: clip;
}
@media only screen and (max-width: 1199px) {
  .interment {
    padding: 90px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .interment {
    padding: 80px 0 60px;
  }
}
.interment::before {
  content: "";
  background-image: url("img/icons/bg-icon08.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 625px;
  height: 393px;
  position: absolute;
  bottom: 273px;
  left: -69px;
  rotate: 123deg;
}
.interment::after {
  content: "";
  background-image: url("img/icons/bg-icon07.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 627px;
  height: 393px;
  position: absolute;
  top: -253px;
  right: -177px;
}
.interment__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 180px;
  position: relative;
}
.interment__wrapper::before {
  content: "";
  background-image: url("img/icons/bg-icon10.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 31px;
  position: absolute;
  right: -91px;
  bottom: 115px;
}
.interment__wrapper::after {
  content: "";
  background-image: url("img/icons/bg-icon09.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 107px;
  height: 120px;
  position: absolute;
  right: 92%;
  top: 677px;
}
@media only screen and (max-width: 1200px) {
  .interment__wrapper {
    gap: 40px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .interment__wrapper {
    padding-right: 0;
    gap: 20px;
  }
}
.interment__top {
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .interment__top {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .interment__top {
    padding-left: 0;
  }
}
.interment__ttl {
  writing-mode: vertical-lr;
}
.interment__content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 56px;
}
@media only screen and (max-width: 991px) {
  .interment__content {
    gap: 40px;
  }
}
.interment__block {
  max-width: 760px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 54px 30px 49px 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .interment__block {
    padding: 40px 30px;
  }
}
.interment__block:not(:last-of-type)::after {
  content: "";
  height: 56px;
  width: 2px;
  background-color: #A79A6C;
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .interment__block:not(:last-of-type)::after {
    height: 40px;
    bottom: -40px;
  }
}
.interment__block-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 51px;
}
@media only screen and (max-width: 991px) {
  .interment__block-wrapper {
    gap: 40px;
  }
}
.interment__block-top {
  display: flex;
  justify-content: flex-start;
  margin: -82px 0 30px;
}
@media only screen and (max-width: 991px) {
  .interment__block-top {
    margin: -59px 0 30px;
  }
}
.interment__block-top span {
  font-size: 46px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #A89A6C;
}
@media only screen and (max-width: 991px) {
  .interment__block-top span {
    font-size: 30px;
  }
}
.interment__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 41px;
}
@media only screen and (max-width: 991px) {
  .interment__row {
    flex-direction: column;
    gap: 25px;
  }
}
.interment__text {
  font-size: 20px;
  font-weight: 600;
  font-family: Hiragino Sans;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #A89A6C;
  border-left: 1px solid #A79A6C;
  border-right: 1px solid #A79A6C;
  text-align: center;
  flex-shrink: 0;
  width: 196px;
}
@media only screen and (max-width: 991px) {
  .interment__text {
    font-size: 15px;
    width: 150px;
  }
}
.interment__desc {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.568;
  letter-spacing: 0.03em;
  color: #282828;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .interment__desc {
    font-size: 12px;
  }
}

.bg {
  padding-bottom: 83px;
}
@media only screen and (max-width: 767px) {
  .bg {
    padding-bottom: 60px;
  }
}
.bg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.costs {
  padding-bottom: 143px;
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .costs {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .costs {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .costs {
    padding-bottom: 60px;
  }
}
.costs__top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  .costs__top {
    gap: 30px;
    padding-bottom: 60px;
  }
}
.costs__ttl {
  font-size: 34px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.4411764706;
  letter-spacing: 0.05em;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .costs__ttl {
    font-size: 25px;
  }
}
.costs__desc {
  font-size: 17px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 2.2352941176;
  letter-spacing: 0.03em;
  color: #282828;
  max-width: 799px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .costs__desc {
    font-size: 15px;
    padding: 0 30px;
  }
}
.costs__block {
  max-width: 536px;
  padding: 0 52px 40px;
  background-color: #F0F5EA;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .costs__block {
    padding: 0 35px 30px;
  }
}
.costs__block.-bg {
  background-color: #F5F2E5;
}
.costs__block-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 142px;
}
@media only screen and (max-width: 1199px) {
  .costs__block-wrapper {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .costs__block-wrapper {
    padding: 0 10px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .costs__block-wrapper {
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 60px;
  }
}
.costs__block-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 31px;
  margin: -12px 0 27px;
  padding-bottom: 16px;
  border-bottom: 1px solid #8AA86C;
}
@media only screen and (max-width: 991px) {
  .costs__block-top {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .costs__block-top img {
    width: 60px;
    height: 60px;
  }
}
.costs__block-top.-border {
  border-bottom: 1px solid #A79A6C;
}
.costs__block-subttl {
  font-size: 26px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
  color: #282828;
  padding-bottom: 7px;
}
@media only screen and (max-width: 991px) {
  .costs__block-subttl {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.costs__block-desc {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: #282828;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .costs__block-desc {
    font-size: 12px;
  }
}
.costs__list-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  border-top: 1px solid #D8D8D8;
  padding: 41px 0;
}
@media only screen and (max-width: 991px) {
  .costs__list-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .costs__list-wrapper {
    flex-direction: column;
    padding: 35px 0;
  }
}
.costs__list-wrapper:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}
.costs__list-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .costs__list-row {
    align-items: flex-start;
  }
}
.costs__list-row-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.costs__list-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 46px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .costs__list-top {
    gap: 20px;
    padding-bottom: 20px;
  }
}
.costs__list-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 37px;
}
@media only screen and (max-width: 1200px) {
  .costs__list-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.costs__list-bottom-wrapper {
  text-align: left;
}
.costs__list-right {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .costs__list-right {
    width: 100%;
  }
}
.costs__list-right img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 312/217;
}
@media only screen and (max-width: 767px) {
  .costs__list-right img {
    width: 100%;
    height: auto;
  }
}
.costs__list-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 70px;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .costs__list-left {
    padding-top: 0;
  }
}
.costs__list-ttl {
  font-size: 38px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #282828;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .costs__list-ttl {
    font-size: 25px;
  }
}
.costs__list-ttl span {
  font-size: 19px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.4210526316;
  letter-spacing: 0.05em;
  color: #282828;
  display: block;
}
@media only screen and (max-width: 991px) {
  .costs__list-ttl span {
    font-size: 15px;
  }
}
.costs__list-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .costs__list-category {
    flex-wrap: wrap;
  }
}
.costs__list-category span {
  font-size: 17px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.6470588235;
  letter-spacing: 0.03em;
  color: #282828;
  min-width: 120px;
  padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  .costs__list-category span {
    font-size: 12px;
    width: 100px;
  }
}
.costs__list-category span.color-first {
  background-color: #F5F2E5;
}
.costs__list-category span.color-sec {
  background-color: #E2DEE8;
}
.costs__list-category span.color-third {
  background-color: #EDEDED;
}
.costs__list-category span.color-fourth {
  background-color: #F0F5EA;
}
.costs__list-category span:nth-child(3) {
  min-width: 147px;
}
@media only screen and (max-width: 991px) {
  .costs__list-category span:nth-child(3) {
    min-width: 110px;
  }
}
.costs__list-text {
  font-size: 24px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #282828;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .costs__list-text {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.costs__list-desc {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: #282828;
  max-width: 432px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .costs__list-desc {
    font-size: 13px;
  }
}
.costs__list-subtext {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: #A89A6C;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .costs__list-subtext {
    font-size: 12px;
  }
}
.costs__list-nbr span:nth-child(1) {
  font-size: 56px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #A89A6C;
}
@media only screen and (max-width: 991px) {
  .costs__list-nbr span:nth-child(1) {
    font-size: 30px;
  }
}
.costs__list-nbr span:nth-child(2) {
  font-size: 25px;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .costs__list-nbr span:nth-child(2) {
    font-size: 18px;
  }
}
.costs__list-nbr span:nth-child(3) {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .costs__list-nbr span:nth-child(3) {
    font-size: 12px;
  }
}
.costs__list-txt {
  font-size: 13px;
  font-family: Hiragino Sans;
  line-height: 2.1538461538;
  letter-spacing: 0.03em;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .costs__list-txt {
    font-size: 11px;
  }
}
.costs__box {
  padding-top: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .costs__box {
    padding-top: 60px;
  }
}
.costs__box-wrapper {
  gap: 45px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .costs__box-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.costs__left {
  border: 1px solid #A89A6C;
  max-width: 345px;
  width: 100%;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .costs__left {
    max-width: 100%;
  }
}
.costs__left-wrapper {
  padding: 0 35px 25px;
}
@media only screen and (max-width: 767px) {
  .costs__left-wrapper {
    padding: 0 25px 15px;
  }
}
.costs__title-text {
  font-size: 25px;
  letter-spacing: 0.03em;
  padding: 10px 0;
  background-color: #f5f2e5;
}
@media only screen and (max-width: 767px) {
  .costs__title-text {
    font-size: 20px;
  }
}
.costs__fee-text {
  display: block;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(167, 154, 108, 0.3);
}
@media only screen and (max-width: 767px) {
  .costs__fee-text {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}
.costs__fee-text-small {
  font-size: 12px;
  display: block;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .costs__fee-text-small {
    margin-top: 12px;
  }
}
.costs__fee-text-span {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .costs__fee-text-span {
    font-size: 20px;
  }
}
.costs__plant-text-spanone {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .costs__plant-text-spanone {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.costs__plant-text-spantwo {
  display: block;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .costs__plant-text-spantwo {
    font-size: 25px;
  }
}
.costs__plant-text-spantwo > span {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .costs__plant-text-spantwo > span {
    font-size: 15px;
  }
}
.costs__plant-text-spanthree {
  font-size: 12px;
}
.costs__right {
  border: 1px solid #A89A6C;
  border-radius: 2px;
  flex-grow: 1;
}
.costs__right-wrapper {
  padding: 0 25px 17px;
}
@media only screen and (max-width: 767px) {
  .costs__right-wrapper {
    padding: 0 15px 10px;
  }
}
.costs__set {
  font-size: 17px;
  font-weight: 400;
  font-family: Hiragino Sans;
  padding: 14px 0;
}
@media only screen and (max-width: 767px) {
  .costs__set {
    font-size: 14px;
  }
}
.costs__items {
  font-family: Hiragino Sans;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.costs__items-text {
  flex: 1 0 calc(50% - 6px);
  font-size: 22px;
  font-weight: 400;
  background-color: #b19eaa;
  padding: 18px 0;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .costs__items-text {
    font-size: 17px;
  }
}
.costs__items-text:last-child {
  background-color: #e7e1d2;
  color: #282828;
}

.map {
  padding-bottom: 191px;
}
@media only screen and (max-width: 1199px) {
  .map {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    padding-bottom: 60px;
  }
}
.map__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 78px;
}
@media only screen and (max-width: 767px) {
  .map__wrapper {
    gap: 40px;
  }
}
.map__wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 931/568;
}
@media only screen and (max-width: 767px) {
  .map__wrapper img {
    width: 100%;
    height: auto;
  }
}

.reservation {
  background-color: #F0F5EA;
  padding-bottom: 97px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reservation {
    padding-bottom: 60px;
  }
}
.reservation__wrapper {
  padding-left: 14px;
  position: relative;
}
.reservation__wrapper::before {
  content: "";
  background-image: url("img/icons/bg-icon11.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 223px;
  height: 213px;
  position: absolute;
  right: 101%;
  top: -35px;
}
@media only screen and (max-width: 767px) {
  .reservation__wrapper::before {
    right: 45%;
  }
}
.reservation__top {
  position: relative;
  padding: 88px 0 63px;
}
.reservation__top::after {
  content: "";
  background-image: url(img/cemeter/img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 154px;
  height: 89px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .reservation__top::after {
    width: 90px;
    height: 50px;
    right: 0;
  }
}
.reservation__ttl {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4411764706;
  letter-spacing: 0.05em;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  .reservation__ttl {
    font-size: 25px;
  }
}
.reservation__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 59px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .reservation__block {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .reservation__block {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .reservation__block {
    flex-direction: column;
  }
}
.reservation__block-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
}
@media only screen and (max-width: 991px) {
  .reservation__block-right {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .reservation__block-right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reservation__block-right img {
    width: 100%;
  }
}
.reservation__block-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .reservation__block-left {
    gap: 40px;
    flex-grow: 1;
  }
}
.reservation__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 991px) {
  .reservation__row img {
    width: calc(33.3333333333% - 8px);
  }
}
.reservation__desc {
  font-size: 15px;
  font-weight: 400;
  font-family: Hiragino Sans;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #282828;
  text-align: left;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .reservation__desc {
    font-size: 12px;
  }
}
.reservation__text {
  font-size: 13px;
  font-weight: 300;
  font-family: Hiragino Sans;
  line-height: 2.1538461538;
  letter-spacing: 0.03em;
  color: #282828;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reservation__text {
    font-size: 12px;
  }
}

.navbar {
  padding: 45px 0 53px;
}
@media only screen and (max-width: 767px) {
  .navbar {
    padding: 20px 0 25px;
  }
}
.navbar__wrapper {
  max-width: 1177px;
  margin: 0 auto;
  padding: 0 15px;
}
.navbar__box {
  display: flex;
  gap: 39px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .navbar__box {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar__box {
    gap: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar__box {
    gap: 10px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__box {
    gap: 5px 15px;
  }
}
.navbar__link {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  -webkit-text-decoration: transparent;
          text-decoration: transparent;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .navbar__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar__link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__link {
    font-size: 14px;
    text-align: left;
  }
}
.navbar__link:hover {
  -webkit-text-decoration: underline #A79A6C;
          text-decoration: underline #A79A6C;
  text-underline-offset: 17px;
}
@media only screen and (max-width: 1199px) {
  .navbar__link:hover {
    text-underline-offset: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar__link:hover {
    text-underline-offset: 7px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__link:hover {
    text-decoration: none;
  }
}

.mv {
  overflow: hidden;
}
.mv__swiper {
  position: relative;
}
.mv__swiper::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='543' viewBox='0 0 1920 543'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f5f2e5'/%3E%3Cstop offset='0.586' stop-color='%23f5f2e5'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_16' data-name='Rectangle 16' width='1920' height='543' transform='translate(1920 543) rotate(-180)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 28.28125vw;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mv__swiper-heading {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding-bottom: 3.7vw;
}
@media only screen and (max-width: 991px) {
  .mv__swiper-heading {
    padding-bottom: 3.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv__swiper-heading {
    padding-bottom: 7.7vw;
    left: -95px;
  }
}
@media only screen and (max-width: 576px) {
  .mv__swiper-heading {
    left: -30px;
  }
}
.mv__swiper-heading-title {
  display: inline-block;
  text-align: left;
}
.mv__swiper-heading-top {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.1em;
  padding: 8px 24px 7px 22px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .mv__swiper-heading-top {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__swiper-heading-top {
    font-size: 12px;
    padding: 8px 10px 8px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.mv__swiper-heading-bottom {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0 18px 8px 14px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .mv__swiper-heading-bottom {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .mv__swiper-heading-bottom {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__swiper-heading-bottom {
    font-size: 20px;
    padding: 4px 8px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.mv__swiper-heading-bottom-span {
  color: #A89A6C;
}
.mv__swiper .swiper-wrapper {
  align-items: center;
}
.mv__swiper .swiper-slide .mv__swiper-img img {
  width: auto;
  border-radius: 15px;
  aspect-ratio: 1100/597;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__swiper .swiper-pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%);
  padding: 0 7.8125vw 5.6770833333vw 0;
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .mv__swiper .swiper-pagination {
    padding: 0 7.8125vw 0.6770833333vw 0;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__swiper .swiper-pagination {
    padding: 0 1.8125vw 1.6770833333vw 0;
    gap: 5px;
  }
}
.mv__swiper .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  border-radius: 5px;
  background-color: #D1D8CA;
  margin: 0 !important;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mv__swiper .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
}
.mv__swiper .swiper-pagination-bullet-active {
  background-color: #8AA86C;
}

.faq {
  padding: 94px 0 125px;
  position: relative;
  z-index: 22;
  overflow-x: clip;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 46px 0 60px !important;
  }
}
.faq::before {
  content: "";
  background-image: url("img/icons/bg-icon08.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 625px;
  height: 393px;
  position: absolute;
  top: -218px;
  right: -190px;
  rotate: -46deg;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 60px 0 60px;
  }
}
.faq__bottom {
  padding: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .faq__bottom {
    padding: 40px 0 0;
  }
}
.faq__wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .faq__tabs {
    margin-bottom: 30px;
  }
}
.faq__tab {
  width: 25%;
  font-family: Hiragino Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
  padding: 7px 2px 6px;
  border-left: 1px solid #A79A6C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .faq__tab {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__tab {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 575px) {
  .faq__tab {
    font-size: 12px;
    width: 50%;
  }
}
.faq__tab:last-child, .faq__tab:nth-child(4n) {
  border-right: 1px solid #A79A6C;
}
@media only screen and (max-width: 767px) {
  .faq__tab:last-child, .faq__tab:nth-child(4n) {
    border-right: unset;
  }
}
@media only screen and (max-width: 767px) {
  .faq__tab:last-child, .faq__tab:nth-child(3n) {
    border-right: 1px solid #A79A6C;
  }
}
@media only screen and (max-width: 575px) {
  .faq__tab:last-child, .faq__tab:nth-child(3n) {
    border-right: unset;
  }
}
@media only screen and (max-width: 575px) {
  .faq__tab:last-child, .faq__tab:nth-child(2n) {
    border-right: 1px solid #A79A6C;
  }
}
.faq__tab.active {
  background-color: #F5F2E5;
}
.faq__tab-content {
  display: none;
}
.faq__tab-content.active {
  display: block;
}
.faq__box {
  padding-inline: 30.5px;
  border: 1px solid rgba(167, 154, 108, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .faq__box {
    padding-inline: 10px;
  }
}
.faq__box:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .faq__box:not(:last-child) {
    margin-bottom: 18px;
  }
}
.faq__common {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .faq__common {
    padding: 10px 0;
  }
}
.faq__common-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 26px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .faq__common-text {
    font-size: 16px;
    gap: 12px;
  }
}
.faq__common-text-span {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #A89A6C;
}
@media only screen and (max-width: 767px) {
  .faq__common-text-span {
    font-size: 18px;
  }
}
.faq__common-text.--ans {
  font-size: 15px;
  font-family: Hiragino Sans;
  line-height: 1.912;
}
@media only screen and (max-width: 767px) {
  .faq__common-text.--ans {
    font-size: 13px;
  }
}
.faq__common.--question {
  cursor: pointer;
  position: relative;
}
.faq__common.--answer {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-sizing: content-box;
}
.faq__common.--answer.active {
  padding: 20px 0 26px;
  border-top: 1px solid rgba(167, 154, 108, 0.3);
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
@media only screen and (max-width: 767px) {
  .faq__common.--answer.active {
    padding: 10px 0 15px;
  }
}
.faq__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Group_391' data-name='Group 391' transform='translate(-1305.996 -14560.639)'%3E%3Cpath id='Path_1765' data-name='Path 1765' d='M1306,15065.854h15' transform='translate(0 -497.716)' fill='none' stroke='%23282828' stroke-width='1'/%3E%3Cpath id='Path_1766' data-name='Path 1766' d='M0,0H15' transform='translate(1313.496 14560.639) rotate(90)' fill='none' stroke='%23282828' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .faq__icon {
    width: 10px;
    height: 10px;
  }
}
.faq__icon.active {
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='1' viewBox='0 0 15 1'%3E%3Cg id='Group_390' data-name='Group 390' transform='translate(-1305.996 -14567.639)'%3E%3Cpath id='Path_1765' data-name='Path 1765' d='M1306,15065.854h15' transform='translate(0 -497.716)' fill='none' stroke='%23282828' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 1px;
}

.fixedbar {
  position: fixed;
  top: 370px;
  right: 0;
  z-index: 998;
}
@media only screen and (max-width: 767px) {
  .fixedbar {
    top: unset;
    bottom: 10px;
  }
}
.fixedbar__box {
  padding: 20px;
  padding-right: 0;
  background-color: #fff;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 991px) {
  .fixedbar__box {
    background-color: unset;
  }
}
.fixedbar__wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.fixedbar__btn {
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 70px;
  height: 185px;
  color: #fff;
  font-family: Hiragino Sans;
  font-size: 17px;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.1764705882;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-decoration: unset;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .fixedbar__btn {
    width: 40px;
    height: 133px;
    font-size: 12px;
    line-height: 0.6;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.fixedbar__btn:first-child {
  gap: 10px;
  background-color: #8AA86C;
}
.fixedbar__btn:first-child::before {
  content: "";
  background-image: url("img/icons/icon-book.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .fixedbar__btn:first-child::before {
    width: 20px;
    height: 15px;
  }
}
.fixedbar__btn:first-child span:first-child {
  margin-right: 7px;
  display: inline-block;
}
.fixedbar__btn:last-child {
  background-color: #A89A6C;
  gap: 9px;
}
.fixedbar__btn:last-child::before {
  content: "";
  background-image: url("img/icons/icon-calender.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .fixedbar__btn:last-child::before {
    width: 15px;
    height: 15px;
  }
}
.fixedbar__btn:hover {
  opacity: 0.7;
}
.fixedbar__text {
  writing-mode: vertical-lr;
}

strong {
  font-weight: 700;
}/*# sourceMappingURL=style-2025.css.map */


/*20250715 added css */
.faq__common-text .sub{
clear: both;
display: block;
padding:1.5em 0 1.5em;
margin-top: 1em;
font-size: 93%;
border-radius: 10px;
text-align: left;
}
.faq__common-text .sub .sub-title{
display: block;
margin-bottom: 1em;
color: #A89A6C;
font-size: 1.2em;
font-family: "Hina Mincho", serif;
font-weight: 400;
border-bottom: 1px solid rgba(167, 154, 108, 0.3);
}
@media only screen and (max-width: 575px) {
.faq__common-text .sub{
font-size: 100%;
padding:1.5em 0 1.5em;
}
.faq__common-text .sub .sub-title{
font-size: 1.1em;
}
}

