@charset "UTF-8";
.feature_icon {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .feature_icon {
    justify-content: flex-start;
  }
}
.feature_icon li {
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 2px 5px;
  background: #fff;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  font-weight: 600;
  padding-left: 2em;
  text-indent: -1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .feature_icon li {
    padding-right: 5px;
    width: calc(50% - 3px);
  }
}
.feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #005fae;
}

/*----------------------------------------------------
	特長
----------------------------------------------------*/
.feature_title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  text-align: center;
  font-weight: 500;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  color: #354ba1;
  margin-bottom: 20px;
}

.feature_mv {
  background: url(../img/feature/mv.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .feature_mv {
    padding: 40px 0;
    background-position: right;
  }
}
.feature_mv .title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  color: #354ba1;
}

.feature_leading {
  max-width: 1040px;
}
.feature_leading .flex {
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .feature_leading .flex {
    gap: 10px;
    flex-direction: column;
  }
}
.feature_leading .lead {
  margin-bottom: 1em;
  font-size: 1.8rem;
  text-align: justify;
}
.feature_leading .name {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .feature_leading .name {
    text-align: center;
    width: 100%;
  }
}
.feature_leading .lead_box {
  flex: 1;
}
.feature_leading .img {
  border-radius: 20px;
  overflow: hidden;
  width: 35%;
}
@media screen and (max-width: 820px) {
  .feature_leading .img {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
}

.feature_list_contents {
  background: #f7fbfb;
}
.feature_list_contents .feature_title {
  margin-bottom: 20px;
  position: relative;
}
.feature_list_contents .catch {
  margin-bottom: 30px;
}
.feature_list_contents .f_list {
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .feature_list_contents .f_list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature_list_contents .f_list {
    width: 90%;
    margin: 0 auto;
  }
}
.feature_list_contents .f_list .item {
  width: calc(33.3333333333% - 40px);
  border-radius: 10px;
  box-shadow: 2px 2px 8px #eee;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .feature_list_contents .f_list .item {
    width: calc(50% - 17px);
  }
}
@media screen and (max-width: 767px) {
  .feature_list_contents .f_list .item {
    width: 100%;
  }
}
.feature_list_contents .f_list .item a {
  display: block;
}
.feature_list_contents .f_list .item figure {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}
.feature_list_contents .f_list .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature_list_contents .f_list .item .title {
  font-size: clamp(2rem, 4vw, 2.2rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  padding: 0 18px;
  margin-bottom: 20px;
}
.feature_list_contents .f_list .item .title:before, .feature_list_contents .f_list .item .title:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333;
  transform-origin: calc(100% - 0.5px) 50%;
}
.feature_list_contents .f_list .item .title::before {
  transform: rotate(45deg);
}
.feature_list_contents .f_list .item .title::after {
  transform: rotate(-45deg);
}
.feature_list_contents .transfer {
  max-width: 900px;
  margin: 0 auto;
  background: #f7fbfb;
  align-items: center;
  border: 1px solid #354ba1;
  border-radius: 10px;
}
.feature_list_contents .transfer img {
  width: 40%;
}
.feature_list_contents .transfer .info {
  flex: 1;
  padding: 20px;
}
.feature_list_contents .transfer .info .title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 10px;
  line-height: 1.4;
  color: #354ba1;
}

.js-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.js-modal .modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-modal .close_btn {
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #333;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .js-modal .close_btn {
    width: 60px;
    height: 60px;
  }
}
.js-modal .close_btn:before, .js-modal .close_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .js-modal .close_btn:before, .js-modal .close_btn:after {
    height: 20px;
  }
}
.js-modal .close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal .close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal .modal-content {
  position: absolute;
  padding: 0;
  width: auto;
  max-width: 600px;
  height: 90%;
  max-height: 900px;
  overflow: scroll;
  border-radius: 10px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .js-modal .modal-content {
    width: 90%;
  }
}
.js-modal .modal-content .modal_lead {
  padding: 0 40px 30px;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .js-modal .modal-content .modal_lead {
    padding: 0 20px 20px;
  }
}

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

/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list .hall_info_box {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 30px;
  box-shadow: 4px 4px 6px #cddce5;
  width: 96%;
}
.column_hall_list .hall_info_box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box {
    width: 94%;
    padding: 10px 15px 30px;
  }
}
.column_hall_list .hall_info_box a {
  display: block;
}
.column_hall_list .hall_info_box .hall_name_wrap {
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .hall_name_wrap {
    flex-direction: column;
    gap: 5px;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.column_hall_list .hall_info_box .hall_name_wrap .hall_name {
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  text-align: left;
  color: #354ba1;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: 0;
}
.column_hall_list .hall_info_box .hall_name_wrap .hall_name .mini {
  font-size: 0.8em;
  color: #333;
}
.column_hall_list .hall_info_box .hall_name_wrap .family_hall_laber {
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  background: #e98551;
}
.column_hall_list .hall_info_box .info_flex {
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_flex {
    flex-direction: column;
  }
}
.column_hall_list .hall_info_box .info_flex .info_left {
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_flex .info_left {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_flex .info_left img {
  width: 100%;
  height: 100%;
}
.column_hall_list .hall_info_box .info_flex .info_right {
  width: calc(100% - 370px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_flex .info_right {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_flex .info_right .hall_spec {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_flex .info_right .hall_spec {
    gap: 5px;
  }
}
.column_hall_list .hall_info_box .info_flex .info_right .hall_spec .title {
  width: 20%;
  background: #eef1f5;
  color: #333;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_flex .info_right .hall_spec .title {
    background: unset;
    width: 10%;
    font-size: 2rem;
    line-height: 1.2;
  }
  .column_hall_list .hall_info_box .info_flex .info_right .hall_spec .title i {
    color: #005fae;
  }
}
.column_hall_list .hall_info_box .info_flex .info_right .hall_spec .detail {
  width: calc(80% - 15px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_flex .info_right .hall_spec .detail {
    width: calc(90% - 5px);
  }
}
.column_hall_list .hall_info_box .info_flex .info_right .feature_icon {
  justify-content: flex-start;
}
.column_hall_list .hall_info_box .btn {
  padding: 10px;
  width: 100%;
  min-width: unset;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .sp_btn {
    gap: 10px;
  }
  .column_hall_list .hall_info_box .sp_btn .btn {
    flex: 1;
    border-radius: 5px;
    font-size: 1.8rem;
    box-shadow: 0 4px 0 #25387c;
    padding: 6px 5px;
  }
  .column_hall_list .hall_info_box .sp_btn .btn:before, .column_hall_list .hall_info_box .sp_btn .btn:after {
    right: 5px;
  }
}
.column_hall_list .hall_info_box .tel_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .tel_btn {
    display: block;
    background: #dc394a;
    box-shadow: 0 4px 0 #ac1f2e !important;
  }
  .column_hall_list .hall_info_box .tel_btn:before, .column_hall_list .hall_info_box .tel_btn:after {
    content: none;
  }
  .column_hall_list .hall_info_box .tel_btn i {
    margin-right: 2px;
    font-size: 1.1em;
  }
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.column_hall_first {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_hall_first {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
}
.column_hall_first .hall_head_wrap {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap {
    flex-wrap: wrap;
    text-align: center;
    gap: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex_item {
    width: 48%;
  }
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .flex_item {
    width: 100%;
  }
}
.column_hall_first .hall_head_wrap .flex_item:first-child {
  margin-right: auto;
  align-self: center;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .flex_item:first-child {
    width: 100%;
  }
}
.column_hall_first .hall_head_wrap .flex_item .flex.start {
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex_item .flex.start {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin-bottom: 5px;
  }
}
.column_hall_first .hall_head_wrap .flex_item .flex.start .family_hall_laber {
  background: #e98551;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}
.column_hall_first .hall_head_wrap .flex_item .flex.start .sec_title {
  text-align: left;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
.column_hall_first .hall_head_wrap .flex_item .flex.start .sec_title .mini {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.column_hall_first .hall_head_wrap .flex_item .flex.start .sec_title::after {
  content: none;
}
.column_hall_first .hall_head_wrap .flex_item .access {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  text-align: left;
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex_item .access {
    padding-left: 25px;
    margin-bottom: 0;
  }
}
.column_hall_first .hall_head_wrap .flex_item .access i {
  color: #005fae;
  margin-right: 5px;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .flex_item .access i {
    font-size: 1.8rem;
  }
}
.column_hall_first .hall_head_wrap .flex_item .g_bnr {
  font-size: 1.6rem;
  display: block;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.column_hall_first .hall_head_wrap .flex_item .g_bnr .color {
  color: #354ba1;
}
.column_hall_first .hall_head_wrap .flex_item .g_bnr .star {
  color: #ffca00;
  font-size: 1.2em;
}
.column_hall_first .hall_head_wrap .flex_item .g_bnr:after {
  content: url(../img/common/blank.svg);
  width: 13px;
  height: 15px;
  display: inline-block;
}
.column_hall_first .hall_head_wrap .inquiry {
  display: block;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .column_hall_first .hall_head_wrap .inquiry {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hall_slider {
    margin-bottom: 20px;
  }
}
.hall_slider .splide__hall {
  margin-bottom: 10px;
}
.hall_slider .splide__hall .splide__arrow--next {
  right: 1em;
}
.hall_slider .splide__hall .splide__arrow--prev {
  left: 1em;
}
.hall_slider .splide__track--nav > .splide__list > .splide__slide {
  border: 1px solid #fff !important;
}

.column_hall_detail .hall_detail {
  position: relative;
  background: #fff;
}
.column_hall_detail .hall_detail .hall_detail_title {
  text-align: left;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 5px;
}
.column_hall_detail .hall_detail .hall_detail_title .color {
  color: #005fae;
  font-size: 1.1em;
}
.column_hall_detail .hall_detail .detail_box {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 0 0;
  border-top: 2px solid #005fae;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box {
    display: block;
    padding: 0;
  }
}
.column_hall_detail .hall_detail .detail_box a {
  text-decoration: none;
  color: inherit;
}
.column_hall_detail .hall_detail .detail_box .map_link {
  background: #005fae;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
    display: block;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
  width: 30%;
  min-width: 165px;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right {
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_right {
    width: 100%;
    padding-top: 0;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list {
    gap: 0;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  .column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li:first-of-type {
    margin-bottom: 0;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li .title {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li .title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li .title i {
  font-size: 2.2rem;
  margin-right: 5px;
  color: #005fae;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list .parking_list a {
  display: block;
  color: #005fae;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list .parking_list a i {
  font-size: 0.7em;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 {
  width: 100%;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .caution_box {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #fff7f7;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .caution_box .title {
  font-weight: bold;
  font-size: 2rem;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .caution_box .title:before {
  content: "\f071";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #dc394a;
  margin-right: 5px;
}

.hall_setsubi .setsubi_title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.hall_setsubi .setsubi_title i {
  color: #005fae;
  font-size: 1.1em;
}
.hall_setsubi .setsubi_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
.hall_setsubi .setsubi_list .item {
  border: 1px solid #ddd;
  border-right: 0;
  width: 25%;
  gap: 0;
  margin-top: -1px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hall_setsubi .setsubi_list .item {
    width: 50%;
    font-size: 1.5rem;
  }
}
.hall_setsubi .setsubi_list .item .title {
  background: #eee;
  padding: 0.5em;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .hall_setsubi .setsubi_list .item .title {
    width: 60%;
  }
}
.hall_setsubi .setsubi_list .item .mark {
  padding: 0.5em;
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd;
}

.column_hall_reason {
  background: #f7fbfb;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .column_hall_reason {
    padding: 20px 0;
  }
}
.column_hall_reason .hall_reason_toc {
  justify-content: center;
  margin-bottom: 60px;
  padding-top: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_toc {
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 30px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_toc {
    flex-direction: column;
  }
  .column_hall_reason .hall_reason_toc .toc {
    display: none;
  }
}
.column_hall_reason .hall_reason_toc .item {
  flex: 1;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_toc .item {
    width: calc(50% - 15px);
    flex: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_toc .item {
    width: 100%;
  }
}
.column_hall_reason .hall_reason_toc .item .label {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 1.1;
  color: #23357e;
  background: #f4f5f9;
  box-shadow: 3px 3px #23357e;
  border-radius: 50px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_toc .item .label {
    width: 60px;
    height: 60px;
    right: unset;
    top: -20px;
  }
}
.column_hall_reason .hall_reason_toc .item .label .mini {
  font-size: 1.6rem;
  display: block;
}
.column_hall_reason .hall_reason_toc .item .label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  font-style: italic;
  position: relative;
  right: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_toc .item .label .num {
    font-size: 2.4rem;
    right: 3px;
  }
}
.column_hall_reason .hall_reason_toc .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 15px 15px 15px;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2rem);
  position: relative;
  line-height: 1.4;
  background: #fff;
  box-shadow: 2px 2px 5px #eee;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_toc .item a {
    padding: 10px 15px 10px 70px;
    text-align: left;
    justify-content: left;
  }
}
.column_hall_reason .hall_reason_toc .item a:after {
  content: "\f103";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
  color: #23357e;
  line-height: 1;
  font-size: 2.6rem;
  transition: all 0.3s;
  text-align: center;
}
.column_hall_reason .hall_reason_toc .item a:hover:after {
  bottom: -30px;
}
.column_hall_reason .hall_reason_toc .item a .title {
  font-weight: bold;
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  line-height: 1.4;
}
.column_hall_reason .hall_reason_toc .item a .title .bold {
  display: block;
  color: #354ba1;
}
.column_hall_reason .hall_reason_toc .item .arrow::before,
.column_hall_reason .hall_reason_toc .item .arrow::after {
  opacity: 1;
}
.column_hall_reason .hall_reason_wrap {
  counter-reset: cnt 0;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box {
  max-width: 1200px;
  width: 100%;
  align-items: center;
  position: relative;
  gap: 40px;
  counter-increment: reason 1;
  margin: 0 auto;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box {
    gap: 20px;
    flex-direction: column;
  }
  .column_hall_reason .hall_reason_wrap .hall_reason_box:nth-child(even) {
    flex-direction: column;
  }
}
.column_hall_reason .hall_reason_wrap .img_box {
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_wrap .img_box {
    width: 100%;
  }
}
.column_hall_reason .hall_reason_wrap .img_box img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.column_hall_reason .hall_reason_wrap .text_box {
  flex: 1;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title {
  font-weight: bold;
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  color: #354ba1;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box_title {
    margin-bottom: 10px;
  }
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title .label {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #c2c9e3;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title .toc {
  display: none;
}

.column_hall_tour {
  background: #fdf8f7;
}
.column_hall_tour .inner {
  background: #fff;
  outline: 10px solid #fdebeb;
  padding: 20px 40px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .column_hall_tour .inner {
    padding: 50px 15px 10px;
    width: 90%;
    margin: 0 auto;
    outline-width: 5px;
  }
}
.column_hall_tour .inner .label {
  position: absolute;
  line-height: 1.2;
  background: #f15c5c;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px 5px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_tour .inner .label {
    flex-direction: column;
    top: -15px;
  }
}
.column_hall_tour .inner .hall_tour_title {
  text-align: center;
  font-size: clamp(3rem, 4vw, 4rem);
  margin-bottom: 10px;
  line-height: 1.4;
  color: #f15c5c;
}
.column_hall_tour .inner .heading {
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_tour .inner .heading {
    flex-direction: column;
  }
}
.column_hall_tour .inner .heading .left,
.column_hall_tour .inner .heading .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_hall_tour .inner .heading .left,
.column_hall_tour .inner .heading .right {
    width: 100%;
  }
}
.column_hall_tour .inner .date_wrap {
  border-top: 1px solid #c7b9b9;
  padding-top: 20px;
}
.column_hall_tour .inner .date_wrap .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 3rem;
  color: #623535;
  line-height: 1.4;
}
.column_hall_tour .inner .date_wrap .list {
  justify-content: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.column_hall_tour .inner .date_wrap .list .item {
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_hall_tour .inner .date_wrap .list .item {
    width: calc(50% - 15px);
    text-align: center;
  }
}
.column_hall_tour .inner .date_wrap .list .item .month {
  font-size: clamp(2.4rem, 4vw, 2.8rem);
}
.column_hall_tour .inner .date_wrap .list .item .date {
  font-size: clamp(3.8rem, 4vw, 4.2rem);
}
.column_hall_tour .inner .date_wrap .list .item .week {
  display: inline-block;
  background: #333;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  padding: 0.3em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
.column_hall_tour .inner .date_wrap .info {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .column_hall_tour .inner .date_wrap .info {
    gap: 5px;
  }
}
.column_hall_tour .inner .date_wrap .info span:first-of-type {
  border-right: 1px solid;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_tour .inner .date_wrap .info span:first-of-type {
    padding-right: 0;
    border: 0;
  }
}
.column_hall_tour .inner .date_wrap .caution {
  font-size: 0.7em;
  text-align: right;
  padding-top: 1em;
}
.column_hall_tour .btn {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  width: 80%;
  background: #2d95a0;
}
@media screen and (max-width: 820px) {
  .column_hall_tour .btn {
    position: relative;
    width: 100%;
  }
}
.column_hall_tour .btn .big {
  font-size: 1.2em;
  font-weight: bold;
}

.hall_near_fire .wrap {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .hall_near_fire .wrap {
    padding: 20px;
  }
}
.hall_near_fire .wrap .fire_name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .hall_near_fire .wrap .fire_name {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.hall_near_fire .wrap .fire_name .label {
  background: #005fae;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px 6px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hall_near_fire .wrap .fire_name .label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hall_near_fire .wrap .fire_info {
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.hall_near_fire .wrap .fire_info .title {
  width: 16%;
  background: #eee;
  text-align: center;
  padding: 2px 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hall_near_fire .wrap .fire_info .title {
    width: 30%;
  }
}
.hall_near_fire .wrap .fire_info .detail {
  width: calc(83% - 10px);
}
@media screen and (max-width: 767px) {
  .hall_near_fire .wrap .fire_info .detail {
    width: calc(70% - 10px);
  }
}
.hall_near_fire .wrap .fire_price {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.hall_near_fire .wrap .fire_price th {
  background: #eee;
  border: 1px solid #ccc;
}
.hall_near_fire .wrap .fire_price td {
  border: 1px solid #ccc;
}

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

/*----------------------------------------------------
プラン詳細
----------------------------------------------------*/
.plan_page_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.4;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.plan_page_title.direct {
  color: #5d7e36;
}
.plan_page_title.family {
  color: #4486b9;
}
.plan_page_title.oneday {
  color: #de7a8f;
}
.plan_page_title.original {
  color: #989d47;
}

.plan_list {
  position: relative;
  border-bottom: 2px solid #005fae;
}
.plan_list-links {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
  max-width: 1200px;
  padding: 0 15px;
}
.plan_list-item {
  flex: 1;
  max-width: 300px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  font-size: 1.8rem;
  line-height: 1.2;
}
.plan_list-item.tab {
  padding: 5px;
}
.plan_list-item.tab.show {
  background: #005fae;
  color: #fff;
}
.plan_list-item a {
  display: block;
  padding: 5px;
  color: #fff;
}
.plan_list-item.direct {
  background: #dbe9cb;
}
.plan_list-item.direct.show {
  background: #5d7e36;
}
.plan_list-item.direct.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.direct a {
  color: #666;
}
.plan_list-item.family {
  background: #fefefe;
}
.plan_list-item.family.show {
  background: #4486b9;
}
.plan_list-item.family.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.family a {
  color: #666;
}
.plan_list-item.oneday {
  background: white;
}
.plan_list-item.oneday.show {
  background: #de7a8f;
}
.plan_list-item.oneday.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.oneday a {
  color: #666;
}
.plan_list-item.original {
  background: #f6f7ec;
}
.plan_list-item.original.show {
  background: #989d47;
}
.plan_list-item.original.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.original a {
  color: #666;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.plan_content {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .plan_content {
    padding-bottom: 20px;
  }
}
.plan_content.show {
  display: block;
}
.plan_content .plan_detail {
  padding: 20px 0;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail {
    margin-bottom: 30px;
  }
}
.plan_content .plan_detail .flex.inner {
  gap: 40px;
  flex-direction: row-reverse;
  max-width: 1100px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .flex.inner {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
.plan_content .plan_detail .detail_left {
  width: 46%;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_left {
    width: 100%;
  }
}
.plan_content .plan_detail .detail_right {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right {
    width: 100%;
    padding-left: 0;
  }
}
.plan_content .plan_detail .detail_right .plan_title {
  text-align: center;
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .plan_title {
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
.plan_content .plan_detail .detail_right .plan_title .medal {
  position: absolute;
  height: 80px;
  top: -15px;
  left: -80px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .plan_title .medal {
    top: -50px;
  }
}
.plan_content .plan_detail .detail_right .plan_features {
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 0;
}
.plan_content .plan_detail .detail_right .plan_features p {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .plan_features p {
    padding: 0 10px;
  }
}
.plan_content .plan_detail .detail_right .plan_features p:first-of-type {
  border-right: 1px solid;
}
.plan_content .plan_detail .detail_right .plan_head {
  text-align: center;
  margin-bottom: 10px;
  border-radius: 50px;
  border: 1px solid;
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .plan_head {
    display: none;
  }
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_left .price_discount {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background: #e95272;
  display: inline-block;
  padding: 6px 15px;
  line-height: 1.2;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_left .price_discount .color {
  display: block;
  color: #fff200;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_left .price_discount .color {
    display: inline;
  }
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_left .price_discount .num {
  font-size: 1.3em;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_ippan_taxin {
  font-size: 1.8rem;
  text-align: right;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_ippan_taxin .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_untax {
  font-size: 8rem;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #e95272;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_untax {
    font-size: 6.6rem;
    text-align: center;
  }
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_untax .yen {
  font-size: 4rem;
  position: relative;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_untax .tax {
  position: absolute;
  font-size: 0.4em;
  top: -15px;
  left: 4px;
  white-space: nowrap;
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_taxin {
  font-weight: 500;
  text-align: right;
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 2rem;
  color: #e95272;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_taxin {
    text-align: center;
  }
}
.plan_content .plan_detail .detail_right .detail_price .price_unit_box .price_unit_right .price_unit_taxin .yen {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
}
.plan_content .plan_detail .detail_right .flow_container {
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .flow_container {
    gap: 10px;
  }
}
.plan_content .plan_detail .detail_right .flow_container .item {
  position: relative;
  padding: 5px 0px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  width: calc(20% - 10px);
  background: #ccc;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_content .plan_detail .detail_right .flow_container .item {
    width: calc(20% - 3px);
    font-size: 1.4rem;
  }
}
.plan_content .plan_detail .detail_right .flow_container .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_content .plan_detail .detail_right .flow_container .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_content .plan_detail .detail_right .flow_container .item:last-child {
  margin-right: 0;
}
.plan_content .plan_detail .detail_right .flow_container .item:last-child::after {
  content: none;
}
.plan_content .plan_detail .detail_right .caution {
  font-size: 1.5rem;
}
.plan_content.family .medal {
  display: block;
}

.plan_including {
  background: #f8f8f8;
  padding: 40px 40px 30px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .plan_including {
    padding: 20px;
  }
}
.plan_including .sec_title.plan {
  color: #354ba1;
  padding-bottom: 0;
  margin-bottom: 0;
}
.plan_including .sec_title.plan::after {
  content: none;
}
.plan_including > .catch {
  margin-bottom: 20px;
}
.plan_including .including_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.plan_including .including_list .item {
  background: #fff;
  width: calc(16.6666666667% - 0px);
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
}
@media screen and (max-width: 820px) {
  .plan_including .including_list .item {
    width: calc(33.3333333333% - 0px);
  }
}
.plan_including .including_list .item .item_img img {
  max-height: 80px;
}
.plan_including .including_list .item .item_txt {
  text-align: center;
  line-height: 1.2;
  position: relative;
  padding: 0 5px 5px;
}
.plan_including .including_list .item .item_txt .mini {
  display: block;
  font-size: 0.9em;
}
.plan_including .including_list .item .other {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: auto;
  background: #666;
  border-radius: 5px;
  line-height: 1.1;
  font-size: 1.4rem;
  color: #fff;
  padding: 2px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .plan_including .including_list .item .other {
    margin: auto;
  }
}
.plan_including .plan_function {
  font-size: 1.5rem;
  text-align: center;
  color: #444;
}
@media screen and (max-width: 767px) {
  .plan_including .plan_function {
    text-align: left;
  }
}
.plan_including .set_point {
  border: 4px solid #005fae;
  border-radius: 10px;
  padding: 25px 30px 10px;
  background: #fff;
  text-align: left;
  position: relative;
  max-width: 830px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .plan_including .set_point {
    padding: 40px 20px 10px;
  }
}
.plan_including .set_point .title {
  position: absolute;
  left: 20px;
  top: -20px;
  margin: auto;
  background: #005fae;
  border-radius: 40px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .plan_including .set_point .title {
    left: 0;
    right: 0;
    padding: 5px 20px;
    text-align: center;
  }
}
.plan_including .set_point .catch {
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .plan_including .set_point .catch {
    text-align: center;
  }
}
.plan_including .set_point .catch .big {
  font-size: 1.2em;
  color: #dc394a;
}
.plan_including .set_point .lead {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .plan_including .set_point .lead {
    text-align: justify;
  }
}
.plan_including .set_point img {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .plan_including .set_point img {
    display: none;
  }
}

.including_list_big {
  background: #fff;
  padding: 30px 60px;
  position: relative;
  border-radius: 5px;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .including_list_big {
    flex-direction: column;
    padding: 20px 10px;
    width: 90%;
    gap: 20px;
  }
  .including_list_big .item:first-of-type {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}
.including_list_big:before {
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 4rem;
  color: #666;
  text-align: center;
}
.including_list_big .title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
.including_list_big .lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .including_list_big .lead {
    margin-bottom: 10px;
  }
}
.including_list_big img {
  max-width: 300px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .including_list_big img {
    max-width: 240px;
  }
}
.including_list_big .price {
  font-weight: bold;
  font-size: clamp(2.4rem, 4vw, 3rem);
}
.including_list_big .price .color {
  color: #dc394a;
}
.including_list_big .price .color .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.4em;
  line-height: 1;
}
.including_list_big .caution {
  font-size: 1.4rem;
}

/*------プラン色設定------------------------------*/
.plan_list.direct {
  border-bottom-color: #5d7e36;
}
.plan_list.direct .direct .plan_list-item.show {
  background: #5d7e36;
}

.direct .plan_detail {
  background: #f7f9f5;
}
.direct .plan_detail .detail_right .plan_title {
  color: #5d7e36;
}
.direct .plan_detail .detail_right .flow_container .item.in {
  background: #5d7e36;
}

.plan_list.family {
  border-bottom-color: #4486b9;
}
.plan_list.family .family .plan_list-item.show {
  background: #4486b9;
}

.family .plan_detail {
  background: #f6f9fc;
}
.family .plan_detail .detail_right .plan_title {
  color: #4486b9;
}
.family .plan_detail .detail_right .flow_container .item.in {
  background: #4486b9;
}

.plan_list.oneday {
  border-bottom-color: #de7a8f;
}
.plan_list.oneday .oneday .plan_list-item.show {
  background: #de7a8f;
}

.oneday .plan_detail {
  background: #fdf8f9;
}
.oneday .plan_detail .detail_right .plan_title {
  color: #de7a8f;
}
.oneday .plan_detail .detail_right .flow_container .item.in {
  background: #de7a8f;
}

.plan_list.original {
  border-bottom-color: #989d47;
}
.plan_list.original .original .plan_list-item.show {
  background: #989d47;
}

.original .plan_detail {
  background: #fafaf6;
}
.original .plan_detail .detail_right .plan_title {
  color: #989d47;
}
.original .plan_detail .detail_right .flow_container .item.in {
  background: #989d47;
}

.original .plan_detail .detail_right .plan_title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

/*------割引額提示------------------------------*/
.appeal_price {
  position: relative;
  margin: 60px auto 0;
}
.appeal_price::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 10rem 0 10rem;
  border-color: #005fae transparent transparent transparent;
  opacity: 0.2;
}
@media screen and (max-width: 820px) {
  .appeal_price::before {
    border-width: 4rem 10rem 0 10rem;
  }
}
.appeal_price .price_txt {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.appeal_price .price_sales {
  background: #dc394a;
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 5px 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.appeal_price .price_sales .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.4em;
}
.appeal_price .price_sales .color {
  color: #fff200;
}
.appeal_price .price_sales:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 10px solid #dc394a;
  border-bottom: 0;
}
.appeal_price .price_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box {
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 20px;
  }
}
.appeal_price .price_box .price_box_left {
  position: relative;
}
.appeal_price .price_box .price_box_left:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #dc394a;
  position: absolute;
  right: -40px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 3rem;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_box_left:after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    right: 0;
    left: 0;
    top: unset;
    transform: unset;
    bottom: -40px;
    text-align: center;
  }
}
.appeal_price .price_box .price_box_left .price_laber {
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.4;
  text-align: center;
}
.appeal_price .price_box .price_box_left .price_laber .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.2em;
}
.appeal_price .price_box .price_large {
  display: flex;
  align-items: flex-end;
  font-size: 9rem;
  gap: 5px;
  color: #dc394a;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large {
    justify-content: center;
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_large .label {
  font-size: clamp(2rem, 4vw, 2.6rem);
  border: 2px solid;
  line-height: 1.1;
  padding: 8px;
  border-radius: 5px;
}
.appeal_price .price_box .price_large .price {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .price {
    font-size: 6rem;
    white-space: nowrap;
  }
}
.appeal_price .price_box .price_large .price:before {
  content: "会員価格";
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
.appeal_price .price_box .price_large .mark {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.appeal_price .price_box .price_large .mark_tax {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .mark_tax {
    font-size: 1.4rem;
  }
}
.appeal_price .price_box .price_large .mark_yen {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 100%;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .mark_yen {
    font-size: 2.6rem;
  }
}
.appeal_price .price_box .price_taxin {
  text-align: right;
  padding-top: 6px;
  color: #dc394a;
}
.appeal_price .price_box .general {
  margin-right: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .general {
    margin-right: 0;
    text-align: center;
  }
}

.other_plans {
  margin-bottom: 60px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .other_plans {
    margin-bottom: 30px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.other_plans .item {
  width: calc(33.3333333333% - 10px);
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px rgba(0, 0, 0, 0.1450980392);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .other_plans .item {
    width: 100%;
  }
}
.other_plans .item a {
  display: flex;
  text-align: center;
}
.other_plans .item a .thumbnail {
  width: 26%;
  aspect-ratio: 4/3;
}
.other_plans .item a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.other_plans .item a .title {
  font-size: 2.2rem;
  flex: 1;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0;
}
.other_plans .item a .title .mini {
  font-size: 0.8em;
}
.other_plans .direct {
  border: 2px solid #5d7e36;
}
.other_plans .direct a {
  color: #5d7e36;
}
.other_plans .family {
  border: 2px solid #4486b9;
}
.other_plans .family a {
  color: #4486b9;
}
.other_plans .oneday {
  border: 2px solid #de7a8f;
}
.other_plans .oneday a {
  color: #de7a8f;
}
.other_plans .original {
  border: 2px solid #989d47;
}
.other_plans .original a {
  color: #989d47;
}

/*------特徴------------------------------*/
.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: YakuHanJP, "Oswald", sans-serif;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: #005fae;
  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: 2rem;
  margin-bottom: 20px;
}
.kyouka_contact_wrap .kyoka_contact {
  justify-content: center;
  background: #f7fbfb;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 820px) {
  .kyouka_contact_wrap .kyoka_contact {
    flex-direction: column;
    padding: 20px;
  }
}
.kyouka_contact_wrap .kyoka_contact .contact_box {
  background: #fff;
  width: calc(50% - 15px);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .kyouka_contact_wrap .kyoka_contact .contact_box {
    width: 100%;
  }
}
.kyouka_contact_wrap .kyoka_contact .contact_box .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #354ba1;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .telnum {
  font-size: 4.8rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #dc394a;
  line-height: 1;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .telnum i {
  color: #dc394a;
  margin-right: 5px;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .tel_btn {
  background: #dc394a;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 3px #a02633;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .tel_btn .mini {
  font-size: 0.8em;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .tel_btn i {
  color: #fff;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .kyouka_laber {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .kyouka_laber span {
  color: #354ba1;
  border: 2px solid #354ba1;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
}
.kyouka_contact_wrap .kyoka_contact .contact_box .btn {
  font-size: 2rem;
  position: relative;
  padding: 10px 0;
  min-width: unset;
  width: 100%;
  padding: 10px;
}

.column_kyouka_list .kyoka_list {
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .column_kyouka_list .kyoka_list {
    gap: 10px;
  }
}
.column_kyouka_list .kyoka_list .item {
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width: 820px) {
  .column_kyouka_list .kyoka_list .item {
    width: calc(50% - 5px);
  }
}
.column_kyouka_list .kyoka_list .item .price {
  font-family: YakuHanJP, "Oswald", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.column_kyouka_list .kyoka_list .item .price .num {
  font-size: clamp(2.4rem, 4vw, 3rem);
  color: #dc394a;
}
.column_kyouka_list .kyoka_list .item .price .yen {
  font-size: 0.8em;
  color: #dc394a;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.hurry_tab .tab_container > .flex {
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .hurry_tab .tab_container > .flex {
    gap: 5px;
  }
}
.hurry_tab .tab_container .tab_button {
  flex: 1;
  color: #aaa;
  border: 1px solid;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #fff;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}
@media screen and (max-width: 820px) {
  .hurry_tab .tab_container .tab_button {
    flex: unset;
    width: calc(50% - 3px);
    padding: 5px 0;
  }
}
.hurry_tab .tab_container .tab_button:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
  color: #ccc;
  line-height: 1;
  transition: all 0.3s;
}
.hurry_tab .tab_container .tab_button.active {
  background: #005fae;
  color: #fff;
  border-color: #005fae;
}
.hurry_tab .tab_container .tab_button.active:after {
  color: #005fae;
  bottom: -25px;
}
.hurry_tab .tab_halls_list {
  display: none;
}
.hurry_tab .tab_halls_list.active {
  display: block;
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .hurry_tab .tab_halls_list.active {
    padding: 25px 0 20px;
  }
}
.hurry_tab-tel_attend .catch {
  font-weight: bold;
  font-size: clamp(2.1rem, 4vw, 2.4rem);
  color: #dc394a;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hurry_tab-tel_attend .catch {
    text-align: center;
  }
}
.hurry_tab-tel_attend-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  outline: 10px solid #f7fbfb;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: clamp(1.6rem, 4vw, 2rem);
}
@media screen and (max-width: 767px) {
  .hurry_tab-tel_attend-list {
    padding: 20px 15px;
    width: 90%;
  }
}
.hurry_tab-tel_attend-list li {
  padding-left: 2em;
  position: relative;
}
.hurry_tab-tel_attend-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.hurry_tab-tel_attend-list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 500;
  color: #dc394a;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2.4rem;
}
.hurry_tab-tel_attend-list + .column {
  padding: 0;
}
.hurry_tab-tel_attend .tel_catch {
  top: 20% !important;
}

.column_hurry_first {
  background: #f4faff;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .column_hurry_first {
    margin-bottom: 20px;
  }
}
.column_hurry_first .inner {
  padding: 60px 15px 40px;
  background: url(../img/hurry/hurry_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 1100px) {
  .column_hurry_first .inner {
    background-position: 160%;
  }
}
@media screen and (max-width: 820px) {
  .column_hurry_first .inner {
    background-position: top right;
    background-size: 60%;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.hurry_first {
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .hurry_first {
    max-width: 600px;
  }
}
@media screen and (max-width: 820px) {
  .hurry_first {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.hurry_first-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
}
.hurry_first-title .big {
  font-size: 1.2em;
  color: #e4171a;
}
.hurry_first-label {
  text-align: center;
  color: #fff;
  background: #e4171a;
  font-size: clamp(2rem, 4vw, 3rem);
  padding: 2px 15px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .hurry_first-label {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first-label {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: unset;
    padding: 0;
    color: #333;
    z-index: 3;
    position: relative;
    margin-bottom: 5px;
    margin: 0 auto 5px;
  }
  .hurry_first-label:before {
    content: "";
    width: 2px;
    height: 80%;
    background: #333;
    position: absolute;
    left: -15px;
    bottom: 0;
    transform: rotate(-30deg);
  }
  .hurry_first-label:after {
    content: "";
    width: 2px;
    height: 80%;
    background: #333;
    position: absolute;
    right: -15px;
    bottom: 0;
    transform: rotate(30deg);
  }
}
.hurry_first-ballon {
  position: absolute;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #fff200;
  border-radius: 100px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  line-height: 1.2;
  top: 13%;
  right: -5%;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .hurry_first-ballon {
    top: 30%;
    right: -8%;
  }
}
@media screen and (max-width: 820px) {
  .hurry_first-ballon {
    top: 20%;
    right: -20%;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first-ballon {
    display: none;
  }
}
.hurry_first-ballon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(310deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 30px solid #fff200;
  border-left: 0;
}
.hurry_first-tel {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 9rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .hurry_first-tel {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first-tel {
    font-size: 4rem;
    border-radius: 4px;
    box-shadow: 0 4px 0 #ccc;
    flex-wrap: wrap;
    color: #fff;
    padding: 15px;
    gap: 10px 5px;
    line-height: 1;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1294117647);
    position: relative;
    z-index: 2;
    font-weight: bold;
    background: #e4171a;
    margin-bottom: 20px;
  }
}
.hurry_first-tel .num {
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.hurry_first-tel i {
  color: #e4171a;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel i {
    color: #fff;
  }
}
.hurry_first-tel .mini {
  font-size: 0.9em;
}
.hurry_first-time {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 80%;
  margin: 0 auto;
}

.hurry_comment {
  background: rgba(255, 255, 255, 0.7450980392);
  border-radius: 10px;
  padding: 20px 20px 20px 120px;
  box-shadow: 3px 3px 8px #ddd;
  max-width: 660px;
  position: relative;
}
@media (max-width: 1600px) {
  .hurry_comment {
    left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .hurry_comment {
    left: 25px;
  }
}
@media screen and (max-width: 820px) {
  .hurry_comment {
    padding: 0;
    left: unset;
    background: url();
    box-shadow: unset;
  }
}
.hurry_comment .hurry_mv {
  position: absolute;
  bottom: -25px;
  right: -50px;
  max-width: 280px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .hurry_comment .hurry_mv {
    display: none;
  }
}
.hurry_comment-catch {
  font-size: clamp(2rem, 4vw, 2.6rem);
  position: relative;
  margin: 0 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  color: #343f6c;
}
@media screen and (max-width: 767px) {
  .hurry_comment-catch {
    margin: 0 auto 10px;
    font-size: 1.7rem;
    text-align: center;
  }
}
.hurry_comment-catch .color {
  color: #dc394a;
  font-size: 1.1em;
}
.hurry_comment-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .hurry_comment-time {
    gap: 10px;
    margin: 0 auto;
  }
}
.hurry_comment-time li {
  font-size: clamp(1.6rem, 4vw, 2rem);
  border: 1px solid;
  padding: 2px 20px;
  color: #343f6c;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .hurry_comment-time li {
    padding: 0;
    text-align: left;
    padding: 2px 4px;
    font-weight: bold;
  }
}
.hurry_comment-time li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 10px;
  color: #dc394a;
}
@media screen and (max-width: 767px) {
  .hurry_comment-time li:before {
    display: none;
  }
}
.hurry_comment-ballon {
  position: absolute;
  width: 140px;
  height: 140px;
  text-align: center;
  background: #fff200;
  border-radius: 100px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  line-height: 1.2;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  font-size: 1.8rem;
}
.hurry_comment-ballon .color {
  color: #e4171a;
  font-size: 1.4em;
}
@media screen and (max-width: 1100px) {
  .hurry_comment-ballon {
    left: -25px;
  }
}
@media screen and (max-width: 820px) {
  .hurry_comment-ballon {
    display: none;
  }
}

.hurry_hanso .sec_title {
  padding-bottom: 0;
}
.hurry_hanso .sec_title::after {
  content: none;
}
.hurry_hanso .title_label {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #354ba1;
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: #fff;
  border-radius: 5px;
  padding: 2px 20px;
  margin: 0 auto 10px;
}
.hurry_hanso .title_label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.3em;
}
@media screen and (max-width: 820px) {
  .hurry_hanso-list {
    flex-direction: column;
    gap: 40px;
  }
}
.hurry_hanso-list .item {
  width: calc(33.3333333333% - 15px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .hurry_hanso-list .item {
    width: 100%;
  }
}
.hurry_hanso-list .item .label {
  font-weight: bold;
  font-size: 1.8rem;
  border: 1px solid;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #dc394a;
  border-radius: 50px;
}
.hurry_hanso-list .item .title {
  font-size: 2.4rem;
  text-align: center;
  flex: 1;
}
.hurry_hanso-list .item .catch {
  text-align: center;
}
.hurry_hanso-list .item img {
  margin-top: auto;
}

.hurry_tel {
  padding-bottom: 0;
}
.hurry_tel-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-align: center;
  font-weight: bold;
  color: #dc394a;
}
@media screen and (max-width: 820px) {
  .hurry_tel-lead {
    text-align: left;
  }
}
.hurry_tel-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #aaa;
  padding: 20px 30px;
  margin: 0 auto 30px;
  background: #fefbf4;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hurry_tel-list {
    padding: 15px;
    margin-bottom: 30px;
  }
}
.hurry_tel-list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #aaa;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.hurry_tel-list li {
  font-size: clamp(1.6rem, 4vw, 2rem);
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.hurry_tel-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.hurry_tel-list li:before {
  content: "\f071";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #ff793f;
  padding-right: 10px;
}

.hurry_catch {
  font-size: clamp(2rem, 4vw, 2.6rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
  color: #333;
  font-weight: 500;
  padding: 0 1%;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  text-align: center;
}
.hurry_catch:before, .hurry_catch:after {
  content: "";
  position: absolute;
  bottom: 2%;
  width: 10px;
  height: 50px;
  background-color: #aaa;
  -webkit-clip-path: polygon(0% 50%, 20px 0%, 10px 50px);
          clip-path: polygon(0% 50%, 20px 0%, 10px 50px);
}
.hurry_catch:before {
  left: -20px;
  transform: rotate(327deg);
}
.hurry_catch:after {
  right: -20px;
  transform: rotate(207deg);
  -webkit-clip-path: polygon(0% 50%, 10px 0%, 20px 50px);
          clip-path: polygon(0% 50%, 10px 0%, 20px 50px);
}
.hurry_catch .color {
  color: #005fae;
  font-size: 1.1em;
  font-weight: bold;
}

.hurry_situation-list {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list {
    flex-direction: column;
    gap: 40px;
  }
}
.hurry_situation-list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #aaa;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item {
    width: 100%;
  }
}
.hurry_situation-list .item .top {
  border-bottom: 0;
  padding: 10px 15px 20px;
  border-radius: 4px;
  min-height: 280px;
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item .top {
    min-height: unset;
  }
}
.hurry_situation-list .item .top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
.hurry_situation-list .item .top .label {
  text-align: center;
  font-weight: bold;
  color: #005fae;
  font-size: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  border-bottom: 2px dotted;
}
.hurry_situation-list .item .top .rout {
  justify-content: center;
  align-items: center;
}
.hurry_situation-list .item .top .rout p {
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hurry_situation-list .item .top .rout p {
    font-size: 2.2rem;
  }
}
.hurry_situation-list .item .top .rout .other {
  background: #555;
  position: relative;
  color: #fff;
}
.hurry_situation-list .item .top .rout .other:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 13px solid #666;
  border-right: 0;
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hurry_situation-list .item .top .rout .hiro {
  color: #005fae;
  border: 1px solid;
  background: #f2f7fb;
}
.hurry_situation-list .item .top img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.hurry_situation-list .item .top .worry_title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #005fae;
}
.hurry_situation-list .item .top .worry_lead {
  font-size: 1.6rem;
  line-height: 1.4;
}
.hurry_situation-list .item .under .catch {
  padding: 20px 0 10px;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: #1a6fb6;
}
.hurry_situation-list .item .title {
  position: relative;
  background: #354ba1;
  color: #fff;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  font-size: clamp(1.8rem, 4vw, 2rem);
  padding: 10px;
  padding-left: 80px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_situation-list .item .title {
    font-size: 1.8rem;
  }
}
.hurry_situation-list .item .title img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
.hurry_situation-list .item .lead {
  font-size: 1.7rem;
  padding: 0 15px 15px;
}

.hurry_check {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hurry_check {
    padding: 0;
    border: 0;
  }
}
.hurry_check-title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3rem);
  margin-bottom: 20px;
}
.hurry_check-title span {
  font-size: 1.2em;
  color: #dc394a;
}
.hurry_check-list {
  display: inline-block;
  margin: 0 auto 40px;
  width: 100%;
  padding: 30px;
  background: #f2f7fb;
}
.hurry_check-list-item {
  font-size: clamp(1.8rem, 4vw, 2rem);
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px dashed #666;
  margin-bottom: 15px;
}
.hurry_check-list-item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 700;
  color: #dc394a;
  font-size: 2rem;
  margin-right: 5px;
}
.hurry_check-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .hurry_check-tel {
    margin-bottom: 30px;
  }
}
.hurry_check-tel-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hurry_check-tel-title .wrap {
  position: relative;
}
.hurry_check-tel-title .wrap:before {
  content: "＼";
  font-size: 1.2em;
  position: absolute;
  left: -50px;
  bottom: -5px;
  color: #dc394a;
}
.hurry_check-tel-title .wrap:after {
  content: "／";
  font-size: 1.2em;
  position: absolute;
  right: -50px;
  bottom: -5px;
  color: #dc394a;
}
.hurry_check-tel-flex {
  align-items: center;
  justify-content: center;
  background: #dc394a;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .hurry_check-tel-flex {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.hurry_check-tel-flex .list .item:first-of-type {
  font-weight: 600;
  background: #fff;
  color: #dc394a;
  display: block;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .list .item:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .list {
    width: 100%;
  }
}
.hurry_check-tel-flex .num {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .hurry_check-tel-flex .num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .num {
    font-size: 3.4rem;
    width: calc(85% - 20px);
    white-space: nowrap;
  }
}
.hurry_check-tel-flex .num i {
  transform: rotate(325deg);
  padding-right: 10px;
  bottom: 5px;
  position: relative;
}
.hurry_check-tel-flex .label {
  padding: 0.5em;
  aspect-ratio: 1/1;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .label {
    width: 18%;
  }
}

.hurry_flow {
  position: relative;
}
.hurry_flow .flow_wrap {
  padding: 40px 60px;
  border-right: 1px solid #dfe6ec;
  border-left: 1px solid #dfe6ec;
}
.hurry_flow .flow_wrap:nth-child(even) {
  background: #f6fafd;
}
.hurry_flow .flow_wrap:first-of-type {
  border-top: 1px solid #dfe6ec;
}
.hurry_flow .flow_wrap:last-of-type {
  border-bottom: 1px solid #dfe6ec;
}
@media screen and (max-width: 767px) {
  .hurry_flow .flow_wrap {
    padding: 20px 10px;
  }
}
.hurry_flow-links {
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_flow-links {
    gap: 10px;
  }
}
.hurry_flow-links li {
  width: calc(25% - 15px);
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .hurry_flow-links li {
    width: calc(25% - 7px);
  }
}
.hurry_flow-links li a {
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  gap: 5px;
  position: relative;
  color: #666;
}
@media screen and (max-width: 767px) {
  .hurry_flow-links li a {
    flex-direction: column;
    gap: 0;
  }
}
.hurry_flow-links li a img {
  height: 40px;
}
.hurry_flow-links li a:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  color: #666;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .hurry_flow-links li a:after {
    right: 0;
    left: 0;
    transform: unset;
    top: unset;
    bottom: -20px;
    margin: auto;
    text-align: center;
  }
}
.hurry_flow-title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  border-bottom: 2px dotted;
  margin: 0 auto 20px;
  color: #005fae;
}
.hurry_flow-title .mini {
  font-size: 0.8em;
}
.hurry_flow-list {
  justify-content: center;
  flex-wrap: wrap;
}
.hurry_flow-list:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list {
    gap: 20px 10px;
  }
}
.hurry_flow-list > .item {
  width: calc(33.3333333333% - 14px);
  position: relative;
  font-size: 1.6rem;
  border: 1px solid #9a9a9a;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .hurry_flow-list > .item {
    width: 100%;
  }
}
.hurry_flow-list > .item:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #9a9a9a;
  border-right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list > .item:after {
    top: unset;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #9a9a9a;
    border-bottom: 0;
    bottom: -15px;
    left: 0;
    right: 0;
  }
}
.hurry_flow-list > .item .title {
  position: relative;
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 10px;
}
.hurry_flow-list > .item .title .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #337fbe;
}
.hurry_flow-list > .item > .flex {
  gap: 0;
}
.hurry_flow-list > .item .lead {
  flex: 1;
  text-align: left;
}
.hurry_flow-list > .item:last-of-type::after {
  content: none;
}
.hurry_flow-list > .item .tel_anime {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dc394a;
  color: #dc394a;
  background: #fff;
  border-radius: 50px;
  margin-right: 5px;
  cursor: pointer;
}
.hurry_flow-list > .item .tel_anime svg {
  width: 25px;
  height: 25px;
}

.tel_ballon {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 90%;
  max-width: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  padding: 15px;
  box-shadow: 0 3px 20px #666;
  text-align: center;
}
.tel_ballon.show {
  display: block;
}
.tel_ballon-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
.tel_ballon a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tel_ballon a {
    background: #dc394a;
    border-radius: 4px;
    box-shadow: 0 3px 0 #9b2834;
    font-weight: bold;
  }
  .tel_ballon a i {
    font-size: 3rem;
  }
}
.tel_ballon .close_btn {
  background: #005fae;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 50px;
  font-size: 1.8rem;
  cursor: pointer;
}
.tel_ballon .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .tel_ballon .num {
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

.column_hurry_faq .hurry_faq {
  margin-bottom: 40px;
  border: 1px solid #005fae;
  border-radius: 10px;
}
.column_hurry_faq .hurry_faq-question {
  background: #005fae;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.column_hurry_faq .hurry_faq-question-title {
  font-size: 1.6rem;
  color: #fff;
}
.column_hurry_faq .hurry_faq-question-title:before {
  content: "Q";
  font-size: 2rem;
  margin-right: 5px;
}
.column_hurry_faq .hurry_faq-answer {
  padding: 10px 20px 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.column_hurry_faq .hurry_faq-answer p {
  position: relative;
}
.column_hurry_faq .hurry_faq-answer p:before {
  content: "A";
  font-size: 2.4rem;
  color: #dc394a;
  margin-right: 5px;
}
.column_hurry_faq .hurry_faq-answer a {
  text-decoration: underline;
  color: #005fae;
}
.column_hurry_faq .hurry_faq-answer a:not(.tel) {
  display: block;
}
.column_hurry_faq .hurry_faq:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
	会社概要 company
----------------------------------------------------*/
.company_first {
  background: #f7fbfb;
}
.company_first .flex.inner {
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company_first .flex.inner {
    flex-direction: column-reverse;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.company_first .flex.inner .title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #354ba1;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company_first .flex.inner .title {
    text-align: center;
    line-height: 1.8;
  }
}
.company_first .message {
  background: url(../img/company/message_bg.jpg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .company_first .message {
    background-position: right bottom;
  }
}
.company_first .message .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company_first .message .lead {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  line-height: 2;
  text-shadow: 2px 2px 0 #f7fbfb, 2px 2px 0 #f7fbfb, 2px 2px 0 #f7fbfb, 2px 2px 0 #f7fbfb;
}
.company_first .message .ceo_name {
  text-align: right;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.4;
}
.company_first .message .ceo_name .big {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company_first .message .ceo_name .big {
    font-size: 2.6rem;
  }
}

.company_about {
  max-width: 1100px;
}
.company_about .co_title {
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  margin-bottom: 30px;
  position: relative;
}
.company_about .co_title::first-letter {
  color: #354ba1;
}
.company_about .co_title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 1;
}
.company_about .co_title .wrap {
  background: #fff;
  padding-right: 1em;
  position: relative;
  z-index: 2;
}
.company_about .company_rinen .catch {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .company_about .company_rinen .catch {
    margin-bottom: 40px;
  }
}
.company_about .detail {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company_about .detail {
    margin-bottom: 40px;
  }
}
.company_about .detail dt {
  width: 20%;
  background: #ccdfef;
  border-radius: 5px 0 0 5px;
  padding: 1em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .company_about .detail dt {
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 0.5em 1em;
    margin-bottom: 0;
    text-align: left;
  }
}
.company_about .detail dd {
  width: 80%;
  padding: 1em;
  background: #fafafa;
  border-radius: 0 5px 5px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .company_about .detail dd {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 0.5em 1em;
  }
}
.company_about .hall_list {
  margin: 0 auto;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
}
.company_about .hall_list li {
  width: 50%;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 820px) {
  .company_about .hall_list li {
    width: 100%;
  }
}
.company_about .hall_list li a {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .company_about .hall_list li a {
    padding: 10px 0;
  }
}
.company_about .hall_list li .part_hall_img {
  width: 28%;
  aspect-ratio: 1.6/1.2;
  overflow: hidden;
  border-radius: 5px;
}
.company_about .hall_list li .part_hall_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.company_about .hall_list li .hall_name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 6px solid #005fae;
  padding-left: 10px;
}

/*----------------------------------------------------
	会員制度
----------------------------------------------------*/
.members_intro {
  padding-bottom: 40px;
  background: linear-gradient(180deg, #e6f4ff 0%, #e6f4ff 70%, rgb(255, 255, 255) 70%);
}
.members_intro-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 60px;
  background: #fff;
  border-radius: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .members_intro-wrap {
    padding: 20px 20px 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .members_intro .inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.members_intro .title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.4;
  font-size: bold;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .members_intro .title {
    margin-bottom: 15px;
  }
}
.members_intro .title .big {
  font-size: 1.2em;
  color: #354ba1;
}
.members_intro .catch {
  text-align: left;
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .members_intro .catch {
    margin-bottom: 15px;
  }
}
.members_intro .attend {
  font-size: 2rem;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.members_intro .attend .big {
  font-size: 1.2em;
  font-weight: bold;
  color: #354ba1;
}
.members_intro .btn {
  margin-left: 0;
  background: #de581e;
  box-shadow: unset;
}
@media screen and (max-width: 767px) {
  .members_intro .btn {
    min-width: unset;
    width: 100%;
  }
}
.members_intro img {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 1;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .members_intro img {
    position: unset;
    border-radius: 10px 10px 0 0;
  }
}

.members_about .catch {
  margin-bottom: 20px;
}
.members_about .price_list {
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .members_about .price_list {
    flex-direction: column;
    gap: 10px;
  }
}
.members_about .price_list .item {
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .members_about .price_list .item {
    padding: 20px;
  }
}
.members_about .price_list .item .title {
  font-weight: bold;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  border-bottom: 2px solid;
  margin-bottom: 5px;
}
.members_about .price_list .item .price {
  font-size: 2.4rem;
}
.members_about .price_list .item .price .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.1em;
}
.members_about .price_list .item .price .yen {
  font-size: 0.9em;
}
.members_about .price_list .item.gold {
  background: #f2ecd5;
}
.members_about .price_list .item.gold .title {
  color: #bfa95e;
}
.members_about .price_list .item.pt {
  background: #e7ecf4;
}
.members_about .price_list .item.pt .title {
  color: #4173aa;
}

.members_tokuten {
  background: #f7fbfb;
}
.members_tokuten-flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
}
@media screen and (max-width: 767px) {
  .members_tokuten-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.members_tokuten-box {
  width: calc(25% - 8px);
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .members_tokuten-box {
    width: 100%;
    padding: 40px 10px 20px;
  }
}
.members_tokuten-box:nth-child(-n+3) {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 767px) {
  .members_tokuten-box:nth-child(-n+3) {
    width: 100%;
  }
}
.members_tokuten-box .label {
  position: absolute;
  background: #bfa95e;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  padding: 10px 15px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 40px;
  font-weight: bold;
  right: 0;
  left: 0;
  top: -10px;
  margin: auto;
}
.members_tokuten-box .label.pt {
  background: linear-gradient(185deg, rgb(235, 236, 255) 0%, #4173aa 50%);
}
.members_tokuten-box .title {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.members_tokuten-box .title .color {
  color: #dc394a;
  background: linear-gradient(0deg, #fff200 0%, #fff200 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.members_tokuten-box .title .mini {
  font-size: 1.4rem;
  font-weight: normal;
}
.members_tokuten-box img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.members_tokuten .function {
  padding: 1em 1em 40px;
  font-size: 1.4rem;
}
.members_tokuten .function a {
  color: #005fae;
  text-decoration: underline;
}
.members_tokuten .more_title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #1d2d3f;
  margin-bottom: 60px;
  position: relative;
}
.members_tokuten .more_title:after {
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: clamp(3rem, 4vw, 4rem);
  color: #1d2d3f;
  text-align: center;
}

.members_futan .coupon_img {
  display: block;
  margin: 0 auto 10px;
}
.members_futan .coupon_tokuten {
  background: #fafafa;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .members_futan .coupon_tokuten {
    padding: 20px;
  }
}
.members_futan .coupon_tokuten .title {
  font-size: clamp(2.6rem, 4vw, 3rem);
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  color: #354ba1;
  position: relative;
}
.members_futan .coupon_tokuten .title span {
  display: inline-block;
  background: #fafafa;
  padding: 0.2em 0.5em;
  z-index: 2;
  position: relative;
}
.members_futan .coupon_tokuten .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #354ba1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.members_futan .coupon_tokuten .catch {
  margin-bottom: 20px;
}
.members_futan .coupon_tokuten .catch .bold {
  font-weight: bold;
  font-size: 1.1em;
}
.members_futan .coupon_tokuten .price_flex {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .members_futan .coupon_tokuten .price_flex {
    flex-direction: column;
  }
}
.members_futan .coupon_tokuten .price_flex .discount {
  font-size: clamp(3rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: bold;
  color: #dc394a;
  background: #fff;
  background: linear-gradient(0deg, #fff200 0%, #fff200 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  padding: 0 0.5em;
}
.members_futan .coupon_tokuten .price_flex .discount .num {
  font-size: 1.2em;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}
.members_futan .coupon_tokuten .price_flex .price_list .item {
  font-weight: bold;
  font-size: clamp(2.4rem, 4vw, 3rem);
}
.members_futan .coupon_tokuten .price_flex .price_list .item .num {
  font-size: 1.2em;
  line-height: 1;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}
.members_futan .coupon_tokuten .price_flex .price_list .item .yen {
  font-size: 0.9em;
}
.members_futan .coupon_tokuten .price_flex .price_list .item.gold {
  color: #bfa95e;
}
.members_futan .coupon_tokuten .price_flex .price_list .item.pt {
  color: #5c7fa5;
}

.members_flow .flow_title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  color: #005fae;
}
@media screen and (max-width: 820px) {
  .members_flow .flow_title {
    margin-bottom: 10px;
  }
}
.members_flow-flex {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .members_flow-flex {
    flex-wrap: wrap;
  }
}
.members_flow .item {
  width: calc(33.3333333333% - 15px);
  position: relative;
  border: 1px solid #005fae;
  background: #f8f9ff;
  padding: 15px 20px 10px;
  font-size: 1.6rem;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .members_flow .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .members_flow .item {
    width: 100%;
    padding: 15px 15px 10px;
  }
}
.members_flow .item:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
  position: absolute;
  right: -13px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #005fae;
}
@media screen and (max-width: 767px) {
  .members_flow .item:not(:last-of-type):after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #005fae;
    border-bottom: 0;
    top: unset;
    transform: unset;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.members_flow .item .label {
  line-height: 1;
  font-weight: bold;
  font-family: YakuHanJP, "Oswald", sans-serif;
  color: #005fae;
  margin-bottom: 5px;
}
.members_flow .item .label .num {
  font-size: 1.4em;
}
.members_flow .item .title {
  font-size: 1.8rem;
}
.members_flow .item .caution {
  font-size: 1.4rem;
}
.members_flow .item img {
  position: absolute;
  right: 4%;
  top: -13%;
  width: auto;
  height: 90px;
}
.members_flow .item:last-of-type img {
  height: 75px;
  top: -10%;
  right: 2%;
}
.members_flow .item .link {
  padding: 10px 40px 10px 20px;
  position: relative;
  background: #005fae;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .members_flow .item .link {
    padding: 10px 20px 10px 10px;
    width: 100%;
  }
}
.members_flow .item .link:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.5rem;
}
.members_flow .about_coupon {
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon {
    padding: 10px;
  }
}
.members_flow .about_coupon-title {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
}
.members_flow .about_coupon .lead {
  width: calc(50% - 10px);
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon .lead {
    width: 100%;
  }
}
.members_flow .about_coupon .lead:before {
  content: "・";
}
.members_flow .about_coupon-tel {
  max-width: 90%;
  margin: 0 auto;
  border: 1px solid #dc394a;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon-tel {
    max-width: 100%;
    flex-direction: column;
    border: 0;
  }
}
.members_flow .about_coupon-tel > * {
  width: calc(50% - 0px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon-tel > * {
    width: 100%;
  }
}
.members_flow .about_coupon-tel .catch {
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon-tel .catch {
    padding: 5px 0;
  }
}
.members_flow .about_coupon-tel .catch .color {
  color: #005fae;
}
.members_flow .about_coupon-tel .tel_box {
  background: #dc394a;
  color: #fff;
  padding: 15px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon-tel .tel_box {
    border-radius: 10px;
  }
}
.members_flow .about_coupon-tel .tel_box .num {
  font-size: 6rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.members_flow .about_coupon-tel .tel_box .num:before {
  font-size: 0.7em;
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 5px;
}
.members_flow .about_coupon-tel .tel_box .comment {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.members_flow .about_coupon-tel .tel_box .comment .mini {
  font-size: 0.8em;
}
.members_flow .about_coupon-tel .tel_box .comment:before {
  font-size: 0.7em;
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 5px;
}
.members_flow .about_coupon-tel .tel_box .flex {
  justify-content: center;
  gap: 10px;
}
.members_flow .about_coupon-tel .tel_box .flex li {
  border: 1px solid;
  padding: 2px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .members_flow .about_coupon-tel .tel_box .flex li {
    padding: 2px 4px;
  }
}

.member_form_point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .member_form_point {
    margin-left: 1em;
  }
}
.member_form_point li {
  list-style-type: disc;
}

/*----------------------------------------------------
	スタッフ紹介
----------------------------------------------------*/
.all_staff .flex {
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-start;
}
.all_staff .flex .staff {
  width: calc(33.3333333333% - 34px);
}
@media screen and (max-width: 767px) {
  .all_staff .flex .staff {
    width: 100%;
  }
}
.all_staff .flex .staff img {
  border-radius: 5px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 20px;
  display: block;
}
.all_staff .flex .staff .catch {
  line-height: 1.4;
  padding: 10px 0;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  color: #005fae;
  margin-bottom: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(280deg, rgb(255, 255, 255) 0%, rgb(233, 243, 252) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .all_staff .flex .staff .catch {
    min-height: unset;
  }
}
.all_staff .flex .staff .type {
  color: #354ba1;
}
.all_staff .flex .staff .type.support {
  color: #ee703e;
}
.all_staff .flex .staff .name {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.all_staff .flex .staff .message {
  text-align: justify;
}

/*----------------------------------------------------
	グリーフケア
----------------------------------------------------*/
.grief_contact {
  background: url(../img/griefcare/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .grief_contact {
    padding: 30px 0;
    background-position: left;
  }
}
.grief_contact .inner {
  max-width: 1000px;
}
.grief_contact .box {
  position: relative;
  max-width: 600px;
  padding: 40px 40px 40px 20px;
  background-color: #fff;
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 767px) {
  .grief_contact .box {
    padding: 20px;
    border-radius: 40px;
  }
}
.grief_contact .box:before {
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .grief_contact .box:before {
    content: none;
  }
}
.grief_contact .box .contact_title {
  color: #482a0b;
  font-size: clamp(2.6rem, 4vw, 3rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
.grief_contact .box .flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.grief_contact .box .flex .tel_num {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: YakuHanJP, "Oswald", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .grief_contact .box .flex .tel_num {
    font-size: 3.8rem;
    font-weight: bold;
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
.grief_contact .box .flex .tel_anime {
  display: flex;
}
.grief_contact .box .flex .tel_anime svg {
  width: 50px;
  height: 50px;
}
.grief_contact .time {
  color: #354ba1;
  font-weight: bold;
  border-bottom: 1px solid;
  border-top: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 20px;
}

.grief_head {
  overflow: visible;
}
.grief_head .grief_nav {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  justify-content: center;
  border: 2px solid #482a0b;
  gap: 0;
  padding: 10px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  z-index: 800;
}
@media screen and (max-width: 1100px) {
  .grief_head .grief_nav {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .grief_head .grief_nav {
    bottom: 0;
    padding: 10px 5px;
    width: 100%;
    position: relative;
  }
}
.grief_head .grief_nav.fixed {
  position: fixed;
  top: 65px;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .grief_head .grief_nav.fixed {
    top: 60px;
    border-radius: 0 0 10px 10px;
  }
}
.grief_head .grief_nav a {
  border-right: 1px solid #482a0b;
  padding: 5px 20px;
  font-weight: bold;
  color: #482a0b;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .grief_head .grief_nav a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .grief_head .grief_nav a {
    font-size: 1.6rem;
    padding: 3px;
  }
}
.grief_head .grief_nav a:first-of-type {
  border-left: 1px solid #482a0b;
}

.grief_first .flex {
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .grief_first .flex {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.grief_first .lead {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .grief_first .lead {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .grief_first img {
    width: 70%;
  }
}

.grief_feature {
  overflow: visible;
}
.grief_feature .hana:before {
  background: radial-gradient(circle, rgb(255, 216, 203)), rgba(217, 250, 255, 0);
}
.grief_feature .flex {
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .grief_feature .flex {
    flex-direction: column;
    gap: 0;
  }
}
.grief_feature .flex .info {
  flex: 1;
}
.grief_feature .flex .info .lead {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .grief_feature .flex .info .lead {
    line-height: 2;
  }
}
.grief_feature .flex > img {
  width: 40%;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .grief_feature .flex > img {
    width: 70%;
  }
}

.grief_about {
  padding-bottom: 0;
  overflow: visible;
}
.grief_about .hana:before {
  background: radial-gradient(circle, rgb(246, 255, 216)), rgba(217, 250, 255, 0);
  width: min(100%, 500px);
}
@media screen and (max-width: 767px) {
  .grief_about .hana:before {
    width: min(100%, 300px);
  }
}
.grief_about .about_list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .grief_about .about_list {
    padding: 20px 0;
  }
}
.grief_about .about_list .item {
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eee;
  color: #482a0b;
  padding: 20px 20px 20px 50px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .grief_about .about_list .item {
    padding: 15px 2px 15px 28px;
    margin-bottom: 10px;
  }
}
.grief_about .about_list .item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #91d554;
  font-family: YakuHanJP, "Oswald", sans-serif;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .grief_about .about_list .item::before {
    left: 8px;
  }
}
.grief_about .function {
  border: 4px solid #d0c5bb;
  color: #482a0b;
  padding: 20px 100px;
  border-radius: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .grief_about .function {
    width: 90%;
    padding: 20px 100px 20px 20px;
  }
  .grief_about .function .catch {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .grief_about .function {
    width: 100%;
    padding: 20px 40px 20px 15px;
  }
}
.grief_about .function img {
  position: absolute;
  right: -50px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .grief_about .function img {
    right: -10px;
    top: unset;
    height: 100px;
    bottom: -20px;
  }
}

.grief_join {
  overflow: visible;
}
.grief_join .join {
  max-width: 900px;
  border-collapse: collapse;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 20px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .grief_join .join {
    border-spacing: 0 10px;
  }
}
.grief_join .join th,
.grief_join .join td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .grief_join .join th,
.grief_join .join td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.grief_join .join th {
  background: #ea854c;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .grief_join .join th {
    background: #ffece2;
    color: #ea854c;
  }
}
.grief_join .join .tel {
  display: block;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #dc394a;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .grief_join .join .tel {
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
}
.grief_join .join .tel i {
  margin-right: 8px;
}

.greaf_faq .faq_wrap .question .open_btn {
  background: #f8f3d8;
  color: #482a0b;
}
.greaf_faq .faq_wrap .question .open_btn:before, .greaf_faq .faq_wrap .question .open_btn:after {
  background: #482a0b;
}
.greaf_faq .faq_wrap .answer {
  background: #fff;
}

.grief_last {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 2.6;
  background: linear-gradient(180deg, #bcefff, #fff);
}
@media screen and (max-width: 767px) {
  .grief_last {
    line-height: 2;
  }
}
.grief_last .inner:before {
  content: "";
  background: url(../img/griefcare/last_bg.png);
  width: 300px;
  height: 332px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -20%;
  transform: scale(-1, 1);
  filter: drop-shadow(2px 2px 6px #fff);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .grief_last .inner:before {
    width: 150px;
  }
}
.grief_last .inner::after {
  content: "";
  background: url(../img/griefcare/last_bg.png);
  width: 300px;
  height: 332px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -20%;
  filter: drop-shadow(2px 2px 6px #fff);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .grief_last .inner::after {
    display: none;
  }
}
.grief_last .inner p {
  position: relative;
  z-index: 2;
}

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

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.contact_form .form-block {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form .form-block {
    flex-direction: column;
  }
}
.contact_form .form-block.bikou {
  order: 2;
}
.contact_form dt {
  width: 30%;
  background: #fafafa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
    padding: 5px 10px;
  }
}
.contact_form dt .hissu,
.contact_form dt .nini {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #dc394a;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact_form dt .hissu,
.contact_form dt .nini {
    position: relative;
    right: -10px;
  }
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
    padding: 20px 10px;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form dd .input_wrap.f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.contact_form dd .input_wrap.letter {
  background: #eee;
  display: block;
  padding: 10px;
  margin-top: 10px;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  font-size: 1.8rem;
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.contact_form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_form .group {
    flex-wrap: wrap;
  }
}
.contact_form select {
  padding: 5px 10px;
}

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

.pp_box {
  width: 80%;
  height: 240px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 767px) {
  .pp_box {
    width: 100%;
  }
}
.pp_box p {
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.pp_box p span {
  display: block;
  font-weight: 700;
}
.pp_box ul {
  margin-bottom: 1em;
}

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

.wpcf7-submit,
.wpcf7-previous {
  margin: 0 auto;
  display: block;
  border: 1px solid #dc394a;
  font-size: 2rem;
  background: #dc394a;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.3s;
}
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background-color: #fff;
  color: #dc394a;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit,
.wpcf7-previous {
    width: 90%;
    white-space: normal;
  }
}

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