@charset "UTF-8";
/* ---------------------------------
	基本デザイン
---------------------------------- */
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "HiraginoSans-W3", "メイリオ", sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.8;
}
.wrapper{
  padding: 0 15px;
  max-width: 1030px;
  margin: auto;
}
.wrapper.halls_wide{
  padding: 0 0 20px;
}
.inner{
  margin: 0;
}
section{
  padding: 0;
  overflow: hidden;
  position: relative;
}
.btn_area{
  margin: auto;
  padding: 15px 10px;
}

.secEnd .btn_area{
  padding: 25px 30px 30px;
}
.btn{
  background: linear-gradient(#4cc20b, #369800);
  padding: 28px 10px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  margin: 10px auto;
  border: 2px solid #fff;
  position: relative;
}
.btn::before{
  position: absolute;
  content: "";
  background: url("/lp/tokihana_line/img/txt_btn_put.svg") no-repeat;
  background-size: 140px;
  width: 145px;
  height: 27px;
  right: 0;
  left: 0;
  margin: auto;
  top:-9px;
}
.btn::after{
  position: absolute;
  content: "";
  background: url("/lp/tokihana_line/img/ico_arrow_right.gif") no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  right: 10px;
  top: 40%;
  z-index: 10;
  border: none;
}
.btn span{
  position: relative;
  padding-left: 23px;
}
.btn span::before{
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background: url("/lp/tokihana_line/img/ico_line_wht.svg") no-repeat;
  background-size: 1.9rem;
  left: 0;
  top:0px;
}
.btn .small{
  display: inline-block;
  font-size: 1.2rem;
}
.btn_bal{
  text-align: center;
  position: relative;
  top: -15px;
}
.btn_bal_kv{
  height: 35px;
  text-align: center;
  position: relative;
  top: -5px;
  top: 30px;
  z-index: 10;
}
 .btn_bal_kv img{
  height: 35px;
 }
 .btn_title{
   padding: 0 0 22px;
 }
 .btn_title img{
   height: 24px;
 }
 .btn_area_dress{
   margin: 30px auto 0;
   width: 90%;
   position: relative;
 }
 
 .no-webp .btn_area_dress::after{
   background: url("/lp/tokihana_line/img/img_bnrdress.png") no-repeat;
   background-size: 62px;
 }

/* ---------------------------------
	section共通
---------------------------------- */
.sec_title{
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 3.2rem;
  letter-spacing: -0.1rem;
  margin-bottom: 15px;
}
.sec_title.medium{
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
.sec_title span{
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
.sec_title.medium span{
  font-size: 1.4rem;
}
.sec_title span img{
  height: 13px;
}
.txt_pink{
  color: #d44f9e;
}
.txt_border{
  background:linear-gradient(transparent 70%, #fff 70%);
}
.txt_border_pink{
  background:linear-gradient(transparent 70%, #f4cdd9 70%);
}

/* ---------------------------------
	kv
---------------------------------- */
.kvSec{
  overflow: hidden;
}
.kvSec .kv_img{
  background: url("/lp/tokihana_line/img/kv_imgSP.webp") no-repeat center;
  background-size: cover;
  height: 650px;
}
.no-webp .kvSec .kv_img{
  background: url("/lp/tokihana_line/img/kv_imgSP.jpg") no-repeat center;
  background-size: cover;
}

.kvSec .kv_inner{
  background: rgba(34,161,24,0.85);
  padding: 25px 30px;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.2));
}

.kvSec .lead_area{
  position: absolute;
  width: 40%;
  right: 10px;
  top:10px;
}
.kvSec .kv_lead{
  margin-bottom: 18px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.2));
}
.kvSec .kv_inner .kv_title{
  width: 98%;
  margin: auto;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.2));
}
.kvSec .kv_inner .kv_title_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kvSec .kv_inner .kv_title_inner img:first-child{
  width: 66%;
}
.kvSec .kv_inner .kv_title_inner img:last-child{
  width: 28%;
}
.kvSec .btn_area{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px 30px;
}

.btn_bn_kv{
  margin:auto;
  width: 250px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

/* ---------------------------------
	ポイントsec
---------------------------------- */
.pointSec{
  background: #fff;
  padding: 75px 0 40px;
}
.pointSec .sec_title{
  color: #222;
  letter-spacing: 0.5px;
  background: linear-gradient(transparent 83%, #f8a7e6 83%);
  line-height: 1.2;
  width: fit-content;
  margin: auto;
  font-size: 3.4rem;
}
.pointSec .sec_title .small{
  display: inline-block;
  margin: 0 3px;
}
.pointSec .sec_title span{
  text-decoration: none;
  margin-bottom: 8px;
}
.pointSec .point_list li:first-child{
  margin-top: 40px;
}
.pointSec .point_list li:last-child{
  margin-bottom: 0px;
}
.pointSec .point_list li{
  padding: 0;
  margin: 30px auto;
  position: relative;
  border: 1px solid #fff;
  background: #eff6e8;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}
.pointSec .point_list_head{
  background: #c2dbac;
  padding: 12px 20px;
  position: relative;
}
.pointSec .point_list_body{
  background: #eff6e8;
  padding: 10px 20px 20px;
  text-align: center;
}
.pointSec .point_list_point{
  position: absolute;
  top: 14px;
  left: 20px;
  width: 50px;
}
.pointSec .point_list_title{
  color: #222;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: left;
  padding-left:20%;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 4px;
  letter-spacing: 0.1rem;
}
.pointSec .point_list_title span{
  font-size: 1.4rem;
  display: block;
}
.pointSec .point_list_title img{
  height: 53px;
  position: relative;
  top: -15px;
}
.pointSec .point_list_txt{
  line-height: 1.8;
  color: #222;
  padding-top: 10px;
  font-size: 1.45rem;
}
.pointSec .point_list_txt span{
  font-size: 1.1rem;
  position: absolute;
  display: block;
  bottom: 10px;
  right: 25px;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pointSec .point_list_img{
  width: 95%;
  margin: 10px auto;
}

/* ---------------------------------
	式場探しのお悩み
---------------------------------- */
.problemSec{
  background: #c2dbac;
  padding-bottom: 40px;
  border-top: 30px solid #fff;
}
.problemSec .problem_catch{
  background: url("/lp/tokihana_line/img/img_problem_sp.webp") no-repeat;
  background-size: cover;
  height: 463px;
  padding: 45px 10px 0;
}
.no-webp .problemSec .problem_catch{
  background: url("/lp/tokihana_line/img/img_problem_sp.jpg") no-repeat;
  background-size: cover;
}

.problemSec .problem_catch .sec_title{
  margin-bottom: 0;
}
.problemSec .problem_catch .sec_title img{
  width: 80%;
  margin: auto;
}
.problemSec .problem_catch_lead{
  padding: 30px 0 0;
}
.problemSec .problem_catch_lead img{
  filter: drop-shadow(0 2px 5px rgb(0 0 0 / 20%));
  width: 90%;
}
.problemSec .wrapper{
  padding-top: 130px;
}
.problemSec .wrapper .time_lead{
  height: 32px;
  margin: 0 auto 10px;
}
.problemSec .wrapper .time_lead img{
  height: 32px;
}
.problemSec .wrapper .sec_title {
  color: #222;
}
.problemSec .wrapper .sec_title .emp{
  position: relative;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.1rem;
  background:linear-gradient(transparent 75%, #fff 75%);
}
.problemSec .wrapper .sec_title .emp::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.problemSec .wrapper .sec_title .emp::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.problemSec .wrapper .sec_lead{
  color: #fff;
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.problemSec .wrapper .sec_lead::before{
  content: '';
  background: url("/lp/tokihana_line/img/ico_circleLeft.svg") no-repeat;
  background-size: 9px;
  position: absolute;
  top: 0;
  left: -18px;
  display: inline-block;
  width: 9px;
  height: 46px;
}
.problemSec .wrapper .sec_lead::after{
  content: '';
  background: url("/lp/tokihana_line/img/ico_circleRight.svg") no-repeat;
  background-size: 9px;
  position: absolute;
  top: 0;
  right: -18px;
  display: inline-block;
  width: 9px;
  height: 50px;
}

.problemSec .talk_list{
  padding: 30px 0 0;
  margin-bottom: 15px;
}
.problemSec .talk_list li{
  margin-bottom: 15px;
}
.problemSec .talk_list_title{
  color: #222;
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  border: 3px solid #7c91c0;
  border-bottom: none;
  background: #e2f3d2;
  padding: 3px;
  width: 48%;
  border-radius: 5px 5px 0 0;
}
.problemSec .talk_list_title span{
  color: #ca22d5;
}
.problemSec .talk_list_block{
  background: #7e93c3;
  border-radius: 0 8px 8px 8px;
  padding: 12px 10px;
}
.problemSec .talk_list_txt{
  position: relative;
  padding: 10px 0;
}
.problemSec .talk_list_txt img{
  z-index: 10;
  position: relative;
  padding-left: 4%;
  filter: drop-shadow(0 2px 5px rgb(0 0 0 / 20%));
}
.problemSec .talk_list li:last-child .talk_list_txt img{
  padding-right: 9%;
}
.problemSec .talk_list_txt.talk_user img{
  padding-right: 4% !important;
  padding-left: 9% !important;
}
.problemSec .talk_list_txt.talk_tokihana::before{
  content: '';
  background: url("/lp/tokihana_line/img/ico_tokihana.webp") no-repeat;
  background-size: 40px;
  position: absolute;
  bottom: -17px;
  left: -19px;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 0;
}
.no-webp .problemSec .talk_list_txt.talk_tokihana::before{
  background: url("/lp/tokihana_line/img/ico_tokihana.png") no-repeat;
  background-size: 40px;
}

.problemSec .talk_list_txt.talk_user::before{
  content: '';
  background: url("/lp/tokihana_line/img/ico_user.webp") no-repeat;
  background-size: 40px;
  position: absolute;
  bottom: -8px;
  right: -19px;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 0;
}
.no-webp .problemSec .talk_list_txt.talk_user::before{
  background: url("/lp/tokihana_line/img/ico_user.png") no-repeat;
  background-size: 40px;
}

.problemSec .talk_list_com{
  position: relative;
  top: -35px;
  text-align: right;
  padding-right: 15px;
}
.problemSec .talk_list_com.com1 img{
  height: 95px;
}
.problemSec .talk_list_com.com2 img{
  height: 77px;
}
.problemSec .talk_list_com.com3 img{
  height: 96px;
}
.problemSec .talk_list_com.com4 img{
  height: 100px;
}
.problemSec .talk_list_com.com5 img{
  height: 93px;
}
.problemSec .block_who{
  background: #fff;
  padding: 35px 25px 25px;
  margin-bottom: 5px;
}
.problemSec .block_who_title{
  margin-bottom: 10px;
}
.problemSec .block_who_txt{
  text-align: left;
  margin-bottom: 20px;
}

/* ---------------------------------
	about
---------------------------------- */
.aboutSec{
  background: #7390b9;
  color: #fff;
  padding: 70px 0 50px;
}
.aboutSec .sec_title span{
  line-height: 1.6;
}
.about_list{
  padding: 20px 0 40px;
}
.about_list li{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #fff;
}
.about_list_img{
  width: 33%;
}
.about_list_img img{
  border-radius: 6px;
}
.about_list_inner{
  text-align: left;
  padding-left: 5%;
  padding-top: 3px;
}
.about_list_title{
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about_list_title_supple{
  font-size: 1.2rem;
  display: block;
  color: #dcfccb;
}
.about_list_tag{
  background: #fff;
  color:  #3268a0;
  font-size: 1.2rem;
  padding: 0 10px;
  width: fit-content;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
}
.about_list_small{
  font-size: 1.0rem;
  display: block;
  float: inherit;
  clear: both;
  opacity: 0.7;
  padding-top: 2px;
}
.about_lead{
  margin-bottom: 0px;
}
/* ---------------------------------
	place
---------------------------------- */
.placeSec{
  background: #507caa;
  padding: 0 0 20px;
}
.placeSec .sec_title{
  line-height: 3rem;
  font-size: 2.6rem;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.placeSec .sec_txt{
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
}

/* -------------------------------------------------------------------------
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: 250px;
  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;
}
.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);
}
.placeSec .sec_title.unknow{
  border-top: 1px solid #222;
  border-bottom: 3px double #222;
  padding: 20px 40px 12px;
  text-align: left;
  width: 90%;
  margin: 30px auto 30px;
  position: relative;
  font-size: 2.1rem;
}
.placeSec h2.sec_title.unknow .title_bal{
  padding-bottom: 0;
  margin-bottom: 5px;
}
.placeSec h2.sec_title.unknow .title_bal img{
  height: 38px;
}
.placeSec .sec_title.unknow img.illust{
  width: 90px;
  position: absolute;
  top: -12px;
  right: 12px;
}

/* ---------------------------------
	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{
  background: #c2dbac;
  padding: 60px 0;
}
.voiceSec .sec_title{
  color: #222;
}
.voice_list{
  padding-top: 20px;
}
.voice_list li{
  background: #fff;
  text-align: left;
  color: #3268a0;
  padding: 15px 15px;
  position: relative;
  width: 82%;
  margin-bottom: 15px;
}
.voice_list li::after{
border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  position: absolute;
  right: -8px;
  top: 20px;
}
.voice_list_title{
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #c15aaa;
}
.voice_list_img{
  width: 60px;
  position: absolute;
  top: 0;
  right: -70px;
}


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

/* ---------------------------------
	FAQ
---------------------------------- */
.faqSec{
  padding: 0 0 40px;
  background: #658ab0;
}
.faqSec .faq{
  background: #fff;
  padding: 40px 15px 20px;
  margin-bottom: 15px;
}
.faqSec .faq_title{
  width: 25%;
  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;
  color: #3268a0;
}
.faqSec .faq_list_txt.answer{
  padding-left: 22px;
  position: relative;
}
.faqSec .faq_list_txt.answer span{
  font-weight: bold;
}
.faqSec .faq_list_txt.question::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/lp/tokihana_line/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/tokihana_line/img/ico_a.svg") no-repeat;
  background-size: 18px;
  left: 0;
  top: 4px;
}
.faqSec .faq_list li{
  border-bottom: 1px dotted #3268a0;
  padding: 23px 0;
}
.faqSec .faq_list li:last-child{
  border: none;
}

/* ---------------------------------
	footer
---------------------------------- */
/*修正ここから*/
footer{
  padding: 15px 0 10px;
  background: #fff;
}
/*修正ここまで*/
footer .end_logo{
  width: 90px;
  margin: 0 auto 5px;
}
.footer_list{
  display: inline-flex;
  font-size: 1.3rem;
  text-align: center;
}
.footer_list li{
  padding: 0 15px;
  border-right: 1px solid #3268a0;
  line-height: 1.2rem;
}
.footer_list li a{
  color: #3268a0;
}
.footer_list li:last-child{
  border: none;
}
.footer_infoCompany{
  padding: 5px 0 0;
  text-align: center;
  margin: auto;
  width: fit-content;
}

/* ---------------------------------
	フローティングボタン
---------------------------------- */
.FloatingArea{
  padding: 8px 5px 6px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: rgba(45, 45, 45, 0.75);
  border-top: none;
  min-height: 87px;
}
.FloatingArea .btn_area{
  padding: 0;
}
.FloatingArea .btn_area .btn{
  border-radius: 35px;
  width: 95%;
  padding: 19px 10px 21px;
  margin: 5px auto 8px;
}
.FloatingArea .btn_area .btn::before{
  display: none;
}
.FloatingArea .btn_area .btn::after{
  top:37%;
}
.FloatingArea .btn_area .btn span{
  margin: auto;
  width: fit-content;
  font-size: 1.9rem;
}
.FloatingArea .btn span::before{
  top: 1px;
}
.FloatingArea .btn.btn_search::after,
.FloatingArea .btn.btn_line::after{
  top: 34%;
}

/* ----------------------------------------------------------------------------
▼▼▼ ウィンドウサイズ768px以上に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body{
    font-size: 1.6rem;
  }
  /* ---------------------------------
  	section共通
  ---------------------------------- */
  .sec_title{
    font-size: 4.8rem;
    line-height: 5.0rem;
  }
  .sec_title span{
    font-size: 2.4rem;
  }
  .sec_title span img{
    height: 20px;
  }
  .btn_area{
    padding: 60px 0px;
    max-width: 1000px;
    position: relative;
  }
  .btn_bal_kv{
    height: 40px;
  }
  .btn_area a.btn{
    width: 500px;
    padding: 35px 10px;
    font-size: 2.3rem;
  }
  .btn::after{
    top:41%;
  }
  .btn_bal_kv img{
    height: 40px;
  }
  .btn span::before{
    width: 2.3rem;
    height: 2.3rem;
    background-size: 2.3rem;
    top:1px;
  }
  .btn .small{
    font-size: 1.4rem;
  }
  .btn span{
    padding-left: 28px;
  }
  .btn_area_dress{
    width: 100%;
    max-width: 910px;
    margin-top: 50px;
  }
  .btn_area_dress::after{
    width: 90px;
    height: 90px;
    background-size: 90px;
    right: 20px;
    top: 24%;
  }
  .kvSec .kv_img {
    background: url("/lp/tokihana_line/img/kv_imgPC.webp") no-repeat center;
    background-size: cover;
    height: 800px;
  }
  .no-webp .kvSec .kv_img{
    background: url("/lp/tokihana_line/img/kv_imgPC.jpg") no-repeat center;
    background-size: cover;
  }

  .kvSec .lead_area{
    position: absolute;
    width: 200px;
    right: 10px;
    top:10px;
  }
  .kvSec .mark_area {
    background: url("/lp/tokihana_line/img/img_no1_back.png") no-repeat top center;
    background-size: cover;
    position: absolute;
    width: 90px;
    top: 20px;
    right: 20px;
    height: auto;
    padding: 2px;
  }
  .kvSec .mark_area::after{
    position: absolute;
    bottom: -13px;
    content: "";
    width: 95px;
    height: 10px;
    background: url("/lp/tokihana_line/img/txt_no1_sub.svg") no-repeat;
    background-size: 95px;
    left: -5px;
    right: 0;
    margin: auto;
  }
  .kvSec .kv_inner{
    padding: 45px 0 40px;
    top: 5%;
    left: 0;
    right: 0;
    max-width: 830px;
    margin: auto;
    border-radius: 25px;
  }
  .kvSec .kv_inner .kv_title_inner{
    display: inherit;
    position: relative;
  }
  .kvSec .kv_inner .kv_title_inner .kv_no1{
    position: absolute;
    right: -50%;
    top: 0%;
    width: 36%;
  }
  .kvSec .kv_inner .kv_title_inner img:last-child{
    width: 36%;
  }
  .kvSec .kv_lead{
    margin: 0 auto 35px;
    text-align: center;
  }
  .kvSec .kv_lead img{
    margin: auto;
  }
  .kvSec .kv_inner .kv_title{
    width: 360px;
  }
  .kvSec .btn_area{
    margin: auto;
    bottom: 5%;
  }
  .btn_bn_kv{
    margin:auto;
    width: 470px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  }
  
  .pointSec{
    padding: 130px 0 50px;
    background: #fff;
  }
  .pointSec .sec_title{
    margin-bottom: 30px;
    font-size: 4.8rem;
  }
  .pointSec .point_list{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
  .pointSec .point_list li{
    width: 32.5%;
    margin: 0;
  }
  .pointSec .point_list li:first-child{
    margin-top: 0;
  }
  .pointSec .point_list_body{
    padding: 10px 20px 50px;
  }
  .pointSec .point_list_title{
    letter-spacing: 0;
    padding-left: 23%;
  }
  .pointSec .point_list_title img{
    height: 50px;
    margin-bottom: 5px;
  }
  .pointSec .point_list_point{
    top: 11px;
    left: 15px;
    width: 60px;
  }
  .pointSec .point_list_txt{
    font-size: 1.6rem;
    padding-top: 20px;
  }
  .pointSec .point_list_img{
    margin: 25px auto 0;
  }
  .pointSec .point_list.mitsumori{
    width: 800px;
    margin: auto;
  }
  .pointSec .point_list.mitsumori li{
    width: 100%;
    background: url("/lp/tokihana_line/img/img_mitsumori_pc.jpg") #fff no-repeat;
    background-size: 360px;
    background-position-x: 0;
    background-position-y: 0;
    padding: 0;
  }
  .pointSec .point_list.mitsumori .point_list_lead{
    width: 300px;
    top: -13px;
  }
  .pointSec .point_list.mitsumori .point_list_inner{
    display: flex;
    width: 76%;
    margin-left: 24%;
  }
  .pointSec .point_list.mitsumori .point_list_title img{
    height: 100px;
    margin-top: 20px;
  }
  .pointSec .point_list.mitsumori .point_list_txt{
    font-size: 1.6rem;
    padding: 15px 15px 35px 20px;
  }
  .pointSec .point_list.mitsumori .point_list_point{
    display: none;
  }
  .problemSec{
    padding-top: 60px;
    border-top: none;
  }
  .problemSec .problem_catch{
    max-width: 1000px;
    height: 550px;
    margin: auto;
    background: url("/lp/tokihana_line/img/img_problem_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .no-webp .problemSec .problem_catch{
    background: url("/lp/tokihana_line/img/img_problem_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .problemSec .problem_catch .sec_title img{
    width: 41%;
  }
  .problemSec .problem_catch_lead img{
    width: 73%;
    margin: auto;
    position: relative;
    left: 25px;
  }
  .problemSec .wrapper .sec_title .emp::before{
    top: 53%;
    left: -40px;
    width: 45px;
  }
  .problemSec .wrapper .sec_title .emp::after{
    top: 53%;
    right: -45px;
    width: 45px;
  }
  .problemSec .wrapper .time_lead,
  .problemSec .wrapper .time_lead img{
    height: 40px;
  }
  .problemSec .wrapper .sec_title{
    margin-bottom: 30px;
  }
  .problemSec .wrapper .sec_lead{
    font-size: 1.6rem;
  }
  .problemSec .wrapper .sec_lead::before,
  .problemSec .wrapper .sec_lead::after{
    background-size: 11px;
    width: 11px;
    height: 55px;
  }
  .problemSec .talk_list{
    margin: auto;
    background: #b0d192;
    margin-top: 40px;
    padding: 70px 0 10px;
  }
  .problemSec .talk_list li{
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
  .problemSec .talk_list_title{
    font-size: 2.0rem;
    width: 33%;
  }
  .problemSec .talk_list_block{
    padding: 20px 10px 10px;
  }
  .problemSec .talk_list_txt.talk_user img{
    padding-left: 42% !important;
  }
  .problemSec .talk_list_txt img{
    padding-right: 35%;
  }
  .problemSec .talk_list li:last-child .talk_list_txt img{
    padding-right: 35%;
  }
  .problemSec .talk_list_com{
    text-align: center;
  }
  .problemSec .talk_list_com img{
    margin: auto;
  }
  .problemSec .talk_list_com.com1 img{
    height: 105px;
  }
  .problemSec .talk_list_com.com2 img{
    height: 92px;
  }
  .problemSec .talk_list_com.com3 img{
    height: 105px;
  }
  .problemSec .talk_list_com.com4 img{
    height: 115px;
  }
  .problemSec .talk_list_com.com5 img{
    height: 105px;
  }
  .problemSec .talk_list_title::before{
    background-size: 20px;
    top: 9px;
    left: 10px;
    width: 20px;
    height: 21px;
  }
  .problemSec .talk_list_txt.talk_tokihana::before,
  .problemSec .talk_list_txt.talk_user::before{
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
  .problemSec .block_who{
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    padding: 40px 40px 25px;
  }
  .problemSec .block_who_img{
    position: absolute;
    right: 35px;
    top: 40px;
    width: 45%;
  }
  .problemSec .block_who_title,
  .problemSec .block_who_txt{
    width: 48%;
  }
  .aboutSec{
    padding: 80px 0 40px;
  }
  .about_list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .about_list li{
    position: relative;
    width: 33%;
    padding-top: 250px;
    text-align: center;
    border-right: 1px dotted #fff;
    border-bottom: none;
  }
  .about_list li:last-child{
    border-right: none;
  }
  .about_list_img{
    width: 70%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .about_list_img img{
    border-radius: 15px;
  }
  .about_list_inner{
    width: 100%;
  }
  .about_list_title{
    text-align: center;
    font-size: 2.3rem;
    width: 100%;
    margin-bottom: 25px;
  }
  .about_list_tag{
    margin: auto;
    text-align: center;
    float: unset;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1px 13px 0;
  }
  .about_list li:first-child .about_list_tag{
    float: left;
    margin-right: 10px;
  }
  .about_list li:first-child .about_list_tag.tag1{
    margin-left: 12%;
  }
  .about_list li:first-child .about_list_tag{
    margin-top: -17px;
  }
  .about_list_small{
    width: fit-content;
    margin: -25px auto 5px;
  }
  .sec_title.medium{
    font-size: 3.8rem;
    margin-bottom: 35px;
  }
  .aboutSec .sec_title span{
    font-size: 2.2rem;
  }
  .about_lead{
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .placeSec{
    padding: 130px 0 0;
  }
  .placeSec .sec_title{
    font-size: 3.4rem;
  }
  .placeSec .sec_txt{
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .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;
  }
  .slick-prev,.slick-next{
    display: none !important;
  }
  
  .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: 90px 0;
  }
  .voice_list{
    padding-top: 40px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right:70px;
  }
  .voice_list li{
    width: 45%;
    margin-bottom: 30px;
    padding: 25px;
  }
  .mediaSec{
    padding: 100px 0 20px;
  }
  .mediaSec .sec_title{
    font-size: 2.6rem;
  }
  .mediaSec .media{
    padding: 80px 100px;
  }
  .faqSec{
    padding: 50px 0 20px;
  }
  .faqSec .faq{
    padding: 80px 120px 60px;
    margin-bottom: 10px;
  }
  .faqSec .faq_title{
    width: 150px;
  }
  .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;
  }
  footer{
    padding: 30px 0 30px;
  }
  footer .end_logo{
    width: 120px;
    margin-bottom: 15px;
  }
  .footer_list{
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------
 ▼▼▼ウィンドウサイズ768px以上1024px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn_area{
    padding: 30px 0;
  }

  .kvSec .kv_lead{
    width: 90%;
  }
  .kvSec .kv_inner .kv_title_inner .kv_no1{
    right: -46%;
    top: -10%;
    width: 41%;
  }
  .kvSec .kv_inner .kv_title_inner img:last-child{
    width: 41%;
  }
  
  .btn_area_dress{
    width: 90%;
  }
  
  .pointSec{
    padding: 50px 0;
  }
  .pointSec .point_list{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 93%;
    margin: auto;
  }
  .pointSec .point_list li{
    width: 47%;
  }
  .pointSec .point_list li:last-child{
    width: 100%;
    margin: 40px auto 0;
  }
  .pointSec .point_list li:last-child .point_list_title{
    padding-left: 10%;
  }
  .pointSec .point_list_txt{
    padding-left: 0;
  }
  .pointSec .point_list li:last-child .point_list_body{
    padding-bottom: 60px;
  }
  .pointSec .point_list li:last-child .point_list_txt{
    width: 50%;
    margin-top: 20px;
  }
  .pointSec .point_list li:last-child .point_list_img{
    width: 39%;
    position: absolute;
    top: 77px;
    right: 40px;
  }
  .pointSec .point_list_txt span{
    bottom: 40px;
    left: 137px;
    width: fit-content;
  }
  .problemSec .talk_list li{
    width: 70%;
  }
  .pointSec .point_list.mitsumori,
  .pointSec .point_list.mitsumori li{
    width: 100%;
  }
  .pointSec .point_list.mitsumori li{
    background-position-y: 12px;
  }
  .problemSec .talk_list,
  .problemSec .block_who{
    width: 100%;
  }
  .problemSec .problem_catch .sec_title img{
    width: 60%;
  }
  .problemSec .block_who{
    margin-bottom: 20px;
  }
  .about_list_img{
    width: 85%;
  }
  .about_list li:first-child .about_list_tag.tag1{
    margin-left: 0%;
  }
  .voiceSec{
    padding: 60px 0;
  }
  .voice_list li{
    padding: 15px;
  }
  .mediaSec{
    padding: 60px 0 20px;
  }
  .faqSec .faq{
    padding: 80px 40px 40px;
  }
  .mediaSec .media{
    padding: 60px 80px;
  }
}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ375px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .problemSec .wrapper{
    padding-top: 50px;
  }
}
/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ320px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .kvSec .kv_img{
    height: 500px;
  }
  .kvSec .kv_inner{
    padding: 20px 15px 20px;
  }
  .btn_bal_kv,
  .btn_bal_kv img{
    height: 30px;
  }
  .btn{
    font-size: 1.6rem;
  }
  .btn_area_dress{
    width: 100%;
  }
  .pointSec .sec_title{
    font-size: 3.0rem;
  }
  .pointSec .point_list_title{
    font-size: 2.2rem;
  }
  .pointSec .point_list_point{
    left: 12px;
  }
  .pointSec .point_list.mitsumori li{
    background-position: left;
  }
  .problemSec .problem_catch_lead img{
    width: 99%;
  }
  .pointSec .point_list.mitsumori li {
    background-size: 115%;
    background-position: left bottom;
    background-position-x: -12px;
    padding: 15px;
  }
  .pointSec .point_list.mitsumori .point_list_lead{
    top:-25px;
  }
  .pointSec .point_list.mitsumori .point_list_point{
    top: 26px;
    left: 47px;
  }

  .problemSec .talk_list_title{
    font-size: 1.6rem;
  }

  .about_list_title{
    font-size: 1.7rem;
  }
  .about_list_tag{
    font-size: 1.1rem;
    padding: 0 5px;
  }
  .voice_list_img{
    width: 50px;
    right: -60px;
  }
  .btn_area{
    padding: 15px 5px 20px;
  }
  .btn_bal::before{
    left: 10px;
  }
  .faqSec .faq_list_txt.question{
    font-size: 1.4rem;
  }
  .faqSec .faq_list_txt.answer{
    font-size: 1.3rem;
  }
  .footer_list{
    font-size: 1.2rem;
  }
  .footer_list li{
    padding: 0 10px;
  }
}
