@charset "UTF-8";
/* ---------------------------------
	基本デザイン
---------------------------------- */
body{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #222;
  background: #fff;
  font-size: 1.4rem;
}
.gothic{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "HiraginoSans-W3", "メイリオ", sans-serif;
}
.libre{
  font-family: 'Libre Baskerville', serif;
}

a {outline: none;}
a:focus, *:focus { outline:none; }

.wrapper{
  padding: 0 15px;
  max-width: 1030px;
  margin: auto;
}
.inner{
  margin: 0;
}
section{
  padding: 0;
  overflow: hidden;
  background-color : #fff;
  position: relative;
}
.btn_area{
  margin: auto;
  padding: 40px 0 80px;
}
.btn{
  background: linear-gradient(#b69035, #a77f29);
  border-radius: 2px;
  padding: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 25%);
  max-width: 320px;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.kvSec .btn{
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
.btn .btn_inner{
  padding: 17px 5px;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
  padding-left: 20px;
}
.kvSec .btn .btn_inner{
  padding: 12px 5px;
  padding-left: 20px;
}

.btn img{
  position: relative;
  width: 210px;
  display: block;
  margin: 2px auto 5px;
  padding-left: 20px;
}

.kvSec .btn img{
  width: 200px;
  margin: 2px auto 6px;
}

.btn span{
  padding-left: 20px;
}

.btn .btn_inner::before{
  content: "";
  background: url(../assets/img/petit/icon_free.svg) no-repeat;
  background-size: 38px;
  position: absolute;
  margin: auto;
  top: 24%;
  right: 0;
  bottom: 0;
  left: 20px;
}
.kvSec .btn .btn_inner::before{
  background-size: 35px;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 10px;
}
.btn::after{
  display: none;
}


/*フローティングボタン*/
.FloatingArea {
  padding: 0;
  min-height: 80px;
}
.FloatingArea .btn_area{
  padding: 8px 20px 0;
  margin: 0;
}
.FloatingArea .btn{
  max-width: 100%;
}
.FloatingArea .btn .btn_inner{
  padding: 12px 5px;
  border: none;
}
.FloatingArea .btn .btn_inner::before{
  top: 20%;
  left: 20px;
}

/* ---------------------------------
	header
---------------------------------- */
section.header{
  width: 100%;
  background: #f9eae0;
}
.header_logo{
  margin: 5px auto;
  text-align: center;
  padding-bottom: 5px;
}
.header_logo img{
  width: 85%;
  vertical-align: middle;
}
/* ---------------------------------
	kv
---------------------------------- */
.kvSec{
  overflow: hidden;
  height: 420px;
  background: #f9eae0 url(../assets/img/petit/kv_sp.jpg) no-repeat;
  background-size: 100% auto;
}

.kvSec .kv_titlebox{
  background: #fff;
  width: 80%;
	height: 50%;
  margin: auto;
  padding: 30px 0;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.kvSec .kv_label{
  position: absolute;
  width: 90px;
  height: 90px;
  top: -75px;
  right: -20px;
}

.kvSec h1.kv_title{
  width: 85%;
  margin: 0 auto;
}

.kvSec .btn_area{
  padding: 20px 15px;
}



/* ---------------------------------
	section共通
---------------------------------- */
.sec_header{
  padding: 30px 15px 90px;
}
.sec_header_title{
  font-size: 3.2rem;
  letter-spacing: -0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px auto;
}
.sec_header_title img{
  height: 35px;
  margin-top: 10px;
}
.sec_header_lead{
  padding: 0;
  font-size: 1.4rem;
}
.sec_header_title span{
  width: 55%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
}
.sec_header_title span::before,
.sec_header_title span::after{
  content:"";
  flex-grow: 1;
  border-bottom: 1px solid #333;
}
.sec_header_title span::before{
  margin-right: 10px;
  padding-left: 15px;
}
.sec_header_title span::after{
  margin-left: 10px;
  padding-right: 15px;
}
.sec_header_ribbon{
  background: #ffe2ce;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  height: auto;
  line-height: auto;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
}
.sec_header_ribbon:before,
.sec_header_ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.sec_header_ribbon:before {
  top: 0;
  left: 0;
  border-width: 33px 0px 26px 7px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.sec_header_ribbon:after {
  top: 0;
  right: 0;
  border-width: 33px 7px 26px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* ---------------------------------
	sec1
---------------------------------- */
.sec1 .sec_header{
  background: #f9eae0;
}
.sec1 .wrapper{
  margin-top: -60px;
}
.sec1 .point_list{
  padding: 10px 0 15px;
}
.sec1 .point_list li{
  margin-bottom: 50px;
}
.sec1 .point_list li:last-child{
  margin-bottom: 0;
}
.sec1 .point_list_img
{
  width: 85%;
  margin: 0 auto 15px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.sec1 .point_list_lead
{
  width: 85%;
  margin: 0 auto 5px;
}
.sec1 .point_list_title{
  margin: 0 auto 8px;
  font-size: 1.9rem;
}
.sec1 .point_list_txt{
  text-align: left;
}

/* ---------------------------------
	sec2（wedding place）
---------------------------------- */
.sec2 .sec_header{
  background: #f9eae0;
  padding-top: 45px;
}
.sec2 .wrapper{
  margin-top: -60px;
}
.sec2 .place_list{
  margin: 0 -15px;
}
.sec2 .place_list_img__item{
  padding: 0 15px;
}
.sec2 .place_list_img__item img{
  border: 1px solid #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background: url(../assets/img/petit/icon_arrow_placeR.png);
  right: 5px !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background: url(../assets/img/petit/icon_arrow_placeL.png);
  left: 5px !important;
}
.swiper-button-prev,
.swiper-button-next {
	width: 30px !important;
	height: 30px !important;
	background-size: 30px 30px;
  opacity: 0.4;
}
.place_list_li{
  margin-bottom: 25px;
}
.sec2 .place_list_inner{
  padding: 10px 15px 20px;
}
.place_list_name{
  padding-bottom: 13px;
}
.place_list_name img{
  height: 35px;
}
.place_list_add{
  font-size: 1.2rem;
  margin: 19px 0 0 5px;
  display: inline-block;
}
.place_list_title{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}
.place_list_txt{
  text-align: left;
}
/* ---------------------------------
	sec3（ブライダルフェア）
---------------------------------- */
.sec3{
  background: #f0efe9;
  padding: 45px 10px;
}
.sec3 .wrapper{
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.sec3 .sec_header{
  padding: 50px 0 45px;
}
.sec3 .fair_list{
  padding-bottom: 20px;
}
.sec3 .fair_list li{
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}
.sec3 .fair_list_img{
  width: 90px;
  height: 90px;
  position: absolute;
  top:10px;
  right: 0;
}
.sec3 .fair_list_title{
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.sec3 .fair_list_text{
  padding-right: 95px;
  margin-bottom: 8px;
}
.sec3 .fair_list_suppl{
  font-size: 1.1rem;
  border: 1px solid #eca474;
  background: #fffcfa;
  padding: 3px;
}
.sec3 .sec_header_day{
  font-size: 1.2rem;
}

.sec3 .salon_list{
  padding: 20px 0 0;
}

.sec3 .salon_list li{
  text-align: left;
  background: #f0efe9;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 25px 20px;
  position: relative;
}
.sec3 .salon_list li:last-child{
  margin-bottom: 0;
}
.sec3 .salon_list_map{
  position: absolute;
  right: 20px;
  top: 30px;
  background: #FFF;
  border-radius: 5px;
  color: #e3874a;
  padding: 7px 15px 7px 24px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  border: 1px solid #c4c4c3;
}
.sec3 .salon_list_map::before{
  content: "";
  background: url(../assets/img/petit/ico_map.svg) no-repeat;
  background-size: 8px;
  position: absolute;
  top: 10px;
  left: 14px;
  width: 8px;
  height: 12px;
}
.sec3 .salon_list_address{
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.sec3 .salon_list h4{
  font-size: 1.3rem;
  color: #e3874a;
}

/* ---------------------------------
	sec4（料金プラン）
---------------------------------- */
.sec4 .sec_header{
  padding-bottom: 40px;
}
/*タブメニュー*/
.sec4 .price_block{
  background: #f0efe9;
  padding: 30px 0;
}
.sec4 .price_list_tabs{
  padding: 0 15px;
}
.sec4 .price_list_tabs_item{
  padding-bottom: 10px;
}
.sec4 .price_list_tabs_item .inner{
  background: #fff;
  border: 1px solid #c4c4c3;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  position: relative;
  color: #c8c8c8;
  line-height: 1.5rem;
  padding: 8px 0 5px;
  cursor: pointer;
}
.sec4 .price_list_tabs_item .inner span{
  font-size: 1.0rem;
  display: block;
  font-weight: normal;
}
.sec4 .price_list_tabs_item .inner::before,
.sec4 .price_list_tabs_item .inner::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec4 .price_list_tabs_item .inner::before{
  border: 8px solid transparent;
  border-top: 8px solid #c4c4c3;
}
.sec4 .price_list_tabs_item .inner::after {
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  margin-top: -5px;
}
.sec4 .price_list_tabs_item.swiper-slide-thumb-active .inner{
  background: #e3874a;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sec4 .price_list_tabs_item.swiper-slide-thumb-active .inner::before{
  border-top: 8px solid #e3874a;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sec4 .price_list_tabs_item.swiper-slide-thumb-active .inner::after{
  border-top: 12px solid #e3874a;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*メニューリスト*/
.sec4 .price_list{
}
.sec4 .price_list_menu_ltem{
  padding: 10px;
}
.sec4 .price_cont{
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  background: #fff;
  position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	border: 1px solid #c4c4c3;
  cursor: pointer;
  padding: 20px 10px 10px;
}
.sec4 .price_cont_title{
  font-size: 1.6rem;
  text-align: left;
  padding-left: 48px;
  position: relative;
  width: 94%;
  margin: 0 auto 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.sec4 .price_cont_title span{
  display: inline-block;
  background: #e3874a;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  padding: 5px;
  position:absolute;
  top: 5px;
  left: 0;
}
.sec4 .price_cont_detail{
  position: relative;
  top: 8px;
  left: 110px;
  width: calc(100% - 120px);
  text-align: center;
}
.sec4 .price_cont img{
  position: absolute;
  top: 100px;
  left: 20px;
  width: 90px;
  height: 90px;
}
.price_cont_detail_name{
  font-size: 1.7rem;
}
.price_cont_detail_price{
  color: #b48012;
  font-size: 3.7rem;
  line-height: 1.2;
}
.price_cont_detail_price .small{
  font-size: 1.2rem;
}
.sec4 .price_cont_detail p{
  font-size: 1.0rem;
}
.sec4 .price_cont_list{
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 30px;
}
.sec4 .price_cont_list li{
  font-size: 1.0rem;
  border: 1px solid #ffe2ce;
  background: #fffcfa;
  width: 49%;
  display: inline-block;
  line-height: 1.8rem;
  margin-bottom: 1px;
}
.sec4 .price_cont_list li:first-child{
  width: 100%;
  font-size: 1.2rem;
  background: #ffe2ce;
  line-height: 2.1rem;
}
.sec4 .price_cont_list li.enp{
  border: none;
  background: #fff;
}
.sec4 .price_cont_list p{
  font-size: 1.0rem;
  text-align: left;
}
.sec4 .price_cont_list p span{
  color: #e3874a;
  font-weight: bold;
}




/* ---------------------------------
	sec5（ステップ）
---------------------------------- */
.sec5{
  background: #ffffff;
}

.sec5 .sec_header{
  padding: 50px 0 30px;
}
.sec5 .sec_header_ribbon{
  width: 90%;
  margin-bottom: 20px;
}
.sec5 .step_block{
  display: flex;
  margin-bottom: 60px;
}
.sec5 .step_block_img{
  padding: 0 15px 0 5px;
  width: 30%;
}

.sec5 .step_block_box{
  width: 70%;
}
.sec5 .step_block_list{
  flex-wrap: wrap;
  margin-left: 0;
  padding-top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 0;
}
.sec5 .step_block_list li{
  width: auto;
  line-height: 1.6;
  margin-right: 10px;
}
.sec5 .step_block_list li::before{
  display:inline-block;
  content:'';
  width: 0.5em;
  height: 0.5em;
  background: #e3874a;
  border-radius: 50%;
  margin-right: 3px;
  margin-bottom: 2px;
}
.sec5 .step_block_listend{
  text-align: left;
}
.sec5 .step_block_listend img{
  width: 85px;
  margin-top: 10px;
}


/* ---------------------------------
	sec6（ユーザーボイス）
---------------------------------- */
.sec6{
  background: #ffffff;
}

.sec6 .sec_header{
  background: #f9eae0;
  padding-top: 45px;
}
.sec6 .wrapper{
  margin-top: -60px;
}
.sec6 .voice_list{
}
.sec6 .voice_list li{
  display: block;
  position: relative;
  text-align: justify;
  margin-bottom: 60px;
}
.sec6 .voice_list li:last-child{
  margin-bottom: 40px;
}
.sec6 .voice_list_bach{
  position: absolute;
  top: -25px;
  right: 15px;
  width: 60px;
}
.sec6 .voice_list_img{
  border: 1px solid #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
}
.sec6 .voice_list_title{
  padding: 20px 0 15px;
  text-align: left;
  font-size: 1.9rem;
}
.sec6 .voice_list_title img{
  margin-right: 10px;
  height: 30px;
}
.sec6 .voice_list_txt{
  text-align: left;
  padding-bottom: 3px;
  display: inline;
  border-bottom: 1px solid #e5e5e5;
  line-height: 2.0em;
}

/* ---------------------------------
	sec7（よくある質問）
---------------------------------- */
.sec7 .sec_header{
  padding-bottom: 25px;
}
.sec7 .qa_list{
  padding-bottom: 50px;
}
.sec7 .qa_list li{
  position: relative;
  text-align: left;
  padding-left: 24px;
}
.sec7 .qa_list li:nth-child(odd){
  font-size: 1.7rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  line-height: 2.2rem;
}
.sec7 .qa_list li:nth-child(odd)::before{
  content: "";
  background: url(../assets/img/petit/ico_q.svg) no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 2px;
  width: 16px;
  height: 22px;
}
.sec7 .qa_list li:nth-child(even){
  font-size: 1.4rem;
  margin-bottom: 35px;
}
.sec7 .qa_list li:nth-child(even)::before{
  content: "";
  background: url(../assets/img/petit/ico_a.svg) no-repeat;
  background-size: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 15px;
}

/* ---------------------------------
	sec8（フォーム）
---------------------------------- */

.secForm{
  background: #f9eae0;
}
.secForm .form_block{
  background: #fff;
  padding: 40px 0;
  margin: 30px auto;
}



/* ---------------------------------
	footer
---------------------------------- */
footer{
  background: #d2d2d2;
  padding: 20px 0 5px;
}
.footer_logo{
  width: 90%;
  margin: 0 auto;
}
.footer_infoCompany{
  padding: 15px 0;
  display: flex;
  text-align: center;
  margin: auto;
  width: fit-content;
}
.footer_infoCompany li{
  display: inline-block;
  margin-right: 0.5em;
}
.footer_infoCompany li + li{
  margin-right: 0.5em;
  padding-left: 0.7em;
  border-left: solid 1px #222;
}
.footer_infoCompany li a{
  color: #222;
  font-size: 1.3rem;
  display: flex;
  line-height: 1.2;
}

/* ---------------------------------
	受付完了画面
---------------------------------- */
.secSend{
  height: 80vh;
}
.secSend .sec_header{
  padding: 80px 0;
}
.secSend p{
  font-size: 1.6rem;
  padding: 20px 0;
}


/* ----------------------------------------------------------------------------
▼▼▼ ウィンドウサイズ768px以上に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body{
    line-height: 2.0;
  }
  .btn_area{
    padding: 30px 0px 120px;
  }
  .btn_bal{
    font-weight: normal;
    font-size: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  .btn_bal span{
    display: inline;
  }
  .btn{
    max-width: 600px;
  }

  .btn span img{
    height: 18px;
  }
  .btn span::before{
    background-size: 40px;
    top: -11px;
    width: 40px;
    height: 40px;
  }

  .btn .btn_inner{
    padding: 25px 0px;
    font-size: 2.0rem;
  }
  .kvSec .btn .btn_inner{
    padding: 23px 0px;
    font-size: 2.0rem;
  }
  .btn .btn_inner::before{
    background-size: 45px;
    top: 25%;
    left: 130px;
  }
  .kvSec .btn .btn_inner::before{
    background-size: 45px;
    top: 24%;
    left: 50px;
  }
  .btn img,
  .kvSec .btn img {
    width: 230px;
  }

  /* ---------------------------------
  	KV(pc)
  ---------------------------------- */
  .header_logo{
    padding: 5px 20px;
  }
  .header_logo img{
    width: auto;
    height: 36px;
    vertical-align: middle;
  }
  .kvSec {
    overflow: visible;
    height: 570px;
    background: #f9eae0 url(../assets/img/petit/kv_pc.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  .kvSec .kv_titlebox{
    width: 600px;
  }
  .kvSec .kv_titlebox {
    width: 600px;
    height: 400px;
    padding: 75px 0 40px;
    top: 260px;
    z-index: 100;
  }
  .kvSec .kv_label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -45px;
    right: -40px;
  }
  .kvSec h1.kv_title{
    width: 78%;
  }
  .kvSec .btn_area{
    padding: 50px 80px 60px;
  }


  /* ---------------------------------
  	section共通(pc)
  ---------------------------------- */
  .sec_header{
    padding: 70px 30px 90px;
  }
  .sec_header_title{
    font-size: 4.8rem;
    max-width: 1000px;
    margin: auto;
  }
  .sec_header_title img{
    height: 58px;
  }
  .sec_header_lead{
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    max-width: 1000px;
    margin: auto;
  }
  .sec_header_title span {
    width: 30%;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .sec_header_ribbon{
    font-size: 1.6rem;
    padding: 3px 15px;
    width: 90%;
    max-width: 1000px;
  }
  .sec_header_ribbon:before{
    border-width: 19px 0px 19px 7px;
  }
  .sec_header_ribbon:after{
    border-width: 19px 7px 19px 0px;
  }


  /* ---------------------------------
  	sec1
  ---------------------------------- */
  .sec1 .sec_header{
    padding: 120px 0px 100px;
  }
  .sec1 .wrapper{
    margin-top: -70px;
  }
  .sec1 .point_list{
    display: flex;
    justify-content: space-between;
  }
  .sec1 .point_list li{
    width: 32%;
  }
  .sec1 .point_list li:nth-child(2){
    margin-top: 50px;
  }
  .sec1 .point_list_img,
  .sec1 .point_list_lead{
    width: 100%;
  }
  .sec1 .point_list_lead{
    padding-top: 15px;
  }
  .sec1 .point_list_title{
    padding: 10px 0;
    font-size: 2.0rem;
  }

  /* ---------------------------------
  	sec2
  ---------------------------------- */
  .sec2 .wrapper {
    margin-top: -30px;
  }
  .sec2 .sec_header{
    text-align: left;
  }
  .sec2 .place_list_img{
    width: 51.5%;
  }
  .sec2 .swiper-button-prev,
  .sec2 .swiper-button-next{
    display: none !important;
  }
  .sec2 .place_list li{
    position: relative;
    margin-bottom: 35px;
  }
  .sec2 .place_list_inner{
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 60px 0 0;
  }
  .sec2 .place_list_img-thumbs1,
  .sec2 .place_list_img-thumbs2,
  .sec2 .place_list_img-thumbs3{
    width: 46%;
    position: absolute;
    right: 0;
    bottom: 10px;
    -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
  }
  .place_list_img-thumbs1 .swiper-slide-thumb-active,
  .place_list_img-thumbs2 .swiper-slide-thumb-active,
  .place_list_img-thumbs3 .swiper-slide-thumb-active
  {
    opacity: 0.3;
  }
  .sec2 .place_list_img-thumbs__item{
    cursor: pointer;
  }
  .place_list_name{
    text-align: left;
    padding-bottom: 20px;
  }
  .place_list_name img {
    height: 43px;
  }
  .place_list_add {
    font-size: 1.3rem;
    margin: 24px 0 0 8px;
  }
  .place_list_title{
    font-size: 2.0rem;
  }

  /* ---------------------------------
  	sec3
  ---------------------------------- */
  .sec3 .wrapper{
    padding: 50px 50px 0px;
  }
  .sec3 .sec_header {
    padding: 50px 0 70px;
  }
  .sec3 .fair_list{
    padding: 0 50px;
  }
  .sec3 .fair_list_img{
    width: 200px;
    height: 200px;
    top: -10px;
  }
  .sec3 .fair_list_title{
    font-size: 3.0rem;
    font-weight: normal;
  }
  .sec3 .fair_list_text {
    padding-right: 230px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .sec3 .fair_list_suppl {
    font-size: 1.3rem;
    padding: 2px 15px;
    width: 70%;
  }
  .sec3 .fair_list li{
    margin-bottom: 45px;
    border-bottom: 1px solid #f9eae0;
    padding: 0 0 40px;
  }
  .sec3 .sec_header_day {
    font-size: 1.4rem;
  }
  .sec3 .salon_list{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px;
  }
  .sec3 .salon_list li{
    width: 32%;
  }
  .sec3 .salon_list_name{
    text-align: center;
    font-size: 2.0rem;
  }
  .sec3 .salon_list_address{
    text-align: center;
    font-size: 1.4rem;
  }
  .sec3 .salon_list_gmap{
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .sec3 .salon_list p{
    font-size: 1.2rem;
  }
  .sec3 .salon_list li:last-child{
    margin-bottom: 15px;
  }

  /* ---------------------------------
    料金
  ---------------------------------- */
  .sec4 .price_block{
    padding: 60px 0;
  }
  .sec4 .price_list_tabs{
    max-width: 800px;
  }
  .sec4 .price_list_tabs_item{
    padding: 15px 5px 15px;
  }
  .sec4 .price_list_tabs_item .inner{
    padding: 13px 0 10px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .sec4 .price_list_tabs_item .inner span{
    font-size: 1.2rem;
  }
  .sec4 .price_cont{
    padding: 25px 30px 20px;
    min-height: 500px;
  }
  .sec4 .price_cont_title span{
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px;
  }
  .sec4 .price_cont_title{
    font-size: 2.0rem;
    padding-left: 60px;
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 10px;
    line-height: 1.5;
  }
  .sec4 .price_cont img{
    width: 250px;
    height: 350px;
    top: 110px;
    left: 35px;
  }
  .sec4 .price_cont_detail{
    left: 280px;
    width: calc(100% - 280px);
  }
  .sec4 .price_cont_list{
    margin-left: 280px;
    margin-top: 40px;
  }
  .price_cont_detail_name{
    font-size: 2.2rem;
  }
  .price_cont_detail_price{
    font-size: 4.8rem;
  }
  /* ---------------------------------
    sec5
  ---------------------------------- */
  .sec5 .sec_header{
    padding: 100px 0 60px;
  }

  .sec5 .step_block{
    display: block;
  }
  .sec5 .step_block_img{
    width: 100%;
    padding: 0;
    margin: 0 auto 15px;
  }
  .sec5 .step_block_box{
    width: 100%;
  }
  .sec5 .step_block_box{
    display: flex;
  }
  .sec5 .step_block_list{
    display: block;
    width: 21.9%;
    text-align: left;
    padding-left: 20px;
  }
  .sec5 .step_block_list li{
    margin-right: 0px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .sec5 .step_block_listend{
    width: 12%;
  }
  .sec5 .step_block_listend img{
    width: 100%;
  }

  /* ---------------------------------
    sec6
  ---------------------------------- */
  .sec6 .sec_header{
    text-align: left;
  }
  .sec6 .wrapper{
    margin-top: -40px;
  }
  .sec6 .voice_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-right: -80px;
  }
  .sec6 .voice_list li{
    width: calc(100%/2);
    padding: 0 80px 100px 0;
    position: relative;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .sec6 .voice_list_bach{
    top: -35px;
    right: 95px;
    width: 70px;
  }
  .sec6 .voice_list_title{
    padding: 30px 0 10px;
  }
  .sec6 .voice_list_txt{
    line-height: 2.5em;
  }
  /* ---------------------------------
    最後に
  ---------------------------------- */
  .sec7 .qa_list{
    padding: 30px 50px;
  }
  .sec7 .qa_list li:nth-child(odd){
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  .sec7 .qa_list li{
    padding-left: 30px;
  }
  .sec7 .qa_list li:nth-child(odd)::before{
    background-size: 20px;
    width: 20px;
    height: 27px;
  }
  .sec7 .qa_list li:nth-child(even) {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .sec7 .qa_list li:nth-child(even)::before{
    background-size: 18px;
    width: 18px;
    height: 20px;
  }


  /* ---------------------------------
    最後に
  ---------------------------------- */

  footer{
  padding:10px 0;
  }
  footer .wrapper{
    position: relative;
    max-width: 90%;
  }
  .footer_logo{
    position: absolute;
    left: 0;
    top: 15px;
    width: 400px;
  }
  .footer_infoCompany li a{
    font-size: 1.4rem;
  }


}

/* ----------------------------------------------------------------------------
 ▼▼▼ウィンドウサイズ768px以上1024px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kvSec{
    height: 800px;
    background: #f9eae0 url(../assets/img/petit/kv_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .kvSec .kv_titlebox{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .sec1 .sec_header{
    padding: 60px 0px 100px;
  }
  .sec2 .place_list{
    padding-right: 10px;
  }
  .sec2 .place_list_inner{
    width: 48%;
    padding: 32px 0 0;
  }
  .place_list_name {
    padding-bottom: 10px;
  }
  .place_list_title {
    font-size: 1.6rem;
  }
  .sec2 .place_list_img-thumbs1, .sec2 .place_list_img-thumbs2, .sec2 .place_list_img-thumbs3{
    width: 48%;
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .sec3 .wrapper{
    padding: 20px 0px 0px;
  }
  .sec3 .fair_list_suppl{
    font-size: 1.2rem;
  }
  .sec3 .salon_list{
    width: 95%;
    margin: auto;
  }
  .sec5 .step_block_list li{
        font-size: 1.3rem;
  }
  .sec6 .voice_list{
    margin-right: -30px;
  }
  .sec6 .voice_list li{
    padding: 0 30px 70px 0;
  }
  .sec6 .voice_list li:last-child{
    margin-bottom: 0;
  }
  .sec7 .qa_list {
    padding: 30px 30px;
  }


}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ320px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .btn{
    font-size: 1.4rem;
  }
  .kvSec{
    height: 360px;
  }
  .kvSec .kv_titlebox{
    width: 90%;
    height: 55%;
  }
  .kvSec .kv_label {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -55px;
    right: 0px;
  }
  .sec_header {
    padding: 20px 5px 90px;
  }
  .sec_header_lead {
    font-size: 1.3rem;
  }
  .sec1 .point_list_img{
    width: 95%;
  }
  .sec2 .sec_header{
    padding-top: 35px;
  }
  .sec_header_ribbon{
    font-size: 1.2rem;
    padding: 10px 5px;
  }
  .sec3 .fair_list_title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .sec3 .salon_list_map {
    right: 10px;
    top: 10px;
  }
  .sec4 .price_cont_title{
    font-size: 1.4rem;
  }
  .price_cont_detail_price{
    font-size: 3.0rem;
  }
  .sec4 .price_cont_title span{
    top:0;
  }
  .sec4 .price_block{
    padding: 30px 0 0;
  }
  .sec5 .step_block_list{
    font-size: 1.2rem;
    padding: 7px 0;
  }
  .sec5 .step_block_listend img {
    width: 78px;
    margin-top: 0px;
  }
  .sec7 .qa_list li:nth-child(odd){
    font-size: 1.5rem;
  }


}
