@charset "UTF-8";
/*----------------------------------------------------
	エリアトップ
----------------------------------------------------*/
.area_main_visual {
  text-align: center;
}
.area_main_visual .area_main_title {
  background: #4a3b28;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
}
.area_main_visual .area_main_title .big {
  font-size: 1.2em;
}

/*----------------------------------------------------
	斎場一覧　ワイド版
----------------------------------------------------*/
.part_hall_wide {
  margin-bottom: 60px;
}
.part_hall_wide .hall_wide {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .part_hall_wide .hall_wide {
    gap: 30px;
  }
}
.part_hall_wide .hall_wide__item {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.part_hall_wide .hall_wide__link {
  width: 100%;
}
.part_hall_wide .hall_wide__title {
  background: #4a3b28;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__title {
    padding: 10px;
    flex-direction: column;
    gap: 0;
  }
}
.part_hall_wide .hall_wide__title .title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  color: #fff;
  font-weight: 600;
}
.part_hall_wide .hall_wide__title .label {
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.4rem;
  border-radius: 2px;
}
.part_hall_wide .hall_wide__title .label.family, .part_hall_wide .hall_wide__title .label.honsya {
  background: #af8645;
}
.part_hall_wide .hall_wide__title .label.anchi {
  background: #833463;
}
.part_hall_wide .hall_wide__title .label.sodan {
  background: #0b9b9a;
}
.part_hall_wide .hall_wide__detail {
  align-items: stretch;
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .part_hall_wide .hall_wide__detail {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
}
.part_hall_wide .hall_wide__photo {
  width: 30%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 820px) {
  .part_hall_wide .hall_wide__photo {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__photo {
    width: 100%;
  }
}
.part_hall_wide .hall_wide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.part_hall_wide .hall_wide__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.part_hall_wide .hall_wide__info .addr, .part_hall_wide .hall_wide__info .access {
  display: flex;
  gap: 10px;
  font-size: 1.7rem;
  line-height: 1.2;
}
.part_hall_wide .hall_wide__info .addr .icon, .part_hall_wide .hall_wide__info .access .icon {
  color: #7f605a;
  width: 1em;
  text-align: center;
  line-height: 1.6;
}
.part_hall_wide .hall_wide__info .feature {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__info .feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.part_hall_wide .hall_wide__info .feature__item {
  border: 1px solid #ccc;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
.part_hall_wide .hall_wide__info .feature__item img {
  width: 50px;
}
.part_hall_wide .hall_wide__info .feature__item .name {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}
.part_hall_wide .hall_wide__contact {
  background: #4a3b281a;
  padding: 10px 20px;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__contact {
    padding: 10px;
    align-items: stretch;
  }
}
.part_hall_wide .hall_wide__contact .contact_text {
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
  font-size: 1.8rem;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .part_hall_wide .hall_wide__contact .contact_text {
    display: none;
  }
}
.part_hall_wide .hall_wide__contact .contact_text::after {
  content: "\f101";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
  color: #4a3b28;
  line-height: 1;
  font-size: 1.2em;
}
.part_hall_wide .hall_wide__contact .contact_tel {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__contact .contact_tel {
    width: 50%;
    background: #d92136;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border-radius: 4px;
  }
}
.part_hall_wide .hall_wide__contact .contact_tel .text {
  line-height: 1;
}
.part_hall_wide .hall_wide__contact .contact_tel .num {
  font-size: 4rem;
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.part_hall_wide .hall_wide__contact .contact_tel .tel_wrap {
  gap: 10px;
  align-items: center;
}
.part_hall_wide .hall_wide__contact .contact_tel .tel_anime {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__contact .contact_tel .tel_anime {
    width: 20px;
    height: 20px;
  }
}
.part_hall_wide .hall_wide__contact .contact_tel .tel_anime svg {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__contact .contact_tel .tel_anime svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
}
.part_hall_wide .hall_wide__contact .btn {
  padding: 5px 10px;
  max-width: 300px;
  margin: unset;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__contact .btn {
    width: 50%;
    font-size: 1.6rem;
    border-radius: 4px;
  }
}
.part_hall_wide .hall_wide__contact .btn::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .part_hall_wide .hall_wide__contact .btn::after {
    display: none;
  }
}

.hall_map_all {
  margin-top: -72px;
  position: relative;
  z-index: 1;
}
.hall_map_all::before {
  content: "";
  display: block;
  position: absolute;
  width: 102%;
  height: 72px;
  top: -3px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
.hall_map_all iframe {
  width: 100%;
  height: 480px;
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column_hall_first #main-carousel {
    margin-bottom: 10px;
  }
}
.column_hall_first .sec_title {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.column_hall_first .hall_label_icon {
  text-align: center;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 10px;
  background: #af8645;
}
.column_hall_first .hall_label_icon.family, .column_hall_first .hall_label_icon.honsya {
  background: #af8645;
}
.column_hall_first .hall_label_icon.anchi {
  background: #833463;
}
.column_hall_first .hall_label_icon.sodan {
  background: #0b9b9a;
}
.column_hall_first .family_hall_laber {
  background: #4a3b28;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.column_hall_first .hall_head_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap {
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
  }
}
.column_hall_first .hall_head_wrap .map {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #eee;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 6px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .map {
    position: relative;
  }
}
.column_hall_first .hall_head_wrap .map::after {
  content: "\f13a";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  margin-left: 3px;
}
.column_hall_first .hall_head_wrap .voice_link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4a3b28;
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 6px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .voice_link {
    position: relative;
  }
}
.column_hall_first .hall_head_wrap .voice_link::after {
  content: "\f08e";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  margin-left: 3px;
}
.column_hall_first .hall_head_wrap .voice_link .star {
  color: #fff000;
}
.column_hall_first .hall_head_wrap .sec_title {
  margin-bottom: 0;
}

.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 40px;
}
@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 .splide__slide img {
  aspect-ratio: 48/25;
  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_hall_intro {
  background: #f5f5f5;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1100px) {
  .column_hall_intro {
    margin-bottom: 30px;
  }
}
.column_hall_intro .hall_intro {
  padding: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .column_hall_intro .hall_intro {
    font-size: 1.4rem;
    padding: 15px;
  }
}

.column_hall_banner {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  color: #23160f;
  position: relative;
}
.column_hall_banner .column_hall_banner__text .marker {
  color: #d92136;
}
@media screen and (max-width: 767px) {
  .column_hall_banner .column_hall_banner__text {
    .margin-bottom: 10px;
  }
}

.column_hall_detail {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .column_hall_detail {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail {
    padding-top: 30px;
  }
}
.column_hall_detail {
  background: #f3efe6;
}
.column_hall_detail .hall_detail {
  position: relative;
}
.column_hall_detail .hall_detail .detail_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  background: #fff;
  margin-top: 0;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box {
    padding: 15px;
    gap: 10px;
  }
}
.column_hall_detail .hall_detail .detail_box .sec_title {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .sec_title {
    margin-bottom: 0;
  }
}
.column_hall_detail .hall_detail .detail_box .detail_box_wrap {
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .detail_box_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .detail_box_wrap {
    gap: 10px;
  }
}
.column_hall_detail .hall_detail .detail_box a {
  text-decoration: none;
  color: inherit;
}
.column_hall_detail .hall_detail .detail_box .map_link {
  background: #4a3b28;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left, .column_hall_detail .hall_detail .detail_box .hall_detail_right {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left, .column_hall_detail .hall_detail .detail_box .hall_detail_right {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
    display: block;
    padding: 10px 0;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
  width: 30%;
  min-width: 165px;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .detail_box_under {
    flex-direction: column;
  }
}
.column_hall_detail .hall_detail .detail_box .feature_icon, .column_hall_detail .hall_detail .detail_box .detail_note {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .feature_icon, .column_hall_detail .hall_detail .detail_box .detail_note {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .feature_icon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .feature_icon {
    gap: 5px;
  }
}
.column_hall_detail .hall_detail .detail_box .feature_icon li {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(33.3333333333% - 7px);
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .feature_icon li {
    padding: 5px;
    width: calc(50% - 3px);
  }
}
.column_hall_detail .hall_detail .detail_box .feature_icon li img {
  max-width: 50px;
}
.column_hall_detail .access_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .access_list {
    margin-bottom: 10px;
  }
}
.column_hall_detail .access_list li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .access_list li {
    flex-direction: column;
  }
}
.column_hall_detail .access_list .title {
  background: #4a3b28;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.column_hall_detail .access_list .lead {
  padding: 10px;
  border: solid 1px #4a3b28;
  flex-grow: 1;
}
.column_hall_detail .function {
  background: #f5f5f5;
  padding: 15px;
}

.column_hall_reason .hall_reason_wrap {
  padding: 30px;
  background: #d921360D;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap {
    padding: 15px;
  }
}
.column_hall_reason .hall_reason_title {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 1.2;
  font-weight: 600;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  margin-bottom: 20px;
}
.column_hall_reason .hall_reason_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  justify-content: center;
}
.column_hall_reason .hall_reason_item {
  display: flex;
  gap: 5px;
  font-size: 2rem;
  font-weight: 600;
}
.column_hall_reason .hall_reason_item::before {
  content: "\f14a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #d92136;
}
.column_hall_reason .hall_reason_point {
  justify-content: center;
  width: fit-content;
  align-items: stretch;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_point {
    flex-direction: column;
  }
}
.column_hall_reason .hall_reason_img {
  width: 40%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_img {
    width: 100%;
  }
}

.column_hall_feature .hall_feature_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .column_hall_feature .hall_feature_inner {
    gap: 15px;
  }
}
.column_hall_feature .hall_feature_wrap {
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  .column_hall_feature .hall_feature_wrap {
    flex-direction: column;
  }
}
.column_hall_feature .hall_feature_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .column_hall_feature .hall_feature_wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.column_hall_feature .hall_feature_img, .column_hall_feature .hall_feature_list {
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .column_hall_feature .hall_feature_img, .column_hall_feature .hall_feature_list {
    width: 100%;
  }
}
.column_hall_feature .hall_feature_img {
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.column_hall_feature .hall_feature_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 15px;
}
.column_hall_feature .hall_feature_list--full {
  width: 100%;
}
.column_hall_feature .hall_feature_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px;
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.column_hall_feature .hall_feature_label {
  position: absolute;
  top: -15px;
  left: 20px;
  border-radius: 6px;
  line-height: 1.2;
  background: #4a3b28;
  padding: 5px 30px;
  color: #fff;
  font-weight: 600;
}
.column_hall_feature .hall_feature_title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 10px;
  color: #4a3b28;
}

.column_hall_facility .hall_facility_h3 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 600;
  border-left: 5px solid #774d25;
  padding: 5px;
  margin-bottom: 20px;
}
.column_hall_facility .hall_facility_detail {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.column_hall_facility .hall_facility_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_facility .hall_facility_list {
    flex-direction: column;
    gap: 5px;
  }
}
.column_hall_facility .hall_facility_item {
  display: flex;
  border: solid 1px #e7e3e0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .column_hall_facility .hall_facility_item {
    width: 100%;
  }
}
.column_hall_facility .hall_facility_title, .column_hall_facility .hall_facility_text {
  width: 50%;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_hall_facility .hall_facility_title, .column_hall_facility .hall_facility_text {
    font-size: 1.4rem;
  }
}
.column_hall_facility .hall_facility_title {
  background: #e7e3e0;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .column_hall_facility .hall_facility_title {
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_facility .hall_facility_text {
    width: 70%;
  }
}

.column_other_hall {
  background: #f3efe6;
}
.column_other_hall .hall_area_wrap {
  margin-bottom: 30px;
}
.column_other_hall .hall_area_wrap .hall_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_other_hall .hall_area_wrap .hall_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_other_hall .hall_area_wrap .hall_list {
    flex-direction: column;
  }
}
.column_other_hall .hall_area_wrap .hall_list li {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border: solid 1px #927456;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 10px #e5ded7;
}
@media screen and (max-width: 820px) {
  .column_other_hall .hall_area_wrap .hall_list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_other_hall .hall_area_wrap .hall_list li {
    width: 100%;
  }
}
.column_other_hall .hall_area_wrap .hall_list li .part_hall_img img {
  aspect-ratio: 97/55;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail {
  padding: 30px 30px 20px;
}
@media screen and (max-width: 1100px) {
  .column_other_hall .hall_area_wrap .hall_list li .hall_detail {
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_other_hall .hall_area_wrap .hall_list li .hall_detail {
    padding: 0;
  }
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .add i, .column_other_hall .hall_area_wrap .hall_list li .hall_detail .access i {
  width: 25px;
  color: #927456;
  text-align: center;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .add span, .column_other_hall .hall_area_wrap .hall_list li .hall_detail .access span {
  width: calc(100% - 25px);
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .access {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_other_hall .hall_area_wrap .hall_list li .hall_detail .access {
    margin-bottom: 15px;
  }
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .btns {
  display: flex;
  gap: 10px;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .btns .tel_anime {
  width: 16px;
  height: 16px;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .btns .tel_anime svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .btns .more_btn {
  width: 50%;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 10px;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_detail .btns .more_btn--tel {
  padding-right: 15px;
  background: #927456;
  padding-right: 20px;
}
.column_other_hall .hall_area_wrap .hall_list li .hall_name {
  font-size: 2.8rem;
  border-bottom: solid 1px #927456;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_other_hall .hall_area_wrap .hall_list li .hall_name {
    margin-bottom: 15px;
  }
}
.column_other_hall .hall_area_wrap .hall_list li .more_btn {
  background: #4a3b28;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.column_other_hall .hall_area_wrap .hall_list li .more_btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.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 #4a3b28;
  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: #4a3b28;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-family: YakuHanJP, "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: #4a3b28;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 15px 10px;
  font-family: YakuHanJP, "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: #4a3b28;
}
@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 {
  position: relative;
  border-bottom: 2px solid #4a3b28;
}
.plan_list-links {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1200px;
}
@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: #f5f5f5;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .plan_list-item {
    width: calc(33.3333333333% - 15px);
  }
}
.plan_list-item.tab {
  padding: 5px;
}
.plan_list-item.tab.show {
  background: #4a3b28;
  color: #fff;
  font-weight: bold;
}
.plan_list-item a {
  display: block;
  padding: 5px;
  color: #333;
  line-height: 1.2;
}
.plan_list-item.simple.show {
  background: #c27214;
}
.plan_list-item.simple.show a {
  color: #fff;
}
.plan_list-item.family.show {
  background: #407f5b;
}
.plan_list-item.family.show a {
  color: #fff;
}
.plan_list-item.standard.show {
  background: #5e3d7b;
}
.plan_list-item.standard.show a {
  color: #fff;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.plan_list.simple {
  border-bottom: 2px solid #c27214;
}
.plan_list.simple .plan_list-item.tab.show {
  background: #c27214;
}
.plan_list.simple .plan_list-item.show a {
  color: #fff;
}
.plan_list.family {
  border-bottom: 2px solid #407f5b;
}
.plan_list.family .plan_list-item.tab.show {
  background: #407f5b;
}
.plan_list.family .plan_list-item.show a {
  color: #fff;
}
.plan_list.standard {
  border-bottom: 2px solid #5e3d7b;
}
.plan_list.standard .plan_list-item.tab.show {
  background: #5e3d7b;
}
.plan_list.standard .plan_list-item.show a {
  color: #fff;
}

.plan_content {
  display: none;
}
.plan_content.show {
  display: block;
}
.plan_content.simple .plan_content_inner {
  background: #c272141a;
}
.plan_content.simple .plan_title {
  color: #c27214;
}
.plan_content.simple .plan_head .txt {
  background: #c27214;
}
.plan_content.simple .flow_container ul .item.in {
  background: #c27214;
}
.plan_content.simple .column_plan_including .including_list .item.on .item_img::before {
  background: #c272141a;
}
.plan_content.simple .column_plan_including .including_list .item.on .item_txt {
  color: #c27214;
}
.plan_content.family .plan_content_inner {
  background: #407f5b1a;
}
.plan_content.family .plan_title {
  color: #407f5b;
}
.plan_content.family .plan_head .txt {
  background: #407f5b;
}
.plan_content.family .flow_container ul .item.in {
  background: #407f5b;
}
.plan_content.family .column_plan_including .including_list .item.on .item_img::before {
  background: #407f5b1a;
}
.plan_content.family .column_plan_including .including_list .item.on .item_txt {
  color: #407f5b;
}
.plan_content.standard .plan_content_inner {
  background: #5e3d7b1a;
}
.plan_content.standard .plan_title {
  color: #5e3d7b;
}
.plan_content.standard .plan_head .txt {
  background: #5e3d7b;
}
.plan_content.standard .flow_container ul .item.in {
  background: #5e3d7b;
}
.plan_content.standard .column_plan_including .including_list .item.on .item_img::before {
  background: #5e3d7b1a;
}
.plan_content.standard .column_plan_including .including_list .item.on .item_txt {
  color: #5e3d7b;
}

.plan_content_inner {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .plan_content_inner {
    padding: 15px 0;
  }
}

.plan_wrap .plan_detail {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail {
    flex-direction: column-reverse;
    padding: 15px;
  }
}
.plan_wrap .plan_detail .detail_right {
  width: 50%;
  position: relative;
}
.plan_wrap .plan_detail .detail_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_right {
    width: 100%;
  }
}
.plan_wrap .plan_detail .detail_right .img_text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
.plan_wrap .plan_detail .detail_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_left {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail .detail_left .plan_title {
  font-size: clamp(2.6rem, 4vw, 4rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.plan_wrap .plan_detail .detail_left .plan_head {
  text-align: center;
  flex-wrap: wrap;
  gap: 5px;
}
.plan_wrap .plan_detail .detail_left .plan_head .txt {
  color: #fff;
  font-weight: 500;
  width: 100%;
  padding: 5px 15px;
  border-radius: 30px;
}
.plan_wrap .plan_detail .detail_left .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: #d92136;
  border: 1px solid #d92136;
  border-radius: 5px;
  line-height: 1.6;
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  position: relative;
  color: #d92136;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box {
    flex-direction: column;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left {
  text-align: center;
  background: #d92136;
  color: #fff;
  padding: 5px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #d92136;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left::after {
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 15px 10px 0px 10px;
    border-color: #d92136 transparent transparent transparent;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left .text_price {
  color: #fff000;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left .text_price sup {
  font-size: 70%;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left .num {
  font-size: 150%;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #d92136;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.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;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_wrap .plan_detail .detail_price .price_ippan_taxin {
  color: #444;
  font-weight: 500;
  font-family: YakuHanJP, "Oswald", sans-serif;
  text-align: center;
}
.plan_wrap .plan_detail .flow_container ul {
  background: #fafafa;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul {
    gap: 10px;
    padding: 0;
  }
}
.plan_wrap .plan_detail .flow_container ul .item {
  position: relative;
  padding: 5px 0px;
  border-radius: 5px;
  color: #fff;
  width: calc(20% - 10px);
  background: #ccc;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item {
    width: calc(20% - 3px);
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_detail .flow_container ul .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a4a4a4;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_wrap .plan_detail .flow_container ul .item:last-child {
  margin-right: 0;
}
.plan_wrap .plan_detail .flow_container ul .item:last-child::after {
  content: none;
}

.column_plan_feature {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .column_plan_feature {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .column_plan_feature {
    padding-top: 30px;
  }
}
.column_plan_feature.simple {
  background: #c272141a;
}
.column_plan_feature.simple .sec_title .color {
  color: #c27214;
}
.column_plan_feature.family {
  background: #407f5b1a;
}
.column_plan_feature.family .sec_title .color {
  color: #407f5b;
}
.column_plan_feature.standard {
  background: #5e3d7b1a;
}
.column_plan_feature.standard .sec_title .color {
  color: #5e3d7b;
}
.column_plan_feature .plan_feature_list {
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .column_plan_feature .plan_feature_list {
    flex-wrap: wrap;
  }
}
.column_plan_feature .plan_feature_item {
  width: 25%;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .column_plan_feature .plan_feature_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_plan_feature .plan_feature_item {
    width: 100%;
    flex-direction: row;
    padding: 0;
  }
  .column_plan_feature .plan_feature_item img {
    width: 40%;
  }
  .column_plan_feature .plan_feature_item .text {
    width: 60%;
    font-size: 1.4rem;
  }
}
.column_plan_feature .text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.column_plan_including .including_list {
  display: flex;
  flex-wrap: wrap;
}
.column_plan_including .including_list .item {
  width: calc(20% - 0px);
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
@media screen and (max-width: 820px) {
  .column_plan_including .including_list .item {
    flex-wrap: wrap;
    width: calc(33.3333333333% - 0px);
    padding: 10px;
    align-items: baseline;
  }
}
.column_plan_including .including_list .item .item_img {
  width: 35%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .column_plan_including .including_list .item .item_img {
    width: 100%;
  }
}
.column_plan_including .including_list .item .item_txt {
  flex: 1;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_plan_including .including_list .item .item_txt {
    width: 100%;
  }
}
.column_plan_including .including_list .item .item_txt .mini {
  font-size: 70%;
  display: block;
}
.column_plan_including .including_list .item.on .item_img {
  position: relative;
}
.column_plan_including .including_list .item.on .item_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ccc;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .column_plan_including .including_list .item.on .item_img::before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
}
.column_plan_including .including_list .item.on .item_img img {
  position: relative;
  z-index: 2;
}
.column_plan_including .including_list .item.on .item_txt {
  font-weight: 600;
}
.column_plan_including .including_list .item.off::after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.column_plan_including .including_list.after {
  margin-bottom: 0;
}

.plan_set {
  padding-top: 100px;
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_set {
    padding: 60px 15px 30px;
    width: 100%;
  }
}
.plan_set::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 150px 0px 150px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .plan_set::before {
    border-width: 30px 100px 0px 100px;
  }
}
.plan_set.simple::before {
  border-color: #c27214 transparent transparent transparent;
}
.plan_set.simple .inner {
  background: #c272141a;
}
.plan_set.simple .plan_set_title .color {
  color: #c27214;
}
.plan_set.simple .plan_set_point {
  background: #c27214;
}
.plan_set.simple .plan_set_point::after {
  border-color: #c27214 transparent transparent transparent;
}
.plan_set.family::before {
  border-color: #407f5b transparent transparent transparent;
}
.plan_set.family .inner {
  background: #407f5b1a;
}
.plan_set.family .plan_set_title .color {
  color: #407f5b;
}
.plan_set.family .plan_set_point {
  background: #407f5b;
}
.plan_set.family .plan_set_point::after {
  border-color: #407f5b transparent transparent transparent;
}
.plan_set.standard::before {
  border-color: #5e3d7b transparent transparent transparent;
}
.plan_set.standard .inner {
  background: #5e3d7b1a;
}
.plan_set.standard .plan_set_title .color {
  color: #5e3d7b;
}
.plan_set.standard .plan_set_point {
  background: #5e3d7b;
}
.plan_set.standard .plan_set_point::after {
  border-color: #5e3d7b transparent transparent transparent;
}
.plan_set .inner {
  padding: 60px 100px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .plan_set .inner {
    padding: 15px;
  }
}
.plan_set .plan_set_title {
  text-align: center;
  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height: 1.4;
  margin-bottom: 20px;
}
.plan_set .plan_set_title .color {
  font-size: 150%;
}
.plan_set .plan_set_point {
  background: #4a3b28;
  color: #fff;
  padding: 10px 30px 15px;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .plan_set .plan_set_point {
    width: 100%;
    padding: 10px;
  }
}
.plan_set .plan_set_point::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0px 7.5px;
  border-color: #4a3b28 transparent transparent transparent;
}
.plan_set .plan_set_point .num {
  font-size: 120%;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_set .plan_set_block {
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .plan_set .plan_set_block {
    flex-direction: column;
    gap: 30px;
  }
}
.plan_set .plan_set_block .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 120%;
}
.plan_set .plan_set_block .plan_set_taxin {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_set .plan_set_block .plan_set_taxin {
    text-align: center;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: end;
  }
}
.plan_set .plan_set_block .plan_set_taxin::after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .plan_set .plan_set_block .plan_set_taxin::after {
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -30px;
    transform: translate(-50%, 0);
    line-height: 1;
    font-size: 2rem;
  }
}
.plan_set .plan_set_block .plan_set_taxin .num {
  font-size: 2.6rem;
  line-height: 1;
}
.plan_set .plan_set_block .plan_set_member {
  font-size: 2rem;
  font-weight: bold;
  color: #d92136;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.plan_set .plan_set_block .member_untax {
  font-size: clamp(4.5rem, 4vw, 6rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_set .plan_set_block .member_untax .yen {
  font-size: 3rem;
  position: relative;
}
.plan_set .plan_set_block .member_untax .tax {
  position: absolute;
  width: 3em;
  left: 3px;
  font-size: 1.2rem;
  top: -5px;
}
.plan_set .plan_set_block .member_taxin {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
}

.column_other_plan .inner {
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 820px) {
  .column_other_plan .inner {
    margin-top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .column_other_plan .other_plan_list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_other_plan .other_plan_list {
    flex-direction: column;
  }
}
.column_other_plan .other_plan_item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_other_plan .other_plan_item {
    width: 100%;
  }
}
.column_other_plan .other_plan_link {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  color: #fff;
  overflow: hidden;
}
.column_other_plan .other_plan_link.simple {
  background: #c27214;
  border: solid 2px #c27214;
}
.column_other_plan .other_plan_link.family {
  background: #407f5b;
  border: solid 2px #407f5b;
}
.column_other_plan .other_plan_link.standard {
  background: #5e3d7b;
  border: solid 2px #5e3d7b;
}
.column_other_plan .other_plan_photo {
  aspect-ratio: 3/2;
  max-width: 200px;
  width: 30%;
}
.column_other_plan .other_plan_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_other_plan .other_plan_text {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding: 15px;
}
.column_other_plan .other_plan_text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .column_other_plan .other_plan_text::after {
    right: 5px;
  }
}

.shibata_promise {
  padding-top: 100px;
  background: #f7f4ec;
}
@media screen and (max-width: 1100px) {
  .shibata_promise {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shibata_promise {
    padding-top: 30px;
  }
}
.shibata_promise .catch {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shibata_promise .catch {
    margin-bottom: 40px;
  }
}
.shibata_promise .shibata_promise_list {
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .shibata_promise .shibata_promise_list {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .shibata_promise .shibata_promise_list {
    margin-bottom: 20px;
  }
}
.shibata_promise .shibata_promise_item {
  width: 25%;
  background: #fff;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .shibata_promise .shibata_promise_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .shibata_promise .shibata_promise_item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.shibata_promise .shibata_promise_item .btn {
  padding: 5px 10px;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .shibata_promise .shibata_promise_item .btn::after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shibata_promise .shibata_promise_item .btn {
    margin-top: 10px;
  }
}
.shibata_promise .shibata_promise_label {
  background: #df727e;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 30px;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.shibata_promise .shibata_promise_img {
  margin: 0 auto 10px;
  display: block;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .shibata_promise .shibata_promise_img {
    width: 20%;
    margin-bottom: 0;
  }
}
.shibata_promise .shibata_promise_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .shibata_promise .shibata_promise_wrap {
    width: 80%;
  }
}
.shibata_promise .shibata_promise_text {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  color: #4a3b28;
}
.shibata_promise .shibata_promise_note {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.plan_comparison .table_wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .plan_comparison .table_wrap {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 820px) {
  .plan_comparison .scroll-hint.is-right-scrollable,
  .plan_comparison .scroll-hint.is-left-scrollable {
    background: none !important;
  }
  .plan_comparison .scroll-hint-shadow-wrap {
    position: relative;
    isolation: isolate;
  }
  .plan_comparison .scroll-hint-shadow-wrap .scroll-hint {
    position: relative;
    z-index: 1;
  }
  .plan_comparison .scroll-hint-shadow-wrap::before, .plan_comparison .scroll-hint-shadow-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .plan_comparison .scroll-hint-shadow-wrap::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px);
  }
  .plan_comparison .scroll-hint-shadow-wrap::after {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px);
  }
  .plan_comparison {
    /* 左側にまだスクロールできる場合 */
  }
  .plan_comparison .scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before {
    opacity: 1;
    visibility: visible;
  }
  .plan_comparison {
    /* 右側にまだスクロールできる場合 */
  }
  .plan_comparison .scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after {
    opacity: 1;
    visibility: visible;
  }
}
.plan_comparison .comparison {
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-collapse: collapse;
  text-align: center;
  max-width: 1200px;
}
@media screen and (max-width: 820px) {
  .plan_comparison .comparison {
    width: 1200px;
  }
}
.plan_comparison .comparison .con_title {
  background: rgb(236.9, 235.4, 233.5);
  font-size: 1.8rem;
  vertical-align: middle;
}
.plan_comparison .comparison .con_title--none {
  background: none;
  border-top: none;
  position: relative;
  border-left: none;
}
.plan_comparison .comparison .con_title--none::before, .plan_comparison .comparison .con_title--none::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  background: #fff;
  display: block;
}
.plan_comparison .comparison .con_title--none::before {
  width: calc(100% + 1px);
  height: 1px;
}
.plan_comparison .comparison .con_title--none::after {
  width: 1px;
  height: calc(100% + 1px);
}
.plan_comparison .comparison .plan_title {
  background: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.plan_comparison .comparison .plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .plan_comparison .comparison .plan img {
    width: 50%;
  }
}
.plan_comparison .comparison tr {
  display: flex;
  align-items: stretch;
}
.plan_comparison .comparison th,
.plan_comparison .comparison td {
  border-top: 1px solid #ccc;
  padding: 1em;
  white-space: nowrap;
  vertical-align: top;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .plan_comparison .comparison th,
  .plan_comparison .comparison td {
    padding: 10px;
  }
}
.plan_comparison .comparison .w20 {
  width: 20%;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_comparison .comparison .w40 {
  width: 40%;
}
.plan_comparison .comparison .price_cell {
  font-weight: bold;
}
.plan_comparison .comparison .price_cell .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}
.plan_comparison .comparison .price_cell .ippan {
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_comparison .comparison .price_cell .club_notax {
  color: #d92136;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan_comparison .comparison .price_cell .club_notax .num {
  font-size: 3em;
}
.plan_comparison .comparison .price_cell .club_taxin {
  font-weight: 400;
}
.plan_comparison .comparison .discount {
  font-weight: 600;
}
.plan_comparison .comparison .discount .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1;
  font-weight: normal;
}
.plan_comparison .comparison .discount .text_price {
  color: #d92136;
}
.plan_comparison .comparison .flow {
  text-align: center;
  gap: 5px;
  justify-content: center;
}
.plan_comparison .comparison .flow .step {
  font-size: 1.6rem;
  padding: 8px 4px;
  color: #fff;
  background: #eee;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .plan_comparison .comparison .flow .step {
    writing-mode: unset;
  }
}
.plan_comparison .comparison .flow .step.on {
  background: #4a3b28;
}
.plan_comparison .comparison .simple .step.on {
  background: #c27214;
}
.plan_comparison .comparison .simple.on {
  border-left: 5px solid #c27214;
  border-right: 5px solid #c27214;
}
.plan_comparison .comparison .simple.on.plan_title {
  border-top: 5px solid #c27214;
  color: #c27214;
  position: relative;
}
.plan_comparison .comparison .simple.on.plan_title::after {
  content: "閲覧中";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background: #d92136;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 60px;
}
.plan_comparison .comparison .simple.on.last {
  border-bottom: 5px solid #c27214;
}
.plan_comparison .comparison .family .step.on {
  background: #407f5b;
}
.plan_comparison .comparison .family.on {
  border-left: 5px solid #407f5b;
  border-right: 5px solid #407f5b;
}
.plan_comparison .comparison .family.on.plan_title {
  border-top: 5px solid #407f5b;
  color: #407f5b;
  position: relative;
}
.plan_comparison .comparison .family.on.plan_title::after {
  content: "閲覧中";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background: #d92136;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 60px;
}
.plan_comparison .comparison .family.on.last {
  border-bottom: 5px solid #407f5b;
}
.plan_comparison .comparison .standard .step.on {
  background: #5e3d7b;
}
.plan_comparison .comparison .standard.on {
  border-left: 5px solid #5e3d7b;
  border-right: 5px solid #5e3d7b;
}
.plan_comparison .comparison .standard.on.plan_title {
  border-top: 5px solid #5e3d7b;
  color: #5e3d7b;
  position: relative;
}
.plan_comparison .comparison .standard.on.plan_title::after {
  content: "閲覧中";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background: #d92136;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 60px;
}
.plan_comparison .comparison .standard.on.last {
  border-bottom: 5px solid #5e3d7b;
}

.column_staff {
  background: url(../img/common/part_club_bg.png) repeat-y;
  background-size: cover;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .column_staff {
    padding: 30px 0;
  }
}
.column_staff .column_staff_inner {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_staff .column_staff_inner {
    flex-direction: column;
  }
}
.column_staff .column_staff_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_staff .column_staff_wrap {
    padding: 15px;
  }
}
.column_staff .column_staff_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0px;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 820px) {
  .column_staff .column_staff_wrap::before {
    border-width: 0px 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
    top: -14px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.column_staff .column_staff_lead {
  font-size: clamp(2.3rem, 4vw, 3rem);
  font-weight: 600;
  color: #4a3b28;
  margin-bottom: 15px;
  text-align: center;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.column_staff .column_staff_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 20px;
}
.column_staff .column_staff_item {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  display: flex;
  gap: 5px;
}
.column_staff .column_staff_item::before {
  content: "\f14a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #d92136;
}

.plan_relation .plan_relation_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 1100px) {
  .plan_relation .plan_relation_list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan_relation .plan_relation_list {
    gap: 15px;
  }
}
.plan_relation .plan_relation_item {
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  gap: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .plan_relation .plan_relation_item {
    flex-direction: column;
  }
}
.plan_relation .plan_relation_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .plan_relation .plan_relation_item:nth-child(even) {
    flex-direction: column;
  }
}
.plan_relation .plan_relation_img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .plan_relation .plan_relation_img {
    width: 100%;
  }
}
.plan_relation .plan_relation_wrap {
  width: 70%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .plan_relation .plan_relation_wrap {
    width: 100%;
    padding: 15px;
  }
}
.plan_relation .plan_relation_title {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  border-bottom: solid 1px #e7e3e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #774d25;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan_relation .plan_relation_title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
}

/*----------------------------------------------------
	供物供花
----------------------------------------------------*/
.kyouka_intro {
  background: url(../img/kyouka/bg_left.png) no-repeat bottom left, url(../img/kyouka/bg_right.png) no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .kyouka_intro {
    background: url(../img/kyouka/bg_right.png) no-repeat bottom right;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .kyouka_order_list {
    flex-direction: column;
  }
}

.kyouka_order_item {
  width: 50%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kyouka_order_item {
    width: 100%;
  }
}
.kyouka_order_item:nth-child(2) .kyouka_order_title {
  background: #774d25;
}

.kyouka_order_title {
  background: #4a3b28;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
}

.kyouka_order_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 15px;
  flex-grow: 1;
}

.kyouka_order_tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.kyouka_order_tel .tel_text {
  background: #d92136;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  padding: 5px;
  line-height: 1.2;
  border-radius: 30px;
  width: 100%;
}
.kyouka_order_tel .tel_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.kyouka_order_tel .tel_num {
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: clamp(3rem, 4vw, 5rem);
  white-space: nowrap;
}

.kyouka_item--bg {
  background: #f3efe6;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .kyouka_item--bg {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kyouka_item--bg {
    padding-top: 30px;
  }
}
.kyouka_item .flower_list {
  flex-wrap: wrap;
  justify-content: center;
}
.kyouka_item .flower_item {
  width: calc(25% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .kyouka_item .flower_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .kyouka_item .flower_item {
    width: 100%;
  }
}
.kyouka_item .flower_item .text_wrap {
  padding: 20px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
.kyouka_item .flower_item .text_wrap .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyouka_item .flower_item .text_wrap .price {
  font-size: 2.2rem;
}
.kyouka_item .flower_item .text_wrap .note {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: left;
}
.kyouka_item .flower_item .text_wrap .note--center {
  text-align: center;
}
.kyouka_item .flower_item .text_wrap .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.kyouka_item .photo_area {
  aspect-ratio: 3/2;
  position: relative;
  border-bottom: solid 1px #ccc;
}
.kyouka_item .photo_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kyouka_item .photo_area i {
  background: #333;
  color: #fff;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.hurry_mv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 0;
  gap: 30px;
}
.hurry_mv .hurry_mv_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -30px;
}
@media screen and (max-width: 820px) {
  .hurry_mv .hurry_mv_text {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv_text {
    padding: 30px 15px;
  }
}
.hurry_mv .hurry_mv__title {
  text-align: center;
  margin: 0;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
  font-weight: 600;
}
.hurry_mv .hurry_mv__title .big {
  font-size: 1.2em;
  color: #af8645;
}
.hurry_mv .hurry_mv__catch {
  text-align: center;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
  font-weight: 600;
}
.hurry_mv .hurry_mv__tel {
  display: flex;
  gap: 10px;
}
.hurry_mv .hurry_mv__tel .tel_anime {
  width: 76px;
  height: 76px;
}
.hurry_mv .hurry_mv__tel .tel_anime svg {
  width: 76px;
  height: 76px;
}
.hurry_mv .hurry_mv__tel .tel_num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  color: #d92136;
  line-height: 1;
  white-space: nowrap;
  font-size: 8rem;
}
.hurry_mv .hurry_mv__read {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  color: #eb2323;
  font-weight: 700;
  line-height: 1;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv__read {
    padding: 0 15px;
  }
}
.hurry_mv .hurry_mv__read::before, .hurry_mv .hurry_mv__read::after {
  content: "";
  background: #eb2323;
  width: 4px;
  height: 70%;
  position: absolute;
  bottom: -5px;
}
.hurry_mv .hurry_mv__read::before {
  left: 0;
  transform: rotate(-30deg);
}
.hurry_mv .hurry_mv__read::after {
  right: 0;
  transform: rotate(30deg);
}
.hurry_mv .hurry_mv__read .sub {
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv__read .sub {
    font-size: 1.8rem;
  }
}
.hurry_mv .hurry_mv__list {
  gap: 10px;
}
.hurry_mv .hurry_mv__item {
  background: #4a3b28;
  color: #fff;
  flex: auto;
  text-align: center;
  padding: 2px;
  border-radius: 6px;
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hurry_mv .hurry_mv__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hurry_mv .hurry_mv__operator {
  position: relative;
}
@media screen and (max-width: 820px) {
  .hurry_mv .hurry_mv__operator {
    display: none;
  }
}
.hurry_mv .hurry_mv__img {
  max-width: 300px;
}
.hurry_mv .hurry_mv__label {
  position: absolute;
  width: 130px;
  aspect-ratio: 1/1;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  border-radius: 80px;
  background: #f9e400;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.hurry_worry .hurry_worry_wrap {
  background: #f7f7f7;
  border: solid 5px #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  align-items: stretch;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .hurry_worry .hurry_worry_wrap {
    flex-direction: column-reverse;
  }
}
.hurry_worry .hurry_worry__photo {
  background: #fff;
  padding: 30px 60px 30px 30px;
  border-radius: 0 50% 50% 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .hurry_worry .hurry_worry__photo {
    border-radius: 50% 50% 0 0;
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_worry .hurry_worry__photo {
    padding: 30px 15px 15px;
  }
  .hurry_worry .hurry_worry__photo .hurry_worry__img {
    max-width: 200px;
  }
}
.hurry_worry .hurry_worry__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .hurry_worry .hurry_worry__list {
    padding: 15px;
  }
}
.hurry_worry .hurry_worry__item {
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: 700;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.hurry_worry .hurry_worry__item::before {
  content: "\f14a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  color: #af8645;
}

.hurry_style__result {
  text-align: center;
  padding-top: 100px;
  position: relative;
}
.hurry_style__result::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 40px solid #D5D2CE;
  border-bottom: 0;
  margin: auto;
}

.hurry_style__text {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  color: #23160f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hurry_style__text {
    margin-bottom: 10px;
  }
}
.hurry_style__text .marker {
  color: #d92136;
}

.hurry_case {
  background: #f1eee6;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .hurry_case {
    padding-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .hurry_case {
    padding-top: 30px;
  }
  .hurry_case .hurry_case__list {
    gap: 30px;
  }
}
.hurry_case .hurry_case__item {
  width: 33.3333333333%;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 2px solid #4a3b28;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .hurry_case .hurry_case__item {
    width: 100%;
  }
}
.hurry_case .hurry_case__title {
  position: absolute;
  background: #4a3b28;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 2rem;
  padding: 10px 30px;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hurry_case .hurry_case__wrap {
  padding: 40px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  position: relative;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .hurry_case .hurry_case__wrap {
    padding: 40px 10px 10px;
  }
}
.hurry_case .hurry_case__read {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
  margin-bottom: 0;
  color: #af8645;
  line-height: 1.4;
}
.hurry_case .hurry_case__img {
  width: fit-content;
  max-width: 150px;
}
.hurry_case .hurry_case__text {
  flex-grow: 1;
  padding: 30px;
  background: #f7f7f7;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 0 0 10px 10px;
  text-align: justify;
  position: relative;
}
.hurry_case .hurry_case__text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.part_flow .part_flow__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.part_flow .part_flow__item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.part_flow .part_flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #D5D2CE;
  border-bottom: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
.part_flow .part_flow__item:last-child {
  background: none;
  box-shadow: none;
}
.part_flow .part_flow__item:last-child::after {
  display: none;
}
.part_flow .part_flow__item:last-child .part_flow__last {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.4rem);
  text-align: center;
}
.part_flow .part_flow__title {
  background: #4a3b28;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-size: clamp(2rem, 4vw, 2.2rem);
}
.part_flow .part_flow__wrap {
  padding: 20px 40px;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .part_flow .part_flow__wrap {
    padding: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .part_flow .part_flow__wrap {
    flex-direction: column;
  }
}
.part_flow .part_flow__img {
  width: 30%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .part_flow .part_flow__img {
    width: 100%;
  }
}
.part_flow .part_flow__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part_flow .part_flow__bnr {
  margin-top: 1em;
}

/*----------------------------------------------------
	選ばれる理由 reasons
----------------------------------------------------*/
.reasons_intro .reasons_intro_inner {
  background: url(../img/common/part_point_bg_top.png) no-repeat top center, url(../img/common/part_point_bg_bottom.jpg) no-repeat bottom 24% center;
  background-size: contain, cover;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .reasons_intro .reasons_intro_inner {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_intro_inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.reasons_intro .reasons_intro_title {
  font-size: clamp(3rem, 4vw, 4.6rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_intro_title {
    margin-bottom: 20px;
  }
}
.reasons_intro .reasons_intro_title .color {
  color: #774d25;
}
.reasons_intro .reasons_intro_wrap {
  background: #fff;
  position: relative;
  border-radius: 0 0 50% 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_intro_wrap {
    margin-bottom: 30px;
    border-radius: 0 0 200px 200px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_intro_wrap {
    border-radius: 0 0 100px 100px;
    background: none;
    margin-bottom: 0;
  }
}
.reasons_intro .reasons_intro_text {
  padding: 20px 20px 50px;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_intro_text {
    padding: 15px 0;
  }
}
.reasons_intro .reasons_intro_text strong {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_intro_text strong {
    font-size: 1.7rem;
  }
}
.reasons_intro .reasons_intro_text .marker {
  color: #d92136;
  font-weight: 600;
}
.reasons_intro .reasons_intro_img {
  position: absolute;
  bottom: 0;
  justify-content: space-between;
  width: 100%;
}
.reasons_intro .reasons_intro_img img {
  max-width: 200px;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_intro_img img {
    max-width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_intro_img img {
    max-width: 100px;
  }
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_intro_img {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_intro_img {
    bottom: 0;
    position: unset;
  }
}
.reasons_intro .reasons_intro_note {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2rem;
}
.reasons_intro .reasons_menu {
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_menu {
    flex-wrap: wrap;
  }
}
.reasons_intro .reasons_menu_item {
  width: calc(33.3333333333% - 14px);
  background: #fff;
  border-radius: 6px;
  border: solid 2px #4a3b28;
  position: relative;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_menu_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_menu_item {
    width: 100%;
  }
}
.reasons_intro .reasons_menu_label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #df727e;
  color: #fff;
  line-height: 1;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 6px;
  white-space: nowrap;
}
.reasons_intro .reasons_menu_link {
  display: flex;
  gap: 10px;
  height: 100%;
  align-items: stretch;
}
.reasons_intro .reasons_menu_icon {
  max-width: 100px;
  background: #df727e1a;
  padding: 5px 10px;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_menu_icon {
    max-width: 80px;
  }
}
.reasons_intro .reasons_menu_text {
  width: calc(100% - 100px);
  padding: 20px 10px 10px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .reasons_intro .reasons_menu_text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_menu_text {
    width: calc(100% - 80px);
    padding: 20px 10px 10px 0;
  }
}
.reasons_intro .reasons_menu_text .marker {
  font-weight: 600;
}
.reasons_intro .reasons_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .reasons_intro .reasons_list {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_list {
    gap: 30px;
  }
}
.reasons_intro .reasons_item .sec_title .sub {
  background: #df727e;
}
.reasons_intro .reasons_item:nth-child(even) {
  background: url(../img/reasons/bg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .reasons_intro .reasons_item:nth-child(even) {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_item:nth-child(even) {
    padding: 30px 0;
  }
}
.reasons_intro .reasons_item:nth-child(even) .reasons_style_wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_item:nth-child(even) .reasons_style_wrap {
    flex-direction: column;
  }
}
.reasons_intro .reasons_item:nth-child(odd) .reasons_style_wrap {
  background: #f7f7f7;
}
.reasons_intro .reasons_item:nth-child(odd) .reasons_style_icon {
  background: #fff;
}
.reasons_intro .reasons_item:nth-child(4) .reasons_style_wrap {
  border-radius: 6px;
}
.reasons_intro .reasons_item .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_item .btn {
    margin-top: 20px;
  }
}
.reasons_intro .reasons_style_title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_title {
    margin-bottom: 20px;
  }
}
.reasons_intro .reasons_style_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 6px 6px;
  line-height: 2;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_wrap {
    flex-direction: column;
    padding: 15px;
  }
}
.reasons_intro .reasons_style_icon {
  max-width: 200px;
  background: #f7f7f7;
  border-radius: 100px;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_style_icon {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_icon {
    display: none;
  }
}
.reasons_intro .reasons_style_photo {
  display: flex;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_photo {
    flex-wrap: wrap;
  }
}
.reasons_intro .reasons_style_photo img {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_photo img:nth-child(1) {
    width: 100%;
  }
  .reasons_intro .reasons_style_photo img:nth-child(2), .reasons_intro .reasons_style_photo img:nth-child(3) {
    width: 50%;
  }
}
.reasons_intro .reasons_style_photo {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.reasons_intro .reasons_style_photo--auto {
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_photo--auto {
    gap: 5px 10px;
  }
}
.reasons_intro .reasons_style_photo--auto p:nth-child(3) {
  position: relative;
}
.reasons_intro .reasons_style_photo--auto p:nth-child(3)::after {
  content: "";
  position: absolute;
  top: -56px;
  right: -16px;
  background: url(../img/common/part_point_icon.png) no-repeat;
  background-size: cover;
  width: 93px;
  height: 100px;
}
@media screen and (max-width: 820px) {
  .reasons_intro .reasons_style_photo--auto p:nth-child(3)::after {
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_photo--auto p:nth-child(3)::after {
    top: 0;
    width: 65px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reasons_intro .reasons_style_photo--auto p:nth-child(1), .reasons_intro .reasons_style_photo--auto p:nth-child(2), .reasons_intro .reasons_style_photo--auto p:nth-child(3) {
    width: calc(50% - 5px);
  }
}
.reasons_intro .reasons_style_photo--auto img {
  width: auto;
}
.reasons_intro .reasons_style_img {
  border-radius: 6px 6px 0 0;
}

/*----------------------------------------------------
	会員制度 shikiclub
----------------------------------------------------*/
.shikiclub_mv {
  background: url(../img/common/part_club_bg.png) repeat-y;
  background-size: cover;
  padding: 45px 0;
}
@media screen and (max-width: 820px) {
  .shikiclub_mv {
    padding: 30px 0;
  }
}
.shikiclub_mv .shikiclub_mv_title {
  font-size: clamp(3rem, 4vw, 4.6rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
}
.shikiclub_mv .shikiclub_mv_title .color {
  color: #BF0181;
}
@media screen and (max-width: 820px) {
  .shikiclub_mv .shikiclub_mv_title {
    margin-bottom: 20px;
  }
}
.shikiclub_mv .shikiclub_mv_detail {
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .shikiclub_mv .shikiclub_mv_detail {
    flex-direction: column;
  }
}
.shikiclub_mv .shikiclub_mv_photo {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .shikiclub_mv .shikiclub_mv_photo {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_mv .shikiclub_mv_photo {
    width: 100%;
  }
}
.shikiclub_mv .shikiclub_mv_wrap {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .shikiclub_mv .shikiclub_mv_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_mv .shikiclub_mv_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_mv .shikiclub_mv_list {
    flex-direction: column;
  }
}
.shikiclub_mv .shikiclub_mv_item {
  width: 33.3333333333%;
  background: #fff;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 5px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .shikiclub_mv .shikiclub_mv_item {
    width: 100%;
    flex-direction: row;
    padding: 10px;
  }
}
.shikiclub_mv .shikiclub_mv_item img {
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .shikiclub_mv .shikiclub_mv_item img {
    width: 30%;
  }
}
.shikiclub_mv .shikiclub_mv_item .shikiclub_mv_text {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .shikiclub_mv .shikiclub_mv_item .shikiclub_mv_text {
    width: 70%;
    margin-top: unset;
  }
}
.shikiclub_mv .shikiclub_mv_item .big {
  font-size: 130%;
  line-height: 1;
}
.shikiclub_mv .shikiclub_mv_item .color {
  color: #d92136;
}

.shikiclub_special .sec_title .sub {
  background: none;
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .shikiclub_special .sec_title .sub {
    font-size: 1.4rem;
  }
}
.shikiclub_special .shikiclub_special_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 820px) {
  .shikiclub_special .shikiclub_special_list {
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_special .shikiclub_special_list {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.shikiclub_special .shikiclub_special_item {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .shikiclub_special .shikiclub_special_item {
    flex-direction: column;
  }
}
.shikiclub_special .shikiclub_special_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .shikiclub_special .shikiclub_special_item:nth-child(even) {
    flex-direction: column;
  }
}
.shikiclub_special .shikiclub_special_item:nth-child(even) .shikiclub_special_label {
  left: auto;
  right: 0;
  border-radius: 0 0 0 10px;
}
.shikiclub_special .shikiclub_special_item:nth-child(3) .shikiclub_special_img {
  object-position: right;
}
.shikiclub_special .shikiclub_special_label {
  position: absolute;
  background: #BF0181;
  color: #fff;
  padding: 20px 10px;
  line-height: 1;
  font-weight: 600;
  font-size: 1.4rem;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  text-align: center;
}
.shikiclub_special .shikiclub_special_label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: normal;
}
.shikiclub_special .shikiclub_special_img {
  width: 40%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .shikiclub_special .shikiclub_special_img {
    width: 100%;
  }
}
.shikiclub_special .shikiclub_special_wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .shikiclub_special .shikiclub_special_wrap {
    width: 100%;
    padding: 15px;
  }
}
.shikiclub_special .shikiclub_special_wrap .btn {
  background: #BF0181;
}
.shikiclub_special .shikiclub_special_title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  font-weight: 600;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #774d25;
}
@media screen and (max-width: 767px) {
  .shikiclub_special .shikiclub_special_title {
    text-align: center;
  }
}

.shikiclub_use {
  background: #f3efe6;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .shikiclub_use {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_use {
    padding-top: 30px;
  }
}
.shikiclub_use .shikiclub_use_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .shikiclub_use .shikiclub_use_list {
    flex-direction: column;
    gap: 10px;
  }
}
.shikiclub_use .shikiclub_use_item {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  width: calc(50% - 10px);
  display: flex;
  gap: 10px;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .shikiclub_use .shikiclub_use_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_use .shikiclub_use_item {
    width: 100%;
    padding: 15px;
  }
}
.shikiclub_use .shikiclub_use_title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.2;
  font-weight: 600;
  color: #774d25;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 1100px) {
  .shikiclub_use .shikiclub_use_title {
    text-align: center;
    justify-content: center;
  }
}
.shikiclub_use .shikiclub_use_icon {
  max-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.shikiclub_use .shikiclub_use_wrap {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .shikiclub_use .shikiclub_use_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .shikiclub_join .shikiclub_join_list {
    flex-wrap: wrap;
  }
}
.shikiclub_join .shikiclub_join_item {
  width: 33.3333333333%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .shikiclub_join .shikiclub_join_item {
    width: calc(50% - 10px);
  }
  .shikiclub_join .shikiclub_join_item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_join .shikiclub_join_item {
    width: 100%;
  }
}
.shikiclub_join .shikiclub_join_title {
  background: #BF0181;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
}
.shikiclub_join .shikiclub_join_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .shikiclub_join .shikiclub_join_wrap {
    padding: 15px;
  }
}
.shikiclub_join .shikiclub_join_wrap .btn {
  padding: 5px;
  margin-top: auto;
}
.shikiclub_join .shikiclub_join_wrap .shikiclub_join_tel .tel_text {
  background: #d92136;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  padding: 5px;
  line-height: 1.2;
  border-radius: 30px;
  margin-bottom: 10px;
}
.shikiclub_join .shikiclub_join_wrap .shikiclub_join_tel .tel_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.shikiclub_join .shikiclub_join_wrap .shikiclub_join_tel .tel_num {
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: clamp(3rem, 4vw, 5rem);
  white-space: nowrap;
}

.shikiclub_sennokaze {
  background-color: #ebf8f2;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .shikiclub_sennokaze {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_sennokaze {
    padding-top: 30px;
  }
}
.shikiclub_sennokaze .shikiclub_sennokaze_title {
  text-align: center;
  color: #5cad86;
  font-size: clamp(2rem, 4vw, 4rem);
}
.shikiclub_sennokaze .shikiclub_sennokaze_inner {
  background: #fff;
  align-items: stretch;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shikiclub_sennokaze .shikiclub_sennokaze_inner {
    flex-direction: column;
  }
}
.shikiclub_sennokaze .shikiclub_sennokaze_img, .shikiclub_sennokaze .shikiclub_sennokaze_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shikiclub_sennokaze .shikiclub_sennokaze_img, .shikiclub_sennokaze .shikiclub_sennokaze_wrap {
    width: 100%;
  }
}
.shikiclub_sennokaze .shikiclub_sennokaze_img {
  object-fit: cover;
  aspect-ratio: 3/2;
}
.shikiclub_sennokaze .shikiclub_sennokaze_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .shikiclub_sennokaze .shikiclub_sennokaze_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shikiclub_sennokaze .shikiclub_sennokaze_wrap {
    padding: 15px;
    gap: 10px;
  }
}
.shikiclub_sennokaze .shikiclub_sennokaze_wrap .btn {
  background-color: #5cad86;
  line-height: 1.2;
}
.shikiclub_sennokaze .shikiclub_sennokaze_wrap .btn::after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.shikiclub_sennokaze .shikiclub_sennokaze_wrap .btn small {
  font-size: 1.4rem;
}

/*----------------------------------------------------
	会社概要 company
----------------------------------------------------*/
.company_intro {
  margin-bottom: 100px;
  background: url(../img/company/company_mv_l.png) no-repeat left center, url(../img/company/company_mv_r.png) no-repeat right center, url(../img/company/company_mv_bg.jpg) no-repeat;
  background-size: contain, contain, cover;
}
@media screen and (max-width: 1100px) {
  .company_intro {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  .company_intro {
    background: url(../img/company/company_mv_l.png) no-repeat left -70px top, url(../img/company/company_mv_r.png) no-repeat right -70px bottom, url(../img/company/company_mv_bg.jpg) no-repeat;
    background-size: 60%, 60%, cover;
  }
}
@media screen and (max-width: 820px) {
  .company_intro {
    background: url(../img/company/company_mv_l.png) no-repeat left -90px top, url(../img/company/company_mv_r.png) no-repeat right -90px bottom, url(../img/company/company_mv_bg.jpg) no-repeat;
    background-size: contain, contain, cover;
    margin-bottom: 30px;
  }
}
.company_intro .company_intro_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 30px 15px;
}
@media screen and (max-width: 820px) {
  .company_intro .company_intro_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_wrap {
    flex-direction: column;
  }
}
.company_intro .company_intro_title {
  position: relative;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(5rem, 4vw, 6rem);
  color: #4a3b28;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  white-space: wrap;
  text-shadow: 2px 2px 1px #f5f5f5, -2px 2px 1px #f5f5f5, 2px -2px 1px #f5f5f5, -2px -2px 1px #f5f5f5, 2px 0px 1px #f5f5f5, 0px 2px 1px #f5f5f5, -2px 0px 1px #f5f5f5, 0px -2px 1px #f5f5f5;
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_title {
    text-align: center;
    line-height: 1;
  }
}
.company_intro .company_intro_title .num {
  font-size: 300%;
  line-height: 1;
  color: #774d25;
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_title .num {
    display: block;
    font-size: 250%;
  }
}
.company_intro .company_intro_title .jp {
  position: absolute;
  border: solid 1px #4a3b28;
  padding: 5px 10px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  white-space: wrap;
  bottom: 100px;
  right: 0;
  background: #fff;
  box-shadow: none;
}
@media screen and (max-width: 820px) {
  .company_intro .company_intro_title .jp {
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_title .jp {
    position: unset;
    display: block;
    margin-top: 10px;
  }
}
.company_intro .company_intro_history {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_history {
    flex-direction: row;
  }
}
.company_intro .company_intro_history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #774d25;
  box-shadow: 2px 2px 0 #f5f5f5;
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_history::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 3px;
  }
}
.company_intro .company_intro_label {
  background: #774d25;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company_intro .company_intro_label {
    width: 100px;
    height: 100px;
  }
}
.company_intro .company_intro_label small {
  font-size: 1.2rem;
}
.company_intro .company_intro_label.mini {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 2px #774d25;
  background: #fff;
  color: #774d25;
  font-size: 1.6rem;
}

.company_greeting .company_greeting_wrap {
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .company_greeting .company_greeting_wrap {
    flex-direction: column;
  }
}
.company_greeting .company_greeting_person {
  border-radius: 10px;
}
.company_greeting .company_greeting_title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
}
.company_greeting .company_greeting_name {
  max-width: 450px;
  margin: 0 0 0 auto;
  display: block;
  width: 100%;
}

.company_philosophy {
  background: #f7f7f7;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .company_philosophy {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company_philosophy {
    padding-top: 30px;
  }
}
.company_philosophy .company_philosophy_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 1100px) {
  .company_philosophy .company_philosophy_list {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .company_philosophy .company_philosophy_list {
    gap: 10px;
  }
}
.company_philosophy .company_philosophy_item {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .company_philosophy .company_philosophy_item {
    flex-direction: column;
  }
}
.company_philosophy .company_philosophy_title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
  color: #fff;
  background: #4a3b28;
  width: 30%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .company_philosophy .company_philosophy_title {
    width: 100%;
  }
}
.company_philosophy .company_philosophy_text {
  width: 70%;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  padding: 20px;
  font-size: 2.2rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .company_philosophy .company_philosophy_text {
    width: 100%;
  }
}
.company_philosophy .value_list {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .company_philosophy .value_list {
    flex-direction: column;
    gap: 5px;
  }
}

.company_overview .company_overview_img {
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .company_overview .company_overview_img {
    margin-bottom: 20px;
  }
}
.company_overview .company_overview_wrap {
  display: flex;
  flex-direction: column;
}
.company_overview .company_overview_item {
  display: flex;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .company_overview .company_overview_item {
    flex-direction: column;
  }
}
.company_overview .company_overview_item:last-child {
  border-bottom: 1px solid #ccc;
}
.company_overview .company_overview_title, .company_overview .company_overview_text {
  padding: 10px 15px;
}
.company_overview .company_overview_title {
  background: #EEEDEC;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .company_overview .company_overview_title {
    width: 100%;
  }
}
.company_overview .company_overview_text {
  background: #fff;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .company_overview .company_overview_text {
    width: 100%;
  }
}
.company_overview .company_overview_text .flex {
  align-items: center;
  justify-content: flex-start;
}
.company_overview .company_overview_sticker {
  width: 150px;
  text-align: center;
}
.company_overview .overview_title {
  font-weight: 600;
  border-left: 5px solid #4a3b28;
  padding: 5px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.company_overview .overview_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company_overview .overview_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .company_overview .overview_list ul {
    flex-direction: column;
  }
}
.company_overview .overview_list ul li {
  background: #f7f7f7;
  padding: 5px 10px;
  width: calc(50% - 3px);
}
@media screen and (max-width: 767px) {
  .company_overview .overview_list ul li {
    width: 100%;
  }
}

.company_first {
  background: url(../img/company/bg.jpg);
  background-size: cover;
  padding-top: 100px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .company_first {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company_first {
    padding-top: 30px;
  }
}
.company_first .company_first_wrap {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company_first .company_first_wrap {
    flex-direction: column;
  }
}
.company_first .company_first_title {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company_first .company_first_title {
    text-align: center;
    margin-bottom: 15px;
  }
}
.company_first .company_first_img {
  border-radius: 10px;
}

.company_history .company_history_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.company_history .company_history_list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc((100% - 600px) / 2 + 44px);
  height: calc(100% - 20px);
  width: 1px;
  background: #4a3b28;
}
@media screen and (max-width: 767px) {
  .company_history .company_history_list::before {
    left: 55px;
  }
}
.company_history .company_history_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}
.company_history .company_history_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company_history .company_history_wrap {
    max-width: unset;
  }
}
.company_history .company_history_wrap.month .company_history_deta {
  width: 70px;
  height: 70px;
  max-height: 70px;
  min-width: 70px;
  border-radius: 35px;
  margin-left: 10px;
}
.company_history .company_history_wrap.month .company_history_text {
  margin-left: 10px;
}
.company_history .company_history_wrap:last-child .company_history_deta::after {
  display: none;
}
.company_history .company_history_deta {
  background: #4a3b28;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  width: 90px;
  height: 90px;
  max-height: 90px;
  min-width: 90px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.company_history .company_history_deta span {
  position: relative;
  z-index: 2;
}
.company_history .company_history_deta::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #4a3b28;
  top: -5px;
}
.company_history .company_history_text {
  line-height: 1.4;
}

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

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

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #4a3b28, 0 2px 0 #4a3b28, -2px 0 0 #4a3b28, 0 -2px 0 #4a3b28;
  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: #d92136;
  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%;
    padding: 20px 10px;
  }
}
.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 input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.contact_form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_form .group {
    flex-wrap: wrap;
  }
}
.contact_form select {
  padding: 5px 10px;
}
.contact_form textarea {
  max-height: 150px;
}

.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%;
  }
}
.pp_box p span {
  display: block;
  font-weight: 700;
}

.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: #774d25;
  border: 1px solid #774d25;
  transition: all 0.3s;
}
.wpcf7-previous:hover {
  background: #774d25;
  color: #fff;
}

.privacy_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.privacy_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.privacy_title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 600;
  display: flex;
  gap: 5px;
  line-height: 1.2;
}
.privacy_title::before {
  content: "ー";
}

body.club .club_list {
  background: #f3efe6;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: 30px auto 30px;
}
@media screen and (max-width: 767px) {
  body.club .club_list {
    padding: 15px;
  }
}
body.club .club_item {
  display: flex;
  gap: 5px;
}
body.club .club_item::before {
  content: "\f14a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #4a3b28;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .column_consul .consul_intro_text {
    margin-bottom: 0;
  }
}
.column_consul .consul_title {
  font-size: clamp(2.6rem, 4vw, 3rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_consul .consul_title {
    margin-bottom: 20px;
  }
}
.column_consul .consul_title small {
  font-size: 70%;
}
.column_consul .consul_title .big {
  font-size: 150%;
}
.column_consul .consul_title .color {
  color: #774d25;
}
.column_consul .consul_merit {
  background: #f3efe6;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .column_consul .consul_merit {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .column_consul .consul_merit {
    padding-top: 30px;
  }
}
.column_consul {
  /*
  .consul_merit_item {
    width: calc(100% / 4);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    @include s.tab {
      width: calc(100% / 2 - 10px);
    }
    @include s.sp {
      width: 100%;
      gap: 15px;
      align-items: center;
      flex-direction: row;
    }
    img {
      max-width: 200px;
      margin-bottom: 20px;
      @include s.sp {
        margin-bottom: 0;
      }
    }
  }
  .consul_merit_icon {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    @include s.sp {
      width: 80px;
      height: 80px;
      border-radius: 40px;
    }
  }
  .consul_merit_text {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    font-size: 1.8rem;
    font-weight: 600;
    background: s.$sub_color_2;
    border-radius: 6px;
    position: relative;
    color: #fff;
    line-height: 1.4;
    @include s.sp {
      width: 70%;
      padding: 10px;
    }
    &::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 15px 20px 15px;
      border-color: transparent transparent s.$sub_color_2 transparent;
      @include s.sp {
        top: 50%;
        left: -10px;
        transform: translate(0, -50%);
        border-width: 15px 20px 15px 0px;
        border-color: transparent s.$sub_color_2 transparent transparent;
      }
    }
    .color {
      color: #fff000;
    }
  }
  */
}
@media screen and (max-width: 820px) {
  .column_consul .consul_merit_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column_consul .consul_merit_list {
    flex-direction: column;
  }
}
.column_consul .consul_merit_item {
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 20px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 820px) {
  .column_consul .consul_merit_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_consul .consul_merit_item {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 15px 15px 40px;
  }
}
.column_consul .consul_merit_item:nth-child(even) .consul_merit_label {
  background: #a98e69;
}
@media screen and (max-width: 767px) {
  .column_consul .consul_merit_icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.column_consul .consul_merit_label {
  position: absolute;
  top: 0;
  left: 0;
  background: #db8790;
  padding: 5px 10px;
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #fff;
  border-radius: 20px 0 20px 0;
  font-size: 2.2rem;
}
.column_consul .consul_merit_text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_consul .consul_merit_text {
    width: 70%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .column_consul .consul_flow_list {
    flex-direction: column;
    gap: 20px;
  }
}
.column_consul .consul_flow_item {
  border: solid 2px #774d25;
  border-radius: 6px;
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .column_consul .consul_flow_item {
    width: 100%;
  }
}
.column_consul .consul_flow_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #774d25;
}
@media screen and (max-width: 767px) {
  .column_consul .consul_flow_item::after {
    top: auto;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 20px 25px 0px 25px;
    border-color: #774d25 transparent transparent transparent;
  }
}
.column_consul .consul_flow_item:last-child::after {
  display: none;
}
.column_consul .consul_flow_item img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.column_consul .consul_flow_photo {
  position: relative;
}
.column_consul .consul_flow_label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 120px;
  height: 60px;
  border-radius: 60px 60px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 600;
}
.column_consul .consul_flow_label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  color: #4a3b28;
}
.column_consul .consul_flow_wrap {
  padding: 20px;
}
.column_consul .consul_flow_title {
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #774d25;
}

.bnr_style {
  display: block;
  margin: 0 auto;
}