@charset "UTF-8";
/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list .hall_info_box {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.column_hall_list .hall_info_box a {
  display: block;
}
.column_hall_list .hall_info_box a:hover .btn {
  background: #b1597c;
  color: #fff;
}
.column_hall_list .hall_info_box .hall_name {
  font-size: 2.6rem;
  text-align: left;
  color: #b1597c;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: dashed 2px #f1ede2;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .hall_name {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.column_hall_list .hall_info_box .hall_name .label {
  background: #b1597c;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1;
}
.column_hall_list .hall_info_box .hall_name br {
  display: none;
}
.column_hall_list .hall_info_box .hall_detail {
  padding: 40px 0;
}
.column_hall_list .hall_info_box .flex {
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .flex {
    flex-wrap: wrap;
  }
}
.column_hall_list .hall_info_box .info_left {
  width: 340px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_left {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_hall_list .hall_info_box .info_right {
  width: calc(100% - 370px);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_right {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_right .google_link span::after {
  content: url(../img/common/outside.svg);
  margin-left: 5px;
  vertical-align: middle;
}
.column_hall_list .hall_info_box .info_right .hall_spec {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.column_hall_list .hall_info_box .info_right .hall_spec .title {
  width: 15%;
  background: #eef1f5;
  color: #4c4e4e;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .hall_spec .title {
    width: 25%;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.column_hall_list .hall_info_box .info_right .hall_spec .detail {
  width: calc(85% - 10px);
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .hall_spec .detail {
    width: calc(75% - 10px);
  }
}
.column_hall_list .hall_info_box .info_right .btn {
  padding: 10px;
  width: 300px;
  margin: 0;
}
.column_hall_list .hall_info_box .feature_icon {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.column_hall_list .hall_info_box .feature_icon li {
  box-shadow: none;
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .feature_icon li {
    padding: 5px;
    width: calc(50% - 3px);
  }
}
.column_hall_list .hall_info_box .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #b1597c;
}
.column_hall_list--wide .hall_list_label {
  text-align: center;
  margin-bottom: 10px;
}
.column_hall_list--wide .hall_list_label span {
  background: #b1597c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.column_hall_list--wide .area_anchor_list {
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_list--wide .area_anchor_list {
    flex-direction: column;
  }
}
.column_hall_list--wide .area_anchor_item {
  width: calc(33.3333333333% - 0px);
}
@media screen and (max-width: 767px) {
  .column_hall_list--wide .area_anchor_item {
    width: 100%;
  }
}
.column_hall_list--wide .area_anchor_item .btn {
  background: #fff;
  border: solid 1px #b1597c;
  box-shadow: 0 5px 0 #b1597c;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 100%;
  margin: 0;
  border-radius: 10px;
}
.column_hall_list--wide .area_anchor_item .btn::after {
  content: "\f107";
}
@media screen and (max-width: 820px) {
  .column_hall_list--wide .area_anchor_item .btn::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list--wide .area_anchor_item .btn::after {
    left: auto;
    bottom: auto;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.column_hall_list--wide .area_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .column_hall_list--wide .area_group {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list--wide .area_group {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.column_hall_list--wide .area_group:last-child {
  margin-bottom: 0;
}
.column_hall_list--wide .area_group .area_name {
  border-left: 5px solid #b1597c;
  padding: 5px 10px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .column_hall_list--wide .area_group .area_name {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
}
.column_hall_list--wide .hall_area_wrap .catch {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_list--wide .hall_area_wrap .catch {
    margin-bottom: 20px;
  }
}
.column_hall_list--wide .hall_list {
  gap: 30px;
  /*
  &.ehime {
    margin-bottom: 60px;
  }
    */
}
.column_hall_list--wide .hall_info_box .info_wrap {
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_list--wide .hall_info_box .info_wrap {
    padding: 15px;
    gap: 15px;
  }
}
.column_hall_list--wide .hall_info_box .hall_detail {
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.column_hall_list--wide .hall_info_box .hall_detail i {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b1597c;
}
.column_hall_list--wide .hall_info_box .hall_contact {
  background: #f7eef2;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  .column_hall_list--wide .hall_info_box .hall_contact {
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_list--wide .hall_info_box .hall_contact {
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .column_hall_list--wide .hall_info_box .hall_contact {
    padding: 10px;
  }
  .column_hall_list--wide .hall_info_box .hall_contact .btns {
    width: 100%;
    display: flex;
    gap: 10px;
  }
  .column_hall_list--wide .hall_info_box .hall_contact .btns .btn {
    padding: 15px 5px;
    width: calc(50% - 5px);
    border-radius: 8px;
  }
  .column_hall_list--wide .hall_info_box .hall_contact .btns .btn::after {
    display: none;
  }
  .column_hall_list--wide .hall_info_box .hall_contact .btns .btn--tel {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background: #e5071b;
    border-color: #b62432;
  }
  .column_hall_list--wide .hall_info_box .hall_contact .btns .btn--tel .tel_anime {
    width: 20px;
    height: 20px;
  }
  .column_hall_list--wide .hall_info_box .hall_contact .btns .btn--tel .tel_anime svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
}
.column_hall_list--wide .hall_info_box .hall_contact .tel_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_hall_list--wide .hall_info_box .hall_contact .tel_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.column_hall_list--wide .hall_info_box .hall_contact .tel {
  display: flex;
  gap: 5px;
  align-items: center;
}
.column_hall_list--wide .hall_info_box .hall_contact .tel_anime {
  width: 35px;
  height: 35px;
}
.column_hall_list--wide .hall_info_box .hall_contact .tel_anime svg {
  width: 35px;
  height: 35px;
  fill: #b1597c;
}
.column_hall_list--wide .hall_info_box .hall_contact .note {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .column_hall_list--wide .hall_info_box .hall_contact .note {
    text-align: center;
  }
}
.column_hall_list--wide .hall_info_box .hall_contact .note .color {
  color: #e5071b;
}
.column_hall_list--wide .hall_info_box .hall_contact .num {
  font-size: 3.5rem;
  line-height: 1;
}
.column_hall_list--wide .hall_info_box .hall_contact .btn {
  max-width: 360px;
  width: 100%;
  margin: 0;
}
.column_hall_list--wide .area_map {
  margin-top: -72px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column_hall_list--wide .area_map {
    margin-bottom: 20px;
  }
}
.column_hall_list--wide .area_map::before {
  content: "";
  display: block;
  position: absolute;
  width: 102%;
  height: 72px;
  top: -3px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
.column_hall_list--wide .area_map iframe {
  width: 100%;
  height: 480px;
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.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 {
    margin-bottom: 20px;
  }
}
.column_hall_first .hall_head_wrap .laber {
  background: #b1597c;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 6px;
  font-size: 1.7rem;
}
.column_hall_first .hall_head_wrap .sec_title {
  margin-bottom: 0;
}
.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;
}
.column_hall_first .hall_head_wrap .map::after {
  content: "\f0ab";
  font-family: "Font Awesome 6 free";
  padding-left: 5px;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .map {
    position: relative;
  }
}

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

.column_hall_detail .hall_detail {
  background: #f9f8f1;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .column_hall_detail .hall_detail {
    padding: 30px 0;
  }
}
.column_hall_detail .detail_wrap {
  background: #fff;
  box-shadow: 0 0 5px #b499a5;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .detail_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail .detail_wrap {
    padding: 15px;
  }
}
.column_hall_detail .hall_detail_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail_wrap {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail_wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.column_hall_detail .google_link {
  text-decoration: underline;
  color: #b1597c;
}
.column_hall_detail .google_link::after {
  content: url(../img/common/outside.svg);
  margin-left: 5px;
}
.column_hall_detail .hall_detail_left, .column_hall_detail .hall_detail_right {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail_left, .column_hall_detail .hall_detail_right {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail_left, .column_hall_detail .hall_detail_right {
    width: 100%;
  }
}
.column_hall_detail .detail_box .row {
  display: flex;
  border-bottom: dashed 1px #ddd;
  padding: 10px 0;
}
.column_hall_detail .detail_box .row:first-child {
  padding-top: 0;
}
.column_hall_detail .detail_box .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.column_hall_detail .detail_box .row dt {
  width: 30%;
}
.column_hall_detail .detail_box .row dd {
  width: 70%;
}
.column_hall_detail .detail_box .row .title i {
  color: #b1597c;
  margin-right: 10px;
}
.column_hall_detail .access_lists {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.column_hall_detail .access_list {
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .access_list {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail .access_list {
    margin-bottom: 15px;
  }
}
.column_hall_detail .access_list li {
  width: calc(50% - 10px);
  border: solid 1px #b1597c;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .access_list li {
    width: 100%;
  }
}
.column_hall_detail .access_list li i {
  color: #fff;
  margin-right: 10px;
}
.column_hall_detail .access_list li .title {
  background: #b1597c;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.column_hall_detail .access_list li .title, .column_hall_detail .access_list li .lead {
  padding: 10px;
}
.column_hall_detail .hall_detail_right iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column_hall_detail .hall_detail_feature .feature_icon {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.column_hall_detail .hall_detail_feature .feature_icon li {
  width: calc(20% - 8px);
  font-weight: 600;
  padding: 5px 10px 5px 5px;
  background: #b1597c0D;
  border: solid 1px #b1597c;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .column_hall_detail .hall_detail_feature .feature_icon li {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail_feature .feature_icon li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail_feature .feature_icon li {
    width: calc(50% - 5px);
    flex-direction: column;
    gap: 0;
  }
}
.column_hall_detail .hall_detail_feature .feature_icon li i img {
  max-width: 60px;
}
.column_hall_detail .hall_virtual {
  text-align: center;
}
.column_hall_detail .hall_virtual .label {
  background: #fff;
  border: dashed 2px #b1597c;
  padding: 10px;
  font-size: 1.8rem;
  color: #b1597c;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_virtual .label {
    font-size: 1.6rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
.column_hall_detail .hall_virtual .label i {
  margin-right: 10px;
}
.column_hall_detail .hall_virtual .sec_title {
  font-size: 3rem;
}
.column_hall_detail .hall_virtual .hall_matterport_wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.column_hall_detail .hall_virtual .hall_matterport_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column_hall_flow {
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  .column_hall_flow {
    padding: 40px 0;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_flow .hall_flow_wrap {
    flex-direction: column;
  }
}
.column_hall_flow .hall_flow_wrap li {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #b1597c;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_hall_flow .hall_flow_wrap li {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_flow .hall_flow_wrap li {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }
}
.column_hall_flow .hall_flow_wrap li::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #b1597c;
}
@media screen and (max-width: 820px) {
  .column_hall_flow .hall_flow_wrap li::after {
    border-width: 20px 30px 0 30px;
    border-color: #b1597c transparent transparent transparent;
    left: 50%;
    transform: translate(-50%, 0);
    top: -21px;
  }
}
.column_hall_flow .hall_flow_wrap li:first-child::after {
  display: none;
}
.column_hall_flow .hall_flow_wrap li .photo {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .column_hall_flow .hall_flow_wrap li .photo {
    margin-bottom: 0;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_flow .hall_flow_wrap li .photo {
    width: 100%;
  }
}
.column_hall_flow .hall_flow_wrap li img {
  border-radius: 10px;
}
.column_hall_flow .hall_flow_wrap li .num {
  background: #fff;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 40px 40px 0 0;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  color: #b1597c;
  line-height: 1;
  padding-top: 10px;
}
.column_hall_flow .hall_flow_wrap li .text_wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .column_hall_flow .hall_flow_wrap li .text_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_flow .hall_flow_wrap li .text_wrap {
    width: 100%;
  }
}
.column_hall_flow .hall_flow_wrap li .title {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_hall_flow .hall_flow_wrap li .title {
    font-size: 2.2rem;
  }
}
.column_hall_flow .hall_flow_wrap li .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #4c4e4e;
  z-index: 1;
}
.column_hall_flow .hall_flow_wrap li .title span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.column_reason .sec_title br {
  display: none;
}

.column_hall_reason {
  background-color: #efe2e8;
  background-image: url(../img/common/bg_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 0;
}
@media screen and (max-width: 1100px) {
  .column_hall_reason {
    padding: 60px 0 30px;
  }
}
.column_hall_reason .sec_title .read_title {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.column_hall_reason .sec_title .read_title strong {
  font-size: 6.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .sec_title .read_title strong {
    font-size: 150%;
  }
}
.column_hall_reason .feature_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.column_hall_reason .feature_item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .feature_item {
    flex-direction: column;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
  }
}
.column_hall_reason .feature_item .photo {
  width: 40%;
  position: relative;
  left: 60px;
  top: 0;
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .feature_item .photo {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.column_hall_reason .feature_item .text_wrap {
  box-shadow: 0 2px 5px #b499a5;
  width: 60%;
  padding: 60px 80px 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .column_hall_reason .feature_item .text_wrap {
    padding: 30px 40px 30px 50px;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_reason .feature_item .text_wrap {
    width: 100%;
    border-radius: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_reason .feature_item .text_wrap {
    padding: 15px;
  }
}
.column_hall_reason .feature_item .text_wrap .icon {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  color: #b1597c;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .feature_item .text_wrap .icon {
    text-align: center;
  }
}
.column_hall_reason .feature_item .text_wrap .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/feature_title.svg) no-repeat;
  width: 114px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .feature_item .text_wrap .icon::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.column_hall_reason .feature_item .text_wrap .icon .num {
  font-size: 3.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .feature_item .text_wrap .icon {
    margin-bottom: 10px;
  }
}
.column_hall_reason .feature_item .text_wrap .title {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #b1597c;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .feature_item .text_wrap .title {
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.column_hall_reason .feature_item .text_wrap .text {
  margin-bottom: 20px;
}
.column_hall_reason .feature_item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .feature_item:nth-child(2) {
    flex-direction: column;
  }
}
.column_hall_reason .feature_item:nth-child(2) .photo {
  left: auto;
  right: 60px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .feature_item:nth-child(2) .photo {
    right: 0;
  }
}
.column_hall_reason .feature_item:nth-child(2) .text_wrap {
  padding: 60px 80px 60px;
}
@media screen and (max-width: 1100px) {
  .column_hall_reason .feature_item:nth-child(2) .text_wrap {
    padding: 30px 50px 30px 40px;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_reason .feature_item:nth-child(2) .text_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_reason .feature_item:nth-child(2) .text_wrap {
    padding: 15px;
  }
}

body.page-template-hall_detail .column_banner .hall_banner {
  font-weight: 500;
}
body.page-template-hall_detail .column_banner .hall_banner .text_color {
  font-size: 120%;
}
body.page-template-hall_detail .column_banner .hall_banner--none {
  line-height: 1.4;
}
body.page-template-hall_detail .column_hall_list .hall_slider_list li {
  padding-bottom: 0;
}
body.page-template-hall_detail .column_hall_list .part_hall_wrap {
  padding-bottom: 15px;
}
body.page-template-hall_detail .column_hall_list .hall_slider_list li .hall_title {
  padding: 0 15px;
}
body.page-template-hall_detail .column_hall_list .hall_slider_list li .btn {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  body.page-template-hall_detail .column_hall_list .hall_slider_list li .btn {
    margin: 0;
    display: flex;
    font-size: 1.4rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  body.page-template-hall_detail .column_hall_list .hall_slider_list li .btn::after {
    display: none;
  }
}
body.page-template-hall_detail .column_voice {
  background-image: none;
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.column_reason_list {
  overflow: revert;
}
.column_reason_list .links_feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}
@media screen and (max-width: 820px) {
  .column_reason_list .links_feature {
    gap: 30px 20px;
  }
}
.column_reason_list .links_feature li {
  width: calc(33.3333333333% - 15px);
  color: #4c4e4e;
  background: #fff;
  text-align: left;
  font-size: 1.8rem;
  border: 1px solid #eee;
  border-top: 3px solid #b1597c;
  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: #b1597c;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.column_reason_list .links_feature li .num span {
  font-size: 2rem;
}
.column_reason_list .links_feature li .tit {
  flex: 1;
}

.column_reason .lap_row_content .lap_row:last-child .coise_box {
  margin-bottom: 0;
}
.column_reason .lap_row .coise_box {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .coise_box {
    display: block;
    margin-bottom: 30px;
  }
}
.column_reason .lap_row .img_box {
  position: relative;
  max-width: 780px;
}
.column_reason .lap_row .text_box {
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #eee;
  position: absolute;
  width: 55%;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box {
    position: relative;
    width: 100%;
  }
}
.column_reason .lap_row .text_box .db_box {
  padding: 10px 5% 30px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box {
    padding: 20px 5%;
  }
}
.column_reason .lap_row .text_box .db_box .title {
  position: absolute;
  top: -15px;
  left: -20px;
  background: #b1597c;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 15px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box .title {
    top: -20px;
    left: 0;
    font-size: 1.6rem;
  }
}
.column_reason .lap_row .text_box .db_box .title span {
  display: block;
  font-size: 3.8rem;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box .title span {
    font-size: 3rem;
  }
}
.column_reason .lap_row .text_box .db_box h3 {
  font-size: 2.6rem;
  padding: 15px 0 30px 40px;
  color: #b1597c;
}
@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;
}

/*----------------------------------------------------
	プラン一覧　詳細版
----------------------------------------------------*/
.column_plan {
  background: #f7eef2;
}
.column_plan .plan_cost {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_plan .plan_cost {
    padding: 15px;
  }
}
.column_plan .plan_cost .title {
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_plan .plan_cost .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_plan .plan_cost_list {
    flex-direction: column;
  }
}
.column_plan .plan_cost_item {
  width: calc(33.3333333333% - 15px);
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_plan .plan_cost_item {
    width: 100%;
  }
}
.column_plan .plan_cost_item img {
  border-radius: 10px;
}
.column_plan .plan_cost_item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.7019607843);
  width: 100%;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
}
.column_plan .plan_cost_item:nth-child(1)::after, .column_plan .plan_cost_item:nth-child(2)::after {
  content: "\f055";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b1597c;
  transition: all 0.3s;
  right: -35px;
  font-size: 5rem;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_plan .plan_cost_item:nth-child(1)::after, .column_plan .plan_cost_item:nth-child(2)::after {
    top: auto;
    bottom: -21px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    font-size: 3rem;
  }
}
.column_plan .plan_cost_item:nth-child(3) img {
  border: solid 1px #f5f5f5;
}
.column_plan .add_cost_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.column_plan .add_cost_wrap, .column_plan .add_cost_item {
  display: flex;
  align-items: center;
}
.column_plan .add_cost_item {
  gap: 20px;
  border-bottom: dashed 2px #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_plan .add_cost_item {
    flex-direction: column;
    gap: 10px;
  }
}
.column_plan .add_cost_item .text {
  width: 70%;
}
@media screen and (max-width: 820px) {
  .column_plan .add_cost_item .text {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .column_plan .add_cost_item .text {
    width: 100%;
  }
}
.column_plan .add_cost_wrap {
  width: 30%;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .column_plan .add_cost_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .column_plan .add_cost_wrap {
    width: 100%;
  }
}
.column_plan .add_cost_wrap img {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .column_plan .add_cost_wrap img {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
}
.column_plan .add_cost_wrap .title {
  font-size: 2rem;
  font-weight: 600;
  color: #b1597c;
}

.plan_list_all .inner {
  max-width: 1100px;
}
.plan_list_all .catch {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.plan_list_all-title {
  font-size: clamp(2.2rem, 4vw, 2.2rem);
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
}
.plan_list_all-title.simple {
  background: rgb(111, 167.8, 86.2);
}
.plan_list_all-title.irodori {
  background: rgb(106.2, 86.2, 148.6);
}
.plan_list_all-title.standard {
  background: rgb(186.2, 91, 127.8);
}
.plan_list_all-title.general {
  background: rgb(99, 81.4, 165.4);
}
.plan_list_all .wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .wrap {
    margin-bottom: 30px;
  }
}
.plan_list_all .item {
  border: 1px solid #ccc;
  position: relative;
  margin-top: -1px;
}
.plan_list_all .item:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
  font-size: 1.5rem;
}
.plan_list_all .item > .flex {
  align-items: center;
  gap: 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .plan_list_all .item > .flex {
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 25px 10px 10px;
  }
}
.plan_list_all .item .title_box {
  width: 30%;
  max-width: 300px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list_all .item .title_box {
    width: auto;
    flex: 1;
  }
}
.plan_list_all .item .title_box .reccomend {
  position: absolute;
  width: 60px;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box .reccomend {
    top: 0;
  }
}
.plan_list_all .item .title_box .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box .title {
    font-size: 2rem;
    text-align: left;
  }
}
.plan_list_all .item img {
  width: 15%;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item img {
    width: 20%;
  }
}
.plan_list_all .item .price_unit {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list_all .item .price_unit {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
  }
}
.plan_list_all .item .price_unit_untax {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
  color: #e5071b;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax {
    font-size: 4.2rem;
  }
}
.plan_list_all .item .price_unit_untax .yen {
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax .yen {
    font-size: 1.5rem;
    margin-left: 3px;
  }
}
.plan_list_all .item .price_unit_untax .yen .tax {
  position: absolute;
  font-size: 1.2rem;
  white-space: nowrap;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax .yen .tax {
    font-size: 1rem;
    top: -11px;
    right: -3px;
  }
}
.plan_list_all .item .price_unit_taxin {
  font-size: clamp(1.7rem, 4vw, 2rem);
  color: #4c4e4e;
}
.plan_list_all .item .price_unit_taxin .tax {
  font-size: 0.8em;
}
.plan_list_all .item .price_unit .price_ippan_taxin {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit .price_ippan_taxin {
    text-align: left;
    line-height: 1.4;
  }
}
.plan_list_all .item .flow {
  width: 25%;
  display: flex;
  gap: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .flow {
    display: none;
  }
}
.plan_list_all .item .flow_item {
  text-align: center;
  width: 2em;
  padding: 2px 5px;
  color: #666;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.plan_list_all .item.simple {
  color: #4b922c;
}
.plan_list_all .item.simple .flow .flow_item.in {
  color: #4b922c;
  border: 1px solid #4b922c;
}
.plan_list_all .item.irodori {
  color: #452c7a;
}
.plan_list_all .item.irodori .flow .flow_item.in {
  color: #452c7a;
  border: 1px solid #452c7a;
}
.plan_list_all .item.standard {
  color: #a93260;
}
.plan_list_all .item.standard .flow .flow_item.in {
  color: #a93260;
  border: 1px solid #a93260;
}
.plan_list_all .item.general {
  color: #3c268f;
}
.plan_list_all .item.general .flow .flow_item.in {
  color: #3c268f;
  border: 1px solid #3c268f;
}

/*------プラン詳細------------------------------*/
.plan_list {
  position: relative;
  border-bottom: 2px solid #b1597c;
}
.plan_list-links {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1200px;
}
@media screen and (max-width: 820px) {
  .plan_list-links {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .plan_list-links {
    gap: 10px;
  }
}
.plan_list-item {
  width: 25%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .plan_list-item {
    width: 33.3333333333%;
  }
}
.plan_list-item.tab {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .plan_list-item.tab {
    line-height: 1.2;
  }
}
.plan_list-item.tab.show {
  background: #b1597c;
  color: #fff;
}
.plan_list-item a {
  display: block;
  padding: 5px;
  color: #fff;
}
.plan_list-item.simple.show {
  background: #4b922c;
}
.plan_list-item.simple.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.simple {
  background: rgb(215.6578947368, 239.9473684211, 205.0526315789);
}
.plan_list-item.simple a {
  color: #666;
}
.plan_list-item.irodori.show {
  background: #452c7a;
}
.plan_list-item.irodori.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.irodori {
  background: rgb(202.9939759036, 189.5903614458, 231.4096385542);
}
.plan_list-item.irodori a {
  color: #666;
}
.plan_list-item.standard.show {
  background: #a93260;
}
.plan_list-item.standard.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.standard {
  background: rgb(246.7808219178, 227.2191780822, 234.7808219178);
}
.plan_list-item.standard a {
  color: #666;
}
.plan_list-item.general.show {
  background: #3c268f;
}
.plan_list-item.general.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.general {
  background: rgb(205.5303867403, 196.5359116022, 239.4640883978);
}
.plan_list-item.general a {
  color: #666;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

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

.plan_wrap .plan_detail {
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail {
    margin-bottom: 20px;
  }
}
.plan_wrap .plan_detail .inner {
  padding: 30px 0;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .plan_wrap .plan_detail .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .inner {
    flex-direction: column-reverse;
  }
}
.plan_wrap .plan_detail .detail_note {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e5071b;
}
.plan_wrap .plan_detail .detail_photo {
  width: 45%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_photo {
    width: 100%;
  }
}
.plan_wrap .plan_detail .detail_photo .plan_img {
  margin-bottom: 10px;
  width: 100%;
}
.plan_wrap .plan_detail .detail_photo .plan_in {
  gap: 10px;
}
.plan_wrap .plan_detail .detail_photo .plan_in_item p {
  background: #b1597c;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
.plan_wrap .plan_detail .detail_wrap {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .plan_wrap .plan_detail .detail_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .detail_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail .detail_wrap strong {
  font-size: 125%;
}
.plan_wrap .plan_detail .detail_wrap .sec_title {
  margin-bottom: 0;
}
.plan_wrap .plan_detail .detail_wrap .plan_head {
  text-align: center;
  flex-wrap: wrap;
  gap: 5px;
}
.plan_wrap .plan_detail .detail_wrap .plan_head .txt {
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-radius: 20px;
  padding: 5px;
}
.plan_wrap .plan_detail .detail_wrap .plan_head .txt br {
  display: none;
}
.plan_wrap .plan_detail .detail_wrap .plan_head .num {
  background: #fff;
  color: #444;
  border: 1px solid #ccc;
  padding: 2px 5px;
  width: 100%;
  border-radius: 10px;
}
.plan_wrap .plan_detail .price_discount {
  background: #e5071b;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .price_discount {
    padding: 10px 15px;
  }
}
.plan_wrap .plan_detail .price_discount::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e5071b transparent transparent transparent;
}
.plan_wrap .plan_detail .price_discount .num {
  font-size: 150%;
  line-height: 1;
}
.plan_wrap .plan_detail .price_discount .color {
  color: #fff000;
}
.plan_wrap .plan_detail .price_discount small {
  font-size: 1.3rem;
}
.plan_wrap .plan_detail .detail_price .price_unit {
  font-size: 2.2rem;
  margin: 0 5px;
  text-align: center;
  color: #e5071b;
  border: 1px solid #e5071b;
  border-radius: 5px;
  line-height: 1.6;
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  color: #e5071b;
  flex-direction: column;
  gap: 15px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left {
    width: 100%;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  position: relative;
  background: #e5071b;
  display: inline-block;
  padding: 0 30px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
  color: #444;
  font-weight: 500;
  font-size: 1.4rem;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_text {
  font-weight: 600;
  line-height: 1;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .yen {
  font-size: 3rem;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
  position: absolute;
  width: 3em;
  left: 3px;
  font-size: 1.2rem;
  top: -15px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin .num {
  font-size: 150%;
  margin-left: 5px;
}
.plan_wrap .plan_detail .price_ippan_taxin {
  background: #fff;
  padding: 10px;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .price_ippan_taxin {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.plan_wrap .plan_detail .price_ippan_taxin .num {
  font-size: 150%;
  margin-left: 5px;
}
.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;
  }
}
.plan_wrap .plan_detail .flow_container ul .item {
  position: relative;
  padding: 5px 0px;
  border-radius: 5px;
  color: #fff;
  width: calc(20% - 10px);
  background: #ccc;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item {
    width: calc(20% - 3px);
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_detail .flow_container ul .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a4a4a4;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container ul .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_wrap .plan_detail .flow_container ul .item:last-child {
  margin-right: 0;
}
.plan_wrap .plan_detail .flow_container ul .item:last-child::after {
  content: none;
}
.plan_wrap .plan_including .including_wrap {
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including .including_wrap {
    padding: 15px;
  }
}
.plan_wrap .plan_including .including_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.plan_wrap .plan_including .including_list .item {
  background: #fff;
  width: calc(20% - 0px);
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item {
    flex-wrap: wrap;
    width: calc(33.3333333333% - 0px);
  }
}
.plan_wrap .plan_including .including_list .item .item_img {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_img {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list .item .item_txt {
  flex: 1;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_including .including_list .item .item_txt .mini {
  display: block;
  font-size: 80%;
}
.plan_wrap .plan_including .including_list .item--none .item_img, .plan_wrap .plan_including .including_list .item--none .item_txt {
  opacity: 0.1;
}
.plan_wrap .plan_including .including_list.after {
  margin-bottom: 0;
}
.plan_wrap .plan_including .plan_function {
  font-size: 1.5rem;
}
.plan_wrap .plan_point .sec_title .title_wrap {
  color: #fff;
  background: #b1597c;
  font-size: 2.7rem;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_point .sec_title .title_wrap {
    font-size: 2rem;
  }
}
.plan_wrap .plan_point .sec_title .title_wrap::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b1597c transparent transparent transparent;
}
.plan_wrap .plan_point .sec_title .title_wrap .text_color {
  color: #fff000;
}
.plan_wrap .plan_point .plan_point_list {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_point .plan_point_list {
    flex-direction: column;
    gap: 10px;
  }
}
.plan_wrap .plan_point .plan_point_item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0 5px #b499a5;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_point .plan_point_item {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 15px;
    align-items: center;
  }
  .plan_wrap .plan_point .plan_point_item .plan_point_title {
    width: 70%;
  }
}
.plan_wrap .plan_point .plan_point_item img {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_point .plan_point_item img {
    width: 30%;
    margin-bottom: 0;
  }
}
.plan_wrap .plan_point .plan_point_item .plan_point_title {
  @in;
}

.bnr_other_plans {
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1100px) {
  .bnr_other_plans {
    padding: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  .bnr_other_plans {
    flex-direction: column;
  }
}
.bnr_other_plans .bnr_other_item {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .bnr_other_plans .bnr_other_item {
    width: 100%;
  }
}
.bnr_other_plans .bnr_other_link {
  background: #b1597c;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bnr_other_plans .bnr_other_link {
    flex-direction: column;
  }
}
.bnr_other_plans .bnr_other_link.standard .bnr_other_detail {
  position: relative;
}
.bnr_other_plans .bnr_other_link.standard .bnr_other_detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/plan/point_icon.png);
  width: 60px;
  height: 60px;
  background-size: cover;
}
.bnr_other_plans .bnr_other_read {
  width: 40%;
}
@media screen and (max-width: 1100px) {
  .bnr_other_plans .bnr_other_read {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bnr_other_plans .bnr_other_read {
    width: 100%;
  }
}
.bnr_other_plans .bnr_other_feature, .bnr_other_plans .bnr_other_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.bnr_other_plans .bnr_other_feature {
  font-size: 1.4rem;
  background: #fff;
  color: #b1597c;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.bnr_other_plans .bnr_other_feature .pc_hide {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .bnr_other_plans .bnr_other_feature .pc_hide {
    display: none !important;
  }
}
.bnr_other_plans .bnr_other_title {
  font-size: 4rem;
}
.bnr_other_plans .bnr_other_detail {
  width: 60%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .bnr_other_plans .bnr_other_detail {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bnr_other_plans .bnr_other_detail {
    width: 100%;
  }
}
.bnr_other_plans .bnr_other_img {
  aspect-ratio: 4/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bnr_other_plans .bnr_other_untax {
  color: #e5071b;
  display: flex;
  gap: 3px;
  align-items: end;
  font-weight: bold;
  width: 100%;
  justify-content: center;
}
.bnr_other_plans .bnr_other_untax .unit {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.bnr_other_plans .bnr_other_untax .yen {
  line-height: 1;
}
.bnr_other_plans .bnr_other_untax .zeinuki {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .bnr_other_plans .bnr_other_untax {
    flex-wrap: wrap;
  }
  .bnr_other_plans .bnr_other_untax .member {
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 820px) {
  .bnr_other_plans .bnr_other_untax .member {
    width: auto;
  }
}
.bnr_other_plans .num {
  line-height: 1;
  font-weight: normal;
  font-size: 200%;
}
.bnr_other_plans .bnr_other_taxin {
  font-size: 1.4rem;
}
.bnr_other_plans .bnr_other_taxin .num {
  font-size: 150%;
}
.bnr_other_plans .bnr_other_link.simple {
  background: #4b922c;
}
.bnr_other_plans .bnr_other_link.simple .bnr_other_feature {
  color: #4b922c;
}
.bnr_other_plans .bnr_other_link.irodori {
  background: #452c7a;
}
.bnr_other_plans .bnr_other_link.irodori .bnr_other_feature {
  color: #452c7a;
}
.bnr_other_plans .bnr_other_link.standard {
  background: #a93260;
}
.bnr_other_plans .bnr_other_link.standard .bnr_other_feature {
  color: #a93260;
}
.bnr_other_plans .bnr_other_link.general {
  background: #3c268f;
}
.bnr_other_plans .bnr_other_link.general .bnr_other_feature {
  color: #3c268f;
}

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

body.page-template-plan-detail-template .column_brand {
  margin: -40px auto 40px;
}
@media screen and (max-width: 767px) {
  body.page-template-plan-detail-template .column_brand {
    margin-top: 0;
  }
}
body.page-template-plan-detail-template .column_plan_list .catch {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.page-template-plan-detail-template .column_plan_list .catch {
    margin-bottom: 20px;
  }
}
body.page-template-plan-detail-template .fukidashi_bnr .text {
  font-size: 2.5rem;
  margin-bottom: 0;
}
body.page-template-plan-detail-template .fukidashi_bnr .text::before, body.page-template-plan-detail-template .fukidashi_bnr .text::after {
  top: auto;
  bottom: 10px;
}
body.page-template-plan-detail-template .fukidashi_bnr .text::before {
  transform: translateY(0) scale(-1, 1);
}
body.page-template-plan-detail-template .fukidashi_bnr .text::after {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  body.page-template-plan-detail-template .fukidashi_bnr .text {
    padding: 0 30px;
    font-size: 2rem;
  }
  body.page-template-plan-detail-template .fukidashi_bnr .text::before, body.page-template-plan-detail-template .fukidashi_bnr .text::after {
    bottom: 5px;
  }
}

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

.simple .plan_detail {
  background: #4b922c1A;
}
.simple .plan_detail .detail_wrap .plan_head .txt,
.simple .plan_detail .detail_wrap .flow_container .item.in {
  background: #4b922c;
}
.simple .plan_list {
  border-color: #4b922c;
}
.simple .plan_list-item.tab.show {
  background: #4b922c;
}
.simple .plan_including .including_wrap {
  background: #4b922c1A;
}
.simple .plan_point .sec_title .title_wrap {
  background: #4b922c;
}
.simple .plan_point .sec_title .title_wrap::after {
  border-color: #4b922c transparent transparent transparent;
}
.simple .column_brand .text_color, .simple .plan_including .text_color, .simple .column_banner .text_color {
  color: #4b922c;
}

.plan_wrap.irodori {
  border-top: 2px solid #452c7a;
}

.irodori .plan_detail {
  background: #452c7a1A;
}
.irodori .plan_detail .detail_wrap .plan_head .txt,
.irodori .plan_detail .detail_wrap .flow_container .item.in {
  background: #452c7a;
}
.irodori .plan_list {
  border-color: #452c7a;
}
.irodori .plan_list-item.tab.show {
  background: #452c7a;
}
.irodori .plan_including .including_wrap {
  background: #452c7a1A;
}
.irodori .plan_point .sec_title .title_wrap {
  background: #452c7a;
}
.irodori .plan_point .sec_title .title_wrap::after {
  border-color: #452c7a transparent transparent transparent;
}
.irodori .column_brand .text_color, .irodori .plan_including .text_color, .irodori .column_banner .text_color {
  color: #452c7a;
}

.plan_wrap.standard {
  border-top: 2px solid #a93260;
}

.standard .plan_detail {
  background: #a932601A;
}
.standard .plan_detail .detail_wrap .plan_head .txt,
.standard .plan_detail .detail_wrap .flow_container .item.in {
  background: #a93260;
}
.standard .plan_list {
  border-color: #a93260;
}
.standard .plan_list-item.tab.show {
  background: #a93260;
}
.standard .plan_including .including_wrap {
  background: #a932601A;
}
.standard .plan_point .sec_title .title_wrap {
  background: #a93260;
}
.standard .plan_point .sec_title .title_wrap::after {
  border-color: #a93260 transparent transparent transparent;
}
.standard .column_brand .text_color, .standard .plan_including .text_color, .standard .column_banner .text_color {
  color: #a93260;
}

.plan_wrap.general {
  border-top: 2px solid #3c268f;
}

.general .plan_detail {
  background: #3c268f1A;
}
.general .plan_detail .detail_wrap .plan_head .txt,
.general .plan_detail .detail_wrap .flow_container .item.in {
  background: #3c268f;
}
.general .plan_list {
  border-color: #3c268f;
}
.general .plan_list-item.tab.show {
  background: #3c268f;
}
.general .plan_including .including_wrap {
  background: #3c268f1A;
}
.general .plan_point .sec_title .title_wrap {
  background: #3c268f;
}
.general .plan_point .sec_title .title_wrap::after {
  border-color: #3c268f transparent transparent transparent;
}
.general .column_brand .text_color, .general .plan_including .text_color, .general .column_banner .text_color {
  color: #3c268f;
}

/*------プラン比較表------------------------------*/
@media screen and (max-width: 1100px) {
  .plan_comparison .table_wrap {
    overflow-y: scroll;
  }
}
.plan_comparison .comparison {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  max-width: 1200px;
}
.plan_comparison .comparison .con_title {
  background: rgb(247.2, 238.4, 241.9);
  font-size: 1.8rem;
}
.plan_comparison .comparison .plan_title {
  background: #eee;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
.plan_comparison .comparison th,
.plan_comparison .comparison td {
  border: 1px solid #ccc;
  padding: 1em;
  white-space: nowrap;
}
.plan_comparison .comparison .price_cell {
  font-weight: 600;
}
.plan_comparison .comparison .price_cell .num {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}
.plan_comparison .comparison .price_cell .ippan {
  font-weight: 600;
  margin-bottom: 10px;
}
.plan_comparison .comparison .price_cell .club_notax {
  color: #e5071b;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan_comparison .comparison .price_cell .club_notax .num {
  font-size: 3em;
}
.plan_comparison .comparison .price_cell .club_taxin {
  font-weight: 400;
}
.plan_comparison .comparison .discount {
  color: #e5071b;
}
.plan_comparison .comparison .discount .num {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1;
}
.plan_comparison .comparison .flow {
  text-align: center;
  gap: 5px;
  justify-content: center;
}
.plan_comparison .comparison .flow .step {
  font-size: 1.6rem;
  padding: 8px 4px;
  color: #fff;
  background: #eee;
  writing-mode: vertical-rl;
}
.plan_comparison .comparison .flow .step.on {
  background: #b1597c;
}
.plan_comparison .comparison .simple .step.on {
  background: #4b922c;
}
.plan_comparison .comparison .irodori .step.on {
  background: #452c7a;
}
.plan_comparison .comparison .standard .step.on {
  background: #a93260;
}
.plan_comparison .comparison .general .step.on {
  background: #3c268f;
}

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

body.irodori .comparison .irodori {
  border-left: 5px solid #452c7a;
  border-right: 5px solid #452c7a;
}
body.irodori .comparison .irodori.plan_title {
  border-top: 5px solid #452c7a;
  color: #452c7a;
  font-size: 1.2em;
}
body.irodori .comparison .irodori.last {
  border-bottom: 5px solid #452c7a;
}

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

body.general .comparison .general {
  border-left: 5px solid #3c268f;
  border-right: 5px solid #3c268f;
}
body.general .comparison .general.plan_title {
  border-top: 5px solid #3c268f;
  color: #3c268f;
  font-size: 1.2em;
}
body.general .comparison .general.last {
  border-bottom: 5px solid #3c268f;
}

body.standard .standard_2 .detail_photo {
  position: relative;
}
body.standard .standard_2 .detail_photo::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/plan/point_icon.png);
  width: 80px;
  height: 80px;
  background-size: cover;
}
body.standard .standard_3 .detail_photo {
  position: relative;
}
body.standard .standard_3 .detail_photo::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/plan/point_icon_plus.png);
  width: 80px;
  height: 80px;
  background-size: cover;
}

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

/*----------------------------------------------------
	供物供花
----------------------------------------------------*/
.kyouka_contact_wrap {
  text-align: center;
}
.kyouka_contact_wrap .catch {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.kyouka_contact_wrap .telnum {
  font-size: 4.8rem;
  font-family: "Oswald", sans-serif;
  color: #e5071b;
}
.kyouka_contact_wrap .telnum i {
  color: #e5071b;
  margin-right: 5px;
}
.kyouka_contact_wrap .kyouka_laber {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
}
.kyouka_contact_wrap .kyouka_laber span {
  background: #6dc4bc;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 1.8rem;
  display: block;
}
.kyouka_contact_wrap .fax_btn {
  display: block;
  border: 1px solid #b1597c;
  color: #b1597c;
  font-size: 2rem;
  position: relative;
  padding: 10px 0;
}
.kyouka_contact_wrap .fax_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #b1597c;
  border-right: 2px solid #b1597c;
  transition: all 0.3s;
}
.kyouka_contact_wrap .fax_btn:hover {
  background: #ebf8ff;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.column_hurry_first {
  padding: 30px 0 0;
  background: url(../img/hurry/mv_bg.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .column_hurry_first {
    background: url(../img/hurry/mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.column_hurry_first .hurry_first {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first {
    padding-bottom: 15px;
  }
  .column_hurry_first .hurry_first .bnr {
    margin-bottom: 10px;
    display: block;
  }
  .column_hurry_first .hurry_first .bnr:hover {
    opacity: 1;
  }
}
.column_hurry_first .hurry_first .sec_title {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(2.6rem, 3vw, 4rem);
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.column_hurry_first .hurry_first .sec_title .point {
  color: #e5071b;
}
.column_hurry_first .hurry_first .sec_title small {
  font-weight: normal;
}
.column_hurry_first .hurry_first .sec_title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #e5071b transparent transparent transparent;
  animation: updown1 3s ease-in-out 0s infinite;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.column_hurry_first .hurry_first .hurry_first_wrap {
  text-align: center;
}
.column_hurry_first .hurry_first .tel_wrap {
  border-radius: 8px;
  border: solid 1px #b1597c;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
.column_hurry_first .hurry_first .tel_wrap .tel_title {
  background: #e5071b;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 5px 20px;
}
.column_hurry_first .hurry_first .tel_wrap .tel {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.column_hurry_first .hurry_first .tel_wrap .tel_anime {
  width: 40px;
  height: 40px;
}
.column_hurry_first .hurry_first .tel_wrap .num {
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  line-height: 1;
}
.column_hurry_first .hurry_mv {
  max-width: 400px;
}
@media screen and (max-width: 1100px) {
  .column_hurry_first .hurry_mv {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_mv {
    display: none;
  }
}
.column_hurry_first .hurry_first_read {
  background: #b1597c;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first_read {
    padding: 10px;
  }
}
.column_hurry_first .hurry_first_read .title {
  color: #fff;
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .hurry_first_read .title {
    margin-bottom: 5px;
  }
}
.column_hurry_first .hurry_first_read .read_point {
  justify-content: center;
}
.column_hurry_first .hurry_first_read .read_point li {
  background: #fff;
  color: #b1597c;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hurry_first .note {
    font-size: 1.4rem;
  }
}

.hurry_worries .hurry_worries_wrap {
  justify-content: center;
  align-items: center;
  border: solid 1px #b1597c;
  max-width: 1000px;
  margin: 0 auto 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hurry_worries .hurry_worries_wrap {
    flex-direction: column-reverse;
  }
}
.hurry_worries .hurry_worries_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_worries .hurry_worries_list {
    padding: 15px 15px 0;
  }
}
.hurry_worries .hurry_worries_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hurry_worries .hurry_worries_item::before {
  content: url(../img/common/icon_check.svg);
  width: 22px;
  height: 22px;
  display: inline-block;
}
.hurry_worries .hurry_worries_item span {
  width: calc(100% - 22px);
}
.hurry_worries .title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 600;
  position: relative;
  padding-top: 30px;
}
.hurry_worries .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #b1597c transparent transparent transparent;
  animation: updown1 3s ease-in-out 0s infinite;
}

@media screen and (max-width: 820px) {
  .hurry_flow .hurry_flow_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .hurry_flow .hurry_flow_list {
    gap: 15px;
  }
}
.hurry_flow .hurry_flow_item {
  background: #fff;
  width: 16.6666666667%;
  box-shadow: 0 0 10px #dcd9cf;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .hurry_flow .hurry_flow_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .hurry_flow .hurry_flow_item {
    width: calc(50% - 8px);
  }
}
.hurry_flow .hurry_flow_item::before {
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  color: #b1597c;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .hurry_flow .hurry_flow_item::before {
    right: -14px;
  }
}
.hurry_flow .hurry_flow_item:last-child::before {
  display: none;
}
.hurry_flow .hurry_flow_item .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #b1597c;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 9px 0 9px 0;
}
.hurry_flow .hurry_flow_item img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.hurry_flow .hurry_flow_item .title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hurry_case {
  overflow: unset;
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case_list {
    flex-direction: column;
  }
}
.hurry_case .hurry_case_item {
  width: calc(33.3333333333% - 15px);
  box-shadow: 0 0 10px #dcd9cf;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case_item {
    width: 100%;
  }
}
.hurry_case .hurry_case_item .label {
  background: #b1597c;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}
.hurry_case .hurry_case_item .text_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .hurry_case .hurry_case_item .text_wrap {
    padding: 15px;
  }
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case_item .text_wrap {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.hurry_case .hurry_case_item img {
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case_item img {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .hurry_case .hurry_case_item img {
    width: 100%;
  }
}
.hurry_case .hurry_case_item .place {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .hurry_case .hurry_case_item .place {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .hurry_case .hurry_case_item .place {
    width: 100%;
  }
}
.hurry_case .hurry_case_item .place .place_name {
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .hurry_case .hurry_case_item .place .place_name {
    padding-right: 20px;
    margin-right: 10px;
  }
}
.hurry_case .hurry_case_item .place .place_name::before {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #b1597c;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.hurry_case .hurry_case_item .place .yui_label {
  border: dashed 2px #b1597c;
  border-radius: 6px;
  padding: 5px 20px;
  color: #b1597c;
  background: #f7eef2;
}
@media screen and (max-width: 1100px) {
  .hurry_case .hurry_case_item .place .yui_label {
    padding: 5px 10px;
  }
}
.hurry_case .hurry_case_item .read {
  text-align: center;
  font-weight: 600;
  color: #b1597c;
  font-size: 1.8rem;
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .hurry_case .hurry_case_item .read {
    font-size: 1.5rem;
  }
}
.hurry_case .hurry_case_item .text {
  background: #f7eef2;
  padding: 30px 20px 20px;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .hurry_case .hurry_case_item .text {
    padding: 20px 15px 15px;
  }
}
.hurry_case .hurry_case_item .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #fff transparent transparent transparent;
}

.hurry_reason .text_num {
  font-size: 130%;
}
.hurry_reason .hurry_reason_list {
  flex-wrap: wrap;
}
.hurry_reason .hurry_reason_item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 15px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #dcd9cf;
}
@media screen and (max-width: 820px) {
  .hurry_reason .hurry_reason_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .hurry_reason .hurry_reason_item {
    width: 100%;
  }
}
.hurry_reason .hurry_reason_item .photo {
  position: relative;
}
.hurry_reason .hurry_reason_item .photo .label {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 60px;
  height: 40px;
  border-radius: 30px 30px 0 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 3rem;
  color: #b1597c;
}
.hurry_reason .hurry_reason_item .text_wrap {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.hurry_reason .hurry_reason_item .text_wrap .title {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2rem);
  color: #b1597c;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  border-bottom: dashed 2px #f1ede2;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

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

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

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

body.hall .column_hall_list {
  background: none;
  padding: 0;
}

body.page-template-area_pages .column_hall_list--wide .hall_info_box .hall_contact {
  background: #f1ede2;
}
body.page-template-area_pages .column_brand .brand_wrap {
  background: none;
}
body.page-template-area_pages .column_brand .brand_wrap .catch {
  margin-bottom: 0;
}
body.page-template-area_pages .column_brand--first .yui_point {
  margin-bottom: 0;
}

body.page-template-plan .column_plan_list {
  padding: 80px 0 0;
  background: none;
}
@media screen and (max-width: 767px) {
  body.page-template-plan .column_plan_list {
    padding-top: 20px;
  }
}
body.page-template-plan .column_hall_list {
  background-image: none;
}

body.hurry .column_hall_list {
  background-image: none;
}

body.member .column_hall_list {
  background-image: none;
}

body.consultation #footer, body.inquiry #footer {
  padding: 0;
}
body.consultation .pp_wrap a, body.inquiry .pp_wrap a {
  text-decoration: underline;
  color: #e5071b;
}

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

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact_form--mgb20 {
  margin-bottom: 20px;
}
.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: #e5071b;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd.flex--start {
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .contact_form dd.flex--start {
    flex-direction: column;
  }
}
.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 textarea {
  height: 150px;
}
.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;
}

.form_note {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.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;
}
.pp_box p {
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.pp_box p span {
  display: block;
  font-weight: 700;
}

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

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

/*----------------------------------------------------
	first
----------------------------------------------------*/
.column_first .first_chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.column_first .first_chat .chat_comment {
  justify-content: flex-start;
  max-width: 700px;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_first .first_chat .chat_comment {
    gap: 10px;
  }
}
.column_first .first_chat .chat_comment .photo {
  position: relative;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .column_first .first_chat .chat_comment .photo {
    width: 80px;
  }
}
.column_first .first_chat .chat_comment .photo::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
@media screen and (max-width: 767px) {
  .column_first .first_chat .chat_comment .photo::after {
    right: -20px;
  }
}
.column_first .first_chat .chat_comment img {
  min-width: 120px;
  min-height: 120px;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .column_first .first_chat .chat_comment img {
    min-width: 80px;
    min-height: 80px;
  }
}
.column_first .first_chat .chat_comment .text {
  box-shadow: 0 5px 0 #ddd;
  max-width: 405px;
  background: #f5f5f5;
  padding: 15px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_first .first_chat .chat_comment .text {
    width: calc(100% - 80px);
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.column_first .first_chat .chat_comment:nth-child(2) {
  flex-direction: row-reverse;
}
.column_first .first_chat .chat_comment:nth-child(2) .photo::after {
  right: auto;
  left: -30px;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #f7eef2;
}
@media screen and (max-width: 767px) {
  .column_first .first_chat .chat_comment:nth-child(2) .photo::after {
    left: -20px;
  }
}
.column_first .first_chat .chat_comment:nth-child(2) .text {
  background: #f7eef2;
  box-shadow: 0 5px 0 #b499a5;
}
.column_first .first_menu {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .column_first .first_menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .column_first .first_menu {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.column_first .menu_item {
  width: calc(25% - 15px);
  background: #b1597c;
  border-radius: 10px;
  border-bottom: solid 5px #9b2e5a;
}
@media screen and (max-width: 1100px) {
  .column_first .menu_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column_first .menu_item {
    width: calc(50% - 5px);
  }
}
.column_first .menu_item a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 20px;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_first .menu_item a {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column_first .menu_item a {
    padding: 10px 10px 20px;
    gap: 5px;
  }
}
.column_first .menu_item a::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_first .menu_item a::after {
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.column_first .menu_item .icon {
  background: #f7eef2;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .column_first .menu_item .icon {
    display: none;
  }
}
.column_first .menu_item .icon img {
  padding: 5px;
}
.column_first .menu_item .text {
  width: calc(100% - 60px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_first .menu_item .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_first .menu_item .text {
    font-size: 1.4rem;
  }
}
.column_first .sec_mv {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_first .sec_mv {
    margin-bottom: 30px;
  }
}
.column_first .sec_mv .mv img {
  width: 100%;
}
.column_first .first_title {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: solid 2px #b1597c;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 2.1rem;
  background: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_first .first_title {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
.column_first .first_title::before, .column_first .first_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 7.5px 0 7.5px;
}
.column_first .first_title::before {
  bottom: -10px;
  border-color: #b1597c transparent transparent transparent;
}
.column_first .first_title::after {
  bottom: -7px;
  border-color: #fff transparent transparent transparent;
}
.column_first article {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_first article {
    padding-bottom: 30px;
  }
}
.column_first article .sec_title {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.9rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column_first article .sec_title {
    font-size: 2.3rem;
  }
}
.column_first article .sec_title .marker {
  color: #b1597c;
}
.column_first .first_about {
  padding-top: 0;
}
.column_first .first_about .about_point {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .column_first .first_about .about_point {
    flex-direction: column;
    gap: 10px;
  }
}
.column_first .first_about .about_point .about_item {
  box-shadow: 0 0 5px #b499a5;
  width: calc(33.3333333333% - 15px);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_first .first_about .about_point .about_item {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
  }
}
.column_first .first_about .about_point .about_item img {
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_first .first_about .about_point .about_item img {
    max-width: 75px;
  }
}
.column_first .first_about .about_point .about_item .text {
  font-weight: 600;
  line-height: 1.2;
  color: #b1597c;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .column_first .first_about .about_point .about_item .text {
    width: calc(100% - 100px);
    text-align: center;
    font-size: 1.7rem;
  }
}
.column_first .first_cost .plan_box {
  padding-bottom: 60px;
  margin-bottom: 20px;
  position: relative;
}
.column_first .first_cost .plan_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #b1597c transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.column_first .first_visit {
  background: #f7eef2;
}
.column_first .first_visit .visit_photo {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .column_first .first_visit .visit_photo {
    gap: 5px;
    margin-bottom: 20px;
  }
}
.column_first .first_visit .visit_photo li:nth-child(1), .column_first .first_visit .visit_photo li:nth-child(2) {
  grid-column: span 3;
}
.column_first .first_visit .visit_photo li:nth-child(n+3) {
  grid-column: span 2;
}
.column_first .first_visit .visit_photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_first .first_visit .column_hall_list {
  background: none;
  padding: 0;
  margin-bottom: 45px;
}
.column_first .first_visit .fukidashi {
  margin-bottom: 10px;
}
.column_first .first_consultation .preparation {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 2px #b1597c;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .preparation {
    padding: 15px;
  }
}
.column_first .first_consultation .preparation .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
  width: fit-content;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .preparation .title {
    font-size: 1.8rem;
    padding: 10px 0;
    width: 100%;
  }
}
.column_first .first_consultation .preparation .title::before, .column_first .first_consultation .preparation .title::after {
  content: "";
  position: absolute;
}
.column_first .first_consultation .preparation .title::before {
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #333333;
  border-top: none;
  border-bottom-right-radius: 50px; /* 左下の角丸 */
  border-bottom-left-radius: 50px; /* 右下の角丸 */
  translate: -50%;
}
.column_first .first_consultation .preparation .title::after {
  top: calc(100% + 8px); /* フキダシのサイズに応じて調整してください */
  left: 30px;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: -50deg;
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .preparation .title::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 5px);
  }
}
.column_first .first_consultation .preparation_wrap {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .preparation_wrap {
    flex-direction: column;
  }
  .column_first .first_consultation .preparation_wrap img {
    max-width: 150px;
  }
}
.column_first .first_consultation .preparation_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.column_first .first_consultation .preparation_list .comment {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .preparation_list .comment {
    align-items: flex-start;
  }
}
.column_first .first_consultation .preparation_list .comment::before {
  content: url(../img/common/icon_check.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
}
.column_first .first_consultation .preparation_list .comment span {
  width: calc(100% - 18px);
}
.column_first .first_consultation .note {
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  max-width: 350px;
  margin: 0 auto 45px;
  position: relative;
  background: #b1597c;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .note {
    padding: 10px;
    max-width: 300px;
  }
}
.column_first .first_consultation .note::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 175px 0 175px;
  border-color: #b1597c transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .column_first .first_consultation .note::after {
    border-width: 15px 150px 0 150px;
  }
}
.column_first .first_flow {
  padding-top: 0;
}

.first_banner {
  background: #f9f8f1;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .first_banner {
    padding: 30px 0;
  }
}

/*----------------------------------------------------
	member
----------------------------------------------------*/
.member_content .sec_title strong {
  font-size: 150%;
  font-weight: normal;
}
.member_content .member_mv {
  margin-bottom: 30px;
}
.member_content .member_about {
  max-width: 1000px;
  margin: 0 auto;
}
.member_content .member_about .title {
  color: #b1597c;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.member_content .member_about .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #b1597c;
  z-index: 1;
}
.member_content .member_about .title span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 30px;
}
.member_content .column_gojokai {
  background: url(../img/hurry/mv_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .member_content .column_gojokai {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .member_content .column_gojokai {
    background-position: left center;
  }
}
@media screen and (max-width: 820px) {
  .member_content .column_gojokai .gojokai_list {
    flex-wrap: wrap;
  }
}
.member_content .column_gojokai .gojokai_item {
  width: calc(25% - 15px);
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .member_content .column_gojokai .gojokai_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .member_content .column_gojokai .gojokai_item {
    padding: 5px 10px 10px;
  }
}
.member_content .column_gojokai .gojokai_item img {
  max-width: 100px;
  margin: 0 auto;
}
.member_content .column_gojokai .gojokai_item .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .member_content .column_gojokai .gojokai_item .text {
    font-size: 1.6rem;
  }
}
.member_content .column_course .sec_title {
  margin-bottom: 70px;
}
.member_content .column_course .course_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .course_list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.member_content .column_course .course_item {
  border: solid 1px #b1597c;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.member_content .column_course .course_item .label {
  white-space: nowrap;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  border: solid 2px #b1597c;
  color: #b1597c;
  padding: 10px 30px;
  border-radius: 30px;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .course_item .label {
    padding: 10px 20px;
  }
}
.member_content .column_course .course_item .label::before, .member_content .column_course .course_item .label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 7.5px 0 7.5px;
}
.member_content .column_course .course_item .label::before {
  bottom: -10px;
  border-color: #b1597c transparent transparent transparent;
}
.member_content .column_course .course_item .label::after {
  bottom: -7px;
  border-color: #fff transparent transparent transparent;
}
.member_content .column_course .course_title {
  border-radius: 9px 9px 0 0;
  background: #b1597c;
  color: #fff;
  padding: 5px 10px;
  font-size: 2.5rem;
  text-align: center;
}
.member_content .column_course .course_wrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .course_wrap {
    padding: 20px 15px;
  }
}
.member_content .column_course .course_wrap .cost_wrap {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.member_content .column_course .course_wrap .cost, .member_content .column_course .course_wrap .all_cost {
  text-align: center;
}
.member_content .column_course .course_wrap .cost .num, .member_content .column_course .course_wrap .all_cost .num {
  font-size: 180%;
  line-height: 1;
}
.member_content .column_course .course_wrap .cost {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #4c4e4e;
}
.member_content .column_course .course_wrap .cost::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #4c4e4e transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  left: 50%;
}
.member_content .column_course .course_wrap .all_cost {
  font-weight: 600;
  font-size: 3rem;
}
.member_content .column_course .course_wrap .all_cost .num {
  font-weight: normal;
  color: #e5071b;
}
.member_content .column_course .course_catch {
  margin-bottom: 20px;
}
.member_content .column_course .cost_detail .open_btn {
  text-align: center;
  background: #f7eef2;
  color: #b1597c;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 20px 10px 10px;
}
.member_content .column_course .cost_detail .cost_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: solid 1px #f7eef2;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_detail .cost_contents {
    padding: 15px;
  }
}
.member_content .column_course .cost_detail .cost_contents .detail_list {
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_detail .cost_contents .detail_list {
    flex-direction: column;
    gap: 5px;
  }
}
.member_content .column_course .cost_detail .cost_contents .detail_list table {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_detail .cost_contents .detail_list table {
    width: 100%;
  }
}
.member_content .column_course .cost_detail .cost_contents .detail_list table tbody {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.member_content .column_course .cost_detail .cost_contents .detail_list table tr {
  display: flex;
  border: solid 1px #f5f5f5;
}
.member_content .column_course .cost_detail .cost_contents .detail_list table th, .member_content .column_course .cost_detail .cost_contents .detail_list table td {
  padding: 5px;
}
.member_content .column_course .cost_detail .cost_contents .detail_list table th {
  background: #f5f5f5;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member_content .column_course .cost_detail .cost_contents .detail_list table td {
  width: 70%;
}
.member_content .column_course .cost_detail .cost_contents .detail_list .note {
  width: 100%;
  line-height: 1.2;
}
.member_content .column_course .cost_detail .cost_contents .cost_none {
  background: #f7eef2;
}
.member_content .column_course .cost_detail .cost_contents .cost_none .cost_none_title {
  background: #b1597c;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 5px 10px;
  text-align: center;
}
.member_content .column_course .cost_detail .cost_contents .cost_none .cost_none_list {
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .member_content .column_course .cost_detail .cost_contents .cost_none .cost_none_list {
    padding: 15px;
  }
}
.member_content .column_course .cost_detail .cost_contents .cost_none .cost_none_item {
  background: #fff;
  padding: 5px 10px;
  font-size: 1.4rem;
  border-radius: 8px;
  color: #b1597c;
  font-weight: 600;
}
.member_content .column_course .cost_detail .cost_contents .attention_title {
  font-weight: 600;
  margin-bottom: 10px;
}
.member_content .column_course .cost_detail .cost_contents .attention_item {
  padding-left: 1em;
  text-indent: -1em;
}
.member_content .column_course .cost_member_plan {
  background: rgba(240, 108, 31, 0.1019607843);
  max-width: 1000px;
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden;
}
.member_content .column_course .cost_member_plan .wrap {
  padding: 40px 30px 30px;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_member_plan .wrap {
    padding: 30px 15px 15px;
  }
}
.member_content .column_course .cost_member_plan .title {
  background: #f06c1f;
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 2.5rem);
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}
.member_content .column_course .cost_member_plan .member_plan_wrap {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 30px 20px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_member_plan .member_plan_wrap {
    flex-direction: column;
  }
}
.member_content .column_course .cost_member_plan .member_plan_wrap img, .member_content .column_course .cost_member_plan .member_plan_wrap .text {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_member_plan .member_plan_wrap img, .member_content .column_course .cost_member_plan .member_plan_wrap .text {
    width: 100%;
  }
}
.member_content .column_course .cost_member_plan .member_plan_wrap .sub_title {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-weight: bold;
}
.member_content .column_course .cost_member_plan .member_plan_wrap .sub_title span {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  background: #b1597c;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .member_content .column_course .cost_member_plan .member_plan_wrap .sub_title span {
    padding: 5px 15px;
  }
}
.member_content .column_privilege .privilege_list {
  flex-wrap: wrap;
  justify-content: center;
}
.member_content .column_privilege .privilege_item {
  box-shadow: 0 3px 10px #dcd9cf;
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .member_content .column_privilege .privilege_item {
    width: calc(33.3333333333% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .member_content .column_privilege .privilege_item {
    width: 100%;
  }
}
.member_content .column_privilege .privilege_item .photo {
  position: relative;
}
.member_content .column_privilege .privilege_item .label {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #b1597c;
  color: #fff;
  padding: 5px 30px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 1.2;
}
.member_content .column_privilege .privilege_item .text {
  flex-grow: 1;
  padding: 20px 15px 15px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member_content .column_privilege .privilege_item .text small {
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
}
.member_content .column_privilege .privilege_item .text .marker {
  color: #e5071b;
}
.member_content .column_join {
  background: #f7eef2;
}
.member_content .column_join .join_list {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .member_content .column_join .join_list {
    flex-direction: column;
  }
}
.member_content .column_join .join_list .join_item {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #b1597c;
  position: relative;
}
@media screen and (max-width: 820px) {
  .member_content .column_join .join_list .join_item {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .member_content .column_join .join_list .join_item {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }
}
.member_content .column_join .join_list .join_item::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #b1597c;
}
@media screen and (max-width: 820px) {
  .member_content .column_join .join_list .join_item::after {
    border-width: 20px 30px 0 30px;
    border-color: #b1597c transparent transparent transparent;
    left: 50%;
    transform: translate(-50%, 0);
    top: -21px;
  }
}
.member_content .column_join .join_list .join_item:first-child::after {
  display: none;
}
.member_content .column_join .join_list .join_item .photo {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .member_content .column_join .join_list .join_item .photo {
    margin-bottom: 0;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .member_content .column_join .join_list .join_item .photo {
    width: 100%;
  }
}
.member_content .column_join .join_list .join_item img {
  border-radius: 10px;
}
.member_content .column_join .join_list .join_item .num {
  background: #fff;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 40px 40px 0 0;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  color: #b1597c;
  line-height: 1;
  padding-top: 10px;
}
.member_content .column_join .join_list .join_item .text_wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .member_content .column_join .join_list .join_item .text_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .member_content .column_join .join_list .join_item .text_wrap {
    width: 100%;
  }
}
.member_content .column_join .join_list .join_item .title {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .member_content .column_join .join_list .join_item .title {
    font-size: 2.2rem;
  }
}
.member_content .column_join .join_list .join_item .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #4c4e4e;
  z-index: 1;
}
.member_content .column_join .join_list .join_item .title span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.member_content .column_join .join_text {
  padding-left: 1em;
  text-indent: -1em;
}

.column_bellmony .inner {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px #009384;
  border-radius: 10px;
  padding: 0;
}
.column_bellmony .bellmony_wrap {
  padding: 20px;
}
.column_bellmony .bellmony_read {
  color: #009384;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 2.5rem);
}
.column_bellmony .bellmony_item {
  display: flex;
  flex-direction: column;
}
.column_bellmony .bellmony_item--tel {
  width: 70%;
}
@media screen and (max-width: 820px) {
  .column_bellmony .bellmony_item--tel {
    width: 100%;
  }
}
.column_bellmony .bellmony_item--tel .tel_list {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_bellmony .bellmony_item--tel .tel_list {
    flex-direction: column;
  }
}
.column_bellmony .bellmony_item--tel .tel_area {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_bellmony .bellmony_item--tel .tel_area {
    width: 100%;
  }
}
.column_bellmony .bellmony_item--tel .tel_area:nth-child(1) .area_name, .column_bellmony .bellmony_item--tel .tel_area:nth-child(2) .area_name {
  background: #f7eef2;
}
.column_bellmony .bellmony_item--tel .tel_area:nth-child(3) .area_name {
  background: #f1ede2;
}
.column_bellmony .bellmony_item--tel .tel_area .area_name {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}
.column_bellmony .bellmony_item--tel .tel_area .num {
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
.column_bellmony .bellmony_item--tel .tel_area .num i {
  color: #009384;
  margin-right: 5px;
}
.column_bellmony .bellmony_item--form {
  width: 30%;
}
@media screen and (max-width: 820px) {
  .column_bellmony .bellmony_item--form {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .column_bellmony .bellmony_contact {
    flex-direction: column;
    gap: 30px;
  }
}
.column_bellmony .bellmony_contact .title {
  background: #7E7E7E;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  line-height: 1.2;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.column_bellmony .bellmony_contact .title small {
  background: #fff;
  padding: 5px;
  color: #4c4e4e;
  border-radius: 20px;
}
.column_bellmony .bellmony_contact .link_wrap {
  flex-grow: 1;
}
.column_bellmony .bellmony_note {
  border: solid 1px #009384;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .column_bellmony .bellmony_note {
    flex-direction: column;
  }
}
.column_bellmony .bellmony_note .note_title {
  background: #009384;
  padding: 5px 10px;
  font-weight: 600;
  color: #fff;
}
.column_bellmony .bellmony_note .note_text {
  padding: 5px 10px;
}
.column_bellmony .bellmony_text {
  background: #0093841A;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .column_bellmony .bellmony_text {
    flex-direction: column;
  }
  .column_bellmony .bellmony_text img {
    max-width: 60px;
  }
}
.column_bellmony .bellmony_link {
  background: #009384;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  position: relative;
  padding: 10px;
  text-align: center;
}
.column_bellmony .bellmony_link::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  height: 16px;
  width: 16px;
  line-height: 16px;
}

.consultation_intro .consultation_title {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .consultation_intro .consultation_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.consultation_intro .best_faq {
  border: solid 1px #b1597c;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: unset;
}
@media screen and (max-width: 1100px) {
  .consultation_intro .best_faq {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 820px) {
  .consultation_intro .best_faq {
    padding-top: 45px;
  }
}
@media screen and (max-width: 820px) {
  .consultation_intro .best_faq {
    padding-top: 30px;
  }
}
.consultation_intro .best_faq .consultation_title {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  background: #fff;
  padding: 0 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .consultation_intro .best_faq .consultation_title {
    top: -25px;
  }
}
.consultation_intro .best_faq .consultation_title .italic {
  font-style: italic;
  font-family: "Oswald", sans-serif;
  color: #b1597c;
  margin-left: 5px;
}
.consultation_intro .best_faq .consultation_title .italic strong {
  font-size: 150%;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .consultation_intro .best_faq_list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .consultation_intro .best_faq_list {
    flex-direction: column;
  }
}
.consultation_intro .best_faq_item {
  border: solid 1px #f7eef2;
  width: calc(33.3333333333% - 15px);
  background: #fff;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .consultation_intro .best_faq_item {
    width: calc(33.3333333333% - 0px);
  }
}
@media screen and (max-width: 767px) {
  .consultation_intro .best_faq_item {
    width: 100%;
  }
}
.consultation_intro .best_faq_item i {
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .consultation_intro .best_faq_item i {
    width: 70px;
  }
}
.consultation_intro .best_faq_item img {
  max-width: 80px;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .consultation_intro .best_faq_item img {
    max-width: 60px;
  }
}
.consultation_intro .best_faq_item .text {
  width: calc(100% - 90px);
  background: #f7eef2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 0 10px;
}
@media screen and (max-width: 820px) {
  .consultation_intro .best_faq_item .text {
    width: calc(100% - 70px);
  }
}
.consultation_intro .consultation_flow {
  background: url(../img/hurry/mv_bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.consultation_intro .consultation_flow .consultation_flow_list {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .consultation_intro .consultation_flow .consultation_flow_list {
    flex-direction: column;
  }
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #b1597c;
  position: relative;
}
@media screen and (max-width: 820px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #b1597c;
}
@media screen and (max-width: 820px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item::after {
    border-width: 20px 30px 0 30px;
    border-color: #b1597c transparent transparent transparent;
    left: 50%;
    transform: translate(-50%, 0);
    top: -21px;
  }
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item:first-child::after {
  display: none;
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .photo {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .photo {
    margin-bottom: 0;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .photo {
    width: 100%;
  }
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item img {
  border-radius: 10px;
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .num {
  background: #fff;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 40px 40px 0 0;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  color: #b1597c;
  line-height: 1;
  padding-top: 10px;
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .text_wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .text_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .text_wrap {
    width: 100%;
  }
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .title {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .title {
    font-size: 2.2rem;
  }
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #4c4e4e;
  z-index: 1;
}
.consultation_intro .consultation_flow .consultation_flow_list .consultation_flow_item .title span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}