@charset "UTF-8";
/*Theme Name: ジャパンペットセレモニーさいたま */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 125%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
    color: #000;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 50px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 50px;
  }
  body .inner {
    width: 1000px;
    margin: 0px auto;
  }
  body .inner.wide {
    width: 1220px;
  }
  body .main_title {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  body .main_title.min {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .sub_title {
    color: #52532b;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 60px;
    font-weight: 600;
    padding: 10px 20px;
    border-top: 3px dashed #52532b;
    border-bottom: 3px dashed #52532b;
  }
  body .bb_title {
    color: #52532b;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #52532b;
  }
  body .hrzn_title {
    color: #52532b;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .hrzn_title:before {
    border-top: 3px dashed #52532b;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 40px;
  }
  body .hrzn_title:after {
    border-top: 3px dashed #52532b;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 40px;
  }
  body .c_title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #52532b;
  }
  body .bg_title {
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    background: #f9f3ea;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  body .btn {
    background: #518757;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #3d6641;
  }
  body .btn:hover {
    background: #3d6641;
  }
  body .sub_btn {
    background: #adc4a0;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #5f7d4e;
  }
  body .sub_btn:hover {
    background: #5f7d4e;
  }
  body .mini_btn {
    color: #518757;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #518757;
    border-radius: 100px;
    max-width: 260px;
  }
  body .mini_btn:hover {
    background: #518757;
    color: #fff;
  }
  body .logo a {
    width: 360px;
    font-family: "Noto Serif JP", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  body .cta span {
    display: block;
    background: #cc963e;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 0.8rem;
    text-align: center;
  }
  body .cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #518757;
  }
  body .cta a:hover {
    color: #3d6641;
  }
  body .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  body .btnarea .btn {
    width: 400px;
  }
  body .btnarea .mini_btn {
    width: 210px;
  }
  body .graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf dt {
    background: #f9f3ea;
    color: #fff;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    font-weight: 600;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    border: 1px solid #52532b;
  }
  body .graf dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .graf dd {
    width: 70%;
    padding: 10px 20px;
  }
  body .graf dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .news > ul > li {
    position: relative;
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px dashed #d1d1d1;
  }
  body .news > ul > li:first-child .arrow {
    top: 15%;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  body .news > ul > li:first-child .arrow.open {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  body .news > ul > li:first-child .cont {
    display: block;
  }
  body .news > ul > li .title {
    position: relative;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
  }
  body .news > ul > li .title h3 {
    width: calc(100% - 150px);
  }
  body .news > ul > li .title h3 a {
    display: block;
  }
  body .news > ul > li .title h3 a:hover {
    text-decoration: underline;
    color: #518757;
  }
  body .news > ul > li .arrow {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    right: 0;
  }
  body .news > ul > li .arrow.open {
    top: 15%;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  body .news > ul > li .arrow:hover {
    cursor: pointer;
  }
  body .news > ul > li .cont {
    display: none;
    width: 750px;
    background: #f9f3ea;
    color: #52532b;
    font-size: 0.8rem;
    padding: 30px;
    border-radius: 10px;
    margin: 0 30px 60px auto;
  }
  body .news .mini_btn {
    width: 170px;
    margin: 30px 0 0 auto;
  }
  body .plan_list p {
    margin-bottom: 60px;
  }
  body .plan_list p.center {
    text-align: center;
  }
  body .plan_list > ul > li:not(:last-child) {
    margin-bottom: 60px;
  }
  body .plan_list > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
  }
  body .plan_list > ul > li ul li {
    width: 25%;
    border-radius: 100px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 0.8rem;
    color: #52532b;
    font-weight: 600;
    padding: 5px;
    position: relative;
  }
  body .price_list .course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
  }
  body .price_list .course li:nth-child(odd) {
    width: 250px;
    height: 250px;
    border: 5px solid #52532b;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .price_list .course li:nth-child(odd) div {
    margin-top: auto;
  }
  body .price_list .course li:nth-child(odd) img {
    margin-bottom: 30px;
  }
  body .price_list .course li:nth-child(odd) h3 {
    font-family: "Noto Serif JP", serif;
    color: #52532b;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  body .price_list .course li:nth-child(odd) h3 span {
    display: block;
    font-size: 0.8rem;
  }
  body .price_list p {
    text-align: center;
    margin-bottom: 100px;
  }
  body .price_list .js-scrollable {
    margin-bottom: 60px;
  }
  body .price_list .js-scrollable table {
    width: 100%;
  }
  body .price_list .js-scrollable th {
    text-align: center;
    color: #52532b;
    background: #f9f3ea;
    border: 1px solid #52532b;
    vertical-align: middle;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 0.9rem;
    height: 70px;
  }
  body .price_list .js-scrollable td {
    text-align: center;
    border: 1px solid #52532b;
    vertical-align: middle;
    font-size: 0.8rem;
    height: 70px;
  }
  body .born p:not(:last-child)  {
    margin-bottom: 20px;
  }
  body .trip_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .trip_area li {
    position: relative;
  }
  body .trip_area li:not(:last-child):after {
    position: absolute;
    content: "・";
    top: 0;
    right: -15px;
  }
  body .trip_area li a:hover {
    color: #3d6641;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    padding: 30px 0;
    font-family: "Noto Serif JP", serif;
  }
  header .h_blc .h_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    gap: 20px;
  }
  header .h_blc .h_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    gap: 20px;
  }
  header .h_blc .h_right .btn {
    width: 200px;
  }
  header .h_blc .h_right .sub_btn {
    width: 300px;
  }
  header #menu-btn-check {
    display: none;
  }
  header .menu-content {
    margin-bottom: 30px;
  }
  header .menu-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
  header .menu-content ul a {
    font-family: "Noto Serif JP", serif;
    font-size: 0.8rem;
  }
  header .menu-content ul a:hover {
    color: #518757;
  }
  header .catch {
    position: relative;
  }
  header .catch.top {
    margin-bottom: 200px;
  }
  header .catch.top:after {
    position: absolute;
    content: "";
    width: 760px;
    height: 400px;
    border-radius: 60px 0px 0px 60px;
    background: #f9f3ea;
    bottom: -120px;
    right: 0;
    z-index: -1;
  }
  header .catch.top .h_cta {
    width: 400px;
    height: 410px;
    position: absolute;
    bottom: -60px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .catch.top .h_cta .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -10px;
  }
  header .catch.top .h_cta .bg svg {
    fill: #f9f3ea;
    position: absolute;
  }
  header .catch.top .h_cta .bg svg:last-of-type {
    top: 0;
    left: 10px;
  }
  header .catch.top .h_cta .cont {
    position: relative;
    z-index: 1;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  header .catch.top .h_cta .cont p {
    margin-bottom: 10px;
  }
  header .catch.top .h_cta .cont .cta {
    margin-bottom: 10px;
  }
  header .catch.top .h_cta .cont .cta span {
    background: #cc963e;
  }
  header .catch.top .h_cta .cont .btn {
    margin-bottom: 20px;
  }
  header .catch.top > img {
    min-width: 1000px;
    width: 78%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: block;
    margin-right: 60px;
    margin-left: auto;
    border-radius: 60px;
  }
  header .catch.sub img {
    width: 100%;
    aspect-ratio: 61 / 20;
    object-fit: cover;
    border-radius: 60px;
  }
  header .catch.sub .page_title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 350px;
  }
  header .catch.sub .page_title.small {
    font-size: 1.2rem;
  }
  header .catch.sub .page_title svg {
    position: absolute;
    left: 0;
    fill: #cc963e;
    z-index: -1;
  }
  main.top section {
    position: relative;
    margin-bottom: 100px;
  }
  main.top .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.top .blc li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top .blc img {
    width: 400px;
    border-radius: 10px;
  }
  main.top .blc .txt {
    max-width: 550px;
  }
  main.top .blc .txt p:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top .blc .txt .mini_btn {
    width: 210px;
  }
  main.top .visit:after {
    position: absolute;
    content: "";
    min-width: 450px;
    width: 35%;
    height: 210px;
    border-radius: 60px 0px 0px 60px;
    background: #f9f3ea;
    bottom: 60px;
    right: 0;
    z-index: -1;
  }
  main.top .die img {
    width: 400px;
    border-radius: 10px;
  }
  main.top .die .mini_btn {
    width: 210px;
  }
  main.top .plan_list > ul > li {
    border: 1px solid #52532b;
    border-radius: 10px;
    padding: 30px;
  }
  main.top .plan_list > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .plan_list > ul > li h3 {
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  main.top .plan_list > ul > li strong {
    display: block;
    color: #518757;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  }
  main.top .plan_list > ul > li p {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  main.top .plan_list > ul > li li {
    background: #f9f3ea;
  }
  main.top .plan_list > ul > li li:not(:last-child):before {
    position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #52532b;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -24px;
  }
  main.top .plan_list > ul > li li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 16px solid #52532b;
  }
  main.top .plan_list > ul > li li.emp:before, main.top .plan_list > ul > li li.emp:after {
    display: none;
  }
  main.top .plan_list > ul > li li.emp + li {
    background: none;
  }
  main.top .plan_list > ul > li li.emp + li:before {
    width: 123%;
  }
  main.top .plan_list .mini_btn {
    margin: 60px auto 0;
    width: 250px;
  }
  main.top .price_list .btnarea {
    gap: 100px;
  }
  main.top .hall:after {
    position: absolute;
    content: "";
    min-width: 450px;
    width: 35%;
    height: 210px;
    border-radius: 0 60px 60px 0;
    background: #f9f3ea;
    top: 60px;
    left: 0;
    z-index: -1;
  }
  main.top .ceremony img {
    width: 400px;
    border-radius: 10px;
  }
  main.top .ceremony:after {
    position: absolute;
    content: "";
    min-width: 450px;
    width: 35%;
    height: 210px;
    border-radius: 60px 0px 0px 60px;
    background: #f9f3ea;
    bottom: 100px;
    right: 0;
    z-index: -1;
  }
  main.top .grave img {
    width: 400px;
    border-radius: 10px;
  }
  main.top .grave:after {
    position: absolute;
    content: "";
    min-width: 450px;
    width: 35%;
    height: 210px;
    border-radius: 0 60px 60px 0;
    background: #f9f3ea;
    top: 40px;
    left: 0;
    z-index: -1;
  }
  main.top .memory:after {
    position: absolute;
    content: "";
    min-width: 450px;
    width: 35%;
    height: 210px;
    border-radius: 60px 0px 0px 60px;
    background: #f9f3ea;
    top: 20px;
    right: 0;
    z-index: -1;
  }
  main.top .memory .pic img:last-child {
    width: auto;
  }
  main.top .memory .pic a {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  main.sub section {
    padding: 100px 0;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy dd:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .privacy dd ul {
    background: #f9f3ea;
    padding: 30px 20px;
    border-radius: 20px;
    line-height: 2;
    font-size: 0.8rem;
    margin-bottom: 60px;
  }
  main.sub .qa > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-bottom: 80px;
  }
  main.sub .qa > ul .sub_btn {
    border-bottom: none;
  }
  main.sub .qa .qa_list {
    margin-bottom: 20px;
  }
  main.sub .qa .qa_list li {
    padding-bottom: 60px;
  }
  main.sub .qa .qa_list li:not(:last-of-type) {
    border-bottom: 1px solid #52532b;
    margin-bottom: 60px;
  }
  main.sub .qa .qa_list a {
    color: #518757;
    border-bottom: 1px solid #518757;
  }
  main.sub .qa .qa_list h3 {
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
  }
  main.sub .qa .qa_list p {
    padding-left: 40px;
  }
  main.sub .qa .qa_list p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .guide .imgleft img,
  main.sub .guide .imgright img {
    width: 365px;
    border-radius: 20px;
  }
  main.sub .guide .imgleft p,
  main.sub .guide .imgright p {
    font-size: 0.8rem;
    line-height: 2.2;
  }
  main.sub .guide .flow ul {
    padding-top: 20px;
  }
  main.sub .guide .flow li {
    position: relative;
    border: 3px solid #adc4a0;
    border-radius: 10px;
    padding: 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .guide .flow li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .guide .flow li > span {
    position: absolute;
    top: -30px;
    left: 20px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    background: #adc4a0;
    color: #52532b;
    border-radius: 100px;
    width: 230px;
    font-weight: bold;
  }
  main.sub .guide .flow li p {
    font-size: 0.8rem;
  }
  main.sub .guide .flow li .btn {
    width: 280px;
  }
  main.sub .guide .service .btn {
    width: 280px;
    margin: 40px auto 0;
  }
  main.sub .guide .peace > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 80px 30px;
    margin-bottom: 80px;
  }
  main.sub .guide .peace > ul li {
    font-size: 0.8rem;
  }
  main.sub .guide .peace > ul li span {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    background: #adc4a0;
    color: #52532b;
    border-radius: 100px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  main.sub .guide .car ul,
  main.sub .guide .report ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
  }
  main.sub .guide .car ul img,
  main.sub .guide .report ul img {
    border-radius: 10px;
  }
  main.sub .guide .report img {
    border: 1px solid #52532b;
  }
  main.sub .guide .way > p,
  main.sub .guide .after > p {
    margin-bottom: 60px;
    font-size: 0.8rem;
    line-height: 2.2;
  }
  main.sub .guide .way li:not(:last-child),
  main.sub .guide .after li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .guide .way .btn,
  main.sub .guide .after .btn {
    width: 520px;
  }
  main.sub .plan .plan_list li ul {
    margin-bottom: 20px;
  }
  main.sub .plan .plan_list li ul li {
    background: #adc4a0;
    padding: 15px;
  }
  main.sub .plan .plan_list li ul li:not(:last-child):before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
    width: 18px;
    height: 3px;
    background: #52532b;
  }
  main.sub .plan .plan_list li ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 38%;
    -webkit-transform: translateY(-38%);
            transform: translateY(-38%);
    right: -20px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #52532b;
    border-right: 3px solid #52532b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main.sub .plan .plan_list li ul li.emp:before, main.sub .plan .plan_list li ul li.emp:after {
    display: none;
  }
  main.sub .plan .plan_list li ul li.emp + li {
    background: none;
  }
  main.sub .plan .plan_list li ul li.emp + li:before {
    width: 115%;
  }
  main.sub .plan .plan_list li ul li.emp + li:after {
    top: 30%;
  }
  main.sub .plan .payment dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .plan .payment img {
    margin: 20px 0 0;
  }
  main.sub .plan .free p {
    font-size: 0.8rem;
  }
  main.sub .plan .free p:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .area .js-scrollable:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .area .js-scrollable table {
    width: 100%;
  }
  main.sub .area .js-scrollable th {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    background: #f9f3ea;
    padding: 20px;
    font-size: 0.9rem;
    border: 1px solid #52532b;
    vertical-align: middle;
    color: #52532b;
  }
  main.sub .area .js-scrollable td {
    border: 1px solid #52532b;
    font-size: 0.8rem;
    padding: 20px;
    vertical-align: middle;
  }
  main.sub .area .js-scrollable td a:hover {
    color: #518757;
    text-decoration: underline;
  }
  main.sub .area .js-scrollable .column-1 {
    width: 26%;
    text-align: center;
  }
  main.sub .area .js-scrollable .column-2 {
    width: 74%;
  }
  main.sub .item .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
  }
  main.sub .item p {
    font-size: 0.8rem;
  }
  main.sub .item p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .item p span {
    color: #ff0000;
    font-weight: bold;
  }
  main.sub .item .itemlist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin: 60px 0;
  }
  main.sub .item .itemlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .item .itemlist li img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  main.sub .item .itemlist li h3 {
    font-family: "Noto Serif JP", serif;
    color: #52532b;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .item .itemlist li p {
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  main.sub .item .itemlist dl {
    border: 1px solid #52532b;
    background: #f9f3ea;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8rem;
  }
  main.sub .item .itemlist dl.btm {
    margin-top: auto;
  }
  main.sub .item .itemlist dl .title {
    background: #f9f3ea;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  main.sub .item .itemlist dl dt {
    padding: 10px;
    width: 210px;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    border-right: 1px solid #52532b;
    border-bottom: 1px solid #52532b;
    font-weight: 600;
  }
  main.sub .item .itemlist dl dt:last-of-type {
    border-bottom: none;
  }
  main.sub .item .itemlist dl dd {
    padding: 10px 5px;
    background: #fff;
    width: 108px;
    font-weight: bold;
    border-bottom: 1px solid #52532b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
  }
  main.sub .item .itemlist dl dd:last-of-type {
    border-bottom: none;
  }
  main.sub .cal p {
    font-size: 0.8rem;
  }
  main.sub .cal p:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .cal .buddhist_tel a:hover {
    opacity: 0.5;
  }
  main.sub .cal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .cal .InputBotton {
    width: 220px;
    margin: 0 20px;
    display: block;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 100px;
    border: 0;
    background: #518757;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  main.sub .cal .InputBotton:hover {
    cursor: pointer;
  }
  main.sub .cal th {
    padding: 10px;
    border: 2px solid #cc963e;
    text-align: center;
    background: #f9f3ea;
    font-family: "Noto Serif JP", serif;
  }
  main.sub .cal th input {
    width: 100%;
    background: #e9e9e9;
    border: 1px solid #cc963e;
    font-size: 1.3rem;
    height: 50px;
    text-align: center;
  }
  main.sub .cal .obousanbin_memorial_calculation_title {
    background: #cc963e;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 20px;
  }
  main.sub .cal .obousanbin_memorial_calculation_title:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
  main.sub .cal td {
    padding: 20px 10px;
    border: 2px solid #cc963e;
    background: #f9f3ea;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
  }
  main.sub .cal .notd {
    font-family: "Noto Serif JP", serif;
  }
  main.sub .cal select {
    width: 130px;
    background: #fff;
    border: 2px solid #cc963e;
    font-family: "Noto Serif JP", serif;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    padding: 5px;
    margin-right: 10px;
  }
  main.sub .cal #formYearInput,
  main.sub .cal #formMonthInput,
  main.sub .cal #formDayInput {
    background: #fff;
    border: 2px solid #cc963e;
    font-size: 1.3rem;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    font-family: "Noto Serif JP", serif;
    margin: 30px 5px;
  }
  main.sub .cal #formYearInput {
    width: 90px;
  }
  main.sub .cal #formMonthInput,
  main.sub .cal #formDayInput {
    width: 60px;
  }
  main.sub .cal span {
    margin: 0 5px;
  }
  main.sub .cal h3 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #52532b;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
  }
  main.sub .cal .cta {
    width: 300px;
    margin: 0 auto;
  }
  main.sub .order .wq--media,
  main.sub .order .wq--prices,
  main.sub .order .wq-for-closewizard,
  main.sub .order .wq--input,
  main.sub .order .wq--spacer {
    display: none !important;
  }
  main.sub .order .wq-Monitor {
    margin-bottom: 100px;
  }
  main.sub .order .wq--base {
    height: auto;
  }
  main.sub .order .wq--entries .wq-for-unitPrice,
  main.sub .order .wq--entries .wq-for-quantity,
  main.sub .order .wq--entries .wq-for-price {
    display: none !important;
  }
  main.sub .order .wq--body {
    display: block;
  }
  main.sub .order .wq-Option {
    display: block;
    width: 100% !important;
  }
  main.sub .order .wq--name {
    display: block;
    width: 100%;
    text-align: left;
  }
  main.sub .order .wq--input:checked + .wq--label {
    opacity: 1;
    background: #f9f3ea;
  }
  main.sub .order .wq--head {
    border: none;
    font-family: "Noto Serif JP", serif;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    color: #52532b;
  }
  main.sub .order .wq--footer {
    margin-right: auto;
    margin-left: 0;
    max-width: 100%;
  }
  main.sub .order .wq--footer .wq-for-name {
    font-size: 23px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10em;
            flex: 1 1 10em;
  }
  main.sub .order .wq--action {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .order .wq-for-value {
    color: #518757 !important;
  }
  main.sub .order .wq-Attributes #wq-attr-name-1 .wq--body {
    position: relative;
  }
  main.sub .order .wq-Attributes #wq-attr-name-1 .wq--body .caution {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: -160px;
    top: -50px;
    font-weight: 700;
  }
  main.sub .order .wq-Selector .price {
    text-align: left;
    line-height: 1.7;
  }
  main.sub .order .wq--lead .wq--leadText {
    margin-bottom: 30px;
    text-align: center;
  }
  main.sub .order .wq-Button {
    background: #518757 !important;
    color: #fff !important;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    margin: 0 auto;
  }
  main.sub .consul {
    font-size: 0.8rem;
  }
  main.sub .consul p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .consul .imgleft,
  main.sub .consul .imgright {
    margin-bottom: 80px;
  }
  main.sub .consul .imgleft img,
  main.sub .consul .imgright img {
    width: 365px;
    border-radius: 20px;
  }
  main.sub .consul .graf dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 20px;
    font-size: 0.9rem;
  }
  main.sub .consul .graf dd {
    border: 1px solid #52532b;
    margin-bottom: 0;
    padding: 20px;
  }
  main.sub .consul .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    padding-top: 20px;
  }
  main.sub .consul .pic_list img {
    border-radius: 10px;
  }
  main.sub .company .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  main.sub .company .imgleft ul li {
    margin-bottom: 10px;
  }
  main.sub .ceremony img,
  main.sub .grave img {
    border-radius: 20px;
  }
  main.sub .ceremony p:not(:last-child),
  main.sub .grave p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .ceremony .pic_list,
  main.sub .grave .pic_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
  }
  main.sub .ceremony .pic_list p,
  main.sub .grave .pic_list p {
    padding-top: 10px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 600;
  }
  main.sub .ceremony .imgleft img,
  main.sub .grave .imgleft img {
    width: 420px;
  }
  main.sub .ceremony .imgleft:not(:last-child),
  main.sub .grave .imgleft:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .ceremony .imgleft > div,
  main.sub .grave .imgleft > div {
    width: 53%;
  }
  main.sub .ceremony iframe,
  main.sub .grave iframe {
    width: 420px;
    display: block;
    border-radius: 20px;
  }
  main.sub .ceremony .graf,
  main.sub .grave .graf {
    margin-bottom: 20px;
  }
  main.sub .recruit img {
    width: 365px;
    border-radius: 20px;
  }
  main.sub .recruit .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  main.sub .recruit .blc li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .blc div {
    width: 580px;
  }
  main.sub .recruit .blc dt {
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
  }
  main.sub .recruit p:not(:last-child),
  main.sub .recruit dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .contact .graf,
  main.sub .contact p {
    margin-bottom: 60px;
  }
  main.sub .contact p {
    font-size: 0.8rem;
  }
  main.sub .contact input[type="text"],
  main.sub .contact textarea {
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    min-height: 50px;
    background: #e9e9e9;
  }
  main.sub .contact .btnarea {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .contact .btn,
  main.sub .contact input[type="submit"],
  main.sub .contact input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 480px;
    margin: 0 auto;
    padding: 20px;
  }
  main.sub .contact .btn:hover,
  main.sub .contact input[type="submit"]:hover,
  main.sub .contact input[type="button"]:hover {
    cursor: pointer;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    padding-top: 40px;
  }
  main.sub .pagination ul span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0 15px;
    color: #cc963e;
    border: 2px solid #cc963e;
    text-align: center;
    padding: 5px;
  }
  main.sub .pagination ul a {
    margin: 0 15px;
    color: #e9e9e9;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #e9e9e9;
    text-align: center;
    padding: 5px;
  }
  main.sub .pagination ul a:hover {
    color: #cc963e;
    border: 2px solid #cc963e;
  }
  main.sub .single .content > p {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #518757;
    font-weight: bold;
    text-decoration: underline;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content > img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
    border-radius: 10px;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    background: #f9f3ea;
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #cc963e;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #cc963e;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content time {
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    display: block;
  }
  main.sub .single .content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .single .content dl dt {
    width: 200px;
    background: #eeda40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  main.sub .single .content dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 200px);
    padding: 5px 10px;
    border: 1px solid #eeda40;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single .content dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content > ul {
    padding: 20px 20px 20px 60px;
    margin: 30px auto;
    background: #f9f3ea;
  }
  main.sub .single .content > ul li {
    list-style: disc;
  }
  main.sub .single .content > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    font-family: "Noto Serif JP", serif;
    margin: 20px 0;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    background: #eeda40;
    border-radius: 100px;
  }
  main.sub .single .content h3 {
    font-family: "Noto Serif JP", serif;
    margin: 20px 0;
    color: #eeda40;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 30px;
    position: relative;
  }
  main.sub .single .content h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background: #eeda40;
    border-radius: 200px;
    top: 0;
    left: 0;
  }
  main.sub .single .content h4 {
    font-family: "Noto Serif JP", serif;
    color: #eeda40;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 20px 0;
    border-bottom: 3px solid #eeda40;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #eeda40;
    border: 1px solid #eeda40;
    padding: 10px;
    text-align: left;
    width: 200px;
    vertical-align: middle;
  }
  main.sub .single .content table td {
    border: 1px solid #eeda40;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
  }
  main.sub #pagenavi .btn {
    width: 150px;
  }
  footer .subnav {
    padding: 60px;
    background: #f9f3ea;
    margin-bottom: 60px;
  }
  footer .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  footer .subnav ul li {
    width: 25%;
  }
  footer .subnav ul .btn {
    display: block;
    text-align: center;
    border-radius: 10px;
  }
  footer .subnav ul svg {
    display: block;
    margin: 0 auto 0px;
  }
  footer .animal .bg,
  footer .trip .bg {
    padding: 30px;
    background: #f9f3ea;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-bottom: 60px;
  }
  footer .animal p:not(:last-child),
  footer .trip p:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .animal p a,
  footer .trip p a {
    color: #3d6641;
  }
  footer .banner {
    width: 1120px;
    margin: 0 auto 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  footer .f_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  footer .f_blc .cta {
    width: 300px;
    padding-top: 20px;
  }
  #cc963e {
    background: #fffab8;
  }
  footer .f_blc ul {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 165px;
  }
  footer .f_blc ul a {
    font-family: "Noto Serif JP", serif;
    font-size: 0.8rem;
    font-weight: 600;
  }
  footer .f_blc ul a:hover {
    color: #3d6641;
  }
  footer small {
    display: block;
    background: #adc4a0;
    text-align: center;
    padding: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #52532b;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #518757;
    color: #fff;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft p:not(:last-child),
  body .imgright p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body .main_title.min {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .sub_title {
    color: #52532b;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 5px;
    border-top: 2px dashed #52532b;
    border-bottom: 2px dashed #52532b;
  }
  body .bb_title {
    color: #52532b;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 1px dashed #52532b;
  }
  body .hrzn_title {
    color: #52532b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .hrzn_title:before {
    border-top: 2px dashed #52532b;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  body .hrzn_title:after {
    border-top: 2px dashed #52532b;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
  }
  body .c_title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #52532b;
  }
  body .bg_title {
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    background: #f9f3ea;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  body .btn {
    background: #518757;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #3d6641;
  }
  body .sub_btn {
    background: #adc4a0;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
    border-bottom: 4px solid #5f7d4e;
  }
  body .mini_btn {
    color: #518757;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #518757;
    border-radius: 100px;
    padding: 10px;
  }
  body .logo a {
    font-family: "Noto Serif JP", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    max-width: 280px;
    margin-bottom: 10px;
  }
  body .logo a img {
    width: 100px;
  }
  body .cta span {
    display: block;
    background: #cc963e;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 0.8rem;
    text-align: center;
  }
  body .cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #518757;
  }
  body .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  body .btnarea li {
    width: 48%;
  }
  body .graf dt {
    background: #f9f3ea;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    border: 1px solid #52532b;
  }
  body .graf dd {
    padding: 10px;
  }
  body .graf dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .news > ul {
    margin-bottom: 20px;
  }
  body .news > ul > li {
    position: relative;
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px dashed #d1d1d1;
  }
  body .news > ul > li:first-child .arrow {
    top: 20%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  body .news > ul > li:first-child .arrow.open {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  body .news > ul > li:first-child .cont {
    display: block;
  }
  body .news > ul > li .title {
    position: relative;
    font-weight: 600;
    padding-right: 20px;
    display: block;
    padding: 20px;
  }
  body .news > ul > li .title a {
    display: block;
  }
  body .news > ul > li .arrow {
    content: "";
    width: 12px;
    height: 12px;
    background: #000;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  body .news > ul > li .arrow.open {
    top: 20%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  body .news > ul > li .cont {
    display: none;
    background: #f9f3ea;
    color: #52532b;
    font-size: 0.8rem;
    padding: 20px;
    border-radius: 10px;
    margin: 0 20px 20px auto;
  }
  body .plan_list p {
    margin-bottom: 20px;
  }
  body .plan_list > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .plan_list > ul > li li {
    border-radius: 100px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 0.8rem;
    color: #52532b;
    font-weight: 600;
    padding: 5px;
    position: relative;
  }
  body .plan_list > ul > li li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .price_list .course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .price_list .course li:nth-child(odd) {
    width: 28%;
    height: 120px;
    border: 2px solid #52532b;
    border-radius: 20px;
    padding: 10px 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .price_list .course li:nth-child(odd) div {
    margin-top: auto;
  }
  body .price_list .course li:nth-child(odd) div img {
    width: 50px;
    margin-bottom: 10px;
  }
  body .price_list .course li:nth-child(odd) div h3 {
    font-family: "Noto Serif JP", serif;
    color: #52532b;
    line-height: 1.4;
  }
  body .price_list .course li:nth-child(odd) div h3 span {
    display: block;
    font-size: 0.6rem;
  }
  body .price_list .course li:nth-child(even) img {
    width: 15px;
  }
  body .price_list p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 0.8rem;
  }
  body .price_list .js-scrollable {
    margin-bottom: 20px;
  }
  body .price_list .js-scrollable table {
    min-width: 450px;
    width: 100%;
    font-size: 0.8rem;
  }
  body .price_list .js-scrollable th {
    text-align: center;
    color: #52532b;
    background: #f9f3ea;
    border: 1px solid #52532b;
    vertical-align: middle;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 10px 5px;
  }
  body .price_list .js-scrollable td {
    text-align: center;
    border: 1px solid #52532b;
    vertical-align: middle;
    padding: 10px 5px;
  }
  body .born p:not(:last-child)  {
    margin-bottom: 20px;
  }
  body .trip_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .trip_area li {
    position: relative;
  }
  body .trip_area li:not(:last-child):after {
    position: absolute;
    content: "・";
    top: 0;
    right: -10px;
  }
  header {
    margin-bottom: 20px;
  }
  header .h_blc {
    padding: 10px 20px;
    font-family: "Noto Serif JP", serif;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background: #518757;
    border: 1px solid #fff;
  }
  header .menu-btn span,
  header .menu-btn span::before,
  header .menu-btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 7px;
  }
  header .menu-btn span::before {
    bottom: 8px;
  }
  header .menu-btn span::after {
    top: 14px;
  }
  header .menu-btn em {
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.8rem;
    display: block;
    width: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: #f9f3ea;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: scroll;
  }
  header .menu-content ul {
    padding: 80px 20px;
  }
  header .menu-content ul li {
    border-bottom: 1px solid #52532b;
  }
  header .menu-content ul a {
    display: block;
    width: 100%;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 10px;
    position: relative;
  }
  header .menu-content ul a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #52532b;
    border-right: solid 2px #52532b;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 18px;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .catch {
    position: relative;
    padding: 0 10px;
  }
  header .catch.top:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100px;
    border-radius: 20px 0px 0px 20px;
    background: #f9f3ea;
    bottom: 170px;
    right: 0;
    z-index: -1;
  }
  header .catch.top .h_cta {
    position: relative;
    bottom: 60px;
    left: 0;
  }
  header .catch.top .h_cta .bg {
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 0;
  }
  header .catch.top .h_cta .bg svg {
    fill: #f9f3ea;
    position: absolute;
    width: 260px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .catch.top .h_cta .bg svg:last-of-type {
    top: 0;
    left: 10px;
  }
  header .catch.top .h_cta .cont {
    position: relative;
    top: 50px;
    left: 35px;
    z-index: 1;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    width: 200px;
    font-size: 0.8rem;
  }
  header .catch.top .h_cta .cont p {
    margin-bottom: 5px;
  }
  header .catch.top .h_cta .cont .cta {
    margin-bottom: 5px;
  }
  header .catch.top .h_cta .cont .cta span {
    background: #cc963e;
    font-size: 0.7rem;
  }
  header .catch.top .h_cta .cont .cta a {
    font-size: 1.6rem;
  }
  header .catch.top .h_cta .cont .btn {
    margin-bottom: 10px;
  }
  header .catch.top > img {
    width: 85%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin-left: auto;
    display: block;
    border-radius: 20px;
  }
  header .catch.sub img {
    width: 100%;
    aspect-ratio: 61 / 20;
    object-fit: cover;
    border-radius: 20px;
  }
  header .catch.sub .page_title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 30%;
  }
  header .catch.sub .page_title.small {
    width: 32%;
    font-size: 0.8rem;
  }
  header .catch.sub .page_title svg {
    position: absolute;
    left: 0;
    fill: #cc963e;
    z-index: -1;
    width: 100%;
    height: auto;
  }
  main.top section {
    position: relative;
    padding: 20px;
  }
  main.top .blc ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.top .blc img {
    border-radius: 10px;
  }
  main.top .blc .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .visit:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100px;
    border-radius: 20px 0px 0px 20px;
    background: #f9f3ea;
    bottom: 40px;
    right: 0;
    z-index: -1;
  }
  main.top .die img {
    border-radius: 10px;
  }
  main.top .plan_list > ul > li {
    border: 1px solid #52532b;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  main.top .plan_list > ul > li h3 {
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  main.top .plan_list > ul > li strong {
    display: block;
    color: #518757;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  }
  main.top .plan_list > ul > li p {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  main.top .plan_list > ul > li li {
    background: #f9f3ea;
  }
  main.top .plan_list > ul > li li:not(:last-child):before {
    position: absolute;
    content: "";
    width: 3px;
    height: 15px;
    background: #52532b;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
  }
  main.top .plan_list > ul > li li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 8px solid transparent;
    border-top: 10px solid #52532b;
  }
  main.top .plan_list > ul > li li.emp:before, main.top .plan_list > ul > li li.emp:after {
    display: none;
  }
  main.top .plan_list > ul > li li.emp + li {
    background: none;
  }
  main.top .plan_list > ul > li li.emp + li:before {
    height: 45px;
  }
  main.top .hall:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100px;
    border-radius: 0 20px 20px 0;
    background: #f9f3ea;
    top: 180px;
    left: 0;
    z-index: -1;
  }
  main.top .hall .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  main.top .hall .blc .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main.top .hall .blc ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main.top .ceremony img {
    border-radius: 10px;
  }
  main.top .ceremony:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100px;
    border-radius: 20px 0px 0px 20px;
    background: #f9f3ea;
    bottom: 100px;
    right: 0;
    z-index: -1;
  }
  main.top .grave img {
    border-radius: 10px;
  }
  main.top .grave:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100px;
    border-radius: 0 20px 20px 0;
    background: #f9f3ea;
    bottom: 180px;
    left: 0;
    z-index: -1;
  }
  main.top .memory:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100px;
    border-radius: 20px 0px 0px 20px;
    background: #f9f3ea;
    top: 200px;
    right: 0;
    z-index: -1;
  }
  main.top .memory .pic img {
    display: block;
    margin: 0 auto;
  }
  main.top .memory .pic a {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  main.sub section {
    padding: 40px 20px;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy dd ul {
    background: #f9f3ea;
    padding: 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  main.sub .privacy dd ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .qa > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(160px, 2fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(160px, 2fr));
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .qa > ul .sub_btn {
    border-bottom: none;
  }
  main.sub .qa .qa_list {
    margin-bottom: 20px;
  }
  main.sub .qa .qa_list li {
    padding-bottom: 20px;
  }
  main.sub .qa .qa_list li:not(:last-of-type) {
    border-bottom: 1px solid #52532b;
    margin-bottom: 20px;
  }
  main.sub .qa .qa_list a {
    color: #518757;
    border-bottom: 1px solid #518757;
  }
  main.sub .qa .qa_list h3 {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
  }
  main.sub .qa .qa_list p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .guide .imgleft img,
  main.sub .guide .imgright img {
    border-radius: 20px;
  }
  main.sub .guide .imgleft p,
  main.sub .guide .imgright p {
    font-size: 0.8rem;
  }
  main.sub .guide .flow ul {
    padding-top: 20px;
  }
  main.sub .guide .flow li {
    position: relative;
    border: 3px solid #adc4a0;
    border-radius: 10px;
    padding: 30px 20px 20px;
  }
  main.sub .guide .flow li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .guide .flow li > span {
    position: absolute;
    top: -15px;
    left: 10px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    background: #adc4a0;
    color: #52532b;
    border-radius: 100px;
    width: 100px;
    font-weight: bold;
  }
  main.sub .guide .flow li p {
    font-size: 0.8rem;
  }
  main.sub .guide .flow li .btn,
  main.sub .guide .flow li .cta {
    margin-top: 20px;
  }
  main.sub .guide .service .btn {
    margin: 20px auto 0;
  }
  main.sub .guide .peace > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  main.sub .guide .peace > ul li {
    font-size: 0.8rem;
  }
  main.sub .guide .peace > ul li span {
    font-size: 1rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    background: #adc4a0;
    color: #52532b;
    border-radius: 100px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  main.sub .guide .car ul,
  main.sub .guide .report ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .guide .car ul img,
  main.sub .guide .report ul img {
    border-radius: 10px;
  }
  main.sub .guide .report img {
    border: 1px solid #52532b;
  }
  main.sub .guide .way > p,
  main.sub .guide .after > p {
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
  main.sub .guide .way li:not(:last-child),
  main.sub .guide .after li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .plan .plan_list li ul {
    margin-bottom: 20px;
  }
  main.sub .plan .plan_list li ul li {
    background: #adc4a0;
    padding: 15px;
  }
  main.sub .plan .plan_list li ul li:not(:last-child):before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 15px;
    background: #52532b;
  }
  main.sub .plan .plan_list li ul li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: -16px;
    right: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid #52532b;
    border-right: 3px solid #52532b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main.sub .plan .plan_list li ul li.emp:before, main.sub .plan .plan_list li ul li.emp:after {
    display: none;
  }
  main.sub .plan .plan_list li ul li.emp + li {
    background: none;
  }
  main.sub .plan .plan_list li ul li.emp + li:before {
    height: 65px;
  }
  main.sub .plan .payment dd:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .plan .payment img {
    margin: 10px 0 0;
  }
  main.sub .plan .free p {
    font-size: 0.9rem;
  }
  main.sub .plan .free p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .area .js-scrollable:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .area .js-scrollable table {
    width: 100%;
  }
  main.sub .area .js-scrollable th {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    background: #f9f3ea;
    padding: 10px;
    font-size: 0.9rem;
    border: 1px solid #52532b;
    vertical-align: middle;
    color: #52532b;
  }
  main.sub .area .js-scrollable td {
    border: 1px solid #52532b;
    padding: 10px;
    vertical-align: middle;
    font-size: 0.8rem;
  }
  main.sub .area .js-scrollable td a {
    text-decoration: underline;
  }
  main.sub .area .js-scrollable .column-1 {
    width: 26%;
    text-align: center;
  }
  main.sub .area .js-scrollable .column-2 {
    width: 74%;
  }
  main.sub .item .blc {
    margin-bottom: 20px;
  }
  main.sub .item .blc img {
    margin: 0 auto 10px;
    display: block;
  }
  main.sub .item p {
    font-size: 0.8rem;
  }
  main.sub .item p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .item p span {
    color: #ff0000;
    font-weight: bold;
  }
  main.sub .item .itemlist {
    margin: 20px 0;
  }
  main.sub .item .itemlist li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main.sub .item .itemlist li img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  main.sub .item .itemlist li h3 {
    font-family: "Noto Serif JP", serif;
    color: #52532b;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  main.sub .item .itemlist li p {
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  main.sub .item .itemlist dl {
    border: 1px solid #52532b;
    background: #f9f3ea;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8rem;
  }
  main.sub .item .itemlist dl .title {
    background: #f9f3ea;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  main.sub .item .itemlist dl dt {
    padding: 10px;
    width: 70%;
    font-weight: normal;
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    border-right: 1px solid #52532b;
    border-bottom: 1px solid #52532b;
    font-weight: 600;
  }
  main.sub .item .itemlist dl dt:last-of-type {
    border-bottom: none;
  }
  main.sub .item .itemlist dl dd {
    padding: 10px 5px;
    background: #fff;
    width: 30%;
    font-weight: bold;
    border-bottom: 1px solid #52532b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
  }
  main.sub .item .itemlist dl dd:last-of-type {
    border-bottom: none;
  }
  main.sub .cal p {
    font-size: 0.8rem;
  }
  main.sub .cal p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .cal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .cal .InputBotton {
    border: 1px solid #cc963e;
    width: 180px;
    margin: 0 10px;
    display: block;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 100px;
    border: 0;
    background: #518757;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  main.sub .cal table {
    width: 100%;
  }
  main.sub .cal th {
    padding: 5px;
    border: 2px solid #cc963e;
    text-align: center;
    background: #f9f3ea;
    font-family: "Noto Serif JP", serif;
  }
  main.sub .cal th input {
    width: 100%;
    background: #e9e9e9;
    border: 1px solid #cc963e;
    height: 40px;
    text-align: center;
  }
  main.sub .cal .obousanbin_memorial_calculation_title {
    background: #cc963e;
    font-weight: 600;
    padding: 5px;
  }
  main.sub .cal .obousanbin_memorial_calculation_title:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
  main.sub .cal td {
    padding: 5px;
    border: 2px solid #cc963e;
    background: #f9f3ea;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
  }
  main.sub .cal .notd {
    font-family: "Noto Serif JP", serif;
  }
  main.sub .cal select {
    width: 130px;
    background: #fff;
    border: 2px solid #cc963e;
    font-family: "Noto Serif JP", serif;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    padding: 5px;
    margin-right: 10px;
  }
  main.sub .cal #formYearInput,
  main.sub .cal #formMonthInput,
  main.sub .cal #formDayInput {
    background: #fff;
    border: 2px solid #cc963e;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 5px;
  }
  main.sub .cal #formYearInput {
    width: 90px;
  }
  main.sub .cal #formMonthInput,
  main.sub .cal #formDayInput {
    width: 60px;
  }
  main.sub .cal span {
    font-weight: bold;
    margin: 0 5px;
  }
  main.sub .cal h3 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #52532b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  main.sub .cal .cta {
    width: 300px;
    margin: 0 auto;
  }
  main.sub .order .wq--media,
  main.sub .order .wq--prices,
  main.sub .order .wq-for-closewizard,
  main.sub .order .wq--input,
  main.sub .order .wq--spacer {
    display: none !important;
  }
  main.sub .order .wq--entries .wq-for-unitPrice,
  main.sub .order .wq--entries .wq-for-quantity,
  main.sub .order .wq--entries .wq-for-price {
    display: none !important;
  }
  main.sub .order .wq--base {
    height: auto;
  }
  main.sub .order .wq--body {
    display: block;
  }
  main.sub .order .wq-Option {
    display: block;
    width: 100% !important;
  }
  main.sub .order .wq--name {
    display: block;
    width: 100%;
    text-align: left;
  }
  main.sub .order .wq--input:checked + .wq--label {
    opacity: 1;
    background: #f9f3ea;
  }
  main.sub .order .wq--head {
    border: none;
    background: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #52532b;
  }
  main.sub .order .wq--footer {
    margin: 0 auto 100px 0;
    max-width: 100%;
  }
  main.sub .order .wq-is-confirming .wq--footer {
    margin: 0 auto 0 0;
  }
  main.sub .order .wq-Selector .price {
    text-align: left;
    line-height: 1.7;
  }
  main.sub .order .wq-for-value {
    color: #518757 !important;
  }
  main.sub .order .wq-Attributes #wq-attr-name-1 .wq--body {
    position: relative;
  }
  main.sub .order .wq-Attributes #wq-attr-name-1 .wq--body .caution {
    font-size: 16px;
    color: #000;
    position: absolute;
    top: -130px;
    font-weight: 700;
  }
  main.sub .order .wq--lead .wq--leadText {
    margin-bottom: 10px;
    text-align: center;
  }
  main.sub .order .wq-Button {
    background: #518757 !important;
    color: #fff !important;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    margin: 0 auto;
  }
  main.sub .consul {
    font-size: 0.9rem;
  }
  main.sub .consul p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .consul .imgleft,
  main.sub .consul .imgright {
    margin-bottom: 40px;
  }
  main.sub .consul .imgleft img,
  main.sub .consul .imgright img {
    border-radius: 20px;
  }
  main.sub .consul .graf {
    border-bottom: 1px solid #52532b;
  }
  main.sub .consul .graf dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    font-size: 1rem;
  }
  main.sub .consul .graf dd {
    border-right: 1px solid #52532b;
    border-left: 1px solid #52532b;
    margin-bottom: 0;
  }
  main.sub .consul .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  main.sub .consul .pic_list li {
    width: 48%;
  }
  main.sub .consul .pic_list img {
    width: 100%;
    border-radius: 10px;
  }
    main.sub .company .imgleft {
    margin-bottom: 20px;
    border-bottom:dotted 2px #52532b;
  }
  main.sub .company .imgleft ul li {
    margin-bottom: 10px;
  }
  main.sub .ceremony img,
  main.sub .grave img {
    border-radius: 20px;
  }
  main.sub .ceremony p:not(:last-child),
  main.sub .grave p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .ceremony .pic_list,
  main.sub .grave .pic_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .ceremony .pic_list p,
  main.sub .grave .pic_list p {
    padding-top: 5px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  main.sub .ceremony .imgleft:not(:last-child),
  main.sub .grave .imgleft:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .ceremony iframe,
  main.sub .grave iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
    border-radius: 20px;
  }
  main.sub .ceremony .graf,
  main.sub .grave .graf {
    margin-bottom: 20px;
  }
  main.sub .recruit img {
    border-radius: 20px;
  }
  main.sub .recruit .blc {
    margin-bottom: 40px;
  }
  main.sub .recruit .blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  main.sub .recruit .blc ul li {
    width: 48%;
  }
  main.sub .recruit .blc dt {
    color: #52532b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  main.sub .recruit p:not(:last-child),
  main.sub .recruit dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .imgleft dt {
    font-size: 1.2rem;
  }
  main.sub .contact .graf,
  main.sub .contact p {
    margin-bottom: 20px;
  }
  main.sub .contact p {
    font-size: 0.8rem;
  }
  main.sub .contact input[type="text"],
  main.sub .contact textarea {
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    min-height: 50px;
    background: #e9e9e9;
  }
  main.sub .contact .btnarea {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .contact .btn,
  main.sub .contact input[type="submit"],
  main.sub .contact input[type="button"] {
    width: 100%;
    padding: 15px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    padding-top: 20px;
  }
  main.sub .pagination ul span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: 0 5px;
    color: #cc963e;
    border: 2px solid #cc963e;
    text-align: center;
    padding: 5px;
  }
  main.sub .pagination ul a {
    margin: 0 5px;
    color: #e9e9e9;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #e9e9e9;
    text-align: center;
    padding: 5px;
  }
  main.sub .single .content > p {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #518757;
    font-weight: bold;
    text-decoration: underline;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content > img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
    border-radius: 10px;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    background: #f9f3ea;
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #cc963e;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #cc963e;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content time {
    font-family: "Noto Serif JP", serif;
    margin-bottom: 10px;
    display: block;
  }
  main.sub .single .content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .single .content dl dt {
    width: 100px;
    background: #eeda40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  main.sub .single .content dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 100px);
    padding: 5px 10px;
    border: 1px solid #eeda40;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .single .content dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .single .content > ul {
    padding: 20px 20px 20px 40px;
    margin: 30px auto;
    background: #f9f3ea;
  }
  main.sub .single .content > ul li {
    list-style: disc;
  }
  main.sub .single .content > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    font-family: "Noto Serif JP", serif;
    margin: 20px 0;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    background: #eeda40;
    border-radius: 100px;
  }
  main.sub .single .content h3 {
    font-family: "Noto Serif JP", serif;
    margin: 20px 0;
    color: #eeda40;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
  }
  main.sub .single .content h3:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #eeda40;
    border-radius: 200px;
    top: 0;
    left: 0;
  }
  main.sub .single .content h4 {
    font-family: "Noto Serif JP", serif;
    color: #eeda40;
    font-weight: 600;
    margin: 20px 0;
    border-bottom: 3px solid #eeda40;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #eeda40;
    border: 1px solid #eeda40;
    padding: 10px;
    text-align: left;
    width: 100px;
    vertical-align: middle;
  }
  main.sub .single .content table td {
    border: 1px solid #eeda40;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  main.sub #pagenavi .btn {
    width: 100px;
  }
  footer .subnav {
    padding: 20px;
    background: #f9f3ea;
    margin: 20px 0;
  }
  footer .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  footer .subnav ul li {
    width: 48%;
  }
  footer .subnav ul .btn {
    display: block;
    text-align: center;
    border-radius: 10px;
  }
  footer .subnav ul svg {
    display: block;
    margin: 0 auto;
  }
  footer .bg {
    padding: 20px;
    background: #f9f3ea;
    border-radius: 10px;
    font-size: 0.8rem;
  }
  footer .animal,
  footer .trip {
    padding: 20px;
  }
  footer .animal p:not(:last-child),
  footer .trip p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .animal p a,
  footer .trip p a {
    color: #3d6641;
  }
  footer .banner {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(160px, 2fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(160px, 2fr));
    gap: 10px;
  }
  footer .f_blc .f_left {
    padding: 20px;
    text-align: #f9f3ea;
  }
  footer .f_blc .f_left .logo a {
    margin: 0 auto 20px;
  }
  footer .f_blc .f_left .cta span {
    background: #cc963e;
  }
  footer .f_blc li a {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 10px;
    border-top: 1px solid #52532b;
  }
  footer small {
    display: block;
    background: #adc4a0;
    text-align: center;
    padding: 10px 10px 50px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #52532b;
    font-size: 0.6rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #518757;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pconly {
    display: none;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */