@charset "UTF-8";
/* ---------------------------------
	基本デザイン
---------------------------------- */
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "HiraginoSans-W3", "メイリオ", sans-serif;
  color: #222;
  background-color:#fff;
}
.wrapper{
  padding: 0 20px;
  max-width: 1000px;
  margin: auto;
}
.wrapper.halls_wide{
  padding: 0;
}
.inner{
  margin: 0;
}
section{
  padding: 0;
  overflow: hidden;
  background-color : #83c1ba;
  position: relative;
}
.btn_area{
  padding: 20px 20px 20px;
}
.btn{
  width: 100%;
  max-width: 470px;
  background-color: #18aa86;
  border: 2px solid #fff;
  background: linear-gradient(#eb6b9c, #e75b8a);
  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: 10px;
  filter: drop-shadow(0 3px 8px rgb(0 0 0 / 50%));
  z-index:0;
}
.btn span.btntxt{
  padding-left:36px;
}
.btn span.btntxt:before{
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(/lp/fav/img/ico_btn_minu.svg) no-repeat;
  background-size: 32px;
  left: 0px;
  top: -6px;
}
.btn .small{
  margin-left: 3px;
}
.btn::after {
  width: 0.4em;
  height: 0.4em;
}
.btn_bal {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 10%));
  width: fit-content;
  margin: auto;
  position: relative;
  top: 10px;
  z-index: 10;
  border: 2px solid #ea6090;
  background-color: #fff;
  border-radius: 20px;
  color: #ea6090;
  padding: 1px 15px 0;
  font-size:1.2rem;
  font-weight: bold;
}
.btn.btn.ico_arrow_anime::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(/lp/fav/img/ico_arrow_right.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: 75%;
  position: relative;
}

/* ---------------------------------
	kv
---------------------------------- */
.kvSec{
  overflow: hidden;
  background: url(/lp/fav/img/imgKV_SP.webp) no-repeat center;
  background-size: cover;
  height: 580px;
  position: relative;
}
.no-webp .kvSec {
  background: url(/lp/fav/img/imgKV_SP.jpg) no-repeat center;
  background-size: cover;
}
.kvSec.inside-line{
  width: 100%;
  display: block;
  outline : 1px solid #FFFFFF;
  outline-offset : -12px
}
.kvSec .img_no1{
  position: absolute;
  top:40px;
  left:0;
  width: 100%;
}
.kvSec .kv_inner{
  padding-top: 70px;
  position: relative;
}
.kvSec .kv_title{
  width: 70%;
  padding-top: 30px;
  margin: auto;
}
.kvSec .kv_innerTxt{
  width: 28%;
  position: absolute;
  right: 20px;
  top: 314px;
}
.kvSec .mark_area {
  width: 30%;
  height: auto;
}
.kvSec .kv_btn{
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 8%;
}

/* ---------------------------------
	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%);
}
/* ---------------------------------
  こんなお悩み
---------------------------------- */
.worriesSec{
  background: #fff;
  padding:18px 20px 30px;
}
.worries_inner{
  padding:60px 10px 40px;
  position: relative;
}
.worries_inner:before{
  position: absolute;
  content: "";
  width: 100%;
  background: url(/lp/fav/img/tit_worries_up_SP.svg) no-repeat;
  height: 54px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.worries_inner:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background: url(/lp/fav/img/tit_worries_bottom_SP.svg) no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tit_worries_wrap{
  display:table;
  width: 95%;
  margin: auto;
  margin-bottom: 18px;
}
.tit_worries_wrap .tit_worries{
  display: table-cell;
  width: 63%;
  vertical-align: middle;
}
.img_worries{
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  position: relative;
}
.img_worries img{
  padding-left: 3%;
}
/* ---------------------------------
  ポイントsec
---------------------------------- */
.pointSec{
  padding: 40px 0 15px;
  background: #eadfd5;
  overflow: visible;
}
.pointSec:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 50px solid #eadfd5;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.pointSec .sec_header{
  padding-bottom: 0;
}
.pointSec .tit_point_up img{
  height: 24px;
}
.pointSec .tit_point{
  margin-top: 30px;
  padding: 0 4%;
}
.pointSec .point{
  padding: 30px 0 15px 0;
}
.pointSec .point_list{
  background: #fff;
  padding: 20px 0;
  margin-bottom: 15px;
}
.pointSec .point_list li{
  padding: 20px 25px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  position: relative;
  align-self: flex-start;
}
.pointSec .point_list_img{
  width: 43%;
  position: absolute;
  right: -10px;
  top: 5px;
}
.pointSec .point_list li:nth-child(even) .point_list_img{
  left: -10px;
}
.pointSec .point_list_inner{
  width: 68%;
  text-align: left;
  z-index: 10;
}
.pointSec .point_list li:nth-child(even) .point_list_inner{
  margin-left: 36%;
}
.pointSec .point_list_title img{
  height: 35px;
  margin-bottom: 10px;
}
.pointSec .point_list_lead{
  text-align: center;
  background: #222;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}
.pointSec .point_list_txt{
  text-align: left;
  line-height: 1.8;
}
.pointSec .point_list_txt .tx_note{
  padding-left: 5px;
  color: #03abb1;
  font-size: 1.3rem;
  display: inline-block; 
}
.pointSec .point_list li:last-child .point_list_txt{
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03rem;
}
.pointSec .point_movie{
  background: #fff;
  padding: 25px 20px;
  position: relative;
}
.pointSec .point_movie_img{
  width: 45%;
  position: absolute;
  left: 25px;
  top: 25px;
}
.pointSec .point_movie_title{
  margin-left: 55%;
}
.pointSec .point_movie_title img{
  width: 96%;
  margin: 10px auto;
}
.pointSec .point_movie_txt{
  padding: 20px 0 15px;
  text-align: left;
}
.pointSec .point_movie .point_list_lead{
  width: 65%;
  margin-top: 12px;
  background: #02999f;
}
/* ---------------------------------
  わたしたちの結婚式
---------------------------------- */
.ourWeddingSec{
  padding: 75px 0 40px;
}
.ourWeddingSec .sec_header{
  text-align: center;
}
.ourWeddingSec .img_no1{
  width: 28%;
}
.ourWeddingSec .subtit_ourWedding{
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.15rem;
  color: #FFF;
}
.ourWeddingSec .subtit_ourWedding .fs_amall{
  font-size: 80%;
}
.ourWeddingSec .tit_ourWedding{
  margin-top: 15px;
}
.ourWeddingSec .tit_ourWedding img{
  width: 78%;
}
.ourWeddingSec .tx_note{
  color: #FFF;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}
.ourWeddingSec .ourWedding_list{
  padding-left: 2%;
}
.ourWeddingSec .ourWedding_list li{
  margin: 15px 0;
}
/* ---------------------------------
  成約特典
---------------------------------- */
.movieSec{
  background: #FFF;
  padding-bottom: 30px;
}
.movieSec .sec_header{
  width: 100%;
  padding: 20px 0;
  background: #e99aab;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.2));
}
.movieSec .sec_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e99aab transparent transparent;
  translate: -50% 100%;
}
.movieSec .movie_head{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.movieSec .ico_present_movie{
  width: 60px;
  margin-right: 4px;
}
.movieSec .tit_movie_wrap{
  padding-right: 10px;
}
.movieSec .subtit{
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}
.movieSec .tit_movie{
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
}
.movieSec .movie_img {
  padding: 30px 10px;
}
.movieSec .movie_img iframe{
  width: 100%;
  height: 200px;
}
.movieSec .tx_movie{
  font-size: 1.5rem;
  line-height: 1.75;
}
.movieSec .tx_color{
  color: #e96195;
  font-weight: bold;
}
.movieSec .ico_movie:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 16px;
  background: url(/lp/fav/img/ico_movie.svg) no-repeat;
  background-size: auto 16px;
  vertical-align: -0.2em;
  pointer-events: none;
  margin-right: 0.2em;
}
.movieSec .kuchikomi_block{
  margin-top: 20px;
  padding: 0 10px;
  position: relative;
}
.movieSec .kuchikomi_block .img_area{
  width: 22%;
  position: absolute;
}
.movieSec .kuchikomi_block .tx_area{
  width: 85%;
  margin-left: 15%;
  padding: 20px 5% 20px 12%;
  background: #fcf3f3;
  font-size: 1.3rem;
  text-align: left;
}

/* ---------------------------------
	比較
---------------------------------- */
.compareSec{
  background:#d1f5ef;
  padding:30px 0 60px;
  position: relative;
  overflow: visible;
}
.compare_header{
  padding: 30px 0;
}
.compare_tit_lead{
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding: 3px 13px 3px 25px;
  color: #fff;
  background: linear-gradient(-45deg, #17bac0 30%, #c47ed0 70%);
  background: -webkit-linear-gradient(-45deg, #17bac0 30%, #c47ed0 70%);
  background: -moz-linear-gradient(-45deg, #17bac0 30%, #c47ed0 70%);
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
}
.compare_bal{
  margin-bottom:6px;
  font-size: 1.5rem;
  display: block;
}
.compare_tit img{
  width: 78%;
  max-width: 320px;
  margin:auto;
}

/* 比較図 */
.compare_cont{
  display:flex;
  justify-content: space-between;
}
.compare_wrap{
  border: 2px solid;
  border-radius:20px 20px 0 0;
  background:#fff;
  width: 49.5%;
}
.compare_wrap.compare_left{
  border-color: #70c7bf;
}
.compare_wrap.compare_right{
  border-color: #c47ed0;
}
.compare_wrap_tit{
  border-radius:20px 20px 0 0;
  padding: 17px 10px 15px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.compare_left .compare_wrap_tit{
  background:#d8f7f5;
}
.compare_left .compare_wrap_tit img{
  width: 68%;
  max-width: 130px;
}
.compare_right .compare_wrap_tit{
  background:#f7e0fa;
}
.compare_wrap_img{
  width: 100%;
  padding: 10px 10px 12px 10px;
}
.compare_wrap_img img{
  height: 156px;
}
.compare_list{
  padding: 0 8px;
}
.compare_list li{
  border-top:1px dashed #ccc;
  padding: 25px 0 35px;
  position: relative;
  font-feature-settings: "palt";
  font-weight: normal;
}
.compare_list li span{
  font-weight:bold;
  font-size:1.5rem;
  padding-bottom: 4px;
}
.compare_list.list_tokihana li span{
  background:linear-gradient(transparent 50%, #d8f7f5 50%);
}
.compare_list.list_other li span{
  background:linear-gradient(transparent 50%, #f7e0fa 50%);
}
.compare_wrap_txt{
  padding: 0 10px;
}
.compare_list_tit{
  font-size: 1.4rem;
  position: absolute;
  z-index:10;
  display: block;
  width: 85%;
  height: 29px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #17bac0;
  padding-top: 2px;
  left: 67%;
  top: -15px;
  font-weight: bold;;
}
.compare_list_tit:before,
.compare_list_tit:after {
  position: absolute;
  z-index:-10;
  top: 3px;
  width: 19px;
  height: 19px;
  content: '';
  transition: .1s ease-in-out;
  transform: perspective(12px);
  transform: rotate(45deg);
  border: 0;
  background-color: #17bac0;
}
.compare_list_tit:before {
  background-color: #17bac0;
  left: -11px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.compare_list_tit:after {
  background-color: #17bac0;
  right: -11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.compare_list_miniimg{
  position: absolute;
  z-index: 100;
}
.compare_left .compare_list_miniimg{
  width: 55%;
  left:-10px;
  bottom: -10%;
}
.compare_right .compare_list_miniimg{
  width: 50%;
  right: -5%;
}
.compare_left .compare_list_miniimg.illust_3{
  top: -8%;
  left:-15px;
}
.compare_list li:nth-child(3){
  padding: 25px 0 30px;
}
.compare_list.list_other li:nth-child(3){
  padding: 35px 0 36px;
}
.compare_list li:last-child{
  height: 150px;
}
.compare_left .compare_list_lastimg{
  width: 95%;
  height: auto;
  margin: auto;
}
.compare_wrap_bottom{
  height: 150px;
  width: 100%;
}
.compare_wrap_bottom img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  margin:auto;
}
.compare_wrap.compare_left .compare_wrap_img.top{
  width: 105%;
  margin-left: -10%;
  padding: 10px 0 12px 0;
}
.compare_wrap.compare_right .compare_wrap_bottom img{
  height: 80%;
  margin-right:5%;
}

/* ---------------------------------
  元ウエディングプランナー
---------------------------------- */
.plannerSec{
  padding: 60px 0 50px;
  background:#f7f7ef;
}
.planner_bal{
  margin-bottom:16px;
}
.planner_bal img{
  width: 180px;
  margin:auto;
}
.planner_titwrap_outline{
  border: solid 2px #cbb286;
  position: relative;
  background:#fff;
  padding:3px;
  margin-bottom: 20px;
}
.planner_titwrap_inline{
  border: solid 1px #cbb286;
  background:#fff;
  padding: 18px 10px;
}
.planner_tit{
  font-size: 1.9rem;
  margin-bottom: 5px;
}
.planner_tit .small{
  font-size:1.3rem;
}
.planner_tit_lead{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.planner_tit_lead img{
  height: 1.5rem;
  border-radius: 3px;
  top:3px;
  position: relative;
  margin-right: 2px;
}
.planner_tit_sup{
  font-size:1.1rem;
  color: #458390;
  background:#e3f1f4;
  padding:1px 10px 1px;
  border-radius: 20px;
  width: fit-content;
  margin:auto;
}
.planner_txt{
  text-align: left;
  line-height: 2.0;
}
.planner_imgwrap{
  padding:15px 0;
}
.planner_imglist{
  padding:0 10px;
  margin: 10px 0;
  width: 85%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
}
.planner_imglist.imglist2{
  margin-left:15%;
}
.planner_imglist li{
  width: 31%;
}
.planner_no1area{
  padding:10px 10px 0;
}
.plannerSec .message_area{
  margin-top: 40px;
}
.plannerSec .message_area .tx_catch{
  padding-bottom: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #e96195;
}
.consultBlock{
  margin-top: 15px;
}
.consultBlock .bnr img {
  border: 2px solid #fff;
  border-radius: 6px;
}
.consult {
  line-height: 1.8;
}
.consult .consult_tx_area{
  text-align: left;
}
.consult .consult_tit {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #17BAC0;
}
.consult .consult_tx_area .link {
  color: #17BAC0;
  text-decoration: underline;
}
.plannerSec .btnarea_m {
  padding: 30px 15px 0;
}
/* ---------------------------------
  トキハナ割訴求
---------------------------------- */
.tokihanawari_content{
  padding-top: 40px;
}
.tokihanawari_bal{
  margin-bottom: 10px;
  line-height: 1;
}
.tokihanawari_bal img{
  width: 180px;
  margin: auto;
}

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

/* -------------------------------------------------------------------------
Wedding Halls
------------------------------------------------------------------------- */
/* スライダー */
.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;
  height: 17px;
  display: inline-block;
}
.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(https://develop.tokihana.net/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;
  padding-bottom: 2px;
  padding-left: 2px;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1.0rem;
  height: 12px;
  color: var(--gray);
}

/* ---------------------------------
  こんなにお得
---------------------------------- */
.meritSec{
  background: #8abfb9;
  padding-bottom:30px;
}
.meritSec .merit_list{
  padding: 20px 0 10px;
}
.meritSec .merit_list li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding:20px 0;
  border-top: dashed 1px #fff;
}
.meritSec .merit_list li:last-child{
  border-bottom: dashed 1px #fff;
}
.meritSec .merit_list_img{
  width: 38%;
}
.meritSec .merit_list_img img{
  border-radius: 5px;
}
.meritSec .merit_list_txt{
  width: 62%;
  padding-left: 12px;
  padding-top: 10px;
  text-align: left;
}
.meritSec .merit_list_title{
  padding-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.4rem;
}
.meritSec .merit_list_txt p{
  background:#fff;
  font-size: 1.2rem;
  color: #63a59e;
  font-weight: bold;
  width: fit-content;
  padding: 0px 10px;
}
.meritSec .merit_list_txt span{
  padding-top: 4px;
  font-size:1.0rem;
  display: block;
  color: #fff;
  font-weight: normal;
}
.merit_bottom_txt{
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

/* ---------------------------------
	カウンセラー&お客様の声
---------------------------------- */
.voiceSec{
  background:#efece6;
  padding:40px 0 30px;
}
.voiceSec .sec_header{
  padding-bottom:5px;
}
.voiceSec .sec_title{
  font-size: 2.8rem;
}
.voiceSec .sec_title span{
  display: block;
  height: 12px;
}
.voiceSec .sec_title span img{
  width: 40px;
  height: auto;
}
.voiceSec .voice_lead{
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
}
.voiceSec .voice_lead span{
  font-weight: bold;
  font-size: 3.0rem;
  margin-left: 5px;
  position: relative;
}
.voiceSec .voice_lead span:after{
  position: absolute;
  content: "";
  width: 40px;
  height: 10px;
  background: url(/lp/fav/img/ico_star.svg) no-repeat;
  background-size: 40px;
  left: 0px;
  top: 0px;
  bottom: -38px;
  margin: auto;
}
.voice_block .voice_list{
  padding: 20px 0;
  width: 100%;
  margin: auto;
}
.voice_block .voice_list li{
  background: #fff;
  position: relative;
  padding:20px;
  border-radius: 10px;
  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;
}

/* ---------------------------------
  メディア
---------------------------------- */
.mediaSec{
  padding: 40px 0 30px;
}
.mediaSec .sec_title{
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding-bottom: 8px;
  color: #fff;
  font-weight: bold;
}
.mediaSec .media{
  background: #fff;
  border-radius: 10px;
  padding: 30px 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.5rem;
  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/fav/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/fav/img/ico_a.svg) no-repeat;
  background-size: 18px;
  left: 0;
  top: 4px;
}
.faqSec .faq_list li{
  border-bottom: 1px solid #ccc;
  padding: 23px 0;
}
.faqSec .faq_list li:last-child{
  border: none;
}

/* ---------------------------------
  最後に
---------------------------------- */
.secEnd{
  overflow: hidden;
  height: 620px;
  background: url(/lp/fav/img/img_footer.webp) no-repeat center;
  background-size: cover;
  padding: 50px 0 0;
}
.no-webp .secEnd {
  background: url(/lp/fav/img/img_footer.jpg) no-repeat center;
  background-size: cover;
}
.secEnd_title{
  text-align: center;
  font-weight:bold;
  font-size: 1.6rem;
  width: fit-content;
  margin:auto;
}
.secEnd_title .tx_block{
  display: block;
  margin-bottom:6px;
}
.secEnd_title .marker{
  background:#e0fffd;
  padding: 4px 8px;
}
.secEnd_title em{
  color: #29bdc3;
  font-style: normal;
}
.secEnd .end_txt{
  font-size: 1.4rem;
  color: #222;
  line-height: 2.4rem;
  text-align: center;
  margin-top:20px;
}
.secEnd .btn_area{
  padding: 10px 10px;
}

/* ---------------------------------
	footer
---------------------------------- */
footer{
  padding: 15px 0 10px;
  background:#fff;
}
.footer_logo{
  width: 22%;
  margin:auto;
}
.footer_list{
  display: inline-flex;
  font-size: 1.2rem;
  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: 20px 0;
  color: #fff !important;
  border: none;
  position: relative;
  margin-bottom: 6px;
  width: 88%;
  letter-spacing: 0.1rem;
}
.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{
  height: auto;
}
/* ----------------------------------------------------------------------------
　モーダル特典
---------------------------------------------------------------------------- */
.modal_present {
  width: 80%;
  margin: 0 auto;
}
.modal_present .modal_present_content {
  padding: 30px 15px;
  background: #eeeff2;
  margin: auto;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.modal_present .modal_catch {
  width: 100%;
  margin: auto;
}
.modal_present .close_area {
  position: absolute;
  top: -15px;
  right: -13px;
}
.modal_present .close_area .btn_close {
  padding: 0px;
  background: #777;
  border: 2px solid #fff;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  position: relative;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  text-align: center;
}
.modal_present .mfp-close {
  color: #FFF;
  padding: 0;
  width: 13px;
  height: 13px;
  opacity: 1;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 6px;
  display: block;
}
.modal_present .mfp-close:active {
  top: 7px;
}
.modal_present .tx_fukidashi {
  margin-top: 20px;
  margin-bottom: 0.3em;
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #e96195;
  letter-spacing: 0.05rem;
}
.modal_present .tx_fukidashi::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  display: inline-block;
  width: 17px;
  height: 1px;
  background-color: #e96195;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.modal_present .tx_fukidashi::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  display: inline-block;
  width: 17px;
  height: 1px;
  background-color: #e96195;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.modal_present a.modal_present_btn {
  color: #fff;
  background: #e96195;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
  webkit-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.modal_present a.modal_present_btn .small{
  font-size: 1.1rem;
}
.modal_present a.modal_present_btn > span.tx_kantan{
  margin-left: 40px;
  position: relative;
}
.modal_present a.modal_present_btn > span.tx_kantan:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/lp/fav/img/ico_btn_minu.svg) no-repeat;
  background-size: auto 30px;
  left: -34px;
  top: -7px;
}
.modal_present .txt {
  text-align: center;
  font-size: 1.0rem;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #333;
}
/* ----------------------------------------------------------------------------
▼▼▼ ウィンドウサイズ768px以上に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body{
    font-size: 1.6rem;
  }
  .btn_bal{
    font-size: 1.5rem;
  }
  .btn{
    font-size: 2.4rem;
    padding: 30px 10px;
  }
  .btn .small{
    font-size: 1.4rem;
  }
  .kvSec{
    background: url(/lp/fav/img/imgKV_PC.webp) no-repeat center;
    background-size: cover;
    height: 670px;
  }
  .no-webp .kvSec {
    background: url(/lp/fav/img/imgKV_PC.jpg) no-repeat center;
    background-size: cover;
  }
  .kvSec.inside-line{
    outline: none;
  }
  .kvSec .kv_inner{
    padding-top: 30px;
  }
  .kvSec .kv_title {
    max-width: 340px;
    padding-top: 0;
  }
  .kvSec .kv_innerTxt{
    position: absolute;
    width: 130px;
    top: 290px;
    right: 25%;
    margin:0;
  }
  .kvSec .kv_innerTxt img {
    width: 100%;
  }
  .kvSec .no1_block{
    text-align: left;
  }
  .kvSec .no1_block .tx_note{
    margin: 20px 0 5px 20px;
    color: #FFF;
    font-size: 0.8rem;
  }
  .kvSec .no1_block img{
    width: auto;
    height: 34px;
  }
  .kvSec .kv_btn {
    bottom: 10%;
  }
  .worriesSec{
    padding-bottom: 40px;
  }
  .worries_inner{
    width: 700px;
    margin: auto;
    padding: 85px 90px 60px;
  }
  .worries_inner:before{
    width: 100%;
    background: url(/lp/fav/img/tit_worries_up_PC.svg) no-repeat;
    height: 66px;
  }
  .worries_inner:after{
    width: 100%;
    background: url(/lp/fav/img/tit_worries_bottom_PC.svg) no-repeat;
    height: 30px;
  }
  .tit_worries_wrap {
    width: 80%;
  }
  .tit_worries{
    width: 80%;
  }
  .pointSec{
    padding: 60px 0 20px;
  }
  .pointSec:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 80px solid #eadfd5;
  }
  .pointSec .tit_point_up img {
    height: 30px;
  }
  .pointSec .tit_point {
    padding: 0 25%;
  }
  .pointSec .point {
    padding: 85px 0 30px;
  }
  .pointSec .point_list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    padding: 20px 10px 40px;
    margin-bottom: 30px;
  }
  .pointSec .point_list li{
    width: 32%;
  }
  .pointSec .point_list_img{
    width: 95%;
    position: relative;
    right: 0;
    left: 0;
    margin: -90px auto 25px;
  }
  .pointSec .point_list_inner{
    width: 100%;
  }
  .pointSec .point_list_title{
    text-align: center;
  }
  .pointSec .point_list_title img{
    height: 45px;
    margin-bottom: 30px;
  }
  .pointSec .point_list_lead{
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.4rem;
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
  .pointSec .point_list_txt{
    padding: 0;
    margin: auto;
    width: fit-content;
  }
  .pointSec .point_movie .point_list_txt{
    width: inherit;
  }
  .pointSec .point_list li:nth-child(even) .point_list_img{
    left: inherit;
  }
  .pointSec .point_list li:nth-child(even) .point_list_inner{
    margin-left: inherit;
  }
  .pointSec .point_movie{
    padding: 70px 20px 70px 37%;
  }
  .pointSec .point_movie_img{
    width: 30%;
    left: 30px;
    top: 35px;
  }
  .pointSec .point_movie_title{
    margin-left:  inherit;
    text-align: left;
  }
  .pointSec .point_movie_title img{
    height: 37px;
    width: inherit;
    margin: inherit;
  }
  .pointSec .point_movie .point_list_lead{
    width: 45%;
  }
  .ourWeddingSec {
    padding: 130px 0 70px;
  }
  .ourWeddingSec .img_no1{
    width: 15%;
  }
  .ourWeddingSec .sec_header{
    padding: 10px 0 50px;
  }
  .ourWeddingSec .subtit_ourWedding {
    font-size: 2rem;
  }
  .ourWeddingSec .tit_ourWedding img {
    width: 36%;
  }
  .ourWeddingSec .ourWedding_list{
    width: 900px;
    padding-left: 0;
    margin: auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ourWeddingSec .ourWedding_list li{
    width: 47%;
  }
  .ourWeddingSec .tx_note {
    font-size: 0.8rem;
  }
  .compareSec{
    padding-bottom: 80px;
  }
  .compare_header{
    padding: 50px 0;
  }
  .compare_tit_lead{
    font-size: 1.8rem;
    padding: 5px 20px 5px 20px;
    font-weight: normal;
    margin: 0 auto 25px;
  }
  .compare_cont{
    width: 700px;
    margin:auto;
  }
  .compare_wrap_tit{
    height: 80px;
  }
  .compare_wrap_tit{
    font-size:2.2rem;
    padding: 24px 10px 10px;
  }
  .compare_wrap_img img{
    height: 162px;
  }
  .compare_list li{
    font-size: 1.8rem;
    padding: 35px 0 50px;
  }
  .compare_list li:nth-child(3),
  .compare_list.list_other li:nth-child(3){
    padding: 35px 0 50px;
  }
  .compare_list li:nth-child(3) .small{
    padding: 6px;
  }
  .compare_list.list_tokihana li span,
  .compare_list.list_other li span{
    font-size: 1.8rem;
  }
  .compare_list_tit{
    width: 190px;
    font-size: 1.8rem;
    padding: 3px;
    height: 36px;
    left: 75%;
  }
  .compare_list_tit:before,
  .compare_list_tit:after{
    top: 4px;
    width: 24px;
    height: 24px;
  }
  .compare_left .compare_list_miniimg {
    width: 100px;
    left: -40px;
    top: 20px;
  }
  .compare_right .compare_list_miniimg{
    width: 26%;
    right: -30px;
    top: 28px;
  }
  .compare_left .compare_list_miniimg.illust_3 {
    top: -5%;
    left: 46px;
  }
  .compare_list li:last-child{
    height: 190px;
  }
  .compare_left .compare_list_lastimg{
    width: 50%;
  }
  .compare_wrap_txt{
    padding: 0 20px;
  }
  .movieSec{
    padding-bottom: 70px;
  }
  .movieSec .sec_header {
    width: 100%;
    padding: 34px 0;
  }
  .movieSec .ico_present_movie {
    width: 74px;
  }
  .movieSec .subtit {
    font-size: 1.6rem;
  }
  .movieSec .tit_movie {
    font-size: 3.6rem;
  }
  .movieSec .movie_img {
    padding: 50px 140px;
  }
  .movieSec .movie_img iframe {
    height: 380px;
  }
  .movieSec .tx_movie {
    font-size: 1.6rem;
  }
  .movieSec .kuchikomi_block {
    width: 530px;
    padding: 0;
    margin: 40px auto 10px;
  }
  .movieSec .kuchikomi_block .tx_area{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 95%;
    margin-left: 5%;
    padding: 20px 2% 20px 11%;
  }
  .movieSec .kuchikomi_block .txt_voice{
    width: 44px;
    padding-right: 6px;
    display: inline-block;
  }
  .movieSec .kuchikomi_block .txt_kuchikomi{
    display: inline-block;
  }
  .movieSec .kuchikomi_block .img_area {
    width: 15%;
    top: -23px;
    left: -10px;
  }
  .plannerSec{
    padding:50px 0;
  }
  .plannerSec .wrapper{
    width: 810px;
    margin:auto;
  }
  .planner_bal{
    margin-bottom:20px;
  }
  .planner_bal img{
    width: 200px;
  }
  .planner_titwrap_outline{
    width: 710px;
    margin: 0 auto 30px auto;
  }
  .planner_tit_lead{
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .planner_tit_lead img{
    height: 2rem;
    top: 4px;
    margin-right: 5px;
  }
  .planner_tit{
    font-size: 3.0rem;
  }
  .planner_tit .small{
    font-size: 2.0rem;
  }
  .planner_tit_sup{
    font-size:1.4rem;
    padding: 2px 20px 2px;
    letter-spacing: 0.1rem;
  }
  .planner_txt{
    text-align: center;
  }
  .planner_imgwrap{
    padding: 40px 0;
  }
  .planner_imglistPC{
    display: flex !important;
    width: 100%;
    justify-content: space-between;
  }
  .planner_imglist li{
    width: 15%;
  }
  .planner_no1area{
    width: 60%;
    margin:auto;
  }
  .plannerSec .message_area .tx_catch {
    font-size: 1.8rem;
  }
  .plannerSec .message_area{
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
  }
  .consultBlock{
    width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .consultBlock .consult {
    padding-bottom: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    align-items: center;
  }
  .tokihanawari_content .tokihanawari_bal img{
    width: 230px;
  }
  .tokihanawari_content .bnr_tokihanawari img{
    width: 540px;
  }
  .consultBlock .consult .consult_img_area{
    width: 50%;
  }
  .consultBlock .consult .consult_tx_area{
    width: 50%;
    text-align: center;
  }
  .consultBlock .consult .consult_img_area  img{
    border: 2px solid #fff;
  }
  .consultBlock .consult .consult_tx_area_inner{
    padding: 0 0 0 15px;
  }
  .consultBlock .consult h3{
    width: 90%;
    margin: auto;
    padding-top: 16px;
  }
  .consultBlock .consult .tx{
    padding: 30px 0 15px 0;
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
  }
  .meritSec .wrapper{
    max-width: 1000px;
    padding-top: 0px;
  }
  .meritSec .sec_header{
    width: 70%;
  }
  .meritSec .sec_title{
    font-size: 5.0rem;
    text-align: center;
    padding-right: 70px;
  }
  .meritSec .sec_title span.lead{
    font-size: 2.4rem;
  }
  .sec_header_imgtxt{
    width: 80px;
    top: 30px;
    left: 100px;
  }
  .meritSec .sec_title img{
    width: 125px;
    top: -56px;
    right: 58px;
  }
  .meritSec .merit_list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding: 40px 10px;
  }
  .meritSec .merit_list li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: calc(100% / 2);
    border-top:none;
  }
  .meritSec .merit_list li:first-child{
    padding-right: 50px;
  }
  .meritSec .merit_list li:last-child{
    border-bottom: none;
    border-left: dashed 1px #fff;
    padding-left: 50px;
  }
  .meritSec .merit_list_img{
    margin: auto;
    width: 190px;
  }
  .meritSec .merit_list_txt{
    padding-left: 18px;
    padding-top: 0;
  }
  .meritSec .merit_list_title{
    font-size: 2.2rem;
    padding: 20px 0 15px;
    font-weight:normal;
    line-height:3.0rem;
  }
  .meritSec .merit_list_txt span{
    margin-top: 10px;
    font-size:1.2rem;
  }
  .meritSec .merit_list_txt p{
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.8rem;
  }
  h2.sec_title .title_bal{
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .placeSec{
    padding-top: 80px;
  }
  .placeSec .sec_title{
    font-size: 3.8rem;
    margin-bottom: 20px;
  }
  .placeSec .sec_txt{
    font-size: 1.8rem;
  }
  .wrapper.halls_wide{
    max-width: 1000px;
  }
  .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;
  }
  .voiceSec{
    padding: 50px 0 40px;
  }
  .voiceSec .wrapper{
    max-width: 960px;
    padding: 0 0;
  }
  .voiceSec .sec_title{
    font-size: 3.6rem;
    line-height: 6.4rem;
    letter-spacing: inherit;
    padding-top: 9px;
  }
  .voiceSec .voice_lead{
    font-size: 2.0rem;
  }
  .voice_block .voice_list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
  }
  .voice_block .voice_list li{
    width: 49%;
    padding: 40px;
  }
  .voice_list_time{
    font-size: 1.3rem;
  }
  .voice_list_name,
  .voice_cont_tit{
    font-size:1.8rem;
  }
  .voice_list_name{
    font-weight: bold;
  }
  .voice_cont_txt{
    font-size:1.5rem;
  }
  .mediaSec{
    padding: 70px 0 0px;
  }
  .mediaSec .sec_title{
    font-size: 2.6rem;
  }
  .mediaSec .media{
    padding: 60px 50px;
  }
  .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: 720px;
    background: url(/lp/fav/img/img_footerPC.webp) no-repeat center #bdd7b5;
    background-size: cover;
  }
  .no-webp .secEnd {
    background: url(/lp/fav/img/img_footerPC.jpg) no-repeat center;
    background-size: cover;
  }
  .secEnd_title{
    font-size: 2.2rem;
  }
  .secEnd .end_txt{
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
  .secEnd .btn_area{
    padding: 40px 10px;
  }
  footer{
    padding: 20px 0 20px;
  }
  .footer_logo{
    max-width: 120px;
    margin-bottom:10px;
  }
  .footer_list{
    font-size: 1.5rem;
  }
  /* ----------------------------------------------------------------------------
  　モーダル特典
  ---------------------------------------------------------------------------- */
  .modal_present {
    max-width: 450px;
  }
  .modal_present .modal_present_content {
    padding: 30px 30px 40px;
  }
  .modal_present a.modal_present_btn{
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
    border-radius: 6px;
  }
  .modal_present .btn_fukidashi {
    margin-top: 25px;
  }
  .modal_present a.modal_present_btn > span.tx_kantan:before{
    width: 40px;
    height: 40px;
    background: url(/lp/fav/img/ico_btn_minu.svg) no-repeat;
    background-size: auto 40px;
    left: -50px;
    top: -11px;
  }
}

/* ----------------------------------------------------------------------------
 ▼▼▼ウィンドウサイズ768px以上1024px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kvSec{
    height: 620px;
  }
  .kvSec .kv_innerTxt{
    right: -150px;
    top: 190px;
  }
  .kvSec .btn_area{
    top:180px;
  }
  .pointSec .point_list li{
    width: 31.5%;
    padding: 10px 0;
  }
  .pointSec .point_list_title img{
    height: 38px;
    margin-bottom: 20px;
  }
  .pointSec .point_list_lead{
    font-size: 1.6rem;
  }
  .pointSec .point_list_txt br{
    display: none !important;
  }
  .pointSec .point_movie{
    padding: 40px 20px 30px 38%;
  }
  .pointSec .point_movie_title img{
    height: 32px;
  }
  .pointSec .point_movie .point_list_lead {
    width: 54%;
  }
  .pointSec .point_movie_txt{
    padding: 10px 0 20px;
  }
  .pointSec .point_movie_txt br{
    display: none !important;
  }
  .pointSec .point_movie_after{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
  }
  .ourWeddingSec .ourWedding_list {
    width: 95%;
  }
  .ourWeddingSec .ourWedding_list li {
    width: 48%;
  }
  .compare_left .compare_list_miniimg{
    left: -20px;
  }
  .compare_right .compare_list_miniimg{
    width: 30%;
    right: -3%;
    top: 55px;
  }
  .movieSec .movie_img {
    padding: 50px 100px;
  }
  .movieSec .movie_img iframe {
    height: 330px;
  }
  .top_wedding_halls_list li.slick-slide .thumbnail{
    height: 220px;
  }
  .placeSec .sec_title.unknow img.illust{
    width: 120px;
    top: -15px;
    right: 20px;
  }
  .plannerSec .wrapper {
    width: 710px;
  }
  .planner_titwrap_outline {
    width:  100%;
  }
  .consultBlock{
    width:  100%;
  }
  .meritSec .merit_list_title{
    font-size: 1.7rem;
  }
  .meritSec .merit_list li:first-child{
    padding-right:20px;
  }
  .meritSec .merit_list li:last-child{
    padding-left:20px;
  }
  .meritSec .merit_list_txt{
    padding-left:10px;
  }
  .meritSec .merit_list_txt p{
    font-size: 1.4rem;
    padding: 0px 5px;
  }
  .voice_block{
    padding: 0 20px;
  }
  .faqSec .faq{
    padding: 80px 80px 40px;
  }
}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ320px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .wrapper{
    padding: 0 10px;
  }
  .kvSec{
    height: 500px;
  }
  .kvSec .kv_innerTxt{
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .btn{
    font-size: 1.8rem;
    padding: 23px 5px;
  }
  .support_inner{
    padding: 40px 0;
  }
  .support_line{
    width: 100%;
  }
  .support_line_txt{
    padding-left:10px;
    font-size: 1.1rem;
  }
  .point_list_tit{
    font-size: 1.4rem;
  }
  .point_list_tit span{
    font-size: 1.8rem;
  }
  .compare_list{
    padding: 0 3px;
  }
  .compare_list li span{
    font-size: 1.4rem;
  }
  .compare_list li{
    font-size: 1.2rem;
  }
  .planner_tit_sup{
    padding: 0 5px 1px;
  }
  .secEnd{
    height: 550px;
  }
  .secEnd_title{
    font-size: 1.4rem;
  }
  .secEnd .end_txt{
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------------------
　モーダル診断
---------------------------------------------------------------------------- */
.modal_shindan .btn {
  max-width: inherit;
  border: none;
  background: #4ca3bf;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: inherit;
  letter-spacing: 0;
  border-radius: 5px;
  filter: inherit;
  padding: 25px 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.modal_shindan .areaM .btn {
  max-width: inherit;
  border: none;
  background: #4ca3bf;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: inherit;
  letter-spacing: 0.5rem;
  border-radius: 5px;
  filter: inherit;
  padding: 25px 0;
}
.modal_shindan .areaM.btn_9orMore .btn {
  padding: 16px 0;
}
.modal_shindan h3::before{
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: url(/lp/fav/img/icon_line.png) no-repeat;
  background-size: 1em;
  left: 0;
  top: 6px;
  display: block;
}
