@charset "UTF-8";
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
/*お急ぎの方への開閉ボタン*/
.hurry_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: inline-block;
    width: 100%;
    padding: 25px 15px 0;
  }
  .hurry_box .open_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: #bf161f;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 100px;
    box-shadow: 3px 3px 0 #5a1b13;
    border: 0;
    line-height: 1.4;
  }
  .hurry_box .open_btn .fa-angle-up {
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .hurry_box .open_btn .fa-angle-up:before {
    border-radius: 100px;
    margin: 0 5px;
  }
  .hurry_box .open_btn h3 {
    font-size: 2.6rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hurry_box .open_btn h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry_box .open_btn p {
    font-size: 1.6rem;
    color: #ffe100;
  }
  .hurry_box .open_btn.active .fa-angle-up {
    transform: rotate(360deg);
  }
  .hurry_box .hurry_detail {
    display: none;
  }
  .hurry_box .hurry_detail li {
    font-size: 1.7rem;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
  }
  .hurry_box .hurry_detail li::before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    color: #e6434c;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  .hurry_box .hurry_detail .alert {
    font-size: 1.5rem;
  }
  .hurry_box .tel_btn {
    background: #073465;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto;
  }
  .hurry_box .tel_btn .flex {
    padding: 10px;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    gap: 0;
  }
  .hurry_box .tel_btn .flex .head_catch {
    width: 100%;
    color: #ffe100;
    font-size: 2rem;
    white-space: nowrap;
  }
  .hurry_box .tel_btn .flex .tel_anime {
    position: relative;
    top: 5px;
  }
  .hurry_box .tel_btn .flex .tel_anime svg {
    width: 50px;
    height: 50px;
    fill: #fff;
  }
  .hurry_box .tel_btn .flex .tel_txt {
    font-size: 3.5rem;
    font-weight: 800;
    white-space: nowrap;
    margin-left: 8px;
  }
  .hurry_box .tel_btn .flex .foot_catch {
    width: 100%;
    font-size: 1.7rem;
    white-space: nowrap;
  }
  .hurry_box .tel_btn .flex .foot_catch .big {
    font-size: 2.6rem;
    font-weight: 900;
  }
  .hurry_box .tel_btn .flex .foot_catch .tel_free {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .hurry_box .reminder {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .hurry_box .reminder span {
    background: #e6434c;
    color: #fff;
    padding: 5px;
    display: block;
  }
}

.column_banner {
  padding: 0 0 50px;
}
@media screen and (max-width: 820px) {
  .column_banner {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_banner {
    padding: 15px 0;
  }
}

/*  TOPのSP用バナー枠 */
@media screen and (max-width: 767px) {
  .banner_top__deco {
    width: 100%;
    margin: 60px auto 10px;
    background: #faf4f0;
    padding: 10px 0 0;
    border-radius: 8px;
    position: relative;
    border: 1px solid #a1a1a1;
  }
  .banner_top__deco .column_banner {
    padding: 10px 0;
  }
  .banner_top__deco .lead {
    position: absolute;
    top: -48px;
    left: 5%;
    display: block;
    width: 90%;
    font-weight: 600;
    text-align: center;
    font-size: 2.2rem;
    margin: 0 auto 5px;
    background: #faf4f0;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
  }
  .banner_top__deco .tel_num {
    text-align: center;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 4.7rem;
    line-height: 1;
    font-weight: 600;
    color: #e6434c;
  }
}
.banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .banner_box {
    justify-content: center;
  }
}
.banner_box li {
  width: calc(33.3333333333% - 5px);
}
@media screen and (max-width: 820px) {
  .banner_box li {
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner_box li {
    width: 100%;
  }
}
.banner_box li img {
  display: block;
  margin: 0 auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.column_banner2 a {
  width: 100%;
  display: block;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .column_banner2 a:last-child {
    margin-bottom: 0;
  }
}
.column_banner2 a img {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
	使いまわし要素
----------------------------------------------------*/
.plan_list {
  padding-top: 60px;
}

.infomations .event_wrap {
  padding-bottom: 60px;
}

/*------ TOP 共通CSS 投稿系 ------------------------------*/
.post_list {
  width: 100%;
  margin: 30px auto 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post_list {
    margin: 30px auto 15px;
  }
}
.post_list .post_item {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
@media (max-width: 768px) {
  .post_list .post_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .post_list .post_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.post_list .post_item a {
  display: flex;
}
@media screen and (max-width: 820px) {
  .post_list .post_item a {
    width: 100%;
  }
}
.post_list .post_item__l {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .post_list .post_item__l {
    width: 80%;
  }
}
.post_list .post_item__l img {
  border-radius: 10px;
  width: 100%;
}
.post_list .post_item__r {
  width: 50%;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .post_list .post_item__r {
    width: 100%;
  }
}
.post_list .post_item__r .day {
  font-size: 1.4rem;
  padding-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .post_list .post_item__r .day {
    padding-bottom: 0;
  }
}
.post_list .post_item__r h3 {
  font-size: 1.6rem;
  color: #1a74a8;
  padding-bottom: 6px;
  border-bottom: 1px solid #1a74a8;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .post_list .post_item__r h3 {
    -webkit-line-clamp: 2;
  }
}
.post_list .post_item__r .cat {
  background: #e7555d;
  color: #fff;
  border-radius: 15px;
  font-size: 1.4rem;
  padding: 8px 12px;
  margin-right: 5px;
}

.column_voice {
  padding-top: 60px;
}
.column_voice .cat {
  font-size: 1.2rem;
  background: #666;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_voice .cat {
    font-size: 1rem;
  }
}
.column_voice .voice_row {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.column_voice .voice_row li {
  width: calc(25% - 15px);
  background: #fff;
  box-shadow: 0px 0px 5px #eee;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li {
    width: calc(50% - 15px);
  }
}
.column_voice .voice_row .rbox {
  padding: 20px;
}
.column_voice .voice_row .rbox .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row .rbox .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.column_voice .voice_row .rbox .date {
  font-size: 1.4rem;
  margin-bottom: 13px;
  color: #666;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row .rbox .date {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row .rbox .flex {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row .rbox .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
.column_voice .voice_row .rbox .star {
  color: #ff8300;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row .rbox .plan_name {
    text-align: center;
  }
}
.column_voice .voice_row .rbox .plan_name span {
  font-size: 1.6rem;
  background: #eee;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row .rbox .plan_name span {
    margin-right: 0;
  }
}

.column_event .event_row {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_event .event_row {
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.column_event .event_row li {
  width: 24%;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 5px #eee;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .column_event .event_row li {
    width: 48%;
    margin-bottom: 15px;
  }
}
.column_event .event_row li:last-child {
  margin-right: 0;
}
.column_event .event_row img {
  display: block;
  margin: 0 auto;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.column_event .event_row .cat {
  display: none;
}
.column_event .event_row .rbox {
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_event .event_row .rbox {
    padding: 10px;
  }
}
.column_event .event_row .rbox .date {
  font-size: 1.5rem;
  color: #666;
}
.column_event .event_row .rbox .date,
.column_event .event_row .rbox .title {
  display: block;
}
.column_event .event_row .rbox .text {
  display: block;
  font-size: 1.4rem;
  color: #444;
}
.column_event .event_row .rbox .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.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: #1a74a8;
  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_inquiry {
  padding: 0;
  margin-bottom: 60px;
}
.column_inquiry::before {
  content: "";
  background: url(../img/common/inquiry_bg.jpg);
  width: 960px;
  height: 670px;
  position: absolute;
  right: 0;
  z-index: -1;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .column_inquiry::before {
    content: none;
  }
}
.column_inquiry .inquiry_wrap {
  width: 50%;
  padding: 60px;
  padding-left: 0;
  background: #fff;
  float: left;
}
@media screen and (max-width: 1100px) {
  .column_inquiry .inquiry_wrap {
    width: 60%;
    padding: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .column_inquiry .inquiry_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.column_inquiry .inquiry_wrap .inquiry_title {
  color: #1a74a8;
  font-size: 2.4rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_inquiry .inquiry_wrap .inquiry_title {
    font-size: 2rem;
    padding-top: 30px;
  }
}
.column_inquiry .inquiry_wrap .doc_box {
  border-top: 1px solid #1a74a8;
  border-bottom: 1px solid #1a74a8;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_inquiry .inquiry_wrap .doc_box {
    padding: 20px;
  }
}
.column_inquiry .inquiry_wrap .doc_box_title {
  color: #1a74a8;
  margin-bottom: 10px;
}
.column_inquiry .inquiry_wrap .doc_box_title span {
  color: #333;
  border-bottom: 0;
  padding-left: 1rem;
}
.column_inquiry .inquiry_wrap .doc_box_laber {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.column_inquiry .inquiry_wrap .doc_box_laber p {
  width: 48%;
  background: #f6f908;
  color: #333;
  border-radius: 45px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .column_inquiry .inquiry_wrap .doc_box_laber p {
    width: 100%;
  }
}
.column_inquiry .btn {
  position: relative;
}
.column_inquiry .btn .inquiry_img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .column_inquiry .btn .inquiry_img {
    display: none;
  }
}
.column_inquiry .sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_inquiry .sp_img {
    display: block;
  }
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.swiper-container {
  position: relative;
}
.swiper-container .swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiper-container .swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  background-color: #1a74a8 !important;
}
.swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
.swiper-container #main_slider_sp .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.main_slider {
  overflow: hidden;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 15px auto 50px;
}
@media (max-width: 768px) {
  .main_slider {
    display: none;
  }
}
.main_slider .mv_img img {
  width: 100%;
}
.main_slider .mv_catch {
  z-index: 1;
  position: absolute;
  bottom: 16%;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .main_slider .mv_catch {
    bottom: 10%;
  }
}
.main_slider .mv_catch_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main_slider .mv_catch_wrap .main {
  font-size: 5.4rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-shadow: 0 0 5px #333;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .main_slider .mv_catch_wrap .main {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.main_slider .mv_catch_wrap .main span {
  color: #f6f908;
}
.main_slider .mv_catch_wrap .sub {
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 0 0 5px #333;
}
@media screen and (max-width: 820px) {
  .main_slider .mv_catch_wrap .sub {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

#main_slider_sp {
  display: none;
}
@media (max-width: 768px) {
  #main_slider_sp {
    display: block;
    margin: 5px auto 5px;
    padding: 0 5px;
  }
}

/*------トップバナー------------------------------*/
.column_banner_top {
  padding-bottom: 50px;
}

.category .column_banner_top {
  padding-bottom: 100px;
}

/*------特徴コーナー Feature ------------------------------*/
.column_feature {
  padding-bottom: 0;
}
.column_feature .column_banner {
  padding-bottom: 0;
}

.feature_title {
  background: url(../img/top/top_feature_bg.jpg) center/cover no-repeat;
  padding: 30px 15px;
  display: grid;
  place-content: center;
  letter-spacing: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .feature_title {
    padding-bottom: 20px;
  }
}
.feature_title h2 {
  color: #353f48;
  font-size: 3.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .feature_title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .feature_title h2 {
    font-size: 2.4rem;
    flex-direction: column;
  }
}
.feature_title h2 span {
  display: flex;
  align-items: center;
  color: #e6434c;
}
.feature_title h2 span span {
  margin: -15px 5px 0;
  font-size: 6rem;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 820px) {
  .feature_title h2 span span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature_title h2 span span {
    font-size: 4.5rem;
  }
}

.feature_wrap {
  position: relative;
  padding: 50px 0 15px;
}
@media screen and (max-width: 767px) {
  .feature_wrap {
    padding: 30px 0 5px;
  }
}

.feature_title_wrap {
  text-align: center;
}
.feature_title_wrap .feature_laber {
  color: #1a74a8;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 25px;
}
.feature_title_wrap .feature_laber .feature_txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
.feature_title_wrap .feature_laber .feature_num {
  font-size: 5.4rem;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  line-height: 0.9;
  letter-spacing: 5px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .feature_title_wrap .feature_laber .feature_num {
    font-size: 5rem;
  }
}
.feature_title_wrap .feature_laber .feature_num::before, .feature_title_wrap .feature_laber .feature_num::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #1a74a8;
}
.feature_title_wrap .feature_laber .feature_num::before {
  left: 0;
}
.feature_title_wrap .feature_laber .feature_num::after {
  right: 0;
}

/*------ TOP Feature 01 ------------------------------*/
.feature1 {
  background: url(../img/top/feature_01bg.png) no-repeat;
  background-size: 35%;
  background-position: top left;
}
@media screen and (max-width: 1100px) {
  .feature1 {
    background-size: 60%;
  }
}
@media screen and (max-width: 820px) {
  .feature1 {
    background-size: 35%;
  }
}
@media screen and (max-width: 767px) {
  .feature1 {
    background-size: contain;
    background-position: 210px 0;
  }
}

/*------ TOP Feature 02 ------------------------------*/
.feature2 {
  background: url(../img/top/feature_02bg.png) no-repeat;
  background-size: 35%;
  background-position: top right;
}
@media screen and (max-width: 1100px) {
  .feature2 {
    background-size: 30%;
  }
}
@media screen and (max-width: 767px) {
  .feature2 {
    background-size: contain;
    background-position: 210px 10px;
  }
}

.feature_service {
  background: #f9f8f6;
  padding: 10px;
}
.feature_service figure img {
  display: block;
  margin: 0 auto;
}
.feature_service_txt {
  max-width: 970px;
  width: 100%;
  margin: 30px auto;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .feature_service_txt {
    font-size: 1.6rem;
  }
}

/*------ TOP たじみブログ ------------------------------*/
.sec_top_blog {
  padding: 50px 0 35px;
}

.blog_list .blog_item {
  border: 1px solid #eee;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
}
.blog_list .blog_item__l {
  width: 35%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.blog_list .blog_item__l img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog_list .blog_item__l img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .blog_list .blog_item__l {
    width: 80%;
  }
}
.blog_list .blog_item__r {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .blog_list .blog_item__r {
    width: 100%;
  }
}
.blog_list .blog_item__r .day {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4cece;
}
.blog_list .blog_item__r .blog_txt {
  padding-top: 15px;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .blog_list .blog_item__r .blog_txt {
    font-size: 1.4rem;
  }
}

/*------ TOP お客様の声 スライダー ------------------------------*/
.sec_top_voice {
  padding: 40px 0 35px;
}
.sec_top_voice .common_title {
  margin-bottom: 0;
}

.voice_wrapper {
  position: relative;
}

.voice_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .voice_box {
    padding: 0;
  }
}
.voice_box .swiper-button-prev,
.voice_box .swiper-button-next {
  background: #1a74a8;
  border-radius: 50%;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .voice_box .swiper-button-prev,
  .voice_box .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 65%;
  }
}
.voice_box .swiper-button-prev i,
.voice_box .swiper-button-next i {
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .voice_box .swiper-button-prev i,
  .voice_box .swiper-button-next i {
    font-size: 1.4rem;
  }
}
.voice_box .swiper-button-prev {
  left: 0;
}
.voice_box .swiper-button-next {
  right: 0;
}

.voice_list {
  flex-wrap: nowrap;
}
.voice_list .voice_item {
  width: calc(33.3333333333% - 30px);
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
  height: auto;
}
@media screen and (max-width: 767px) {
  .voice_list .voice_item {
    padding: 5px;
  }
}
.voice_list .voice_item a {
  display: flex;
  flex-direction: column;
}
.voice_list .voice_item__l {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  margin: 0;
  overflow: hidden;
}
.voice_list .voice_item__l img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top left;
}
.voice_list .voice_item__r {
  width: 100%;
}
.voice_list .voice_item__r .star {
  display: flex;
}
@media screen and (max-width: 360px) {
  .voice_list .voice_item__r .star {
    flex-direction: column;
  }
}
.voice_list .voice_item__r .star span {
  color: #f1bd1e;
  display: inline-block;
  padding-left: 4px;
}
.voice_list .voice_item__r .voive_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 2px 2px;
  border-bottom: 1px solid #d4cece;
  flex-wrap: wrap;
}
.voice_list .voice_item__r .voive_flex .day {
  padding-bottom: 0;
}
.voice_list .voice_item__r .voice_txt {
  padding-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .voice_list .voice_item__r .voice_txt {
    font-size: 1.4rem;
  }
}

/*------ TOP Feature 03 ------------------------------*/
.feature3 {
  background: url(../img/top/feature_03bg.png) no-repeat;
  background-size: contain;
  background-position: top left;
}
@media screen and (max-width: 1100px) {
  .feature3 {
    background-size: 30%;
  }
}
@media screen and (max-width: 767px) {
  .feature3 {
    background: none;
  }
}
.feature3 .feature_title_wrap {
  margin-bottom: 0;
}
.feature3 .feature_next_title {
  margin-bottom: 15px;
}
.feature3 .column_banner {
  padding-bottom: 0;
}

.sec_feature3 {
  text-align: center;
}
.sec_feature3 .column_banner2 {
  padding-bottom: 10px;
}

.feature_price {
  max-width: 830px;
  width: 100%;
  margin: 0 auto 15px;
}
.feature_price__fukidashi span {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
}
.feature_price__fukidashi-text {
  font-size: 2.8rem;
  padding: 20px 25px;
  border: 2px solid #1a74a8;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .feature_price__fukidashi-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature_price__fukidashi-text {
    font-size: 1.8rem;
    padding: 15px;
  }
}
.feature_price__fukidashi-text::before, .feature_price__fukidashi-text::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.feature_price__fukidashi-text::before {
  background-color: #2589d0;
}
.feature_price__fukidashi-text::after {
  bottom: -12px;
  background-color: #fff;
}
.feature_price__set {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.feature_price__set .set_item {
  background: #9f9f9f;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 15px 60px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 81px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .feature_price__set .set_item {
    padding: 10px 30px;
    font-size: 1.6rem;
  }
}
.feature_price__set img {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .feature_price__set img {
    margin: 0 10px;
  }
}

.feature_price__txt {
  font-size: 1.6rem;
  text-align: center;
  padding: 30px 0;
}

.funeral_case {
  max-width: 750px;
  width: 100%;
  margin: 30px auto;
  background: #fff;
  position: relative;
  margin-top: 1em;
  padding: 20px;
  border: 1px solid #858585;
}
@media screen and (max-width: 767px) {
  .funeral_case {
    margin-bottom: 0;
  }
}
.funeral_case .jirei {
  font-size: 1.8rem;
  color: #1a74a8;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 1em;
  margin: 0;
  font-weight: 700;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.funeral_case_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.funeral_case_flex__l {
  width: 42%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .funeral_case_flex__l {
    width: 100%;
    margin-bottom: 15px;
  }
}
.funeral_case_flex__l img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.funeral_case_flex__r {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .funeral_case_flex__r {
    width: 100%;
  }
}
.funeral_case_flex__r h3 {
  font-size: 1.8rem;
  color: #fff;
  background: #1a74a8;
  padding: 6px 10px 6px 20px;
  text-align: left;
  margin-bottom: 5px;
}
.funeral_case_price {
  font-size: 1.4rem;
  color: #3c3c3c;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .funeral_case_price {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .funeral_case_price p {
    width: 100%;
  }
}
.funeral_case_price__art {
  width: 100%;
  background: #e6ebed;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .funeral_case_price__art {
    width: 100%;
  }
}
.funeral_case_price__art p {
  font-size: 1.3rem;
  line-height: 1.3;
}
.funeral_case_price--memmber {
  margin-bottom: 10px;
}
.funeral_case_price .memmber_tax {
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6434c;
}
.funeral_case_price .memmber_tax .memmber_price .memmber_num {
  font-size: 4.5rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}
.funeral_case_price .memmber_tax .memmber_price .yan {
  font-size: 2.3rem;
  position: relative;
  display: inline-block;
}
.funeral_case_price .memmber_tax .memmber_price .yan .tax {
  position: absolute;
  font-size: 1.2rem;
  bottom: 25px;
  left: -2px;
  width: 30px;
}
.funeral_case_price .memmber_tax .memmber_txt {
  border: 1px solid #e6434c;
  background: #fff;
  padding: 5px 6px;
  margin-right: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .funeral_case_price .memmber_tax .memmber_txt {
    margin-right: 0;
  }
}
.funeral_case_price .memmber_notax {
  color: #e6434c;
  font-weight: 600;
  font-size: 1.6rem;
}
.funeral_case_price .gneral {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .funeral_case_price .gneral {
    margin-bottom: 5px;
  }
}
.funeral_case_price .gneral span {
  display: block;
  font-size: 1.2rem;
}

/*------ TOP Feature 04 ------------------------------*/
.feature4 {
  background: url(../img/top/feature_04bg.png) no-repeat;
  background-size: 25%;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .feature4 {
    background-size: contain;
    background-position: 180px 0;
  }
}

.feature_support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .feature_support {
    justify-content: space-between;
    gap: 10px;
  }
}
.feature_support__item {
  width: calc(33.3333333333% - 80px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.29);
  text-align: center;
}
@media screen and (max-width: 820px) {
  .feature_support__item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .feature_support__item {
    width: 100%;
  }
}
.feature_support__item img {
  width: 100%;
}
.feature_support__item p {
  font-size: 1.8rem;
  margin-top: 10px;
  color: #1a74a8;
}

.feature_support_txt {
  width: 83%;
  margin: 50px auto 30px;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .feature_support_txt {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .feature_support_txt {
    font-size: 1.6rem;
  }
}

.column_post_top .inner_top_event {
  padding-top: 0;
}

.column_post {
  background: url(../img/top/feature_01bg.png) no-repeat;
  background-size: 35%;
  background-position: top left;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .column_post {
    background-size: contain;
    background-position: -220px -30px;
    padding: 20px 0;
  }
}

/*------ TOP お知らせ・イベント ------------------------------*/
.inner_top_event {
  padding: 30px 0;
}
@media screen and (max-width: 1100px) {
  .inner_top_event {
    padding: 30px 15px 25px;
  }
}

.event_list .event_item {
  border: 1px solid #797979;
}
.event_list .event_item__l {
  width: 35%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.event_list .event_item__l img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .event_list .event_item__l img {
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .event_list .event_item__l {
    width: 80%;
  }
}
.event_list .event_item__r {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .event_list .event_item__r {
    width: 100%;
  }
}
.event_list .event_item__r h3 {
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #797979;
}
.event_list .event_item__r .event_day {
  color: #7d7d7d;
  font-size: 1.4rem;
  text-align: right;
  padding-top: 10px;
}
.event_list .event_item__r .event_txt {
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .event_list .event_item__r .event_txt {
    font-size: 1.4rem;
  }
}

/*------ TOP お役立ち情報 ------------------------------*/
.inner_top_knowledge {
  padding-top: 40px;
  padding-bottom: 15px;
}

.knowledge_list .knowledge_item {
  border: 1px solid #f0f0f0;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
}
.knowledge_list .knowledge_item__l {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.knowledge_list .knowledge_item__l img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .knowledge_list .knowledge_item__l img {
    height: 130px;
  }
}
.knowledge_list .knowledge_item__r {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .knowledge_list .knowledge_item__r {
    padding-top: 0;
  }
}
.knowledge_list .knowledge_item__r h3 {
  padding-bottom: 0;
}
.knowledge_list .knowledge_item__r .knowledge_txt {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*------ TOP STAFF ------------------------------*/
.column_staff {
  background: url(../img/top/top_staff_bg.jpg) center/cover no-repeat;
  padding: 50px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_staff {
    padding: 50px 0 20px;
    background-repeat: repeat;
    background-size: auto;
  }
}
.column_staff .inner {
  position: relative;
}

.staff_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff_wrap .staff_title {
  font-family: "DM Sans", sans-serif;
  font-size: 11.4rem;
  border-top: 5px solid #1a74a8;
  color: #dee8ef;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .staff_wrap .staff_title {
    font-size: 6rem;
  }
}
.staff_wrap .staff_images {
  display: flex;
  align-items: center;
}
.staff_wrap .staff_images img {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 820px) {
  .staff_wrap .staff_images img {
    width: calc(25% - 5px);
  }
}
@media screen and (max-width: 820px) {
  .staff_wrap .staff_images img {
    width: calc(33.3333333333% - 5px);
  }
}

.staff_txt {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .staff_txt {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

/*------ TOP いつでもお気軽にご相談を受け付けております------------------------------*/
.column_top_consultation {
  position: relative;
  padding: 0;
  background: #fff;
}
.column_top_consultation::before {
  background: url(../img/top/top_staff_bg.jpg) center/cover no-repeat;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 43px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .column_top_consultation::before {
    background-repeat: repeat;
    background-size: auto;
    height: 120px;
  }
}
.column_top_consultation::after {
  background: #f5f5f3;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 43px;
  width: 100%;
}

.column_deco_bottom::before {
  display: none;
}

.column_deco_none {
  position: initial;
}
.column_deco_none::before {
  display: none;
}
.column_deco_none::after {
  display: none;
}

.consultation_top_wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .consultation_top_wrap {
    flex-wrap: wrap;
  }
}
.consultation_top_wrap .consultation_l {
  width: 60vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .consultation_top_wrap .consultation_l {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation_top_wrap .consultation_l {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.consultation_top_wrap .consultation_l img {
  display: block;
}
.consultation_top_wrap .consultation_r {
  max-width: 788px;
  width: 100%;
  position: absolute;
  top: 100px;
  right: 4%;
  z-index: 100;
}
@media (max-width: 1605px) {
  .consultation_top_wrap .consultation_r {
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .consultation_top_wrap .consultation_r {
    position: static;
    margin: 15px auto 0;
  }
}
.consultation_top_wrap .consultation_r__tit {
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .consultation_top_wrap .consultation_r__tit {
    padding-bottom: 15px;
  }
}
.consultation_top_wrap .consultation_r__tit-wrap {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.consultation_top_wrap .consultation_r__tit img {
  display: block;
  margin: 0 auto;
}
.consultation_top_wrap .consultation_r__tit p {
  display: inline;
  border-bottom: 1px solid #1a74a8;
  color: #1a74a8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  text-shadow: 0 0 0.8em #fff, 0 0 0.2em #fff;
}
@media screen and (max-width: 767px) {
  .consultation_top_wrap .consultation_r__tit p {
    font-size: 2rem;
  }
}

/*------ TELボックス ------------------------------*/
.tel_num_box {
  background: #fafafa;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tel_num_box {
    flex-wrap: wrap;
  }
}
.tel_num_box ul {
  border-right: 1px solid #000;
  width: 50%;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  .tel_num_box ul {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .tel_num_box ul {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    border-right: none;
  }
}
.tel_num_box ul li {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .tel_num_box ul li {
    font-size: 1.4rem;
  }
}
.tel_num_box ul li img {
  margin-right: 5px;
}
.tel_num_box .tel_num {
  width: 50%;
  font-size: 4rem;
  color: #000;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .tel_num_box .tel_num {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .tel_num_box .tel_num {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .tel_num_box .tel_num {
    font-size: 3.8rem;
  }
}
.tel_num_box .tel_num img {
  margin-right: 5px;
}
.tel_num_box .tel_num span {
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #993944;
  border: 1px solid #993944;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 1.6rem;
}

/*------ 式場一覧 ------------------------------*/
.halls_lis_flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .halls_lis_flex {
    margin-bottom: 0;
  }
}
.halls_lis_flex .hall_item {
  width: calc(33.3333333333% - 5px);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .halls_lis_flex .hall_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .halls_lis_flex .hall_item {
    width: 100%;
  }
}
.halls_lis_flex .hall_item__r {
  padding: 0 10px;
}
.halls_lis_flex .hall_item .hall_name {
  padding: 18px 0 0;
  font-size: 2.2rem;
  color: #546445;
  font-weight: 500;
  letter-spacing: 2px;
}
.halls_lis_flex .hall_item .address_txt {
  padding-bottom: 18px;
}
.halls_lis_flex .hall_item .fa-chevron-right {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 6px 8px;
  background: #546445;
}
.halls_lis_flex .hall_item .hall_plan {
  justify-content: start;
  margin-bottom: 5px;
}
.halls_lis_flex .hall_item .hall_plan li {
  background: #1a74a8;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 1.5rem;
  margin-right: 5px;
}

/*------お問い合わせコーナー------------------------------*/
.column_contact .contact_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.column_contact .contact_wrap .sumire {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_wrap .sumire {
    display: none;
  }
}
.column_contact .contact_wrap .staff_box {
  width: auto;
  flex: 1;
  border: 1px solid #1a74a8;
  border-radius: 5px;
}
.column_contact .contact_wrap .staff_box .staff_box_title {
  background-color: #1a74a8;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
  padding: 5px;
  border-radius: 4px 4px 0 0;
}
.column_contact .contact_wrap .staff_box ul {
  display: flex;
  gap: 30px;
  padding: 20px;
  flex-wrap: wrap;
}
.column_contact .contact_wrap .staff_box ul li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap .staff_box ul li {
    width: 100%;
  }
}
.column_contact .contact_wrap .staff_box ul li .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.column_contact .contact_wrap .staff_box ul li .flex figure {
  width: 120px;
}
.column_contact .contact_wrap .staff_box ul li .flex .title {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap .staff_box ul li .flex .title {
    width: 100%;
  }
}
.column_contact .contact_wrap .staff_box ul li .flex .lead {
  width: 100%;
}
.column_contact .contact_wrap .tel_bnr {
  width: 100%;
}

/*----------------------------------------------------
	葬儀費用について
----------------------------------------------------*/
.plan_subtxt {
  text-align: center;
}
@media screen and (max-width: 360px) {
  .plan_subtxt {
    font-size: 1.5rem;
  }
}

.plan_price_box {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 25px;
}
.plan_price_box .price_tit {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1a74a8;
}
.plan_price_box .price_box {
  justify-content: center;
  column-gap: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.plan_price_box .price_box .price_item {
  width: calc(33.3333333333% - 30px);
  text-align: center;
  padding: 15px;
  border: 3px solid #333;
  position: relative;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box .price_item {
    width: calc(50% - 25px);
  }
}
.plan_price_box .price_box .price_item p {
  font-size: 1.9rem;
  font-weight: bold;
}
.plan_price_box .price_box .price_item span {
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
  padding-top: 8px;
}
.plan_price_box .price_box .price_item1 {
  border: 3px solid #003566;
}
.plan_price_box .price_box .price_item1 p {
  color: #003566;
}
.plan_price_box .price_box .price_item1::before, .plan_price_box .price_box .price_item1::after {
  content: "";
  position: absolute;
  top: 38%;
  right: -10%;
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #252525;
}
@media screen and (max-width: 820px) {
  .plan_price_box .price_box .price_item1::before, .plan_price_box .price_box .price_item1::after {
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box .price_item1::before, .plan_price_box .price_box .price_item1::after {
    right: -20%;
  }
}
.plan_price_box .price_box .price_item1::after {
  transform: rotate(90deg);
}
.plan_price_box .price_box .price_item2 {
  border: 3px solid #ef7b00;
}
.plan_price_box .price_box .price_item2 p {
  color: #ef7b00;
}
.plan_price_box .price_box .price_item3 {
  background: #da444d;
  color: #fff;
  border: 3px solid #da444d;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box .price_item3 {
    margin-top: 65px;
  }
}
.plan_price_box .price_box .price_item3::before, .plan_price_box .price_box .price_item3::after {
  content: "";
  position: absolute;
  left: -15%;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #252525;
}
@media screen and (max-width: 820px) {
  .plan_price_box .price_box .price_item3::before, .plan_price_box .price_box .price_item3::after {
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box .price_item3::before, .plan_price_box .price_box .price_item3::after {
    width: 3px;
    height: 28px;
  }
}
.plan_price_box .price_box .price_item3::before {
  top: 46%;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box .price_item3::before {
    top: -40%;
    left: 54%;
  }
}
.plan_price_box .price_box .price_item3::after {
  top: 55%;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_box .price_item3::after {
    top: -40%;
    left: 43%;
  }
}
.plan_price_box .price_list {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_list {
    padding-bottom: 10px;
  }
}
.plan_price_box .price_list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_list li:last-child {
    margin-bottom: 0;
  }
}
.plan_price_box .price_list li h4 {
  font-size: 2rem;
  font-weight: bold;
  padding: 6px 12px;
  color: #fff;
  margin-bottom: 15px;
}
.plan_price_box .price_list li .price_list__box {
  padding: 10px 15px 18px;
}
.plan_price_box .price_list li .price_list__box .comment {
  font-size: 1.5rem;
}
.plan_price_box .price_list li .price_list_icon {
  padding-top: 15px;
}
.plan_price_box .price_list li .price_list_icon__tit {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.plan_price_box .price_list li .price_list_icon .icon_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_list li .price_list_icon .icon_flex {
    justify-content: space-between;
  }
  .plan_price_box .price_list li .price_list_icon .icon_flex::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 5px);
  }
}
.plan_price_box .price_list li .price_list_icon .icon_flex .icon_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
  border: 1px solid #555;
  padding: 7px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_list li .price_list_icon .icon_flex .icon_item {
    width: calc(33.3333333333% - 5px);
  }
}
.plan_price_box .price_list li .price_list_icon .icon_flex .icon_item img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_price_box .price_list li .price_list_icon .icon_flex .icon_item img {
    max-width: 80px;
  }
}
.plan_price_box .price_list li .price_list_icon .icon_flex .icon_item span {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.2;
}
.plan_price_box .price_list .basic_item {
  border: 1px solid #003566;
}
.plan_price_box .price_list .basic_item h4 {
  background: #003566;
}
.plan_price_box .price_list .change_item {
  border: 1px solid #ef7b00;
}
.plan_price_box .price_list .change_item h4 {
  background: #ef7b00;
}

.case {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .case {
    margin: 0 auto 15px;
  }
}
.case .case_tit {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1a74a8;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .case .case_tit {
    margin-bottom: 10px;
  }
}
.case .case_tit::before {
  position: absolute;
  border-bottom: 2px solid #1a74a8;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: "";
}
.case .case_flex {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #cacaca;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.case .case_flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .case .case_flex {
    padding: 25px 0;
  }
}
.case .case_flex .plan_name {
  position: absolute;
  top: 45px;
  left: 15px;
  background: #fff;
  letter-spacing: 0.2rem;
  padding: 5px 10px;
  font-weight: bold;
  color: #1a74a8;
  border: 1px solid #1a74a8;
  font-size: 1.7rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .case .case_flex .plan_name {
    font-size: 1.5rem;
    top: 15px;
    left: 5%;
  }
}
.case .case_flex__l {
  width: 52%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .case .case_flex__l {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .case .case_flex__l {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.case .case_flex__r {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .case .case_flex__r {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .case .case_flex__r {
    width: 100%;
  }
}
.case .case_flex__r h4 {
  font-size: 2rem;
  color: #333;
  padding-bottom: 10px;
}
.case .case_flex__r .hall_name {
  font-size: 1.7rem;
  background: #1a74a8;
  padding: 5px 8px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.case .case_flex__r .sub_txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
.case .case_flex__r .hall_tag {
  display: inline-flex;
  column-gap: 5px;
  margin: 0 auto 10px;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  padding: 6px 10px;
  border: 1px solid #a2a2a2;
}
.case .case_flex__r .hall_tag li {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #9e9e9e;
}
.case .case_flex__r .hall_tag li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.case .case_flex__r .hall_tag span {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .case .case_flex__r .hall_tag span {
    font-size: 1.2rem;
  }
}
.case .case_flex__r .hall_tag span .sm_txt {
  display: block;
  font-size: 1rem;
}
.case .case_flex__r .hall_tags {
  padding: 6px 0 6px 10px;
}
.case .case_flex__r .hall_tags li {
  padding-left: 10px;
  margin-right: 0;
}
.case .case_flex__r .hall_tags li:last-child {
  padding-left: 0;
}
.case .case_flex__r .plan_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.case .case_flex__r .plan_flex .member_price__flex {
  display: flex;
  align-items: flex-start;
}
.case .case_flex__r .plan_flex .member_price__flex .member_color {
  color: #e6434c;
  background: #fff;
  padding: 5px 15px;
  line-height: 1;
  font-size: 1.7rem;
  margin-right: 15px;
  line-height: 1.2;
  border: 1px solid #e6434c;
  position: relative;
  top: 12px;
}
.case .case_flex__r .plan_flex .member_price__flex .member_price--tax {
  font-size: 1.9rem;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case .case_flex__r .plan_flex .member_price__flex .member_price--tax {
    font-size: 1.5rem;
  }
}
.case .case_flex__r .plan_flex .member_price__flex .member_price--tax .tax_num {
  font-size: 4.2rem;
  line-height: 1.3;
  color: #e6434c;
  margin-right: 3px;
}
.case .case_flex__r .plan_flex .member_price__flex .member_price--tax .yan {
  font-size: 2.3rem;
  position: relative;
  display: inline-block;
}
.case .case_flex__r .plan_flex .member_price__flex .member_price--tax .yan .tax {
  position: absolute;
  font-size: 1.2rem;
  bottom: 27px;
  left: -2px;
  width: 40px;
}
.case .case_flex__r .plan_flex .member_price__flex .member_price--notax {
  font-size: 1.6rem;
  color: #e6434c;
  text-align: center;
}
.case .case_flex__r .plan_flex .price {
  width: 100%;
  text-align: center;
  padding: 0;
}

.case--add .inner {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .case--add .inner {
    flex-direction: column;
    padding: 45px 15px;
  }
}
@media screen and (max-width: 767px) {
  .case--add .inner {
    padding: 30px 15px;
    gap: 10px;
  }
}
.case--add .case_link {
  width: calc(33.3333333333% - 15px);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .case--add .case_link {
    width: 100%;
  }
}
.case--add .case_link.simple {
  border: 1px solid #196bd1;
}
.case--add .case_link.simple .title .plan_point {
  background: #196bd1;
}
.case--add .case_link.simple .plan_name {
  color: #196bd1;
}
@media screen and (max-width: 767px) {
  .case--add .case_link.simple .plan_flex {
    background: #196bd11A;
  }
}
.case--add .case_link.family {
  border: 1px solid #D17F19;
}
.case--add .case_link.family .title .plan_point {
  background: #D17F19;
}
.case--add .case_link.family .plan_name {
  color: #D17F19;
}
@media screen and (max-width: 767px) {
  .case--add .case_link.family .plan_flex {
    background: #D17F191A;
  }
}
.case--add .case_link.oneday {
  border: 1px solid #19c2d1;
}
.case--add .case_link.oneday .title .plan_point {
  background: #19c2d1;
}
.case--add .case_link.oneday .plan_name {
  color: #19c2d1;
}
@media screen and (max-width: 767px) {
  .case--add .case_link.oneday .plan_flex {
    background: #19c2d11A;
  }
}
.case--add .case_link.general {
  border: 1px solid #3c268f;
}
.case--add .case_link.general .title .plan_point {
  background: #3c268f;
}
.case--add .case_link.general .plan_name {
  color: #3c268f;
}
@media screen and (max-width: 767px) {
  .case--add .case_link.general .plan_flex {
    background: #3c268f1A;
  }
}
.case--add .case_link .title {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.case--add .case_link .title .plan_point {
  padding: 5px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .case--add .case_link .wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .case--add .case_link .wrap {
    padding: 10px;
    width: 100%;
  }
}
.case--add .case_link .plan_name {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
}
@media screen and (max-width: 820px) {
  .case--add .case_link .plan_name {
    width: 70%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .case--add .case_link .plan_name {
    width: 60%;
  }
}
.case--add .case_link .case_wrap {
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .case--add .case_link .case_wrap {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .case--add .case_link .case_wrap {
    flex-direction: column;
    padding: 0;
  }
}
.case--add .case_link .case_wrap img {
  border-radius: 10px;
}
.case--add .case_link__l {
  position: relative;
}
@media screen and (max-width: 820px) {
  .case--add .case_link__l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .case--add .case_link__l {
    width: 40%;
  }
}
.case--add .case_link__l figcaption {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1;
}
.case--add .plan_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .case--add .plan_flex {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .case--add .plan_flex {
    padding: 0 10px;
    width: 100%;
    gap: 5px;
    flex-direction: row;
  }
}
.case--add .plan_flex .member_price__flex {
  display: flex;
  justify-content: space-between;
  width: auto;
  gap: 15px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .case--add .plan_flex .member_price__flex {
    gap: 5px;
  }
}
.case--add .plan_flex .member_price__flex .member_color {
  color: #e6434c;
  background: #fff;
  padding: 5px 15px;
  line-height: 1;
  text-align: center;
  border: 1px solid #e6434c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .case--add .plan_flex .member_price__flex .member_color {
    padding: 5px;
    font-size: 1.4rem;
  }
}
.case--add .plan_flex .member_price__flex .member_price--tax {
  font-size: 1.9rem;
  color: #333;
  font-weight: bold;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .case--add .plan_flex .member_price__flex .member_price--tax {
    font-size: 1.5rem;
  }
}
.case--add .plan_flex .member_price__flex .member_price--tax .tax_num {
  font-size: 4.5rem;
  line-height: 1.3;
  color: #e6434c;
  margin-right: 3px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .case--add .plan_flex .member_price__flex .member_price--tax .tax_num {
    font-size: 4rem;
  }
}
.case--add .plan_flex .member_price__flex .member_price--tax .yan {
  font-size: 2.3rem;
  position: relative;
  display: inline-block;
}
.case--add .plan_flex .member_price__flex .member_price--tax .yan .tax {
  position: absolute;
  font-size: 1.2rem;
  bottom: 27px;
  left: -2px;
  width: 40px;
}
.case--add .plan_flex .member_price__flex .member_price--notax {
  font-weight: normal;
  font-size: 1.6rem;
  color: #e6434c;
  font-family: "Oswald", sans-serif;
  text-align: right;
}
.case--add .plan_flex .member_price__flex .member_price--notax small {
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.case--add .plan_flex .price {
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.case--add .plan_flex .price .num {
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .case--add .plan_flex .price {
    width: auto;
    width: 25%;
    font-size: 1.4rem;
  }
}

.column_plan_benefits {
  padding-top: 45px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  background: #effaff;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits {
    padding-top: 25px;
    margin-bottom: 15px;
  }
}
.column_plan_benefits .plan_benefits_box {
  text-align: center;
  margin-bottom: 60px;
}
.column_plan_benefits .plan_benefits_box .plan_benefits_tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a74a8;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_box .plan_benefits_tit {
    white-space: nowrap;
  }
}
.column_plan_benefits .plan_benefits_box .plan_benefits_subtxt {
  padding-top: 20px;
}
@media screen and (max-width: 360px) {
  .column_plan_benefits .plan_benefits_box .plan_benefits_subtxt {
    font-size: 1.5rem;
  }
}
.column_plan_benefits .plan_benefits_list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_list {
    gap: 8px;
  }
}
.column_plan_benefits .plan_benefits_list li {
  position: relative;
  width: calc(33.3333333333% - 30px);
  text-align: center;
  border: 1px solid #e6434c;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_list li {
    width: calc(50% - 10px);
    padding: 30px 10px 15px;
  }
}
.column_plan_benefits .plan_benefits_list li .benefits_num {
  position: absolute;
  top: -20px;
  left: 20%;
  font-size: 1.8rem;
  border-radius: 15px;
  background: #e6434c;
  padding: 2px 8px;
  color: #fff;
  width: 60%;
}
.column_plan_benefits .plan_benefits_list li img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.column_plan_benefits .plan_benefits_list li h4 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_list li h4 {
    font-size: 1.5rem;
  }
}
.column_plan_benefits .plan_benefits_list li h4 .num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e6434c;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_list li h4 .num {
    font-size: 2rem;
  }
}
.column_plan_benefits .plan_benefits_list li h4 .comment {
  font-size: 1.5rem;
  line-height: 1.3;
  display: inline-block;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_list li h4 .comment {
    font-size: 1.3rem;
  }
}
.column_plan_benefits .plan_benefits_list li h4 .comment_color {
  color: #1a74a8;
}
.column_plan_benefits .plan_benefits_txt {
  display: flex;
  justify-content: center;
}
.column_plan_benefits .plan_benefits_txt span {
  display: inline-block;
  border-bottom: 1px solid #555;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .column_plan_benefits .plan_benefits_txt span {
    font-size: 1.6rem;
  }
}

.banner_columnplan {
  padding-bottom: 50px;
}
.banner_columnplan .column_banner2 {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.banner_columnplan .banner_flex {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  row-gap: 20px;
}
.banner_columnplan .banner_flex li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .banner_columnplan .banner_flex li {
    width: 100%;
  }
}
.banner_columnplan .banner_flex li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list {
  background: #f7fafb;
  padding-top: 60px;
  margin-bottom: 60px;
}
.column_plan_list .plan_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.column_plan_list .plan_box li {
  width: calc(33.3333333333% - 10px);
  text-align: center;
  box-shadow: 0 2px 5px #eee;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s all;
}
.column_plan_list .plan_box li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 767px) {
  .column_plan_list .plan_box li {
    width: 100%;
  }
}
.column_plan_list .plan_box li.plan_simple {
  border: 1px solid #196bd1;
}
.column_plan_list .plan_box li.plan_simple .plan_box_catch {
  background: #196bd1;
}
.column_plan_list .plan_box li.plan_simple .plan_box_title {
  color: #196bd1;
}
.column_plan_list .plan_box li.plan_simple .plan_box_flow .num {
  color: #196bd1;
}
.column_plan_list .plan_box li.plan_simple .flow.in {
  background: #196bd1;
}
.column_plan_list .plan_box li.plan_family {
  border: 1px solid #D17F19;
}
.column_plan_list .plan_box li.plan_family .plan_box_catch {
  background: #D17F19;
}
.column_plan_list .plan_box li.plan_family .plan_box_title {
  color: #D17F19;
}
.column_plan_list .plan_box li.plan_family .plan_box_flow .num {
  color: #D17F19;
}
.column_plan_list .plan_box li.plan_family .flow.in {
  background: #D17F19;
}
.column_plan_list .plan_box li.plan_oneday {
  border: 1px solid #19c2d1;
}
.column_plan_list .plan_box li.plan_oneday .plan_box_catch {
  background: #19c2d1;
}
.column_plan_list .plan_box li.plan_oneday .plan_box_title {
  color: #19c2d1;
}
.column_plan_list .plan_box li.plan_oneday .plan_box_flow .num {
  color: #19c2d1;
}
.column_plan_list .plan_box li.plan_oneday .flow.in {
  background: #19c2d1;
}
.column_plan_list .plan_box li.plan_general {
  border: 1px solid #3c268f;
}
.column_plan_list .plan_box li.plan_general .plan_box_catch {
  background: #3c268f;
}
.column_plan_list .plan_box li.plan_general .plan_box_title {
  color: #3c268f;
}
.column_plan_list .plan_box li.plan_general .plan_box_flow .num {
  color: #3c268f;
}
.column_plan_list .plan_box li.plan_general .flow.in {
  background: #3c268f;
}
.column_plan_list .plan_box li.plan_oneday .flex {
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box li.plan_oneday .flex {
    display: block;
    padding: 0 0 20px;
    gap: 0;
  }
}
.column_plan_list .plan_box li.plan_oneday .flex .flex_left {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .column_plan_list .plan_box li.plan_oneday .flex .flex_left {
    width: 100%;
  }
}
.column_plan_list .plan_box li.plan_oneday .flex .flex_right {
  margin-top: 5%;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box li.plan_oneday .flex .flex_right {
    margin-top: 0;
  }
}
.column_plan_list .plan_box .plan_box_catch {
  color: #fff;
  padding: 5px;
  margin: 0 0 5px;
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
}
.column_plan_list .plan_box .plan_box_title {
  font-size: 2.8rem;
  margin: 0 0 5px;
}
.column_plan_list .plan_box .plan_box_img {
  width: 100%;
  margin: 0 0 10px;
}
.column_plan_list .plan_box .plan_box_img_sub {
  margin: 10px 0 0;
}
.column_plan_list .plan_box .plan_box_info_wrap {
  padding: 0 8px 15px 8px;
}
.column_plan_list .plan_box .plan_box_flow {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  align-items: center;
}
.column_plan_list .plan_box .plan_box_flow p {
  font-size: 1.5rem;
  line-height: 1;
  padding: 7px 0;
}
.column_plan_list .plan_box .plan_box_flow .num {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  width: 30%;
}
.column_plan_list .plan_box .flow {
  width: 23%;
  color: #fff;
  border-radius: 10px;
  background: #ccc;
  color: #fff;
}
.column_plan_list .plan_box .plan_box_price {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_price {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.column_plan_list .plan_box .plan_box_price .discount {
  color: #e6434c;
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  position: relative;
  line-height: 1;
  font-weight: 700;
}
.column_plan_list .plan_box .plan_box_price .discount .tax {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 20%;
}
.column_plan_list .plan_box .plan_box_price .discount .yen {
  font-size: 2.4rem;
}
.column_plan_list .plan_box .plan_box_price .taxin {
  font-size: 2.4rem;
  color: #222;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.column_plan_list .plan_box .plan_box_price .taxin .taxin_laber {
  display: block;
  font-size: 1.5rem;
}
.column_plan_list .plan_box .plan_box_price .taxin .taxin_yen {
  font-size: 1.5rem;
}

#plan .column_plan_list {
  background: unset;
  padding: 0 0 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #plan .column_plan_list {
    padding-bottom: 15px;
  }
}

/*----------------------------------------------------
	斎場一覧　簡易版
----------------------------------------------------*/
.column_hall_first {
  padding-bottom: 0;
}

.column_hall_list {
  padding-bottom: 0;
}
.column_hall_list .hall_list_title {
  text-align: left;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-bottom: 20px;
}
.column_hall_list .hall_list_title:before {
  content: "";
  background-image: url(../img/top/friends.jpg);
  width: 43px;
  height: 49px;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 15px;
}
.column_hall_list .part_hall .hall_area_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall .hall_area_wrap {
    margin-bottom: 30px;
  }
}
.column_hall_list .part_hall .hall_area_wrap .part_hall_name {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #1a74a8;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall .hall_area_wrap .part_hall_name {
    font-size: 2rem;
  }
}
.column_hall_list .part_hall .hall_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .part_hall .hall_list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall .hall_list {
    margin-bottom: 0;
  }
}
.column_hall_list .part_hall .hall_list li {
  position: relative;
  width: calc(25% - 15px);
  box-shadow: 0 2px 5px #eee;
  border-radius: 0 0 5px 5px;
  transition: 0.3s all;
}
.column_hall_list .part_hall .hall_list li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 820px) {
  .column_hall_list .part_hall .hall_list li {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall .hall_list li {
    width: 100%;
  }
}
.column_hall_list .part_hall .hall_list li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.column_hall_list .part_hall .part_hall_img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_hall_list .part_hall .part_hall_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.column_hall_list .part_hall .hall_title {
  padding: 5px 0;
}

/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list {
  padding-bottom: 0;
}
.column_hall_list .hall_info_box {
  border-bottom: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px 0 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box {
    margin-bottom: 0;
    padding: 15px 0 10px;
    border-bottom: none;
  }
}
.column_hall_list .hall_info_box a {
  display: block;
}
.column_hall_list .hall_info_box a:hover .btn {
  background: #1a74a8;
  color: #fff;
}
.column_hall_list .hall_info_box .hall_name {
  font-size: 2.2rem;
  text-align: left;
  color: #1a74a8;
  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;
}
@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: 370px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_left {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.column_hall_list .hall_info_box .info_left img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.column_hall_list .hall_info_box .info_right {
  width: calc(100% - 380px);
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_right {
    width: 100%;
    padding-top: 15px;
  }
}
.column_hall_list .hall_info_box .info_right__detail {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 15px;
}
.column_hall_list .hall_info_box .info_right__detail > dt {
  width: 150px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right__detail > dt {
    width: 110px;
  }
}
.column_hall_list .hall_info_box .info_right__detail > dd {
  width: calc(100% - 150px);
  border-bottom: 1px solid #ddd;
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right__detail > dd {
    width: calc(100% - 110px);
  }
}
.column_hall_list .hall_info_box .info_right .btn {
  padding: 10px;
  width: 300px;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .btn {
    width: 90%;
    margin: 0 auto;
  }
}
.column_hall_list .hall_info_box .feature_icon {
  display: flex;
  gap: 5px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.column_hall_list .hall_info_box .feature_icon li {
  width: calc(16.6666666667% - 6px);
  border: 1px solid #5b430e;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  padding: 3px 0;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .feature_icon li {
    width: 48%;
  }
}
.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: #1a74a8;
}
.column_hall_list .hall_info_box .hall_detail_w100 {
  width: 100%;
}
.column_hall_list .hall_info_box .hall_detail_w100 .feature_icon {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
}
.column_hall_list .hall_info_box .hall_detail_w100 .feature_icon li {
  width: calc(25% - 4px);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .hall_detail_w100 .feature_icon li {
    width: calc(50% - 4px);
  }
}
.column_hall_list .hall_info_box .hall_detail_w100 .feature_icon li:before {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #546445;
  padding-right: 0.5em;
}

.hall .column_banner {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-template-hall-detail .sec_top_voice {
    padding-bottom: 15px;
  }
}

/*----------------------------------------------------
	斎場詳細
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column_hall_first {
    padding-bottom: 10px;
  }
}
.column_hall_first .family_hall_laber {
  background: #1a74a8;
  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 {
  padding: 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,
.hall-img-slider .swiper-button-prev {
  background: rgba(26, 116, 168, 0.7);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .hall-img-slider .swiper-button-next,
  .hall-img-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }
}
.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: 10px;
  }
}
.hall-img .container {
  position: relative;
  margin: 100px auto 60px auto;
  max-width: 1100px;
}
.hall-img .swiper-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: grab;
}
.hall-img .swiper-container:active {
  cursor: grabbing;
}
.hall-img .swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  opacity: 0.3;
  object-fit: cover;
}
.hall-img #slider .swiper-slide-active img {
  opacity: 1;
}
.hall-img #thumbs {
  height: 10%;
  box-sizing: border-box;
  padding-top: 10px;
}
.hall-img #thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.hall-img .swiper-wrapper > p {
  margin: 0 auto;
}

.hall_info .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.hall_info .title i {
  color: #1a74a8;
  margin-right: 5px;
}
.hall_info .top_sp_mourner.inner {
  padding: 0;
}

.column_hall_detail .hall_detail {
  padding: 40px 0 5px;
  border-top: 1px solid #eee;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.column_hall_detail .hall_detail .detail_box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 30px;
  background: #fafafa;
  margin-top: 0;
  border-radius: 5px;
  margin-bottom: 15px;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box {
    display: block;
    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: #1a74a8;
  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_list {
  width: 49%;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_list {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .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_list .row {
    display: block;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_list .row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .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_list .row dt {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .row dt i {
  font-size: 2.2rem;
  margin-right: 5px;
  color: #1a74a8;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .row dd {
  width: 70%;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_list .row dd {
    width: 100%;
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .row .feature_icon {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .row .feature_icon li {
  width: calc(25% - 4px);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .column_hall_detail .hall_detail .detail_box .hall_detail_list .row .feature_icon li {
    width: calc(50% - 4px);
  }
}
.column_hall_detail .hall_detail .detail_box .hall_detail_list .row .feature_icon li:before {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #546445;
  padding-right: 0.5em;
}
.column_hall_detail .hall_detail .detail_box .hall_detail_right {
  width: 40%;
}
@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: #1a74a8;
}
.column_hall_detail .hall_detail .setsubi dl {
  display: flex;
  flex-wrap: wrap;
}
.column_hall_detail .hall_detail .setsubi dl dt,
.column_hall_detail .hall_detail .setsubi dl dd {
  border: 1px solid #eee;
  text-align: center;
}
.column_hall_detail .hall_detail .setsubi dl dt {
  width: 23.3%;
  background: #eee;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .setsubi dl dt {
    width: 30%;
  }
}
.column_hall_detail .hall_detail .setsubi dl dd {
  width: 10%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_hall_detail .hall_detail .setsubi dl dd {
    width: 20%;
  }
}

.column_reason .sec_title br {
  display: none;
}

.column_hall_reason {
  padding-top: 60px;
  background: #fafafa;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column_hall_reason {
    padding-top: 30px;
    margin-bottom: 15px;
  }
}
.column_hall_reason .hall_reason {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .column_hall_reason .hall_reason {
    font-size: 2.2rem;
  }
}
.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: 32.3333333333%;
  box-shadow: 0 0 10px #eee;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  flex-direction: column;
  position: relative;
  width: 32%;
  background: #ffffff;
  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: #1a74a8;
  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 #1a74a8;
  border-right: 30px solid #1a74a8;
  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: #546445;
  margin-bottom: 20px;
  line-height: 1.4;
}
.column_hall_reason .sec_title br {
  display: none;
}

/*----------------------------------------------------
	選ばれる理由
----------------------------------------------------*/
.column_reason_list {
  overflow: revert;
}
@media screen and (max-width: 767px) {
  .column_reason_list {
    padding-bottom: 50px;
  }
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .column_reason_list .links_feature {
    gap: 15px 20px;
  }
}
.column_reason_list .links_feature li {
  width: calc(33.3333333333% - 20px);
  color: #333;
  background: #fafdff;
  text-align: left;
  font-size: 1.7rem;
  box-shadow: 0px 0px 5px #ccc;
  position: relative;
}
.column_reason_list .links_feature li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1a74a8;
}
@media screen and (max-width: 820px) {
  .column_reason_list .links_feature li {
    width: calc(50% - 10px);
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .column_reason_list .links_feature li {
    width: 100%;
  }
}
.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: #1a74a8;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 1.2;
  border-radius: 50px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.column_reason_list .links_feature li .num span {
  font-size: 2rem;
}
.column_reason_list .links_feature li .tit {
  flex: 1;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .column_reason_list .links_feature li .tit {
    font-size: 1.6rem;
  }
}

.column_reason {
  padding: 70px 0;
  margin-bottom: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .column_reason {
    padding: 30px 0;
    margin-bottom: 20px;
  }
}
.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: #1a74a8;
  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: #1a74a8;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row .text_box .db_box h3 {
    padding: 0 0 20px 70px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .column_reason .lap_row .text_box .db_box h3 br {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .column_reason .lap_row .text_box .db_box h3 {
    font-size: 1.8rem;
  }
}
.column_reason .lap_row .text_box .db_box .btn {
  margin-top: 10px;
}
.column_reason .lap_row#point1 .text_box .db_box h3, .column_reason .lap_row#point2 .text_box .db_box h3, .column_reason .lap_row#point3 .text_box .db_box h3 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_reason .lap_row#point1 .text_box .db_box h3, .column_reason .lap_row#point2 .text_box .db_box h3, .column_reason .lap_row#point3 .text_box .db_box h3 {
    padding-bottom: 20px;
  }
}
.column_reason .row1 .text_box,
.column_reason .row3 .text_box,
.column_reason .row5 .text_box {
  left: 0;
}
.column_reason .row2 .text_box,
.column_reason .row4 .text_box {
  right: 0;
}
.column_reason .row2 .coise_box,
.column_reason .row4 .coise_box {
  flex-direction: inherit;
}
.column_reason .feature_btn {
  text-align: right;
}
.column_reason .feature_btn a {
  background: #666;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
}
.column_reason .feature_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

/*----------------------------------------------------
	プラン
----------------------------------------------------*/
#plan .column_reason {
  margin-bottom: 0;
}
#plan .column_reason .catch {
  margin-bottom: 60px;
}

/*------割引額提示------------------------------*/
.appeal_price {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .appeal_price {
    padding-top: 50px;
  }
}
.appeal_price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 15rem 0 15rem;
  border-color: #1a74a8 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;
  line-height: 1.4;
}
.appeal_price .price_txt span {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_txt {
    font-size: 2.2rem;
  }
}
.appeal_price .price_box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box {
    flex-wrap: wrap;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box {
    gap: 5px;
    margin-top: 10px;
  }
}
.appeal_price .price_box::before {
  content: "";
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 4px;
  height: 7rem;
  background: #1a74a8;
  left: 10%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box::before {
    left: 0;
    height: 40px;
    top: 60%;
  }
}
.appeal_price .price_box::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 4px;
  height: 7rem;
  background: #1a74a8;
  right: 10%;
  transform: rotate(20deg);
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box::after {
    right: 0;
    height: 40px;
    top: 60%;
  }
}
.appeal_price .price_box_right {
  display: flex;
  gap: 10px;
}
.appeal_price .price_box_right .detail_lead {
  color: #e6434c;
  background: #fff;
  padding: 5px 15px;
  line-height: 1;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #e6434c;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box_right .detail_lead {
    padding: 5px 7px;
  }
}
.appeal_price .price_box_left .price_laber {
  text-align: center;
}
.appeal_price .price_box .price_large {
  display: flex;
  align-items: flex-end;
  font-size: 9rem;
  color: #e6434c;
}
@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: 500;
  line-height: 100%;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .price_large .price {
    align-self: flex-start;
    font-size: 5rem;
    white-space: nowrap;
  }
}
.appeal_price .price_box .price_large .mark {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_large .mark {
    margin-bottom: 1rem;
  }
}
.appeal_price .price_box .price_large .mark_tax {
  font-size: 1.8rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_large .mark_tax {
    font-size: 1.4rem;
  }
}
.appeal_price .price_box .price_large .mark_yen {
  font-size: 4rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .appeal_price .price_box .price_large .mark_yen {
    font-size: 3rem;
  }
}
.appeal_price .price_box .sale_laber {
  margin-right: 2rem;
  padding: 0 1rem;
  border: 1px solid #e6434c;
  border-radius: 4px;
  color: #e6434c;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .sale_laber {
    margin-right: 0;
  }
}
.appeal_price .price_box .general {
  margin-right: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .appeal_price .price_box .general {
    margin-right: 0;
    text-align: center;
  }
}

/*------プラン詳細------------------------------*/
.plan_detail_page {
  /*
  .column_banner {
  background: url(../img/common/bg1.png);
  }
  */
}
.plan_detail_page .tab_list {
  max-width: 1200px;
}
.plan_detail_page .tab_list .tab_btn {
  width: 30%;
}

.plan_wrap {
  /*
  background: url(../img/common/bg1.png);
  */
  overflow: auto;
}
.plan_wrap .tab_plan_body {
  margin-bottom: 60px;
  padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
.plan_wrap .tab_plan_body .plan_detail {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .tab_plan_body .plan_detail {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body .plan_detail {
    padding: 15px;
    gap: 15px;
  }
}
.plan_wrap .tab_plan_body .plan_detail .detail_left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .tab_plan_body .plan_detail .detail_left {
    width: 100%;
  }
}
.plan_wrap .tab_plan_body .plan_detail .detail_left img {
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .plan_wrap .tab_plan_body .plan_detail .detail_left img {
    width: 100%;
  }
}
.plan_wrap .tab_plan_body .plan_detail .detail_left .num {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  padding: 5px 20px;
  line-height: 1;
  border-radius: 10px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_right {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .plan_wrap .tab_plan_body .plan_detail .detail_right {
    width: 100%;
    padding-left: 0;
  }
}
.plan_wrap .tab_plan_body .plan_detail .detail_right .plan_head {
  text-align: center;
  flex-wrap: wrap;
  gap: 5px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_right .plan_head .txt {
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_right .plan_head .read {
  text-align: left;
  margin-bottom: 10px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_right .plan_head .num {
  background: #fff;
  color: #444;
  border: 1px solid #ccc;
  padding: 2px 5px;
  width: 100%;
  border-radius: 10px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body .plan_detail .detail_price {
    flex-direction: column;
    gap: 0;
  }
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_ippan_taxin {
  color: #444;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body .plan_detail .detail_price .price_ippan_taxin {
    margin-bottom: 0;
  }
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit {
  font-size: 2.2rem;
  margin: 0 5px;
  text-align: center;
  color: #e6434c;
  border: 1px solid #e6434c;
  border-radius: 5px;
  line-height: 1.6;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin: -10px 0 20px;
  position: relative;
  color: #e6434c;
  line-height: 1.2;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box .price_unit_left {
  text-align: center;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box .detail_lead {
  color: #e6434c;
  background: #fff;
  padding: 5px 15px;
  line-height: 1;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #e6434c;
  top: 12px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box .price_unit_untax {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box .price_unit_untax .yen {
  font-size: 2.2rem;
  position: relative;
  padding-top: 18px;
  padding-left: 10px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box .price_unit_untax .tax {
  position: absolute;
  width: 3em;
  left: 3px;
  font-size: 1.6rem;
  top: 5px;
}
.plan_wrap .tab_plan_body .plan_detail .detail_price .price_unit_box .price_unit_taxin {
  font-size: 1.8rem;
  text-align: right;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.plan_wrap .tab_plan_body .plan_detail .flow_container {
  background: #fafafa;
  padding: 10px;
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body .plan_detail .flow_container ul {
    flex-wrap: wrap;
  }
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul.label {
  margin-bottom: 10px;
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul.label li {
  background: #fff;
  padding: 0 30px;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body .plan_detail .flow_container ul.label li {
    padding: 5px 10px;
  }
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul .item {
  position: relative;
  padding: 5px 0px;
  margin-right: 20px;
  border-radius: 5px;
  color: #fff;
  width: 16%;
  background: #ccc;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .plan_wrap .tab_plan_body .plan_detail .flow_container ul .item {
    font-size: 1.4rem;
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .tab_plan_body .plan_detail .flow_container ul .item {
    width: calc(33.3333333333% - 20px);
  }
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a4a4a4;
}
@media screen and (max-width: 820px) {
  .plan_wrap .tab_plan_body .plan_detail .flow_container ul .item::after {
    right: -10px;
    border-width: 6px 0 6px 6px;
  }
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul .item:last-child {
  margin-right: 0;
}
.plan_wrap .tab_plan_body .plan_detail .flow_container ul .item:last-child::after {
  content: none;
}
.plan_wrap .plan_including .including_list {
  display: flex;
  flex-wrap: wrap;
}
.plan_wrap .plan_including .including_list .item {
  width: 25%;
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px;
  /*
  &:after {
    content: "\f4ad";
    font-family: setting.$fontawesome;
    position: absolute;
    font-weight: 700;
    bottom: 5px;
    right: 5px;
    color: #ccc;
    font-size: 2rem;
  }
    */
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item {
    flex-wrap: wrap;
    width: 33.3333333333%;
  }
}
.plan_wrap .plan_including .including_list .item .item_img {
  max-width: 70px;
}
@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 {
  width: 50%;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_including .including_list .item .item_txt {
    font-size: 1.4rem;
  }
}
.plan_wrap .plan_including .including_list .item .balloon {
  position: absolute;
  right: 0;
  left: 0;
  width: 95%;
  margin: 0 auto;
  bottom: 110%;
  padding: 6px;
  text-align: center;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
}
.plan_wrap .plan_including .including_list .item .balloon:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ccc transparent transparent transparent;
}
.plan_wrap .plan_including .including_list .item:hover .balloon {
  visibility: visible;
  opacity: 1;
}
.plan_wrap .plan_including .plan_function {
  padding: 20px;
  background: #eee;
  font-size: 1.5rem;
  margin-bottom: 60px;
}

.column_plan_detail {
  padding-bottom: 0;
}
.column_plan_detail .sec_title {
  color: #333;
}
.column_plan_detail .sec_title span {
  border-bottom: none;
  margin-bottom: 0;
}
.column_plan_detail .tab_wrap .panel_area {
  padding-top: 0;
}
.column_plan_detail .tab_btn.show {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_plan_detail .tab_wrap .tab_list {
    flex-wrap: nowrap;
  }
  .column_plan_detail .tab_wrap .tab_btn {
    width: 33.3333333333%;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.column_plan_detail.simple .tab_btn.show {
  background: #196bd1;
}
.column_plan_detail.family .tab_btn.show {
  background: #D17F19;
}
.column_plan_detail.oneday .tab_btn.show {
  background: #19c2d1;
}
.column_plan_detail.general .tab_btn.show {
  background: #3c268f;
}

.page-template-plan-detail-template .tab_contents {
  display: block;
}
.page-template-plan-detail-template .feature4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-template-plan-detail-template .feature4 {
    margin-bottom: 25px;
  }
}
.page-template-plan-detail-template .column_banner {
  background: #f5f5f3;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .page-template-plan-detail-template .column_banner {
    padding-bottom: 20px;
  }
}
.page-template-plan-detail-template .feature_wrap .common_title {
  margin-bottom: 20px;
}

/*----------------------------------------------------
	供物供花
----------------------------------------------------*/
.column_first {
  padding-bottom: 30px;
}
.column_first .keyvisual {
  border-top: 2px solid #1a74a8;
  border-bottom: 2px solid #1a74a8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_first .keyvisual {
    margin-bottom: 0;
  }
}
.column_first .keyvisual_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_first .keyvisual_inner {
    flex-wrap: wrap;
    padding: 0;
  }
}
.column_first .column_first__l .sec_title {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_first .column_first__l .sec_title {
    font-size: 2.2rem;
  }
}
.column_first .column_first__l .sec_title span {
  padding: 2px 6px;
  background: #1a74a8;
  color: #fff;
  font-size: 4.2rem;
  margin-right: 4px;
}
@media screen and (max-width: 820px) {
  .column_first .column_first__l .sec_title span {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column_first .column_first__l .sec_title span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .column_first .column_first__l {
    padding: 15px 15px 0;
  }
}
.column_first .column_first__r {
  margin: 0;
}
.column_first .catch {
  margin-bottom: 0;
  text-align: left;
}
.column_first .alert {
  display: inline-block;
  color: #e6434c;
}

.kyouka_contact_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 28px;
}
@media screen and (max-width: 1100px) {
  .kyouka_contact_wrap {
    gap: 10px;
  }
}
.kyouka_contact_wrap .kyouka_contact__l,
.kyouka_contact_wrap .kyouka_contact__r {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_contact__l,
  .kyouka_contact_wrap .kyouka_contact__r {
    width: 100%;
    margin-bottom: 10px;
  }
}
.kyouka_contact_wrap .catch {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.kyouka_contact_wrap .kyouka_btn {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 18px;
  font-size: 2.2rem;
  background: #fff;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kyouka_contact_wrap .kyouka_btn {
    font-size: 1.9rem;
  }
}
.kyouka_contact_wrap .telnum {
  border: 1px solid;
  font-family: "Oswald", sans-serif;
  color: #e6434c;
  font-size: 3.3rem;
}
.kyouka_contact_wrap .telnum i {
  color: #e6434c;
  margin-right: 5px;
}
.kyouka_contact_wrap .fax_btn {
  border: 1px solid #1a74a8;
  color: #1a74a8;
  position: relative;
  font-weight: 800;
}
.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 #1a74a8;
  border-right: 2px solid #1a74a8;
  transition: all 0.3s;
}
.kyouka_contact_wrap .fax_btn:hover {
  background: #ebf8ff;
}

.column_kyouka_list:nth-child(odd) {
  background: rgba(26, 116, 168, 0.1);
}

.column_kyouka_list {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list {
    padding: 20px 0;
  }
}
.column_kyouka_list .item_tit {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 15px;
  font-size: 3.4rem;
  color: #1a74a8;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_tit {
    font-size: 2.8rem;
  }
}
.column_kyouka_list .item_tit::after, .column_kyouka_list .item_tit::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1a74a8;
}
.column_kyouka_list .item_tit::before {
  margin-right: 1.8rem;
}
.column_kyouka_list .item_tit::after {
  margin-left: 1.8rem;
}
.column_kyouka_list .item_box_area .item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .column_kyouka_list .item_box_area .item_box {
    justify-content: space-between;
    gap: 10px;
  }
}
.column_kyouka_list .item_box_area .item_box .item {
  width: calc(25% - 12px);
}
@media screen and (max-width: 820px) {
  .column_kyouka_list .item_box_area .item_box .item {
    width: calc(50% - 8px);
  }
}
.column_kyouka_list .item_box_area .item_box .item a {
  position: relative;
}
.column_kyouka_list .item_box_area .item_box .item .photo_area {
  position: relative;
}
.column_kyouka_list .item_box_area .item_box .item .photo_area img {
  margin: 0 auto;
  display: block;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box_area .item_box .item .photo_area img {
    width: 100%;
  }
}
.column_kyouka_list .item_box_area .item_box .item .photo_area .zoom {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.column_kyouka_list .item_box_area .text_box {
  text-align: center;
  margin-top: 8px;
}
.column_kyouka_list .item_box_area .text_box .tit {
  color: #1a74a8;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.9rem;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box_area .text_box .tit {
    font-size: 1.6rem;
  }
}
.column_kyouka_list .item_box_area .text_box .tit span {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box_area .text_box .tit span {
    font-size: 1.2rem;
  }
}
.column_kyouka_list .item_box_area .text_box .tit .alert {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box_area .text_box .tit .alert {
    font-size: 1.2rem;
  }
}
.column_kyouka_list .item_box_area .text_box .taxin {
  color: #bb2d2d;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box_area .text_box .taxin {
    font-size: 1.6rem;
  }
}
.column_kyouka_list .item_box_area .text_box .taxin span {
  color: #333;
  font-size: 1.4rem;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .column_kyouka_list .item_box_area .text_box .taxin span {
    font-size: 1.2rem;
  }
}

.column_kyouka_list.kumotsu2 .item_box_area .item_box {
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .column_kyouka_list.kumotsu2 .item_box_area .item_box {
    margin-bottom: 0;
    display: contents;
  }
}
.column_kyouka_list.kumotsu2 .item_box_area .item_box__sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .column_kyouka_list.kumotsu2 .item_box_area .item_box__sp {
    justify-content: space-between;
    gap: 10px;
  }
}

/*------プラン色設定------------------------------*/
.ver_simple .plan_including .sec_title span {
  color: #196bd1;
}
.ver_simple .tab_btn.show {
  background: #196bd1;
}
.ver_simple .panel_area {
  border-top-color: #196bd1;
}
.ver_simple .plan_detail .detail_right .plan_head .txt,
.ver_simple .plan_detail .detail_right .flow_container .item.in {
  background: #196bd1;
}
.ver_simple .flow_container ul.label li {
  border: solid 1px #196bd1;
  color: #196bd1;
}
.ver_simple .tab_plan_body {
  background: #196bd11A;
}
.ver_simple .tab_plan_body .sec_title {
  color: #196bd1;
}

body.simple .appeal_price::before {
  border-color: #196bd180 transparent transparent transparent;
}
body.simple .appeal_price .price_txt span {
  background: #196bd1;
}
body.simple .appeal_price .price_box::before, body.simple .appeal_price .price_box::after {
  background: #196bd1;
}

.ver_family .plan_including .sec_title span {
  color: #D17F19;
}
.ver_family .tab_btn.show {
  background: #D17F19;
}
.ver_family .panel_area {
  border-top-color: #D17F19;
}
.ver_family .plan_detail .detail_right .plan_head .txt,
.ver_family .plan_detail .detail_right .flow_container .item.in {
  background: #D17F19;
}
.ver_family .flow_container ul.label li {
  border: solid 1px #D17F19;
  color: #D17F19;
}
.ver_family .tab_plan_body {
  background: #D17F191A;
}
.ver_family .tab_plan_body .sec_title {
  color: #D17F19;
}

body.family .appeal_price::before {
  border-color: #D17F1980 transparent transparent transparent;
}
body.family .appeal_price .price_txt span {
  background: #D17F19;
}
body.family .appeal_price .price_box::before, body.family .appeal_price .price_box::after {
  background: #D17F19;
}

.ver_oneday .plan_including .sec_title span {
  color: #19c2d1;
}
.ver_oneday .tab_btn.show {
  background: #19c2d1;
}
.ver_oneday .panel_area {
  border-top-color: #19c2d1;
}
.ver_oneday .plan_detail .detail_right .plan_head .txt,
.ver_oneday .plan_detail .detail_right .flow_container .item.in {
  background: #19c2d1;
}
.ver_oneday .flow_container ul.label li {
  border: solid 1px #19c2d1;
  color: #19c2d1;
}
.ver_oneday .tab_plan_body {
  background: #19c2d11A;
}
.ver_oneday .tab_plan_body .sec_title {
  color: #19c2d1;
}

body.oneday .appeal_price::before {
  border-color: #19c2d180 transparent transparent transparent;
}
body.oneday .appeal_price .price_txt span {
  background: #19c2d1;
}
body.oneday .appeal_price .price_box::before, body.oneday .appeal_price .price_box::after {
  background: #19c2d1;
}

.ver_general .plan_including .sec_title span {
  color: #3c268f;
}
.ver_general .tab_btn.show {
  background: #3c268f;
}
.ver_general .panel_area {
  border-top-color: #3c268f;
}
.ver_general .plan_detail .detail_right .plan_head .txt,
.ver_general .plan_detail .detail_right .flow_container .item.in {
  background: #3c268f;
}
.ver_general .flow_container ul.label li {
  border: solid 1px #3c268f;
  color: #3c268f;
}
.ver_general .tab_plan_body {
  background: #3c268f1A;
}
.ver_general .tab_plan_body .sec_title {
  color: #3c268f;
}

body.general .appeal_price::before {
  border-color: #3c268f80 transparent transparent transparent;
}
body.general .appeal_price .price_txt span {
  background: #3c268f;
}
body.general .appeal_price .price_box::before, body.general .appeal_price .price_box::after {
  background: #3c268f;
}

/*----------------------------------------------------
	お急ぎの方へ
----------------------------------------------------*/
.column_first_hurry {
  padding: 0;
  background: rgb(250, 249, 247);
  background: linear-gradient(90deg, rgb(250, 249, 247) 0%, rgb(245, 244, 240) 100%);
}
.column_first_hurry .inner {
  background: url(../img/hurry/hurry_mv.png) center/cover no-repeat;
  padding: 50px 15px 60px;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .inner {
    padding: 30px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_first_hurry .inner {
    background: #edf5f9;
  }
}
.column_first_hurry .hurry_container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column_first_hurry .hurry_container .sec_title {
  margin: 0;
  margin-bottom: 12px;
  font-size: 3.2rem;
  color: #333;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .hurry_container .sec_title {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .column_first_hurry .hurry_container .sec_title {
    font-size: 2.8rem;
  }
}
.column_first_hurry .hurry_container .sec_title span {
  font-size: 4.6rem;
  color: #1a74a8;
  border-bottom: none;
  margin-bottom: 0;
}
.column_first_hurry .hurry_container .container_txt {
  width: 57%;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .hurry_container .container_txt {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_first_hurry .hurry_container .container_txt {
    width: 100%;
  }
}
.column_first_hurry .hurry_container .container_txt .hurry_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.column_first_hurry .hurry_container .container_txt .hurry_tel .tel_num {
  line-height: 1;
  position: relative;
  font-size: 7.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #e6434c;
  font-family: "Oswald", sans-serif;
  letter-spacing: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .hurry_container .container_txt .hurry_tel .tel_num {
    font-size: 5rem;
    min-width: unset;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .column_first_hurry .hurry_container .container_txt .hurry_tel .tel_num {
    display: none;
  }
}
.column_first_hurry .hurry_container .container_txt .hurry_tel .tel_num:before {
  content: "\f2a0";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  padding-right: 0.2em;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  bottom: 10px;
  font-size: 7rem;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .hurry_container .container_txt .hurry_tel .tel_num:before {
    font-size: 4.5rem;
  }
}
.column_first_hurry .hurry_container .container_txt .hurry_speed {
  background: #fff;
  border: 1px solid #e6434c;
  color: #e6434c;
  font-size: 2rem;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 15px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .hurry_container .container_txt .hurry_speed {
    font-size: 1.8rem;
  }
}
.column_first_hurry .hurry_container .container_txt .hurry_support {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_first_hurry .hurry_container .container_txt .hurry_support {
    gap: 5px;
    margin: 0 auto 15px;
  }
}
.column_first_hurry .hurry_container .container_txt .hurry_support span {
  background: #1a74a8;
  padding: 12px 23px;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_first_hurry .hurry_container .container_txt .hurry_support span {
    padding: 10px 13px;
    font-size: 1.8rem;
  }
}

.column_hurry_staff {
  background: #4e7394;
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff {
    padding: 15px 0 5px;
  }
}
.column_hurry_staff .inner {
  max-width: 980px;
  width: 100%;
}
.column_hurry_staff .staff {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .staff {
    font-size: 2rem;
  }
}
.column_hurry_staff .staff::before, .column_hurry_staff .staff::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .column_hurry_staff .staff::before, .column_hurry_staff .staff::after {
    display: none;
  }
}
.column_hurry_staff .staff::before {
  transform: rotate(-35deg);
}
.column_hurry_staff .staff::after {
  transform: rotate(35deg);
}
.column_hurry_staff .hurry_staff {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 18px 0 0;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .hurry_staff {
    padding-bottom: 10px;
  }
}
.column_hurry_staff .hurry_staff_hukidashi {
  position: relative;
  display: inline-block;
  padding: 15px 12px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  font-weight: 600;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .hurry_staff_hukidashi {
    margin-bottom: 25px;
  }
}
.column_hurry_staff .hurry_staff_hukidashi::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .hurry_staff_hukidashi::before {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
}
.column_hurry_staff .hurry_staff_hukidashi p {
  margin: 0;
}
.column_hurry_staff .hurry_staff_img {
  display: flex;
  gap: 8px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .hurry_staff_img {
    margin-left: 0;
  }
}
.column_hurry_staff .hurry_staff_img img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .hurry_staff_img img {
    max-width: 100px;
  }
}
.column_hurry_staff .hurry_staff .hurry_support__tel {
  max-width: 700px;
  width: 100%;
  margin: 15px auto 0;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #e6434c;
  border-radius: 30px;
  padding: 8px 6px;
  background: #fff;
  border: 2px solid #e6434c;
}
@media screen and (max-width: 767px) {
  .column_hurry_staff .hurry_staff .hurry_support__tel {
    border-radius: 10px;
    font-size: 1.8rem;
  }
}

.column_hurry_flow {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow_content {
    display: flex;
    flex-direction: column;
  }
}
.column_hurry_flow .hurry_flow-box {
  display: flex;
  margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box {
    order: 2;
    flex-direction: column;
  }
}
.column_hurry_flow .hurry_flow-box .flow_day {
  color: #fff;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box .flow_day {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box .flow_day {
    height: auto;
    width: 90px;
  }
}
.column_hurry_flow .hurry_flow-box .flow_day::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #ff8800;
  z-index: 30;
  right: -25px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box .flow_day::after {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box .flow_day::after {
    border-width: 50px 45px 0 45px;
    border-color: #ff8800 transparent transparent transparent;
    right: 0;
    bottom: -50px;
  }
}
.column_hurry_flow .hurry_flow-box__l {
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box__l {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box__l {
    display: flex;
    width: 100%;
  }
}
.column_hurry_flow .hurry_flow-box__l .flow_day {
  background: #ff8800;
}
.column_hurry_flow .hurry_flow-box__l ul li {
  position: relative;
  width: 14.2857142857%;
}
.column_hurry_flow .hurry_flow-box__l ul li::after {
  content: "";
  position: absolute;
  top: 42%;
  right: -5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #555;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box__l ul li::after {
    border-width: 8px 0 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box__l ul li::after {
    border-color: #555 transparent transparent transparent;
    border-width: 17.3px 10px 0 10px;
    top: 100%;
    right: 46%;
  }
}
.column_hurry_flow .hurry_flow-box__r {
  width: 10%;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box__r {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box__r {
    display: flex;
    width: 100%;
  }
}
.column_hurry_flow .hurry_flow-box__r .flow_day {
  justify-content: flex-end;
  background: #ffaa00;
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box__r .flow_day {
    justify-content: center;
  }
}
.column_hurry_flow .hurry_flow-box__r .flow_day::after {
  border-color: transparent transparent transparent #ffaa00;
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box__r .flow_day::after {
    border-color: #ffaa00 transparent transparent transparent;
  }
}
.column_hurry_flow .hurry_flow-box .hurry_flow {
  display: flex;
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow {
    width: 75%;
    flex-direction: column;
  }
}
.column_hurry_flow .hurry_flow-box .hurry_flow li {
  padding: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow li {
    width: 100%;
    padding: 30px 5px 10px;
    background: #eee;
    border-top: 1px solid #333;
  }
}
.column_hurry_flow .hurry_flow-box .hurry_flow li p {
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow li p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow li p {
    line-height: 1;
    font-size: 1.6rem;
  }
}
.column_hurry_flow .hurry_flow-box .hurry_flow li img {
  display: block;
  margin: 0 auto;
  width: 110px;
}
@media screen and (max-width: 1100px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow li img {
    width: 100px;
  }
}
@media screen and (max-width: 820px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow li img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .column_hurry_flow .hurry_flow-box .hurry_flow li img {
    width: 100px;
  }
}

.hurry_consultation {
  width: 100%;
  margin: 80px auto 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .hurry_consultation {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hurry_consultation {
    order: 1;
    margin: 0 auto 15px;
  }
}
.hurry_consultation section {
  width: calc(33.3333333333% - 5px);
  padding: 48px 22px 15px;
  background: #fafafa;
  position: relative;
  border: 1px solid #003562;
}
@media screen and (max-width: 820px) {
  .hurry_consultation section {
    width: calc(50% - 5px);
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hurry_consultation section {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
}
.hurry_consultation section h4 {
  position: absolute;
  top: -26px;
  left: 28%;
  background: #003562;
  color: #fff;
  padding: 8px 12px;
}
.hurry_consultation section h4 span {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hurry_consultation section .hurry_sp_btn {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .hurry_consultation section .hurry_sp_btn {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hurry_consultation section .hurry_sp_btn::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  }
}
.hurry_consultation section .hurry_sp_btn.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.hurry_consultation section .hurry_sp_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hurry_consultation section .hurry_sp_block {
    display: none;
    padding: 15px;
    height: auto;
  }
}
.hurry_consultation section p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.hurry_consultation section p span {
  background: linear-gradient(transparent 20%, #ff6 20%);
}
.hurry_consultation section ul {
  height: 100%;
  min-height: 0%;
  flex: 2;
  display: flex;
  flex-direction: column;
}
.hurry_consultation section ul li {
  position: relative;
  padding: 12px 0 18px 52px;
  border-bottom: 1px solid #555;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .hurry_consultation section ul li {
    flex: initial;
  }
}
.hurry_consultation section ul li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.hurry_consultation section ul li::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/hurry/check.png) center/cover no-repeat;
}

.column_hurry_tel h3 {
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .column_hurry_tel h3 {
    font-size: 1.8rem;
  }
}
.column_hurry_tel .column_banner2 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.column_hurry_resolution {
  padding-bottom: 0;
}
.column_hurry_resolution .hurry_resolution {
  background: #1a74a8;
  padding: 2.5em 1em;
}
@media screen and (max-width: 767px) {
  .column_hurry_resolution .hurry_resolution {
    padding: 2em 1em;
  }
}
.column_hurry_resolution .hurry_resolution h2 {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_hurry_resolution .hurry_resolution h2 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 360px) {
  .column_hurry_resolution .hurry_resolution h2 {
    font-size: 1.8rem;
  }
}
.column_hurry_resolution .hurry_resolution h2 span {
  font-weight: 800;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .column_hurry_resolution .hurry_resolution h2 span {
    font-size: 2.6rem;
  }
}
.column_hurry_resolution .hurry_resolution h2::after, .column_hurry_resolution .hurry_resolution h2::before {
  position: absolute;
  top: 1.3rem;
  height: 8rem;
  content: "";
}
@media screen and (max-width: 820px) {
  .column_hurry_resolution .hurry_resolution h2::after, .column_hurry_resolution .hurry_resolution h2::before {
    display: none;
  }
}
.column_hurry_resolution .hurry_resolution h2::after {
  border-right: solid 3px;
  right: 18%;
  transform: rotate(30deg);
}
@media screen and (max-width: 1100px) {
  .column_hurry_resolution .hurry_resolution h2::after {
    right: 10%;
  }
}
.column_hurry_resolution .hurry_resolution h2::before {
  border-left: solid 3px;
  left: 18%;
  transform: rotate(-30deg);
}
@media screen and (max-width: 1100px) {
  .column_hurry_resolution .hurry_resolution h2::before {
    left: 10%;
  }
}
.column_hurry_resolution .hurry_group {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .column_hurry_resolution .hurry_group {
    padding: 20px 0 0;
  }
}
.column_hurry_resolution .hurry_group .hurry_group_txt {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .column_hurry_resolution .hurry_group .hurry_group_txt {
    font-size: 1.7rem;
  }
}
.column_hurry_resolution .hurry_group .hurry_group_txt span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #d71f24;
  background: linear-gradient(transparent 75%, #fff600 0%);
}
@media screen and (max-width: 820px) {
  .column_hurry_resolution .hurry_group .hurry_group_txt span {
    font-size: 2.6rem;
  }
}
.column_hurry_resolution .hurry_group ul {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 15px;
  background: #f7f7f7;
  padding: 2.5em 2em;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .column_hurry_resolution .hurry_group ul {
    padding: 2em 1.8em;
  }
}
.column_hurry_resolution .hurry_group ul li {
  margin-bottom: 25px;
  color: #333;
  font-size: 2rem;
  border-bottom: 1px solid #48554c;
  padding-bottom: 15px;
  padding-left: 52px;
  position: relative;
}
.column_hurry_resolution .hurry_group ul li::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/hurry/check.png) center/cover no-repeat;
}
.column_hurry_resolution .hurry_group ul li:last-child {
  margin-bottom: 0;
}
.column_hurry_resolution .hurry_group ul li .fa-square-check {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .column_hurry_resolution .hurry_group ul li {
    font-size: 1.6rem;
  }
}
.column_hurry_resolution .hurry_group ul li .fa-square-check {
  color: #1a74a8;
}

#hurry .feature_laber {
  display: none;
}

#hurry .feature_support_txt {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #hurry .feature_support_txt {
    margin: 15px auto 0;
  }
}

/*----------------------------------------------------
	双葉相互会について
----------------------------------------------------*/
.column_member_first {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .column_member_first {
    padding-bottom: 0;
  }
}

.member_btn {
  max-width: 480px;
  width: 100%;
  margin: 20px auto 0;
  background: #ff9300;
  border-radius: 12px;
  border-bottom: 4px solid #c27100;
}
.member_btn a {
  color: #fff;
  font-size: 1.8rem;
  padding: 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .member_btn a {
    font-size: 1.6rem;
  }
}
.member_btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 42%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.member_btn a span {
  font-weight: 800;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .member_btn a span {
    font-size: 2.3rem;
  }
}

.column_cbenefits_first {
  padding: 15px 0;
}
.column_cbenefits_first .contact_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 電話番号の指定*/
  /* FAXの指定*/
  /* ご来店の指定*/
}
.column_cbenefits_first .contact_box .contact_item {
  width: calc(33.3333333333% - 5px);
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgba(174, 221, 247, 0.1);
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .column_cbenefits_first .contact_box .contact_item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .column_cbenefits_first .contact_box .contact_item {
    width: 100%;
    padding: 20px 10px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.column_cbenefits_first .contact_box .contact_item::before, .column_cbenefits_first .contact_box .contact_item::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
}
.column_cbenefits_first .contact_box .contact_item::before {
  border-top: 2px solid #1a74a8;
  border-left: 2px solid #1a74a8;
  border-right: 2px solid #1a74a8;
  top: 0;
  left: 0;
}
.column_cbenefits_first .contact_box .contact_item::after {
  border-bottom: 2px solid #1a74a8;
  border-left: 2px solid #1a74a8;
  border-right: 2px solid #1a74a8;
  bottom: 0;
  right: 0;
}
.column_cbenefits_first .contact_box span {
  font-weight: 800;
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .column_cbenefits_first .contact_box span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .column_cbenefits_first .contact_box span {
    font-size: 2.4rem;
  }
}
.column_cbenefits_first .contact_box .common_btn {
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
}
.column_cbenefits_first .contact_box .contact_tel a {
  color: #e6434c;
  font-size: 4rem;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .column_cbenefits_first .contact_box .contact_tel a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .column_cbenefits_first .contact_box .contact_tel a {
    font-size: 4.2rem;
  }
}
.column_cbenefits_first .contact_box .contact_fax .fax_num {
  color: #e6434c;
  font-size: 2.3rem;
  font-weight: 800;
  flex: 1 auto;
}
.column_cbenefits_first .contact_box .contact_fax .fax_btn {
  background: #00305c;
  border-bottom: 3px solid #001222;
}
.column_cbenefits_first .contact_box .contact_hall .hall_btn {
  background: #546445;
  border-bottom: 3px solid #213013;
}
.column_cbenefits_first .contact_box .contact_hall .alert {
  font-size: 1.4rem;
  color: #e6434c;
}
@media screen and (max-width: 820px) {
  .column_cbenefits_first .contact_box .contact_hall .alert {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .column_member_privilege {
    padding-bottom: 0;
  }
}
.column_member_privilege .member_recom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  margin: 30px auto 35px;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .member_recom {
    margin: 15px auto 30px;
  }
}
.column_member_privilege .member_recom__l {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #709255;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .member_recom__l {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 2.2rem;
  }
}
.column_member_privilege .member_recom__l::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 22px solid #709255;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .member_recom__l::before {
    top: 110%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 22px solid #709255;
    width: 10px;
  }
}
.column_member_privilege .member_recom__r {
  width: auto;
  margin-left: 30px;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .member_recom__r {
    width: 100%;
    margin: 20px auto 0;
  }
}
.column_member_privilege .member_recom__r li {
  padding: 5px 0 8px 46px;
  position: relative;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .member_recom__r li {
    font-size: 1.8rem;
  }
}
.column_member_privilege .member_recom__r li::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../img/hurry/check.png) center/cover no-repeat;
}
.column_member_privilege .recom_tit {
  text-align: center;
}
.column_member_privilege .recom_tit__txt {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  color: #333;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_tit__txt {
    font-size: 2rem;
  }
}
.column_member_privilege .recom_tit__txt::before, .column_member_privilege .recom_tit__txt::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .column_member_privilege .recom_tit__txt::before, .column_member_privilege .recom_tit__txt::after {
    display: none;
  }
}
.column_member_privilege .recom_tit__txt::before {
  transform: rotate(-35deg);
}
.column_member_privilege .recom_tit__txt::after {
  transform: rotate(35deg);
}
.column_member_privilege .recom_tit h2 {
  font-weight: 900;
  text-shadow: 3px 0px 0px #97242a;
  font-size: 5.2rem;
  color: #e6434c;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_tit h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_tit h2::before, .column_member_privilege .recom_tit h2::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #e6434c;
    width: 4px;
    height: 1em;
    margin: 0 25px;
    margin-top: -0.2em;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_tit h2::before {
    transform: rotate(-35deg);
  }
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_tit h2::after {
    transform: rotate(35deg);
  }
}
.column_member_privilege .recom_tit h2 span {
  font-size: 8.5rem;
  font-family: "Oswald", sans-serif;
  vertical-align: bottom;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_tit h2 span {
    font-size: 6.5rem;
  }
}
.column_member_privilege .recom_tit .hurry_tel_stext {
  color: #e6434c;
  display: inline-block;
  font-weight: 600;
}
.column_member_privilege .recom_list {
  margin: 25px auto 0;
}
.column_member_privilege .recom_list_item {
  display: flex;
  border-bottom: 2px dashed #555;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_list_item {
    flex-wrap: wrap;
  }
}
.column_member_privilege .recom_list_item:first-child {
  padding-top: 0;
}
.column_member_privilege .recom_list_item__l {
  margin: 0;
}
.column_member_privilege .recom_list_item__r {
  width: 75%;
  padding-left: 25px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_list_item__r {
    width: 100%;
    padding-left: 0;
  }
}
.column_member_privilege .recom_list_item__r .tag {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 8px 30px;
  background: rgba(230, 67, 76, 0.8);
  color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_list_item__r .tag {
    font-size: 1.8rem;
  }
}
.column_member_privilege .recom_list_item__r h3 {
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 10px 0;
  color: #e6434c;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_list_item__r h3 {
    margin: 5px 0;
    font-size: 2.6rem;
  }
}
.column_member_privilege .recom_list_item__r h3 .num {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_list_item__r h3 .num {
    font-size: 3.5rem;
  }
}
.column_member_privilege .recom_list_item__r h3 .comment {
  font-size: 2.3rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .column_member_privilege .recom_list_item__r h3 .comment {
    font-size: 1.7rem;
  }
}
.column_member_privilege .recom_list_item__r p {
  font-size: 1.8rem;
}

.column_member_consultation {
  padding-bottom: 0;
}
.column_member_consultation .consultation_container {
  position: relative;
}
.column_member_consultation .consultation_container .more {
  font-size: 5rem;
  font-weight: 600;
  color: #e6434c;
  position: absolute;
  top: 0;
  left: 14%;
  display: inline-block;
  transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
}
@media screen and (max-width: 1100px) {
  .column_member_consultation .consultation_container .more {
    left: 0;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .column_member_consultation .consultation_container .more {
    font-size: 2.8rem;
    top: -20%;
  }
}
.column_member_consultation .consultation_container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .column_member_consultation .consultation_container h2 {
    flex-wrap: wrap;
    font-size: 2.6rem;
    margin-top: 65px;
  }
}
.column_member_consultation .consultation_container h2 .free {
  font-size: 2.8rem;
  color: #e6434c;
  border: 2px solid #e6434c;
  padding: 18px 16px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .column_member_consultation .consultation_container h2 .free {
    justify-content: center;
    font-size: 2rem;
    width: 85%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    background: #e6434c;
    text-align: center;
  }
}
.column_member_consultation .consultation_container h2 .big_txt {
  color: #546445;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 5.5rem;
  display: inline-block;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .column_member_consultation .consultation_container h2 .big_txt {
    font-size: 5rem;
  }
}
.column_member_consultation .consultation_container .consultation_subtxt {
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .column_member_consultation .consultation_container .consultation_subtxt {
    padding: 10px 0;
  }
}

.column_member_flow {
  padding-top: 35px;
}

.flow_container .flow_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flow_container .flow_box .left_bar {
  width: 50px;
  background: #ecd973;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow_container .flow_box .left_bar {
    width: 100%;
  }
}
.flow_container .flow_box .left_bar::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ecd973;
  z-index: 30;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .flow_container .flow_box .left_bar::after {
    content: none;
  }
}
.flow_container .flow_box .left_bar p {
  margin: 0 auto;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow_container .flow_box .left_bar p {
    padding: 10px;
  }
}
.flow_container .flow_box .center_bar {
  width: calc(20% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .flow_container .flow_box .center_bar {
    width: 100%;
    padding: 10px 0;
  }
}
.flow_container .flow_box .center_bar h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  .flow_container .flow_box .center_bar h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_container .flow_box .center_bar h3 {
    font-size: 2.2rem;
  }
}
.flow_container .flow_box .right_box {
  width: 75%;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px 20px 20px;
}
@media screen and (max-width: 767px) {
  .flow_container .flow_box .right_box {
    width: 100%;
    padding: 10px;
  }
}
.flow_container .flow_box .right_box .bank {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 8px;
}
.flow_container .flow_box .right_box .bank p span {
  font-weight: 600;
}
.flow_container .flow_box:nth-child(1) .left_bar {
  background: #f77f00;
}
.flow_container .flow_box:nth-child(1) .left_bar::after {
  border-color: #f77f00 transparent transparent transparent;
}
.flow_container .flow_box:nth-child(2) .left_bar {
  background: #f7b941;
}
.flow_container .flow_box:nth-child(2) .left_bar::after {
  border-color: #f7b941 transparent transparent transparent;
}
.flow_container .flow_box:nth-child(3) .left_bar::after {
  content: none;
}

/*----------------------------------------------------
	よくある質問 qa
----------------------------------------------------*/
.column_qa {
  background: rgba(26, 116, 168, 0.1);
  padding-top: 45px;
}

.qa_list {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .qa_list {
    padding-top: 0;
  }
}
.qa_list li {
  margin-bottom: 15px;
}
.qa_list li .question {
  background: #1a74a8;
  padding: 12px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .qa_list li .question {
    font-size: 1.6rem;
  }
}
.qa_list li .question span {
  font-size: 2.1rem;
}
.qa_list li .answer {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 28px 32px;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .qa_list li .answer {
    padding: 28px 15px;
  }
}
.qa_list li .answer img {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .qa_list li .answer img {
    display: none;
  }
}
.qa_list li .answer p {
  padding-left: 48px;
  position: relative;
  font-weight: normal;
  line-height: 1.8;
}
.qa_list li .answer p::before {
  content: "A.";
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 3rem;
  font-weight: 800;
  color: #de656b;
}

/*----------------------------------------------------
	会社概要 company
----------------------------------------------------*/
.company_txt {
  text-align: center;
}

.column_company_detail {
  max-width: 900px;
  margin: 50px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .column_company_detail {
    margin: 20px auto 0;
  }
}
.column_company_detail 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 dt {
    width: 100%;
  }
}
.column_company_detail dd {
  width: 80%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .column_company_detail dd {
    width: 100%;
    border-top: none;
  }
}
.column_company_detail dd:first-child {
  border-top: 1px solid #eee;
}
.column_company_detail dd span {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .column_company_history {
    padding-bottom: 50px;
  }
}
.column_company_history .company_history_list {
  max-width: 900px;
  margin: 50px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_company_history .company_history_list {
    margin: 20px auto 0;
  }
}
.column_company_history .company_history_list dt {
  width: 20%;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
  color: #1a74a8;
}
@media screen and (max-width: 820px) {
  .column_company_history .company_history_list dt {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding: 15px 0 0 10px;
  }
}
.column_company_history .company_history_list dd {
  width: 80%;
  border-bottom: 1px solid #eee;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 820px) {
  .column_company_history .company_history_list dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_company_history .company_history_list dd {
    font-size: 1.6rem;
  }
}
.column_company_history .company_history_list dd:last-child {
  border-top: none;
}

.column_greeting {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .column_greeting {
    padding-bottom: 0;
  }
}
.column_greeting .greeting_flex {
  display: flex;
  max-width: 900px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_greeting .greeting_flex {
    position: initial;
    flex-wrap: wrap;
  }
}
.column_greeting .greeting_flex__l {
  max-width: 600px;
  width: 100%;
  margin-bottom: 0;
}
.column_greeting .greeting_flex__r {
  position: absolute;
  bottom: -60px;
  right: 0;
  max-width: 750px;
  width: 100%;
  padding: 50px 25px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 820px) {
  .column_greeting .greeting_flex__r {
    bottom: -80px;
    right: 10px;
    max-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .column_greeting .greeting_flex__r {
    position: initial;
    padding: 20px 0;
    box-shadow: none;
  }
}
.column_greeting .greeting_flex__r h3 {
  width: 35%;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #1a74a8;
}
@media screen and (max-width: 767px) {
  .column_greeting .greeting_flex__r h3 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.column_greeting .greeting_flex__r p {
  width: 60%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .column_greeting .greeting_flex__r p {
    width: 100%;
  }
}

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

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

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

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

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

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.contact_form dt,
.contact_form dd {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.contact_form dt {
  width: 20%;
  background: #fafafa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
  }
}
.contact_form dt span {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #e6434c;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}
.contact_form dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form input[type=text],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
}
.contact_form select {
  padding: 5px;
}

.pp_box {
  width: 80%;
  height: 300px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 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 {
  width: 240px;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6434c;
  border-radius: 30px;
  font-size: 2.2rem;
  background: #e6434c;
  color: #fff;
  padding: 10px;
  transition: all 0.3s;
}
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background-color: #fff;
  color: #e6434c;
}

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