@charset "UTF-8";
/* 共通 */
.nolink {
  opacity: 0.5;
  pointer-events: none;
}
.nolink a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .p-common-parts__shop--matter {
    gap: min(2.6666666667vw, 20px);
  }
}

/* トップページ */
.p-top-mv {
  position: relative;
}
.p-top-mv picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-mv picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.p-top-mv h1 {
  position: absolute;
  top: 5vw;
  right: 7.3vw;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-weight: 400;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-mv h1 {
    top: 10vw;
    right: 5.3vw;
  }
}
.p-top-mv h1 span {
  display: inline-block;
  background: #fff;
  padding: 10px 4px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-mv h1 span {
    padding: 10px 7px;
    margin-left: 2px;
  }
}
.p-top-mv h1 span:nth-of-type(1) {
  border-radius: 0 5px 5px 0;
}
.p-top-mv h1 span:nth-of-type(2) {
  border-radius: 0 0 5px 5px;
}
.p-top-mv h1 span:nth-of-type(4) {
  border-radius: 5px 0 5px 5px;
}

.p-top-ttl {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p-top-ttl {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.p-top-ttl h2 {
  font-size: clamp(2.125rem, 1.9rem + 0.3vw, 2.5rem);
  line-height: 1.45em;
  font-weight: 700;
  color: #2B432A;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-ttl h2 {
    line-height: 1.17em;
  }
}
.p-top-ttl h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4em;
}

.p-top-heading {
  padding-top: 76px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-heading {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-heading .p-common-parts__service--image img {
    width: 100%;
  }
}

.p-top-heading__inner, .p-top-greetings__inner, .p-top-about__inner, .p-top-inner, .ourservice-menu, .about-us-menu {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
}

.p-top-heading__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-heading__wrap {
    display: block;
    padding-bottom: 60px;
  }
}
.p-top-heading__wrap .txt {
  width: min(62%, 680px);
}
@media screen and (max-width: 768px) {
  .p-top-heading__wrap .txt {
    width: 100%;
  }
}
.p-top-heading__wrap .txt h3 {
  font-size: clamp(1.625rem, 1.5rem + 0.45vw, 1.875rem);
  font-weight: 500;
  line-height: 1.33em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-heading__wrap .txt h3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-heading__wrap .txt h3 br {
    display: none;
  }
}
.p-top-heading__wrap .txt p {
  font-size: 18px;
  line-height: 2.1em;
}

.p-top-news {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.p-top-news__wrapper {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper {
    display: block;
  }
}
.p-top-news__wrapper .txt {
  width: min(62%, 680px);
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper .txt {
    width: 100%;
  }
}
.p-top-news__wrapper ul {
  border-top: #ccc 1px solid;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper ul {
    padding-bottom: 40px;
  }
}
.p-top-news__wrapper ul li {
  border-bottom: #ccc 1px solid;
  font-size: 16px;
}
.p-top-news__wrapper ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 76px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper ul li a {
    padding: 21px 56px 26px 0;
  }
}
.p-top-news__wrapper ul li a .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 26px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  margin-left: 20px;
}
.p-top-news__wrapper ul li a .cat.news {
  background: #F03746;
}
.p-top-news__wrapper ul li a .cat.column {
  background: #E39500;
}
.p-top-news__wrapper ul li a .cat.time {
  background: #4996D8;
}
.p-top-news__wrapper ul li a .cat.wills-inheritance {
  background: #FF7A21;
}
.p-top-news__wrapper ul li a .cat.buddhis-altars-accessories {
  background: #825161;
}
.p-top-news__wrapper ul li a .cat.graves-cemeteries {
  background: #A74B83;
}
.p-top-news__wrapper ul li a .txt {
  display: block;
  width: 100%;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5em;
  margin-top: 14px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper ul li a .txt {
    line-height: 1.66em;
  }
}
.p-top-news__wrapper ul li a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: #4A9146 1px solid;
  background: url("../images/sanai/top/arrow-gr.svg") center center no-repeat;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.3s;
}
.p-top-news__wrapper ul li a:hover .txt {
  color: #4A9146;
  text-decoration: underline;
}
.p-top-news__wrapper ul li a:hover::after {
  background: url("../images/sanai/top/arrow-wh.svg") center center no-repeat, #4A9146;
  background-size: 14px auto;
}

.p-top-btn, .p-top-about ul li a, .p-top-book ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 380px);
  height: 78px;
  background: #4A9146;
  border: #4A9146 3px solid;
  position: relative;
  color: #fff;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: 700;
  margin: auto;
  border-radius: 100px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}
.p-top-btn::after, .p-top-about ul li a::after, .p-top-book ul li a::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url("../images/sanai/top/arrow-wh.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(10%, 40px);
}
@media screen and (max-width: 768px) {
  .p-top-btn::after, .p-top-about ul li a::after, .p-top-book ul li a::after {
    right: min(6%, 12px);
  }
}
.p-top-btn:hover, .p-top-about ul li a:hover, .p-top-book ul li a:hover {
  background: #fff;
  color: #4A9146;
}
.p-top-btn:hover::after, .p-top-about ul li a:hover::after, .p-top-book ul li a:hover::after {
  background: url("../images/sanai/top/arrow-gr.svg") center center no-repeat;
  background-size: 100% auto;
}
.p-top-btn.blank::after, .p-top-about ul li a.blank::after, .p-top-book ul li a.blank::after {
  width: 22px;
  background: url("../images/sanai/top/blank-wh.svg") center center no-repeat;
  background-size: 100% auto;
}
.p-top-btn.blank:hover::after, .p-top-about ul li a.blank:hover::after, .p-top-book ul li a.blank:hover::after {
  background: url("../images/sanai/top/blank-gr.svg") center center no-repeat;
  background-size: 100% auto;
}
.p-top-btn.back::after, .p-top-about ul li a.back::after, .p-top-book ul li a.back::after {
  right: auto;
  left: min(10%, 40px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-top-btn.back::after, .p-top-about ul li a.back::after, .p-top-book ul li a.back::after {
    left: min(6%, 12px);
  }
}

.p-common-parts__bnr h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  font-weight: 700;
  line-height: 1.6em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-common-parts__bnr h2 {
    padding-bottom: 40px;
  }
}
.p-common-parts__bnr.top {
  background: #4A9146;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-common-parts__bnr.top {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.p-top-greetings {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-greetings {
    padding-top: 60px;
    padding-bottom: 67px;
  }
}
.p-top-greetings .p-top-ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-greetings .p-top-ttl {
    margin-bottom: 10px;
  }
}
.p-top-greetings .p-top-ttl h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-greetings .p-top-ttl h2 br {
    display: block;
  }
}
.p-top-greetings .flb {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-greetings .flb {
    display: block;
    padding-bottom: 60px;
  }
}
.p-top-greetings .flb .txt {
  width: 56.3%;
}
@media screen and (max-width: 768px) {
  .p-top-greetings .flb .txt {
    width: 100%;
  }
}
.p-top-greetings .flb .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1em;
}
.p-top-greetings .flb .txt dl {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-greetings .flb .txt dl {
    padding-top: 40px;
  }
}
.p-top-greetings .flb .txt dl dt, .p-top-greetings .flb .txt dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-top-greetings .flb .txt dl dt {
  font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
}
.p-top-greetings .flb .txt dl dd {
  font-size: clamp(1.875rem, 1.784rem + 0.45vw, 2.125rem);
  line-height: 1.35em;
}
.p-top-greetings .flb figure {
  display: block;
  width: 36.3%;
}
@media screen and (max-width: 768px) {
  .p-top-greetings .flb figure {
    width: 100%;
    margin-bottom: 60px;
  }
}
.p-top-greetings .flb figure img {
  display: block;
}

.p-top-book {
  background: #F5F4EA;
  padding: 40px 4% 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-book {
    padding: 30px 20px 40px;
    display: block;
  }
}
.p-top-book h3 {
  font-size: clamp(1.625rem, 1.534rem + 0.45vw, 1.875rem);
  font-weight: 500;
  line-height: 1.33em;
  display: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-book h3 {
    display: block;
    text-align: center;
    line-height: 1.38em;
    margin-bottom: 22px;
  }
}
.p-top-book h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-book h3 br {
    display: block;
  }
}
.p-top-book .dtl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-book .dtl {
    display: block;
  }
}
.p-top-book .dtl figure {
  display: block;
  width: 21.3%;
}
@media screen and (max-width: 768px) {
  .p-top-book .dtl figure {
    width: 61%;
    margin: 0 auto 30px;
  }
}
.p-top-book .dtl .txt {
  width: 73.2%;
}
@media screen and (max-width: 768px) {
  .p-top-book .dtl .txt {
    width: 100%;
  }
}
.p-top-book .dtl .txt h3 {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-book .dtl .txt h3 {
    display: none;
  }
}
.p-top-book .dtl .txt p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-top-book ul {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-book ul {
    display: block;
  }
}
.p-top-book ul li {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  .p-top-book ul li {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-book ul li:last-child {
    padding-bottom: 0;
  }
}
.p-top-about {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.p-top-about .p-top-about__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-about .p-top-about__inner {
    width: 100%;
    display: block;
  }
}
.p-top-about picture {
  display: block;
  width: 46.3%;
}
@media screen and (max-width: 768px) {
  .p-top-about picture {
    width: 100%;
    margin-bottom: 36px;
  }
}
.p-top-about picture img {
  display: block;
}
.p-top-about .txt {
  width: 46.3%;
}
@media screen and (max-width: 768px) {
  .p-top-about .txt {
    width: min(91.6666666667vw, 1100px);
    margin: auto;
  }
}
.p-top-about .txt .p-top-ttl {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-about .txt .p-top-ttl {
    padding-bottom: 20px;
  }
}
.p-top-about .txt h3 {
  font-size: clamp(1.375rem, 1rem + 0.91vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-about .txt h3 {
    text-align: center;
  }
}
.p-top-about .txt p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-top-about ul {
  width: min(100%, 380px);
  margin: 40px auto 0;
}
.p-top-about ul li {
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-about ul li {
    padding-bottom: 20px;
  }
}
.p-top-about ul li:last-child {
  padding-bottom: 0;
}
.p-top-access {
  /*padding-top: 80px;*/
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-access {
    /*padding-top: 60px;*/
    padding-bottom: 80px;
  }
}
.p-top-access .p-common-parts__shop--read {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-access .p-common-parts__shop--read {
    text-align: left;
  }
}
.p-top-access h3 {
  text-align: center;
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
  font-weight: 500;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-access h3 {
    text-align: left;
  }
}

.access-map {
  padding-bottom: 60px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .access-map {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.access-map.noline {
  border-bottom: 0;
  margin-bottom: 0;
}
.access-map h4, .access-map h3 {
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: 500;
  color: #2B432A;
  padding-bottom: 20px;
}
.access-map h4::before, .access-map h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #57AC54;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .access-map h4::before, .access-map h3::before {
    margin-right: 16px;
  }
}
.access-map figure {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .access-map figure {
    margin-bottom: 20px;
  }
}
.access-map figure img {
  display: block;
}

.access-map-img {
  display: block;
}
.access-map-img img {
  display: block;
}

.access-map__google {
  display: block;
  aspect-ratio: 550/311;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .access-map__google {
    aspect-ratio: 5/7;
    margin-bottom: 20px;
  }
}
.access-map__google iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.oficial-line {
  border: #00B34E 5px solid;
  border-radius: 10px;
  background: #fff;
  padding: 35px 0 35px 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .oficial-line {
    padding: 20px;
    display: block;
    margin-top: 20px;
  }
}
.oficial-line .txt {
  width: 29.5%;
}
@media screen and (max-width: 960px) {
  .oficial-line .txt {
    width: 100%;
  }
}
.oficial-line .txt h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .oficial-line .txt h3 {
    width: min(100%, 295px);
    margin: 0 auto 20px;
  }
}
.oficial-line .txt h3 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 auto 15px;
  border: #00B34E 2px solid;
  background: #fff;
  padding: 8px 20px;
  border-radius: 100px;
}
.oficial-line .txt h3 span::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 2;
}
.oficial-line .txt h3 span::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #00B34E;
  z-index: 1;
}
.oficial-line .txt h3 img {
  display: block;
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  .oficial-line .txt h3 img {
    width: 16.9%;
  }
}
.oficial-line .txt h3 b {
  display: block;
  font-size: clamp(1.875rem, 1.739rem + 0.1vw, 2.25rem);
  font-weight: 900;
  line-height: 1.3em;
  color: #00B34E;
}
.oficial-line .txt h3 b strong {
  font-size: clamp(2.25rem, 2.159rem + 0.45vw, 2.5rem);
  font-weight: 900;
}
.oficial-line ul {
  width: 65.7%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .oficial-line ul {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .oficial-line ul {
    width: 100%;
    display: block;
  }
}
.oficial-line ul li {
  width: 33.3333333333%;
  padding: 0 30px;
  border-left: #ccc 1px solid;
  text-align: center;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: 700;
  line-height: 1.33em;
}
@media screen and (max-width: 960px) {
  .oficial-line ul li:first-child {
    border-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .oficial-line ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border: 0;
  }
  .oficial-line ul li:last-child {
    margin-bottom: 0;
  }
}
.oficial-line ul li figure {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .oficial-line ul li figure {
    display: none;
  }
}
.oficial-line ul li figure img {
  display: block;
}
.oficial-line ul li b {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .oficial-line ul li b {
    display: none;
  }
}
.oficial-line .p-top-btn, .oficial-line .p-top-book ul li a, .p-top-book ul li .oficial-line a, .oficial-line .p-top-about ul li a, .p-top-about ul li .oficial-line a {
  height: 70px;
  background: #00B34E;
  border: #00B34E 3px solid;
  margin-top: 15.5px;
}
@media screen and (max-width: 768px) {
  .oficial-line .p-top-btn, .oficial-line .p-top-book ul li a, .p-top-book ul li .oficial-line a, .oficial-line .p-top-about ul li a, .p-top-about ul li .oficial-line a {
    display: none;
  }
}
.oficial-line .p-top-btn::after, .oficial-line .p-top-book ul li a::after, .p-top-book ul li .oficial-line a::after, .oficial-line .p-top-about ul li a::after, .p-top-about ul li .oficial-line a::after {
  content: none;
}
.oficial-line .p-top-btn:hover, .oficial-line .p-top-book ul li a:hover, .p-top-book ul li .oficial-line a:hover, .oficial-line .p-top-about ul li a:hover, .p-top-about ul li .oficial-line a:hover {
  background: #fff;
  color: #00B34E;
}
.oficial-line .line-spbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .oficial-line .line-spbtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #00B34E;
    border-radius: 4px;
    width: 100%;
    height: 70px;
    padding: 10px;
    text-align: left;
    color: #fff;
  }
}
.oficial-line .line-spbtn::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/common/icon_line.jpg") center center no-repeat;
  background-size: 100% auto;
  margin-right: 13px;
}
.oficial-line .line-spbtn::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background: url("../images/sanai/top/arrow-wh.svg") center center no-repeat;
  background-size: 100% auto;
  margin-left: auto;
}

.about-us-menu {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .about-us-menu {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.about-us-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about-us-menu ul {
    display: block;
  }
}
.about-us-menu ul::after {
  content: "";
  display: block;
  width: 32%;
}
.about-us-menu ul li {
  display: block;
  width: 32%;
  background: #F5F4EA;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about-us-menu ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-us-menu ul li figure {
  display: block;
}
.about-us-menu ul li figure .image {
  overflow: hidden;
}
.about-us-menu ul li figure .image img {
  display: block;
  transition: 0.3s;
}
.about-us-menu ul li figure figcaption {
  display: flex;
  justify-content: space-between;
  padding: 23px 20px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-us-menu ul li figure figcaption {
    padding: 15px 20px;
  }
}
.about-us-menu ul li figure figcaption::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url("../images/sanai/top/arrow-gr.svg") center center no-repeat;
  background-size: 14px auto;
}
.about-us-menu ul li a:hover {
  opacity: 0.7;
}
.about-us-menu ul li a:hover figure .image img {
  transform: scale(1.05);
}

.ourservice-menu {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ourservice-menu {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.p-common-parts__shop--number.mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-common-parts__shop--number.mb {
    margin-bottom: 60px;
  }
}

.p-staff .p-sub-mv {
  background: url("../images/sanai/staff/mv.webp") center center/cover no-repeat;
  height: min(30vw, 360px);
}
@media screen and (max-width: 768px) {
  .p-staff .p-sub-mv {
    background: url("../images/sanai/staff/mv-sp.webp") center center/cover no-repeat;
    height: min(79.4666666667vw, 596px);
    padding: 0 min(6.6666666667vw, 50px);
  }
}

.p-staff-ttl {
  font-size: clamp(2.125rem, 1.989rem + 0.68vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #2B432A;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-ttl {
    padding-bottom: 30px;
  }
}

.p-staff-inner, .book-intro, .p-staff-prof, .p-staff-greeting {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
}

.p-staff-greeting {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-staff-greeting {
    padding-bottom: 60px;
  }
}
.p-staff-greeting .flb {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-staff-greeting .flb {
    display: block;
  }
}
.p-staff-greeting .flb figure {
  display: block;
  width: 36.36%;
}
@media screen and (max-width: 768px) {
  .p-staff-greeting .flb figure {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-staff-greeting .flb figure img {
  display: block;
}
.p-staff-greeting .flb .txt {
  width: 56.36%;
}
@media screen and (max-width: 768px) {
  .p-staff-greeting .flb .txt {
    width: 100%;
  }
}
.p-staff-greeting .flb .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.22em;
}
.p-staff-greeting .flb .txt p.pb {
  padding-bottom: 2.2em;
}
.p-staff-greeting .flb .txt dl {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-staff-greeting .flb .txt dl {
    padding-top: 60px;
  }
}
.p-staff-greeting .flb .txt dl dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35em;
}
.p-staff-greeting .flb .txt dl dd {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.35em;
}

.p-staff-prof {
  background: #F5F4EA;
  padding: 40px 40px 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff-prof {
    padding: 30px 20px 60px;
    margin-bottom: 60px;
  }
}
.p-staff-prof h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.p-staff-prof h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 34px;
  background: #4A9146;
  border-radius: 3px;
  margin-right: 10px;
}
.p-staff-prof .name {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 400;
  padding-bottom: 30px;
}
.p-staff-prof .line {
  border-bottom: #ccc 1px solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.p-staff-prof p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-staff-prof p {
    line-height: 2.22em;
  }
}
.p-staff-prof .qualification {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .qualification {
    display: block;
  }
}
.p-staff-prof .qualification .txt {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .qualification .txt {
    width: 100%;
    padding-bottom: 40px;
  }
}
.p-staff-prof .qualification .txt ul li {
  list-style: none;
  font-size: 18px;
  line-height: 2.1em;
  text-indent: -18px;
  padding-left: 18px;
}
.p-staff-prof .qualification .txt ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57AC54;
  margin-right: 10px;
}
.p-staff-prof .qualification .certificate {
  width: 52.5%;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .qualification .certificate {
    width: 100%;
  }
}
.p-staff-prof .qualification .certificate li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .qualification .certificate li {
    margin-bottom: 6.7px;
  }
}
.p-staff-prof .qualification .certificate li:last-child {
  margin-bottom: 0;
}
.p-staff-prof .qualification .certificate li img {
  display: block;
}
.p-staff-prof .hoby {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .hoby {
    display: block;
  }
}
.p-staff-prof .hoby .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .hoby .txt {
    width: 100%;
    padding-bottom: 30px;
  }
}
.p-staff-prof .hoby figure {
  display: block;
  width: 39.2%;
}
@media screen and (max-width: 768px) {
  .p-staff-prof .hoby figure {
    width: 100%;
  }
}

.book-intro {
  background: #F5F4EA;
  padding: 40px 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .book-intro {
    display: block;
    background: none;
    padding: 0;
    margin-bottom: 80px;
  }
}
.book-intro figure {
  display: block;
  width: 26.2%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .book-intro figure {
    width: 77.6%;
    margin: auto;
  }
}
.book-intro figure img {
  display: block;
}
.book-intro .txt {
  width: 67%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .book-intro .txt {
    width: 100%;
    background: #F5F4EA;
    padding: 90px 20px 60px;
    margin-top: -60px;
  }
}
.book-intro .txt ul {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .book-intro .txt ul {
    padding-top: 40px;
  }
}
.book-intro .txt ul li {
  list-style: none;
  font-size: 18px;
  line-height: 2.1em;
  text-indent: -18px;
  padding-left: 18px;
}
.book-intro .txt ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57AC54;
  margin-right: 10px;
}
.book-intro h3 {
  font-size: clamp(1.625rem, 1.534rem + 0.45vw, 1.875rem);
  font-weight: 500;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .book-intro h3 {
    text-align: center;
  }
}
.book-intro p {
  font-size: 18px;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .book-intro p {
    line-height: 2.2em;
  }
}
.book-intro .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  order: 3;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .book-intro .btn {
    display: block;
    padding-top: 0;
    background: #F5F4EA;
    padding: 0 20px 60px;
  }
}
.book-intro .btn li {
  width: min(48%, 364px);
}
@media screen and (max-width: 768px) {
  .book-intro .btn li {
    width: 100%;
  }
}
.book-intro .btn li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .book-intro .btn li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.p-staff-intro {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-staff-intro {
    padding: 60px 0;
  }
}
.p-staff-intro .lead {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .lead {
    text-align: left;
    padding-bottom: 30px;
  }
}
.p-staff-intro .lead p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-staff-intro .box {
  background: #fff;
  border: #4A9146 2px solid;
  border-radius: 10px;
  padding: 40px 40px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box {
    padding: 30px 20px;
  }
}
.p-staff-intro .box:nth-of-type(3) figure img {
  width: 89%;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box:nth-of-type(3) figure img {
    width: 100%;
  }
}
.p-staff-intro .box:nth-of-type(8) figure img {
  width: 49.5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box:nth-of-type(8) figure img {
    width: 33.8%;
  }
}
.p-staff-intro .box.flb {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box.flb {
    display: block;
  }
}
.p-staff-intro .box.flb figure {
  display: block;
  width: 39.6%;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box.flb figure {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.p-staff-intro .box.flb figure img {
  display: block;
}
.p-staff-intro .box.flb .txt {
  width: 52.4%;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box.flb .txt {
    width: 100%;
  }
}
.p-staff-intro .box.flb .txt h3 {
  font-size: clamp(1.625rem, 1.534rem + 0.45vw, 1.875rem);
  font-weight: 500;
  padding-bottom: 30px;
}
.p-staff-intro .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box ul {
    display: block;
  }
}
.p-staff-intro .box ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66em;
  width: 33%;
  text-indent: -18px;
  padding-left: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-staff-intro .box ul li {
    width: 100%;
  }
}
.p-staff-intro .box ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57AC54;
  margin-right: 10px;
}
.p-staff-intro .box p {
  font-size: 18px;
  line-height: 2.1em;
}

.p-staff-member {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-staff-member {
    padding-bottom: 50px;
  }
}
.p-staff-member .ttl {
  position: relative;
  margin-bottom: 40px;
}
.p-staff-member .ttl h2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-size: clamp(1.875rem, 1.6rem + 0.8vw, 2.4rem);
  font-weight: 700;
  line-height: 1.45em;
  padding: 60px 0;
  width: 62%;
}
@media screen and (max-width: 768px) {
  .p-staff-member .ttl h2 {
    padding: 40px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-staff-member .ttl h2 br {
    display: none;
  }
}
.p-staff-member .ttl h2 span {
  display: inline-block;
  padding: 10px 40px;
  background: #fff;
  font-size: clamp(1.375rem, 1.2rem + 0.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.36em;
  color: #222;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-staff-member .ttl h2 span {
    padding: 10px 20px;
  }
}
.p-staff-member .ttl picture {
  display: block;
  width: 41.6%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-staff-member .ttl picture {
    width: 100%;
    height: auto;
    aspect-ratio: 15/8;
    position: relative;
  }
}
.p-staff-member .ttl picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-member .ttl picture::after {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-staff-member .ttl picture::after {
    content: none;
  }
}
.p-staff-member .box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 40px 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box {
    display: block;
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
.p-staff-member .box .portrait {
  display: block;
  width: 27.4%;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box .portrait {
    width: 81.3%;
    margin: 0 auto 30px;
  }
}
.p-staff-member .box .portrait img {
  display: block;
}
.p-staff-member .box .txt {
  width: 68.6%;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box .txt {
    width: 100%;
  }
}
.p-staff-member .box h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.125rem, 1.989rem + 0.68vw, 2.5rem);
  font-weight: 400;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box h3 {
    padding-bottom: 20px;
  }
}
.p-staff-member .box p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-staff-member .box dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: #ccc 1px solid;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
  color: #2B432A;
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
  font-weight: 700;
}
.p-staff-member .box dl dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 34px;
  border-radius: 3px;
  background: #4A9146;
  margin-right: 10px;
}
.p-staff-member .box dl dd {
  font-size: 18px;
  line-height: 2.1em;
}
.p-staff-member .box dl dd ul li {
  list-style: none;
  font-size: 18px;
  line-height: 2.1em;
  text-indent: -18px;
  padding-left: 18px;
}
.p-staff-member .box dl dd ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57AC54;
  margin-right: 10px;
}
.p-staff-member .box dl dd.license {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box dl dd.license {
    display: block;
  }
}
.p-staff-member .box dl dd.license ul {
  width: 41%;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box dl dd.license ul {
    width: 100%;
    padding-bottom: 20px;
  }
}
.p-staff-member .box dl dd.license figure {
  display: block;
  width: 58%;
}
@media screen and (max-width: 768px) {
  .p-staff-member .box dl dd.license figure {
    width: 100%;
  }
}
.p-staff-member .box dl dd.license figure img {
  display: block;
}
.p-staff-member.yahata {
  background: #EAD3DD;
}
.p-staff-member.yahata .ttl {
  background: #9D2A5E;
}
.p-staff-member.yahata .ttl picture::after {
  background: #9D2A5E;
}
.p-staff-member.yahata .box {
  border: #9D2A5E 2px solid;
}
.p-staff-member.hanakawa {
  background: #EDE5E7;
}
.p-staff-member.hanakawa .ttl {
  background: #825161;
}
.p-staff-member.hanakawa .ttl picture::after {
  background: #825161;
}
.p-staff-member.hanakawa .box {
  border: #825161 2px solid;
}
.p-staff-member.management {
  background: #F5F4EA;
}
.p-staff-member.management .ttl {
  background: #4A9146;
}
.p-staff-member.management .ttl picture {
  display: none;
}
.p-staff-member.management .box {
  border: #825161 2px solid;
}
.p-staff-member.endoflife {
  background: #FFEBDD;
}
.p-staff-member.endoflife .ttl {
  background: #FF7A21;
}
.p-staff-member.endoflife .ttl picture::after {
  background: #FF7A21;
}
.p-staff-member.endoflife .box {
  border: #825161 2px solid;
}

.p-staff-access {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-staff-access {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-staff-access .p-common-parts__shop--read {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-staff-access .p-common-parts__shop--read {
    text-align: left;
  }
}
.p-staff-access h3 {
  text-align: center;
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
  font-weight: 500;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff-access h3 {
    text-align: left;
  }
}

.p-about .p-sub-mv {
  background: url("../images/sanai/staff/mv.webp") center center/cover no-repeat;
  height: min(30vw, 360px);
}
@media screen and (max-width: 768px) {
  .p-about .p-sub-mv {
    background: url("../images/sanai/staff/mv-sp.webp") center center/cover no-repeat;
    height: min(79.4666666667vw, 596px);
    padding: 0 min(6.6666666667vw, 50px);
  }
}

.p-about-inner, .p-about-org, .p-about-reason .list, .p-about-reason .lead {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
}

.p-about-lead {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-lead {
    text-align: left;
  }
}
.p-about-lead p {
  font-size: 18px;
  line-height: 2.22em;
}

.p-about-concept {
  background: #F5F4EA;
  padding: 60px min(7%, 80px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-about-concept {
    padding: 30px 20px 40px;
    display: block;
    margin-bottom: 80px;
  }
}
.p-about-concept h2, .p-about-concept h3 {
  display: none;
  color: #2B432A;
}
@media screen and (max-width: 768px) {
  .p-about-concept h2, .p-about-concept h3 {
    display: block;
  }
}
.p-about-concept h2 {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: 400;
  line-height: 1.44em;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-concept h2 {
    text-align: center;
    padding-bottom: 10px;
  }
}
.p-about-concept h3 {
  font-size: clamp(1.875rem, 1.4rem + 1vw, 2.5rem);
  font-weight: 700;
  line-height: 1.46em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-concept h3 {
    padding-bottom: 20px;
  }
}
.p-about-concept p {
  font-size: 18px;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-about-concept p {
    line-height: 2.22em;
  }
}
.p-about-concept figure {
  display: block;
  width: 45.7%;
}
@media screen and (max-width: 768px) {
  .p-about-concept figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-about-concept figure img {
  display: block;
}
.p-about-concept .txt {
  width: 45.7%;
}
@media screen and (max-width: 768px) {
  .p-about-concept .txt {
    width: 100%;
  }
}
.p-about-concept .txt h2, .p-about-concept .txt h3 {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about-concept .txt h2, .p-about-concept .txt h3 {
    display: none;
  }
}

.p-about-ttl {
  font-size: clamp(2.125rem, 1.989rem + 0.68vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #2B432A;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-ttl {
    padding-bottom: 30px;
  }
}

.p-about-list {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-list {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.p-about-list .p-about-ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about-list .p-about-ttl br {
    display: block;
  }
}
.p-about-list p {
  font-size: 18px;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-about-list p {
    line-height: 2.22em;
  }
}
.p-about-list .box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.p-about-list .box h3 {
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .p-about-list .box h3 {
    padding: 20px 0;
  }
}
.p-about-list .box h3 img {
  display: block;
  filter: brightness(0) invert(1);
  margin: auto;
}
.p-about-list .box .inbox {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-list .box .inbox {
    padding: 20px 20px 40px;
    display: block;
  }
}
.p-about-list .box .inbox figure {
  display: block;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about-list .box .inbox figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-about-list .box .inbox .txt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about-list .box .inbox .txt {
    width: 100%;
  }
}
.p-about-list .box .inbox h4 {
  color: #2B432A;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-list .box .inbox h4 .pc {
    display: none;
  }
}
.p-about-list .box:nth-of-type(1) {
  margin-top: 40px;
  border: #9D2A5E 4px solid;
}
@media screen and (max-width: 768px) {
  .p-about-list .box:nth-of-type(1) {
    border: #9D2A5E 2px solid;
  }
}
.p-about-list .box:nth-of-type(1) h3 {
  background: #9D2A5E;
}
.p-about-list .box:nth-of-type(1) h3 img {
  width: min(72%, 300px);
}
.p-about-list .box:nth-of-type(2) {
  border: #476F44 4px solid;
}
@media screen and (max-width: 768px) {
  .p-about-list .box:nth-of-type(2) {
    border: #476F44 2px solid;
  }
}
.p-about-list .box:nth-of-type(2) h3 {
  background: #476F44;
}
.p-about-list .box:nth-of-type(2) h3 img {
  width: min(88%, 460px);
}
.p-about-list .box:nth-of-type(3) {
  border: #825161 4px solid;
}
@media screen and (max-width: 768px) {
  .p-about-list .box:nth-of-type(3) {
    border: #825161 2px solid;
  }
}
.p-about-list .box:nth-of-type(3) h3 {
  background: #825161;
}
.p-about-list .box:nth-of-type(3) h3 img {
  width: min(76%, 317px);
}
.p-about-list .box:nth-of-type(4) {
  border: #FF7A21 4px solid;
}
@media screen and (max-width: 768px) {
  .p-about-list .box:nth-of-type(4) {
    border: #FF7A21 2px solid;
  }
}
.p-about-list .box:nth-of-type(4) h3 {
  background: #FF7A21;
}
.p-about-list .box:nth-of-type(4) h3 img {
  width: min(87%, 337px);
}

.p-about-reason {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-reason {
    padding: 60px 0;
  }
}
.p-about-reason p {
  font-size: 18px;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-about-reason p {
    line-height: 2.22em;
  }
}
.p-about-reason .lead {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-reason .lead {
    text-align: left;
    padding-bottom: 60px;
  }
}
.p-about-reason .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-reason .list {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-about-reason .list figure {
  display: block;
  width: 51%;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-reason .list figure {
    width: min(91.6666666667vw, 1100px);
    margin: auto;
  }
}
.p-about-reason .list figure img {
  display: block;
}
.p-about-reason .list .txt {
  background: #F5F4EA;
  width: 54.5%;
}
@media screen and (max-width: 768px) {
  .p-about-reason .list .txt {
    width: 100%;
  }
}
.p-about-reason .list h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.p-about-reason .list h3 span {
  background: #4A9146;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 10px;
}
.p-about-reason .list h3 span b {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}
.p-about-reason .list:nth-of-type(even) .txt {
  margin-left: -5.5%;
  padding: 40px 60px 50px 120px;
}
@media screen and (max-width: 768px) {
  .p-about-reason .list:nth-of-type(even) .txt {
    margin-left: 0;
    padding: 30px 20px 40px;
  }
}
.p-about-reason .list:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.p-about-reason .list:nth-of-type(odd) figure {
  margin-left: -5.5%;
}
@media screen and (max-width: 768px) {
  .p-about-reason .list:nth-of-type(odd) figure {
    margin-left: 0;
  }
}
.p-about-reason .list:nth-of-type(odd) .txt {
  padding: 40px 120px 50px 60px;
}
@media screen and (max-width: 768px) {
  .p-about-reason .list:nth-of-type(odd) .txt {
    padding: 30px 20px 40px;
  }
}

.p-about-history {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-about-history {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-about-history p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-about-history .lead {
  padding-bottom: 40px;
}
.p-about-history .history {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .p-about-history .history {
    display: block;
  }
}
.p-about-history .history dt, .p-about-history .history dd {
  border-bottom: #ccc 1px solid;
  padding: 30px 0;
  color: #2B432A;
  font-size: 20px;
  line-height: 1.5em;
}
.p-about-history .history dt {
  font-weight: 700;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-about-history .history dt {
    width: 100%;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.p-about-history .history dd {
  font-weight: 400;
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .p-about-history .history dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.p-about-history .history dd li {
  padding-bottom: 1em;
}
.p-about-history .history dd li:last-child {
  padding-bottom: 0;
}

.p-about-org {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-about-org {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.p-about-org p {
  font-size: 18px;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-about-org p {
    line-height: 2.2em;
  }
}
.p-about-org .lead {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-org .lead {
    text-align: left;
    padding-bottom: 36px;
  }
}
.p-about-org .list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-org .list {
    display: block;
    padding-bottom: 40px;
  }
}
.p-about-org .list .box {
  width: 32%;
  border: #4A9146 2px solid;
  padding: 40px 26px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about-org .list .box {
    width: 100%;
    padding: 30px 22px 40px;
    margin-bottom: 20px;
  }
}
.p-about-org h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
  line-height: 1.25em;
  margin-bottom: 30px;
}
.p-about-org h3 figure {
  display: block;
  width: 50px;
  height: auto;
}
.p-about-org h3 span {
  display: block;
  width: calc(100% - 60px);
  font-weight: 700;
}
.p-about-org .license {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-org .license {
    display: block;
  }
}
.p-about-org .license li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-about-org .license li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-about-org .license li img {
  display: block;
}

.p-about-activities {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-about-activities {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-about-activities p {
  font-size: 18px;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-about-activities p {
    line-height: 2.2em;
  }
}
.p-about-activities .lead {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-activities .lead {
    text-align: left;
  }
}
.p-about-activities .list {
  border: #4A9146 2px solid;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}
.p-about-activities .list ul {
  background: #fff;
  padding: 30px 40px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-about-activities .list ul {
    display: block;
  }
}
.p-about-activities .list ul li {
  display: block;
  width: 32%;
  margin-bottom: 20px;
  list-style: none;
  font-size: 18px;
  line-height: 2.1em;
  text-indent: -18px;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-about-activities .list ul li {
    width: 100%;
    margin-bottom: 14px;
  }
}
.p-about-activities .list ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57AC54;
  margin-right: 10px;
}
.p-about-activities h3 {
  background: #4A9146;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 700;
}
.p-about-activities .img {
  display: flex;
  justify-content: space-between;
}
.p-about-activities .img li {
  width: 49%;
}
.p-about-activities .img li img {
  display: block;
}

.p-about-media {
  padding-top: 80px;
  padding-bottom: 100px;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .p-about-media {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.p-about-media p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-about-media .p-about-inner, .p-about-media .p-about-reason .lead, .p-about-reason .p-about-media .lead, .p-about-media .p-about-reason .list, .p-about-reason .p-about-media .list, .p-about-media .p-about-org {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-inner, .p-about-media .p-about-reason .lead, .p-about-reason .p-about-media .lead, .p-about-media .p-about-reason .list, .p-about-reason .p-about-media .list, .p-about-media .p-about-org {
    display: block;
  }
}
.p-about-media .p-about-inner .img, .p-about-media .p-about-reason .lead .img, .p-about-reason .p-about-media .lead .img, .p-about-media .p-about-reason .list .img, .p-about-reason .p-about-media .list .img, .p-about-media .p-about-org .img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-inner .img, .p-about-media .p-about-reason .lead .img, .p-about-reason .p-about-media .lead .img, .p-about-media .p-about-reason .list .img, .p-about-reason .p-about-media .list .img, .p-about-media .p-about-org .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-about-media .p-about-inner .img img, .p-about-media .p-about-reason .lead .img img, .p-about-reason .p-about-media .lead .img img, .p-about-media .p-about-reason .list .img img, .p-about-reason .p-about-media .list .img img, .p-about-media .p-about-org .img img {
  display: block;
}
.p-about-media .p-about-inner .txt, .p-about-media .p-about-reason .lead .txt, .p-about-reason .p-about-media .lead .txt, .p-about-media .p-about-reason .list .txt, .p-about-reason .p-about-media .list .txt, .p-about-media .p-about-org .txt {
  width: 46.36%;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-inner .txt, .p-about-media .p-about-reason .lead .txt, .p-about-reason .p-about-media .lead .txt, .p-about-media .p-about-reason .list .txt, .p-about-reason .p-about-media .list .txt, .p-about-media .p-about-org .txt {
    width: 100%;
  }
}
.p-about-media .p-about-inner .txt ul, .p-about-media .p-about-reason .lead .txt ul, .p-about-reason .p-about-media .lead .txt ul, .p-about-media .p-about-reason .list .txt ul, .p-about-reason .p-about-media .list .txt ul, .p-about-media .p-about-org .txt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-inner .txt ul, .p-about-media .p-about-reason .lead .txt ul, .p-about-reason .p-about-media .lead .txt ul, .p-about-media .p-about-reason .list .txt ul, .p-about-reason .p-about-media .list .txt ul, .p-about-media .p-about-org .txt ul {
    padding-top: 40px;
  }
}
.p-about-media .p-about-inner .txt ul::after, .p-about-media .p-about-reason .lead .txt ul::after, .p-about-reason .p-about-media .lead .txt ul::after, .p-about-media .p-about-reason .list .txt ul::after, .p-about-reason .p-about-media .list .txt ul::after, .p-about-media .p-about-org .txt ul::after {
  content: "";
  display: block;
  width: 30.5%;
}
.p-about-media .p-about-inner .txt ul li, .p-about-media .p-about-reason .lead .txt ul li, .p-about-reason .p-about-media .lead .txt ul li, .p-about-media .p-about-reason .list .txt ul li, .p-about-reason .p-about-media .list .txt ul li, .p-about-media .p-about-org .txt ul li {
  display: block;
  width: 30.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-media .p-about-inner .txt ul li, .p-about-media .p-about-reason .lead .txt ul li, .p-about-reason .p-about-media .lead .txt ul li, .p-about-media .p-about-reason .list .txt ul li, .p-about-reason .p-about-media .list .txt ul li, .p-about-media .p-about-org .txt ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.p-about-media .p-about-inner .txt ul li img, .p-about-media .p-about-reason .lead .txt ul li img, .p-about-reason .p-about-media .lead .txt ul li img, .p-about-media .p-about-reason .list .txt ul li img, .p-about-reason .p-about-media .list .txt ul li img, .p-about-media .p-about-org .txt ul li img {
  display: block;
}

.p-access-mv {
  position: relative;
  width: 100%;
  height: min(30vw, 360px);
}
@media screen and (max-width: 768px) {
  .p-access-mv {
    height: min(79.4666666667vw, 596px);
    padding: 0;
  }
}
.p-access-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(71, 111, 68, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-access-mv picture {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-access-mv picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-access-mv .p-sub-mv__title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.p-shop-info {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
  padding-bottom: 30px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-shop-info {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}

.p-access-ttl {
  text-align: center;
  font-size: clamp(2.125rem, 1.989rem + 0.68vw, 2.5rem);
  font-weight: 700;
  line-height: 1.45em;
  color: #2B432A;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-access-ttl {
    padding-bottom: 30px;
  }
}
.p-access-ttl span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45em;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .p-access-ttl span {
    margin-bottom: 10px;
  }
}

.p-access-imgs {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-access-imgs {
    padding-bottom: 20px;
  }
}
.p-access-imgs.hachiman ul li:first-child {
  width: 100%;
}
.p-access-imgs.hachiman ul li:first-child figure {
  aspect-ratio: 55/29;
}
@media screen and (max-width: 768px) {
  .p-access-imgs.hachiman ul li:first-child figure {
    aspect-ratio: 167/107;
  }
}
.p-access-imgs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-access-imgs ul li {
  width: 48.18%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-access-imgs ul li {
    width: 100%;
  }
}
.p-access-imgs ul li figure {
  display: block;
  width: 100%;
  aspect-ratio: 53/34;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-access-imgs ul li figure {
    aspect-ratio: 167/107;
    margin-bottom: 20px;
  }
}
.p-access-imgs ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access-map {
  background: #F5F4EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-access-map {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-access-map h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2B432A;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-access-map h2 {
    padding-bottom: 40px;
  }
}
.p-access-map p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-access-map .lead {
  padding-bottom: 40px;
}
.p-access-map picture {
  display: block;
  margin-bottom: 60px;
}
.p-access-map picture img {
  display: block;
}
.p-access-map .access-map {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.p-common-parts__access .p-common-parts__access--shop:not(:last-of-type) {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-common-parts__access .p-common-parts__access--shop:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.p-sub-mv__title {
  text-wrap: balance;
}

/* お知らせ */
.p-information .p-sub-mv {
  background: url("../images/sanai/information/mv.webp") center center/cover no-repeat;
  height: min(30vw, 360px);
}
@media screen and (max-width: 768px) {
  .p-information .p-sub-mv {
    background: url("../images/sanai/information/mv-sp.webp") center center/cover no-repeat;
    height: min(79.4666666667vw, 596px);
    padding: 0 min(6.6666666667vw, 50px);
  }
}

.p-info-wrap {
  width: min(91.6666666667vw, 1100px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .p-info-wrap {
    display: block;
    padding-bottom: 60px;
  }
}

.p-info-lead {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-info-lead {
    padding-bottom: 40px;
  }
}
.p-info-lead p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  .p-info-lead p {
    line-height: 1.8em;
  }
}

.info-ttl {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 700;
  padding-bottom: 20px;
}

.p-info-side {
  width: 250px;
}
@media screen and (max-width: 960px) {
  .p-info-side {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-info-side {
    width: 100%;
    display: none;
  }
}
.p-info-side .p-info-lead {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-info-side .p-info-lead {
    display: block;
  }
}
.p-info-side h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-info-side ul {
    display: none;
  }
}
.p-info-side ul li {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
.p-info-side ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  font-weight: 700;
  border: #ccc 1px solid;
  border-radius: 40px;
}
.p-info-side ul li a img {
  display: block;
  width: 30px;
  margin-right: 14px;
}
.p-info-side ul li a:hover {
  color: #fff;
}
.p-info-side ul li a:hover img {
  filter: brightness(0) invert(1);
}
.p-info-side ul li.news a:hover {
  border: #F03746 1px solid;
  background: #F03746;
}
.p-info-side ul li.graves-cemeteries a:hover {
  border: #A74B83 1px solid;
  background: #A74B83;
}
.p-info-side ul li.buddhis-altars-accessories a:hover {
  border: #825161 1px solid;
  background: #825161;
}
.p-info-side ul li.wills-inheritance a:hover {
  border: #FF7A21 1px solid;
  background: #FF7A21;
}
.p-info-side .sp-select {
  position: relative;
  display: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-info-side .sp-select {
    display: block;
  }
}
.p-info-side .sp-select p {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  font-weight: 700;
  border: #ccc 1px solid;
  border-radius: 40px;
  position: relative;
  padding-right: 14px;
}
.p-info-side .sp-select p img {
  display: block;
  width: 30px;
  margin-right: 14px;
}
.p-info-side .sp-select p::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 7/4;
  background: url("../images/sanai/information/arrow.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-info-side .sp-select select {
  width: 100%;
  height: 59px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.p-info-main {
  width: calc(93% - 250px);
}
@media screen and (max-width: 960px) {
  .p-info-main {
    width: calc(93% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .p-info-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-info-main .p-info-lead {
    display: none;
  }
}

.p-info-list {
  padding-bottom: 96px;
}
@media screen and (max-width: 960px) {
  .p-info-list {
    padding-bottom: 30px;
  }
}
.p-info-list .box {
  border: #4A9146 2px solid;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-info-list .box {
    margin-bottom: 30px;
    display: block;
  }
}
.p-info-list .box picture {
  display: block;
  width: 256px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .p-info-list .box picture {
    width: 100%;
    aspect-ratio: 331/220;
  }
}
.p-info-list .box picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-info-list .box .txt {
  width: calc(100% - 256px);
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info-list .box .txt {
    width: 100%;
    padding: 14px 65px 30px 20px;
  }
}
.p-info-list .box .txt::after {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background: url("../images/sanai/information/arrow-wh.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  bottom: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-info-list .box .txt::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-info-list .box h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 700;
  line-height: 1.66em;
}
.p-info-list .box p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-info-list .box p {
    padding-bottom: 14px;
  }
}
.p-info-list .box p span {
  display: inline-block;
  padding: 0 20px;
  line-height: 26px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-info-list .box p span {
    margin-right: 10px;
  }
}
.p-info-list .box p span.news {
  background: #F03746;
}
.p-info-list .box p span.graves-cemeteries {
  background: #A74B83;
}
.p-info-list .box p span.buddhis-altars-accessories {
  background: #825161;
}
.p-info-list .box p span.wills-inheritance {
  background: #FF7A21;
}
.p-info-list .box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-info-list .box:hover .txt::after {
  background: url("../images/sanai/information/arrow-gr.svg") center center no-repeat;
  background-size: 100% auto;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 5px;
}
.wp-pagenavi .current {
  background: #4A9146;
  color: #fff;
}
.wp-pagenavi .page {
  background: #DBE8DA;
}
.wp-pagenavi .page:hover {
  background: #4A9146;
  color: #fff;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 53px;
  aspect-ratio: 1/1;
  background: url("../images/sanai/information/arrow-wh.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  opacity: 0.3;
}
.wp-pagenavi .previouspostslink::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.p-single-main {
  background: #F5F4EA;
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-single-main {
    width: calc(93% - 200px);
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-main {
    width: 100%;
  }
}
.p-single-main .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-single-main .date {
    padding-bottom: 14px;
  }
}
.p-single-main .date span {
  display: inline-block;
  padding: 0 20px;
  line-height: 26px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-single-main .date span {
    margin-right: 10px;
  }
}
.p-single-main .date span.news {
  background: #F03746;
}
.p-single-main .date span.graves-cemeteries {
  background: #A74B83;
}
.p-single-main .date span.buddhis-altars-accessories {
  background: #825161;
}
.p-single-main .date span.wills-inheritance {
  background: #FF7A21;
}
.p-single-main h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: #ccc 1px solid;
}
.p-single-main .author-box {
  border: #4A9146 2px solid;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-single-main .author-box {
    display: none;
  }
}
.p-single-main .author-box.mt {
  margin-top: 80px;
}
.p-single-main .author-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
}
.p-single-main .author-box h3::before {
  content: none;
}
.p-single-main .author-box .excerpt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-single-main .author-box .excerpt figure {
  display: block;
  width: 80px;
  height: 80px;
}
.p-single-main .author-box .excerpt figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-main .author-box .excerpt dl {
  width: calc(100% - 100px);
}
.p-single-main .author-box .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-single-main .author-box .detail {
    display: none;
  }
}
.p-single-main .author-box .detail figure {
  display: block;
  width: 150px;
  height: 150px;
}
.p-single-main .author-box .detail figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-main .author-box .detail .txt {
  width: calc(100% - 170px);
}
.p-single-main .author-box dl dt {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.p-single-main .author-box dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
}
.p-single-main .author-box .intro {
  margin-top: 20px;
  border-top: #ccc 1px solid;
  padding-top: 20px;
}
.p-single-main .author-box .intro p {
  font-size: 16px;
  line-height: 2em;
}
.p-single-main .single-mv {
  margin-bottom: 30px;
  width: 100%;
  aspect-ratio: 3/2;
}
.p-single-main .single-mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-main p {
  font-size: 18px;
  line-height: 2.1em;
}
.p-single-main h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
}
.p-single-main h3 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.p-single-main h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #4A9146;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.p-single-main h4 {
  font-size: 20px;
  font-weight: 700;
  background: #CFE6C6;
  border-left: #4A9146 6px solid;
  padding: 10px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.p-single-main h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #4A9146;
  padding: 6px 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.p-single-main h6 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: #4A9146 2px solid;
}
.p-single-main .wp-block-list li {
  font-size: 18px;
  line-height: 2.1em;
  padding-left: 18px;
  position: relative;
  margin-bottom: 14px;
}
.p-single-main .wp-block-list li:last-child {
  margin-bottom: 0;
}
.p-single-main .wp-block-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57AC54;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.p-single-main .wp-block-image {
  margin-bottom: 30px;
}
.p-single-main #ez-toc-container {
  margin-top: 40px;
  border: 0;
  border-left: #4A9146 4px solid;
  padding: 20px 30px 15px 24px;
}
@media screen and (max-width: 768px) {
  .p-single-main #ez-toc-container {
    display: none;
  }
}
.p-single-main #ez-toc-container .ez-toc-title-container {
  padding-bottom: 20px;
}
.p-single-main #ez-toc-container .ez-toc-title {
  font-size: 20px;
  font-weight: 700;
}
.p-single-main #ez-toc-container .ez-toc-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 15px;
}
.p-single-main #ez-toc-container .ez-toc-list li a {
  color: #2B432A;
  text-decoration: underline;
}
.p-single-main #ez-toc-container .ez-toc-list li a::before {
  color: #999;
}

.p-inoriya-mv__title {
  text-wrap: balance;
  text-align: center;
}

.p-access-mv img::before {
  content: none;
  display: none;
}