@charset "UTF-8";
/* ---------------------------------
	基本デザイン
---------------------------------- */
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "HiraginoSans-W3", "メイリオ", sans-serif;
  color: #222;
}
.wrapper{
  padding: 0 15px;
  max-width: 1030px;
  margin: auto;
}
.wrapper.halls_wide{
  padding: 0;
}
.inner{
  margin: 0;
}
section{
  padding: 0;
  overflow: hidden;
  background-color : #bdd7b5;
  position: relative;
}
.btn_area{
  margin: auto;
  padding: 0 0 30px;
}
.btn{
  width: 78%;
  max-width: 470px;
  background-color: #18aa86;
  border: 1px solid #169f7d;
  padding: 26px 10px;
  border-radius: 0;
  cursor: pointer;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  border-radius: 3px;
  box-shadow: 3px 3px 0px 0 rgb(255 255 255);
  filter: drop-shadow(0 3px 8px rgb(0 0 0 / 30%));
}
.btn::after {
  width: 0.4em;
  height: 0.4em;
}
.btn > .ico_line {
  margin-left: 1.5em;
  position: relative;
}
.btn > .ico_line:before {
  position: absolute;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(/lp/first_estimate/img/btn_line.svg) no-repeat;
  background-size: 1.2em;
  left: -1.4em;
}
.btn_bal {
  font-size: 1.2rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn_bal p {
  position: relative;
  display: inline-block;
}
.btn_bal p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.btn_bal p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.btn_bal .fs_130{
  font-size: 130%;
}
.btn_area .btn.ico_arrow_anime::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(/lp/first_estimate/img/ico_arrow_right_wht.gif) no-repeat;
  background-size: 13px;
  right: 5px;
  top:42%;
  border: none;
  -webkit-transform: inherit;
  transform: inherit;
}

.btn_area_bn{
  margin: 30px auto 0;
  width: 80%;
  position: relative;
}

/* ---------------------------------
	kv
---------------------------------- */
.kvSec{
  overflow: hidden;
  background: url(/lp/first_estimate/img/kv_SP.webp) no-repeat center;
  background-size: cover;
  height: 540px;
  position: relative;
}
.no-webp .kvSec {
  background: url(/lp/first_estimate/img/kv_SP.jpg) no-repeat center;
  background-size: cover;
}
.kvSec .txt_no1{
  position: absolute;
  top:10px;
  left:10px;
  width: 40%;
  max-width: 200px;
}
.kvSec .kv_inner{
  margin: auto;
  width: 86%;
  border-radius: 15px;
  background: rgba(12, 161, 124, 0.85);
  padding: 20px 16px;
  position: relative;
  top: 9%;
  max-width: 560px;
}
.kvSec .header_logo{
  margin:auto;
}
.kvSec .header_logo img{
  width: 85px;
}
.kvSec .kv_innerBox{
  margin:auto;
  display:flex;
  justify-content: space-between;
  padding-top: 20px;
}
.kvSec .kv_title{
  width: 73%;
}
.kvSec .mark_area {
  width: 24%;
  height: auto;
}

.kvSec .btn_area{
  padding: 0;
  position: relative;
  top: 42%;
  z-index:10;
}
.kvSec .btn_bal {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 10%));
  width: 240px;
  margin: auto;
  position: relative;
  top: 20px;
  z-index: 10;
}
.kvSec .btn_area .btn{
  filter: drop-shadow(0 3px 8px rgb(0 0 0 / 50%));
  z-index:0;
  padding: 22px 10px;
}

.kvSec .ad_img {
  display: none;
}

/* ---------------------------------
  広告連携LP
---------------------------------- */
@media screen and (max-width: 767px) {
  .kvSec {
    visibility: hidden;
  }
  .kvSec.disp {
    visibility: visible;
  }

  .kvSec.kvAd{
    background: none;
  }
  .kvSec.kvAd .txt_no1{
    display: none;
  }
  .kvSec.kvAd .kv_inner{
    display: none;
  }
  .kvSec.kvAd .ad_img {
    visibility: hidden;
    z-index: 0;
    position: absolute;
  }
  .kvSec.kvAd .ad_img.ad_disp {
    display: block;
    visibility: visible;
  }
  .kvSec.kvAd .btn_area{
    top: 70%;
  }
}

@media screen and (min-width: 768px) {
  .kvSec.kvAd .ad_img {
    display: none;
  }
}

/* ---------------------------------
	section共通
---------------------------------- */
.sec_header{
  padding: 10px 0 30px;
}
h2.sec_title{
  font-size: 3.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2.sec_title .title_bal{
  line-height: 1.0rem;
  padding-bottom: 3px;
  display: block;
}
h2.sec_title .title_bal img{
  height: 18px;
}
.sec_header_title img{
  height: 35px;
  margin-top: 10px;
}
.sec_header_lead{
  padding: 0;
  font-size: 1.5rem;
}
.txt_pink{
  color: #d44f9e;
}
.txt_border{
  background:linear-gradient(transparent 70%, #fff 70%);
}
.txt_border_pink{
  background:linear-gradient(transparent 70%, #f4cdd9 70%);
}

/* ---------------------------------
  かんたんWEB診断sec
---------------------------------- */
.shindanSec{
  background: #ecf0ed;
}
.shindanSec .shindan_wrap{
  background: #fff;
  color: #518b40;
  margin: 36px auto 20px auto;
  padding: 30px 0;
  font-size: 1.4rem;
  border-radius: 6px;
}
.shindanSec .shindan_bal {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 280px;
  margin: auto;
  padding: 3px 0 2px;
  border: 2px solid #518b40;
  background: #fff;
  border-radius: 30px;
  font-size: 1.3rem;
  color: #518b40;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
.shindanSec .shindan_bal::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 40px;
  margin: auto;
  bottom: -8px;
  border-top: 7px solid #78a114;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.shindanSec .shindan_bal::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 40px;
  margin: auto;
  bottom: -5px;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.shindanSec .shindan_content{
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shindanSec .shindan_content img.illust{
  width: 60px;
  margin-left: 5px;
}
.shindanSec .btn_wrap{
  margin-top: 10px;
}
.shindanSec .btn{
  width: 285px;
  padding: 20px 10px;
  background: #63a338;
  border: 1px solid #5f9c36;
  font-size: 1.8rem;
  box-shadow: none;
}
/* ---------------------------------
  よくある落とし穴
---------------------------------- */
.badcaseSec .badcaseSec_inner {
  background-color: #e0ecdc;
  background-position: 0 bottom;
}
.badcaseSec::after {
content: '';
display: block;
background-color: #e0ecdc;
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
width: 100%;
height: 50px;
}
.badcaseSec .wrapper{
  padding: 40px 15px 0;
}
.badcaseSec .sec_title .title_bal_2l{
  padding-bottom: 10px;
  display: block;
}
.badcaseSec .sec_title .title_bal_2l img{
  width: 58%;
  margin: auto;
}
.badcaseSec .title_main{
  width: 65%;
  margin: auto;
  display: block;
}
.badcaseSec .img_bad_main{
  width: 85%;
  margin: auto;
}
.badcaseSec .tx_real{
  margin: 0 10px;
  padding-top: 35px;
}
.badcaseSec .badcase_list{
  margin: 24px 5px;
  padding: 5px 6.6% 30px 6.6%;
  border-radius: 16px;
  background-image: -moz-linear-gradient( 90deg, rgb(149,203,180) 0%, rgb(187,228,206) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(149,203,180) 0%, rgb(187,228,206) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(149,203,180) 0%, rgb(187,228,206) 99%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.badcaseSec .badcase_list li{
  padding-top: 25px;
}
.badcaseSec .badcase_list_txt{
  padding-top: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}
.badcaseSec .tx_bad_bottom{
  width: 45%;
  margin-top: 10px;
  text-align: center;
}
/* ---------------------------------
  見学前に
---------------------------------- */
.rcmdSec{
  padding-top: 10px;
  padding-bottom: 30px;
}
.rcmdSec .sec_title{
  font-size: 3rem;
}
.rcmdSec .tx_small{
  font-size: 60%;
}
.rcmdSec .txt_border{
  margin-right: 3px;
}

/* ---------------------------------
	ポイントsec
---------------------------------- */
.pointSec {
  background: #d7e8d1;
}
.pointSec .point{
  padding: 40px 0;
}
.pointSec .sec_title .title_bal_2l{
  padding-bottom: 16px;
  display: block;
}
.pointSec .sec_title .title_bal_2l img{
  width: 61%;
  margin: auto;
}
.pointSec .point_list{
  background: #fff;
  margin: 0 5px;
  padding: 15px 5px 35px 5px;
  border-radius: 10px;
}
.pointSec .title_main{
  width: 76%;
  margin: auto;
  display: block;
}
.pointSec .sec_header{
  padding-bottom: 40px;
}
.pointSec .point_list li{
  display: flex;
  padding: 20px 0 0;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.pointSec .point_list_img{
  width: 50%;
  position: relative;
  left: -15px;
}
.pointSec .point_list_inner{
  width: 50%;
  text-align: center;
  padding-right: 15px;
  padding-top: 40px;
}
.pointSec .point_list_img.swap{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  right: -15px;
  left: auto;
}
.pointSec .point_list_inner.swap{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  padding-right: inherit;
  padding-left: 15px;
}
.pointSec .point_list_txt{
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  width: fit-content;
  margin: auto;
  line-height: 2.8rem;
}
.pointSec .point_list_txt span{
  padding: 2px 5px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  color: #518b40;
  border: 2px solid #d7e8d1;
  text-align: center;
}

/* ---------------------------------
	こんなにお得
---------------------------------- */
.meritSec{
  background: #fff;
}
.meritSec .wrapper{
  border: 10px solid #fff;
  background: #f8f0e4;
  padding-top: 60px;
}
.meritSec .sec_header{
  border-top: 1px solid #222;
  border-bottom: 3px double #222;
  padding: 22px 15px 15px 15px;
  text-align: left;
  width: 90%;
  margin: auto;
}
.meritSec .sec_title_wrap{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.meritSec .sec_title{
  width: 180px;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.meritSec .sec_title .lead{
  display: block;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: normal;
}
.meritSec .sec_title span.high{
  position: relative;
  display: inline-block;
}
.meritSec .sec_title span.high::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #d25fa3;
  border-radius: 30px;
  background-size: 6px;
  left: 0;
  top: -23%;
  right: 0;
  margin: auto;
}
.meritSec .sec_title_wrap .tit_img{
  width: 84px;
  margin-top: -45px
}
.sec_header_imgtxt{
  position: absolute;
  width: 50px;
  top: 20px;
  left: 20px;
}
.meritSec .merit_list{
  padding: 20px 0;
}
.meritSec .merit_list li{
  display: flex;
  margin: 20px 0;
}
.meritSec .merit_list_img{
  width: 30%;
}
.meritSec .merit_list_txt{
  width: 70%;
  text-align: left;
  padding-left: 12px;
  padding-top: 4px;
}
.meritSec .merit_list_title{
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 2px;
}
.meritSec .merit_list_txt p{
  font-size: 1.3rem;
  font-weight: normal;
}
.meritSec .merit_list_txt p .merit_list_title_supple{
  font-size: 1.2rem;
  color: #4fa0c0;
  display: inline-block;
}

/* ---------------------------------
	フロー
---------------------------------- */
.flowSec{
  padding: 0 0 30px;
}
.flowSec .sec_header{
  padding: 50px 0 30px;
}
.flowSec .flow_list_number{
  width: 65px;
  display: block;
  margin: auto;
  margin-bottom: 8px;
}
.flowSec .flow_main_list{
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flowSec .flow_main_list li{
  padding: 0 5%;
}
.flowSec .flow_main_list .txt_pink {
  font-size: 1.3rem;
  font-style: italic;
}
.flowSec .img_step{
  width: 90px;
  padding: 4px 0 10px;
}
.flowSec .flow_main_list .caption{
  font-size: 1.3rem;
  line-height: 1.3;
}
.flowSec .flow_list_title{
  font-weight: bold;
  margin-bottom: 10px;
}
.flowSec .flow_main,
.flowSec .flow_line{
  background: #fff;
  border-radius: 10px;
  margin: 0 5px;
  padding: 45px 15px 0;
  position: relative;
  box-shadow: 0 0px 7px 0 rgb(0 0 0 / 20%);
}
.flowSec .flow_main{
  margin-bottom: 30px;
  padding: 25px 10px 30px;
  background: #fbf1f6;
}
.flowSec .flow_main_title{
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.flowSec .flow_main_title .txt_pink {
  padding-right: 0.1em;
  color: #d44f9e;
  font-size: 140%;
  font-weight: bold;
  font-style: italic;
}
.flowSec .flow_main_title em{
  font-size: 120%;
}
.flowSec .flow_line{
  margin-bottom: 30px;
}
.flowSec .flow_line::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 68px;
  background: url(/lp/first_estimate/img/arrow_line.svg) no-repeat;
  background-size: 13px;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
}
.flowSec .flow_line::after{
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/lp/first_estimate/img/ico_line.svg) no-repeat;
  background-size: 50px;
  right: -7px;
  top: -8px;
}
.flowSec .flow_list_title{
  line-height: 3rem;
}
.flowSec .line_list{
  text-align: left;
  padding: 30px 0 10px;
}
.flowSec .line_list li{
  margin-bottom: 30px;
}
.flowSec .line_list_title{
  font-weight: bold;
  font-size: 1.7rem;
  padding-left: 18px;
  position: relative;
}
.flowSec .line_list_title::before{
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/lp/first_estimate/img/ico_check.svg) no-repeat;
  background-size: 14px;
  left: 0;
  top: 7px;
}
.flowSec .line_list_txt{
  background: #c481a7;
  color: #fff;
  font-size: 1.3rem;
  padding: 18px;
  border-radius: 15px;
  margin: 10px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0px 7px 0 rgb(0 0 0 / 20%);
  position: relative;
}
.flowSec .line_list_1 .line_list_txt{
  padding-bottom: 30px;
}
.flowSec .line_list_txt .img_estimate{
  position: absolute;
  width: 215px;
  margin-top: 4px;
  right:20px;
}
.flowSec .line_list_1{
  padding-bottom: 250px;
}
.flowSec .line_list_txt.opp{
  background: #bdd7b5;
  color: #315c07;
  margin-bottom: 15px;
}
.flowSec .line_list_txt::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 39px;
  background: url(/lp/first_estimate/img/ico_fuki_pink.svg) no-repeat;
  background-size: 30px;
  right: -16px;
  bottom: 2px;
  z-index: 0;
}
.flowSec .line_list_txt.opp::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 39px;
  background: url(/lp/first_estimate/img/ico_fuki_green.svg) no-repeat;
  background-size: 30px;
  left: -16px;
  bottom: 2px;
  z-index: 0;
}
.flowSec .line_list_icon{
  position: absolute;
  right: -37px;
  bottom: -21px;
  width: 36px;
  z-index: -10;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
}
.flowSec .line_list_icon.opp{
  position: absolute;
  left: -37px;
  bottom: -21px;
  width: 36px;
  z-index: -10;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
}

/* ---------------------------------
	結婚式場
---------------------------------- */
.placeSec{
  background: #fff;
  padding: 40px 0;
}
.placeSec .title_bal{
  color: #bdd7b5;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 6px;
}
.placeSec .sec_title{
  line-height: 3rem;
  font-size: 2.6rem;
  letter-spacing: 0.05rem;
}

/* -------------------------------------------------------------------------
Wedding Halls
------------------------------------------------------------------------- */
/* タブ */
.tab{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
}
.tab li{
  display: table-cell;
  padding: 0 3px;
  width: calc(100% / 3);
  margin-bottom: 10px;
}
.tab li a{
  border: 1px solid var(--gray-light1);
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
  position: relative;
}
.tab li.active a{
  background:var(--gray-light1);
}

/* スライダー */
.top_wedding_halls_list {
  margin-bottom: 30px;
}
.top_wedding_halls_list .slick-list{
  padding-left: 1.4rem;
}
.top_wedding_halls_list .slick-dots {
  bottom: -25px;
}
.top_wedding_halls_list li {
  list-style: none;
}
.top_wedding_halls_list li.slick-slide {
  margin: 0 1.4rem 0.6rem 0;
  border-radius: 6px;
}
.top_wedding_halls_list li.slick-slide .thumbnail {
  height: 220px;
  position: relative;
}
.top_wedding_halls_list li.slick-slide .thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slick-dots li{
  margin: 0 !important;
}
.top_wedding_halls_list li.slick-slide img.thum {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_wedding_halls_list .top_wedding_halls_wrapper {
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-radius: 6px;
  background-color: #fff;
}
.top_wedding_halls_list li.slick-slide img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.top_wedding_halls_list .text {
  text-align: center;
  padding: 15px 10px 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.top_wedding_halls_list .text .area {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1;
}
.top_wedding_halls_list .text .hall_name {
  margin-bottom: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 17px;
  display: inline-block;
}
.top_wedding_halls_list .text .hall_name.small{
  font-size: 1.2rem;
  font-feature-settings: "palt";
}
.ico_church{
  position: relative;
  padding-left: 1.05em;
}
.ico_church:before {
  display: block;
  content: " ";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  top: 0;
  left: 0;
  background: url(/lp/first_estimate/img/ico_church_gry.svg) 0 0 no-repeat;
  background-size: auto 1em;
  pointer-events: none;
}

.top_wedding_halls_list .text .item_area {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  padding-bottom: 2px;
  padding-left: 2px;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1.0rem;
  height: 12px;
  color: var(--gray);
}

/* ---------------------------------
	No.1セクション
---------------------------------- */
.no1sec{
  background: #fff;
}
.no1sec .wrapper{
  padding: 60px 30px 50px;
}
.no1sec .sec_title{
  width: 85%;
  margin: auto;
}
.no1sec .no1_img{
  width: 85%;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  align-items: center;
}
.no1sec .no1_img img:first-child{
  width: 67%;
}
.no1sec .no1_img img:last-child{
  width: 30%;
  height: 30%;
}
.no1sec .no1_list{
  display: flex;
  margin: auto;
  padding: 10px 0 20px;
  justify-content: space-between;
}
.no1sec .no1_list li{
  width: 31%;
}
.no1sec .no1_lead{
  width: 90%;
  margin:auto;
}

/* ---------------------------------
	カウンセラー&お客様の声
---------------------------------- */
.voiceSec .wrapper{
  background: #f8f0e4;
  padding: 30px 0 0;
}
.voiceSec .sec_header{
  height: auto;
  background: url(/lp/first_estimate/img/titile_bg_counselor.svg) no-repeat center;
  background-size: contain;
  height: 140px;
  padding-top: 36px;
  width: 80%;
  margin: auto;
}
.voiceSec .sec_title{
  font-size: 2.0rem;
  line-height: 3rem;
  letter-spacing: -0.05em;
}
.voiceSec .voice_lead{
  text-align: left;
  margin: 0 auto;
  font-size: 1.4rem;
  width: 80%;
}
.voiceSec .voice_lead span{
  font-weight: bold;
}
.voiceSec .voice_lead .sec_img{
  padding: 20px 0;
}
.voice_block{
  padding: 30px 0;
}
.voice_block .voice_title{
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
}
.voice_block .voice_title::before,
.voice_block .voice_title::after{
  background-color: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.voice_block .voice_title::before{
  margin-right: 1rem;
}
.voice_block .voice_title::after{
  margin-left: 1rem;
}
.voice_block .voice_list{
  padding: 45px 0 20px;
  width: 90%;
  margin: auto;
}
.voice_block .voice_list li{
  background: #fff;
  position: relative;
  padding-bottom: 25px;
}
.voice_block .voice_list li:first-child{
  margin-bottom: 60px;
}
.voice_block .voice_list_img{
  width: 88%;
  margin: auto;
  position: relative;
  top: -25px;
}
.voice_block .voice_list_txt{
  position: relative;
  width: 80%;
  text-align: left;
  font-size: 1.4rem;
  margin: auto;
}
.voice_block .voice_list_txt::before{
  position: absolute;
  content: "";
  width: 14px;
  height: 23px;
  background: url(/lp/first_estimate/img/ico_bracket_left.svg) no-repeat;
  background-size: 14px;
  left: -12px;
  top: -8px;
}
.voice_block .voice_list_txt::after{
  position: absolute;
  content: "";
  width: 14px;
  height: 23px;
  background: url(/lp/first_estimate/img/ico_bracket_right.svg) no-repeat;
  background-size: 14px;
  right: -12px;
  bottom: -5px;
}

/* ---------------------------------
	メディア
---------------------------------- */
.mediaSec{
  padding: 40px 0 30px;
}
.mediaSec .sec_title{
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding-bottom: 5px;
}
.mediaSec .media{
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px ;
  text-align: center;
}

/* ---------------------------------
	FAQ
---------------------------------- */
.faqSec{
  padding: 10px 0 40px;
}
.faqSec .faq{
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px 20px;
}
.faqSec .faq_title{
  width: 80px;
  margin: auto;
}
.faqSec .faq_list{
  text-align: left;
  font-size: 1.4rem;
  padding:0;
}
.faqSec .faq_list_txt.question{
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 22px;
  margin-bottom: 8px;
  position: relative;
}
.faqSec .faq_list_txt.answer{
  padding-left: 22px;
  position: relative;
}
.faqSec .faq_list_txt.question::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/lp/first_estimate/img/ico_q.svg) no-repeat;
  background-size: 18px;
  left: 0;
  top: 5px;
}
.faqSec .faq_list_txt.answer::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/lp/first_estimate/img/ico_a.svg) no-repeat;
  background-size: 18px;
  left: 0;
  top: 4px;
}
.faqSec .faq_list li{
  border-bottom: 1px solid #bdd7b5;
  padding: 23px 0;
}
.faqSec .faq_list li:last-child{
  border: none;
}

/* ---------------------------------
	最後に
---------------------------------- */
.secEnd{
  overflow: hidden;
  height: auto;
  background: url(/lp/first_estimate/img/ft_SP.webp) no-repeat center;
  background-size: cover;
  padding: 35px 0 20px;
}
.no-webp .secEnd {
  background: url(/lp/first_estimate/img/ft_SP.jpg) no-repeat center;
  background-size: cover;
}

.secEnd .end_txt{
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.4rem;
}
.secEnd .btn_bal {
  color: #c6fdb6;
}
.secEnd .btn_bal p::before,
.secEnd .btn_bal p::after {
  background-color: #c6fdb6;
}
.secEnd .btn_area{
  padding: 40px 0;
}
.secEnd .end_logo img{
  width:90px;
  margin: auto;
}
.secEnd .btn_area .btn{
  font-size: 1.8rem;
}

/* ---------------------------------
	footer
---------------------------------- */
footer{
  padding: 15px 0 10px;
}
.footer_list{
  display: inline-flex;
  font-size: 1.3rem;
  text-align: center;
}
.footer_list li{
  padding: 0 15px;
  border-right: 1px solid #333;
  line-height: 1.2rem;
}
.footer_list li:last-child{
  border: none;
}
.footer_infoCompany{
  padding: 10px 0 0;
  text-align: center;
  margin: auto;
  width: fit-content;
}

/* ---------------------------------
	フローティングボタン
---------------------------------- */
.FloatingArea{
  background-color: rgba(50, 50, 50, 0.8);
  padding: 1px 6px 5px 6px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.FloatingArea .btn_area{
  padding: 0;
}
.FloatingArea .btn_area .btn{
  padding: 21px 0;
  color: #fff !important;
  background: #38aa86;
  border: none;
  position: relative;
  margin-bottom: 6px;
  width: 88%;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
}
.FloatingArea .btn_area .btn span{
  width: fit-content;
}
.FloatingArea .btn_area .btn .note {
  width: 65%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
}
.FloatingArea .btn_bal{
  color: #c6fdb6;
  margin-bottom: 8px;
}
.FloatingArea .btn_bal p::before,
.FloatingArea .btn_bal p::after {
  background-color: #c6fdb6;
}

/* ----------------------------------------------------------------------------
▼▼▼ ウィンドウサイズ768px以上に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body{
    font-size: 1.6rem;
  }
  .btn_area {
    padding-bottom: 60px;
  }
  .btn_bal{
    font-size: 1.4rem;
  }
  .btn{
    font-size: 2.2rem;
  }
  
  .kvSec{
    background: url(/lp/first_estimate/img/kv_PC.webp) no-repeat center;
    background-size: cover;
    height: 600px;
  }
  .no-webp .kvSec {
    background: url(/lp/first_estimate/img/kv_PC.jpg) no-repeat center;
    background-size: cover;
  }
  .kvSec .header_logo{
    padding-top: 20px;
    padding-right: 30px;
    text-align: right;
  }
  .kvSec .txt_no1{
    left:30px;
  }
  .kvSec .header_logo img{
    width: 120px;
    margin: inherit;
  }
  .kvSec .kv_inner{
    padding: 30px 35px 40px;
    top: 10px;
  }
  .kvSec .btn_area{
    top:160px;
  }
  .kvSec .btn_bal{
    width: 270px;
  }
  .btn_area_bn{
    margin: 50px auto 0;
    max-width: 900px;
  }
  .shindanSec .shindan_wrap{
    max-width: 800px;
    padding: 50px 0 40px;
    margin: 60px auto 40px;
  }
  .kvSec .btn_area a{
    font-size: 2.2rem;
  }
   .shindanSec .shindan_bal {
    width: 420px;
    padding: 6px 0;
    font-size: 2rem;
    top: -20px;
  }
  .shindanSec .shindan_content{
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
  }
  .shindanSec .shindan_content img.illust {
    width: 80px;
    margin-left: 20px;
  }
  .kvSec .btn_area a:hover{
    background-color: #41b79a;
    opacity: inherit;
  }
  .shindanSec .btn {
    width: 470px;
    padding: 24px 10px;
    font-size: 2rem;
  }
  h2.sec_title .title_bal img{
    height: 24px;
  }
  h2.sec_title{
    font-size: 4.8rem;
  }
  .badcaseSec .sec_title .title_bal_2l{
    padding-bottom: 20px;
  }
  .badcaseSec .wrapper{
    padding-top: 60px;
  }
  .badcaseSec .sec_title .title_bal_2l img{
    width: 31%;
    margin: auto;
  }
  .badcaseSec .img_bad_main {
    width: 44%;
  }
  .badcaseSec .title_main {
    width: 620px;
  }
  .badcaseSec .tx_real{
    width: 430px;
    margin: auto;
  }
  .badcaseSec .badcase_list{
    max-width: 960px;
    margin: 30px auto 0;
    padding-bottom: 60px;
  }
  .badcaseSec .badcase_list li {
    padding-top: 40px;
  }
  .badcaseSec li.badcase_list_1{
    padding-right: 20%;
  }
  .badcaseSec li.badcase_list_2{
    padding-left: 20%;
  }
  .badcaseSec li.badcase_list_3{
    padding-right: 19%;
  }
  .badcaseSec .badcase_list_img{
    height: 160px;
    margin: auto;
    position: relative;

  }
  .badcaseSec .badcase_list_img img{
    height: 100%;
  }
  .badcaseSec li.badcase_list_1 .badcase_list_txt,
  .badcaseSec li.badcase_list_2 .badcase_list_txt,
  .badcaseSec li.badcase_list_3 .badcase_list_txt{
    position: absolute;
    font-size: 2.2rem;
  }
  .badcaseSec li.badcase_list_1 .badcase_list_txt{
    left: 39%;
    bottom: 0;
  }
  .badcaseSec li.badcase_list_2 .badcase_list_txt{
    position: absolute;
    right: 39%;
    bottom: 0;
  }
  .badcaseSec li.badcase_list_3 .badcase_list_txt{
    left: 37%;
    bottom: -6px;
  }
  .badcaseSec::after{
    height: 100px;
  }
  .badcaseSec .tx_bad_bottom{
    width: 22%;
    margin-top:60px;
  }
  .rcmdSec .sec_title{
    font-size: 4.2rem;
  }
  .pointSec .wrapper{
    padding: 0;
    max-width: 100%;
    margin: auto;
  }
  .pointSec .point{
    padding: 60px 0 0;
  }
  .pointSec .sec_header {
    padding-bottom: 50px;
  }
  .pointSec .sec_title .title_bal_2l img {
    width: 26%;
    max-width: 270px;
  }
  .pointSec .title_main {
    width: 40%;
    max-width: 380px;
  }
  .pointSec .point_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: center;
    margin-top: 50px;
  }
  .pointSec .point_list li {
    display: block;
    width: calc(100% / 2);
    max-width: 370px;
    margin-top: -65px;
  }
  .pointSec .point_list_img {
    width: 300px;
    margin: auto;
    top: -60px;
    position: inherit;
  }
  .pointSec .point_list_inner.swap{
    position: inherit;
  }
  .pointSec .point_list_inner{
    width: 100%;
    padding: 20px 0 0;
  }
  .pointSec .point_list_txt {
    font-size: 2.2rem;
    text-align: center;
  }
  .pointSec .point_list_txt span{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  

  .meritSec .wrapper{
    max-width: 1000px;
    padding-top: 80px;
  }
  .meritSec .sec_header{
    width: 70%;
    padding: 26px 15px 7px 15px;
  }
  .meritSec .sec_title_wrap {
    display: flex;
    justify-content: center;
  }
  .meritSec .sec_title{
    width: 320px;
    font-size: 5.0rem;
  }
  .meritSec .sec_title span.lead{
    margin-bottom: 18px;
    font-size: 2.4rem;
  }
  .meritSec .sec_title span.high::before{
    top: -7px;
  }
  .sec_header_imgtxt{
    width: 80px;
    top: 30px;
    left: 100px;
  }
  .meritSec .sec_title_wrap .tit_img{
    width: 120px;
  }
  .meritSec .merit_list{
    display: flex;
    padding: 40px 10px;
  }
  .meritSec .merit_list li{
    display: block;
    width: calc(100% / 3);
  }
  .meritSec .merit_list_img{
    margin: auto;
    width: 190px;
  }
  .meritSec .merit_list li:first-child .merit_list_img{
    margin-top: -27px;
  }
  .meritSec .merit_list_txt{
    text-align: center;
    width: 85%;
    margin: auto;
    padding: 0;
  }
  .meritSec .merit_list_title{
    font-size: 2.0rem;
    padding: 20px 0 10px;
  }
  .meritSec .merit_list_txt p{
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.8rem;
  }
  .meritSec .merit_list_txt p .merit_list_title_supple{
    position: relative;
    top: -6px;
  }
  .flowSec{
    padding-bottom: 20px;
    margin-top: 80px;
  }
  .flowSec .sec_header{
    padding: 80px 0 30px;
  }
  .flowSec .flow_main {
    padding-bottom: 40px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .flowSec .flow_main_title {
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .flowSec .img_step {
    width: 185px;
  }
  .flowSec .flow_main_list .txt_pink {
    font-size: 1.6rem;
  }
  .flowSec .flow_main_list .caption {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  .flowSec .flow_list{
    display: flex;
    width: 100%;
  }
  .flowSec .flow_list li{
    width: calc(100% / 3);
    padding: 20px;
  }
  .flowSec .flow_list_number{
    width: 85px;
    margin-bottom: 15px;
  }
  .flowSec .flow_list_title{
    font-size: 2.2rem;
    margin-bottom: 17px;
  }
  .flowSec .flow_list_title .title_in_btn{
    font-size: 1.5rem;
  }
  .flowSec .flow_list_img{
    box-shadow: none;
  }
  .flowSec .flow_list_img img{
    border-radius: 15px;
    box-shadow: 0 0px 7px 0 rgb(0 0 0 / 20%);
  }
  .flowSec .flow_list li:nth-child(2) .flow_list_img img{
    margin-top: -3px;
  }
  .flowSec .flow_list li::after{
    bottom: 36%;
    right: -3px;
    left: inherit;
    margin: auto;
    -webkit-transform: rotate(-225deg);
    transform: rotate(225deg);
  }
  .flowSec .flow_line{
    max-width: 800px;
    margin: auto;
    padding: 60px 15px 0;
  }
  .flowSec .flow_line::before{
    width: 17px;
    height: 90px;
    background-size: 17px;
    top: -38px;
  }
  .flowSec .flow_list_number{
    width: 100px;
  }
  .flowSec .flow_line .flow_list_title{
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  .flowSec .flow_line::after{
    width: 60px;
    height: 60px;
    background-size: 60px;
    right: 20px;
    top: 20px;
  }
  .flowSec .line_list{
    width: 65%;
    margin: 0 auto 40px;
    padding-bottom: 30px;
  }
  .flowSec .line_list_title{
    font-size: 2.0rem;
    padding-left: 25px;
  }
  .flowSec .line_list_title::before{
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .flowSec .line_list_txt{
    font-size: 1.6rem;
    padding: 30px 50px;
  }
  .flowSec .line_list_txt .img_estimate {
    position: absolute;
    width: 220px;
    margin-top: 0;
    right: 80px;
  }
  .secEnd .btn_area .btn{
    font-size: 2.2rem;
  }

  h2.sec_title .title_bal{
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
  .placeSec{
    padding-top: 80px;
  }
  .placeSec .sec_title{
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
  .placeSec .sec_txt{
    font-size: 1.8rem;
  }
  .wrapper.halls_wide{
    max-width: 1000px;
  }
  
  .tab{
    width: 80%;
  }
  .tab li{
    width: calc(100% / 6);
  }
  .top_wedding_halls_list .text .hall_name.small{
  	font-size: 1.4rem;
  }
  .top_wedding_halls_list .slick-list{
    padding-left: 0;
  }
  .top_wedding_halls_list li.slick-slide{
    left: inherit;
    cursor: pointer;
    margin: 0 1.6rem 2.5rem 1.6rem;
  }
  .top_wedding_halls_list li.slick-slide .thumbnail{
    height: 300px;
  }
  .top_wedding_halls_list .text .hall_name{
    font-size: 1.5rem;
    margin: 5px 0 6px;
  }
  .top_wedding_halls_list .text .item_area{
    font-size: 1.3rem;
    height: 15px;
  }
  .placeSec .sec_title.unknow{
    width: 80%;
    text-align: center;
    font-size: 3.8rem;
    padding: 40px 40px 35px;
    padding-right: 150px;
    margin-bottom: 50px;
  }
  .placeSec h2.sec_title.unknow .title_bal{
    margin-bottom: 15px;
  }
  .placeSec h2.sec_title.unknow .title_bal img{
    height: 26px;
    margin: auto;
  }
  .placeSec .sec_title.unknow img.illust{
    width: 130px;
    top: -25px;
    right: 110px;
  }

  .no1sec .wrapper{
    padding: 90px 50px;
  }
  .no1sec .sec_title{
    max-width: 450px;
    margin: auto;
  }
  .no1sec .no1_img{
    max-width: 450px;
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
  }
  .no1sec .no1_list{
    max-width: 550px;
    margin-bottom: 20px;
  }
  .no1sec .no1_list li{
    width: 28%;
  }
  .no1sec .no1_lead{
    max-width: 450px;
    margin:auto;
  }

  .voiceSec{
    padding: 80px 0 40px;
  }
  .voiceSec .wrapper{
    max-width: 1000px;
    padding: 80px 100px 50px;
  }
  .voiceSec .sec_header{
    background: url(/lp/first_estimate/img/titile_bg_counselor_PC.svg) no-repeat center;
    height: 160px;
    width: 770px;
  }
  .voiceSec .sec_title{
    font-size: 3.0rem;
    line-height: 4.4rem;
    letter-spacing: inherit;
  }
  .voiceSec .voice_lead{
    display: flex;
    display: table;
    padding: 30px 0;
    width: 96%;
  }
  .voiceSec .voice_lead .sec_txt{
    display: table-cell;
    width: 45%;
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 3.5rem;
    padding-right: 20px;
  }
  .voiceSec .voice_lead .sec_img{
    width: 55%;
    display: table-cell;
  }
  .voice_block .voice_title{
    font-size: 3rem;
  }
  .voice_block .voice_list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }
  .voice_block .voice_list li{
    width: 48%;
    padding-bottom: 40px;
  }
  .voice_block .voice_list_txt{
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .voice_block .voice_list li:first-child{
    margin-bottom: inherit;
  }
  .mediaSec .sec_title{
    padding-bottom: 10px;
    font-size: 2.6rem;
  }
  .mediaSec .media{
    padding: 60px;
  }
  .faqSec{
    padding: 60px 0 100px;
  }
  .faqSec .faq{
    padding: 80px 120px 60px;
  }
  .faqSec .faq_title{
    width: 120px;
  }
  .faqSec .faq_list{
    font-size: 1.6rem;
  }
  .faqSec .faq_list li{
    padding: 40px 0;
  }
  .faqSec .faq_list_txt.question{
    font-size: 2rem;
    padding-left: 30px;
    margin-bottom: 12px;
  }
  .faqSec .faq_list_txt.answer{
    padding-left: 30px;
  }
  .faqSec .faq_list_txt.question::before,
  .faqSec .faq_list_txt.answer::before{
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .secEnd{
    padding: 60px 0;
    height: 640px;
    background: url(/lp/first_estimate/img/ft_PC.webp) no-repeat center #bdd7b5;
  }
  .no-webp .secEnd {
    background: url(/lp/first_estimate/img/ft_PC.jpg) no-repeat center;
  }

  .secEnd .end_txt{
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .secEnd .cv_btn_area{
    margin: 60px auto 40px;
  }
  .secEnd .end_logo img{
    width: 120px;
  }
  footer{
    padding: 20px 0 20px;
  }
  .footer_list{
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------
 ▼▼▼ウィンドウサイズ768px以上1024px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kvSec {
    height: 560px;
  }
  .kvSec .txt_no1{
    max-width: 150px;
    top: 10px;
    left: 10px;
  }
  .kvSec .kv_inner{
    width: 470px;
    top: 10px;
  }
  .pointSec .point_list_img{
    width: 80%;
  }
  .pointSec .point_list_txt{
    font-size: 1.9rem;
  }
  
  .meritSec .sec_title img{
    width: 115px;
    top: -46px;
    right: 10px;
  }
  .meritSec .merit_list{
    padding: 40px 0px;
  }
  .meritSec .merit_list_title{
    font-size: 1.8rem;
  }
  .flowSec .line_list{
    width: 70%;
  }
  .flowSec .flow_list li{
    padding: 12px;
  }
  .flowSec .flow_list_number{
    width: 80px;
    margin-bottom: 12px;
  }
  .flowSec .flow_list_title{
    font-size: 1.6rem;
  }
  .flowSec .flow_list_title .title_in_btn{
    font-size: 1.2rem;
    padding: 7px 6px;
    margin-right: 2px;
  }
  .flowSec .flow_list li::after{
    bottom: 32%;
  }
  .tab{
    width: 100%;
  }
  .top_wedding_halls_list li.slick-slide .thumbnail{
    height: 220px;
  }
  .placeSec .sec_title.unknow img.illust{
    width: 120px;
    top: -15px;
    right: 20px;
  }
  .cv_btn_img{
    right: 160px;
  }
  .voiceSec .wrapper{
    padding: 80px 20px 50px;
  }
  .voiceSec .sec_header{
    width: 700px;
  }
  .voiceSec .sec_title{
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding-top: 6px;
  }
  .voiceSec .voice_lead{
    padding: 20px 0;
  }
  .voiceSec .voice_lead .sec_txt{
    width: 50%;
  }
  .voiceSec .voice_lead .sec_img{
    width: 50%;
  }
  .voice_block .voice_list li:first-child{
    padding-bottom: 65px;
  }
  .faqSec .faq{
    padding: 80px 80px 40px;
  }
}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ320px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .btn{
    width: 85%;
  }
  .shindanSec {
    background: #FFF;
  }
  .kvSec{
    height: 500px;
  }
  .kvSec .kv_title .kv_lead{
    width: 248px;
  }
  .kvSec .kv_title{
    font-size: 3.8rem;
  }
  .pointSec .point_list_txt span{
    font-size: 1.2rem;
  }
  .pointSec .point_list_txt{
    font-size: 1.6rem;
  }
  .badcaseSec li.badcase_list_1 .badcase_list_img{
    left: -15px;
    top: 8px;
  }
  .badcaseSec li.badcase_list_2 .badcase_list_img{
    left: 50px;
    top: 10px;
  }
  .meritSec .sec_title{
    font-size: 2.6rem;
  }
  .meritSec .sec_title .lead{
    font-size: 1.3rem;
  }
  .meritSec .sec_title img{
    top: -28px;
    right: -17px;
  }
  .meritSec .sec_header{
    width: 100%;
  }
  .meritSec .merit_list_txt{
    padding-top: 0;
  }
  .meritSec .merit_list_txt p{
    font-size: 1.2rem;
  }
  .flowSec .line_list_title{
    font-size: 1.6rem;
  }
  .flowSec .line_list_txt .img_estimate{
    width: 200px;
  }
  .no1sec .sec_title{
    line-height: 1;
  }
  
  .voiceSec .sec_title{
    font-size: 1.8rem;
  }
  .faqSec .faq_list_txt.question{
    font-size: 1.4rem;
  }
  .faqSec .faq_list_txt.answer,
  .secEnd .end_txt{
    font-size: 1.3rem;
  }
  .footer_list{
    font-size: 1.2rem;
  }
  .footer_list li{
    padding: 0 10px;
  }
}

/* エリアの表示非表示と形状 */
.slick-slider.area {
  background: #fff;
  padding: 10px 0;
}

/* areaにis-activeというクラスがついた時の形状 */
.area.is-active {
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from { opacity: 0; }
  to { opacity: 1; }
}

.top_wedding_halls_list.slick-slider {
  display: none;
}
.top_wedding_halls_list.is-active.slick-initialized {
  display: block;
}
