@charset "UTF-8";
/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.column_hall_first {
  margin-bottom: 45px;
}
.column_hall_first .sec_title {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .column_hall_first .sec_title {
    font-size: 2.8rem;
  }
}
.column_hall_first #main-carousel {
  margin-bottom: 1rem;
}
.column_hall_first #thumbnail-carousel {
  padding-bottom: 0;
}
.column_hall_first .family_hall_laber {
  background: #c1438c;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.column_hall_first .hall_head_wrap {
  width: 100%;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap {
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex_item {
    width: 48%;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .flex_item {
    width: 100%;
  }
}
.column_hall_first .hall_head_wrap .flex_item:first-child {
  margin-right: auto;
  align-self: center;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .flex_item:first-child {
    width: 100%;
  }
}
.column_hall_first .hall_head_wrap .flex_item:first-child .sec_title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex_item:first-child .sec_title {
    font-size: 2rem;
  }
}
.column_hall_first .hall_head_wrap .sec_title {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .sec_title {
    text-align: center;
  }
}

.column_hall_detail {
  margin-bottom: 80px;
  padding: 80px 0;
  background: #fefafd;
}
@media screen and (max-width: 820px) {
  .column_hall_detail {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.column_hall_detail .hall_read {
  margin-bottom: 40px;
}
.column_hall_detail .hall_read_title {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #c1438c;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .column_hall_detail .hall_read_title {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.column_hall_detail .hall_read_title:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .column_hall_detail .hall_read_title:before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
}
.column_hall_detail .hall_detail {
  position: relative;
}
.column_hall_detail .hall_detail .sec_title {
  text-align: left;
}
.column_hall_detail .hall_detail .detail_box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  background: #fff;
  margin-top: 0;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box {
    flex-direction: column;
    padding: 15px;
  }
}
.column_hall_detail .hall_detail .detail_box a {
  text-decoration: none;
  color: inherit;
}
.column_hall_detail .hall_detail .detail_box .google_link {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #c1438c;
  position: relative;
}
.column_hall_detail .hall_detail .detail_box .google_link::after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  padding-right: 0.5em;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
    flex-direction: column;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
  width: 40%;
  min-width: 165px;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt i {
  color: #c1438c;
  margin-right: 1.5rem;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon li {
  width: calc(25% - 4px);
  border-radius: 5px;
  padding: 5px;
  background: #c1438c;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon li {
    width: calc(50% - 4px);
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon li:before {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #fff;
  padding-right: 0.5em;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_right {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 {
  width: 100%;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon li {
  width: calc(25% - 4px);
  border-radius: 5px;
  padding: 5px;
  background: #fff8fc;
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
  border: 1px solid #c1438c;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon li {
    width: calc(50% - 4px);
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon li:before {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #c1438c;
  padding-right: 0.5em;
}

.column_reason .sec_title br {
  display: none;
}

.column_hall_matterport .title {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .column_hall_matterport .title {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    font-size: 2rem;
  }
}
.column_hall_matterport .title i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.column_hall_matterport .hall_matterport_wrap {
  text-align: center;
}
.column_hall_matterport .hall_matterport_vr {
  max-width: 960px;
  width: 100%;
  height: 480px;
  margin-bottom: 30px;
  pointer-events: auto !important;
}

.column_hall_reason .hall_reason_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  counter-reset: cnt 0;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap {
    flex-wrap: wrap;
  }
}
.column_hall_reason .hall_reason_wrap .hall_reason_box {
  width: 32.3333333333%;
  box-shadow: 0 0 10px #eee;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  flex-direction: column;
  position: relative;
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  counter-increment: reason 1;
  overflow: hidden;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box::before {
  content: counter(reason, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: #c1438c;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 55px;
  height: 0;
  width: 0;
  border-left: 30px solid #c1438c;
  border-right: 30px solid #c1438c;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .column_hall_reason .hall_reason_wrap .hall_reason_box .img_box, .column_hall_reason .hall_reason_wrap .hall_reason_box .text_wrap {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box {
    flex-direction: column;
  }
  .column_hall_reason .hall_reason_wrap .hall_reason_box .img_box, .column_hall_reason .hall_reason_wrap .hall_reason_box .text_wrap {
    width: 100%;
  }
  .column_hall_reason .hall_reason_wrap .hall_reason_box .img_box img {
    width: 100%;
  }
}
.column_hall_reason .hall_reason_wrap .text_wrap {
  padding: 20px;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title {
  font-size: clamp(1.8rem, 5vw, 2rem);
  color: #c1438c;
  margin-bottom: 10px;
  line-height: 1.4;
}

.column_hall_staff .hall_staff_title {
  position: relative;
  padding: 1rem 65px;
  text-align: center;
  font-size: 2.4rem;
  color: #c1438c;
}
.column_hall_staff .hall_staff_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #c1438c;
}
.column_hall_staff .hall_staff_title span {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .column_hall_staff .hall_staff_title span {
    font-size: 2rem;
  }
}
.column_hall_staff .hall_staff_wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .column_hall_staff .hall_staff_wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.column_hall_staff .hall_staff_img {
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .column_hall_staff .hall_staff_img {
    margin: 0 auto;
  }
}
.column_hall_staff .hall_staff_text {
  width: calc(100% - 15px - 200px);
}
@media screen and (max-width: 480px) {
  .column_hall_staff .hall_staff_text {
    width: 100%;
  }
}

#hall .column:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  #hall .column:last-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #hall .column:last-child {
    margin-bottom: 30px;
  }
}

.column_other_areas {
  overflow: unset;
}
.column_other_areas .title {
  padding: 5px 10px;
  border-left: 5px solid #c1438c;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_other_areas .title {
    font-size: 1.7rem;
  }
}
.column_other_areas .other_areas_list {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .column_other_areas .other_areas_list {
    gap: 5px;
  }
}
.column_other_areas .other_areas_list li a {
  text-decoration: underline;
  text-align: center;
  color: #333;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.8rem;
  line-height: 1;
}

.page-template-hall_detail .column_hall_list .hall_info_box {
  padding: 0;
  margin-bottom: 30px;
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.column_about_mv {
  text-align: center;
}
.column_about_mv .sec_title {
  margin-bottom: 15px;
  list-style: 1.2;
}
@media screen and (max-width: 767px) {
  .column_about_mv .sec_title {
    margin-bottom: 10px;
  }
}
.column_about_mv .text_wrap {
  background: rgba(255, 255, 255, 0.8509803922);
  padding: 20px;
  max-width: 600px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .column_about_mv .text_wrap {
    padding: 10px;
  }
}
.column_about_mv .text_wrap .catch {
  margin-bottom: 0;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_about_mv .text_wrap .catch {
    font-size: 1.4rem;
  }
}
.column_about_mv .text_wrap .catch span {
  color: #c1438c;
}

.column_about_feature {
  overflow: unset;
}
.column_about_feature .catch {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .column_about_feature .catch {
    margin-bottom: 20px;
  }
}
.column_about_feature .feature_list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .column_about_feature .feature_list {
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 820px) {
  .column_about_feature .feature_list {
    gap: 30px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_about_feature .feature_list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .column_about_feature .feature_list {
    flex-direction: column;
    gap: 10px;
  }
}
.column_about_feature .feature_item {
  width: calc(20% - 15px);
}
@media screen and (max-width: 1100px) {
  .column_about_feature .feature_item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_about_feature .feature_item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .column_about_feature .feature_item {
    width: 100%;
  }
}
.column_about_feature .feature_item a {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.column_about_feature .feature_item a::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  bottom: 5px;
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.column_about_feature .feature_item a:hover {
  transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .column_about_feature .feature_item a:hover {
    transform: translateY(0);
  }
}
.column_about_feature .feature_item .icon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  padding: 7px 20px 10px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .column_about_feature .feature_item .icon {
    top: 0;
    left: 0;
    transform: none;
    border-radius: 5px 0 50px 0;
    padding: 5px 20px 8px 10px;
  }
}
.column_about_feature .feature_item .icon .num {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  margin-left: 0.2rem;
  font-weight: normal;
  color: #fff;
}
.column_about_feature .feature_item:nth-child(1) .icon {
  background: #c1438c;
}
.column_about_feature .feature_item:nth-child(2) .icon {
  background: #5168a5;
}
.column_about_feature .feature_item:nth-child(3) .icon {
  background: #8c7752;
}
.column_about_feature .feature_item:nth-child(4) .icon {
  background: #5e9f5e;
}
.column_about_feature .feature_item:nth-child(5) .icon {
  background: #7a4f86;
}
.column_about_feature .feature_item .wrap {
  position: relative;
}
.column_about_feature .feature_item .wrap img {
  border-radius: 5px;
}
.column_about_feature .feature_item .text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .column_about_feature .feature_item .text {
    left: auto;
    transform: none;
    justify-content: flex-end;
    text-align: right;
    right: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
  .column_about_feature .feature_item .text .none {
    display: none;
  }
}

.about_feature {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .about_feature {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .about_feature {
    padding: 30px 0;
  }
}
.about_feature .catch, .about_feature .feature_mv {
  margin-bottom: 30px;
}
.about_feature .feature_mv {
  border-radius: 10px;
}
.about_feature .gallery_list {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about_feature .gallery_list {
    gap: 10px;
  }
}
.about_feature .gallery_list .gallery_item {
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_feature .gallery_list .gallery_item {
    width: 50%;
  }
}
.about_feature .label {
  background: #c1438c;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}
.about_feature .label p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 13px 55px 13px 30px;
  font-weight: bold;
  line-height: 1;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about_feature .label p {
    font-size: 2rem;
  }
}
.about_feature .label p .num {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: #fff;
  color: #c1438c;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.about_feature .about_text {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 30px;
  border: 1px dashed #e3e0df;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about_feature .about_text {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .about_feature .about_text {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_feature .about_text {
    width: 95%;
    padding: 15px;
  }
}
.about_feature .about_btn {
  background: #c1438c;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 7px solid rgba(0, 0, 0, 0.1019607843);
  position: relative;
  line-height: 1.4;
}
.about_feature .about_btn::after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.about_feature--1 {
  background: #fefafd;
}
.about_feature--1 .sec_title .point {
  color: #c1438c;
}
.about_feature--1 .label {
  background: #c1438c;
}
.about_feature--1 .label p .num {
  color: #c1438c;
}
.about_feature--1 .fukidashi_title {
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  background: #c1438c;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_feature--1 .fukidashi_title {
    padding: 10px;
  }
}
.about_feature--1 .fukidashi_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #c1438c;
  border-bottom: 0;
}
.about_feature--1 .fukidashi_title .wrap .icon {
  fill: #fff;
}
.about_feature--1 .tab_contents {
  margin-bottom: 0;
}
.about_feature--2 .sec_title .point {
  color: #5168a5;
}
.about_feature--2 .label {
  background: #5168a5;
}
.about_feature--2 .label p .num {
  color: #5168a5;
}
.about_feature--2 .about_support {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px #e51f31;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.about_feature--2 .about_support .text {
  font-weight: bold;
  font-size: 2.4rem;
  background: #e51f31;
  color: #fff;
  line-height: 1.4;
  padding: 10px 30px;
}
@media screen and (max-width: 820px) {
  .about_feature--2 .about_support .text {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .about_feature--2 .about_support .text {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.about_feature--2 .about_support .note_list {
  padding: 30px 230px 30px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about_feature--2 .about_support .note_list {
    padding: 20px;
  }
}
.about_feature--2 .about_support .note_list li {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
}
.about_feature--2 .about_support .note_list li:first-child {
  padding-top: 0;
}
.about_feature--2 .about_support .note_list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 700;
  color: #e51f31;
  font-size: 2rem;
  margin-right: 5px;
}
.about_feature--2 .about_support .operator {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 180px;
}
.about_feature--2 .about_btn {
  background: #e51f31;
}
.about_feature--2 .about_btn:hover {
  background: #f27233;
  opacity: 1;
}
.about_feature--2 .about_btn .icon {
  fill: #fff;
  height: 40px;
  width: 40px;
  margin-right: 1rem;
}
.about_feature--3 {
  background: rgba(140, 119, 82, 0.0509803922);
}
.about_feature--3 .sec_title .point {
  color: #8c7752;
}
.about_feature--3 .label {
  background: #8c7752;
}
.about_feature--3 .label p .num {
  color: #8c7752;
}
.about_feature--3 .about_text {
  margin-bottom: 45px;
}
.about_feature--3 .about_request .text {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_feature--3 .about_request .text {
    font-size: 1.5rem;
  }
}
.about_feature--3 .about_request .about_btn {
  background: #f27233;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_feature--3 .about_request small {
    text-align: left;
    display: block;
  }
}
.about_feature--3 .about_special {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .about_feature--3 .about_special {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
.about_feature--3 .about_special li {
  width: calc(25% - 15px);
  background: #fff;
  line-height: 1.4;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .about_feature--3 .about_special li {
    width: calc(50% - 15px);
  }
}
.about_feature--3 .about_special li:nth-child(2) img {
  border-bottom: solid 1px #f5f5f5;
}
.about_feature--3 .about_special li img {
  border-radius: 10px 10px 0 0;
}
.about_feature--3 .about_special li .icon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: solid 1px #ccc;
  z-index: 2;
  padding: 7px 20px 10px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.about_feature--3 .about_special li .icon .num {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  margin-left: 0.5rem;
  color: #8c7752;
}
.about_feature--3 .about_special li .text {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .about_feature--3 .about_special li .text {
    padding: 10px;
  }
}
.about_feature--3 .about_special li .marker {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #ffd800 0%);
  color: #e51f31;
}
.about_feature--3 .about_request .text {
  font-weight: bold;
}
.about_feature--4 .sec_title .point {
  color: #5e9f5e;
}
.about_feature--4 .label {
  background: #5e9f5e;
}
.about_feature--4 .label p .num {
  color: #5e9f5e;
}
.about_feature--4 .note {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px #5e9f5e;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.about_feature--4 .note .title {
  font-weight: bold;
  font-size: 2.4rem;
  background: #5e9f5e;
  color: #fff;
  line-height: 1.4;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about_feature--4 .note .title {
    font-size: 1.8rem;
  }
}
.about_feature--4 .note .title .icon {
  fill: #fff;
  height: 40px;
  width: 40px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .about_feature--4 .note .title .icon {
    height: 20px;
    width: 20px;
  }
}
.about_feature--4 .note .note_list {
  padding: 30px 30px 30px 30px;
  text-align: left;
}
.about_feature--5 {
  background: rgba(122, 79, 134, 0.0509803922);
}
.about_feature--5 .sec_title .point {
  color: #7a4f86;
}
.about_feature--5 .label {
  background: #7a4f86;
}
.about_feature--5 .label p .num {
  color: #7a4f86;
}
.about_feature--5 .fukidashi_title {
  font-weight: normal;
}

.about_promise {
  background: #fffcf6;
  padding: 80px 0;
  text-align: center;
}
.about_promise .promise_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about_promise .promise_list {
    gap: 30px;
  }
}
.about_promise .promise_list .promise_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .about_promise .promise_list .promise_item {
    flex-direction: column;
  }
}
.about_promise .promise_list .promise_item .photo {
  position: relative;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .about_promise .promise_list .promise_item .photo {
    max-width: none;
    text-align: center;
  }
  .about_promise .promise_list .promise_item .photo img {
    width: 100%;
  }
}
.about_promise .promise_list .promise_item .photo p {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #c1438c;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_promise .promise_list .promise_item .photo p {
    top: 10px;
    width: 80px;
    height: 80px;
    background: rgba(193, 67, 140, 0.8);
  }
}
.about_promise .promise_list .promise_item .photo p .text {
  font-size: 1.4rem;
  font-weight: bold;
}
.about_promise .promise_list .promise_item .photo p .num {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .about_promise .promise_list .promise_item .photo p .num {
    font-size: 4rem;
  }
}
.about_promise .promise_list .promise_item .wrap {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
  background: rgba(255, 255, 255, 0.9019607843);
  position: absolute;
  width: 55%;
  padding: 30px 60px;
  right: 0;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .about_promise .promise_list .promise_item .wrap {
    width: 100%;
    position: relative;
    top: -30px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about_promise .promise_list .promise_item .wrap {
    position: unset;
    top: auto;
    padding: 15px;
  }
}
.about_promise .promise_list .promise_item .wrap .title {
  font-size: 3rem;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #c1438c;
}
@media screen and (max-width: 767px) {
  .about_promise .promise_list .promise_item .wrap .title {
    font-size: 2.4rem;
  }
}
.about_promise .promise_list .promise_item .wrap .title::before, .about_promise .promise_list .promise_item .wrap .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
}
.about_promise .promise_list .promise_item .wrap .title::before {
  background: #f5f5f5;
  width: 100%;
}
.about_promise .promise_list .promise_item .wrap .title::after {
  background: #c1438c;
  width: 100px;
}
.about_promise .promise_list .promise_item .bullet_points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about_promise .promise_list .promise_item .bullet_points .bullet_item {
  padding-left: 1.5em;
  text-indent: -1.5em;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px dashed #555;
  padding-bottom: 10px;
}
.about_promise .promise_list .promise_item .bullet_points .bullet_item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 700;
  color: #c1438c;
  font-size: 2rem;
  margin-right: 5px;
}
.about_promise .promise_list .promise_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .about_promise .promise_list .promise_item:nth-child(even) {
    flex-direction: column;
  }
}
.about_promise .promise_list .promise_item:nth-child(even) .wrap {
  right: auto;
  left: 0;
}
.about_promise .promise_list .promise_item:nth-child(even) .photo p {
  left: auto;
  right: 10px;
}

.about_letter {
  text-align: center;
}
.about_letter .icon img {
  max-width: 74px;
  margin: 0 auto 10px;
}
.about_letter .sec_title span {
  position: relative;
  padding-bottom: 2.5rem;
}
.about_letter .sec_title span::after {
  content: "オリジナル文章";
  font-size: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.about_letter .letter_title {
  line-height: 1.4;
  margin: 20px 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .about_letter .letter_title {
    font-size: 2rem;
  }
}
.about_letter .letter_title span {
  color: #c1438c;
}
.about_letter .letter_img {
  border-radius: 10px;
  max-width: 1000px;
  margin-bottom: 30px;
  width: 100%;
}
.about_letter .last_letter {
  margin-bottom: 30px;
}
.about_letter .youtube {
  position: relative;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.about_letter .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_letter .sns_share {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about_letter .sns_share {
    flex-direction: column;
  }
}
.about_letter .sns_share .share_flow {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .about_letter .sns_share .share_flow {
    width: 100%;
  }
}
.about_letter .sns_share .share_flow .title {
  padding: 5px 10px;
  background: #528ba5;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about_letter .sns_share .share_flow .title {
    font-size: 1.7rem;
  }
}
.about_letter .sns_share .share_flow .title--mail {
  background: #ef856d;
}
.about_letter .sns_share .share_flow .text {
  text-align: left;
  margin-top: 20px;
}
.about_letter .sns_share .share_flow .photo {
  margin-top: -60px;
}

.about_consultation {
  background: rgba(56, 168, 166, 0.0509803922);
  padding: 80px 0;
  text-align: center;
}
.about_consultation .sec_title .point {
  color: #38a8a6;
}
.about_consultation .happening {
  background: #fff;
  border: solid 1px #38a8a6;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .about_consultation .happening {
    padding: 30px 20px;
  }
}
.about_consultation .happening .title {
  display: inline-block;
  color: #38a8a6;
  padding: 5px 10px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about_consultation .happening .title {
    font-size: 1.8rem;
  }
}
.about_consultation .happening .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 10px;
  content: "";
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(-45deg, #38a8a6, #38a8a6 1px, transparent 2px, transparent 5px);
}
.about_consultation .happening .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about_consultation .happening .text {
    text-align: left;
  }
}
.about_consultation .happening_case {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about_consultation .happening_case {
    flex-direction: column;
  }
}
.about_consultation .happening_case .photo {
  max-width: 200px;
}
.about_consultation .happening_case .happening_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
}
.about_consultation .happening_case .happening_item {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}
.about_consultation .help {
  display: inline-block;
  text-align: center;
  position: relative;
  background: #38a8a6;
  width: 250px;
  margin-bottom: 45px;
  color: #fff000;
  font-weight: bold;
  font-size: 2rem;
}
.about_consultation .help::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 125px solid transparent;
  border-left: 125px solid transparent;
  border-top: 30px solid #38a8a6;
  border-bottom: 0;
}
.about_consultation .fukidashi_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about_consultation .fukidashi_title {
    margin-bottom: 30px;
  }
}
.about_consultation .fukidashi_title .wrap .text span {
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #ffd800 0%);
}
.about_consultation .hitch {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .about_consultation .hitch {
    padding: 30px 20px;
  }
}
.about_consultation .hitch .title {
  font-size: 3rem;
  border-bottom: 1px dashed #555;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: #38a8a6;
}
.about_consultation .hitch .hitch_list {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .about_consultation .hitch .hitch_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .about_consultation .hitch .hitch_list {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.about_consultation .hitch .hitch_list .hitch_item {
  font-weight: bold;
  width: calc(20% - 15px);
}
@media screen and (max-width: 820px) {
  .about_consultation .hitch .hitch_list .hitch_item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .about_consultation .hitch .hitch_list .hitch_item {
    width: calc(50% - 15px);
  }
}
.about_consultation .hitch .hitch_list .hitch_item img {
  max-width: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 100%;
}
.about_consultation .hitch .hitch_list .hitch_item p {
  line-height: 1.4;
}

.about_after {
  overflow: unset;
}
.about_after .after_support_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
@media screen and (max-width: 820px) {
  .about_after .after_support_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .about_after .after_support_list {
    flex-direction: column;
    gap: 20px;
  }
}
.about_after .after_support_list .after_support_item {
  width: calc(25% - 20px);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .about_after .after_support_list .after_support_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .about_after .after_support_list .after_support_item {
    width: 100%;
  }
}
.about_after .after_support_list .after_support_item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px dashed #555;
  padding-bottom: 5px;
  color: #c1438c;
}
.about_after .after_support_list .after_support_item .wrap {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #about .sec_title {
    font-size: 2.4rem;
  }
}
.area_hall_list {
  margin-bottom: 30px;
  flex-direction: column;
  gap: 30px;
  display: flex;
}
.area_hall_list h3 {
  margin-bottom: 0;
}
.area_hall_list .area_hall_item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .area_hall_list .area_hall_item {
    padding: 15px;
  }
}
.area_hall_list .area_hall_item .link_area {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  text-align: right;
}
.area_hall_list .area_hall_item .link_area .link {
  display: inline-block;
}
.area_hall_list .hall_read_box {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_read_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.area_hall_list .title {
  border-left: 5px solid #c1438c;
  padding-left: 1rem;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .area_hall_list .title {
    font-size: 1.8rem;
  }
}
.area_hall_list .hall_icon {
  display: flex;
  gap: 10px;
}
.area_hall_list .hall_icon p {
  border-radius: 6px;
  padding: 3px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_icon p {
    font-size: 1.5rem;
  }
}
.area_hall_list .hall_icon p.icon_1 {
  background: #c1438c;
}
.area_hall_list .hall_icon p.icon_2 {
  background: #a43174;
}
.area_hall_list .hall_detail {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_detail {
    flex-direction: column;
  }
}
.area_hall_list .hall_detail_left {
  width: calc(40% - 10px);
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_detail_left {
    width: 100%;
  }
}
.area_hall_list .hall_detail_left img {
  width: 100%;
}
.area_hall_list .hall_detail_right {
  width: calc(60% - 10px);
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_detail_right {
    width: 100%;
  }
  .area_hall_list .hall_detail_right .add {
    line-height: 1.2;
  }
  .area_hall_list .hall_detail_right .add span {
    margin-left: 2.5rem;
  }
  .area_hall_list .hall_detail_right p {
    margin-bottom: 10px;
  }
}
.area_hall_list .hall_detail_right i {
  margin-right: 0.7rem;
  color: #6b4f4a;
}
.area_hall_list .hall_detail_right p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_detail_right p {
    line-height: 1.5;
  }
}
.area_hall_list .hall_read {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_read {
    padding: 10px;
  }
}
.area_hall_list .hall_read_title {
  color: #c1438c;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_read_title {
    font-size: 1.6rem;
  }
}
.area_hall_list p.hall_read_text {
  font-size: 1.5rem;
  line-height: 1.5;
  border-top: 1px dashed #555;
  padding-top: 5px;
}
.area_hall_list .hall_wrap.open {
  margin-bottom: 20px;
}
.area_hall_list .hall_detail_icon .feature_icon {
  margin-bottom: 20px;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .area_hall_list .hall_detail_icon .feature_icon {
    flex-wrap: wrap;
  }
}
.area_hall_list .hall_detail_icon .feature_icon li {
  width: calc(12.5% - 5px);
  border-radius: 5px;
  padding: 5px;
  background: #fff8f7;
  color: #342d23;
  font-size: 1.5rem;
  border: 1px solid #6b4f4a;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .area_hall_list .hall_detail_icon .feature_icon li {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .area_hall_list .hall_detail_icon .feature_icon li {
    width: calc(50% - 10px);
  }
}
.area_hall_list .hall_detail_icon .feature_icon li::before {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #c1438c;
  padding-right: 0.5em;
}
.area_hall_list .btn_show_more {
  display: none;
}
@media screen and (max-width: 480px) {
  .area_hall_list .btn_show_more {
    display: block;
    background: #fff;
    border: solid 1px #c1438c;
    color: #c1438c;
    background: #fff;
    width: 80%;
    margin: -30px auto 30px;
    position: relative;
    z-index: 100;
    border-radius: 15px;
  }
}
.area_hall_list .google_link {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #c1438c;
  position: relative;
}
.area_hall_list .google_link::after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  padding-right: 0.5em;
}
.area_hall_list .button {
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .area_hall_list .button {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .area_hall_list .button .link {
    border-radius: 5px;
    border-bottom: 3px solid #a43174;
  }
}
@media screen and (max-width: 767px) {
  .area_hall_list .button .link--tel {
    padding: 10px;
    border-bottom: 3px solid #9d0b18;
  }
}
.area_hall_list .button .link--tel::after {
  display: none;
}
.area_hall_list .link {
  background: #c1438c;
  color: #fff;
  padding: 15px 40px 15px 30px;
  max-width: 300px;
  text-align: center;
  border-radius: 50px;
  margin: 0 0 0 auto;
  position: relative;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .area_hall_list .link {
    margin: 0 auto;
    padding: 10px 20px 10px 10px;
  }
}
.area_hall_list .link::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.area_hall_list .link--tel {
  background: #e51f31;
}

.column_area_menu .area_menu_list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .column_area_menu .area_menu_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_list {
    justify-content: space-between;
  }
}
.column_area_menu .area_menu_item {
  width: calc(16.6666666667% - 15px);
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 10px 40px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.column_area_menu .area_menu_item strong {
  color: #c1438c;
}
.column_area_menu .area_menu_item a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .column_area_menu .area_menu_item {
    width: calc(33.3333333333% - 15px);
  }
  .column_area_menu .area_menu_item a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .column_area_menu .area_menu_item {
    padding: 10px 10px 40px;
    width: calc(50% - 10px);
  }
  .column_area_menu .area_menu_item a {
    flex-direction: column;
  }
}
.column_area_menu .area_menu_item::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  bottom: 5px;
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.column_area_menu .area_menu_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #c1438c;
}
.column_area_menu .area_menu_item img {
  max-width: 100px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .column_area_menu .area_menu_item img {
    max-width: 60px;
    margin-bottom: 0;
  }
}
.column_area_menu .area_menu_item p {
  line-height: 1.2;
}

.column_area_funeral {
  background: rgba(193, 67, 140, 0.05);
  padding: 60px 0;
}
.column_area_funeral .funeral_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed #e3e0df;
  padding: 35px 35px 55px;
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list {
    padding: 15px 15px 25px;
  }
}
.column_area_funeral .funeral_list .funeral_item {
  overflow: hidden;
}
.column_area_funeral .funeral_list .js-faq-question {
  position: relative;
  cursor: pointer;
}
.column_area_funeral .funeral_list .js-faq-question::after {
  content: "+";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #c1438c;
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list .js-faq-question::after {
    right: 0;
  }
}
.column_area_funeral .funeral_list .js-faq-question.active::after {
  content: "\f068";
}
.column_area_funeral .funeral_list .js-faq-answer {
  display: none;
}
.column_area_funeral .funeral_list .js-faq-answer .answer {
  align-items: center;
  display: flex;
  gap: 20px;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list .js-faq-answer .answer {
    flex-direction: column;
    padding: 15px 0 0;
  }
}
.column_area_funeral .funeral_list .title {
  border-bottom: 1px solid #c1438c;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list .title {
    padding: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list .title span {
    font-size: 1.7rem;
  }
}

.column_area_subsidy {
  padding: 60px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 1100px) {
  .column_area_subsidy {
    padding: 30px 15px;
  }
}
.column_area_subsidy .inner {
  max-width: 1000px;
  border: 2px solid #c1438c;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .column_area_subsidy .inner {
    padding: 0;
  }
}
.column_area_subsidy .inner .sec_title {
  font-size: 2.7rem;
  background: #c1438c;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_area_subsidy .inner .sec_title {
    font-size: 2rem;
  }
}
.column_area_subsidy .catch {
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1100px) {
  .column_area_subsidy .catch {
    width: 100%;
    padding: 0 15px;
  }
}

.column_area_temple .area_temple {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.column_area_temple .area_temple h3 {
  font-size: 2.3rem;
  border-bottom: 1px dashed #555;
}
@media screen and (max-width: 767px) {
  .column_area_temple .area_temple h3 {
    font-size: 2rem;
  }
}
.column_area_temple .area_temple h4 {
  border-left: 5px solid #c1438c;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.column_area_temple .area_temple table {
  width: 100%;
  border-spacing: 0;
}
.column_area_temple .area_temple table tbody {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .column_area_temple .area_temple table tbody {
    gap: 10px;
  }
}
.column_area_temple .area_temple table tr {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_area_temple .area_temple table tr {
    flex-direction: column;
  }
}
.column_area_temple .area_temple table th, .column_area_temple .area_temple table td {
  padding: 15px 20px;
}
.column_area_temple .area_temple table th {
  width: 30%;
  background: #c1438c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_area_temple .area_temple table th {
    width: 100%;
  }
}
.column_area_temple .area_temple table td {
  width: 70%;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .column_area_temple .area_temple table td {
    width: 100%;
  }
}

.column_area_cremate {
  overflow: unset;
}
.column_area_cremate .cremate_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.column_area_cremate .cremate_item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .column_area_cremate .cremate_item {
    padding: 15px;
    gap: 15px;
  }
}
.column_area_cremate .cremate_item .title {
  border-left: 5px solid #c1438c;
  padding: 0.5rem 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .column_area_cremate .cremate_item .title {
    font-size: 1.8rem;
  }
}
.column_area_cremate .cremate_item .text {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.column_area_cremate .cremate_data {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .column_area_cremate .cremate_data {
    flex-direction: column;
  }
}
.column_area_cremate .cremate_data_list {
  display: flex;
  flex-direction: column;
}
.column_area_cremate .cremate_data_item {
  display: flex;
  gap: 10px;
  padding: 5px 0;
  align-items: center;
}
.column_area_cremate .cremate_data .data_title {
  width: calc(30% - 5px);
  font-weight: bold;
  background: #fff4fc;
  padding: 5px 10px;
  text-align: center;
}
.column_area_cremate .cremate_data .data_text {
  width: calc(70% - 5px);
}
.column_area_cremate .cremate_data_list, .column_area_cremate .text {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .column_area_cremate .cremate_data_list, .column_area_cremate .text {
    width: 100%;
  }
}
.column_area_cremate .cremate_fee {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.column_area_cremate .cremate_fee_group {
  display: flex;
  width: 100%;
}
.column_area_cremate .price_date {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.column_area_cremate .price_date th, .column_area_cremate .price_date td {
  font-size: 1.6rem;
  padding: 5px;
}
.column_area_cremate .price_date th {
  background: #eee;
  border: 1px solid #fff;
}
.column_area_cremate .price_date td {
  background: #fff;
  border: 1px solid #eee;
}

/*----------------------------------------------------
	プラン一覧　詳細版
----------------------------------------------------*/
.plan_list_all .inner {
  max-width: 1100px;
}
.plan_list_all .catch {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.plan_list_all-title {
  font-size: clamp(2.2rem, 4vw, 2.2rem);
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
}
.plan_list_all-title.kasoh {
  background: rgb(197.4, 160.6, 82.2);
}
.plan_list_all-title.kazokusoh {
  background: rgb(144.6, 77.4, 188.6);
}
.plan_list_all .wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .wrap {
    margin-bottom: 30px;
  }
}
.plan_list_all .item {
  border: 1px solid #ccc;
  position: relative;
  margin-top: -1px;
}
.plan_list_all .item:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
  font-size: 1.5rem;
}
.plan_list_all .item > .flex {
  align-items: center;
  gap: 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .plan_list_all .item > .flex {
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 25px 10px 10px;
  }
}
.plan_list_all .item .title_box {
  width: 30%;
  max-width: 300px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list_all .item .title_box {
    width: auto;
    flex: 1;
  }
}
.plan_list_all .item .title_box .reccomend {
  position: absolute;
  width: 60px;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box .reccomend {
    top: 0;
  }
}
.plan_list_all .item .title_box .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box .title {
    font-size: 2rem;
    text-align: left;
  }
}
.plan_list_all .item img {
  width: 15%;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item img {
    width: 20%;
  }
}
.plan_list_all .item .price_unit {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list_all .item .price_unit {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
  }
}
.plan_list_all .item .price_unit_untax {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fa4341;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax {
    font-size: 4.2rem;
  }
}
.plan_list_all .item .price_unit_untax .yen {
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax .yen {
    font-size: 1.5rem;
    margin-left: 3px;
  }
}
.plan_list_all .item .price_unit_untax .yen .tax {
  position: absolute;
  font-size: 1.2rem;
  white-space: nowrap;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax .yen .tax {
    font-size: 1rem;
    top: -11px;
    right: -3px;
  }
}
.plan_list_all .item .price_unit_taxin {
  font-size: clamp(1.7rem, 4vw, 2rem);
  color: #333;
}
.plan_list_all .item .price_unit_taxin .tax {
  font-size: 0.8em;
}
.plan_list_all .item .price_unit .price_ippan_taxin {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit .price_ippan_taxin {
    text-align: left;
    line-height: 1.4;
  }
}
.plan_list_all .item .flow {
  width: 25%;
  display: flex;
  gap: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .flow {
    display: none;
  }
}
.plan_list_all .item .flow_item {
  text-align: center;
  width: 2em;
  padding: 2px 5px;
  color: #666;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.plan_list_all .item.kasoh {
  color: #b78927;
}
.plan_list_all .item.kasoh .flow .flow_item.in {
  color: #b78927;
  border: 1px solid #b78927;
}
.plan_list_all .item.kazokusoh {
  color: #7521ac;
}
.plan_list_all .item.kazokusoh .flow .flow_item.in {
  color: #7521ac;
  border: 1px solid #7521ac;
}

.page-template-area_front-page .sec_title {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-template-area_front-page .sec_title {
    font-size: 2.3rem;
  }
}
.page-template-area_front-page .column_hall_list {
  margin-bottom: 0;
}
.page-template-area_front-page .column_knowledge {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .page-template-area_front-page .column_knowledge {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-area_front-page .column_knowledge {
    margin-bottom: 30px;
  }
}
.page-template-area_front-page .column_feature.column--bg-top {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .page-template-area_front-page .column_feature.column--bg-top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-area_front-page .column_feature.column--bg-top {
    margin-bottom: 30px;
  }
}
.page-template-area_front-page .column_event {
  margin-top: -80px;
}
@media screen and (max-width: 820px) {
  .page-template-area_front-page .column_event {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-area_front-page .column_event {
    margin-top: -30px;
  }
}
.page-template-area_front-page .column_voice {
  margin-bottom: 0;
}
.page-template-area_front-page .column_plan_list {
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .page-template-area_front-page .column_plan_list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-area_front-page .column_plan_list {
    margin-top: 30px;
  }
}

.page-template-hall_detail .column_knowledge--mgb {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .page-template-hall_detail .column_knowledge--mgb {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-hall_detail .column_knowledge--mgb {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
	プラン
----------------------------------------------------*/
.plan .column_voice {
  margin-bottom: 0;
}

/*------割引額提示------------------------------*/
.column_price_attend {
  position: relative;
}
.column_price_attend::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 15rem 0 15rem;
  border-color: #c1438c transparent transparent transparent;
}
@media screen and (max-width: 820px) {
  .column_price_attend::before {
    border-width: 4rem 10rem 0 10rem;
    top: -75px;
  }
}
.column_price_attend .num {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.appeal_price {
  text-align: center;
  margin-top: 120px;
}
.appeal_price .price_txt {
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 60px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_txt {
    display: block;
    font-size: 1.6rem;
  }
}
.appeal_price .price_txt .plan_name {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_txt .plan_name {
    font-size: 2rem;
  }
}
.appeal_price .price_box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box {
    flex-direction: column;
    gap: 10px;
  }
}
.appeal_price .price_box .price_large {
  display: flex;
  align-items: flex-end;
  font-size: 10rem;
  color: #fa4341;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large {
    justify-content: center;
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_large .price {
  transform: scale(0.9, 1);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .price {
    align-self: flex-start;
    font-size: 5rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_large .price {
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_large .mark {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 1rem;
}
.appeal_price .price_box .price_large .mark_tax {
  font-size: 2rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_large .mark_tax {
    font-size: 1.6rem;
  }
}
.appeal_price .price_box .price_large .mark_yen {
  font-size: 5rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_large .mark_yen {
    font-size: 3.4rem;
  }
}
.appeal_price .price_box .sale_laber {
  margin-right: 2rem;
  padding: 0 1rem;
  border: 1px solid #fa4341;
  border-radius: 4px;
  color: #fa4341;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .sale_laber {
    margin-right: 0;
  }
}
.appeal_price .price_box .general {
  margin-right: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .general {
    margin-right: 0;
    text-align: center;
  }
}
.appeal_price .arrow {
  margin-bottom: 3.5rem;
  position: relative;
  display: inline-block;
  width: 46px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
.appeal_price .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 767px) {
  .appeal_price .arrow {
    margin-bottom: 0;
    width: 1px;
    height: 30px;
  }
  .appeal_price .arrow::before, .appeal_price .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 0.5px);
  }
  .appeal_price .arrow::before {
    transform: rotate(45deg);
    top: auto;
  }
  .appeal_price .arrow::after {
    transform: rotate(-45deg);
  }
}
.appeal_price .member_price {
  display: flex;
  align-items: center;
}
.appeal_price .member_price .member {
  background: #fa4341;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .appeal_price .member_price .member {
    font-size: 1.6rem;
  }
}
.appeal_price .price_box_left {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box_left {
    margin-bottom: 0;
  }
}
.appeal_price .price_box_left .price_laber {
  position: relative;
  line-height: 1.2;
  font-size: 2.2rem;
}
.appeal_price .price_box_left .price_laber::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
}
.appeal_price .price_box_right {
  position: relative;
  padding-bottom: 3.5rem;
}
.appeal_price .price_tax {
  font-size: 3.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_tax {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box_left {
    display: flex;
    gap: 10px;
    line-height: 1.2;
    font-size: 2rem;
  }
}

/*------プラン詳細------------------------------*/
.plan_list {
  position: relative;
  border-bottom: 2px solid #c1438c;
  margin-bottom: 40px;
}
.plan_list-links {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1200px;
}
.plan_list-item {
  width: 25%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  font-size: 1.8rem;
}
.plan_list-item.tab {
  padding: 5px;
}
.plan_list-item.tab.show {
  background: #c1438c;
  color: #fff;
}
.plan_list-item a {
  display: block;
  padding: 5px;
  color: #fff;
}
.plan_list-item.kasoh {
  background: rgb(249.2027027027, 242.3648648649, 227.7972972973);
}
.plan_list-item.kasoh.show {
  background: #b78927;
}
.plan_list-item.kasoh.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.kasoh a {
  color: #666;
}
.plan_list-item.kazokusoh {
  background: rgb(233.5365853659, 213.0487804878, 246.9512195122);
}
.plan_list-item.kazokusoh.show {
  background: #7521ac;
}
.plan_list-item.kazokusoh.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.kazokusoh a {
  color: #666;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.plan_content {
  display: none;
}
.plan_content.show {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .plan_content.show {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .plan_content.show {
    margin-bottom: 15px;
  }
}

.plan_wrap .plan_detail_bg {
  margin-bottom: 25px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_bg {
    padding: 0 0 15px;
  }
}
.plan_wrap .plan_detail {
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 25px;
  border-radius: 10px;
  max-width: 1100px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail {
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
  }
}
.plan_wrap .plan_detail .detail_left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_left {
    padding: 0 15px;
  }
}
.plan_wrap .plan_detail .detail_right {
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_right {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail .plan_head {
  text-align: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .plan_head {
    margin-bottom: 20px;
  }
}
.plan_wrap .plan_detail .plan_head .txt {
  color: #fff;
  font-weight: 500;
  max-width: 400px;
  margin: 0 auto 15px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 30px;
  position: relative;
}
.plan_wrap .plan_detail .plan_head .txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #555555;
  border-bottom: 0;
}
.plan_wrap .plan_detail .plan_head .num {
  background: #fff;
  color: #444;
  border: 1px solid #ccc;
  padding: 2px 5px;
  width: 100%;
  border-radius: 10px;
}
.plan_wrap .plan_detail .plan_name {
  font-size: 4.5rem;
  text-align: center;
}
.plan_wrap .plan_detail .detail_price .price_unit {
  font-size: 2.2rem;
  margin: 0 5px;
  text-align: center;
  color: #fa4341;
  border: 1px solid #fa4341;
  border-radius: 5px;
  line-height: 1.6;
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  margin: 0 auto 15px;
  position: relative;
  color: #fa4341;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_member {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_member div {
  position: relative;
  padding-bottom: 2.5rem;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_member .price_unit_taxin {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
  background: #fa4341;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
    padding: 7px 10px;
    white-space: nowrap;
    line-height: 1.2;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .note {
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_normal {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border: 1px solid #eee;
  background: #f5f5f5;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_normal .num {
  font-weight: 300;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
  color: #444;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  transform: scale(0.9, 1);
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
    font-size: 6rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .yen {
  font-size: 3rem;
  position: relative;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
  position: absolute;
  width: 3em;
  left: 3px;
  font-size: 1.2rem;
  top: -15px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
    text-align: center;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .num {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.plan_wrap .plan_detail .detail_payment {
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .plan_wrap .plan_detail .detail_payment {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_payment {
    flex-direction: column;
  }
}
.plan_wrap .plan_detail .detail_payment div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan_wrap .plan_detail .detail_payment .title {
  background: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.plan_wrap .plan_detail .detail_payment .text {
  font-size: 1.2rem;
}
.plan_wrap .plan_detail .detail_payment div, .plan_wrap .plan_detail .detail_payment .img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1100px) {
  .plan_wrap .plan_detail .detail_payment div {
    width: calc(60% - 5px);
  }
  .plan_wrap .plan_detail .detail_payment .img {
    width: calc(40% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_payment div, .plan_wrap .plan_detail .detail_payment .img {
    width: 100%;
  }
}
.plan_wrap .plan_detail .flow_container ul {
  background: #fafafa;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul {
    gap: 10px;
  }
}
.plan_wrap .plan_detail .flow_container ul .item {
  position: relative;
  padding: 5px 0px;
  border-radius: 5px;
  color: #fff;
  width: calc(20% - 10px);
  background: #ccc;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item {
    width: calc(20% - 3px);
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_detail .flow_container ul .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a4a4a4;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_wrap .plan_detail .flow_container ul .item:last-child {
  margin-right: 0;
}
.plan_wrap .plan_detail .flow_container ul .item:last-child::after {
  content: none;
}
.plan_wrap .plan_including {
  margin-bottom: 60px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including {
    padding: 20px;
  }
}
.plan_wrap .plan_including .sec_title {
  font-size: 3rem;
}
.plan_wrap .plan_including .including_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.plan_wrap .plan_including .including_list .item {
  background: #fff;
  width: calc(20% - 0px);
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item {
    flex-wrap: wrap;
    width: calc(33.3333333333% - 0px);
  }
}
.plan_wrap .plan_including .including_list .item .item_img {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_img {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list .item .item_txt {
  flex: 1;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list.after {
  margin-bottom: 0;
}
.plan_wrap .plan_including .plan_function {
  padding: 20px;
  background: #eee;
  font-size: 1.5rem;
  margin-bottom: 60px;
}

.column_plan_detail {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column_plan_detail {
    margin-bottom: 0;
  }
}

/*------プラン色設定------------------------------*/
.plan_wrap.kasoh {
  border-top: 2px solid #b78927;
}

.kasoh .plan_detail_bg {
  background: rgba(183, 137, 39, 0.15);
}
.kasoh .plan_detail .detail_payment {
  background: #b789270D;
}
.kasoh .plan_detail .plan_name {
  color: #b78927;
}
.kasoh .plan_detail .plan_head .txt {
  background: #b78927;
}
.kasoh .plan_detail .plan_head .txt::after {
  border-top: 10px solid #b78927;
}
.kasoh .plan_detail .detail_right .flow_container .item.in {
  background: #b78927;
}
@media screen and (max-width: 820px) {
  .kasoh .plan_detail .detail_right img {
    width: 100%;
  }
}
.kasoh .plan_including {
  background: #b789270D;
}
.kasoh .appeal_price .price_txt {
  background: #b789270D;
}
.kasoh .appeal_price .price_txt .plan_name {
  color: #b78927;
}
.kasoh .column_price_attend::before {
  border-color: #b78927 transparent transparent transparent;
}
.kasoh .column_plan_about .sec_title .area {
  color: #b78927;
}
.kasoh .column_plan_about .sec_title::after {
  background-image: -webkit-repeating-linear-gradient(135deg, #b78927, #b78927 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #b78927, #b78927 1px, transparent 2px, transparent 5px);
}
.kasoh .column_plan_about .plan_about_advise {
  background: #b78927;
}
.kasoh .column_plan_about .plan_about_advise::after {
  border-top: 10px solid #b78927;
}
.kasoh .column_plan_about .about_list .about_item {
  background: rgba(183, 137, 39, 0.1);
}
.kasoh .column_plan_point .title {
  background: #b78927;
}
.kasoh .column_funeral_flow .group {
  border: 1px solid #b789271A;
}
.kasoh .column_funeral_flow .group .title {
  background: #b789271A;
  color: #b78927;
}
.kasoh .column_funeral_flow .funeral_flow__color {
  color: #b78927;
}

.plan_wrap.kazokusoh {
  border-top: 2px solid #7521ac;
}

.kazokusoh .plan_detail_bg {
  background: rgba(117, 33, 172, 0.15);
}
.kazokusoh .plan_detail .detail_payment {
  background: #7521ac0D;
}
.kazokusoh .plan_detail .plan_name {
  color: #7521ac;
}
.kazokusoh .plan_detail .plan_head .txt {
  background: #7521ac;
}
.kazokusoh .plan_detail .plan_head .txt::after {
  border-top: 10px solid #7521ac;
}
.kazokusoh .plan_detail .detail_right .flow_container .item.in {
  background: #7521ac;
}
@media screen and (max-width: 820px) {
  .kazokusoh .plan_detail .detail_right img {
    width: 100%;
  }
}
.kazokusoh .plan_including {
  background: #7521ac0D;
}
.kazokusoh .appeal_price .price_txt {
  background: #7521ac0D;
}
.kazokusoh .appeal_price .price_txt .plan_name {
  color: #7521ac;
}
.kazokusoh .column_price_attend::before {
  border-color: #7521ac transparent transparent transparent;
}
.kazokusoh .column_plan_about .sec_title .area {
  color: #7521ac;
}
.kazokusoh .column_plan_about .sec_title::after {
  background-image: -webkit-repeating-linear-gradient(135deg, #7521ac, #7521ac 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #7521ac, #7521ac 1px, transparent 2px, transparent 5px);
}
.kazokusoh .column_plan_about .plan_about_advise {
  background: #7521ac;
}
.kazokusoh .column_plan_about .plan_about_advise::after {
  border-top: 10px solid #7521ac;
}
.kazokusoh .column_plan_about .about_list .about_item {
  background: rgba(117, 33, 172, 0.1);
}
.kazokusoh .column_plan_point .title {
  background: #7521ac;
}
.kazokusoh .column_funeral_flow .group {
  border: 1px solid #7521ac1A;
}
.kazokusoh .column_funeral_flow .group .title {
  background: #7521ac1A;
  color: #7521ac;
}
.kazokusoh .column_funeral_flow .funeral_flow__color {
  color: #7521ac;
}

/*------特徴------------------------------*/
.plan_reason_box {
  background: linear-gradient(#fff 0%, #fff 50%, #faf7fb 50%, #faf7fb 100%);
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .plan_reason_box {
    background: #faf7fb;
  }
}
.plan_reason_box ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .plan_reason_box ul {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .plan_reason_box ul {
    gap: 50px;
  }
}
.plan_reason_box ul li {
  width: calc(33.3333333333% - 20px);
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_reason_box ul li {
    width: 100%;
  }
}
.plan_reason_box ul li a {
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .plan_reason_box ul li a {
    padding: 30px 10px 20px;
  }
}
.plan_reason_box ul li a .number {
  transform: scale(0.9, 1);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: #c1438c;
  color: #fff;
  line-height: 70px;
  font-size: 2.4rem;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.plan_reason_box ul li a .txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .plan_reason_box ul li a br {
    display: none;
  }
}
.plan_reason_box ul li:hover {
  cursor: pointer;
}

.column_plan_point {
  text-align: center;
}
.column_plan_point .plan_point_wrap {
  border-radius: 10px;
  background: #f7f3ef;
  padding: 0 30px 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_plan_point .plan_point_wrap {
    padding: 0 15px 15px;
  }
}
.column_plan_point .title {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0 0 12px 12px;
  margin-bottom: 15px;
}
.column_plan_point .sub_title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.column_plan_point .sub_title span {
  font-size: 2.1rem;
  font-weight: 700;
}
.column_plan_point .sub_title i {
  border-radius: 50%;
  padding: 1rem;
  color: #fff;
}
.column_plan_point .merit .sub_title i {
  background: #f27233;
}
.column_plan_point .merit ul li::before {
  color: #f27233;
}
.column_plan_point .demerit .sub_title i {
  background: #2a7ed3;
}
.column_plan_point .demerit ul li::before {
  color: #2a7ed3;
}
.column_plan_point .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_plan_point .text {
    text-align: left;
  }
}
.column_plan_point ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.column_plan_point ul li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .column_plan_point ul li {
    font-size: 1.6rem;
  }
}
.column_plan_point ul li::before {
  content: "\f14a";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 820px) {
  .column_plan_point ul li::before {
    top: 0;
    transform: none;
  }
}
.column_plan_point .plan_point {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_plan_point .plan_point {
    flex-direction: column;
  }
}
.column_plan_point .plan_point div {
  width: calc((100% - 10px) / 2);
  background: #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .column_plan_point .plan_point div {
    width: 100%;
    order: 2;
  }
}
.column_plan_point .photo {
  border-radius: 50%;
  background: #fefafd;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .column_plan_point .photo {
    order: 1;
  }
}

.column_funeral_flow {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .column_funeral_flow {
    margin-bottom: 60px;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .column_funeral_flow {
    margin-bottom: 30px;
    padding-bottom: 30px !important;
  }
}
.column_funeral_flow .plan_flow_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.column_funeral_flow .group {
  border: 1px solid rgba(193, 67, 140, 0.2);
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .group {
    flex-direction: column;
  }
  .column_funeral_flow .group:first-child .text {
    margin-bottom: 1rem;
  }
}
.column_funeral_flow .group::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 5rem 0 5rem;
  border-color: #ccc transparent transparent transparent;
  z-index: 10;
}
.column_funeral_flow .group .title {
  background: #fff4fc;
  font-size: clamp(2rem, 4vw, 2.4rem);
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  color: #c1438c;
}
.column_funeral_flow .group .title .num {
  opacity: 0.6;
  font-family: "Oswald", sans-serif;
  padding-right: 10px;
}
.column_funeral_flow .group .flow_photo {
  max-width: 250px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .group .flow_photo {
    max-width: 100%;
  }
}
.column_funeral_flow .group .note {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .group .note {
    flex-direction: column;
    gap: 0;
  }
}
.column_funeral_flow .group .note .num {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}
.column_funeral_flow .group ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .group ul {
    width: 100%;
  }
}
.column_funeral_flow .group ul li {
  background: #e51f31;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  border-radius: 6px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .group ul li {
    width: calc(50% - 5px);
    font-size: 1.4rem;
    text-align: center;
  }
}
.column_funeral_flow .data_wrap {
  display: flex;
  gap: 30px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .data_wrap {
    flex-direction: column;
  }
}
.column_funeral_flow .banner {
  text-align: center;
  padding: 0 15px 15px;
}
.column_funeral_flow .plan_flow_end {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .column_funeral_flow .plan_flow_end {
    font-size: 1.8rem;
  }
}

.column_plan_about {
  margin-top: 15px;
  text-align: center;
  padding: 30px 0;
  border-image-slice: 30;
  border-image-width: 15px;
  border-image-repeat: round;
}
@media screen and (max-width: 767px) {
  .column_plan_about {
    padding: 30px 0;
  }
}
.column_plan_about .sec_title {
  position: relative;
  padding-bottom: 2rem;
}
.column_plan_about .sec_title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30%;
  height: 10px;
  content: "";
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%);
}
.column_plan_about .title {
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_plan_about .title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.column_plan_about .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_plan_about .text {
    text-align: left;
  }
}
.column_plan_about .plan_about_advise {
  font-weight: bold;
  background: #f27233;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.column_plan_about .plan_about_advise::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #f27233;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column_plan_about .plan_about_advise {
    padding: 10px 20px;
  }
}
.column_plan_about .about_list {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.column_plan_about .about_list .about_item {
  padding: 15px 20px 15px;
  border-radius: 10px;
}
.column_plan_about .about_list img {
  border-radius: 50%;
  background: #fff;
  max-width: 200px;
  margin-bottom: 1rem;
}
.column_plan_about .about_list p {
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_plan_about .about_list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .column_plan_about .about_list .about_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .column_plan_about .about_list .about_item img {
    width: calc(40% - 5px);
  }
  .column_plan_about .about_list .about_item p {
    width: calc(60% - 5px);
  }
}

.page-template-plan-detail-template .column_voice {
  margin-bottom: 0;
}
.page-template-plan-detail-template .column_funeral_flow {
  padding: 80px 0;
  background: #fffcf6;
}
.page-template-plan-detail-template .column_map {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-template-plan-detail-template .column_map {
    margin-bottom: 45px;
  }
}

.kazokusoh .detail_right {
  position: relative;
}
.kazokusoh .detail_right::after {
  content: "";
  background: url(../img/plan/recommend_icon.png) no-repeat;
  background-size: contain;
  width: 93px;
  height: 94px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.column_plan_choose {
  text-align: center;
  background: #fefafd;
  padding: 80px 0;
}
@media screen and (max-width: 820px) {
  .column_plan_choose {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_choose {
    padding: 30px 0;
  }
}
.column_plan_choose .plan_choose_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .column_plan_choose .plan_choose_wrap {
    gap: 45px;
  }
}
.column_plan_choose .read_title {
  font-size: 3rem;
  border-bottom: 1px dashed #555;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: #c1438c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_plan_choose .read_title {
    font-size: 2.4rem;
  }
}
.column_plan_choose .plan_choose_list {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .column_plan_choose .plan_choose_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_choose .plan_choose_list {
    flex-direction: column;
  }
}
.column_plan_choose .plan_choose_item {
  width: 33.3333333333%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1100px) {
  .column_plan_choose .plan_choose_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_choose .plan_choose_item {
    width: 100%;
  }
}
.column_plan_choose .plan_choose_item .icon {
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #c1438c;
  color: #fff;
  width: 60px;
  height: 80px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
}
.column_plan_choose .plan_choose_item .icon .text {
  font-size: 1.4rem;
  font-weight: bold;
}
.column_plan_choose .plan_choose_item .icon .num {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
}
.column_plan_choose .plan_choose_item .read {
  font-weight: bold;
  line-height: 1.4;
  padding: 20px;
}
.column_plan_choose .funeral_notice {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_plan_choose .funeral_notice {
    padding: 15px;
  }
}
.column_plan_choose .funeral_notice .note {
  text-align: left;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.column_plan_choose .funeral_notice_list {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_plan_choose .funeral_notice_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_choose .funeral_notice_list {
    flex-direction: column;
  }
}
.column_plan_choose .funeral_notice_item {
  width: 33.3333333333%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .column_plan_choose .funeral_notice_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_choose .funeral_notice_item {
    width: 100%;
  }
}
.column_plan_choose .funeral_notice_item .title {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column_plan_choose .funeral_notice_item .title {
    font-size: 2.4rem;
  }
}
.column_plan_choose .funeral_notice_item .title small {
  color: #333;
}
.column_plan_choose .funeral_notice_item .notice_scope {
  text-align: left;
}
.column_plan_choose .funeral_notice_item .notice_scope span {
  font-weight: bold;
}
.column_plan_choose .funeral_notice_item.kasoh {
  background: rgba(183, 137, 39, 0.1019607843);
}
.column_plan_choose .funeral_notice_item.kasoh .title {
  color: #b78927;
}
.column_plan_choose .funeral_notice_item.kasoh .btn {
  background: #b78927;
}
.column_plan_choose .funeral_notice_item.kazokusoh {
  background: rgba(117, 33, 172, 0.1019607843);
}
.column_plan_choose .funeral_notice_item.kazokusoh .title {
  color: #7521ac;
}
.column_plan_choose .funeral_notice_item.kazokusoh .btn {
  background: #7521ac;
}
.column_plan_choose .column_plan_point {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_plan_choose .column_plan_point {
    padding: 15px;
  }
}
.column_plan_choose .column_plan_point .kasoh .title {
  background: #b78927;
}
.column_plan_choose .column_plan_point .kazokusoh .title {
  background: #7521ac;
}
.column_plan_choose .column_plan_point .plan_point_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_plan_choose .column_plan_point .plan_point_list {
    gap: 20px;
  }
}

.funeral_choose_flow {
  text-align: center;
}
.funeral_choose_flow .choose_flow_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.funeral_choose_flow .group {
  border: 1px solid rgba(193, 67, 140, 0.2);
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .funeral_choose_flow .group {
    flex-direction: column;
  }
  .funeral_choose_flow .group:first-child .text {
    margin-bottom: 1rem;
  }
}
.funeral_choose_flow .group::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 5rem 0 5rem;
  border-color: #ccc transparent transparent transparent;
  z-index: 10;
}
.funeral_choose_flow .group:last-child::after {
  display: none;
}
.funeral_choose_flow .group .title {
  background: #fff4fc;
  font-size: clamp(2rem, 4vw, 2.4rem);
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  color: #c1438c;
}
.funeral_choose_flow .group .title .num {
  opacity: 0.6;
  font-family: "Oswald", sans-serif;
  padding-right: 10px;
}
.funeral_choose_flow .group .flow_photo {
  max-width: 250px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .funeral_choose_flow .group .flow_photo {
    max-width: 100%;
  }
}
.funeral_choose_flow .group .note {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .funeral_choose_flow .group .note {
    flex-direction: column;
    gap: 0;
  }
}
.funeral_choose_flow .group .note .num {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}
.funeral_choose_flow .group ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .funeral_choose_flow .group ul {
    width: 100%;
  }
}
.funeral_choose_flow .group ul li {
  background: #e51f31;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  border-radius: 6px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .funeral_choose_flow .group ul li {
    width: calc(50% - 5px);
    font-size: 1.4rem;
    text-align: center;
  }
}
.funeral_choose_flow .data_wrap {
  display: flex;
  gap: 30px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .funeral_choose_flow .data_wrap {
    flex-direction: column;
  }
}
.funeral_choose_flow .text_wrap .text {
  margin-bottom: 10px;
}
.funeral_choose_flow .text_wrap .btn {
  margin: 0 0 0 auto;
}

.column_request_flow {
  text-align: center;
  overflow-y: unset;
}
.column_request_flow .catch {
  margin-bottom: 45px;
}
@media screen and (max-width: 820px) {
  .column_request_flow .catch {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_request_flow .catch {
    margin-bottom: 20px;
  }
}
.column_request_flow .request_flow_list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .column_request_flow .request_flow_list {
    flex-direction: column;
  }
}
.column_request_flow .request_flow_item {
  padding: 20px;
  width: 25%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .column_request_flow .request_flow_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .column_request_flow .request_flow_item .text_wrap {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .column_request_flow .request_flow_item {
    flex-direction: column;
    gap: 10px;
  }
  .column_request_flow .request_flow_item .text_wrap {
    width: 100%;
  }
}
.column_request_flow .request_flow_item::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  color: #c1438c;
  font-size: 5rem;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .column_request_flow .request_flow_item::after {
    content: "\f078";
    top: auto;
    bottom: -33px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1;
  }
}
.column_request_flow .request_flow_item:last-child::after {
  display: none;
}
.column_request_flow .request_flow_item .label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  padding: 7px 20px 10px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  background: #c1438c;
}
@media screen and (max-width: 820px) {
  .column_request_flow .request_flow_item .label {
    left: 0;
    top: 0;
    transform: none;
    border-radius: 10px 0 10px 0;
  }
}
.column_request_flow .request_flow_item .label .num {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  margin-left: 0.2rem;
  font-weight: normal;
  color: #fff;
}
.column_request_flow .request_flow_item .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  fill: #e2b9d1;
  display: block;
  margin: 10px auto 20px;
}
@media screen and (max-width: 820px) {
  .column_request_flow .request_flow_item .icon {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .column_request_flow .request_flow_item .icon {
    margin-top: 0;
  }
}
.column_request_flow .request_flow_item .title {
  text-align: center;
  color: #c1438c;
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .column_request_flow .request_flow_item .title {
    text-align: left;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .column_request_flow .request_flow_item .title {
    text-align: center;
  }
}

.column_plan_cost {
  text-align: center;
}
.column_plan_cost .title {
  background: #fff4fc;
  padding: 20px;
  font-size: 3.5rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_plan_cost .title {
    font-size: 2.6rem;
    padding: 20px 10px;
  }
}
.column_plan_cost .title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #fff4fc;
  border-bottom: 0;
}
.column_plan_cost .title .marker {
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #fff000 0%);
}
.column_plan_cost .photo {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
}
.column_plan_cost .wrap {
  border: solid 5px #fff4fc;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 30px;
}

/*----------------------------------------------------
	供物供花
----------------------------------------------------*/
.column_kyouka {
  text-align: center;
}
.column_kyouka .kyouka_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 820px) {
  .column_kyouka .kyouka_wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka .kyouka_wrap {
    gap: 30px;
  }
}
.column_kyouka .anchor_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_kyouka .anchor_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka .anchor_list {
    flex-direction: column;
  }
}
.column_kyouka .anchor_list .anchor_item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .column_kyouka .anchor_list .anchor_item {
    width: 100%;
  }
}
.column_kyouka .anchor_btn {
  display: block;
  font-weight: bold;
  color: #333;
  border: solid 1px #c1438c;
  text-align: center;
  border-radius: 5px;
  padding: 15px 10px;
  line-height: 1;
  position: relative;
  font-size: 1.8rem;
  border-bottom: solid 3px #c1438c;
  background: #fff;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.column_kyouka .anchor_btn::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.column_kyouka .anchor_btn.toshin {
  border: solid 1px #eb3963;
  border-bottom: solid 3px #eb3963;
}
.column_kyouka .anchor_btn.hokushin {
  border: solid 1px #daa520;
  border-bottom: solid 3px #daa520;
}
.column_kyouka .anchor_btn.chushin {
  border: solid 1px #5f9ea0;
  border-bottom: solid 3px #5f9ea0;
}
.column_kyouka .column_hanakobo {
  background: #fefafd;
  padding: 60px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 45px;
}
@media screen and (max-width: 820px) {
  .column_kyouka .column_hanakobo {
    padding: 60px 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka .column_hanakobo {
    padding: 30px 15px;
  }
}
.column_kyouka .column_hanakobo .catch {
  margin-bottom: 0;
}
.column_kyouka .column_hanakobo .photo_list {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_kyouka .column_hanakobo .photo_list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka .column_hanakobo .photo_list {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.column_kyouka .column_hanakobo .photo_item {
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_kyouka .column_hanakobo .photo_item {
    width: auto;
  }
}
.column_kyouka .column_hanakobo .hanakobo_memo {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 820px) {
  .column_kyouka .column_hanakobo .hanakobo_memo {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka .column_hanakobo .hanakobo_memo {
    padding: 15px;
  }
}
.column_kyouka .column_hanakobo .hanakobo_wrap .title, .column_kyouka .column_hanakobo .hanakobo_wrap .text {
  text-align: left;
}
.column_kyouka .column_hanakobo .hanakobo_wrap .title {
  border-left: 5px solid #c1438c;
  padding-left: 1rem;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_kyouka .column_hanakobo .hanakobo_wrap .title {
    font-size: 1.8rem;
  }
}
.column_kyouka .read_title {
  font-size: 3rem;
  border-bottom: 1px dashed #555;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: #c1438c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_kyouka .read_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.column_kyouka .order_item {
  padding: 60px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_kyouka .order_item {
    padding: 0;
    background: none !important;
  }
}
.column_kyouka .area_title {
  font-size: 3rem;
  padding-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}
.column_kyouka .area_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 60px;
  height: 5px;
  background: #c1438c;
}
.column_kyouka .column_order {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.column_kyouka .item_box {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .column_kyouka .item_box {
    gap: 30px 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.column_kyouka .item_box .item {
  width: 25%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_kyouka .item_box .item {
    width: calc(50% - 5px);
  }
}
.column_kyouka .item_box .item.label {
  position: relative;
}
.column_kyouka .item_box .item.label::after {
  content: "法人\a推奨";
  white-space: pre;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #333;
  color: #fff;
  line-height: 1.2;
  width: 60px;
  height: 60px;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_kyouka .item_box .item.label::after {
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
  }
}
.column_kyouka .item_box .item .photo_area {
  width: 100%;
  position: relative;
}
.column_kyouka .item_box .item .photo_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #f5f5f5;
}
.column_kyouka .item_box .item .photo_area i {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px 0 0 0;
}
.column_kyouka .item_box .item .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_kyouka .item_box .item .title {
    font-size: 1.6rem;
  }
}
.column_kyouka .item_box .item .text {
  line-height: 1.2;
}
.column_kyouka .item_box .item .text .num {
  font-family: "Oswald", sans-serif;
  font-size: 150%;
  margin-left: 5px;
}
.column_kyouka .item_box .item .text small {
  display: block;
}
.column_kyouka .item_box .item .text small .num {
  font-size: 100%;
}
.column_kyouka .item_box .item .text_wrap {
  padding: 20px 10px;
}
.column_kyouka .item_box dl {
  border: solid 1px #f5f5f5;
  margin-top: 10px;
  font-size: 1.4rem;
}
.column_kyouka .item_box dl dt, .column_kyouka .item_box dl dd {
  padding: 5px;
  line-height: 1.2;
}
.column_kyouka .item_box dl dt {
  background: #f5f5f5;
  font-weight: bold;
}
.column_kyouka .sub_title {
  padding: 5px 10px;
  border-left: 5px solid #c1438c;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
.column_kyouka .other_box, .column_kyouka .target_stores {
  max-width: 1000px;
  margin: 0 auto;
}
.column_kyouka .other_list, .column_kyouka .hall_list {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_kyouka .other_list, .column_kyouka .hall_list {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka .other_list, .column_kyouka .hall_list {
    padding: 15px;
  }
}
.column_kyouka .other_list {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.column_kyouka .other_list .num {
  font-family: "Oswald", sans-serif;
  font-size: 150%;
  margin-left: 5px;
}
.column_kyouka .other_list small .num {
  font-size: 100%;
}
.column_kyouka .other_list li::before {
  content: "・";
}
.column_kyouka .hall_list {
  display: flex;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.column_kyouka .hall_list li::before {
  content: "/";
}
.column_kyouka .hall_list li:first-child::before {
  display: none;
}
.column_kyouka .btn {
  max-width: 500px;
}
.column_kyouka .order_btn .text {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
.column_kyouka #toshin .photo_area, .column_kyouka #hokushin .photo_area {
  aspect-ratio: 278/223;
}
.column_kyouka #toshin {
  background: rgba(235, 57, 99, 0.0509803922);
}
.column_kyouka #toshin .area_title::after {
  background: #eb3963;
}
.column_kyouka #toshin .sub_title {
  border-left: 5px solid #eb3963;
}
.column_kyouka #toshin .btn {
  background: #eb3963;
}
.column_kyouka #hokushin {
  background: rgba(218, 165, 32, 0.0509803922);
}
.column_kyouka #hokushin .area_title::after {
  background: #daa520;
}
.column_kyouka #hokushin .sub_title {
  border-left: 5px solid #daa520;
}
.column_kyouka #hokushin .btn {
  background: #daa520;
}
.column_kyouka #chushin {
  background: rgba(95, 158, 160, 0.0509803922);
}
.column_kyouka #chushin .area_title::after {
  background: #5f9ea0;
}
.column_kyouka #chushin .sub_title {
  border-left: 5px solid #5f9ea0;
}
.column_kyouka #chushin .btn {
  background: #5f9ea0;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.column_hurry_first {
  background: #fefafd;
}
.column_hurry_first .inner {
  position: relative;
}
.column_hurry_first .hurry_first {
  text-align: center;
  width: calc(100% - 350px);
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .column_hurry_first .hurry_first {
    width: 100%;
    margin-bottom: 20px;
  }
}
.column_hurry_first .hurry_first-title {
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.2;
  font-weight: 500;
}
.column_hurry_first .hurry_first-title .big {
  font-size: 1.2em;
  color: #c1438c;
  font-weight: 700;
}
.column_hurry_first .hurry_first-tel {
  gap: 20px;
  margin-bottom: 10px;
  color: #e51f31;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1100px) {
  .column_hurry_first .hurry_first-tel {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first-tel {
    border: none;
  }
}
.column_hurry_first .hurry_first-tel .point {
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  background: #e51f31;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .column_hurry_first .hurry_first-tel .point {
    max-width: 100%;
    width: 100%;
    aspect-ratio: unset;
    border-radius: 0;
  }
}
.column_hurry_first .hurry_first-tel .num {
  padding: 10px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  font-size: 8.5rem;
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .column_hurry_first .hurry_first-tel .num {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first-tel .num {
    font-size: 4rem;
    background: #e51f31;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 0 #e51f31;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.column_hurry_first .hurry_first-tel .num i {
  transform: rotate(325deg);
  padding-right: 10px;
  bottom: 5px;
  position: relative;
  color: #e51f31;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first-tel .num i {
    color: #fff;
  }
}
.column_hurry_first .hurry_first-lead {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 30px;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first-lead {
    padding: 5px 0;
  }
}
.column_hurry_first .hurry_first-lead .big {
  font-size: 1.2em;
}
.column_hurry_first .hurry_first-lead .sub {
  font-size: 2rem;
  color: #333;
}
.column_hurry_first .hurry_first-lead .wrap {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #ffd800 0%);
}
.column_hurry_first .hurry_first-attention {
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first-attention {
    flex-wrap: wrap;
  }
}
.column_hurry_first .hurry_first-attention-item {
  width: auto;
  border-radius: 4px;
  text-align: center;
  padding: 7px 25px;
  line-height: 1.2;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 600;
  background: #ffd800;
  color: #000;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first-attention-item {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 1.6rem;
  }
}
.column_hurry_first .hurry_first-attention-lead {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.column_hurry_first .hurry_first-attention-lead span {
  background: #fff200;
}
.column_hurry_first .mv {
  display: flex;
  padding-top: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .mv {
    flex-direction: column-reverse;
  }
}
.column_hurry_first .mv .operator {
  max-width: 350px;
}

.column_hurry_read {
  background: #c1438c;
  color: #fff;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .column_hurry_read {
    padding: 15px 0;
  }
  .column_hurry_read .text {
    text-align: left;
  }
}
.column_hurry_read .title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff91d;
}
@media screen and (max-width: 767px) {
  .column_hurry_read .title {
    font-size: 2.6rem;
  }
}

.column_hurry_point {
  text-align: center;
}
.column_hurry_point .point {
  padding-bottom: 40px;
  position: relative;
}
.column_hurry_point .point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 5rem 0 5rem;
  border-color: #c1438c transparent transparent transparent;
}
.column_hurry_point .point_list {
  max-width: 600px;
  margin: 0 auto;
  border: solid 2px #c1438c;
  padding: 30px 60px;
  border-radius: 10px;
  text-align: left;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column_hurry_point .point_list {
    padding: 20px;
  }
}
.column_hurry_point .point_list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  font-weight: 700;
}
.column_hurry_point .point_text {
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .column_hurry_point .point_text {
    font-size: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .column_hurry_point .point_text {
    font-size: 2.6rem;
  }
}
.column_hurry_point .point_text::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 10px;
  content: "";
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: -webkit-repeating-linear-gradient(135deg, #c1438c, #c1438c 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #c1438c, #c1438c 1px, transparent 2px, transparent 5px);
}
.column_hurry_point .point_text span {
  color: #c1438c;
}
.column_hurry_point .point_staff {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .column_hurry_point .point_staff {
    flex-wrap: wrap;
  }
  .column_hurry_point .point_staff li {
    width: calc(50% - 15px);
  }
}

.column_hurry_support .support_list {
  display: flex;
  gap: 30px;
  counter-reset: cnt 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .column_hurry_support .support_list {
    flex-direction: column;
  }
}
.column_hurry_support .support_list li {
  width: calc(33.3333333333% - 15px);
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  counter-increment: reason 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_hurry_support .support_list li {
    width: 100%;
    display: flex;
  }
  .column_hurry_support .support_list li img, .column_hurry_support .support_list li .text_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_support .support_list li {
    flex-direction: column;
  }
  .column_hurry_support .support_list li img, .column_hurry_support .support_list li .text_wrap {
    width: 100%;
  }
}
.column_hurry_support .support_list li::before {
  content: counter(reason, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: #c1438c;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.column_hurry_support .support_list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 55px;
  height: 0;
  width: 0;
  border-left: 30px solid #c1438c;
  border-right: 30px solid #c1438c;
  border-bottom: 10px solid transparent;
}
.column_hurry_support .support_list li .text_wrap {
  padding: 20px;
}
.column_hurry_support .support_list li .title {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  color: #c1438c;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_hurry_support .support_list li .title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_support .support_list li .title {
    text-align: center;
  }
}

.column_hurry_situation .read_title .read_wrap {
  background: #AE9664;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.column_hurry_situation .hurry_flow_details_tab {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.column_hurry_situation .hurry_flow_details_tab li {
  width: calc(33.3333333333% - 10px);
  color: #fff;
  padding: 5px;
  background: #c1438c;
  position: relative;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
}
.column_hurry_situation .hurry_flow_details_tab li.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 9px #c1438c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
}
.column_hurry_situation .hurry_flow_details {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_hurry_situation .hurry_flow_details {
    flex-direction: column;
    gap: 20px;
  }
}
.column_hurry_situation .hurry_flow_details .item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_hurry_situation .hurry_flow_details .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_situation .hurry_flow_details .item {
    display: none;
  }
  .column_hurry_situation .hurry_flow_details .item.active {
    display: block;
  }
}
.column_hurry_situation .hurry_flow_details .title {
  background: #AE9664;
  color: #fff;
  padding: 5px 30px;
  text-align: center;
  border-radius: 5px;
}
.column_hurry_situation .hurry_flow_details .text_wrap {
  padding: 20px;
  text-align: center;
}
.column_hurry_situation .hurry_flow_details .text_wrap img {
  max-width: 100px;
  margin-bottom: 10px;
}
.column_hurry_situation .hurry_flow_details .catch {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}
.column_hurry_situation .hurry_flow_details .lead {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #e51f31;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column_hurry_situation .hurry_flow_details .item_bottom {
  padding: 40px 20px 20px;
  background: #faf7f0;
  flex-grow: 1;
  position: relative;
}
.column_hurry_situation .hurry_flow_details .item_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 5rem 0 5rem;
  border-color: #fff transparent transparent transparent;
}

.hurry_check {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hurry_check {
    padding: 0;
    border: 0;
  }
}
.hurry_check-title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 30px;
  line-height: 1.3;
}
.hurry_check-title span {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #ffd800 0%);
}
.hurry_check-list {
  display: inline-block;
  margin: 0 auto 40px;
  width: 100%;
  padding: 30px;
  background: #faf7f0;
  border-radius: 15px;
}
.hurry_check-list-item {
  font-size: clamp(1.8rem, 4vw, 2rem);
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px dashed #666;
  margin-bottom: 15px;
}
.hurry_check-list-item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 700;
  color: #fa4341;
  font-size: 2rem;
  margin-right: 5px;
}
.hurry_check-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .hurry_check-tel {
    margin-bottom: 30px;
  }
}
.hurry_check-tel-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hurry_check-tel-title .wrap {
  position: relative;
}
.hurry_check-tel-title .wrap:before {
  content: "＼";
  font-size: 1.2em;
  position: absolute;
  left: -50px;
  bottom: -5px;
  color: #fa4341;
}
.hurry_check-tel-title .wrap:after {
  content: "／";
  font-size: 1.2em;
  position: absolute;
  right: -50px;
  bottom: -5px;
  color: #fa4341;
}
.hurry_check-tel-flex {
  align-items: center;
  justify-content: center;
  background: #fa4341;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .hurry_check-tel-flex {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.hurry_check-tel-flex .list .item:first-of-type {
  font-weight: 600;
  background: #fff;
  color: #fa4341;
  display: block;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .list .item:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .list {
    width: 100%;
  }
}
.hurry_check-tel-flex .num {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1100px) {
  .hurry_check-tel-flex .num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .num {
    font-size: 3.4rem;
    width: calc(85% - 20px);
    white-space: nowrap;
  }
}
.hurry_check-tel-flex .num i {
  transform: rotate(325deg);
  padding-right: 10px;
  bottom: 5px;
  position: relative;
}
.hurry_check-tel-flex .label {
  padding: 0.5em;
  aspect-ratio: 1/1;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .label {
    width: 18%;
  }
}

.hurry .column_map {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .hurry .column_map {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hurry .column_map {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
	会社概要 company
----------------------------------------------------*/
.youtube_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_title {
  text-align: center;
  margin-bottom: 30px;
  color: #c1438c;
  font-size: 3.6rem;
  position: relative;
}
.company_title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: linear-gradient(135deg, #fff 0%, #c1438c 50%, #fff 100%);
}
@media screen and (max-width: 820px) {
  .company_title {
    font-size: 2.6rem;
  }
}

.column_company_detail dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.column_company_detail dl dt {
  width: 20%;
  background: #eee;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_company_detail dl dt {
    width: 100%;
  }
}
.column_company_detail dl dd {
  width: 80%;
  border-bottom: 1px solid #eee;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 820px) {
  .column_company_detail dl dd {
    width: 100%;
  }
}
.column_company_detail dl dd:first-child {
  border-top: 1px solid #eee;
}
.column_company_detail dl dd ul li {
  padding-left: 5.5em;
  text-indent: -5.5em;
}

.column_company_message .message_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.column_company_message .message_list .message_item {
  font-size: 1.4rem;
}
.column_company_message .message_contents {
  margin-bottom: 20px;
}
.column_company_message .message_contents img {
  margin: 0 24px 12px 0;
  float: left;
  max-width: 250px;
}
.column_company_message .messager {
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
}

/*----------------------------------------------------
	会葬者の方へ mourner
----------------------------------------------------*/
#mourner .column_hall_list .mourner_hall {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  #mourner .column_hall_list .mourner_hall {
    gap: 10px;
  }
}
#mourner .column_hall_list .mourner_hall li {
  width: calc(25% - 23px);
  border: 1px solid #eee;
}
@media screen and (max-width: 820px) {
  #mourner .column_hall_list .mourner_hall li {
    width: calc(50% - 5px);
  }
}
#mourner .column_hall_list .mourner_hall li .text_box {
  text-align: center;
  margin-top: 10px;
}
#mourner .column_hall_list .mourner_hall li .text_box h3 {
  color: #c1438c;
  font-size: 1.8rem;
}
#mourner .column_hall_list .mourner_hall li .img_box img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
#mourner .column_hall_list .row-hall_link {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 820px) {
  #mourner .column_hall_list .row-hall_link {
    max-width: unset;
    width: 100%;
    padding: 10px;
  }
}
#mourner .column_hall_list .row-hall_link img {
  margin-bottom: 10px;
}

/*----------------------------------------------------
	モーダルウィンドウ
----------------------------------------------------*/
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.modal .close_btn {
  display: block;
  border-radius: 5px;
  margin: 20px;
}
.modal .close_btn:hover {
  cursor: pointer;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 320px;
  background: white;
  padding: 20px 20px 10px;
  border-radius: 10px;
  text-align: center;
}
.modal-content .modal_tel {
  margin: 15px 0;
  font-size: 26px;
  font-weight: 600;
  flex-direction: unset;
  justify-content: center;
}
.modal-content .modal_tel::before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.2em;
  color: #c1438c;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 480px) {
  .contact_form {
    margin-bottom: 0;
  }
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 480px) {
  .contact_form dt,
  .contact_form dd {
    padding: 5px 10px;
    border-bottom: none;
  }
}
.contact_form dt {
  width: 30%;
  background: #fafafa;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
  }
}
.contact_form dt .hissu,
.contact_form dt .nini {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #fa4341;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact_form dd {
    margin-bottom: 2.4rem;
    padding: 8px 0 0;
  }
}
.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.flex {
  gap: 10px;
}
.contact_form dd .club_input {
  flex-direction: column;
  gap: 10px;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.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;
}
.contact_form .wpcf7-list-item.first {
  margin-left: 0;
}

.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;
}

@media screen and (max-width: 480px) {
  .pp_wrap .center {
    text-align: left;
  }
}
.pp_box {
  width: 80%;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
}
.pp_box .form_privacy {
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .pp_box {
    width: 100%;
  }
}

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

.wpcf7-submit,
.wpcf7-previous {
  margin: 0 auto;
  display: block;
  border: 1px solid #fc6d00;
  border-radius: 10px;
  font-size: 3rem;
  background: #fc6d00;
  color: #fff;
  padding: 10px 60px 20px;
  transition: all 0.3s;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 5px 0px 0px #ad5f10;
}
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background-color: #fff;
  color: #fc6d00;
}
.wpcf7-submit::after,
.wpcf7-previous::after {
  content: "\f0a9";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .wpcf7-submit::after,
  .wpcf7-previous::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-submit,
  .wpcf7-previous {
    padding: 10px 20px 20px;
    width: 100%;
    font-size: 2.6rem;
  }
}

.wpcf7-submit span {
  font-size: 1.4rem;
}

.wpcf7-previous {
  background: #fff;
  color: #C083A6;
  border: 1px solid #C083A6;
  transition: all 0.3s;
}
.wpcf7-previous:hover {
  background: #C083A6;
  color: #fff;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #c1438c, 0 2px 0 #c1438c, -2px 0 0 #c1438c, 0 -2px 0 #c1438c;
  color: #fff;
}

/*----------------------------------------------------
	サイトマップ
----------------------------------------------------*/
.column_sitemap .sitemap_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.column_sitemap .sitemap_list .sitemap_item .child_list, .column_sitemap .sitemap_list .sitemap_item .single_list {
  border: solid 1px #eef0f1;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .column_sitemap .sitemap_list .sitemap_item .child_list, .column_sitemap .sitemap_list .sitemap_item .single_list {
    padding: 15px;
  }
}
.column_sitemap .sitemap_list .sitemap_item .child_list li, .column_sitemap .sitemap_list .sitemap_item .single_list li {
  font-size: 1.7rem;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 820px) {
  .column_sitemap .sitemap_list .sitemap_item .child_list li, .column_sitemap .sitemap_list .sitemap_item .single_list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .column_sitemap .sitemap_list .sitemap_item .child_list li, .column_sitemap .sitemap_list .sitemap_item .single_list li {
    width: 100%;
  }
}
.column_sitemap .sitemap_list .sitemap_item .child_list li a, .column_sitemap .sitemap_list .sitemap_item .single_list li a {
  position: relative;
  padding-left: 1rem;
}
.column_sitemap .sitemap_list .sitemap_item .child_list li a::before, .column_sitemap .sitemap_list .sitemap_item .single_list li a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.column_sitemap .sitemap_list .sitemap_item .child_list li a.area_name, .column_sitemap .sitemap_list .sitemap_item .single_list li a.area_name {
  padding-left: 0;
}
.column_sitemap .sitemap_list .sitemap_item .child_list li a.area_name::before, .column_sitemap .sitemap_list .sitemap_item .single_list li a.area_name::before {
  display: none;
}
.column_sitemap .sitemap_list .sitemap_item .child_list li a.area_name::after, .column_sitemap .sitemap_list .sitemap_item .single_list li a.area_name::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list {
  gap: 30px 10px;
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list li {
  display: flex;
  flex-direction: column;
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list li::before {
  display: none;
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list li .area_list {
  margin-bottom: 10px;
  flex-grow: 1;
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list li .area_list .area_item {
  width: 100%;
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list li .other_list .other_item {
  width: 100%;
}
.column_sitemap .sitemap_list .sitemap_item--hall .child_list li .area_title {
  background: #eef0f1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.column_sitemap .sitemap_list .sitemap_area_list .sitemap_area_hall {
  width: 100%;
}
.column_sitemap .main_title {
  background: #eef0f1;
  padding: 10px 20px;
  display: block;
  font-weight: bold;
  font-size: 1.7rem;
}
.column_sitemap .main_title::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  margin-left: 0.5rem;
  color: #c1438c;
}
.column_sitemap .main_title--nolink::after {
  display: none;
}

.form_privacy {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.form_privacy #ez-toc-container {
  display: none;
}
.form_privacy .privacy_title {
  padding: 3px 10px;
  border-left: 5px solid #c1438c;
  margin-bottom: 20px;
}
.form_privacy ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}
.form_privacy ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

body.request .column, body.contact .column, body.consultation .column {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  body.request .column, body.contact .column, body.consultation .column {
    padding-bottom: 80px;
  }
}

.column_jumokusou_archive {
  text-align: center;
}
.column_jumokusou_archive .area_hall_list {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_jumokusou_archive .area_hall_list .hall_read_box {
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
  }
}