@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;
  position: relative;
}
.btn_area{
  margin: auto;
  padding: 20px 0 0px;
}
.btn{
  width: 78%;
  max-width: 500px;
  background-color: #f88b7c;
  padding: 26px 10px;
  border-radius: 6px;
  cursor: pointer;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  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_v2/img/ico_line.svg) no-repeat;
  background-size: 1.2em;
  left: -1.4em;
}
.btn .small{
  font-size:1.2rem;
}
.btn_bal {
  background: #fff;
  border-radius: 20px;
  width: 200px;
  margin: auto;
  position: relative;
  top: 10px;
  z-index: 10;
  padding: 4px 15px;
  line-height: 0;
}
.btn.ico_arrow_anime::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(/lp/first_estimate_v2/img/ico_arrow_right_wht.gif) no-repeat;
  background-size: 13px;
  right: 5px;
  top:42%;
  border: none;
  -webkit-transform: inherit;
  transform: inherit;
}

/* -------------------------------------------------------------------------
AIカウンセラー
------------------------------------------------------------------------- */
.aicounselor{
  padding:40px 20px;
  background:#ebf3ec;
}
.aicounselor h2{
  color:#53a988;
  font-weight:bold;
  font-size:1.6rem;
  margin-bottom:10px;
}
.aicounselor h2 img{
  height: 19px;
  top: 2px;
  margin-right: 5px;
  position: relative;
}
/* フローティングボタン */
#btn_aicounselor.popup{
  position: fixed;
  bottom: 100px;
  right: 5px;
  z-index: 99;
  width: 110px;
  height: 110px;
  display: none;
}
@media screen and (min-width: 768px) {
  #btn_aicounselor{
    display:none;
  }
}

/* ---------------------------------
	kv
---------------------------------- */
.kvSec{
  overflow: hidden;
  background: url(/lp/first_estimate_v2/img/kv_SP.webp) no-repeat center top;
  background-size: contain;
  position: relative;
}
.no-webp .kvSec {
  background: url(/lp/first_estimate_v2/img/kv_SP.jpg) no-repeat center top;
  background-size: contain;
}
.kvSec .mark_area{
  position: relative;
  left: 20px;
  width: 90px;
  max-width: 100px;
  display: block;
}
.kvSec .mark_area a{
  margin-top: 5px;
  display: block;
}
.kvSec .kv_fukidashi{
  position:absolute;
  width: 100px;
  right: 15px;
  top: -40px;
}
.kvSec .kv_wrap{
  margin: auto;
  width: 100%;
  padding: 20px 0px;
  position: relative;
  margin-top: 180px;
  z-index: 10;
}
.kvSec .kv_wrap::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width:100%;
  height:100%;
  z-index: -1;
  background: linear-gradient(90deg, #64c0a2, #30ad82) ;
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 100%);
}
.kvSec .kv_title{
  margin:auto;
  text-align:center;
}
.kvSec .kv_title_bal{
  width:130px;
  display:block;
  margin:auto;
}
.kvSec .kv_title_main{
  width:250px;
  display:block;
  margin:auto;
}
.kvSec .kv_logo .logo{
  width:90px;
  margin:auto;
  padding:30px 0;
}

/* ---------------------------------
	section共通
---------------------------------- */
.sec_header{
  padding: 50px 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_wht{
  color: #fff;
}
.txt_pink{
  color: #ff6a8c;
}
.txt_border{
  background:linear-gradient(transparent 70%, #269d77 70%);
}


/* ---------------------------------
  かんたんWEB診断sec
---------------------------------- */
.shindanSec{
  padding-bottom: 50px;
  background: linear-gradient(90deg, #64c0a2, #30ad82) ;
}
.shindanSec .shindan_wrap{
  background: #fff;
  color: #198c67;
  padding: 25px 0;
  font-size: 1.4rem;
  border-radius: 20px;
  width: 95%;
  margin: auto;
}
.shindanSec .shindan_tit{
  font-size:2.0rem;
  font-feature-settings: "palt";
  font-weight:bold;
}
.shindanSec .shindan_tit img{
  display: inline-block;
  width: 200px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.shindanSec .shindan_content{
  padding:15px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shindanSec .shindan_img{
  width: 70px;
  margin-right: 10px;
}
.shindanSec .btn_wrap{
  margin-top: 5px;
}
.shindanSec .btn{
  width: 85%;
  padding: 22px 10px;
  background: #4baa85;
  font-size: 1.7rem;
  box-shadow: none;
  border-radius:2px;
  filter: none;
}
/* ---------------------------------
  どういうこと!?
---------------------------------- */

.whySec .sec_title{
  text-align:left;
  font-size: 3.6rem;
  background: url(/lp/first_estimate_v2/img/img_girl1.png) no-repeat right;
  background-size:90px;
  width: 335px;
  margin: auto;
}
.whySec .why_lead{
  background: #d6f4ea;
  color: #198c67;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.4rem;
  text-align: center;
  width: 220px;
  padding: 6px 0;
  line-height: 1;
  margin-bottom: 12px;
}
.whySec .sec_title img{
  width: 230px;
  display: block;
}
.whySec .content{
  padding:40px 20px;
  position:relative;
}
.whySec .content.content_1{
  background:#dbd8e7;
  margin-bottom:50px;
}
.whySec .content.content_2{
  background:#cce3db;
  margin-bottom: 15vw;
  padding-bottom: 1px;
}
.whySec .content.content_2:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
      background: #6bbea0;
  border-width: 15vw 50vw 0 50vw;
  border-style: solid;
  width: 100%;
  border-color: #cce3db transparent transparent transparent;
}
.whySec .content.content_1:before{
  position: absolute;
  content: "";
  width: 2px;
  height: 35px;
  background: #222;
  background-size: 4px;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.whySec .content.content_2:before{
  position: absolute;
  content: "";
  width: 70px;
  height: 40px;
  background: url(/lp/first_estimate_v2/img/arrow_orange.svg) no-repeat;
  background-size: 70px;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.whySec h3.why_conttit{
  font-size:2.3rem;
  font-weight:bold;
  line-height: 4rem;
  margin-bottom:15px;
}
.whySec h3.why_conttit span{
  font-size:1.6rem;
  display:block;
}
.whySec .content_1 h3.why_conttit img{
  display:inline-block;
  width: 130px;
  position: relative;
  top: -3px;
  margin-left:3px;
}
.whySec .content_2 h3.why_conttit img {
  display: inline-block;
  width: 175px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.whySec .content_1 h3.why_conttit{
  color:#6e4fbb;
}
.whySec .content_2 h3.why_conttit{
  color:#009f8e;
}
.whySec .why_contimg{
  margin-bottom:15px;
}
.whySec p.why_conttxt{
  font-size:1.5rem;
}
.whySec .content_1 p.why_conttxt span{
  color:#f91a74;
  font-weight:bold;
}
.whySec .why_conttit_lead{
  background: linear-gradient(90deg, #ff698c, #f6a37f);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 5px 15px;
  line-height: 1;
  width: fit-content;
  margin: auto;
  font-feature-settings: "palt";
  border-radius: 30px;
  margin-bottom:10px;
}
.whySec .why_contlist{
  padding:20px 5px 0;
}
.whySec .why_contlist li{
  display:flex;
  justify-content:space-between;
  margin-bottom:30px;
}
.whySec .why_contlist_txt,
.whySec .why_contlist_img{
  width:48%;
}
.whySec .why_contlist_txt h4 img{
  width:110px;
  display: block;
  margin-bottom :5px;
}
.whySec .why_contlist_txt p{
  text-align:left;
  font-size:1.5rem;
  font-feature-settings: "palt";
}
.whySec .why_contlist_txt p span{
  font-weight:bold;
  font-size:2.0rem;
  color:#0aab9a;
}
.whySec .why_contlist_img{
  height:150px;
  border-radius:10px;
  border:1px solid #fff;
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / 10%));
}
.whySec .why_contlist_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius:10px;
}
.whySec .whySec_end{
  background:#6bbea0;
  padding:15px 0 50px;
}
.whySec .whySec_end_img{
  width:70%;
  margin:auto;
}

/* ---------------------------------
	こんなにお得
---------------------------------- */
.meritSec{
  background: #fff;
}
.meritSec .wrapper{
  border: 10px solid #6fc3a8;
  background: #fff;
  padding-top: 60px;
}
.meritSec .sec_header{
  border-top: 3px double #222;
  border-bottom: 3px double #222;
  padding: 22px 15px 15px 15px;
  text-align: left;
  width: 98%;
  margin: auto;
}
.meritSec .sec_title_wrap{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  margin-bottom:12px;
}
.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: #ff6a8c;
  border-radius: 30px;
  background-size: 6px;
  left: 0;
  top: -23%;
  right: 0;
  margin: auto;
}
.meritSec .sec_title_txt{
  background:#6fc3a8;
  border-radius:10px;
  padding: 12px 15px;
}
.meritSec .sec_title_wrap .tit_img{
  width: 88px;
  margin-top: -38px
}
.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;
}
.meritSec .merit_list_title{
  font-size: 1.8rem;
  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: #6fc3a8;
  display: inline-block;
}

/* ---------------------------------
	フロー
---------------------------------- */
.flowSec{
  padding: 0 0 0px;
  background:#6fc3a8;
}
.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: #fffcee;
}
.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: #ff6a8c;
  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_v2/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_v2/img/ico_line_b.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_v2/img/ico_check.svg) no-repeat;
  background-size: 14px;
  left: 0;
  top: 7px;
}
.flowSec .line_list_txt{
  background: #2eb39f;
  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: #bee2d6;
  color: #0f7767;
  margin-bottom: 15px;
}
.flowSec .line_list_txt::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 39px;
  background: url(/lp/first_estimate_v2/img/ico_fuki_green.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_v2/img/ico_fuki_greenb.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));
}
.flowSec .flowSec_end{
  padding: 15px 0 50px;
}
.flowSec .flowSec_end_img{
  width: 58%;
  margin: auto;
}

/* ---------------------------------
	結婚式場
---------------------------------- */
.placeSec{
  background: #fff;
  padding-bottom:40px;
}
.placeSec .title_bal{
  color: #6fc3a8;
  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:#ddf4e9;
}

/* スライダー */
.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_v2/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: 100%;
  margin:auto;
}

/* ---------------------------------
  お客様の声
---------------------------------- */
.voiceSec{
  background: #6fc3a8;
}
.voice_block{
  padding: 50px 0 40px;
  position: relative;
}
.voice_block .voice_sub{
  position: absolute;
  width: 30%;
  right: 10px;
  top: 10px;
}
.voice_block .voice_title{
  display: block;
  width: 80%;
  margin: auto;
  font-size:2.8rem;
  font-weight:bold;
  color:#fff;
}
.voice_block .voice_title img{
  display:block;
  margin:auto;
}
.voice_title_google img{
  width:62%;
  margin:auto;
  max-width: 400px;
}
.voice_block .voice_title img{
  margin-bottom: 20px;
}
.voice_block .voice_title img:last-child{
  width: 80%;
}
.voice_block .voice_list{
  padding: 30px 0 0;
  width: 90%;
  margin: auto;
}
.voice_block .voice_list li{
  background: #fff;
  position: relative;
  padding:20px;
  filter: drop-shadow(0 3px 8px rgb(0 0 0 / 20%));
  margin-bottom:20px;
}
.voice_list_header{
  display: table;
  width: 100%;
  position: relative;
}
.voice_block .voice_list_img{
  width: 16%;
  display: table-cell;
}
.voice_list_txtbox{
  display: table-cell;
  text-align:left;
  vertical-align: top;
  width: 54%;
  color: #999;
  padding:8px 10px 0;
}
.voice_list_time{
  font-size: 1.1rem;
  line-height:1.0;
  padding-bottom:6px;
}
.voice_list_name{
  font-size:1.6rem;
  color: #222;
  line-height:1.0;
}
.voice_list_name span{
  font-size: 1.1rem;
}
.voice_list_point{
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.voice_cont_tit{
  text-align: left;
  font-weight:bold;
  font-size:1.5rem;
  padding: 20px 0 8px;
}
.voice_cont_txt{
  font-size: 1.3rem;
  text-align: left;
}

/* ---------------------------------
	カウンセラー
---------------------------------- */
.counselorSec{
  background: #ebf3ec;
  padding: 30px 0 50px;
}
.counselorSec .sec_header{
  background: url(/lp/first_estimate_v2/img/titile_bg_counselor.svg) no-repeat center;
  background-size: contain;
  height: 140px;
  padding-top: 36px;
  width: 80%;
  margin: auto;
}
.counselorSec .sec_title{
  font-size: 2.0rem;
  line-height: 3rem;
  letter-spacing: -0.05em;
}
.counselorSec .voice_lead{
  text-align: left;
  margin: 0 auto;
  font-size: 1.4rem;
  width: 80%;
}
.counselorSec .voice_lead span{
  font-weight: bold;
}
.counselorSec .voice_lead .sec_img{
  padding: 20px 0;
}
.counselorSec .sec_txt{
  text-align:left;
  margin-bottom:20px;
}


/* ---------------------------------
	メディア
---------------------------------- */
.mediaSec{
  padding: 40px 0 30px;
  background:#cce3db;
}
.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;
  background:#cce3db;
}
.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_v2/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_v2/img/ico_a.svg) no-repeat;
  background-size: 18px;
  left: 0;
  top: 4px;
}
.faqSec .faq_list li{
  border-bottom: 1px solid #6fc3a8;
  padding: 23px 0;
}
.faqSec .faq_list li:last-child{
  border: none;
}

/* ---------------------------------
	最後に
---------------------------------- */
.secEnd{
  overflow: hidden;
  height: auto;
  background: url(/lp/first_estimate_v2/img/ft_SP.webp) no-repeat center;
  background-size: cover;
  padding: 35px 0;
}
.no-webp .secEnd {
  background: url(/lp/first_estimate_v2/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;
  top: -3px;
  position: relative;
}
.FloatingArea .btn_area .btn{
  padding: 22px 0;
  margin-bottom: 6px;
  width: 88%;
  letter-spacing: 0.1rem;
}
.FloatingArea .btn_area .btn span{
  width: fit-content;
}
.FloatingArea .btn_bal{
  height: inherit;
  width: 200px;
}
.FloatingArea .btn_bal img{
  height: 16px;
  width: auto;
}

/* ----------------------------------------------------------------------------
▼▼▼ ウィンドウサイズ768px以上に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body{
    font-size: 1.6rem;
  }
  .btn_bal{
    font-size: 1.6rem;
    width: 240px;
  }
  .btn{
    font-size: 2.2rem;
    width: 500px;
    padding: 34px 10px;
    border-radius: 10px;
  }
  h2.sec_title .title_bal img{
    height: 24px;
  }
  h2.sec_title{
    font-size: 4.8rem;
  }
  .kvSec{
    background: url(/lp/first_estimate_v2/img/kv_PC.webp) no-repeat center top;
    background-size: cover;
  }
  .no-webp .kvSec {
    background: url(/lp/first_estimate_v2/img/kv_PC.jpg) no-repeat center top;
    background-size: cover;
  }
  .kvSec .kv_wrap{
    margin-top: 260px;
  }
  .kvSec .mark_area{
    left: 5%;
    width: 100px;
  }
  .kvSec .kv_title_bal{
    width:190px;
  }
  .kvSec .kv_title_main{
    width:420px;
  }
  .kvSec .kv_fukidashi{
    width: 140px;
    right: 18%;
    top: -30px;
  }
  .kvSec .kv_logo .logo{
    width: 130px;
    padding: 50px 0 0;
  }
  .shindanSec .shindan_wrap{
    max-width: 640px;
    padding: 40px 0 40px;
    margin: 40px auto 50px;
  }
  .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;
  }
  .shindanSec .btn {
    width: 440px;
    padding: 29px 10px;
    font-size: 2rem;
  }
  .whySec{
    padding-top:50px;
    margin-bottom: 50px;
  }
  .whySec .sec_title{
    width: 500px;
    background-size: 140px;
    font-size: 5.0rem;
  }
  .whySec .sec_title{
    font-size: 4.8rem;
  }
  .whySec .why_lead{
    font-size: 1.8rem;
    width: 300px;
    padding: 8px 0;
    margin-bottom: 25px;
  }
  .whySec .sec_title img{
    width:300px;
  }
  .whySec .content{
    padding: 80px 50px;
  }
  .whySec .content.content_1{
    margin-top: 20px;
  }
  .whySec .content.content_1:before{
    height: 50px;
  }
  .whySec h3.why_conttit{
    font-size: 3rem;
  }
  .whySec h3.why_conttit span{
    font-size: 2.2rem;
    margin-bottom:10px;
  }
  .whySec .content_1 h3.why_conttit img{
    width: 150px;
    margin-left: 8px;
  }
  .whySec .why_contimg{
    margin-bottom:30px;
  }
  .whySec .why_contimg img{
    height:300px;
  }
  .whySec p.why_conttxt{
    font-size: 1.8rem;
  }
  .whySec .content.content_2{
    max-width: 1000px;
    margin: auto;
    position:relative;
  }
  .whySec .content.content_2:before{
    width: 90px;
    height: 50px;
    background-size: 90px;
  }
  .whySec .why_conttit_lead{
    font-size: 2.0rem;
    padding: 8px 25px;
    margin-bottom: 20px;
  }
  .whySec .content_2 h3.why_conttit img{
    width: 220px;
  }
  .whySec .why_contlist{
    max-width:580px;
    margin:auto;
    margin-top:50px;
  }
  .whySec .why_contlist li{
    margin-bottom: 60px;
  }
  .whySec .why_contlist_txt{
    width: 40%;
    padding-left:30px;
  }
  .whySec .why_contlist_img{
    width: 57%;
    height:190px;
  }
  .whySec .why_contlist_txt h4 img{
    width: 130px;
    margin-bottom: 10px;
  }
  .whySec .why_contlist_txt p{
    font-size: 1.6rem;
  }
  .whySec .why_contlist_txt p span{
    font-size: 2.4rem;
  }
  .whySec .content.content_2:after{
    width: 1000px;
    margin:auto;
    border-width: 80px 500px 0 500px;
  }
  .whySec .whySec_end{
    width: 1000px;
    max-width: 100%;
    margin:auto;
    padding: 100px 0;
  }
  .whySec .whySec_end_img{
    width: 32%;
  }
  .meritSec .sec_title_txt{
    width: 440px;
    margin: auto;
    text-align:center;
  }
  .meritSec .sec_title_txt img{
    width:75%;
    margin:auto;
  }
  .meritSec .wrapper{
    max-width: 1000px;
    padding-top: 80px;
  }
  .meritSec .sec_header{
    width: 70%;
    padding: 26px 15px 20px 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: 160px;
  }
  .meritSec .merit_list li:first-child .merit_list_img{
    margin-top: -27px;
  }
  .meritSec .merit_list_txt{
    text-align: center;
    width: 87%;
    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;
  }
  .flowSec .flowSec_end_img{
    width: 20%;
  }
  .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: 540px;
    margin:auto;
  }
  .counselorSec{
    padding:80px 0;
  }
  .counselorSec .sec_header{
    background: url(/lp/first_estimate_v2/img/titile_bg_counselor_PC.svg) no-repeat center;
    height: 160px;
    width: 770px;
    margin-bottom: 30px;
  }
  .counselorSec .sec_title{
    font-size: 3.0rem;
    line-height: 4.4rem;
    letter-spacing: inherit;
  }
  .counselorSec .sec_title span{
    font-size: 2.6rem;
  }
  .counselorSec .counselor_lead{
    width: 76%;
    margin:auto;
    position: relative;
  }
  .counselorSec .counselor_lead .sec_txt{
    width: 42%;
    padding-top: 20px;
    text-align:left;
    height: 200px;
  }
  .counselorSec .counselor_lead .sec_img{
    width: 54%;
    position: absolute;
    right: 0;
    top:0;
    padding: 0;
  }
  .voice_block{
    padding: 100px 0px 80px;
  }
  .voice_block .voice_sub{
    width: 160px;
    top:20px;
    right: 20px;
  }
  .voice_block .voice_title{
    text-align: center;
  }
  .voice_block .voice_title img{
    display: block;
    margin: 0 auto 30px;
  }
  .voice_block .voice_title img:last-child{
    width: 320px;
    margin: 0 auto 30px;
  }
  .voice_block .voice_list{
    margin-top: 30px;
    width: 100%;
    max-width: 1000px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voice_block .voice_list li{
    width: 48%;
    padding: 50px;
    height: 340px;
  }
  .voice_cont_tit{
    margin-bottom:10px;
    font-size: 1.6rem;
  }
  .voice_block .voice_list_txt{
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .voice_cont_txt img{
    width:100%;
    margin :auto;
  }
  .mediaSec{
    padding: 100px 0 20px;
  }
  .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;
    background: url(/lp/first_estimate_v2/img/ft_PC.webp) no-repeat center #bdd7b5;
    background-size: cover;
  }
  .no-webp .secEnd {
    background: url(/lp/first_estimate_v2/img/ft_PC.jpg) no-repeat center;
    background-size: cover;
  }
  .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 .kv_title_bal{
    width: 160px;
  }
  .kvSec .kv_fukidashi {
    width: 160px;
    right: 8%;
    top: -50px;
  }
  .kvSec .kv_title_main{
    width: 320px;
  }
  .shindanSec{
    padding-bottom: 20px;
    position: relative;
    top: -1px;
  }
  .shindanSec .shindan_wrap{
    max-width: 580px;
    padding: 32px 0;
  }
  .shindanSec .shindan_content{
    font-size:1.5rem;
  }
  .whySec{
    margin-bottom:0;
  }
  .whySec .content.content_2:after{
    border-width: 10vw 50vw 0 50vw;
    width:100%;
  }
  .meritSec .sec_title img{
    width: 115px;
    top: -46px;
    right: 10px;
  }
  .meritSec .merit_list{
    padding: 40px 0px;
  }
  .meritSec .merit_list_title{
    font-size: 1.8rem;
  }
  .placeSec{
    padding: 20px 0;
  }
  .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%;
  }
  .flowSec .flowSec_end_img{
    width: 25%;
  }
  .counselorSec{
    padding:0;
  }
  .counselorSec .counselor_lead{
    width: 88%;
  }
  .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;
  }
  .counselorSec .wrapper{
    padding: 80px 20px 50px;
  }
  .counselorSec .sec_header{
    width: 700px;
  }
  .counselorSec .sec_title{
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding-top: 6px;
  }
  .counselorSec .voice_lead{
    padding: 20px 0;
  }
  .counselorSec .voice_lead .sec_txt{
    width: 50%;
  }
  .counselorSec .voice_lead .sec_img{
    width: 50%;
  }
  .voice_block .voice_list{
    width: 95%;
  }
  .voice_block .voice_list li{
    padding: 30px;
    height: 270px;
  }
  .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;
  }
  .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;
  }
  .counselorSec .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;
}