@charset "UTF-8";
:root {
  --rem: calc((768 / 100vw * 100) / 414);
  --text-black: #3d3d3d;
  --blue01: #3972b7;
  --blue02: #435a77;
  --gold01: #968a61;
  --gray01: #7a7a7a;
  --cremation: #4d94bd;
  --1day: #b1a88a;
  --family: #5cbe99;
  --general: #9e64c1;
  --en: "Oswald", sans-serif;
  --mincho: "Zen Old Mincho", serif;
  --gothic: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  :root {
    --rem: 1px; /* 固定値に切り替え */
  }
}
* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: calc(var(--rem) * 15);
  font-size: 15px; /* フォールバック */
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--rem) * 15);
  line-height: 1.8;
  background: white;
  font-feature-settings: "pkna" 1;
  letter-spacing: 0.075em;
  overflow: auto;
  color: var(--text-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--text-black);
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
a:hover {
  opacity: 0.9;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}
table thead th,
table thead td {
  background-color: #f5f5f5;
}
table th,
table td {
  border-collapse: collapse;
}
table th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex {
  display: flex;
}

.wrapper {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header {
  height: auto;
  padding: 44px 0 4px;
  background: transparent;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width:640px) {
  .header {
    padding: 46px 0 16px;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92.7536231884%;
  margin: 0 auto;
}
.header .header-inner h1 {
  width: 40.5797101449%;
}
.header .header-inner h1 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-inner h1 img {
  width: 100%;
}
.header .header-inner .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.header .header-inner .openbtn {
  width: 54px;
  height: 54px;
  transition: all 0.3s ease;
  background: url(../images/ham-btn.svg) no-repeat center/contain;
}
.header .header-inner .openbtn.active {
  background: url(../images/open-btn-close.png) no-repeat center/contain;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 768px;
  left: 50%;
  background: white;
  transform: translateX(-50%);
}

.inner {
  width: 92.7536231884%;
  margin: 0 auto;
}

.gnav {
  position: fixed;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 103px 0 16px;
  background: white;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 0;
  overflow-y: hidden;
  max-height: 100%;
}
.gnav.panelactive {
  top: 0px;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  overflow-y: auto;
}
.gnav .gnav-list {
  padding: 50px 60px 0;
}
.gnav .gnav-list .gnav-item {
  font-weight: 700;
  color: var(--blue01);
  font-size: clamp(18px, 4.347826087vw, 32px);
  margin-bottom: 40px;
}
.gnav .gnav-list .gnav-item a {
  color: var(--blue01);
}
.gnav .gnav-list .gnav-item::before {
  content: "■";
}
.gnav .gnav-list .gnav-item .c-menu {
  margin-left: 20px;
}
.gnav .gnav-list .gnav-item .c-menu .c-menu-item {
  font-size: calc(var(--rem) * 13);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-top: 8px;
}
.gnav .gnav-list .gnav-item .c-menu .c-menu-item a {
  font-size: clamp(13px, 3.1400966184vw, 23px);
}
.gnav .cta-box .cta-btn {
  width: 100%;
  color: white;
  display: block;
}
.gnav .cta-box .cta-btn.tel {
  background: var(--blue01);
}
.gnav .cta-box .cta-btn.tel .icon {
  background: url(../images/icon-tel);
}

.mb16 {
  margin-bottom: 16px;
}

@media screen and (min-width:600px) {
  .cta01 {
    top: calc(100% - 100px);
  }
  .cta01 li {
    height: 100px;
  }
}
@media screen and (max-width:599px) {
  .cta01 {
    top: calc(100% - 68px);
  }
  .cta01 li {
    height: 68px;
  }
}
.cta01 {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 99;
  justify-content: space-between;
  background-color: #fff;
}
.cta01.disappear {
  display: none;
}
.cta01 li:first-child {
  width: calc(50% - 1px);
  margin-right: 1px;
}
.cta01 li {
  width: 50%;
}
.cta01 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cta01 li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner {
  width: 92.7536231884%;
  margin: 0 auto;
}

.top-about {
  padding: 0 0 48px;
}
.top-about .section-head {
  padding: 0 15px;
  margin-bottom: 48px;
}
.top-about .worries-ttl {
  margin-bottom: 40px;
  display: block;
}
.top-about .worries-list {
  margin-bottom: 48px;
  display: block;
  width: 91.9270833333%;
  margin: 0 auto;
}

.plan {
  padding: 40px 0;
}
.plan .section-head {
  width: 91.9270833333%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width:640px) {
  .plan .section-head {
    margin-bottom: 160px;
  }
}

.plan-list-wrapper {
  border: 2px solid #c5d6eb;
  border-top: 0;
  position: relative;
  padding-top: 95px;
  margin-top: 90px;
}
.plan-list-wrapper::before {
  content: "";
  height: 2px;
  width: 30%;
  background: #c5d6eb;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.plan-list-wrapper::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #c5d6eb;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.plan-list-wrapper .pot-img {
  display: block;
  width: 27.8645833333%;
  top: 0%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.mb10 {
  margin-bottom: 10px;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.plan-list {
  width: 92.1875%;
  margin: 0 auto 35px;
}
.plan-list .plan-item {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.plan-list .plan-item:not(:last-child) {
  margin-bottom: 24px;
}
.plan-list .plan-item dt {
  text-align: center;
  color: white;
  font-size: clamp(24px, 5.7971014493vw, 43px);
  padding: 20px 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.plan-list .plan-item dd {
  background: white;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd {
    padding: 40px 32px 60px;
    row-gap: 32px;
  }
}
.plan-list .plan-item dd .dd-head {
  padding: 0 10px 18px;
  border-bottom: 1px solid var(--cremation);
  justify-content: space-between;
}
.plan-list .plan-item dd .dd-head .text-wrapper {
  width: 51%;
}
.plan-list .plan-item dd .dd-head .text-wrapper .text {
  color: #3d3d3d;
  font-family: var(--gothic);
  font-size: clamp(13px, 3.1400966184vw, 23px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 13px;
}
.plan-list .plan-item dd .dd-head .text-wrapper .tag-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 1.4492753623vw;
}
.plan-list .plan-item dd .dd-head .text-wrapper .people {
  color: #3d3d3d;
  letter-spacing: 0;
  font-size: clamp(11px, 2.6570048309vw, 19px);
  font-weight: 500;
  font-family: var(--gothic);
}
.plan-list .plan-item dd .dd-head .text-wrapper .people .num {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  font-family: var(--en);
}
.plan-list .plan-item dd .dd-head .text-wrapper .people .bold {
  font-weight: 700;
}
.plan-list .plan-item dd .dd-head .img-wrapper {
  width: 45.045045045%;
  aspect-ratio: 150/125;
  border-radius: 10px;
  overflow: hidden;
}
.plan-list .plan-item dd .dd-head .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-list .plan-item dd .dd-body {
  padding: 0 10px;
  align-items: center;
}
.plan-list .plan-item dd .dd-body .img-wrapper {
  width: 30.3303303303%;
}
.plan-list .plan-item dd .dd-body .text-wrapper {
  font-family: var(--gothic);
  width: 60.6606606607%;
}
.plan-list .plan-item dd .cate-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.plan-list .plan-item dd .cate-list li {
  width: 72px;
  height: 25px;
  display: grid;
  place-content: center;
  border: 1px solid;
  border-radius: 20px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .cate-list li {
    width: 130px;
    height: 45px;
    border-radius: 40px;
    font-size: 27px;
  }
}
.plan-list .plan-item dd .dd-body {
  -moz-column-gap: 2.1978021978%;
  column-gap: 2.1978021978%;
}
.plan-list .plan-item dd .dd-body .img-wrapper {
  width: 39.010989011%;
}
.plan-list .plan-item dd .dd-body .img-wrapper img {
  width: 100%;
}
.plan-list .plan-item dd .dd-body .text-wrapper {
  flex: 1;
}
.plan-list .plan-item dd .dd-body .text-wrapper .lead {
  border-radius: 5px;
  border: 1px solid;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .dd-body .text-wrapper .lead {
    font-size: 27px;
    padding: 12px 32px;
  }
}
.price-upper {
  color: var(--gray01);
  font-weight: 700;
  font-size: clamp(11px, 2.6570048309vw, 19px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width:640px) {
  .price-upper {
    font-size: 19px;
  }
}
.price-upper .cancel {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  text-decoration: line-through;
  font-family: var(--en);
  font-weight: 400;
}

.plan-list .plan-item dd .dd-body .text-wrapper .price {
  /* font-size: clamp(40px, 9.6618357488vw, 72px); */
  font-size: clamp(30px, 9vw, 72px);
  font-family: var(--en);
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 10px;
}
.plan-list .plan-item dd .dd-body .text-wrapper .price .yen {
  font-size: clamp(18px, 4.347826087vw, 32px);
  font-weight: 700;
}
.plan-list .plan-item dd .dd-body .text-wrapper .price .small {
  font-size: clamp(12px, 2.8985507246vw, 21px);
  font-weight: 700;
}
.plan-list .plan-item dd .dd-body .text-wrapper .price-under {
  font-weight: 700;
  font-size: clamp(12px, 2.8985507246vw, 21px);
  line-height: 1;
  letter-spacing: 0;
}
.plan-list .plan-item dd .tag-list {
  justify-content: center;
  align-items: center;
  column-gap: 4.6703296703%;
}
.plan-list .plan-item dd .tag-list .tag-item {
  border-radius: 4px;
  border: 1px solid;
  font-weight: bold;
  display: grid;
  place-content: center;
  padding: 3px 6px;
  line-height: 1;
  font-family: var(--gothic);
  font-size: clamp(12px, 2.8985507246vw, 21px);
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .tag-list .tag-item {
    padding: 6px 12px;
  }
}
.plan-list .plan-item dd .tag-list .tag-item.gray {
  color: #ababab;
  border-color: #ababab;
  background: #e6e6e6;
}
.plan-list .plan-item dd .link-btn {
  width: 232px;
  height: 41px;
  margin: 0 auto;
  place-content: center;
  color: white;
  font-weight: 700;
  font-size: 17px;
  border-radius: 30px;
  display: grid;
  place-content: center;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .link-btn {
    width: 417px;
    height: 73px;
    font-size: 30px;
    border-radius: 50px;
  }
}
.plan-list .plan-item dd .link-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-list .plan-item dd .link-btn span::after {
  content: "";
  background: url(../images/link-btn-arrow-cremation.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 4px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .link-btn span::after {
    width: 27px;
    height: 27px;
    margin-left: 8px;
  }
}
.plan-list .plan-item.cremation dt {
  background-color: var(--cremation);
}
.plan-list .plan-item.cremation dd {
  color: var(--cremation);
}
.plan-list .plan-item.cremation dd .cate-list li {
  border-color: var(--cremation);
  background-color: rgba(63, 152, 179, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.cremation dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.cremation dd .lead {
  border-color: var(--cremation);
}
.plan-list .plan-item.cremation dd .link-btn {
  background: var(--cremation);
}
.plan-list .plan-item.cremation dd .link-btn span::after {
  background: url(../images/link-btn-arrow-cremation.svg) no-repeat center/contain;
}
.plan-list .plan-item.oneday dt {
  background: var(--1day);
}
.plan-list .plan-item.oneday dd {
  color: var(--1day);
}
.plan-list .plan-item.oneday dd .dd-head {
  border-bottom-color: var(--1day);
}
.plan-list .plan-item.oneday dd .cate-list li {
  border-color: var(--1day);
  background-color: rgba(0, 178, 134, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.oneday dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.oneday dd .lead {
  border-color: var(--1day);
}
.plan-list .plan-item.oneday dd .link-btn {
  background: var(--1day);
}
.plan-list .plan-item.oneday dd .link-btn span::after {
  background: url(../images/link-btn-arrow-1day.svg) no-repeat center/contain;
}
.plan-list .plan-item.family dt {
  background: var(--family);
}
.plan-list .plan-item.family dd {
  color: var(--family);
}
.plan-list .plan-item.family dd .dd-head {
  border-bottom-color: var(--family);
}
.plan-list .plan-item.family dd .cate-list li {
  border-color: var(--family);
  background-color: rgba(158, 100, 193, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.family dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.family dd .lead {
  border-color: var(--family);
}
.plan-list .plan-item.family dd .link-btn {
  background: var(--family);
}
.plan-list .plan-item.family dd .link-btn span::after {
  background: url(../images/link-btn-arrow-family.svg) no-repeat center/contain;
}
.plan-list .plan-item.general dt {
  background: var(--general);
}
.plan-list .plan-item.general dd {
  color: var(--general);
}
.plan-list .plan-item.general dd .dd-head {
  border-bottom-color: var(--general);
}
.plan-list .plan-item.general dd .cate-list li {
  border-color: var(--general);
  background-color: rgba(162, 152, 117, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.general dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.general dd .lead {
  border-color: var(--general);
}
.plan-list .plan-item.general dd .link-btn {
  background: var(--general);
}
.plan-list .plan-item.general dd .link-btn span::after {
  background: url(../images/link-btn-arrow-general.svg) no-repeat center/contain;
}

#top-plan .plan-list .plan-item dd .tag-list .tag-item {
  font-size: clamp(12px, 2.8985507246vw, 21px);
}

.search {
  padding: 48px 0 100px;
}
@media screen and (min-width:640px) {
  .search {
    padding: 48px 0 160px;
  }
}
.search .top-search-head {
  margin-bottom: 56px;
}
.search .search-body .tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4.1666666667%;
  row-gap: 1vw;
  margin-bottom: 28px;
}
.search .search-body .tab li {
  width: 47.9166666667%;
  position: relative;
}
.search .search-body .tab li::after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--blue01);
  width: 8px;
  height: 11px;
  display: block;
  position: absolute;
  top: 42%;
  right: 10%;
}
.search .search-body .tab li a {
  width: 100%;
  display: block;
  padding: 15px;
  font-size: clamp(15px, 3.6231884058vw, 27px);
  color: var(--blue01);
  border: 1px solid var(--blue01);
  display: grid;
  place-content: center;
  font-family: var(--gothic);
  font-weight: 500;
}
.search .search-body .tab li.active::after {
  content: "";
  transform: rotate(90deg);
  background: white;
}
.search .search-body .tab li.active a {
  background: var(--blue01);
  color: white;
}
.search .search-body .area {
  display: none;
  opacity: 0;
}
.search .search-body .area.is-active {
  display: block;
  opacity: 1;
  animation-name: displayAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.huneral-list .huneral-item {
  margin-bottom: 16px;
  border: 1px solid var(--gold01);
  padding: 28px 25px;
}
@media screen and (min-width:640px) {
  .huneral-list .huneral-item {
    padding: 40px 30px;
    margin-bottom: 32px;
  }
}
.huneral-list .huneral-item dt {
  color: var(--blue01);
}
.huneral-list .huneral-item dt .img-wrapper {
  margin-bottom: 24px;
}
.huneral-list .huneral-item h3 {
  font-weight: 700;
  font-size: clamp(20px, 4.8309178744vw, 36px);
  line-height: 1;
  margin-bottom: 16px;
}
.huneral-list .huneral-item .kana {
  font-size: clamp(13px, 3.1400966184vw, 23px);
  font-weight: 500;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 16px;
  font-family: var(--gothic);
}
@media screen and (min-width:640px) {
  .huneral-list .huneral-item .kana {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.huneral-list .huneral-item dd .text {
  color: var(--text-black);
  font-weight: 400;
  line-height: 1.8;
  font-family: var(--gothic);
  margin-top: 24px;
  font-size: clamp(13px, 3.1400966184vw, 23px);
}
.huneral-list .huneral-item dd .address-wrapper .item {
  padding-left: 2em;
  position: relative;
  margin-bottom: 24px;
  font-family: var(--gothic);
  font-weight: 400;
  font-size: clamp(13px, 3.1400966184vw, 23px);
}
.huneral-list .huneral-item dd .address-wrapper .item::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
.huneral-list .huneral-item dd .address-wrapper .item.address::before {
  background: url(../images/icon-marker.svg) no-repeat center/contain;
}
.huneral-list .huneral-item dd .address-wrapper .item.station::before {
  background: url(../images/icon-train.svg) no-repeat center/contain;
}
.huneral-list .huneral-item .blue-btn {
  background: var(--blue01);
  color: white;
  font-size: 15px;
  font-weight: 500;
  width: 225px;
  height: 51px;
  display: block;
  border-radius: 4px;
  margin: 32px auto 0;
  display: grid;
  font-family: var(--gothic);
  place-content: center;
}
@media screen and (min-width:640px) {
  .huneral-list .huneral-item .blue-btn {
    font-size: 30px;
    width: 417px;
    height: 73px;
  }
}
.huneral-list .huneral-item .blue-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.huneral-list .huneral-item .blue-btn span::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: block;
  background: url(../images/icon-tel-white.svg) no-repeat center/contain;
  margin-right: 4px;
}

.more-content-wrapper .huneral-content {
  position: relative;
  overflow: hidden;
  max-height: 700px;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (min-width:640px) {
  .more-content-wrapper .huneral-content {
    max-height: 910px;
  }
}
.more-content-wrapper .more-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--gothic);
  font-weight: 700;
  font-size: clamp(16px, 3.8647342995vw, 28px);
  position: relative;
  line-height: 1;
}
.more-content-wrapper .more-btn::after {
  content: "+";
  background: var(--blue01);
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  display: grid;
  place-content: center;
}

.huneral-item .extra-content {
  display: none;
}

.huneral-content.expanded {
  max-height: none;
}
.huneral-content.expanded .extra-content {
  display: block;
}
.huneral-content.expanded .more-btn::after {
  content: none;
}

.footer {
  background: #3e6374;
  color: white;
  padding: 31px 35px;
  text-align: center;
}
@media screen and (min-width:640px) {
  .footer {
    padding: 54px;
  }
}
.footer .footer-inner .footer-logo {
  display: block;
  margin: 0 auto 30px;
  width: 40.8212560386%;
}
.footer .footer-inner .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer-inner .footer-nav {
  margin-bottom: 30px;
}
.footer .footer-inner .footer-nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
}
.footer .footer-inner .footer-nav .nav-list li > a {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: white;
}
@media screen and (min-width:640px) {
  .footer .footer-inner .footer-nav .nav-list li > a {
    font-size: 21px;
  }
}
.footer .footer-inner .copy {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.page-plan .plan-tab {
  background: #f3f3f3;
  width: 92.7536231884%;
  margin: 0 auto 20px;
  border-radius: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}
.page-plan .plan-tab li {
  width: 100%;
  height: 36px;
}
@media screen and (min-width:640px) {
  .page-plan .plan-tab li {
    height: 60px;
  }
}
.page-plan .plan-tab li a {
  width: 100%;
  border-radius: 60px;
  color: #939393;
  font-size: clamp(12px, 2.8985507246vw, 21px);
  display: block;
  height: 100%;
  letter-spacing: 0;
  display: grid;
  font-weight: 700;
  place-content: center;
}
.page-plan .plan-tab li.current a {
  color: white;
}
.page-plan .plan-tab li.cremation.current a {
  background: var(--cremation);
}
.page-plan .plan-tab li.oneday.current a {
  background: var(--1day);
}
.page-plan .plan-tab li.family.current a {
  background: var(--family);
}
.page-plan .plan-tab li.general.current a {
  background: var(--general);
}
.page-plan .plan-detail {
  width: 100%;
}
.page-plan .plan-detail .plan-item {
  box-shadow: none;
  border-radius: 0;
}
.page-plan .plan-detail .plan-item .sub-ttl {
  font-size: clamp(18px, 4.347826087vw, 32px);
  text-align: center;
}
.page-plan .plan-detail .plan-item h2 {
  text-align: center;
  font-size: clamp(40px, 9.6618357488vw, 72px);
}
.page-plan .plan-detail .plan-item dt .people {
  font-size: clamp(14px, 3.3816425121vw, 25px);
  font-family: var(--gothic);
}
.page-plan .plan-detail .plan-item dt .people .num {
  font-size: clamp(21px, 5.0724637681vw, 37px);
  font-family: var(--en);
  font-weight: 400;
}
.page-plan .plan-detail .plan-item dd .dd-body {
  margin-bottom: 24px;
}
.page-plan .plan-detail .plan-item dd .dd-body .text-wrapper .price-upper {
  font-size: clamp(13px, 3.1400966184vw, 23px);
}
.page-plan .plan-detail .plan-item dd .dd-body .text-wrapper .price-upper .cancel {
  font-size: clamp(20px, 4.8309178744vw, 36px);
}
.page-plan .plan-detail .plan-item dd .dd-body .text-wrapper .price {
  font-size: clamp(50px, 12.077294686vw, 90px);
}
.page-plan .plan-detail .plan-item dd .dd-body .text-wrapper .price-under {
  font-size: clamp(14px, 3.3816425121vw, 25px);
}
.page-plan .plan .pot-img {
  width: 23.4375%;
  margin: 0 auto;
  display: block;
}
.page-plan .plan.page-plan-main-plan .plan-list .plan-item dt {
  padding: 24px 10px;
}
.page-plan .plan.page-plan-main-plan .plan-list .plan-item dt .sub-ttl {
  margin-bottom: 24px;
}
.page-plan .plan.page-plan-main-plan .plan-list .plan-item dt h2 {
  margin-bottom: 24px;
}
.page-plan .plan.page-plan-main-plan .plan-list .plan-item dd .tag-list .tag-item {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  padding: 8px;
}
.page-plan .plan.page-plan-main-plan .plan-list .plan-item dd .dd-body {
  padding: 0;
}
.page-plan .plan.page-plan-main-plan .plan-list .plan-item dd .dd-body .img-wrapper {
  width: 30.9895833333%;
}
.page-plan .plan-contents .recommend {
  margin-bottom: 32px;
}
@media screen and (min-width:640px) {
  .page-plan .plan-contents .recommend {
    margin-bottom: 64px;
  }
}
.page-plan .plan-contents .recommend .plan-img {
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}
.page-plan .plan-contents .ttl-wrapper h2 {
  color: white;
  background: #3972b7;
  font-size: clamp(18px, 4.347826087vw, 32px);
  padding: 4px 16px;
  width: fit-content;
  margin: 0 auto 24px;
  line-height: 1.5;
  border-radius: 40px;
}
.page-plan .plan-contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.4492753623vw;
  row-gap: 3.8647342995vw;
  margin-bottom: 32px;
}
@media screen and (min-width:640px) {
  .page-plan .plan-contents-list {
    margin-bottom: 64px;
  }
}
.page-plan .flow {
  padding: 48px 0;
}
@media screen and (min-width:640px) {
  .page-plan .flow {
    padding: 96px 0;
  }
}
.page-plan .plan .section-head {
  margin-bottom: 40px;
}
.page-plan .plan .plan-list-wrapper {
  margin-bottom: 40px;
}

.privacy-contents {
  padding: 85px 0 16px;
}
.privacy-contents p {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  font-weight: 400;
  margin-bottom: 1em;
}
.privacy-contents dl {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  font-weight: 400;
  margin-bottom: 1em;
}
.privacy-contents dl:last-of-type {
  margin-bottom: 60px;
}
.privacy-contents dl dt {
  font-size: clamp(20px, 4.8309178744vw, 36px);
  font-weight: 700;
  margin-bottom: 16px;
}
.privacy-contents dl dd ul {
  margin-bottom: 1em;
}
.privacy-contents dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.privacy-contents dl dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.contact h2,
.privacy h2,
.guide h2 {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: clamp(24px, 5.7971014493vw, 43px);
  font-weight: 500;
}
@media screen and (min-width:640px) {
  .contact h2,
  .privacy h2,
  .guide h2 {
    margin-bottom: 60px;
  }
}
.contact h2::after,
.privacy h2::after,
.guide h2::after {
  content: "";
  width: 40%;
  height: 2px;
  background: #3d3d3d;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.contact {
  padding-top: 85px;
}
.contact .contact-wrapper {
  padding: 0 15px;
  margin-bottom: 64px;
}
.contact .bar {
  margin-bottom: 40px;
}
.contact .bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .bar ul .horizon {
  width: 70px;
  height: 1px;
  background: #d9d9d9;
  margin-top: -31px;
}
@media screen and (min-width:640px) {
  .contact .bar ul .horizon {
    margin-top: -44px;
    width: 83px;
  }
}
.contact .bar ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contact .bar ul li .text {
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width:640px) {
  .contact .bar ul li .text {
    font-size: 18px;
  }
}
.contact .bar ul li .rect {
  width: 20px;
  height: 20px;
  background-color: #d7d7d7;
  position: relative;
  display: block;
  transform: rotate(-45deg);
}
@media screen and (min-width:640px) {
  .contact .bar ul li .rect {
    width: 40px;
    height: 40px;
  }
}
.contact .postal-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .postal-wrapper .p-postal-code {
  width: 10em;
}
.contact .info-text {
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 3.3816425121vw, 25px);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
}
.contact dl {
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
}
.contact dl:last-of-type {
  border-bottom: none;
}
.contact dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact dl dt span::before {
  content: "任意";
  display: block;
  background: #9b9b9b;
  color: white;
  padding: 3px 7px;
  font-size: clamp(11px, 2.6570048309vw, 19px);
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .contact dl dt span::before {
    padding: 6px 10px;
  }
}
.contact dl dt,
.contact dl dd {
  font-size: clamp(13px, 3.1400966184vw, 23px);
  font-weight: 500;
}
.contact dl.required dt span::before {
  content: "必須";
  display: block;
  background: #db3025;
  color: white;
  padding: 3px 7px;
  font-size: clamp(11px, 2.6570048309vw, 19px);
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .contact dl.required dt span::before {
    padding: 6px 10px;
  }
}
.contact ::-webkit-input-placeholder {
  color: #a4a4a4;
}
.contact ::-moz-placeholder {
  color: #a4a4a4;
}
.contact :-ms-input-placeholder {
  color: #a4a4a4;
}
.contact ::-ms-input-placeholder {
  color: #a4a4a4;
}
.contact ::placeholder {
  color: #a4a4a4;
}
.contact input,
.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: white;
  font-family: inherit;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 100%;
  padding: 8px;
}
.contact .details-radio dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 16px;
}
.contact .details-radio dd .mwform-checkbox-field {
  width: 50%;
}
.contact .details-radio dd .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.contact .details-radio dd .horizontal-item + .horizontal-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .details-radio dd .horizontal-item + .horizontal-item label span {
  margin-right: 0.5em;
}
.contact dt {
  margin-bottom: 12px;
}
.contact input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
@media screen and (min-width:640px) {
  .contact input[type=checkbox] {
    width: 36px;
    height: 36px;
  }
}
.contact input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3d3d3d;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (min-width:640px) {
  .contact input[type=checkbox]:checked::before {
    width: 20px;
    height: 20px;
  }
}
.contact .privacy {
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, 2.8985507246vw, 21px);
  margin-bottom: 32px;
}
.contact .privacy .mwform-checkbox-field-text {
  font-weight: 500;
  font-family: var(--gothic);
}
.contact .privacy label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .privacy input[type=checkbox] {
  border-radius: 0;
}
.contact .privacy input[type=checkbox]:checked::before {
  border-radius: 0;
}
.contact .privacy-note {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: clamp(13px, 3.1400966184vw, 23px);
  margin-bottom: 24px;
}
.contact .form-check {
  text-align: center;
}
.contact form {
  margin-bottom: 64px;
  padding: 0 15px;
}
.contact .contact_submit_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9.0651558074%;
  column-gap: 9.0651558074%;
}
.contact .contact_submit_btn_wrapper .submit_btn input {
  width: 206px;
  height: 54px;
  display: grid;
  place-content: center;
  border: none;
  color: white;
  background-color: #3972b7;
  line-height: 1;
  border-radius: 60px;
  font-weight: 500;
  font-size: clamp(15px, 3.6231884058vw, 27px);
}
@media screen and (min-width:640px) {
  .contact .contact_submit_btn_wrapper .submit_btn input {
    padding: 10px 30px;
    height: 64px;
  }
}
.contact .contact_submit_btn_wrapper .check_back input {
  background: white;
  color: #383838;
  border-radius: 60px;
  border: 1px solid #383838;
  height: 54px;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(15px, 3.6231884058vw, 27px);
}
@media screen and (min-width:640px) {
  .contact .contact_submit_btn_wrapper .check_back input {
    padding: 10px 30px;
    height: 64px;
  }
}
.contact .mw_wp_form_input .bar ul li.step01 .rect {
  background: var(--gold01);
}
.contact .p-country-name {
  display: none;
}
.contact .mw_wp_form_confirm .bar ul li.step02 .rect, .contact .mw_wp_form_confirm .bar ul li.step01 .rect {
  background: var(--gold01);
}
.contact .mw_wp_form_confirm .privacy-note,
.contact .mw_wp_form_confirm .privacy {
  display: none;
}
.contact .mw_wp_form_confirm .submit_btn,
.contact .mw_wp_form_confirm .check_back {
  width: 100%;
}
.contact .mw_wp_form_confirm .submit_btn input,
.contact .mw_wp_form_confirm .check_back input {
  width: 100%;
}
.contact .mw_wp_form_complete .bar ul li.step03 .rect, .contact .mw_wp_form_complete .bar ul li.step02 .rect, .contact .mw_wp_form_complete .bar ul li.step01 .rect {
  background: var(--gold01);
}
.contact .mw_wp_form_complete .thanks-lead {
  text-align: center;
  font-weight: 700;
  font-size: clamp(16px, 3.8647342995vw, 28px);
  margin-bottom: 32px;
}
.contact .mw_wp_form_complete .thanks-text {
  font-weight: 500;
  font-size: clamp(14px, 3.3816425121vw, 25px);
  text-align: center;
  margin-bottom: 64px;
}

.company {
  padding: 82px 0 16px;
}
.company .company-info table {
  margin-bottom: 64px;
}
.company .company-info thead th {
  width: 100%;
  text-align: center;
  color: white;
  background: var(--gold01);
  padding: 8px 0;
  font-weight: 500;
  font-size: clamp(24px, 5.7971014493vw, 43px);
  border: 1px solid #999999;
}
.company .company-info tbody {
  font-family: var(--gothic);
}
.company .company-info tbody th,
.company .company-info tbody td {
  border: 1px solid #999;
  padding: 10px;
  font-size: clamp(14px, 3.3816425121vw, 25px);
  height: 100px;
  vertical-align: middle;
}
.company .company-info tbody th {
  width: 26.0416666667%;
  background: #f0ecdf;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 6px;
}
.company .company-info tbody td {
  width: auto;
}
.company .company-info tbody td ul > li {
  position: relative;
  padding-left: 1em;
}
.company .company-info tbody td ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.text-red {
  color: #ff0000;
}

.btn-white {
  margin: 0 auto 64px;
  text-align: center;
  display: block;
  width: 203px;
  height: 54px;
  border: 1px solid #3d3d3d;
  display: grid;
  place-content: center;
  border-radius: 60px;
  font-weight: 500;
}

.guide {
  padding: 85px 0 94px;
}
.guide .guide-wrapper {
  padding: 0 15px;
}
.guide .guide-list {
  margin-bottom: 48px;
}
.guide .guide-list .guide-item {
  margin-bottom: 32px;
  letter-spacing: 0;
}
.guide .guide-list .guide-item:last-of-type {
  margin-bottom: 0;
}
.guide .guide-list .guide-item dt {
  font-size: clamp(18px, 4.8309178744vw, 36px);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}
.guide .guide-list .guide-item dd {
  line-height: 1.8;
  font-weight: 400;
  font-size: clamp(14px, 3.8647342995vw, 28px);
}
.guide .guide-list .guide-item dd p + ul {
  margin-top: 1em;
}
.guide .guide-list .guide-item dd ul + p {
  margin-top: 1em;
}
.guide .guide-list .guide-item dd ul .guide-c-item {
  display: flex;
  justify-content: flex-start;
}
.guide .guide-list .guide-item dd ul .guide-c-item span {
  width: 1.5em;
}
.guide .guide-list .guide-item dd ul .guide-c-item p {
  flex: 1;
}
.guide .btn-white {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
