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

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.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: #0580c4;
  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: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.column_hall_list .hall_info_box a {
  display: block;
}
.column_hall_list .hall_info_box a:hover .btn {
  background: #0580c4;
  color: #fff;
}
.column_hall_list .hall_info_box .hall_name {
  font-size: 2.2rem;
  text-align: left;
  color: #0580c4;
  margin-bottom: 10px;
}
.column_hall_list .hall_info_box .hall_name br {
  display: none;
}
.column_hall_list .hall_info_box .hall_detail {
  padding: 40px 0;
}
.column_hall_list .hall_info_box .flex {
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .flex {
    flex-wrap: wrap;
  }
}
.column_hall_list .hall_info_box .info_left {
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_left {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_left img {
  width: 100%;
  height: 100%;
}
.column_hall_list .hall_info_box .info_right {
  width: calc(100% - 370px);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_right {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_right .google_link {
  border: 2px solid #4885ed;
  border-left: 10px solid #4885f0;
  padding: 5px 10px 5px 5px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link span {
  font-weight: 900;
  color: #f06664;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link::after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #4885ed;
  position: relative;
  left: 5px;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link:hover {
  background: #4885ed;
  color: #fff;
  opacity: 1;
}
.column_hall_list .hall_info_box .info_right .google_link:hover span {
  color: #fff200;
}
.column_hall_list .hall_info_box .info_right .google_link:hover::after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .google_link {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}
.column_hall_list .hall_info_box .info_right .hall_spec {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.column_hall_list .hall_info_box .info_right .hall_spec .title {
  width: 15%;
  background: #eef1f5;
  color: #333;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .hall_spec .title {
    width: 25%;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.column_hall_list .hall_info_box .info_right .hall_spec .detail {
  width: calc(85% - 10px);
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .hall_spec .detail {
    width: calc(75% - 10px);
  }
}
.column_hall_list .hall_info_box .info_right .btn {
  padding: 10px;
  width: 300px;
  margin: 0;
  margin-left: auto;
}
.column_hall_list .hall_info_box .feature_icon {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.column_hall_list .hall_info_box .feature_icon li {
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .feature_icon li {
    padding: 5px;
    width: calc(50% - 3px);
  }
}
.column_hall_list .hall_info_box .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #0580c4;
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
.column_hall_first .family_hall_laber {
  background: #0580c4;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.column_hall_first .hall_head_wrap {
  width: 100%;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap {
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
  }
}
@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:first-child .sec_title {
  margin: 0;
}
.column_hall_first .hall_head_wrap .sec_title {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_hall_first .hall_head_wrap .sec_title {
    text-align: center;
  }
}

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

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

.column_hall_detail .hall_detail {
  padding: 40px 0 0;
  border-top: 1px solid #eee;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
.column_hall_detail .hall_detail .sec_title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: left;
  margin-bottom: 10px;
}
.column_hall_detail .hall_detail .detail_box {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  padding: 30px;
  background: #fafafa;
  margin-top: 0;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box {
    padding: 20px;
  }
}
.column_hall_detail .hall_detail .detail_box a {
  text-decoration: none;
  color: inherit;
}
.column_hall_detail .hall_detail .detail_box .map_link {
  background: #0580c4;
  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: 820px) {
  .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: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row {
    display: block;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row dt {
  width: 30%;
  min-width: 165px;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .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: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row dd {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon li {
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon li {
    padding: 5px;
    width: calc(50% - 3px);
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_left .row .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #0580c4;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_right {
    width: 100%;
  }
}
.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;
}
.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;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right .access_list li .title i {
  font-size: 2.2rem;
  margin-right: 5px;
  color: #0580c4;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 {
  width: 100%;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon li {
  width: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon li {
    padding: 5px;
    width: calc(50% - 3px);
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_w100 .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #0580c4;
}

.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 {
  padding-top: 60px;
  background: #fafafa;
}
.column_hall_reason .hall_reason_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  counter-reset: cnt 0;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap {
    flex-wrap: wrap;
  }
}
.column_hall_reason .hall_reason_wrap .hall_reason_box {
  width: calc(33.3333333333% - 10px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  flex-direction: column;
  position: relative;
  box-shadow: 3px 3px 5px #ccc;
  border-radius: 5px;
  counter-increment: reason 1;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box::before {
  content: counter(reason, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: #0580c4;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 55px;
  height: 0;
  width: 0;
  border-left: 30px solid #0580c4;
  border-right: 30px solid #0580c4;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 820px) {
  .column_hall_reason .hall_reason_wrap .hall_reason_box {
    width: 100%;
  }
}
.column_hall_reason .hall_reason_wrap .text_wrap {
  padding: 20px;
}
.column_hall_reason .hall_reason_wrap .hall_reason_box_title {
  font-size: clamp(1.8rem, 5vw, 2rem);
  color: #6dc4bc;
  margin-bottom: 20px;
  line-height: 1.4;
}

/*----------------------------------------------------
	特徴
----------------------------------------------------*/
.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 #0580c4;
  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: #0580c4;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.column_reason_list .links_feature li .num span {
  font-size: 2rem;
}
.column_reason_list .links_feature li .tit {
  flex: 1;
}

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

/*----------------------------------------------------
	プラン一覧　詳細版
----------------------------------------------------*/
.plan_list_all .inner {
  max-width: 1100px;
}
.plan_list_all .catch {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.plan_list_all-title {
  font-size: clamp(2.2rem, 4vw, 2.2rem);
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
}
.plan_list_all-title.simple {
  background: #4789da;
}
.plan_list_all-title.family {
  background: #349acd;
}
.plan_list_all-title.oneday {
  background: #47ceda;
}
.plan_list_all-title.general {
  background: #6351a5;
}
.plan_list_all .wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .wrap {
    margin-bottom: 30px;
  }
}
.plan_list_all .item {
  border: 1px solid #ccc;
  position: relative;
  margin-top: -1px;
}
.plan_list_all .item:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
  font-size: 1.5rem;
}
.plan_list_all .item > .flex {
  align-items: center;
  gap: 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .plan_list_all .item > .flex {
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 25px 10px 10px;
  }
}
.plan_list_all .item .title_box {
  width: 30%;
  max-width: 300px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list_all .item .title_box {
    width: auto;
    flex: 1;
  }
}
.plan_list_all .item .title_box .reccomend {
  position: absolute;
  width: 60px;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box .reccomend {
    top: 0;
  }
}
.plan_list_all .item .title_box .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .title_box .title {
    font-size: 2rem;
    text-align: left;
  }
}
.plan_list_all .item img {
  width: 15%;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item img {
    width: 20%;
  }
}
.plan_list_all .item .price_unit {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .plan_list_all .item .price_unit {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
  }
}
.plan_list_all .item .price_unit_untax {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  color: #f06664;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax {
    font-size: 4.2rem;
  }
}
.plan_list_all .item .price_unit_untax .yen {
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax .yen {
    font-size: 1.5rem;
    margin-left: 3px;
  }
}
.plan_list_all .item .price_unit_untax .yen .tax {
  position: absolute;
  font-size: 1.2rem;
  white-space: nowrap;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit_untax .yen .tax {
    font-size: 1rem;
    top: -11px;
    right: -3px;
  }
}
.plan_list_all .item .price_unit_taxin {
  font-size: clamp(1.7rem, 4vw, 2rem);
  color: #333;
}
.plan_list_all .item .price_unit_taxin .tax {
  font-size: 0.8em;
}
.plan_list_all .item .price_unit .price_ippan_taxin {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .price_unit .price_ippan_taxin {
    text-align: left;
    line-height: 1.4;
  }
}
.plan_list_all .item .flow {
  width: 25%;
  display: flex;
  gap: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .plan_list_all .item .flow {
    display: none;
  }
}
.plan_list_all .item .flow_item {
  text-align: center;
  width: 2em;
  padding: 2px 5px;
  color: #666;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.plan_list_all .item.simple {
  color: #196bd1;
}
.plan_list_all .item.simple .flow .flow_item.in {
  color: #196bd1;
  border: 1px solid #196bd1;
}
.plan_list_all .item.family {
  color: #0181c0;
}
.plan_list_all .item.family .flow .flow_item.in {
  color: #0181c0;
  border: 1px solid #0181c0;
}
.plan_list_all .item.oneday {
  color: #19c2d1;
}
.plan_list_all .item.oneday .flow .flow_item.in {
  color: #19c2d1;
  border: 1px solid #19c2d1;
}
.plan_list_all .item.general {
  color: #3c268f;
}
.plan_list_all .item.general .flow .flow_item.in {
  color: #3c268f;
  border: 1px solid #3c268f;
}

/*------プラン詳細------------------------------*/
.plan_list {
  position: relative;
  border-bottom: 2px solid #0580c4;
}
.plan_list-links {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1200px;
}
@media screen and (max-width: 820px) {
  .plan_list-links {
    width: 96%;
    gap: 10px;
  }
}
.plan_list-item {
  max-width: 300px;
  flex: 1;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  font-size: 1.8rem;
}
.plan_list-item.tab {
  padding: 5px;
}
.plan_list-item.tab.show {
  background: #0580c4;
  color: #fff;
}
.plan_list-item a {
  display: block;
  padding: 5px;
  color: #fff;
}
.plan_list-item.simple {
  background: #ecf4fd;
}
.plan_list-item.simple.show {
  background: #196bd1;
}
.plan_list-item.simple.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.simple a {
  color: #666;
}
.plan_list-item.family {
  background: #c1eaff;
}
.plan_list-item.family.show {
  background: #0181c0;
}
.plan_list-item.family.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.family a {
  color: #666;
}
.plan_list-item.oneday {
  background: #ecfbfd;
}
.plan_list-item.oneday.show {
  background: #19c2d1;
}
.plan_list-item.oneday.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.oneday a {
  color: #666;
}
.plan_list-item.general {
  background: #cec5ef;
}
.plan_list-item.general.show {
  background: #3c268f;
}
.plan_list-item.general.show a {
  color: #fff;
  font-weight: 600;
}
.plan_list-item.general a {
  color: #666;
}
.plan_list-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

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

.plan_wrap .plan_detail {
  background: #fafafa;
  padding: 40px 0;
  position: relative;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail {
    padding: 20px 0;
  }
}
.plan_wrap .plan_detail .flex.inner {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .flex.inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.plan_wrap .plan_detail-img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail-img {
    width: 100%;
  }
}
.plan_wrap .plan_detail-info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail-info {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .plan_detail-info .plan_title {
  text-align: center;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: bold;
  color: #0580c4;
}
.plan_wrap .plan_detail-info .plan_feature {
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
  margin: 0 auto 10px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  color: #f06664;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box {
    gap: 5px;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_left {
  text-align: center;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .detail_lead {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 80px;
  position: relative;
  background: #f06664;
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto 5px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_ippan_taxin {
  color: #444;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax {
    font-size: 7rem;
  }
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .yen {
  font-size: 0.5em;
  position: relative;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
  white-space: nowrap;
  position: absolute;
  left: 3px;
  font-size: 0.4em;
  top: -5px;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.plan_wrap .plan_detail .detail_price .price_unit_box .price_unit_taxin .yen {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8em;
}
.plan_wrap .plan_detail .flow_container {
  background: #fff;
  padding: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container {
    gap: 10px;
  }
}
.plan_wrap .plan_detail .flow_container .item {
  position: relative;
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  flex: 1;
  background: #ccc;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_detail .flow_container .item {
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_detail .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_wrap .plan_detail .flow_container .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_wrap .plan_detail .flow_container .item:last-child {
  margin-right: 0;
}
.plan_wrap .plan_detail .flow_container .item:last-child::after {
  content: none;
}
.plan_wrap .plan_detail .flow_container .item.in {
  background: #0580c4;
}
.plan_wrap .plan_including .including_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.plan_wrap .plan_including .including_list .item {
  width: calc(20% - 0px);
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item {
    flex-wrap: wrap;
    width: calc(33.3333333333% - 0px);
  }
}
.plan_wrap .plan_including .including_list .item .item_img {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_img {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list .item .item_txt {
  flex: 1;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    width: 100%;
  }
}
.plan_wrap .plan_including .including_list.after {
  margin-bottom: 0;
}
.plan_wrap .plan_including .plan_function {
  padding: 20px;
  background: #eee;
  font-size: 1.5rem;
  margin-bottom: 60px;
}

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

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

.simple .plan_detail .detail_right .plan_head .txt,
.simple .plan_detail .detail_right .flow_container .item.in {
  background: #196bd1;
}

.plan_wrap.family {
  border-top: 2px solid #0181c0;
}

.family .plan_detail .detail_right .plan_head .txt,
.family .plan_detail .detail_right .flow_container .item.in {
  background: #0181c0;
}

.plan_wrap.oneday {
  border-top: 2px solid #19c2d1;
}

.oneday .plan_detail .detail_right .plan_head .txt,
.oneday .plan_detail .detail_right .flow_container .item.in {
  background: #19c2d1;
}

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

.general .plan_detail .detail_right .plan_head .txt,
.general .plan_detail .detail_right .flow_container .item.in {
  background: #3c268f;
}

/*------割引額提示------------------------------*/
.appeal_price {
  position: relative;
  margin-top: 100px;
}
.appeal_price::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 15rem 0 15rem;
  border-color: #e6f2f9 transparent transparent transparent;
}
@media screen and (max-width: 820px) {
  .appeal_price::before {
    border-width: 4rem 10rem 0 10rem;
  }
}
.appeal_price .price_txt {
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_txt {
    font-size: 2.2rem;
  }
}
.appeal_price .price_box {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box {
    flex-wrap: wrap;
  }
}
.appeal_price .price_box .price_large {
  display: flex;
  align-items: flex-end;
  font-size: 9rem;
  color: #f06664;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large {
    justify-content: center;
    font-size: 6rem;
  }
}
.appeal_price .price_box .price_large .price {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .price {
    align-self: flex-start;
    font-size: 5rem;
    white-space: nowrap;
  }
}
.appeal_price .price_box .price_large .yen {
  font-weight: 700;
  font-size: 0.5em;
  position: relative;
  line-height: 1;
}
.appeal_price .price_box .price_large .yen .tax {
  white-space: nowrap;
  position: absolute;
  left: 3px;
  font-size: 0.4em;
  top: -20px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .yen .tax {
    top: -15px;
  }
}
.appeal_price .price_box .sale_laber {
  background: #f06664;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.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;
  }
}

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

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

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

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

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

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

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

.column_kyouka_list .item_tit {
  background: #0580c4;
  display: flex;
  justify-content: flex-start;
  vertical-align: center;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.column_kyouka_list .item_tit h3 {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.column_kyouka_list .item_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.column_kyouka_list .item_box .item {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 820px) {
  .column_kyouka_list .item_box .item {
    width: calc(50% - 15px);
  }
}
.column_kyouka_list .item_box .item a {
  position: relative;
}
.column_kyouka_list .item_box .item .photo_area {
  position: relative;
}
.column_kyouka_list .item_box .item .photo_area img {
  margin: 0 auto;
  display: block;
}
.column_kyouka_list .item_box .item .photo_area .zoom {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.column_kyouka_list .item_box .text_box {
  text-align: center;
  margin-top: 1em;
}
.column_kyouka_list .item_box .text_box .tit {
  color: #0580c4;
  line-height: 1;
  font-weight: 600;
}
.column_kyouka_list .item_box .text_box .taxin {
  color: #f06664;
  font-family: "Oswald", sans-serif;
}
.column_kyouka_list .item_box .text_box .taxin span {
  color: #333;
  font-size: 1.5rem;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.column_hurry_first {
  padding: 120px 0 0;
  background: #fafafa;
}

.hurry_first {
  max-width: 780px;
  width: 65%;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .hurry_first {
    width: 100%;
  }
}
.hurry_first-title {
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
}
.hurry_first-title .big {
  font-size: 1.2em;
  color: #0580c4;
}
.hurry_first-tel {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel {
    gap: 10px;
    flex-wrap: wrap;
    background: #f06664;
    padding: 15px 10px;
    border-radius: 8px;
    box-shadow: 0 5px #ec3836;
    margin-bottom: 20px;
  }
}
.hurry_first-tel .point {
  max-width: 130px;
  width: 20%;
  aspect-ratio: 1/1;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  border-radius: 80px;
  background: #f9e400;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel .point {
    max-width: 100%;
    width: 100%;
    aspect-ratio: unset;
    background: #fff;
    color: #f06664;
  }
}
.hurry_first-tel .tel_anime {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .hurry_first-tel .tel_anime {
    width: 50px;
    height: 50px;
  }
  .hurry_first-tel .tel_anime svg {
    fill: #fff;
  }
}
.hurry_first-tel .num {
  font-weight: 700;
  color: #f06664;
  line-height: 1;
  white-space: nowrap;
  font-size: 8rem;
}
@media screen and (max-width: 1100px) {
  .hurry_first-tel .num {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_first-tel .num {
    font-size: 4rem;
    color: #fff;
  }
}
.hurry_first-tel .num i {
  transform: rotate(325deg);
  padding-right: 10px;
  bottom: 5px;
  position: relative;
}
.hurry_first-lead {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  color: #f06664;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hurry_first-lead .big {
  font-size: 1.2em;
}
.hurry_first-lead .sub {
  font-size: 2rem;
  color: #333;
}
.hurry_first-lead .wrap {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.hurry_first-lead .wrap:before, .hurry_first-lead .wrap:after {
  content: "";
  background: #f06664;
  width: 4px;
  height: 100%;
  position: absolute;
  bottom: -5px;
}
.hurry_first-lead .wrap:before {
  left: 0;
  transform: rotate(-30deg);
}
.hurry_first-lead .wrap:after {
  right: 0;
  transform: rotate(30deg);
}
.hurry_first-attention {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hurry_first-attention {
    flex-wrap: wrap;
  }
}
.hurry_first-attention-item {
  width: auto;
  border-radius: 4px;
  background: #0580c4;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hurry_first-attention-item {
    flex: auto;
  }
}
.hurry_first-attention-lead {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.hurry_first-attention-lead span {
  background: #fff200;
}

.hurry_mv {
  position: absolute;
  right: -5%;
  bottom: 0;
  max-width: 450px;
}
@media screen and (max-width: 820px) {
  .hurry_mv {
    display: none;
  }
}

.hurry_situation {
  background: #e6f2f9;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list {
    flex-wrap: wrap;
    gap: 60px;
    padding-top: 60px;
  }
}
.hurry_situation-list .item {
  width: calc(33.3333333333% - 15px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item {
    width: 100%;
  }
}
.hurry_situation-list .item_top {
  background: #fff;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.hurry_situation-list .item_top .title {
  position: absolute;
  background: #6dc4bc;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 2rem;
  padding: 10px;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 80%;
}
.hurry_situation-list .item_top .catch {
  font-weight: 600;
  flex: 1;
  margin-bottom: 0;
  text-align: left;
}
.hurry_situation-list .item_top .lead {
  flex: 2;
}
.hurry_situation-list .item_top:after {
  content: "\f103";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -25px;
  font-size: 4rem;
  text-align: center;
  color: #6dc4bc;
}
.hurry_situation-list .item_bottom {
  padding: 20px;
  background: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  min-height: 200px;
}
@media screen and (max-width: 820px) {
  .hurry_situation-list .item_bottom {
    min-height: unset;
  }
}

.hurry_check {
  max-width: 960px;
  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: #f06664;
}
.hurry_check-list {
  display: inline-block;
  margin: 0 auto 40px;
  width: 100%;
  padding: 30px;
  background: #f3f9fc;
}
.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: #f06664;
  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;
  display: inline-block;
  padding: 0 30px;
}
.hurry_check-tel-title .wrap:before, .hurry_check-tel-title .wrap:after {
  content: "";
  background: #f06664;
  width: 3px;
  height: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-title .wrap:before, .hurry_check-tel-title .wrap:after {
    height: 60%;
  }
}
.hurry_check-tel-title .wrap:before {
  left: 0;
  transform: rotate(-30deg);
}
.hurry_check-tel-title .wrap:after {
  right: 0;
  transform: rotate(30deg);
}
.hurry_check-tel-flex {
  align-items: center;
  justify-content: center;
  background: #f06664;
  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 .tel_anime {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .tel_anime {
    width: 45px;
    height: 45px;
  }
}
.hurry_check-tel-flex .tel_anime svg {
  fill: #fff;
}
.hurry_check-tel-flex .list .item:first-of-type {
  font-weight: 600;
  background: #fff;
  color: #f06664;
  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;
    white-space: nowrap;
  }
}
.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;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hurry_check-tel-flex .label {
    width: 18%;
  }
}

.hurry_flow {
  position: relative;
}
.hurry_flow-list {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list {
    gap: 20px;
  }
}
.hurry_flow-list-item {
  width: calc(14.2857142857% - 26px);
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list-item {
    width: calc(33.3333333333% - 14px);
  }
}
.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: 17px solid #0580c4;
  border-right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
}
@media screen and (max-width: 820px) {
  .hurry_flow-list-item:after {
    right: -18px;
  }
}
.hurry_flow-list-item .title {
  flex: 1;
  color: #fff;
  background: #0580c4;
  height: 100%;
  position: relative;
  z-index: 2;
  line-height: 1;
  padding: 10px 5px;
  font-size: clamp(1.3rem, 4vw, 1.6rem);
}
.hurry_flow-list-item .img {
  width: 100%;
  padding: 10px;
}
.hurry_flow-list-item:last-of-type::after {
  content: none;
}

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

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

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

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

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

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

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

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #0580c4, 0 2px 0 #0580c4, -2px 0 0 #0580c4, 0 -2px 0 #0580c4;
  color: #fff;
}

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

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

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

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

.wpcf7-submit,
.wpcf7-previous {
  margin: 0 auto;
  display: block;
  border: 1px solid #f06664;
  box-shadow: 0 4px 0 #d91815;
  border-radius: 30px;
  font-size: 2rem;
  background: #f06664;
  color: #fff;
  padding: 5px 40px;
  cursor: pointer;
  transition: all 0.3s;
}

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