@charset "UTF-8";
/*----------------------------------------------------
	エリアトップ
----------------------------------------------------*/
.page-template-area_pages .faq {
  padding-bottom: 0;
}

.areatop_mv {
  text-align: center;
}
.areatop_mv .area_main_title {
  background: #207c3b;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
}
.areatop_mv .area_main_title .big {
  font-size: 1.2em;
}
.areatop_mv .intro {
  text-align: left;
  font-size: 1.4rem;
  height: 50px;
  transition: all 0.3s;
  margin: 10px auto 0;
  overflow: hidden;
  position: relative;
}
.areatop_mv .intro:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(0deg, #ffffff, transparent);
}
.areatop_mv .intro.open {
  height: 100%;
}
.areatop_mv .intro.open:after {
  content: none;
}

.areatop_intro {
  background-image: linear-gradient(0deg, #ffffff, #feffe0);
}
.areatop_intro .areatop_menu {
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.areatop_intro .areatop_menu .item {
  width: calc(33.3333333333% - 15px);
  border: 2px solid #207c3b;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .areatop_intro .areatop_menu .item {
    width: 100%;
  }
}
.areatop_intro .areatop_menu .item:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 1.5rem;
}
.areatop_intro .areatop_menu .item .flex {
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.areatop_intro .areatop_menu .item img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .areatop_intro .areatop_menu .item img {
    width: 60px;
  }
}
.areatop_intro .areatop_menu .item .lead {
  flex: 1;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
}
.areatop_intro .areatop_menu .item .lead .color {
  color: #207c3b;
  font-size: 1.1em;
}

.areatop_knowledge {
  background: #fafafa;
}
.areatop_knowledge .knowledge_list {
  max-width: 1000px;
  margin: 0 auto;
}
.areatop_knowledge .knowledge_list .title {
  background: #f8e4d8;
  padding: 20px;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2rem);
  border-radius: 6px 6px 0 0;
  line-height: 1.4;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .areatop_knowledge .knowledge_list .title {
    padding: 10px;
    text-align: center;
  }
}
.areatop_knowledge .knowledge_list .title .color {
  font-size: 1.1em;
  color: #da793c;
}
@media screen and (max-width: 767px) {
  .areatop_knowledge .knowledge_list .title .color {
    display: block;
  }
}
.areatop_knowledge .knowledge_list .detail {
  border-radius: 0 0 6px 6px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .areatop_knowledge .knowledge_list .detail {
    padding: 10px 20px;
  }
}
.areatop_knowledge .knowledge_list .detail:not(:last-of-type) {
  margin-bottom: 30px;
}

/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list__wide .item {
  max-width: 1000px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item {
    margin-bottom: 30px;
  }
}
.column_hall_list__wide .item .hall_name {
  background: #207c3b;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_name {
    flex-direction: column;
    gap: 5px;
  }
}
.column_hall_list__wide .item .hall_name .name {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  color: #fff;
  font-weight: 700;
}
.column_hall_list__wide .item .hall_name .label {
  background: #faff47;
  color: #207c3b;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  padding: 2px 10px;
}
.column_hall_list__wide .item .hall_info {
  align-items: center;
  padding: 20px;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .column_hall_list__wide .item .hall_info {
    flex-direction: column;
    gap: 20px;
  }
}
.column_hall_list__wide .item .hall_info .info_left {
  width: 300px;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_info .info_left {
    width: 100%;
  }
}
.column_hall_list__wide .item .hall_info .info_left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_hall_list__wide .item .hall_info .info_right {
  flex: 1;
}
.column_hall_list__wide .item .hall_info .info_right .info_lead {
  text-align: left;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.column_hall_list__wide .item .hall_info .info_right .info_lead.adrs:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #207c3b;
}
.column_hall_list__wide .item .hall_info .info_right .info_lead.access {
  margin-bottom: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.column_hall_list__wide .item .hall_info .info_right .info_lead.access:before {
  content: "\f554";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #207c3b;
}
.column_hall_list__wide .item .hall_info .info_right .feature_icon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_info .info_right .feature_icon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.column_hall_list__wide .item .hall_info .info_right .feature_icon .f_item {
  border: 1px solid #ccc;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
.column_hall_list__wide .item .hall_info .info_right .feature_icon .f_item img {
  width: 25px;
}
.column_hall_list__wide .item .hall_info .info_right .feature_icon .f_item .name {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}
.column_hall_list__wide .item .hall_link {
  padding: 10px 20px;
  background: #deebe2;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link {
    align-items: normal;
    padding: 10px;
    gap: 10px;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_lead {
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
  font-size: 1.8rem;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_list__wide .item .hall_link .link_tel_lead {
    display: none;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_lead:after {
  content: "\f101";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
  color: #4d9662;
  line-height: 1;
  font-size: 1.2em;
}
.column_hall_list__wide .item .hall_link .link_tel_num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  position: relative;
}
.column_hall_list__wide .item .hall_link .link_tel_num .flex {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_tel_num {
    background: #eb2323;
    border-radius: 5px;
    padding: 5px;
    width: 55%;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_num .tel_wrap {
  gap: 5px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_tel_num .pc_tel {
    display: none;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_num .sp_tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_tel_num .sp_tel {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_num .label {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  width: 100%;
  color: #eb2323;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_tel_num .label {
    color: #fff;
    text-align: center;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_num .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_tel_num .icon {
    width: 30px;
  }
}
.column_hall_list__wide .item .hall_link .link_tel_num .icon svg {
  fill: #333;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_tel_num .icon svg {
    fill: #fff;
  }
}
.column_hall_list__wide .item .hall_link .link_button {
  background: #207c3b;
  color: #fff;
  font-size: clamp(17px, 4vw, 20px);
  font-weight: 700;
  padding: 5px 35px 5px 25px;
  border-radius: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_hall_list__wide .item .hall_link .link_button {
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.column_hall_list__wide .item .hall_link .link_button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.hall_first .label {
  color: #207c3b;
  border: 2px solid;
  font-weight: bold;
  padding: 2px 20px;
  border-radius: 80px;
  display: block;
  margin: 0 auto 10px;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hall_first .sec_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hall_first .sec_title {
    margin-bottom: 10px;
  }
}
.hall_first .access {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .hall_first .access {
    margin-bottom: 20px;
  }
}
.hall_first .access i {
  color: #207c3b;
  padding-right: 5px;
}
.hall_first .google_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 20px 5px 10px;
  color: #025790;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .hall_first .google_link {
    position: relative;
    margin: 0 auto 20px;
    bottom: unset;
    right: unset;
  }
}
.hall_first .google_link img {
  width: 40px;
}
.hall_first .google_link .color {
  color: #eb2323;
}
.hall_first .google_link:before {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 3px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.2rem;
}

.hall_slider {
  padding-top: 0 !important;
  overflow: hidden;
}
.hall_slider .splide__arrow--next {
  right: 90px;
}
@media screen and (max-width: 820px) {
  .hall_slider .splide__arrow--next {
    right: -6%;
    justify-content: flex-start;
    padding-left: 10px;
  }
}
.hall_slider .splide__arrow--prev {
  left: 90px;
}
@media screen and (max-width: 820px) {
  .hall_slider .splide__arrow--prev {
    left: -6%;
    justify-content: flex-end;
    padding-right: 10px;
  }
}
.hall_slider #thumbnail-carousel {
  padding-top: 10px;
  margin-bottom: 40px;
}
.hall_slider .hall_description {
  padding: 20px 40px;
  background: #e9f2eb;
  text-align: justify;
  margin: 0 auto 60px;
}
@media screen and (max-width: 820px) {
  .hall_slider .hall_description {
    padding: 20px;
  }
}
.hall_slider .sec_title {
  margin-bottom: 0;
}
.hall_slider .hall_tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px auto 0;
}
@media screen and (max-width: 820px) {
  .hall_slider .hall_tel {
    margin-top: 0;
  }
}

.hall_detail {
  padding-top: 0;
}
.hall_detail .sec_title {
  margin-bottom: 20px;
}
.hall_detail__box {
  background: #f8f8f8;
  padding: 40px;
  align-items: flex-start;
  gap: 60px;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .hall_detail__box {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.hall_detail__box-left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .hall_detail__box-left {
    width: 100%;
  }
}
.hall_detail__box-left .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .hall_detail__box-left .row {
    display: block;
  }
}
.hall_detail__box-left .row dt {
  width: 30%;
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.hall_detail__box-left .row dt:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 820px) {
  .hall_detail__box-left .row dt {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: 0;
  }
}
.hall_detail__box-left .row dd {
  width: 70%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.hall_detail__box-left .row dd:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 820px) {
  .hall_detail__box-left .row dd:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 820px) {
  .hall_detail__box-left .row dd {
    width: 100%;
    padding: 10px 0;
  }
}
.hall_detail__box-left .row dd .map_link {
  display: block;
  color: #005fae;
}
.hall_detail__box-left .row dd .map_link:after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.hall_detail__box-left .feature_icon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .hall_detail__box-left .feature_icon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hall_detail__box-left .feature_icon .item {
  border: 1px solid #eee;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .hall_detail__box-left .feature_icon .item {
    padding: 5px 8px;
  }
}
.hall_detail__box-left .feature_icon .item img {
  width: 30px;
}
.hall_detail__box-left .feature_icon .item .name {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}
.hall_detail__box-right {
  flex: 1;
}
.hall_detail__box-right .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.hall_detail__box-right .access_list {
  text-align: left;
}
.hall_detail__box-right .access_list .title {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
}
.hall_detail__box-right .access_list .title i {
  padding-right: 10px;
  color: #207c3b;
}
.hall_detail__box-right .access_list .lead {
  padding: 10px 10px 10px 25px;
}
.hall_detail__box-right .caution {
  color: #666;
  font-size: 1.5rem;
  line-height: 1.2;
}

.hall_reason {
  background: #f3f9e9;
}
.hall_reason .box {
  flex-wrap: wrap;
  align-items: center;
  gap: 60px 40px;
}
@media screen and (max-width: 820px) {
  .hall_reason .box {
    gap: 20px;
  }
}
.hall_reason .box .img {
  width: 45%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.hall_reason .box .img:last-of-type {
  order: 4;
}
@media screen and (max-width: 820px) {
  .hall_reason .box .img {
    width: 100%;
  }
}
.hall_reason .box .wrap {
  width: 51%;
}
.hall_reason .box .wrap:last-of-type {
  order: 3;
}
@media screen and (max-width: 820px) {
  .hall_reason .box .wrap {
    width: 100%;
    order: 5;
  }
}
.hall_reason .box .wrap .text {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.hall_reason .box .wrap .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  border-color: transparent transparent #207c3b transparent;
}
.hall_reason .box .wrap .text .title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
  border-left: 4px solid #207c3b;
  padding-left: 15px;
  line-height: 1.4;
}

.hall_facility {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 0 !important;
}
.hall_facility .facility_title {
  border-left: 6px solid #207c3b;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.hall_facility .facility_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .hall_facility .facility_list {
    margin-bottom: 30px;
  }
}
.hall_facility .facility_list:last-of-type {
  margin-bottom: 60px;
}
.hall_facility .facility_list .title {
  width: 25%;
  padding: 10px 15px;
  text-align: center;
  background: #deebe2;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .hall_facility .facility_list .title {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hall_facility .facility_list .title {
    padding: 5px 0;
    white-space: nowrap;
    font-size: 1.5rem;
  }
}
.hall_facility .facility_list .lead {
  width: 25%;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .hall_facility .facility_list .lead {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .hall_facility .facility_list .lead {
    padding: 5px 0;
    font-size: 1.5rem;
  }
}
.hall_facility .reccomend_wrap {
  max-width: 700px;
  padding: 40px 40px 10px;
  background: #f9f8ef;
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #da793c;
}
@media screen and (max-width: 820px) {
  .hall_facility .reccomend_wrap {
    padding: 40px 20px 10px;
  }
}
.hall_facility .reccomend_wrap .sec_title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -25px;
  background: #da793c;
  border-radius: 80px;
  padding: 4px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.6rem);
}
@media screen and (max-width: 820px) {
  .hall_facility .reccomend_wrap .sec_title {
    padding: 4px 20px;
  }
}
.hall_facility .reccomend_wrap .reccomend_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hall_facility .reccomend_wrap .reccomend_list .item {
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-bottom: 10px;
  font-weight: 600;
}
.hall_facility .reccomend_wrap .reccomend_list .item:before {
  content: "\f772";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #da793c;
  padding-right: 5px;
}

.hall_plans {
  position: relative;
  padding: 0 20px;
}
.hall_plans:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  left: 0;
  bottom: -60px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .hall_plans:after {
    height: 40px;
    bottom: -40px;
  }
}
.hall_plans .catch {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 0 auto;
}

/*----------------------------------------------------
	プラン一覧・詳細
----------------------------------------------------*/
.plan_promiss {
  background: #f3f9e9;
}
.plan_promiss .sec_title {
  margin-bottom: 20px;
}
.plan_promiss .catch {
  margin-bottom: 40px;
}
.plan_promiss__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  counter-reset: promiss 0;
}
@media screen and (max-width: 820px) {
  .plan_promiss__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .plan_promiss__list {
    grid-template-columns: 1fr;
  }
}
.plan_promiss__list .item {
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  .plan_promiss__list .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.plan_promiss__list .item:before {
  counter-increment: promiss 1;
  content: "約束0" counter(promiss);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #207c3b;
  color: #fff;
  padding: 2px 10px;
  border-radius: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.plan_promiss__list .item img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 820px) {
  .plan_promiss__list .item img {
    width: 35%;
  }
}
.plan_promiss__list .item .title {
  font-size: clamp(2rem, 2vw, 2.2rem);
  font-weight: 700;
  color: #207c3b;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .plan_promiss__list .item .title {
    width: 65%;
    text-align: left;
    padding-left: 1em;
    margin: 0;
  }
}

.plan_list {
  position: relative;
  border-bottom: 2px solid #207c3b;
}
.plan_list-links {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1200px;
}
@media screen and (max-width: 820px) {
  .plan_list-links {
    width: 96%;
    gap: 10px;
  }
}
.plan_list-item {
  max-width: 300px;
  flex: 1;
  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: #207c3b;
  color: #fff;
}
.plan_list-item a {
  display: block;
  padding: 5px;
  color: #fff;
}
.plan_list-item.simple {
  background: #fef9f4;
}
.plan_list-item.simple.show {
  background: #dc7417;
}
.plan_list-item.simple.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.simple a {
  color: #666;
}
.plan_list-item.oneday {
  background: #e0f3d6;
}
.plan_list-item.oneday.show {
  background: #559c2e;
}
.plan_list-item.oneday.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.oneday a {
  color: #666;
}
.plan_list-item.family {
  background: white;
}
.plan_list-item.family.show {
  background: #ee3077;
}
.plan_list-item.family.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.family a {
  color: #666;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.plan_content {
  display: none;
}
.plan_content.show {
  display: block;
  padding: 0;
}

.plan_wrap .plan_detail {
  position: relative;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.plan_wrap .plan_detail .flex.inner {
  gap: 40px;
  max-width: 1100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .flex.inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.plan_wrap .plan_detail-img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail-img {
    width: 100%;
  }
}
.plan_wrap .plan_detail-info {
  width: 40%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail-info {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail-info .plan_title {
  text-align: center;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
}
.plan_wrap .plan_detail-info .plan_feature {
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 10px;
  border: 1px solid;
  color: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail-info .plan_feature {
    padding: 0;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box {
    gap: 10px;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left {
  text-align: center;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  position: relative;
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 8px;
  line-height: 1.2;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead .big {
  font-size: 1.2em;
  color: #eb2323;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
  color: #444;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_big {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
  color: #eb2323;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_big .num {
  font-size: 6.2rem;
  font-weight: 500;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_big .num {
    font-size: 4rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_big .yen {
  position: relative;
  font-size: 3rem;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_big .tax {
  white-space: nowrap;
  position: absolute;
  left: 3px;
  font-size: 0.4em;
  top: -12px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_small {
  font-size: 1.8rem;
  text-align: right;
  font-weight: 700;
  line-height: 1;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_small .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_small .small {
  font-size: 0.8em;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_small .yen {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8em;
}
.plan_wrap .plan_detail .detail_price .price_ippan_wide {
  text-align: center;
  background: #fff;
  padding: 5px;
  margin: 0 auto 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_ippan_wide {
    padding: 5px 0;
  }
}
.plan_wrap .plan_detail .detail_price .price_ippan_wide .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.2em;
}
.plan_wrap .plan_detail .detail_price .price_ippan_wide .yen {
  font-size: 0.9em;
}
.plan_wrap .plan_detail .detail_price .price_ippan_wide .taxin {
  padding-left: 0.5em;
  font-size: 0.9em;
}
.plan_wrap .plan_detail .flow_container {
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container {
    gap: 10px;
  }
}
.plan_wrap .plan_detail .flow_container .item {
  position: relative;
  border-radius: 5px;
  color: #fff;
  flex: 1;
  background: #ccc;
  text-align: center;
  font-size: 1.4rem;
}
.plan_wrap .plan_detail .flow_container .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #a4a4a4;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_wrap .plan_detail .flow_container .item:last-child {
  margin-right: 0;
}
.plan_wrap .plan_detail .flow_container .item:last-child::after {
  content: none;
}
.plan_wrap .plan_detail .flow_container .item.in {
  background: #207c3b;
}

.plan_about {
  padding: 40px 0 80px;
}
.plan_about .sec_title {
  margin-bottom: 20px;
}
.plan_about .intro {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_about .intro {
    text-align: left;
  }
}
.plan_about .wrap {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 10px;
}
.plan_about .wrap .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 20px;
}
.plan_about .wrap .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .plan_about .wrap .list {
    grid-template-columns: 1fr;
  }
}
.plan_about .wrap .list .item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_about .wrap .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .plan_about .wrap .list .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.plan_about .wrap .list .item img {
  width: 140px;
  height: 140px;
  border-radius: 80px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .plan_about .wrap .list .item img {
    width: 100px;
    height: 100px;
    margin: 0;
  }
}
.plan_about .wrap .list .item .lead {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan_about .wrap .list .item .lead {
    flex: 1;
  }
}
.plan_about .wrap .list .item:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .plan_about .wrap .list .item:nth-child(2) {
    border: 0;
  }
}

.plan_isset {
  background: #fff;
  padding: 40px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .plan_isset {
    padding: 30px 15px;
  }
}
.plan_isset .sec_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan_isset .sec_title {
    font-size: 2.2rem;
  }
}
.plan_isset .plan_inset {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}
.plan_isset .plan_inset .flex {
  width: calc(25% - 4px);
  background: #fafafa;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan_isset .plan_inset .flex {
    width: calc(33.3333333333% - 4px);
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5px;
    gap: 0;
  }
}
.plan_isset .plan_inset .flex img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(1%) saturate(638%) hue-rotate(106deg) brightness(102%) contrast(86%);
}
.plan_isset .plan_inset .flex .name {
  font-weight: 700;
  color: #ccc;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .plan_isset .plan_inset .flex .name {
    font-size: 1.5rem;
  }
}
.plan_isset .plan_inset .flex.in .name {
  color: #da793c;
}
.plan_isset .caption {
  font-size: 1.5rem;
  white-space: nowrap;
}

.column_plan_detail_solo .plan_list {
  border-bottom: 0;
  margin-bottom: 0;
}
.column_plan_detail_solo .plan_wrap {
  padding-top: 40px;
}

/*------プラン色設定------------------------------*/
.plan_list.simple {
  border-bottom-color: #dc7417;
}
.plan_list.simple .plan_list-item.tab.show {
  background: #dc7417;
}

.plan_content.plan_simple .plan_detail .plan_feature,
.plan_content.plan_simple .plan_detail .flow_container .item.in {
  background: #dc7417;
}
.plan_content.plan_simple .plan_detail .plan_title {
  color: #dc7417;
}
.plan_content.plan_simple .plan_isset .plan_inset .flex.in {
  background: #fdf8f3;
}
.plan_content.plan_simple .plan_isset .plan_inset .flex.in .name {
  color: #dc7417;
}
.plan_content.plan_simple .plan_isset .plan_inset .flex.in img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(69%) saturate(630%) hue-rotate(349deg) brightness(114%) contrast(92%);
}
.plan_content.plan_simple .plan_about {
  background: #fdf8f3;
}
.plan_content.plan_simple .plan_about .sec_title {
  color: #dc7417;
}
.plan_content.plan_simple .plan_about .wrap {
  border: 2px solid #eeba8b;
}
.plan_content.plan_simple .appeal_price .sec_title .color {
  color: #dc7417;
}
.plan_content.plan_simple .appeal_price .sale_label {
  background: #dc7417;
}
.plan_content.plan_simple .appeal_price .sale_label:after {
  border-top: 13px solid #dc7417;
}

@media screen and (max-width: 767px) {
  .plan_family .plan_isset .plan_inset .flex.in img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(22%) saturate(789%) hue-rotate(293deg) brightness(93%) contrast(86%);
  }
}
.plan_list.oneday {
  border-bottom-color: #559c2e;
}
.plan_list.oneday .plan_list-item.tab.show {
  background: #559c2e;
}

.plan_content.plan_oneday .plan_detail .plan_feature,
.plan_content.plan_oneday .plan_detail .flow_container .item.in {
  background: #559c2e;
}
.plan_content.plan_oneday .plan_detail .plan_title {
  color: #559c2e;
}
.plan_content.plan_oneday .plan_isset .plan_inset .flex.in {
  background: #f7faf5;
}
.plan_content.plan_oneday .plan_isset .plan_inset .flex.in .name {
  color: #559c2e;
}
.plan_content.plan_oneday .plan_isset .plan_inset .flex.in img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(10%) saturate(2851%) hue-rotate(55deg) brightness(76%) contrast(84%);
}
.plan_content.plan_oneday .plan_about {
  background: #f7faf5;
}
.plan_content.plan_oneday .plan_about .sec_title {
  color: #559c2e;
}
.plan_content.plan_oneday .plan_about .wrap {
  border: 2px solid #aace97;
}
.plan_content.plan_oneday .appeal_price .sec_title .color {
  color: #559c2e;
}
.plan_content.plan_oneday .appeal_price .sale_label {
  background: #559c2e;
}
.plan_content.plan_oneday .appeal_price .sale_label:after {
  border-top: 13px solid #559c2e;
}

@media screen and (max-width: 767px) {
  .plan_family .plan_isset .plan_inset .flex.in img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(22%) saturate(789%) hue-rotate(293deg) brightness(93%) contrast(86%);
  }
}
.plan_list.family {
  border-bottom-color: #ee3077;
}
.plan_list.family .plan_list-item.tab.show {
  background: #ee3077;
}

.plan_content.plan_family .plan_detail .plan_feature,
.plan_content.plan_family .plan_detail .flow_container .item.in {
  background: #ee3077;
}
.plan_content.plan_family .plan_detail .plan_title {
  color: #ee3077;
}
.plan_content.plan_family .plan_isset .plan_inset .flex.in {
  background: #fef5f8;
}
.plan_content.plan_family .plan_isset .plan_inset .flex.in .name {
  color: #ee3077;
}
.plan_content.plan_family .plan_isset .plan_inset .flex.in img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(1481%) hue-rotate(302deg) brightness(100%) contrast(90%);
}
.plan_content.plan_family .plan_about {
  background: #fef5f8;
}
.plan_content.plan_family .plan_about .sec_title {
  color: #ee3077;
}
.plan_content.plan_family .plan_about .wrap {
  border: 2px solid #f798bb;
}
.plan_content.plan_family .appeal_price .sec_title .color {
  color: #ee3077;
}
.plan_content.plan_family .appeal_price .sale_label {
  background: #ee3077;
}
.plan_content.plan_family .appeal_price .sale_label:after {
  border-top: 13px solid #ee3077;
}

@media screen and (max-width: 767px) {
  .plan_family .plan_isset .plan_inset .flex.in img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(22%) saturate(789%) hue-rotate(293deg) brightness(93%) contrast(86%);
  }
}
/*------割引額提示------------------------------*/
.appeal_price {
  position: relative;
  margin-top: 100px;
}
.appeal_price::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 15rem 0 15rem;
  border-color: #eee transparent transparent transparent;
}
@media screen and (max-width: 820px) {
  .appeal_price::before {
    border-width: 4rem 10rem 0 10rem;
  }
}
.appeal_price .sec_title {
  margin-bottom: 20px;
}
.appeal_price .sale_label {
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 5px 40px;
  border-radius: 5px;
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .appeal_price .sale_label {
    padding: 5px 10px;
  }
}
.appeal_price .sale_label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.appeal_price .sale_label .big {
  font-size: 1.2em;
}
.appeal_price .sale_label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 400;
}
.appeal_price .price_box {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.appeal_price .price_box .price_ippan {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
}
.appeal_price .price_box .price_ippan:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_ippan:before {
    transform: rotate(135deg);
    right: 0;
    left: 0;
    bottom: unset;
    top: 110%;
  }
}
.appeal_price .price_box .price_ippan .num {
  font-size: 1.5em;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.appeal_price .price_box .price_club {
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #eb2323;
  line-height: 1;
}
.appeal_price .price_box .price_club .small {
  font-size: 0.7em;
}
.appeal_price .price_box .price_club .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_club .num {
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_club .yen {
  font-size: 1.1em;
  position: relative;
}
.appeal_price .price_box .price_club .yen .tax {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 0.5em;
  white-space: nowrap;
}
.appeal_price .price_box .price_club_taxin {
  text-align: right;
  padding-top: 5px;
}
.appeal_price .price_box .price_club_taxin .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

/*------プラン比較表------------------------------*/
.plan_comparison {
  background: #fafafa;
}
@media screen and (max-width: 1100px) {
  .plan_comparison .table_wrap {
    overflow-y: scroll;
  }
}
.plan_comparison .comparison {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  max-width: 1200px;
}
.plan_comparison .comparison .con_title {
  background: #e9f2eb;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.plan_comparison .comparison .plan_title {
  background: #f7f7f7;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.plan_comparison .comparison th,
.plan_comparison .comparison td {
  border: 1px solid #ccc;
  padding: 1em;
  white-space: nowrap;
  background: #fff;
}
.plan_comparison .comparison .price_cell {
  font-weight: 600;
}
.plan_comparison .comparison .price_cell .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}
.plan_comparison .comparison .price_cell .ippan {
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_comparison .comparison .price_cell .club_notax {
  color: #eb2323;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan_comparison .comparison .price_cell .club_notax .num {
  font-size: 3em;
}
.plan_comparison .comparison .price_cell .club_taxin {
  font-weight: 400;
}
.plan_comparison .comparison .discount {
  color: #eb2323;
}
.plan_comparison .comparison .discount .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1;
}
.plan_comparison .comparison .flow {
  text-align: center;
  gap: 5px;
  justify-content: center;
}
.plan_comparison .comparison .flow .step {
  font-size: 1.6rem;
  padding: 8px 4px;
  color: #fff;
  background: #eee;
  writing-mode: vertical-rl;
}
.plan_comparison .comparison .flow .step.on {
  background: #207c3b;
}
.plan_comparison .comparison .simple.plan_title a {
  color: #dc7417;
}
.plan_comparison .comparison .simple .step.on {
  background: #dc7417;
}
.plan_comparison .comparison .oneday.plan_title a {
  color: #559c2e;
}
.plan_comparison .comparison .oneday .step.on {
  background: #559c2e;
}
.plan_comparison .comparison .family.plan_title a {
  color: #ee3077;
}
.plan_comparison .comparison .family .step.on {
  background: #ee3077;
}

body.page-simple .comparison .simple {
  border-left: 5px solid #dc7417;
  border-right: 5px solid #dc7417;
}
body.page-simple .comparison .simple.plan_title {
  border-top: 5px solid #dc7417;
}
body.page-simple .comparison .simple.plan_title a {
  color: #dc7417;
  font-size: 1.2em;
}
body.page-simple .comparison .simple.last {
  border-bottom: 5px solid #dc7417;
}

body.page-oneday .comparison .oneday {
  border-left: 5px solid #559c2e;
  border-right: 5px solid #559c2e;
}
body.page-oneday .comparison .oneday.plan_title {
  border-top: 5px solid #559c2e;
}
body.page-oneday .comparison .oneday.plan_title a {
  color: #559c2e;
  font-size: 1.2em;
}
body.page-oneday .comparison .oneday.last {
  border-bottom: 5px solid #559c2e;
}

body.page-family .comparison .family {
  border-left: 5px solid #ee3077;
  border-right: 5px solid #ee3077;
}
body.page-family .comparison .family.plan_title {
  border-top: 5px solid #ee3077;
}
body.page-family .comparison .family.plan_title a {
  color: #ee3077;
  font-size: 1.2em;
}
body.page-family .comparison .family.last {
  border-bottom: 5px solid #ee3077;
}

.plan_flow {
  background: #f9f8ef;
  counter-reset: planflow 0;
}
.plan_flow__box {
  position: relative;
}
.plan_flow__box:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.plan_flow__item {
  align-items: center;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.plan_flow__item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .plan_flow__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan_flow__item {
    flex-direction: column;
  }
}
.plan_flow__item .img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .plan_flow__item .img {
    width: 100%;
  }
}
.plan_flow__item .info {
  flex: 1;
}
.plan_flow__item .info .title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  margin-bottom: 10px;
}
.plan_flow__item .info .title:before {
  counter-increment: planflow 1;
  content: "Flow 0" counter(planflow);
  background: #da793c;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 0.7em;
  margin-right: 15px;
}
.plan_flow__item .info .lead {
  padding: 0 1em;
  text-align: justify;
}

/*----------------------------------------------------
	供物供花
----------------------------------------------------*/
.kyouka_first {
  background: #f3f9e9;
}
.kyouka_first .contact_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .kyouka_first .contact_list {
    grid-template-columns: 1fr;
  }
}
.kyouka_first .contact_list .box {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.kyouka_first .contact_list .box .catch {
  background: #207c3b;
  padding: 10px;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kyouka_first .contact_list .box .catch {
    text-align: center;
  }
}
.kyouka_first .contact_list .box .wrap {
  padding: 0 20px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kyouka_first .contact_list .box .wrap {
    padding: 0 10px 20px;
  }
}
.kyouka_first .contact_list .box .catch {
  margin-bottom: 20px;
}
.kyouka_first .contact_list .box .telnum {
  font-size: 3rem;
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #fb5250;
}
.kyouka_first .contact_list .box .btn {
  font-size: 1.7rem;
  padding: 5px;
  background: #da793c;
}
.kyouka_first .contact_list .box .btn:after {
  right: 15px;
}
.kyouka_first .contact_list .box .btn.form:after {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
}
.kyouka_first .contact_list .box .btn.fax:first-of-type {
  margin-bottom: 10px;
}
.kyouka_first .contact_list .box .btn .big,
.kyouka_first .contact_list .box .btn i {
  font-size: 1.1em;
}

.kyouka_list .sec_title.kyouka {
  position: relative;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .kyouka_list .sec_title.kyouka {
    margin-bottom: 20px;
  }
}
.kyouka_list .sec_title.kyouka:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #207c3b;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.kyouka_list .item_box {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .kyouka_list .item_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.kyouka_list .item_box .item .photo_area {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.kyouka_list .item_box .item .photo_area i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #207c3b;
}
.kyouka_list .item_box .item .info {
  text-align: center;
}
.kyouka_list .item_box .item .info .title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  font-weight: 600;
  color: #207c3b;
}
.kyouka_list .item_box .item .info .price_big {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.kyouka_list .item_box .item .info .price_small {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.kyouka_list .item_box .item .info .small {
  font-size: 0.8em;
}
.kyouka_list .item_box .item .info .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}
.kyouka_list .item_box.kago .photo_area {
  width: 80%;
  margin: 0 auto;
  display: block;
  border: 1px solid #eee;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.hurry_cta .sec_title {
  margin-bottom: 0;
}

.hurry_first {
  background: #fafafa;
  overflow: hidden;
}
.hurry_first .inner {
  max-width: 1000px;
}
.hurry_first .hurry_mv {
  height: 500px;
  position: absolute;
  right: 30px;
  bottom: -80px;
}
@media screen and (max-width: 820px) {
  .hurry_first .hurry_mv {
    display: none;
  }
}
.hurry_first .wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .hurry_first .wrap {
    width: 100%;
  }
}
.hurry_first-title {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
}
.hurry_first-title .big {
  font-size: 1.2em;
  color: #207c3b;
}
.hurry_first-tel {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel {
    gap: 10px;
    flex-wrap: wrap;
    background: #eb2323;
    padding: 15px 10px;
    border-radius: 8px;
    box-shadow: 0 5px #c91212;
    margin-bottom: 20px;
  }
}
.hurry_first-tel .label {
  font-weight: 700;
  line-height: 1;
  font-size: 3rem;
}
.hurry_first-tel .point {
  position: absolute;
  width: 130px;
  aspect-ratio: 1/1;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  border-radius: 80px;
  background: #f9e400;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: -20%;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel .point {
    max-width: 100%;
    width: 100%;
    aspect-ratio: unset;
    background: #fff;
    color: #eb2323;
    position: unset;
  }
}
.hurry_first-tel .tel_anime {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel .tel_anime {
    width: 50px;
    height: 50px;
  }
  .hurry_first-tel .tel_anime svg {
    fill: #fff;
  }
}
.hurry_first-tel .num {
  font-weight: 500;
  color: #fb5250;
  line-height: 1;
  white-space: nowrap;
  font-size: 8rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
@media screen and (max-width: 1100px) {
  .hurry_first-tel .num {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first-tel .num {
    font-size: 4rem;
    color: #fff;
  }
}
.hurry_first-tel .num i {
  transform: rotate(325deg);
  padding-right: 10px;
  bottom: 5px;
  position: relative;
}
.hurry_first-lead {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  color: #eb2323;
  font-weight: 700;
  line-height: 1;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .hurry_first-lead {
    padding: 0 20px;
  }
}
.hurry_first-lead .sub {
  font-size: 2rem;
  color: #333;
}
.hurry_first-lead:before, .hurry_first-lead:after {
  content: "";
  background: #eb2323;
  width: 4px;
  height: 70%;
  position: absolute;
  bottom: -5px;
}
.hurry_first-lead:before {
  left: 0;
  transform: rotate(-30deg);
}
.hurry_first-lead:after {
  right: 0;
  transform: rotate(30deg);
}
.hurry_first-attention {
  justify-content: center;
  gap: 5px;
}
.hurry_first-attention .item {
  flex: auto;
  background: #207c3b;
  color: #fff;
  text-align: center;
  padding: 2px;
  border-radius: 6px;
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 700;
}

.hurry_consul {
  padding-top: 80px;
  position: relative;
}
.hurry_consul .wrap {
  max-width: 800px;
  padding: 40px 30px 20px;
  border-radius: 20px;
  border: 2px solid #0f959d;
  background: #fafafa;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hurry_consul .wrap {
    max-width: unset;
    padding: 30px 20px;
  }
}
.hurry_consul .wrap:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 40px solid #c3e1e3;
  border-bottom: 0;
  margin: auto;
}
.hurry_consul .wrap .title {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  background: #0f959d;
  color: #fff;
  padding: 0 30px;
  text-align: center;
  border-radius: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(2rem, 4vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  .hurry_consul .wrap .title {
    padding: 0;
    width: 100%;
  }
}
.hurry_consul .wrap .img {
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 200px;
}
@media screen and (max-width: 820px) {
  .hurry_consul .wrap .img {
    right: 0px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_consul .wrap .img {
    display: none;
  }
}
.hurry_consul-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hurry_consul-list .item {
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: 700;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.hurry_consul-list .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.hurry_consul-list .item:before {
  content: "\f772";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #0f959d;
}

.hurry_support {
  background: #fafafa;
}
.hurry_support .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  counter-reset: support 0;
}
@media screen and (max-width: 820px) {
  .hurry_support .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .hurry_support .list {
    grid-template-columns: 1fr;
  }
}
.hurry_support .list .item {
  background: #fff;
  border: 2px solid #207c3b;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.hurry_support .list .item:before {
  counter-increment: support 1;
  content: "0" counter(support);
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 400;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #207c3b;
  border-radius: 80px;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
.hurry_support .list .item img {
  width: 100%;
}
.hurry_support .list .item .title {
  text-align: center;
  font-weight: 700;
  color: #207c3b;
  font-size: 2rem;
  line-height: 1.4;
  padding: 20px;
}
.hurry_support .list .item .lead {
  text-align: center;
  padding: 0 20px 20px;
}

.hurry_situation .first_label {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 2.2rem;
  background: #da793c;
  color: #fff;
  padding: 0 20px;
  border-radius: 80px;
}
.hurry_situation-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .hurry_situation-list {
    grid-template-columns: 1fr;
  }
}
.hurry_situation-list .item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid #207c3b;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item {
    width: 100%;
  }
}
.hurry_situation-list .item_top {
  position: relative;
  padding: 40px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  position: relative;
}
.hurry_situation-list .item_top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.hurry_situation-list .item_top .title {
  position: absolute;
  background: #207c3b;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 2rem;
  padding: 10px 30px;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hurry_situation-list .item_top .catch {
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}
.hurry_situation-list .item_top img {
  width: 150px;
  margin: 0 auto;
}
.hurry_situation-list .item_top .lead {
  flex: 2;
}
.hurry_situation-list .item_bottom {
  flex: 1;
  padding: 30px;
  background: #e9f2eb;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 0 0 10px 10px;
  text-align: justify;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item_bottom {
    min-height: unset;
  }
}

.hurry_flow {
  background: #f3f9e9;
}
.hurry_flow-wrap .item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.hurry_flow-wrap .item.last {
  background: unset;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 2.4rem);
  box-shadow: unset;
}
.hurry_flow-wrap .item.last::after {
  content: none;
}
.hurry_flow-wrap .item.last .catch {
  margin: 0;
  text-align: center !important;
}
.hurry_flow-wrap .item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #207c3b;
  border-bottom: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
.hurry_flow-wrap .item .title {
  background: #207c3b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-size: clamp(2rem, 4vw, 2.2rem);
}
.hurry_flow-wrap .item .flex {
  padding: 20px 40px;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .hurry_flow-wrap .item .flex {
    flex-direction: column;
    gap: 20px;
  }
}
.hurry_flow-wrap .item .flex > img {
  width: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.hurry_flow-wrap .item .flex .info {
  flex: 1;
}

/*----------------------------------------------------
	会社概要 company
----------------------------------------------------*/
.company_greeting .flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .company_greeting .flex {
    flex-direction: column;
  }
}
.company_greeting .flex .img {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_greeting .flex .img {
    width: 100%;
  }
}
.company_greeting .flex .text {
  flex: 1;
}
.company_greeting .flex .text .lead {
  line-height: 2;
  margin-bottom: 1em;
}

.company_rinen {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.company_rinen:after {
  content: "";
  background-image: url(../img/company/rinen_bg.jpg);
  background-position: center;
  background-size: cover;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  display: block;
  width: calc(100% + 200px);
  height: 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.company_rinen .inner {
  position: relative;
  z-index: 2;
}
.company_rinen .sec_title {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.company_rinen .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.company_rinen .list .item {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.company_rinen .list .item:not(:last-of-type) {
  margin-bottom: 1em;
}

.company_detail dl {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 767px) {
  .company_detail dl {
    grid-template-columns: 1fr;
  }
}
.company_detail dl dt {
  border-bottom: 1px solid #207c3b;
  padding: 40px 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .company_detail dl dt {
    padding: 15px 10px 0;
    border-bottom: 0;
  }
}
.company_detail dl dd {
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .company_detail dl dd {
    padding: 10px 10px 15px;
    border-bottom: 1px solid #207c3b;
  }
  .company_detail dl dd:last-of-type {
    border-bottom: 0;
  }
}
.company_detail dl dd a {
  display: block;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------------------------------------------
	会員制度
----------------------------------------------------*/
.page-member .column_plan_list {
  background: unset;
}

.member_intro {
  padding-top: 0;
}
.member_intro .flex {
  align-items: center;
}
@media screen and (max-width: 820px) {
  .member_intro .flex {
    flex-direction: column;
  }
}
.member_intro .flex .img {
  border-radius: 30px;
  overflow: hidden;
  width: 50%;
  box-shadow: 30px 30px 0 #f3f9e9;
  border: 5px solid #f3f9e9;
}
@media screen and (max-width: 820px) {
  .member_intro .flex .img {
    width: 90%;
    box-shadow: 0px 10px 0 #f3f9e9;
  }
}
.member_intro .flex .text {
  flex: 1;
}
.member_intro .flex .text .point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.member_intro .flex .text .point .item {
  background: linear-gradient(0deg, #fdfc99 0%, #fdfc99 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .member_intro .flex .text .point .item {
    margin-bottom: 10px;
  }
}
.member_intro .flex .text .point .item:before {
  content: "\f772";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #207c3b;
  padding-right: 10px;
}
.member_intro .flex .text .point .item .num {
  font-size: 1.2em;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}

.member_tokuten {
  background: #f3f9e9;
}
.member_tokuten .inner {
  max-width: 1100px;
}
.member_tokuten .sec_title {
  margin-bottom: 20px;
}
.member_tokuten .catch {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .member_tokuten .catch {
    margin-bottom: 30px;
    text-align: center;
  }
}
.member_tokuten .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto 30px;
  counter-reset: attend 0;
}
@media screen and (max-width: 820px) {
  .member_tokuten .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .member_tokuten .list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.member_tokuten .list .item {
  border: 1px solid #207c3b;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.member_tokuten .list .item:before {
  counter-increment: attend 1;
  content: "0" counter(attend);
  position: absolute;
  left: 10px;
  top: 0;
  margin: auto;
  background: #207c3b;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 2.4rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.member_tokuten .list .item:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 10px 30px;
  border-color: transparent #207c3b;
}
.member_tokuten .list .item img {
  width: 100%;
  margin-bottom: 20px;
}
.member_tokuten .list .item .title {
  text-align: center;
  line-height: 1.4;
  font-size: clamp(2rem, 4vw, 2.2rem);
  margin-bottom: 20px;
}
.member_tokuten .list .item .hall {
  text-align: center;
  color: #207c3b;
  margin: 0 auto 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.member_tokuten .list .item .lead {
  padding: 0 20px 20px;
}
.member_tokuten .list .item .lead .small {
  font-size: 1.5rem;
}

.member_family {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.member_attend {
  background: #fafafa;
}
.member_attend .sec_title {
  margin-bottom: 20px;
}
.member_attend .catch {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .member_attend .catch {
    margin-bottom: 30px;
    text-align: center;
  }
}
.member_attend .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .member_attend .list {
    grid-template-columns: 1fr;
  }
}
.member_attend .list .item {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.member_attend .list .item .title {
  background: #207c3b;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
}
.member_attend .list .item .wrap {
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .member_attend .list .item .wrap {
    padding: 20px;
  }
}
.member_attend .list .item .lead {
  margin-bottom: 1em;
}
.member_attend .list .item .btn {
  padding: 10px;
}
.member_attend .list .item .btn.hall {
  color: #207c3b;
  background: #fff;
  border: 1px solid;
}
.member_attend .list .item .btn.hall:after {
  border-left-color: #207c3b;
}
.member_attend .list .item .tel_label {
  background: #fb5250;
  color: #fff;
  text-align: center;
  border-radius: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.member_attend .list .item .tel_anime_bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}
.member_attend .list .item .tel_anime_bnr .tel_num {
  color: #fb5250;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.guide_first {
  background: #f3f9e9;
}
.guide_first .sec_title {
  margin-bottom: 30px;
}
.guide_first .catch {
  font-size: 2rem;
}
.guide_first .link_list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .guide_first .link_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .guide_first .link_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.guide_first .link_list .item {
  border: 1px solid #ccc;
  border-top: 2px solid #207c3b;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .guide_first .link_list .item {
    width: 90%;
    margin: 0 auto;
  }
}
.guide_first .link_list .item:before {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.guide_first .link_list .item a {
  padding: 20px 40px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .guide_first .link_list .item a {
    padding: 10px 40px;
  }
}
.guide_first .link_list .item .img {
  width: 60px;
}
.guide_first .link_list .item .lead {
  flex: 1;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.2rem);
  line-height: 1.4;
  font-weight: 700;
}
.guide_first .link_list .item .lead .small {
  display: block;
  font-size: 0.8em;
}

.guide_wrap .guide_title {
  position: relative;
  z-index: 3;
}
.guide_wrap .guide_title .title_icon {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.guide_wrap .guide_title .title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3rem);
  margin-bottom: 30px;
}
.guide_wrap .guide_title .flex {
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_title .flex {
    flex-direction: column;
  }
}
.guide_wrap .guide_title .flex .catch {
  background: #fff;
  font-size: clamp(2rem, 4vw, 2.4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 60px;
  margin: 0;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #207c3b;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_title .flex .catch {
    width: 80%;
    padding: 10px 15px;
  }
}
.guide_wrap .guide_title .flex img {
  max-height: 200px;
  margin-left: -60px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_title .flex img {
    max-height: 100px;
    margin-left: auto;
    margin-top: -70px;
  }
}
.guide_wrap .guide_catch {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_catch {
    text-align: left;
  }
}
.guide_wrap .guide_detail {
  position: relative;
  z-index: 2;
  background: #f9f8ef;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_detail {
    padding: 40px 0;
  }
}
.guide_wrap .guide_detail .catch {
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #207c3b;
  background: #fdfc99;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 20px;
  line-height: 1.4;
}
.guide_wrap .guide_detail .member_bnr {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_detail .center {
    text-align: left;
  }
}
.guide_wrap .guide_detail .title_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 20px;
  font-size: clamp(2rem, 4vw, 2.6rem);
  text-align: center;
  line-height: 1.4;
}
.guide_wrap .guide_detail .title_line:before, .guide_wrap .guide_detail .title_line:after {
  content: "";
  flex: auto;
  height: 1px;
  background: #333;
}
.guide_wrap .guide_detail .fuki {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0 30px;
  margin: 0 auto 10px;
  font-size: 2rem;
}
.guide_wrap .guide_detail .fuki:before {
  content: "";
  transform: rotate(-25deg);
  left: 0;
}
.guide_wrap .guide_detail .fuki:after {
  content: "";
  transform: rotate(25deg);
  right: 0;
}
.guide_wrap .guide_detail .fuki:before, .guide_wrap .guide_detail .fuki:after {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 80%;
  background: #000;
}
@media screen and (max-width: 820px) {
  .guide_wrap .guide_detail .fuki:before, .guide_wrap .guide_detail .fuki:after {
    bottom: 5px;
  }
}
.guide_wrap .guide_detail .merit_wrap {
  padding: 20px 40px 40px;
  max-width: 1000px;
  margin: 0 auto 30px;
  background: #e1eeda;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_detail .merit_wrap {
    padding: 20px 30px;
    width: 90%;
  }
}
.guide_wrap .guide_detail .merit_wrap .title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 20px;
}
.guide_wrap .guide_detail .merit_wrap .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_detail .merit_wrap .list {
    grid-template-columns: 1fr;
  }
}
.guide_wrap .guide_detail .merit_wrap .list .item {
  background: #fff;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_detail .merit_wrap .list .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
  }
}
.guide_wrap .guide_detail .merit_wrap .list .item img {
  max-width: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .guide_wrap .guide_detail .merit_wrap .list .item img {
    margin-bottom: 0;
    max-width: 60px;
  }
}
.guide_wrap .guide_detail .merit_wrap .list .item .lead {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
.guide_wrap .guide_detail .function {
  margin-bottom: 30px;
}

.guide_wrap:nth-child(even) .guide_detail {
  background: #f3f9e9;
}

.guide_overlap {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .guide_overlap {
    padding-top: 40px;
  }
}
.guide_overlap .column_plan_list,
.guide_overlap .guide_detail {
  margin-top: -60px;
}
.guide_overlap .column_hall_list {
  padding: 60px 0;
  margin-top: -60px;
}
.guide_overlap .column_hall_list:before {
  content: none;
}

.consul_merit {
  background: #f9f8ef;
}
.consul_merit .consul_mv {
  position: absolute;
  top: -200px;
  height: 250px;
}
@media screen and (max-width: 1100px) {
  .consul_merit .consul_mv {
    top: -180px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .consul_merit .consul_mv {
    top: -80px;
    height: 100px;
  }
}
.consul_merit .sec_title .color {
  color: #da793c;
}
.consul_merit .flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .consul_merit .flow {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .consul_merit .flow {
    grid-template-columns: 1fr;
  }
}
.consul_merit .flow .item {
  padding: 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consul_merit .flow .item {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px 20px;
    gap: 10px;
  }
}
.consul_merit .flow .item:after {
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .consul_merit .flow .item:after {
    height: 50%;
  }
}
.consul_merit .flow .item img {
  max-width: 200px;
  display: block;
  margin: 0 auto 15px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 820px) {
  .consul_merit .flow .item img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .consul_merit .flow .item img {
    max-width: 100px;
    margin: 0;
  }
}
.consul_merit .flow .item .title {
  text-align: center;
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 1.4;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 820px) {
  .consul_merit .flow .item .title {
    flex: 1;
  }
}
.consul_merit .flow .item .title .color {
  color: #207c3b;
}

.consul_flow {
  padding-bottom: 0;
}
.consul_flow .flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  counter-reset: cflow;
}
@media screen and (max-width: 820px) {
  .consul_flow .flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .consul_flow .flow {
    grid-template-columns: 1fr;
  }
}
.consul_flow .flow .item {
  border: 2px solid #207c3b;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.consul_flow .flow .item:before {
  counter-increment: cflow 1;
  content: "0" counter(cflow);
  position: absolute;
  left: 20px;
  top: 0;
  margin: auto;
  background: #207c3b;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 2.4rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.consul_flow .flow .item:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 10px 30px;
  border-color: transparent #207c3b;
}
.consul_flow .flow .item .title {
  text-align: center;
  font-size: 2.2rem;
  color: #207c3b;
  line-height: 1.4;
  padding: 20px 16px 10px;
}
.consul_flow .flow .item .center {
  line-height: 1.4;
  padding: 0 16px 20px;
}

/*----------------------------------------------------
	モーダルウィンドウ
----------------------------------------------------*/
/* モーダル全体(背景＋本体) */
.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: #207c3b;
}

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

/*----------------------------------------------------
	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 #207c3b, 0 2px 0 #207c3b, -2px 0 0 #207c3b, 0 -2px 0 #207c3b;
  color: #fff;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.member_caution .wp-block-list {
  list-style-type: disc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.member_caution .wp-block-list li {
  margin-left: 1.5em;
}

.kyouka_form .attend {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  background: #fafafa;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kyouka_form .attend {
    padding: 20px;
  }
}
.kyouka_form .attend .lead:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .kyouka_form .attend .lead:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.kyouka_form .attend a {
  text-decoration: underline;
}
.kyouka_form .attend .caution {
  display: block;
  color: #eb2323;
  font-weight: 600;
}
.kyouka_form .wpcf7-acceptance label {
  cursor: pointer;
}

.form_title {
  max-width: 1000px;
  margin: 0 auto 20px;
  border-left: 4px solid #207c3b;
  padding-left: 10px;
}

.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .contact_form dt,
.contact_form dd {
    padding: 10px;
  }
}
.contact_form dt {
  width: 30%;
  background: #fafafa;
  position: relative;
}
@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: #eb2323;
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  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%;
  }
}
.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: 10px;
  justify-content: flex-start;
}
.contact_form dd .input_wrap .wpcf7-list-item {
  margin: 0 1em 0 0;
  padding: 5px 0;
}
.contact_form dd .input_wrap .wpcf7-list-item label {
  cursor: pointer;
}
.contact_form dd .input_wrap .nowrap {
  white-space: nowrap;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .contact_form dd.item_list .input_wrap {
    align-items: flex-start;
  }
}
.contact_form dd .type {
  font-weight: 600;
  padding: 0.5em;
  font-size: 1.1em;
}
.contact_form dd .caution {
  color: #eb2323;
  font-size: 1.5rem;
}
.contact_form dd .fuda_caution {
  font-size: 1.5rem;
}
.contact_form .p-region {
  margin-bottom: 1em;
}
.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-radio.oneline {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pp_wrap .function {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
}

.pp_box {
  width: 90%;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
}
.pp_box h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.pp_box p {
  padding-bottom: 1em;
}
.pp_box p span {
  display: block;
  font-weight: 700;
}

.wpcf7-submit,
.wpcf7-previous {
  margin: 0 auto;
  display: block;
  border: 1px solid #eb2323;
  box-shadow: 0 4px 0 #9a0e0e;
  border-radius: 10px;
  background: #eb2323;
  color: #fff;
  padding: 10px 50px;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1.4;
  position: relative;
  width: 100%;
  max-width: 320px;
}
.wpcf7-submit .sub,
.wpcf7-previous .sub {
  display: block;
  font-size: 1.6rem;
}
.wpcf7-submit .main,
.wpcf7-previous .main {
  font-size: 2.4rem;
  font-weight: 700;
}
.wpcf7-submit:after,
.wpcf7-previous:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}

.wpcf7-previous {
  background: #fff;
  color: #da793c;
  border: 1px solid #da793c;
  transition: all 0.3s;
  margin: 0 auto 20px;
}
.wpcf7-previous:hover {
  background: #da793c;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */