@charset "UTF-8";
/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.column_consultation {
  background: url(../img/common/consultation_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
.column_consultation .consultation_wrap .consultation_catch {
  text-align: center;
}
.column_consultation .consultation_wrap .consultation_catch span {
  background: #f6f908;
  padding: 10px 60px;
  overflow: auto;
  display: inline-block;
  border-radius: 50px;
}
.column_consultation .consultation_wrap .consultation_title {
  color: #333;
  font-weight: 500;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_consultation .consultation_wrap .consultation_title {
    text-align: left;
  }
}
.column_consultation .consultation_wrap .consultation_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.column_consultation .consultation_wrap .consultation_list li {
  width: 32%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_consultation .consultation_wrap .consultation_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.column_consultation .consultation_wrap .consultation_list .list_title {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  padding: 0 1rem;
}
.column_consultation .consultation_wrap .consultation_list .list_title span {
  color: #008e72;
  border-bottom: 1px solid;
}
.column_consultation .consultation_wrap .consultation_list .list_txt {
  text-align: left;
}
.column_consultation .consultation_wrap .consultation_list .consultation_wrap_list_img {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
	斎場一覧
----------------------------------------------------*/
.column_hall_first {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .column_hall_first {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_first {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_first {
    padding-bottom: 40px;
  }
}
.column_hall_first .sec_title {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 15px;
}
.column_hall_first .sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 5px;
  background: #008e72;
}
.column_hall_first .sec_title small {
  font-size: 1.6rem;
}
.column_hall_first .hall_access_wrap {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.column_hall_first .hall_access_wrap i {
  color: #008e72;
  margin-right: 0.5rem;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_access_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.column_hall_first .hall_access_wrap .map_link {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 30px 5px 20px;
  line-height: 1.2;
  border-radius: 4px;
  background: #f2f2ef;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_access_wrap .map_link {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    max-width: 50%;
    margin: 0 auto;
  }
}
.column_hall_first .hall_access_wrap .map_link:after {
  content: "\f0ab";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  color: #cccccc;
}
.column_hall_first .hall-img {
  margin-bottom: 30px;
}
.column_hall_first .time_attend {
  text-align: center;
  background: #6b4f4a;
  max-width: 700px;
  font-size: 2.3rem;
  line-height: 1.4;
  padding: 15px 30px;
  margin: 0 auto -10px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .column_hall_first .time_attend {
    margin-bottom: 20px;
    max-width: none;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_first .time_attend {
    padding: 10px;
    font-size: 1.8rem;
  }
}
.column_hall_first .time_attend .time {
  color: #fff000;
  text-decoration: underline;
}
.column_hall_first .banner {
  text-align: center;
}

.column_hall_facility .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.column_hall_facility .feature_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_facility .feature_icon {
    justify-content: space-between;
  }
}
.column_hall_facility .feature_icon .item {
  width: calc(20% - 15px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_hall_facility .feature_icon .item {
    width: calc(33.3333333333% - 15px);
  }
}
.column_hall_facility .feature_icon .item img {
  max-width: 110px;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_facility .feature_icon .item img {
    max-width: unset;
    width: 100%;
  }
}
.column_hall_facility .feature_icon .item .text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #6b4f4a;
  line-height: 1.4;
}

.column_hall_detail {
  padding-bottom: 0;
}
.column_hall_detail .hall_detail {
  position: relative;
}
.column_hall_detail .sec_title {
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2.3rem;
}
.column_hall_detail .sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #008e72 0%, #008e72 10%, #fafafa 10%, #fafafa 100%);
}
@media screen and (max-width: 767px) {
  .column_hall_detail .sec_title::after {
    background: linear-gradient(90deg, #008e72 0%, #008e72 30%, #fafafa 30%, #fafafa 100%);
  }
}
.column_hall_detail .note {
  margin-bottom: 20px;
}
.column_hall_detail .detail_box {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .detail_box {
    padding: 15px;
  }
}
.column_hall_detail .detail_box .hall_detail {
  display: flex;
  gap: 20px;
}
.column_hall_detail .detail_box .hall_detail:nth-child(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail {
    flex-direction: column;
  }
  .column_hall_detail .detail_box .hall_detail:nth-child(1) {
    gap: 0;
  }
}
.column_hall_detail .detail_box .hall_detail .hall_detail_left, .column_hall_detail .detail_box .hall_detail .hall_detail_right {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_box .hall_detail .hall_detail_left, .column_hall_detail .detail_box .hall_detail .hall_detail_right {
    width: 100%;
  }
}
.column_hall_detail .detail_box .hall_detail .row {
  display: flex;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}
.column_hall_detail .detail_box .hall_detail .row dt {
  width: 30%;
}
.column_hall_detail .detail_box .hall_detail .row dd {
  width: 70%;
}
.column_hall_detail .access_wrap {
  background: #fff;
  padding: 20px;
}
.column_hall_detail .access_wrap i {
  color: #008e72;
  margin-right: 0.5rem;
}
.column_hall_detail dt {
  font-weight: bold;
}
.column_hall_detail .googlemap iframe {
  width: 100%;
}

.column_crematorium {
  margin-top: 80px;
  background: #f9f8f1;
}
@media screen and (max-width: 1100px) {
  .column_crematorium {
    margin-top: 40px;
  }
}
.column_crematorium .crematorium_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.column_crematorium .crematorium_list .item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_crematorium .crematorium_list .item {
    width: calc(50% - 10px);
  }
}
.column_crematorium .crematorium_list .item .name {
  background: #6b4f4a;
  color: #fff;
  padding: 5px 10px;
}
.column_crematorium .crematorium_list .item .name, .column_crematorium .crematorium_list .item .address {
  text-align: center;
}
.column_crematorium .crematorium_list .item .address {
  padding: 10px;
}

.page-template-hall-detail .column_hall_list .btn_box {
  padding: 0 20px 20px;
}
.page-template-hall-detail .splide__arrow {
  background: #6b4f4a;
  opacity: 0.7;
  width: 56px;
  height: 56px;
  line-height: 56px;
}
@media screen and (max-width: 820px) {
  .page-template-hall-detail .splide__arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.page-template-hall-detail .splide__arrow svg {
  display: none;
}
.page-template-hall-detail .splide__arrow--next {
  right: -20px;
}
@media screen and (max-width: 1300px) {
  .page-template-hall-detail .splide__arrow--next {
    right: 0;
  }
}
.page-template-hall-detail .splide__arrow--next:after {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-template-hall-detail .splide__arrow--prev {
  left: -20px;
}
@media screen and (max-width: 1300px) {
  .page-template-hall-detail .splide__arrow--prev {
    left: 0;
  }
}
.page-template-hall-detail .splide__arrow--prev:after {
  content: "\f060";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-template-hall-detail .column_hall_list .hall_area_wrap {
  margin-bottom: 0;
}
.page-template-hall-detail .column_hall_list .hall_area_wrap .hall_list {
  flex-wrap: nowrap;
  justify-content: unset;
  gap: unset;
}
.page-template-hall-detail .column_hall_list .hall_area_wrap .hall_list .item {
  box-shadow: none;
}
.page-template-hall-detail .column_hall_list .hall_area_wrap .splide__pagination {
  bottom: -30px;
}
.page-template-hall-detail .column_voice {
  padding-bottom: 0;
}
.page-template-hall-detail .faq {
  padding-bottom: 0;
}
.page-template-hall-detail .faq .sec_title .sub_title {
  display: block;
  font-size: 2rem;
}

/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list .hall_info_box {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.column_hall_list .hall_info_box:last-child {
  margin-bottom: 0;
}
.column_hall_list .hall_info_box .hall_wrap {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .hall_wrap {
    padding: 15px;
    gap: 10px;
  }
}
.column_hall_list .hall_info_box a {
  display: block;
}
.column_hall_list .hall_info_box a:hover .btn {
  background: #008e72;
  color: #fff;
}
.column_hall_list .hall_info_box .hall_name {
  font-size: 2.6rem;
  text-align: left;
  color: #008e72;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .hall_name {
    font-size: 2.2rem;
  }
}
.column_hall_list .hall_info_box .hall_name br {
  display: none;
}
.column_hall_list .hall_info_box .hall_detail {
  padding: 40px 0;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .flex {
    flex-wrap: wrap;
  }
}
.column_hall_list .hall_info_box .info_left {
  width: 340px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1100px) {
  .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: 1100px) {
  .column_hall_list .hall_info_box .info_right {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_right .google_link {
  border: 2px solid #4885ed;
  border-left: 10px solid #4885f0;
  padding: 5px 10px 5px 5px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link span {
  font-weight: 900;
  color: #e21628;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link::after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #4885ed;
  position: relative;
  left: 5px;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link:hover {
  background: #4885ed;
  color: #fff;
  opacity: 1;
}
.column_hall_list .hall_info_box .info_right .google_link:hover span {
  color: #fff200;
}
.column_hall_list .hall_info_box .info_right .google_link:hover::after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .google_link {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}
.column_hall_list .hall_info_box .info_right .hall_spec {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.column_hall_list .hall_info_box .info_right .hall_spec .title {
  color: #333;
  text-align: center;
  border-radius: 5px;
  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 i {
  color: #6b4f4a;
  margin-right: 1rem;
}
.column_hall_list .hall_info_box .info_right .btn {
  padding: 10px;
  width: 300px;
  margin: 0;
  margin-left: auto;
}
.column_hall_list .hall_info_box .feature_icon {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.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;
    width: calc(50% - 3px);
  }
}
.column_hall_list .hall_info_box .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #008e72;
}
.column_hall_list .hall_info_box .btn_box {
  justify-content: end;
  align-items: center;
  background: #008e721A;
  padding: 10px 20px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .btn_box {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .btn_box {
    gap: 10px;
    padding: 10px;
  }
}
.column_hall_list .hall_info_box .btn_box a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .btn_box a {
    border-radius: 4px;
    padding: 15px 10px;
  }
  .column_hall_list .hall_info_box .btn_box a.btn {
    padding: 15px 20px 15px 10px;
  }
  .column_hall_list .hall_info_box .btn_box a::after {
    right: 10px;
  }
  .column_hall_list .hall_info_box .btn_box a.tel {
    background: #e21628;
    padding: 15px 10px;
  }
  .column_hall_list .hall_info_box .btn_box a.tel::after {
    display: none;
  }
}
.column_hall_list .hall_info_box .btn_box .tel_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .btn_box .tel_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.column_hall_list .hall_info_box .btn_box .tel_anime {
  width: 35px;
  height: 35px;
}
.column_hall_list .hall_info_box .btn_box .tel_anime svg {
  fill: #008e72;
}
.column_hall_list .hall_info_box .btn_box .flex {
  gap: 5px;
}
.column_hall_list .hall_info_box .btn_box small {
  text-align: right;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .btn_box small {
    text-align: center;
  }
}
.column_hall_list .hall_info_box .btn_box small .point {
  color: #e21628;
}
.column_hall_list .hall_info_box .btn_box .num {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.hall-img-slider .swiper-button-next {
  right: 130px;
}
@media screen and (max-width: 820px) {
  .hall-img-slider .swiper-button-next {
    right: 0;
  }
}
.hall-img-slider .swiper-button-prev {
  left: 130px;
}
@media screen and (max-width: 820px) {
  .hall-img-slider .swiper-button-prev {
    left: 0;
  }
}

.hall-img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hall-img {
    margin-bottom: 20px;
  }
}
.hall-img .container {
  position: relative;
  margin: 100px auto 60px auto;
  max-width: 1100px;
}
.hall-img .swiper-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: grab;
}
.hall-img .swiper-container:active {
  cursor: grabbing;
}
.hall-img .swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  opacity: 0.3;
  object-fit: cover;
}
.hall-img #slider .swiper-slide-active img {
  opacity: 1;
}
.hall-img #thumbs {
  height: 10%;
  box-sizing: border-box;
  padding-top: 10px;
}
.hall-img #thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.hall-img .swiper-wrapper > p {
  margin: 0 auto;
}

.column_reason .sec_title br {
  display: none;
}

.column_hall_reason {
  background: url(../img/common/club_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .column_hall_reason {
    padding-top: 40px;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_reason {
    background-position: bottom right;
    background-size: contain;
  }
}
.column_hall_reason .sec_title strong {
  font-size: 150%;
}
.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;
  background: #fff;
  flex-direction: column;
  position: relative;
  box-shadow: 3px 3px 5px #ccc;
  border-radius: 5px;
  counter-increment: reason 1;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box::before {
  content: counter(reason, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: #008e72;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 55px;
  height: 0;
  width: 0;
  border-left: 30px solid #008e72;
  border-right: 30px solid #008e72;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box {
    width: 100%;
  }
  .column_hall_reason .hall_reason_wrap .hall_reason_box .img_box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
.column_hall_reason .hall_reason_wrap .text_wrap {
  padding: 20px;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title {
  font-size: clamp(1.8rem, 5vw, 2rem);
  color: #008e72;
  margin-bottom: 20px;
  line-height: 1.4;
}
.column_hall_reason .sec_title br {
  display: none;
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.column_reason_list {
  overflow: revert;
}
.column_reason_list .links_feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}
@media screen and (max-width: 820px) {
  .column_reason_list .links_feature {
    gap: 30px 20px;
  }
}
.column_reason_list .links_feature li {
  width: calc(33.3333333333% - 15px);
  color: #333;
  background: #fff;
  text-align: left;
  font-size: 1.8rem;
  border: 1px solid #eee;
  border-top: 3px solid #008e72;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #ccc;
}
@media screen and (max-width: 820px) {
  .column_reason_list .links_feature li {
    width: calc(50% - 15px);
    text-align: left;
  }
}
.column_reason_list .links_feature li a {
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 10px;
}
.column_reason_list .links_feature li .num {
  font-size: 1.3rem;
  background: #008e72;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.column_reason_list .links_feature li .num span {
  font-size: 2rem;
}
.column_reason_list .links_feature li .tit {
  flex: 1;
}

.column_reason .lap_row_content .lap_row:last-child .coise_box {
  margin-bottom: 0;
}
.column_reason .lap_row .coise_box {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .coise_box {
    display: block;
    margin-bottom: 30px;
  }
}
.column_reason .lap_row .img_box {
  position: relative;
  max-width: 780px;
}
.column_reason .lap_row .text_box {
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #eee;
  position: absolute;
  width: 55%;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box {
    position: relative;
    width: 100%;
  }
}
.column_reason .lap_row .text_box .db_box {
  padding: 10px 5% 30px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box {
    padding: 20px 5%;
  }
}
.column_reason .lap_row .text_box .db_box .title {
  position: absolute;
  top: -15px;
  left: -20px;
  background: #008e72;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 15px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box .title {
    top: -20px;
    left: 0;
    font-size: 1.6rem;
  }
}
.column_reason .lap_row .text_box .db_box .title span {
  display: block;
  font-size: 3.8rem;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box .title span {
    font-size: 3rem;
  }
}
.column_reason .lap_row .text_box .db_box h3 {
  font-size: 2.6rem;
  padding: 15px 0 30px 40px;
  color: #008e72;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box h3 {
    padding: 0 0 20px 70px;
    font-size: 1.9rem;
  }
  .column_reason .lap_row .text_box .db_box h3 br {
    display: none;
  }
}
.column_reason .lap_row .text_box .db_box .btn {
  margin-top: 10px;
}
.column_reason .lap_row#point1 .text_box .db_box h3, .column_reason .lap_row#point2 .text_box .db_box h3, .column_reason .lap_row#point3 .text_box .db_box h3 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row#point1 .text_box .db_box h3, .column_reason .lap_row#point2 .text_box .db_box h3, .column_reason .lap_row#point3 .text_box .db_box h3 {
    padding-bottom: 20px;
  }
}
.column_reason .row1 .text_box,
.column_reason .row3 .text_box,
.column_reason .row5 .text_box {
  left: 0;
}
.column_reason .row2 .text_box,
.column_reason .row4 .text_box {
  right: 0;
}
.column_reason .row2 .coise_box,
.column_reason .row4 .coise_box {
  flex-direction: inherit;
}
.column_reason .feature_btn {
  text-align: right;
}
.column_reason .feature_btn a {
  background: #666;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
}
.column_reason .feature_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

/*----------------------------------------------------
	プラン一覧　詳細版
----------------------------------------------------*/
.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.plan50 {
  background: rgb(104.6, 185.4, 125.4);
}
.plan_list_all-title.plan75 {
  background: rgb(222.2, 111.8, 129.4);
}
.plan_list_all-title.plan90 {
  background: rgb(99, 155.8, 203.8);
}
.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: #e21628;
  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.plan50 {
  color: #43a85d;
}
.plan_list_all .item.plan50 .flow .flow_item.in {
  color: #43a85d;
  border: 1px solid #43a85d;
}
.plan_list_all .item.plan75 {
  color: #d64c62;
}
.plan_list_all .item.plan75 .flow .flow_item.in {
  color: #d64c62;
  border: 1px solid #d64c62;
}
.plan_list_all .item.plan90 {
  color: #3c83bf;
}
.plan_list_all .item.plan90 .flow .flow_item.in {
  color: #3c83bf;
  border: 1px solid #3c83bf;
}

/*------プラン詳細------------------------------*/
.plan_list {
  position: relative;
  border-bottom: 2px solid #008e72;
}
.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: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_list-links {
    gap: 10px;
  }
}
.plan_list-item {
  width: 25%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .plan_list-item {
    width: calc(33.3333333333% - 10px);
  }
}
.plan_list-item.tab {
  padding: 5px;
}
.plan_list-item.tab.show {
  background: #008e72;
  color: #fff;
}
.plan_list-item a {
  display: block;
  padding: 10px 5px;
  color: #fff;
}
.plan_list-item.plan50 {
  background: #f5f5f5;
}
.plan_list-item.plan50.show {
  background: #43a85d;
}
.plan_list-item.plan50.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.plan50 a {
  color: #666;
}
.plan_list-item.plan75 {
  background: #f5f5f5;
}
.plan_list-item.plan75.show {
  background: #d64c62;
}
.plan_list-item.plan75.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.plan75 a {
  color: #666;
}
.plan_list-item.plan90 {
  background: #f5f5f5;
}
.plan_list-item.plan90.show {
  background: #3c83bf;
}
.plan_list-item.plan90.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.plan90 a {
  color: #666;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.plan_content {
  padding-top: 0;
}
.plan_content .center_bnr {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .plan_content .center_bnr {
    margin-bottom: 70px;
  }
}

.plan_wrap .plan_detail_wrap {
  padding: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
}
.plan_wrap .plan_detail {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .plan_wrap .plan_detail {
    padding: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail {
    flex-wrap: wrap;
  }
}
.plan_wrap .plan_detail .plan_name {
  font-size: 4.5rem;
  text-align: center;
}
.plan_wrap .plan_detail .detail_left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.plan_wrap .plan_detail .detail_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan_wrap .plan_detail .detail_right {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_right {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail .detail_right .plan_head {
  text-align: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_right .plan_head {
    margin-bottom: 20px;
  }
}
.plan_wrap .plan_detail .detail_right .plan_head .txt {
  color: #fff;
  font-weight: 500;
  max-width: 400px;
  margin: 0 auto 15px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 30px;
  position: relative;
}
.plan_wrap .plan_detail .detail_right .plan_head .txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #555555;
  border-bottom: 0;
}
.plan_wrap .plan_detail .detail_right .plan_head .num {
  background: #fff;
  color: #444;
  border: 1px solid #ccc;
  padding: 2px 5px;
  width: 100%;
  border-radius: 10px;
}
.plan_wrap .plan_detail .detail_price .price_unit {
  font-size: 2.2rem;
  margin: 0 5px;
  text-align: center;
  color: #e21628;
  border: 1px solid #e21628;
  border-radius: 5px;
  line-height: 1.6;
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  margin: 0 auto 15px;
  position: relative;
  color: #e21628;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_member {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_member div {
  position: relative;
  padding-bottom: 2.5rem;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_member .price_unit_taxin {
  position: absolute;
  bottom: 0;
  right: 0;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
  background: #e21628;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
    padding: 7px 10px;
    white-space: nowrap;
    line-height: 1.2;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .note {
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_normal {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border: 1px solid #eee;
  background: #fff;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_normal .num {
  font-weight: 400;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
  color: #444;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
    font-size: 6rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .yen {
  font-size: 3rem;
  position: relative;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
  position: absolute;
  width: 3em;
  left: 3px;
  font-size: 1.2rem;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
    top: -1rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
    text-align: center;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .num {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.plan_wrap .plan_detail .flow_container ul {
  background: #fafafa;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .flow_container ul {
    flex-wrap: wrap;
  }
}
.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;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item {
    width: calc(20% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .flow_container ul .item:nth-child(6) {
    width: 40%;
  }
}
.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_feature {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_feature {
    margin-bottom: 40px;
  }
}
.plan_wrap .plan_feature .title {
  color: #6b4f4a;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_feature .title {
    font-size: 1.8rem;
  }
}
.plan_wrap .plan_feature .plan_about_advise {
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.plan_wrap .plan_feature .plan_about_advise::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
}
.plan_wrap .plan_feature .about_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_feature .about_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_feature .about_list {
    flex-direction: column;
  }
}
.plan_wrap .plan_feature .about_list .about_item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_feature .about_list .about_item {
    padding: 15px;
    width: 100%;
  }
}
.plan_wrap .plan_feature .about_list img {
  max-width: 150px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_feature .about_list img {
    max-width: 150px;
  }
}
.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: 10px;
  line-height: 1.4;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item {
    flex-wrap: wrap;
    width: calc(33.3333333333% - 0px);
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including .including_list .item {
    align-items: self-start;
  }
}
.plan_wrap .plan_including .including_list .item .item_img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including .including_list .item .item_img {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list .item .item_txt {
  flex: 1;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_including .including_list.after {
  margin-bottom: 0;
}
.plan_wrap .plan_including .plan_function {
  padding: 20px;
  background: #f5f5f5;
  font-size: 1.5rem;
}

.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-top: 100px;
}
.appeal_price::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 15rem 0 15rem;
  border-color: #f9f8f1 transparent transparent transparent;
}
@media screen and (max-width: 820px) {
  .appeal_price::before {
    border-width: 4rem 10rem 0 10rem;
  }
}
.appeal_price .price_txt {
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_txt {
    font-size: 2.2rem;
  }
}
.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;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
}
.appeal_price .price_box::before {
  content: "";
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 4px;
  height: 7rem;
  background: #008e72;
  left: 10%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box::before {
    left: 0;
    height: 40px;
    top: 60%;
  }
}
.appeal_price .price_box::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 4px;
  height: 7rem;
  background: #008e72;
  right: 10%;
  transform: rotate(20deg);
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box::after {
    right: 0;
    height: 40px;
    top: 60%;
  }
}
.appeal_price .price_box .price_large {
  display: flex;
  align-items: flex-end;
  font-size: 9rem;
  color: #e21628;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large {
    justify-content: center;
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_large .price {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .price {
    align-self: flex-start;
    font-size: 5rem;
    white-space: nowrap;
  }
}
.appeal_price .price_box .price_large .mark {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  font-weight: 700;
}
.appeal_price .price_box .price_large .mark_tax {
  font-size: 1.8rem;
  line-height: 100%;
}
.appeal_price .price_box .price_large .mark_yen {
  font-size: 2rem;
  line-height: 100%;
}
.appeal_price .price_box .sale_laber {
  margin-right: 2rem;
  padding: 0 1rem;
  border: 1px solid #e21628;
  border-radius: 4px;
  color: #e21628;
  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_reason_box {
  background: linear-gradient(#fff 0%, #fff 50%, #faf7fb 50%, #faf7fb 100%);
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .plan_reason_box {
    background: #faf7fb;
  }
}
.plan_reason_box ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .plan_reason_box ul {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .plan_reason_box ul {
    gap: 50px;
  }
}
.plan_reason_box ul li {
  width: calc(33.3333333333% - 15px);
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_reason_box ul li {
    width: 100%;
  }
}
.plan_reason_box ul li a {
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .plan_reason_box ul li a {
    padding: 30px 10px 20px;
  }
}
.plan_reason_box ul li a .number {
  font-family: "Oswald", sans-serif;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: #008e72;
  color: #fff;
  line-height: 70px;
  font-size: 2.4rem;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.plan_reason_box ul li a .txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .plan_reason_box ul li a br {
    display: none;
  }
}
.plan_reason_box ul li:hover {
  cursor: pointer;
}

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

.plan50 .plan_list {
  border-bottom: 2px solid #43a85d;
}
.plan50 .plan_detail_wrap {
  background: #43a85d1A;
}
.plan50 .plan_detail .detail_right .plan_head .txt::after {
  border-top: 10px solid #43a85d;
}
.plan50 .plan_detail .plan_name .color {
  color: #43a85d;
}
.plan50 .plan_detail .plan_head .txt,
.plan50 .plan_detail .flow_container .item.in {
  background: #43a85d;
}
.plan50 .plan_wrap .plan_feature .plan_about_advise {
  background: #43a85d;
}
.plan50 .plan_wrap .plan_feature .plan_about_advise::after {
  border-top: 10px solid #43a85d;
}
.plan50 .plan_content .sec_title .color {
  color: #43a85d;
}
@keyframes updown1 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.plan50 .column_plan_list .plan_box li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan50 .column_plan_list .plan_box li.plan50 {
    margin-top: 50px;
  }
}
.plan50 .column_plan_list .plan_box li.plan50::before {
  content: "閲覧中のプラン";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #6b4f4a;
  color: #fff;
  padding: 7px 20px;
  line-height: 1.2;
  border-radius: 30px;
  font-weight: bold;
  animation: updown1 3s ease-in-out 0s infinite;
  font-size: 1.8rem;
  white-space: nowrap;
}
.plan50 .column_plan_list .plan_box li.plan50::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #6b4f4a;
  border-bottom: 0;
  animation: updown1 3s ease-in-out 0s infinite;
}

.plan_wrap.plan75 {
  border-top: 2px solid #d64c62;
}

.plan75 .plan_list {
  border-bottom: 2px solid #d64c62;
}
.plan75 .plan_detail_wrap {
  background: #d64c621A;
}
.plan75 .plan_detail .detail_right .plan_head .txt::after {
  border-top: 10px solid #d64c62;
}
.plan75 .plan_detail .plan_name .color {
  color: #d64c62;
}
.plan75 .plan_detail .plan_head .txt,
.plan75 .plan_detail .flow_container .item.in {
  background: #d64c62;
}
.plan75 .plan_wrap .plan_feature .plan_about_advise {
  background: #d64c62;
}
.plan75 .plan_wrap .plan_feature .plan_about_advise::after {
  border-top: 10px solid #d64c62;
}
.plan75 .plan_content .sec_title .color {
  color: #d64c62;
}
@keyframes updown1 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.plan75 .column_plan_list .plan_box li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan75 .column_plan_list .plan_box li.plan75 {
    margin-top: 50px;
  }
}
.plan75 .column_plan_list .plan_box li.plan75::before {
  content: "閲覧中のプラン";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #6b4f4a;
  color: #fff;
  padding: 7px 20px;
  line-height: 1.2;
  border-radius: 30px;
  font-weight: bold;
  animation: updown1 3s ease-in-out 0s infinite;
  font-size: 1.8rem;
  white-space: nowrap;
}
.plan75 .column_plan_list .plan_box li.plan75::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #6b4f4a;
  border-bottom: 0;
  animation: updown1 3s ease-in-out 0s infinite;
}

.plan_wrap.plan90 {
  border-top: 2px solid #3c83bf;
}

.plan90 .plan_list {
  border-bottom: 2px solid #3c83bf;
}
.plan90 .plan_detail_wrap {
  background: #3c83bf1A;
}
.plan90 .plan_detail .detail_right .plan_head .txt::after {
  border-top: 10px solid #3c83bf;
}
.plan90 .plan_detail .plan_name .color {
  color: #3c83bf;
}
.plan90 .plan_detail .plan_head .txt,
.plan90 .plan_detail .flow_container .item.in {
  background: #3c83bf;
}
.plan90 .plan_wrap .plan_feature .plan_about_advise {
  background: #3c83bf;
}
.plan90 .plan_wrap .plan_feature .plan_about_advise::after {
  border-top: 10px solid #3c83bf;
}
.plan90 .plan_content .sec_title .color {
  color: #3c83bf;
}
@keyframes updown1 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.plan90 .column_plan_list .plan_box li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan90 .column_plan_list .plan_box li.plan90 {
    margin-top: 50px;
  }
}
.plan90 .column_plan_list .plan_box li.plan90::before {
  content: "閲覧中のプラン";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #6b4f4a;
  color: #fff;
  padding: 7px 20px;
  line-height: 1.2;
  border-radius: 30px;
  font-weight: bold;
  animation: updown1 3s ease-in-out 0s infinite;
  font-size: 1.8rem;
  white-space: nowrap;
}
.plan90 .column_plan_list .plan_box li.plan90::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #6b4f4a;
  border-bottom: 0;
  animation: updown1 3s ease-in-out 0s infinite;
}

.page-template-plan-detail-template .consultation_attend {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .page-template-plan-detail-template .consultation_attend {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-plan-detail-template .consultation_attend {
    margin-bottom: 40px;
  }
}
.page-template-plan-detail-template .column_plan_list .plan_box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-template-plan-detail-template .column_plan_list .plan_box {
    margin-top: 0;
  }
}

.page-template-area_pages .banner_catch, .page-template-plan-detail-template .banner_catch, .page-template-hall-detail .banner_catch {
  margin-bottom: -20px !important;
}
@media screen and (max-width: 783px) {
  .page-template-area_pages .banner_catch, .page-template-plan-detail-template .banner_catch, .page-template-hall-detail .banner_catch {
    margin-bottom: 10px !important;
  }
}

/*----------------------------------------------------
	プランページ
----------------------------------------------------*/
.plan_system .point_list {
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 820px) {
  .plan_system .point_list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .plan_system .point_list {
    width: 100%;
  }
}
.plan_system .point_text {
  padding: 10px 10px 10px 1.5em;
  text-indent: -1.5em;
  border-bottom: dashed 1px #6b4f4a;
  position: relative;
}
.plan_system .point_text::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #008e72;
  margin-right: 0.5rem;
}
.plan_system .system {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .plan_system .system {
    padding: 20px;
  }
}
.plan_system .system_title {
  text-align: center;
  font-size: 2.2rem;
  color: #6b4f4a;
  margin-bottom: 20px;
  line-height: 1.4;
}
.plan_system .system_title .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  color: #e21628;
}
.plan_system .system_title strong {
  font-size: 150%;
  font-weight: normal;
}
.plan_system .system_list {
  display: flex;
  gap: 30px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_system .system_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .plan_system .system_list {
    gap: 20px;
  }
}
.plan_system .system_list::after {
  content: "\f175";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  line-height: 1;
  color: #6b4f4a;
}
.plan_system .system_item {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .plan_system .system_item {
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px #b6b4aa;
  }
}
@media screen and (max-width: 767px) {
  .plan_system .system_item {
    box-shadow: none;
    display: block;
  }
}
.plan_system .system_item::after {
  content: "\f055";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -40px;
  font-size: 5rem;
  color: #008e72;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .plan_system .system_item::after {
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .plan_system .system_item::after {
    font-size: 3.6rem;
    bottom: -27px;
  }
}
.plan_system .system_item:last-child:after {
  display: none;
}
.plan_system .system_item .text_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 820px) {
  .plan_system .system_item .text_wrap {
    position: unset;
    bottom: auto;
    left: auto;
    background: none;
    color: #333;
    width: 50%;
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_system .system_item .text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5019607843);
    color: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.plan_system .system_item img {
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .plan_system .system_item img {
    width: 50%;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan_system .system_item img {
    width: 100%;
    border-radius: 10px;
  }
}
.plan_system .system_item .title {
  font-weight: bold;
  font-size: 1.8rem;
}
.plan_system .total {
  background: #008e72;
  color: #fff;
  border-radius: 10px;
  max-width: 300px;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.page-template-plan .column_plan_list {
  background: none;
  padding-top: 0;
}
.page-template-plan .column_banner--mbg {
  padding: 0 15px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-template-plan .column_banner--mbg {
    margin-bottom: 70px;
  }
}

/*----------------------------------------------------
	その他プランページ
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column_case .catch {
    text-align: left;
  }
}
.column_case .sec_title {
  line-height: 1.4;
}
.column_case .sec_title small {
  display: block;
  font-size: 50%;
  font-weight: 100;
}
.column_case .case_menu {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .column_case .case_menu {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column_case .case_menu {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.column_case .case_menu .link {
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .column_case .case_menu .link {
    width: calc(50% - 5px);
  }
}
.column_case .case_menu .link a {
  text-align: center;
  background: #008e72;
  color: #fff;
  display: block;
  font-size: 2rem;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_case .case_menu .link a {
    font-size: 1.8rem;
  }
}
.column_case .case_menu .link a::after {
  transform: rotate(90deg) translateX(-50%);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .column_case .case_menu .link a::after {
    right: 10px;
  }
}
.column_case .case_contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .column_case .case_contents {
    gap: 40px;
  }
}
.column_case .case_contents .case_wrap:nth-child(odd) {
  background: #e9f2f1;
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  .column_case .case_contents .case_wrap:nth-child(odd) {
    padding: 40px 0;
  }
}
.column_case .case_contents .case_wrap:nth-child(odd) .point .point_list .item {
  background: #fff;
}
.column_case .case_contents .case_wrap:nth-child(odd) .sub_title span {
  background: #e9f2f1;
}
.column_case .case_contents .case_wrap .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.column_case .case_contents .case_wrap .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #f9c74b, #008e72);
}
.column_case .case_contents .case_wrap .title .color {
  color: #008e72;
}
.column_case .case_contents .case_wrap .sub_title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: #6b4f4a;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .sub_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.column_case .case_contents .case_wrap .sub_title::before {
  content: "";
  background: #6b4f4a;
  position: absolute;
  max-width: 500px;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.column_case .case_contents .case_wrap .sub_title span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .sub_title span {
    padding: 0 15px;
  }
}
.column_case .case_contents .case_wrap .catch {
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  .column_case .case_contents .case_wrap .catch {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .catch {
    text-align: left;
    margin-bottom: 20px;
  }
}
.column_case .case_contents .case_wrap .point {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  .column_case .case_contents .case_wrap .point {
    margin-bottom: 30px;
  }
}
.column_case .case_contents .case_wrap .point .read {
  background: #6b4f4a;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .point .read {
    padding: 10px 30px;
  }
}
.column_case .case_contents .case_wrap .point .read::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #6b4f4a;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .point .point_list {
    flex-direction: column;
    gap: 10px;
  }
}
.column_case .case_contents .case_wrap .point .point_list .item {
  gap: 10px;
  align-items: center;
  width: calc(33.3333333333% - 15px);
  background: #6b4f4a0D;
  border-radius: 10px;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .point .point_list .item {
    width: 100%;
  }
}
.column_case .case_contents .case_wrap .point .point_list .item img {
  width: 30%;
}
.column_case .case_contents .case_wrap .point .point_list .item .text {
  width: 70%;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold;
}
.column_case .case_contents .case_wrap .tab_contents {
  max-width: 1000px;
  margin: 0 auto;
}
.column_case .case_contents .case_wrap .tab_title {
  font-size: 2.3rem;
  line-height: 1.4;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .tab_title {
    font-size: 1.8rem;
    padding: 0;
  }
}
.column_case .case_contents .case_wrap .people_num {
  background: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .people_num {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .tab_btn {
    width: 33.3333333333%;
  }
}
.column_case .case_contents .case_wrap .tab_btn.show {
  background: #99c332;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .tab_btn.show {
    padding: 5px;
  }
}
.column_case .case_contents .case_wrap .tab_btn.show .people_num {
  color: #008e72;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .tab_list {
    flex-wrap: nowrap;
  }
}
.column_case .case_contents .case_wrap .panel_area {
  background: #fff;
  padding: 30px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .panel_area {
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
}
.column_case .case_contents .case_wrap .info {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .column_case .case_contents .case_wrap .info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .info {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.column_case .case_contents .case_wrap .info_photo, .column_case .case_contents .case_wrap .info_wrap {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .info_photo, .column_case .case_contents .case_wrap .info_wrap {
    width: 100%;
  }
}
.column_case .case_contents .case_wrap .info_title {
  background: #6b4f4a;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 1.8rem;
  color: #fff;
}
.column_case .case_contents .case_wrap .info_detail {
  width: 100%;
}
.column_case .case_contents .case_wrap .info_detail tr {
  border-bottom: solid 1px #6b4f4a;
  display: flex;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .case_wrap .info_detail tr {
    padding: 10px 0;
  }
}
.column_case .case_contents .case_wrap .info_detail tr th {
  width: 40%;
}
.column_case .case_contents .case_wrap .info_detail tr td {
  width: 60%;
}
.column_case .case_contents .text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .column_case .case_contents .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .text {
    text-align: left;
    margin-bottom: 20px;
  }
}
.column_case .case_contents .cost {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.column_case .case_contents .cost_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.column_case .case_contents .cost_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #6b4f4a;
  z-index: 1;
}
.column_case .case_contents .cost_title span {
  color: #6b4f4a;
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .cost_title span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .sp_table {
    overflow-x: scroll;
  }
}
.column_case .case_contents .cost_detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .cost_detail {
    width: 700px;
  }
}
.column_case .case_contents .cost_detail tr {
  display: flex;
  border-bottom: solid 2px #f5f5f5;
}
.column_case .case_contents .cost_detail tr:first-child {
  border-bottom: none;
}
.column_case .case_contents .cost_detail tr > * {
  width: 33.3333333333%;
}
.column_case .case_contents .cost_detail tr th, .column_case .case_contents .cost_detail tr td {
  padding: 10px;
  display: flex;
  align-items: center;
}
.column_case .case_contents .cost_detail tr th {
  background: #f5f5f5;
  justify-content: center;
}
.column_case .case_contents .cost_detail tr th.item {
  border-top: solid 2px #fff;
}
.column_case .case_contents .cost_detail tr td:first-child {
  border-right: solid 2px #f5f5f5;
}
.column_case .case_contents .cost_detail tr td {
  border-right: solid 2px #f5f5f5;
}
.column_case .case_contents .cost_detail tr td.yen {
  justify-content: end;
}
.column_case .case_contents .cost_detail tr .detail_title {
  background: #707070;
  color: #fff;
  border-right: solid 2px #fff;
}
.column_case .case_contents .cost_detail tr .detail_title:last-child {
  border-right: solid 2px #f5f5f5;
}
.column_case .case_contents .total_cost {
  border: solid 1px #6b4f4a;
  gap: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .total_cost {
    line-height: 1.2;
  }
}
.column_case .case_contents .total_cost dt, .column_case .case_contents .total_cost dd {
  padding: 10px;
}
.column_case .case_contents .total_cost dt {
  width: 33.3333333333%;
  text-align: center;
  background: #6b4f4a;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column_case .case_contents .total_cost dd {
  width: 66.6666666667%;
  text-align: right;
  font-size: 2.4rem;
}
.column_case .case_contents .total_cost dd small {
  font-size: 1.6rem;
}
.column_case .case_contents .note {
  background: #e216280D;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .note {
    padding: 15px;
  }
}
.column_case .case_contents table {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents table {
    line-height: 1.2;
  }
}
.column_case .case_contents table a {
  text-decoration: underline;
  color: #f37887;
}
.column_case .case_contents .banner_cost {
  padding: 60px 15px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column_case .case_contents .banner_cost {
    padding-top: 40px;
  }
}

/*----------------------------------------------------
	式場一覧
----------------------------------------------------*/
.area_hall_links {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .area_hall_links {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .area_hall_links {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .area_hall_links {
    gap: 10px;
  }
}
.area_hall_links li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 820px) {
  .area_hall_links li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .area_hall_links li {
    width: calc(50% - 5px);
  }
}
.area_hall_links li:nth-child(1) .btn::before {
  color: #a0201b;
}
.area_hall_links li:nth-child(2) .btn::before {
  color: #fe9d35;
}
.area_hall_links li:nth-child(3) .btn::before {
  color: #006634;
}
.area_hall_links li:nth-child(4) .btn::before {
  color: #007ec7;
}
.area_hall_links li:nth-child(5) .btn::before {
  color: #9523a3;
}
.area_hall_links li:nth-child(6) .btn::before {
  color: #776b22;
}
.area_hall_links li:nth-child(7) .btn::before {
  color: #6a6a6a;
}
.area_hall_links li .btn {
  background: #6b4f4a;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .area_hall_links li .btn {
    border: solid 1px #6b4f4a;
  }
}
.area_hall_links li .btn::after {
  transform: rotate(90deg) translateX(-50%);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .area_hall_links li .btn::after {
    right: 10px;
  }
}
.area_hall_links li .btn::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  top: 50%;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .area_hall_links li .btn::before {
    background: #fff;
    padding: 3px 7px;
    border-radius: 0 10px 0 10px;
    top: auto;
    bottom: 0;
    transform: none;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .area_hall_links li .btn {
    font-size: 1.5rem;
  }
}

.area_map {
  margin-top: -72px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .area_map {
    margin-bottom: 20px;
  }
}
.area_map::before {
  content: "";
  display: block;
  position: absolute;
  width: 102%;
  height: 72px;
  top: -3px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
.area_map iframe {
  width: 100%;
  height: 480px;
}

.area_other {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .area_other {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  body.hall .catch {
    text-align: left;
  }
}
body.hall .column_hall_list {
  background: none;
  padding: 0;
  margin-top: 0;
}
body.hall .column_hall_list::before {
  display: none;
}
@media screen and (max-width: 1100px) {
  body.hall .column_banner--mbg {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	会員制度
----------------------------------------------------*/
.member_first {
  position: relative;
  background: url(../img/common/club_bg.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .member_first {
    background-position: unset;
    background-size: unset;
  }
}
@media screen and (max-width: 820px) {
  .member_first {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .member_first {
    border-top: 1px solid #f5f5f5;
  }
}
.member_first .mv_wrap {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .member_first .mv_wrap .sec_title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .member_first .mv_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .member_first .mv_wrap {
    flex-direction: column;
  }
}
.member_first .mv_wrap img {
  max-width: 250px;
}
@media screen and (max-width: 820px) {
  .member_first .mv_wrap img {
    max-width: 150px;
  }
}
.member_first .mv_wrap .card {
  position: relative;
  top: -15px;
  left: -15px;
}
.member_first .mv_wrap .card_1 {
  transform: rotate(-10deg);
}
.member_first .mv_wrap .card_2 {
  position: absolute;
  top: 30px;
  left: 30px;
}
.member_first .mv_wrap .catch {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .member_first .mv_wrap .catch {
    text-align: left;
  }
}
.member_first .text_wrap .point {
  border: solid 1px #008e72;
  text-align: center;
  border-radius: 30px;
  padding: 5px 10px;
  line-height: 1.2;
  color: #008e72;
  margin-bottom: 10px;
  font-weight: 600;
  background: #fff;
}

.sec_title--about {
  font-size: 3rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_title--about {
    font-size: 2.2rem;
  }
}
.sec_title--about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #f9c74b, #008e72);
}
.sec_title--about .color {
  color: #008e72;
}
.sec_title--about .sub_title {
  font-size: 70%;
}

.member_about .about_wrap {
  align-items: center;
}
.member_about .about_wrap img {
  width: 30%;
  border-radius: 10px;
}
.member_about .about_wrap .text {
  width: 70%;
}
.member_about .about_wrap .text strong {
  margin-top: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .member_about .about_wrap {
    flex-direction: column;
  }
  .member_about .about_wrap img, .member_about .about_wrap .text {
    width: 100%;
  }
}

.member_feature {
  background: #f9f8f1;
}
.member_feature .feature_list {
  margin-top: 45px;
}
@media screen and (max-width: 820px) {
  .member_feature .feature_list {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .member_feature .feature_list {
    gap: 30px 10px;
  }
}
.member_feature .feature_list .item {
  width: calc(25% - 15px);
  position: relative;
  box-shadow: 0 0 6px #9f9d9f;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .member_feature .feature_list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .member_feature .feature_list .item {
    width: calc(50% - 5px);
  }
}
.member_feature .feature_list .item .label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #99c332;
  color: #fff;
  padding: 5px 30px;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
}
.member_feature .feature_list .item img {
  border-radius: 10px 10px 0 0;
}
.member_feature .feature_list .item img.line {
  border-bottom: solid 1px #f5f5f5;
}
.member_feature .feature_list .item .text {
  text-align: center;
  line-height: 1.4;
  padding: 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .member_feature .feature_list .item .text {
    padding: 10px 15px 15px;
    font-size: 1.6rem;
  }
}
.member_feature .feature_list .item .text .marker {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #fff000 0%);
  color: #008e72;
}

.member_special .point_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .member_special .point_list {
    flex-direction: column;
    gap: 10px;
  }
}
.member_special .point_list .item {
  max-width: 300px;
  width: 100%;
  border: solid 1px #008e72;
  text-align: center;
  border-radius: 30px;
  padding: 10px 30px;
  line-height: 1.2;
  color: #008e72;
  font-weight: 600;
}
.member_special .special_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .member_special .special_list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .member_special .special_list {
    gap: 20px;
  }
}
.member_special .special_item {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .member_special .special_item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px #9f9d9f;
  }
}
.member_special .special_item img {
  width: 55%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .member_special .special_item img {
    border-radius: 0;
  }
}
.member_special .special_item .wrap {
  width: 45%;
  background: #fcfcfc;
  position: relative;
  padding: 60px 60px 60px 0;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 820px) {
  .member_special .special_item .wrap {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .member_special .special_item .wrap {
    padding: 20px;
    background: #fff;
    border-radius: 0;
  }
}
.member_special .special_item .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  background: #fcfcfc;
  width: 60px;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 820px) {
  .member_special .special_item .wrap::before {
    left: -30px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .member_special .special_item .wrap::before {
    display: none;
  }
}
.member_special .special_item .wrap .label {
  position: absolute;
  font-weight: 600;
  top: -50px;
  right: 30px;
  line-height: 1;
  text-align: center;
  background: #6b4f4a;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .member_special .special_item .wrap .label {
    top: -40px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .member_special .special_item .wrap .label {
    right: 10px;
    top: -80px;
  }
}
.member_special .special_item .wrap .label .num {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .member_special .special_item .wrap .label .num {
    font-size: 3rem;
  }
}
.member_special .special_item .wrap .title {
  color: #008e72;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .member_special .special_item {
    flex-direction: column;
    gap: 0;
  }
  .member_special .special_item img, .member_special .special_item .wrap {
    width: 100%;
  }
}
.member_special .special_item:nth-child(even) {
  flex-direction: row-reverse;
}
.member_special .special_item:nth-child(even) .wrap {
  border-radius: 10px 0 0 10px;
  padding: 60px 0 60px 60px;
}
@media screen and (max-width: 820px) {
  .member_special .special_item:nth-child(even) .wrap {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .member_special .special_item:nth-child(even) .wrap {
    padding: 20px;
  }
}
.member_special .special_item:nth-child(even) .wrap::before {
  left: auto;
  right: -60px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 820px) {
  .member_special .special_item:nth-child(even) .wrap::before {
    right: -30px;
  }
}
.member_special .special_item:nth-child(even) .wrap .label {
  right: auto;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .member_special .special_item:nth-child(even) .wrap .label {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .member_special .special_item:nth-child(even) {
    flex-direction: column;
  }
}

.member_banner {
  background: #fcf6f6;
}

@media screen and (max-width: 767px) {
  .guide_parumu .catch {
    text-align: left;
  }
  .guide_parumu .sp_table {
    overflow-x: scroll;
  }
}
.guide_parumu .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.guide_parumu .read {
  text-align: center;
  margin-bottom: 20px;
  color: #6b4f4a;
}
.guide_parumu .table_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .guide_parumu .table_wrap {
    width: 500px;
  }
}
.guide_parumu .table_wrap .title {
  margin-bottom: 10px;
}
.guide_parumu .table_wrap .title i {
  color: #f37887;
  margin-right: 1rem;
}
.guide_parumu .table_wrap table {
  width: 100%;
}
.guide_parumu .table_wrap .label_wrap {
  color: #fff;
  margin-bottom: 20px;
}
.guide_parumu .table_wrap .label_wrap th {
  position: relative;
  padding: 15px 10px;
}
.guide_parumu .table_wrap .label_wrap th::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #6b4f4a;
  border-bottom: 0;
}
.guide_parumu .table_wrap .label_wrap .none::after {
  display: none;
}
.guide_parumu .table_wrap .label_wrap .parumu {
  background: #ec6b00;
}
.guide_parumu .table_wrap .label_wrap .parumu::after {
  border-top: 10px solid #ec6b00;
}
.guide_parumu .table_wrap .label_wrap .ms {
  background: #008e72;
}
.guide_parumu .table_wrap .label_wrap .ms::after {
  border-top: 10px solid #008e72;
}
.guide_parumu .table_wrap .comparison tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .guide_parumu .table_wrap .comparison tbody {
    gap: 5px;
  }
}
.guide_parumu .table_wrap tr {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .guide_parumu .table_wrap tr {
    gap: 5px;
  }
}
.guide_parumu .table_wrap tr > * {
  width: calc(33.3333333333% - 5px);
}
@media screen and (max-width: 767px) {
  .guide_parumu .table_wrap tr > * {
    width: calc(33.3333333333% - 2px);
  }
}
.guide_parumu .table_wrap tr th, .guide_parumu .table_wrap tr td {
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
}
.guide_parumu .table_wrap tr th small, .guide_parumu .table_wrap tr td small {
  display: block;
  font-weight: normal;
  line-height: 1.2;
}
.guide_parumu .table_wrap tr th {
  background: #f9f8f1;
}
.guide_parumu .table_wrap tr th.none {
  background: none;
}
.guide_parumu .table_wrap tr td {
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
}
.guide_parumu .table_wrap tr td.parumu {
  background: #f7f7f7;
}
.guide_parumu .table_wrap tr td.ms {
  background: #f6fdfc;
}
.guide_parumu .table_wrap tr td.ms .color {
  color: #008e72;
}
.guide_parumu .table_wrap tr td .note {
  font-weight: normal;
}
.guide_parumu .table_wrap tr td .note.anchi {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;
  display: block;
}
.guide_parumu .parumu_note li {
  padding-left: 1em;
  text-indent: -1em;
}
.guide_parumu .parumu_note li a {
  text-decoration: underline;
  color: #f37887;
}

body.member main .num {
  font-size: 150%;
}
body.member .column_voice {
  padding-bottom: 0;
}
body.member .hall_area_wrap {
  margin-bottom: 0;
}

/*----------------------------------------------------
	供物供花
----------------------------------------------------*/
.kyouka_first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kyouka_first {
    padding-bottom: 0;
  }
}
.kyouka_first .inner {
  z-index: 2;
}
.kyouka_first .sec_title {
  text-align: left;
}
.kyouka_first .catch {
  text-align: left;
  background: rgba(255, 255, 255, 0.7254901961);
  width: fit-content;
  padding: 1em 1em 1em 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kyouka_first .catch {
    padding: 0;
    background: unset;
    margin-bottom: 0;
  }
}
.kyouka_first img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .kyouka_first img {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_first img {
    height: 35%;
    border-end-start-radius: 50px;
  }
}

.kyouka_contact_wrap {
  text-align: center;
  max-width: 1000px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .kyouka_contact_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap {
    margin-top: 0;
  }
  .kyouka_contact_wrap .flex {
    flex-direction: column;
  }
  .kyouka_contact_wrap .flex.tab_list {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .kyouka_contact_wrap .flex.tab_list .tab_btn {
    border-radius: 10px;
    padding: 10px 5px;
  }
  .kyouka_contact_wrap .flex.tab_list .tab_btn.show {
    padding: 10px 5px;
  }
  .kyouka_contact_wrap .tab_wrap .tab_btn {
    width: calc(50% - 5px);
  }
}
.kyouka_contact_wrap .catch {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.kyouka_contact_wrap .telnum {
  font-size: 5.2rem;
  font-family: "Oswald", sans-serif;
  color: #e21628;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1100px) {
  .kyouka_contact_wrap .telnum {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .telnum {
    font-size: 4rem;
    background: #e21628;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
  }
  .kyouka_contact_wrap .telnum:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.6rem;
  }
}
.kyouka_contact_wrap .telnum i {
  color: #e21628;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .telnum i {
    color: #fff;
  }
}
.kyouka_contact_wrap .kyouka_laber {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
}
.kyouka_contact_wrap .kyouka_laber span {
  background: #99c332;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 1.8rem;
  display: block;
}
.kyouka_contact_wrap .kyouka_order {
  border-radius: 10px;
  overflow: hidden;
}
.kyouka_contact_wrap .kyouka_order.tel_order, .kyouka_contact_wrap .kyouka_order.form_order {
  width: calc(50% - 15px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.kyouka_contact_wrap .kyouka_order.tel_order .catch, .kyouka_contact_wrap .kyouka_order.form_order .catch {
  color: #fff;
}
.kyouka_contact_wrap .kyouka_order.tel_order .text, .kyouka_contact_wrap .kyouka_order.form_order .text {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order.tel_order .text, .kyouka_contact_wrap .kyouka_order.form_order .text {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order.tel_order, .kyouka_contact_wrap .kyouka_order.form_order {
    width: 100%;
  }
}
.kyouka_contact_wrap .kyouka_order.tel_order {
  background: #e216281A;
}
.kyouka_contact_wrap .kyouka_order.tel_order .catch {
  background: #e21628;
}
.kyouka_contact_wrap .kyouka_order.tel_order .text p {
  background: #fff;
  padding: 5px 30px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
  color: #e21628;
  font-size: 2rem;
  line-height: 1.2;
}
.kyouka_contact_wrap .kyouka_order.form_order {
  background: #008e721A;
}
.kyouka_contact_wrap .kyouka_order.form_order .catch {
  background: #008e72;
}
.kyouka_contact_wrap .kyouka_order.form_order .order_btn {
  margin-bottom: 10px;
}
.kyouka_contact_wrap .kyouka_order.fax_order {
  border-top: none;
  background: #f9f8f1;
  align-items: center;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order.fax_order {
    padding: 15px;
    border-radius: 10px;
  }
}
.kyouka_contact_wrap .kyouka_order.fax_order i {
  font-size: 3rem;
  color: #6b4f4a;
  margin-bottom: 10px;
}
.kyouka_contact_wrap .kyouka_order.fax_order small {
  font-weight: normal;
  font-size: 1.6rem;
}
.kyouka_contact_wrap .kyouka_order.fax_order .catch, .kyouka_contact_wrap .kyouka_order.fax_order .fax_btns {
  width: calc(50% - 15px);
}
.kyouka_contact_wrap .kyouka_order.fax_order .catch {
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .kyouka_contact_wrap .kyouka_order.fax_order .catch {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order.fax_order .catch {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .kyouka_contact_wrap .kyouka_order.fax_order .fax_btns {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order.fax_order .fax_btns {
    width: 100%;
  }
}
.kyouka_contact_wrap .kyouka_order.fax_order .fax_btn {
  margin-bottom: 10px;
}
.kyouka_contact_wrap .kyouka_order.fax_order .flex {
  align-items: center;
}
.kyouka_contact_wrap .kyouka_order.fax_order .note {
  margin-bottom: 0;
}
.kyouka_contact_wrap .kyouka_order.fax_order .hall-name {
  color: #008e72;
}
.kyouka_contact_wrap .kyouka_order .note {
  text-align: left;
}
.kyouka_contact_wrap .kyouka_order a.order_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  font-size: 2rem;
  color: #fff;
  position: relative;
  padding: 15px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order a.order_btn {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
}
.kyouka_contact_wrap .kyouka_order a.order_btn i {
  margin-right: 10px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_order a.order_btn i {
    font-size: 2.6rem;
    width: 25px;
    text-align: center;
    display: inline-block;
  }
}
.kyouka_contact_wrap .kyouka_order a.order_btn:after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .kyouka_contact_wrap .kyouka_order a.order_btn:after {
    right: 10px;
  }
}
.kyouka_contact_wrap .kyouka_order a.order_btn.fax_btn {
  background: #6b4f4a;
}
.kyouka_contact_wrap .kyouka_order a.order_btn.web_btn {
  background: #fc6d00;
}
.kyouka_contact_wrap .kyouka_order a.order_btn.web_btn::after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.kyouka_contact_wrap .note, .column_kyouka_form .note {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .note, .column_kyouka_form .note {
    text-align: left;
    margin-bottom: 20px;
  }
}
.kyouka_contact_wrap .note--mgn, .column_kyouka_form .note--mgn {
  margin-bottom: 0;
}
.kyouka_contact_wrap .note strong, .column_kyouka_form .note strong {
  color: #e21628;
}

.column_kyouka_form .sec_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .column_kyouka_form .sec_title {
    margin-bottom: 20px;
  }
}
.column_kyouka_form .text {
  font-size: 1.8rem;
}
.column_kyouka_form .kyouka_note {
  color: #e21628;
}
.column_kyouka_form .kyouka_flex_gap {
  display: flex;
  flex-direction: column;
}
.column_kyouka_form .kyouka_flex_gap .same_as_above_txt {
  margin-bottom: 10px;
}
.column_kyouka_form .kyouka_flex {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_kyouka_form .kyouka_flex {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
}
.column_kyouka_form .kyouka_flex--end {
  margin-bottom: 0;
}
.column_kyouka_form .kyouka_flex .wpcf7-form-control-wrap {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .column_kyouka_form .kyouka_flex .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.column_kyouka_form .kyouka_flex input[type=tel] {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .column_kyouka_form .kyouka_flex.same_as_above_txt {
    flex-direction: row;
    gap: 10px;
  }
}
.column_kyouka_form .kyouka_flex.same_as_above_txt .wpcf7-form-control-wrap {
  width: calc(100% - 1rem);
}
.column_kyouka_form .wpcf7-checkbox, .column_kyouka_form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.column_kyouka_form .wpcf7-list-item {
  margin-left: 0;
}
.column_kyouka_form .pay .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.column_kyouka_form .flex {
  justify-content: flex-start;
}
.column_kyouka_form .flex .wpcf7-form-control {
  height: 100%;
}
.column_kyouka_form textarea {
  height: 100px;
}
.column_kyouka_form .contact_form dt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_kyouka_form .center {
    text-align: left;
  }
}

.kyouka_check_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.kyouka_check_form tbody {
  display: flex;
  flex-direction: column;
}
.kyouka_check_form tr {
  display: flex;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .kyouka_check_form tr {
    flex-direction: column;
  }
}
.kyouka_check_form tr:last-child {
  border-bottom: none;
}
.kyouka_check_form th {
  width: 30%;
  background: #fafafa;
}
.kyouka_check_form th.flex_column {
  flex-direction: column;
  align-items: flex-start;
}
.kyouka_check_form td {
  width: 70%;
}
.kyouka_check_form td .mgl {
  margin-left: 1rem;
}
.kyouka_check_form td.radio {
  flex-direction: column;
  align-items: baseline;
}
.kyouka_check_form th, .kyouka_check_form td {
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kyouka_check_form th, .kyouka_check_form td {
    width: 100%;
  }
}
.kyouka_check_form .submit-area {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kyouka_check_form .submit-area {
    gap: 15px;
  }
}
.kyouka_check_form .submit-area .wpcf7-previous {
  border: 1px solid #6b4f4a;
  color: #6b4f4a;
  box-shadow: 0px 5px 0px 0px #573f3b;
}
.kyouka_check_form .submit-area .wpcf7-previous:hover {
  background: #6b4f4a;
  color: #fff;
}

body.check .column {
  padding-top: 0;
}
body.check .column .sec_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  body.check .column .sec_title {
    margin-bottom: 20px;
  }
}

.column_kyouka_list .item_tit {
  background: #008e72;
  display: flex;
  justify-content: flex-start;
  vertical-align: center;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.column_kyouka_list .item_tit h3 {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.column_kyouka_list .item_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box {
    gap: 10px;
  }
}
.column_kyouka_list .item_box .item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 820px) {
  .column_kyouka_list .item_box .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box .item {
    width: calc(50% - 5px);
  }
}
.column_kyouka_list .item_box .item .photo_area {
  position: relative;
}
.column_kyouka_list .item_box .item .photo_area img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.column_kyouka_list .item_box .item .photo_area .zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 10px 0 0 0;
}
.column_kyouka_list .item_box .text_box {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box .text_box {
    padding: 10px;
  }
}
.column_kyouka_list .item_box .text_box .tit {
  line-height: 1;
  font-weight: 600;
  color: #008e72;
  font-size: 2rem;
  margin-bottom: 10px;
}
.column_kyouka_list .item_box .text_box .taxin {
  line-height: 1.2;
}
.column_kyouka_list .item_box .text_box .taxin .num {
  font-size: 150%;
  font-family: "Oswald", sans-serif;
}
.column_kyouka_list .item_box .text_box .taxin span {
  color: #333;
  font-size: 1.5rem;
}
.column_kyouka_list .item_box .text_box .pay .num {
  font-family: "Oswald", sans-serif;
}
.column_kyouka_list .kyouka_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .kyouka_wrap {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.column_hurry_first {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eee calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #eee calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .column_hurry_first {
    padding-top: 20px;
  }
}
.column_hurry_first .inner {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
}
.column_hurry_first .hurry_mv {
  max-width: 300px;
}
@media screen and (max-width: 820px) {
  .column_hurry_first .hurry_mv {
    max-width: 250px;
  }
}
.column_hurry_first .read {
  background: #008e72;
  padding: 15px;
}

.hurry_first {
  max-width: 780px;
  width: 65%;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .hurry_first {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first {
    margin-bottom: 20px;
  }
}
.hurry_first-title {
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  font-size: clamp(2.6rem, 3vw, 4rem);
  line-height: 1.4;
}
.hurry_first-title .big {
  font-size: 1.2em;
  color: #008e72;
}
.hurry_first-tel {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 0;
  border: solid 1px #e21628;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
    border: none;
    background: none;
  }
}
.hurry_first-tel .point {
  background: #e21628;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hurry_first-tel .num {
  display: flex;
  align-items: end;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #e21628;
  line-height: 1;
  white-space: nowrap;
  font-size: 8rem;
  padding: 25px 15px 15px;
}
@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: #e21628;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 0 #e21628;
    width: 100%;
    text-align: center;
  }
}
.hurry_first-tel .num i {
  transform: rotate(325deg);
  padding-right: 10px;
  bottom: 5px;
  position: relative;
}
.hurry_first-tel .num ruby {
  line-height: 1;
  display: flex;
  flex-direction: column-reverse;
}
.hurry_first-tel .num ruby rt {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  text-align: center;
}
.hurry_first-lead {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff000;
}
.hurry_first-attention {
  justify-content: center;
  gap: 10px;
}
.hurry_first-attention-item {
  width: auto;
  border-radius: 4px;
  background: #fff;
  color: #008e72;
  text-align: center;
  padding: 5px;
  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 {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hurry_first-attention-lead {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .hurry_first-attention-lead {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .hurry_situation .hurry_flow_details_tab {
    gap: 10px;
  }
  .hurry_situation .hurry_flow_details_tab li {
    width: calc(33.3333333333% - 5px);
    margin-bottom: 20px;
    background: #99c332;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
  }
  .hurry_situation .hurry_flow_details_tab li.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 9px #99c332;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
  }
}
@media screen and (max-width: 820px) {
  .hurry_situation-list {
    flex-wrap: wrap;
  }
}
.hurry_situation-list .item {
  box-shadow: 0 0 10px #b6b4aa;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  width: calc(33.3333333333% - 15px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hurry_situation-list .item {
    display: none;
  }
  .hurry_situation-list .item.active {
    display: block;
  }
}
.hurry_situation-list .item_top {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hurry_situation-list .item_top .wrap {
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .hurry_situation-list .item_top .wrap {
    padding: 15px;
  }
}
.hurry_situation-list .item_top .title {
  background: #008e72;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
  padding: 10px;
}
.hurry_situation-list .item_top .catch {
  font-weight: 600;
  flex: 1;
  margin-bottom: 0;
  text-align: left;
}
.hurry_situation-list .item_top .lead {
  flex: 2;
  font-weight: 600;
}
.hurry_situation-list .item_top img {
  max-width: 100px;
}
.hurry_situation-list .item_top .label {
  display: flex;
  gap: 30px;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.hurry_situation-list .item_top .label span {
  padding: 5px;
  line-height: 1.2;
  border-radius: 10px;
}
.hurry_situation-list .item_top .label span.place {
  border: solid 1px #6b4f4a;
  position: relative;
  color: #6b4f4a;
}
.hurry_situation-list .item_top .label span.place::after {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
.hurry_situation-list .item_top .label span.brand {
  background: #6b4f4a;
  color: #fff;
}
.hurry_situation-list .item_bottom {
  flex-grow: 1;
  background: #008e721A;
  padding: 40px 15px 15px;
  font-weight: 600;
  font-size: 1.8rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hurry_situation-list .item_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 5rem 0 5rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item_bottom {
    min-height: unset;
  }
}
.hurry_situation-list .item_bottom .title {
  margin-bottom: 10px;
  color: #008e72;
  font-size: 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hurry_situation-list .item_bottom .text {
  font-weight: normal;
  font-size: 1.6rem;
  text-align: left;
}

.column_hurry_check {
  position: relative;
  background: url(../img/common/club_bg.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .column_hurry_check {
    background-position: unset;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .column_hurry_check {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_check {
    background-size: unset;
    margin-bottom: 0;
  }
}

.hurry_check {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hurry_check {
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }
}
.hurry_check-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
}
.hurry_check-title span {
  font-size: 1.2em;
  color: #e21628;
}
.hurry_check-label {
  background: #008e72;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
}
.hurry_check-list {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  background: #fcf6f6;
  border-radius: 10px;
}
.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: #e21628;
  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: #e21628;
}
.hurry_check-tel-title .wrap:after {
  content: "／";
  font-size: 1.2em;
  position: absolute;
  right: -50px;
  bottom: -5px;
  color: #e21628;
}
.hurry_check-tel-flex {
  align-items: center;
  justify-content: center;
  background: #e21628;
  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: #e21628;
  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_worries {
  padding-bottom: 30px;
}
.hurry_worries .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.hurry_worries .read {
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .hurry_worries .read {
    font-size: 1.8rem;
  }
}
.hurry_worries .read .marker {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #fff000 0%);
  color: #e21628;
}
.hurry_worries .worries_wrap {
  border: 1px solid #ccc;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  position: relative;
}
.hurry_worries .worries_wrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 30px solid #cccccc;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hurry_worries .worries_wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.hurry_worries .worries_wrap img {
  max-width: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_worries .worries_wrap img {
    margin-top: 0;
  }
}
.hurry_worries .worries_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .hurry_worries .worries_list {
    padding: 20px 15px 0;
  }
}
.hurry_worries .worries_list li {
  font-size: 2rem;
  padding-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.4;
}
.hurry_worries .worries_list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 700;
  color: #99c332;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .hurry_worries .worries_list li {
    font-size: 1.8rem;
  }
}

.hurry_banner .parent_wrap {
  background: #f9f8f1;
  border-radius: 10px;
  overflow: hidden;
}
.hurry_banner .parent_wrap a {
  text-align: center;
  padding: 0 30px 35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .hurry_banner .parent_wrap a {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_banner .parent_wrap .parent_catch {
    margin-bottom: 15px;
  }
}

.hurry_flow .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.hurry_flow .flow_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_list {
    gap: 20px;
  }
}
.hurry_flow .flow_list .item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #ccc;
  position: relative;
}
.hurry_flow .flow_list .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 30px solid #ccc;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_list .item::after {
    border-top: 20px solid #ccc;
    bottom: -20px;
  }
}
.hurry_flow .flow_list .item:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_list .item {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }
}
.hurry_flow .flow_list .item .flow_photo {
  width: 30%;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_list .item .flow_photo {
    width: 100%;
  }
}
.hurry_flow .flow_list .item .data_wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_list .item .data_wrap {
    width: 100%;
  }
}
.hurry_flow .flow_list .item .title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
  line-height: 1.2;
  padding-left: 3rem;
  text-indent: -3rem;
}
.hurry_flow .flow_list .item .title::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  font-weight: "Oswald", sans-serif;
  color: #008e72;
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_list .item .title {
    font-size: 2rem;
  }
}
.hurry_flow .flow_list .item .note_list {
  margin-top: 10px;
}
.hurry_flow .flow_list .item .note_list li {
  padding-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.4;
}
.hurry_flow .flow_list .item .note_list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 700;
  color: #6b4f4a;
  margin-right: 0.5rem;
}

.column_hurry_faq .hurry_faq {
  margin-bottom: 40px;
  border: 1px solid #008e72;
  border-radius: 10px;
}
.column_hurry_faq .hurry_faq-question {
  background: #008e72;
  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: 50px;
}
.column_hurry_faq .hurry_faq-answer img {
  max-width: 100px;
  width: 100%;
}
@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: #e21628;
  margin-right: 5px;
}
.column_hurry_faq .hurry_faq-answer a {
  text-decoration: underline;
  color: #008e72;
}
.column_hurry_faq .hurry_faq-answer a:not(.tel) {
  display: block;
}
.column_hurry_faq .hurry_faq:last-child {
  margin-bottom: 0;
}

body.hurry .column_banner .time {
  color: #fff000;
  margin-right: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.hurry .column_banner .time {
    margin-right: 0;
  }
}
body.hurry .big {
  font-size: 150%;
}

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

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

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

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

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

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

/* モーダルウィンドウ表示中に記事本体を固定 */
body.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 #008e72, 0 2px 0 #008e72, -2px 0 0 #008e72, 0 -2px 0 #008e72;
  color: #fff;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.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;
  background-color: #e21628;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form dd .input_wrap.f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
}
.contact_form dd.pay .receipt {
  margin: 10px 0 5px;
  display: block;
}
.contact_form dd.pay .text {
  font-size: 1.6rem;
}
.contact_form dd.pay .radio-note {
  font-size: 1.4rem;
}
.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;
}

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

.pp_box {
  width: 80%;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 767px) {
  .pp_box {
    width: 100%;
  }
}

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

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

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

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

body.request .column, body.consultation .column {
  padding-top: 0;
}
body.request #footer, body.consultation #footer {
  padding: 0;
}
body.request #footer .copy, body.consultation #footer .copy {
  background: #332c27;
  color: #fff;
}

body.privacy .column {
  padding-top: 0;
}

.column_privacy .text_right {
  text-align: right;
}
.column_privacy .read {
  margin-bottom: 30px;
}
.column_privacy div {
  margin-bottom: 20px;
}
.column_privacy div h3 {
  color: #6b4f4a;
  border-bottom: dashed 1px #333;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

/*------エリアトップ------------------------------*/
.column_area_mv {
  padding: 0;
  margin-bottom: 10px;
}
.column_area_mv .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_area_mv .inner {
    padding: 0;
  }
}
.column_area_mv .text_wrap {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 1100px) {
  .column_area_mv .text_wrap {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .column_area_mv .text_wrap {
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .column_area_mv .text_wrap {
    top: 15px;
    height: 95%;
    width: 95%;
    justify-content: space-between;
  }
}
.column_area_mv .text_wrap .sub_title, .column_area_mv .text_wrap .main_title {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.8rem);
  color: #fff;
}
.column_area_mv .text_wrap .sub_title {
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.column_area_mv .text_wrap .sub_title span {
  background: #fffd60;
  border-radius: 30px;
  line-height: 1.2;
  padding: 7px 15px;
  color: #008e72;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .column_area_mv .text_wrap .sub_title span {
    padding: 5px;
  }
}
.column_area_mv .text_wrap .sub_title span.other_cl {
  color: #333;
}
.column_area_mv .text_wrap .main_title {
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1.4;
}
.column_area_mv .text_wrap .note {
  padding: 10px 20px;
  border: solid 1px #fff;
  line-height: 1.2;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .column_area_mv .text_wrap .note {
    padding: 10px 5px;
  }
}
.column_area_mv .text_wrap img {
  max-width: 423px;
}
@media screen and (max-width: 820px) {
  .column_area_mv .text_wrap img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .column_area_mv .text_wrap img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .column_area_funeral .catch {
    text-align: left;
  }
}
.column_area_funeral .funeral_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.column_area_funeral .funeral_list .funeral_item {
  border: 1px solid #d2cac8;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.column_area_funeral .funeral_list .funeral_item .title {
  background: #6b4f4a;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list .funeral_item .title {
    font-size: 1.8rem;
  }
}
.column_area_funeral .funeral_list .funeral_item .title, .column_area_funeral .funeral_list .funeral_item .answer {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column_area_funeral .funeral_list .funeral_item .title, .column_area_funeral .funeral_list .funeral_item .answer {
    padding: 15px;
  }
}

.column_seo .inner {
  position: relative;
}
.column_seo .text {
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 1.3rem;
  color: #555;
}
.column_seo .text.open {
  max-height: none;
}
.column_seo .gradation_wrap {
  background: linear-gradient(to top, #fff 60%, rgba(255, 255, 255, 0));
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .column_seo .gradation_wrap {
    width: calc(100% - 30px);
  }
}
.column_seo .more_btn {
  border: none;
  background: none;
  text-decoration: underline;
}
.column_seo .more_btn.hidden {
  display: none;
}

.page-template-area_pages .column_banner--area {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-template-area_pages .column_banner--area {
    padding-top: 15px;
  }
}
.page-template-area_pages .column_voice {
  margin-bottom: 0;
}
.page-template-area_pages.other .column_hall_list .hall_area_wrap {
  margin-bottom: 0;
}
.page-template-area_pages.other .faq {
  padding-top: 0;
}

/* add.scss移植 */
.mb0 {
  margin-bottom: 0 !important;
}

.light_bg {
  background: #fafafa;
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.feature_first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature_first {
    padding-bottom: 0;
  }
}
.feature_first .inner {
  z-index: 2;
}
.feature_first .sec_title {
  text-align: left;
}
.feature_first .catch {
  text-align: left;
  background: rgba(255, 255, 255, 0.7254901961);
  width: fit-content;
  padding: 1em 1em 1em 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .feature_first .catch {
    padding: 0;
    background: unset;
  }
}
.feature_first img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .feature_first img {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .feature_first img {
    height: 35%;
    border-end-start-radius: 50px;
  }
}

.feature_list {
  counter-reset: number 0;
}
.feature_list .flex {
  flex-wrap: wrap;
}
.feature_list .btn {
  width: calc(33.3333333333% - 15px);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 820px) {
  .feature_list .btn {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .feature_list .btn {
    width: 100%;
  }
}
.feature_list .btn:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  right: 10px;
}
.feature_list .btn .num {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  background: #008e72;
}
.feature_list .btn img {
  width: 40%;
}
.feature_list .btn .title {
  text-align: left;
  margin-bottom: 8px;
}
.feature_list .btn .title:before {
  counter-increment: number 1;
  content: "特徴0" counter(number);
  display: block;
  border-radius: 4px;
  margin-bottom: 5px;
  width: fit-content;
  padding: 2px 6px;
  font-size: 1.5rem;
  background: #99c332;
  color: #fff;
}

.feature_detail {
  background: #f9f8f1;
  counter-reset: number 0;
}
.feature_detail .feature_detail_wrap {
  align-items: center;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap {
    flex-direction: column;
    max-width: 600px;
  }
}
.feature_detail .feature_detail_wrap:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .feature_detail .feature_detail_wrap:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.feature_detail .feature_detail_wrap::after {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: -30px;
  right: 2%;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  opacity: 0.8;
  z-index: 3;
  line-height: 1;
  color: #99c332;
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap::after {
    right: 6%;
  }
}
.feature_detail .feature_detail_wrap > img {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap > img {
    width: 100%;
  }
}
.feature_detail .feature_detail_wrap .detail_info {
  width: 60%;
  background: #fff;
  padding: 30px 60px 30px 30px;
  position: relative;
  z-index: 2;
  background: linear-gradient(315deg, #eef9f7, #fff 50%);
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap .detail_info {
    width: 100%;
    padding: 20px;
  }
}
.feature_detail .feature_detail_wrap .detail_info:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 3;
  box-shadow: -8px 8px rgba(230, 230, 230, 0.462745098);
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap .detail_info:before {
    content: none;
  }
}
.feature_detail .feature_detail_wrap .detail_info .title {
  font-size: clamp(2.6rem, 4vw, 3rem);
  color: #008e72;
  margin-bottom: 20px;
}
.feature_detail .feature_detail_wrap .detail_info .lead {
  margin-bottom: 20px;
}
.feature_detail .feature_detail_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.feature_detail .feature_detail_wrap:nth-child(even):after {
  right: unset;
  left: 2%;
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap:nth-child(even):after {
    left: 6%;
  }
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap:nth-child(even) {
    flex-direction: column;
  }
}
.feature_detail .feature_detail_wrap:nth-child(even) .detail_info {
  padding: 30px 30px 30px 60px;
  background: linear-gradient(-315deg, #eef9f7, #fff 50%);
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap:nth-child(even) .detail_info {
    padding: 20px;
  }
}
.feature_detail .feature_detail_wrap:nth-child(even) .detail_info:before {
  left: unset;
  right: -30px;
  box-shadow: 8px 8px rgba(230, 230, 230, 0.462745098);
}
@media screen and (max-width: 820px) {
  .feature_detail .feature_detail_wrap:nth-child(even) .detail_info:before {
    content: none;
  }
}

.feature_aboutus .inner {
  max-width: 1000px;
  overflow: hidden;
}
.feature_aboutus .aboutus {
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.feature_aboutus .catch {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  color: #008e72;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 20px 0;
}
.feature_aboutus .catch .mini {
  display: block;
  font-size: 0.7em;
  color: #666;
}
.feature_aboutus .catch .mini .num {
  font-size: 1.2em;
}
.feature_aboutus .catch:before, .feature_aboutus .catch:after {
  content: "";
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  position: absolute;
  bottom: 0;
  left: -40px;
  background: linear-gradient(#f9c74b, #008e72);
}
@media screen and (max-width: 767px) {
  .feature_aboutus .catch:before, .feature_aboutus .catch:after {
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
  }
}
.feature_aboutus .catch:after {
  left: unset;
  right: -65px;
}
@media screen and (max-width: 767px) {
  .feature_aboutus .catch:after {
    right: -30px;
  }
}
.feature_aboutus .lead {
  line-height: 2;
  margin-bottom: 1em;
  font-size: 1.7rem;
}

/*----------------------------------------------------
	はじめての方へ
----------------------------------------------------*/
.guide_first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide_first {
    padding-bottom: 0;
  }
}
.guide_first .inner {
  z-index: 2;
}
.guide_first .sec_title {
  text-align: left;
}
.guide_first .catch {
  text-align: left;
  background: rgba(255, 255, 255, 0.7254901961);
  width: fit-content;
  padding: 1em 1em 1em 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .guide_first .catch {
    padding: 0;
    background: unset;
  }
}
.guide_first img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .guide_first img {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .guide_first img {
    height: 35%;
    border-end-start-radius: 50px;
  }
}

.guide_list .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .guide_list .flex {
    gap: 10px;
  }
}
.guide_list .flex .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 15px;
  padding: 10px 20px;
  width: calc(33.3333333333% - 15px);
  border-radius: 10px;
  background: #008e72;
}
@media screen and (max-width: 820px) {
  .guide_list .flex .btn {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .guide_list .flex .btn {
    width: 100%;
    padding-top: 10px;
    padding-left: 30px;
  }
}
.guide_list .flex .btn:after {
  transform: rotate(90deg) translateX(-50%);
}
.guide_list .flex .btn img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .guide_list .flex .btn img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
.guide_list .flex .btn .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.guide_detail .w950 {
  max-width: 950px;
}
.guide_detail .guide_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .guide_detail .guide_title {
    align-items: flex-start;
    padding-left: 10px;
  }
}
.guide_detail .guide_title img {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
}
.guide_detail .guide_title .wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #008e72;
  padding: 0.5em 1.5em;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2rem);
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.15));
}
.guide_detail .guide_title .wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #008e72;
  border-bottom: 0;
}
.guide_detail .guide_title .wrap .text {
  line-height: 1.4;
}
.guide_detail .answer {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .guide_detail .answer {
    padding-left: 0;
  }
}
.guide_detail .answer .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.guide_detail .lead {
  margin-bottom: 30px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.guide_detail .guide_merit_list_title {
  text-align: center;
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  width: fit-content;
  margin: 0 auto 30px;
  color: #008e72;
}
.guide_detail .guide_merit_list {
  justify-content: center;
  margin: 0 auto 60px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .guide_detail .guide_merit_list {
    flex-direction: column;
  }
}
.guide_detail .guide_merit_list .item {
  text-align: center;
  font-weight: bold;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 767px) {
  .guide_detail .guide_merit_list .item {
    width: 100%;
  }
  .guide_detail .guide_merit_list .item:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
}
.guide_detail .guide_merit_list .item img {
  max-height: 120px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .guide_detail .guide_merit_list .item img {
    max-height: 80px;
  }
}
.guide_detail .guide_merit_list .item .catch {
  font-size: 1.8rem;
  margin: 0 auto;
}
.guide_detail .consul_catch {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  text-align: center;
  font-weight: bold;
  margin: 0 auto 10px;
  position: relative;
  width: fit-content;
}
.guide_detail .consul_catch .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.guide_detail .consul_catch:before, .guide_detail .consul_catch:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  display: block;
  position: absolute;
  transform: translateY(-50%) rotate(-30deg);
  top: 50%;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .guide_detail .consul_catch:before, .guide_detail .consul_catch:after {
    left: -10px;
    height: 60%;
  }
}
.guide_detail .consul_catch:after {
  left: unset;
  right: -30px;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .guide_detail .consul_catch:after {
    right: -10px;
  }
}
.guide_detail .bnr_wrap {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.guide_detail .bnr_wrap + .bnr_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .guide_detail .bnr_wrap + .bnr_wrap {
    margin-top: 10px;
  }
}
.guide_detail .bnr_wrap .tel_catch {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: bold;
  top: -10px;
  color: #cf366c;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .guide_detail .bnr_wrap .tel_catch {
    position: unset;
  }
}
.guide_detail .bnr_wrap .tel_catch .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .guide_detail .bnr_wrap .tel_catch .mark {
    display: block;
    width: fit-content;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 767px) {
  .guide_detail .bnr_wrap .tel_catch {
    position: relative;
  }
}
.guide_detail.front_after .inner:before,
.guide_detail.front_after .inner:after {
  content: none;
}

.guide_detail_box {
  background: #fff;
  padding: 0 40px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide_detail_box {
    background: unset;
    padding: 0 0 20px;
  }
}
.guide_detail_box:first-of-type {
  margin-top: 80px;
}
.guide_detail_box:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .guide_detail_box:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.guide_detail_box.osaka .btn:after {
  display: none;
}
.guide_detail_box .f_label {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  line-height: 1;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #74a960;
}
.guide_detail_box .f_label .mini {
  font-size: 1.5rem;
  display: block;
  color: #74a960;
}
.guide_detail_box .title {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 4vw, 3rem);
  margin-bottom: 30px;
  position: relative;
  padding-top: 50px;
  margin-top: 20px;
  color: #008e72;
}
.guide_detail_box .title:before {
  content: "";
  width: calc(100% + 80px);
  height: 3px;
  background: linear-gradient(90deg, #f9c74b, #008e72);
  position: absolute;
  top: 0;
  left: -40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .guide_detail_box .title:before {
    width: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.guide_detail_box .title .wrap {
  display: inline-block;
  z-index: 2;
  position: relative;
}

.guide_plan_after {
  padding-top: 30px;
}
.guide_plan_after:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 60px solid #99c332;
  border-bottom: 0;
  display: block;
  margin: 0 auto 30px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .guide_plan_after:before {
    border-right-width: 60px;
    border-left-width: 60px;
    border-top-width: 30px;
    margin-bottom: 20px;
  }
}
.guide_plan_after .catch {
  font-weight: bold;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
}
.guide_plan_after .catch .mark {
  background: linear-gradient(0deg, #fbf48c 0%, #fbf48c 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 767px) {
  .guide_flow .tab_list {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.guide_flow .tab_list .tab_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .guide_flow .tab_list .tab_btn {
    width: 100%;
    border-radius: 10px;
  }
}
.guide_flow .tab_list .tab_btn.show {
  background: #99c332;
}
.guide_flow .tab_list .tab_btn h3 {
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .guide_flow .tab_list .tab_btn h3 {
    font-size: 1.8rem;
  }
}
.guide_flow .tab_contents {
  padding: 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .guide_flow .tab_contents {
    padding: 20px 0 0;
  }
}
.guide_flow .flow_box {
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box {
    flex-direction: column;
    gap: 10px;
  }
}
.guide_flow .flow_box:not(:last-of-type) {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.guide_flow .flow_box:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 30px solid #99c332;
  border-bottom: 0;
  display: block;
  margin: 0 auto;
  opacity: 0.2;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.guide_flow .flow_box:last-child .lead {
  margin-bottom: 0;
}
.guide_flow .flow_box .img {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .img {
    width: 100%;
  }
}
.guide_flow .flow_box .flow_box_info {
  width: calc(70% - 20px);
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .flow_box_info {
    width: 100%;
  }
}
.guide_flow .flow_box .flow_box_info .title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  padding-top: 10px;
  margin-bottom: 10px;
}
.guide_flow .flow_box .flow_box_info .title .num {
  font-family: "Oswald", sans-serif;
  color: #008e72;
  margin-right: 10px;
  font-size: 1.5em;
  line-height: 1;
}
.guide_flow .flow_box .flow_box_info .hosoku {
  background: #fafafa;
  display: inline-block;
  padding: 1px 8px;
}
.guide_flow .flow_box .flow_box_info .attend_list {
  background: #f7f7f7;
  font-size: 1.5rem;
  padding: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.guide_flow .flow_box .flow_box_info .attend_list li {
  list-style: disc;
  margin-left: 2em;
}
.guide_flow .flow_box .flow_box_info .tel {
  color: #e21628;
  border: 2px solid;
  width: fit-content;
  align-items: center;
  padding: 2px 20px;
  box-shadow: 0 4px 0 #e21628;
  border-radius: 5px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .flow_box_info .tel {
    width: 100%;
    justify-content: center;
    padding: 8px 10px;
  }
}
.guide_flow .flow_box .flow_box_info .tel .catch {
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  font-size: 1.5rem;
}
.guide_flow .flow_box .flow_box_info .tel .tel_anime {
  width: 30px;
  height: 30px;
}
.guide_flow .flow_box .flow_box_info .tel .num {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .flow_box_info .tel .num {
    font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
.guide_flow .flow_box .item_list {
  width: 100%;
  background: #fafafa;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .item_list {
    padding: 20px;
  }
}
.guide_flow .flow_box .item_list img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .item_list img {
    width: 30%;
    height: auto;
  }
}
.guide_flow .flow_box .item_list .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
}
.guide_flow .flow_box .item_list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .item_list .item {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.guide_flow .flow_box .item_list .item .name {
  width: 15%;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .item_list .item .name {
    width: 60%;
  }
}
.guide_flow .flow_box .item_list .item .lead {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .guide_flow .flow_box .item_list .item .lead {
    width: 100%;
  }
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.column_faq_page {
  padding-top: 0;
}
.column_faq_page .catch {
  margin-bottom: 60px;
}
.column_faq_page .faq_nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .column_faq_page .faq_nav .flex {
    flex-wrap: wrap;
  }
}
.column_faq_page .faq_nav .flex li {
  width: calc(25% - 15px);
  text-align: center;
  border-bottom: 2px solid #99c332;
  background: rgb(239.7, 246, 224.25);
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_faq_page .faq_nav .flex li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_faq_page .faq_nav .flex li {
    width: 100%;
  }
}
.column_faq_page .faq_nav .flex li a {
  display: block;
  padding: 10px 0;
  font-size: 1.7rem;
}
.column_faq_page .faq_nav .flex li a:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  color: #99c332;
}

.faq_detail_box--page {
  padding-top: 0;
}
.faq_detail_box--page:last-child {
  padding-bottom: 0;
}
.faq_detail_box--page .question {
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_detail_box--page .question {
    padding: 15px 30px 15px 40px;
  }
}
.faq_detail_box--page .question:before, .faq_detail_box--page .question:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 10px;
  left: unset;
  top: 50%;
  transition: all 0.3s;
}
.faq_detail_box--page .question:after {
  transform: scale(1, 1) rotate(90deg);
  transition: 0.3s ease transform;
}
.faq_detail_box--page .question.open {
  background: #f9f8f1;
}
.faq_detail_box--page .question.open:after {
  opacity: 0;
  transform: rotate(0);
}
.faq_detail_box--page .question .title:before {
  content: "Q.";
  position: absolute;
  display: inline-block;
  color: #008e72;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_detail_box--page .question .title:before {
    left: 13px;
  }
}
.faq_detail_box--page .answer {
  display: none;
}
.faq_detail_box--page .accordion {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background: #f9f8f1;
  margin: 0 0 -1px;
}
.faq_detail_box--page .genre_title {
  margin-bottom: 15px;
  font-size: clamp(2rem, 4vw, 2.4rem);
}

/*----------------------------------------------------
	採用情報
----------------------------------------------------*/
.recruit_first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_first {
    padding-bottom: 0;
  }
}
.recruit_first .inner {
  z-index: 2;
}
.recruit_first .sec_title {
  text-align: left;
}
.recruit_first .catch {
  text-align: left;
  width: fit-content;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_first .catch {
    padding: 0;
    background: unset;
  }
}
.recruit_first img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .recruit_first img {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_first img {
    height: 35%;
    border-end-start-radius: 50px;
  }
}
.recruit_first .recruit_nav {
  position: relative;
  z-index: 2;
}
.recruit_first .recruit_nav .flex {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit_first .recruit_nav .flex {
    gap: 10px;
  }
}
.recruit_first .recruit_nav .flex li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .recruit_first .recruit_nav .flex li {
    width: calc(50% - 5px);
  }
}
.recruit_first .recruit_nav .flex li a {
  text-align: center;
  font-size: 1.8rem;
  display: block;
  background: #008e72;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_first .recruit_nav .flex li a {
    text-align: left;
  }
}
.recruit_first .recruit_nav .flex li a:after {
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  right: 20px;
  line-height: 1;
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .recruit_first .recruit_nav .flex li a:after {
    right: 10px;
  }
}

.column_recruit .catch .color {
  color: #e21628;
}
.column_recruit .recruit_detail_box:not(:last-of-type) {
  margin-bottom: 60px;
}
.column_recruit .recruit_detail_box h3 {
  color: #008e72;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 20px;
  border-left: 4px solid #008e72;
  padding-left: 20px;
}
.column_recruit .recruit_detail_box table {
  background: #fff;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.column_recruit .recruit_detail_box table th {
  width: 25%;
  background: #f9f8f1;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .column_recruit .recruit_detail_box table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 0;
  }
}
.column_recruit .recruit_detail_box table td {
  width: 75%;
  border-bottom: 1px solid #ccc;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .column_recruit .recruit_detail_box table td {
    width: 100%;
    display: block;
  }
}

/*----------------------------------------------------
	ぱるむ
----------------------------------------------------*/
.palum_first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .palum_first {
    padding-bottom: 0;
  }
}
.palum_first .inner {
  z-index: 2;
}
.palum_first .sec_title {
  text-align: left;
}
.palum_first .catch {
  text-align: left;
  background: rgba(255, 255, 255, 0.7254901961);
  width: fit-content;
  padding: 1em 1em 1em 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .palum_first .catch {
    padding: 0;
    background: unset;
  }
}
.palum_first img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .palum_first img {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .palum_first img {
    height: 35%;
    border-end-start-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .palum_introduction .catch {
    text-align: left;
  }
}
.palum_introduction .catch .mini {
  font-size: 0.8em;
  line-height: 1.4;
  display: block;
  margin-top: 1em;
}
.palum_introduction .logo {
  display: block;
  margin: 0 auto 20px;
}
.palum_introduction .comment {
  background: #f9f8f1;
  padding: 30px 40px;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .palum_introduction .comment {
    padding: 20px;
  }
}
.palum_introduction .comment .title {
  color: #ff7f17;
  margin-bottom: 10px;
  text-align: center;
}
.palum_introduction .palum_link {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .palum_introduction .palum_link {
    justify-content: flex-start;
    gap: 15px 10px;
  }
}
.palum_introduction .palum_link .item {
  width: calc(25% - 15px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .palum_introduction .palum_link .item {
    width: calc(50% - 5px);
  }
}
.palum_introduction .palum_link .item img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.palum_introduction .palum_link .item .plan_name {
  font-weight: bold;
  font-size: 1.8rem;
  background: #ff7f17;
  color: #fff;
  z-index: 2;
  position: relative;
  width: fit-content;
  margin: -20px auto 0;
  padding: 0 15px;
  border-radius: 5px;
}
.palum_introduction .palum_link .item .plan_name:after {
  content: "\f175";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 0.8em;
  margin-left: 10px;
}

.palum_detail {
  margin-bottom: 60px;
}
.palum_detail .plan_name {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  background: rgb(255, 152.6, 69.4);
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.palum_detail > .flex {
  align-items: center;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .palum_detail > .flex {
    flex-direction: column;
  }
}
.palum_detail .mainimg {
  flex: 1;
}
.palum_detail .info {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .palum_detail .info {
    width: 100%;
  }
}
.palum_detail .info .price {
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .palum_detail .info .price {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.palum_detail .info .price .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .palum_detail .info .price .item {
    width: 100%;
  }
}
.palum_detail .info .price .item .label {
  border-radius: 50px;
  margin-right: 10px;
  line-height: 1;
  text-align: center;
  padding: 5px 15px;
  font-size: 1.5rem;
}
.palum_detail .info .price .item .num {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.palum_detail .info .price .item .yen {
  position: relative;
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  font-weight: bold;
  margin-top: auto;
  line-height: 1;
}
.palum_detail .info .price .item .yen .tax {
  position: absolute;
  right: 0;
  top: -1.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .palum_detail .info .price .item .yen .tax {
    font-size: 1.2rem;
  }
}
.palum_detail .info .price .item.ippan .label {
  background: #666;
  color: #fff;
}
.palum_detail .info .price .item.ippan .num {
  font-size: clamp(3.5rem, 4vw, 4rem);
}
.palum_detail .info .price .item.ippan .num .mini {
  font-size: 0.8em;
}
.palum_detail .info .price .item.club .label {
  background: #ff7f17;
  color: #fff;
}
.palum_detail .info .price .item.club .num {
  font-size: clamp(5rem, 4vw, 6rem);
}
.palum_detail .info .price .item.club .num .mini {
  font-size: 0.8em;
}
.palum_detail .info .isset_box {
  background: #fafafa;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .palum_detail .info .isset_box {
    padding: 10px;
  }
}
.palum_detail .info .isset_box .title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
}
.palum_detail .info .isset_box .flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.palum_detail .info .isset_box .flex .item {
  width: calc(20% - 4px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .palum_detail .info .isset_box .flex .item {
    width: calc(33.3333333333% - 4px);
  }
}
.palum_detail .info .isset_box .flex .item img {
  max-height: 60px;
}
.palum_detail .info .isset_box .flex .item p {
  font-size: 1.6rem;
  line-height: 1.2;
}
.palum_detail .info .isset_box .flex .item p .mini {
  display: block;
  font-size: 0.8em;
}

/*----------------------------------------------------
	会社概要
----------------------------------------------------*/
.company_mv {
  padding: 0;
}

.company_profile {
  margin: 0 auto;
}
.company_profile th {
  width: 25%;
  border-bottom: 1px solid #008e72;
  padding: 1em;
  color: #008e72;
}
@media screen and (max-width: 767px) {
  .company_profile th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 0;
    padding: 1em 0.5em 0;
    border-top: 1px solid #008e72;
    color: #008e72;
  }
}
.company_profile td {
  width: 75%;
  border-bottom: 1px solid #ccc;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .company_profile td {
    width: 100%;
    display: block;
    border-bottom: 0;
    padding: 0.5em 0.5em 1em;
  }
}
.company_profile .number {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.company_profile .number li {
  position: relative;
  margin: 0.4em 0;
  padding-left: 2.4em;
  counter-increment: item;
}
.company_profile .number li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  text-align: right;
  padding-right: 0.4em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.column_hall_list .hall_area_wrap .hall_list .item .btn {
  white-space: nowrap;
}