@charset "UTF-8";
/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list:not(.sougijou_list) {
  padding-bottom: 30px;
}
.column_hall_list .other_halls .splide__track {
  padding: 10px;
}
.column_hall_list .other_halls .splide__track:not(.splide__track--loop) .splide__list {
  gap: 20px;
}
.column_hall_list .hall_item_wrap {
  width: 100%;
}
.column_hall_list .hall_item_wrap.hidden {
  display: none;
}
.column_hall_list .load_more_btn {
  border: 0;
}
.column_hall_list .load_more_btn:after {
  content: "\f175";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.column_hall_list .load_more_btn:hover {
  cursor: pointer;
}
.column_hall_list .hall_info_box {
  background: #fff;
  border-radius: 5px;
  padding: 10px 0 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px #ccc;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box {
    padding-top: 15px;
  }
}
.column_hall_list .hall_info_box:last-of-type {
  margin-bottom: 0;
}
.column_hall_list .hall_info_box:hover {
  box-shadow: 0 2px 8px #ccc;
}
.column_hall_list .hall_info_box a {
  display: block;
}
.column_hall_list .hall_info_box .hall_name {
  font-size: clamp(2rem, 4vw, 2.4rem);
  text-align: left;
}
.column_hall_list .hall_info_box .hall_name br {
  display: none;
}
.column_hall_list .hall_info_box .hall_detail {
  padding: 40px 0;
}
.column_hall_list .hall_info_box-wrap {
  align-items: center;
  padding: 0 20px;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box-wrap {
    flex-wrap: wrap;
  }
}
.column_hall_list .hall_info_box .info_left {
  width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .info_left {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_left img {
  width: 100%;
  height: 100%;
}
.column_hall_list .hall_info_box .info_right {
  width: calc(100% - 370px);
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .info_right {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_right .hall_spec {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.column_hall_list .hall_info_box .info_right .hall_spec .title {
  width: 13%;
  background: #eef1f5;
  text-align: center;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .hall_spec .title {
    width: 25%;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.column_hall_list .hall_info_box .info_right .hall_spec .detail {
  width: calc(85% - 10px);
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .hall_spec .detail {
    width: calc(75% - 10px);
  }
}
.column_hall_list .hall_info_box .feature_icon {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .feature_icon {
    margin-bottom: 0;
  }
}
.column_hall_list .hall_info_box .feature_icon li {
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .feature_icon li {
    padding: 5px;
  }
}
.column_hall_list .hall_info_box .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 4px;
  color: #56c300;
}
.column_hall_list .hall_info_box .hall_name_wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .hall_name_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
}
.column_hall_list .hall_info_box .label {
  padding: 4px 8px;
  border: 1px solid;
  font-size: 1.5rem;
  line-height: 1;
}
.column_hall_list .hall_info_box .label.my {
  color: #56c300;
}
.column_hall_list .hall_info_box .btn {
  border-radius: 50px;
  width: auto;
  padding: 5px 40px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .btn {
    width: 100%;
  }
}
.column_hall_list .pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.column_hall_list .pagination .page_numbers {
  border: 1px solid;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  line-height: 100%;
  text-align: center;
  border-radius: 50px;
}

.column_mymap {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_mymap {
    padding: 0;
  }
}
.column_mymap .inner {
  max-width: 1100px;
}
.column_mymap .mymap_wrap {
  position: relative;
  top: -30px;
}
.column_mymap .mymap_wrap:before {
  content: "";
  width: 100%;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.column_mymap .mymap_wrap .pins {
  align-items: center;
}
.column_mymap .mymap_wrap .pins .ji:before {
  content: "■";
  color: greenyellow;
}
.column_mymap .mymap_wrap .pins .ko:before {
  content: "■";
  color: blue;
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.column_hall_first .hall_head_wrap {
  width: 100%;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap {
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
  }
}
.column_hall_first .hall_head_wrap .sec_title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.column_hall_first .hall_head_wrap .flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-right: 8px;
  }
}
.column_hall_first .hall_head_wrap .access i {
  color: #56c300;
  margin-right: 5px;
  font-size: 2.4rem;
}
.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;
  }
}

.splide__hall .splide__pagination {
  bottom: -30px;
  gap: 5px;
}
.splide__hall .splide__pagination__page {
  width: 12px;
  height: 12px;
}
.splide__hall .splide__pagination__page.is-active {
  background: #56c300;
  transform: scale(1.2);
}

.hall-img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hall-img {
    margin-bottom: 20px;
  }
}
.hall-img .splide__arrow {
  background: #404040;
}
.hall-img .container {
  position: relative;
  margin: 100px auto 60px auto;
  max-width: 1100px;
}
.hall-img .splide__slide {
  opacity: 0.3;
  transition: 0.5s;
  transform: scale(0.95);
}
.hall-img .splide__slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.hall-img .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hall-img .solo_img {
  text-align: center;
  position: relative;
}
.hall-img .solo_img img {
  min-width: 600px;
  max-height: 550px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .hall-img .solo_img img {
    min-width: 100%;
    max-height: 300px;
  }
}

.hall_detail-title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
  font-weight: normal;
}
.hall_detail-title .big {
  font-weight: 600;
  font-size: 1.2em;
}
.hall_detail-title2 {
  text-align: left;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hall_detail-title2 {
    margin-bottom: 10px;
  }
}
.hall_detail-title2 .name {
  color: #56c300;
  border: 1px solid;
  padding: 6px 10px;
  margin-right: 10px;
}

.column_hall_detail {
  position: relative;
}
.column_hall_detail .detail_box {
  display: flex;
  gap: 20px 60px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  background: #fafafa;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box {
    display: block;
    padding: 20px;
  }
}
.column_hall_detail .detail_box a {
  text-decoration: none;
  color: inherit;
}
.column_hall_detail .detail_box .map_link {
  background: #56c300;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.column_hall_detail .detail_box .hall_detail_left {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_left {
    width: 100%;
  }
}
.column_hall_detail .detail_box .hall_detail_left .row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_left .row {
    display: block;
  }
}
.column_hall_detail .detail_box .hall_detail_left .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_left .row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.column_hall_detail .detail_box .hall_detail_left .row dt {
  width: 30%;
  min-width: 165px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_left .row dt {
    width: 100%;
  }
}
.column_hall_detail .detail_box .hall_detail_left .row dd {
  width: 70%;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_left .row dd {
    width: 100%;
  }
}
.column_hall_detail .detail_box .hall_detail_right {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_right {
    width: 100%;
  }
}
.column_hall_detail .detail_box .hall_detail_right iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.column_hall_detail .detail_box .hall_detail_w100 {
  width: 100%;
}
.column_hall_detail .detail_box .hall_detail_w100 .feature_icon {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail_w100 .feature_icon {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.column_hall_detail .detail_box .hall_detail_w100 .feature_icon li {
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .detail_box .hall_detail_w100 .feature_icon li {
    padding: 5px;
    width: auto;
  }
}
.column_hall_detail .detail_box .hall_detail_w100 .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 4px;
  color: #56c300;
}
.column_hall_detail .detail_box .hall_detail_w100 .bikou {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .detail_box .hall_detail_w100 .bikou {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.column_hall_detail .detail_box .hall_detail_w100 .bikou .title {
  width: 10%;
  max-width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .detail_box .hall_detail_w100 .bikou .title {
    width: 100%;
    max-width: 100%;
  }
}
.column_hall_detail .detail_box .hall_detail_w100 .bikou .lead {
  flex: 1;
}
.column_hall_detail .access_list {
  gap: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .access_list {
    flex-direction: column;
  }
}
.column_hall_detail .access_list li {
  width: calc(50% - 17px);
}
@media screen and (max-width: 820px) {
  .column_hall_detail .access_list li {
    width: 100%;
  }
}
.column_hall_detail .access_list li .title {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.column_hall_detail .access_list li .title i {
  font-size: 2.2rem;
  margin-right: 5px;
  color: #56c300;
}
.column_hall_detail .setsubi {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.column_hall_detail .setsubi .title,
.column_hall_detail .setsubi .detail {
  border: 1px solid #eee;
  text-align: center;
}
.column_hall_detail .setsubi .title {
  width: 25%;
  background: #eee;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .setsubi .title {
    padding: 5px;
  }
}
.column_hall_detail .setsubi .detail {
  width: 25%;
  display: grid;
  align-items: center;
}
.column_hall_reason {
  padding-top: 60px;
  padding-bottom: 10px;
}
.column_hall_reason .hall_reason_title {
  text-align: left;
  font-size: clamp(2.6rem, 4vw, 3.2rem);
  color: #333;
  margin-bottom: 20px;
}
.column_hall_reason .hall_reason_title .name {
  color: #4c2000;
  font-size: 1.2em;
  font-weight: 700;
}
.column_hall_reason .hall_reason_text {
  margin-bottom: 40px;
}
.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: calc(33.3333333333% - 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box {
    width: 100%;
  }
}
.column_hall_reason .hall_reason_wrap .text_wrap {
  padding: 20px;
  background: #fff;
  width: 90%;
  margin: -30px auto 0;
  box-shadow: 3px 3px 5px #ccc;
  flex: 1;
  border-radius: 5px;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-bottom: 20px;
  line-height: 1.4;
  color: #4c2000;
}
.column_hall_reason .sec_title br {
  display: none;
}

/*----------------------------------------------------
	プラン一覧　詳細版
----------------------------------------------------*/
.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.kasou {
  background: #925e33;
}
.plan_list_all-title.ichinichisou {
  background: #414899;
}
.plan_list_all-title.kazokusou {
  background: #ad3c98;
}
.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: #ff0008;
  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.kasou {
  color: #773600;
}
.plan_list_all .item.kasou .flow .flow_item.in {
  color: #773600;
  border: 1px solid #773600;
}
.plan_list_all .item.ichinichisou {
  color: #121a7f;
}
.plan_list_all .item.ichinichisou .flow .flow_item.in {
  color: #121a7f;
  border: 1px solid #121a7f;
}
.plan_list_all .item.kazokusou {
  color: #990b7e;
}
.plan_list_all .item.kazokusou .flow .flow_item.in {
  color: #990b7e;
  border: 1px solid #990b7e;
}

/*----------------------------------------------------
プラン詳細
----------------------------------------------------*/
.column_plan_menu {
  padding: 0 !important;
  margin-bottom: 50px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .column_plan_menu {
    margin-bottom: 20px;
  }
}
.column_plan_menu .plan_menu {
  gap: 0;
}
.column_plan_menu .plan_menu .link_btn {
  width: calc(33.3333333333% - 0px);
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 2rem;
  background: #eee;
}
.column_plan_menu .plan_menu .link_btn.kasou.show {
  background: #773600;
}
.column_plan_menu .plan_menu .link_btn.kasou.show a {
  color: #fff;
}
.column_plan_menu .plan_menu .link_btn.kasou.show a h2 {
  font-size: 2rem;
  font-weight: 500;
}
.column_plan_menu .plan_menu .link_btn.ichinichisou.show {
  background: #121a7f;
}
.column_plan_menu .plan_menu .link_btn.ichinichisou.show a {
  color: #fff;
}
.column_plan_menu .plan_menu .link_btn.ichinichisou.show a h2 {
  font-size: 2rem;
  font-weight: 500;
}
.column_plan_menu .plan_menu .link_btn.kazokusou.show {
  background: #990b7e;
}
.column_plan_menu .plan_menu .link_btn.kazokusou.show a {
  color: #fff;
}
.column_plan_menu .plan_menu .link_btn.kazokusou.show a h2 {
  font-size: 2rem;
  font-weight: 500;
}
.column_plan_menu .plan_menu .link_btn a {
  display: block;
  color: #666;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .column_plan_menu .plan_menu .link_btn {
    width: 100%;
    display: none;
  }
  .column_plan_menu .plan_menu .link_btn.show {
    display: block;
  }
}

.plan_list {
  position: relative;
  border-bottom: 2px solid #56c300;
  transition: all 0.3s;
}
.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 {
    gap: 5px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan_list-links {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
.plan_list-item {
  width: auto;
  text-align: left;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .plan_list-item {
    border-radius: 10px;
  }
}
.plan_list-item.tab {
  padding: 8px 30px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .plan_list-item.tab {
    padding: 8px 5px 8px 70px;
  }
}
.plan_list-item.tab.show {
  color: #fff;
}
.plan_list-item.tab:has(.reccomend) {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .plan_list-item.tab:has(.reccomend) {
    padding: 8px 5px 8px 75px;
  }
}
.plan_list-item.tab .reccomend {
  position: absolute;
  width: 70px;
  top: 40%;
  transform: translateY(-50%);
  left: -10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .plan_list-item.tab .reccomend {
    width: 60px;
    top: 50%;
    left: 6px;
  }
}
.plan_list-item a {
  display: block;
  padding: 5px 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .plan_list-item a {
    padding: 5px;
  }
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.plan_content {
  display: none;
  opacity: 0;
}
.plan_content.show {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plan_wrap .plan_detail {
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail {
    padding-bottom: 20px;
  }
}
.plan_wrap .plan_detail .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flex {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.plan_wrap .plan_detail .detail_left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_left {
    width: 100%;
  }
}
.plan_wrap .plan_detail .detail_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_right {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail .detail_right .reccomend {
  position: absolute;
  left: -10px;
  top: 40px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_right .reccomend {
    left: 10px;
    top: -100px;
    width: 80px;
  }
}
.plan_wrap .plan_detail .detail_title {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
.plan_wrap .plan_detail .detail_price .price_catch {
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
}
.plan_wrap .plan_detail .detail_price .price_unit {
  font-size: 2.2rem;
  margin: 0 5px;
  text-align: center;
  color: #ff0008;
  border: 1px solid #ff0008;
  border-radius: 5px;
  line-height: 1.6;
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  color: #ff0008;
}
.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: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  position: relative;
  background: #ff0008;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 5px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
  color: #444;
  font-weight: 500;
  font-size: 1.6rem;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: clamp(7rem, 4vw, 8rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.1rem;
}
.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: -10px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
    top: -12px;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.plan_wrap .plan_detail .flow_container ul {
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@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 .including_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.plan_wrap .plan_including .including_list .item {
  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;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including .including_list .item {
    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;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list .item .item_txt .mini {
  font-size: 1.4rem;
  display: block;
}
.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;
}
.plan_wrap .detail_club {
  text-align: center;
  margin-bottom: 60px;
}
.plan_wrap .detail_club .catch_title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 10px;
  line-height: 1.4;
}
.plan_wrap .detail_club .catch_title .wrap {
  display: inline-block;
  position: relative;
}
.plan_wrap .detail_club .catch_title .wrap:before, .plan_wrap .detail_club .catch_title .wrap:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 4px;
  height: 30px;
  background: #1a1a1a;
}
.plan_wrap .detail_club .catch_title .wrap:before {
  transform: rotate(-30deg);
  left: -30px;
}
.plan_wrap .detail_club .catch_title .wrap:after {
  transform: rotate(30deg);
  right: -30px;
}
.plan_wrap .detail_club .catch_title .wrap .big {
  font-size: 1.3em;
  color: #ff0008;
}
.plan_wrap .detail_club img {
  filter: drop-shadow(0 0 5px #ccc);
}

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

/*------割引額提示------------------------------*/
.appeal_price {
  position: relative;
  margin: 100px auto 0;
}
.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: #56d83f transparent transparent transparent;
  opacity: 0.1;
}
@media screen and (max-width: 820px) {
  .appeal_price::before {
    border-width: 4rem 10rem 0 10rem;
  }
}
.appeal_price .price_txt {
  font-size: clamp(2rem, 4vw, 2.6rem);
  text-align: center;
  line-height: 1.4;
}
.appeal_price .price_txt .wrap {
  background: #f9f7f4;
  border-radius: 50px;
  display: inline-block;
  padding: 0 50px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_txt .wrap {
    display: block;
    padding: 5px;
  }
}
.appeal_price .price_txt .big {
  font-size: 1.3em;
  color: #56c300;
  font-weight: 600;
}
.appeal_price .price_box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.appeal_price .price_box .price_large {
  display: flex;
  align-items: flex-end;
  font-size: 9rem;
  gap: 10px;
  color: #ff0008;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large {
    justify-content: center;
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_large .label {
  font-size: clamp(2rem, 4vw, 2.6rem);
  border: 2px solid;
  line-height: 1.1;
  padding: 8px;
  border-radius: 5px;
}
.appeal_price .price_box .price_large .price {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .price {
    font-size: 6rem;
    white-space: nowrap;
  }
}
.appeal_price .price_box .price_large .mark {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.appeal_price .price_box .price_large .mark_tax {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  line-height: 100%;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .mark_tax {
    font-size: 1.4rem;
  }
}
.appeal_price .price_box .price_large .mark_yen {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 100%;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .mark_yen {
    font-size: 2.6rem;
  }
}
.appeal_price .price_box .price_taxin {
  text-align: right;
  padding-top: 6px;
  color: #ff0008;
}
.appeal_price .price_box .sale_laber {
  margin-right: 2rem;
  padding: 0 1rem;
  border: 1px solid #ff0008;
  border-radius: 4px;
  color: #ff0008;
  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;
  }
}

.plan_other_menu {
  flex-direction: column;
}
.plan_other_menu .link_btn {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.plan_other_menu .link_btn:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
  font-size: 1.5rem;
  color: #fff;
}
.plan_other_menu .link_btn a {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.plan_other_menu .link_btn a img {
  width: 30%;
}
.plan_other_menu .link_btn.kasou {
  background: #773600;
  box-shadow: 0 4px 0 #441f00;
}
.plan_other_menu .link_btn.ichinichisou {
  background: #121a7f;
  box-shadow: 0 4px 0 #0c1152;
}
.plan_other_menu .link_btn.kazokusou {
  background: #990b7e;
  box-shadow: 0 4px 0 #690857;
}

.plan_after .catch {
  text-align: center;
  margin-bottom: 30px;
}
.plan_after-list {
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .plan_after-list {
    gap: 10px;
  }
}
.plan_after-list .item {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #eee;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_after-list .item {
    width: calc(50% - 5px);
  }
}
.plan_after-list .item img {
  width: 100px;
  margin-bottom: 10px;
}
.plan_after-list .item .name {
  font-size: 1.8rem;
  line-height: 1.4;
}

/*------特徴------------------------------*/
/*------プラン色設定------------------------------*/
.plan_wrap.kasou {
  border-top: 2px solid #773600;
}

.kasou .detail_title {
  color: #773600;
}
.kasou .plan_list {
  border-bottom-color: #773600;
}
.kasou .plan_list-item.tab.show {
  background: #773600;
}
.kasou .plan_detail {
  background: #f1ebe6;
}
.kasou .plan_detail .detail_right .plan_head .txt,
.kasou .plan_detail .detail_right .flow_container .item.in {
  background: #773600;
}
.kasou .appeal_price:before {
  border-color: #773600 transparent transparent transparent;
}
.kasou .appeal_price .price_txt .big {
  color: #773600;
}

.plan_wrap.ichinichisou {
  border-top: 2px solid #121a7f;
}

.ichinichisou .detail_title {
  color: #121a7f;
}
.ichinichisou .plan_list {
  border-bottom-color: #121a7f;
}
.ichinichisou .plan_list-item.tab.show {
  background: #121a7f;
}
.ichinichisou .plan_detail {
  background: #e7e8f2;
}
.ichinichisou .plan_detail .detail_right .plan_head .txt,
.ichinichisou .plan_detail .detail_right .flow_container .item.in {
  background: #121a7f;
}
.ichinichisou .appeal_price:before {
  border-color: #121a7f transparent transparent transparent;
}
.ichinichisou .appeal_price .price_txt .big {
  color: #121a7f;
}

.plan_wrap.kazokusou {
  border-top: 2px solid #990b7e;
}

.kazokusou .detail_title {
  color: #990b7e;
}
.kazokusou .plan_list {
  border-bottom-color: #990b7e;
}
.kazokusou .plan_list-item.tab.show {
  background: #990b7e;
}
.kazokusou .plan_detail {
  background: #f5e7f2;
}
.kazokusou .plan_detail .detail_right .plan_head .txt,
.kazokusou .plan_detail .detail_right .flow_container .item.in {
  background: #990b7e;
}
.kazokusou .appeal_price:before {
  border-color: #990b7e transparent transparent transparent;
}
.kazokusou .appeal_price .price_txt .big {
  color: #990b7e;
}

/*----------------------------------------------------
全てのエリアトップページ
----------------------------------------------------*/
.extra_panel_area .column_wrap {
  margin-bottom: 0 !important;
}
.extra_panel_area .tab_contents {
  display: none;
}
.extra_panel_area .tab_contents.show {
  display: block;
}

.column_area_flow .flow_title {
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 4px double #444;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .column_area_flow .flow_title {
    padding-left: 0;
  }
}
.column_area_flow .flow_flex {
  gap: 0;
}
@media screen and (max-width: 820px) {
  .column_area_flow .flow_flex {
    flex-direction: column;
  }
}
.column_area_flow .box {
  flex: 1;
}
.column_area_flow .box:first-of-type .title {
  background: #eef9e6;
}
.column_area_flow .box:first-of-type .title:before {
  border-left: 40px solid #eef9e6;
}
.column_area_flow .box:nth-child(2) .title {
  background: #ccedb3;
}
.column_area_flow .box:nth-child(2) .title:before {
  border-left: 40px solid #ccedb3;
}
.column_area_flow .box:last-of-type .title {
  background: #abe180;
}
.column_area_flow .box:last-of-type .title:before {
  content: none;
}
.column_area_flow .title {
  text-align: center;
  padding: 5px;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
}
.column_area_flow .title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 0;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .column_area_flow .title:before {
    content: none;
  }
}
.column_area_flow .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .column_area_flow .list {
    flex-direction: column;
  }
}
.column_area_flow .list li {
  text-align: center;
  writing-mode: vertical-rl;
  list-style: disc;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .column_area_flow .list li {
    writing-mode: unset;
    margin-top: 0;
    margin-left: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .column_area_flow .list li {
    margin-left: 20px;
  }
}
.column_area_flow .hosoku {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .column_area_flow .hosoku {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
}
.column_area_flow .hosoku .hosoku_title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.column_area_flow .hosoku .hosoku_list {
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 10px;
}
.column_area_flow .hosoku .hosoku_list li {
  width: 50%;
}
.column_area_flow .hosoku .hosoku_list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #56d83f;
  margin-right: 5px;
}
.column_area_flow .hosoku .hosoku_catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  background: #ff0008;
  color: #fff;
  padding: 0 10px;
}

/*----------------------------------------------------
エリアトップページ　斎場一覧
----------------------------------------------------*/
.column_area_intro {
  padding: 0;
}
@media screen and (max-width: 820px) {
  .column_area_intro .inner {
    padding: 0;
  }
}
.column_area_intro .area_intro_title {
  position: absolute;
  text-align: left;
  font-size: 2.4rem;
  color: #4c2000;
  line-height: 1.4;
  top: 4%;
  left: 4%;
}
@media screen and (max-width: 1100px) {
  .column_area_intro .area_intro_title {
    line-height: 1.2;
  }
}
@media screen and (max-width: 820px) {
  .column_area_intro .area_intro_title {
    font-size: clamp(2rem, 1rem + 1vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .column_area_intro .area_intro_title {
    font-size: 2rem;
    text-align: center;
    top: 1.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    display: inline-block;
    margin-bottom: 2%;
  }
}
.column_area_intro .area_intro_title .area {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 145%;
  background: #56c300;
  color: #fff;
  font-size: 1.1em;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .column_area_intro .area_intro_title .area {
    top: 140%;
  }
}
@media screen and (max-width: 820px) {
  .column_area_intro .area_intro_title .area {
    top: 125%;
  }
}
@media screen and (max-width: 767px) {
  .column_area_intro .area_intro_title .area {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: unset;
    margin: 0 auto;
  }
}
.column_area_intro .area_intro_title .brand {
  font-size: 1.3em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .column_area_intro .area_intro_title .brand {
    margin-bottom: 10px;
  }
}
.column_area_intro .area_intro_title .brand .mini {
  font-size: 0.8em;
}

.sougijou_list .inner {
  max-width: 1100px;
}
.sougijou_list-catch {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}
.sougijou_list .function {
  padding: 20px 0 40px;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
@media screen and (max-width: 767px) {
  .sougijou_list .function {
    padding: 0 0 20px;
  }
}

.column_column {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f3f5f7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f3f5f7 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}
.column_column .column_wrap .colum_box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 5px 10px 15px #f7f7f7;
}
@media screen and (max-width: 767px) {
  .column_column .column_wrap .colum_box {
    padding: 20px;
  }
}
.column_column .column_wrap .colum_box:not(:last-of-type) {
  margin-bottom: 30px;
}
.column_column .column_wrap .colum_box .title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 20px;
  border-left: 6px solid #56c300;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .column_column .column_wrap .colum_box .title {
    padding-left: 15px;
  }
}
.column_column .column_wrap:first-of-type {
  margin-bottom: 60px;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.column_hurry_first {
  padding: 60px 0 30px;
  background: #fafafa;
}
@media screen and (max-width: 820px) {
  .column_hurry_first {
    padding: 30px 0;
  }
}

.hurry_first {
  max-width: 780px;
  width: 65%;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .hurry_first {
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
}
.hurry_first .hurry_mv {
  display: none;
}
@media screen and (max-width: 820px) {
  .hurry_first .hurry_mv {
    display: block;
    position: absolute;
    max-height: 200px;
    right: 10px;
    top: -20px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first .hurry_mv {
    right: 0;
  }
}
.hurry_first-title {
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hurry_first-title {
    text-align: left;
  }
}
.hurry_first-title .big {
  font-size: 1.2em;
  color: #ff0008;
}
.hurry_first-tel {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
}
.hurry_first-tel .num {
  font-weight: 700;
  color: #ff0008;
  line-height: 1;
  white-space: nowrap;
  font-size: 8rem;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
@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;
    background: #ff0008;
    color: #fff;
    padding: 15px;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 4px 4px 0 #b70006;
    width: 100%;
    text-align: center;
  }
}
.hurry_first-tel .num img {
  width: 80px;
}
@media screen and (max-width: 820px) {
  .hurry_first-tel .num img {
    width: 50px;
  }
}
.hurry_first-lead {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: #4c2000;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .hurry_first-lead {
    margin-bottom: 10px;
    border: 0;
  }
}
.hurry_first-lead .big {
  font-size: 1.2em;
}
.hurry_first-attention {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hurry_first-attention {
    flex-wrap: wrap;
  }
}
.hurry_first-attention-item:not(:last-of-type) {
  width: auto;
  border-radius: 4px;
  background: #ff0008;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hurry_first-attention-item:not(:last-of-type) {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
}
.hurry_first-attention-item:last-of-type {
  line-height: 1.4;
  font-weight: 600;
}
.hurry_first-attention-item:last-of-type span {
  font-size: 1.2em;
}

.hurry_staff {
  background: #fbeed8;
  padding: 30px 0;
  margin-bottom: 15px;
}
.hurry_staff .inner {
  max-width: 1000px;
}
.hurry_staff .hurry_mv {
  position: absolute;
  bottom: -30px;
  right: -50px;
  max-height: 630px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .hurry_staff .hurry_mv {
    display: none;
  }
}
.hurry_staff-catch {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 820px) {
  .hurry_staff-catch {
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
}
.hurry_staff-catch:before, .hurry_staff-catch:after {
  content: "";
  background: #1a1a1a;
  width: 4px;
  height: 90%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .hurry_staff-catch:before, .hurry_staff-catch:after {
    height: 40%;
    bottom: 10px;
  }
}
.hurry_staff-catch:before {
  left: -20px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 820px) {
  .hurry_staff-catch:before {
    left: 10px;
  }
}
.hurry_staff-catch:after {
  right: -20px;
  transform: rotate(30deg);
}
@media screen and (max-width: 820px) {
  .hurry_staff-catch:after {
    right: 10px;
  }
}
.hurry_staff-comment {
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .hurry_staff-comment {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hurry_staff-comment li:first-of-type {
  background: #fff;
  padding: 10px;
  position: relative;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .hurry_staff-comment li:first-of-type {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.hurry_staff-comment li:first-of-type:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
  border-right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -17px;
}
@media screen and (max-width: 820px) {
  .hurry_staff-comment li:first-of-type:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 17px solid #fff;
    border-bottom: 0;
    right: 0;
    left: 0;
    top: unset;
    bottom: -10px;
  }
}
.hurry_staff-comment li img {
  max-width: 100px;
  border: 2px solid #eda83a;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .hurry_staff-comment li img {
    max-width: 90px;
  }
}

.hurry_comment-catch {
  text-align: center;
}
.hurry_comment-catch span {
  display: inline-block;
  background: #eda83a;
  color: #fff;
  padding: 2px 30px;
  border-radius: 50px;
  font-size: clamp(2rem, 4vw, 2.2rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .hurry_comment-catch span {
    padding: 2px 10px;
  }
}

.hurry_situation {
  background: #f9f7f4;
}
.hurry_situation-list {
  padding-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.hurry_situation-list .item {
  width: calc(33.3333333333% - 15px);
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item {
    width: 100%;
  }
}
.hurry_situation-list .item .title {
  position: relative;
  background: #eda83a;
  color: #fff;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  font-size: clamp(1.8rem, 4vw, 2rem);
  padding: 10px;
  padding-left: 80px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_situation-list .item .title {
    font-size: 1.8rem;
  }
}
.hurry_situation-list .item .title img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
.hurry_situation-list .item .catch {
  font-weight: 600;
  flex: 1;
  margin-bottom: 0;
  text-align: left;
}
.hurry_situation-list .item .lead {
  position: relative;
  padding: 0 20px 20px 40px;
}
.hurry_situation-list .item .lead:before {
  content: "\f14a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  left: 12px;
  transform: translateY(-50%);
  top: 50%;
  color: #ff0008;
  position: absolute;
  font-size: 2rem;
}
.hurry_situation-catch {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  color: #4c2000;
  font-weight: 600;
}
.hurry_situation-catch .mark {
  background: linear-gradient(0deg, #fff800 0%, #fff800 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.hurry_situation-catch .sub {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
}

.hurry_point-list {
  counter-reset: number 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_point-list {
    flex-direction: column;
    gap: 30px;
  }
}
.hurry_point-list .box {
  border: 2px solid #ccc;
  border-top-color: #56c300;
  width: calc(33.3333333333% - 15px);
  position: relative;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hurry_point-list .box {
    width: 100%;
  }
}
.hurry_point-list .box:before {
  content: counter(number) " ";
  counter-increment: number 1;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  margin: auto;
  background: #56c300;
  color: #fff;
}
.hurry_point-list .box .title {
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  text-align: center;
  margin-bottom: 10px;
  flex: 1;
  color: #56c300;
  line-height: 1.4;
}
.hurry_point-list .box .lead {
  flex: 2;
}

.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(2.4rem, 4vw, 3rem);
  margin-bottom: 20px;
}
.hurry_check-title span {
  font-size: 1.2em;
  color: #ff0008;
}
.hurry_check-list {
  display: inline-block;
  margin: 0 auto 40px;
  width: 100%;
  padding: 30px;
  background: #f7fcf2;
}
.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: #ff0008;
  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: #ff0008;
}
.hurry_check-tel-title .wrap:after {
  content: "／";
  font-size: 1.2em;
  position: absolute;
  right: -50px;
  bottom: -5px;
  color: #ff0008;
}
.hurry_check-tel-flex {
  align-items: center;
  justify-content: center;
  background: #ff0008;
  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: #ff0008;
  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;
}
@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_flow {
  position: relative;
}
.hurry_flow-list {
  justify-content: center;
  background: #f9f7f4;
  padding: 20px;
  margin-bottom: 30px;
  gap: 0;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list {
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
  }
}
.hurry_flow-list .item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hurry_flow-list .item {
    width: calc(50% - 10px);
  }
}
.hurry_flow-list .item:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eda83a;
  border-right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list .item:after {
    right: -10px;
    top: -50px;
  }
}
.hurry_flow-list .item .title {
  flex: 1;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.hurry_flow-list .item .img {
  width: 90%;
  margin: 0 auto 10px;
  border-radius: 10px;
  overflow: hidden;
}
.hurry_flow-list .item:last-of-type::after {
  content: none;
}
.hurry_flow-detail .item {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .hurry_flow-detail .item {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.hurry_flow-detail .item:last-of-type {
  margin-bottom: 0;
}
.hurry_flow-detail .item .step {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #eda83a;
}
.hurry_flow-detail .item .step span {
  font-size: 1.4rem;
  display: block;
}
.hurry_flow-detail .item .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  flex: 1;
}
.hurry_flow-detail .item .lead {
  flex: 2;
}
@media screen and (max-width: 820px) {
  .hurry_flow-detail .item .lead {
    width: 100%;
    flex: auto;
  }
}

.column_hurry_faq {
  padding-bottom: 0;
}
.column_hurry_faq .inner {
  max-width: 1000px;
}
.column_hurry_faq .hurry_faq {
  margin-bottom: 40px;
  border: 1px solid #56c300;
  border-radius: 10px;
}
.column_hurry_faq .hurry_faq-question {
  background: #56c300;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.column_hurry_faq .hurry_faq-question-title {
  font-size: 1.6rem;
  color: #fff;
}
.column_hurry_faq .hurry_faq-question-title:before {
  content: "Q";
  font-size: 2rem;
  margin-right: 5px;
}
.column_hurry_faq .hurry_faq-answer {
  padding: 10px 20px 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.column_hurry_faq .hurry_faq-answer img {
  max-width: 100px;
  width: 100%;
  filter: drop-shadow(2px 4px 5px #ccc);
  border: 1px solid #fafafa;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .column_hurry_faq .hurry_faq-answer img {
    display: none;
  }
}
.column_hurry_faq .hurry_faq-answer p {
  position: relative;
}
.column_hurry_faq .hurry_faq-answer p:before {
  content: "A";
  font-size: 2.4rem;
  color: #ff0008;
  margin-right: 5px;
}
.column_hurry_faq .hurry_faq-answer a {
  text-decoration: underline;
  color: #56c300;
}
.column_hurry_faq .hurry_faq-answer a:not(.tel) {
  display: block;
}
.column_hurry_faq .hurry_faq:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
	選ばれる理由
----------------------------------------------------*/
.choice_first {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .choice_first {
    padding: 40px 0;
  }
}
.choice_first-flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .choice_first-flex {
    flex-direction: column;
  }
}
.choice_first-info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .choice_first-info {
    width: 100%;
  }
}
.choice_first-info .sec_title {
  text-align: left;
}
.choice_first-info .lead {
  font-size: 2rem;
  margin-bottom: 20px;
}
.choice_first-info .func {
  font-size: 1.5rem;
}
.choice_first-img {
  flex: 1;
}

.choice_menu .flex {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .choice_menu .flex {
    gap: 10px;
  }
}
.choice_menu .flex .item {
  width: calc(33.3333333333% - 15px);
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 820px) {
  .choice_menu .flex .item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .choice_menu .flex .item {
    width: 100%;
  }
}
.choice_menu .flex .item:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #56c300;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  margin: auto;
}
.choice_menu .flex .item a {
  padding: 10px;
  display: flex;
  justify-content: center;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .choice_menu .flex .item a {
    justify-content: flex-start;
    gap: 10px;
  }
}
.choice_menu .flex .item a .label {
  color: #56c300;
  border: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  line-height: 1.1;
  padding: 0.5em;
  font-size: 2rem;
  width: 3em;
  height: 3em;
  border-radius: 50px;
}
@media screen and (max-width: 820px) {
  .choice_menu .flex .item a .label {
    position: unset;
    margin: 0;
  }
}
.choice_menu .flex .item a .label .mini {
  display: block;
  font-size: 1.5rem;
}
.choice_menu .flex .item a .title {
  font-size: clamp(2rem, 4vw, 2.2rem);
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .choice_menu .flex .item a .title {
    text-align: left;
  }
}
.choice_menu .flex .item a .title span {
  color: #56c300;
  font-size: 1.2em;
}

.choice_box {
  padding-bottom: 140px;
}
@media screen and (max-width: 820px) {
  .choice_box {
    padding-bottom: 60px;
  }
}
.choice_box .sec_title {
  text-align: left;
}
.choice_box .lead {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .choice_box .lead {
    margin-bottom: 20px;
  }
}
.choice_box .label {
  color: #56c300;
  font-size: 2rem;
  display: inline-block;
  border-left: 4px solid;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .choice_box .choice_flex {
    flex-direction: column;
  }
  .choice_box .choice_flex .img_wrap {
    text-align: center;
  }
}
.choice_box.reason1 {
  padding-bottom: 80px;
}
.choice_box.reason1 .img_wrap {
  text-align: center;
  position: relative;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #4c2000;
}
.choice_box.reason1 .img_wrap:before {
  content: "";
  width: 100%;
  height: 160px;
  background: #fae5c4;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
.choice_box.reason1 .img_wrap:after {
  display: block;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 30px;
  width: 100px;
  background: #fae5c4;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.choice_box.reason1 .img_wrap .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .choice_box.reason2 .choice_flex {
    flex-direction: column-reverse;
  }
}
.choice_box .column_banners {
  background: #fafafa;
  padding: 20px 20px 40px;
}

.choice_about_me {
  background-image: url(../img/choice/about_shikikaze_bg.jpg);
  background-size: cover;
}
.choice_about_me .about_me .sec_title {
  color: #4c2000;
}
.choice_about_me .about_me-flex {
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 820px) {
  .choice_about_me .about_me-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.choice_about_me .about_me-info {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .choice_about_me .about_me-info {
    width: 100%;
  }
}
.choice_about_me .about_me-info .catch_title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.6705882353);
  border-radius: 10px;
  padding: 5px 15px;
  line-height: 1.6;
  color: #eda83a;
}
.choice_about_me .about_me-info .catch_title span {
  font-size: 0.8em;
  color: #333;
}
.choice_about_me .about_me-info .lead .mini {
  font-size: 0.8em;
}

/*----------------------------------------------------
	会員制度
----------------------------------------------------*/
body.members main {
  padding-top: 0;
}

.club_first {
  background-image: url(../img/common/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 0;
}
.club_first .inner .mv {
  display: block;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .club_first .inner .mv {
    max-width: 700px;
  }
}
.club_first .intro {
  width: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 1100px) {
  .club_first .intro {
    padding-left: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .club_first .intro {
    position: unset;
    padding-left: 0;
    transform: unset;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .club_first .intro {
    margin-top: -70px;
  }
}
.club_first .intro .sec_title {
  text-align: left;
  color: #4c2000;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (max-width: 820px) {
  .club_first .intro .sec_title {
    text-align: center;
  }
}
.club_first .intro .sec_title .color {
  color: #ff0008;
  font-size: 1.6em;
}
.club_first .intro .sec_title .medi {
  font-size: 1.2em;
}
.club_first .intro .sec_title .num {
  font-size: 1.6em;
  line-height: 1.2;
}
.club_first .intro .lead {
  margin-bottom: 40px;
}
.club_first .intro .btn {
  margin-left: 0;
  margin-right: auto;
  font-size: 2rem;
}
.club_first .intro .btn:after {
  content: "\f063";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.club_merit-price {
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.club_merit-price .label {
  background: #11169c;
  font-size: 2rem;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  display: table;
  margin: auto;
}
.club_merit-price .num {
  font-size: 3rem;
}
.club_merit-price.club_pay {
  display: block;
}
@media screen and (max-width: 767px) {
  .club_merit-flex {
    flex-direction: column;
  }
}
.club_merit-box {
  width: calc(33.3333333333% - 15px);
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #eee;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .club_merit-box {
    width: 100%;
  }
}
.club_merit-box .title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #11169c;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}
.club_merit-box img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.club_off {
  background: #f3f3fa;
}
.club_off-point {
  margin-bottom: 40px;
}
.club_off-point .item {
  margin-bottom: 15px;
  position: relative;
  padding: 10px 10px 10px 40px;
  background: #fff;
}
.club_off-point .item:before {
  content: url(../img/members/check.png);
  position: absolute;
  left: 10px;
  top: 15px;
}
.club_off-ex {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.club_off-ex .item {
  width: calc(25% - 15px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .club_off-ex .item {
    width: calc(50% - 10px);
  }
}
.club_off-ex .item .lead {
  font-size: 1.6rem;
}
.club_off-ex .item .catch {
  color: #ff0008;
  font-weight: 600;
  font-size: 1.8rem;
}
.club_off-ex .item img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  .club_off .sp_scroll {
    overflow-x: scroll;
  }
  .club_off .sp_scroll .scroll-hint-icon {
    top: 1%;
  }
}
.club_off-list {
  min-width: 1000px;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-size: 1.6rem;
  white-space: nowrap;
}
.club_off-list .title {
  background: #a5a6a5;
  padding: 0.5em;
  border-right: 1px solid #fff;
  color: #fff;
}
.club_off-list .center {
  text-align: center;
}
.club_off-list td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.club_off-list td span {
  color: #ff0008;
}

.club_flow-flex {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .club_flow-flex {
    flex-wrap: wrap;
  }
}
.club_flow .item {
  width: calc(25% - 15px);
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .club_flow .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .club_flow .item {
    width: 100%;
  }
}
.club_flow .item:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
  position: absolute;
  right: -13px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #555555;
}
@media screen and (max-width: 767px) {
  .club_flow .item:not(:last-of-type):after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #555555;
    border-bottom: 0;
    top: unset;
    transform: unset;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.club_flow .item .title {
  text-align: center;
  background: #fafafa;
  margin-bottom: 15px;
  color: #11169c;
}
.club_flow .item img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 820px) {
  .club_flow .item img {
    max-width: 200px;
  }
}
.club_flow-tel {
  border: 2px solid #ff0008;
  border-radius: 10px;
  padding: 0 0 10px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.club_flow-tel .title {
  color: #ff0008;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  background: #fafafa;
}
.club_flow-tel .number {
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.club_flow-tel .tel_num {
  font-size: 3rem;
}

/*----------------------------------------------------
	供花
----------------------------------------------------*/
.kyoka_first-flex {
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kyoka_first-flex {
    flex-wrap: wrap;
  }
}
.kyoka_first .kyouka_contact {
  width: calc(50% - 15px);
  border: 1px solid #ccc;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kyoka_first .kyouka_contact {
    width: 100%;
  }
}
.kyoka_first .kyouka_contact .title {
  background: #f9f7f4;
  font-weight: 700;
  background: #eee;
  padding: 5px;
  margin-bottom: 15px;
}
.kyoka_first .kyouka_contact-btn {
  display: inline-block;
  border: 1px solid #56c300;
  color: #56c300;
  font-size: 2rem;
  position: relative;
  padding: 10px 25px;
  line-height: 1;
  font-weight: 700;
}
.kyoka_first .kyouka_contact-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #56c300;
  border-right: 2px solid #56c300;
  transition: all 0.3s;
}
.kyoka_first .kyouka_contact .flex {
  justify-content: center;
  align-items: center;
  gap: 0;
}
.kyoka_first .kyouka_contact .tel_point {
  gap: 10px;
  justify-content: center;
}
.kyoka_first .kyouka_contact .tel_point li {
  width: calc(50% - 90px);
  background: #11169c;
  color: #fff;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  .kyoka_first .kyouka_contact .tel_point li {
    width: calc(50% - 20px);
  }
}
.kyoka_first .kyouka_contact .number {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 4rem;
}
.kyoka_first .kyouka_contact .number .tel_num {
  font-weight: bold;
}
.kyoka_first .kyouka_contact .number i {
  color: #56c300;
}

.kyoka_point-flex {
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .kyoka_point-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.kyoka_point-info {
  flex: 1;
}
.kyoka_point-info .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kyoka_point-info .title {
    padding-left: 60px;
  }
  .kyoka_point-info .title img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.kyoka_point-info .title .big {
  font-size: 1.3em;
  color: #333;
  background: linear-gradient(0deg, #ffc6d9 0%, #ffc6d9 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

.kyoka_list .kyoka_title {
  border-bottom: 2px solid #56c300;
  padding: 0 0 5px 10px;
  margin-bottom: 30px;
  font-size: clamp(2.2rem, 4vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  .kyoka_list .kyoka_title {
    padding-left: 0;
  }
}
.kyoka_list-flex {
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kyoka_list-flex {
    gap: 20px 10px;
  }
}
.kyoka_list-flex .item {
  width: calc(33.3333333333% - 20px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kyoka_list-flex .item {
    width: calc(50% - 5px);
  }
}
.kyoka_list-flex .item .title {
  font-size: 2rem;
  font-weight: 600;
  color: #4c2000;
  line-height: 1.4;
}
.kyoka_list-flex .item .price {
  font-size: 2.2rem;
  color: #ff0008;
  line-height: 1.2;
}
.kyoka_list-flex .item .price span {
  font-size: 1.5rem;
}
.kyoka_list-flex .item img {
  width: 100%;
  max-width: 300px;
  border: 1px solid #eee;
  padding: 0 10px;
  margin-bottom: 5px;
}
.kyoka_list-flex .item.ninki:after {
  content: "好評";
  width: 2.6em;
  height: 2.6em;
  border-radius: 50px;
  background: #ed3a76;
  color: #fff;
  line-height: 2.6em;
  font-size: 2rem;
  position: absolute;
  top: 0px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .kyoka_list-flex .item.ninki:after {
    top: -10px;
    right: -10px;
  }
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.wpcf7-form .recap {
  font-size: 1.4rem;
}
.wpcf7-form .recap a {
  text-decoration: underline;
}

.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;
}
.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;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ccc;
}
.contact_form dt .hissu {
  background: #ff0008;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd .f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contact_form dd .f_start {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dd.birth .input_wrap:first-of-type {
    width: 80%;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.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;
}
@media screen and (max-width: 767px) {
  .contact_form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.contact_form .group_area {
  padding: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .contact_form .club_input {
    flex-wrap: wrap;
  }
}
.contact_form .club_input img {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .contact_form .club_input img {
    max-width: 100%;
  }
}
.contact_form .ul_a {
  color: #ff0008;
}

.pp_box {
  width: 80%;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
  background: #fff;
}
.pp_box p {
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.pp_box p span {
  display: block;
  font-weight: 700;
}

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

.wpcf7-submit,
.wpcf7-previous {
  min-width: 240px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ff3c00;
  border-radius: 50px;
  font-size: 2.2rem;
  background: #ff3c00;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.3s;
  line-height: 1.2;
  position: relative;
}
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background-color: #fff;
  color: #ff3c00;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit,
.wpcf7-previous {
    width: 350px;
    white-space: normal;
  }
}

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

.btn_link {
  background: #ff0008;
  border: 1px solid #ff0008;
  display: block;
  width: 50%;
  padding: 20px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 auto 60px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 0 4px #ccc;
}

.btn_link:hover {
  background: #fff;
  color: #ff0008;
  text-decoration: unset;
}

.btn_link:hover:after {
  color: #ff0008;
}

@media (max-width: 768px) {
  .btn_link {
    width: 100%;
  }
}
img {
  max-width: 100%;
}

.complete {
  text-align: center;
  margin-bottom: 8%;
}

.complete_catch1 {
  font-size: 3.2rem;
  color: #d00000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .complete_catch1 {
    font-size: 3.4rem;
    margin-bottom: 10px;
  }
}
.complete_catch1 .wrap {
  border-bottom: 2px solid;
  padding-bottom: 1px;
}

.complete_img {
  margin-bottom: 20px;
}
.complete_img.first {
  max-width: 260px;
  margin: -30px 0 10px 0;
}
@media (max-width: 768px) {
  .complete_img.first {
    display: none;
  }
}

.complete_img.sp {
  display: none;
  box-shadow: 0 0 5px #ccc;
}

.complete_img.pc {
  box-shadow: 0 0 5px #ccc;
}

@media (max-width: 768px) {
  .complete_img.pc {
    display: none;
  }
  .complete_img.sp {
    display: block;
  }
}
.stripe-button-el span {
  font-size: 1.8rem !important;
  height: 100% !important;
  line-height: 1.6;
  padding: 2% 4% !important;
  white-space: nowrap;
  min-width: 200px;
}

.tokuten {
  text-align: center;
  margin-bottom: 40px;
}

.tokuten .title {
  background: #56c300;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.tokuten .title.gray {
  background: #666;
}

.tokuten .lead {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.tokuten .lead .big {
  font-size: 3rem;
}

.tokuten .lead .color {
  color: #ff0008;
}

.tokuten .lead .bigprice {
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  color: #ff0008;
  position: relative;
  margin: 0 auto;
}

.tokuten .lead .bigprice .yen {
  font-size: 4.5rem;
}

.tokuten .lead .bigprice:before {
  content: "";
  background: #ff0008;
  width: 4px;
  height: 40px;
  transform: rotate(30deg);
  position: absolute;
  right: -28px;
  top: 24px;
}

.tokuten .lead .bigprice::after {
  content: "";
  background: #ff0008;
  width: 4px;
  height: 40px;
  transform: rotate(-30deg);
  position: absolute;
  left: -28px;
  top: 24px;
}

.tokuten .lead .register {
  text-align: center;
  border: 1px solid #ff0008;
  color: #ff0008;
  display: inline-block;
  margin: 20px auto;
  padding: 5px 18px;
  font-size: 1.8rem;
  border-radius: 100px;
  font-weight: bold;
}

.tokuten_list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tokuten_list li {
  width: 30%;
  text-align: center;
}

.tokuten_list li .label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eda83a;
  color: #fff;
  width: 84px;
  height: 84px;
  margin: 0 auto 20px;
  border-radius: 200px;
  font-weight: bold;
  font-size: 3.2rem;
}

.tokuten_list .label span {
  font-size: 2rem;
}

.tokuten_list li .catch {
  color: #333;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .tokuten_list {
    flex-wrap: wrap;
  }
  .tokuten_list li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .smart_hide {
    display: none;
  }
}
.club_pay {
  font-size: clamp(1.8rem, 1.25vw + 1.5rem, 2.8rem);
  text-align: center;
  margin: 1% 0;
}

.member-change .big {
  font-size: 130%;
  color: #ff0008;
}

.club_merit-price-new {
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.club_merit-price-new .ippan {
  font-size: clamp(2rem, 4vw, 2.2rem);
  line-height: 1.4;
}
.club_merit-price-new .ippan .num {
  display: block;
  text-decoration: line-through;
}
.club_merit-price-new i {
  font-size: 2.2rem;
}
.club_merit-price-new .campaign {
  font-size: 2.2rem;
  color: #ff0008;
  line-height: 1.2;
}
.club_merit-price-new .campaign .num {
  display: block;
  font-size: clamp(4rem, 4vw, 5rem);
}
.club_merit-price-new .campaign .num .yen {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .club-thanks main {
    padding-top: 5px;
  }
  .club-thanks .breadcrumbs {
    margin-bottom: 10px;
  }
}
.member-change .pay_btn.pink {
  width: 100%;
  max-width: 400px;
  font-size: 2.6rem;
  padding: 16px 0;
  background: rgb(195, 16, 132);
  background: linear-gradient(0deg, rgb(195, 16, 132) 0%, rgb(251, 82, 181) 12%, rgb(251, 82, 181) 100%);
  position: relative;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .member-change .pay_btn.pink {
    max-width: 100%;
  }
}
.member-change .pay_btn.pink:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .member-change .sec_title {
    font-size: 1.7rem;
    font-weight: normal;
  }
}

/*----------------------------------------------------
	会社概要
----------------------------------------------------*/
.company_mv {
  background: url(../img/company/mv.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .company_mv {
    text-align: left;
  }
  .company_mv .inner {
    padding: 0 30px;
  }
}
.company_mv .title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin-bottom: 30px;
  font-weight: 500;
  color: #4c2000;
}
.company_mv .lead {
  margin-bottom: 1em;
  line-height: 3;
}
@media screen and (max-width: 820px) {
  .company_mv .lead {
    line-height: 2.2;
  }
}

.company_detail .c_table {
  border-collapse: collapse;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.company_detail .c_table th,
.company_detail .c_table td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .company_detail .c_table th,
.company_detail .c_table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.company_detail .c_table th {
  white-space: nowrap;
  border-bottom-color: #56c300;
}
@media screen and (max-width: 767px) {
  .company_detail .c_table th {
    border-top: 1px solid #56c300;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .company_detail .c_table td {
    border-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }
}
.company_detail .c_table td .business .title {
  font-weight: 600;
}
.company_detail .flex {
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}
.company_detail .flex .partner_list {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .company_detail .flex .partner_list {
    width: 100%;
  }
}
.company_detail .flex .partner_list .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.column_404 .center {
  font-size: 2rem;
}
/*# sourceMappingURL=style.css.map */