@charset "UTF-8";
/*----------------------------------------------------
	PLAN
----------------------------------------------------*/
.plan_links {
  padding-bottom: 60px;
  background: #fffef9 url(../img/plan/plan_bg.png);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .plan_links {
    padding-bottom: 30px;
  }
}
.plan_links .banner_list {
  margin: 0 auto 60px;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .plan_links .banner_list {
    margin-bottom: 30px;
  }
}
.plan_links .banner_list .item {
  width: calc(50% - 15px);
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .plan_links .banner_list .item {
    width: 80%;
  }
}
.plan_links .banner_list .item a {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  height: 100%;
}
.plan_links .banner_list .item a .flex {
  padding: 20px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .plan_links .banner_list .item a .flex {
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }
}
.plan_links .banner_list .item a .flex .info {
  flex: 1;
}
.plan_links .banner_list .item a img {
  border-radius: 10px;
  width: 40%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .plan_links .banner_list .item a img {
    width: 90%;
  }
}
.plan_links .banner_list .item a .title {
  text-align: center;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 2vw, 2.9rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .plan_links .banner_list .item a .title {
    margin-bottom: 5px;
  }
}
.plan_links .banner_list .item a .catch {
  line-height: 1.4;
}
.plan_links .banner_list .item a .more {
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  white-space: nowrap;
  display: block;
  margin-top: auto;
  text-align: right;
  padding-right: 1em;
}
.plan_links .banner_list .item a .more:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-left: 10px;
}
.plan_links .banner_list .item.family {
  border: 2px solid #60336f;
}
.plan_links .banner_list .item.family .title {
  color: #60336f;
}
.plan_links .banner_list .item.family .more {
  background: #efebf1;
  color: #60336f;
}
.plan_links .banner_list .item.simple {
  border: 2px solid #315897;
}
.plan_links .banner_list .item.simple .title {
  color: #315897;
}
.plan_links .banner_list .item.simple .more {
  background: #eaeef5;
  color: #315897;
}
.plan_links .plan_consul {
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  outline: 15px solid #faf4e6;
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul {
    padding: 20px;
    outline: 0;
    border-radius: 0;
  }
}
.plan_links .plan_consul .wrap {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan_links .plan_consul .wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .wrap > img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .plan_links .plan_consul .wrap > img {
    width: 100%;
  }
}
.plan_links .plan_consul .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 30px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .plan_links .plan_consul .title {
    padding: 0 10px;
  }
}
.plan_links .plan_consul .title:before, .plan_links .plan_consul .title:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #567031;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .plan_links .plan_consul .title:before, .plan_links .plan_consul .title:after {
    height: 50%;
    top: 40%;
  }
}
.plan_links .plan_consul .title:before {
  left: 0;
  transform: rotate(-20deg);
}
.plan_links .plan_consul .title:after {
  right: 0;
  transform: rotate(20deg);
}
.plan_links .plan_consul .title .big {
  font-size: 1.2em;
  color: #6a4700;
  font-weight: 600;
}
.plan_links .plan_consul .tel_wrap {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .plan_links .plan_consul .tel_wrap {
    width: 100%;
  }
}
.plan_links .plan_consul .tel_wrap .caution {
  text-align: center;
  margin: 10px auto 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
}
.plan_links .plan_consul .flex.tel {
  border: 2px solid #c01a1a;
  box-shadow: 0 3px #931414;
  border-radius: 8px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .plan_links .plan_consul .flex.tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .flex.tel {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
  }
}
.plan_links .plan_consul .flex.tel .flex {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .flex.tel .flex {
    gap: 8px;
    flex-direction: column;
  }
}
.plan_links .plan_consul .flex.tel .label {
  background: #c01a1a;
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.6rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 15px;
  line-height: 1.2;
  height: 100%;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .plan_links .plan_consul .flex.tel .label {
    padding: 20px 5px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .flex.tel .label {
    width: 100%;
    padding: 5px;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }
}
.plan_links .plan_consul .flex.tel .label .mini {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .plan_links .plan_consul .flex.tel .label .mini {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .flex.tel .label .mini {
    font-size: 1.6rem;
  }
}
.plan_links .plan_consul .flex.tel .tel_text {
  text-align: center;
}
.plan_links .plan_consul .flex.tel .tel_text .catch {
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .plan_links .plan_consul .flex.tel .tel_text .catch {
    margin-bottom: 5px;
  }
}
.plan_links .plan_consul .flex.tel .tel_text .tel_anime {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .flex.tel .tel_text .tel_anime {
    width: 30px;
    height: 30px;
  }
}
.plan_links .plan_consul .flex.tel .tel_text .tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #c01a1a;
}
.plan_links .plan_consul .flex.tel .tel_text .num {
  font-family: "Oswald", sans-serif;
  font-size: 5.5rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .plan_links .plan_consul .flex.tel .tel_text .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 820px) {
  .plan_links .plan_consul .flex.tel .tel_text .num {
    font-size: 4.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .plan_links .plan_consul .flex.tel .tel_text .num {
    font-size: 3.8rem;
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .plan_intro .intro_catch {
    text-align: left;
  }
}

.plan_feature {
  counter-reset: fnumber 0;
}
.plan_feature .feature_box {
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .plan_feature .feature_box {
    flex-direction: column;
    padding: 0 15px;
    gap: 20px;
  }
}
.plan_feature .feature_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .plan_feature .feature_box:nth-child(odd) {
    flex-direction: column;
  }
}
.plan_feature .feature_box:not(:last-of-type) {
  margin-bottom: 60px;
}
.plan_feature .feature_box .img {
  width: 45%;
  background: #fafafa;
  border-radius: 30px;
}
@media screen and (max-width: 820px) {
  .plan_feature .feature_box .img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .plan_feature .feature_box .img {
    width: 90%;
  }
}
.plan_feature .feature_box .info {
  flex: 1;
}
.plan_feature .feature_box .info .title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 600;
  margin-bottom: 20px;
  color: #567031;
  border-left: 2px solid;
  padding-left: 0.7em;
  line-height: 1.4;
}
.plan_feature .feature_box .info .title .color {
  background: linear-gradient(0deg, #fad680 0%, #fad680 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.plan_feature .feature_box .info .title:before {
  counter-increment: fnumber 1;
  content: "特徴" counter(fnumber);
  display: block;
  font-size: 0.6em;
  color: #6a4700;
}

.plan_flow {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_list {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 10px;
  }
}
.plan_flow .flow_list .item:not(.flow_detail_item_sp) {
  flex: 1;
  writing-mode: vertical-rl;
  padding: 15px 5px 20px;
  line-height: 1.2;
  font-size: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  color: #567031;
  border-radius: 4px;
  border: 2px solid;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_list .item:not(.flow_detail_item_sp) {
    writing-mode: inherit;
    border-radius: 50px;
    justify-content: flex-start;
    padding: 10px 1em;
    color: #fff;
    background: #567031;
  }
}
.plan_flow .flow_list .item:not(.flow_detail_item_sp):before {
  content: "詳細";
  position: absolute;
  background: #567031;
  color: #fff;
  font-size: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  padding: 1px 13px;
  writing-mode: horizontal-tb;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_list .item:not(.flow_detail_item_sp):before {
    content: none;
  }
}
.plan_flow .flow_list .item:not(.flow_detail_item_sp):not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #567031;
  border-right: 0;
  opacity: 0.5;
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_list .item:not(.flow_detail_item_sp):not(:last-of-type):after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: 0;
    right: 20px;
    opacity: 1;
  }
}
.plan_flow .flow_list .item:not(.flow_detail_item_sp).show:after {
  transform: rotate(180deg);
}
.plan_flow .flow_detail_list {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_detail_list {
    flex-direction: column;
  }
}
.plan_flow .flow_detail_item {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s ease;
  width: 100%;
  height: 0;
  position: relative;
}
.plan_flow .flow_detail_item .flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_detail_item {
    width: 90%;
    margin: 0 auto;
  }
  .plan_flow .flow_detail_item .flex {
    flex-direction: column;
    gap: 10px;
  }
}
.plan_flow .flow_detail_item.show {
  opacity: 1;
  transform: translateX(0);
  height: 250px;
  border: 1px solid #ccc;
  padding: 20px 40px;
  border-radius: 6px;
}
@media screen and (max-width: 820px) {
  .plan_flow .flow_detail_item.show {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_detail_item.show {
    height: auto;
    padding: 20px;
  }
}
.plan_flow .flow_detail_item:before, .plan_flow .flow_detail_item:after {
  content: "";
  position: absolute;
  left: 2%;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_detail_item:before, .plan_flow .flow_detail_item:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.plan_flow .flow_detail_item:before {
  top: -20px;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 20px solid #ccc;
  border-top: 0;
}
.plan_flow .flow_detail_item:after {
  top: -19px;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 20px solid #fff;
  border-top: 0;
}
.plan_flow .flow_detail_item .title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 20px;
  color: #567031;
  border-bottom: 1px solid;
}
@media (min-width: 1024px) {
  .plan_flow .flow_detail_item.item:nth-child(1):before, .plan_flow .flow_detail_item.item:nth-child(1):after {
    left: calc((0.5) * (100% / 9) + ((0) - (0.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(2):before, .plan_flow .flow_detail_item.item:nth-child(2):after {
    left: calc((1.5) * (100% / 9) + ((1) - (1.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(3):before, .plan_flow .flow_detail_item.item:nth-child(3):after {
    left: calc((2.5) * (100% / 9) + ((2) - (2.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(4):before, .plan_flow .flow_detail_item.item:nth-child(4):after {
    left: calc((3.5) * (100% / 9) + ((3) - (3.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(5):before, .plan_flow .flow_detail_item.item:nth-child(5):after {
    left: calc((4.5) * (100% / 9) + ((4) - (4.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(6):before, .plan_flow .flow_detail_item.item:nth-child(6):after {
    left: calc((5.5) * (100% / 9) + ((5) - (5.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(7):before, .plan_flow .flow_detail_item.item:nth-child(7):after {
    left: calc((6.5) * (100% / 9) + ((6) - (6.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(8):before, .plan_flow .flow_detail_item.item:nth-child(8):after {
    left: calc((7.5) * (100% / 9) + ((7) - (7.5) * (8 / 9)) * 20px - 25px);
  }
  .plan_flow .flow_detail_item.item:nth-child(9):before, .plan_flow .flow_detail_item.item:nth-child(9):after {
    left: calc((8.5) * (100% / 9) + ((8) - (8.5) * (8 / 9)) * 20px - 25px);
  }
}
.plan_flow .flow_detail_item .flex img {
  width: 300px;
}
@media screen and (max-width: 820px) {
  .plan_flow .flow_detail_item .flex img {
    width: 200px;
    margin: 0 auto;
  }
}
.plan_flow .flow_detail_item .flex .lead {
  flex: 1;
}
.plan_flow .flow_detail_item:has(.sub).show {
  height: auto;
}
.plan_flow .flow_detail_item:has(.sub) .flex {
  flex-wrap: wrap;
}
.plan_flow .flow_detail_item:has(.sub) .flex .sub {
  width: 100%;
  border: 2px solid #de8414;
  padding: 10px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .plan_flow .flow_detail_item:has(.sub) .flex .sub {
    padding: 10px 15px;
  }
  .plan_flow .flow_detail_item:has(.sub) .flex .sub .lead {
    text-align: justify;
  }
}
.plan_flow .flow_detail_item:has(.sub) .flex .sub .sub_title {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  line-height: 1.4;
  color: #de8414;
  margin-bottom: 5px;
}

.plan_column .plan_column_box {
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_column .plan_column_box {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_column .plan_column_box {
    gap: 10px;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.plan_column .plan_column_box:first-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plan_column .plan_column_box:first-of-type {
    border-bottom: 0;
  }
}
.plan_column .plan_column_box .img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .plan_column .plan_column_box .img {
    width: 100%;
  }
}
.plan_column .plan_column_box .img .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 2.4rem);
  background: #567031;
  color: #fff;
}
.plan_column .plan_column_box .info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .plan_column .plan_column_box .info {
    max-height: 5.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
  }
  .plan_column .plan_column_box .info.expanded {
    max-height: 1000px;
  }
  .plan_column .plan_column_box .info.expanded:after {
    content: none;
  }
  .plan_column .plan_column_box .info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .plan_column .plan_column_box .info .lead {
    padding-bottom: 1em;
  }
}
.plan_column .plan_column_box .info .lead :not(:last-of-type) {
  margin-bottom: 1em;
}
.plan_column .plan_column_box .info .sample {
  margin-bottom: 1em;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: 6em 1fr;
  background: #faf4e6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  gap: 5px 0;
}
.plan_column .plan_column_box .info .sample dt {
  font-weight: bold;
}
.plan_column .plan_column_box .readmore {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_column .plan_column_box .readmore {
    display: block;
    margin: auto;
    background: #ccd4c1;
    border: 0;
    padding: 4px 20px;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.plan_content .plan_list {
  gap: 0;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 2px solid #567031;
}
@media screen and (max-width: 767px) {
  .plan_content .plan_list {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.plan_content .plan_list .item {
  width: calc(50% - 15px);
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_list .item {
    width: auto;
    flex: auto;
  }
}
.plan_content .plan_list .item a {
  display: block;
  padding: 5px;
  font-size: 1.8rem;
  color: #567031;
  border: 2px solid;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.plan_content .plan_list .item.show a {
  color: #fff;
  padding: 10px 5px;
  border: 0;
  background: #567031;
}
.plan_content .plan_detail {
  padding: 20px 15px;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail {
    padding: 0 15px 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.plan_content .plan_detail .detail_left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_left {
    width: 100%;
  }
}
.plan_content .plan_detail .detail_left .plan_head {
  background: #faf4e6;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-bottom: 15px;
  line-height: 1.4;
}
.plan_content .plan_detail .detail_left .price {
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  color: #ae2c2c;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_left .price {
    font-size: 7rem;
  }
}
.plan_content .plan_detail .detail_left .price .yen {
  font-size: 0.5em;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
}
.plan_content .plan_detail .detail_left .price .yen .tax {
  font-size: 0.4em;
  position: absolute;
  left: 3px;
  top: -15px;
  white-space: nowrap;
}
.plan_content .plan_detail .detail_left .plan_flow {
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_left .plan_flow {
    gap: 10px;
  }
}
.plan_content .plan_detail .detail_left .plan_flow .item {
  writing-mode: vertical-rl;
  text-align: center;
  border: 1px solid;
  color: #567031;
  padding: 5px;
  line-height: 1.4;
  border-radius: 2px;
  position: relative;
  background: #567031;
  color: #fff;
}
.plan_content .plan_detail .detail_left .plan_flow .item:not(:last-of-type):after {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  transform: translateY(-50%);
  top: 50%;
  color: #567031;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_left .plan_flow .item:not(:last-of-type):after {
    right: -15px;
  }
}
.plan_content .plan_detail .detail_left .caution {
  background: #fafafa;
  border: 1px solid #eee;
  font-size: clamp(1.5rem, 4vw, 1.7rem);
  padding: 8px 20px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_left .caution {
    padding: 8px;
  }
}
.plan_content .plan_detail .detail_right {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .plan_content .plan_detail .detail_right img {
    display: block;
    margin: 0 auto;
  }
}
.plan_content .plan_including {
  background: #fafafa;
  padding: 30px 40px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including {
    padding: 20px;
  }
}
.plan_content .plan_including__title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  text-align: center;
  margin-bottom: 20px;
}
.plan_content .plan_including__title .color {
  color: #de8414;
  font-weight: bold;
}
.plan_content .plan_including .including_wrap {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
}
.plan_content .plan_including .including_wrap:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.plan_content .plan_including .including_wrap:not(:last-of-type) {
  padding-bottom: 40px;
}
.plan_content .plan_including .including_wrap:not(:last-of-type) .flow_list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #567031;
  border-bottom: 0;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap:not(:last-of-type) .flow_list:after {
    content: none;
  }
}
.plan_content .plan_including .including_wrap:not(:last-of-type):after {
  content: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #567031;
  border-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap:not(:last-of-type):after {
    content: "";
  }
}
.plan_content .plan_including .including_wrap .flow_list {
  width: 10%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap .flow_list {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
}
.plan_content .plan_including .including_wrap .flow_list .item {
  line-height: 1.2;
  color: #3b4d21;
  font-weight: bold;
  font-size: 1.8rem;
  background: #fff;
  width: 100%;
  border: 1px solid;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap .flow_list .item {
    width: auto;
    flex: auto;
  }
  .plan_content .plan_including .including_wrap .flow_list .item br {
    display: none;
  }
}
.plan_content .plan_including .including_wrap .including_list {
  width: 90%;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap .including_list {
    width: 100%;
  }
}
.plan_content .plan_including .including_wrap .including_list .item {
  width: calc(14.2857142857% - 8.6px);
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_including .including_wrap .including_list .item {
    width: calc(33.3333333333% - 7px);
  }
}
.plan_content .plan_including .including_wrap .including_list .item .name {
  font-weight: bold;
  line-height: 1.2;
}
.plan_content .plan_including .including_wrap .including_list .item img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(13%) saturate(1092%) hue-rotate(14deg) brightness(100%) contrast(84%);
  height: 70px;
}
.plan_content .plan_including .including_wrap .including_list .item.has-badge:before {
  content: "";
  background: url(../img/plan/other_price.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}
.plan_content .plan_including .inset_caution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.8rem;
}

.plan_attend .title {
  color: #567031;
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.plan_attend .title span {
  background: linear-gradient(0deg, #fff795 0%, #fff795 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}
.plan_attend .flex {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .plan_attend .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .plan_attend .flex {
    flex-direction: column;
  }
}
.plan_attend .flex .item {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .plan_attend .flex .item {
    padding: 10px;
  }
}
@media screen and (max-width: 820px) {
  .plan_attend .flex .item {
    width: calc(50% - 10px);
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
  }
}
@media screen and (max-width: 767px) {
  .plan_attend .flex .item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
}
.plan_attend .flex .item .worry {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
@media screen and (max-width: 820px) {
  .plan_attend .flex .item .worry {
    flex: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}
.plan_attend .flex .item .worry .wrap {
  width: 100%;
  height: 100%;
  max-width: 320px;
  background: #fff;
  text-align: left;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border: 2px solid #de8414;
  border-radius: 9999px;
}
@media screen and (max-width: 1100px) {
  .plan_attend .flex .item .worry .wrap {
    padding: 5px 25px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .plan_attend .flex .item .worry .wrap {
    max-width: unset;
  }
}
.plan_attend .flex .item .worry .wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #de8414 transparent transparent;
  translate: -50% 100%;
}
.plan_attend .flex .item .worry .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 75%;
}
.plan_attend .flex .item img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .plan_attend .flex .item img {
    max-width: 80px;
  }
}
.plan_attend .flex .item .solution {
  flex: 1;
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .plan_attend .flex .item .solution {
    flex: unset;
    width: auto;
    text-align: left;
  }
}
.plan_attend .flex .item .solution .color {
  color: #de8414;
}
.plan_attend .caution {
  font-size: 1.5rem;
}
.plan_attend .caution a {
  text-decoration: underline;
}

.plan_support .inner {
  background: #faf6eb;
  padding: 40px 20px 20px;
  border-radius: 40px;
}
.plan_support .inner .flex {
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 820px) {
  .plan_support .inner .flex {
    flex-direction: column;
  }
}
.plan_support .inner .flex img {
  width: calc(50% - 15px);
  max-width: 450px;
}
@media screen and (max-width: 820px) {
  .plan_support .inner .flex img {
    width: 100%;
    max-width: 100%;
  }
}
.plan_support .inner .flex img:first-of-type {
  padding-right: 30px;
}
@media screen and (max-width: 820px) {
  .plan_support .inner .flex img:first-of-type {
    padding: 0;
  }
}
.plan_support .inner .flex img:last-of-type {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
@media screen and (max-width: 820px) {
  .plan_support .inner .flex img:last-of-type {
    padding: 0;
    border-left: 0;
  }
}

.plan_support_born {
  width: calc(100% - 20px);
  margin: 0 auto 60px;
}
@media screen and (max-width: 820px) {
  .plan_support_born {
    width: 100%;
    margin-bottom: 30px;
  }
}
.plan_support_born .inner {
  padding: 40px 20px 20px;
  background-image: url(../img/plan/support_born_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 820px) {
  .plan_support_born .inner {
    padding: 30px 15px 20px;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .plan_support_born .inner {
    border-radius: 20px 20px 0 0;
    background-image: url(../img/plan/support_born_bg_sp.png);
    background-position: center bottom;
  }
}
.plan_support_born .inner .sec_title {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.plan_support_born .inner .sec_title:before, .plan_support_born .inner .sec_title:after {
  content: "";
  width: 80px;
  height: 3px;
  position: unset;
  margin: 0;
  background: #c0b781;
}
@media screen and (max-width: 767px) {
  .plan_support_born .inner .sec_title:before, .plan_support_born .inner .sec_title:after {
    width: 30px;
  }
}
.plan_support_born .inner .flex {
  justify-content: center;
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan_support_born .inner .flex {
    flex-direction: column;
  }
}
.plan_support_born .inner .flex .lead {
  padding: 0 20px;
}
.plan_support_born .inner .flex img {
  width: auto;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .plan_support_born .inner .flex img {
    width: 215px;
    padding: 0;
    margin: 0 auto 0 0;
  }
}

.plan_knowledge__inner {
  max-width: 1050px;
}
.plan_knowledge .title {
  border-left: 6px solid #567031;
  padding-left: 0.5em;
  margin-bottom: 15px;
}
.plan_knowledge .lead {
  margin-bottom: 1em;
}
.plan_knowledge .table_wrap {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .plan_knowledge .table_wrap {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.plan_knowledge .table {
  width: 100%;
  border-collapse: collapse;
}
.plan_knowledge .table th,
.plan_knowledge .table td {
  padding: 0.8em;
  border: 1px solid #fff;
}
.plan_knowledge .table th.nowrap,
.plan_knowledge .table td.nowrap {
  white-space: nowrap;
}
.plan_knowledge .table th {
  background: #d3cda7;
  text-align: center;
  font-size: 1.7rem;
}
.plan_knowledge .table td {
  border: 1px solid #ccc;
}
.plan_knowledge .table td li {
  padding-left: 1em;
  text-indent: -1em;
}
.plan_knowledge .table td li:first-of-type {
  margin-bottom: 1em;
}
.plan_knowledge .table td li:before {
  content: "•";
  padding-right: 0.5em;
}

.simple_introduction {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .simple_introduction {
    padding-bottom: 30px;
  }
}
.simple_introduction .column {
  background: #fff;
  padding: 60px 40px;
  margin: 0 auto 60px;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .simple_introduction .column {
    padding: 30px 15px;
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

.simple_select .sec_title {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.simple_select .sec_title::after {
  content: none;
}
.simple_select .flex {
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .simple_select .flex {
    flex-direction: column;
  }
}
.simple_select .flex img {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .simple_select .flex img {
    position: unset;
    margin: 0 auto;
  }
}
.simple_select .flex .info {
  background: #fff;
  width: 65%;
  border-radius: 20px;
  padding: 30px 20px 30px 100px;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .simple_select .flex .info {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.simple_select .flex .info .title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 20px;
}
.simple_select .flex .info .title .mark {
  background: linear-gradient(0deg, #fad680 0%, #fad680 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  font-size: 1.3em;
}
.simple_select .flex .info .list .item {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: clamp(1.7rem, 4vw, 1.8rem);
  margin-bottom: 10px;
}
.simple_select .flex .info .list .item:before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #de8414;
  font-size: 1.1em;
  margin-right: 5px;
}

.simple_about {
  background: #fff url(../img/plan/simple_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .simple_about {
    padding: 30px 0;
    background: #fff url(../img/plan/simple_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    width: 100%;
  }
  .simple_about .inner {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .simple_about .wrap {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5843137255);
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .simple_about .wrap {
    padding: 0 20px;
    background: unset;
  }
}
.simple_about .wrap .sec_title {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: #6a4700;
}
@media screen and (max-width: 767px) {
  .simple_about .wrap .sec_title {
    text-align: center;
  }
}
.simple_about .wrap .sec_title:after {
  content: none;
}
.simple_about .wrap .lead {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .simple_about .wrap .lead {
    text-align: justify;
  }
}

.simple_voice.column {
  margin-bottom: 0;
}
.simple_voice.column .flex {
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .simple_voice.column .flex {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.simple_voice.column .flex .icon {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simple_voice.column .flex .icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .simple_voice.column .flex .icon img {
    width: 80px;
  }
}
.simple_voice.column .flex .icon figcaption {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5px;
}
.simple_voice.column .flex .lead {
  text-align: justify;
  flex: 1;
  max-width: 640px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
  border: 2px solid #567031;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .simple_voice.column .flex .lead {
    padding: 10px 15px;
  }
}
.simple_voice.column .flex .lead:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #567031;
  border-left: 0;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .simple_voice.column .flex .lead:before {
    content: none;
  }
}
.simple_voice.column .flex .lead:before:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #fff;
  border-left: 0;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .simple_voice.column .flex .lead:before:after {
    content: none;
  }
}
.simple_voice.column .simple_point {
  padding: 20px 60px;
  border-radius: 6px;
  margin: auto;
  color: #b64141;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid;
  outline: 15px solid #fbf4f4;
}
@media screen and (max-width: 820px) {
  .simple_voice.column .simple_point {
    padding: 15px 5px;
    box-shadow: unset;
    outline-width: 6px;
  }
}
.simple_voice.column .simple_point .bold {
  font-weight: 600;
  font-size: 1.2em;
  border-bottom: 1px dotted;
}

/*----------------------------------------------------
	墓地について
----------------------------------------------------*/
.cemetery_feature {
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .cemetery_feature {
    padding-bottom: 80px;
  }
}
.cemetery_feature .flex {
  margin-bottom: 60px;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .cemetery_feature .flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cemetery_feature .flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.cemetery_feature .flex .title_wrap {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cemetery_feature .flex .title_wrap {
    width: 100%;
    text-align: center;
  }
}
.cemetery_feature .flex .title_wrap .title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  position: absolute;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.9294117647);
  padding: 5px 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
  color: #567031;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 820px) {
  .cemetery_feature .flex .title_wrap .title {
    padding: 5px 10px;
  }
}
.cemetery_feature .flex .title_wrap .title .big {
  font-size: 1.2em;
}
.cemetery_feature .flex .title_wrap img {
  box-shadow: -40px 40px 0 #f2f1e6;
}
@media screen and (max-width: 767px) {
  .cemetery_feature .flex .title_wrap img {
    width: 90%;
    margin: 0 auto;
    box-shadow: -20px 20px 0 #f2f1e6;
  }
}
.cemetery_feature .flex .lead {
  flex: 1;
  line-height: 3;
}
@media screen and (max-width: 820px) {
  .cemetery_feature .flex .lead {
    line-height: 2;
  }
}
.cemetery_feature .flex:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cemetery_feature .flex:nth-child(2) {
    flex-direction: column;
  }
}
.cemetery_feature .flex:nth-child(2) img {
  box-shadow: 40px 40px 0 #f2f1e6;
}
@media screen and (max-width: 767px) {
  .cemetery_feature .flex:nth-child(2) img {
    box-shadow: 20px 20px 0 #f2f1e6;
  }
}

.cemetery_types .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.cemetery_types .table_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .cemetery_types .table_wrap {
    overflow-y: scroll;
    margin-bottom: 40px;
  }
}
.cemetery_types table {
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .cemetery_types table {
    min-width: 1100px;
  }
}
.cemetery_types table tr th:first-of-type {
  width: 120px;
}
.cemetery_types table th,
.cemetery_types table td {
  border: 1px solid #eee;
  padding: 0.7em 1em;
}
.cemetery_types table td {
  vertical-align: top;
}
.cemetery_types table .head th {
  background: #c6be8e;
  font-size: 1.7rem;
  line-height: 1.4;
  vertical-align: baseline;
}
.cemetery_types table .side {
  background: #f2f2f2;
  vertical-align: baseline;
}
.cemetery_types table .img {
  text-align: center;
  line-height: 1.2;
  vertical-align: top;
}
.cemetery_types table .img p {
  height: 2.5em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cemetery_types table .img img {
  margin-top: 5px;
}
.cemetery_types table .link {
  line-height: 1.2;
  display: block;
  border-radius: 50px;
  padding: 4px 10px;
  text-align: center;
  position: relative;
  color: #fff;
  background: #333;
}
.cemetery_types table .link .bold {
  font-weight: 600;
  font-size: 1.2em;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.cemetery_types table .link::after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.cemetery_types table tr:last-of-type th:first-of-type {
  background: unset;
  border: 0;
}

/*----------------------------------------------------
	合祀墓
----------------------------------------------------*/
body.goushibo .breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.goushibo_intro {
  background: linear-gradient(180deg, #fbfff3 0%, rgba(251, 255, 243, 0) 100%);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.goushibo_intro .inner {
  max-width: 1300px;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .goushibo_intro .inner {
    flex-direction: column;
  }
}
.goushibo_intro .wrap {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .goushibo_intro .wrap {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .goushibo_intro .wrap {
    width: 100%;
  }
}
.goushibo_intro .wrap .title {
  text-align: left;
  margin-bottom: 20px;
  font-size: clamp(2rem, 3vw, 2.4rem);
}
.goushibo_intro .wrap .title:after {
  content: none;
}
@media screen and (max-width: 820px) {
  .goushibo_intro .wrap .title {
    text-align: center;
  }
}
.goushibo_intro .wrap .catch {
  margin-bottom: 20px;
  color: #567031;
  font-size: clamp(2.2rem, 3vw, 2.6rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .goushibo_intro .wrap .catch {
    text-align: center;
  }
}
.goushibo_intro .wrap .lead {
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .goushibo_intro .wrap .lead {
    padding: 0 15px;
    text-align: left;
    line-height: 1.8;
  }
}
.goushibo_intro img {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .goushibo_intro img {
    width: 100%;
  }
}

.goushibo_feature .feature_list {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1100px) {
  .goushibo_feature .feature_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.goushibo_feature .feature_list .item {
  width: calc(20% - 15px);
}
@media screen and (max-width: 1100px) {
  .goushibo_feature .feature_list .item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .goushibo_feature .feature_list .item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.goushibo_feature .feature_list .item img {
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 820px) {
  .goushibo_feature .feature_list .item img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .goushibo_feature .feature_list .item img {
    margin: 0 10px 0 0;
  }
}
.goushibo_feature .family {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.goushibo_feature .select .flex {
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .goushibo_feature .select .flex {
    padding: 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .goushibo_feature .select .flex {
    flex-direction: column;
    gap: 10px;
  }
}
.goushibo_feature .select img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .goushibo_feature .select img {
    width: 80%;
  }
}
.goushibo_feature .select .info .title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .goushibo_feature .select .info .title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.goushibo_feature .select .info .list {
  font-size: 1.8rem;
}
.goushibo_feature .select .info .list .item {
  margin-bottom: 0.5em;
}
.goushibo_feature .select .info .list .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #de8414;
  font-size: 1.1em;
  margin-right: 5px;
}

.goushibo_flow .flow_list {
  gap: 40px;
  margin-bottom: 60px;
  counter-reset: flowitem;
}
@media screen and (max-width: 820px) {
  .goushibo_flow .flow_list {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.goushibo_flow .flow_list .item {
  width: calc(25% - 20px);
  position: relative;
  border: 1px solid #567031;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .goushibo_flow .flow_list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .goushibo_flow .flow_list .item {
    width: 100%;
  }
}
.goushibo_flow .flow_list .item::before {
  content: "STEP" counter(flowitem);
  counter-increment: flowitem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  border: 1px solid;
  font-size: 1.6rem;
  color: #567031;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  line-height: 1;
}
.goushibo_flow .flow_list .item .title {
  background: #567031;
  color: #fff;
  text-align: center;
  padding: 18px 5px 4px;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}
.goushibo_flow .flow_list .item .lead {
  text-align: justify;
  padding: 0 15px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.goushibo_flow .price_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #faf4e6;
  padding: 40px 80px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .goushibo_flow .price_box {
    padding: 20px 30px;
  }
}
.goushibo_flow .price_box .flex {
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .goushibo_flow .price_box .flex {
    flex-direction: column;
    gap: 20px;
  }
}
.goushibo_flow .price_box .flex .label {
  background: #567031;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.2;
  aspect-ratio: 1/1;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .goushibo_flow .price_box .flex .label {
    width: 90px;
    height: 90px;
  }
}
.goushibo_flow .price_box .flex .price_list {
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.goushibo_flow .price_box .flex .price_list .first {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 600;
}
.goushibo_flow .price_box .flex .price_list .detail:before {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 8px;
}

/*----------------------------------------------------
	一般墓地・納骨堂
----------------------------------------------------*/
body.indoor .breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.indoor_intro {
  background: linear-gradient(180deg, #fbfff3 0%, rgba(251, 255, 243, 0) 100%);
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .indoor_intro {
    margin-bottom: 40px;
  }
}
.indoor_intro .inner {
  max-width: 1300px;
  flex-direction: row-reverse;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .indoor_intro .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.indoor_intro .wrap {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .indoor_intro .wrap {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .indoor_intro .wrap {
    width: 100%;
  }
}
.indoor_intro .wrap .title {
  text-align: left;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.indoor_intro .wrap .title:after {
  content: none;
}
@media screen and (max-width: 820px) {
  .indoor_intro .wrap .title {
    text-align: center;
    margin-bottom: 15px;
  }
}
.indoor_intro .wrap .catch {
  margin-bottom: 20px;
  color: #567031;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .indoor_intro .wrap .catch {
    text-align: center;
  }
}
.indoor_intro .wrap .lead {
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .indoor_intro .wrap .lead {
    padding: 0 15px;
    text-align: left;
    line-height: 1.8;
  }
}
.indoor_intro picture {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .indoor_intro picture {
    width: 100%;
    text-align: center;
  }
}

.indoor_feature .worry .title {
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  color: #315897;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .indoor_feature .worry .title {
    margin-bottom: 10px;
  }
}
.indoor_feature .worry .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  outline: 10px solid #dbe4e9;
  border-radius: 10px;
  padding: 20px 100px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .indoor_feature .worry .list {
    padding: 15px 30px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .indoor_feature .worry .list {
    padding: 15px;
    width: 96%;
    outline-width: 5px;
    margin-bottom: 40px;
  }
}
.indoor_feature .worry .list:before {
  content: "";
  background-image: url(../img/indoor/worry.png);
  background-size: cover;
  width: 140px;
  height: 152px;
  position: absolute;
  bottom: -30px;
  left: -50px;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .indoor_feature .worry .list:before {
    width: 110px;
    height: 120px;
    bottom: -30px;
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .indoor_feature .worry .list:before {
    content: none;
  }
}
.indoor_feature .worry .list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 40px solid #dbe4e9;
  border-bottom: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .indoor_feature .worry .list:after {
    border-right-width: 100px;
    border-left-width: 100px;
    border-top-width: 30px;
    bottom: -30px;
  }
}
.indoor_feature .worry .list .item {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indoor_feature .worry .list .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.indoor_feature .worry .list .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #315897;
  font-size: 1.1em;
  margin-right: 5px;
}
.indoor_feature .worry .catch_img {
  text-align: center;
  display: block;
}
.indoor_feature .feature {
  counter-reset: indoor 0;
}
.indoor_feature .feature .feature_box {
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .indoor_feature .feature .feature_box {
    flex-direction: column;
  }
}
.indoor_feature .feature .feature_box:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .indoor_feature .feature .feature_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.indoor_feature .feature .feature_box img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .indoor_feature .feature .feature_box img {
    width: 100%;
  }
}
.indoor_feature .feature .feature_box .title_wrap {
  flex: 1;
  background: #fcf7ee;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .indoor_feature .feature .feature_box .title_wrap {
    padding: 20px;
  }
}
.indoor_feature .feature .feature_box .title_wrap .title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  color: #567031;
  margin-bottom: 10px;
}
.indoor_feature .feature .feature_box .title_wrap .title:before {
  counter-increment: indoor 1;
  content: counter(indoor) ".";
  font-size: 1.3em;
  padding-right: 5px;
  line-height: 1;
}
.indoor_feature .feature .feature_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .indoor_feature .feature .feature_box:nth-child(odd) {
    flex-direction: column;
  }
}

.infoor_price .js-tab-switch .tab_switcher {
  justify-content: center;
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_switcher {
    flex-direction: column;
  }
}
.infoor_price .js-tab-switch .tab_switcher .switching {
  cursor: pointer;
  padding: 6px 20px;
  border-radius: 6px;
  background: transparent;
  color: #567031;
  border: 1px solid;
  text-align: center;
  position: relative;
}
.infoor_price .js-tab-switch .tab_switcher .switching a {
  color: inherit;
  text-decoration: none;
  font-size: 2rem;
}
.infoor_price .js-tab-switch .tab_switcher .switching a .mini {
  font-size: 0.9em;
  font-weight: 400;
}
.infoor_price .js-tab-switch .tab_switcher .switching:not(.show) {
  opacity: 0.7;
}
.infoor_price .js-tab-switch .tab_switcher .switching.show {
  background: #567031;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.infoor_price .js-tab-switch .tab_switcher .switching.show a {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4039215686);
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_switcher .switching.show {
    margin-bottom: 15px;
  }
  .infoor_price .js-tab-switch .tab_switcher .switching.show::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid #567031;
    border-bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -13px;
    margin: auto;
  }
}
.infoor_price .js-tab-switch .tab_contents {
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  .infoor_price .js-tab-switch .tab_contents {
    padding: 20px;
    border-radius: 10px;
  }
}
.infoor_price .js-tab-switch .tab_contents .plan_content {
  display: none;
}
.infoor_price .js-tab-switch .tab_contents .plan_content.show {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.infoor_price .js-tab-switch .tab_contents .content_title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 20px;
  padding: 0.2em 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .infoor_price .js-tab-switch .tab_contents .content_title {
    margin-bottom: 10px;
  }
}
.infoor_price .js-tab-switch .tab_contents .content_title:before, .infoor_price .js-tab-switch .tab_contents .content_title:after {
  content: "";
  width: 40px;
  height: 2px;
  position: unset;
  margin: 0 20px;
  background: #c0b781;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .content_title:before, .infoor_price .js-tab-switch .tab_contents .content_title:after {
    width: 30px;
  }
}
.infoor_price .js-tab-switch .tab_contents .feature_list {
  max-width: 960px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .feature_list {
    flex-direction: column;
  }
}
.infoor_price .js-tab-switch .tab_contents .feature_list .item {
  width: calc(33.3333333333% - 15px);
  border: 1px solid #dde2d6;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .feature_list .item {
    width: 100%;
  }
}
.infoor_price .js-tab-switch .tab_contents .feature_list .item .title {
  background: #dde2d6;
  text-align: center;
  padding: 5px;
}
.infoor_price .js-tab-switch .tab_contents .feature_list .item .catch {
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.2;
}
.infoor_price .js-tab-switch .tab_contents .function {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .function:not(.caution) {
    margin-bottom: 20px;
  }
}
.infoor_price .js-tab-switch .tab_contents .function .label {
  display: inline-block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  color: #567031;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .function .label {
    margin-bottom: 5px;
  }
}
.infoor_price .js-tab-switch .tab_contents .function.caution {
  color: #ae2c2c;
  font-size: 1.2em;
  text-decoration: underline;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .function.caution {
    text-align: left;
  }
}
.infoor_price .js-tab-switch .tab_contents .function.caution::before {
  content: "※";
}
.infoor_price .js-tab-switch .tab_contents .table_wrap {
  padding: 0 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .table_wrap {
    overflow-y: scroll;
  }
}
.infoor_price .js-tab-switch .tab_contents .table_wrap table {
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .table_wrap table {
    min-width: 600px;
  }
}
.infoor_price .js-tab-switch .tab_contents .table_wrap table th,
.infoor_price .js-tab-switch .tab_contents .table_wrap table td {
  border: 1px solid #eee;
  padding: 0.7em 1em;
  text-align: center;
}
.infoor_price .js-tab-switch .tab_contents .table_wrap table th .mini,
.infoor_price .js-tab-switch .tab_contents .table_wrap table td .mini {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .table_wrap table th .mini,
.infoor_price .js-tab-switch .tab_contents .table_wrap table td .mini {
    display: block;
  }
}
.infoor_price .js-tab-switch .tab_contents .table_wrap table th {
  background: #d3cda7;
  font-size: 1.7rem;
  line-height: 1.4;
}
.infoor_price .js-tab-switch .tab_contents .subscription {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.infoor_price .js-tab-switch .tab_contents .subscription .year {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  margin-bottom: 15px;
  line-height: 1.1;
  text-align: center;
}
.infoor_price .js-tab-switch .tab_contents .subscription .year .num {
  font-size: 1.2em;
  font-family: "Oswald", sans-serif;
}
.infoor_price .js-tab-switch .tab_contents .subscription .year .mini {
  font-size: 0.8em;
}
.infoor_price .js-tab-switch .tab_contents .subscription .detail {
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border: 1px solid #ccc;
  padding-right: 20px;
}
.infoor_price .js-tab-switch .tab_contents .subscription .detail .label {
  background: #eee;
  padding: 10px;
}
.infoor_price .js-tab-switch .tab_contents .img {
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_contents .img {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoor_price .js-tab-switch .tab_switcher {
    gap: 6px;
  }
  .infoor_price .js-tab-switch .tab_contents .plan_content {
    padding: 8px 0 0 0;
  }
}

/*----------------------------------------------------
	樹木葬
----------------------------------------------------*/
body.jyumokusou .under_page_head {
  display: none;
}
body.jyumokusou .breadcrumbs {
  padding-top: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.jyumokusou .breadcrumbs {
    padding-top: 55px;
    margin-bottom: 0;
  }
}
body.jyumokusou .sec_title:after {
  background: #567031;
  height: 3px;
}

.ju_title {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 35px 30px 20px;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .ju_title {
    padding: 20px 30px;
    margin-bottom: 10px;
  }
}
.ju_title span {
  position: relative;
  z-index: 2;
}
.ju_title .color {
  color: #567031;
}
.ju_title:after {
  content: "";
  background: url(../img/jumoku/title_bg.png);
  width: 124px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ju_title:after {
    width: 85px;
    height: 70px;
  }
}

.jumoku_mv {
  padding: 60px 0;
  text-align: center;
  background: url(../img/jumoku/mv_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .jumoku_mv {
    padding: 40px 15px;
  }
}

.jumoku_menu {
  padding: 10px 0;
  background: #578c0e;
}
.jumoku_menu.fixed {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 800;
}
@media screen and (max-width: 767px) {
  .jumoku_menu.fixed {
    top: 54px;
  }
}
.jumoku_menu .sp_button {
  color: #fff;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.jumoku_menu .sp_button:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.jumoku_menu .sp_button.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.jumoku_menu__list {
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jumoku_menu__list {
    flex-wrap: wrap;
    gap: 5px;
    display: none;
  }
}
.jumoku_menu__list .item {
  flex: auto;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .jumoku_menu__list .item {
    border-left: 0;
    border-bottom: 1px solid #42690c;
  }
}
.jumoku_menu__list .item:last-of-type {
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .jumoku_menu__list .item:last-of-type {
    border-bottom: 0;
    margin-top: 10px;
  }
}
.jumoku_menu__list .item:last-of-type a {
  background: #fb9028;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 3px 0;
  position: relative;
  text-align: center !important;
}
.jumoku_menu__list .item:last-of-type a .mini {
  font-weight: 400;
}
.jumoku_menu__list .item:last-of-type a:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.2rem;
}
.jumoku_menu__list .item a {
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .jumoku_menu__list .item a {
    padding: 5px 10px;
    text-align: left;
  }
}

.jumoku_osusume {
  background-image: url(../img/jumoku/osusume_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1100px) {
  .jumoku_osusume {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .jumoku_osusume {
    padding-bottom: 30px;
  }
}
.jumoku_osusume .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.4rem);
  position: relative;
  padding: 0 30px;
}
.jumoku_osusume .title .big {
  font-size: 1.5em;
  color: #567031;
  line-height: 1.2;
}
.jumoku_osusume .title .big.catch {
  color: #de8414;
}
.jumoku_osusume .title:before, .jumoku_osusume .title:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #567031;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .jumoku_osusume .title:before, .jumoku_osusume .title:after {
    height: 50%;
    top: 40%;
  }
}
.jumoku_osusume .title:before {
  left: 0;
  transform: rotate(-20deg);
}
.jumoku_osusume .title:after {
  right: 0;
  transform: rotate(20deg);
}
.jumoku_osusume__list {
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .jumoku_osusume__list {
    flex-wrap: wrap;
    gap: 10px 20px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .jumoku_osusume__list {
    width: 100%;
    gap: 10px;
  }
}
.jumoku_osusume__list .item {
  font-size: clamp(1.8rem, 4vw, 1.9rem);
  line-height: 1.4;
  width: 190px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 120px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  justify-content: center;
  border: 2px solid #b5cc93;
  box-shadow: 3px 5px 0 #e7e9e5;
  background: url(../img/jumoku/icon.png);
  background-position: center 85%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .jumoku_osusume__list .item {
    width: calc(33.3333333333% - 15px);
    flex: unset;
  }
}
@media screen and (max-width: 767px) {
  .jumoku_osusume__list .item {
    width: 100%;
    aspect-ratio: unset;
    padding: 10px 20px 10px 60px;
    text-align: left;
    justify-content: flex-start;
    background-position: 10px;
  }
}

.jumoku_feature {
  background: url(../img/jumoku/feature_bg.png);
}
@media screen and (max-width: 767px) {
  .jumoku_feature {
    padding-bottom: 20px;
  }
}
.jumoku_feature .intro_lead {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .jumoku_feature .intro_lead {
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: unset;
  }
}
.jumoku_feature .feature__box {
  padding: 40px 0;
  position: relative;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .jumoku_feature .feature__box {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jumoku_feature .feature__box {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 30px 15px;
  }
}
.jumoku_feature .feature__box:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #faf4e6;
  opacity: 0.8;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
.jumoku_feature .feature__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .jumoku_feature .feature__box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.jumoku_feature .feature__box:nth-child(even):before {
  opacity: 0.4;
}
.jumoku_feature .feature__box img {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jumoku_feature .feature__box img {
    width: 100%;
  }
}
.jumoku_feature .feature__box-info {
  flex: 1;
}
.jumoku_feature .feature__box-info .title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #567031;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .jumoku_feature .feature__box-info .title {
    margin-bottom: 5px;
  }
}
.jumoku_feature .feature__box-info .title .label {
  background: #de8414;
  font-size: 0.7em;
  padding: 5px 15px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50px;
}
@media screen and (max-width: 820px) {
  .jumoku_feature .feature__box-info .title .label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 15px;
  }
}
.jumoku_feature .feature__box-info .lead {
  text-align: justify;
}

.jumoku_system img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jumoku_system .center {
    text-align: left;
  }
}

.jumoku_faq {
  background: #f7f8f5;
}
.jumoku_faq .faq_box {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.jumoku_faq .faq_box:last-of-type {
  margin: 0 auto;
}
.jumoku_faq .faq_box .answer {
  display: none;
}
.jumoku_faq .faq_box .question button {
  background: #fff;
}

.jumoku_flow__box {
  max-width: 1100px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px 40px;
  position: relative;
  margin: 0 auto;
  align-items: flex-start;
  background: #f7f8f5;
}
@media screen and (max-width: 820px) {
  .jumoku_flow__box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box {
    flex-direction: column-reverse;
  }
}
.jumoku_flow__box:not(:last-of-type) {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.jumoku_flow__box:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 40px solid #567031;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  opacity: 0.2;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box:not(:last-of-type):after {
    border-top-width: 20px;
    bottom: -20px;
  }
}
.jumoku_flow__box img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box img {
    width: 100%;
  }
}
.jumoku_flow__box .info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box .info {
    width: 100%;
  }
}
.jumoku_flow__box .info .title {
  border-bottom: 3px double #567031;
  font-size: clamp(2rem, 4vw, 2.2rem);
  margin-bottom: 10px;
  color: #567031;
  font-weight: 700;
}
.jumoku_flow__box .contact {
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box .contact {
    flex-direction: column;
  }
}
.jumoku_flow__box .contact .tel {
  border: 2px solid #c01a1a;
  box-shadow: 0 3px #931414;
  border-radius: 5px;
  padding: 8px 15px;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  background: #fff;
}
.jumoku_flow__box .contact .tel .tel_anime {
  width: 35px;
  height: 35px;
}
.jumoku_flow__box .contact .tel .tel_anime svg {
  fill: #c01a1a;
  width: 100%;
  height: 100%;
}
.jumoku_flow__box .contact .tel .sp_hide {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.jumoku_flow__box .contact .tel .pc_hide {
  font-size: 2.8rem;
  font-weight: 600;
}
.jumoku_flow__box .contact .tel .time {
  line-height: 1;
}
.jumoku_flow__box .contact .consulation {
  border: 2px solid #de8414;
  border-radius: 5px;
  padding: 10px 25px 10px 15px;
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  box-shadow: 0 3px #af6810;
  background: #fffaf6;
  color: #de8414;
}
.jumoku_flow__box .contact .consulation .mini {
  font-size: 0.7em;
  display: block;
  color: #333;
}
.jumoku_flow__box .contact .consulation:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .jumoku_flow__box .contact .consulation:after {
    right: 2px;
  }
}

/*----------------------------------------------------
	法事について
----------------------------------------------------*/
.hoji_intro .lead {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.hoji_intro img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .hoji_type .hoji_type_list {
    flex-direction: column;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.hoji_type .hoji_type_list .item {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1100px) {
  .hoji_type .hoji_type_list .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 820px) {
  .hoji_type .hoji_type_list .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
}
.hoji_type .hoji_type_list .item img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1100px) {
  .hoji_type .hoji_type_list .item img {
    width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .hoji_type .hoji_type_list .item img {
    width: 100px;
    margin-bottom: 0;
  }
}
.hoji_type .hoji_type_list .item .title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  margin-bottom: 10px;
  color: #567031;
}
@media screen and (max-width: 820px) {
  .hoji_type .hoji_type_list .item .title {
    text-align: left;
    margin-bottom: 0;
  }
}
.hoji_type .hoji_type_list .item .title .kana {
  font-size: 0.8em;
}
.hoji_type .hoji_type_list .item .title .lead {
  text-align: justify;
}

.hoji_attend .hoji_attend_list {
  margin-bottom: 60px;
  border: 4px solid #ccd4c1;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hoji_attend .hoji_attend_list {
    padding: 20px 20px 0;
  }
}
.hoji_attend .hoji_attend_list:after {
  content: "";
  background: url(../img/hoji/attend_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -50px;
  right: 10px;
}
@media screen and (max-width: 820px) {
  .hoji_attend .hoji_attend_list:after {
    bottom: -30px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hoji_attend .hoji_attend_list:after {
    position: unset;
    display: block;
    margin-left: auto;
    margin-bottom: -50px;
  }
}
.hoji_attend .hoji_attend_list .item {
  font-size: 1.7rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.hoji_attend .hoji_attend_list .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.hoji_attend .hoji_attend_list .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #567031;
  font-size: 1.1em;
}
.hoji_attend .hoji_attend_list .item .big {
  font-weight: bold;
  font-size: 1.1em;
}
.hoji_attend .attend_wrap {
  display: block;
}
.hoji_attend .attend_wrap .title {
  border-top: 1px solid #c0b781;
  padding: 0.5em 1em;
  margin-bottom: 20px;
  background: #e0dbc0;
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: center;
}
.hoji_attend .attend_wrap .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
.hoji_attend .attend_wrap .lead.line {
  border-bottom: 4px dotted #c0b781;
}
@media screen and (max-width: 820px) {
  .hoji_attend .attend_wrap .lead.line {
    display: inline;
    border-bottom-width: 2px;
  }
}
.hoji_attend .attend_wrap table {
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.hoji_attend .attend_wrap table th,
.hoji_attend .attend_wrap table td {
  border: 1px solid #ccc;
  padding: 0.7em 1em;
}
.hoji_attend .attend_wrap table th {
  background: #ece9d9;
  font-size: 1.7rem;
}

.hoji_flow {
  counter-reset: hoji 0;
}
.hoji_flow .hoji_flow_box {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_flow_box {
    padding: 20px 0;
  }
}
.hoji_flow .hoji_flow_box:nth-child(even) {
  background: #f7f8f5;
}
.hoji_flow .hoji_flow_box .flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_flow_box .flex {
    flex-direction: column-reverse;
  }
}
.hoji_flow .hoji_flow_box .info {
  flex: 1;
}
.hoji_flow .hoji_flow_box .info .title {
  background: #567031;
  color: #fff;
  padding: 5px 15px;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 20px;
  border-radius: 5px;
}
.hoji_flow .hoji_flow_box .info .title:before {
  counter-increment: hoji 1;
  content: counter(hoji) ".";
}
.hoji_flow .hoji_flow_box .info .lead {
  padding: 0 2em 1em;
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_flow_box .info .lead {
    padding: 0 1em 1em;
  }
}
.hoji_flow .hoji_flow_box .info .lead:last-of-type {
  padding-bottom: 0;
}
.hoji_flow .hoji_flow_box img {
  width: 30%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_flow_box img {
    width: 80%;
    margin: 0 auto;
  }
}
.hoji_flow .hoji_food {
  background: #faf6eb;
  padding: 40px 50px 20px;
  border-radius: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .hoji_flow .hoji_food {
    padding: 40px 20px 20px;
  }
}
.hoji_flow .hoji_food .food_title {
  font-size: clamp(2rem, 2vw, 2.5rem);
  background: #af985a;
  outline: 2px solid #af985a;
  outline-offset: 3px;
  text-align: center;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.hoji_flow .hoji_food > .flex {
  align-items: center;
}
@media screen and (max-width: 820px) {
  .hoji_flow .hoji_food > .flex {
    flex-direction: column;
  }
}
.hoji_flow .hoji_food > .flex img {
  width: 30%;
}
@media screen and (max-width: 820px) {
  .hoji_flow .hoji_food > .flex img {
    width: 90%;
  }
}
.hoji_flow .hoji_food > .flex .info {
  flex: 1;
}
.hoji_flow .hoji_food > .flex .info .feature {
  margin-bottom: 40px;
}
.hoji_flow .hoji_food > .flex .info .feature .item {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 4vw, 1.8rem);
}
.hoji_flow .hoji_food > .flex .info .feature .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #de8414;
  padding-right: 0.5em;
}
.hoji_flow .hoji_food > .flex .info .point_title {
  color: #fff;
  background: #e59d43;
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: 600;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  margin: 0 0 10px;
  border-radius: 50px;
  padding: 5px 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_food > .flex .info .point_title {
    text-align: center;
  }
}
.hoji_flow .hoji_food > .flex .info .point_list {
  justify-content: flex-start;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 820px) {
  .hoji_flow .hoji_food > .flex .info .point_list {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_food > .flex .info .point_list {
    gap: 10px;
    padding-left: 0;
    flex-direction: column;
  }
}
.hoji_flow .hoji_food > .flex .info .point_list:after {
  content: "";
  background: url(../img/hoji/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: absolute;
  right: 20px;
  bottom: -20px;
}
@media screen and (max-width: 1100px) {
  .hoji_flow .hoji_food > .flex .info .point_list:after {
    width: 130px;
    height: 130px;
    right: -50px;
  }
}
@media screen and (max-width: 820px) {
  .hoji_flow .hoji_food > .flex .info .point_list:after {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .hoji_flow .hoji_food > .flex .info .point_list:after {
    right: -20px;
  }
}
.hoji_flow .hoji_food > .flex .info .point_list .item {
  border: 1px solid #de8414;
  padding: 15px 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
  background: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .hoji_flow .hoji_food > .flex .info .point_list .item {
    width: 90%;
    margin: 0 auto;
    padding: 15px 5px;
  }
}
.hoji_flow .hoji_food-caution li {
  font-size: 1.5rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.hoji_flow .hoji_food-caution li:before {
  content: "※";
}

/*----------------------------------------------------
	寺院施設
----------------------------------------------------*/
.facility_section .intro_lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.facility_section .facility_list {
  margin: 0 auto 60px;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .facility_section .facility_list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.facility_section .facility_list .item {
  width: calc(25% - 3px);
  text-align: center;
}
@media screen and (max-width: 820px) {
  .facility_section .facility_list .item {
    width: calc(50% - 3px);
  }
}
.facility_section .facility_list .item a {
  border: 1px solid;
  padding: 15px 10px;
  border-radius: 3px;
  display: block;
  background: #567031;
  color: #fff;
  position: relative;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
@media screen and (max-width: 820px) {
  .facility_section .facility_list .item a {
    border-radius: 10px;
  }
}
.facility_section .facility_list .item a:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .facility_section .facility_list .item a:after {
    content: none;
  }
}
.facility_section .facility_list .item a:hover:after {
  transform: translateY(-40%);
}
.facility_section .facility_list .item:first-of-type a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.facility_section .facility_list .item:last-of-type a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.facility_section .facility_detail:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .facility_section .facility_detail:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.facility_section .facility_detail .title {
  background: #faf4e6;
  font-size: clamp(2.4rem, 4vw, 2.6rem);
  padding: 0.5em 1em;
  margin-bottom: 30px;
  font-weight: 600;
  border-left: 2px solid #c0b781;
}
.facility_section .facility_detail .item {
  align-items: center;
  gap: 50px;
  padding: 0 30px;
}
.facility_section .facility_detail .item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .facility_section .facility_detail .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .facility_section .facility_detail .item {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .facility_section .facility_detail .item {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
}
.facility_section .facility_detail .item .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .facility_section .facility_detail .item .img {
    width: 100%;
  }
}
.facility_section .facility_detail .item .info {
  flex: 1;
}
.facility_section .facility_detail .item .info:has(.lead + *) .lead {
  margin-bottom: 1em;
}
.facility_section .facility_detail .item .info .catch {
  text-align: left;
  font-size: clamp(2.2rem, 4vw, 2.5rem);
  font-weight: 500;
  color: #567031;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .facility_section .facility_detail .item .info .catch {
    padding-left: 25px;
  }
}
.facility_section .facility_detail .item .info .catch::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #567031;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .facility_section .facility_detail .item .info .catch::before {
    width: 20px;
  }
}
.facility_section .facility_detail .item .info .lead .bold {
  font-weight: bold;
}
.facility_section .facility_detail .item .info .list {
  list-style: disc;
  margin-left: 1.5em;
}
.facility_section .facility_detail .item .info .list li {
  list-style: disc;
  margin-bottom: 5px;
}
.facility_section .facility_detail .item .info .caution {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 0.9em;
}
.facility_section .facility_detail .item .info .caution:before {
  content: "※";
}
.facility_section .facility_detail .item.w100 {
  flex-direction: column;
}
.facility_section .facility_detail .item.w100 .info {
  max-width: 1000px;
  margin: 0 auto;
}
.facility_section .facility_detail .item.w100 .img {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.facility_cta > .catch {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .facility_cta > .catch {
    padding: 0;
  }
}
.facility_cta > .catch:before, .facility_cta > .catch::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #333;
  position: absolute;
  bottom: 5px;
}
.facility_cta > .catch:before {
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .facility_cta > .catch:before {
    left: 10px;
  }
}
.facility_cta > .catch::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .facility_cta > .catch::after {
    right: 10px;
  }
}
.facility_cta > .catch .color {
  display: inline-block;
  font-size: 1.2em;
  padding: 0 10px;
  color: #6a4700;
  font-weight: bold;
  line-height: 1.4;
}

/*----------------------------------------------------
	寺院紹介
----------------------------------------------------*/
body.about .under_page_head {
  margin: 0;
}
body.about .breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.about_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .about_table {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.about_table th,
.about_table td {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .about_table th,
.about_table td {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }
}
.about_table th {
  background: #f7f8f5;
  border-bottom: 1px solid #567031;
  font-weight: bold;
  color: #567031;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about_table th {
    text-align: left;
    border-bottom: 0;
  }
}
.about_table th:first-of-type {
  border-top: 1px solid #567031;
}
.about_table td {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .about_table td {
    border: 0;
  }
}
.about_table.event th,
.about_table.event td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .about_table.event th,
.about_table.event td {
    text-align: left;
    border: 0;
    border-top: 1px solid #ccc;
  }
}
.about_table.event th.title {
  background: #567031;
  color: #fff;
  white-space: nowrap;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .about_table.event th.title {
    display: none;
  }
}
.about_table.event .center {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .about_table.event .center {
    padding-bottom: 0;
  }
}
.about_table.event .center .kana {
  display: block;
  font-size: 0.8em;
}
.about_table.event .month {
  text-align: center;
  background: #e6eae0;
}
@media screen and (max-width: 767px) {
  .about_table.event .month {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .about_table.event .lead {
    border-top: 0;
  }
}
.about_table.event img {
  aspect-ratio: 3/2;
  max-width: 220px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_intro {
  background: url(../img/about/about_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
.about_intro:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.about_intro .inner {
  max-width: 1100px;
}
.about_intro .first_catch {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  position: relative;
}
@media screen and (max-width: 820px) {
  .about_intro .first_catch {
    margin-bottom: 10px;
  }
}
.about_intro .first_catch .wrap {
  display: inline-block;
  padding: 0 0 20px;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .about_intro .first_catch .wrap {
    padding-bottom: 10px;
  }
}
.about_intro .first_catch:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #c0b781;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about_intro .first_catch:after {
    height: 20px;
  }
}
.about_intro .intro_title {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  text-align: center;
  color: #567031;
}
@media screen and (max-width: 820px) {
  .about_intro .intro_title {
    margin-bottom: 10px;
  }
}
.about_intro .lead {
  line-height: 2.2;
  margin-bottom: 1.5em;
  font-size: clamp(1.6rem, 4vw, 1.7rem);
}
@media screen and (max-width: 1100px) {
  .about_intro .lead {
    padding: 0 1em;
  }
}
.about_intro .flex {
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .about_intro .flex {
    flex-direction: column;
    gap: 0;
  }
}
.about_intro .flex .lead {
  width: 65%;
}
@media screen and (max-width: 820px) {
  .about_intro .flex .lead {
    width: 100%;
  }
}
.about_intro .flex .img {
  flex: 1;
}
.about_intro .flex .img figcaption {
  font-size: 2rem;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
}
.about_intro .flex .img figcaption .name {
  font-size: 1.2em;
}
@media screen and (max-width: 820px) {
  .about_intro .flex .img img {
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}

.about_access {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 820px) {
  .about_access .flex {
    flex-direction: column;
  }
}
.about_access .flex .info {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .about_access .flex .info {
    width: 100%;
  }
}
.about_access .flex .info .wrap {
  margin-bottom: 30px;
}
.about_access .flex .info .title {
  color: #567031;
  background: #eef1ea;
  padding: 0.5em 1em;
  margin-bottom: 10px;
  line-height: 1.2;
}
.about_access .flex .info .lead {
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .about_access .flex .info .lead {
    padding: 0 20px;
  }
}
.about_access .flex .map {
  flex: 1;
}
.about_access .flex .map iframe {
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .about_access .flex .map iframe {
    aspect-ratio: 3/2;
  }
}

.about_houyo {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .about_houyo .catch {
    text-align: left;
    font-size: 1.6rem;
  }
}
.about_houyo .banner_list {
  margin: 0 auto;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin-bottom: 0;
  }
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .contact_form dt,
.contact_form dd {
    border: 0;
  }
}
.contact_form dt {
  width: 30%;
  background: #f1f1f1;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .contact_form dt {
    width: 100%;
    font-weight: bold;
    padding: 5px 10px;
  }
}
.contact_form dt .hissu,
.contact_form dt .nini {
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  background-color: #b72e2e;
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .contact_form dt .hissu,
.contact_form dt .nini {
    transform: translateY(-50%);
    top: 50%;
  }
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  .contact_form dd {
    padding: 15px 10px 30px;
    width: 100%;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form dd .input_wrap.f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
}
.contact_form dd .input_wrap.date {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact_form dd .input_wrap.date .label {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dd .input_wrap .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}
.contact_form dd .ul_a {
  color: #b72e2e;
  font-size: 1.7rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.contact_form dd .ul_a li:before {
  content: "※";
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 1.8rem;
}
.contact_form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_form .group {
    flex-wrap: wrap;
  }
}
.contact_form select {
  padding: 5px 10px;
}

.radio-person {
  display: flex;
  margin-bottom: 30px;
}
.radio-person input {
  display: none;
}
.radio-person .wpcf7-list-item {
  width: 50%;
  border: 2px solid #00a0e9;
  color: #00a0e9;
}
.radio-person .wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px;
}
.radio-person .wpcf7-list-item .wpcf7-list-item-labell:hover {
  cursor: pointer;
}
.radio-person .wpcf7-list-item label {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.radio-person .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #00a0e9;
  color: #fff;
}

.pp_wrap .center {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .pp_wrap .center {
    text-align: justify;
  }
}

.pp_box {
  width: 100%;
  max-width: 1000px;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
}
.pp_box p {
  padding: 0 0 1em;
}
.pp_box p span {
  display: block;
  font-weight: 700;
}
.pp_box h2,
.pp_box h3,
.pp_box h4 {
  font-weight: bold;
  margin-bottom: 1em;
}
.pp_box h2 {
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 1px solid;
}
.pp_box h3 {
  font-size: 2rem;
}
.pp_box h4 {
  font-size: 1.8rem;
}

.accept {
  padding: 20px;
  background: #fafafa;
  text-align: center;
  margin-bottom: 40px;
}

.wpcf7-submit,
.wpcf7-previous {
  margin: 0 auto;
  display: block;
  border: 1px solid #b72e2e;
  border-radius: 30px;
  font-size: 2.2rem;
  background: #b72e2e;
  color: #fff;
  padding: 15px;
  transition: all 0.3s;
  width: 100%;
  max-width: 550px;
  line-height: 1.2;
  box-shadow: 0 5px #912020;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit,
.wpcf7-previous {
    white-space: normal;
    padding: 15px 30px;
    border-radius: 50px;
    margin-bottom: 30px;
  }
}
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background-color: #fff;
  color: #b72e2e;
}

.column_form_first .contact_lead {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_form_first .contact_lead {
    text-align: justify;
  }
  .column_form_first .contact_lead br {
    display: none;
  }
}
.column_form_first .contact_tel {
  display: block;
  background: #faf4e6;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .column_form_first .contact_tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    border-radius: 5px;
    box-shadow: 0 5px #dcd2bb;
  }
}
.column_form_first .contact_tel .num {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .column_form_first .contact_tel .num {
    padding: 15px 40px 0;
    font-weight: 600;
  }
}
.column_form_first .contact_tel .num:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 0.7em;
}
.column_form_first .contact_time {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_form_first .contact_time {
    padding-bottom: 8px;
  }
}
/*# sourceMappingURL=style.css.map */